{
  "type": "module",
  "name": "@vtaits/react-color-picker",
  "version": "2.0.0",
  "description": "React Color Picker",
  "files": [
    "dist"
  ],
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./index.css": {
      "import": "./dist/index.css"
    }
  },
  "scripts": {
    "start": "storybook dev -p 6006",
    "build": "tsup src/index.ts --sourcemap --format esm --dts",
    "clean": "rm -rf dist",
    "prepare": "yarn clean && yarn build",
    "lint": "biome check src stories",
    "lint:fix": "biome check src stories --write --unsafe",
    "test": "yarn lint"
  },
  "keywords": [
    "react",
    "react-component",
    "color",
    "picker",
    "color-picker"
  ],
  "dependencies": {
    "@types/tinycolor2": "^1.4.6",
    "classnames": "^2.5.1",
    "tinycolor2": "^1.6.0"
  },
  "devDependencies": {
    "@biomejs/biome": "^1.9.4",
    "@storybook/react-vite": "^9.0.8",
    "@types/react": "^19.1.8",
    "postcss": "^8.5.5",
    "postcss-cli": "^11.0.1",
    "postcss-import": "^16.1.0",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "storybook": "^9.0.8",
    "tsup": "^8.5.0",
    "typescript": "^5.8.3",
    "vite": "^6.3.5",
    "@types/bun": "latest"
  },
  "peerDependencies": {
    "react": "^16.3.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-dom": "^16.3.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "resolutions": {
    "string-width": "^4",
    "jackspeak": "^2",
    "strip-ansi": "^6"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vtaits/react-color-picker.git"
  },
  "bugs": {
    "url": "https://github.com/vtaits/react-color-picker/issues"
  },
  "license": "MIT",
  "author": "Vadim Taits <taizvadim@gmail.com>",
  "packageManager": "yarn@1.22.22"
}
