-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
42 lines (42 loc) · 1.05 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
{
"scripts": {
"build": "roadhog build",
"precommit": "npm run lint",
"lint": "eslint --ext .js src test",
"start": "roadhog server"
},
"dependencies": {
"antd-mobile": "latest",
"axios": "^0.18.0",
"babel-polyfill": "^6.26.0",
"babel-runtime": "^6.26.0",
"dva": "latest",
"flex.css": "^1.1.7",
"lodash": "latest",
"moment": "latest",
"path-to-regexp": "latest",
"prop-types": "latest",
"qs": "latest",
"query-string": "^5.1.1",
"react": "latest",
"react-dom": "latest"
},
"devDependencies": {
"babel-eslint": "^8.2.6",
"babel-plugin-dva-hmr": "^0.4.1",
"babel-plugin-import": "latest",
"babel-plugin-transform-runtime": "^6.23.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "latest",
"eslint-plugin-jsx-a11y": "latest",
"eslint-plugin-react": "latest",
"expect": "^22.4.3",
"postcss-pxtorem": "^4.0.1",
"redbox-react": "latest",
"roadhog": "1.3.3"
},
"engines": {
"install-node": "6.11.1"
}
}