-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
28 lines (28 loc) · 946 Bytes
/
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
{
"name": "pvzg_site",
"version": "0.1.13",
"description": "A official 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"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.19",
"@vuepress/plugin-docsearch": "2.0.0-rc.67",
"@vuepress/plugin-redirect": "2.0.0-rc.66",
"sass": "^1.83.0",
"vue": "^3.5.13",
"vuepress": "2.0.0-rc.19",
"vuepress-theme-hope": "2.0.0-rc.66"
},
"dependencies": {
"@vuepress/plugin-watermark": "2.0.0-rc.67",
"ant-design-vue": "~4.2.6",
"axios": "^1.7.9"
},
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
}