-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.26 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.26 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
{
"name": "pvzg_site",
"version": "0.2.0",
"description": "Website of PvZ-GE",
"license": "Apache 2.0",
"type": "module",
"scripts": {
"docs:build": "vuepress-vite build src",
"docs:clean-dev": "vuepress-vite dev src --clean-cache",
"docs:dev": "vuepress-vite dev src",
"docs:update-package": "pnpm dlx vp-update",
"deploy": "pnpm docs:build && wrangler deploy",
"preview": "pnpm docs:build && wrangler dev"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.24",
"@vuepress/helper": "2.0.0-rc.110",
"@vuepress/plugin-docsearch": "2.0.0-rc.114",
"@vuepress/plugin-redirect": "2.0.0-rc.114",
"artalk": "^2.9.1",
"sass": "^1.93.2",
"vite": "^6.4.0",
"vue": "^3.5.22",
"vuepress": "2.0.0-rc.24",
"vuepress-theme-hope": "2.0.0-rc.95",
"wrangler": "^4.43.0"
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
"@intlify/unplugin-vue-i18n": "^6.0.8",
"@vuepress/plugin-watermark": "2.0.0-rc.114",
"ant-design-vue": "^4.2.6",
"axios": "^1.12.2",
"json5": "^2.2.3",
"vue-i18n": "^11.1.12"
},
"packageManager": "pnpm@10.18.0+sha512.e804f889f1cecc40d572db084eec3e4881739f8dec69c0ff10d2d1beff9a4e309383ba27b5b750059d7f4c149535b6cd0d2cb1ed3aeb739239a4284a68f40cfa"
}