1 Star 0 Fork 68

JFinal/VuePress

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.35 KB
一键复制 编辑 原始数据 按行查看 历史
chenhaoli 提交于 2021-12-24 16:52 . ci(types): lint types under development
{
"private": true,
"description": "Minimalistic doc generator with Vue component based layout system",
"workspaces": [
"packages/@vuepress/*",
"packages/vuepress",
"packages/docs"
],
"scripts": {
"boot": "node scripts/bootstrap.js",
"build": "yarn tsc && yarn build:docs",
"build:docs": "yarn workspace docs build",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 2",
"clean": "lerna clean && rm -rf node_modules",
"dev": "yarn tsc && yarn dev:docs",
"dev:docs": "yarn workspace docs dev",
"lint": "eslint packages --ext .js,.ts,.vue",
"packages:changed": "lerna changed",
"packages:diff": "lerna diff",
"packages:list": "lerna ls -l",
"register-vuepress": "lerna exec --scope vuepress -- yarn link",
"release": "yarn lint && yarn build && mono release",
"remote-version": "node scripts/remote-version.js",
"show-help": "yarn workspace docs show-help",
"test": "node scripts/test.js",
"tsc": "lerna run tsc --stream",
"unregister-vuepress": "lerna exec --scope vuepress -- yarn unlink",
"update-core-team": "all-contributors generate",
"view-info": "yarn tsc && yarn workspace docs view-info"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"*.{js,ts,vue}": [
"eslint --fix",
"git add"
],
"package.json": [
"sort-package-json",
"git add"
]
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "7",
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@nomadland/mono": "0.3.3",
"@types/escape-html": "^0.0.20",
"@types/fs-extra": "^5.0.4",
"@types/globby": "^9.1.0",
"@types/hash-sum": "^1.0.0",
"@types/lru-cache": "^5.1.0",
"@types/node": "^12.7.5",
"@types/semver": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^2.9.0",
"@typescript-eslint/parser": "^2.9.0",
"all-contributors-cli": "^6.9.1",
"conventional-changelog-cli": "^2.0.23",
"eslint": "^6.7.1",
"eslint-plugin-jest": "^23.0.5",
"eslint-plugin-vue-libs": "^4.0.0",
"husky": "^3.0.5",
"inquirer": "^7.0.0",
"lerna": "3.16.4",
"lint-staged": "^9.3.0",
"minimist": "^1.2.0",
"sort-package-json": "^1.24.0",
"typescript": "4.5.2"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/jfinal/VuePress.git
git@gitee.com:jfinal/VuePress.git
jfinal
VuePress
VuePress
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385