-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
35 lines (35 loc) · 892 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
35
{
"name": "gridsome-plugin-remark-mermaid",
"version": "1.0.1",
"description": "Use mermaidjs in your markdown to create diagrams.",
"homepage": "https://github.com/Braincoke/gridsome-plugin-remark-mermaid#readme",
"repository": "https://github.com/Braincoke/gridsome-plugin-remark-mermaid",
"main": "index.js",
"scripts": {
"test": "jest"
},
"author": "Braincoke <[email protected]>",
"license": "MIT",
"dependencies": {
"mermaid": "^8.4.8",
"path": "^0.12.7",
"puppeteer": "^2.1.1",
"unist-util-remove": "^2.0.0",
"unist-util-visit": "^2.0.2",
"xast-util-from-xml": "^1.0.0",
"xast-util-to-xml": "^1.0.0"
},
"devDependencies": {
"jest": "^25.1.0",
"remark": "^11.0.2"
},
"jest": {
"testEnvironment": "node"
},
"keywords": [
"gridsome",
"gridsome-plugin",
"mermaid",
"remark"
]
}