-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.41 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
46
47
48
49
50
51
52
53
54
55
{
"private": true,
"scripts": {
"start": "roadhog server",
"build": "roadhog build",
"postbuild": "gulp test",
"lint": "eslint --ext .js src test"
},
"engines": {
"install-node": "6.9.2"
},
"theme": "./theme.config.js",
"dependencies": {
"antd-mobile": "^2.1.2",
"axios": "^0.17.1",
"babel-polyfill": "^6.26.0",
"babel-runtime": "^6.26.0",
"classnames": "^2.2.5",
"dva": "^2.1.0",
"dva-loading": "^0.2.1",
"es6-promise": "^4.2.4",
"jsonp": "^0.2.1",
"lodash": "^4.17.4",
"mockjs": "^1.0.1-beta3",
"moment": "^2.20.1",
"path-to-regexp": "^2.1.0",
"prop-types": "^15.6.0",
"qs": "^6.5.1",
"query-string": "^5.0.1",
"rc-form": "^1.3.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"svg-sprite-loader": "^0.3.1"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-plugin-dva-hmr": "^0.3.2",
"babel-plugin-import": "^1.1.1",
"babel-plugin-transform-runtime": "^6.9.0",
"eslint": "^3.12.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.8.0",
"expect": "^1.20.2",
"gulp": "^3.9.1",
"gulp-replace": "^0.6.1",
"gulp-static-hash": "^0.1.4",
"husky": "^0.12.0",
"less-vars-to-js": "^1.1.2",
"postcss-pxtorem": "^4.0.0",
"redbox-react": "^1.3.2",
"roadhog": "^1.3.1"
}
}