tachybase_todo/packages/plugins/@hera/plugin-external-data-source/package.json

22 lines
533 B
JSON

{
"name": "@hera/plugin-external-data-source",
"version": "0.0.13",
"main": "dist/server/index.js",
"dependencies": {
"antd": "5.16.1",
"lodash": "^4.17.21",
"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:*"
}
}