feat:#4 added persistent storage option

This commit is contained in:
Elmar Kresse
2024-05-20 18:52:51 +02:00
parent 306ca12391
commit 1d6fb156c2
5 changed files with 20 additions and 1 deletions

View File

@@ -21,6 +21,7 @@
"country-flag-emoji-polyfill": "^0.1.8",
"ical.js": "^1.5.0",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"primeflex": "^3.3.1",
"primeicons": "^6.0.1",
"primevue": "^3.50.0",
@@ -6794,6 +6795,14 @@
}
}
},
"node_modules/pinia-plugin-persistedstate": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/pinia-plugin-persistedstate/-/pinia-plugin-persistedstate-3.2.1.tgz",
"integrity": "sha512-MK++8LRUsGF7r45PjBFES82ISnPzyO6IZx3CH5vyPseFLZCk1g2kgx6l/nW8pEBKxxd4do0P6bJw+mUSZIEZUQ==",
"peerDependencies": {
"pinia": "^2.0.0"
}
},
"node_modules/pinia/node_modules/vue-demi": {
"version": "0.14.6",
"resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.6.tgz",