{
  "name": "@mailtop/horizontal-timeline",
  "version": "2.1.4",
  "description": "Horizontal timeline component",
  "keywords": [
    "react",
    "material-ui",
    "timeline",
    "horizontal timeline"
  ],
  "homepage": "https://github.com/mailtop/horizontal-timeline",
  "bugs": {
    "url": "https://github.com/mailtop/horizontal-timeline/issues"
  },
  "main": "dist/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "webpack-dev-server --mode development",
    "transpile": "babel src -d dist --copy-files",
    "prepublishOnly": "yarn transpile"
  },
  "author": {
    "name": "Guilherme Holz",
    "email": "guilhermeoholz@gmail.com"
  },
  "contributors": [
    {
      "name": "Rodrigo Ávila",
      "email": "rodrigo@avila.net.br",
      "url": "https://www.avila.net.br"
    }
  ],
  "license": "MIT",
  "peerDependencies": {
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "react-perfect-scrollbar": "^1.5.3"
  },
  "devDependencies": {
    "@babel/cli": "^7.10.5",
    "@babel/core": "^7.11.1",
    "@babel/preset-env": "^7.11.0",
    "@babel/preset-react": "^7.10.4",
    "babel-eslint": "^10.1.0",
    "babel-loader": "8.1.0",
    "css-loader": "^4.2.1",
    "eslint": "^7.6.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-config-react-app": "^5.2.1",
    "eslint-plugin-flowtype": "^5.2.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-prettier": "^3.1.4",
    "eslint-plugin-react": "^7.20.5",
    "file-loader": "^6.0.0",
    "html-webpack-plugin": "^4.3.0",
    "prettier": "^2.0.5",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "react-icons": "^3.10.0",
    "react-perfect-scrollbar": "^1.5.3",
    "style-loader": "^1.2.1",
    "webpack": "^4.44.1",
    "webpack-cli": "^3.3.12",
    "webpack-dev-server": "^3.11.0"
  },
  "dependencies": {
    "@material-ui/core": "4.11.0",
    "clsx": "^1.1.1",
    "is-react": "^1.4.1"
  }
}
