mirror of
https://github.com/s-frick/effigenix.git
synced 2026-03-28 10:39:35 +01:00
Scanner-App Tauri v2 Android App mit Login, Barcode-Scanner, Consume/Move/Book-Flows und Aufgabenliste. TasksPage lädt echte RELEASED/IN_PROGRESS Produktionsaufträge via API, Consume-Flow nutzt den konkreten Auftrag für korrekte Rezept-Skalierung statt blind den ersten IN_PROGRESS-Auftrag zu nehmen. Backend: FindStockByBatchId Use Case + REST-Endpoint für Stock-Lookup per Chargennummer.
37 lines
1 KiB
JSON
37 lines
1 KiB
JSON
{
|
|
"name": "@effigenix/scanner",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Effigenix mobile scanner app (Tauri v2)",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"typecheck": "tsc --noEmit",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@effigenix/api-client": "workspace:*",
|
|
"@effigenix/config": "workspace:*",
|
|
"@effigenix/types": "workspace:*",
|
|
"@effigenix/ui": "workspace:*",
|
|
"@effigenix/validation": "workspace:*",
|
|
"@tauri-apps/api": "^2.0.0",
|
|
"@tauri-apps/plugin-barcode-scanner": "^2.0.0",
|
|
"@tauri-apps/plugin-http": "^2.5.7",
|
|
"lucide-react": "^0.577.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.0.0",
|
|
"@tauri-apps/cli": "^2.0.0",
|
|
"@types/react": "^18.2.48",
|
|
"@types/react-dom": "^18.2.18",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"tailwindcss": "^4.0.0",
|
|
"typescript": "^5.3.3",
|
|
"vite": "^6.0.0"
|
|
}
|
|
}
|