{ "name": "hwlab", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "preview": "vite preview", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0" }, "dependencies": { "@radix-ui/react-slot": "^1.1.0", "@tanstack/react-query": "^5.51.0", "@tanstack/react-router": "^1.48.0", "@tanstack/router-devtools": "^1.48.0", "@zxing/browser": "^0.1.5", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "lucide-react": "^0.417.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-dropzone": "^14.2.3", "react-hot-toast": "^2.4.1", "tailwind-merge": "^2.5.2", "zustand": "^4.5.4" }, "devDependencies": { "@types/node": "^25.6.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "@vitejs/plugin-react": "^4.3.1", "autoprefixer": "^10.4.19", "eslint": "^9.7.0", "postcss": "^8.4.40", "tailwindcss": "^3.4.7", "typescript": "^5.5.3", "vite": "^5.3.5" } }