-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 825 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "blov-frontend",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^0.24.0",
"babel-plugin-styled-components": "^2.0.2",
"dom-to-image": "^2.6.0",
"fabric": "^4.6.0",
"file-saver": "^2.0.5",
"lodash": "^4.17.21",
"next": "^12.0.7",
"nuka-carousel": "^4.8.4",
"nw-react-slider": "^2.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-qr-reader": "^2.2.1",
"react-router-dom": "^6.2.1",
"react-select": "^5.2.2",
"react-slick": "^0.28.1",
"react-toastify": "^8.1.0",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.3"
},
"devDependencies": {
"eslint": "8.6.0",
"eslint-config-next": "12.0.7"
}
}