nocobase/packages/plugins/@nocobase/plugin-block-workbench/package.json
2024-11-11 04:15:27 +00:00

24 lines
905 B
JSON

{
"name": "@nocobase/plugin-block-workbench",
"version": "1.4.0-alpha.8",
"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"
]
}