tachybase_todo/packages/plugins/@hera/plugin-mobile/package.json

27 lines
839 B
JSON

{
"name": "@hera/plugin-mobile",
"displayName": "Mobile client: Customization",
"version": "1.1.16",
"description": "Provides the ability to configure mobile pages,more professional.",
"main": "dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "5.x",
"@nocobase/schema": "workspace:*",
"@types/lodash": "^4.17.0",
"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"
},
"peerDependencies": {
"@nocobase/client": "workspace:*",
"@nocobase/server": "workspace:*",
"@nocobase/test": "workspace:*",
"@nocobase/utils": "workspace:*"
},
"description.zh-CN": "提提供定制化的移动端页面配置的能力。",
"displayName.zh-CN": "移动端:定制化"
}