build(web): add missing mermaid dependency

Mermaid diagram rendering was wired up upstream but the package was never
declared, breaking the dev build ("Module not found: Can't resolve
'mermaid'"). Add it to package.json and lock it.
This commit is contained in:
CREDO23 2026-06-23 18:30:46 +02:00
parent 2d1ccb468a
commit 303a69a933
2 changed files with 780 additions and 0 deletions

View file

@ -116,6 +116,7 @@
"lenis": "^1.3.17",
"lowlight": "^3.3.0",
"lucide-react": "^0.577.0",
"mermaid": "^11.15.0",
"monaco-editor": "^0.55.1",
"motion": "^12.23.22",
"next": "^16.1.0",