-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
43 lines (43 loc) · 1.06 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
{
"scripts": {
"build": "roadhog build",
"precommit": "npm run lint",
"lint": "eslint --ext .js src test",
"start": "roadhog server"
},
"dependencies": {
"antd": "^3.0.3",
"axios": "^0.17.1",
"babel-polyfill": "^6.26.0",
"dva": "^2.1.0",
"dva-loading": "^1.0.4",
"flex.css": "^1.1.7",
"lodash": "^4.17.4",
"moment": "^2.20.1",
"path-to-regexp": "^2.1.0",
"prop-types": "^15.6.0",
"qs": "^6.5.1",
"query-string": "^5.0.1",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"devDependencies": {
"babel-eslint": "^8.1.2",
"babel-plugin-dva-hmr": "^0.4.0",
"babel-plugin-import": "^1.6.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-runtime": "^6.26.0",
"eslint": "^4.14.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"expect": "^22.0.3",
"redbox-react": "^1.5.0",
"roadhog": "^1.3.3"
},
"engines": {
"install-node": "6.x"
},
"private": true
}