2023-06-08 19:54:00 +08:00
|
|
|
{
|
2024-04-29 21:41:13 +08:00
|
|
|
"name": "@tachybase/plugin-mobile-client",
|
2023-09-12 22:39:23 +08:00
|
|
|
"displayName": "Mobile client",
|
2024-09-05 16:39:59 +08:00
|
|
|
"version": "0.21.89",
|
2024-02-22 23:13:31 +08:00
|
|
|
"description": "Provides the ability to configure mobile pages.",
|
2024-04-29 21:41:13 +08:00
|
|
|
"license": "Apache-2.0",
|
2024-04-01 13:39:44 +08:00
|
|
|
"main": "./dist/server/index.js",
|
2023-06-08 19:54:00 +08:00
|
|
|
"devDependencies": {
|
2024-06-13 04:37:42 +08:00
|
|
|
"@ant-design/icons": "~5.3.7",
|
2024-04-30 02:00:13 +08:00
|
|
|
"@tachybase/components": "workspace:*",
|
2024-04-29 21:41:13 +08:00
|
|
|
"@tachybase/schema": "workspace:*",
|
2024-06-13 04:37:42 +08:00
|
|
|
"@types/react": "~18.3.3",
|
|
|
|
"@types/react-dom": "~18.3.0",
|
2023-09-04 20:40:14 +08:00
|
|
|
"ahooks": "3.x",
|
2024-08-02 02:26:19 +08:00
|
|
|
"antd": "5.19.4",
|
2024-06-13 04:37:42 +08:00
|
|
|
"antd-mobile": "^5.36.1",
|
2024-05-06 18:50:49 +08:00
|
|
|
"antd-mobile-icons": "^0.3.0",
|
2024-04-01 13:39:44 +08:00
|
|
|
"lodash": "4.17.21",
|
2024-06-13 04:37:42 +08:00
|
|
|
"react": "~18.3.1",
|
|
|
|
"react-dom": "~18.3.1",
|
2024-06-20 11:11:18 +08:00
|
|
|
"react-i18next": "~14.1.2",
|
2024-07-18 12:34:49 +08:00
|
|
|
"react-router-dom": "~6.25.1"
|
2023-06-08 19:54:00 +08:00
|
|
|
},
|
2023-08-02 00:07:52 +08:00
|
|
|
"peerDependencies": {
|
2024-05-08 16:20:31 +08:00
|
|
|
"@tachybase/client": "workspace:*",
|
|
|
|
"@tachybase/database": "workspace:*",
|
|
|
|
"@tachybase/server": "workspace:*",
|
|
|
|
"@tachybase/test": "workspace:*",
|
|
|
|
"@tachybase/utils": "workspace:*"
|
2023-12-29 15:49:02 +08:00
|
|
|
},
|
2024-04-01 13:39:44 +08:00
|
|
|
"description.zh-CN": "提供移动端页面配置的能力。",
|
2024-04-29 21:41:13 +08:00
|
|
|
"displayName.zh-CN": "移动端"
|
2023-07-07 06:56:04 +08:00
|
|
|
}
|