tachybase_todo/packages/plugins/@tachybase/plugin-kanban/package.json
sealday b4ca48201b chore(version): release v0.21.87 (#1494)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1494
2024-08-29 15:41:56 +08:00

28 lines
736 B
JSON

{
"name": "@tachybase/plugin-kanban",
"displayName": "Block: Kanban",
"version": "0.21.87",
"description": "Provides kanban block.",
"keywords": [
"Blocks"
],
"license": "Apache-2.0",
"main": "dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "^5.3.7",
"@tachybase/components": "workspace:*",
"@tachybase/schema": "workspace:*",
"antd": "5.19.4",
"lodash": "4.17.21",
"react-beautiful-dnd": "^13.1.0",
"react-i18next": "^14.1.2"
},
"peerDependencies": {
"@tachybase/client": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*"
},
"description.zh-CN": "提供看板区块。",
"displayName.zh-CN": "区块:看板"
}