tachybase_todo/packages/plugins/@tachybase/plugin-comments/package.json
sealday 1472e5910c chore: antd 5.18.1 (#1179)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1179
2024-06-13 12:02:01 +08:00

20 lines
499 B
JSON

{
"name": "@tachybase/plugin-comments",
"version": "0.21.53",
"main": "dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "~5.3.7",
"@tachybase/components": "workspace:*",
"@tachybase/schema": "workspace:*",
"antd": "~5.18.1",
"dayjs": "^1.11.8",
"lodash": "^4.17.21",
"react-i18next": "^11.15.1"
},
"peerDependencies": {
"@tachybase/client": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*"
}
}