{
  "name": "react-colorify",
  "version": "0.2.4",
  "description": "A compact gradient and color picker library optimized for React, offering a fast and lag-free color selection experience with highly customizable options.",
  "keywords": [
    "react",
    "color",
    "picker",
    "gradient",
    "picker",
    "gradient",
    "color",
    "picker",
    "hex",
    "rgba",
    "color picker",
    "color-picker",
    "react-color-picker",
    "react color picker"
  ],
  "license": "MIT",
  "author": "Sunny Bundel",
  "type": "module",
  "source": "./src/index.tsx",
  "main": "./dist/index.umd.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.umd.cjs"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sunnybundel/react-colorify.git"
  },
  "bugs": {
    "url": "https://github.com/sunnybundel/react-colorify/issues"
  },
  "scripts": {
    "build-rollup": "rollup -c",
    "yalc-push": "npx yalc push",
    "build": "npm run clean && npm run build-rollup && npm run yalc-push",
    "clean": "rm -rf dist",
    "lint": "eslint ."
  },
  "dependencies": {
    "react-colorful": "^5.6.1"
  },
  "peerDependencies": {
    "react": ">=16.14.0",
    "react-dom": ">=16.14.0"
  },
  "devDependencies": {
    "@babel/preset-react": "^7.27.1",
    "@eslint/js": "^9.20.0",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^28.0.3",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@rollup/plugin-replace": "^6.0.2",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.1.2",
    "@types/react": "^18.3.21",
    "@types/react-dom": "^18.3.7",
    "@typescript-eslint/eslint-plugin": "^8.32.1",
    "@typescript-eslint/parser": "^8.32.1",
    "autoprefixer": "^10.4.21",
    "babel-core": "^6.26.3",
    "babel-loader": "^10.0.0",
    "eslint": "^9.27.0",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-jest": "^28.11.0",
    "eslint-plugin-react-hooks": "^5.2.0",
    "eslint-plugin-simple-import-sort": "^12.1.1",
    "globals": "^16.1.0",
    "postcss": "^8.5.3",
    "rollup": "^4.40.2",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "sass": "^1.89.0",
    "tslib": "^2.8.1",
    "typescript": "^5.7.3"
  }
}
