mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 12:56:13 +00:00
24 lines
734 B
JSON
24 lines
734 B
JSON
{
|
|
"name": "@nocobase/plugin-block-workbench",
|
|
"version": "1.3.2-beta",
|
|
"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"
|
|
]
|
|
}
|