-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.18 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
{
"private": true,
"scripts": {
"start": "roadhog server",
"build": "roadhog build",
"lint": "eslint --ext .js src test",
"precommit": "npm run lint"
},
"dependencies": {
"antd-mobile": "^2.2.5",
"axios": "^0.18.0",
"babel-plugin-import": "^1.8.0",
"dva": "^2.4.0",
"dva-loading": "^2.0.5",
"fs-flex": "^0.2.0",
"moment": "^2.22.2",
"qs": "^6.5.2",
"react": "^16.2.0",
"react-content-loader": "^3.1.2",
"react-cookies": "^0.1.0",
"react-dom": "^16.2.0",
"react-fastclick": "^3.0.2",
"react-id-swiper": "^1.6.8",
"react-loadable": "^5.5.0",
"styled-components": "^3.4.9",
"svg-sprite-loader": "^3.8.0"
},
"devDependencies": {
"antd-mobile-demo-data": "^0.2.0",
"babel-plugin-dva-hmr": "^0.3.2",
"babel-plugin-import": "^1.8.0",
"eslint": "^4.14.0",
"eslint-config-umi": "^0.1.1",
"eslint-plugin-flowtype": "^2.34.1",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.1.0",
"history": "^4.7.2",
"husky": "^0.12.0",
"rc-form": "^2.2.2",
"redbox-react": "^1.4.3",
"roadhog": "^2.0.0",
"typescript": "^3.0.3"
}
}