|
@@ -10,11 +10,10 @@
|
|
"lint": "eslint --fix --ext .vue,.ts,.tsx,.js,.jsx src"
|
|
"lint": "eslint --fix --ext .vue,.ts,.tsx,.js,.jsx src"
|
|
},
|
|
},
|
|
"dependencies": {
|
|
"dependencies": {
|
|
- "axios": "^0.22.0",
|
|
|
|
|
|
+ "axios": "^0.27.2",
|
|
"lodash": "^4.17.21",
|
|
"lodash": "^4.17.21",
|
|
"vue": "^3.2.19",
|
|
"vue": "^3.2.19",
|
|
- "vue-lazyload": "^1.3.3",
|
|
|
|
- "vue3-lazyload": "^0.2.2-beta",
|
|
|
|
|
|
+ "vue3-lazyload": "^0.3.5",
|
|
"vuex": "^4.0.2"
|
|
"vuex": "^4.0.2"
|
|
},
|
|
},
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
@@ -24,22 +23,22 @@
|
|
"@babel/plugin-transform-runtime": "^7.15.8",
|
|
"@babel/plugin-transform-runtime": "^7.15.8",
|
|
"@babel/preset-env": "^7.15.8",
|
|
"@babel/preset-env": "^7.15.8",
|
|
"@babel/runtime": "^7.15.4",
|
|
"@babel/runtime": "^7.15.4",
|
|
- "@typescript-eslint/eslint-plugin": "^4.33.0",
|
|
|
|
- "@typescript-eslint/parser": "^4.33.0",
|
|
|
|
- "@vitejs/plugin-vue": "^1.9.3",
|
|
|
|
|
|
+ "@typescript-eslint/eslint-plugin": "^5.30.7",
|
|
|
|
+ "@typescript-eslint/parser": "^5.30.7",
|
|
|
|
+ "@vitejs/plugin-vue": "^3.0.1",
|
|
"@vue/compiler-sfc": "^3.2.19",
|
|
"@vue/compiler-sfc": "^3.2.19",
|
|
"autoprefixer": "^10.3.7",
|
|
"autoprefixer": "^10.3.7",
|
|
"cross-env": "^7.0.3",
|
|
"cross-env": "^7.0.3",
|
|
- "eslint": "^7.32.0",
|
|
|
|
- "eslint-config-standard": "^16.0.3",
|
|
|
|
|
|
+ "eslint": "^8.20.0",
|
|
|
|
+ "eslint-config-standard": "^17.0.0",
|
|
"eslint-plugin-import": "^2.24.2",
|
|
"eslint-plugin-import": "^2.24.2",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
- "eslint-plugin-promise": "^5.1.0",
|
|
|
|
- "eslint-plugin-vue": "^7.19.1",
|
|
|
|
- "stylus": "^0.55.0",
|
|
|
|
|
|
+ "eslint-plugin-promise": "^6.0.0",
|
|
|
|
+ "eslint-plugin-vue": "^9.2.0",
|
|
|
|
+ "stylus": "^0.58.1",
|
|
"typescript": "^4.4.3",
|
|
"typescript": "^4.4.3",
|
|
- "vite": "^2.6.4",
|
|
|
|
- "vite-plugin-style-import": "^1.2.1"
|
|
|
|
|
|
+ "vite": "^3.0.2",
|
|
|
|
+ "vite-plugin-style-import": "^2.0.0"
|
|
},
|
|
},
|
|
"engines": {
|
|
"engines": {
|
|
"node": ">= 14.0.0",
|
|
"node": ">= 14.0.0",
|