mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 21:16:15 +00:00
0fe5b5367a
* chore: upgrade antd to 5.7.3 * chore: fix build * chore: fix build
36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"name": "@nocobase/plugin-multi-app-share-collection",
|
|
"displayName": "multi app share collection",
|
|
"displayName.zh-CN": "多应用数据共享",
|
|
"description": "multi app share collection",
|
|
"description.zh-CN": "多应用数据共享",
|
|
"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"
|
|
],
|
|
"devDependencies": {
|
|
"@formily/react": "^2.2.27",
|
|
"@nocobase/client": "0.11.1-alpha.5",
|
|
"@nocobase/database": "0.11.1-alpha.5",
|
|
"@nocobase/plugin-collection-manager": "0.11.1-alpha.5",
|
|
"@nocobase/plugin-error-handler": "0.11.1-alpha.5",
|
|
"@nocobase/plugin-multi-app-manager": "0.11.1-alpha.5",
|
|
"@nocobase/plugin-users": "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",
|
|
"antd": "^5.7.3",
|
|
"react": "18.x",
|
|
"react-i18next": "^11.15.1"
|
|
}
|
|
}
|