{
  "name": "react-full-gallery",
  "license": "MIT",
  "keywords": [
    "gallery",
    "upload",
    "react",
    "react-image-gallery"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/AmirhosseinSrv/react-full-gallery.git"
  },
  "homepage": "https://github.com/AmirhosseinSrv/react-full-gallery",
  "version": "1.2.10",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "private": false,
  "dependencies": {
    "@types/node": "^16.18.6",
    "@types/react": "^18.0.26",
    "@uppy/react": "^3.0.2",
    "antd": "^4.23.6",
    "react": "^18.2.0",
    "react-filerobot-image-editor": "^4.3.7",
    "react-scripts": "5.0.1",
    "styled-components": "^5.3.6",
    "typescript": "^4.9.4",
    "uppy": "^3.3.1",
    "uuid": "^9.0.0"
  },
  "scripts": {
    "start": "react-scripts start",
    "clean": "del /f dist",
    "copy": "copy \"src\\index.css\" \"dist\" && copy \"package.json\" \"dist\" && copy \"README.md\" \"dist\"",
    "build": "npm run clean && tsc --noEmit false && npm run copy",
    "eject": "react-scripts eject"
  },
  "eslintConfig": {
    "extends": [
      "react-app"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "@types/uuid": "^9.0.0"
  }
}
