-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·48 lines (48 loc) · 1.2 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
41
42
43
44
45
46
47
48
{
"scripts": {
"build": "roadhog build",
"precommit": "npm run lint",
"lint": "eslint --ext .js src test",
"start": "roadhog server"
},
"dependencies": {
"@antv/data-set": "^0.8.9",
"@antv/g6": "^2.0.3-beta.1",
"@antv/g6-plugins": "^1.0.9",
"antd": "^3.2.3",
"axios": "^0.18.0",
"babel-polyfill": "^6.26.0",
"bizcharts": "^3.1.10",
"d3": "^5.5.0",
"dva": "^2.1.0",
"dva-loading": "^1.0.4",
"flex.css": "^1.1.7",
"lodash": "^4.17.5",
"moment": "^2.21.0",
"path-to-regexp": "^2.1.0",
"prop-types": "^15.6.1",
"qs": "^6.5.1",
"query-string": "^5.1.0",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"devDependencies": {
"babel-eslint": "^8.2.2",
"babel-plugin-dva-hmr": "^0.4.1",
"babel-plugin-import": "^1.6.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-runtime": "^6.26.0",
"eslint": "^4.18.2",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"expect": "^22.4.0",
"redbox-react": "^1.5.0",
"roadhog": "1.3.3"
},
"engines": {
"install-node": "6.x"
},
"private": true
}