5 Star 26 Fork 1

掘金技术社区 / open-source

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1017 Bytes
一键复制 编辑 原始数据 按行查看 历史
IsboyJC 提交于 2020-09-04 22:30 . feat: 新增跳转GitHub编辑
{
"private": true,
"name": "open-source",
"version": "1.0.0",
"scripts": {
"start": "dumi dev",
"build": "dumi build",
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\""
},
"husky": {
"hooks": {
"commit-msg": "commitlint -e $HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,jsx,less,md,json}": [
"prettier --write",
"git add"
],
"*.ts?(x)": [
"prettier --parser=typescript --write",
"git add"
]
},
"devDependencies": {
"all-contributors-cli": "^6.17.2",
"dumi": "^1.0.9",
"lint-staged": "^10.0.7",
"prettier": "^1.19.1",
"yorkie": "^2.0.0"
},
"dependencies": {
"@ant-design/icons": "^4.2.2",
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"antd": "^4.5.4",
"axios": "^0.20.0",
"husky": "^4.2.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/juejin-im/open-source.git"
}
}
1
https://gitee.com/juejin-im/open-source.git
git@gitee.com:juejin-im/open-source.git
juejin-im
open-source
open-source
master

搜索帮助