@nocobase/plugin-text-copy
Version:
Add copy button to text fields
32 lines (31 loc) • 950 B
JSON
{
"name": "@nocobase/plugin-text-copy",
"version": "2.1.23",
"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": "Apache-2.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": "2.x",
"@nocobase/client-v2": "2.x",
"@nocobase/server": "2.x",
"@nocobase/test": "2.x"
},
"keywords": [
"Clipboard",
"Copy"
],
"gitHead": "ae4b0097a6c5e4a1347431a5fde24676032ce0ce"
}