mirror of
https://github.com/nocobase/nocobase
synced 2024-11-17 18:29:46 +00:00
34 lines
927 B
JSON
34 lines
927 B
JSON
{
|
|
"name": "@nocobase/plugin-mobile-client",
|
|
"version": "0.12.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.3.0",
|
|
"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"
|
|
}
|
|
}
|