{
  "name": "@nocobase/plugin-block-iframe",
  "displayName": "Block: iframe",
  "displayName.ru-RU": "Блок: iframe",
  "displayName.zh-CN": "区块：iframe",
  "description": "Create an iframe block on the page to embed and display external web pages or content.",
  "description.ru-RU": "Создавайте iframe-блоки и управляйте ими на странице для встраивания и отображения внешних веб-страниц или контента.",
  "description.zh-CN": "在页面上创建和管理iframe，用于嵌入和展示外部网页或内容。",
  "version": "2.2.16",
  "license": "Apache-2.0",
  "main": "./dist/server/index.js",
  "homepage": "https://docs.nocobase.com/handbook/block-iframe",
  "homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/block-iframe",
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/block-iframe",
  "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": "2.x",
    "@nocobase/client": "2.x",
    "@nocobase/client-v2": "2.x",
    "@nocobase/database": "2.x",
    "@nocobase/server": "2.x",
    "@nocobase/test": "2.x"
  },
  "gitHead": "228d1d3cff60d1ef4c91cf5023b20252b7baa0bd",
  "keywords": [
    "Blocks"
  ]
}
