{
  "name": "media-manager-next",
  "version": "0.0.9",
  "keywords": [
    "react",
    "material-design",
    "nextjs",
    "gcs",
    "mui",
    "resource-manager",
    "media-manager",
    "google-cloud-storage"
  ],
  "description": "Simple media manager to use it for uploading and managing resources (images, files, etc.). It uses MUI material design theme.",
  "main": "lib/MediaManager.js",
  "repository": "git@github.com:TomaszPilch/media-manager-next.js.git",
  "author": "Tomasz Pilch <tomas@devx.agency>",
  "license": "MIT",
  "scripts": {
    "prebuild": "rimraf lib && rimraf tsconfig.tsbuildinfo && mkdir lib",
    "build": "tsc -p tsconfig.json",
    "publish:package": "yarn publish --access public"
  },
  "files": [
    "lib/*",
    "package.json",
    "readme.md",
    "yarn.lock",
    "LICENSE"
  ],
  "peerDependencies": {
    "react": "^16.0.0 || ^17.0.0 || ^18.0.0"
  },
  "devDependencies": {
    "@babel/core": "7.17.12",
    "@babel/plugin-transform-runtime": "7.17.12",
    "@babel/preset-env": "7.17.12",
    "@babel/preset-react": "7.17.12",
    "@babel/preset-typescript": "7.17.12",
    "@emotion/memoize": "^0.8.0",
    "@emotion/react": "^11.10.4",
    "@emotion/styled": "^11.10.4",
    "@types/formidable": "^2.0.5",
    "@types/next": "^9.0.0",
    "@types/node": "^17.0.42",
    "@types/ramda": "^0.28.14",
    "@types/react": "^18.0.9",
    "@types/uuid": "^8.3.4",
    "@typescript-eslint/eslint-plugin": "5.26.0",
    "@typescript-eslint/parser": "5.26.0",
    "eslint": "^8.16.0",
    "eslint-config-next": "12.1.6",
    "eslint-config-prettier": "8.5.0",
    "eslint-plugin-no-loops": "0.3.0",
    "eslint-plugin-prettier": "4.0.0",
    "next": "^12.1.6",
    "prettier": "^2.6.2",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rimraf": "^3.0.2",
    "typescript": "^4.7.2"
  },
  "dependencies": {
    "@google-cloud/storage": "^6.4.2",
    "@mui/icons-material": "^5.10.3",
    "@mui/material": "^5.10.4",
    "axios": "^0.27.2",
    "axios-hooks": "^3.1.5",
    "filepond": "^4.30.4",
    "formidable": "^2.0.1",
    "image-size": "^1.0.2",
    "moment": "^2.29.4",
    "ramda": "^0.28.0",
    "react-filepond": "^7.1.2",
    "uuid": "^9.0.0"
  }
}
