2024-04-10 16:00:42 +08:00
|
|
|
{
|
|
|
|
"name": "@hera/plugin-approval",
|
2024-04-11 11:50:42 +08:00
|
|
|
"displayName": "Workflow: Approval Center",
|
2024-05-08 20:39:31 +08:00
|
|
|
"version": "0.1.19",
|
2024-04-11 11:50:42 +08:00
|
|
|
"description": "Can configure a universal approval process to complete the complete approval process in the approval center.",
|
2024-04-23 20:51:33 +08:00
|
|
|
"keywords": [
|
|
|
|
"Workflow"
|
|
|
|
],
|
2024-04-10 16:00:42 +08:00
|
|
|
"main": "dist/server/index.js",
|
|
|
|
"devDependencies": {
|
|
|
|
"@ant-design/icons": "5.x",
|
|
|
|
"@nocobase/plugin-ui-schema-storage": "workspace:*",
|
2024-05-08 16:20:31 +08:00
|
|
|
"@tachybase/actions": "workspace:*",
|
2024-04-30 02:00:13 +08:00
|
|
|
"@tachybase/components": "workspace:*",
|
2024-05-08 16:20:31 +08:00
|
|
|
"@tachybase/data-source-manager": "workspace:*",
|
|
|
|
"@tachybase/database": "workspace:*",
|
2024-04-29 21:41:13 +08:00
|
|
|
"@tachybase/schema": "workspace:*",
|
2024-05-08 16:20:31 +08:00
|
|
|
"@tachybase/utils": "workspace:*",
|
2024-04-10 16:00:42 +08:00
|
|
|
"@types/lodash": "4.17.0",
|
2024-04-10 16:14:26 +08:00
|
|
|
"antd": "5.16.1",
|
2024-04-10 16:00:42 +08:00
|
|
|
"lodash": "^4.17.21",
|
|
|
|
"react": "18.x",
|
|
|
|
"react-i18next": "^11.15.1",
|
|
|
|
"sequelize": "^6.26.0"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2024-05-08 16:20:31 +08:00
|
|
|
"@tachybase/client": "workspace:*",
|
|
|
|
"@tachybase/plugin-workflow": "workspace:*",
|
|
|
|
"@tachybase/server": "workspace:*",
|
|
|
|
"@tachybase/test": "workspace:*"
|
2024-04-11 11:50:42 +08:00
|
|
|
},
|
|
|
|
"description.zh-CN": "可配置通用的审批流程,在审批中心完成审批的完整操作。",
|
|
|
|
"displayName.zh-CN": "工作流:审批中心"
|
2024-04-10 16:00:42 +08:00
|
|
|
}
|