2022-01-09 22:22:26 +08:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-workflow",
|
2023-07-07 17:59:46 +08:00
|
|
|
"displayName": "Workflow",
|
2023-05-29 11:06:54 +08:00
|
|
|
"displayName.zh-CN": "工作流",
|
2023-07-07 17:59:46 +08:00
|
|
|
"description": "A powerful workflow plugin designed to support business process management and automation.",
|
2023-05-29 11:06:54 +08:00
|
|
|
"description.zh-CN": "工作流插件,为业务流程管理和自动化提供支持。",
|
2024-01-09 18:32:09 +08:00
|
|
|
"version": "0.19.0-alpha.3",
|
2023-01-11 11:58:47 +08:00
|
|
|
"license": "AGPL-3.0",
|
2023-08-02 00:07:52 +08:00
|
|
|
"main": "./dist/server/index.js",
|
2023-12-29 15:49:02 +08:00
|
|
|
"dependencies": {
|
2024-01-09 18:32:09 +08:00
|
|
|
"@nocobase/plugin-workflow-test": "0.19.0-alpha.3"
|
2023-12-29 15:49:02 +08:00
|
|
|
},
|
2023-08-02 00:07:52 +08: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 11:54:14 +08:00
|
|
|
"classnames": "^2.3.1",
|
2022-05-31 00:00:07 +08:00
|
|
|
"cron-parser": "4.4.0",
|
2023-07-08 08:29:33 +08:00
|
|
|
"dayjs": "^1.11.8",
|
2023-08-02 00:07:52 +08:00
|
|
|
"lodash": "4.17.21",
|
|
|
|
"lru-cache": "8.0.5",
|
2023-07-08 08:29:33 +08:00
|
|
|
"react": "18.x",
|
|
|
|
"react-i18next": "^11.15.1",
|
2023-08-02 00:07:52 +08:00
|
|
|
"react-js-cron": "^3.1.0",
|
2023-07-20 11:04:41 +08:00
|
|
|
"react-router-dom": "^6.11.2",
|
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": {
|
|
|
|
"@nocobase/actions": "0.x",
|
|
|
|
"@nocobase/client": "0.x",
|
|
|
|
"@nocobase/database": "0.x",
|
|
|
|
"@nocobase/evaluators": "0.x",
|
|
|
|
"@nocobase/logger": "0.x",
|
2023-08-25 23:11:12 +08:00
|
|
|
"@nocobase/plugin-collection-manager": "0.x",
|
|
|
|
"@nocobase/plugin-error-handler": "0.x",
|
2023-08-02 00:07:52 +08:00
|
|
|
"@nocobase/plugin-users": "0.x",
|
|
|
|
"@nocobase/resourcer": "0.x",
|
|
|
|
"@nocobase/server": "0.x",
|
2023-12-29 09:42:06 +08:00
|
|
|
"@nocobase/test": "0.x",
|
|
|
|
"@nocobase/utils": "0.x"
|
2022-01-09 22:22:26 +08:00
|
|
|
},
|
2023-12-29 15:49:02 +08:00
|
|
|
"gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde"
|
2022-01-09 22:22:26 +08:00
|
|
|
}
|