@getyoti/react-face-capture 1.4.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,37 +1,394 @@
1
- /*!
2
- Copyright (c) 2017 Jed Watson.
3
- Licensed under the MIT License (MIT), see
4
- http://jedwatson.github.io/classnames
5
- */
6
-
7
- /*! *****************************************************************************
8
- Copyright (c) Microsoft Corporation.
9
-
10
- Permission to use, copy, modify, and/or distribute this software for any
11
- purpose with or without fee is hereby granted.
12
-
13
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
14
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
15
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
16
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
17
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
18
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1
+ Name: classnames
2
+ Version: 2.2.6
3
+ License: MIT
4
+ Private: false
5
+ Description: A simple utility for conditionally joining classNames together
6
+ Repository: https://github.com/JedWatson/classnames.git
7
+ Author: Jed Watson
8
+ License Copyright:
9
+ ===
10
+
11
+ The MIT License (MIT)
12
+
13
+ Copyright (c) 2017 Jed Watson
14
+
15
+ Permission is hereby granted, free of charge, to any person obtaining a copy
16
+ of this software and associated documentation files (the "Software"), to deal
17
+ in the Software without restriction, including without limitation the rights
18
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19
+ copies of the Software, and to permit persons to whom the Software is
20
+ furnished to do so, subject to the following conditions:
21
+
22
+ The above copyright notice and this permission notice shall be included in all
23
+ copies or substantial portions of the Software.
24
+
25
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
30
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
31
+ SOFTWARE.
32
+
33
+
34
+ ---
35
+
36
+
37
+ Name: prop-types
38
+ Version: 15.7.2
39
+ License: MIT
40
+ Private: false
41
+ Description: Runtime type checking for React props and similar objects.
42
+ Repository: undefined
43
+ Homepage: https://facebook.github.io/react/
44
+ License Copyright:
45
+ ===
46
+
47
+ MIT License
48
+
49
+ Copyright (c) 2013-present, Facebook, Inc.
50
+
51
+ Permission is hereby granted, free of charge, to any person obtaining a copy
52
+ of this software and associated documentation files (the "Software"), to deal
53
+ in the Software without restriction, including without limitation the rights
54
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
55
+ copies of the Software, and to permit persons to whom the Software is
56
+ furnished to do so, subject to the following conditions:
57
+
58
+ The above copyright notice and this permission notice shall be included in all
59
+ copies or substantial portions of the Software.
60
+
61
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
62
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
63
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
64
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
65
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
66
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
67
+ SOFTWARE.
68
+
69
+
70
+ ---
71
+
72
+
73
+ Name: @lingui/react
74
+ Version: 4.1.2
75
+ License: MIT
76
+ Private: false
77
+ Description: React components for translations
78
+ Repository: https://github.com/lingui/js-lingui.git
79
+ Author: Tomáš Ehrlich <tomas.ehrlich@gmail.com>
80
+ License Copyright:
81
+ ===
82
+
83
+ The MIT License (MIT)
84
+
85
+ Copyright (c) 2017-2022 Tomáš Ehrlich, (c) 2022-2023 Crowdin.
86
+
87
+ Permission is hereby granted, free of charge, to any person obtaining a copy
88
+ of this software and associated documentation files (the "Software"), to deal
89
+ in the Software without restriction, including without limitation the rights
90
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
91
+ copies of the Software, and to permit persons to whom the Software is
92
+ furnished to do so, subject to the following conditions:
93
+
94
+ The above copyright notice and this permission notice shall be included in
95
+ all copies or substantial portions of the Software.
96
+
97
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
98
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
99
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
100
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
101
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
102
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
103
+ THE SOFTWARE.
104
+
105
+
106
+ ---
107
+
108
+
109
+ Name: @lingui/core
110
+ Version: 4.1.2
111
+ License: MIT
112
+ Private: false
113
+ Description: I18n tools for javascript
114
+ Repository: https://github.com/lingui/js-lingui.git
115
+ Author: Tomáš Ehrlich <tomas.ehrlich@gmail.com>
116
+ License Copyright:
117
+ ===
118
+
119
+ The MIT License (MIT)
120
+
121
+ Copyright (c) 2017-2022 Tomáš Ehrlich, (c) 2022-2023 Crowdin.
122
+
123
+ Permission is hereby granted, free of charge, to any person obtaining a copy
124
+ of this software and associated documentation files (the "Software"), to deal
125
+ in the Software without restriction, including without limitation the rights
126
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
127
+ copies of the Software, and to permit persons to whom the Software is
128
+ furnished to do so, subject to the following conditions:
129
+
130
+ The above copyright notice and this permission notice shall be included in
131
+ all copies or substantial portions of the Software.
132
+
133
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
134
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
135
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
136
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
137
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
138
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
139
+ THE SOFTWARE.
140
+
141
+
142
+ ---
143
+
144
+
145
+ Name: @tensorflow/tfjs-core
146
+ Version: 1.4.0
147
+ License: Apache-2.0
148
+ Private: false
149
+ Description: Hardware-accelerated JavaScript library for machine intelligence
150
+ Repository: https://github.com/tensorflow/tfjs-core.git
151
+
152
+ ---
153
+
154
+
155
+ Name: tslib
156
+ Version: 1.14.1
157
+ License: 0BSD
158
+ Private: false
159
+ Description: Runtime library for TypeScript helper functions
160
+ Repository: https://github.com/Microsoft/tslib.git
161
+ Homepage: https://www.typescriptlang.org/
162
+ Author: Microsoft Corp.
163
+ License Copyright:
164
+ ===
165
+
166
+ Copyright (c) Microsoft Corporation.
167
+
168
+ Permission to use, copy, modify, and/or distribute this software for any
169
+ purpose with or without fee is hereby granted.
170
+
171
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
172
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
173
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
174
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
175
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
176
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
19
177
  PERFORMANCE OF THIS SOFTWARE.
20
- ***************************************************************************** */
21
-
22
- /**
23
- * @license
24
- * Copyright 2019 Google LLC. All Rights Reserved.
25
- * Licensed under the Apache License, Version 2.0 (the "License");
26
- * you may not use this file except in compliance with the License.
27
- * You may obtain a copy of the License at
28
- *
29
- * http://www.apache.org/licenses/LICENSE-2.0
30
- *
31
- * Unless required by applicable law or agreed to in writing, software
32
- * distributed under the License is distributed on an "AS IS" BASIS,
33
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
34
- * See the License for the specific language governing permissions and
35
- * limitations under the License.
36
- * =============================================================================
37
- */
178
+
179
+ ---
180
+
181
+
182
+ Name: face-api.js
183
+ Version: 0.22.0
184
+ License: MIT
185
+ Private: false
186
+ Description: JavaScript API for face detection and face recognition in the browser with tensorflow.js
187
+ Author: justadudewhohacks
188
+ License Copyright:
189
+ ===
190
+
191
+ MIT License
192
+
193
+ Copyright (c) 2018 Vincent Mühler
194
+
195
+ Permission is hereby granted, free of charge, to any person obtaining a copy
196
+ of this software and associated documentation files (the "Software"), to deal
197
+ in the Software without restriction, including without limitation the rights
198
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
199
+ copies of the Software, and to permit persons to whom the Software is
200
+ furnished to do so, subject to the following conditions:
201
+
202
+ The above copyright notice and this permission notice shall be included in all
203
+ copies or substantial portions of the Software.
204
+
205
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
206
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
207
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
208
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
209
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
210
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
211
+ SOFTWARE.
212
+
213
+
214
+ ---
215
+
216
+
217
+ Name: axios
218
+ Version: 1.6.2
219
+ License: MIT
220
+ Private: false
221
+ Description: Promise based HTTP client for the browser and node.js
222
+ Repository: https://github.com/axios/axios.git
223
+ Homepage: https://axios-http.com
224
+ Author: Matt Zabriskie
225
+ Contributors:
226
+ Matt Zabriskie (https://github.com/mzabriskie)
227
+ Nick Uraltsev (https://github.com/nickuraltsev)
228
+ Jay (https://github.com/jasonsaayman)
229
+ Dmitriy Mozgovoy (https://github.com/DigitalBrainJS)
230
+ Emily Morehouse (https://github.com/emilyemorehouse)
231
+ Rubén Norte (https://github.com/rubennorte)
232
+ Justin Beckwith (https://github.com/JustinBeckwith)
233
+ Martti Laine (https://github.com/codeclown)
234
+ Xianming Zhong (https://github.com/chinesedfan)
235
+ Rikki Gibson (https://github.com/RikkiGibson)
236
+ Remco Haszing (https://github.com/remcohaszing)
237
+ Yasu Flores (https://github.com/yasuf)
238
+ Ben Carp (https://github.com/carpben)
239
+ License Copyright:
240
+ ===
241
+
242
+ # Copyright (c) 2014-present Matt Zabriskie & Collaborators
243
+
244
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
245
+
246
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
247
+
248
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
249
+
250
+
251
+ ---
252
+
253
+
254
+ Name: use-sync-external-store
255
+ Version: 1.2.0
256
+ License: MIT
257
+ Private: false
258
+ Description: Backwards compatible shim for React's useSyncExternalStore. Works with any React that supports hooks.
259
+ Repository: https://github.com/facebook/react.git
260
+ License Copyright:
261
+ ===
262
+
263
+ MIT License
264
+
265
+ Copyright (c) Facebook, Inc. and its affiliates.
266
+
267
+ Permission is hereby granted, free of charge, to any person obtaining a copy
268
+ of this software and associated documentation files (the "Software"), to deal
269
+ in the Software without restriction, including without limitation the rights
270
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
271
+ copies of the Software, and to permit persons to whom the Software is
272
+ furnished to do so, subject to the following conditions:
273
+
274
+ The above copyright notice and this permission notice shall be included in all
275
+ copies or substantial portions of the Software.
276
+
277
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
278
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
279
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
280
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
281
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
282
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
283
+ SOFTWARE.
284
+
285
+
286
+ ---
287
+
288
+
289
+ Name: xstate
290
+ Version: 4.37.2
291
+ License: MIT
292
+ Private: false
293
+ Description: Finite State Machines and Statecharts for the Modern Web.
294
+ Repository: git+https://github.com/statelyai/xstate.git
295
+ Homepage: https://github.com/statelyai/xstate/tree/main/packages/core#readme
296
+ Author: David Khourshid <davidkpiano@gmail.com>
297
+ License Copyright:
298
+ ===
299
+
300
+ The MIT License (MIT)
301
+
302
+ Copyright (c) 2015 David Khourshid
303
+
304
+ Permission is hereby granted, free of charge, to any person obtaining a copy
305
+ of this software and associated documentation files (the "Software"), to deal
306
+ in the Software without restriction, including without limitation the rights
307
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
308
+ copies of the Software, and to permit persons to whom the Software is
309
+ furnished to do so, subject to the following conditions:
310
+
311
+ The above copyright notice and this permission notice shall be included in all
312
+ copies or substantial portions of the Software.
313
+
314
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
315
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
316
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
317
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
318
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
319
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
320
+ SOFTWARE.
321
+
322
+
323
+
324
+ ---
325
+
326
+
327
+ Name: use-isomorphic-layout-effect
328
+ Version: 1.1.2
329
+ License: MIT
330
+ Private: false
331
+ Description: A React helper hook for scheduling a layout effect with a fallback to a regular effect for environments where layout effects should not be used (such as server-side rendering).
332
+ Repository: git+https://github.com/Andarist/use-isomorphic-layout-effect.git
333
+ Homepage: https://github.com/Andarist/use-isomorphic-layout-effect#readme
334
+ License Copyright:
335
+ ===
336
+
337
+ MIT License
338
+
339
+ Copyright (c) Mateusz Burzyński
340
+
341
+ Permission is hereby granted, free of charge, to any person obtaining a copy
342
+ of this software and associated documentation files (the "Software"), to deal
343
+ in the Software without restriction, including without limitation the rights
344
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
345
+ copies of the Software, and to permit persons to whom the Software is
346
+ furnished to do so, subject to the following conditions:
347
+
348
+ The above copyright notice and this permission notice shall be included in all
349
+ copies or substantial portions of the Software.
350
+
351
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
352
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
353
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
354
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
355
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
356
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
357
+ SOFTWARE.
358
+
359
+
360
+ ---
361
+
362
+
363
+ Name: @xstate/react
364
+ Version: 3.2.2
365
+ License: MIT
366
+ Private: false
367
+ Description: XState tools for React
368
+ Repository: git+ssh://git@github.com/statelyai/xstate.git
369
+ Homepage: https://github.com/statelyai/xstate/tree/main/packages/xstate-react#readme
370
+ Author: David Khourshid <davidkpiano@gmail.com>
371
+ License Copyright:
372
+ ===
373
+
374
+ The MIT License (MIT)
375
+
376
+ Copyright (c) 2015 David Khourshid
377
+
378
+ Permission is hereby granted, free of charge, to any person obtaining a copy
379
+ of this software and associated documentation files (the "Software"), to deal
380
+ in the Software without restriction, including without limitation the rights
381
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
382
+ copies of the Software, and to permit persons to whom the Software is
383
+ furnished to do so, subject to the following conditions:
384
+
385
+ The above copyright notice and this permission notice shall be included in all
386
+ copies or substantial portions of the Software.
387
+
388
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
389
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
390
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
391
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
392
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
393
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
394
+ SOFTWARE.
package/package.json CHANGED
@@ -1,89 +1,27 @@
1
1
  {
2
2
  "name": "@getyoti/react-face-capture",
3
- "version": "1.4.0",
3
+ "version": "2.0.0",
4
4
  "description": "Face capture module to collect picture and data for Yoti AI API",
5
5
  "main": "index.js",
6
6
  "typings": "index.d.ts",
7
7
  "author": "Yoti LTD",
8
8
  "license": "Yoti Face Capture Licence",
9
9
  "dependencies": {
10
- "@lingui/macro": "3.6.0",
11
- "@lingui/react": "3.6.0",
12
- "axios": "0.24.0",
10
+ "@lingui/react": "4.1.2",
11
+ "@xstate/react": "3.2.2",
12
+ "axios": "1.6.2",
13
13
  "classnames": "2.2.6",
14
- "face-api.js": "0.22.0"
14
+ "face-api.js": "0.22.0",
15
+ "prop-types": "15.7.2",
16
+ "xstate": "4.37.2"
15
17
  },
16
18
  "peerDependencies": {
17
- "react": ">=16.12.0 <18",
18
- "react-dom": ">=16.12.0 <18"
19
+ "react": ">=16.14.0 <18.2.0",
20
+ "react-dom": ">=16.14.0 <18.2.0"
19
21
  },
20
- "devDependencies": {
21
- "@babel/core": "7.12.3",
22
- "@babel/eslint-parser": "7.16.5",
23
- "@babel/plugin-proposal-class-properties": "7.12.1",
24
- "@babel/plugin-transform-modules-commonjs": "7.16.0",
25
- "@babel/preset-env": "7.12.1",
26
- "@babel/preset-react": "7.12.5",
27
- "@babel/register": "7.12.1",
28
- "@lingui/cli": "3.6.0",
29
- "@storybook/addon-actions": "6.5.10",
30
- "@storybook/addon-essentials": "6.5.10",
31
- "@storybook/addon-links": "6.5.10",
32
- "@storybook/addon-postcss": "2.0.0",
33
- "@storybook/addon-storysource": "6.5.10",
34
- "@storybook/builder-webpack5": "6.5.10",
35
- "@storybook/manager-webpack5": "6.5.10",
36
- "@storybook/preset-scss": "1.0.3",
37
- "@storybook/react": "6.5.10",
38
- "@svgr/webpack": "5.5.0",
39
- "@testing-library/jest-dom": "5.11.6",
40
- "@testing-library/react": "11.1.2",
41
- "@testing-library/react-hooks": "7.0.2",
42
- "@yoti/ui-kit-components-react": "4.0.0-alpha.9",
43
- "@yoti/webpack-config": "1.0.0-alpha.5",
44
- "audit-ci": "6.1.2",
45
- "autoprefixer": "10.0.2",
46
- "babel-jest": "26.6.3",
47
- "babel-loader": "8.2.2",
48
- "babel-plugin-macros": "3.1.0",
49
- "babel-plugin-module-resolver": "4.0.0",
50
- "core-js": "3.7.0",
51
- "cors": "2.8.5",
52
- "css-hot-loader": "1.4.4",
53
- "css-loader": "6.2.0",
54
- "detect-browser": "5.3.0",
55
- "eslint": "7.13.0",
56
- "eslint-config-airbnb": "18.2.1",
57
- "eslint-config-prettier": "6.15.0",
58
- "eslint-filtered-fix": "0.1.1",
59
- "eslint-import-resolver-babel-module": "5.2.0",
60
- "eslint-plugin-import": "2.22.1",
61
- "eslint-plugin-jest": "24.1.3",
62
- "eslint-plugin-jsx-a11y": "6.4.1",
63
- "eslint-plugin-jsx-control-statements": "2.2.1",
64
- "eslint-plugin-prettier": "3.1.4",
65
- "eslint-plugin-react": "7.21.5",
66
- "eslint-plugin-react-hooks": "4.2.0",
67
- "eslint-plugin-testing-library": "3.10.0",
68
- "follow-redirects": "1.14.7",
69
- "http-server": "14.1.0",
70
- "identity-obj-proxy": "3.0.0",
71
- "jest": "26.6.3",
72
- "jest-environment-node": "27.4.2",
73
- "markdown-table": "2.0.0",
74
- "modules": "0.4.0",
75
- "nanoid": "3.2.0",
76
- "postcss": "8.4.5",
77
- "postcss-modules": "4.3.0",
78
- "prettier": "2.1.2",
79
- "process": "0.11.10",
80
- "prop-types": "15.7.2",
81
- "react": "16.12.0",
82
- "react-dom": "16.12.0",
83
- "replace-in-file": "6.1.0",
84
- "sass": "1.29.0",
85
- "sass-loader": "12.1.0",
86
- "webpack": "5.52.0",
87
- "webpack-cli": "4.8.0"
22
+ "browser": {
23
+ "crypto": false,
24
+ "fs": false,
25
+ "util": false
88
26
  }
89
27
  }