-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
94 lines (94 loc) · 2.98 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
{
"name": "js-sdk-contrib",
"version": "0.0.0",
"license": "Apache-2.0",
"scripts": {
"generate-hook": "nx generate open-feature hook",
"generate-provider": "nx generate open-feature provider",
"test": "nx run-many --all --target=test",
"e2e": "nx run-many --all --target=e2e --skip-nx-cache --output-style=stream --parallel=false",
"lint": "nx run-many --all --target=lint",
"lint:fix": "nx run-many --all --target=lint --fix",
"package": "npx nx run-many --all --target=package",
"publish": "npx nx run-many --all --target=publish"
},
"private": true,
"dependencies": {
"@bufbuild/protobuf": "^1.2.0",
"@connectrpc/connect": "^1.4.0",
"@connectrpc/connect-web": "^1.4.0",
"@flipt-io/flipt": "^1.2.0",
"@flipt-io/flipt-client-browser": "^0.3.1",
"@growthbook/growthbook": "^1.0.0",
"@grpc/grpc-js": "^1.9.13",
"@opentelemetry/api": "^1.3.0",
"@protobuf-ts/grpc-transport": "^2.9.0",
"@protobuf-ts/runtime-rpc": "^2.9.0",
"@swc/helpers": "0.5.13",
"ajv": "^8.12.0",
"axios": "1.7.7",
"configcat-js-ssr": "^8.4.3",
"configcat-node": "^11.3.1",
"copy-anything": "^3.0.5",
"flagsmith": "^4.0.0",
"imurmurhash": "^0.1.4",
"json-logic-engine": "1.3.6",
"launchdarkly-js-client-sdk": "^3.1.3",
"lodash.isempty": "^4.4.0",
"lodash.isequal": "^4.5.0",
"lru-cache": "^11.0.0",
"object-hash": "^3.0.0",
"tslib": "2.8.0"
},
"devDependencies": {
"@nx/devkit": "16.9.1",
"@nx/eslint-plugin": "16.9.1",
"@nx/jest": "16.9.1",
"@nx/js": "16.9.1",
"@nx/linter": "16.9.1",
"@nx/plugin": "16.9.1",
"@nx/rollup": "16.9.1",
"@nx/web": "16.9.1",
"@nx/workspace": "16.9.1",
"@openfeature/core": "^1.1.0",
"@openfeature/server-sdk": "^1.13.2",
"@openfeature/web-sdk": "^1.1.0",
"@opentelemetry/sdk-metrics": "^1.15.0",
"@swc-node/register": "~1.10.0",
"@swc/cli": "~0.4.0",
"@swc/core": "1.7.40",
"@types/assert": "^1.5.6",
"@types/events": "^3.0.0",
"@types/imurmurhash": "^0.1.3",
"@types/jest": "29.5.14",
"@types/lodash.isempty": "^4.4.7",
"@types/lodash.isequal": "^4.5.6",
"@types/node": "20.17.6",
"@types/object-hash": "^3.0.0",
"@types/semver": "^7.5.4",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"assert": "^2.0.0",
"axios-mock-adapter": "2.1.0",
"babel-preset-minify": "0.5.2",
"@bufbuild/buf": "^1.34.0",
"eslint": "8.57.1",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-prettier": "^5.0.1",
"fetch-mock-jest": "^1.5.1",
"jest": "^29.4.1",
"jest-cucumber": "^4.4.0",
"jest-environment-jsdom": "^29.4.1",
"jest-fetch-mock": "^3.0.3",
"jest-websocket-mock": "^2.4.0",
"jsonc-eslint-parser": "^2.1.0",
"msw": "^2.2.3",
"nx": "16.9.1",
"prettier": "^3.0.3",
"testcontainers": "10.13.2",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.6.3",
"undici": "^5.0.0"
}
}