sealday
3565867f54
Co-authored-by: sealday <sealday@gmail.com> Reviewed-on: daoyoucloud/tachybase#1460
33 lines
1.0 KiB
JSON
33 lines
1.0 KiB
JSON
{
|
||
"name": "@tachybase/plugin-data-source-manager",
|
||
"displayName": "Data source manager",
|
||
"version": "0.21.83",
|
||
"description": "Manage data sources, including the built-in Master database, external databases, APIs, etc.",
|
||
"keywords": [
|
||
"Data model tools"
|
||
],
|
||
"main": "dist/server/index.js",
|
||
"devDependencies": {
|
||
"@ant-design/icons": "^5.3.7",
|
||
"@dnd-kit/core": "^6.1.0",
|
||
"@tachybase/components": "workspace:*",
|
||
"@tachybase/schema": "workspace:*",
|
||
"ahooks": "^3.7.2",
|
||
"antd": "5.19.4",
|
||
"lodash": "4.17.21",
|
||
"react-i18next": "^14.1.2",
|
||
"react-router-dom": "^6.25.1",
|
||
"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": "数据源管理"
|
||
}
|