2 Star 0 Fork 0

sunron/ice

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.71 KB
一键复制 编辑 原始数据 按行查看 历史
wssgcg1213 提交于 2018-03-14 10:16 . chore: add publish config for tools
{
"name": "ice-workspace",
"version": "0.0.2",
"scripts": {
"publish": "git fetch --all && git pull origin master && lerna run prepublish && lerna publish",
"bootstrap": "lerna bootstrap",
"setup": "lerna setup",
"db": "node ./scripts/generate-marterials-database && node ./scripts/generate-docs-database",
"lint": "npm run lint:nofix -- --fix",
"lint:nofix": "eslint --cache --ext .js --ext .jsx ./",
"format": "prettier blocks/*/src/**/*.js blocks/*/src/**/*.jsx layouts/*/src/**/*.js layouts/*/src/**/*.jsx scaffolds/*/src/**/*.js scaffolds/*/src/**/*.jsx tools/**/*.js --write"
},
"repository": {
"type": "git",
"url": "https://github.com/alibaba/ice"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.1.2",
"babel-plugin-import": "^1.6.3",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-lib-import": "^0.1.0",
"cz-conventional-changelog": "^2.1.0",
"eslint": "^4.14.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"findup": "^0.1.5",
"ghooks": "^2.0.2",
"ice-scripts": "^0.1.0",
"lerna": "^2.5.1",
"mark-twain": "^2.0.2",
"moment": "^2.20.1",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"semver-regex": "^1.0.0",
"uppercamelcase": "^3.0.0"
},
"config": {
"ghooks": {
"commit-msg": "./scripts/validate-commit-msg.js",
"pre-push": "npm run lint"
},
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/sunronsoft/ice.git
git@gitee.com:sunronsoft/ice.git
sunronsoft
ice
ice
master

搜索帮助