10 Star 44 Fork 16

Gitee 极速下载/Docsite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/txd-team/docsite
克隆/下载
package.json 3.30 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "docsite",
"version": "1.3.11",
"description": "A tool for build static doc site(react)",
"bin": {
"docsite": "./bin/docsite.js"
},
"keywords": [
"doc",
"markdown",
"static site",
"react"
],
"scripts": {
"check": "npm run prettier && npm run lint && npm run test",
"clean": "rimraf coverage",
"cov": "npm run test-reset && egg-bin cov --timeout 120000",
"ci": "npm run clean && npm run cov",
"prettier": "prettier --write 'bin/*.js' 'lib/*.js'",
"lint": "eslint --ext .js bin lib || exit 0",
"test": "npm run test-reset && npm run test-local",
"test-local": "egg-bin test --timeout 120000",
"test-reset": "rimraf test/docsite-project && mkdir test/docsite-project",
"postinstall": "opencollective-postinstall"
},
"engines": {
"node": ">=6.4.0"
},
"author": "liandong.cld",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.6.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.6.0",
"@babel/plugin-proposal-do-expressions": "^7.6.0",
"@babel/plugin-proposal-export-default-from": "^7.5.2",
"@babel/plugin-proposal-export-namespace-from": "^7.5.2",
"@babel/plugin-proposal-function-bind": "^7.2.0",
"@babel/plugin-proposal-function-sent": "^7.5.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.2.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@babel/plugin-proposal-pipeline-operator": "^7.5.0",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.6.0",
"@babel/polyfill": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.6.0",
"asset-require-hook": "^1.2.0",
"chalk": "^2.4.1",
"chokidar": "^2.0.3",
"co": "^4.6.0",
"commander": "^2.15.1",
"css-modules-require-hook": "^4.2.3",
"ejs": "^2.6.1",
"fs-extra": "^6.0.1",
"highlight.js": "^9.12.0",
"inquirer": "^6.2.1",
"js-yaml": "^3.12.0",
"jsdom": "^11.12.0",
"markdown-it": "^8.4.1",
"markdown-it-anchor": "^7.1.0",
"markdown-it-footnote": "^3.0.1",
"markdown-it-github-preamble": "^1.0.0",
"markdown-it-github-toc": "^3.2.4",
"markdown-it-katex": "^2.0.3",
"markdown-it-link-attributes": "^2.0.0",
"markdown-it-replace-link": "^1.0.1",
"node-sass": "^4.9.2",
"opencollective": "^1.0.3",
"opencollective-postinstall": "^2.0.1",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"shelljs": "^0.8.2"
},
"devDependencies": {
"babel-eslint": "^9.0.0",
"coffee": "^5.1.0",
"egg-bin": "^4.8.4",
"egg-ci": "^1.8.0",
"eslint": "^5.5.0",
"eslint-config-egg": "^7.1.0",
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-import": "^2.14.0",
"prettier": "^1.14.2"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/docsite"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML/CSS
1
https://gitee.com/mirrors/Docsite.git
git@gitee.com:mirrors/Docsite.git
mirrors
Docsite
Docsite
master

搜索帮助