{
  "name": "@eaze/color-picker",
  "version": "2.0.0",
  "description": "Color Picker",
  "main": "dist/index.js",
  "keywords": [
    "eaze",
    "react"
  ],
  "author": "Eaze",
  "license": "",
  "scripts": {
    "build": "babel src -d dist",
    "build:watch": "babel src --watch -d dist",
    "prepare": "NODE_ENV=production npm run build"
  },
  "dependencies": {
    "@eaze/color": "^2.0.0",
    "react-color": "~2.13.8",
    "styled-jsx": "~2.2.7"
  },
  "devDependencies": {
    "@babel/cli": "~7.4.4",
    "@babel/core": "~7.4.5",
    "@babel/plugin-proposal-class-properties": "~7.4.4",
    "@babel/preset-env": "~7.4.5",
    "@babel/preset-react": "~7.0.0"
  },
  "peerDependencies": {
    "prop-types": "~15.7.2",
    "react": "~16.8.6",
    "react-dom": "~16.8.6"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "766291e754226cfb10093f5aa6681b0e438734c9"
}
