forked from camera-2018/hdu-cs-wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.16 KB
/
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
36
37
38
39
{
"type": "module",
"version": "2.0.0",
"scripts": {
"docs:dev": "vitepress dev --host",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview"
},
"dependencies": {
"@vueuse/core": "^10.11.0",
"canvas-confetti": "^1.9.3",
"markdown-it": "^14.1.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-pangu": "^1.0.2",
"medium-zoom": "^1.1.0",
"sitemap": "^8.0.0"
},
"devDependencies": {
"@mermaid-js/mermaid-mindmap": "^9.3.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.1.3",
"@semantic-release/release-notes-generator": "^14.0.1",
"@shikijs/vitepress-twoslash": "^1.12.0",
"@vitejs/plugin-vue": "^5.1.1",
"markdown-it-mathjax3": "^4.3.2",
"mermaid": "^10.9.1",
"semantic-release": "^24.0.0",
"unplugin-vue-macros": "^2.10.0",
"vite-plugin-pwa": "^0.20.1",
"vitepress": "^1.3.4",
"vitepress-plugin-mermaid": "^2.0.16"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.19.1",
"@rollup/rollup-win32-x64-msvc": "^4.19.1"
}
}