UNPKG

@nocobase/plugin-input-copy-button

Version:

A plugin for adding copy button to single-line text fields

19 lines (18 loc) 543 B
/** * This file is part of the NocoBase (R) project. * Copyright (c) 2020-2024 NocoBase Co., Ltd. * Authors: NocoBase Team. * * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License. * For more information, please refer to: https://www.nocobase.com/agreement. */ module.exports = { "@formily/core": "2.3.0", "@formily/react": "2.3.0", "@nocobase/client": "1.7.0-beta.34", "antd": "5.24.2", "lodash": "4.17.21", "react": "18.2.0", "react-i18next": "11.18.6", "@nocobase/server": "1.7.0-beta.34" };