tachybase_todo/packages/plugins/mobile-client/package.json
被雨水过滤的空气-Rain aff559882f
fix(RangePicker): fix shortcut invalid (#2586)
* chore: upgrade antd to v5.8.4

* test: add test

* chore: fix build

* chore: upgrade @formily/antd-v5 to v1.1.1

* fix: should not close Popover when selected option

* fix: add a new Popover and to replace old Popover with new Popover

* refactor: remove useless code

* fix: fix dark theme

* chore: fix build

* chore: antd version

* fix: uniformly use the latest version of antd
2023-09-04 16:25:49 +08:00

34 lines
924 B
JSON

{
"name": "@nocobase/plugin-mobile-client",
"version": "0.13.0-alpha.5",
"main": "./dist/server/index.js",
"displayName": "Mobile-client",
"displayName.zh-CN": "移动端",
"description": "Provide mobile client access",
"description.zh-CN": "提供移动端访问",
"devDependencies": {
"@ant-design/icons": "5.x",
"@formily/antd-v5": "1.x",
"@formily/react": "2.x",
"@formily/shared": "2.x",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"ahooks": "^3.7.2",
"antd": "5.x",
"antd-mobile": "^5.29.1",
"antd-style": "3.x",
"classnames": "^2.3.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-i18next": "^11.15.1",
"react-router-dom": "^6.11.2"
},
"peerDependencies": {
"@nocobase/client": "0.x",
"@nocobase/database": "0.x",
"@nocobase/server": "0.x",
"@nocobase/test": "0.x",
"@nocobase/utils": "0.x"
}
}