san-cli-docit
Version:
san-cli-docit 是 [San](https://github.com/baidu/san) CLI 工具中 Markdown 文档建站部分。 是一个 [command 插件](https://ecomfe.github.io/san-cli)。
47 lines (46 loc) • 1.19 kB
JSON
{
"name": "san-cli-docit",
"version": "0.1.1",
"main": "index.js",
"license": "MIT",
"engines": {
"node": ">=8"
},
"author": "ksky521",
"repository": {
"type": "git",
"url": "git+https://github.com/ecomfe/san-cli.git",
"directory": "packages/san-cli-docit"
},
"bugs": {
"url": "https://github.com/ecomfe/san-cli/issues"
},
"homepage": "https://ecomfe.github.io/san-cli",
"peerDependencies": {
"san": "~3.9.0"
},
"keywords": [
"san",
"loader",
"webpack",
"markdown",
"san-docit",
"san-loader"
],
"dependencies": {
"fs-extra": "^8.1.0",
"globby": "^11.0.0",
"html-webpack-plugin": "^3.2.0",
"import-lazy": "^4.0.0",
"js-yaml": "^3.13.1",
"loader-utils": "^1.2.3",
"opener": "^1.5.1",
"qrcode-terminal": "^0.12.0",
"san-cli-docit-theme": "^0.1.0",
"san-cli-markdown-loader": "^0.1.0",
"san-cli-utils": "^1.0.0",
"san-cli-webpack": "^1.0.0",
"toml": "^3.0.0"
},
"gitHead": "402d813859ac219434712fa2063e5f724819004a"
}