{
  "name": "material-scrollbars",
  "version": "1.0.2",
  "license": "MIT",
  "scripts": {
    "nx": "nx",
    "start": "nx serve",
    "build": "nx build",
    "test": "nx test",
    "lint": "nx workspace-lint && nx lint",
    "e2e": "nx e2e",
    "affected:apps": "nx affected:apps",
    "affected:libs": "nx affected:libs",
    "affected:build": "nx affected:build",
    "affected:e2e": "nx affected:e2e",
    "affected:test": "nx affected:test",
    "affected:lint": "nx affected:lint",
    "affected:dep-graph": "nx affected:dep-graph",
    "affected": "nx affected",
    "format": "nx format:write",
    "format:write": "nx format:write",
    "format:check": "nx format:check",
    "update": "nx migrate latest",
    "workspace-schematic": "nx workspace-schematic",
    "dep-graph": "nx dep-graph",
    "help": "nx help"
  },
  "dependencies": {
    "@material-ui/core": "4.11.0",
    "@material-ui/lab": "4.0.0-alpha.56",
    "@seznam/compose-react-refs": "1.0.4",
    "clsx": "1.1.1",
    "lodash": "4.17.20",
    "overlayscrollbars": "1.13.0",
    "overlayscrollbars-react": "0.2.2",
    "react": "16.13.1",
    "react-dom": "16.13.1"
  },
  "devDependencies": {
    "@babel/core": "7.9.6",
    "@babel/preset-env": "7.9.6",
    "@babel/preset-react": "7.9.4",
    "@babel/preset-typescript": "7.9.0",
    "@material-ui/core": "4.11.0",
    "@nrwl/cli": "10.3.0",
    "@nrwl/eslint-plugin-nx": "10.3.0",
    "@nrwl/jest": "10.3.0",
    "@nrwl/react": "10.3.0",
    "@nrwl/storybook": "10.3.0",
    "@nrwl/workspace": "10.3.0",
    "@storybook/addon-knobs": "6.0.26",
    "@storybook/react": "6.0.26",
    "@svgr/webpack": "5.4.0",
    "@types/jest": "26.0.8",
    "@types/lodash": "4.14.161",
    "@types/node": "8.9.5",
    "@types/overlayscrollbars": "1.12.0",
    "@types/react": "16.9.51",
    "@types/react-dom": "16.9.8",
    "@types/webpack": "4.41.21",
    "@typescript-eslint/eslint-plugin": "4.3.0",
    "@typescript-eslint/parser": "4.3.0",
    "babel-jest": "26.2.2",
    "babel-loader": "8.1.0",
    "babel-plugin-lodash": "3.3.4",
    "dotenv": "6.2.0",
    "eslint": "7.10.0",
    "eslint-config-prettier": "6.0.0",
    "jest": "26.2.2",
    "prettier": "2.0.4",
    "react": "16.13.1",
    "react-dom": "16.13.1",
    "ts-jest": "26.4.0",
    "ts-node": "7.0.1",
    "tslint": "6.0.0",
    "typescript": "4.0.3",
    "url-loader": "3.0.0"
  },
  "description": "Tiny React wrapper around awesome [OverlayScrollbars plugin](https://kingsora.github.io/OverlayScrollbars/#!overview) for more convenient usage with [Material-UI](https://material-ui.com/) applications. OverlayScrollbars is a javascript scrollbar plugin that hides native scrollbars, provides custom styleable overlay scrollbars, and keeps the native functionality and feeling. It enables us to implement stylish scrollbars with consistent appearance across browsers and platforms, and make our UI/UX designers happy.",
  "main": "jest.config.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vdjurdjevic/material-scrollbars.git"
  },
  "author": "vdjurdjevic",
  "bugs": {
    "url": "https://github.com/vdjurdjevic/material-scrollbars/issues"
  },
  "homepage": "https://github.com/vdjurdjevic/material-scrollbars#readme"
}
