加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
Joker 提交于 2022-12-05 15:52 . chore: docs-lite
{
"name": "unidocs-zh",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"dev": "vuepress dev docs",
"build": "node --max_old_space_size=3072 ./node_modules/vuepress/cli.js build docs --no-cache",
"sitemap": "node ./script/createSiteMap.js",
"build-lite": "cross-env DOCS_LITE=true node --max_old_space_size=3072 ./node_modules/vuepress/cli.js build docs-lite --no-cache"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dcloudio/unidoc-zh.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dcloudio/unidoc-zh/issues"
},
"homepage": "https://github.com/dcloudio/unidoc-zh#readme",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.9.5",
"clipboard": "^2.0.10",
"cross-env": "^7.0.3",
"fs-extra": "^10.0.0",
"glob": "^7.1.7",
"vuepress": "^1.8.2"
},
"dependencies": {
"@docsearch/js": "^3.1.0",
"node-html-parser": "^6.1.4",
"vuepress-theme-uni-app-test": "^1.2.12"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化