-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 961 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
36
37
{
"name": "material-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 5000",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@material-ui/core": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@svgr/webpack": "^5.5.0",
"axios": "^0.21.1",
"jss-rtl": "^0.3.0",
"next": "10.0.9",
"next-redux-wrapper": "^6.0.2",
"notistack": "^1.0.3",
"prop-types": "^15.7.2",
"react": "17.0.1",
"react-alice-carousel": "^2.5.1",
"react-dom": "17.0.1",
"react-hook-form": "^6.14.0",
"react-redux": "^7.2.4",
"redux": "^4.1.0",
"redux-devtools-extension": "^2.13.9",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"sass": "^1.32.8",
"styled-components": "^5.2.1",
"styled-normalize": "^8.0.7"
},
"devDependencies": {
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-styled-components": "^1.12.0"
}
}