mirror of
https://github.com/RhenCloud/Cloud-Index.git
synced 2025-12-06 15:26:10 +08:00
初始化文档
This commit is contained in:
33
package.json
Normal file
33
package.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "cloud-index-docs",
|
||||
"type": "module",
|
||||
"version": "1.0.0",
|
||||
"description": "一个支持多种云存储后端的文件管理、索引和浏览服务",
|
||||
"packageManager": "pnpm@10.12.4",
|
||||
"author": "RhenCloud <i@rhen.cloud>",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"docs:build": "vuepress build docs --clean-cache --clean-temp",
|
||||
"docs:dev": "vuepress dev docs",
|
||||
"docs:dev-clean": "vuepress dev docs --clean-cache --clean-temp",
|
||||
"docs:preview": "http-server docs/.vuepress/dist",
|
||||
"vp-update": "pnpm dlx vp-update"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vuepress/bundler-vite": "2.0.0-rc.26",
|
||||
"http-server": "^14.1.1",
|
||||
"typescript": "^5.9.3",
|
||||
"vue": "^3.5.22",
|
||||
"vuepress": "2.0.0-rc.26",
|
||||
"vuepress-theme-plume": "1.0.0-rc.175"
|
||||
},
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": [
|
||||
"@parcel/watcher",
|
||||
"esbuild"
|
||||
]
|
||||
},
|
||||
"engines": {
|
||||
"node": "^20.6.0 || >=22.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user