-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.29 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.29 KB
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
47
48
{
"name": "newreact",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "next start",
"next": "next",
"dev2": "cross-env DEBUG=server:*,-not_this NODE_ENV=development node server.js",
"start2": "cross-env NODE_ENV=production node server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"analyze": "cross-env BUNDLE_ANALYZE=browser next build"
},
"author": "",
"license": "ISC",
"dependencies": {
"@zeit/next-css": "^1.0.1",
"antd": "^3.23.2",
"atob": "^2.1.2",
"axios": "^0.18.0",
"babel-plugin-import": "^1.11.0",
"babel-plugin-styled-components": "^1.10.6",
"cross-env": "^5.2.0",
"debug": "^4.1.1",
"http-proxy": "^1.17.0",
"ioredis": "^4.6.2",
"koa": "^2.7.0",
"koa-body": "^4.1.1",
"koa-router": "^7.4.0",
"koa-session": "^5.10.1",
"lru-cache": "^5.1.1",
"markdown-it": "^12.3.2",
"next": "^8.0.3",
"nprogress": "^0.2.0",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-redux": "^6.0.1",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"styled-components": "^4.3.2"
},
"devDependencies": {
"@zeit/next-bundle-analyzer": "^0.1.2"
}
}