This commit is contained in:
2022-10-20 13:56:12 +02:00
parent f532c49d5c
commit 440f926c33
3 changed files with 161 additions and 42 deletions
+3 -3
View File
@@ -10,13 +10,13 @@
"dependencies": {
"pinia": "^2.0.14",
"vue": "^3.2.37",
"vue-router": "^4.0.0-0"
"vue-router": "^4.0.0-0",
"vue-tsc": "^1.0.8"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.0.0",
"sass": "^1.53.0",
"typescript": "^4.7.4",
"vite": "^3.0.0",
"vue-tsc": "^0.38.4"
"vite": "^3.0.0"
}
}