BarcodeScanner-Komponente auf @zxing/browser (Code128, iOS/Safari-kompatibel im Gegensatz zur nativen BarcodeDetector-API). Treffer springt direkt ins Kontroll-Screen, sonst Fallback ins bestehende Such-Textfeld. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CVgbozhYmuEhiEJHffRXCV
27 lines
590 B
JSON
27 lines
590 B
JSON
{
|
|
"name": "mabea-frontend",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc --noEmit && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@zxing/browser": "^0.1.5",
|
|
"idb-keyval": "^6.2.1",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^6.26.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"typescript": "^5.5.4",
|
|
"vite": "^5.4.6",
|
|
"vite-plugin-pwa": "^0.20.5"
|
|
}
|
|
}
|