-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.2 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": "next-pro",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node server.js",
"build": "next build",
"start": "cross-env NODE_ENV=production node server.js",
"analyze:browser": "cross-env BUNDLE_ANALYZE=browser next build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@zeit/next-bundle-analyzer": "^0.1.2",
"@zeit/next-css": "^1.0.1",
"antd": "^3.23.1",
"atob": "^2.1.2",
"axios": "^0.19.0",
"babel-plugin-import": "^1.12.1",
"cross-env": "^6.0.0",
"github-markdown-css": "^3.0.1",
"ioredis": "^4.14.0",
"koa": "^2.8.1",
"koa-body": "^4.1.1",
"koa-router": "^7.4.0",
"koa-session": "^5.12.3",
"lodash": "^4.17.15",
"lru-cache": "^5.1.1",
"markdown-it": "^10.0.0",
"moment": "^2.24.0",
"next": "^9.0.5",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-redux": "^7.1.1",
"redux": "^4.0.4",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"styled-components": "^4.3.2"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.10.6"
}
}