{
  "name": "@dlab/react-photoswipe",
  "version": "1.3.4",
  "description": "PhotoSwipe, PhotoSwipeGallery component for ReactJS base on PhotoSwipe.",
  "main": "dist/@dlab/react-photoswipe.js",
  "scripts": {
    "start": "set NODE_ENV=development&&babel-node example/webpack.server.js --hot",
    "lint": "set NODE_ENV=development&&eslint .",
    "build": "set NODE_ENV=production&&gulp build"
  },
  "keywords": [
    "react-component",
    "react",
    "component",
    "react-photoswipe",
    "photoswipe",
    "gallery"
  ],
  "dependencies": {
    "classnames": "^2.2.3",
    "lodash.pick": "^4.2.1",
    "natives": "^1.1.6",
    "photoswipe": "^4.1.3",
    "prop-types": "^15.5.10"
  },
  "devDependencies": {
    "@babel/register": "^7.4.4",
    "autoprefixer": "^7.0.1",
    "babel-cli": "^6.8.0",
    "babel-core": "^6.8.0",
    "babel-eslint": "^7.1.1",
    "babel-loader": "^7.0.0",
    "babel-plugin-add-module-exports": "^0.2.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-preset-env": "^1.2.2",
    "babel-preset-react": "^6.24.1",
    "babel-register": "^6.26.0",
    "bootstrap": "^3.3.7",
    "camelcase": "^4.1.0",
    "clean-webpack-plugin": "^0.1.9",
    "cross-env": "^4.0.0",
    "css-loader": "^0.28.0",
    "cssnano": "^3.5.2",
    "del": "^3.0.0",
    "eslint": "^3.15.0",
    "eslint-config-airbnb": "^15.0.1",
    "eslint-loader": "^1.3.0",
    "eslint-plugin-import": "^2.3.0",
    "eslint-plugin-jsx-a11y": "^5.0.3",
    "eslint-plugin-react": "^7.0.1",
    "express": "^4.15.3",
    "extract-text-webpack-plugin": "^2.1.0",
    "file-loader": "^0.11.1",
    "flux": "^3.1.2",
    "globby": "^6.1.0",
    "gulp": "^3.9.1",
    "gulp-babel": "^6.1.2",
    "gulp-concat": "^2.6.1",
    "gulp-postcss": "^7.0.0",
    "gulp-replace": "^0.5.4",
    "gulp-sass": "^3.1.0",
    "html-webpack-plugin": "^2.28.0",
    "http-proxy": "^1.16.2",
    "node-sass": "4.9.3",
    "postcss-loader": "^2.0.5",
    "react": "^15.5.4",
    "react-dom": "^15.5.4",
    "react-hot-loader": "^1.3.1",
    "react-router-dom": "^4.1.1",
    "run-sequence": "^1.2.2",
    "sass-loader": "^6.0.1",
    "style-loader": "^0.18.2",
    "webpack": "^2.2.1",
    "webpack-dev-middleware": "^1.6.1",
    "webpack-hot-middleware": "^2.10.0",
    "webpack-stream": "^3.2.0"
  },
  "directories": {
    "example": "example",
    "lib": "lib"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vildehav/react-photoswipe.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/vildehav/react-photoswipe/issues"
  },
  "homepage": "https://github.com/vildehav/react-photoswipe#readme"
}
