mirror of
https://github.com/headroomlabs-ai/headroom.git
synced 2026-08-27 14:17:10 -04:00
This is an automated pull request generated by Vercel to help install [Web Analytics](https://vercel.com/docs/analytics) in your application. Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"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",
|
|
"@vercel/analytics": "^2.0.1",
|
|
"class-variance-authority": "0.7.1",
|
|
"clsx": "2.1.1",
|
|
"dotted-map": "^3.1.0",
|
|
"fumadocs-core": "16.11.5",
|
|
"fumadocs-mdx": "15.2.0",
|
|
"fumadocs-twoslash": "^3.3.0",
|
|
"fumadocs-typescript": "^5.3.0",
|
|
"fumadocs-ui": "16.11.5",
|
|
"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.111.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.47.0",
|
|
"postcss": "^8.5.19",
|
|
"tailwindcss": "^4.2.2",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"overrides": {
|
|
"postcss": "$postcss"
|
|
}
|
|
}
|