tachybase_todo/packages/plugins/@hera/plugin-approval/package.json

35 lines
1.2 KiB
JSON
Raw Normal View History

{
"name": "@hera/plugin-approval",
"displayName": "Workflow: Approval Center",
"version": "0.1.37",
"description": "Can configure a universal approval process to complete the complete approval process in the approval center.",
"keywords": [
"Workflow"
],
"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:*",
"@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": {
"@tachybase/client": "workspace:*",
"@tachybase/plugin-workflow": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*"
},
"description.zh-CN": "可配置通用的审批流程,在审批中心完成审批的完整操作。",
"displayName.zh-CN": "工作流:审批中心"
}