mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-04 02:26:11 +08:00
23 lines
597 B
JSON
23 lines
597 B
JSON
{
|
|
"name": "nonebot-bison-docs",
|
|
"version": "1.0.0",
|
|
"description": "Docs for Nonebot Bison",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"scripts": {
|
|
"docs:build": "vuepress-vite build docs",
|
|
"docs:clean-dev": "vuepress-vite dev docs --clean-cache",
|
|
"docs:dev": "vuepress-vite dev docs",
|
|
"docs:update-package": "pnpm dlx vp-update"
|
|
},
|
|
"devDependencies": {
|
|
"@vuepress/bundler-vite": "2.0.0-rc.15",
|
|
"vue": "^3.5.6",
|
|
"vuepress": "2.0.0-rc.15",
|
|
"vuepress-theme-hope": "2.0.0-rc.52"
|
|
},
|
|
"dependencies": {
|
|
"vuepress-plugin-md-enhance": "2.0.0-rc.57"
|
|
}
|
|
}
|