代码拉取完成,页面将自动刷新
{
"scripts": {
"test": "jest",
"test:coverage": "jest --coverage",
"commit": "commit",
"lint:md": "lint-md ./docs/",
"lint:js": "eslint --fix .",
"doc:dev": "vuepress dev docs",
"doc:build": "vuepress build docs",
"doc:deploy": "bash ./deploy.sh",
"update:deps": "pnpm update --latest",
"prepare": "is-ci || husky install"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@vssue/vuepress-plugin-vssue": "^1.4.8",
"babel-jest": "^27.5.1",
"eslint": "^8.14.0",
"husky": "^7.0.4",
"is-ci": "^3.0.1",
"jest": "^27.5.1",
"lint-md-cli": "^0.1.2",
"lint-staged": "^12.4.1",
"vuepress": "^1.9.7",
"vuepress-plugin-baidu-google-analytics": "^1.0.2",
"vuepress-plugin-rss-support": "^1.1.1"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。