-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 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
{
"scripts": {
"build": "roadhog build",
"precommit": "npm run lint",
"lint": "eslint --ext .js src test",
"start": "roadhog server"
},
"dependencies": {
"antd-mobile": "^2.1.3",
"axios": "^0.16.2",
"babel-polyfill": "^6.26.0",
"babel-runtime": "^6.26.0",
"dva": "^2.1.0",
"flex.css": "^1.1.7",
"lodash": "^4.17.4",
"moment": "^2.20.1",
"path-to-regexp": "^2.0.0",
"prop-types": "^15.6.0",
"qs": "^6.5.1",
"query-string": "^5.0.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-useragent": "^1.0.0"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"babel-plugin-dva-hmr": "^0.4.1",
"babel-plugin-import": "^1.6.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"eslint": "^4.15.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": "^21.2.1",
"postcss-pxtorem": "^4.0.1",
"redbox-react": "^1.5.0",
"roadhog": "^1.3.4"
},
"engines": {
"install-node": "6.11.1"
}
}