2 Star 4 Fork 9

open-hand/workflow-service

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.78 KB
一键复制 编辑 原始数据 按行查看 历史
20399 提交于 2022-05-24 16:03 . [IMP] 修改前端版本
{
"name": "@choerodon/workflow",
"routeName": "workflow",
"version": "2.0.1",
"description": " ",
"main": "./lib/index.js",
"files": [
"lib"
],
"dependencies": {
"gg-editor2": "^2.0.42",
"file-saver": "^2.0.2",
"@antv/g6": "^2.2.6"
},
"devDependencies": {
"@choerodon/agile": "2.0.0",
"@choerodon/boot": "1.2.0",
"@choerodon/compiler": "^0.0.1",
"@choerodon/master": "2.0.0",
"@types/classnames": "^2.2.10",
"@types/lodash": "^4.14.165",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.5",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"babel-eslint": "8.2.6",
"babel-preset-c7n": "0.0.2",
"eslint": "^7.7.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-c7n-app": "^0.0.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.0.8"
},
"resolutions": {
"react": "16.14.0",
"react-dom": "16.14.0",
"@types/react": "16.14.21",
"@types/react-dom": "16.9.14"
},
"scripts": {
"start": "node --max_old_space_size=4096 node_modules/@choerodon/boot/bin/choerodon-front-boot-start --config ./react/config.js",
"dist": "node --max_old_space_size=4096 node_modules/@choerodon/boot/bin/choerodon-front-boot-dist --config ./react/config.js",
"compile": "compiler compile --ignore-error",
"watch": "compiler compile --watch --ignore-error",
"lint-staged": "lint-staged",
"lint-staged:es": "eslint"
},
"author": "",
"license": "ISC",
"lint-staged": {
"react/**/*.{js,jsx}": [
"npm run lint-staged:es"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/open-hand/workflow-service.git
git@gitee.com:open-hand/workflow-service.git
open-hand
workflow-service
workflow-service
master

搜索帮助