mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 19:36:45 +00:00
b2e71850f8
This reverts commit 78729bdc41
.
28 lines
772 B
JSON
28 lines
772 B
JSON
{
|
|
"name": "@nocobase/plugin-mobile-client",
|
|
"version": "0.10.0-alpha.3",
|
|
"main": "lib/server/index.js",
|
|
"displayName": "Mobile-client",
|
|
"displayName.zh-CN": "移动端",
|
|
"description": "Provide mobile client access",
|
|
"description.zh-CN": "提供移动端访问",
|
|
"devDependencies": {
|
|
"@emotion/css": "^11.7.1",
|
|
"@formily/antd": "2.2.26",
|
|
"@formily/react": "2.2.26",
|
|
"@formily/shared": "2.2.26",
|
|
"@nocobase/server": "0.10.0-alpha.3",
|
|
"@nocobase/test": "0.10.0-alpha.3",
|
|
"@types/react": "^17.0.0",
|
|
"@types/react-dom": "^17.0.0",
|
|
"antd": "^4.24.8",
|
|
"classnames": "^2.3.1",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"react-router-dom": "^6.11.2"
|
|
},
|
|
"dependencies": {
|
|
"antd-mobile": "^5.29.1"
|
|
}
|
|
}
|