mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 17:31:15 +00:00
24 lines
903 B
JSON
24 lines
903 B
JSON
{
|
|
"name": "@nocobase/plugin-block-workbench",
|
|
"version": "1.4.0-alpha",
|
|
"displayName": "Block: Action panel",
|
|
"displayName.zh-CN": "区块:操作面板",
|
|
"description": "Centrally manages and displays various actions, allowing users to efficiently perform tasks. It supports extensibility, with current action types including pop-ups, links, scanning, and custom requests.",
|
|
"description.zh-CN": "集中管理和展示各种操作,方便用户快速执行任务。支持扩展,目前支持的操作类型有弹窗、链接、扫描、自定义请求。",
|
|
"main": "dist/server/index.js",
|
|
"peerDependencies": {
|
|
"@nocobase/client": "1.x",
|
|
"@nocobase/server": "1.x",
|
|
"@nocobase/test": "1.x"
|
|
},
|
|
"devDependencies": {
|
|
"@ant-design/icons": "^5.x",
|
|
"antd": "^5.x",
|
|
"html5-qrcode": "^2.3.8",
|
|
"react-router-dom": "^6.x"
|
|
},
|
|
"keywords": [
|
|
"Blocks"
|
|
]
|
|
}
|