mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-07-28 15:00:56 +00:00
docs: vuepress构建文档
This commit is contained in:
19
docs/package.json
Normal file
19
docs/package.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "liteyuki",
|
||||
"version": "2.0.0",
|
||||
"description": "A project of vuepress-theme-hope",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"docs:build": "../node_modules/.bin/vuepress-vite build docs",
|
||||
"docs:clean-dev": "../node_modules/.bin/vuepress-vite dev docs --clean-cache",
|
||||
"docs:dev": "../node_modules/.bin/vuepress-vite dev docs",
|
||||
"docs:update-package": "pnpm dlx vp-update"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vuepress/bundler-vite": "2.0.0-rc.9",
|
||||
"vue": "^3.4.21",
|
||||
"vuepress": "2.0.0-rc.9",
|
||||
"vuepress-theme-hope": "2.0.0-rc.32"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user