tachybase_todo/packages/plugins/@tachybase/plugin-messages/package.json
sealday c85a0f1677 chore(version): release v0.22.5 (#1575)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1575
2024-09-27 13:44:26 +08:00

20 lines
525 B
JSON

{
"name": "@tachybase/plugin-messages",
"version": "0.22.5",
"main": "dist/server/index.js",
"dependencies": {
"@ant-design/icons": "~5.3.7",
"antd": "5.19.4",
"react-i18next": "^14.1.2",
"react-router-dom": "~6.25.1"
},
"peerDependencies": {
"@tachybase/client": "workspace:*",
"@tachybase/database": "workspace:*",
"@tachybase/plugin-workflow": "workspace:*",
"@tachybase/schema": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*"
}
}