tachybase_todo/packages/plugins/@hera/plugin-approval-mobile/package.json
sealday 242d95bef1 chore(version): release v0.21.81 (#1410)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1410
2024-07-31 03:15:26 +08:00

27 lines
794 B
JSON

{
"name": "@hera/plugin-approval-mobile",
"version": "0.0.66",
"main": "dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "~5.3.7",
"@tachybase/schema": "workspace:*",
"@types/lodash": "^4.17.5",
"ahooks": "^3.7.2",
"antd": "5.19.1",
"antd-mobile": "^5.36.1",
"antd-mobile-icons": "^0.3.0",
"lodash": "4.17.21",
"react-i18next": "^14.1.2",
"react-router-dom": "~6.25.1"
},
"peerDependencies": {
"@tachybase/client": "workspace:*",
"@tachybase/plugin-workflow": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*",
"@tachybase/utils": "workspace:*"
},
"description.zh-CN": "提供定制化的移动端页面审批的功能。",
"displayName.zh-CN": "移动端:审批"
}