|
|
@ -23,13 +23,12 @@ |
|
|
}, |
|
|
}, |
|
|
"dependencies": { |
|
|
"dependencies": { |
|
|
"@antv/data-set": "^0.8.0", |
|
|
"@antv/data-set": "^0.8.0", |
|
|
"@babel/polyfill": "^7.0.0-beta.36", |
|
|
"antd": "^3.6.2", |
|
|
"antd": "^3.6.1", |
|
|
|
|
|
"bizcharts": "^3.1.5", |
|
|
"bizcharts": "^3.1.5", |
|
|
"bizcharts-plugin-slider": "^2.0.3", |
|
|
"bizcharts-plugin-slider": "^2.0.3", |
|
|
"classnames": "^2.2.5", |
|
|
"classnames": "^2.2.6", |
|
|
"dva": "^2.3.0", |
|
|
"dva": "^2.3.1", |
|
|
"dva-loading": "^2.0.1", |
|
|
"dva-loading": "^2.0.3", |
|
|
"enquire-js": "^0.2.1", |
|
|
"enquire-js": "^0.2.1", |
|
|
"less": "2.7.2", |
|
|
"less": "2.7.2", |
|
|
"lodash": "^4.17.4", |
|
|
"lodash": "^4.17.4", |
|
|
@ -50,12 +49,13 @@ |
|
|
"url-polyfill": "^1.0.10" |
|
|
"url-polyfill": "^1.0.10" |
|
|
}, |
|
|
}, |
|
|
"devDependencies": { |
|
|
"devDependencies": { |
|
|
"@types/react": "^16.3.8", |
|
|
"@babel/polyfill": "^7.0.0-beta.36", |
|
|
|
|
|
"@types/react": "^16.3.17", |
|
|
"@types/react-dom": "^16.0.6", |
|
|
"@types/react-dom": "^16.0.6", |
|
|
"antd-theme-webpack-plugin": "^1.0.8", |
|
|
"antd-theme-webpack-plugin": "^1.0.8", |
|
|
"babel-eslint": "^8.1.2", |
|
|
"babel-eslint": "^8.1.2", |
|
|
"babel-plugin-dva-hmr": "^0.4.1", |
|
|
"babel-plugin-dva-hmr": "^0.4.1", |
|
|
"babel-plugin-import": "^1.6.7", |
|
|
"babel-plugin-import": "^1.8.0", |
|
|
"babel-plugin-module-resolver": "^3.1.1", |
|
|
"babel-plugin-module-resolver": "^3.1.1", |
|
|
"babel-plugin-transform-decorators-legacy": "^1.3.4", |
|
|
"babel-plugin-transform-decorators-legacy": "^1.3.4", |
|
|
"babel-runtime": "^6.9.2", |
|
|
"babel-runtime": "^6.9.2", |
|
|
@ -66,16 +66,16 @@ |
|
|
"eslint-config-airbnb": "^16.0.0", |
|
|
"eslint-config-airbnb": "^16.0.0", |
|
|
"eslint-config-prettier": "^2.9.0", |
|
|
"eslint-config-prettier": "^2.9.0", |
|
|
"eslint-plugin-babel": "^5.1.0", |
|
|
"eslint-plugin-babel": "^5.1.0", |
|
|
"eslint-plugin-compat": "^2.1.0", |
|
|
"eslint-plugin-compat": "^2.4.0", |
|
|
"eslint-plugin-import": "^2.8.0", |
|
|
"eslint-plugin-import": "^2.8.0", |
|
|
"eslint-plugin-jsx-a11y": "^6.0.3", |
|
|
"eslint-plugin-jsx-a11y": "^6.0.3", |
|
|
"eslint-plugin-markdown": "^1.0.0-beta.6", |
|
|
"eslint-plugin-markdown": "^1.0.0-beta.6", |
|
|
"eslint-plugin-react": "^7.9.1", |
|
|
"eslint-plugin-react": "^7.9.1", |
|
|
"gh-pages": "^1.2.0", |
|
|
"gh-pages": "^1.2.0", |
|
|
"husky": "^0.14.3", |
|
|
"husky": "^0.14.3", |
|
|
"lint-staged": "^7.0.5", |
|
|
"lint-staged": "^7.2.0", |
|
|
"mockjs": "^1.0.1-beta3", |
|
|
"mockjs": "^1.0.1-beta3", |
|
|
"prettier": "1.13.4", |
|
|
"prettier": "1.13.5", |
|
|
"pro-download": "^1.0.1", |
|
|
"pro-download": "^1.0.1", |
|
|
"redbox-react": "^1.5.0", |
|
|
"redbox-react": "^1.5.0", |
|
|
"regenerator-runtime": "^0.11.1", |
|
|
"regenerator-runtime": "^0.11.1", |
|
|
@ -86,7 +86,7 @@ |
|
|
"stylelint-config-standard": "^18.0.0" |
|
|
"stylelint-config-standard": "^18.0.0" |
|
|
}, |
|
|
}, |
|
|
"optionalDependencies": { |
|
|
"optionalDependencies": { |
|
|
"puppeteer": "^1.4.0" |
|
|
"puppeteer": "^1.5.0" |
|
|
}, |
|
|
}, |
|
|
"lint-staged": { |
|
|
"lint-staged": { |
|
|
"**/*.{js,jsx,less}": [ |
|
|
"**/*.{js,jsx,less}": [ |
|
|
|