page for list of rooms

This commit is contained in:
2026-03-19 00:32:48 +00:00
parent 00d9d4023c
commit 8677176706
7 changed files with 83 additions and 11 deletions

View File

@@ -8,7 +8,8 @@
"name": "frontend",
"version": "0.0.0",
"dependencies": {
"vue": "^3.5.30"
"vue": "^3.5.30",
"vue-cookies": "^1.8.6"
},
"devDependencies": {
"@types/bcrypt": "^6.0.0",
@@ -1243,6 +1244,12 @@
}
}
},
"node_modules/vue-cookies": {
"version": "1.8.6",
"resolved": "https://registry.npmjs.org/vue-cookies/-/vue-cookies-1.8.6.tgz",
"integrity": "sha512-e2kYaHj1Y/zVsBSM3KWlOoVJ5o3l4QZjytNU7xdCgmkw3521CMUerqHekBGZKXXC1oRxYljBeeOK2SCel6cKuw==",
"license": "MIT"
},
"node_modules/vue-tsc": {
"version": "3.2.6",
"resolved": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-3.2.6.tgz",