2022-12-24 08:29:20 +00:00
|
|
|
|
{
|
|
|
|
|
"name": "@nocobase/plugin-iframe-block",
|
2023-05-29 03:06:54 +00:00
|
|
|
|
"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,用于嵌入和展示外部网页或内容。",
|
2023-07-29 12:25:18 +00:00
|
|
|
|
"version": "0.11.1-alpha.5",
|
2023-01-11 03:58:47 +00:00
|
|
|
|
"license": "AGPL-3.0",
|
2023-07-07 06:35:22 +00:00
|
|
|
|
"main": "./lib/server/index.js",
|
|
|
|
|
"files": [
|
|
|
|
|
"lib",
|
|
|
|
|
"src",
|
|
|
|
|
"README.md",
|
|
|
|
|
"README.zh-CN.md",
|
|
|
|
|
"CHANGELOG.md",
|
|
|
|
|
"server.js",
|
|
|
|
|
"server.d.ts",
|
|
|
|
|
"client.js",
|
|
|
|
|
"client.d.ts"
|
|
|
|
|
],
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"react-iframe": "~1.8.5"
|
|
|
|
|
},
|
2022-12-24 08:29:20 +00:00
|
|
|
|
"devDependencies": {
|
2023-07-08 00:26:27 +00:00
|
|
|
|
"@ant-design/icons": "^5.1.4",
|
2023-07-29 12:24:07 +00:00
|
|
|
|
"@formily/react": "^2.2.27",
|
|
|
|
|
"@formily/shared": "^2.2.27",
|
2023-07-29 12:25:18 +00:00
|
|
|
|
"@nocobase/actions": "0.11.1-alpha.5",
|
|
|
|
|
"@nocobase/client": "0.11.1-alpha.5",
|
|
|
|
|
"@nocobase/database": "0.11.1-alpha.5",
|
|
|
|
|
"@nocobase/server": "0.11.1-alpha.5",
|
|
|
|
|
"@nocobase/test": "0.11.1-alpha.5",
|
2023-07-08 00:29:33 +00:00
|
|
|
|
"antd": "^5.6.4",
|
|
|
|
|
"react": "^18.2.0",
|
|
|
|
|
"react-i18next": "^11.15.1"
|
2022-12-24 08:29:20 +00:00
|
|
|
|
}
|
|
|
|
|
}
|