1 Star 0 Fork 19

̶w̶o̶l̶f̶ / iam-service

forked from Choerodon / iam-service 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.16 KB
一键复制 编辑 原始数据 按行查看 历史
xausky 提交于 2019-07-12 14:39 . Merge branch 'hotfix-0.18.5' into 'master'
{
"name": "@choerodon/iam",
"routeName": "iam",
"version": "0.18.3",
"description": "",
"main": "./lib/src/app/iam/containers/IAMIndex.js",
"files": [
"lib"
],
"peerDependencies": {
"@choerodon/boot": "0.18.x",
"@choerodon/master": "0.18.x"
},
"dependencies": {
"echarts": "^4.1.0",
"echarts-for-react": "^2.0.12",
"hjson": "^3.1.1",
"react-codemirror": "^1.0.0",
"react-image-lightbox": "^4.6.0",
"react-quill": "^1.2.6"
},
"devDependencies": {
"@choerodon/boot": "0.18.x",
"@choerodon/master": "0.18.x",
"babel-preset-env": "^1.7.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"through2": "^2.0.3"
},
"scripts": {
"start": "choerodon-front-boot start --config ./react/config.js",
"dist": "choerodon-front-boot dist --config ./react/config.js",
"lint-staged": "lint-staged",
"lint-staged:es": "eslint",
"compile": "gulp compile"
},
"author": "",
"license": "ISC",
"lint-staged": {
"react/**/*.{js,jsx}": [
"npm run lint-staged:es"
],
"react/**/*.scss": "stylelint --syntax scss"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}
Java
1
https://gitee.com/wolf-hw/iam-service.git
git@gitee.com:wolf-hw/iam-service.git
wolf-hw
iam-service
iam-service
master

搜索帮助