{ "name": "web", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@radix-ui/react-collapsible": "^1.1.0", "@radix-ui/react-dropdown-menu": "^2.1.1", "@radix-ui/react-slot": "^1.1.0", "@radix-ui/react-toast": "^1.2.1", "@types/react-google-recaptcha": "^2.1.9", "@uiw/react-markdown-preview": "^5.1.2", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "framer-motion": "^11.3.24", "lucide-react": "^0.426.0", "next": "14.2.5", "next-themes": "^0.3.0", "react": "^18", "react-dom": "^18", "react-element-to-jsx-string": "^15.0.0", "react-google-recaptcha": "^3.1.0", "react-markdown": "^9.0.1", "tailwind-merge": "^2.4.0", "tailwindcss-animate": "^1.0.7" }, "devDependencies": { "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "autoprefixer": "^10.4.20", "postcss": "^8.4.41", "tailwindcss": "^3.4.9", "typescript": "^5" } }