mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 14:46:13 +00:00
47 lines
1.5 KiB
JSON
47 lines
1.5 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.17.0-alpha.7",
|
|
"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/plugin-workflow-test": ">=0.17.0-alpha.3",
|
|
"@nocobase/resourcer": "0.x",
|
|
"@nocobase/server": "0.x",
|
|
"@nocobase/test": "0.x",
|
|
"@nocobase/utils": "0.x"
|
|
},
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
|
}
|