forked from remcohaszing/gatsby-remark-mermaid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 818 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "gatsby-remark-mermaid",
"version": "2.1.0",
"description": "Add pretty graphs using mermaid and server-side rendering.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/remcohaszing/gatsby-remark-mermaid.git"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"remark",
"drawing",
"plugin",
"mermaid",
"graph",
"flowchart",
"diagram"
],
"author": "Thomas Biesaart <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/remcohaszing/gatsby-remark-mermaid/issues"
},
"homepage": "https://github.com/remcohaszing/gatsby-remark-mermaid#readme",
"dependencies": {
"mermaid": "^8.14.0",
"unist-util-visit": "^1.4.1"
},
"peerDependencies": {
"puppeteer": "*"
}
}