@nocobase/plugin-text-copy
Version:
Add copy button to text fields
31 lines (30 loc) • 914 B
JSON
{
"name": "@nocobase/plugin-text-copy",
"version": "1.9.37",
"main": "./dist/server/index.js",
"displayName": "Text copy",
"displayName.ru-RU": "Копирование текста",
"displayName.zh-CN": "文本复制",
"description": "Add copy button to text fields",
"description.ru-RU": "Добавляет кнопку копирования к текстовым полям",
"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": "6a2bcae5326fd67737611a10e69ac2737dd46749"
}