6 Star 5 Fork 3

Gitee 极速下载/chameleon-didi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/didi/chameleon
克隆/下载
package.json 1.27 KB
一键复制 编辑 原始数据 按行查看 历史
JiM-W 提交于 2020-08-04 21:53 . feat: 支持多页面构建
{
"name": "root",
"private": true,
"scripts": {
"build": "lerna run build",
"publish": "npm run build && lerna publish",
"coverage": "sh ./test/test.sh",
"clear": "rm -rf package-lock.json packages/*/package-lock.json",
"clear-all": "rimraf package-lock.json packages/*/node_modules packages/*/package-lock.json"
},
"author": "Chameleon-Team",
"license": "Apache 2.0",
"devDependencies": {
"@commitlint/cli": "^8.2.0",
"@commitlint/config-angular": "^8.2.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.0.2",
"husky": "^3.1.0",
"istanbul": "^0.4.5",
"lerna": "^3.5.1",
"lint-staged": "^9.5.0"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
},
"dependencies": {
"babel-core": "^6.26.3",
"babel-istanbul": "^0.12.2",
"chai": "^4.2.0",
"codecov": "^3.1.0",
"coveralls": "^3.0.2",
"mocha": "*",
"nyc": "*",
"rimraf": "^2.6.3"
},
"lint-staged": {
"packages/**/*.js": "eslint --fix"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mirrors/chameleon-didi.git
git@gitee.com:mirrors/chameleon-didi.git
mirrors
chameleon-didi
chameleon-didi
master

搜索帮助