UNPKG

@uiw/react-color-editable-input

Version:
55 lines (54 loc) 1.21 kB
{ "name": "@uiw/react-color-editable-input", "version": "2.5.0", "description": "Color Editable Input", "author": "Kenny Wong <wowohoo@qq.com>", "homepage": "https://uiwjs.github.io/react-color/#/editable-input", "funding": "https://jaywcjlove.github.io/#/sponsor", "sideEffects": false, "main": "cjs/index.js", "module": "esm/index.js", "exports": { ".": { "require": "./cjs/index.js", "import": "./esm/index.js" }, "./*": "./*" }, "repository": { "type": "git", "url": "https://github.com/uiwjs/react-color.git" }, "scripts": { "build": "tsbb build src/*.tsx --use-babel --cjs cjs", "watch": "tsbb watch src/*.tsx --use-babel --cjs cjs" }, "keywords": [ "react", "react-color", "react-component", "color-picker", "colorpicker", "color picker", "colorful", "react-color-editable-input", "editable-input", "editable", "color", "convert" ], "license": "MIT", "files": [ "esm", "cjs", "src" ], "peerDependencies": { "@babel/runtime": ">=7.19.0", "react": ">=16.9.0", "react-dom": ">=16.9.0" }, "devDependencies": { "@babel/runtime": "^7.21.0" } }