|
@@ -10,19 +10,20 @@
|
|
|
"lint:css": "stylelint **/*.{html,vue,css,sass,scss,less}"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
- "axios": "^0.27.2",
|
|
|
- "core-js": "^3.26.1",
|
|
|
- "element-ui": "^2.15.12",
|
|
|
+ "axios": "^1.3.4",
|
|
|
+ "core-js": "^3.29.0",
|
|
|
+ "element-ui": "^2.15.13",
|
|
|
"js-cookie": "^3.0.1",
|
|
|
"md5": "^2.3.0",
|
|
|
"normalize.css": "^8.0.1",
|
|
|
"nprogress": "^0.2.0",
|
|
|
"vue": "^2.7.14",
|
|
|
"vue-router": "^3.6.5",
|
|
|
- "vuex": "^3.6.2"
|
|
|
+ "vuex": "^3.6.2",
|
|
|
+ "xlsx": "^0.18.5"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
- "@babel/core": "^7.20.5",
|
|
|
+ "@babel/core": "^7.21.0",
|
|
|
"@babel/eslint-parser": "^7.19.1",
|
|
|
"@rushstack/eslint-patch": "^1.2.0",
|
|
|
"@vue/cli-plugin-babel": "~5.0.8",
|
|
@@ -31,41 +32,40 @@
|
|
|
"@vue/cli-plugin-unit-jest": "^5.0.8",
|
|
|
"@vue/cli-plugin-vuex": "~5.0.8",
|
|
|
"@vue/cli-service": "~5.0.8",
|
|
|
- "@vue/eslint-config-prettier": "^7.0.0",
|
|
|
+ "@vue/eslint-config-prettier": "^7.1.0",
|
|
|
"@vue/preload-webpack-plugin": "^2.0.0",
|
|
|
- "@vue/test-utils": "^1.3.3",
|
|
|
+ "@vue/test-utils": "^1.3.4",
|
|
|
"babel-jest": "^27.5.1",
|
|
|
"babel-plugin-dynamic-import-node": "^2.3.3",
|
|
|
"compression-webpack-plugin": "^6.1.1",
|
|
|
"eslint": "^7.32.0",
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
|
- "eslint-plugin-vue": "^9.8.0",
|
|
|
+ "eslint-plugin-vue": "^9.9.0",
|
|
|
"html-webpack-plugin": "^5.5.0",
|
|
|
- "postcss": "^8.4.19",
|
|
|
+ "postcss": "^8.4.21",
|
|
|
"postcss-html": "^1.5.0",
|
|
|
- "prettier": "2.8.0",
|
|
|
- "sass": "^1.56.1",
|
|
|
+ "prettier": "2.8.4",
|
|
|
+ "sass": "^1.58.3",
|
|
|
"sass-loader": "^10.4.1",
|
|
|
"script-ext-html-webpack-plugin": "^2.1.5",
|
|
|
- "stylelint": "^14.15.0",
|
|
|
- "stylelint-config-prettier": "^9.0.4",
|
|
|
- "stylelint-config-recess-order": "^3.0.0",
|
|
|
+ "stylelint": "^15.2.0",
|
|
|
+ "stylelint-config-recess-order": "^4.0.0",
|
|
|
"stylelint-config-recommended-vue": "^1.4.0",
|
|
|
- "stylelint-config-standard-scss": "^6.1.0",
|
|
|
- "stylelint-declaration-block-no-ignored-properties": "^2.6.0",
|
|
|
- "stylelint-webpack-plugin": "^3.3.0",
|
|
|
+ "stylelint-config-standard-scss": "^7.0.1",
|
|
|
+ "stylelint-declaration-block-no-ignored-properties": "^2.7.0",
|
|
|
+ "stylelint-webpack-plugin": "^4.1.0",
|
|
|
"svg-sprite-loader": "^6.0.11",
|
|
|
"svgo": "^2.8.0",
|
|
|
+ "vue-demi": "^0.13.11",
|
|
|
"vue-loader": "^15.10.1",
|
|
|
- "vue-template-compiler": "^2.7.14",
|
|
|
- "vue-demi": "^0.13.11"
|
|
|
+ "vue-template-compiler": "^2.7.14"
|
|
|
},
|
|
|
"browserslist": [
|
|
|
"> 1%",
|
|
|
- "last 2 versions"
|
|
|
+ "last 1 versions"
|
|
|
],
|
|
|
"engines": {
|
|
|
- "node": ">= 8.9",
|
|
|
- "npm": ">= 3.0.0"
|
|
|
+ "node": ">= 14",
|
|
|
+ "npm": ">= 6.0.0"
|
|
|
}
|
|
|
}
|