bai.zixv
71caef1b2b
Reviewed-on: daoyoucloud/tachybase#1567 Reviewed-by: sealday <zhanglin@daoyoucloud.com> Co-authored-by: bai.zixv <bai.zixv@foxmail.com> Co-committed-by: bai.zixv <bai.zixv@foxmail.com>
25 lines
631 B
JSON
25 lines
631 B
JSON
{
|
|
"name": "@tachybase/plugin-external-data-source",
|
|
"version": "0.22.5",
|
|
"main": "dist/server/index.js",
|
|
"dependencies": {
|
|
"@ant-design/icons": "^5.4.0",
|
|
"antd": "5.19.4",
|
|
"lodash": "^4.17.21",
|
|
"mysql2": "^3.9.1",
|
|
"pg": "^8.11.3",
|
|
"react-i18next": "^14.1.2",
|
|
"react-router-dom": "^6.25.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.17.5"
|
|
},
|
|
"peerDependencies": {
|
|
"@tachybase/client": "workspace:*",
|
|
"@tachybase/data-source-manager": "workspace:*",
|
|
"@tachybase/database": "workspace:*",
|
|
"@tachybase/server": "workspace:*",
|
|
"@tachybase/test": "workspace:*"
|
|
}
|
|
}
|