{ "name": "zen-website", "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-checkbox": "^1.1.1", "@radix-ui/react-dialog": "^1.1.1", "@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-navigation-menu": "^1.2.0", "@radix-ui/react-scroll-area": "^1.1.0", "@radix-ui/react-select": "^2.1.1", "@radix-ui/react-slot": "^1.1.0", "@radix-ui/react-tabs": "^1.1.0", "@vercel/postgres": "^0.9.0", "canvas-confetti": "^1.9.3", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "cobe": "^0.6.3", "dotenv": "^16.4.5", "framer-motion": "^11.3.24", "lucide-react": "^0.400.0", "next": "14.2.4", "next-themes": "^0.3.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-hook-form": "^7.52.2", "react-markdown": "^9.0.1", "react-spring": "^9.7.4", "styled-components": "^6.1.12", "sync-fetch": "^0.5.2", "tailwind-merge": "^2.5.1", "tailwindcss-animate": "^1.0.7", "zod": "^3.23.8" }, "devDependencies": { "@types/canvas-confetti": "^1.6.4", "@types/node": "^20.14.15", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@types/sync-fetch": "^0.4.3", "eslint": "^8.57.0", "eslint-config-next": "14.2.4", "postcss": "^8.4.41", "tailwindcss": "^3.4.9", "typescript": "^5.5.4" } }