sealday
3e58c54aa8
Co-authored-by: hello@lv <2256334253@qq.com> Co-authored-by: wjh <wwwjh0710@163.com> Co-authored-by: sealday <sealday@gmail.com> Reviewed-on: daoyoucloud/tachybase#719
39 lines
1.3 KiB
JSON
39 lines
1.3 KiB
JSON
{
|
||
"name": "@nocobase/plugin-data-source-manager",
|
||
"displayName": "Data source manager",
|
||
"version": "0.21.24",
|
||
"description": "Manage data sources, including the built-in Master database, external databases, APIs, etc.",
|
||
"keywords": [
|
||
"Data model tools"
|
||
],
|
||
"homepage": "https://docs.nocobase.com/handbook/data-source-manager",
|
||
"main": "dist/server/index.js",
|
||
"devDependencies": {
|
||
"@ant-design/icons": "^5.3.6",
|
||
"@dnd-kit/core": "^5.0.1",
|
||
"@emotion/css": "^11.7.1",
|
||
"@tachybase/components": "workspace:*",
|
||
"@tachybase/schema": "workspace:*",
|
||
"ahooks": "^3.7.2",
|
||
"antd": "5.16.1",
|
||
"antd-style": "3.4.5",
|
||
"classnames": "^2.3.1",
|
||
"lodash": "4.17.21",
|
||
"react-i18next": "^11.15.1",
|
||
"react-router-dom": "^6.11.2",
|
||
"sequelize": "^6.26.0"
|
||
},
|
||
"peerDependencies": {
|
||
"@tachybase/acl": "workspace:*",
|
||
"@tachybase/client": "workspace:*",
|
||
"@tachybase/database": "workspace:*",
|
||
"@tachybase/server": "workspace:*",
|
||
"@tachybase/test": "workspace:*",
|
||
"@tachybase/utils": "workspace:*"
|
||
},
|
||
"description.zh-CN": "管理数据源,包括内置的 Master 数据库,外部的数据库、API。",
|
||
"displayName.zh-CN": "数据源管理",
|
||
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
|
||
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/data-source-manager"
|
||
}
|