Files
studio/web/shell/package.json
T
zeekayandClaude Opus 4.8 3eb2d90971 build(marketing): add web/shell esbuild package for the unified Hanzo shell bundle
Bundles @hanzogui/shell (HanzoHeader + HanzoPreFooterCTA + HanzoFooter) + @hanzo/brand + React into one self-contained ESM asset. Only the three logged-out components are imported so the signed-in graph (@hanzo/iam) is tree-shaken away. node_modules gitignored.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-23 21:58:03 -07:00

21 lines
609 B
JSON
Vendored

{
"name": "@hanzo/studio-marketing-shell",
"version": "1.0.0",
"private": true,
"type": "module",
"description": "Builds the self-contained unified-Hanzo-shell bundle (header + pre-footer + footer) served on the studio.hanzo.ai logged-out page. Output is committed to ../marketing and served by the Python app at /marketing.",
"scripts": {
"build": "node build.mjs"
},
"dependencies": {
"@hanzo/brand": "^1.4.1",
"@hanzogui/shell": "^7.4.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@hanzo/iam": "^0.13.1",
"esbuild": "^0.24.2"
}
}