forked from dvajs/dva-example-user-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) Β· 892 Bytes
/
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
{
"private": true,
"scripts": {
"start": "roadhog server",
"build": "roadhog build",
"build:dll": "roadhog buildDll",
"test": "roadhog test",
"lint": "eslint --ext .js src test",
"precommit": "npm run lint"
},
"dependencies": {
"antd": "^2.6.4",
"babel-runtime": "^6.22.0",
"dva": "^1.4.0-beta.1",
"dva-loading": "^0.2.0",
"react": "^16.1.1",
"react-dom": "^16.1.1"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-plugin-dva-hmr": "^0.3.2",
"babel-plugin-import": "^1.1.0",
"babel-plugin-transform-runtime": "^6.22.0",
"eslint": "^3.14.0",
"eslint-config-airbnb": "^14.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.9.0",
"expect": "^1.20.2",
"husky": "^0.13.0",
"redbox-react": "^1.3.2",
"roadhog": "^0.6.0"
}
}