docs: bundle mermaid locally for offline diagram rendering

This commit is contained in:
kyasuda
2026-02-10 13:24:05 -08:00
committed by sudacode
parent b59e810e76
commit 628b63b165
3 changed files with 935 additions and 19 deletions

View File

@@ -41,10 +41,11 @@
"author": "",
"license": "GPL-3.0-or-later",
"dependencies": {
"@catppuccin/vitepress": "^0.1.2",
"axios": "^1.13.5",
"jsonc-parser": "^3.3.1",
"ws": "^8.19.0",
"@catppuccin/vitepress": "^0.1.2"
"mermaid": "^11.12.2",
"ws": "^8.19.0"
},
"devDependencies": {
"@types/node": "^25.2.2",