{
  "name": "@wp-g2/components",
  "version": "0.0.164",
  "description": "React components for G2 Components.",
  "main": "dist/cjs/index.js",
  "module": "dist/es/index.js",
  "sideEffects": false,
  "types": "types",
  "scripts": {
    "clean": "rm -rf dist",
    "build:es": "BUILD_FORMAT=es zero build -d dist/es",
    "build:cjs": "BUILD_FORMAT=cjs zero build -d dist/cjs",
    "build": "npm run build:cjs && npm run build:es -- --no-clean",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Jon Quach <hello@jonquach.com> (https://jonquach.com)",
  "license": "MIT",
  "dependencies": {
    "@popperjs/core": "^2.5.4",
    "@wp-g2/context": "^0.0.164",
    "@wp-g2/styles": "^0.0.164",
    "@wp-g2/utils": "^0.0.164",
    "csstype": "^3.0.3",
    "downshift": "^6.0.15",
    "framer-motion": "^2.1.0",
    "highlight-words-core": "^1.2.2",
    "history": "^4.9.0",
    "lodash": "^4.17.19",
    "path-to-regexp": "^1.7.0",
    "react-colorful": "4.4.4",
    "react-textarea-autosize": "^8.2.0",
    "react-use-gesture": "^9.0.0",
    "reakit": "^1.3.4"
  },
  "devDependencies": {
    "@emotion/jest": "^11.0.0",
    "@types/highlight-words-core": "^1.2.0",
    "@types/react": "^16.9.46",
    "@wp-g2/icons": "^0.0.164",
    "@wp-g2/protokit": "^0.0.164",
    "react-beautiful-dnd": "^13.0.0",
    "react-dnd": "^11.1.3",
    "react-dnd-html5-backend": "^11.1.3",
    "react-frame-component": "^4.1.3",
    "react-number-format": "^4.4.1",
    "react-router-dom": "^5.2.0",
    "react-sortable-hoc": "^1.11.0",
    "sortablejs": "^1.10.2"
  },
  "peerDependencies": {
    "@wordpress/i18n": ">=3.17.0",
    "@wordpress/icons": ">=2.9",
    "react": "^16.13.1",
    "react-dom": "^16.13.1"
  },
  "gitHead": "60816e28df2ea7910997390ba16cd1d2d54c3197"
}
