{
  "name": "@sibipro/caffeine",
  "version": "1.10.0",
  "private": false,
  "browserslist": {
    "production": [
      ">0.2%, not dead, not op_mini all, not chrome < 70, not ff < 57, not ie < 12, not safari < 11, not samsung < 9, not and_uc < 100, not Android < 100, not kaios < 100"
    ],
    "development": [
      "last 1 edge version",
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "dependencies": {
    "@babel/runtime": "7.11.2",
    "@material-ui/core": "4.11.2",
    "@material-ui/icons": "4.11.2",
    "@material-ui/styles": "4.11.2",
    "clsx": "1.1.1",
    "tiny-warning": "1.0.3"
  },
  "peerDependencies": {
    "prop-types": "^15.7.2",
    "react": "^16.8.6",
    "react-dom": "^16.8.6"
  },
  "main": "./index.js",
  "module": "./esm/index.js",
  "typings": "./index.d.ts"
}