{
  "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.10.1-alpha.1",
  "license": "AGPL-3.0",
  "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"
  },
  "devDependencies": {
    "react": "^18.2.0",
    "antd": "^4.24.8",
    "@ant-design/icons": "^4.8.0",
    "react-i18next": "^11.15.1",
    "@formily/react": "2.2.26",
    "@formily/shared": "2.2.26",
    "@nocobase/database": "0.10.1-alpha.1",
    "@nocobase/actions": "0.10.1-alpha.1",
    "@nocobase/server": "0.10.1-alpha.1",
    "@nocobase/client": "0.10.1-alpha.1",
    "@nocobase/test": "0.10.1-alpha.1"
  }
}