mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-03-03 15:30:27 +00:00
docs&Lua input()
This commit is contained in:
20
docs/cmleonos/package.json
Normal file
20
docs/cmleonos/package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user