-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyarn.lock
More file actions
10089 lines (9139 loc) · 352 KB
/
yarn.lock
File metadata and controls
10089 lines (9139 loc) · 352 KB
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
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# This file is generated by running "yarn install" inside your project.
# Manual changes might be lost - proceed with caution!
__metadata:
version: 8
cacheKey: 10c0
"@adobe/css-tools@npm:^4.4.0":
version: 4.4.4
resolution: "@adobe/css-tools@npm:4.4.4"
checksum: 10c0/8f3e6cfaa5e6286e6f05de01d91d060425be2ebaef490881f5fe6da8bbdb336835c5d373ea337b0c3b0a1af4be048ba18780f0f6021d30809b4545922a7e13d9
languageName: node
linkType: hard
"@alloc/quick-lru@npm:^5.2.0":
version: 5.2.0
resolution: "@alloc/quick-lru@npm:5.2.0"
checksum: 10c0/7b878c48b9d25277d0e1a9b8b2f2312a314af806b4129dc902f2bc29ab09b58236e53964689feec187b28c80d2203aff03829754773a707a8a5987f1b7682d92
languageName: node
linkType: hard
"@ampproject/remapping@npm:^2.2.0":
version: 2.3.0
resolution: "@ampproject/remapping@npm:2.3.0"
dependencies:
"@jridgewell/gen-mapping": "npm:^0.3.5"
"@jridgewell/trace-mapping": "npm:^0.3.24"
checksum: 10c0/81d63cca5443e0f0c72ae18b544cc28c7c0ec2cea46e7cb888bb0e0f411a1191d0d6b7af798d54e30777d8d1488b2ec0732aac2be342d3d7d3ffd271c6f489ed
languageName: node
linkType: hard
"@asamuzakjp/css-color@npm:^3.2.0":
version: 3.2.0
resolution: "@asamuzakjp/css-color@npm:3.2.0"
dependencies:
"@csstools/css-calc": "npm:^2.1.3"
"@csstools/css-color-parser": "npm:^3.0.9"
"@csstools/css-parser-algorithms": "npm:^3.0.4"
"@csstools/css-tokenizer": "npm:^3.0.3"
lru-cache: "npm:^10.4.3"
checksum: 10c0/a4bf1c831751b1fae46b437e37e8a38c0b5bd58d23230157ae210bd1e905fe509b89b7c243e63d1522d852668a6292ed730a160e21342772b4e5b7b8ea14c092
languageName: node
linkType: hard
"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/code-frame@npm:7.27.1"
dependencies:
"@babel/helper-validator-identifier": "npm:^7.27.1"
js-tokens: "npm:^4.0.0"
picocolors: "npm:^1.1.1"
checksum: 10c0/5dd9a18baa5fce4741ba729acc3a3272c49c25cb8736c4b18e113099520e7ef7b545a4096a26d600e4416157e63e87d66db46aa3fbf0a5f2286da2705c12da00
languageName: node
linkType: hard
"@babel/compat-data@npm:^7.27.2":
version: 7.28.0
resolution: "@babel/compat-data@npm:7.28.0"
checksum: 10c0/c4e527302bcd61052423f757355a71c3bc62362bac13f7f130de16e439716f66091ff5bdecda418e8fa0271d4c725f860f0ee23ab7bf6e769f7a8bb16dfcb531
languageName: node
linkType: hard
"@babel/core@npm:^7.23.9, @babel/core@npm:^7.27.4":
version: 7.28.3
resolution: "@babel/core@npm:7.28.3"
dependencies:
"@ampproject/remapping": "npm:^2.2.0"
"@babel/code-frame": "npm:^7.27.1"
"@babel/generator": "npm:^7.28.3"
"@babel/helper-compilation-targets": "npm:^7.27.2"
"@babel/helper-module-transforms": "npm:^7.28.3"
"@babel/helpers": "npm:^7.28.3"
"@babel/parser": "npm:^7.28.3"
"@babel/template": "npm:^7.27.2"
"@babel/traverse": "npm:^7.28.3"
"@babel/types": "npm:^7.28.2"
convert-source-map: "npm:^2.0.0"
debug: "npm:^4.1.0"
gensync: "npm:^1.0.0-beta.2"
json5: "npm:^2.2.3"
semver: "npm:^6.3.1"
checksum: 10c0/e6b3eb830c4b93f5a442b305776df1cd2bb4fafa4612355366f67c764f3e54a69d45b84def77fb2d4fd83439102667b0a92c3ea2838f678733245b748c602a7b
languageName: node
linkType: hard
"@babel/generator@npm:^7.27.5, @babel/generator@npm:^7.28.3":
version: 7.28.3
resolution: "@babel/generator@npm:7.28.3"
dependencies:
"@babel/parser": "npm:^7.28.3"
"@babel/types": "npm:^7.28.2"
"@jridgewell/gen-mapping": "npm:^0.3.12"
"@jridgewell/trace-mapping": "npm:^0.3.28"
jsesc: "npm:^3.0.2"
checksum: 10c0/0ff58bcf04f8803dcc29479b547b43b9b0b828ec1ee0668e92d79f9e90f388c28589056637c5ff2fd7bcf8d153c990d29c448d449d852bf9d1bc64753ca462bc
languageName: node
linkType: hard
"@babel/helper-compilation-targets@npm:^7.27.2":
version: 7.27.2
resolution: "@babel/helper-compilation-targets@npm:7.27.2"
dependencies:
"@babel/compat-data": "npm:^7.27.2"
"@babel/helper-validator-option": "npm:^7.27.1"
browserslist: "npm:^4.24.0"
lru-cache: "npm:^5.1.1"
semver: "npm:^6.3.1"
checksum: 10c0/f338fa00dcfea931804a7c55d1a1c81b6f0a09787e528ec580d5c21b3ecb3913f6cb0f361368973ce953b824d910d3ac3e8a8ee15192710d3563826447193ad1
languageName: node
linkType: hard
"@babel/helper-globals@npm:^7.28.0":
version: 7.28.0
resolution: "@babel/helper-globals@npm:7.28.0"
checksum: 10c0/5a0cd0c0e8c764b5f27f2095e4243e8af6fa145daea2b41b53c0c1414fe6ff139e3640f4e2207ae2b3d2153a1abd346f901c26c290ee7cb3881dd922d4ee9232
languageName: node
linkType: hard
"@babel/helper-module-imports@npm:^7.0.0, @babel/helper-module-imports@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/helper-module-imports@npm:7.27.1"
dependencies:
"@babel/traverse": "npm:^7.27.1"
"@babel/types": "npm:^7.27.1"
checksum: 10c0/e00aace096e4e29290ff8648455c2bc4ed982f0d61dbf2db1b5e750b9b98f318bf5788d75a4f974c151bd318fd549e81dbcab595f46b14b81c12eda3023f51e8
languageName: node
linkType: hard
"@babel/helper-module-transforms@npm:^7.28.3":
version: 7.28.3
resolution: "@babel/helper-module-transforms@npm:7.28.3"
dependencies:
"@babel/helper-module-imports": "npm:^7.27.1"
"@babel/helper-validator-identifier": "npm:^7.27.1"
"@babel/traverse": "npm:^7.28.3"
peerDependencies:
"@babel/core": ^7.0.0
checksum: 10c0/549be62515a6d50cd4cfefcab1b005c47f89bd9135a22d602ee6a5e3a01f27571868ada10b75b033569f24dc4a2bb8d04bfa05ee75c16da7ade2d0db1437fcdb
languageName: node
linkType: hard
"@babel/helper-plugin-utils@npm:^7.0.0, @babel/helper-plugin-utils@npm:^7.10.4, @babel/helper-plugin-utils@npm:^7.12.13, @babel/helper-plugin-utils@npm:^7.14.5, @babel/helper-plugin-utils@npm:^7.27.1, @babel/helper-plugin-utils@npm:^7.8.0":
version: 7.27.1
resolution: "@babel/helper-plugin-utils@npm:7.27.1"
checksum: 10c0/94cf22c81a0c11a09b197b41ab488d416ff62254ce13c57e62912c85700dc2e99e555225787a4099ff6bae7a1812d622c80fbaeda824b79baa10a6c5ac4cf69b
languageName: node
linkType: hard
"@babel/helper-string-parser@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/helper-string-parser@npm:7.27.1"
checksum: 10c0/8bda3448e07b5583727c103560bcf9c4c24b3c1051a4c516d4050ef69df37bb9a4734a585fe12725b8c2763de0a265aa1e909b485a4e3270b7cfd3e4dbe4b602
languageName: node
linkType: hard
"@babel/helper-validator-identifier@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/helper-validator-identifier@npm:7.27.1"
checksum: 10c0/c558f11c4871d526498e49d07a84752d1800bf72ac0d3dad100309a2eaba24efbf56ea59af5137ff15e3a00280ebe588560534b0e894a4750f8b1411d8f78b84
languageName: node
linkType: hard
"@babel/helper-validator-option@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/helper-validator-option@npm:7.27.1"
checksum: 10c0/6fec5f006eba40001a20f26b1ef5dbbda377b7b68c8ad518c05baa9af3f396e780bdfded24c4eef95d14bb7b8fd56192a6ed38d5d439b97d10efc5f1a191d148
languageName: node
linkType: hard
"@babel/helpers@npm:^7.28.3":
version: 7.28.3
resolution: "@babel/helpers@npm:7.28.3"
dependencies:
"@babel/template": "npm:^7.27.2"
"@babel/types": "npm:^7.28.2"
checksum: 10c0/03a8f94135415eec62d37be9c62c63908f2d5386c7b00e04545de4961996465775330e3eb57717ea7451e19b0e24615777ebfec408c2adb1df3b10b4df6bf1ce
languageName: node
linkType: hard
"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.23.9, @babel/parser@npm:^7.27.2, @babel/parser@npm:^7.28.3":
version: 7.28.3
resolution: "@babel/parser@npm:7.28.3"
dependencies:
"@babel/types": "npm:^7.28.2"
bin:
parser: ./bin/babel-parser.js
checksum: 10c0/1f41eb82623b0ca0f94521b57f4790c6c457cd922b8e2597985b36bdec24114a9ccf54640286a760ceb60f11fe9102d192bf60477aee77f5d45f1029b9b72729
languageName: node
linkType: hard
"@babel/plugin-syntax-async-generators@npm:^7.8.4":
version: 7.8.4
resolution: "@babel/plugin-syntax-async-generators@npm:7.8.4"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.8.0"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/d13efb282838481348c71073b6be6245b35d4f2f964a8f71e4174f235009f929ef7613df25f8d2338e2d3e44bc4265a9f8638c6aaa136d7a61fe95985f9725c8
languageName: node
linkType: hard
"@babel/plugin-syntax-bigint@npm:^7.8.3":
version: 7.8.3
resolution: "@babel/plugin-syntax-bigint@npm:7.8.3"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.8.0"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/686891b81af2bc74c39013655da368a480f17dd237bf9fbc32048e5865cb706d5a8f65438030da535b332b1d6b22feba336da8fa931f663b6b34e13147d12dde
languageName: node
linkType: hard
"@babel/plugin-syntax-class-properties@npm:^7.12.13":
version: 7.12.13
resolution: "@babel/plugin-syntax-class-properties@npm:7.12.13"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.12.13"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/95168fa186416195280b1264fb18afcdcdcea780b3515537b766cb90de6ce042d42dd6a204a39002f794ae5845b02afb0fd4861a3308a861204a55e68310a120
languageName: node
linkType: hard
"@babel/plugin-syntax-class-static-block@npm:^7.14.5":
version: 7.14.5
resolution: "@babel/plugin-syntax-class-static-block@npm:7.14.5"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.14.5"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/4464bf9115f4a2d02ce1454411baf9cfb665af1da53709c5c56953e5e2913745b0fcce82982a00463d6facbdd93445c691024e310b91431a1e2f024b158f6371
languageName: node
linkType: hard
"@babel/plugin-syntax-import-attributes@npm:^7.24.7":
version: 7.27.1
resolution: "@babel/plugin-syntax-import-attributes@npm:7.27.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.27.1"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/e66f7a761b8360419bbb93ab67d87c8a97465ef4637a985ff682ce7ba6918b34b29d81190204cf908d0933058ee7b42737423cd8a999546c21b3aabad4affa9a
languageName: node
linkType: hard
"@babel/plugin-syntax-import-meta@npm:^7.10.4":
version: 7.10.4
resolution: "@babel/plugin-syntax-import-meta@npm:7.10.4"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.10.4"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/0b08b5e4c3128523d8e346f8cfc86824f0da2697b1be12d71af50a31aff7a56ceb873ed28779121051475010c28d6146a6bfea8518b150b71eeb4e46190172ee
languageName: node
linkType: hard
"@babel/plugin-syntax-json-strings@npm:^7.8.3":
version: 7.8.3
resolution: "@babel/plugin-syntax-json-strings@npm:7.8.3"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.8.0"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/e98f31b2ec406c57757d115aac81d0336e8434101c224edd9a5c93cefa53faf63eacc69f3138960c8b25401315af03df37f68d316c151c4b933136716ed6906e
languageName: node
linkType: hard
"@babel/plugin-syntax-jsx@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/plugin-syntax-jsx@npm:7.27.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.27.1"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/bc5afe6a458d5f0492c02a54ad98c5756a0c13bd6d20609aae65acd560a9e141b0876da5f358dce34ea136f271c1016df58b461184d7ae9c4321e0f98588bc84
languageName: node
linkType: hard
"@babel/plugin-syntax-logical-assignment-operators@npm:^7.10.4":
version: 7.10.4
resolution: "@babel/plugin-syntax-logical-assignment-operators@npm:7.10.4"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.10.4"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/2594cfbe29411ad5bc2ad4058de7b2f6a8c5b86eda525a993959438615479e59c012c14aec979e538d60a584a1a799b60d1b8942c3b18468cb9d99b8fd34cd0b
languageName: node
linkType: hard
"@babel/plugin-syntax-nullish-coalescing-operator@npm:^7.8.3":
version: 7.8.3
resolution: "@babel/plugin-syntax-nullish-coalescing-operator@npm:7.8.3"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.8.0"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/2024fbb1162899094cfc81152449b12bd0cc7053c6d4bda8ac2852545c87d0a851b1b72ed9560673cbf3ef6248257262c3c04aabf73117215c1b9cc7dd2542ce
languageName: node
linkType: hard
"@babel/plugin-syntax-numeric-separator@npm:^7.10.4":
version: 7.10.4
resolution: "@babel/plugin-syntax-numeric-separator@npm:7.10.4"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.10.4"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/c55a82b3113480942c6aa2fcbe976ff9caa74b7b1109ff4369641dfbc88d1da348aceb3c31b6ed311c84d1e7c479440b961906c735d0ab494f688bf2fd5b9bb9
languageName: node
linkType: hard
"@babel/plugin-syntax-object-rest-spread@npm:^7.8.3":
version: 7.8.3
resolution: "@babel/plugin-syntax-object-rest-spread@npm:7.8.3"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.8.0"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/ee1eab52ea6437e3101a0a7018b0da698545230015fc8ab129d292980ec6dff94d265e9e90070e8ae5fed42f08f1622c14c94552c77bcac784b37f503a82ff26
languageName: node
linkType: hard
"@babel/plugin-syntax-optional-catch-binding@npm:^7.8.3":
version: 7.8.3
resolution: "@babel/plugin-syntax-optional-catch-binding@npm:7.8.3"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.8.0"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/27e2493ab67a8ea6d693af1287f7e9acec206d1213ff107a928e85e173741e1d594196f99fec50e9dde404b09164f39dec5864c767212154ffe1caa6af0bc5af
languageName: node
linkType: hard
"@babel/plugin-syntax-optional-chaining@npm:^7.8.3":
version: 7.8.3
resolution: "@babel/plugin-syntax-optional-chaining@npm:7.8.3"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.8.0"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/46edddf2faa6ebf94147b8e8540dfc60a5ab718e2de4d01b2c0bdf250a4d642c2bd47cbcbb739febcb2bf75514dbcefad3c52208787994b8d0f8822490f55e81
languageName: node
linkType: hard
"@babel/plugin-syntax-private-property-in-object@npm:^7.14.5":
version: 7.14.5
resolution: "@babel/plugin-syntax-private-property-in-object@npm:7.14.5"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.14.5"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/69822772561706c87f0a65bc92d0772cea74d6bc0911537904a676d5ff496a6d3ac4e05a166d8125fce4a16605bace141afc3611074e170a994e66e5397787f3
languageName: node
linkType: hard
"@babel/plugin-syntax-top-level-await@npm:^7.14.5":
version: 7.14.5
resolution: "@babel/plugin-syntax-top-level-await@npm:7.14.5"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.14.5"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/14bf6e65d5bc1231ffa9def5f0ef30b19b51c218fcecaa78cd1bdf7939dfdf23f90336080b7f5196916368e399934ce5d581492d8292b46a2fb569d8b2da106f
languageName: node
linkType: hard
"@babel/plugin-syntax-typescript@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/plugin-syntax-typescript@npm:7.27.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.27.1"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/11589b4c89c66ef02d57bf56c6246267851ec0c361f58929327dc3e070b0dab644be625bbe7fb4c4df30c3634bfdfe31244e1f517be397d2def1487dbbe3c37d
languageName: node
linkType: hard
"@babel/runtime@npm:^7.0.0, @babel/runtime@npm:^7.12.13, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.14.8, @babel/runtime@npm:^7.21.0, @babel/runtime@npm:^7.5.5, @babel/runtime@npm:^7.7.2":
version: 7.28.3
resolution: "@babel/runtime@npm:7.28.3"
checksum: 10c0/b360f82c2c5114f2a062d4d143d7b4ec690094764853937110585a9497977aed66c102166d0e404766c274e02a50ffb8f6d77fef7251ecf3f607f0e03e6397bc
languageName: node
linkType: hard
"@babel/template@npm:^7.27.2":
version: 7.27.2
resolution: "@babel/template@npm:7.27.2"
dependencies:
"@babel/code-frame": "npm:^7.27.1"
"@babel/parser": "npm:^7.27.2"
"@babel/types": "npm:^7.27.1"
checksum: 10c0/ed9e9022651e463cc5f2cc21942f0e74544f1754d231add6348ff1b472985a3b3502041c0be62dc99ed2d12cfae0c51394bf827452b98a2f8769c03b87aadc81
languageName: node
linkType: hard
"@babel/traverse@npm:^7.27.1, @babel/traverse@npm:^7.28.3":
version: 7.28.3
resolution: "@babel/traverse@npm:7.28.3"
dependencies:
"@babel/code-frame": "npm:^7.27.1"
"@babel/generator": "npm:^7.28.3"
"@babel/helper-globals": "npm:^7.28.0"
"@babel/parser": "npm:^7.28.3"
"@babel/template": "npm:^7.27.2"
"@babel/types": "npm:^7.28.2"
debug: "npm:^4.3.1"
checksum: 10c0/26e95b29a46925b7b41255e03185b7e65b2c4987e14bbee7bbf95867fb19c69181f301bbe1c7b201d4fe0cce6aa0cbea0282dad74b3a0fef3d9058f6c76fdcb3
languageName: node
linkType: hard
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.27.1, @babel/types@npm:^7.27.3, @babel/types@npm:^7.28.2":
version: 7.28.2
resolution: "@babel/types@npm:7.28.2"
dependencies:
"@babel/helper-string-parser": "npm:^7.27.1"
"@babel/helper-validator-identifier": "npm:^7.27.1"
checksum: 10c0/24b11c9368e7e2c291fe3c1bcd1ed66f6593a3975f479cbb9dd7b8c8d8eab8a962b0d2fca616c043396ce82500ac7d23d594fbbbd013828182c01596370a0b10
languageName: node
linkType: hard
"@bcoe/v8-coverage@npm:^0.2.3":
version: 0.2.3
resolution: "@bcoe/v8-coverage@npm:0.2.3"
checksum: 10c0/6b80ae4cb3db53f486da2dc63b6e190a74c8c3cca16bb2733f234a0b6a9382b09b146488ae08e2b22cf00f6c83e20f3e040a2f7894f05c045c946d6a090b1d52
languageName: node
linkType: hard
"@contentful/app-scripts@npm:^2.5.5":
version: 2.5.5
resolution: "@contentful/app-scripts@npm:2.5.5"
dependencies:
"@esbuild-plugins/node-globals-polyfill": "npm:^0.2.3"
"@esbuild-plugins/node-modules-polyfill": "npm:^0.2.2"
"@segment/analytics-node": "npm:^2.0.0"
adm-zip: "npm:0.5.16"
axios: "npm:^1.8.4"
bottleneck: "npm:2.19.5"
chalk: "npm:4.1.2"
commander: "npm:12.1.0"
contentful-management: "npm:^11.48.1"
dotenv: "npm:16.5.0"
esbuild: "npm:^0.25.1"
ignore: "npm:7.0.5"
inquirer: "npm:8.2.6"
lodash: "npm:4.17.21"
merge-options: "npm:^3.0.4"
open: "npm:8.4.2"
ora: "npm:5.4.1"
tiged: "npm:^2.12.7"
zod: "npm:^3.24.1"
bin:
contentful-app-scripts: lib/bin.js
checksum: 10c0/ec42f651180f3300a7b89e2e5021797873ad974eb345a98414254430ec206e8e291aeaf8827e3a0974eb6ccbe66b76edab830a5e03b2383581c9eff353120d55
languageName: node
linkType: hard
"@contentful/app-sdk@npm:4.41.1":
version: 4.41.1
resolution: "@contentful/app-sdk@npm:4.41.1"
dependencies:
contentful-management: "npm:^11.52.1"
checksum: 10c0/8fdd59ba344982302e0bbfc5a9abc0e35d8786a8230c45b1be448d974bb75040e347cb170bfcc8a0763ba60f5dabc7807010af4bd47b1007c2c01f7fe194f2af
languageName: node
linkType: hard
"@contentful/f36-accordion@npm:^4.81.1":
version: 4.81.1
resolution: "@contentful/f36-accordion@npm:4.81.1"
dependencies:
"@contentful/f36-collapse": "npm:^4.81.1"
"@contentful/f36-core": "npm:^4.81.1"
"@contentful/f36-icons": "npm:^4.29.1"
"@contentful/f36-tokens": "npm:^4.2.0"
"@contentful/f36-typography": "npm:^4.81.1"
emotion: "npm:^10.0.17"
peerDependencies:
react: ">=16.8"
react-dom: ">=16.8"
checksum: 10c0/4271a2e241a1a04ae75b2db069d737c3e22fc9c6174c505ed0e30a298e35402e96ec84a258c37886dbc6071c9f9d0030d2f26a570044af933321dff77307fe39
languageName: node
linkType: hard
"@contentful/f36-asset@npm:^4.81.1":
version: 4.81.1
resolution: "@contentful/f36-asset@npm:4.81.1"
dependencies:
"@contentful/f36-core": "npm:^4.81.1"
"@contentful/f36-icon": "npm:^4.81.1"
"@contentful/f36-icons": "npm:^4.29.1"
"@contentful/f36-tokens": "npm:^4.2.0"
"@contentful/f36-typography": "npm:^4.81.1"
emotion: "npm:^10.0.17"
peerDependencies:
react: ">=16.8"
react-dom: ">=16.8"
checksum: 10c0/6958534273dbc4a9836718890168217f60a78c13bcb4fe0530ed0b1fd8fb9f552963f6f98943beb98a393d01ce40f1d8a8cdc6499f43f21fdb7ad7439905101a
languageName: node
linkType: hard
"@contentful/f36-autocomplete@npm:^4.81.1":
version: 4.81.1
resolution: "@contentful/f36-autocomplete@npm:4.81.1"
dependencies:
"@contentful/f36-button": "npm:^4.81.1"
"@contentful/f36-core": "npm:^4.81.1"
"@contentful/f36-forms": "npm:^4.81.1"
"@contentful/f36-icons": "npm:^4.29.1"
"@contentful/f36-popover": "npm:^4.81.1"
"@contentful/f36-skeleton": "npm:^4.81.1"
"@contentful/f36-tokens": "npm:^4.2.0"
"@contentful/f36-typography": "npm:^4.81.1"
"@contentful/f36-utils": "npm:^4.24.3"
downshift: "npm:^6.1.12"
emotion: "npm:^10.0.17"
peerDependencies:
react: ">=16.8"
react-dom: ">=16.8"
checksum: 10c0/7b6a007ae33d67b816a3c35f07b0a7c50bb0ac94375913d95e2d617c15ad61695dc3a5dce150bcd28989be2aefa2761b0b2451dcebd6597b22a381a32dac3f21
languageName: node
linkType: hard
"@contentful/f36-avatar@npm:4.81.1":
version: 4.81.1
resolution: "@contentful/f36-avatar@npm:4.81.1"
dependencies:
"@contentful/f36-core": "npm:^4.81.1"
"@contentful/f36-image": "npm:4.81.1"
"@contentful/f36-menu": "npm:^4.81.1"
"@contentful/f36-tokens": "npm:^4.2.0"
"@contentful/f36-tooltip": "npm:^4.81.1"
emotion: "npm:^10.0.17"
peerDependencies:
react: ">=16.8"
react-dom: ">=16.8"
checksum: 10c0/0f68b232f361e2a589186ace77b95f1aa2bd30405e927ec86bdc072df3a47e6bf28555daee1913120f4cf81291c7afa21dc47ed21da3996ac8e40f6594f323e6
languageName: node
linkType: hard
"@contentful/f36-badge@npm:^4.81.1":
version: 4.81.1
resolution: "@contentful/f36-badge@npm:4.81.1"
dependencies:
"@contentful/f36-core": "npm:^4.81.1"
"@contentful/f36-icons": "npm:^4.29.1"
"@contentful/f36-tokens": "npm:^4.2.0"
emotion: "npm:^10.0.17"
peerDependencies:
react: ">=16.8"
react-dom: ">=16.8"
checksum: 10c0/f4fccd9ba33306dc94f262fdb6f586773f5c0710f647a78c2e121639c4a7ffe1b5308372cc5f2bfc76fc6c0019f61a95d78af059e2ddc7cbff8d3882a969fe94
languageName: node
linkType: hard
"@contentful/f36-button@npm:^4.81.1":
version: 4.81.1
resolution: "@contentful/f36-button@npm:4.81.1"
dependencies:
"@contentful/f36-core": "npm:^4.81.1"
"@contentful/f36-spinner": "npm:^4.81.1"
"@contentful/f36-tokens": "npm:^4.2.0"
"@contentful/f36-tooltip": "npm:^4.81.1"
"@contentful/f36-utils": "npm:^4.24.3"
emotion: "npm:^10.0.17"
peerDependencies:
react: ">=16.8"
react-dom: ">=16.8"
checksum: 10c0/f04c5afd16affa943e60ceee3b5decdc442c611b70409c08fd9698df90992e1693f3352a4902dbba00e616975c24d35df4655532d6a822396ef80e9245de71d9
languageName: node
linkType: hard
"@contentful/f36-card@npm:^4.80.4, @contentful/f36-card@npm:^4.81.1":
version: 4.81.1
resolution: "@contentful/f36-card@npm:4.81.1"
dependencies:
"@contentful/f36-asset": "npm:^4.81.1"
"@contentful/f36-badge": "npm:^4.81.1"
"@contentful/f36-button": "npm:^4.81.1"
"@contentful/f36-core": "npm:^4.81.1"
"@contentful/f36-drag-handle": "npm:^4.81.1"
"@contentful/f36-icon": "npm:^4.81.1"
"@contentful/f36-icons": "npm:^4.29.1"
"@contentful/f36-menu": "npm:^4.81.1"
"@contentful/f36-skeleton": "npm:^4.81.1"
"@contentful/f36-tokens": "npm:^4.2.0"
"@contentful/f36-tooltip": "npm:^4.81.1"
"@contentful/f36-typography": "npm:^4.81.1"
emotion: "npm:^10.0.17"
truncate: "npm:^3.0.0"
peerDependencies:
react: ">=16.8"
react-dom: ">=16.8"
checksum: 10c0/786f24a43ef853dd3fdfacb68c3b25997aefde3df84137a6beb98e0459e9780a83c47d165444d33528cf00d352581f6a08b553fcb0a59ea728a5941235b0066c
languageName: node
linkType: hard
"@contentful/f36-collapse@npm:^4.81.1":
version: 4.81.1
resolution: "@contentful/f36-collapse@npm:4.81.1"
dependencies:
"@contentful/f36-core": "npm:^4.81.1"
"@contentful/f36-tokens": "npm:^4.2.0"
emotion: "npm:^10.0.17"
peerDependencies:
react: ">=16.8"
react-dom: ">=16.8"
checksum: 10c0/a0524a1e741ece180ad3fecade49f78193bbb9d53cb0238f55891263ed0824e064b57f35a2fc5490ad8b3c690f4eba85d21d982d4f3ef1a70cb55b2e6f731e16
languageName: node
linkType: hard
"@contentful/f36-components@npm:4.81.1":
version: 4.81.1
resolution: "@contentful/f36-components@npm:4.81.1"
dependencies:
"@contentful/f36-accordion": "npm:^4.81.1"
"@contentful/f36-asset": "npm:^4.81.1"
"@contentful/f36-autocomplete": "npm:^4.81.1"
"@contentful/f36-avatar": "npm:4.81.1"
"@contentful/f36-badge": "npm:^4.81.1"
"@contentful/f36-button": "npm:^4.81.1"
"@contentful/f36-card": "npm:^4.81.1"
"@contentful/f36-collapse": "npm:^4.81.1"
"@contentful/f36-copybutton": "npm:^4.81.1"
"@contentful/f36-core": "npm:^4.81.1"
"@contentful/f36-datepicker": "npm:^4.81.1"
"@contentful/f36-datetime": "npm:^4.81.1"
"@contentful/f36-drag-handle": "npm:^4.81.1"
"@contentful/f36-empty-state": "npm:^4.81.1"
"@contentful/f36-entity-list": "npm:^4.81.1"
"@contentful/f36-forms": "npm:^4.81.1"
"@contentful/f36-header": "npm:^4.81.1"
"@contentful/f36-icon": "npm:^4.81.1"
"@contentful/f36-icons": "npm:^4.29.1"
"@contentful/f36-image": "npm:4.81.1"
"@contentful/f36-list": "npm:^4.81.1"
"@contentful/f36-menu": "npm:^4.81.1"
"@contentful/f36-modal": "npm:^4.81.1"
"@contentful/f36-navbar": "npm:^4.81.1"
"@contentful/f36-note": "npm:^4.81.1"
"@contentful/f36-notification": "npm:^4.81.1"
"@contentful/f36-pagination": "npm:^4.81.1"
"@contentful/f36-pill": "npm:^4.81.1"
"@contentful/f36-popover": "npm:^4.81.1"
"@contentful/f36-skeleton": "npm:^4.81.1"
"@contentful/f36-spinner": "npm:^4.81.1"
"@contentful/f36-table": "npm:^4.81.1"
"@contentful/f36-tabs": "npm:^4.81.1"
"@contentful/f36-text-link": "npm:^4.81.1"
"@contentful/f36-tokens": "npm:^4.2.0"
"@contentful/f36-tooltip": "npm:^4.81.1"
"@contentful/f36-typography": "npm:^4.81.1"
"@contentful/f36-usage-card": "npm:^4.0.0"
"@contentful/f36-usage-count": "npm:^4.1.0"
"@contentful/f36-utils": "npm:^4.24.3"
peerDependencies:
"@types/react": ">=16.8"
"@types/react-dom": ">=16.8"
react: ">=16.8"
react-dom: ">=16.8"
peerDependenciesMeta:
"@types/react":
optional: true
"@types/react-dom":
optional: true
checksum: 10c0/62d0a7f4e421ac71ddd9514889f2118a1190e31313fad4f85227c0ed5784c0c7f3595eeaae94139a765a840278c345c572d80bff1e4ddfa5d12327d2d1f9e41f
languageName: node
linkType: hard
"@contentful/f36-copybutton@npm:^4.81.1":
version: 4.81.1
resolution: "@contentful/f36-copybutton@npm:4.81.1"
dependencies:
"@contentful/f36-button": "npm:^4.81.1"
"@contentful/f36-core": "npm:^4.81.1"
"@contentful/f36-icons": "npm:^4.29.1"
"@contentful/f36-tokens": "npm:^4.2.0"
"@contentful/f36-tooltip": "npm:^4.81.1"
emotion: "npm:^10.0.17"
peerDependencies:
react: ">=16.8"
react-dom: ">=16.8"
checksum: 10c0/15a5f7ab9de69d1978d3b2f2512e61462639baa70655c17d2489b1074649481c3a38598f87485a2f89e81b3766929ee9437a4d9e9d88d0055eb4a3255e6e19ee
languageName: node
linkType: hard
"@contentful/f36-core@npm:^4.0.0, @contentful/f36-core@npm:^4.80.4, @contentful/f36-core@npm:^4.81.1":
version: 4.81.1
resolution: "@contentful/f36-core@npm:4.81.1"
dependencies:
"@contentful/f36-tokens": "npm:^4.2.0"
"@emotion/core": "npm:^10.1.1"
"@emotion/is-prop-valid": "npm:^1.2.0"
csstype: "npm:^3.1.1"
emotion: "npm:^10.0.17"
peerDependencies:
react: ">=16.8"
react-dom: ">=16.8"
checksum: 10c0/cc087e0a35949eb9307209e452b69be3268810e88e0d63c7275a2efa90b59c70b2af0c833535233221d6c7e5eb049e3e082bd3dcb65087f1bf0deb9f61fe86e2
languageName: node
linkType: hard
"@contentful/f36-datepicker@npm:^4.81.1":
version: 4.81.1
resolution: "@contentful/f36-datepicker@npm:4.81.1"
dependencies:
"@contentful/f36-button": "npm:^4.81.1"
"@contentful/f36-core": "npm:^4.81.1"
"@contentful/f36-forms": "npm:^4.81.1"
"@contentful/f36-icons": "npm:^4.29.1"
"@contentful/f36-popover": "npm:^4.81.1"
"@contentful/f36-tokens": "npm:^4.2.0"
"@contentful/f36-typography": "npm:^4.81.1"
date-fns: "npm:^2.28.0"
emotion: "npm:^10.0.17"
react-day-picker: "npm:^8.7.1"
react-focus-lock: "npm:^2.9.1"
peerDependencies:
react: ">=16.8"
react-dom: ">=16.8"
checksum: 10c0/e90622f433f6920d9726de85c64c305c96e2a47aa6cc7a91a7bb65e045dca04b4ffac146b6124c4480963bc5023ecc6245287724bde4502f4c643bb3519fac6d
languageName: node
linkType: hard
"@contentful/f36-datetime@npm:^4.81.1":
version: 4.81.1
resolution: "@contentful/f36-datetime@npm:4.81.1"
dependencies:
"@contentful/f36-core": "npm:^4.81.1"
"@contentful/f36-tokens": "npm:^4.2.0"
dayjs: "npm:^1.11.5"
emotion: "npm:^10.0.17"
peerDependencies:
react: ">=16.8"
react-dom: ">=16.8"
checksum: 10c0/55d0cf001ca53389fbbae88b414ab0b9ec5fa45c294e8c16841cd6bbac439f220011535715621402e2b1426e7c0074c828ace5ab6d0db66519b0e539fbdd21d7
languageName: node
linkType: hard
"@contentful/f36-drag-handle@npm:^4.81.1":
version: 4.81.1
resolution: "@contentful/f36-drag-handle@npm:4.81.1"
dependencies:
"@contentful/f36-core": "npm:^4.81.1"
"@contentful/f36-icons": "npm:^4.29.1"
"@contentful/f36-tokens": "npm:^4.2.0"
"@contentful/f36-utils": "npm:^4.24.3"
emotion: "npm:^10.0.17"
peerDependencies:
react: ">=16.8"
react-dom: ">=16.8"
checksum: 10c0/5a1222c2124ad0cc905b49e0b39b750b5ec92472e5c28bc7321ce35448fa5b78584e9dda10a592a12ecbeebf5098be97a3fe941ca0bef298c0d0544d45acf5b1
languageName: node
linkType: hard
"@contentful/f36-empty-state@npm:^4.81.1":
version: 4.81.1
resolution: "@contentful/f36-empty-state@npm:4.81.1"
dependencies:
"@contentful/f36-tokens": "npm:^4.2.0"
"@contentful/f36-typography": "npm:^4.81.1"
emotion: "npm:^10.0.17"
peerDependencies:
react: ">=16.8"
react-dom: ">=16.8"
checksum: 10c0/060f6fd5265192a3e09b61c99e33e6e2ec36ba72c6904e2aa0b9d40aa6650419ea80afc6d374cb00202d21b933b6d4332d0f7543c481f6692bdd46155d6518f7
languageName: node
linkType: hard
"@contentful/f36-entity-list@npm:^4.81.1":
version: 4.81.1
resolution: "@contentful/f36-entity-list@npm:4.81.1"
dependencies:
"@contentful/f36-badge": "npm:^4.81.1"
"@contentful/f36-button": "npm:^4.81.1"
"@contentful/f36-core": "npm:^4.81.1"
"@contentful/f36-drag-handle": "npm:^4.81.1"
"@contentful/f36-icon": "npm:^4.81.1"
"@contentful/f36-icons": "npm:^4.29.1"
"@contentful/f36-menu": "npm:^4.81.1"
"@contentful/f36-skeleton": "npm:^4.81.1"
"@contentful/f36-tokens": "npm:^4.2.0"
"@contentful/f36-typography": "npm:^4.81.1"
emotion: "npm:^10.0.17"
peerDependencies:
react: ">=16.8"
react-dom: ">=16.8"
checksum: 10c0/622a55e3f09e302961a45aa05d74f2d3dd48c7fc3520f3bb1e374d36e99e9c6436fdc2981fefa3150c0c9c2504ecb04c320c458a7e6de9275286f7f926e67c47
languageName: node
linkType: hard
"@contentful/f36-forms@npm:^4.81.1":
version: 4.81.1
resolution: "@contentful/f36-forms@npm:4.81.1"
dependencies:
"@contentful/f36-core": "npm:^4.81.1"
"@contentful/f36-icons": "npm:^4.29.1"
"@contentful/f36-tokens": "npm:^4.2.0"
"@contentful/f36-typography": "npm:^4.81.1"
"@contentful/f36-utils": "npm:^4.24.3"
emotion: "npm:^10.0.17"
peerDependencies:
react: ">=16.8"
react-dom: ">=16.8"
checksum: 10c0/e140436c11d5a38e4990c996fb92dfffc54d9ebf00138b8ef5db9b84a2256a1f73f8fa7045e3b552305192dc427351d86ce2fc97c5821c5f0d9b3d8147b3a3b8
languageName: node
linkType: hard
"@contentful/f36-header@npm:^4.81.1":
version: 4.81.1
resolution: "@contentful/f36-header@npm:4.81.1"
dependencies:
"@contentful/f36-button": "npm:^4.81.1"
"@contentful/f36-core": "npm:^4.81.1"
"@contentful/f36-icons": "npm:^4.29.1"
"@contentful/f36-tokens": "npm:^4.2.0"
"@contentful/f36-typography": "npm:^4.81.1"
emotion: "npm:^10.0.17"
peerDependencies:
react: ">=16.8"
react-dom: ">=16.8"
checksum: 10c0/6f2138003c5b8657ff196de7bef6d3c657077ebc107d3b00ecd8ab2ba330862df8d5c1cae5d5d8cc3d7898a4c40f36bd731931f43606fd2956c068bdb2c7bcbb
languageName: node
linkType: hard
"@contentful/f36-icon@npm:^4.80.4, @contentful/f36-icon@npm:^4.81.1":
version: 4.81.1
resolution: "@contentful/f36-icon@npm:4.81.1"
dependencies:
"@contentful/f36-core": "npm:^4.81.1"
"@contentful/f36-tokens": "npm:^4.2.0"
emotion: "npm:^10.0.17"
peerDependencies:
react: ">=16.8"
react-dom: ">=16.8"
checksum: 10c0/ef1201be8e1cfd2fe55aa320f2ad0f5a5c83535f69e7c318ca876ea5cefd57e1d4664779a97c031a05b49701044b33b0388caa989b6c08384f47d9b4d120cc13
languageName: node
linkType: hard
"@contentful/f36-icons@npm:^4.29.1":
version: 4.29.1
resolution: "@contentful/f36-icons@npm:4.29.1"
dependencies:
"@contentful/f36-core": "npm:^4.80.4"
"@contentful/f36-icon": "npm:^4.80.4"
"@contentful/f36-tokens": "npm:^4.0.1"
emotion: "npm:^10.0.17"
peerDependencies:
react: ">=16.8"
react-dom: ">=16.8"
checksum: 10c0/5acea0881f0f0d2629a5076e13499f97fa3cc5eca4969b91328b8e65605d2633b40d4fae36e815aa2170fc7705911c020fe90b548cf8dc07c6dba7fd60ac26d0
languageName: node
linkType: hard
"@contentful/f36-image@npm:4.81.1":
version: 4.81.1
resolution: "@contentful/f36-image@npm:4.81.1"
dependencies:
"@contentful/f36-core": "npm:^4.81.1"
"@contentful/f36-skeleton": "npm:^4.81.1"
"@contentful/f36-tokens": "npm:^4.2.0"
emotion: "npm:^10.0.17"
peerDependencies:
react: ">=16.8"
react-dom: ">=16.8"
checksum: 10c0/249c01a62268b9a9c0b5a21f057258b6cbad1e5f81a983ef38db64105908f46a6d1abf456e82a04d76ccf3a78ea09b64350d54bec578ff408211648c284f2966
languageName: node
linkType: hard
"@contentful/f36-list@npm:^4.81.1":
version: 4.81.1
resolution: "@contentful/f36-list@npm:4.81.1"
dependencies:
"@contentful/f36-core": "npm:^4.81.1"
"@contentful/f36-tokens": "npm:^4.2.0"
emotion: "npm:^10.0.17"
peerDependencies:
react: ">=16.8"
react-dom: ">=16.8"
checksum: 10c0/b85db29819ca46c25d5deb408fed472f61ddd639c8fee102af6c7fceffe54b56224d2268eab2dc40941c1fde40220e0aa8d388403613126c09e9824ca6186d63
languageName: node
linkType: hard
"@contentful/f36-menu@npm:^4.81.1":
version: 4.81.1
resolution: "@contentful/f36-menu@npm:4.81.1"
dependencies:
"@contentful/f36-core": "npm:^4.81.1"
"@contentful/f36-icons": "npm:^4.29.1"
"@contentful/f36-popover": "npm:^4.81.1"
"@contentful/f36-tokens": "npm:^4.2.0"
"@contentful/f36-typography": "npm:^4.81.1"
"@contentful/f36-utils": "npm:^4.24.3"
emotion: "npm:^10.0.17"
peerDependencies:
react: ">=16.8"
react-dom: ">=16.8"
checksum: 10c0/87db73294684075fdc43bc35d354628559c948b9b438dd6a7de522cd9b615e7b03e8c9291c799f0e7da21ebf0d843c045731b941412ce48df1028c0bbb41c797
languageName: node
linkType: hard
"@contentful/f36-modal@npm:^4.81.1":
version: 4.81.1
resolution: "@contentful/f36-modal@npm:4.81.1"
dependencies:
"@contentful/f36-button": "npm:^4.81.1"
"@contentful/f36-core": "npm:^4.81.1"
"@contentful/f36-icons": "npm:^4.29.1"
"@contentful/f36-tokens": "npm:^4.2.0"
"@contentful/f36-typography": "npm:^4.81.1"
"@types/react-modal": "npm:^3.13.1"
emotion: "npm:^10.0.17"
react-modal: "npm:^3.16.1"
peerDependencies:
react: ">=16.8"
react-dom: ">=16.8"
checksum: 10c0/f5502d11f42854c023c72a40af57dcdb7ef0b4dde645546d25a60617c8a6d9fba1981466a9236a5f817566eff9ff252d5b2f2280a42f02a44436d991691e2bdd
languageName: node
linkType: hard
"@contentful/f36-navbar@npm:^4.81.1":
version: 4.81.1
resolution: "@contentful/f36-navbar@npm:4.81.1"
dependencies:
"@contentful/f36-avatar": "npm:4.81.1"
"@contentful/f36-core": "npm:^4.81.1"
"@contentful/f36-icon": "npm:^4.81.1"
"@contentful/f36-icons": "npm:^4.29.1"
"@contentful/f36-menu": "npm:^4.81.1"
"@contentful/f36-skeleton": "npm:^4.81.1"
"@contentful/f36-tokens": "npm:^4.2.0"
"@contentful/f36-utils": "npm:^4.23.2"
emotion: "npm:^10.0.17"
peerDependencies:
react: ">=16.8"
react-dom: ">=16.8"
checksum: 10c0/891d87de0025348c82b81ebd9a5e488f27fe84126e2fb14e539993c1a18a8baac6f29754a9f84112b5975b3a9576a941853fbc22e7a50bd2b2f01529b0886267
languageName: node
linkType: hard
"@contentful/f36-note@npm:^4.81.1":
version: 4.81.1
resolution: "@contentful/f36-note@npm:4.81.1"
dependencies:
"@contentful/f36-button": "npm:^4.81.1"
"@contentful/f36-core": "npm:^4.81.1"
"@contentful/f36-icon": "npm:^4.81.1"
"@contentful/f36-icons": "npm:^4.29.1"
"@contentful/f36-tokens": "npm:^4.2.0"
"@contentful/f36-typography": "npm:^4.81.1"
emotion: "npm:^10.0.17"
peerDependencies:
react: ">=16.8"
react-dom: ">=16.8"
checksum: 10c0/073a043816b2f424e20a996e1d7869a6c8882d6ccce243692b04b7608317b3bda66b96c8a322598f25759ac53d9dcc83281ace400fba2c90426c6040cec7785b
languageName: node
linkType: hard
"@contentful/f36-notification@npm:^4.81.1":
version: 4.81.1
resolution: "@contentful/f36-notification@npm:4.81.1"
dependencies:
"@contentful/f36-button": "npm:^4.81.1"
"@contentful/f36-core": "npm:^4.81.1"
"@contentful/f36-icons": "npm:^4.29.1"
"@contentful/f36-text-link": "npm:^4.81.1"
"@contentful/f36-tokens": "npm:^4.2.0"
"@contentful/f36-typography": "npm:^4.81.1"
emotion: "npm:^10.0.17"
react-animate-height: "npm:^3.0.4"
peerDependencies:
react: ">=16.8"
react-dom: ">=16.8"
checksum: 10c0/67456604d6be60e1d95e03e431b74e125ea8c7fc15f6185664a2ce228562aae84311f1d2df457015306e4654bbc18482a3237033f11666a99011aee4c86c464d
languageName: node
linkType: hard
"@contentful/f36-pagination@npm:^4.81.1":
version: 4.81.1
resolution: "@contentful/f36-pagination@npm:4.81.1"
dependencies:
"@contentful/f36-button": "npm:^4.81.1"
"@contentful/f36-core": "npm:^4.81.1"
"@contentful/f36-forms": "npm:^4.81.1"
"@contentful/f36-icons": "npm:^4.29.1"
"@contentful/f36-tokens": "npm:^4.2.0"
"@contentful/f36-typography": "npm:^4.81.1"
emotion: "npm:^10.0.17"
peerDependencies:
react: ">=16.8"
react-dom: ">=16.8"
checksum: 10c0/6e4dfb9260794b59a125904864c48fcf091bba4e7ce4cf2772e5aaf604720fc0fa711cfa5cb77771bae1399cf4360b242f41b3279e86fe5f27326c6c1ec70b90
languageName: node
linkType: hard
"@contentful/f36-pill@npm:^4.81.1":
version: 4.81.1
resolution: "@contentful/f36-pill@npm:4.81.1"
dependencies:
"@contentful/f36-button": "npm:^4.81.1"
"@contentful/f36-core": "npm:^4.81.1"
"@contentful/f36-drag-handle": "npm:^4.81.1"