mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 22:49:26 +08:00
chore(block-workbench): update package.json
This commit is contained in:
parent
72e3d0c0ac
commit
e7cdc0daf5
@ -1,6 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "@nocobase/plugin-block-workbench",
|
"name": "@nocobase/plugin-block-workbench",
|
||||||
"version": "1.2.8-alpha",
|
"version": "1.2.8-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",
|
"main": "dist/server/index.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@nocobase/client": "1.x",
|
"@nocobase/client": "1.x",
|
||||||
@ -10,5 +14,8 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"html5-qrcode": "^2.3.8",
|
"html5-qrcode": "^2.3.8",
|
||||||
"react-router-dom": "^6.x"
|
"react-router-dom": "^6.x"
|
||||||
}
|
},
|
||||||
|
"keywords": [
|
||||||
|
"Blocks"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user