-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
33 lines (33 loc) · 853 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
{
"name": "nextjs",
"version": "4.0.0",
"private": true,
"dependencies": {
"@material-ui/core": "latest",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.58",
"axios": "^0.20.0",
"clsx": "latest",
"firebase": "^7.21.1",
"next": "latest",
"prop-types": "latest",
"react": "latest",
"react-dom": "latest",
"react-player": "^2.6.2",
"react-redux": "^7.2.1",
"react-share": "^4.3.0",
"react-slick": "^0.27.11",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"reselect": "^4.0.0",
"slick-carousel": "^1.8.1"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"post-update": "echo \"codesandbox preview only, need an update\" && yarn upgrade --latest"
}
}