{ "name": "landing", "version": "0.1.0", "private": true, "type": "module", "scripts": { "build": "next build", "lint": "oxlint --deny-warnings", "lint:fix": "oxlint --fix", "format": "oxfmt --write", "format:check": "oxfmt --check", "dev": "next dev", "preview": "next build && next start", "start": "next start", "seo:lighthouse": "pnpm dlx @lhci/cli@0.15.1 autorun --config=./lighthouserc.json", "postinstall": "fumadocs-mdx", "typecheck": "tsc --noEmit" }, "dependencies": { "@base-ui/react": "^1.2.0", "@hugeicons/core-free-icons": "^3.3.0", "@hugeicons/react": "^1.1.5", "@t3-oss/env-nextjs": "^0.12.0", "@types/mdx": "^2.0.13", "@vercel/analytics": "^1.6.1", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "^1.1.1", "date-fns": "^4.1.0", "embla-carousel-react": "^8.6.0", "framer-motion": "^12.34.3", "fumadocs-core": "^16.6.6", "fumadocs-mdx": "^14.2.8", "fumadocs-ui": "^16.6.6", "geist": "^1.3.1", "input-otp": "^1.4.2", "lucide-react": "^0.575.0", "next": "^16.2.3", "next-themes": "^0.4.6", "radix-ui": "^1.4.3", "react": "^19.2.5", "react-day-picker": "^9.14.0", "react-dom": "^19.2.5", "react-icons": "^5.5.0", "react-resizable-panels": "^4.6.5", "recharts": "3.8.0", "resend": "^6.9.4", "schema-dts": "^1.1.5", "shadcn": "^4.1.1", "shiki": "^4.0.0", "sonner": "^2.0.7", "tailwind-merge": "^3.5.0", "tw-animate-css": "^1.4.0", "vaul": "^1.1.2", "zod": "^3.24.2" }, "devDependencies": { "@tailwindcss/postcss": "^4.0.15", "@types/node": "^20.14.10", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "postcss": "^8.5.3", "tailwindcss": "^4.0.15", "typescript": "^5.8.2" }, "packageManager": "pnpm@10.4.1", "ct3aMetadata": { "initVersion": "7.40.0" } }