2024-07-22 06:06:36 +00:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-mobile",
|
|
|
|
"version": "1.3.0-alpha",
|
|
|
|
"main": "dist/server/index.js",
|
|
|
|
"homepage": "https://docs.nocobase.com/handbook/mobile",
|
|
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/mobile",
|
|
|
|
"license": "AGPL-3.0",
|
2024-07-23 08:01:41 +00:00
|
|
|
"displayName": "Mobile(Developing)",
|
|
|
|
"displayName.zh-CN": "移动端(开发中)",
|
2024-07-22 06:06:36 +00:00
|
|
|
"description": "Provides the ability to configure mobile pages.",
|
|
|
|
"description.zh-CN": "提供移动端页面配置的能力。",
|
|
|
|
"peerDependencies": {
|
|
|
|
"@nocobase/client": "1.x",
|
|
|
|
"@nocobase/server": "1.x",
|
|
|
|
"@nocobase/test": "1.x"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/react": "17.x",
|
|
|
|
"@types/react-dom": "17.x",
|
|
|
|
"@ant-design/icons": "5.x",
|
|
|
|
"@formily/antd-v5": "1.x",
|
|
|
|
"@formily/react": "2.x",
|
|
|
|
"@formily/shared": "2.x",
|
|
|
|
"antd-mobile": "^5.36.1",
|
|
|
|
"react-device-detect": "2.2.3",
|
|
|
|
"re-resizable": "6.6.0"
|
|
|
|
}
|
|
|
|
}
|