-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 933 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
29
30
31
{
"name": "renderdoc",
"version": "2.0.0",
"description": "A project of vuepress-theme-hope",
"license": "MIT",
"type": "module",
"scripts": {
"docs:build": "vuepress build src",
"docs:clean-dev": "vuepress dev src --clean-cache",
"docs:dev": "vuepress dev src",
"docs:update-package": "npx vp-update"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.8",
"@vuepress/bundler-webpack": "2.0.0-rc.8",
"@vuepress/plugin-register-components": "2.0.0-rc.15",
"@waline/client": "^3.1.3",
"sass-loader": "^14.1.1",
"vue": "^3.4.21",
"vuepress": "2.0.0-rc.8",
"vuepress-plugin-components": "2.0.0-rc.31",
"vuepress-plugin-md-enhance": "2.0.0-rc.31",
"vuepress-plugin-search-pro": "2.0.0-rc.31",
"vuepress-theme-hope": "2.0.0-rc.31"
},
"dependencies": {
"@vuepress/plugin-pwa": "2.0.0-rc.20",
"typescript": "^5.4.2",
"uuid": "^9.0.1"
}
}