-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.08 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
43
44
45
46
{
"name": "nextjs",
"version": "1.0.0",
"private": false,
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "cross-env NODE_ENV=production node server.js",
"gzstart": "cross-env NODE_ENV=production node server.js --gzip",
"deploy": "now rm nextjs --save --yes && now && now alias"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BeklievParviz/nextjs.git"
},
"dependencies": {
"@material-ui/core": "3.9.4",
"compression": "1.7.4",
"cross-env": "7.0.2",
"express": "4.17.1",
"isomorphic-unfetch": "3.0.0",
"next": "9.4.2",
"nprogress": "0.2.0",
"react": "16.13.1",
"react-dom": "16.13.0",
"react-markdown": "4.3.1"
},
"license": "ISC",
"keywords": [
"next.js",
"nextjs",
"react"
],
"description": "",
"devDependencies": {
"babel-eslint": "10.1.0",
"eslint": "7.1.0",
"eslint-plugin-react": "7.20.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie < 11",
"not op_mini all"
]
}