{
    "name": "react-lightgallery",
    "version": "0.9.0",
    "description": "React wrapper for https://github.com/sachinchoolur/lightgallery.js",
    "keywords": [
        "react",
        "gallery",
        "image-gallery",
        "lightbox",
        "lightgallery.js",
        "lg-zoom.js",
        "lg-thumbnail.js",
        "lg-video.js",
        "lightgallery"
    ],
    "main": "dist/index.js",
    "scripts": {
        "build": "NODE_ENV=production yarn rollup -c ./rollup.config.js",
        "build:example": "NODE_ENV=production yarn rollup -c ./rollup.config.js",
        "start": "yarn rollup --watch -c ./rollup.config.js",
        "start:example": "parcel serve --out-dir ./.example_dist ./example/index.html",
        "lint": "yarn eslint ./"
    },
    "author": "vlzh",
    "repository": "https://github.com/VLZH/react-lightgallery.git",
    "license": "MIT",
    "dependencies": {
        "browser-or-node": "^1.3.0",
        "hoist-non-react-statics": "^3.3.2",
        "lg-autoplay.js": "^1.2.0",
        "lg-fullscreen.js": "^1.2.0",
        "lg-hash.js": "^1.0.0",
        "lg-pager.js": "^1.0.0",
        "lg-share.js": "^1.3.0",
        "lg-thumbnail.js": "^1.2.0",
        "lg-video.js": "^1.2.0",
        "lg-zoom.js": "^1.2.0",
        "lightgallery.js": "^1.2.0",
        "lodash": "^4.17.15",
        "prop-types": "^15.7.2",
        "uniqid": "^5.2.0"
    },
    "devDependencies": {
        "@babel/core": "^7.10.2",
        "@babel/plugin-proposal-class-properties": "^7.10.1",
        "@babel/plugin-syntax-dynamic-import": "^7.8.3",
        "@babel/preset-env": "^7.10.2",
        "@babel/preset-react": "^7.10.1",
        "babel-eslint": "10.1.0",
        "eslint": "^7.2.0",
        "eslint-config-prettier": "^6.11.0",
        "eslint-plugin-import": "^2.21.2",
        "eslint-plugin-prettier": "^3.1.3",
        "eslint-plugin-react": "^7.20.0",
        "husky": "^4.2.5",
        "parcel-bundler": "^1.12.3",
        "prettier": "^2.0.5",
        "react": "^16.13.1",
        "react-dom": "^16.13.1",
        "rollup": "^2.15.0",
        "rollup-plugin-babel": "^4.4.0",
        "rollup-plugin-commonjs": "^10.1.0",
        "rollup-plugin-node-resolve": "^5.2.0",
        "rollup-plugin-terser": "^6.1.0",
        "rollup-plugin-uglify": "^6.0.3"
    },
    "peerDependencies": {
        "react": "^16.13.1",
        "react-dom": "^16.13.1"
    }
}
