UNPKG

@uiw/react-color-alpha

Version:
59 lines (58 loc) 1.27 kB
{ "name": "@uiw/react-color-alpha", "version": "2.7.3", "description": "Color alpha", "author": "Kenny Wong <wowohoo@qq.com>", "homepage": "https://uiwjs.github.io/react-color/#/alpha", "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-color-alpha", "react-component", "color-picker", "colorpicker", "color picker", "colorful", "color", "alpha", "color", "convert" ], "license": "MIT", "files": [ "esm", "cjs", "src" ], "peerDependencies": { "@babel/runtime": ">=7.19.0", "react": ">=16.9.0", "react-dom": ">=16.9.0" }, "dependencies": { "@uiw/color-convert": "2.7.3", "@uiw/react-drag-event-interactive": "2.7.3" }, "devDependencies": { "@babel/runtime": "^7.21.0" } }