tachybase_todo/packages/plugins/iframe-block/package.json
被雨水过滤的空气-Rain 0fe5b5367a
chore: upgrade antd to 5.7.3 (#2359)
* chore: upgrade antd to 5.7.3

* chore: fix build

* chore: fix build
2023-08-01 11:51:30 +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.5",
"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.27",
"@formily/shared": "^2.2.27",
"@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",
"antd": "^5.7.3",
"react": "^18.2.0",
"react-i18next": "^11.15.1"
}
}