tachybase_todo/packages/plugins/@tachybase/plugin-data-source-manager/package.json
sealday bdf994e5b7 chore(version): release v0.22.1 (#1552)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1552
2024-09-20 03:23:55 +08:00

33 lines
1.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "@tachybase/plugin-data-source-manager",
"displayName": "Data source manager",
"version": "0.22.1",
"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": "数据源管理"
}