-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 966 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
35
36
{
"private": true,
"scripts": {
"start": "roadhog server",
"server": "nodemon server/app",
"build": "roadhog build",
"lint": "eslint --ext .js src test",
"precommit": "npm run lint",
"dev": "concurrently \"yarn run server\" \"yarn run start\""
},
"dependencies": {
"antd": "^3.26.2",
"babel-plugin-import": "^1.13.0",
"concurrently": "^5.0.1",
"cors": "^2.8.5",
"dva": "^2.4.1",
"dva-loading": "^3.0.19",
"express": "^4.17.1",
"gh-pages": "^2.1.1",
"prop-types": "^15.7.2",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"devDependencies": {
"babel-plugin-dva-hmr": "^0.3.2",
"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",
"husky": "^0.12.0",
"redbox-react": "^1.4.3",
"roadhog": "^2.5.0-beta.4"
}
}