Continue kiosk work

This commit is contained in:
2024-12-16 21:38:24 +00:00
parent d563e89c6b
commit 7b24f82436
6 changed files with 496 additions and 152 deletions

View File

@@ -27,9 +27,9 @@
"devDependencies": {
"@babel/types": "^7.26.3",
"@types/node": "^20.17.9",
"@typescript-eslint/parser": "8.17.0",
"@vitejs/plugin-vue": "^4.6.2",
"@vue/eslint-config-typescript": "^14.1.4",
"@typescript-eslint/parser": "8.17.0",
"cross-env": "^7.0.3",
"eslint": "^9.16.0",
"eslint-plugin-import": "^2.31.0",
@@ -45,6 +45,7 @@
"vite": "^5.4.11",
"vite-plugin-vuetify": "^2.0.4",
"vue-router": "^4.5.0",
"vue-tsc": "^2.1.10"
"vue-tsc": "^2.1.10",
"websocketstream-polyfill": "^1.0.1"
}
}