2022-01-09 14:22:26 +00:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-workflow",
|
2023-07-07 09:59:46 +00:00
|
|
|
"displayName": "Workflow",
|
2023-05-29 03:06:54 +00:00
|
|
|
"displayName.zh-CN": "工作流",
|
2023-07-07 09:59:46 +00:00
|
|
|
"description": "A powerful workflow plugin designed to support business process management and automation.",
|
2023-05-29 03:06:54 +00:00
|
|
|
"description.zh-CN": "工作流插件,为业务流程管理和自动化提供支持。",
|
2024-01-26 13:16:57 +00:00
|
|
|
"version": "0.19.0-alpha.4",
|
2023-01-11 03:58:47 +00:00
|
|
|
"license": "AGPL-3.0",
|
2023-08-01 16:07:52 +00:00
|
|
|
"main": "./dist/server/index.js",
|
2023-12-29 07:49:02 +00:00
|
|
|
"dependencies": {
|
2024-01-26 13:16:57 +00:00
|
|
|
"@nocobase/plugin-workflow-test": "0.19.0-alpha.4"
|
2023-12-29 07:49:02 +00:00
|
|
|
},
|
2023-08-01 16:07:52 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"@ant-design/icons": "5.x",
|
|
|
|
"@formily/antd-v5": "1.x",
|
|
|
|
"@formily/core": "2.x",
|
|
|
|
"@formily/react": "2.x",
|
|
|
|
"@types/ejs": "^3.1.1",
|
|
|
|
"antd": "5.x",
|
|
|
|
"axios": "^0.26.1",
|
2022-10-30 03:54:14 +00:00
|
|
|
"classnames": "^2.3.1",
|
2022-05-30 16:00:07 +00:00
|
|
|
"cron-parser": "4.4.0",
|
2023-07-08 00:29:33 +00:00
|
|
|
"dayjs": "^1.11.8",
|
2023-08-01 16:07:52 +00:00
|
|
|
"lodash": "4.17.21",
|
|
|
|
"lru-cache": "8.0.5",
|
2023-07-08 00:29:33 +00:00
|
|
|
"react": "18.x",
|
|
|
|
"react-i18next": "^11.15.1",
|
2023-08-01 16:07:52 +00:00
|
|
|
"react-js-cron": "^3.1.0",
|
2023-07-20 03:04:41 +00:00
|
|
|
"react-router-dom": "^6.11.2",
|
2023-12-29 01:29:37 +00:00
|
|
|
"sequelize": "^6.26.0"
|
2023-07-20 03:04:41 +00:00
|
|
|
},
|
2023-08-01 16:07:52 +00:00
|
|
|
"peerDependencies": {
|
|
|
|
"@nocobase/actions": "0.x",
|
|
|
|
"@nocobase/client": "0.x",
|
|
|
|
"@nocobase/database": "0.x",
|
|
|
|
"@nocobase/evaluators": "0.x",
|
|
|
|
"@nocobase/logger": "0.x",
|
2023-08-25 15:11:12 +00:00
|
|
|
"@nocobase/plugin-collection-manager": "0.x",
|
|
|
|
"@nocobase/plugin-error-handler": "0.x",
|
2023-08-01 16:07:52 +00:00
|
|
|
"@nocobase/plugin-users": "0.x",
|
|
|
|
"@nocobase/resourcer": "0.x",
|
|
|
|
"@nocobase/server": "0.x",
|
2023-12-29 01:42:06 +00:00
|
|
|
"@nocobase/test": "0.x",
|
|
|
|
"@nocobase/utils": "0.x"
|
2022-01-09 14:22:26 +00:00
|
|
|
},
|
2023-12-29 07:49:02 +00:00
|
|
|
"gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde"
|
2022-01-09 14:22:26 +00:00
|
|
|
}
|