{ "name": "@roostmoe/den-client-web", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite --host", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview", "gen-client": "openapi-ts" }, "dependencies": { "@radix-ui/react-avatar": "^1.1.11", "@radix-ui/react-checkbox": "^1.3.3", "@radix-ui/react-collapsible": "^1.1.12", "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-dropdown-menu": "^2.1.16", "@radix-ui/react-label": "^2.1.8", "@radix-ui/react-select": "^2.2.6", "@radix-ui/react-separator": "^1.1.8", "@radix-ui/react-slot": "^1.2.4", "@radix-ui/react-tooltip": "^1.2.8", "@tabler/icons-react": "^3.35.0", "@tailwindcss/vite": "^4.1.17", "@tanstack/react-form": "^1.25.0", "@tanstack/react-query": "^5.90.10", "@tanstack/react-query-devtools": "^5.90.2", "@tanstack/react-router": "^1.136.8", "@tanstack/react-router-devtools": "^1.136.8", "@tanstack/react-table": "^8.21.3", "@tanstack/router-plugin": "^1.136.8", "axios": "^1.13.2", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "^1.1.1", "i18next": "^25.6.2", "lucide-react": "^0.554.0", "next-themes": "^0.4.6", "react": "^19.2.0", "react-dom": "^19.2.0", "react-i18next": "^16.3.3", "recharts": "2.15.4", "sonner": "^2.0.7", "tailwind-merge": "^3.4.0", "tailwindcss": "^4.1.17", "zod": "^4.1.12" }, "devDependencies": { "@eslint/js": "^9.39.1", "@hey-api/client-axios": "^0.9.1", "@hey-api/openapi-ts": "0.87.5", "@types/node": "^24.10.0", "@types/react": "^19.2.2", "@types/react-dom": "^19.2.2", "@vitejs/plugin-react": "^5.1.0", "babel-plugin-react-compiler": "^1.0.0", "eslint": "^9.39.1", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.24", "globals": "^16.5.0", "tw-animate-css": "^1.4.0", "typescript": "~5.9.3", "typescript-eslint": "^8.46.3", "vite": "npm:rolldown-vite@7.2.2" }, "overrides": { "vite": "npm:rolldown-vite@7.2.2" } }