-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 932 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
33
34
35
36
37
38
{
"name": "next",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"export": "next build && next export",
"deploy": "sh build.sh"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"antd": "^3.2.3",
"classnames": "^2.2.5",
"leancloud-storage": "^3.5.0",
"mobx": "^3.6.1",
"mobx-react": "^4.4.3",
"mobx-react-devtools": "^4.2.15",
"moment": "^2.21.0",
"next": "^4.0.3",
"next-routes": "^1.2.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-helmet": "^5.2.0",
"react-load-script": "^0.0.6",
"react-radio-group": "^3.0.2",
"superagent": "^3.8.2"
},
"devDependencies": {
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"express": "^4.15.4",
"module-alias": "^2.0.1"
}
}