{ "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" } }