@uiw/react-color-name
Version:
Color Name to Hex
57 lines (56 loc) • 1.2 kB
JSON
{
"name": "@uiw/react-color-name",
"version": "2.4.5",
"description": "Color Name to Hex",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/react-color/#/name",
"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-name",
"name",
"color",
"color-name",
"convert"
],
"license": "MIT",
"files": [
"esm",
"cjs",
"src"
],
"peerDependencies": {
"@babel/runtime": ">=7.19.0"
},
"dependencies": {
"colors-named": "^1.0.1",
"colors-named-hex": "^1.0.1"
},
"devDependencies": {
"@babel/runtime": "^7.21.0"
}
}