-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 851 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
{
"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.55",
"@zeit/next-css": "^1.0.1",
"clsx": "latest",
"highlight.js": "^9.13.1",
"isomorphic-fetch": "^2.2.1",
"js-cookie": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"moment": "^2.27.0",
"next": "latest",
"nprogress": "^0.2.0",
"prop-types": "^15.7.2",
"query-string": "^6.13.1",
"react": "latest",
"react-dom": "latest",
"react-masonry-css": "^1.0.14",
"react-quill": "^1.3.5",
"react-render-html": "^0.6.0"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"post-update": "echo \"codesandbox preview only, need an update\" && yarn upgrade --latest"
}
}