{
  "_from": "react-image-crop@~8.6.9",
  "_id": "react-image-crop@8.6.12",
  "_inBundle": false,
  "_integrity": "sha512-3CNz1xfsRRSH/iH023IDMXxzsb1M6RTHHUVsVcb8uFPcjGiA9WisvQ24G1eRDf2j4NlybupOEEdfK2vT0etN6A==",
  "_location": "/react-image-crop",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "react-image-crop@~8.6.9",
    "name": "react-image-crop",
    "escapedName": "react-image-crop",
    "rawSpec": "~8.6.9",
    "saveSpec": null,
    "fetchSpec": "~8.6.9"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-image-crop/-/react-image-crop-8.6.12.tgz",
  "_shasum": "fb57e17c3b56ac0a52ba1967c108975b1f132dcd",
  "_spec": "react-image-crop@~8.6.9",
  "_where": "/var/www/html/prod/amplitech-react-js",
  "author": {
    "name": "Dominic Tobias",
    "url": "https://github.com/DominicTobias/"
  },
  "browserslist": "last 3 versions, not IE > 0",
  "bugs": {
    "url": "https://github.com/DominicTobias/react-image-crop/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "clsx": "^1.1.1",
    "prop-types": "^15.7.2"
  },
  "deprecated": false,
  "description": "A responsive image cropping tool for React",
  "devDependencies": {
    "@babel/core": "^7.14.5",
    "@babel/plugin-proposal-class-properties": "^7.14.5",
    "@babel/preset-env": "^7.14.5",
    "@babel/preset-react": "^7.14.5",
    "babel-eslint": "^10.1.0",
    "babel-loader": "^8.2.2",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "core-js": "^3.14.0",
    "css-loader": "^5.2.6",
    "eslint": "^7.28.0",
    "eslint-plugin-import": "^2.23.4",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-react": "^7.24.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "sass": "^1.34.1",
    "style-loader": "^2.0.0",
    "webpack": "^5.38.1",
    "webpack-cli": "^4.7.2"
  },
  "files": [
    "dist",
    "lib"
  ],
  "homepage": "https://github.com/DominicTobias/react-image-crop#readme",
  "keywords": [
    "react",
    "reactjs",
    "image",
    "crop",
    "react-component"
  ],
  "license": "ISC",
  "main": "dist/ReactCrop.min.js",
  "name": "react-image-crop",
  "peerDependencies": {
    "react": ">=16.13.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DominicTobias/react-image-crop.git"
  },
  "scripts": {
    "build": "npm run build:js && npm run build:css",
    "build:css": "sass lib/ReactCrop.scss dist/ReactCrop.css",
    "build:js": "webpack",
    "prepare": "npm run build",
    "sass-watch": "sass lib/ReactCrop.scss dist/ReactCrop.css --watch",
    "start": "webpack --progress --watch --config test/webpack.config.js & npm run sass-watch",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "style": "dist/ReactCrop.css",
  "version": "8.6.12"
}
