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