-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 885 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 885 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
{
"private": true,
"scripts": {
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview"
},
"devDependencies": {
"@nolebase/vitepress-plugin-enhanced-mark": "^2.2.0",
"@types/markdown-it": "^14.1.2",
"@types/node": "^20.2.3",
"@ver5/markdown-it-align": "^1.0.0",
"@ver5/markdown-it-image": "^1.0.1",
"@ver5/markdown-it-internal-link": "^1.0.0",
"@ver5/vitepress-plugin-link-preview": "^1.0.0",
"@ver5/vitepress-plugin-rust-playground": "^1.0.3",
"@ver5/vitepress-plugin-search": "^1.0.7",
"@ver5/vitepress-plugin-sidebar": "^1.0.0",
"@vueuse/core": "^10.1.2",
"markdown-it-container": "^3.0.0",
"markdown-it-mark": "^3.0.1",
"mermaid": "^11.8.1",
"sass": "^1.62.1",
"tslib": "^2.5.2",
"vitepress": "^1.5.0",
"vitepress-plugin-mermaid": "^2.0.17"
}
}