2024-06-12 01:40:14 +00:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-block-workbench",
|
2024-11-06 07:38:51 +00:00
|
|
|
"version": "1.3.45-beta",
|
2024-06-26 01:50:31 +00:00
|
|
|
"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": "在工作台区块中添加操作、链接等按钮,以便快捷发起操作和跳转页面。",
|
2024-06-12 01:40:14 +00:00
|
|
|
"main": "dist/server/index.js",
|
|
|
|
"peerDependencies": {
|
|
|
|
"@nocobase/client": "1.x",
|
|
|
|
"@nocobase/server": "1.x",
|
|
|
|
"@nocobase/test": "1.x"
|
2024-06-12 09:47:43 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-06-30 02:09:46 +00:00
|
|
|
"@ant-design/icons": "^5.x",
|
|
|
|
"antd": "^5.x",
|
2024-06-12 09:47:43 +00:00
|
|
|
"html5-qrcode": "^2.3.8",
|
|
|
|
"react-router-dom": "^6.x"
|
2024-06-26 01:50:31 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"Blocks"
|
|
|
|
]
|
2024-06-12 01:40:14 +00:00
|
|
|
}
|