21 lines
559 B
JSON
21 lines
559 B
JSON
{
|
|
"name": "app-vue",
|
|
"version": "0.0.1",
|
|
"description": "A VuePress project",
|
|
"license": "MIT",
|
|
"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/theme-default": "^2.0.0-rc.11",
|
|
"vue": "^3.4.0",
|
|
"vuepress": "^2.0.0-rc.7",
|
|
"vuepress-plugin-autobar": "github:boboidream/vuepress-bar"
|
|
}
|
|
}
|