adding mermaid package to package.json

This commit is contained in:
2026-05-21 16:21:22 +02:00
parent d38902643c
commit 35a87c45e9
3 changed files with 1097 additions and 1 deletions
+2 -1
View File
@@ -7,7 +7,8 @@
"Bash(npm run *)", "Bash(npm run *)",
"WebFetch(domain:localhost)", "WebFetch(domain:localhost)",
"Bash(curl -s http://localhost:3000/fr)", "Bash(curl -s http://localhost:3000/fr)",
"Bash(npx tsc *)" "Bash(npx tsc *)",
"Bash(npm install *)"
] ]
} }
} }
+1094
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -12,6 +12,7 @@
"@vercel/analytics": "^2.0.1", "@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0", "@vercel/speed-insights": "^2.0.0",
"gray-matter": "^4.0.3", "gray-matter": "^4.0.3",
"mermaid": "^11.15.0",
"next": "16.2.3", "next": "16.2.3",
"next-intl": "^4.9.1", "next-intl": "^4.9.1",
"next-mdx-remote": "^6.0.0", "next-mdx-remote": "^6.0.0",