2022-01-09 22:22:26 +08:00
{
2024-04-29 21:41:13 +08:00
"name" : "@tachybase/plugin-workflow" ,
2023-07-07 17:59:46 +08:00
"displayName" : "Workflow" ,
2024-07-22 15:11:01 +08:00
"version" : "0.21.76" ,
2024-02-22 17:39:25 +08:00
"description" : "A powerful BPM tool that provides foundational support for business automation, with the capability to extend unlimited triggers and nodes." ,
2024-04-01 13:39:44 +08:00
"keywords" : [
"Workflow"
] ,
2024-04-29 21:41:13 +08:00
"license" : "Apache-2.0" ,
"main" : "./dist/server/index.js" ,
2024-05-31 18:26:25 +08:00
"dependencies" : {
"jsonata" : "^2.0.5"
} ,
2023-08-02 00:07:52 +08:00
"devDependencies" : {
2024-06-13 04:37:42 +08:00
"@ant-design/icons" : "~5.3.7" ,
2024-04-30 02:00:13 +08:00
"@tachybase/components" : "workspace:*" ,
2024-04-29 21:41:13 +08:00
"@tachybase/plugin-workflow-test" : "workspace:*" ,
2023-08-02 00:07:52 +08:00
"@types/ejs" : "^3.1.1" ,
2024-06-18 11:44:01 +08:00
"@types/file-saver" : "^2.0.7" ,
2024-06-13 04:37:42 +08:00
"@types/lodash" : "^4.17.5" ,
2024-07-09 20:24:33 +08:00
"@types/qrcode" : "^1.5.5" ,
2024-07-09 15:37:07 +08:00
"antd" : "5.19.1" ,
2024-03-07 20:45:00 +08:00
"axios" : "^1.6.2" ,
2022-05-31 00:00:07 +08:00
"cron-parser" : "4.4.0" ,
2024-06-18 11:44:01 +08:00
"file-saver" : "^2.0.5" ,
2023-08-02 00:07:52 +08:00
"lodash" : "4.17.21" ,
"lru-cache" : "8.0.5" ,
2024-07-09 20:24:33 +08:00
"qrcode" : "^1.5.3" ,
2024-06-13 04:37:42 +08:00
"react" : "~18.3.1" ,
2024-06-20 11:11:18 +08:00
"react-i18next" : "^14.1.2" ,
2023-08-02 00:07:52 +08:00
"react-js-cron" : "^3.1.0" ,
2024-07-18 12:34:49 +08:00
"react-router-dom" : "^6.25.1" ,
2023-12-29 09:29:37 +08:00
"sequelize" : "^6.26.0"
2023-07-20 11:04:41 +08:00
} ,
2023-08-02 00:07:52 +08:00
"peerDependencies" : {
2024-05-08 16:20:31 +08:00
"@tachybase/actions" : "workspace:*" ,
"@tachybase/client" : "workspace:*" ,
"@tachybase/data-source-manager" : "workspace:*" ,
"@tachybase/database" : "workspace:*" ,
"@tachybase/evaluators" : "workspace:*" ,
"@tachybase/logger" : "workspace:*" ,
2024-05-24 01:06:06 +08:00
"@tachybase/plugin-collection-manager" : "workspace:*" ,
"@tachybase/plugin-error-handler" : "workspace:*" ,
"@tachybase/plugin-users" : "workspace:*" ,
2024-05-08 16:20:31 +08:00
"@tachybase/resourcer" : "workspace:*" ,
"@tachybase/schema" : "workspace:*" ,
"@tachybase/server" : "workspace:*" ,
"@tachybase/test" : "workspace:*" ,
"@tachybase/utils" : "workspace:*"
2022-01-09 22:22:26 +08:00
} ,
2024-04-01 13:39:44 +08:00
"description.zh-CN" : "一个强大的 BPM 工具,为业务自动化提供基础支持,并且可任意扩展更多的触发器和节点。" ,
2024-05-24 13:06:59 +08:00
"displayName.zh-CN" : "工作流"
2022-01-09 22:22:26 +08:00
}