-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
executable file
·48 lines (48 loc) · 1.35 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
{
"name": "antd-mobile-dva-roadhog",
"version": "1.0.0",
"description": "antd mobile dva roadhog",
"scripts": {
"start": "cross-env ESLINT=none roadhog dev",
"build": "cross-env ESLINT=none roadhog build",
"precommit": "npm run lint",
"lint": "eslint --ext .js src test"
},
"dependencies": {
"@antv/f2": "^3.1.2",
"@babel/polyfill": "^7.0.0-beta.41",
"antd-mobile": "^2.1.8",
"classnames": "^2.2.5",
"dva": "^2.1.0",
"dva-loading": "^2.0.0",
"f2react": "^1.0.7",
"flex.css": "^1.1.7",
"lodash": "^4.17.5",
"mockjs": "^1.0.1-beta3",
"moment": "^2.21.0",
"path-to-regexp": "^2.1.0",
"prop-types": "^15.6.1",
"qs": "^6.5.1",
"query-string": "^5.1.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"roadhog-api-doc": "^1.0.0"
},
"devDependencies": {
"babel-eslint": "^8.1.2",
"babel-plugin-dva-hmr": "^0.4.1",
"babel-plugin-import": "^1.6.5",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"cross-env": "^5.1.4",
"eslint": "^4.14.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-compat": "^2.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"postcss-pxtorem": "^4.0.1",
"redbox-react": "^1.5.0",
"roadhog": "^2.3.0"
}
}