@nocobase/plugin-text-copy
Version:
Add copy button to text fields
29 lines (28 loc) • 738 B
JSON
{
"name": "@nocobase/plugin-text-copy",
"version": "1.8.19",
"main": "./dist/server/index.js",
"displayName": "Text copy",
"displayName.zh-CN": "文本复制",
"description": "Add copy button to text fields",
"description.zh-CN": "为文本字段添加复制按钮",
"license": "AGPL-3.0",
"homepage": "https://www.nocobase.com",
"devDependencies": {
"@ant-design/icons": "5.x",
"@formily/react": "2.x",
"antd": "5.x",
"react": "^18.2.0",
"react-i18next": "^11.15.1"
},
"peerDependencies": {
"@nocobase/client": "1.x",
"@nocobase/server": "1.x",
"@nocobase/test": "1.x"
},
"keywords": [
"Clipboard",
"Copy"
],
"gitHead": "0366aabbedcb1a902bc748bfaf144cf0346e5da7"
}