mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 21:57:34 +00:00
27 lines
838 B
JSON
27 lines
838 B
JSON
{
|
||
"name": "@nocobase/plugin-iframe-block",
|
||
"displayName": "iframe",
|
||
"displayName.zh-CN": "iframe",
|
||
"description": "create and manage IFrame blocks on the page for embedding and displaying external web pages or content.",
|
||
"description.zh-CN": "在页面上创建和管理iframe,用于嵌入和展示外部网页或内容。",
|
||
"version": "0.12.0-alpha.2",
|
||
"license": "AGPL-3.0",
|
||
"main": "./dist/server/index.js",
|
||
"devDependencies": {
|
||
"@ant-design/icons": "5.x",
|
||
"@formily/react": "2.x",
|
||
"@formily/shared": "2.x",
|
||
"antd": "5.x",
|
||
"react": "^18.2.0",
|
||
"react-i18next": "^11.15.1",
|
||
"react-iframe": "~1.8.5"
|
||
},
|
||
"peerDependencies": {
|
||
"@nocobase/actions": "0.x",
|
||
"@nocobase/client": "0.x",
|
||
"@nocobase/database": "0.x",
|
||
"@nocobase/server": "0.x",
|
||
"@nocobase/test": "0.x"
|
||
}
|
||
}
|