{
  "name": "react-styled-horizontal-timeline",
  "version": "1.0.1",
  "description": "A horizontal timeline component made using react and styled-components",
  "main": "./dist/react-horizontal-timeline.js",
  "directories": {
    "dist": "./dist",
    "src": "./src"
  },
  "scripts": {
    "start": "node tools/server.js",
    "build": "cross-env NODE_ENV=production webpack --config tools/webpack.config.prod.js",
    "build:docs": "cross-env NODE_ENV=production webpack --config tools/webpack.config.docs.js",
    "prepublish": "yarn build",
    "lint": "./node_modules/.bin/eslint --config tools/lint-config.js src/ docs/demo-swipeable-views/src/HorizontalTimelineConfigurator.jsx",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lemankk/react-styled-horizontal-timeline"
  },
  "keywords": [
    "react",
    "timeline",
    "horizontal",
    "react-motion",
    "react-component"
  ],
  "author": "Leman Kwok",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lemankk/react-styled-horizontal-timeline/issues"
  },
  "homepage": "https://github.com/lemankk/react-styled-horizontal-timeline",
  "dependencies": {
    "@babel/plugin-transform-runtime": "^7.1.0",
    "color": "^3.0.0",
    "prop-types": "^15.6.0",
    "react-dimensions": "2.0.0-alpha2",
    "react-icons": "^3.1.0",
    "react-motion": "^0.5.0"
  },
  "devDependencies": {
    "@babel/core": "^7.1.2",
    "@babel/plugin-proposal-class-properties": "^7.1.0",
    "@babel/plugin-transform-react-constant-elements": "^7.0.0",
    "@babel/preset-env": "^7.1.0",
    "@babel/preset-react": "^7.0.0",
    "@babel/register": "^7.0.0",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^23.6.0",
    "babel-loader": "^8.0.4",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.18",
    "bootstrap": "^4.5.2",
    "cross-env": "^5.0.1",
    "css-loader": "^1.0.0",
    "eslint": "^5.6.1",
    "eslint-plugin-react": "^7.1.0",
    "extract-text-webpack-plugin": "^3.0.2",
    "file-loader": "^2.0.0",
    "html-loader": "^0.5.1",
    "jest": "^23.6.0",
    "react": "^16.5.2",
    "react-dom": "^16.5.2",
    "react-swipeable-views": "^0.13.0",
    "react-test-renderer": "^16.5.2",
    "react-transform-hmr": "^1.0.1",
    "regenerator-runtime": "^0.12.1",
    "style-loader": "^0.23.0",
    "styled-components": "^5.0.0",
    "uglifyjs-webpack-plugin": "^2.0.1",
    "url-loader": "^1.0.1",
    "webpack": "^4.5.0",
    "webpack-cli": "^3.1.2",
    "webpack-dev-server": "^3.1.3"
  },
  "peerDependencies": {
    "react": "^16.5.2",
    "react-dom": "^16.5.2",
    "styled-components": "^5.0.0"
  }
}
