ADD: Install vuex

This commit is contained in:
Robert Kossessa
2024-01-22 19:58:22 +01:00
parent d54f22eb2b
commit e975f24ce0
2 changed files with 13 additions and 0 deletions

12
package-lock.json generated
View File

@@ -25,6 +25,7 @@
"vee-validate": "^4.12.4",
"vue": "^3.3.11",
"vue-i18n": "^9.9.0",
"vuex": "^4.1.0",
"zod": "^3.22.4"
},
"devDependencies": {
@@ -13169,6 +13170,17 @@
"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",

View File

@@ -30,6 +30,7 @@
"vee-validate": "^4.12.4",
"vue": "^3.3.11",
"vue-i18n": "^9.9.0",
"vuex": "^4.1.0",
"zod": "^3.22.4"
},
"devDependencies": {