{
  "name": "mui-file-dropzone",
  "version": "4.0.2",
  "description": "A Material-UI file-upload dropzone. Written in TypeScript.",
  "license": "MIT",
  "author": "Yuval",
  "repository": {
    "type": "git",
    "url": "https://github.com/Deckstar/mui-file-dropzone.git"
  },
  "keywords": [
    "react",
    "react-component",
    "material design",
    "material-ui",
    "mui",
    "dropzone",
    "upload",
    "react upload"
  ],
  "main": "dist/index.js",
  "module": "dist/index.js",
  "jsnext:main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "lint": "eslint src/",
    "lint:fix": "eslint src/ --fix",
    "build": "tsc -b",
    "start": "tsc -b --watch",
    "docs:dev": "styleguidist server",
    "docs:build": "styleguidist build",
    "predocs:deploy": "yarn docs:build",
    "docs:deploy": "gh-pages -d styleguide",
    "prepublish": "npx tsc"
  },
  "dependencies": {
    "@babel/runtime": "^7.4.4",
    "clsx": "^1.0.2",
    "react-dropzone": "^10.2.1"
  },
  "peerDependencies": {
    "@mui/icons-material": "^5.0.0",
    "@mui/material": "^5.0.0",
    "prop-types": "^15.7.2",
    "react": ">= 17.0",
    "react-dom": ">= 17.0"
  },
  "devDependencies": {
    "@babel/core": "^7.14.3",
    "@babel/preset-env": "^7.14.2",
    "@babel/preset-typescript": "^7.13.0",
    "@mui/icons-material": "^5.0.1",
    "@mui/material": "^5.0.2",
    "@typescript-eslint/eslint-plugin": "^5.7.0",
    "@typescript-eslint/parser": "^5.7.0",
    "babel-loader": "^8.1.0",
    "babel-plugin-optimize-clsx": "^2.6.0",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
    "eslint": "^7.27.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-babel": "^5.3.0",
    "eslint-plugin-import": "^2.25.3",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.27.1",
    "eslint-plugin-react-hooks": "^4.3.0",
    "eslint-plugin-simple-import-sort": "^7.0.0",
    "gh-pages": "^1.2.0",
    "prettier": "^2.5.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "typescript": "^4.5.4",
    "webpack": "^5.65.0"
  }
}
