{
  "name": "ilove-react-easy-crop",
  "version": "4.5.18",
  "description": "A React component to crop images/videos with easy interactions",
  "homepage": "https://ValentinH.github.io/react-easy-crop/",
  "keywords": [
    "react",
    "crop",
    "cropper",
    "image crop"
  ],
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ValentinH/react-easy-crop"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "author": "Valentin Hervieu <valentin@hervi.eu>",
  "license": "MIT",
  "sideEffects": false,
  "scripts": {
    "start": "webpack-dev-server --mode development",
    "auto": "auto",
    "postversion": "yarn build",
    "build": "yarn-or-npm bili && yarn-or-npm build:copy-files",
    "docs:start": "cd docs && yarn-or-npm develop",
    "docs:deploy": "cd docs && yarn-or-npm deploy",
    "test": "yarn-or-npm unit && yarn-or-npm e2e && yarn-or-npm lint",
    "unit": "jest src",
    "unit:watch": "jest --watchAll src",
    "start:ci": "webpack-dev-server --mode production",
    "e2e": "start-server-and-test start http://localhost:3001 cy:run",
    "e2e:ci": "start-server-and-test start:ci http://localhost:3001 cy:ci",
    "cy:open": "cypress open",
    "cy:run": "cypress run",
    "cy:ci": "percy exec -- cypress run --record",
    "lint": "eslint --ext .ts,.tsx ./examples ./src",
    "prebuild": "rimraf dist",
    "build:copy-files": "babel-node ./scripts/copy-build-files.js",
    "precommit": "lint-staged",
    "format": "prettier --write src/**/*.ts* docs/src/**/*.{js,css}"
  },
  "peerDependencies": {
    "react": ">=16.4.0",
    "react-dom": ">=16.4.0"
  },
  "dependencies": {
    "normalize-wheel": "^1.0.1",
    "tslib": "2.0.1"
  },
  "devDependencies": {
    "@auto-it/all-contributors": "^10.34.0",
    "@auto-it/first-time-contributor": "^10.34.0",
    "@auto-it/released": "^10.34.0",
    "@babel/core": "^7.3.4",
    "@babel/node": "^7.7.7",
    "@babel/plugin-proposal-class-properties": "^7.3.4",
    "@babel/plugin-proposal-object-rest-spread": "^7.3.4",
    "@babel/preset-env": "^7.3.4",
    "@babel/preset-react": "^7.0.0",
    "@percy/cli": "^1.0.0-beta.71",
    "@percy/cypress": "^3.1.1",
    "@types/jest": "^26.0.14",
    "@types/lodash.debounce": "^4.0.6",
    "@types/react": "^18.0.15",
    "@types/react-dom": "18.0.6",
    "@typescript-eslint/eslint-plugin": "4.2.0",
    "@typescript-eslint/parser": "4.2.0",
    "all-contributors-cli": "^6.4.0",
    "auto": "^10.34.0",
    "babel-eslint": "10.x",
    "babel-loader": "^8.0.5",
    "bili": "^5.0.5",
    "copy-webpack-plugin": "^6.1.1",
    "css-loader": "^4.3.0",
    "cypress": "^5.2.0",
    "eslint": "7.9.0",
    "eslint-config-prettier": "^6.9.0",
    "eslint-config-react-app": "^5.1.0",
    "eslint-plugin-cypress": "^2.12.1",
    "eslint-plugin-flowtype": "5.2.0",
    "eslint-plugin-import": "2.x",
    "eslint-plugin-jsx-a11y": "6.x",
    "eslint-plugin-react": "7.x",
    "eslint-plugin-react-hooks": "4.1.2",
    "html-webpack-plugin": "^4.5.0",
    "husky": "^4.3.0",
    "jest": "26.4.2",
    "lint-staged": "^10.4.0",
    "lodash.debounce": "^4.0.8",
    "np": "^6.5.0",
    "prettier": "^2.1.2",
    "query-string": "^6.1.0",
    "raw-loader": "^4.0.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rimraf": "^3.0.0",
    "rollup-plugin-typescript2": "^0.27.1",
    "start-server-and-test": "^1.4.1",
    "style-loader": "^1.2.1",
    "ts-jest": "^26.4.0",
    "ts-loader": "^8.0.4",
    "typescript": "^4.0.3",
    "webpack": "^4.41.4",
    "webpack-cli": "^3.3.10",
    "webpack-dev-server": "^3.11.0",
    "yarn-or-npm": "^3.0.1"
  },
  "lint-staged": {
    "*.+(ts|tsx|js|css)": [
      "prettier --write",
      "git add"
    ]
  },
  "jest": {
    "preset": "ts-jest"
  }
}
