{
  "name": "@flopflip/react-redux",
  "version": "15.1.9",
  "description": "A feature toggle wrapper to use LaunchDarkly with React Redux",
  "keywords": [
    "LaunchDarkly",
    "client",
    "feature-flags",
    "feature-toggles"
  ],
  "homepage": "https://github.com/tdeekens/flopflip#readme",
  "bugs": {
    "url": "https://github.com/tdeekens/flopflip/issues"
  },
  "license": "MIT",
  "author": "Tobias Deekens <nerd@tdeekens.name>",
  "repository": {
    "type": "git",
    "url": "https://github.com/tdeekens/flopflip.git",
    "directory": "packages/react-redux"
  },
  "files": [
    "readme.md",
    "dist/**"
  ],
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.js",
  "browser": "./dist/index.js",
  "typesVersions": {
    "*": {
      ".": [
        "dist/*.d.ts",
        "dist/*.d.cts"
      ]
    }
  },
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@babel/runtime": "7.29.2",
    "@reduxjs/toolkit": "2.11.2",
    "@types/react": "19.2.14",
    "@types/react-redux": "7.1.34",
    "@flopflip/react": "15.1.9",
    "@flopflip/types": "15.1.9"
  },
  "devDependencies": {
    "react": "19.2.4",
    "react-dom": "19.2.4",
    "react-redux": "9.2.0",
    "redux": "5.0.1",
    "tsup": "8.5.1",
    "@flopflip/combine-adapters": "15.1.9",
    "@flopflip/localstorage-adapter": "15.1.9",
    "@flopflip/memory-adapter": "15.1.9",
    "@flopflip/test-utils": "15.1.9",
    "@flopflip/tsconfig": "15.1.9"
  },
  "peerDependencies": {
    "react": "18.x || 19.x",
    "react-dom": "18.x || 19.x",
    "react-redux": "9.x",
    "redux": "5.x"
  },
  "scripts": {
    "build": "rimraf dist && tsup",
    "check-types": "tsc --noEmit",
    "test": "vitest --run",
    "test:watch": "vitest",
    "dev": "tsup --watch --clean=false"
  }
}