-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.23 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.23 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
{
"private": true,
"scripts": {
"start": "roadhog server",
"build": "roadhog build",
"lint": "eslint --ext .js src test",
"precommit": "npm run lint"
},
"engines": {
"install-node": "6.9.2"
},
"dependencies": {
"antd": "^3.0.0",
"babel-runtime": "^6.9.2",
"dva": "^1.2.1",
"dva-loading": "^0.2.1",
"echarts": "^4.9.0",
"echarts-for-react": "^2.0.16",
"echarts-gl": "^2.0.0-rc.3",
"echarts-wordcloud": "^1.1.3",
"immutable": "^3.8.2",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"rc-queue-anim": "^1.4.0",
"rc-scroll-anim": "^2.1.0",
"rc-tween-one": "^1.5.5",
"react": "^15.4.0",
"react-dom": "^15.4.0",
"react-highlight": "^0.10.0",
"three": "^0.87.1",
"three-obj-loader": "^1.1.3"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-plugin-dva-hmr": "^0.4.2",
"babel-plugin-import": "^1.13.3",
"babel-plugin-transform-runtime": "^6.23.0",
"eslint": "^3.12.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.8.0",
"expect": "^1.20.2",
"husky": "^0.12.0",
"redbox-react": "^1.3.2",
"roadhog": "0.6.1"
}
}