{
  "name": "react-menu-window",
  "description": "",
  "version": "1.3.0",
  "license": "MIT",
  "files": [
    "dist-*/",
    "bin/"
  ],
  "pika": true,
  "sideEffects": false,
  "keywords": [
    "react",
    "contextmenu",
    "context",
    "right click",
    "menu"
  ],
  "homepage": "https://github.com/erictooth/react-menu-window/blob/master/README.md",
  "bugs": {
    "url": "https://github.com/erictooth/react-menu-window/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/erictooth/react-menu-window.git"
  },
  "dependencies": {
    "reakit": "^1.0.0-beta.4"
  },
  "peerDependencies": {
    "react": "^16.8.0",
    "react-dom": "^16.8.0"
  },
  "devDependencies": {
    "@erictooth/eslint-config": "^1.1.2",
    "@erictooth/prettier-config": "^2.0.0",
    "@pika/pack": "^0.4.0",
    "@pika/plugin-build-node": "^0.4.0",
    "@pika/plugin-build-umd": "^0.4.0",
    "@pika/plugin-build-web": "^0.4.0",
    "@pika/plugin-ts-standard-pkg": "^0.4.0",
    "@storybook/addon-storysource": "^5.1.9",
    "@storybook/react": "^5.1.9",
    "@testing-library/react": "^8.0.4",
    "@types/react": "^16.8.23",
    "@types/storybook__react": "^4.0.2",
    "@typescript-eslint/parser": "^1.11.0",
    "awesome-typescript-loader": "^5.2.1",
    "babel-loader": "^8.0.6",
    "eslint": "^6.0.1",
    "jest": "^24.8.0",
    "jest-dom": "^3.5.0",
    "prettier": "^1.18.2",
    "react": "^16.8.0",
    "react-docgen-typescript-loader": "^3.1.0",
    "react-dom": "^16.8.0",
    "typescript": "^3.5.3"
  },
  "source": "dist-src/index.js",
  "types": "dist-types/index.d.ts",
  "module": "dist-web/index.js",
  "main": "dist-node/index.js",
  "umd:main": "dist-umd/index.js"
}
