{ "name": "@cfdm/web", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "preview": "vite preview", "lint": "eslint .", "test": "vitest run" }, "dependencies": { "@base-ui/react": "^1.0.0", "@cfdm/shared": "workspace:*", "@cfdm/ui": "workspace:*", "@hookform/resolvers": "^3.10.0", "@tanstack/react-query": "^5.90.2", "@tanstack/react-query-devtools": "^5.90.2", "@tanstack/react-router": "^1.130.2", "@tanstack/react-router-devtools": "^1.130.2", "lucide-react": "^0.468.0", "next-themes": "^0.4.6", "react": "^19.2.0", "react-dom": "^19.2.0", "react-hook-form": "^7.60.0", "recharts": "3.8.0", "sonner": "^1.7.0", "zod": "^3.25.0" }, "devDependencies": { "@tailwindcss/vite": "^4.1.0", "@tanstack/router-plugin": "^1.130.0", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.1.1", "happy-dom": "^18.0.0", "tailwindcss": "^4.1.0", "tw-animate-css": "^1.0.0", "typescript": "^5.9.2", "vite": "^7.3.1", "vitest": "^3.0.0" } }