{
  "name": "filestack-react",
  "version": "6.0.0",
  "description": "Official React component for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.",
  "author": "filestack",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/filestack/filestack-react.git"
  },
  "main": "dist/filestack-react.js",
  "module": "dist/filestack-react.modern.js",
  "source": "src/index.js",
  "engines": {
    "node": ">=10"
  },
  "homepage": "https://github.com/filestack/filestack-react#readme",
  "keywords": [
    "filestack-react",
    "filestack",
    "filepicker",
    "react",
    "uploader",
    "upload",
    "file",
    "image",
    "ssr",
    "server"
  ],
  "scripts": {
    "build": "microbundle --jsx React.createElement --format modern,cjs --no-compress",
    "build:prod": "microbundle --jsx React.createElement --format modern,cjs",
    "start": "microbundle watch --jsx React.createElement --format modern,cjs --no-compress",
    "prepare": "run-s build",
    "test": "run-s test:unit test:lint test:build",
    "test:build": "run-s build",
    "test:lint": "eslint .",
    "test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
    "test:watch": "react-scripts test --env=jsdom",
    "docs:build": "cd example && npm install && npm run build",
    "release": "standard-version"
  },
  "peerDependencies": {
    "react": "^18.3.1",
    "react-dom": "^18.3.1"
  },
  "overrides": {
    "postcss": "^8.4.47",
    "svgo": "^3.3.2",
    "cross-spawn": "^7.0.5",
    "serialize-javascript": "^6.0.2",
    "rollup-plugin-visualizer": "5.12.0"
  },
  "devDependencies": {
    "@babel/eslint-parser": "^7.19.1",
    "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
    "@babel/preset-react": "^7.18.6",
    "@testing-library/react": "^13.4.0",
    "aws-sdk": "^2.1304.0",
    "cross-env": "^7.0.3",
    "eslint": "^8.32.0",
    "eslint-config-prettier": "^8.6.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-config-standard-react": "^13.0.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-promise": "^6.1.1",
    "eslint-plugin-react": "^7.32.1",
    "eslint-plugin-standard": "^4.1.0",
    "gh-pages": "^5.0.0",
    "git-rev-sync": "^3.0.2",
    "gulp": "^5.0.0",
    "gulp-hashsum": "^1.2.0",
    "gulp-s3-publish": "^3.0.0",
    "microbundle": "^0.15.1",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.8.3",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-scripts": "^5.0.1",
    "react-test-renderer": "^18.3.1",
    "standard-version": "^9.5.0",
    "through2": "^4.0.2"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "filestack-js": "^3.39.5"
  }
}
