tachybase_todo/packages/plugins/@tachybase/plugin-mobile-client/package.json
sealday bdf994e5b7 chore(version): release v0.22.1 (#1552)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1552
2024-09-20 03:23:55 +08:00

34 lines
1.0 KiB
JSON

{
"name": "@tachybase/plugin-mobile-client",
"displayName": "Mobile client",
"version": "0.22.1",
"description": "Provides the ability to configure mobile pages.",
"license": "Apache-2.0",
"main": "./dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "~5.3.7",
"@tachybase/components": "workspace:*",
"@tachybase/schema": "workspace:*",
"@types/react": "~18.3.3",
"@types/react-dom": "~18.3.0",
"ahooks": "3.x",
"antd": "5.19.4",
"antd-mobile": "^5.36.1",
"antd-mobile-icons": "^0.3.0",
"lodash": "4.17.21",
"react": "~18.3.1",
"react-dom": "~18.3.1",
"react-i18next": "~14.1.2",
"react-router-dom": "~6.25.1"
},
"peerDependencies": {
"@tachybase/client": "workspace:*",
"@tachybase/database": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*",
"@tachybase/utils": "workspace:*"
},
"description.zh-CN": "提供移动端页面配置的能力。",
"displayName.zh-CN": "移动端"
}