{
  "name": "@mekari/pixel-color-picker",
  "description": "Mekari Pixel | Color picker let the user select a color",
  "version": "0.0.20",
  "homepage": "https://mekari.design/",
  "repository": {
    "type": "git",
    "url": "git+https://bitbucket.org/mid-kelola-indonesia/pixel-next.git"
  },
  "license": "LGPL-3.0",
  "author": "Ahmad Zakiy <ahmad.zakiy@mekari.com>",
  "sideEffects": false,
  "main": "dist/mekari-pixel-color-picker.cjs.js",
  "module": "dist/mekari-pixel-color-picker.esm.js",
  "files": [
    "dist",
    "src",
    "types"
  ],
  "scripts": {
    "build": "preconstruct build",
    "dev": "preconstruct dev",
    "clean": "rimraf ./dist",
    "test": "jest"
  },
  "dependencies": {
    "@mekari/pixel-box": "0.2.3",
    "@mekari/pixel-button-icon": "0.8.39",
    "@mekari/pixel-divider": "0.2.5",
    "@mekari/pixel-flex": "0.2.3",
    "@mekari/pixel-icon": "0.12.16",
    "@mekari/pixel-input": "0.5.39",
    "@mekari/pixel-popover": "0.8.42",
    "@mekari/pixel-text": "0.2.3",
    "@mekari/pixel-utils": "0.6.1",
    "clamp": "^1.0.1",
    "lodash.throttle": "^4.0.0",
    "tinycolor2": "^1.1.2"
  },
  "devDependencies": {
    "vue": "^2.6.12"
  },
  "peerDependencies": {
    "@emotion/css": "^11.0.0",
    "vue": ">=2.6.10"
  },
  "publishConfig": {
    "access": "public"
  },
  "bundle-phobia": {
    "max-size": "85KB",
    "max-overall-size": "85KB"
  }
}
