tachybase_todo/packages/plugins/@tachybase/plugin-workflow-notice/package.json
bai.zixv a298f4ddf0 feat/workflow-notice (#1037)
![image](/attachments/9c701f22-f743-40a4-895c-d40fb170a3a3)
![image](/attachments/04e3e2c6-0545-4230-b7e5-fd0d00add727)

1. 可能有一些遗留问题, 比如工作流状态同步显示的问题, 以及后续需要配置.
2. 目前没有时间仔细核对, 需要先做其他事情

Reviewed-on: daoyoucloud/tachybase#1037
Co-authored-by: bai.zixv <bai.zixv@foxmail.com>
Co-committed-by: bai.zixv <bai.zixv@foxmail.com>
2024-05-28 09:52:08 +08:00

35 lines
1.1 KiB
JSON

{
"name": "@tachybase/plugin-workflow-notice",
"displayName": "Workflow: Notice",
"version": "0.21.32",
"description": "A powerful BPM tool that provides foundational support for business automation, with the capability to extend unlimited triggers and nodes.",
"keywords": [
"Workflow",
"Notice"
],
"main": "dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "5.x",
"@tachybase/actions": "workspace:*",
"@tachybase/components": "workspace:*",
"@tachybase/data-source-manager": "workspace:*",
"@tachybase/database": "workspace:*",
"@tachybase/plugin-ui-schema-storage": "workspace:*",
"@tachybase/schema": "workspace:*",
"@tachybase/utils": "workspace:*",
"antd": "5.16.1",
"lodash": "^4.17.21",
"react": "18.x",
"react-i18next": "^11.15.1",
"sequelize": "^6.26.0"
},
"peerDependencies": {
"@tachybase/client": "workspace:*",
"@tachybase/plugin-workflow": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*"
},
"description.zh-CN": "工作流节点, 通知。",
"displayName.zh-CN": "工作流: 通知"
}