tachybase_todo/packages/plugins/@hera/plugin-approval/package.json
hello@lv 13fa2ffea3 chore: version 20240423 组件补全组件报错 (#807)
Co-authored-by: lyx <2027667395@qq.com>
Reviewed-on: daoyoucloud/tachybase#807
Co-authored-by: hello@lv <2256334253@qq.com>
Co-committed-by: hello@lv <2256334253@qq.com>
2024-04-23 12:21:14 +08:00

32 lines
1.1 KiB
JSON

{
"name": "@hera/plugin-approval",
"displayName": "Workflow: Approval Center",
"version": "0.1.13",
"description": "Can configure a universal approval process to complete the complete approval process in the approval center.",
"main": "dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "5.x",
"@formily/antd-v5": "1.1.9",
"@nocobase/actions": "workspace:*",
"@nocobase/data-source-manager": "workspace:*",
"@nocobase/database": "workspace:*",
"@nocobase/plugin-ui-schema-storage": "workspace:*",
"@nocobase/schema": "workspace:*",
"@nocobase/utils": "workspace:*",
"@types/lodash": "4.17.0",
"antd": "5.16.1",
"lodash": "^4.17.21",
"react": "18.x",
"react-i18next": "^11.15.1",
"sequelize": "^6.26.0"
},
"peerDependencies": {
"@nocobase/client": "workspace:*",
"@nocobase/plugin-workflow": "workspace:*",
"@nocobase/server": "workspace:*",
"@nocobase/test": "workspace:*"
},
"description.zh-CN": "可配置通用的审批流程,在审批中心完成审批的完整操作。",
"displayName.zh-CN": "工作流:审批中心"
}