-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
233 lines (233 loc) · 8.5 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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
{
"name": "secretarium",
"version": "0.0.0",
"private": true,
"license": "MIT",
"type": "module",
"scripts": {
"build": "nx affected --target=build",
"dev-scp": "nx run-many --target=serve --projects=endoscope",
"dev-store": "nx run-many --target=serve --projects=hubber,store",
"e2e": "nx affected --target=e2e",
"expo": "expo",
"format-check": "nx format:check --all",
"format-fix": "nx format --all",
"preinstall": "node ./tools/scripts/hintYarn.js",
"postinstall": "is-ci || husky && patch-package",
"lint": "eslint .",
"lint-check": "nx affected --target=lint --parallel=1 && yarn lint",
"lint-commit": "commitlint -c false --edit",
"lint-fix": "nx affected --target=lint --parallel=1 --fix && yarn lint --fix",
"prepare": "is-ci || husky",
"test": "nx affected --target=test"
},
"resolutions": {
"**/@expo/config-plugins": "~8.0.10",
"**/@expo/metro-config": "~0.18.11",
"**/@expo/prebuild-config": "~7.0.9",
"**/@jest/reporters": "^29",
"**/@jest/test-result": "^29",
"**/@react-native/babel-preset": "^0.75.4",
"**/@remix-run/server-runtime/cookie": "^0.7",
"**/@sentry/browser": "^9.0.0-alpha.2",
"**/@sentry/core": "^9.0.0-alpha.2",
"**/@sentry/node": "^9.0.0-alpha.2",
"**/@sentry/react": "^9.0.0-alpha.2",
"**/@sentry/types": "^9.0.0-alpha.2",
"**/@types/express": "^4",
"**/@types/express-serve-static-core": "^4",
"**/@types/react": "^19.0.8",
"**/@types/react-dom": "^19.0.3",
"**/@urql/core": "^4",
"**/babel-plugin-react-compiler": "19.0.0-beta-714736e-20250131",
"**/cross-spawn": "^7",
"**/express/cookie": "^0.7",
"**/glob": "^9 || ^10 || ^11",
"**/jest-config": "^29",
"**/jest-diff": "^29",
"**/jest-resolve": "^29",
"**/jest-util": "^29",
"**/jest-validate": "^29",
"**/pretty-format": "^29",
"**/react": "^19.0.0",
"**/react-dom": "^19.0.0",
"**/typescript": "^5.7.3"
},
"dependencies": {
"@expo/metro-config": "^0.19.9",
"@expo/spawn-async": "1.7.2",
"@fastify/helmet": "13.0.1",
"@fastify/rate-limit": "10.2.2",
"@fastify/sensible": "6.0.3",
"@fastify/static": "8.1.0",
"@fastify/websocket": "11.0.2",
"@legendapp/state": "3.0.0-beta.26",
"@react-native-community/hooks": "3.0.0",
"@sentry/browser": "^9.0.0-alpha.2",
"@sentry/node": "^9.0.0-alpha.2",
"@sentry/react": "^9.0.0-alpha.2",
"@sentry/react-native": "~6.3.0",
"@tanstack/react-query": "5.66.0",
"@tanstack/react-router": "1.99.8",
"@tanstack/router-devtools": "1.99.8",
"@tanstack/router-vite-plugin": "1.99.8",
"@total-typescript/ts-reset": "0.6.1",
"@trpc/client": "11.0.0-rc.741",
"@trpc/react-query": "11.0.0-rc.741",
"@trpc/server": "11.0.0-rc.741",
"autoprefixer": "10.4.20",
"broadcast-channel": "7.0.0",
"chalk": "^5.4.1",
"core-js": "3.40.0",
"expo": "52.0.30",
"expo-barcode-scanner": "~13.0.1",
"expo-build-properties": "~0.13.2",
"expo-camera": "~16.0.14",
"expo-constants": "~17.0.5",
"expo-dev-client": "~5.0.11",
"expo-image": "~2.0.4",
"expo-keep-awake": "14.0.2",
"expo-linking": "~7.0.5",
"expo-localization": "~16.0.1",
"expo-router": "~4.0.17",
"expo-secure-store": "~14.0.1",
"expo-server-sdk": "3.14.0",
"expo-splash-screen": "0.29.21",
"expo-status-bar": "~2.0.1",
"fastify": "5.2.1",
"js-base64": "3.7.7",
"pretty-bytes": "6.1.1",
"qrcode.react": "4.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "7.54.2",
"react-native": "0.76.6",
"react-native-biometrics": "3.0.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-svg": "15.8.0",
"react-native-svg-transformer": "1.5.0",
"react-native-use-websocket": "0.2.6",
"react-native-web": "0.19.13",
"react-router-dom": "6.29.0",
"react-router-native": "6.29.0",
"regenerator-runtime": "0.14.1",
"superjson": "2.2.2",
"tslib": "^2.8.1",
"ws": "8.18.0",
"zod": "3.24.1"
},
"devDependencies": {
"@babel/core": "^7.26.7",
"@babel/preset-react": "^7.26.3",
"@commitlint/config-conventional": "^19.7.1",
"@commitlint/config-nx-scopes": "^19.7.1",
"@config-plugins/detox": "^9.0.0",
"@eslint/compat": "1.2.6",
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.19.0",
"@expo/cli": "0.22.12",
"@expo/metro-runtime": "~4.0.1",
"@jscutlery/semver": "5.6.0",
"@nx/cypress": "20.4.1",
"@nx/detox": "20.4.1",
"@nx/esbuild": "20.4.1",
"@nx/eslint": "20.4.1",
"@nx/eslint-plugin": "20.4.1",
"@nx/expo": "20.4.1",
"@nx/jest": "20.4.1",
"@nx/js": "20.4.1",
"@nx/node": "20.4.1",
"@nx/playwright": "20.4.1",
"@nx/react": "20.4.1",
"@nx/rollup": "20.4.1",
"@nx/vite": "20.4.1",
"@nx/web": "20.4.1",
"@nx/webpack": "20.4.1",
"@pellegrims/nx-remotecache-s3": "8.1.0",
"@playwright/test": "^1.50.1",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
"@stylistic/eslint-plugin-ts": "3.0.1",
"@svgr/webpack": "8.1.0",
"@swc-node/register": "~1.10.9",
"@swc/cli": "0.6.0",
"@swc/core": "1.10.14",
"@swc/helpers": "0.5.15",
"@swc/jest": "0.2.37",
"@tailwindcss/postcss": "4.0.4",
"@tailwindcss/vite": "4.0.4",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/jest-native": "5.4.3",
"@testing-library/react": "16.2.0",
"@testing-library/react-native": "13.0.1",
"@testing-library/user-event": "14.6.1",
"@types/chrome": "0.0.301",
"@types/express": "^4.17.21",
"@types/git-rev-sync": "2.0.2",
"@types/jest": "29.5.14",
"@types/node": "^22.13.1",
"@types/node-fetch": "2.6.12",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/react-router-dom": "5.3.3",
"@types/sinon-chrome": "2.2.15",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "8.23.0",
"@typescript-eslint/parser": "8.23.0",
"@vitejs/plugin-react": "^4.3.4",
"@vitejs/plugin-react-swc": "^3.7.2",
"@vitest/coverage-v8": "^3.0.5",
"@vitest/ui": "^3.0.5",
"axios": "1.7.9",
"babel-jest": "29.7.0",
"babel-preset-expo": "12.0.7",
"commitlint": "^19.7.1",
"cross-env": "7.0.3",
"cypress": "14.0.2",
"detox": "20.33.0",
"eas-cli": "15.0.5",
"esbuild": "0.24.2",
"eslint": "9.19.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-cypress": "4.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsonc": "2.19.1",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-playwright": "^2.2.0",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-compiler": "19.0.0-beta-714736e-20250131",
"eslint-plugin-react-hooks": "5.1.0",
"git-rev-sync": "3.0.2",
"glob": "11.0.1",
"html-webpack-plugin": "5.6.3",
"husky": "9.1.7",
"is-ci": "4.1.0",
"jest": "29.7.0",
"jest-circus": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "^29.7.0",
"jest-expo": "52.0.3",
"jest-websocket-mock": "2.5.0",
"jsdom": "~26.0.0",
"lint-staged": "15.4.3",
"nx": "20.4.1",
"patch-package": "^8.0.0",
"postcss": "8.5.1",
"postinstall-postinstall": "^2.1.0",
"prettier": "^3.4.2",
"react-refresh": "^0.16.0",
"react-test-renderer": "19.0.0",
"simple-git": "3.27.0",
"sinon-chrome": "3.0.1",
"swc-loader": "0.2.6",
"tailwindcss": "4.0.4",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "^5.7.3",
"verdaccio": "^6.0.5",
"vite": "^6.1.0",
"vitest": "^3.0.5",
"webpack": "^5.97.1"
}
}