{
  "name": "@uiw/react-color-chrome",
  "version": "2.9.6",
  "description": "Color Github Picker",
  "author": "Kenny Wong <wowohoo@qq.com>",
  "homepage": "https://uiwjs.github.io/react-color/#/chrome",
  "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",
    "color",
    "react-color-chrome",
    "chrome",
    "picker",
    "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.9.6",
    "@uiw/react-color-alpha": "2.9.6",
    "@uiw/react-color-editable-input": "2.9.6",
    "@uiw/react-color-editable-input-hsla": "2.9.6",
    "@uiw/react-color-editable-input-rgba": "2.9.6",
    "@uiw/react-color-github": "2.9.6",
    "@uiw/react-color-hue": "2.9.6",
    "@uiw/react-color-saturation": "2.9.6"
  },
  "devDependencies": {
    "@babel/runtime": "^7.21.0"
  }
}
