-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 940 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 940 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
25
26
27
28
29
30
31
32
33
{
"name": "pg-basic",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vitepress dev docs",
"build": "vitepress build docs",
"preview": "vitepress preview docs"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@mermaid-js/mermaid-mindmap": "^9.3.0",
"@types/node": "^22.15.3",
"@wekanteam/markdown-it-mermaid": "^0.6.4",
"install": "^0.13.0",
"markdown-it-charts": "^1.0.5",
"markdown-it-container": "^4.0.0",
"markdown-it-mathjax": "^2.0.0",
"markdown-it-mermaid": "^0.2.0",
"markdown-it-texmath": "^1.0.0",
"mermaid": "^11.6.0",
"vitepress": "1.6.3",
"vitepress-plugin-mermaid": "^2.0.10"
},
"dependencies": {
"markdown-it": "^14.1.0",
"markdown-it-mathjax3": "^4.3.2"
},
"type": "module"
}