mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 21:57:34 +00:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "@nocobase/plugin-mobile-client",
|
|
"version": "0.11.1-alpha.5",
|
|
"main": "./lib/server/index.js",
|
|
"files": [
|
|
"lib",
|
|
"src",
|
|
"README.md",
|
|
"README.zh-CN.md",
|
|
"CHANGELOG.md",
|
|
"server.js",
|
|
"server.d.ts",
|
|
"client.js",
|
|
"client.d.ts"
|
|
],
|
|
"displayName": "Mobile-client",
|
|
"displayName.zh-CN": "移动端",
|
|
"description": "Provide mobile client access",
|
|
"description.zh-CN": "提供移动端访问",
|
|
"devDependencies": {
|
|
"@ant-design/icons": "^5.1.4",
|
|
"@formily/antd-v5": "^1.1.0",
|
|
"@formily/react": "^2.2.27",
|
|
"@formily/shared": "^2.2.27",
|
|
"@nocobase/client": "0.11.1-alpha.5",
|
|
"@nocobase/database": "0.11.1-alpha.5",
|
|
"@nocobase/server": "0.11.1-alpha.5",
|
|
"@nocobase/test": "0.11.1-alpha.5",
|
|
"@nocobase/utils": "0.11.1-alpha.5",
|
|
"@types/react": "^17.0.0",
|
|
"@types/react-dom": "^17.0.0",
|
|
"antd": "^5.6.4",
|
|
"antd-style": "^3.3.0",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"react-i18next": "^11.15.1",
|
|
"react-router-dom": "^6.11.2"
|
|
},
|
|
"dependencies": {
|
|
"antd-mobile": "^5.29.1",
|
|
"classnames": "^2.3.1"
|
|
}
|
|
}
|