@uiw/react-color-circle
Version:
Color swatch component for React.
58 lines (57 loc) • 1.27 kB
JSON
{
"name": "@uiw/react-color-circle",
"version": "2.4.5",
"description": "Color swatch component for React.",
"homepage": "https://uiwjs.github.io/react-color/#/circle",
"funding": "https://jaywcjlove.github.io/#/sponsor",
"author": "Kenny Wong <wowohoo@qq.com>",
"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-circle",
"circle",
"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.4.5",
"@uiw/react-color-swatch": "2.4.5"
},
"devDependencies": {
"@babel/runtime": "^7.21.0"
}
}