mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 15:35:28 +00:00
25 lines
716 B
JSON
25 lines
716 B
JSON
{
|
|
"name": "@nocobase/plugin-kanban",
|
|
"version": "1.2.11-alpha",
|
|
"main": "dist/server/index.js",
|
|
"homepage": "https://docs.nocobase.com/handbook/block-kanban",
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/block-kanban",
|
|
"license": "AGPL-3.0",
|
|
"displayName": "Block: Kanban",
|
|
"displayName.zh-CN": "区块:看板",
|
|
"description": "Provides kanban block.",
|
|
"description.zh-CN": "提供看板区块。",
|
|
"peerDependencies": {
|
|
"@nocobase/client": "1.x",
|
|
"@nocobase/server": "1.x",
|
|
"@nocobase/test": "1.x"
|
|
},
|
|
"devDependencies": {
|
|
"react-intersection-observer": "^9.8.1"
|
|
},
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
|
|
"keywords": [
|
|
"Blocks"
|
|
]
|
|
}
|