{ "name": "@cv/client", "version": "0.0.0", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "preview": "vite preview", "lint": "biome check .", "lint:fix": "biome check --write .", "start": "vite", "typecheck": "tsc -b --noEmit", "codegen": "graphql-codegen --config codegen.ts", "codegen:client": "graphql-codegen --config codegen.ts" }, "dependencies": { "@cv/routing": "*", "@cv/ui": "*", "@cv/utils": "*", "@hookform/resolvers": "^5.2.2", "@tanstack/react-query": "^5.59.0", "@tanstack/react-query-devtools": "^5.59.0", "@tanstack/react-virtual": "^3.13.12", "@types/react-router-dom": "^5.3.3", "class-variance-authority": "^0.7.1", "clsx": "^2.0.0", "graphql": "^16.12.0", "graphql-request": "^6.1.0", "graphql-type-json": "^0.3.2", "react": "^19.2.3", "react-dom": "^19.2.3", "react-dropzone": "^14.3.8", "react-hook-form": "^7.70.0", "react-router-dom": "^7.9.4", "tailwind-merge": "^2.0.0", "zod": "^4.3.6" }, "devDependencies": { "@biomejs/biome": "^2.2.6", "@cv/biome-config": "*", "@cv/tsconfig": "*", "@graphql-codegen/cli": "^6.1.0", "@graphql-codegen/typescript": "^5.0.6", "@graphql-codegen/typescript-operations": "^5.0.6", "@graphql-codegen/typescript-react-query": "^6.1.0", "@tailwindcss/postcss": "^4.1.15", "@tailwindcss/vite": "^4.0.0", "@types/react": "^19.0.6", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", "tailwindcss": "^4.0.0", "typescript": "^5.6.3", "vite": "^7.1.10" } }