tachybase_todo/packages/plugins/@tachybase/plugin-external-data-source/package.json
sealday 4c52c7bca7 chore(version): release v0.21.85 (#1477)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1477
2024-08-21 17:12:02 +08:00

23 lines
562 B
JSON

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