|
@@ -23,13 +23,19 @@
|
|
|
"vue-router": "^4.5.0"
|
|
"vue-router": "^4.5.0"
|
|
|
},
|
|
},
|
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
|
|
|
+ "@babel/core": "^7.26.0",
|
|
|
|
|
+ "@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
|
|
|
|
+ "@babel/preset-env": "^7.26.0",
|
|
|
"@types/node": "^22.10.2",
|
|
"@types/node": "^22.10.2",
|
|
|
"@types/vue": "^2.0.0",
|
|
"@types/vue": "^2.0.0",
|
|
|
"@typescript-eslint/eslint-plugin": "^8.18.1",
|
|
"@typescript-eslint/eslint-plugin": "^8.18.1",
|
|
|
"@typescript-eslint/parser": "^8.18.1",
|
|
"@typescript-eslint/parser": "^8.18.1",
|
|
|
|
|
+ "@vitejs/plugin-legacy": "^5.3.2",
|
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
|
"@vue/compiler-sfc": "^3.5.13",
|
|
"@vue/compiler-sfc": "^3.5.13",
|
|
|
"@vue/runtime-dom": "^3.5.13",
|
|
"@vue/runtime-dom": "^3.5.13",
|
|
|
|
|
+ "core-js": "^3.40.0",
|
|
|
|
|
+ "eruda": "^3.4.1",
|
|
|
"eslint": "^9.17.0",
|
|
"eslint": "^9.17.0",
|
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
|
"eslint-plugin-prettier": "^5.2.1",
|
|
"eslint-plugin-prettier": "^5.2.1",
|
|
@@ -37,6 +43,7 @@
|
|
|
"postcss-px-to-viewport": "^1.1.1",
|
|
"postcss-px-to-viewport": "^1.1.1",
|
|
|
"prettier": "^3.4.2",
|
|
"prettier": "^3.4.2",
|
|
|
"sass-embedded": "^1.83.0",
|
|
"sass-embedded": "^1.83.0",
|
|
|
|
|
+ "terser": "^5.37.0",
|
|
|
"typescript": "^5.7.2",
|
|
"typescript": "^5.7.2",
|
|
|
"vite": "^6.0.1",
|
|
"vite": "^6.0.1",
|
|
|
"vue-tsc": "^2.2.0"
|
|
"vue-tsc": "^2.2.0"
|