-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.13 KB
/
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
38
39
40
41
42
{
"name": "nextjs",
"version": "4.0.0",
"private": true,
"experimental": {
"css": true
},
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@emotion/core": "^10.0.34",
"@emotion/styled": "^10.0.27",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/pickers": "^3.2.10",
"@material-ui/system": "^4.9.14",
"@zeit/next-sass": "^1.0.1",
"clsx": "latest",
"date-fns": "^2.11.1",
"html-react-parser": "^0.13.0",
"infinite-scroll": "^3.0.6",
"moment": "^2.27.0",
"next": "latest",
"next-auth": "^4.18.7",
"node-fetch": "^2.6.1",
"node-sass": "^4.14.1",
"prop-types": "latest",
"react": "latest",
"react-beautiful-dnd": "^13.0.0",
"react-dom": "latest",
"react-router-dom": "^5.2.0",
"sass": "^1.26.10",
"styled-components": "^5.1.1",
"use-force-update": "^1.0.7"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"prod_start": "NODE_ENV=production node server.js",
"post-update": "echo \"codesandbox preview only, need an update\" && yarn upgrade --latest"
}
}