chore: implemented login version (#4)

Reviewed-on: #4
Co-authored-by: Janis <janis.e.20@gmx.de>
Co-committed-by: Janis <janis.e.20@gmx.de>
This commit is contained in:
2025-12-08 21:31:37 +01:00
committed by Janis
parent 4e6cb4a350
commit ed2dff4cda
10 changed files with 1354 additions and 13 deletions

View File

@@ -19,7 +19,12 @@
"@quasar/extras": "^1.17.0",
"quasar": "^2.18.6",
"vue": "^3.5.25",
"vue-router": "^4.6.3"
"vue-router": "^4.6.3",
"tsparticles": "~3.9.1",
"@tsparticles/vue3": "~3.0.1",
"axios": "^1.13.2",
"vue-axios": "^3.5.2",
"pinia": "^3.0.4"
},
"devDependencies": {
"@quasar/vite-plugin": "^1.10.0",