-
-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathpackage.json
160 lines (160 loc) · 4.97 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
{
"private": true,
"name": "flopflip",
"description": "Monorepository for flipflop and its projects e.g. react-redux, react and the wrapper",
"scripts": {
"auth": "npm_config_registry=https://registry.npmjs.org npm whoami",
"biome:check": "biome check --write",
"build": "turbo build",
"changeset:version-and-format": "changeset version && pnpm format && pnpm install --no-frozen-lockfile",
"changeset": "changeset",
"check-types": "turbo check-types",
"clean": "manypkg exec rm -rf dist && manypkg exec rm -rf .turbo && rm -rf .turbo",
"fix:biome": "biome lint --write",
"format": "biome format --write",
"lint:ci": "biome ci",
"lint": "biome lint",
"postinstall": "husky install && manypkg check && check-node-version --package --print",
"postpublish": "pinst --enable",
"preinstall": "npx only-allow pnpm",
"prepublishOnly": "pinst --disable",
"reinstall": "manypkg exec rm -rf node_modules && rm -rf node_modules pnpm-lock.yaml && pnpm install",
"test:coverage": "vitest run --coverage",
"test:report": "vitest run --reporter=junit --outputFile=junit.xml",
"test": "turbo test"
},
"author": "Tobias Deekens <[email protected]>",
"engines": {
"node": ">=20",
"npm": ">=10",
"pnpm": ">=9"
},
"bugs": {
"url": "https://github.com/tdeekens/flopflip/issues"
},
"homepage": "https://github.com/tdeekens/flopflip#readme",
"keywords": [
"react",
"@reduxjs/toolkit",
"redux",
"feature-flags",
"feature-toggles",
"LaunchDarkly",
"HoC",
"store-enhancer"
],
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4"
},
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
},
"onlyBuiltDependencies": [
"cypress"
]
},
"bundlewatch": {
"files": [
{
"path": "./packages/launchdarkly-adapter/dist/index.js",
"maxSize": "5Kb"
},
{
"path": "./packages/localstorage-adapter/dist/index.js",
"maxSize": "3KB"
},
{
"path": "./packages/localstorage-cache/dist/index.js",
"maxSize": "1KB"
},
{
"path": "./packages/memory-adapter/dist/index.js",
"maxSize": "3KB"
},
{
"path": "./packages/graphql-adapter/dist/index.js",
"maxSize": "4KB"
},
{
"path": "./packages/splitio-adapter/dist/index.js",
"maxSize": "3.5Kb"
},
{
"path": "./packages/combine-adapters/dist/index.js",
"maxSize": "3.0Kb"
},
{
"path": "./packages/react/dist/index.js",
"maxSize": "6Kb"
},
{
"path": "./packages/react-broadcast/dist/index.js",
"maxSize": "3Kb"
},
{
"path": "./packages/react-redux/dist/index.js",
"maxSize": "4Kb"
}
]
},
"devDependencies": {
"@babel/cli": "7.26.4",
"@babel/core": "7.26.9",
"@babel/plugin-external-helpers": "7.25.9",
"@babel/plugin-proposal-export-default-from": "7.25.9",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-class-properties": "7.25.9",
"@babel/plugin-transform-destructuring": "7.25.9",
"@babel/plugin-transform-export-namespace-from": "7.25.9",
"@babel/plugin-transform-modules-commonjs": "7.26.3",
"@babel/plugin-transform-nullish-coalescing-operator": "7.26.6",
"@babel/plugin-transform-object-rest-spread": "7.25.9",
"@babel/plugin-transform-optional-chaining": "7.25.9",
"@babel/plugin-transform-private-methods": "7.25.9",
"@babel/plugin-transform-private-property-in-object": "7.25.9",
"@babel/plugin-transform-react-constant-elements": "7.25.9",
"@babel/plugin-transform-regenerator": "7.25.9",
"@babel/plugin-transform-runtime": "7.26.9",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.26.9",
"@babel/preset-react": "7.26.3",
"@babel/preset-typescript": "7.26.0",
"@biomejs/biome": "1.9.4",
"@changesets/changelog-github": "0.5.1",
"@changesets/cli": "2.28.1",
"@commitlint/cli": "19.7.1",
"@commitlint/config-conventional": "19.7.1",
"@manypkg/cli": "0.23.0",
"@testing-library/jest-dom": "6.6.3",
"@types/jest": "29.5.14",
"@types/lodash": "4.17.15",
"@types/node": "22.13.5",
"@vitejs/plugin-react": "4.3.4",
"@vitest/coverage-v8": "3.0.6",
"@vitest/ui": "3.0.6",
"babel-plugin-transform-dynamic-import": "2.1.0",
"check-node-version": "4.2.1",
"colors": "1.4.0",
"core-js": "3.40.0",
"find-up": "7.0.0",
"husky": "9.1.7",
"jsdom": "26.0.0",
"lint-staged": "15.4.3",
"pinst": "3.0.0",
"raf": "3.4.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"regenerator-runtime": "0.14.1",
"rimraf": "6.0.1",
"ts-node": "10.9.2",
"tslib": "2.8.1",
"turbo": "2.4.2",
"typescript": "5.7.3",
"vite": "6.1.1",
"vitest": "3.0.6",
"vitest-localstorage-mock": "0.1.2"
}
}