{
  "_from": "react-images-uploading@^3.1.2",
  "_id": "react-images-uploading@3.1.7",
  "_inBundle": false,
  "_integrity": "sha512-woET50eCezm645iIeP4gCoN7HjdR3T64UXC5l53yd+2vHFp+pwABH8Z/aAO5IXDeC1aP6doQ+K738L701zswAw==",
  "_location": "/react-images-uploading",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "react-images-uploading@^3.1.2",
    "name": "react-images-uploading",
    "escapedName": "react-images-uploading",
    "rawSpec": "^3.1.2",
    "saveSpec": null,
    "fetchSpec": "^3.1.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-images-uploading/-/react-images-uploading-3.1.7.tgz",
  "_shasum": "a53bf0d08624802dc6b74db4ec5695b0bfaf5a5c",
  "_spec": "react-images-uploading@^3.1.2",
  "_where": "/home/jnvvlswi/nodevenv/app.risingsun.com.ua/10/lib",
  "author": {
    "name": "vutoan266",
    "email": "vutoan266@gmail.com",
    "url": "https://github.com/vutoan266"
  },
  "bugs": {
    "url": "https://github.com/vutoan266/react-images-uploading/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "davidnguyen179",
      "email": "dzungnguyen179@gmail.com",
      "url": "https://github.com/davidnguyen179"
    },
    {
      "name": "conandk",
      "email": "ddangkhoa94@gmail.com",
      "url": "https://github.com/conandk"
    }
  ],
  "dependencies": {},
  "deprecated": false,
  "description": "The simple images uploader applied Render Props pattern. This approach allows you to fully control UI component and behaviours.",
  "devDependencies": {
    "@babel/preset-env": "^7.11.0",
    "@babel/preset-typescript": "^7.10.4",
    "@testing-library/react": "^10.4.9",
    "@types/jest": "^26.0.10",
    "@types/react": "^16.3.13",
    "@types/react-dom": "^16.0.5",
    "@types/sinon": "^9.0.5",
    "@typescript-eslint/eslint-plugin": "^4.1.1",
    "@typescript-eslint/parser": "^4.1.0",
    "all-contributors-cli": "^6.17.2",
    "babel-core": "^6.26.3",
    "babel-runtime": "^6.26.0",
    "body-parser": "^1.19.0",
    "chalk": "^4.1.0",
    "clean-webpack-plugin": "^3.0.0",
    "compression": "^1.7.4",
    "cookie-parser": "^1.4.5",
    "css-loader": "^4.2.2",
    "doctoc": "^1.4.0",
    "eslint": "^7.8.1",
    "eslint-config-airbnb-typescript": "^10.0.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-jest": "^24.0.1",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-react": "^7.20.6",
    "eslint-plugin-react-hooks": "^4.1.2",
    "express": "^4.17.1",
    "file-loader": "^6.0.0",
    "gh-pages": "^1.2.0",
    "git-hooks-plus": "^1.0.1",
    "html-webpack-plugin": "^4.3.0",
    "jest": "^26.4.2",
    "less-loader": "^7.0.0",
    "mini-css-extract-plugin": "^0.10.0",
    "postcss-loader": "^3.0.0",
    "prettier": "^2.1.1",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "rimraf": "^3.0.2",
    "sinon": "^9.0.3",
    "ts-jest": "^26.3.0",
    "ts-loader": "^8.0.3",
    "typescript": "^4.0.2",
    "webpack": "^4.44.1",
    "webpack-cli": "^3.3.12",
    "webpack-dev-middleware": "^3.7.2",
    "webpack-merge": "^5.1.2"
  },
  "engines": {
    "node": ">=8",
    "npm": ">=5"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/vutoan266/react-images-uploading/blob/master/README.md",
  "keywords": [
    "image",
    "images",
    "upload",
    "uploader",
    "uploading",
    "react image upload",
    "react images uploading",
    "drag",
    "drag and drop",
    "image drag and drop",
    "reactjs",
    "typescript",
    "javascript",
    "render props",
    "react-component"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "react-images-uploading",
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vutoan266/react-images-uploading.git"
  },
  "scripts": {
    "build": "tsc",
    "build:web": "webpack --config ./webpack/webpack.prod.js",
    "contributors:add": "all-contributors add",
    "contributors:generate": "all-contributors generate",
    "lint": "eslint . --ext .ts,.tsx",
    "lint:fix": "eslint . --ext .ts,.tsx --fix",
    "prebuild": "rimraf dist/",
    "prettier": "prettier --write ./**/*.{js,ts,tsx,md}",
    "start": "node ./server",
    "test": "jest",
    "toc": "doctoc --notitle README.md"
  },
  "types": "dist/index.d.ts",
  "typings": "dist/index.d.ts",
  "version": "3.1.7"
}
