forked from JasperFx/wolverine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 764 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"private": true,
"scripts": {
"vitepress-dev": "vitepress dev docs --port 5050 --open",
"vitepress-build": "vitepress build docs",
"mdsnippets": "mdsnippets",
"docs": "npm-run-all -s mdsnippets vitepress-dev",
"docs:build": "npm-run-all -s mdsnippets vitepress-build",
"docs:publish": "netlify deploy --prod"
},
"devDependencies": {
"@mermaid-js/mermaid-mindmap": "^9.3.0",
"chai": "^4",
"lodash": "^4.17.21",
"mermaid": "^10",
"mocha": "^10.2.0",
"netlify-cli": "^17.13.1",
"npm-run-all": "^4.1.5",
"shiki": "^1.1.7",
"vitepress": "1.0.0-rc.36",
"vitepress-plugin-mermaid": "2.0.16",
"vue": "^3.4.10"
}
}