mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-02 00:56:10 +08:00
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
23 lines
631 B
JSON
23 lines
631 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.17",
|
|
"mermaid": "^11.3.0",
|
|
"sass-embedded": "^1.79.5",
|
|
"vue": "^3.5.6",
|
|
"vuepress": "2.0.0-rc.17",
|
|
"vuepress-plugin-md-enhance": "2.0.0-rc.57",
|
|
"vuepress-theme-hope": "2.0.0-rc.58"
|
|
}
|
|
}
|