|
@@ -20,38 +20,15 @@
|
|
|
"vuex": "4.1.0"
|
|
"vuex": "4.1.0"
|
|
|
},
|
|
},
|
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
|
- "@babel/core": "^7.24.4",
|
|
|
|
|
|
|
+ "@babel/core": "7.21.0",
|
|
|
"@babel/eslint-parser": "7.19.1",
|
|
"@babel/eslint-parser": "7.19.1",
|
|
|
"@vue/cli-plugin-babel": "5.0.8",
|
|
"@vue/cli-plugin-babel": "5.0.8",
|
|
|
"@vue/cli-plugin-eslint": "5.0.8",
|
|
"@vue/cli-plugin-eslint": "5.0.8",
|
|
|
"@vue/cli-service": "5.0.8",
|
|
"@vue/cli-service": "5.0.8",
|
|
|
"eslint": "8.35.0",
|
|
"eslint": "8.35.0",
|
|
|
"eslint-plugin-vue": "9.9.0",
|
|
"eslint-plugin-vue": "9.9.0",
|
|
|
- "sass": "1.58.3",
|
|
|
|
|
- "sass-loader": "10.1.1"
|
|
|
|
|
- },
|
|
|
|
|
- "eslintConfig": {
|
|
|
|
|
- "root": true,
|
|
|
|
|
- "env": {
|
|
|
|
|
- "node": true
|
|
|
|
|
- },
|
|
|
|
|
- "globals": {
|
|
|
|
|
- "APP_CONFIG": true
|
|
|
|
|
- },
|
|
|
|
|
- "extends": [
|
|
|
|
|
- "plugin:vue/vue3-essential",
|
|
|
|
|
- "eslint:recommended"
|
|
|
|
|
- ],
|
|
|
|
|
- "parserOptions": {
|
|
|
|
|
- "parser": "@babel/eslint-parser"
|
|
|
|
|
- },
|
|
|
|
|
- "rules": {
|
|
|
|
|
- "indent": 0,
|
|
|
|
|
- "no-tabs": 0,
|
|
|
|
|
- "no-mixed-spaces-and-tabs": 0,
|
|
|
|
|
- "vue/no-unused-components": 0,
|
|
|
|
|
- "vue/multi-word-component-names": 0
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ "sass": "^1.69.5",
|
|
|
|
|
+ "sass-loader": "^12.6.0"
|
|
|
},
|
|
},
|
|
|
"browserslist": [
|
|
"browserslist": [
|
|
|
"> 1%",
|
|
"> 1%",
|