{ "name": "headroom-docs", "version": "0.0.0", "private": true, "scripts": { "build": "next build", "dev": "next dev", "start": "next start", "types:check": "fumadocs-mdx && next typegen && tsc --noEmit", "postinstall": "fumadocs-mdx" }, "dependencies": { "@radix-ui/react-slot": "1.3.0", "class-variance-authority": "0.7.1", "clsx": "2.1.1", "dotted-map": "^3.1.0", "fumadocs-core": "16.11.1", "fumadocs-mdx": "15.1.0", "fumadocs-twoslash": "^3.3.0", "fumadocs-typescript": "^5.3.0", "fumadocs-ui": "16.11.1", "headroom-ai": "file:../sdk/typescript", "lucide-react": "^1.7.0", "next": "16.2.10", "react": "^19.2.7", "react-dom": "^19.2.7", "recharts": "^3.9.2", "tailwind-merge": "^3.5.0" }, "devDependencies": { "@ai-sdk/openai": "^3.0.51", "@anthropic-ai/sdk": "^0.106.0", "@tailwindcss/postcss": "^4.3.2", "@types/mdx": "^2.0.14", "@types/node": "^26.1.1", "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "ai": "^6.0.149", "openai": "^6.33.0", "postcss": "^8.5.16", "tailwindcss": "^4.2.2", "typescript": "^5.9.3" }, "overrides": { "postcss": "$postcss" } }