Files
CMLeonOS/docs/cmleonos/package.json

21 lines
574 B
JSON
Raw Normal View History

2026-02-04 15:32:13 +08:00
{
"name": "cmleonos",
"description": "The CMLeon Operating System Project Official Website",
"version": "0.0.1",
"license": "MIT",
"type": "module",
"scripts": {
"docs:build": "vuepress build docs",
"docs:clean-dev": "vuepress dev docs --clean-cache",
"docs:dev": "vuepress dev docs -p 8081",
"docs:update-package": "pnpm dlx vp-update"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.20",
"@vuepress/theme-default": "2.0.0-rc.88",
"sass-embedded": "^1.86.0",
"vue": "^3.5.13",
"vuepress": "2.0.0-rc.20"
}
}