added feeds

This commit is contained in:
2023-09-17 11:54:37 +02:00
parent 018bbf3918
commit 43e5d473b7
21 changed files with 76 additions and 25 deletions
+7 -1
View File
@@ -10,7 +10,8 @@
"dependencies": {
"axios": "^1.5.0",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
"vue-router": "^4.2.4",
"vue-sessionstorage": "^1.0.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.2",
@@ -2694,6 +2695,11 @@
"vue": "^3.2.0"
}
},
"node_modules/vue-sessionstorage": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/vue-sessionstorage/-/vue-sessionstorage-1.0.0.tgz",
"integrity": "sha512-Axo8oY/3gcmU+OdsB/zePuoBCqmyjB2/ORUTrC/WVFm8OkMp8yYlzz6nOOzIU1Tgg6a4ogBaUa3loPtHROotbQ=="
},
"node_modules/which": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",