-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 873 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 873 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
{
"name": "zcvote",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.16.1",
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.24",
"@vuepress/plugin-markdown-chart": "2.0.0-rc.112",
"@vuepress/plugin-markdown-ext": "2.0.0-rc.112",
"@vuepress/plugin-markdown-hint": "2.0.0-rc.112",
"@vuepress/plugin-markdown-image": "2.0.0-rc.112",
"@vuepress/plugin-markdown-math": "2.0.0-rc.112",
"@vuepress/plugin-search": "2.0.0-rc.112",
"@vuepress/theme-default": "2.0.0-rc.112",
"katex": "^0.16.22",
"sass-embedded": "^1.89.2",
"vue": "^3.5.18",
"vuepress": "2.0.0-rc.24"
},
"dependencies": {
"mermaid": "^11.10.0"
}
}