195 Star 1K Fork 245

GVPDiDi-opensource / chameleon

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
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"
}
}
JavaScript
1
https://gitee.com/didiopensource/chameleon.git
git@gitee.com:didiopensource/chameleon.git
didiopensource
chameleon
chameleon
master

搜索帮助