nocobase/packages/plugins/iframe-block/package.json
2023-07-22 12:50:04 +08:00

38 lines
1.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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.11.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": {
"@ant-design/icons": "^5.1.4",
"@formily/react": "2.2.26",
"@formily/shared": "2.2.26",
"@nocobase/actions": "0.11.1-alpha.1",
"@nocobase/client": "0.11.1-alpha.1",
"@nocobase/database": "0.11.1-alpha.1",
"@nocobase/server": "0.11.1-alpha.1",
"@nocobase/test": "0.11.1-alpha.1",
"antd": "^5.6.4",
"react": "^18.2.0",
"react-i18next": "^11.15.1"
}
}