2022-12-24 16:29:20 +08:00
|
|
|
|
{
|
|
|
|
|
"name": "@nocobase/plugin-iframe-block",
|
2023-05-29 11:06:54 +08:00
|
|
|
|
"displayName": "iframe",
|
|
|
|
|
"displayName.zh-CN": "iframe",
|
2023-09-12 22:39:23 +08:00
|
|
|
|
"description": "Create an iframe block on the page to embed and display external web pages or content",
|
|
|
|
|
"description.zh-CN": "在页面上创建和管理iframe,用于嵌入和展示外部网页或内容",
|
2024-01-30 17:11:37 +08:00
|
|
|
|
"version": "0.19.0-alpha.5",
|
2023-01-11 11:58:47 +08:00
|
|
|
|
"license": "AGPL-3.0",
|
2023-08-02 00:07:52 +08:00
|
|
|
|
"main": "./dist/server/index.js",
|
2024-02-02 12:02:18 +08:00
|
|
|
|
"homepage": "https://docs.nocobase.com/plugins/iframe-block",
|
|
|
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/iframe-block",
|
2022-12-24 16:29:20 +08:00
|
|
|
|
"devDependencies": {
|
2023-08-02 00:07:52 +08:00
|
|
|
|
"@ant-design/icons": "5.x",
|
|
|
|
|
"@formily/react": "2.x",
|
|
|
|
|
"@formily/shared": "2.x",
|
|
|
|
|
"antd": "5.x",
|
2023-07-08 08:29:33 +08:00
|
|
|
|
"react": "^18.2.0",
|
2023-08-02 00:07:52 +08:00
|
|
|
|
"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"
|
2023-12-29 15:49:02 +08:00
|
|
|
|
},
|
2024-02-02 12:02:18 +08:00
|
|
|
|
"gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde",
|
2024-02-05 21:10:48 +08:00
|
|
|
|
"keywords": [
|
|
|
|
|
"Blocks"
|
|
|
|
|
]
|
2022-12-24 16:29:20 +08:00
|
|
|
|
}
|