UNPKG

1.51 kBJSONView Raw
1{
2 "name": "@flopflip/react-redux",
3 "version": "12.1.14",
4 "description": "A feature toggle wrapper to use LaunchDarkly with React Redux",
5 "main": "dist/flopflip-react-redux.cjs.js",
6 "module": "dist/flopflip-react-redux.esm.js",
7 "browser": {
8 "./dist/flopflip-react-redux.cjs.js": "./dist/flopflip-react-redux.browser.cjs.js",
9 "./dist/flopflip-react-redux.esm.js": "./dist/flopflip-react-redux.browser.esm.js"
10 },
11 "scripts": {
12 "prepare": "./../../bin/version.js amend"
13 },
14 "files": [
15 "readme.md",
16 "dist/**"
17 ],
18 "publishConfig": {
19 "access": "public"
20 },
21 "repository": {
22 "type": "git",
23 "url": "git+https://github.com/tdeekens/flopflip.git"
24 },
25 "author": "Tobias Deekens <nerd@tdeekens.name>",
26 "license": "MIT",
27 "bugs": {
28 "url": "https://github.com/tdeekens/flopflip/issues"
29 },
30 "homepage": "https://github.com/tdeekens/flopflip#readme",
31 "devDependencies": {
32 "@flopflip/memory-adapter": "3.0.15",
33 "@flopflip/test-utils": "*",
34 "react": "17.0.2",
35 "react-dom": "17.0.2",
36 "react-redux": "7.2.4",
37 "redux": "4.1.0"
38 },
39 "dependencies": {
40 "@babel/runtime": "7.13.17",
41 "@flopflip/react": "^11.1.15",
42 "@flopflip/types": "4.1.13",
43 "@types/react-redux": "7.1.16"
44 },
45 "peerDependencies": {
46 "react": "^16.8 || ^17.0",
47 "react-dom": "^16.8 || ^17.0",
48 "react-redux": "^7.0.0",
49 "redux": "^4.0"
50 },
51 "keywords": [
52 "feature-flags",
53 "feature-toggles",
54 "LaunchDarkly",
55 "client"
56 ]
57}