2024-03-17 04:20:33 +08:00
|
|
|
{
|
|
|
|
"name": "@hera/plugin-mobile",
|
2024-04-11 11:50:42 +08:00
|
|
|
"displayName": "Mobile client: Customization",
|
2024-04-18 00:10:10 +08:00
|
|
|
"version": "1.1.10",
|
2024-04-11 11:50:42 +08:00
|
|
|
"description": "Provides the ability to configure mobile pages,more professional.",
|
2024-03-17 04:20:33 +08:00
|
|
|
"main": "dist/server/index.js",
|
2024-04-10 15:54:01 +08:00
|
|
|
"devDependencies": {
|
|
|
|
"@ant-design/icons": "5.x",
|
2024-04-02 18:13:33 +08:00
|
|
|
"@nocobase/schema": "workspace:*",
|
2024-04-10 15:54:01 +08:00
|
|
|
"@types/lodash": "^4.17.0",
|
2024-04-10 16:14:26 +08:00
|
|
|
"antd": "5.16.1",
|
|
|
|
"antd-mobile": "^5.35.0",
|
2024-04-10 15:54:01 +08:00
|
|
|
"antd-mobile-icons": "^0.3.0",
|
|
|
|
"classnames": "^2.3.1",
|
|
|
|
"lodash": "4.17.21",
|
|
|
|
"react-i18next": "^11.15.1"
|
2024-04-01 13:39:44 +08:00
|
|
|
},
|
2024-03-17 04:20:33 +08:00
|
|
|
"peerDependencies": {
|
2024-04-01 13:39:44 +08:00
|
|
|
"@nocobase/client": "workspace:*",
|
|
|
|
"@nocobase/server": "workspace:*",
|
|
|
|
"@nocobase/test": "workspace:*",
|
|
|
|
"@nocobase/utils": "workspace:*"
|
2024-04-11 11:50:42 +08:00
|
|
|
},
|
|
|
|
"description.zh-CN": "提提供定制化的移动端页面配置的能力。",
|
|
|
|
"displayName.zh-CN": "移动端:定制化"
|
2024-03-17 04:20:33 +08:00
|
|
|
}
|