package.json 1.2 KB
Newer Older
D
DCloud_LXH 已提交
1
{
D
DCloud_LXH 已提交
2
  "name": "unidocs-unicloud-zh",
D
DCloud_LXH 已提交
3 4 5 6 7 8 9 10 11
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "directories": {
    "doc": "docs"
  },
  "scripts": {
    "dev": "vuepress dev docs",
    "build": "node --max_old_space_size=4096 ./node_modules/vuepress/cli.js build docs --no-cache",
D
DCloud_LXH 已提交
12 13
    "build-lite": "cross-env DOCS_LITE=true node --max_old_space_size=4096 ./node_modules/vuepress/cli.js build docs-lite --no-cache",
    "check-md":"vuepress check-md2 docs"
D
DCloud_LXH 已提交
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitcode.net/dcloud/unidocs-uni-app-x-zh.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://gitcode.net/dcloud/unidocs-uni-app-x-zh/issues"
  },
  "homepage": "https://gitcode.net/dcloud/unidocs-uni-app-x-zh#readme",
  "devDependencies": {
    "cross-env": "^7.0.3",
    "dom-serializer": "^2.0.0",
    "fs-extra": "^10.0.0",
    "glob": "^7.1.7",
    "htmlparser2": "^9.0.0",
    "markdown-it-attrs": "^4.1.6",
    "markdown-it-raw-table": "^1.0.0",
    "markdown-it-task-lists": "^2.1.1",
D
DCloud_LXH 已提交
35
    "vuepress-theme-uni-app-test": "^1.4.8"
D
DCloud_LXH 已提交
36 37 38 39 40 41 42
  },
  "dependencies": {
    "@docsearch/js": "^3.1.0",
    "node-html-parser": "^6.1.4",
    "vuepress": "1.9.9"
  }
}