tachybase_todo/packages/plugins/@tachybase/plugin-external-data-source/package.json
bai.zixv b8659d3261 chore(version): release v0.21.40 (#1084)
Reviewed-on: daoyoucloud/tachybase#1084
Co-authored-by: bai.zixv <bai.zixv@foxmail.com>
Co-committed-by: bai.zixv <bai.zixv@foxmail.com>
2024-05-30 21:05:59 +08:00

23 lines
562 B
JSON

{
"name": "@tachybase/plugin-external-data-source",
"version": "0.0.23",
"main": "dist/server/index.js",
"dependencies": {
"antd": "5.16.1",
"lodash": "^4.17.21",
"mysql2": "^3.9.1",
"pg": "^8.11.3",
"react-i18next": "^11.15.1"
},
"devDependencies": {
"@types/lodash": "^4.17.0"
},
"peerDependencies": {
"@tachybase/client": "workspace:*",
"@tachybase/data-source-manager": "workspace:*",
"@tachybase/database": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*"
}
}