sealday
7371495cda
Co-authored-by: sealday <sealday@gmail.com> Reviewed-on: daoyoucloud/tachybase#778
34 lines
1002 B
JSON
34 lines
1002 B
JSON
{
|
|
"name": "@nocobase/plugin-kanban",
|
|
"displayName": "Block: Kanban",
|
|
"version": "0.21.17",
|
|
"description": "Provides kanban block.",
|
|
"keywords": [
|
|
"Blocks"
|
|
],
|
|
"homepage": "https://docs.nocobase.com/handbook/block-kanban",
|
|
"license": "AGPL-3.0",
|
|
"main": "dist/server/index.js",
|
|
"devDependencies": {
|
|
"@ant-design/icons": "^5.3.6",
|
|
"@emotion/css": "^11.7.1",
|
|
"@formily/antd-v5": "^1.1.9",
|
|
"@nocobase/schema": "workspace:*",
|
|
"antd": "5.16.1",
|
|
"antd-style": "3.4.5",
|
|
"classnames": "^2.3.1",
|
|
"lodash": "4.17.21",
|
|
"react-beautiful-dnd": "^13.1.0",
|
|
"react-i18next": "^11.15.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@nocobase/client": "workspace:*",
|
|
"@nocobase/server": "workspace:*",
|
|
"@nocobase/test": "workspace:*"
|
|
},
|
|
"description.zh-CN": "提供看板区块。",
|
|
"displayName.zh-CN": "区块:看板",
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/block-kanban"
|
|
}
|