{
  "author": {
    "name": "Reagentum team"
  },
  "dependencies": {
    "@emotion/memoize": "^0.7.1",
    "@rea-hole/icons": "^0.0.46",
    "@tippy.js/react": "^3.1.1",
    "@types/autosize": "^3.0.6",
    "@types/autosuggest-highlight": "^3.1.0",
    "@types/history": "^4.7.2",
    "@types/lodash.range": "^3.2.5",
    "@types/node": "^10.12.18",
    "@types/react": "^16.8.5",
    "@types/react-autosuggest": "^9.3.6",
    "@types/react-click-outside": "^3.0.2",
    "@types/react-datepicker": "^2.0.3",
    "@types/react-dom": "^16.8.2",
    "@types/react-modal": "^3.8.2",
    "@types/react-outside-click-handler": "^1.2.0",
    "@types/react-router": "^4.4.3",
    "@types/react-select": "^3.0.10",
    "@types/react-text-mask": "^5.4.4",
    "@types/react-textarea-autosize": "^4.3.4",
    "@types/react-window": "^1.8.1",
    "@types/styled-components": "^4.1.4",
    "@types/uuid": "^3.4.6",
    "autosize": "^4.0.2",
    "autosuggest-highlight": "^3.1.1",
    "codemirror": "^5.42.2",
    "date-fns": "^2.0.0-alpha.27",
    "events": "^3.0.0",
    "libphonenumber-js": "^1.7.15",
    "lodash.range": "^3.2.0",
    "mobile-detect": "1.4.3",
    "moment": "^2.23.0",
    "polished": "3.0.0",
    "qs": "^6.6.0",
    "react-autosuggest": "^9.4.3",
    "react-calendar": "^2.17.5",
    "react-click-outside": "^3.0.1",
    "react-datepicker": "^2.1.0",
    "react-dropzone": "10.1.5",
    "react-modal": "^3.9.1",
    "react-outside-click-handler": "^1.3.0",
    "react-select": "^3.1.0",
    "react-text-mask": "^5.4.3",
    "react-textarea-autosize": "^7.1.0",
    "react-tiny-popover": "4.0.0",
    "react-window": "^1.8.5",
    "styled-components": "^4.1.3",
    "text-mask-addons": "^3.8.0",
    "uuid": "^3.3.3"
  },
  "description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
  "directories": {
    "lib": "lib"
  },
  "keywords": [
    "react",
    "react-component"
  ],
  "license": "MIT",
  "main": "umd/components/index.js",
  "module": "esm/components/index.js",
  "name": "@rea-hole/core",
  "peerDependencies": {
    "react": "^16.9.0",
    "react-dom": "^16.8.3"
  },
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "tsc": "npm run tslint && tsc && tsc --outDir '../../publish-components/umd' --module 'UMD' --resolveJsonModule false && tsc --outDir '../../publish-components/types' --emitDeclarationOnly true --declaration true --allowJs false --isolatedModules false",
    "tslint": "../../node_modules/.bin/tslint -p tsconfig.json './**/*.{.d.ts,ts,tsx}'"
  },
  "sideEffects": [
    "*.css"
  ],
  "types": "types/components/index.d.ts",
  "version": "3.0.11"
}