1 Star 0 Fork 0

SmileSB101 / beidou

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.77 KB
一键复制 编辑 原始数据 按行查看 历史
Gray 提交于 2019-01-15 21:20 . 2.0.0 (#135)
{
"private": true,
"scripts": {
"bootstrap": "lerna bootstrap",
"eslint": "make eslint-lint",
"lint": "make lint",
"test": "make test",
"install": "lerna bootstrap --ignore=beidou-example*",
"reinstall-examples-dependencies": "make reinstall-examples-dependencies",
"clean": "make clean",
"ci": "make ci",
"changelog": "make changelog",
"precommit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx}": [
"prettier --write",
"eslint --fix",
"git add"
],
"*.{json,css,scss,less,md}": [
"prettier --write",
"git add"
]
},
"author": "weichunpeng",
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.1.2",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.1.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-transform-modules-commonjs": "^7.1.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^8.1.2",
"egg-bin": "^4.0.4",
"eslint": "^4.11.0",
"eslint-config-beidou": "1.0.0-alpha.5",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.5.1",
"husky": "^0.14.3",
"lerna": "^3.10.5",
"lerna-changelog": "^0.7.0",
"lint-staged": "^7.0.0",
"prettier": "^1.11.1"
},
"engines": {
"node": ">= 8.0.0"
},
"license": "MIT",
"config": {
"alicov": {
"threshold": 90
}
},
"repository": "https://github.com/alibaba/beidou",
"dependencies": {}
}
1
https://gitee.com/SmileSB101/beidou.git
git@gitee.com:SmileSB101/beidou.git
SmileSB101
beidou
beidou
master

搜索帮助