-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 851 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 851 Bytes
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
{
"private": true,
"scripts": {
"start": "roadhog server",
"build": "roadhog build",
"lint": "eslint --ext .js src test",
"precommit": "npm run lint"
},
"dependencies": {
"antd": "^3.2.2",
"axios": "^0.18.0",
"dva": "^2.1.0",
"dva-loading": "^1.0.4",
"history": "^4.7.2",
"moment": "^2.21.0",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-pdf": "^2.5.3"
},
"devDependencies": {
"babel-plugin-dva-hmr": "^0.4.1",
"babel-plugin-import": "^1.6.5",
"eslint": "^4.18.1",
"eslint-config-umi": "^0.1.3",
"eslint-plugin-flowtype": "^2.46.1",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.7.0",
"husky": "^0.14.3",
"redbox-react": "^1.5.0",
"roadhog": "^2.2.0"
}
}