2024-04-19 05:05:32 +08:00
|
|
|
{
|
|
|
|
"name": "@hera/plugin-approval-mobile",
|
2024-07-11 15:10:02 +08:00
|
|
|
"version": "0.0.56",
|
2024-04-19 05:05:32 +08:00
|
|
|
"main": "dist/server/index.js",
|
|
|
|
"devDependencies": {
|
2024-06-13 04:37:42 +08:00
|
|
|
"@ant-design/icons": "~5.3.7",
|
2024-04-29 21:41:13 +08:00
|
|
|
"@tachybase/schema": "workspace:*",
|
2024-06-13 04:37:42 +08:00
|
|
|
"@types/lodash": "^4.17.5",
|
2024-05-17 20:50:25 +08:00
|
|
|
"ahooks": "^3.7.2",
|
2024-07-09 15:37:07 +08:00
|
|
|
"antd": "5.19.1",
|
2024-06-13 04:37:42 +08:00
|
|
|
"antd-mobile": "^5.36.1",
|
2024-04-19 05:05:32 +08:00
|
|
|
"antd-mobile-icons": "^0.3.0",
|
|
|
|
"lodash": "4.17.21",
|
2024-06-20 11:11:18 +08:00
|
|
|
"react-i18next": "^14.1.2",
|
2024-05-17 20:50:25 +08:00
|
|
|
"react-router-dom": "6.x"
|
2024-04-19 05:05:32 +08:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2024-05-08 16:20:31 +08:00
|
|
|
"@tachybase/client": "workspace:*",
|
2024-05-17 20:50:25 +08:00
|
|
|
"@tachybase/plugin-workflow": "workspace:*",
|
2024-05-08 16:20:31 +08:00
|
|
|
"@tachybase/server": "workspace:*",
|
|
|
|
"@tachybase/test": "workspace:*",
|
|
|
|
"@tachybase/utils": "workspace:*"
|
2024-04-19 05:05:32 +08:00
|
|
|
},
|
|
|
|
"description.zh-CN": "提供定制化的移动端页面审批的功能。",
|
|
|
|
"displayName.zh-CN": "移动端:审批"
|
|
|
|
}
|