@tachybase/plugin-workflow-approval
Version:
Approval base in Workflow
44 lines • 1.42 kB
JSON
{
"name": "@tachybase/plugin-workflow-approval",
"displayName": "Approval",
"version": "1.0.6",
"description": "Approval base in Workflow",
"keywords": [
"Approval",
"Workflow"
],
"main": "dist/server/index.js",
"dependencies": {},
"devDependencies": {
"@ant-design/icons": "~5.3.7",
"@types/file-saver": "^2.0.7",
"@types/lodash": "^4.17.13",
"ahooks": "^3.8.4",
"antd": "5.22.5",
"antd-mobile": "^5.38.1",
"antd-mobile-icons": "^0.3.0",
"file-saver": "^2.0.5",
"jsonata": "^2.0.6",
"lodash": "4.17.21",
"react-i18next": "^15.2.0",
"react-router-dom": "6.28.1",
"sequelize": "^6.37.5"
},
"peerDependencies": {
"@tachybase/actions": "1.0.6",
"@tachybase/components": "1.0.6",
"@tachybase/client": "1.0.6",
"@tachybase/data-source": "1.0.6",
"@tachybase/database": "1.0.6",
"@tachybase/schema": "1.0.6",
"@tachybase/server": "1.0.6",
"@tachybase/module-workflow": "1.0.6",
"@tachybase/test": "1.0.6",
"@tachybase/utils": "1.0.6"
},
"description.zh-CN": "审批系统是一个强大的BPM工具,为业务流程自动化提供基础支持,同时具备高度灵活性和可扩展性,确保审批流程的效率和合规性,助力企业释放创新潜力。",
"displayName.zh-CN": "审批",
"scripts": {
"build": "tachybase-build --no-dts @tachybase/plugin-workflow-approval"
}
}