nocobase/packages/plugins/@nocobase/plugin-workflow/package.json
2023-12-04 11:01:24 +08:00

46 lines
1.4 KiB
JSON

{
"name": "@nocobase/plugin-workflow",
"displayName": "Workflow",
"displayName.zh-CN": "工作流",
"description": "A powerful workflow plugin designed to support business process management and automation.",
"description.zh-CN": "工作流插件,为业务流程管理和自动化提供支持。",
"version": "0.16.0-alpha.6",
"license": "AGPL-3.0",
"main": "./dist/server/index.js",
"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",
"classnames": "^2.3.1",
"cron-parser": "4.4.0",
"dayjs": "^1.11.8",
"lodash": "4.17.21",
"lru-cache": "8.0.5",
"react": "18.x",
"react-i18next": "^11.15.1",
"react-js-cron": "^3.1.0",
"react-router-dom": "^6.11.2",
"sequelize": "^6.26.0",
"winston": "^3.8.2"
},
"peerDependencies": {
"@nocobase/actions": "0.x",
"@nocobase/client": "0.x",
"@nocobase/database": "0.x",
"@nocobase/evaluators": "0.x",
"@nocobase/logger": "0.x",
"@nocobase/plugin-collection-manager": "0.x",
"@nocobase/plugin-error-handler": "0.x",
"@nocobase/plugin-users": "0.x",
"@nocobase/resourcer": "0.x",
"@nocobase/server": "0.x",
"@nocobase/test": "0.x",
"@nocobase/utils": "0.x"
},
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
}