54 lines
1.9 KiB
JSON
54 lines
1.9 KiB
JSON
{
|
|
"name": "@tachybase/plugin-workflow",
|
|
"displayName": "Workflow",
|
|
"version": "0.21.29",
|
|
"description": "A powerful BPM tool that provides foundational support for business automation, with the capability to extend unlimited triggers and nodes.",
|
|
"keywords": [
|
|
"Workflow"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"exports": {
|
|
".": "./dist/server/index.js",
|
|
"./client": "./dist/client/index.js"
|
|
},
|
|
"main": "./dist/server/index.js",
|
|
"devDependencies": {
|
|
"@ant-design/icons": "~5.3.6",
|
|
"@tachybase/components": "workspace:*",
|
|
"@tachybase/plugin-workflow-test": "workspace:*",
|
|
"@types/ejs": "^3.1.1",
|
|
"@types/lodash": "^4.17.0",
|
|
"antd": "5.16.1",
|
|
"axios": "^1.6.2",
|
|
"classnames": "^2.3.1",
|
|
"cron-parser": "4.4.0",
|
|
"lodash": "4.17.21",
|
|
"lru-cache": "8.0.5",
|
|
"react": "~18.2.0",
|
|
"react-i18next": "^11.15.1",
|
|
"react-js-cron": "^3.1.0",
|
|
"react-router-dom": "^6.11.2",
|
|
"sequelize": "^6.26.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@nocobase/plugin-collection-manager": "workspace:*",
|
|
"@nocobase/plugin-error-handler": "workspace:*",
|
|
"@nocobase/plugin-users": "workspace:*",
|
|
"@tachybase/actions": "workspace:*",
|
|
"@tachybase/client": "workspace:*",
|
|
"@tachybase/data-source-manager": "workspace:*",
|
|
"@tachybase/database": "workspace:*",
|
|
"@tachybase/evaluators": "workspace:*",
|
|
"@tachybase/logger": "workspace:*",
|
|
"@tachybase/resourcer": "workspace:*",
|
|
"@tachybase/schema": "workspace:*",
|
|
"@tachybase/server": "workspace:*",
|
|
"@tachybase/test": "workspace:*",
|
|
"@tachybase/utils": "workspace:*"
|
|
},
|
|
"description.zh-CN": "一个强大的 BPM 工具,为业务自动化提供基础支持,并且可任意扩展更多的触发器和节点。",
|
|
"displayName.zh-CN": "工作流",
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/workflow"
|
|
}
|