1 Star 0 Fork 100

ye / fes.js

forked from WeBank / fes.js 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
bac-joker 提交于 2020-09-19 19:09 . chore: change lerna mode
{
"name": "fes.js",
"version": "0.1.0",
"description": "一个好用的前端管理台快速开发框架",
"preferGlobal": true,
"scripts": {
"bootstrap": "lerna bootstrap",
"version": "lerna version --no-commit-hooks --no-private",
"publish": "lerna publish from-git",
"push": "git push --tags"
},
"author": "harrywan qlin",
"license": "MIT",
"keywords": [
"管理端",
"fes",
"fast",
"easy",
"strong"
],
"repository": {
"type": "git",
"url": "https://github.com/WeBankFinTech/fes.git"
},
"dependencies": {
"lerna": "^3.18.4"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@webank/eslint-config-webank": "^0.1.7",
"commitizen": "^4.2.1",
"cz-lerna-changelog": "^2.0.3",
"husky": "^4.3.0",
"lint-staged": "^10.4.0"
},
"lint-staged": {
"*.{js,fes,jsx,vue,ts}": [
"eslint --format=codeframe"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"config": {
"commitizen": {
"path": "./node_modules/cz-lerna-changelog"
}
}
}
JavaScript
1
https://gitee.com/tplayer/fes.js.git
git@gitee.com:tplayer/fes.js.git
tplayer
fes.js
fes.js
master

搜索帮助