tachybase_todo/packages/plugins/@tachybase/plugin-comments/package.json

20 lines
496 B
JSON
Raw Normal View History

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