{
  "name": "react-images-maintained",
  "version": "2.0.4",
  "description": "A mobile-friendly, highly customizable, carousel component for displaying media in ReactJS",
  "main": "lib/index.js",
  "jsnext:main": "dist/react-images.es.js",
  "module": "dist/react-images.es.js",
  "types": "./index.d.ts",
  "author": "David Wheatley <davidwheatley03@gmail.com>",
  "repository": {
    "url": "https://github.com/davwheat/react-images"
  },
  "bugs": {
    "url": "https://github.com/davwheat/react-images/issues"
  },
  "homepage": "https://davwheat.github.io/react-images/",
  "license": "MIT",
  "keywords": [
    "react",
    "images",
    "carousel",
    "lightbox",
    "gallery",
    "modal"
  ],
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-eslint": "^8.2.6",
    "babel-loader": "^7.1.5",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
    "babel-preset-env": "^1.6.1",
    "babel-preset-react": "^6.24.1",
    "copy-webpack-plugin": "^4.6.0",
    "css-loader": "^0.28.11",
    "dotenv": "^5.0.1",
    "eslint": "^4.19.1",
    "eslint-plugin-react": "^7.3.0",
    "flow-bin": "^0.63.1",
    "gh-pages": "^1.2.0",
    "html-webpack-plugin": "^2.30.1",
    "istanbul": "^0.4.5",
    "lint-staged": "^6.1.1",
    "nps": "^5.7.1",
    "nps-utils": "^1.3.0",
    "react": "^16.2.0",
    "react-dom": "^16.2.0",
    "react-helmet": "^5.2.0",
    "react-lorem-component": "^0.12.2",
    "react-router-dom": "^4.3.1",
    "react-syntax-highlighter": "^7.0.4",
    "rollup": "^0.53.4",
    "rollup-plugin-babel": "^3.0.7",
    "rollup-plugin-commonjs": "^8.4.1",
    "rollup-plugin-node-resolve": "^3.4.0",
    "rollup-plugin-replace": "^2.0.0",
    "rollup-plugin-uglify": "^2.0.1",
    "style-loader": "^0.20.3",
    "uglify-es": "^3.0.28",
    "webpack": "^3.12.0",
    "webpack-dev-server": "^2.11.5"
  },
  "dependencies": {
    "a11y-focus-store": "^1.0.0",
    "cross-env": "^6.0.3",
    "glam": "^5.0.1",
    "raf-schd": "^2.1.2",
    "react-full-screen": "^0.2.4",
    "react-scrolllock": "^4.0.1",
    "react-transition-group": "^2.9.0",
    "react-view-pager": "^0.6.0"
  },
  "peerDependencies": {
    "react": "^15.3.0 || ^16.12.0",
    "react-dom": "^15.3.0 || ^16.12.0"
  },
  "scripts": {
    "build": "nps build",
    "watch": "nps build.watch",
    "delete": "rm -rf node_modules",
    "lint": "eslint .",
    "deploy": "cross-env NODE_ENV=production nps publish",
    "start": "webpack-dev-server --progress",
    "precommit": "flow check && lint-staged"
  },
  "files": [
    "dist",
    "lib",
    "src"
  ],
  "lint-staged": {
    "*.js": "eslint"
  }
}
