{
  "name": "@farfetch/blackout-react",
  "version": "1.23.2",
  "description": "React components, hooks and other tools filled with business logic to help using the Farfetch Platform Solutions' services in web or native e-commerce apps",
  "license": "MIT",
  "main": "./index.js",
  "type": "module",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/Farfetch/blackout.git"
  },
  "dependencies": {
    "@castleio/castle-js": "^2.1.15",
    "@types/proper-url-join": "2.1.1",
    "dompurify": "^2.3.8",
    "proper-url-join": "^2.1.1",
    "react-player": "^2.10.1",
    "schema-dts": "^0.8.3",
    "url-parse": "^1.4.4",
    "yup": "^1.0.2"
  },
  "peerDependencies": {
    "@farfetch/blackout-analytics": "^1.0.0-next.87",
    "@farfetch/blackout-client": "^2.0.0-next.216",
    "@farfetch/blackout-redux": "^1.0.0-next.332",
    "axios": "1.6.8",
    "lodash-es": "^4.17.21",
    "react": "^18.0",
    "react-redux": "^8.0.2",
    "redux": "^4.1.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=14",
    "npm": ">=6.4.1"
  },
  "gitHead": "fa797eba3155d2f34018833b2c4f12de84f9027f",
  "types": "./index.d.ts"
}