{ "name": "web", "private": true, "type": "module", "imports": { "#/*": "./src/*" }, "scripts": { "dev": "vite dev --port 3000", "build": "vite build", "preview": "vite preview", "test": "vitest run", "format": "biome format", "lint": "biome lint", "check": "biome check" }, "dependencies": { "@base-ui/react": "^1.4.0", "@elysiajs/eden": "^1.4.9", "@faker-js/faker": "^10.3.0", "@fontsource-variable/figtree": "^5.2.10", "@tailwindcss/vite": "^4.1.18", "@tanstack/match-sorter-utils": "latest", "@tanstack/react-devtools": "latest", "@tanstack/react-query": "latest", "@tanstack/react-query-devtools": "latest", "@tanstack/react-router": "latest", "@tanstack/react-router-devtools": "latest", "@tanstack/react-router-ssr-query": "latest", "@tanstack/react-start": "latest", "@tanstack/react-table": "latest", "@tanstack/router-plugin": "^1.132.0", "better-auth": "^1.5.3", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "embla-carousel-react": "^8.6.0", "lucide-react": "^1.8.0", "next-themes": "^0.4.6", "qrcode": "^1.5.4", "react": "^19.2.0", "react-dom": "^19.2.0", "shadcn": "^4.3.0", "sonner": "^2.0.7", "tailwind-merge": "^3.5.0", "tailwindcss": "^4.1.18", "tw-animate-css": "^1.4.0", "vaul": "^1.1.2" }, "devDependencies": { "@biomejs/biome": "2.4.5", "@tailwindcss/typography": "^0.5.16", "@tanstack/devtools-vite": "latest", "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.0", "@types/node": "^22.10.2", "@types/react": "^19.2.0", "@types/react-dom": "^19.2.0", "@vitejs/plugin-react": "^6.0.1", "babel-plugin-react-compiler": "^1.0.0", "elysia": "catalog:", "jsdom": "^28.1.0", "typescript": "^5.7.2", "vite": "^8.0.0", "vitest": "^3.0.5" }, "pnpm": { "onlyBuiltDependencies": [ "esbuild", "lightningcss" ] } }