Files
team/package.json
hanzo-dev 589b25bdca Hanzo Team docs: port + rebrand from upstream, Fumadocs static site
- Standalone Fumadocs (Next 16 static export) app, same stack as hanzo-docs org
- 79 pages ported from upstream Huly docs, fully rebranded to Hanzo Team
- Removed lead/inventory; added Account & billing (orgs/workspaces, usage, agents)
- Login updated to Continue with Hanzo (hanzo.id) + Google/GitHub + email
- CF Pages deploy workflow (org CF creds) -> docs.hanzo.team
2026-07-21 10:34:45 -07:00

39 lines
1013 B
JSON

{
"name": "hanzo-team-docs",
"description": "Hanzo Team product documentation (docs.hanzo.team).",
"version": "0.1.0",
"private": true,
"scripts": {
"postinstall": "fumadocs-mdx",
"build": "next build --webpack",
"dev": "next dev --port 3007 --webpack",
"start": "next start",
"clean": "rimraf .next out .source",
"types:check": "fumadocs-mdx && next typegen && tsc --noEmit"
},
"dependencies": {
"fumadocs-core": "16.11.5",
"fumadocs-mdx": "15.2.0",
"fumadocs-ui": "16.11.5",
"lucide-react": "^0.562.0",
"next": "16.1.6",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@types/mdx": "^2.0.13",
"@types/node": "^24.10.0",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"postcss": "^8.5.6",
"rimraf": "^6.1.3",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@10.33.4",
"engines": {
"node": ">= 20"
}
}