tachybase_todo/packages/plugins/@tachybase/plugin-messages/package.json
sealday 27a0e0b58f feat: 订阅渠道管理 (#1546)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1546
2024-09-19 15:08:25 +08:00

15 lines
335 B
JSON

{
"name": "@tachybase/plugin-messages",
"version": "0.21.82",
"main": "dist/server/index.js",
"dependencies": {
"antd": "5.19.4"
},
"peerDependencies": {
"@tachybase/client": "workspace:*",
"@tachybase/database": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*"
}
}