ADD: Profile management functionality & store

This commit is contained in:
Robert Kossessa
2024-01-27 02:42:37 +01:00
parent 11c66766bf
commit b23df03df6
8 changed files with 273 additions and 85 deletions

12
package-lock.json generated
View File

@@ -27,7 +27,6 @@
"vee-validate": "^4.12.4",
"vue": "^3.3.11",
"vue-i18n": "^9.9.0",
"vuex": "^4.1.0",
"zod": "^3.22.4"
},
"devDependencies": {
@@ -13201,17 +13200,6 @@
"vue": "^3.0.0"
}
},
"node_modules/vuex": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/vuex/-/vuex-4.1.0.tgz",
"integrity": "sha512-hmV6UerDrPcgbSy9ORAtNXDr9M4wlNP4pEFKye4ujJF8oqgFFuxDCdOLS3eNoRTtq5O3hoBDh9Doj1bQMYHRbQ==",
"dependencies": {
"@vue/devtools-api": "^6.0.0-beta.11"
},
"peerDependencies": {
"vue": "^3.2.0"
}
},
"node_modules/watchpack": {
"version": "1.7.5",
"resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.7.5.tgz",