tachybase_todo/packages/plugins/@hera/plugin-approval-mobile/package.json
bai.zixv b5c518fd4b feat: init support mobile approvals (#1002)
Co-authored-by: wjh <wwwjh0710@163.com>
Co-authored-by: sealday <zhanglin@daoyoucloud.com>
Reviewed-on: daoyoucloud/tachybase#1002
Co-authored-by: bai.zixv <bai.zixv@foxmail.com>
Co-committed-by: bai.zixv <bai.zixv@foxmail.com>
2024-05-17 20:50:25 +08:00

28 lines
816 B
JSON

{
"name": "@hera/plugin-approval-mobile",
"version": "0.0.13",
"main": "dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "5.x",
"@tachybase/schema": "workspace:*",
"@types/lodash": "^4.17.0",
"ahooks": "^3.7.2",
"antd": "5.16.1",
"antd-mobile": "^5.35.0",
"antd-mobile-icons": "^0.3.0",
"classnames": "^2.3.1",
"lodash": "4.17.21",
"react-i18next": "^11.15.1",
"react-router-dom": "6.x"
},
"peerDependencies": {
"@tachybase/client": "workspace:*",
"@tachybase/plugin-workflow": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*",
"@tachybase/utils": "workspace:*"
},
"description.zh-CN": "提供定制化的移动端页面审批的功能。",
"displayName.zh-CN": "移动端:审批"
}