|
|
|
@ -23,7 +23,7 @@ |
|
|
|
"dependencies": { |
|
|
|
"@antv/data-set": "^0.8.0", |
|
|
|
"@babel/polyfill": "^7.0.0-beta.36", |
|
|
|
"antd": "^3.3.0", |
|
|
|
"antd": "^3.3.3", |
|
|
|
"babel-runtime": "^6.9.2", |
|
|
|
"bizcharts": "^3.1.3-beta.1", |
|
|
|
"bizcharts-plugin-slider": "^2.0.1", |
|
|
|
@ -59,13 +59,13 @@ |
|
|
|
"enzyme": "^3.1.0", |
|
|
|
"eslint": "^4.14.0", |
|
|
|
"eslint-config-airbnb": "^16.0.0", |
|
|
|
"eslint-config-prettier": "^2.9.0", |
|
|
|
"eslint-plugin-babel": "^4.0.0", |
|
|
|
"eslint-plugin-compat": "^2.1.0", |
|
|
|
"eslint-plugin-import": "^2.8.0", |
|
|
|
"eslint-plugin-jsx-a11y": "^6.0.3", |
|
|
|
"eslint-plugin-markdown": "^1.0.0-beta.6", |
|
|
|
"eslint-plugin-react": "^7.0.1", |
|
|
|
"eslint-config-prettier": "^2.9.0", |
|
|
|
"gh-pages": "^1.0.0", |
|
|
|
"husky": "^0.14.3", |
|
|
|
"lint-staged": "^6.0.0", |
|
|
|
@ -94,5 +94,9 @@ |
|
|
|
"engines": { |
|
|
|
"node": ">=8.0.0" |
|
|
|
}, |
|
|
|
"browserslist": ["> 1%", "last 2 versions", "not ie <= 10"] |
|
|
|
"browserslist": [ |
|
|
|
"> 1%", |
|
|
|
"last 2 versions", |
|
|
|
"not ie <= 10" |
|
|
|
] |
|
|
|
} |
|
|
|
|