LiteyukiBot/docs/package.json
2024-03-28 10:26:19 +08:00

20 lines
577 B
JSON

{
"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"
}
}