-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 883 Bytes
/
package.json
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
35
{
"name": "arfha_shop",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/lab": "^4.0.0-alpha.58",
"axios": "^0.21.1",
"formik": "^2.2.6",
"lodash": "^4.17.21",
"next": "10.2.0",
"next-images": "^1.7.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-dropzone": "^11.3.2",
"react-elastic-carousel": "^0.11.5",
"react-file-drop": "^3.1.2",
"react-modal": "^3.13.1",
"react-redux": "^7.2.4",
"react-responsive": "^8.2.0",
"redux": "^4.1.0",
"redux-devtools-extension": "^2.13.9",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"styled-components": "^5.3.0",
"sweetalert": "^2.1.2",
"sweetalert2": "^10.16.7",
"yup": "^0.32.9"
}
}