{ "name": "web", "private": true, "version": "0.1.0", "type": "module", "scripts": { "dev": "vite", "build": "tsr generate && vite build", "typecheck": "tsr generate && tsc -b", "test": "vitest run --passWithNoTests", "lint": "eslint .", "preview": "vite preview", "analyze": "vite build --mode analyze" }, "dependencies": { "@authportal/shared": "workspace:*", "@authportal/ui": "workspace:*", "@base-ui/react": "^1.5.0", "@hookform/resolvers": "^5.4.0", "@simplewebauthn/browser": "^13.3.0", "@tailwindcss/vite": "^4.3.1", "@tanstack/react-query": "^5.101.0", "@tanstack/react-router": "^1.170.15", "@tanstack/react-table": "^8.21.3", "@tanstack/router-vite-plugin": "^1.167.18", "class-variance-authority": "^0.7.1", "lucide-react": "catalog:", "next-themes": "^0.4.6", "react": "^19.2.6", "react-dom": "^19.2.6", "react-hook-form": "^7.79.0", "sonner": "^2.0.7", "tailwindcss": "^4.3.1", "zod": "catalog:" }, "devDependencies": { "@eslint/js": "^10.0.1", "@tanstack/router-cli": "^1.167.31", "@types/node": "^24.12.3", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.1", "eslint": "^10.3.0", "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.6.0", "rollup-plugin-visualizer": "^7.1.1", "tw-animate-css": "^1.0.0", "typescript": "catalog:", "typescript-eslint": "^8.59.2", "vite": "^8.0.12", "vitest": "catalog:" } }