{
  "name": "@seafile/react-image-lightbox",
  "version": "5.0.9",
  "description": "A lightbox component for React.js",
  "scripts": {
    "build": "rollup -c",
    "build:demo": "parcel build examples/cats/index.html --out-dir build --public-url ./",
    "clean": "rimraf dist style.css style.css.map",
    "clean:demo": "rimraf build",
    "start": "parcel examples/cats/index.html",
    "lint": "eslint .",
    "prettier": "prettier --write \"./**/*.{md,js,css}\" \"!./{build,dist}/**\" \"!./style.css*\"",
    "prepublishOnly": "npm run lint && npm run test && npm run build",
    "test": "jest",
    "test:watch": "jest --watchAll",
    "deploy": "npm run build:demo && gh-pages -d build",
    "release": "standard-version"
  },
  "main": "dist/index.cjs.js",
  "module": "dist/index.es.js",
  "typings": "index.d.ts",
  "files": [
    "dist",
    "index.d.ts",
    "style.css",
    "style.css.map"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/seatable/react-image-lightbox.git"
  },
  "homepage": "https://github.com/seatable/react-image-lightbox",
  "bugs": "https://github.com/seatable/react-image-lightbox/issues",
  "authors": "Seafile Ltd",
  "license": "MIT",
  "browserslist": [
    "IE >= 11",
    "last 2 versions",
    "> 1%"
  ],
  "dependencies": {
    "classnames": "^2.3.2",
    "prop-types": "^15.8.1",
    "react-modal": "^3.16.1",
    "reactstrap": "^9.2.3"
  },
  "peerDependencies": {
    "react": "^16.x || ^17.x || ^18.x",
    "react-dom": "^16.x || ^17.x || ^18.x"
  },
  "devDependencies": {
    "@babel/cli": "^7.7.0",
    "@babel/core": "^7.7.2",
    "@babel/preset-env": "^7.7.1",
    "@babel/preset-react": "^7.7.0",
    "autoprefixer": "^9.4.7",
    "babel-eslint": "^10.0.3",
    "babel-jest": "^24.0.0",
    "coveralls": "^3.0.7",
    "cross-env": "^6.0.3",
    "enzyme": "^3.8.0",
    "enzyme-adapter-react-16": "^1.15.1",
    "enzyme-to-json": "^3.3.4",
    "eslint": "^6.6.0",
    "eslint-config-airbnb": "^18.0.1",
    "eslint-config-prettier": "^6.5.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-react": "^7.16.0",
    "gh-pages": "^5.0.0",
    "jest": "^24.9.0",
    "jest-enzyme": "^7.0.1",
    "parcel-bundler": "^1.12.4",
    "prettier": "^1.19.1",
    "pretty-quick": "^2.0.1",
    "react": "^16.11.0",
    "react-dom": "^16.11.0",
    "rimraf": "^3.0.0",
    "rollup": "^1.27.0",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-postcss": "^2.0.3",
    "standard-version": "^7.0.0"
  },
  "keywords": [
    "react",
    "react-component",
    "image",
    "lightbox"
  ]
}
