1 Star 0 Fork 0

sen/bot-docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.66 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "bot-docs",
"version": "1.0.0",
"description": "QQ机器人文档项目Í",
"main": "index.js",
"repository": "https://github.com/tencent-connect/bot-docs",
"author": "qq_channel@tencent.com",
"license": "MIT",
"private": true,
"devDependencies": {
"@commitlint/cli": "^16.0.0",
"@commitlint/config-conventional": "^16.0.0",
"@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.7",
"@vuepress/plugin-back-to-top": "^1.8.2",
"@vuepress/plugin-pwa": "1.9.5",
"@vuepress/plugin-search": "^1.8.2",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.10",
"cross-env": "^7.0.3",
"eslint": "^8.5.0",
"fs-extra": "^10.0.0",
"husky": "^7.0.4",
"lint-staged": "^12.1.3",
"lodash.throttle": "^4.1.1",
"patch-package": "^6.4.7",
"prettier": "^2.5.1",
"remark-cli": "^10.0.1",
"remark-lint": "^9.1.1",
"remark-preset-lint-consistent": "^5.1.1",
"remark-preset-lint-recommended": "^6.1.2",
"shelljs": "^0.8.4",
"textlint": "^12.1.0",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-apostrophe": "^2.0.0",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-diacritics": "^1.0.0",
"textlint-rule-stop-words": "^2.0.9",
"textlint-rule-write-good": "^2.0.0",
"umi-request": "^1.4.0",
"vuepress": "^1.8.2",
"vuepress-plugin-baidu-autopush": "^1.0.1",
"vuepress-plugin-fulltext-search": "^2.2.1",
"vuepress-plugin-one-click-copy": "^1.0.6",
"vuepress-plugin-right-anchor": "^0.5.5",
"vuepress-plugin-robots": "^1.0.1",
"vuepress-plugin-sitemap": "^2.3.1",
"vuepress-plugin-zooming": "^1.1.8"
},
"lint-staged": {
"*.md": [
"npm run lint-md"
]
},
"scripts": {
"prepare": "husky install",
"dev": "npm run sync-api && vuepress dev docs --temp .temp",
"devssl": "set NODE_OPTIONS=--openssl-legacy-provider & npm run sync-api && vuepress dev docs --temp .temp",
"build": "vuepress build docs --temp .temp --dest dist",
"build-test": "cross-env BUILD_ENV=test vuepress build docs --temp .temp --dest dist",
"lint-md": "npm run lint-md:style && npm run lint-md:wording",
"lint-md:style": "remark --quiet --frail .",
"lint-md:wording": "textlint './docs/**/*.md'",
"view-info": "vuepress view-info docs --temp .temp",
"sync-api": "node scripts/sync-inner-docs/index.js",
"change-log": "node scripts/change-log.js",
"build-tag": "node scripts/add-build-tag.js",
"postinstall":"patch-package"
},
"dependencies": {
"async-validator": "1.11.5",
"element-ui": "^2.15.6",
"flexsearch": "^0.6.32"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/thzsen/bot-docs.git
git@gitee.com:thzsen/bot-docs.git
thzsen
bot-docs
bot-docs
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385