{ "name": "docs", "version": "0.1.0", "type": "module", "private": true, "scripts": { "postinstall": "fumadocs-mdx", "dev": "next dev --port 3000", "build": "next build", "postbuild": "pnpm sync-typesense", "start": "next start", "lint": "next lint", "lint:fix": "biome check . --fix --unsafe", "sync-typesense": "node scripts/sync-typesense.ts" }, "dependencies": { "@ai-sdk/anthropic": "^3.0.44", "@ai-sdk/openai": "^3.0.29", "@ai-sdk/openai-compatible": "^2.0.29", "@ai-sdk/react": "^3.0.106", "@better-fetch/fetch": "^1.1.21", "@biomejs/biome": "2.4.4", "@hookform/resolvers": "^5.2.1", "@openrouter/ai-sdk-provider": "^2.2.5", "@radix-ui/react-checkbox": "^1.3.3", "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-label": "^2.1.7", "@radix-ui/react-popover": "^1.1.15", "@radix-ui/react-presence": "^1.1.5", "@radix-ui/react-scroll-area": "^1.2.10", "@radix-ui/react-select": "^2.2.6", "@radix-ui/react-slot": "^1.2.3", "@radix-ui/react-tabs": "^1.1.13", "@radix-ui/react-tooltip": "^1.2.8", "@react-three/drei": "^10.7.7", "@react-three/fiber": "^9.5.0", "@tanstack/react-table": "^8.21.3", "@tsparticles/engine": "^3.9.1", "@tsparticles/react": "^3.0.0", "@tsparticles/slim": "^3.9.1", "@upstash/ratelimit": "^2.0.8", "@upstash/redis": "^1.36.4", "@vercel/analytics": "^1.6.1", "@vercel/og": "^0.10.1", "ai": "^6.0.116", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "^1.1.1", "feed": "^5.2.0", "foxact": "^0.2.52", "framer-motion": "^12.23.12", "fumadocs-core": "16.6.7", "fumadocs-mdx": "^14.2.8", "fumadocs-typescript": "^5.1.4", "fumadocs-ui": "16.6.7", "geist": "^1.7.0", "hast-util-to-jsx-runtime": "^2.3.6", "js-beautify": "^1.15.4", "lucide-react": "^0.575.0", "motion": "^12.23.12", "next": "16.2.0", "next-themes": "^0.4.6", "radix-ui": "^1.4.3", "react": "^19.1.0", "react-dom": "^19.1.0", "react-fast-marquee": "^1.6.5", "react-hook-form": "^7.62.0", "react-markdown": "^10.1.0", "react-remove-scroll": "^2.7.2", "resend": "^6.8.0", "react-svg-worldmap": "^2.0.0-alpha.16", "rehype-highlight": "^7.0.2", "remark": "^15.0.1", "remark-gfm": "^4.0.1", "remark-rehype": "^11.1.2", "shiki": "^4.0.0", "sonner": "^2.0.7", "tailwind-merge": "^3.3.1", "three": "^0.183.1", "typesense": "^3.0.2", "typesense-fumadocs-adapter": "^0.3.0", "unist-util-visit": "^5.1.0", "vaul": "^1.1.2", "zod": "^4.1.5" }, "devDependencies": { "@react-grab/mcp": "^0.1.15", "@tailwindcss/postcss": "^4", "@types/node": "^25.3.2", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "@types/three": "^0.183.1", "dotenv": "^17.3.1", "tailwindcss": "^4", "tw-animate-css": "^1.3.7", "typescript": "5.9.3" } }