-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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
{
"private": true,
"scripts": {
"start": "roadhog server",
"build": "roadhog build",
"lint": "eslint --ext .js src test",
"mock": "json-server mock/db.json "
},
"dependencies": {
"antd": "^2.8.3",
"babel-runtime": "^6.9.2",
"dva": "^1.1.0",
"dva-loading": "^0.2.1",
"jquery": "^3.2.1",
"jquery-mousewheel": "^3.1.13",
"json-server": "^0.10.0",
"rc-queue-anim": "^0.13.3",
"rc-tween-one": "^1.2.5",
"react": "^15.4.0",
"react-dom": "^15.4.0",
"redux-logger": "^3.0.0"
},
"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": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.8.0",
"expect": "^1.20.2",
"husky": "^0.13.3",
"redbox-react": "^1.3.2",
"roadhog": "^0.5.3",
"@jojolocklock/whois-js": "1.0.0",
"cxy-1": "1.0.0"
}
}