Files
wehub-resource-sync dfb0b33892
Workflow Lint / actionlint (push) Waiting to run
Build CI Image / build (push) Waiting to run
Skill Docs Freshness / check-freshness (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 11:59:46 +08:00

17 lines
586 B
JSON

{
"name": "@gstack/diagram-render",
"private": true,
"type": "module",
"description": "Offline diagram-render bundle: mermaid + excalidraw export + mermaid-to-excalidraw, built into a single self-contained HTML page loaded by the browse daemon. Versions are exact-pinned; bump them only via scripts/build.ts (see README.md).",
"scripts": {
"build": "bun run scripts/build.ts"
},
"dependencies": {
"@excalidraw/excalidraw": "0.18.0",
"@excalidraw/mermaid-to-excalidraw": "1.1.2",
"mermaid": "11.12.2",
"react": "18.3.1",
"react-dom": "18.3.1"
}
}