Whole site refactor. Added pinia stores and authentication capability.

This commit is contained in:
2024-06-27 09:24:47 +02:00
parent 93c015fcb7
commit 87c8579e9e
18 changed files with 717 additions and 258 deletions

View File

@@ -14,10 +14,15 @@
},
"dependencies": {
"@vuepic/vue-datepicker": "^8.7.0",
"axios": "^1.7.2",
"bulma": "^1.0.1",
"cors": "^2.8.5",
"pinia": "^2.1.7",
"vee-validate": "^4.13.1",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
"vue-router": "^4.3.3",
"vue3-cookies": "^1.0.6",
"yup": "^1.4.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.8.0",