{
  "_from": "react-image-crop@^10.0.8",
  "_id": "react-image-crop@10.0.8",
  "_inBundle": false,
  "_integrity": "sha512-JyFYRs+KbZhab7/8bDQjZsha1y+ruIIFRQo6BJH+aTd7ua4wSOh+POe305HQV3DH6SxiWrma5UXTYpCiVvx9aw==",
  "_location": "/react-image-crop",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "react-image-crop@^10.0.8",
    "name": "react-image-crop",
    "escapedName": "react-image-crop",
    "rawSpec": "^10.0.8",
    "saveSpec": null,
    "fetchSpec": "^10.0.8"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-image-crop/-/react-image-crop-10.0.8.tgz",
  "_shasum": "a57400606cdf73ee3436a78fddc82ba6b71801ca",
  "_spec": "react-image-crop@^10.0.8",
  "_where": "/var/www/justnowapp",
  "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.2.1"
  },
  "deprecated": false,
  "description": "A responsive image cropping tool for React",
  "devDependencies": {
    "@types/react": "^18.0.21",
    "@types/react-dom": "^18.0.6",
    "babel-eslint": "^10.1.0",
    "css-loader": "^6.7.1",
    "eslint": "^8.24.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jsx-a11y": "^6.6.1",
    "eslint-plugin-react": "^7.31.8",
    "mini-css-extract-plugin": "^2.6.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "sass": "^1.55.0",
    "sass-loader": "^13.1.0",
    "style-loader": "^3.3.1",
    "ts-loader": "^9.4.1",
    "typescript": "^4.8.4",
    "webpack": "^5.74.0",
    "webpack-cli": "^4.10.0"
  },
  "files": [
    "dist",
    "src"
  ],
  "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": "webpack",
    "prepare": "npm run build",
    "start": "webpack --watch --config test/webpack.config.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "style": "dist/ReactCrop.css",
  "types": "dist/index.d.ts",
  "version": "10.0.8"
}
