package.json 1.1 KB
Newer Older
Q
qiang 已提交
1 2 3 4 5 6 7 8 9
{
  "name": "unidocs-zh",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "directories": {
    "doc": "docs"
  },
  "scripts": {
D
DCloud_LXH 已提交
10
    "dev": "vuepress dev docs",
D
DCloud_LXH 已提交
11
    "build": "node --max_old_space_size=3072 ./node_modules/vuepress/cli.js build docs --no-cache",
D
DCloud_LXH 已提交
12 13
    "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"
Q
qiang 已提交
14 15 16 17 18 19 20 21 22 23 24
  },
  "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"
  },
D
DCloud_LXH 已提交
25 26 27
  "homepage": "https://github.com/dcloudio/unidoc-zh#readme",
  "devDependencies": {
    "@vuepress/plugin-back-to-top": "^1.9.5",
M
mehaotian 已提交
28
    "clipboard": "^2.0.10",
D
DCloud_LXH 已提交
29
    "cross-env": "^7.0.3",
D
DCloud_LXH 已提交
30 31
    "fs-extra": "^10.0.0",
    "glob": "^7.1.7",
D
DCloud_LXH 已提交
32 33
    "vuepress": "^1.8.2",
    "vuepress-plugin-mermaidjs": "1.9.1"
D
DCloud_LXH 已提交
34 35
  },
  "dependencies": {
D
DCloud_LXH 已提交
36
    "@docsearch/js": "^3.1.0",
D
DCloud_LXH 已提交
37
    "node-html-parser": "^6.1.4",
38
    "vuepress-theme-uni-app-test": "^1.2.12"
D
DCloud_LXH 已提交
39
  }
D
DCloud_LXH 已提交
40
}