Add a component to scan books

This commit is contained in:
2026-02-05 18:30:24 +01:00
parent 928fd9ddac
commit f73defdad3
10 changed files with 143 additions and 12 deletions

View File

@@ -7,13 +7,14 @@
"node": "^20.19.0 || >=22.12.0"
},
"scripts": {
"dev": "vite",
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --fix",
"format": "prettier --write src/"
},
"dependencies": {
"@zxing/library": "^0.21.3",
"bootstrap-icons-vue": "^1.11.3",
"pinia": "^3.0.3",
"vue": "^3.5.18",