nocobase/packages/plugins/@nocobase/plugin-block-workbench/package.json

24 lines
736 B
JSON
Raw Normal View History

{
"name": "@nocobase/plugin-block-workbench",
"version": "1.2.14-alpha",
"displayName": "Block: Workbench",
"displayName.zh-CN": "区块:工作台",
"description": "Add buttons for actions, links, etc. in the workbench block to quickly initiate actions and jump pages.",
"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"
]
}