mirror of
https://github.com/headroomlabs-ai/headroom.git
synced 2026-08-27 14:17:10 -04:00
41 lines
1,013 B
JSON
41 lines
1,013 B
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": {
|
|
"dotted-map": "^3.1.0",
|
|
"fumadocs-core": "16.7.10",
|
|
"fumadocs-mdx": "14.2.11",
|
|
"fumadocs-twoslash": "^3.1.3",
|
|
"fumadocs-typescript": "^4.0.3",
|
|
"fumadocs-ui": "16.7.10",
|
|
"headroom-ai": "file:../sdk/typescript",
|
|
"lucide-react": "^1.7.0",
|
|
"next": "16.2.2",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"recharts": "^3.8.1",
|
|
"tailwind-merge": "^3.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@ai-sdk/openai": "^3.0.51",
|
|
"@anthropic-ai/sdk": "^0.82.0",
|
|
"@tailwindcss/postcss": "^4.2.2",
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/node": "^25.5.0",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"ai": "^6.0.149",
|
|
"openai": "^6.33.0",
|
|
"postcss": "^8.5.8",
|
|
"tailwindcss": "^4.2.2",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|