-
Notifications
You must be signed in to change notification settings - Fork 81
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 902 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 902 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
{
"devDependencies": {
"@mdit-vue/shared": "^3.0.2",
"@types/dom-view-transitions": "^1.0.6",
"@types/node": "^24.7.1",
"busuanzi.pure.js": "^1.0.3",
"canvas-confetti": "^1.9.3",
"fast-glob": "^3.3.3",
"gray-matter": "^4.0.3",
"less": "^4.4.2",
"markdown-it-task-checkbox": "^1.0.6",
"medium-zoom": "^1.1.0",
"mermaid": "^11.12.0",
"nprogress-v2": "^1.1.10",
"sass": "^1.93.2",
"vitepress": "^1.6.4",
"vitepress-plugin-comment-with-giscus": "^1.1.15",
"vitepress-plugin-group-icons": "^1.6.3",
"vitepress-plugin-mermaid": "^2.0.17",
"vue": "^3.5.22",
"xgplayer": "^3.0.23"
},
"packageManager": "pnpm@8.6.10+sha1.98fe2755061026799bfa30e7dc8d6d48e9c3edf0",
"type": "module",
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
}
}