{ "name": "nextjs-client", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@hookform/resolvers": "^3.9.0", "@radix-ui/react-avatar": "^1.1.0", "@radix-ui/react-dropdown-menu": "^2.1.1", "@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-label": "^2.1.0", "@radix-ui/react-slot": "^1.1.0", "@radix-ui/react-switch": "^1.1.0", "@tanstack/react-query": "^5.55.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "geist": "^1.3.1", "lucide-react": "^0.439.0", "next": "14.2.3", "next-themes": "^0.3.0", "react": "^18", "react-dom": "^18", "react-google-recaptcha": "^3.1.0", "react-hook-form": "^7.53.0", "react-icons": "^5.3.0", "sonner": "^1.5.0", "tailwind-merge": "^2.5.2", "tailwindcss-animate": "^1.0.7", "zod": "^3.23.8" }, "devDependencies": { "@trivago/prettier-plugin-sort-imports": "^4.3.0", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "@types/react-google-recaptcha": "^2.1.9", "postcss": "^8", "prettier-plugin-tailwindcss": "^0.6.6", "tailwindcss": "^3.4.1", "typescript": "^5" } }