2022-12-24 16:29:20 +08:00
|
|
|
|
{
|
2024-05-24 01:06:06 +08:00
|
|
|
|
"name": "@tachybase/plugin-iframe-block",
|
2024-02-22 23:13:31 +08:00
|
|
|
|
"displayName": "Block: iframe",
|
2024-07-25 13:07:09 +08:00
|
|
|
|
"version": "0.21.78",
|
2024-02-22 23:13:31 +08:00
|
|
|
|
"description": "Create an iframe block on the page to embed and display external web pages or content.",
|
2024-04-01 13:39:44 +08:00
|
|
|
|
"keywords": [
|
|
|
|
|
"Blocks"
|
|
|
|
|
],
|
2024-05-23 12:50:54 +08:00
|
|
|
|
"license": "Apache-2.0",
|
2023-08-02 00:07:52 +08:00
|
|
|
|
"main": "./dist/server/index.js",
|
2022-12-24 16:29:20 +08:00
|
|
|
|
"devDependencies": {
|
2024-06-13 04:37:42 +08:00
|
|
|
|
"@ant-design/icons": "~5.3.7",
|
2024-04-29 21:41:13 +08:00
|
|
|
|
"@tachybase/schema": "workspace:*",
|
2024-07-09 15:37:07 +08:00
|
|
|
|
"antd": "5.19.1",
|
2024-06-13 04:37:42 +08:00
|
|
|
|
"react": "^18.3.1",
|
2024-06-20 11:11:18 +08:00
|
|
|
|
"react-i18next": "^14.1.2",
|
2023-08-02 00:07:52 +08:00
|
|
|
|
"react-iframe": "~1.8.5"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
2024-05-08 16:20:31 +08:00
|
|
|
|
"@tachybase/actions": "workspace:*",
|
|
|
|
|
"@tachybase/client": "workspace:*",
|
|
|
|
|
"@tachybase/database": "workspace:*",
|
|
|
|
|
"@tachybase/server": "workspace:*",
|
|
|
|
|
"@tachybase/test": "workspace:*"
|
2023-12-29 15:49:02 +08:00
|
|
|
|
},
|
2024-04-01 13:39:44 +08:00
|
|
|
|
"description.zh-CN": "在页面上创建和管理iframe,用于嵌入和展示外部网页或内容。",
|
2024-05-24 13:06:59 +08:00
|
|
|
|
"displayName.zh-CN": "区块:iframe"
|
2022-12-24 16:29:20 +08:00
|
|
|
|
}
|