nocobase/packages/plugins/@nocobase/plugin-iframe-block/package.json
2023-12-04 11:01:24 +08:00

27 lines
817 B
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 an iframe block on the page to embed and display external web pages or content",
"description.zh-CN": "在页面上创建和管理iframe用于嵌入和展示外部网页或内容",
"version": "0.16.0-alpha.6",
"license": "AGPL-3.0",
"main": "./dist/server/index.js",
"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": "0.x",
"@nocobase/client": "0.x",
"@nocobase/database": "0.x",
"@nocobase/server": "0.x",
"@nocobase/test": "0.x"
}
}