mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-03-03 15:30:27 +00:00
21 lines
574 B
JSON
21 lines
574 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|