-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.45 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.45 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "react-example",
"version": "2.0.0",
"description": "react example for dva and antd",
"main": "index.js",
"keywords": [
"react",
"redux"
],
"scripts": {
"start": "roadhog server",
"build": "roadhog build",
"test": "roadhog test",
"lint": "eslint --ext .js src test",
"precommit": "npm run lint"
},
"repository": {
"type": "git",
"url": "git@github.com:enpenguc/react-example.git"
},
"author": "enpenguc@163.com",
"license": "ISC",
"dependencies": {
"antd": "^2.7.2",
"babel-polyfill": "^6.23.0",
"babel-runtime": "^6.23.0",
"classnames": "^2.2.5",
"dva": "^1.2.1",
"dva-loading": "^0.2.0",
"echarts": "^3.4.0",
"es3ify-loader": "^0.2.0",
"isomorphic-fetch": "^2.2.1",
"js-cookie": "^2.1.3",
"moment": "^2.17.1",
"qs": "^6.3.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"redux-logger": "^2.8.1",
"redux-undo": "^0.6.1",
"reselect": "^2.5.4"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-plugin-dva-hmr": "^0.3.2",
"babel-plugin-import": "^1.1.1",
"babel-plugin-transform-runtime": "^6.23.0",
"eslint": "^3.16.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"expect": "^1.20.2",
"husky": "^0.13.1",
"pre-commit": "^1.2.2",
"redbox-react": "^1.3.4",
"roadhog": "^0.5.3"
}
}