2022-03-28 14:01:10 +00:00
|
|
|
{
|
2022-04-24 12:22:50 +00:00
|
|
|
"name": "@nocobase/plugin-multi-app-manager",
|
2023-05-29 03:06:54 +00:00
|
|
|
"displayName": "multi app manager",
|
|
|
|
"displayName.zh-CN": "多应用管理",
|
|
|
|
"description": "manage app",
|
|
|
|
"description.zh-CN": "管理应用",
|
2023-07-23 04:44:50 +00:00
|
|
|
"version": "0.11.1-alpha.2",
|
2023-01-11 03:58:47 +00:00
|
|
|
"license": "AGPL-3.0",
|
2023-07-07 06:35:22 +00:00
|
|
|
"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.26",
|
|
|
|
"@formily/shared": "2.2.26",
|
2023-07-23 04:44:50 +00:00
|
|
|
"@nocobase/client": "0.11.1-alpha.2",
|
|
|
|
"@nocobase/database": "0.11.1-alpha.2",
|
|
|
|
"@nocobase/server": "0.11.1-alpha.2",
|
|
|
|
"@nocobase/test": "0.11.1-alpha.2",
|
|
|
|
"@nocobase/utils": "0.11.1-alpha.2",
|
2023-07-08 00:29:33 +00:00
|
|
|
"antd": "^5.6.4",
|
|
|
|
"react": "18.x",
|
|
|
|
"react-i18next": "^11.15.1",
|
|
|
|
"react-router-dom": "^6.11.2"
|
2023-07-07 06:35:22 +00:00
|
|
|
},
|
2022-03-28 14:01:10 +00:00
|
|
|
"dependencies": {
|
2023-06-06 02:47:50 +00:00
|
|
|
"async-mutex": "^0.3.2"
|
2022-04-25 06:47:13 +00:00
|
|
|
},
|
2022-11-04 13:23:02 +00:00
|
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
2022-03-28 14:01:10 +00:00
|
|
|
}
|