-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.18 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
{
"dependencies": {
"antd": "^3.4.4",
"axios": "^0.17.1",
"babel-runtime": "^6.9.2",
"qiniu-webpack-plugin": "^0.4.2",
"rc-queue-anim": "^1.5.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-router-dom": "^4.2.2",
"run-sequence": "^2.1.0"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-eslint": "^6.1.2",
"babel-plugin-dev-expression": "^0.2.1",
"babel-plugin-dva-hmr": "^0.3.2",
"babel-plugin-module-resolver": "^3.0.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"eslint": "^3.17.1",
"eslint-config-standard": "^10.2.1",
"eslint-config-standard-jsx": "^4.0.2",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^6.10.3",
"eslint-plugin-standard": "^3.0.1",
"prop-types": "^15.6.0",
"redbox-react": "^1.5.0",
"roadhog": "^1.3.1"
},
"pre-commit": [
"lint"
],
"scripts": {
"dev": "PORT=8085 set BROWSER=none && set HOST=0.0.0.0 && roadhog server",
"build": "roadhog build --analyze",
"lint": "eslint --fix --ext .js src"
}
}