update
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | ... | @@ -16,13 +16,13 @@ |
"author": "", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@babel/core": "^7.2.0", | ||
"@babel/core": "^7.14.8", | ||
"@babel/plugin-syntax-dynamic-import": "^7.8.3", | ||
"@babel/plugin-transform-runtime": "^7.2.0", | ||
"@babel/plugin-transform-runtime": "^7.14.5", | ||
"@babel/polyfill": "^7.0.0", | ||
"@babel/preset-env": "^7.2.0", | ||
"@babel/runtime": "^7.2.0", | ||
"@babel/runtime-corejs2": "^7.7.4", | ||
"@babel/preset-env": "^7.14.8", | ||
"@babel/runtime": "^7.14.8", | ||
"@babel/runtime-corejs2": "^7.14.8", | ||
"autoprefixer": "^9.3.1", | ||
"babel-eslint": "^10.1.0", | ||
"babel-loader": "^8.0.4", | ||
... | ... | @@ -32,19 +32,20 @@ |
"css-loader": "^0.28.7", | ||
"eslint": "^4.16.0", | ||
"eslint-config-standard": "^11.0.0-beta.0", | ||
"eslint-loader": "^1.9.0", | ||
"eslint-loader": "^2.2.1", | ||
"eslint-plugin-html": "^4.0.1", | ||
"eslint-plugin-import": "^2.8.0", | ||
"eslint-plugin-import": "^2.23.4", | ||
"eslint-plugin-node": "^5.2.1", | ||
"eslint-plugin-promise": "^3.6.0", | ||
"eslint-plugin-standard": "^3.0.1", | ||
"extract-text-webpack-plugin": "^3.0.2", | ||
"file-loader": "^4.0.0", | ||
"friendly-errors-webpack-plugin": "^1.6.1", | ||
"html-webpack-plugin": "^2.30.1", | ||
"html-webpack-plugin": "^4.5.2", | ||
"less": "^2.7.3", | ||
"less-loader": "^4.0.5", | ||
"lodash": "^4.17.21", | ||
"mini-css-extract-plugin": "^1.6.2", | ||
"node-notifier": "^5.1.2", | ||
"node-sass": "^4.14.1", | ||
"optimize-css-assets-webpack-plugin": "^3.2.0", | ||
... | ... | @@ -52,22 +53,24 @@ |
"postcss-loader": "^2.0.10", | ||
"rimraf": "^2.6.2", | ||
"sass-loader": "^7.1.0", | ||
"uglifyjs-webpack-plugin": "^2.2.0", | ||
"url-loader": "^0.6.2", | ||
"vue-awesome-swiper": "^3.1.3", | ||
"vue-loader": "^13.6.1", | ||
"vue-loader": "^14.2.4", | ||
"vue-style-loader": "^3.0.3", | ||
"vue-template-compiler": "^2.5.13", | ||
"webpack": "^3.10.0", | ||
"webpack-dev-server": "^2.9.7", | ||
"vue-template-compiler": "^2.6.14", | ||
"webpack": "^4.46.0", | ||
"webpack-cli": "^3.3.12", | ||
"webpack-dev-server": "^3.11.2", | ||
"webpack-merge": "^4.1.1" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.17.1", | ||
"echarts": "^5.0.2", | ||
"vue": "^2.5.13", | ||
"echarts": "^5.1.2", | ||
"vue": "^2.6.14", | ||
"vue-awesome-swiper": "^3.1.3", | ||
"vue-count-to": "^1.0.13", | ||
"vue-router": "^3.0.1", | ||
"vue-router": "^3.5.2", | ||
"vue-seamless-scroll": "^1.1.23", | ||
"vuex": "^3.0.1" | ||
} | ||
... | ... |
Please
register
or
sign in
to comment