-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
29 lines (29 loc) · 887 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
{
"name": "vuepress-starter-depoly",
"version": "0.0.1",
"description": "test vuepress deployment",
"license": "thuenen",
"type": "module",
"scripts": {
"docs:build": "vuepress build docs",
"docs:clean-dev": "vuepress dev docs --clean-cache",
"docs:dev": "vuepress dev docs",
"docs:update-package": "npx vp-update"
},
"devDependencies": {
"@vuepress/bundler-vite": "^2.0.0-rc.7",
"@vuepress/plugin-register-components": "^2.0.0-rc.54",
"@vuepress/plugin-search": "2.0.0-rc.55",
"@vuepress/theme-default": "^2.0.0-rc.11",
"sass": "^1.80.6",
"sass-embedded": "^1.80.4",
"vue": "^3.4.0",
"vuepress": "^2.0.0-rc.7",
"vuepress-plugin-container": "^2.1.4"
},
"dependencies": {
"@vuepress/plugin-shiki": "^2.0.0-rc.0",
"vuepress-plugin-anchor-right": "^0.0.1-beta.18",
"vuepress-theme-sidebar": "^0.1.0"
}
}