Files
Zach Kelling d0dd69ba5c docs: add Next.js documentation site with @hanzo/mdx
- Fumadocs-based docs with @hanzo/mdx and @hanzo/ui integration
- Comprehensive SDK documentation for all packages:
  - hanzo-agent SDK (agents, tools, guardrails, tracing)
  - hanzo-mcp tools (filesystem, shell, browser, memory, etc.)
  - Client, models, embeddings, chat APIs
- Tailwind 4 + Next.js 16 + React 19 stack
- Static export for GitHub Pages deployment
2025-12-29 20:16:38 -08:00

35 lines
822 B
JSON

{
"name": "@hanzo/python-sdk-docs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"@hanzo/mdx": "^14.2.5",
"@hanzo/ui": "^5.0.0",
"fumadocs-core": "^16.2.6",
"fumadocs-mdx": "^14.2.3",
"fumadocs-ui": "^16.2.6",
"lucide-react": "^0.468.0",
"next": "^16.1.1",
"next-themes": "^0.4.6",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"shiki": "^3.0.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.0",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"postcss": "^8.5.0",
"tailwindcss": "^4.1.0",
"typescript": "^5.7.0"
}
}