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>
21 lines
609 B
JSON
Vendored
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"
|
|
}
|
|
}
|