adding mermaid package to package.json
This commit is contained in:
@@ -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 *)"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Generated
+1094
File diff suppressed because it is too large
Load Diff
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user