-
Notifications
You must be signed in to change notification settings - Fork 93
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.35 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.35 KB
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
40
41
42
43
44
45
46
{
"type": "module",
"version": "2.0.0",
"scripts": {
"docs:dev": "vitepress dev --host",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview"
},
"dependencies": {
"@vercel/kv": "^3.0.0",
"@vercel/speed-insights": "^1.2.0",
"@vueuse/core": "^13.6.0",
"animejs": "^4.1.2",
"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",
"oxc-minify": "^0.81.0",
"sitemap": "^8.0.0",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@mermaid-js/mermaid-mindmap": "^9.3.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.3",
"@semantic-release/release-notes-generator": "^14.0.3",
"@shikijs/types": "^3.9.2",
"@shikijs/vitepress-twoslash": "^3.9.2",
"@vitejs/plugin-vue": "^6.0.1",
"esbuild": "^0.25.8",
"markdown-it-mathjax3": "^4.3.2",
"mermaid": "^11.9.0",
"semantic-release": "^24.2.7",
"unplugin-vue-macros": "^2.14.5",
"vite-plugin-pwa": "^1.0.2",
"vitepress": "^v2.0.0-alpha.9",
"vitepress-plugin-mermaid": "^2.0.17",
"vitepress-plugin-bprogress": "^1.0.2"
},
"overrides": {
"vite": "npm:rolldown-vite@latest"
}
}