@flopflip/react-broadcast
Version:
A feature toggle wrapper to use LaunchDarkly with React
77 lines • 1.83 kB
JSON
{
"name": "@flopflip/react-broadcast",
"version": "15.1.3",
"description": "A feature toggle wrapper to use LaunchDarkly with React",
"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-broadcast"
},
"author": "Tobias Deekens <nerd@tdeekens.name>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tdeekens/flopflip/issues"
},
"homepage": "https://github.com/tdeekens/flopflip#readme",
"devDependencies": {
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"react": "19.1.0",
"react-dom": "19.1.0",
"tsup": "8.5.0",
"@flopflip/combine-adapters": "15.1.3",
"@flopflip/localstorage-adapter": "15.1.3",
"@flopflip/memory-adapter": "15.1.3",
"@flopflip/test-utils": "15.1.3",
"@flopflip/tsconfig": "15.1.3"
},
"peerDependencies": {
"react": "18.x || 19.x",
"react-dom": "18.x || 19.x"
},
"dependencies": {
"@babel/runtime": "7.27.6",
"use-sync-external-store": "1.5.0",
"@flopflip/react": "15.1.3",
"@flopflip/types": "15.1.3"
},
"keywords": [
"react",
"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"
}
}