package.json 912 字节
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
    "sitemap": "node ./script/createSiteMap.js"
Q
qiang 已提交
13 14 15 16 17 18 19 20 21 22 23
  },
  "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 已提交
24 25 26
  "homepage": "https://github.com/dcloudio/unidoc-zh#readme",
  "devDependencies": {
    "@vuepress/plugin-back-to-top": "^1.9.5",
M
mehaotian 已提交
27
    "@vuepress/plugin-shiki": "^2.0.0-beta.5",
M
mehaotian 已提交
28
    "clipboard": "^2.0.10",
D
DCloud_LXH 已提交
29 30 31
    "fs-extra": "^10.0.0",
    "glob": "^7.1.7",
    "vuepress": "^1.8.2"
D
DCloud_LXH 已提交
32 33 34
  },
  "dependencies": {
    "@docsearch/js": "^3.0.0-alpha.50"
D
DCloud_LXH 已提交
35
  }
D
DCloud_LXH 已提交
36
}