@nuxt/modules 0.6.0-3a72ee → 0.6.0-3a8830

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.
Files changed (2) hide show
  1. package/modules.json +2174 -760
  2. package/package.json +10 -4
package/modules.json CHANGED
@@ -73,7 +73,7 @@
73
73
  }
74
74
  ],
75
75
  "compatibility": {
76
- "nuxt": "^2.0.0 || ^3.0.0",
76
+ "nuxt": "^2.0.0 || >=3.0.0",
77
77
  "requires": {
78
78
  "bridge": true
79
79
  }
@@ -142,7 +142,7 @@
142
142
  }
143
143
  ],
144
144
  "compatibility": {
145
- "nuxt": "^2.0.0 || ^3.0.0",
145
+ "nuxt": "^2.0.0 || >=3.0.0",
146
146
  "requires": {}
147
147
  }
148
148
  },
@@ -164,7 +164,7 @@
164
164
  }
165
165
  ],
166
166
  "compatibility": {
167
- "nuxt": "^3.0.0",
167
+ "nuxt": ">=3.0.0",
168
168
  "requires": {
169
169
  "bridge": "optional"
170
170
  }
@@ -179,7 +179,7 @@
179
179
  "github": "https://github.com/egidiusmengelberg/nuxt-aos",
180
180
  "website": "https://github.com/egidiusmengelberg/nuxt-aos",
181
181
  "learn_more": "",
182
- "category": "Devtools",
182
+ "category": "Libraries",
183
183
  "type": "3rd-party",
184
184
  "maintainers": [
185
185
  {
@@ -188,18 +188,18 @@
188
188
  }
189
189
  ],
190
190
  "compatibility": {
191
- "nuxt": "^3.0.0",
191
+ "nuxt": ">=3.0.0",
192
192
  "requires": {}
193
193
  }
194
194
  },
195
195
  {
196
196
  "name": "api-party",
197
- "description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
197
+ "description": "Securely connect to any API with a server proxy and dynamic composables",
198
198
  "repo": "johannschopplich/nuxt-api-party",
199
199
  "npm": "nuxt-api-party",
200
200
  "icon": "api-party.svg",
201
201
  "github": "https://github.com/johannschopplich/nuxt-api-party",
202
- "website": "https://nuxt-api-party.jhnn.dev/",
202
+ "website": "https://nuxt-api-party.byjohann.dev/",
203
203
  "learn_more": "",
204
204
  "category": "Request",
205
205
  "type": "3rd-party",
@@ -212,7 +212,29 @@
212
212
  }
213
213
  ],
214
214
  "compatibility": {
215
- "nuxt": "^3.0.0",
215
+ "nuxt": ">=3.0.0",
216
+ "requires": {}
217
+ }
218
+ },
219
+ {
220
+ "name": "api-shield",
221
+ "description": "Nuxt API Shield - Rate Limiting",
222
+ "repo": "rrd108/nuxt-api-shield",
223
+ "npm": "nuxt-api-shield",
224
+ "icon": "api-shield.png",
225
+ "github": "https://github.com/rrd108/nuxt-api-shield",
226
+ "website": "https://github.com/rrd108/nuxt-api-shield",
227
+ "learn_more": "",
228
+ "category": "Security",
229
+ "type": "3rd-party",
230
+ "maintainers": [
231
+ {
232
+ "name": "rrd",
233
+ "github": "rrd108"
234
+ }
235
+ ],
236
+ "compatibility": {
237
+ "nuxt": ">=3.0.0",
216
238
  "requires": {}
217
239
  }
218
240
  },
@@ -260,7 +282,7 @@
260
282
  }
261
283
  ],
262
284
  "compatibility": {
263
- "nuxt": "^2.0.0 || ^3.0.0",
285
+ "nuxt": "^2.0.0 || >=3.0.0",
264
286
  "requires": {}
265
287
  }
266
288
  },
@@ -304,7 +326,7 @@
304
326
  }
305
327
  ],
306
328
  "compatibility": {
307
- "nuxt": "^3.0.0",
329
+ "nuxt": ">=3.0.0",
308
330
  "requires": {}
309
331
  }
310
332
  },
@@ -326,7 +348,7 @@
326
348
  }
327
349
  ],
328
350
  "compatibility": {
329
- "nuxt": "^3.0.0",
351
+ "nuxt": ">=3.0.0",
330
352
  "requires": {}
331
353
  }
332
354
  },
@@ -349,7 +371,29 @@
349
371
  }
350
372
  ],
351
373
  "compatibility": {
352
- "nuxt": "^3.0.0",
374
+ "nuxt": ">=3.0.0",
375
+ "requires": {}
376
+ }
377
+ },
378
+ {
379
+ "name": "artivue",
380
+ "description": "A dynamic & layered theming engine for Vue applications. Pick a color and transform your entire application!",
381
+ "repo": "Eschricht/artivue",
382
+ "npm": "artivue",
383
+ "icon": "artivue.svg",
384
+ "github": "https://github.com/Eschricht/artivue",
385
+ "website": "https://artivue.eschricht.dev",
386
+ "learn_more": "https://github.com/Eschricht/artivue",
387
+ "category": "UI",
388
+ "type": "3rd-party",
389
+ "maintainers": [
390
+ {
391
+ "name": "Eschricht",
392
+ "github": "Eschricht"
393
+ }
394
+ ],
395
+ "compatibility": {
396
+ "nuxt": ">=3.0.0",
353
397
  "requires": {}
354
398
  }
355
399
  },
@@ -362,7 +406,7 @@
362
406
  "github": "https://github.com/atinux/nuxt-auth-utils",
363
407
  "website": "https://github.com/atinux/nuxt-auth-utils",
364
408
  "learn_more": "",
365
- "category": "Devtools",
409
+ "category": "Security",
366
410
  "type": "3rd-party",
367
411
  "maintainers": [
368
412
  {
@@ -371,7 +415,7 @@
371
415
  }
372
416
  ],
373
417
  "compatibility": {
374
- "nuxt": "^3.0.0",
418
+ "nuxt": ">=3.0.0",
375
419
  "requires": {}
376
420
  }
377
421
  },
@@ -421,7 +465,30 @@
421
465
  }
422
466
  ],
423
467
  "compatibility": {
424
- "nuxt": "^3.0.0",
468
+ "nuxt": ">=3.0.0",
469
+ "requires": {}
470
+ }
471
+ },
472
+ {
473
+ "name": "authorization",
474
+ "description": "Manage permissions inside the app and the server.",
475
+ "repo": "barbapapazes/nuxt-authorization",
476
+ "npm": "nuxt-authorization",
477
+ "icon": "",
478
+ "github": "https://github.com/barbapapazes/nuxt-authorization",
479
+ "website": "https://github.com/barbapapazes/nuxt-authorization",
480
+ "learn_more": "https://soubiran.dev/posts/nuxt-going-full-stack-how-to-handle-authorization",
481
+ "category": "Security",
482
+ "type": "3rd-party",
483
+ "maintainers": [
484
+ {
485
+ "name": "Estéban Soubiran",
486
+ "github": "barbapapazes",
487
+ "twitter": "soubiran_"
488
+ }
489
+ ],
490
+ "compatibility": {
491
+ "nuxt": ">=3.0.0",
425
492
  "requires": {}
426
493
  }
427
494
  },
@@ -444,7 +511,7 @@
444
511
  }
445
512
  ],
446
513
  "compatibility": {
447
- "nuxt": "^3.0.0",
514
+ "nuxt": ">=3.0.0",
448
515
  "requires": {}
449
516
  }
450
517
  },
@@ -589,7 +656,7 @@
589
656
  }
590
657
  ],
591
658
  "compatibility": {
592
- "nuxt": "^2.0.0 || ^3.0.0",
659
+ "nuxt": "^2.0.0 || >=3.0.0",
593
660
  "requires": {
594
661
  "bridge": true
595
662
  }
@@ -658,7 +725,7 @@
658
725
  }
659
726
  ],
660
727
  "compatibility": {
661
- "nuxt": "^3.0.0",
728
+ "nuxt": ">=3.0.0",
662
729
  "requires": {}
663
730
  }
664
731
  },
@@ -703,7 +770,7 @@
703
770
  }
704
771
  ],
705
772
  "compatibility": {
706
- "nuxt": "^3.0.0",
773
+ "nuxt": ">=3.0.0",
707
774
  "requires": {}
708
775
  }
709
776
  },
@@ -747,7 +814,7 @@
747
814
  }
748
815
  ],
749
816
  "compatibility": {
750
- "nuxt": "^3.0.0",
817
+ "nuxt": ">=3.0.0",
751
818
  "requires": {}
752
819
  }
753
820
  },
@@ -756,10 +823,10 @@
756
823
  "description": "Privacy-first, end-to-end encrypted analytics",
757
824
  "repo": "chiffre-io/nuxt-chiffre",
758
825
  "npm": "nuxt-chiffre",
759
- "icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
826
+ "icon": "chiffre.png",
760
827
  "github": "https://github.com/chiffre-io/nuxt-chiffre",
761
828
  "website": "https://github.com/chiffre-io/nuxt-chiffre",
762
- "learn_more": "https://chiffre.io",
829
+ "learn_more": "https://chiffre.io/",
763
830
  "category": "Analytics",
764
831
  "type": "3rd-party",
765
832
  "maintainers": [
@@ -792,7 +859,7 @@
792
859
  }
793
860
  ],
794
861
  "compatibility": {
795
- "nuxt": "^3.0.0",
862
+ "nuxt": ">=3.0.0",
796
863
  "requires": {}
797
864
  }
798
865
  },
@@ -863,7 +930,7 @@
863
930
  }
864
931
  ],
865
932
  "compatibility": {
866
- "nuxt": "^3.0.0",
933
+ "nuxt": ">=3.0.0",
867
934
  "requires": {}
868
935
  }
869
936
  },
@@ -909,7 +976,7 @@
909
976
  }
910
977
  ],
911
978
  "compatibility": {
912
- "nuxt": "^2.0.0 || ^3.0.0",
979
+ "nuxt": "^2.0.0 || >=3.0.0",
913
980
  "requires": {
914
981
  "bridge": "optional"
915
982
  }
@@ -980,7 +1047,7 @@
980
1047
  }
981
1048
  ],
982
1049
  "compatibility": {
983
- "nuxt": "^3.0.0",
1050
+ "nuxt": ">=3.0.0",
984
1051
  "requires": {}
985
1052
  }
986
1053
  },
@@ -991,7 +1058,7 @@
991
1058
  "npm": "@nuxt/content",
992
1059
  "icon": "nuxt.svg",
993
1060
  "github": "https://github.com/nuxt/content",
994
- "website": "https://content.nuxtjs.org",
1061
+ "website": "https://content.nuxt.com",
995
1062
  "learn_more": "",
996
1063
  "category": "CMS",
997
1064
  "type": "official",
@@ -1013,7 +1080,7 @@
1013
1080
  }
1014
1081
  ],
1015
1082
  "compatibility": {
1016
- "nuxt": "^2.0.0 || ^3.0.0",
1083
+ "nuxt": "^2.0.0 || >=3.0.0",
1017
1084
  "requires": {}
1018
1085
  }
1019
1086
  },
@@ -1039,6 +1106,30 @@
1039
1106
  "requires": {}
1040
1107
  }
1041
1108
  },
1109
+ {
1110
+ "name": "contentstack",
1111
+ "description": "Contentstack integration for Nuxt",
1112
+ "repo": "timbenniks/nuxt-contentstack",
1113
+ "npm": "nuxt-contentstack",
1114
+ "icon": "contentstack.png",
1115
+ "github": "https://github.com/timbenniks/nuxt-contentstack",
1116
+ "website": "https://github.com/timbenniks/nuxt-contentstack",
1117
+ "learn_more": "https://contentstack.com/",
1118
+ "category": "CMS",
1119
+ "type": "3rd-party",
1120
+ "maintainers": [
1121
+ {
1122
+ "name": "timbenniks",
1123
+ "github": "timbenniks",
1124
+ "twitter": "timbenniks",
1125
+ "avatar": "https://avatars.githubusercontent.com/u/121096"
1126
+ }
1127
+ ],
1128
+ "compatibility": {
1129
+ "nuxt": "^3.12.0",
1130
+ "requires": {}
1131
+ }
1132
+ },
1042
1133
  {
1043
1134
  "name": "cookie-control",
1044
1135
  "description": "A highly configurable cookie banner for Nuxt.",
@@ -1058,7 +1149,7 @@
1058
1149
  }
1059
1150
  ],
1060
1151
  "compatibility": {
1061
- "nuxt": "^3.0.0",
1152
+ "nuxt": ">=3.0.0",
1062
1153
  "requires": {}
1063
1154
  }
1064
1155
  },
@@ -1081,7 +1172,7 @@
1081
1172
  }
1082
1173
  ],
1083
1174
  "compatibility": {
1084
- "nuxt": "^3.0.0",
1175
+ "nuxt": ">=3.0.0",
1085
1176
  "requires": {}
1086
1177
  }
1087
1178
  },
@@ -1092,7 +1183,7 @@
1092
1183
  "npm": "nuxt-custom-elements",
1093
1184
  "icon": "custom-elements.png",
1094
1185
  "github": "https://github.com/GrabarzUndPartner/nuxt-custom-elements",
1095
- "website": "https://nuxt-custom-elements.grabarzundpartner.dev",
1186
+ "website": "https://grabarzundpartner.github.io/nuxt-custom-elements/",
1096
1187
  "learn_more": "https://github.com/karol-f/vue-custom-element",
1097
1188
  "category": "Extensions",
1098
1189
  "type": "3rd-party",
@@ -1197,7 +1288,7 @@
1197
1288
  }
1198
1289
  ],
1199
1290
  "compatibility": {
1200
- "nuxt": "^3.0.0",
1291
+ "nuxt": ">=3.0.0",
1201
1292
  "requires": {}
1202
1293
  }
1203
1294
  },
@@ -1220,7 +1311,7 @@
1220
1311
  }
1221
1312
  ],
1222
1313
  "compatibility": {
1223
- "nuxt": "^3.0.0",
1314
+ "nuxt": ">=3.0.0",
1224
1315
  "requires": {}
1225
1316
  }
1226
1317
  },
@@ -1243,7 +1334,7 @@
1243
1334
  }
1244
1335
  ],
1245
1336
  "compatibility": {
1246
- "nuxt": "^2.0.0 || ^3.0.0",
1337
+ "nuxt": "^2.0.0 || >=3.0.0",
1247
1338
  "requires": {}
1248
1339
  }
1249
1340
  },
@@ -1265,7 +1356,7 @@
1265
1356
  }
1266
1357
  ],
1267
1358
  "compatibility": {
1268
- "nuxt": "^2.0.0 || ^3.0.0",
1359
+ "nuxt": "^2.0.0 || >=3.0.0",
1269
1360
  "requires": {}
1270
1361
  }
1271
1362
  },
@@ -1276,7 +1367,7 @@
1276
1367
  "npm": "@nuxt/devtools",
1277
1368
  "icon": "nuxt.svg",
1278
1369
  "github": "https://github.com/nuxt/devtools",
1279
- "website": "https://devtools.nuxtjs.org/",
1370
+ "website": "https://devtools.nuxt.com",
1280
1371
  "learn_more": "",
1281
1372
  "category": "Devtools",
1282
1373
  "type": "official",
@@ -1288,7 +1379,7 @@
1288
1379
  }
1289
1380
  ],
1290
1381
  "compatibility": {
1291
- "nuxt": "^3.0.0",
1382
+ "nuxt": ">=3.0.0",
1292
1383
  "requires": {}
1293
1384
  }
1294
1385
  },
@@ -1299,8 +1390,8 @@
1299
1390
  "npm": "nuxt-directus",
1300
1391
  "icon": "directus.svg",
1301
1392
  "github": "https://github.com/intevel/nuxt-directus/",
1302
- "website": "https://nuxt-directus.site/",
1303
- "learn_more": "https://nuxt-directus.site/",
1393
+ "website": "https://nuxt-directus.de/",
1394
+ "learn_more": "https://directus.io/",
1304
1395
  "category": "CMS",
1305
1396
  "type": "3rd-party",
1306
1397
  "maintainers": [
@@ -1308,10 +1399,20 @@
1308
1399
  "name": "Conner Bachmann",
1309
1400
  "github": "intevel",
1310
1401
  "avatar": "https://avatars.githubusercontent.com/u/59223342?v=4"
1402
+ },
1403
+ {
1404
+ "name": "Matt.",
1405
+ "github": "casualmatt",
1406
+ "avatar": "https://avatars.githubusercontent.com/u/85650530?v=4"
1407
+ },
1408
+ {
1409
+ "name": "Sandro Circi",
1410
+ "github": "sandros94",
1411
+ "avatar": "https://avatars.githubusercontent.com/u/13056429?v=4"
1311
1412
  }
1312
1413
  ],
1313
1414
  "compatibility": {
1314
- "nuxt": "^3.0.0",
1415
+ "nuxt": ">=3.0.0",
1315
1416
  "requires": {},
1316
1417
  "devtools": "^0.0.0"
1317
1418
  }
@@ -1334,7 +1435,29 @@
1334
1435
  }
1335
1436
  ],
1336
1437
  "compatibility": {
1337
- "nuxt": "^3.0.0",
1438
+ "nuxt": ">=3.0.0",
1439
+ "requires": {}
1440
+ }
1441
+ },
1442
+ {
1443
+ "name": "doppler",
1444
+ "description": "Integrate your Doppler secrets into your Nuxt build",
1445
+ "repo": "JamieCurnow/nuxt-doppler",
1446
+ "npm": "nuxt-doppler",
1447
+ "icon": "doppler.png",
1448
+ "github": "https://github.com/JamieCurnow/nuxt-doppler",
1449
+ "website": "https://github.com/JamieCurnow/nuxt-doppler",
1450
+ "learn_more": "",
1451
+ "category": "Devtools",
1452
+ "type": "3rd-party",
1453
+ "maintainers": [
1454
+ {
1455
+ "name": "JamieCurnow",
1456
+ "github": "JamieCurnow"
1457
+ }
1458
+ ],
1459
+ "compatibility": {
1460
+ "nuxt": ">=3.0.0",
1338
1461
  "requires": {}
1339
1462
  }
1340
1463
  },
@@ -1360,6 +1483,28 @@
1360
1483
  "requires": {}
1361
1484
  }
1362
1485
  },
1486
+ {
1487
+ "name": "dragon-editor",
1488
+ "description": "Javascript WYSIWYG editor in Nuxt!",
1489
+ "repo": "lovefields/dragonEditor",
1490
+ "npm": "dragon-editor",
1491
+ "icon": "",
1492
+ "github": "https://github.com/lovefields/dragonEditor",
1493
+ "website": "https://github.com/lovefields/dragonEditor",
1494
+ "learn_more": "",
1495
+ "category": "Libraries",
1496
+ "type": "3rd-party",
1497
+ "maintainers": [
1498
+ {
1499
+ "name": "lovefields",
1500
+ "github": "lovefields"
1501
+ }
1502
+ ],
1503
+ "compatibility": {
1504
+ "nuxt": "^3.0.0",
1505
+ "requires": {}
1506
+ }
1507
+ },
1363
1508
  {
1364
1509
  "name": "drupal-ce",
1365
1510
  "description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
@@ -1367,8 +1512,8 @@
1367
1512
  "npm": "nuxtjs-drupal-ce",
1368
1513
  "icon": "drupal-ce.png",
1369
1514
  "github": "https://github.com/drunomics/nuxtjs-drupal-ce",
1370
- "website": "https://stack.lupus.digital",
1371
- "learn_more": "https://stack.lupus.digital/2-resources/learning",
1515
+ "website": "https://lupus-decoupled.org",
1516
+ "learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
1372
1517
  "category": "CMS",
1373
1518
  "type": "3rd-party",
1374
1519
  "maintainers": [
@@ -1383,13 +1528,13 @@
1383
1528
  "avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
1384
1529
  },
1385
1530
  {
1386
- "name": "David Licen",
1387
- "github": "davision",
1388
- "avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
1531
+ "name": "Matic",
1532
+ "github": "TurtlBbx",
1533
+ "avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
1389
1534
  }
1390
1535
  ],
1391
1536
  "compatibility": {
1392
- "nuxt": "^2.0.0",
1537
+ "nuxt": "^2.0.0 || >=3.0.0",
1393
1538
  "requires": {}
1394
1539
  }
1395
1540
  },
@@ -1415,6 +1560,50 @@
1415
1560
  "requires": {}
1416
1561
  }
1417
1562
  },
1563
+ {
1564
+ "name": "easy-lightbox",
1565
+ "description": "A plugin for simple Vue 3 Image Lightbox component with Zoom / Drag / Rotate / Switch.",
1566
+ "repo": "modbender/nuxt-easy-lightbox",
1567
+ "npm": "nuxt-easy-lightbox",
1568
+ "icon": "easy-lightbox.svg",
1569
+ "github": "https://github.com/modbender/nuxt-easy-lightbox",
1570
+ "website": "https://github.com/modbender/nuxt-easy-lightbox",
1571
+ "learn_more": "",
1572
+ "category": "Libraries",
1573
+ "type": "3rd-party",
1574
+ "maintainers": [
1575
+ {
1576
+ "name": "modbender",
1577
+ "github": "modbender"
1578
+ }
1579
+ ],
1580
+ "compatibility": {
1581
+ "nuxt": ">=3.0.0",
1582
+ "requires": {}
1583
+ }
1584
+ },
1585
+ {
1586
+ "name": "echarts",
1587
+ "description": "Nuxt Module for Apache ECharts™",
1588
+ "repo": "kingyue737/nuxt-echarts",
1589
+ "npm": "nuxt-echarts",
1590
+ "icon": "echarts.svg",
1591
+ "github": "https://github.com/kingyue737/nuxt-echarts",
1592
+ "website": "https://echarts.nuxt.dev",
1593
+ "learn_more": "https://nuxt-echarts.nuxt.dev",
1594
+ "category": "Libraries",
1595
+ "type": "3rd-party",
1596
+ "maintainers": [
1597
+ {
1598
+ "name": "Yue JIN",
1599
+ "github": "kingyue737"
1600
+ }
1601
+ ],
1602
+ "compatibility": {
1603
+ "nuxt": ">=3.0.0",
1604
+ "requires": {}
1605
+ }
1606
+ },
1418
1607
  {
1419
1608
  "name": "edgedb",
1420
1609
  "description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
@@ -1434,7 +1623,7 @@
1434
1623
  }
1435
1624
  ],
1436
1625
  "compatibility": {
1437
- "nuxt": "^3.8.0",
1626
+ "nuxt": ">=3.8.0",
1438
1627
  "requires": {}
1439
1628
  }
1440
1629
  },
@@ -1456,7 +1645,7 @@
1456
1645
  }
1457
1646
  ],
1458
1647
  "compatibility": {
1459
- "nuxt": "^3.0.0",
1648
+ "nuxt": ">=3.0.0",
1460
1649
  "requires": {}
1461
1650
  }
1462
1651
  },
@@ -1466,7 +1655,7 @@
1466
1655
  "repo": "element-plus/element-plus-nuxt",
1467
1656
  "npm": "@element-plus/nuxt",
1468
1657
  "icon": "element-plus.svg",
1469
- "github": "https://github.com/element-plus/element-plus",
1658
+ "github": "https://github.com/element-plus/element-plus-nuxt",
1470
1659
  "website": "https://element-plus.org",
1471
1660
  "learn_more": "https://github.com/element-plus/element-plus-nuxt",
1472
1661
  "category": "UI",
@@ -1478,7 +1667,7 @@
1478
1667
  }
1479
1668
  ],
1480
1669
  "compatibility": {
1481
- "nuxt": "^3.0.0",
1670
+ "nuxt": ">=3.0.0",
1482
1671
  "requires": {
1483
1672
  "bridge": "optional"
1484
1673
  }
@@ -1508,12 +1697,12 @@
1508
1697
  }
1509
1698
  ],
1510
1699
  "compatibility": {
1511
- "nuxt": "^2.0.0 || ^3.0.0",
1700
+ "nuxt": "^2.0.0 || >=3.0.0",
1512
1701
  "requires": {}
1513
1702
  }
1514
1703
  },
1515
1704
  {
1516
- "name": "eslint",
1705
+ "name": "eslint-module",
1517
1706
  "description": "ESLint module for Nuxt",
1518
1707
  "repo": "nuxt-community/eslint-module",
1519
1708
  "npm": "@nuxtjs/eslint-module",
@@ -1530,7 +1719,30 @@
1530
1719
  }
1531
1720
  ],
1532
1721
  "compatibility": {
1533
- "nuxt": "^2.0.0 || ^3.0.0",
1722
+ "nuxt": "^2.0.0 || >=3.0.0",
1723
+ "requires": {}
1724
+ }
1725
+ },
1726
+ {
1727
+ "name": "eslint",
1728
+ "description": "All-in-one ESLint module for Nuxt, provides project-aware, easy-to-use, extensible and future-proof integrations.",
1729
+ "repo": "nuxt/eslint",
1730
+ "npm": "@nuxt/eslint",
1731
+ "icon": "nuxt.svg",
1732
+ "github": "https://github.com/nuxt/eslint",
1733
+ "website": "https://eslint.nuxt.com",
1734
+ "learn_more": "https://eslint.nuxt.com/packages/module",
1735
+ "category": "Devtools",
1736
+ "type": "official",
1737
+ "maintainers": [
1738
+ {
1739
+ "name": "Anthony Fu",
1740
+ "github": "antfu",
1741
+ "twitter": "antfu7"
1742
+ }
1743
+ ],
1744
+ "compatibility": {
1745
+ "nuxt": ">=3.0.0",
1534
1746
  "requires": {}
1535
1747
  }
1536
1748
  },
@@ -1556,6 +1768,29 @@
1556
1768
  "requires": {}
1557
1769
  }
1558
1770
  },
1771
+ {
1772
+ "name": "fathom-analytics",
1773
+ "description": "Fathom analytics integration for Nuxt",
1774
+ "repo": "valgeirb/nuxt-fathom",
1775
+ "npm": "nuxt-fathom",
1776
+ "icon": "fathom-analytics.svg",
1777
+ "github": "https://github.com/valgeirb/nuxt-fathom",
1778
+ "website": "https://github.com/valgeirb/nuxt-fathom#readme",
1779
+ "learn_more": "",
1780
+ "category": "Analytics",
1781
+ "type": "3rd-party",
1782
+ "maintainers": [
1783
+ {
1784
+ "name": "Valgeir Björnsson",
1785
+ "github": "valgeirb",
1786
+ "avatar": "https://avatars.githubusercontent.com/valgeirb"
1787
+ }
1788
+ ],
1789
+ "compatibility": {
1790
+ "nuxt": ">=3.0.0",
1791
+ "requires": {}
1792
+ }
1793
+ },
1559
1794
  {
1560
1795
  "name": "fathom",
1561
1796
  "description": "Fathom analytics for Nuxt",
@@ -1730,7 +1965,7 @@
1730
1965
  }
1731
1966
  ],
1732
1967
  "compatibility": {
1733
- "nuxt": "^3.0.0",
1968
+ "nuxt": ">=3.0.0",
1734
1969
  "requires": {}
1735
1970
  }
1736
1971
  },
@@ -1756,10 +1991,33 @@
1756
1991
  "requires": {}
1757
1992
  }
1758
1993
  },
1994
+ {
1995
+ "name": "fonts",
1996
+ "description": "Plug-and-play web font optimization and configuration for Nuxt apps.",
1997
+ "repo": "nuxt/fonts",
1998
+ "npm": "@nuxt/fonts",
1999
+ "icon": "nuxt.svg",
2000
+ "github": "https://github.com/nuxt/fonts",
2001
+ "website": "https://fonts.nuxt.com",
2002
+ "learn_more": "",
2003
+ "category": "Libraries",
2004
+ "type": "official",
2005
+ "maintainers": [
2006
+ {
2007
+ "name": "Daniel Roe",
2008
+ "github": "danielroe",
2009
+ "twitter": "danielcroe"
2010
+ }
2011
+ ],
2012
+ "compatibility": {
2013
+ "nuxt": ">=3.0.0",
2014
+ "requires": {}
2015
+ }
2016
+ },
1759
2017
  {
1760
2018
  "name": "form-actions",
1761
2019
  "description": "A set of features and composables to interact with forms and server data.",
1762
- "repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
2020
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
1763
2021
  "npm": "@hebilicious/form-actions-nuxt",
1764
2022
  "icon": "form-actions.svg",
1765
2023
  "github": "https://github.com/Hebilicious/form-actions-nuxt",
@@ -1775,7 +2033,7 @@
1775
2033
  }
1776
2034
  ],
1777
2035
  "compatibility": {
1778
- "nuxt": "^3.7.0",
2036
+ "nuxt": ">=3.7.0",
1779
2037
  "requires": {}
1780
2038
  }
1781
2039
  },
@@ -1787,7 +2045,7 @@
1787
2045
  "icon": "formkit.png",
1788
2046
  "github": "https://github.com/formkit/formkit",
1789
2047
  "website": "https://formkit.com",
1790
- "learn_more": "https://formkit.com/essentials/installation#with-nuxt",
2048
+ "learn_more": "https://formkit.com/getting-started/installation",
1791
2049
  "category": "Libraries",
1792
2050
  "type": "3rd-party",
1793
2051
  "maintainers": [
@@ -1803,7 +2061,7 @@
1803
2061
  }
1804
2062
  ],
1805
2063
  "compatibility": {
1806
- "nuxt": "^3.0.0",
2064
+ "nuxt": ">=3.0.0",
1807
2065
  "requires": {}
1808
2066
  }
1809
2067
  },
@@ -1873,7 +2131,7 @@
1873
2131
  }
1874
2132
  ],
1875
2133
  "compatibility": {
1876
- "nuxt": "^2.0.0 || ^3.0.0",
2134
+ "nuxt": "^2.0.0 || >=3.0.0",
1877
2135
  "requires": {}
1878
2136
  }
1879
2137
  },
@@ -1927,7 +2185,7 @@
1927
2185
  }
1928
2186
  ],
1929
2187
  "compatibility": {
1930
- "nuxt": "^2.0.0 || ^3.0.0",
2188
+ "nuxt": "^2.0.0 || >=3.0.0",
1931
2189
  "requires": {
1932
2190
  "bridge": "optional"
1933
2191
  }
@@ -2000,7 +2258,7 @@
2000
2258
  "icon": "graphql-client.svg",
2001
2259
  "github": "https://github.com/diizzayy/nuxt-graphql-client",
2002
2260
  "website": "https://github.com/diizzayy/nuxt-graphql-client",
2003
- "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
2261
+ "learn_more": "https://nuxt-graphql-client.web.app/",
2004
2262
  "category": "Request",
2005
2263
  "type": "3rd-party",
2006
2264
  "maintainers": [
@@ -2010,7 +2268,7 @@
2010
2268
  }
2011
2269
  ],
2012
2270
  "compatibility": {
2013
- "nuxt": "^3.0.0",
2271
+ "nuxt": ">=3.0.0",
2014
2272
  "requires": {}
2015
2273
  }
2016
2274
  },
@@ -2032,7 +2290,7 @@
2032
2290
  }
2033
2291
  ],
2034
2292
  "compatibility": {
2035
- "nuxt": "^2.0.0 || ^3.0.0",
2293
+ "nuxt": "^2.0.0 || >=3.0.0",
2036
2294
  "requires": {}
2037
2295
  }
2038
2296
  },
@@ -2054,14 +2312,14 @@
2054
2312
  }
2055
2313
  ],
2056
2314
  "compatibility": {
2057
- "nuxt": "^3.0.0",
2315
+ "nuxt": ">=3.0.0",
2058
2316
  "requires": {},
2059
2317
  "devtools": "^0.0.0"
2060
2318
  }
2061
2319
  },
2062
2320
  {
2063
2321
  "name": "gtag",
2064
- "description": "Google Analytics integration for Nuxt",
2322
+ "description": "Google Analytics integration for Nuxt: Google Analytics, Google Ads and more",
2065
2323
  "repo": "johannschopplich/nuxt-gtag",
2066
2324
  "npm": "nuxt-gtag",
2067
2325
  "icon": "gtag.svg",
@@ -2079,7 +2337,7 @@
2079
2337
  }
2080
2338
  ],
2081
2339
  "compatibility": {
2082
- "nuxt": "^3.0.0",
2340
+ "nuxt": ">=3.0.0",
2083
2341
  "requires": {}
2084
2342
  }
2085
2343
  },
@@ -2146,7 +2404,7 @@
2146
2404
  }
2147
2405
  ],
2148
2406
  "compatibility": {
2149
- "nuxt": "^3.0.0",
2407
+ "nuxt": ">=3.0.0",
2150
2408
  "requires": {}
2151
2409
  }
2152
2410
  },
@@ -2169,7 +2427,7 @@
2169
2427
  }
2170
2428
  ],
2171
2429
  "compatibility": {
2172
- "nuxt": "^3.0.0",
2430
+ "nuxt": ">=3.0.0",
2173
2431
  "requires": {}
2174
2432
  }
2175
2433
  },
@@ -2191,7 +2449,7 @@
2191
2449
  }
2192
2450
  ],
2193
2451
  "compatibility": {
2194
- "nuxt": "^3.0.0",
2452
+ "nuxt": ">=3.0.0",
2195
2453
  "requires": {}
2196
2454
  }
2197
2455
  },
@@ -2284,6 +2542,28 @@
2284
2542
  "requires": {}
2285
2543
  }
2286
2544
  },
2545
+ {
2546
+ "name": "hotjar",
2547
+ "description": "Add HotJar to your Nuxt application",
2548
+ "repo": "damevin/nuxt-module-hotjar",
2549
+ "npm": "nuxt-module-hotjar",
2550
+ "icon": "hotjar.png",
2551
+ "github": "https://github.com/damevin/nuxt-module-hotjar",
2552
+ "website": "https://github.com/damevin/nuxt-module-hotjar",
2553
+ "learn_more": "https://github.com/damevin/nuxt-module-hotjar#nuxt-hotjar",
2554
+ "category": "SEO",
2555
+ "type": "3rd-party",
2556
+ "maintainers": [
2557
+ {
2558
+ "name": "Raphaël DAMEVIN",
2559
+ "github": "damevin"
2560
+ }
2561
+ ],
2562
+ "compatibility": {
2563
+ "nuxt": ">=3.0.0",
2564
+ "requires": {}
2565
+ }
2566
+ },
2287
2567
  {
2288
2568
  "name": "html-minifier",
2289
2569
  "description": "Minify the html for each request served by nuxt server (nuxt start)",
@@ -2313,7 +2593,7 @@
2313
2593
  "npm": "@nuxtjs/html-validator",
2314
2594
  "icon": "html-validator.png",
2315
2595
  "github": "https://github.com/nuxt-modules/html-validator",
2316
- "website": "https://html-validator.nuxtjs.org",
2596
+ "website": "https://github.com/nuxt-modules/html-validator",
2317
2597
  "learn_more": "https://html-validate.org",
2318
2598
  "category": "Performance",
2319
2599
  "type": "community",
@@ -2325,7 +2605,7 @@
2325
2605
  }
2326
2606
  ],
2327
2607
  "compatibility": {
2328
- "nuxt": "^2.0.0 || ^3.0.0",
2608
+ "nuxt": "^2.0.0 || >=3.0.0",
2329
2609
  "requires": {
2330
2610
  "bridge": "optional"
2331
2611
  }
@@ -2359,6 +2639,44 @@
2359
2639
  "requires": {}
2360
2640
  }
2361
2641
  },
2642
+ {
2643
+ "name": "hub",
2644
+ "description": "Build full-stack Nuxt applications on the edge, with zero configuration.",
2645
+ "repo": "nuxt-hub/core",
2646
+ "npm": "@nuxthub/core",
2647
+ "icon": "nuxthub.svg",
2648
+ "github": "https://github.com/nuxt-hub/core",
2649
+ "website": "https://hub.nuxt.com",
2650
+ "learn_more": "",
2651
+ "category": "Database",
2652
+ "type": "3rd-party",
2653
+ "maintainers": [
2654
+ {
2655
+ "name": "Sebastien Chopin",
2656
+ "github": "Atinux"
2657
+ },
2658
+ {
2659
+ "name": "Ahad Birang",
2660
+ "github": "farnabaz"
2661
+ },
2662
+ {
2663
+ "name": "Sylvain Marroufin",
2664
+ "github": "smarroufin"
2665
+ },
2666
+ {
2667
+ "name": "Florent Delerue",
2668
+ "github": "flosciante"
2669
+ },
2670
+ {
2671
+ "name": "NuxtLabs",
2672
+ "github": "nuxtlabs"
2673
+ }
2674
+ ],
2675
+ "compatibility": {
2676
+ "nuxt": ">=3.0.0",
2677
+ "requires": {}
2678
+ }
2679
+ },
2362
2680
  {
2363
2681
  "name": "humans-txt",
2364
2682
  "description": "An initiative for knowing the people behind a website. It is a Nuxt buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
@@ -2367,7 +2685,7 @@
2367
2685
  "icon": "",
2368
2686
  "github": "https://github.com/LuXDAmore/nuxt-humans-txt",
2369
2687
  "website": "https://luxdamore.github.io/nuxt-humans-txt/",
2370
- "learn_more": "https://humanstxt.org/",
2688
+ "learn_more": "",
2371
2689
  "category": "SEO",
2372
2690
  "type": "3rd-party",
2373
2691
  "maintainers": [
@@ -2389,8 +2707,8 @@
2389
2707
  "npm": "@nuxtjs/i18n",
2390
2708
  "icon": "i18n.png",
2391
2709
  "github": "https://github.com/nuxt-modules/i18n",
2392
- "website": "https://v8.i18n.nuxtjs.org",
2393
- "learn_more": "https://kazupon.github.io/vue-i18n/",
2710
+ "website": "https://i18n.nuxtjs.org",
2711
+ "learn_more": "https://vue-i18n.intlify.dev/",
2394
2712
  "category": "Extensions",
2395
2713
  "type": "community",
2396
2714
  "maintainers": [
@@ -2401,10 +2719,14 @@
2401
2719
  {
2402
2720
  "name": "Kazuya Kawaguchi",
2403
2721
  "github": "kazupon"
2722
+ },
2723
+ {
2724
+ "name": "Bobbie Goede",
2725
+ "github": "BobbieGoede"
2404
2726
  }
2405
2727
  ],
2406
2728
  "compatibility": {
2407
- "nuxt": "^2.0.0 || ^3.0.0",
2729
+ "nuxt": "^2.0.0 || >=3.0.0",
2408
2730
  "requires": {}
2409
2731
  }
2410
2732
  },
@@ -2426,29 +2748,56 @@
2426
2748
  }
2427
2749
  ],
2428
2750
  "compatibility": {
2429
- "nuxt": "^3.0.0",
2751
+ "nuxt": ">=3.0.0",
2430
2752
  "requires": {}
2431
2753
  }
2432
2754
  },
2433
2755
  {
2434
- "name": "icon",
2435
- "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
2436
- "repo": "nuxt-modules/icon",
2437
- "npm": "nuxt-icon",
2756
+ "name": "icon-tw",
2757
+ "description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
2758
+ "repo": "jcamp-code/nuxt-icon-tw",
2759
+ "npm": "nuxt-icon-tw",
2438
2760
  "icon": "nuxt-icon.png",
2439
- "github": "https://github.com/nuxt-modules/icon",
2440
- "website": "https://github.com/nuxt-modules/icon",
2761
+ "github": "https://github.com/jcamp-code/nuxt-icon-tw",
2762
+ "website": "https://github.com/jcamp-code/nuxt-icon-tw",
2441
2763
  "learn_more": "",
2442
2764
  "category": "UI",
2443
- "type": "community",
2765
+ "type": "3rd-party",
2766
+ "maintainers": [
2767
+ {
2768
+ "name": "JohnCampionJr",
2769
+ "github": "JohnCampionJr"
2770
+ }
2771
+ ],
2772
+ "compatibility": {
2773
+ "nuxt": ">=3.0.0",
2774
+ "requires": {},
2775
+ "devtools": "^0.0.0"
2776
+ }
2777
+ },
2778
+ {
2779
+ "name": "icon",
2780
+ "description": "Icon module for Nuxt with 200,000+ ready to use icons from Iconify.",
2781
+ "repo": "nuxt/icon",
2782
+ "npm": "@nuxt/icon",
2783
+ "icon": "nuxt.svg",
2784
+ "github": "https://github.com/nuxt/icon",
2785
+ "website": "https://github.com/nuxt/icon",
2786
+ "learn_more": "",
2787
+ "category": "UI",
2788
+ "type": "official",
2444
2789
  "maintainers": [
2445
2790
  {
2446
2791
  "name": "Atinux",
2447
2792
  "github": "Atinux"
2793
+ },
2794
+ {
2795
+ "name": "Anthony Fu",
2796
+ "github": "antfu"
2448
2797
  }
2449
2798
  ],
2450
2799
  "compatibility": {
2451
- "nuxt": "^3.0.0",
2800
+ "nuxt": ">=3.0.0",
2452
2801
  "requires": {},
2453
2802
  "devtools": "^0.0.0"
2454
2803
  }
@@ -2471,7 +2820,7 @@
2471
2820
  }
2472
2821
  ],
2473
2822
  "compatibility": {
2474
- "nuxt": "^3.0.0",
2823
+ "nuxt": ">=3.0.0",
2475
2824
  "requires": {}
2476
2825
  }
2477
2826
  },
@@ -2502,7 +2851,7 @@
2502
2851
  "description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
2503
2852
  "repo": "nuxt/image",
2504
2853
  "npm": "@nuxt/image",
2505
- "icon": "image.png",
2854
+ "icon": "nuxt.svg",
2506
2855
  "github": "https://github.com/nuxt/image",
2507
2856
  "website": "https://image.nuxt.com",
2508
2857
  "learn_more": "",
@@ -2531,7 +2880,7 @@
2531
2880
  }
2532
2881
  ],
2533
2882
  "compatibility": {
2534
- "nuxt": "^2.0.0 || ^3.0.0",
2883
+ "nuxt": "^2.0.0 || >=3.0.0",
2535
2884
  "requires": {
2536
2885
  "bridge": "optional"
2537
2886
  }
@@ -2562,10 +2911,10 @@
2562
2911
  {
2563
2912
  "name": "inkline",
2564
2913
  "description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
2565
- "repo": "inkline/plugin",
2914
+ "repo": "inkline/inkline#main/packages/integrations/plugin",
2566
2915
  "npm": "@inkline/plugin",
2567
2916
  "icon": "inkline.svg",
2568
- "github": "https://github.com/inkline/plugin",
2917
+ "github": "https://github.com/inkline/inkline",
2569
2918
  "website": "https://inkline.io",
2570
2919
  "learn_more": "https://inkline.io/docs/installation/nuxt",
2571
2920
  "category": "UI",
@@ -2578,7 +2927,7 @@
2578
2927
  }
2579
2928
  ],
2580
2929
  "compatibility": {
2581
- "nuxt": "^2.0.0 || ^3.0.0",
2930
+ "nuxt": "^2.0.0 || >=3.0.0",
2582
2931
  "requires": {
2583
2932
  "bridge": true
2584
2933
  }
@@ -2625,7 +2974,7 @@
2625
2974
  }
2626
2975
  ],
2627
2976
  "compatibility": {
2628
- "nuxt": "^3.0.0",
2977
+ "nuxt": ">=3.0.0",
2629
2978
  "requires": {}
2630
2979
  }
2631
2980
  },
@@ -2647,18 +2996,40 @@
2647
2996
  }
2648
2997
  ],
2649
2998
  "compatibility": {
2650
- "nuxt": "^2.0.0 || ^3.0.0",
2999
+ "nuxt": "^2.0.0 || >=3.0.0",
2651
3000
  "requires": {}
2652
3001
  }
2653
3002
  },
2654
3003
  {
2655
- "name": "kentico-kontent",
2656
- "description": "Add Kentico Kontent super power to your nuxt app",
2657
- "repo": "Domitnator/kentico-kontent-nuxt-module",
2658
- "npm": "kentico-kontent-nuxt-module",
2659
- "icon": "",
2660
- "github": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
2661
- "website": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
3004
+ "name": "keen-slider",
3005
+ "description": "Best, lightweight Keen Slider for best web performance",
3006
+ "repo": "modbender/nuxt-keen-slider",
3007
+ "npm": "nuxt-keen-slider",
3008
+ "icon": "keen-slider.png",
3009
+ "github": "https://github.com/modbender/nuxt-keen-slider",
3010
+ "website": "https://github.com/modbender/nuxt-keen-slider",
3011
+ "learn_more": "",
3012
+ "category": "Libraries",
3013
+ "type": "3rd-party",
3014
+ "maintainers": [
3015
+ {
3016
+ "name": "modbender",
3017
+ "github": "modbender"
3018
+ }
3019
+ ],
3020
+ "compatibility": {
3021
+ "nuxt": "^3.0.0",
3022
+ "requires": {}
3023
+ }
3024
+ },
3025
+ {
3026
+ "name": "kentico-kontent",
3027
+ "description": "Add Kentico Kontent super power to your nuxt app",
3028
+ "repo": "Domitnator/kentico-kontent-nuxt-module",
3029
+ "npm": "kentico-kontent-nuxt-module",
3030
+ "icon": "",
3031
+ "github": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
3032
+ "website": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
2662
3033
  "learn_more": "https://kontent.ai",
2663
3034
  "category": "CMS",
2664
3035
  "type": "3rd-party",
@@ -2696,9 +3067,10 @@
2696
3067
  }
2697
3068
  ],
2698
3069
  "compatibility": {
2699
- "nuxt": "^3.0.0",
3070
+ "nuxt": ">=3.0.0",
2700
3071
  "requires": {}
2701
- }
3072
+ },
3073
+ "sponsor": true
2702
3074
  },
2703
3075
  {
2704
3076
  "name": "kql",
@@ -2707,7 +3079,7 @@
2707
3079
  "npm": "nuxt-kql",
2708
3080
  "icon": "kql.svg",
2709
3081
  "github": "https://github.com/johannschopplich/nuxt-kql",
2710
- "website": "https://nuxt-kql.jhnn.dev",
3082
+ "website": "https://nuxt-kql.byjohann.dev/",
2711
3083
  "learn_more": "",
2712
3084
  "category": "CMS",
2713
3085
  "type": "3rd-party",
@@ -2720,7 +3092,7 @@
2720
3092
  }
2721
3093
  ],
2722
3094
  "compatibility": {
2723
- "nuxt": "^3.0.0",
3095
+ "nuxt": ">=3.0.0",
2724
3096
  "requires": {}
2725
3097
  }
2726
3098
  },
@@ -2792,29 +3164,29 @@
2792
3164
  },
2793
3165
  {
2794
3166
  "name": "leaflet",
2795
- "description": "A Nuxt module which makes it easy to create reactive maps with Leaflet",
2796
- "repo": "schlunsen/nuxt-leaflet",
2797
- "npm": "nuxt-leaflet",
3167
+ "description": "Leaflet integration with Nuxt",
3168
+ "repo": "nuxt-modules/leaflet",
3169
+ "npm": "@nuxtjs/leaflet",
2798
3170
  "icon": "leaflet.png",
2799
- "github": "https://github.com/schlunsen/nuxt-leaflet",
2800
- "website": "https://github.com/schlunsen/nuxt-leaflet",
2801
- "learn_more": "https://vue2-leaflet.netlify.app/quickstart/",
3171
+ "github": "https://github.com/nuxt-modules/leaflet",
3172
+ "website": "https://leaflet.nuxtjs.org/",
3173
+ "learn_more": "https://leaflet.nuxtjs.org/",
2802
3174
  "category": "Libraries",
2803
- "type": "3rd-party",
3175
+ "type": "community",
2804
3176
  "maintainers": [
2805
3177
  {
2806
- "name": "schlunsen",
2807
- "github": "schlunsen"
3178
+ "name": "Augustin MERCIER",
3179
+ "github": "Gugustinette"
2808
3180
  }
2809
3181
  ],
2810
3182
  "compatibility": {
2811
- "nuxt": "^2.0.0",
3183
+ "nuxt": "^3.0.0",
2812
3184
  "requires": {}
2813
3185
  }
2814
3186
  },
2815
3187
  {
2816
3188
  "name": "link-checker",
2817
- "description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
3189
+ "description": "Find and magically fix links that may be negatively effecting your SEO.",
2818
3190
  "repo": "harlan-zw/nuxt-link-checker",
2819
3191
  "npm": "nuxt-link-checker",
2820
3192
  "icon": "link-checker.svg",
@@ -2832,7 +3204,7 @@
2832
3204
  }
2833
3205
  ],
2834
3206
  "compatibility": {
2835
- "nuxt": "^3.0.0",
3207
+ "nuxt": ">=3.0.0",
2836
3208
  "requires": {},
2837
3209
  "devtools": "^0.0.0"
2838
3210
  }
@@ -2887,6 +3259,28 @@
2887
3259
  "requires": {}
2888
3260
  }
2889
3261
  },
3262
+ {
3263
+ "name": "locomotive-scroll",
3264
+ "description": "A Nuxt module to easily integrate Locomotive Scroll into your Nuxt application.",
3265
+ "repo": "arashsheyda/nuxt-locomotive-scroll",
3266
+ "npm": "nuxt-locomotive-scroll",
3267
+ "icon": "locomotive-scroll.png",
3268
+ "github": "https://github.com/arashsheyda/nuxt-locomotive-scroll",
3269
+ "website": "https://docs.arashsheyda.me/nuxt-locomotive-scroll",
3270
+ "learn_more": "https://github.com/locomotivemtl/locomotive-scroll",
3271
+ "category": "Libraries",
3272
+ "type": "3rd-party",
3273
+ "maintainers": [
3274
+ {
3275
+ "name": "Arash Sheyda",
3276
+ "github": "arashsheyda"
3277
+ }
3278
+ ],
3279
+ "compatibility": {
3280
+ "nuxt": ">=3.0.0",
3281
+ "requires": {}
3282
+ }
3283
+ },
2890
3284
  {
2891
3285
  "name": "lodash",
2892
3286
  "description": "lodash module with auto-import and custom prefix",
@@ -2905,7 +3299,7 @@
2905
3299
  }
2906
3300
  ],
2907
3301
  "compatibility": {
2908
- "nuxt": "^3.0.0",
3302
+ "nuxt": ">=3.0.0",
2909
3303
  "requires": {}
2910
3304
  }
2911
3305
  },
@@ -2928,10 +3322,34 @@
2928
3322
  }
2929
3323
  ],
2930
3324
  "compatibility": {
2931
- "nuxt": "^2.0.0 || ^3.0.0",
3325
+ "nuxt": "^2.0.0 || >=3.0.0",
2932
3326
  "requires": {}
2933
3327
  }
2934
3328
  },
3329
+ {
3330
+ "name": "logto",
3331
+ "description": "The better Nuxt auth module for developers.",
3332
+ "repo": "logto-io/js#master/packages/nuxt",
3333
+ "npm": "@logto/nuxt",
3334
+ "icon": "logto.svg",
3335
+ "github": "https://github.com/logto-io/js/tree/master/packages/nuxt",
3336
+ "website": "https://logto.io",
3337
+ "learn_more": "https://docs.logto.io",
3338
+ "category": "Security",
3339
+ "type": "3rd-party",
3340
+ "maintainers": [
3341
+ {
3342
+ "name": "logto",
3343
+ "github": "logto-io",
3344
+ "twitter": "logto_io"
3345
+ }
3346
+ ],
3347
+ "compatibility": {
3348
+ "nuxt": ">=3.0.0",
3349
+ "requires": {}
3350
+ },
3351
+ "sponsor": true
3352
+ },
2935
3353
  {
2936
3354
  "name": "lucide-icons",
2937
3355
  "description": "Nuxt module to integrate Lucide icons",
@@ -2954,7 +3372,7 @@
2954
3372
  }
2955
3373
  ],
2956
3374
  "compatibility": {
2957
- "nuxt": "^3.0.0",
3375
+ "nuxt": ">=3.0.0",
2958
3376
  "requires": {}
2959
3377
  }
2960
3378
  },
@@ -2983,10 +3401,10 @@
2983
3401
  {
2984
3402
  "name": "magic-regexp",
2985
3403
  "description": "A compiled-away, type-safe, readable RegExp alternative",
2986
- "repo": "danielroe/magic-regexp",
3404
+ "repo": "unjs/magic-regexp",
2987
3405
  "npm": "magic-regexp",
2988
3406
  "icon": "magic-regexp.svg",
2989
- "github": "https://github.com/danielroe/magic-regexp",
3407
+ "github": "https://github.com/unjs/magic-regexp",
2990
3408
  "website": "https://magic-regexp.roe.dev",
2991
3409
  "learn_more": "https://magic-regexp.roe.dev",
2992
3410
  "category": "Libraries",
@@ -2999,7 +3417,30 @@
2999
3417
  }
3000
3418
  ],
3001
3419
  "compatibility": {
3002
- "nuxt": "^3.0.0",
3420
+ "nuxt": ">=3.0.0",
3421
+ "requires": {}
3422
+ }
3423
+ },
3424
+ {
3425
+ "name": "mailpit",
3426
+ "description": "Integrates Mailpit web UI in Nuxt devtools",
3427
+ "repo": "tdolsen/nuxt-mailpit",
3428
+ "npm": "nuxt-mailpit",
3429
+ "icon": "mailpit.svg",
3430
+ "github": "https://github.com/tdolsen/nuxt-mailpit",
3431
+ "website": "https://github.com/tdolsen/nuxt-mailpit",
3432
+ "learn_more": "https://github.com/tdolsen/nuxt-mailpit",
3433
+ "category": "Devtools",
3434
+ "type": "3rd-party",
3435
+ "maintainers": [
3436
+ {
3437
+ "name": "Torkild Dyvik Olsen",
3438
+ "github": "tdolsen",
3439
+ "twitter": "tdolsen"
3440
+ }
3441
+ ],
3442
+ "compatibility": {
3443
+ "nuxt": ">=3.8.0",
3003
3444
  "requires": {}
3004
3445
  }
3005
3446
  },
@@ -3026,6 +3467,30 @@
3026
3467
  "requires": {}
3027
3468
  }
3028
3469
  },
3470
+ {
3471
+ "name": "marquee",
3472
+ "description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
3473
+ "repo": "hanzydev/nuxt-marquee",
3474
+ "npm": "nuxt-marquee",
3475
+ "icon": "marquee.png",
3476
+ "github": "https://github.com/hanzydev/nuxt-marquee/",
3477
+ "website": "https://hanzydev.github.io/nuxt-marquee/",
3478
+ "learn_more": "",
3479
+ "category": "UI",
3480
+ "type": "3rd-party",
3481
+ "maintainers": [
3482
+ {
3483
+ "name": "Hànzy",
3484
+ "github": "hanzydev",
3485
+ "avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
3486
+ }
3487
+ ],
3488
+ "compatibility": {
3489
+ "nuxt": ">=3.0.0",
3490
+ "requires": {},
3491
+ "devtools": "^0.0.0"
3492
+ }
3493
+ },
3029
3494
  {
3030
3495
  "name": "matomo",
3031
3496
  "description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
@@ -3051,14 +3516,14 @@
3051
3516
  {
3052
3517
  "name": "maz-ui",
3053
3518
  "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3054
- "repo": "louismazel/maz-ui",
3519
+ "repo": "louismazel/maz-ui#master/packages/lib",
3055
3520
  "npm": "maz-ui",
3056
3521
  "icon": "maz-ui.png",
3057
3522
  "github": "https://github.com/louismazel/maz-ui",
3058
- "website": "https://louismazel.github.io/maz-ui-3/",
3059
- "learn_more": "https://louismazel.github.io/maz-ui-3/",
3523
+ "website": "https://maz-ui.com/",
3524
+ "learn_more": "https://maz-ui.com/guide/nuxt",
3060
3525
  "category": "UI",
3061
- "type": "community",
3526
+ "type": "3rd-party",
3062
3527
  "maintainers": [
3063
3528
  {
3064
3529
  "name": "Loïc Mazuel",
@@ -3066,7 +3531,29 @@
3066
3531
  }
3067
3532
  ],
3068
3533
  "compatibility": {
3069
- "nuxt": "^3.0.0",
3534
+ "nuxt": ">=3.0.0",
3535
+ "requires": {}
3536
+ }
3537
+ },
3538
+ {
3539
+ "name": "mdc",
3540
+ "description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
3541
+ "repo": "nuxt-modules/mdc",
3542
+ "npm": "@nuxtjs/mdc",
3543
+ "icon": "mdc.png",
3544
+ "github": "https://github.com/nuxt-modules/mdc",
3545
+ "website": "https://github.com/nuxt-modules/mdc",
3546
+ "learn_more": "",
3547
+ "category": "Extensions",
3548
+ "type": "community",
3549
+ "maintainers": [
3550
+ {
3551
+ "name": "farnabaz",
3552
+ "github": "farnabaz"
3553
+ }
3554
+ ],
3555
+ "compatibility": {
3556
+ "nuxt": ">=3.0.0",
3070
3557
  "requires": {}
3071
3558
  }
3072
3559
  },
@@ -3112,7 +3599,7 @@
3112
3599
  }
3113
3600
  ],
3114
3601
  "compatibility": {
3115
- "nuxt": "^2.0.0 || ^3.0.0",
3602
+ "nuxt": "^2.0.0 || >=3.0.0",
3116
3603
  "requires": {
3117
3604
  "bridge": true
3118
3605
  }
@@ -3137,7 +3624,7 @@
3137
3624
  }
3138
3625
  ],
3139
3626
  "compatibility": {
3140
- "nuxt": "^3.0.0",
3627
+ "nuxt": ">=3.0.0",
3141
3628
  "requires": {
3142
3629
  "bridge": false
3143
3630
  },
@@ -3166,28 +3653,6 @@
3166
3653
  "requires": {}
3167
3654
  }
3168
3655
  },
3169
- {
3170
- "name": "mobile",
3171
- "description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
3172
- "repo": "ChanningDefoe/nuxt-mobile-detect",
3173
- "npm": "nuxt-mobile",
3174
- "icon": "",
3175
- "github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
3176
- "website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
3177
- "learn_more": "https://github.com/hgoebl/mobile-detect.js",
3178
- "category": "Extensions",
3179
- "type": "3rd-party",
3180
- "maintainers": [
3181
- {
3182
- "name": "ChanningDefoe",
3183
- "github": "ChanningDefoe"
3184
- }
3185
- ],
3186
- "compatibility": {
3187
- "nuxt": "^2.0.0",
3188
- "requires": {}
3189
- }
3190
- },
3191
3656
  {
3192
3657
  "name": "module-feed",
3193
3658
  "description": "Feed module enables everyone to have RSS, Atom and JSON.",
@@ -3207,7 +3672,29 @@
3207
3672
  }
3208
3673
  ],
3209
3674
  "compatibility": {
3210
- "nuxt": "^3.0.0",
3675
+ "nuxt": ">=3.0.0",
3676
+ "requires": {}
3677
+ }
3678
+ },
3679
+ {
3680
+ "name": "mojocss",
3681
+ "description": "The Atomic CSS Framework for crafting gorgeous UIs without shipping any CSS.",
3682
+ "repo": "mojocss/mojocss-nuxt-module",
3683
+ "npm": "@mojocss/nuxt",
3684
+ "icon": "mojocss.svg",
3685
+ "github": "https://github.com/mojocss/mojocss-nuxt-module",
3686
+ "website": "https://mojocss.com/docs/guide/nuxtjs",
3687
+ "learn_more": "",
3688
+ "category": "UI",
3689
+ "type": "3rd-party",
3690
+ "maintainers": [
3691
+ {
3692
+ "name": "mojocss",
3693
+ "github": "mojocss"
3694
+ }
3695
+ ],
3696
+ "compatibility": {
3697
+ "nuxt": "^2.0.0 || >=3.0.0",
3211
3698
  "requires": {}
3212
3699
  }
3213
3700
  },
@@ -3239,20 +3726,20 @@
3239
3726
  }
3240
3727
  },
3241
3728
  {
3242
- "name": "mq",
3243
- "description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3244
- "repo": "vanhoofmaarten/nuxt-mq",
3245
- "npm": "nuxt-mq",
3729
+ "name": "neo",
3730
+ "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
3731
+ "repo": "ezypeeze/nuxt-neo",
3732
+ "npm": "nuxt-neo",
3246
3733
  "icon": "",
3247
- "github": "https://github.com/vanhoofmaarten/nuxt-mq",
3248
- "website": "https://github.com/vanhoofmaarten/nuxt-mq",
3249
- "learn_more": "https://github.com/AlexandreBonaventure/vue-mq",
3250
- "category": "Libraries",
3734
+ "github": "https://github.com/ezypeeze/nuxt-neo",
3735
+ "website": "https://ezypeeze.github.io/nuxt-neo",
3736
+ "learn_more": "",
3737
+ "category": "Request",
3251
3738
  "type": "3rd-party",
3252
3739
  "maintainers": [
3253
3740
  {
3254
- "name": "vanhoofmaarten",
3255
- "github": "vanhoofmaarten"
3741
+ "name": "ezypeeze",
3742
+ "github": "ezypeeze"
3256
3743
  }
3257
3744
  ],
3258
3745
  "compatibility": {
@@ -3261,24 +3748,24 @@
3261
3748
  }
3262
3749
  },
3263
3750
  {
3264
- "name": "neo",
3265
- "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
3266
- "repo": "ezypeeze/nuxt-neo",
3267
- "npm": "nuxt-neo",
3268
- "icon": "",
3269
- "github": "https://github.com/ezypeeze/nuxt-neo",
3270
- "website": "https://ezypeeze.github.io/nuxt-neo",
3751
+ "name": "neo4j",
3752
+ "description": "Effortlessly integrate Neo4j's powerful graph database into your Nuxt applications!",
3753
+ "repo": "arashsheyda/nuxt-neo4j",
3754
+ "npm": "nuxt-neo4j",
3755
+ "icon": "nuxt-neo4j.png",
3756
+ "github": "https://github.com/arashsheyda/nuxt-neo4j",
3757
+ "website": "https://github.com/arashsheyda/nuxt-neo4j",
3271
3758
  "learn_more": "",
3272
- "category": "Request",
3759
+ "category": "Database",
3273
3760
  "type": "3rd-party",
3274
3761
  "maintainers": [
3275
3762
  {
3276
- "name": "ezypeeze",
3277
- "github": "ezypeeze"
3763
+ "name": "arashsheyda",
3764
+ "github": "arashsheyda"
3278
3765
  }
3279
3766
  ],
3280
3767
  "compatibility": {
3281
- "nuxt": "^2.0.0",
3768
+ "nuxt": ">=3.0.0",
3282
3769
  "requires": {}
3283
3770
  }
3284
3771
  },
@@ -3330,12 +3817,12 @@
3330
3817
  {
3331
3818
  "name": "netlify",
3332
3819
  "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3333
- "repo": "bazzite/nuxt-netlify",
3820
+ "repo": "juliomrqz/nuxt-netlify",
3334
3821
  "npm": "@aceforth/nuxt-netlify",
3335
3822
  "icon": "netlify.png",
3336
- "github": "https://github.com/bazzite/nuxt-netlify",
3337
- "website": "https://marquez.co/docs/nuxt-netlify/",
3338
- "learn_more": "",
3823
+ "github": "https://github.com/juliomrqz/nuxt-netlify",
3824
+ "website": "https://github.com/juliomrqz/nuxt-netlify",
3825
+ "learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
3339
3826
  "category": "Deployment",
3340
3827
  "type": "3rd-party",
3341
3828
  "maintainers": [
@@ -3351,29 +3838,45 @@
3351
3838
  },
3352
3839
  {
3353
3840
  "name": "ngrok",
3354
- "description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes",
3355
- "repo": "nuxt-community/ngrok",
3841
+ "description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes.",
3842
+ "repo": "nuxt-modules/ngrok",
3356
3843
  "npm": "@nuxtjs/ngrok",
3357
- "icon": "ngrok.png",
3358
- "github": "https://github.com/nuxt-community/ngrok-module",
3359
- "website": "https://ngrok.nuxtjs.org",
3360
- "learn_more": "https://github.com/bubenshchykov/ngrok",
3844
+ "icon": "ngrok.svg",
3845
+ "github": "https://github.com/nuxt-modules/ngrok",
3846
+ "website": "https://ngrok.nuxtjs.org/",
3847
+ "learn_more": "https://ngrok.com/",
3361
3848
  "category": "Devtools",
3362
3849
  "type": "community",
3363
3850
  "maintainers": [
3364
3851
  {
3365
- "name": "Debbie O'Brien",
3366
- "github": "debs-obrien",
3367
- "twitter": "debs_obrien"
3368
- },
3852
+ "name": "Arash Sheyda",
3853
+ "github": "arashsheyda"
3854
+ }
3855
+ ],
3856
+ "compatibility": {
3857
+ "nuxt": ">=3.0.0",
3858
+ "requires": {}
3859
+ }
3860
+ },
3861
+ {
3862
+ "name": "nodemailer",
3863
+ "description": "Nuxt integration for nodemailer",
3864
+ "repo": "kleinpetr/nuxt-nodemailer",
3865
+ "npm": "nuxt-nodemailer",
3866
+ "icon": "nodemailer.png",
3867
+ "github": "https://github.com/kleinpetr/nuxt-nodemailer",
3868
+ "website": "https://github.com/kleinpetr/nuxt-nodemailer",
3869
+ "learn_more": "https://www.nodemailer.com/",
3870
+ "category": "Extensions",
3871
+ "type": "3rd-party",
3872
+ "maintainers": [
3369
3873
  {
3370
- "name": "Pooya Parsa",
3371
- "github": "pi0",
3372
- "twitter": "_pi0_"
3874
+ "name": "kleinpetr",
3875
+ "github": "kleinpetr"
3373
3876
  }
3374
3877
  ],
3375
3878
  "compatibility": {
3376
- "nuxt": "^2.0.0",
3879
+ "nuxt": ">=3.0.0",
3377
3880
  "requires": {}
3378
3881
  }
3379
3882
  },
@@ -3417,7 +3920,7 @@
3417
3920
  }
3418
3921
  ],
3419
3922
  "compatibility": {
3420
- "nuxt": "^3.0.0",
3923
+ "nuxt": ">=3.0.0",
3421
3924
  "requires": {}
3422
3925
  }
3423
3926
  },
@@ -3439,7 +3942,30 @@
3439
3942
  }
3440
3943
  ],
3441
3944
  "compatibility": {
3442
- "nuxt": "^3.0.0",
3945
+ "nuxt": ">=3.0.0",
3946
+ "requires": {}
3947
+ }
3948
+ },
3949
+ {
3950
+ "name": "nuxt-asciidoc",
3951
+ "description": "Transformer for using asciidoc in nuxt",
3952
+ "repo": "Chris2011/nuxt-asciidoc",
3953
+ "npm": "nuxt-asciidoc",
3954
+ "icon": "nuxt-asciidoc.svg",
3955
+ "github": "https://github.com/Chris2011/nuxt-asciidoc",
3956
+ "website": "https://github.com/Chris2011/nuxt-asciidoc",
3957
+ "learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
3958
+ "category": "Extensions",
3959
+ "type": "3rd-party",
3960
+ "maintainers": [
3961
+ {
3962
+ "name": "Christian Lenz",
3963
+ "github": "Chris2011",
3964
+ "twitter": "Chrizzly42"
3965
+ }
3966
+ ],
3967
+ "compatibility": {
3968
+ "nuxt": ">=3.0.0",
3443
3969
  "requires": {}
3444
3970
  }
3445
3971
  },
@@ -3450,8 +3976,8 @@
3450
3976
  "npm": "nuxt-auth-sanctum",
3451
3977
  "icon": "laravel.svg",
3452
3978
  "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3453
- "website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3454
- "learn_more": "",
3979
+ "website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
3980
+ "learn_more": "https://laravel.com/docs/11.x/sanctum",
3455
3981
  "category": "Security",
3456
3982
  "type": "3rd-party",
3457
3983
  "maintainers": [
@@ -3462,7 +3988,7 @@
3462
3988
  }
3463
3989
  ],
3464
3990
  "compatibility": {
3465
- "nuxt": "^3.0.0",
3991
+ "nuxt": ">=3.12.0",
3466
3992
  "requires": {}
3467
3993
  }
3468
3994
  },
@@ -3484,29 +4010,80 @@
3484
4010
  }
3485
4011
  ],
3486
4012
  "compatibility": {
3487
- "nuxt": "^3.0.0",
4013
+ "nuxt": ">=3.0.0",
4014
+ "requires": {}
4015
+ }
4016
+ },
4017
+ {
4018
+ "name": "nuxt-bezier",
4019
+ "description": "Reusable transition components",
4020
+ "repo": "50rayn/nuxt-bezier",
4021
+ "npm": "nuxt-bezier",
4022
+ "icon": "nuxt-bezier.png",
4023
+ "github": "https://github.com/50rayn/nuxt-bezier",
4024
+ "website": "https://github.com/50rayn/nuxt-bezier",
4025
+ "learn_more": "https://github.com/Noction/vue-bezier",
4026
+ "category": "UI",
4027
+ "type": "3rd-party",
4028
+ "maintainers": [
4029
+ {
4030
+ "name": "Soryn Gitlan",
4031
+ "github": "50rayn"
4032
+ }
4033
+ ],
4034
+ "compatibility": {
4035
+ "nuxt": ">=3.0.0",
3488
4036
  "requires": {}
3489
4037
  }
3490
4038
  },
4039
+ {
4040
+ "name": "nuxt-booster",
4041
+ "description": "nuxt-booster will help you to improve the lighthouse performance score (100/100) of your website.",
4042
+ "repo": "basics/nuxt-booster",
4043
+ "npm": "nuxt-booster",
4044
+ "icon": "nuxt-booster.svg",
4045
+ "github": "https://github.com/basics/nuxt-booster",
4046
+ "website": "https://basics.github.io/nuxt-booster/",
4047
+ "learn_more": "https://basics.github.io/nuxt-booster/",
4048
+ "category": "Performance",
4049
+ "type": "3rd-party",
4050
+ "maintainers": [
4051
+ {
4052
+ "name": "Thorn Walli",
4053
+ "github": "ThornWalli",
4054
+ "avatar": "https://avatars.githubusercontent.com/u/8287751?v=4"
4055
+ },
4056
+ {
4057
+ "name": "Stephan Gerbeth",
4058
+ "github": "StephanGerbeth",
4059
+ "avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
4060
+ }
4061
+ ],
4062
+ "compatibility": {
4063
+ "nuxt": ">=3.0.0",
4064
+ "requires": {},
4065
+ "devtools": "^0.0.0"
4066
+ }
4067
+ },
3491
4068
  {
3492
4069
  "name": "nuxt-bootstrap-icons",
3493
4070
  "description": "Just a simple integration for Bootstrap Icons",
3494
- "repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
4071
+ "repo": "oyedejioyewole/nuxt-bootstrap-icons",
3495
4072
  "npm": "nuxt-bootstrap-icons",
3496
4073
  "icon": "bootstrap-icons.svg",
3497
- "github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3498
- "website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3499
- "learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
4074
+ "github": "https://github.com/oyedejioyewole/nuxt-bootstrap-icons",
4075
+ "website": "https://github.com/oyedejioyewole/nuxt-bootstrap-icons",
4076
+ "learn_more": "https://github.com/oyedejioyewole/nuxt-bootstrap-icons",
3500
4077
  "category": "UI",
3501
4078
  "type": "3rd-party",
3502
4079
  "maintainers": [
3503
4080
  {
3504
- "name": "OyewoleOyedeji",
3505
- "github": "OyewoleOyedeji"
4081
+ "name": "oyedejioyewole",
4082
+ "github": "oyedejioyewole"
3506
4083
  }
3507
4084
  ],
3508
4085
  "compatibility": {
3509
- "nuxt": "^3.0.0",
4086
+ "nuxt": ">=3.0.0",
3510
4087
  "requires": {}
3511
4088
  }
3512
4089
  },
@@ -3528,55 +4105,211 @@
3528
4105
  }
3529
4106
  ],
3530
4107
  "compatibility": {
3531
- "nuxt": "^3.0.0",
4108
+ "nuxt": ">=3.0.0",
3532
4109
  "requires": {}
3533
4110
  }
3534
4111
  },
3535
4112
  {
3536
- "name": "nuxt-facebook-chat",
3537
- "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
3538
- "repo": "superdev-tech/nuxt-facebook-chat",
3539
- "npm": "nuxt-facebook-chat",
3540
- "icon": "nuxt-facebook-chat.svg",
3541
- "github": "https://github.com/superdev-tech/nuxt-facebook-chat",
3542
- "website": "https://github.com/superdev-tech/nuxt-facebook-chat",
3543
- "learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
4113
+ "name": "nuxt-codemirror",
4114
+ "description": "Nuxt codemirror module",
4115
+ "repo": "thimodev/nuxt-codemirror",
4116
+ "npm": "nuxt-codemirror",
4117
+ "icon": "nuxt-codemirror.svg",
4118
+ "github": "https://github.com/ThimoDEV/nuxt-codemirror",
4119
+ "website": "https://github.com/ThimoDEV/nuxt-codemirror",
4120
+ "learn_more": "https://github.com/ThimoDEV/nuxt-codemirror",
3544
4121
  "category": "Libraries",
3545
4122
  "type": "3rd-party",
3546
4123
  "maintainers": [
3547
4124
  {
3548
- "name": "Supanut Dokmaithong",
3549
- "github": "Boomgeek"
3550
- },
3551
- {
3552
- "name": "superdev-tech",
3553
- "github": "superdev-tech"
4125
+ "name": "ThimoDEV",
4126
+ "github": "ThimoDEV"
3554
4127
  }
3555
4128
  ],
3556
4129
  "compatibility": {
3557
- "nuxt": "^3.0.0",
4130
+ "nuxt": ">=3.0.0",
3558
4131
  "requires": {}
3559
4132
  }
3560
4133
  },
3561
4134
  {
3562
- "name": "nuxt-feedme",
3563
- "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
3564
- "repo": "helltraitor/nuxt-feedme",
3565
- "npm": "nuxt-feedme",
3566
- "icon": "",
3567
- "github": "https://github.com/helltraitor/nuxt-feedme",
3568
- "website": "https://github.com/helltraitor/nuxt-feedme",
4135
+ "name": "nuxt-cookie-consent",
4136
+ "description": "Nuxt module for integrating with cookie consent providers with ease",
4137
+ "repo": "weareheavy/nuxt-cookie-consent",
4138
+ "npm": "@weareheavy/nuxt-cookie-consent",
4139
+ "icon": "wah.svg",
4140
+ "github": "https://github.com/weareheavy/nuxt-cookie-consent",
4141
+ "website": "https://nuxt-cookie-consent.packages.weareheavy.com",
3569
4142
  "learn_more": "",
3570
- "category": "SEO",
4143
+ "category": "Extensions",
3571
4144
  "type": "3rd-party",
3572
4145
  "maintainers": [
3573
4146
  {
3574
- "name": "Helltraitor",
4147
+ "name": "weareheavy",
4148
+ "github": "weareheavy"
4149
+ }
4150
+ ],
4151
+ "compatibility": {
4152
+ "nuxt": ">=3.0.0",
4153
+ "requires": {}
4154
+ }
4155
+ },
4156
+ {
4157
+ "name": "nuxt-coolify",
4158
+ "description": "Integrate Nuxt and Nitro With Coolify's API using nuxt-coolify.",
4159
+ "repo": "justserdar/nuxt-coolify",
4160
+ "npm": "nuxt-coolify",
4161
+ "icon": "nuxt-coolify.svg",
4162
+ "github": "https://github.com/justserdar/nuxt-coolify",
4163
+ "website": "https://github.com/justserdar/nuxt-coolify",
4164
+ "learn_more": "https://nuxt-coolify.justserdar.dev/",
4165
+ "category": "Request",
4166
+ "type": "3rd-party",
4167
+ "maintainers": [
4168
+ {
4169
+ "name": "JustSerdar",
4170
+ "github": "JustSerdar"
4171
+ }
4172
+ ],
4173
+ "compatibility": {
4174
+ "nuxt": ">=3.0.0",
4175
+ "requires": {}
4176
+ }
4177
+ },
4178
+ {
4179
+ "name": "nuxt-facebook-chat",
4180
+ "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
4181
+ "repo": "superdev-tech/nuxt-facebook-chat",
4182
+ "npm": "nuxt-facebook-chat",
4183
+ "icon": "nuxt-facebook-chat.svg",
4184
+ "github": "https://github.com/superdev-tech/nuxt-facebook-chat",
4185
+ "website": "https://github.com/superdev-tech/nuxt-facebook-chat",
4186
+ "learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
4187
+ "category": "Libraries",
4188
+ "type": "3rd-party",
4189
+ "maintainers": [
4190
+ {
4191
+ "name": "Supanut Dokmaithong",
4192
+ "github": "Boomgeek"
4193
+ },
4194
+ {
4195
+ "name": "superdev-tech",
4196
+ "github": "superdev-tech"
4197
+ }
4198
+ ],
4199
+ "compatibility": {
4200
+ "nuxt": ">=3.0.0",
4201
+ "requires": {}
4202
+ }
4203
+ },
4204
+ {
4205
+ "name": "nuxt-feather-icons",
4206
+ "description": "The Feather Icons in Nuxt 3.",
4207
+ "repo": "4sllan/nuxt-feather-icons",
4208
+ "npm": "nuxt-feather-icons",
4209
+ "icon": "nuxt-feather-icons.png",
4210
+ "github": "https://github.com/4sllan/nuxt-feather-icons",
4211
+ "website": "https://github.com/4sllan/nuxt-feather-icons",
4212
+ "learn_more": "https://github.com/4sllan/nuxt-feather-icons",
4213
+ "category": "UI",
4214
+ "type": "3rd-party",
4215
+ "maintainers": [
4216
+ {
4217
+ "name": "4sllan",
4218
+ "github": "4sllan"
4219
+ }
4220
+ ],
4221
+ "compatibility": {
4222
+ "nuxt": ">=3.0.0",
4223
+ "requires": {}
4224
+ }
4225
+ },
4226
+ {
4227
+ "name": "nuxt-feedme",
4228
+ "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
4229
+ "repo": "helltraitor/nuxt-feedme",
4230
+ "npm": "nuxt-feedme",
4231
+ "icon": "",
4232
+ "github": "https://github.com/helltraitor/nuxt-feedme",
4233
+ "website": "https://github.com/helltraitor/nuxt-feedme",
4234
+ "learn_more": "",
4235
+ "category": "SEO",
4236
+ "type": "3rd-party",
4237
+ "maintainers": [
4238
+ {
4239
+ "name": "Helltraitor",
3575
4240
  "github": "helltraitor"
3576
4241
  }
3577
4242
  ],
3578
4243
  "compatibility": {
3579
- "nuxt": "^3.0.0",
4244
+ "nuxt": ">=3.0.0",
4245
+ "requires": {}
4246
+ }
4247
+ },
4248
+ {
4249
+ "name": "nuxt-file-storage",
4250
+ "description": "Easy solution to store files in your nuxt apps. Upload files from the frontend and recieve them from the backend to save the files in your project.",
4251
+ "repo": "nyllre/nuxt-file-storage",
4252
+ "npm": "nuxt-file-storage",
4253
+ "icon": "nuxt-file-storage.svg",
4254
+ "github": "https://github.com/nyllre/nuxt-file-storage",
4255
+ "website": "https://github.com/nyllre/nuxt-file-storage",
4256
+ "learn_more": "https://github.com/nyllre/nuxt-file-storage",
4257
+ "category": "Database",
4258
+ "type": "3rd-party",
4259
+ "maintainers": [
4260
+ {
4261
+ "name": "NyllRE",
4262
+ "github": "NyllRE"
4263
+ }
4264
+ ],
4265
+ "compatibility": {
4266
+ "nuxt": ">=3.0.0",
4267
+ "requires": {}
4268
+ }
4269
+ },
4270
+ {
4271
+ "name": "nuxt-fontawesome",
4272
+ "description": "Module to use Font Awesome 6 icons in your Nuxt project",
4273
+ "repo": "bezumkin/nuxt-fontawesome",
4274
+ "npm": "@vesp/nuxt-fontawesome",
4275
+ "icon": "nuxt-fontawesome.svg",
4276
+ "github": "https://github.com/bezumkin/nuxt-fontawesome",
4277
+ "website": "https://github.com/bezumkin/nuxt-fontawesome",
4278
+ "learn_more": "https://fontawesome.com",
4279
+ "category": "UI",
4280
+ "type": "3rd-party",
4281
+ "maintainers": [
4282
+ {
4283
+ "name": "Vasily Naumkin",
4284
+ "github": "bezumkin",
4285
+ "avatar": "https://avatars.githubusercontent.com/u/1257284"
4286
+ }
4287
+ ],
4288
+ "compatibility": {
4289
+ "nuxt": ">=3.0.0",
4290
+ "requires": {}
4291
+ }
4292
+ },
4293
+ {
4294
+ "name": "nuxt-fortify",
4295
+ "description": "Use Laravel fortify and sanctum with Nuxt",
4296
+ "repo": "dev-charles15531/nuxt-fortify",
4297
+ "npm": "nuxt-fortify",
4298
+ "icon": "laravel-nuxt-fortify.svg",
4299
+ "github": "https://github.com/dev-charles15531/nuxt-fortify",
4300
+ "website": "https://github.com/dev-charles15531/nuxt-fortify",
4301
+ "learn_more": "https://laravel.com/docs/11.x/fortify",
4302
+ "category": "Security",
4303
+ "type": "3rd-party",
4304
+ "maintainers": [
4305
+ {
4306
+ "name": "Charles Paul",
4307
+ "github": "dev-charles15531",
4308
+ "avatar": "https://avatars.githubusercontent.com/dev-charles15531"
4309
+ }
4310
+ ],
4311
+ "compatibility": {
4312
+ "nuxt": ">=3.9.0",
3580
4313
  "requires": {}
3581
4314
  }
3582
4315
  },
@@ -3587,7 +4320,7 @@
3587
4320
  "npm": "nuxt-graphql-middleware",
3588
4321
  "icon": "nuxt-graphql-middleware.svg",
3589
4322
  "github": "https://github.com/dulnan/nuxt-graphql-middleware",
3590
- "website": "https://nuxt-graphql-middleware.dulnan.net",
4323
+ "website": "https://github.com/dulnan/nuxt-graphql-middleware",
3591
4324
  "learn_more": "",
3592
4325
  "category": "Request",
3593
4326
  "type": "3rd-party",
@@ -3605,7 +4338,7 @@
3605
4338
  }
3606
4339
  ],
3607
4340
  "compatibility": {
3608
- "nuxt": "^2.0.0 || ^3.0.0",
4341
+ "nuxt": "^2.0.0 || >=3.0.0",
3609
4342
  "requires": {}
3610
4343
  }
3611
4344
  },
@@ -3645,15 +4378,38 @@
3645
4378
  "maintainers": [
3646
4379
  {
3647
4380
  "name": "Zadig&Voltaire Team",
3648
- "github": "https://github.com/zadigetvoltaire"
4381
+ "github": "zadigetvoltaire"
3649
4382
  }
3650
4383
  ],
3651
4384
  "compatibility": {
3652
- "nuxt": "^3.0.0",
4385
+ "nuxt": ">=3.0.0",
3653
4386
  "requires": {},
3654
4387
  "devtools": "^0.0.0"
3655
4388
  }
3656
4389
  },
4390
+ {
4391
+ "name": "nuxt-http-client-hints",
4392
+ "description": "Nuxt HTTP Client Hints",
4393
+ "repo": "userquin/nuxt-http-client-hints",
4394
+ "npm": "nuxt-http-client-hints",
4395
+ "icon": "http-client-hints.svg",
4396
+ "github": "https://github.com/userquin/nuxt-http-client-hints",
4397
+ "website": "https://github.com/userquin/nuxt-http-client-hints",
4398
+ "learn_more": "https://github.com/userquin/nuxt-http-client-hints?tab=readme-ov-file#features",
4399
+ "category": "Extensions",
4400
+ "type": "3rd-party",
4401
+ "maintainers": [
4402
+ {
4403
+ "name": "Joaquín Sánchez",
4404
+ "github": "userquin",
4405
+ "twitter": "userquin"
4406
+ }
4407
+ ],
4408
+ "compatibility": {
4409
+ "nuxt": ">=3.9.0",
4410
+ "requires": {}
4411
+ }
4412
+ },
3657
4413
  {
3658
4414
  "name": "nuxt-hue",
3659
4415
  "description": "Enlighten your Nuxt experience",
@@ -3672,12 +4428,56 @@
3672
4428
  }
3673
4429
  ],
3674
4430
  "compatibility": {
3675
- "nuxt": "^2.0.0 || ^3.0.0",
4431
+ "nuxt": "^2.0.0 || >=3.0.0",
3676
4432
  "requires": {
3677
4433
  "bridge": "optional"
3678
4434
  }
3679
4435
  }
3680
4436
  },
4437
+ {
4438
+ "name": "nuxt-i18n-micro",
4439
+ "description": "I18n Micro is a fast, simple, and lightweight internationalization (i18n) module.",
4440
+ "repo": "s00d/nuxt-i18n-micro",
4441
+ "npm": "nuxt-i18n-micro",
4442
+ "icon": "nuxt-i18n-micro.png",
4443
+ "github": "https://github.com/s00d/nuxt-i18n-micro",
4444
+ "website": "https://github.com/s00d/nuxt-i18n-micro",
4445
+ "learn_more": "https://www.npmjs.com/package/nuxt-i18n-micro",
4446
+ "category": "Extensions",
4447
+ "type": "3rd-party",
4448
+ "maintainers": [
4449
+ {
4450
+ "name": "Pavel Kuzmin",
4451
+ "github": "s00d"
4452
+ }
4453
+ ],
4454
+ "compatibility": {
4455
+ "nuxt": ">=3.0.0",
4456
+ "requires": {}
4457
+ }
4458
+ },
4459
+ {
4460
+ "name": "nuxt-interpolation",
4461
+ "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
4462
+ "repo": "daliborgogic/nuxt-interpolation#master",
4463
+ "npm": "nuxt-interpolation",
4464
+ "icon": "",
4465
+ "github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
4466
+ "website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
4467
+ "learn_more": "",
4468
+ "category": "Devtools",
4469
+ "type": "3rd-party",
4470
+ "maintainers": [
4471
+ {
4472
+ "name": "daliborgogic",
4473
+ "github": "daliborgogic"
4474
+ }
4475
+ ],
4476
+ "compatibility": {
4477
+ "nuxt": "^2.0.0",
4478
+ "requires": {}
4479
+ }
4480
+ },
3681
4481
  {
3682
4482
  "name": "nuxt-jsonld",
3683
4483
  "description": "Manage JSON-LD in Vue component.",
@@ -3696,7 +4496,30 @@
3696
4496
  }
3697
4497
  ],
3698
4498
  "compatibility": {
3699
- "nuxt": "^3.0.0",
4499
+ "nuxt": ">=3.0.0",
4500
+ "requires": {}
4501
+ }
4502
+ },
4503
+ {
4504
+ "name": "nuxt-laravel-echo",
4505
+ "description": "Nuxt module for Laravel Echo integration",
4506
+ "repo": "manchenkoff/nuxt-laravel-echo",
4507
+ "npm": "nuxt-laravel-echo",
4508
+ "icon": "laravel.svg",
4509
+ "github": "https://github.com/manchenkoff/nuxt-laravel-echo",
4510
+ "website": "https://manchenkoff.gitbook.io/nuxt-laravel-echo",
4511
+ "learn_more": "https://laravel.com/docs/11.x/broadcasting",
4512
+ "category": "Libraries",
4513
+ "type": "3rd-party",
4514
+ "maintainers": [
4515
+ {
4516
+ "name": "Artem Manchenkov",
4517
+ "github": "manchenkoff",
4518
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
4519
+ }
4520
+ ],
4521
+ "compatibility": {
4522
+ "nuxt": ">=3.12.0",
3700
4523
  "requires": {}
3701
4524
  }
3702
4525
  },
@@ -3707,8 +4530,8 @@
3707
4530
  "npm": "@nuxtus/nuxt-localtunnel",
3708
4531
  "icon": "nuxt-localtunnel.svg",
3709
4532
  "github": "https://github.com/nuxtus/localtunnel",
3710
- "website": "https://nuxtus.com",
3711
- "learn_more": "https://docs.nuxtus.com/#/localtunnel",
4533
+ "website": "https://github.com/nuxtus/localtunnel",
4534
+ "learn_more": "",
3712
4535
  "category": "Devtools",
3713
4536
  "type": "3rd-party",
3714
4537
  "maintainers": [
@@ -3719,7 +4542,7 @@
3719
4542
  }
3720
4543
  ],
3721
4544
  "compatibility": {
3722
- "nuxt": "^3.0.0",
4545
+ "nuxt": ">=3.0.0",
3723
4546
  "requires": {}
3724
4547
  }
3725
4548
  },
@@ -3742,7 +4565,7 @@
3742
4565
  }
3743
4566
  ],
3744
4567
  "compatibility": {
3745
- "nuxt": "^3.0.0",
4568
+ "nuxt": ">=3.0.0",
3746
4569
  "requires": {}
3747
4570
  }
3748
4571
  },
@@ -3764,7 +4587,7 @@
3764
4587
  }
3765
4588
  ],
3766
4589
  "compatibility": {
3767
- "nuxt": "^2.0.0 || ^3.0.0",
4590
+ "nuxt": "^2.0.0 || >=3.0.0",
3768
4591
  "requires": {}
3769
4592
  }
3770
4593
  },
@@ -3785,6 +4608,28 @@
3785
4608
  "github": "AlexLavoie42"
3786
4609
  }
3787
4610
  ],
4611
+ "compatibility": {
4612
+ "nuxt": ">=3.0.0",
4613
+ "requires": {}
4614
+ }
4615
+ },
4616
+ {
4617
+ "name": "nuxt-maplibre",
4618
+ "description": "Maplibre integration with Nuxt",
4619
+ "repo": "Gugustinette/nuxt-maplibre",
4620
+ "npm": "nuxt-maplibre",
4621
+ "icon": "maplibre.png",
4622
+ "github": "https://github.com/Gugustinette/nuxt-maplibre",
4623
+ "website": "https://gugustinette.github.io/nuxt-maplibre/",
4624
+ "learn_more": "https://gugustinette.github.io/nuxt-maplibre/",
4625
+ "category": "Libraries",
4626
+ "type": "3rd-party",
4627
+ "maintainers": [
4628
+ {
4629
+ "name": "Augustin MERCIER",
4630
+ "github": "Gugustinette"
4631
+ }
4632
+ ],
3788
4633
  "compatibility": {
3789
4634
  "nuxt": "^3.0.0",
3790
4635
  "requires": {}
@@ -3808,7 +4653,30 @@
3808
4653
  }
3809
4654
  ],
3810
4655
  "compatibility": {
3811
- "nuxt": "^3.0.0",
4656
+ "nuxt": ">=3.0.0",
4657
+ "requires": {}
4658
+ }
4659
+ },
4660
+ {
4661
+ "name": "nuxt-meta-pixel",
4662
+ "description": "Meta (Facebook) pixel integration for Nuxt. Multi-pixel, auto page view and more.",
4663
+ "repo": "tanukijs/meta-pixel#dev/packages/nuxt-meta-pixel",
4664
+ "npm": "nuxt-meta-pixel",
4665
+ "icon": "",
4666
+ "github": "https://github.com/tanukijs/meta-pixel",
4667
+ "website": "https://github.com/tanukijs/meta-pixel",
4668
+ "learn_more": "https://github.com/tanukijs/meta-pixel/tree/dev/packages/nuxt-meta-pixel",
4669
+ "category": "Analytics",
4670
+ "type": "3rd-party",
4671
+ "maintainers": [
4672
+ {
4673
+ "name": "tanukijs",
4674
+ "github": "tanukijs",
4675
+ "avatar": "https://avatars.githubusercontent.com/u/25182349?v=4"
4676
+ }
4677
+ ],
4678
+ "compatibility": {
4679
+ "nuxt": ">=3.0.0",
3812
4680
  "requires": {}
3813
4681
  }
3814
4682
  },
@@ -3830,7 +4698,7 @@
3830
4698
  }
3831
4699
  ],
3832
4700
  "compatibility": {
3833
- "nuxt": "^3.0.0",
4701
+ "nuxt": ">=3.0.0",
3834
4702
  "requires": {}
3835
4703
  }
3836
4704
  },
@@ -3852,7 +4720,79 @@
3852
4720
  }
3853
4721
  ],
3854
4722
  "compatibility": {
3855
- "nuxt": "^3.0.0",
4723
+ "nuxt": ">=3.0.0",
4724
+ "requires": {},
4725
+ "devtools": "^0.0.0"
4726
+ }
4727
+ },
4728
+ {
4729
+ "name": "nuxt-oidc-auth",
4730
+ "description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
4731
+ "repo": "itpropro/nuxt-oidc-auth",
4732
+ "npm": "nuxt-oidc-auth",
4733
+ "icon": "",
4734
+ "github": "https://github.com/itpropro/nuxt-oidc-auth",
4735
+ "website": "https://github.com/itpropro/nuxt-oidc-auth",
4736
+ "learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
4737
+ "category": "Security",
4738
+ "type": "3rd-party",
4739
+ "maintainers": [
4740
+ {
4741
+ "name": "Jan-Henrik Damaschke",
4742
+ "github": "itpropro",
4743
+ "twitter": "jandamaschke"
4744
+ }
4745
+ ],
4746
+ "compatibility": {
4747
+ "nuxt": ">=3.0.0",
4748
+ "requires": {}
4749
+ }
4750
+ },
4751
+ {
4752
+ "name": "nuxt-openapi-docs-module",
4753
+ "description": "Generate pages from OpenAPI specifications",
4754
+ "repo": "on-org/nuxt-openapi-docs-module",
4755
+ "npm": "nuxt-openapi-docs-module",
4756
+ "icon": "nuxt-openapi-docs-module.png",
4757
+ "github": "https://github.com/on-org/nuxt-openapi-docs-module",
4758
+ "website": "https://github.com/on-org/nuxt-openapi-docs-module",
4759
+ "learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
4760
+ "category": "Libraries",
4761
+ "type": "3rd-party",
4762
+ "maintainers": [
4763
+ {
4764
+ "name": "Pavel Kuzmin",
4765
+ "github": "s00d"
4766
+ }
4767
+ ],
4768
+ "compatibility": {
4769
+ "nuxt": ">=3.0.0",
4770
+ "requires": {}
4771
+ }
4772
+ },
4773
+ {
4774
+ "name": "nuxt-openid-connect",
4775
+ "description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
4776
+ "repo": "aborn/nuxt-openid-connect",
4777
+ "npm": "nuxt-openid-connect",
4778
+ "icon": "",
4779
+ "github": "https://github.com/aborn/nuxt-openid-connect",
4780
+ "website": "https://github.com/aborn/nuxt-openid-connect",
4781
+ "learn_more": "",
4782
+ "category": "Security",
4783
+ "type": "3rd-party",
4784
+ "maintainers": [
4785
+ {
4786
+ "name": "Aborn Jiang",
4787
+ "github": "aborn"
4788
+ },
4789
+ {
4790
+ "name": "Khaled Almana",
4791
+ "github": "KhaledAlMana"
4792
+ }
4793
+ ],
4794
+ "compatibility": {
4795
+ "nuxt": ">=3.0.0",
3856
4796
  "requires": {},
3857
4797
  "devtools": "^0.0.0"
3858
4798
  }
@@ -3876,7 +4816,30 @@
3876
4816
  }
3877
4817
  ],
3878
4818
  "compatibility": {
3879
- "nuxt": "^3.0.0",
4819
+ "nuxt": ">=3.0.0",
4820
+ "requires": {}
4821
+ }
4822
+ },
4823
+ {
4824
+ "name": "nuxt-pdf-frame",
4825
+ "description": "Nuxt module for template based PDF and Canvas rendering, powered by I2djs.",
4826
+ "repo": "i2djs/pdf-frame#main/packages/pdf-frame-nuxt",
4827
+ "npm": "@i2d/nuxt-pdf-frame",
4828
+ "icon": "pdf-frame.svg",
4829
+ "github": "https://github.com/i2djs/pdf-frame/tree/main/packages/pdf-frame-nuxt",
4830
+ "website": "https://www.pdf-frame.org",
4831
+ "learn_more": "https://github.com/I2Djs/pdf-frame/wiki/nuxt%E2%80%90pdf%E2%80%90frame",
4832
+ "category": "Libraries",
4833
+ "type": "3rd-party",
4834
+ "maintainers": [
4835
+ {
4836
+ "name": "Narayana Swamy",
4837
+ "github": "nswamy14",
4838
+ "email": "narayanaswamy14@gmail.com"
4839
+ }
4840
+ ],
4841
+ "compatibility": {
4842
+ "nuxt": ">=3.0.0",
3880
4843
  "requires": {}
3881
4844
  }
3882
4845
  },
@@ -3887,7 +4850,7 @@
3887
4850
  "npm": "@sidebase/nuxt-pdf",
3888
4851
  "icon": "nuxt-pdf.png",
3889
4852
  "github": "https://github.com/sidebase/nuxt-pdf",
3890
- "website": "https://sidebase.io/nuxt-pdf",
4853
+ "website": "https://github.com/sidebase/nuxt-pdf",
3891
4854
  "learn_more": "https://github.com/sidebase",
3892
4855
  "category": "Extensions",
3893
4856
  "type": "3rd-party",
@@ -3899,29 +4862,29 @@
3899
4862
  }
3900
4863
  ],
3901
4864
  "compatibility": {
3902
- "nuxt": "^3.0.0",
4865
+ "nuxt": ">=3.0.0",
3903
4866
  "requires": {}
3904
4867
  }
3905
4868
  },
3906
4869
  {
3907
4870
  "name": "nuxt-phosphor-icons",
3908
4871
  "description": "Just a simple integration for @phosphor-icons in Nuxt",
3909
- "repo": "OyewoleOyedeji/nuxt-phosphor-icons",
4872
+ "repo": "oyedejioyewole/nuxt-phosphor-icons",
3910
4873
  "npm": "nuxt-phosphor-icons",
3911
4874
  "icon": "phosphor-icons.svg",
3912
- "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3913
- "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3914
- "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4875
+ "github": "https://github.com/oyedejioyewole/nuxt-phosphor-icons",
4876
+ "website": "https://nuxt-phosphor-icons.vercel.app",
4877
+ "learn_more": "https://nuxt-phosphor-icons.vercel.app",
3915
4878
  "category": "UI",
3916
4879
  "type": "3rd-party",
3917
4880
  "maintainers": [
3918
4881
  {
3919
- "name": "OyewoleOyedeji",
3920
- "github": "OyewoleOyedeji"
4882
+ "name": "oyedejioyewole",
4883
+ "github": "oyedejioyewole"
3921
4884
  }
3922
4885
  ],
3923
4886
  "compatibility": {
3924
- "nuxt": "^3.0.0",
4887
+ "nuxt": ">=3.0.0",
3925
4888
  "requires": {}
3926
4889
  }
3927
4890
  },
@@ -3947,28 +4910,6 @@
3947
4910
  "requires": {}
3948
4911
  }
3949
4912
  },
3950
- {
3951
- "name": "plausible",
3952
- "description": "Nuxt module to natively integrate Plausible analytics",
3953
- "repo": "nuxt-modules/plausible",
3954
- "npm": "@nuxtjs/plausible",
3955
- "icon": "plausible.png",
3956
- "github": "https://github.com/nuxt-modules/plausible",
3957
- "website": "https://github.com/nuxt-modules/plausible",
3958
- "learn_more": "https://plausible.io/",
3959
- "category": "Analytics",
3960
- "type": "community",
3961
- "maintainers": [
3962
- {
3963
- "name": "Johann Schopplich",
3964
- "github": "johannschopplich"
3965
- }
3966
- ],
3967
- "compatibility": {
3968
- "nuxt": "^3.0.0",
3969
- "requires": {}
3970
- }
3971
- },
3972
4913
  {
3973
4914
  "name": "nuxt-plotly",
3974
4915
  "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
@@ -3991,7 +4932,7 @@
3991
4932
  }
3992
4933
  ],
3993
4934
  "compatibility": {
3994
- "nuxt": "^3.0.0",
4935
+ "nuxt": ">=3.0.0",
3995
4936
  "requires": {}
3996
4937
  }
3997
4938
  },
@@ -4018,6 +4959,55 @@
4018
4959
  "requires": {}
4019
4960
  }
4020
4961
  },
4962
+ {
4963
+ "name": "nuxt-posthog",
4964
+ "description": "Integrate PostHog into your application with minimal configuration",
4965
+ "repo": "mitjans/nuxt-posthog",
4966
+ "npm": "nuxt-posthog",
4967
+ "icon": "posthog.svg",
4968
+ "github": "https://github.com/mitjans/nuxt-posthog",
4969
+ "website": "https://nuxt-posthog.cmitjans.dev",
4970
+ "learn_more": "https://posthog.com",
4971
+ "category": "Analytics",
4972
+ "type": "3rd-party",
4973
+ "maintainers": [
4974
+ {
4975
+ "name": "Carles Mitjans",
4976
+ "github": "mitjans"
4977
+ }
4978
+ ],
4979
+ "compatibility": {
4980
+ "nuxt": ">=3.0.0",
4981
+ "requires": {}
4982
+ }
4983
+ },
4984
+ {
4985
+ "name": "nuxt-sanctum-authentication",
4986
+ "description": "Nuxt 3 module for easy Laravel Sanctum authentication, offering CSRF token management, both cookie and token-based auth, and SSR compatibility.",
4987
+ "repo": "qirolab/nuxt-sanctum-authentication",
4988
+ "npm": "@qirolab/nuxt-sanctum-authentication",
4989
+ "icon": "laravel.svg",
4990
+ "github": "https://github.com/qirolab/nuxt-sanctum-authentication",
4991
+ "website": "https://qirolab.com",
4992
+ "learn_more": "https://qirolab.github.io/nuxt-sanctum-authentication/",
4993
+ "category": "Security",
4994
+ "type": "3rd-party",
4995
+ "maintainers": [
4996
+ {
4997
+ "name": "Qirolab",
4998
+ "github": "qirolab",
4999
+ "avatar": "https://avatars.githubusercontent.com/qirolab"
5000
+ },
5001
+ {
5002
+ "name": "Harish Kumar",
5003
+ "github": "hkp22"
5004
+ }
5005
+ ],
5006
+ "compatibility": {
5007
+ "nuxt": ">=3.12.0",
5008
+ "requires": {}
5009
+ }
5010
+ },
4021
5011
  {
4022
5012
  "name": "nuxt-smartlook",
4023
5013
  "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
@@ -4044,12 +5034,12 @@
4044
5034
  },
4045
5035
  {
4046
5036
  "name": "nuxt-social-share",
4047
- "description": "Simple Social Sharing for Nuxt",
5037
+ "description": "Simple social sharing for your Nuxt Sites",
4048
5038
  "repo": "stefanobartoletti/nuxt-social-share",
4049
5039
  "npm": "@stefanobartoletti/nuxt-social-share",
4050
5040
  "icon": "nuxt-social-share.png",
4051
5041
  "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4052
- "website": "https://github.com/stefanobartoletti/nuxt-social-share",
5042
+ "website": "https://nuxt-social-share.stefanobartoletti.it",
4053
5043
  "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4054
5044
  "category": "Extensions",
4055
5045
  "type": "3rd-party",
@@ -4060,7 +5050,7 @@
4060
5050
  }
4061
5051
  ],
4062
5052
  "compatibility": {
4063
- "nuxt": "^3.0.0",
5053
+ "nuxt": ">=3.0.0",
4064
5054
  "requires": {}
4065
5055
  }
4066
5056
  },
@@ -4088,7 +5078,7 @@
4088
5078
  }
4089
5079
  ],
4090
5080
  "compatibility": {
4091
- "nuxt": "^3.0.0",
5081
+ "nuxt": ">=3.0.0",
4092
5082
  "requires": {}
4093
5083
  }
4094
5084
  },
@@ -4097,7 +5087,7 @@
4097
5087
  "description": "WebStorm & PHPStorm support for Nuxt components",
4098
5088
  "repo": "fumeapp/nuxt-storm",
4099
5089
  "npm": "nuxt-storm",
4100
- "icon": "nuxt-storm.png",
5090
+ "icon": "",
4101
5091
  "github": "https://github.com/fumeapp/nuxt-storm",
4102
5092
  "website": "https://github.com/fumeapp/nuxt-storm",
4103
5093
  "learn_more": "https://github.com/fumeapp/nuxt-storm",
@@ -4114,6 +5104,30 @@
4114
5104
  "requires": {}
4115
5105
  }
4116
5106
  },
5107
+ {
5108
+ "name": "nuxt-svgo-loader",
5109
+ "description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
5110
+ "repo": "Mini-ghost/nuxt-svgo-loader",
5111
+ "npm": "nuxt-svgo-loader",
5112
+ "icon": "",
5113
+ "github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
5114
+ "website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
5115
+ "learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
5116
+ "category": "Images",
5117
+ "type": "3rd-party",
5118
+ "maintainers": [
5119
+ {
5120
+ "name": "Alex Liu",
5121
+ "github": "Mini-ghost",
5122
+ "twitter": "Minighost_Alex"
5123
+ }
5124
+ ],
5125
+ "compatibility": {
5126
+ "nuxt": ">=3.0.0",
5127
+ "requires": {},
5128
+ "devtools": "^0.0.0"
5129
+ }
5130
+ },
4117
5131
  {
4118
5132
  "name": "nuxt-svgo",
4119
5133
  "description": "Nuxt module to load optimized SVG files as Vue components",
@@ -4131,11 +5145,56 @@
4131
5145
  "github": "cpsoinos"
4132
5146
  }
4133
5147
  ],
5148
+ "compatibility": {
5149
+ "nuxt": ">=3.0.0",
5150
+ "requires": {}
5151
+ }
5152
+ },
5153
+ {
5154
+ "name": "nuxt-telegram-auth",
5155
+ "description": "Telegram login widget integration for Nuxt 3",
5156
+ "repo": "halitsever/nuxt-telegram-auth",
5157
+ "npm": "nuxt-telegram-auth",
5158
+ "icon": "nuxt-telegram-auth.png",
5159
+ "github": "https://github.com/halitsever/nuxt-telegram-auth",
5160
+ "website": "https://halitsever.github.io/nuxt-telegram-auth",
5161
+ "learn_more": "",
5162
+ "category": "Security",
5163
+ "type": "3rd-party",
5164
+ "maintainers": [
5165
+ {
5166
+ "name": "Halit Sever",
5167
+ "github": "halitsever",
5168
+ "avatar": "https://avatars.githubusercontent.com/u/34791459?v=4"
5169
+ }
5170
+ ],
4134
5171
  "compatibility": {
4135
5172
  "nuxt": "^3.0.0",
4136
5173
  "requires": {}
4137
5174
  }
4138
5175
  },
5176
+ {
5177
+ "name": "nuxt-toc",
5178
+ "description": "Nuxt module for table of contents (TOC) component in Nuxt Content projects",
5179
+ "repo": "hanyujie2002/nuxt-toc",
5180
+ "npm": "nuxt-toc",
5181
+ "icon": "nuxt-toc.png",
5182
+ "github": "https://github.com/hanyujie2002/nuxt-toc",
5183
+ "website": "https://github.com/hanyujie2002/nuxt-toc",
5184
+ "learn_more": "",
5185
+ "category": "UI",
5186
+ "type": "3rd-party",
5187
+ "maintainers": [
5188
+ {
5189
+ "name": "hanyujie2002",
5190
+ "github": "hanyujie2002"
5191
+ }
5192
+ ],
5193
+ "compatibility": {
5194
+ "nuxt": ">=3.0.0",
5195
+ "requires": {}
5196
+ }
5197
+ },
4139
5198
  {
4140
5199
  "name": "nuxt-unleash",
4141
5200
  "description": "Nuxt module to use Unleash toggle feature services",
@@ -4159,14 +5218,14 @@
4159
5218
  }
4160
5219
  },
4161
5220
  {
4162
- "name": "nuxt-use-motion",
4163
- "description": "A Nuxt module putting your components in motion",
4164
- "repo": "Tahul/nuxt-use-motion",
4165
- "npm": "nuxt-use-motion",
4166
- "icon": "nuxt-use-motion.svg",
4167
- "github": "https://github.com/Tahul/nuxt-use-motion",
4168
- "website": "https://github.com/Tahul/nuxt-use-motion",
4169
- "learn_more": "https://github.com/vueuse/motion",
5221
+ "name": "nuxt-use-sound",
5222
+ "description": "A Nuxt module for playing sound effects.",
5223
+ "repo": "Tahul/nuxt-use-sound",
5224
+ "npm": "nuxt-use-sound",
5225
+ "icon": "nuxt-use-sound.svg",
5226
+ "github": "https://github.com/Tahul/nuxt-use-sound",
5227
+ "website": "https://github.com/Tahul/nuxt-use-sound",
5228
+ "learn_more": "https://github.com/vueuse/sound",
4170
5229
  "category": "Libraries",
4171
5230
  "type": "3rd-party",
4172
5231
  "maintainers": [
@@ -4181,24 +5240,24 @@
4181
5240
  }
4182
5241
  },
4183
5242
  {
4184
- "name": "nuxt-use-sound",
4185
- "description": "A Nuxt module for playing sound effects.",
4186
- "repo": "Tahul/nuxt-use-sound",
4187
- "npm": "nuxt-use-sound",
4188
- "icon": "nuxt-use-sound.svg",
4189
- "github": "https://github.com/Tahul/nuxt-use-sound",
4190
- "website": "https://github.com/Tahul/nuxt-use-sound",
4191
- "learn_more": "https://github.com/vueuse/sound",
4192
- "category": "Libraries",
5243
+ "name": "nuxt-uswds",
5244
+ "description": "Vue USWDS (United States Web Design System) integration for Nuxt.js",
5245
+ "repo": "patrickcate/nuxt-uswds",
5246
+ "npm": "nuxt-uswds",
5247
+ "icon": "nuxt-uswds.svg",
5248
+ "github": "https://github.com/patrickcate/nuxt-uswds",
5249
+ "website": "https://github.com/patrickcate/nuxt-uswds",
5250
+ "learn_more": "",
5251
+ "category": "UI",
4193
5252
  "type": "3rd-party",
4194
5253
  "maintainers": [
4195
5254
  {
4196
- "name": "Tahul",
4197
- "github": "Tahul"
5255
+ "name": "Patrick Cate",
5256
+ "github": "patrickcate"
4198
5257
  }
4199
5258
  ],
4200
5259
  "compatibility": {
4201
- "nuxt": "^2.0.0",
5260
+ "nuxt": ">=3.0.0",
4202
5261
  "requires": {}
4203
5262
  }
4204
5263
  },
@@ -4220,7 +5279,7 @@
4220
5279
  }
4221
5280
  ],
4222
5281
  "compatibility": {
4223
- "nuxt": "^2.0.0 || ^3.0.0",
5282
+ "nuxt": "^2.0.0 || >=3.0.0",
4224
5283
  "requires": {
4225
5284
  "bridge": "optional"
4226
5285
  }
@@ -4244,51 +5303,123 @@
4244
5303
  }
4245
5304
  ],
4246
5305
  "compatibility": {
4247
- "nuxt": "^3.0.0",
5306
+ "nuxt": ">=3.0.0",
4248
5307
  "requires": {}
4249
5308
  }
4250
5309
  },
4251
5310
  {
4252
- "name": "nuxt-vuetify",
4253
- "description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
4254
- "repo": "invictus-codes/nuxt-vuetify",
4255
- "npm": "@invictus.codes/nuxt-vuetify",
4256
- "icon": "vuetify-logo-v3-dark.svg",
4257
- "github": "https://github.com/invictus-codes/nuxt-vuetify",
4258
- "website": "https://invictus-codes.github.io/nuxt-vuetify/",
4259
- "learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
4260
- "category": "UI",
5311
+ "name": "nuxt-zod-i18n",
5312
+ "description": "A Nuxt Module for localizing zod error messages.",
5313
+ "repo": "xibman/nuxt-zod-i18n",
5314
+ "npm": "nuxt-zod-i18n",
5315
+ "icon": "nuxt-zod-i18n.svg",
5316
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
5317
+ "website": "https://github.com/xibman/nuxt-zod-i18n",
5318
+ "learn_more": "",
5319
+ "category": "Libraries",
4261
5320
  "type": "3rd-party",
4262
5321
  "maintainers": [
4263
5322
  {
4264
- "name": "Jens van Hellemondt",
4265
- "github": "invictus-codes"
5323
+ "name": "xibman",
5324
+ "github": "xibman"
4266
5325
  }
4267
5326
  ],
4268
5327
  "compatibility": {
4269
- "nuxt": "^3.0.0",
5328
+ "nuxt": ">=3.0.0",
4270
5329
  "requires": {}
4271
5330
  }
4272
5331
  },
4273
5332
  {
4274
- "name": "nuxt3-leaflet",
4275
- "description": "Leaflet integration with Nuxt",
4276
- "repo": "Gugustinette/Nuxt-Leaflet",
4277
- "npm": "nuxt3-leaflet",
5333
+ "name": "nuxt2-leaflet",
5334
+ "description": "A Nuxt module which makes it easy to create reactive maps with Leaflet",
5335
+ "repo": "schlunsen/nuxt-leaflet",
5336
+ "npm": "nuxt-leaflet",
4278
5337
  "icon": "leaflet.png",
4279
- "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4280
- "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
4281
- "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
5338
+ "github": "https://github.com/schlunsen/nuxt-leaflet",
5339
+ "website": "https://github.com/schlunsen/nuxt-leaflet",
5340
+ "learn_more": "https://vue2-leaflet.netlify.app/quickstart/",
4282
5341
  "category": "Libraries",
4283
5342
  "type": "3rd-party",
4284
5343
  "maintainers": [
4285
5344
  {
4286
- "name": "Augustin MERCIER",
4287
- "github": "Gugustinette"
5345
+ "name": "schlunsen",
5346
+ "github": "schlunsen"
4288
5347
  }
4289
5348
  ],
4290
5349
  "compatibility": {
4291
- "nuxt": "^3.0.0",
5350
+ "nuxt": "^2.0.0",
5351
+ "requires": {}
5352
+ }
5353
+ },
5354
+ {
5355
+ "name": "nuxt2-ngrok",
5356
+ "description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes",
5357
+ "repo": "nuxt-community/ngrok",
5358
+ "npm": "@nuxtjs/ngrok",
5359
+ "icon": "ngrok.png",
5360
+ "github": "https://github.com/nuxt-community/ngrok-module",
5361
+ "website": "https://ngrok.nuxtjs.org",
5362
+ "learn_more": "https://github.com/bubenshchykov/ngrok",
5363
+ "category": "Devtools",
5364
+ "type": "community",
5365
+ "maintainers": [
5366
+ {
5367
+ "name": "Debbie O'Brien",
5368
+ "github": "debs-obrien",
5369
+ "twitter": "debs_obrien"
5370
+ },
5371
+ {
5372
+ "name": "Pooya Parsa",
5373
+ "github": "pi0",
5374
+ "twitter": "_pi0_"
5375
+ }
5376
+ ],
5377
+ "compatibility": {
5378
+ "nuxt": "^2.0.0",
5379
+ "requires": {}
5380
+ }
5381
+ },
5382
+ {
5383
+ "name": "nuxt2-sentry",
5384
+ "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
5385
+ "repo": "nuxt-community/sentry-module",
5386
+ "npm": "@nuxtjs/sentry",
5387
+ "icon": "sentry.svg",
5388
+ "github": "https://github.com/nuxt-community/sentry-module",
5389
+ "website": "https://sentry.nuxtjs.org/",
5390
+ "learn_more": "https://sentry.io/welcome/",
5391
+ "category": "Monitoring",
5392
+ "type": "community",
5393
+ "maintainers": [
5394
+ {
5395
+ "name": "Rafał Chłodnicki",
5396
+ "github": "rchl"
5397
+ }
5398
+ ],
5399
+ "compatibility": {
5400
+ "nuxt": "^2.0.0",
5401
+ "requires": {}
5402
+ }
5403
+ },
5404
+ {
5405
+ "name": "nuxt3-interpolation",
5406
+ "description": "",
5407
+ "repo": "daliborgogic/interpolation",
5408
+ "npm": "nuxt3-interpolation",
5409
+ "icon": "",
5410
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
5411
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
5412
+ "learn_more": "",
5413
+ "category": "Devtools",
5414
+ "type": "3rd-party",
5415
+ "maintainers": [
5416
+ {
5417
+ "name": "daliborgogic",
5418
+ "github": "daliborgogic"
5419
+ }
5420
+ ],
5421
+ "compatibility": {
5422
+ "nuxt": ">=3.0.0",
4292
5423
  "requires": {}
4293
5424
  }
4294
5425
  },
@@ -4318,14 +5449,14 @@
4318
5449
  {
4319
5450
  "name": "og-image",
4320
5451
  "description": "Enlightened runtime images generated with Vue templates.",
4321
- "repo": "harlan-zw/nuxt-og-image",
5452
+ "repo": "nuxt-modules/og-image",
4322
5453
  "npm": "nuxt-og-image",
4323
5454
  "icon": "og-image.svg",
4324
- "github": "https://github.com/harlan-zw/nuxt-og-image",
5455
+ "github": "https://github.com/nuxt-modules/og-image",
4325
5456
  "website": "https://nuxtseo.com/og-image",
4326
5457
  "learn_more": "https://nuxtseo.com/og-image",
4327
5458
  "category": "SEO",
4328
- "type": "3rd-party",
5459
+ "type": "community",
4329
5460
  "maintainers": [
4330
5461
  {
4331
5462
  "name": "Harlan Wilton",
@@ -4335,7 +5466,7 @@
4335
5466
  }
4336
5467
  ],
4337
5468
  "compatibility": {
4338
- "nuxt": "^3.0.0",
5469
+ "nuxt": ">=3.0.0",
4339
5470
  "requires": {},
4340
5471
  "devtools": "^0.0.0"
4341
5472
  }
@@ -4363,6 +5494,28 @@
4363
5494
  "requires": {}
4364
5495
  }
4365
5496
  },
5497
+ {
5498
+ "name": "onyx",
5499
+ "description": "A design system and Vue.js component library created by Schwarz IT",
5500
+ "repo": "SchwarzIT/onyx#main/packages/nuxt",
5501
+ "npm": "@sit-onyx/nuxt",
5502
+ "icon": "onyx.svg",
5503
+ "github": "https://github.com/SchwarzIT/onyx",
5504
+ "website": "https://onyx.schwarz/development/packages/nuxt.html",
5505
+ "learn_more": "https://onyx.schwarz",
5506
+ "category": "UI",
5507
+ "type": "3rd-party",
5508
+ "maintainers": [
5509
+ {
5510
+ "name": "Schwarz IT",
5511
+ "github": "SchwarzIT"
5512
+ }
5513
+ ],
5514
+ "compatibility": {
5515
+ "nuxt": ">=3.0.0",
5516
+ "requires": {}
5517
+ }
5518
+ },
4366
5519
  {
4367
5520
  "name": "optimized-images",
4368
5521
  "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
@@ -4370,8 +5523,8 @@
4370
5523
  "npm": "@aceforth/nuxt-optimized-images",
4371
5524
  "icon": "",
4372
5525
  "github": "https://github.com/juliomrqz/nuxt-optimized-images",
4373
- "website": "https://marquez.co/docs/nuxt-optimized-images/",
4374
- "learn_more": "",
5526
+ "website": "https://github.com/juliomrqz/nuxt-optimized-images",
5527
+ "learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
4375
5528
  "category": "Images",
4376
5529
  "type": "3rd-party",
4377
5530
  "maintainers": [
@@ -4449,7 +5602,7 @@
4449
5602
  }
4450
5603
  ],
4451
5604
  "compatibility": {
4452
- "nuxt": "^3.0.0",
5605
+ "nuxt": ">=3.0.0",
4453
5606
  "requires": {}
4454
5607
  }
4455
5608
  },
@@ -4472,12 +5625,34 @@
4472
5625
  }
4473
5626
  ],
4474
5627
  "compatibility": {
4475
- "nuxt": "^2.0.0 || ^3.0.0",
5628
+ "nuxt": "^2.0.0 || >=3.0.0",
4476
5629
  "requires": {
4477
5630
  "bridge": true
4478
5631
  }
4479
5632
  }
4480
5633
  },
5634
+ {
5635
+ "name": "paypal",
5636
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
5637
+ "repo": "arashsheyda/nuxt-paypal",
5638
+ "npm": "nuxt-paypal",
5639
+ "icon": "paypal.svg",
5640
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
5641
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
5642
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
5643
+ "category": "Payment",
5644
+ "type": "3rd-party",
5645
+ "maintainers": [
5646
+ {
5647
+ "name": "Arash Sheyda",
5648
+ "github": "arashsheyda"
5649
+ }
5650
+ ],
5651
+ "compatibility": {
5652
+ "nuxt": ">=3.0.0",
5653
+ "requires": {}
5654
+ }
5655
+ },
4481
5656
  {
4482
5657
  "name": "pdfeasy",
4483
5658
  "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
@@ -4498,7 +5673,29 @@
4498
5673
  }
4499
5674
  ],
4500
5675
  "compatibility": {
4501
- "nuxt": "^3.0.0",
5676
+ "nuxt": ">=3.0.0",
5677
+ "requires": {}
5678
+ }
5679
+ },
5680
+ {
5681
+ "name": "pergel",
5682
+ "description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
5683
+ "repo": "oku-ui/pergel#main/packages-core/pergel",
5684
+ "npm": "pergel",
5685
+ "icon": "pergel.svg",
5686
+ "github": "https://github.com/oku-ui/pergel",
5687
+ "website": "https://oku-ui.com/pergel",
5688
+ "learn_more": "",
5689
+ "category": "Devtools",
5690
+ "type": "3rd-party",
5691
+ "maintainers": [
5692
+ {
5693
+ "name": "Mehmet - productdevbook",
5694
+ "github": "productdevbook"
5695
+ }
5696
+ ],
5697
+ "compatibility": {
5698
+ "nuxt": ">=3.10.0",
4502
5699
  "requires": {}
4503
5700
  }
4504
5701
  },
@@ -4528,7 +5725,7 @@
4528
5725
  {
4529
5726
  "name": "pinia-orm",
4530
5727
  "description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
4531
- "repo": "CodeDredd/pinia-orm#master/packages/nuxt",
5728
+ "repo": "CodeDredd/pinia-orm#main/packages/nuxt",
4532
5729
  "npm": "@pinia-orm/nuxt",
4533
5730
  "icon": "pinia-orm.svg",
4534
5731
  "github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
@@ -4543,7 +5740,7 @@
4543
5740
  }
4544
5741
  ],
4545
5742
  "compatibility": {
4546
- "nuxt": "^2.0.0 || ^3.0.0",
5743
+ "nuxt": "^2.0.0 || >=3.0.0",
4547
5744
  "requires": {
4548
5745
  "bridge": "optional"
4549
5746
  }
@@ -4552,10 +5749,10 @@
4552
5749
  {
4553
5750
  "name": "pinia-plugin-persistedstate",
4554
5751
  "description": "Configurable persistence and rehydration of Pinia stores.",
4555
- "repo": "prazdevs/pinia-plugin-persistedstate#main/packages/nuxt",
4556
- "npm": "@pinia-plugin-persistedstate/nuxt",
5752
+ "repo": "prazdevs/pinia-plugin-persistedstate",
5753
+ "npm": "pinia-plugin-persistedstate",
4557
5754
  "icon": "pinia-plugin-persistedstate.png",
4558
- "github": "https://github.com/prazdevs/pinia-plugin-persistedstate/tree/main/packages/nuxt",
5755
+ "github": "https://github.com/prazdevs/pinia-plugin-persistedstate",
4559
5756
  "website": "https://prazdevs.github.io/pinia-plugin-persistedstate/",
4560
5757
  "learn_more": "",
4561
5758
  "category": "Extensions",
@@ -4567,7 +5764,7 @@
4567
5764
  }
4568
5765
  ],
4569
5766
  "compatibility": {
4570
- "nuxt": "^2.0.0 || ^3.0.0",
5767
+ "nuxt": "^2.0.0 || >=3.0.0",
4571
5768
  "requires": {
4572
5769
  "bridge": "optional"
4573
5770
  }
@@ -4591,7 +5788,7 @@
4591
5788
  }
4592
5789
  ],
4593
5790
  "compatibility": {
4594
- "nuxt": "^2.0.0 || ^3.0.0",
5791
+ "nuxt": "^2.0.0 || >=3.0.0",
4595
5792
  "requires": {
4596
5793
  "bridge": "optional"
4597
5794
  }
@@ -4602,20 +5799,42 @@
4602
5799
  "description": "Nuxt module to natively integrate Plausible analytics",
4603
5800
  "repo": "nuxt-modules/plausible",
4604
5801
  "npm": "@nuxtjs/plausible",
4605
- "icon": "",
5802
+ "icon": "plausible.svg",
4606
5803
  "github": "https://github.com/nuxt-modules/plausible",
4607
5804
  "website": "https://github.com/nuxt-modules/plausible",
4608
5805
  "learn_more": "",
4609
- "category": "Devtools",
5806
+ "category": "Analytics",
4610
5807
  "type": "community",
4611
5808
  "maintainers": [
4612
5809
  {
4613
- "name": "nuxt-modules",
4614
- "github": "nuxt-modules"
5810
+ "name": "Johann Schopplich",
5811
+ "github": "johannschopplich"
4615
5812
  }
4616
5813
  ],
4617
5814
  "compatibility": {
4618
- "nuxt": "^2.0.0",
5815
+ "nuxt": "^2.0.0 || >=3.0.0",
5816
+ "requires": {}
5817
+ }
5818
+ },
5819
+ {
5820
+ "name": "precognition",
5821
+ "description": "Nuxt module implementing Laravel Precognition protocol in Nitro",
5822
+ "repo": "sot1986/nuxt-precognition",
5823
+ "npm": "nuxt-precognition",
5824
+ "icon": "laravel.svg",
5825
+ "github": "https://github.com/sot1986/nuxt-precognition",
5826
+ "website": "https://github.com/sot1986/nuxt-precognition",
5827
+ "learn_more": "",
5828
+ "category": "Security",
5829
+ "type": "3rd-party",
5830
+ "maintainers": [
5831
+ {
5832
+ "name": "sot1986",
5833
+ "github": "sot1986"
5834
+ }
5835
+ ],
5836
+ "compatibility": {
5837
+ "nuxt": ">=3.0.0",
4619
5838
  "requires": {}
4620
5839
  }
4621
5840
  },
@@ -4648,7 +5867,7 @@
4648
5867
  "npm": "nuxt-prepare",
4649
5868
  "icon": "prepare.svg",
4650
5869
  "github": "https://github.com/johannschopplich/nuxt-prepare",
4651
- "website": "https://nuxt-prepare.jhnn.dev",
5870
+ "website": "https://nuxt-prepare.byjohann.dev",
4652
5871
  "learn_more": "",
4653
5872
  "category": "Devtools",
4654
5873
  "type": "3rd-party",
@@ -4661,19 +5880,19 @@
4661
5880
  }
4662
5881
  ],
4663
5882
  "compatibility": {
4664
- "nuxt": "^3.0.0",
5883
+ "nuxt": ">=3.0.0",
4665
5884
  "requires": {}
4666
5885
  }
4667
5886
  },
4668
5887
  {
4669
5888
  "name": "primevue",
4670
5889
  "description": "Next Generation Vue UI Component Library",
4671
- "repo": "primefaces/primevue-nuxt-module",
4672
- "npm": "nuxt-primevue",
5890
+ "repo": "primefaces/primevue#master/packages/nuxt-module",
5891
+ "npm": "@primevue/nuxt-module",
4673
5892
  "icon": "primevue.svg",
4674
- "github": "https://github.com/primefaces/primevue-nuxt-module",
5893
+ "github": "https://github.com/primefaces/primevue/tree/master/packages/nuxt-module",
4675
5894
  "website": "https://primevue.org/",
4676
- "learn_more": "https://primevue.org/",
5895
+ "learn_more": "https://primevue.org/nuxt/",
4677
5896
  "category": "UI",
4678
5897
  "type": "3rd-party",
4679
5898
  "maintainers": [
@@ -4684,7 +5903,29 @@
4684
5903
  }
4685
5904
  ],
4686
5905
  "compatibility": {
4687
- "nuxt": "^3.0.0",
5906
+ "nuxt": ">=3.0.0",
5907
+ "requires": {}
5908
+ }
5909
+ },
5910
+ {
5911
+ "name": "prisma",
5912
+ "description": "Integrate Nuxt with Prisma ORM to simplify database access!",
5913
+ "repo": "prisma/nuxt-prisma",
5914
+ "npm": "@prisma/nuxt",
5915
+ "icon": "prisma.png",
5916
+ "github": "https://github.com/prisma/nuxt-prisma",
5917
+ "website": "https://pris.ly/prisma-nuxt",
5918
+ "learn_more": "https://www.prisma.io/orm",
5919
+ "category": "Database",
5920
+ "type": "3rd-party",
5921
+ "maintainers": [
5922
+ {
5923
+ "name": "prisma",
5924
+ "github": "prisma"
5925
+ }
5926
+ ],
5927
+ "compatibility": {
5928
+ "nuxt": ">=3.0.0",
4688
5929
  "requires": {}
4689
5930
  }
4690
5931
  },
@@ -4707,7 +5948,7 @@
4707
5948
  }
4708
5949
  ],
4709
5950
  "compatibility": {
4710
- "nuxt": "^2.0.0 || ^3.0.0",
5951
+ "nuxt": "^2.0.0 || >=3.0.0",
4711
5952
  "requires": {}
4712
5953
  }
4713
5954
  },
@@ -4729,7 +5970,7 @@
4729
5970
  }
4730
5971
  ],
4731
5972
  "compatibility": {
4732
- "nuxt": "^3.0.0",
5973
+ "nuxt": ">=3.0.0",
4733
5974
  "requires": {}
4734
5975
  }
4735
5976
  },
@@ -4819,7 +6060,7 @@
4819
6060
  }
4820
6061
  ],
4821
6062
  "compatibility": {
4822
- "nuxt": "^2.0.0 || ^3.0.0",
6063
+ "nuxt": "^2.0.0 || >=3.0.0",
4823
6064
  "requires": {}
4824
6065
  }
4825
6066
  },
@@ -4888,7 +6129,7 @@
4888
6129
  }
4889
6130
  ],
4890
6131
  "compatibility": {
4891
- "nuxt": "^3.0.0",
6132
+ "nuxt": ">=3.0.0",
4892
6133
  "requires": {},
4893
6134
  "devtools": "^0.0.0"
4894
6135
  }
@@ -4911,7 +6152,7 @@
4911
6152
  }
4912
6153
  ],
4913
6154
  "compatibility": {
4914
- "nuxt": "^3.0.0",
6155
+ "nuxt": ">=3.0.0",
4915
6156
  "requires": {}
4916
6157
  }
4917
6158
  },
@@ -4946,7 +6187,7 @@
4946
6187
  }
4947
6188
  ],
4948
6189
  "compatibility": {
4949
- "nuxt": "^3.0.0",
6190
+ "nuxt": ">=3.0.0",
4950
6191
  "requires": {}
4951
6192
  }
4952
6193
  },
@@ -4995,6 +6236,29 @@
4995
6236
  "requires": {}
4996
6237
  }
4997
6238
  },
6239
+ {
6240
+ "name": "resend",
6241
+ "description": "Resend integration for Nuxt",
6242
+ "repo": "nhedger/nuxt-resend",
6243
+ "npm": "nuxt-resend",
6244
+ "icon": "resend.svg",
6245
+ "github": "https://github.com/nhedger/nuxt-resend",
6246
+ "website": "https://github.com/nhedger/nuxt-resend",
6247
+ "learn_more": "https://resend.com",
6248
+ "category": "Extensions",
6249
+ "type": "3rd-party",
6250
+ "maintainers": [
6251
+ {
6252
+ "name": "Nicolas Hedger",
6253
+ "github": "nhedger",
6254
+ "twitter": "nicolashedger"
6255
+ }
6256
+ ],
6257
+ "compatibility": {
6258
+ "nuxt": ">=3.0.0",
6259
+ "requires": {}
6260
+ }
6261
+ },
4998
6262
  {
4999
6263
  "name": "rfg-icon",
5000
6264
  "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
@@ -5019,23 +6283,29 @@
5019
6283
  },
5020
6284
  {
5021
6285
  "name": "robots",
5022
- "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
6286
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
5023
6287
  "repo": "nuxt-modules/robots",
5024
6288
  "npm": "@nuxtjs/robots",
5025
- "icon": "robots.png",
6289
+ "icon": "simple-robots.svg",
5026
6290
  "github": "https://github.com/nuxt-modules/robots",
5027
6291
  "website": "https://github.com/nuxt-modules/robots",
5028
- "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
6292
+ "learn_more": "",
5029
6293
  "category": "SEO",
5030
6294
  "type": "community",
5031
6295
  "maintainers": [
5032
6296
  {
5033
6297
  "name": "Ricardo Gobbo de Souza",
5034
6298
  "github": "ricardogobbosouza"
6299
+ },
6300
+ {
6301
+ "name": "Harlan Wilton",
6302
+ "github": "harlan-zw",
6303
+ "twitter": "harlan_zw",
6304
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5035
6305
  }
5036
6306
  ],
5037
6307
  "compatibility": {
5038
- "nuxt": "^2.0.0 || ^3.0.0",
6308
+ "nuxt": "^2.0.0 || >=3.0.0",
5039
6309
  "requires": {
5040
6310
  "bridge": "optional"
5041
6311
  }
@@ -5043,23 +6313,23 @@
5043
6313
  },
5044
6314
  {
5045
6315
  "name": "rollbar",
5046
- "description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
5047
- "repo": "gaelreyrol/nuxt-rollbar-module",
5048
- "npm": "nuxt-rollbar-module",
6316
+ "description": "Nuxt 3 module to integrate Rollbar.",
6317
+ "repo": "jairoblatt/nuxt-rollbar",
6318
+ "npm": "nuxt-rollbar",
5049
6319
  "icon": "rollbar.png",
5050
- "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
5051
- "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
6320
+ "github": "https://github.com/jairoblatt/nuxt-rollbar",
6321
+ "website": "https://github.com/jairoblatt/nuxt-rollbar",
5052
6322
  "learn_more": "https://docs.rollbar.com/docs/javascript",
5053
6323
  "category": "Monitoring",
5054
6324
  "type": "3rd-party",
5055
6325
  "maintainers": [
5056
6326
  {
5057
- "name": "Gaël Reyrol",
5058
- "github": "gaelreyrol"
6327
+ "name": "Jairo Blatt",
6328
+ "github": "jairoblatt"
5059
6329
  }
5060
6330
  ],
5061
6331
  "compatibility": {
5062
- "nuxt": "^2.0.0",
6332
+ "nuxt": ">=3.0.0",
5063
6333
  "requires": {}
5064
6334
  }
5065
6335
  },
@@ -5128,15 +6398,38 @@
5128
6398
  }
5129
6399
  ],
5130
6400
  "compatibility": {
5131
- "nuxt": "^2.0.0 || ^3.0.0",
6401
+ "nuxt": "^2.0.0 || >=3.0.0",
5132
6402
  "requires": {
5133
6403
  "bridge": "optional"
5134
6404
  }
5135
6405
  }
5136
6406
  },
6407
+ {
6408
+ "name": "scalar",
6409
+ "description": "Render a beautiful API References based on a OpenAPI/Swagger file with Nuxt.",
6410
+ "repo": "scalar/scalar#main/packages/nuxt",
6411
+ "npm": "@scalar/nuxt",
6412
+ "icon": "scalar.svg",
6413
+ "github": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
6414
+ "website": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
6415
+ "learn_more": "https://scalar.com",
6416
+ "category": "Devtools",
6417
+ "type": "3rd-party",
6418
+ "maintainers": [
6419
+ {
6420
+ "name": "scalar",
6421
+ "github": "scalar",
6422
+ "twitter": "scalar"
6423
+ }
6424
+ ],
6425
+ "compatibility": {
6426
+ "nuxt": ">=3.0.0",
6427
+ "requires": {}
6428
+ }
6429
+ },
5137
6430
  {
5138
6431
  "name": "schema-org",
5139
- "description": "Schema.org for Nuxt.",
6432
+ "description": "Quick and easy Schema.org graphs.",
5140
6433
  "repo": "harlan-zw/nuxt-schema-org",
5141
6434
  "npm": "nuxt-schema-org",
5142
6435
  "icon": "schema-org.svg",
@@ -5154,7 +6447,30 @@
5154
6447
  }
5155
6448
  ],
5156
6449
  "compatibility": {
5157
- "nuxt": "^3.0.0",
6450
+ "nuxt": ">=3.0.0",
6451
+ "requires": {}
6452
+ }
6453
+ },
6454
+ {
6455
+ "name": "scripts",
6456
+ "description": "Plug-and-play script optimization for Nuxt applications.",
6457
+ "repo": "nuxt/scripts",
6458
+ "npm": "@nuxt/scripts",
6459
+ "icon": "nuxt.svg",
6460
+ "github": "https://github.com/nuxt/scripts",
6461
+ "website": "https://scripts.nuxt.com",
6462
+ "learn_more": "",
6463
+ "category": "Libraries",
6464
+ "type": "official",
6465
+ "maintainers": [
6466
+ {
6467
+ "name": "Harlan Wilton",
6468
+ "github": "harlan-zw",
6469
+ "twitter": "harlan_zw"
6470
+ }
6471
+ ],
6472
+ "compatibility": {
6473
+ "nuxt": ">=3.0.0",
5158
6474
  "requires": {}
5159
6475
  }
5160
6476
  },
@@ -5199,7 +6515,7 @@
5199
6515
  }
5200
6516
  ],
5201
6517
  "compatibility": {
5202
- "nuxt": "^3.0.0",
6518
+ "nuxt": ">=3.0.0",
5203
6519
  "requires": {}
5204
6520
  }
5205
6521
  },
@@ -5211,7 +6527,7 @@
5211
6527
  "icon": "segment.png",
5212
6528
  "github": "https://github.com/dansmaculotte/nuxt-segment",
5213
6529
  "website": "https://github.com/dansmaculotte/nuxt-segment",
5214
- "learn_more": "https://segment.com/docs/connections/sources/catalog/Libraries/website/javascript/",
6530
+ "learn_more": "",
5215
6531
  "category": "Analytics",
5216
6532
  "type": "3rd-party",
5217
6533
  "maintainers": [
@@ -5227,31 +6543,31 @@
5227
6543
  },
5228
6544
  {
5229
6545
  "name": "sentry",
5230
- "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
5231
- "repo": "nuxt-community/sentry-module",
5232
- "npm": "@nuxtjs/sentry",
6546
+ "description": "Official Sentry SDK for Nuxt (EXPERIMENTAL)",
6547
+ "repo": "getsentry/sentry-javascript#HEAD/packages/nuxt",
6548
+ "npm": "@sentry/nuxt",
5233
6549
  "icon": "sentry.svg",
5234
- "github": "https://github.com/nuxt-community/sentry-module",
5235
- "website": "https://sentry.nuxtjs.org/",
5236
- "learn_more": "https://sentry.io/welcome/",
6550
+ "github": "https://github.com/getsentry/sentry-javascript/tree/HEAD/packages/nuxt",
6551
+ "website": "https://docs.sentry.io/platforms/javascript/guides/nuxt",
6552
+ "learn_more": "https://sentry.io",
5237
6553
  "category": "Monitoring",
5238
- "type": "community",
6554
+ "type": "3rd-party",
5239
6555
  "maintainers": [
5240
6556
  {
5241
- "name": "Rafał Chłodnicki",
5242
- "github": "rchl"
6557
+ "name": "Sentry",
6558
+ "github": "getsentry"
5243
6559
  }
5244
6560
  ],
5245
6561
  "compatibility": {
5246
- "nuxt": "^2.0.0",
6562
+ "nuxt": "^3.0.0",
5247
6563
  "requires": {}
5248
6564
  }
5249
6565
  },
5250
6566
  {
5251
6567
  "name": "seo-experiments",
5252
- "description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
6568
+ "description": "Powerful SEO DX improvements.",
5253
6569
  "repo": "harlan-zw/nuxt-seo-experiments",
5254
- "npm": "nuxt-seo-experiments",
6570
+ "npm": "nuxt-seo-utils",
5255
6571
  "icon": "seo-experiments.svg",
5256
6572
  "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5257
6573
  "website": "https://nuxtseo.com/experiments",
@@ -5267,29 +6583,7 @@
5267
6583
  }
5268
6584
  ],
5269
6585
  "compatibility": {
5270
- "nuxt": "^3.0.0",
5271
- "requires": {}
5272
- }
5273
- },
5274
- {
5275
- "name": "seo-kit",
5276
- "description": "The complete SEO solution for Nuxt.",
5277
- "repo": "harlan-zw/nuxt-seo-kit#main/layer",
5278
- "npm": "nuxt-seo-kit",
5279
- "icon": "seo-kit.svg",
5280
- "github": "https://github.com/harlan-zw/nuxt-seo-kit",
5281
- "website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
5282
- "learn_more": "",
5283
- "category": "SEO",
5284
- "type": "3rd-party",
5285
- "maintainers": [
5286
- {
5287
- "name": "harlan-zw",
5288
- "github": "harlan-zw"
5289
- }
5290
- ],
5291
- "compatibility": {
5292
- "nuxt": "^3.0.0",
6586
+ "nuxt": ">=3.0.0",
5293
6587
  "requires": {}
5294
6588
  }
5295
6589
  },
@@ -5316,6 +6610,28 @@
5316
6610
  "requires": {}
5317
6611
  }
5318
6612
  },
6613
+ {
6614
+ "name": "seo",
6615
+ "description": "The complete SEO solution for Nuxt.",
6616
+ "repo": "harlan-zw/nuxt-seo",
6617
+ "npm": "@nuxtjs/seo",
6618
+ "icon": "nuxt.svg",
6619
+ "github": "https://github.com/harlan-zw/nuxt-seo",
6620
+ "website": "https://nuxtseo.com/",
6621
+ "learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
6622
+ "category": "SEO",
6623
+ "type": "3rd-party",
6624
+ "maintainers": [
6625
+ {
6626
+ "name": "harlan-zw",
6627
+ "github": "harlan-zw"
6628
+ }
6629
+ ],
6630
+ "compatibility": {
6631
+ "nuxt": ">=3.0.0",
6632
+ "requires": {}
6633
+ }
6634
+ },
5319
6635
  {
5320
6636
  "name": "seomatic-meta",
5321
6637
  "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
@@ -5364,7 +6680,7 @@
5364
6680
  {
5365
6681
  "name": "server-block",
5366
6682
  "description": "Use <server> tags in your Nuxt pages components.",
5367
- "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
6683
+ "repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
5368
6684
  "npm": "@hebilicious/server-block-nuxt",
5369
6685
  "icon": "server-block.svg",
5370
6686
  "github": "https://github.com/Hebilicious/server-block-nuxt",
@@ -5380,30 +6696,34 @@
5380
6696
  }
5381
6697
  ],
5382
6698
  "compatibility": {
5383
- "nuxt": "^3.0.0",
6699
+ "nuxt": ">=3.0.0",
5384
6700
  "requires": {}
5385
6701
  }
5386
6702
  },
5387
6703
  {
5388
- "name": "session",
5389
- "description": "Session middleware to persist user data across requests, a client-side useSession composable to interact with the session, supports many storage backends via unjs/unstorage",
5390
- "repo": "sidebase/nuxt-session",
5391
- "npm": "@sidebase/nuxt-session",
5392
- "icon": "session.png",
5393
- "github": "https://github.com/sidebase/nuxt-session",
5394
- "website": "https://github.com/sidebase/nuxt-session",
5395
- "learn_more": "https://github.com/sidebase",
5396
- "category": "Security",
6704
+ "name": "shadcn",
6705
+ "description": "Re-usable components built with Radix Vue and Tailwind CSS.",
6706
+ "repo": "radix-vue/shadcn-vue#dev/packages/module",
6707
+ "npm": "shadcn-nuxt",
6708
+ "icon": "",
6709
+ "github": "https://github.com/radix-vue/shadcn-vue/tree/dev/packages/module",
6710
+ "website": "https://www.shadcn-vue.com",
6711
+ "learn_more": "https://www.shadcn-vue.com/docs/installation/nuxt",
6712
+ "category": "UI",
5397
6713
  "type": "3rd-party",
5398
6714
  "maintainers": [
5399
6715
  {
5400
- "name": "sidebase",
5401
- "github": "sidebase",
5402
- "twitter": "sidebase_io"
6716
+ "name": "Zernonia",
6717
+ "github": "zernonia",
6718
+ "twitter": "zernonia"
6719
+ },
6720
+ {
6721
+ "name": "Sadegh Barati",
6722
+ "github": "sadeghbarati"
5403
6723
  }
5404
6724
  ],
5405
6725
  "compatibility": {
5406
- "nuxt": "^3.0.0",
6726
+ "nuxt": ">=3.0.0",
5407
6727
  "requires": {}
5408
6728
  }
5409
6729
  },
@@ -5429,15 +6749,37 @@
5429
6749
  "requires": {}
5430
6750
  }
5431
6751
  },
6752
+ {
6753
+ "name": "shuimo-ui",
6754
+ "description": "A Chinese Shuimo style component library.",
6755
+ "repo": "shuimo-design/shuimo-ui#main/plugins/nuxt",
6756
+ "npm": "@shuimo-design/shuimo-ui-nuxt",
6757
+ "icon": "shuimo-ui.svg",
6758
+ "github": "https://github.com/shuimo-design/shuimo-ui",
6759
+ "website": "https://shuimo.design",
6760
+ "learn_more": "https://github.com/shuimo-design/shuimo-ui/tree/main/plugins/nuxt",
6761
+ "category": "UI",
6762
+ "type": "3rd-party",
6763
+ "maintainers": [
6764
+ {
6765
+ "name": "higuaifan",
6766
+ "github": "higuaifan"
6767
+ }
6768
+ ],
6769
+ "compatibility": {
6770
+ "nuxt": ">=3.0.0",
6771
+ "requires": {}
6772
+ }
6773
+ },
5432
6774
  {
5433
6775
  "name": "sidebase-auth",
5434
- "description": "Zero-boilerplate authentication for nuxt 3 with support for many strategies (oauth, credentials, ...) and providers (google, azure, ...). Additionally supports session manipulation, client- and server-side protection and more.",
6776
+ "description": "Zero-boilerplate authentication for Nuxt with support for many strategies (oauth, credentials, ...) and providers (google, azure, ...). Additionally supports session manipulation, client- and server-side protection and more.",
5435
6777
  "repo": "sidebase/nuxt-auth",
5436
6778
  "npm": "@sidebase/nuxt-auth",
5437
6779
  "icon": "sidebase-auth.png",
5438
6780
  "github": "https://github.com/sidebase/nuxt-auth",
5439
- "website": "https://github.com/sidebase/nuxt-auth",
5440
- "learn_more": "https://github.com/sidebase",
6781
+ "website": "https://auth.sidebase.io/",
6782
+ "learn_more": "https://sidebase.io/",
5441
6783
  "category": "Security",
5442
6784
  "type": "3rd-party",
5443
6785
  "maintainers": [
@@ -5448,7 +6790,7 @@
5448
6790
  }
5449
6791
  ],
5450
6792
  "compatibility": {
5451
- "nuxt": "^3.0.0",
6793
+ "nuxt": ">=3.0.0",
5452
6794
  "requires": {}
5453
6795
  }
5454
6796
  },
@@ -5475,65 +6817,23 @@
5475
6817
  }
5476
6818
  },
5477
6819
  {
5478
- "name": "simple-robots",
5479
- "description": "Tame the robots crawling and indexing your Nuxt site.",
5480
- "repo": "harlan-zw/nuxt-simple-robots",
5481
- "npm": "nuxt-simple-robots",
5482
- "icon": "simple-robots.svg",
5483
- "github": "https://github.com/harlan-zw/nuxt-simple-robots",
5484
- "website": "https://nuxtseo.com/robots",
5485
- "learn_more": "https://nuxtseo.com/robots",
5486
- "category": "SEO",
5487
- "type": "3rd-party",
5488
- "maintainers": [
5489
- {
5490
- "name": "Harlan Wilton",
5491
- "github": "harlan-zw",
5492
- "twitter": "harlan_zw",
5493
- "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5494
- }
5495
- ],
5496
- "compatibility": {
5497
- "nuxt": "^3.0.0",
5498
- "requires": {}
5499
- }
5500
- },
5501
- {
5502
- "name": "simple-sitemap",
6820
+ "name": "sitemap",
5503
6821
  "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
5504
- "repo": "harlan-zw/nuxt-simple-sitemap",
5505
- "npm": "nuxt-simple-sitemap",
6822
+ "repo": "nuxt-modules/sitemap",
6823
+ "npm": "@nuxtjs/sitemap",
5506
6824
  "icon": "simple-sitemap.svg",
5507
- "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
5508
- "website": "https://nuxtseo.com/simple-sitemap",
5509
- "learn_more": "https://nuxtseo.com/simple-sitemap",
6825
+ "github": "https://github.com/nuxt-modules/sitemap",
6826
+ "website": "https://nuxtseo.com/",
6827
+ "learn_more": "https://nuxtseo.com/sitemap",
5510
6828
  "category": "SEO",
5511
- "type": "3rd-party",
6829
+ "type": "community",
5512
6830
  "maintainers": [
5513
6831
  {
5514
6832
  "name": "Harlan Wilton",
5515
6833
  "github": "harlan-zw",
5516
6834
  "twitter": "harlan_zw",
5517
6835
  "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5518
- }
5519
- ],
5520
- "compatibility": {
5521
- "nuxt": "^3.0.0",
5522
- "requires": {}
5523
- }
5524
- },
5525
- {
5526
- "name": "sitemap",
5527
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
5528
- "repo": "nuxt-community/sitemap-module#dev",
5529
- "npm": "@nuxtjs/sitemap",
5530
- "icon": "",
5531
- "github": "https://github.com/nuxt-community/sitemap-module#dev",
5532
- "website": "https://sitemap.nuxtjs.org",
5533
- "learn_more": "",
5534
- "category": "SEO",
5535
- "type": "community",
5536
- "maintainers": [
6836
+ },
5537
6837
  {
5538
6838
  "name": "Nicolas PENNEC",
5539
6839
  "github": "NicoPennec",
@@ -5541,7 +6841,7 @@
5541
6841
  }
5542
6842
  ],
5543
6843
  "compatibility": {
5544
- "nuxt": "^2.0.0",
6844
+ "nuxt": ">=3.0.0",
5545
6845
  "requires": {}
5546
6846
  }
5547
6847
  },
@@ -5563,7 +6863,7 @@
5563
6863
  }
5564
6864
  ],
5565
6865
  "compatibility": {
5566
- "nuxt": "^3.0.0",
6866
+ "nuxt": ">=3.0.0",
5567
6867
  "requires": {}
5568
6868
  }
5569
6869
  },
@@ -5575,7 +6875,7 @@
5575
6875
  "icon": "snipcart.png",
5576
6876
  "github": "https://github.com/nuxt-modules/snipcart",
5577
6877
  "website": "https://github.com/nuxt-modules/snipcart",
5578
- "learn_more": "https://snipcart.com",
6878
+ "learn_more": "",
5579
6879
  "category": "Ecommerce",
5580
6880
  "type": "community",
5581
6881
  "maintainers": [
@@ -5586,7 +6886,7 @@
5586
6886
  }
5587
6887
  ],
5588
6888
  "compatibility": {
5589
- "nuxt": "^2.0.0 || ^3.0.0",
6889
+ "nuxt": "^2.0.0 || >=3.0.0",
5590
6890
  "requires": {}
5591
6891
  }
5592
6892
  },
@@ -5657,39 +6957,6 @@
5657
6957
  "requires": {}
5658
6958
  }
5659
6959
  },
5660
- {
5661
- "name": "speedkit",
5662
- "description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
5663
- "repo": "GrabarzUndPartner/nuxt-speedkit",
5664
- "npm": "nuxt-speedkit",
5665
- "icon": "speedkit.png",
5666
- "github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
5667
- "website": "https://nuxt-speedkit.grabarzundpartner.dev",
5668
- "learn_more": "",
5669
- "category": "Performance",
5670
- "type": "3rd-party",
5671
- "maintainers": [
5672
- {
5673
- "name": "Stephan Gerbeth",
5674
- "github": "StephanGerbeth",
5675
- "avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
5676
- },
5677
- {
5678
- "name": "Thorn Walli",
5679
- "github": "ThornWalli",
5680
- "avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
5681
- },
5682
- {
5683
- "name": "Grabarz & Partner",
5684
- "github": "GrabarzUndPartner",
5685
- "avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
5686
- }
5687
- ],
5688
- "compatibility": {
5689
- "nuxt": "^2.0.0",
5690
- "requires": {}
5691
- }
5692
- },
5693
6960
  {
5694
6961
  "name": "ssr-lit",
5695
6962
  "description": "",
@@ -5736,23 +7003,29 @@
5736
7003
  },
5737
7004
  {
5738
7005
  "name": "storefront-ui",
5739
- "description": "Storefront UI Module for Nuxt",
5740
- "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
7006
+ "description": "Storefront UI for Nuxt by Alokai",
7007
+ "repo": "vuestorefront/storefront-ui#v2-develop/packages/sfui/frameworks/nuxt",
5741
7008
  "npm": "@storefront-ui/nuxt",
5742
7009
  "icon": "storefront-ui.svg",
5743
- "github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
5744
- "website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
5745
- "learn_more": "https://docs.storefrontui.io/",
7010
+ "github": "https://github.com/vuestorefront/storefront-ui",
7011
+ "website": "https://docs.storefrontui.io/v2/",
7012
+ "learn_more": "https://docs.storefrontui.io/v2/getting-started/vue#nuxt-3",
5746
7013
  "category": "UI",
5747
7014
  "type": "3rd-party",
5748
7015
  "maintainers": [
5749
7016
  {
5750
- "name": "Jakub Andrzejewski",
5751
- "github": "Baroshem"
7017
+ "name": "Szymon Dziewoński",
7018
+ "github": "Szymon-dziewonski",
7019
+ "avatar": "https://avatars.githubusercontent.com/u/2566152?v=4"
7020
+ },
7021
+ {
7022
+ "name": "Jakub Freisler",
7023
+ "github": "FRSgit",
7024
+ "avatar": "https://avatars.githubusercontent.com/u/10456649?v=4"
5752
7025
  }
5753
7026
  ],
5754
7027
  "compatibility": {
5755
- "nuxt": "^2.0.0",
7028
+ "nuxt": ">=3.0.0",
5756
7029
  "requires": {}
5757
7030
  }
5758
7031
  },
@@ -5781,7 +7054,7 @@
5781
7054
  {
5782
7055
  "name": "storyblok",
5783
7056
  "description": "Storyblok Nuxt module",
5784
- "repo": "storyblok/storyblok-nuxt#master/lib",
7057
+ "repo": "storyblok/storyblok-nuxt#main",
5785
7058
  "npm": "@storyblok/nuxt",
5786
7059
  "icon": "storyblok.png",
5787
7060
  "github": "https://github.com/storyblok/storyblok-nuxt",
@@ -5796,20 +7069,20 @@
5796
7069
  }
5797
7070
  ],
5798
7071
  "compatibility": {
5799
- "nuxt": "^2.0.0 || ^3.0.0",
7072
+ "nuxt": "^2.0.0 || >=3.0.0",
5800
7073
  "requires": {},
5801
7074
  "devtools": "^0.0.0"
5802
7075
  }
5803
7076
  },
5804
7077
  {
5805
7078
  "name": "storybook",
5806
- "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
5807
- "repo": "nuxt-modules/storybook",
7079
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and test your UI components in isolation.",
7080
+ "repo": "nuxt-modules/storybook#main/packages/nuxt-module",
5808
7081
  "npm": "@nuxtjs/storybook",
5809
7082
  "icon": "storybook.png",
5810
7083
  "github": "https://github.com/nuxt-modules/storybook",
5811
7084
  "website": "https://storybook.nuxtjs.org",
5812
- "learn_more": "https://github.com/storybook-vue/storybook-nuxt",
7085
+ "learn_more": "",
5813
7086
  "category": "Devtools",
5814
7087
  "type": "community",
5815
7088
  "maintainers": [
@@ -5817,10 +7090,14 @@
5817
7090
  "name": "Chakir QATAB",
5818
7091
  "github": "chakAs3",
5819
7092
  "twitter": "ChakirQatab"
7093
+ },
7094
+ {
7095
+ "name": "Tobias Diez",
7096
+ "github": "tobiasdiez"
5820
7097
  }
5821
7098
  ],
5822
7099
  "compatibility": {
5823
- "nuxt": "^2.0.0 || ^3.0.0",
7100
+ "nuxt": "^2.0.0 || >=3.0.0",
5824
7101
  "requires": {
5825
7102
  "bridge": "optional"
5826
7103
  },
@@ -5851,7 +7128,7 @@
5851
7128
  }
5852
7129
  ],
5853
7130
  "compatibility": {
5854
- "nuxt": "^2.0.0 || ^3.0.0",
7131
+ "nuxt": "^2.0.0 || >=3.0.0",
5855
7132
  "requires": {
5856
7133
  "bridge": true
5857
7134
  },
@@ -5861,11 +7138,11 @@
5861
7138
  {
5862
7139
  "name": "stripe-next",
5863
7140
  "description": "This Nuxt module provides an easy way to integrate Stripe in your Nuxt application, both on the client-side and server-side. It utilizes the official stripe package for server-side usage and @stripe/stripe-js for the client-side.",
5864
- "repo": "fuentesloic/nuxt-stripe",
7141
+ "repo": "flozero/nuxt-stripe",
5865
7142
  "npm": "@unlok-co/nuxt-stripe",
5866
7143
  "icon": "stripe.png",
5867
- "github": "https://github.com/fuentesloic/nuxt-stripe",
5868
- "website": "https://github.com/fuentesloic/nuxt-stripe",
7144
+ "github": "https://github.com/flozero/nuxt-stripe",
7145
+ "website": "https://github.com/flozero/nuxt-stripe",
5869
7146
  "learn_more": "https://stripe.com/docs",
5870
7147
  "category": "Payment",
5871
7148
  "type": "3rd-party",
@@ -5880,7 +7157,7 @@
5880
7157
  }
5881
7158
  ],
5882
7159
  "compatibility": {
5883
- "nuxt": "^3.0.0",
7160
+ "nuxt": ">=3.0.0",
5884
7161
  "requires": {}
5885
7162
  }
5886
7163
  },
@@ -5930,7 +7207,7 @@
5930
7207
  }
5931
7208
  ],
5932
7209
  "compatibility": {
5933
- "nuxt": "^3.0.0",
7210
+ "nuxt": ">=3.0.0",
5934
7211
  "requires": {
5935
7212
  "content": true
5936
7213
  }
@@ -5977,30 +7254,7 @@
5977
7254
  }
5978
7255
  ],
5979
7256
  "compatibility": {
5980
- "nuxt": "^2.0.0 || ^3.0.0",
5981
- "requires": {}
5982
- }
5983
- },
5984
- {
5985
- "name": "stylify",
5986
- "description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
5987
- "repo": "stylify/packages#master/packages/nuxt",
5988
- "npm": "@stylify/nuxt",
5989
- "icon": "stylify.svg",
5990
- "github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
5991
- "website": "https://stylifycss.com/docs/nuxt",
5992
- "learn_more": "https://stylifycss.com",
5993
- "category": "UI",
5994
- "type": "3rd-party",
5995
- "maintainers": [
5996
- {
5997
- "name": "Vladimír Macháček",
5998
- "github": "Machy8",
5999
- "twitter": "8machy"
6000
- }
6001
- ],
6002
- "compatibility": {
6003
- "nuxt": "^2.0.0 || ^3.0.0",
7257
+ "nuxt": "^2.0.0 || >=3.0.0",
6004
7258
  "requires": {}
6005
7259
  }
6006
7260
  },
@@ -6027,13 +7281,36 @@
6027
7281
  "twitter": "Atinux"
6028
7282
  },
6029
7283
  {
6030
- "name": "Scott Robertson",
6031
- "github": "scottrobertson",
6032
- "twitter": "scottymeuk"
7284
+ "name": "Scott Robertson",
7285
+ "github": "scottrobertson",
7286
+ "twitter": "scottymeuk"
7287
+ }
7288
+ ],
7289
+ "compatibility": {
7290
+ "nuxt": "^2.0.0 || >=3.0.0",
7291
+ "requires": {}
7292
+ }
7293
+ },
7294
+ {
7295
+ "name": "surrealdb",
7296
+ "description": "A Nuxt module aimed to simplify the use of SurrealDB",
7297
+ "repo": "sandros94/nuxt-surrealdb",
7298
+ "npm": "nuxt-surrealdb",
7299
+ "icon": "surrealdb.png",
7300
+ "github": "https://github.com/sandros94/nuxt-surrealdb",
7301
+ "website": "https://github.com/sandros94/nuxt-surrealdb",
7302
+ "learn_more": "",
7303
+ "category": "Database",
7304
+ "type": "3rd-party",
7305
+ "maintainers": [
7306
+ {
7307
+ "name": "Sandro Circi",
7308
+ "github": "sandros94",
7309
+ "avatar": "https://avatars.githubusercontent.com/u/13056429"
6033
7310
  }
6034
7311
  ],
6035
7312
  "compatibility": {
6036
- "nuxt": "^2.0.0 || ^3.0.0",
7313
+ "nuxt": ">=3.10.0",
6037
7314
  "requires": {}
6038
7315
  }
6039
7316
  },
@@ -6078,7 +7355,7 @@
6078
7355
  }
6079
7356
  ],
6080
7357
  "compatibility": {
6081
- "nuxt": "^2.0.0 || ^3.0.0",
7358
+ "nuxt": "^2.0.0 || >=3.0.0",
6082
7359
  "requires": {}
6083
7360
  }
6084
7361
  },
@@ -6126,6 +7403,30 @@
6126
7403
  "requires": {}
6127
7404
  }
6128
7405
  },
7406
+ {
7407
+ "name": "swiftsearch",
7408
+ "description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
7409
+ "repo": "atoms-studio/nuxt-swiftsearch",
7410
+ "npm": "@atoms-studio/nuxt-swiftsearch",
7411
+ "icon": "nuxt-swiftsearch.svg",
7412
+ "github": "https://github.com/atoms-studio/nuxt-swiftsearch",
7413
+ "website": "https://nuxt-swiftsearch.netlify.app/",
7414
+ "learn_more": "",
7415
+ "category": "Libraries",
7416
+ "type": "3rd-party",
7417
+ "maintainers": [
7418
+ {
7419
+ "name": "Matteo Rigoni",
7420
+ "github": "rigo-m",
7421
+ "twitter": "MatteoRigoni",
7422
+ "avatar": "https://avatars.githubusercontent.com/rigo-m?v=4"
7423
+ }
7424
+ ],
7425
+ "compatibility": {
7426
+ "nuxt": ">=3.10.0",
7427
+ "requires": {}
7428
+ }
7429
+ },
6129
7430
  {
6130
7431
  "name": "swiper",
6131
7432
  "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
@@ -6144,7 +7445,7 @@
6144
7445
  }
6145
7446
  ],
6146
7447
  "compatibility": {
6147
- "nuxt": "^3.0.0",
7448
+ "nuxt": ">=3.0.0",
6148
7449
  "requires": {}
6149
7450
  }
6150
7451
  },
@@ -6167,7 +7468,7 @@
6167
7468
  }
6168
7469
  ],
6169
7470
  "compatibility": {
6170
- "nuxt": "^3.0.0",
7471
+ "nuxt": ">=3.0.0",
6171
7472
  "requires": {}
6172
7473
  }
6173
7474
  },
@@ -6180,7 +7481,7 @@
6180
7481
  "github": "https://github.com/nuxt-modules/tailwindcss",
6181
7482
  "website": "https://tailwindcss.nuxtjs.org",
6182
7483
  "learn_more": "https://tailwindcss.com/",
6183
- "category": "UI",
7484
+ "category": "CSS",
6184
7485
  "type": "community",
6185
7486
  "maintainers": [
6186
7487
  {
@@ -6194,9 +7495,62 @@
6194
7495
  }
6195
7496
  ],
6196
7497
  "compatibility": {
6197
- "nuxt": "^2.0.0 || ^3.0.0",
7498
+ "nuxt": "^2.0.0 || >=3.0.0",
6198
7499
  "requires": {},
6199
7500
  "devtools": "^0.0.0"
7501
+ },
7502
+ "aliases": [
7503
+ "tailwind"
7504
+ ]
7505
+ },
7506
+ {
7507
+ "name": "test-utils",
7508
+ "description": "Test utilities for Nuxt",
7509
+ "repo": "nuxt/test-utils#main",
7510
+ "npm": "@nuxt/test-utils",
7511
+ "icon": "nuxt.svg",
7512
+ "github": "https://github.com/nuxt/test-utils",
7513
+ "website": "https://nuxt.com/docs/getting-started/testing",
7514
+ "learn_more": "",
7515
+ "category": "Devtools",
7516
+ "type": "official",
7517
+ "maintainers": [
7518
+ {
7519
+ "name": "Daniel Roe",
7520
+ "github": "danielroe",
7521
+ "twitter": "danielcroe"
7522
+ },
7523
+ {
7524
+ "name": "Anthony Fu",
7525
+ "github": "antfu",
7526
+ "twitter": "antfu7"
7527
+ }
7528
+ ],
7529
+ "compatibility": {
7530
+ "nuxt": ">=3.0.0",
7531
+ "requires": {}
7532
+ }
7533
+ },
7534
+ {
7535
+ "name": "tgauth",
7536
+ "description": "Extremely simple \"Login with Telegram\" button",
7537
+ "repo": "paranoidphantom/tgauth",
7538
+ "npm": "@paranoidphantom/tgauth",
7539
+ "icon": "tgauth.png",
7540
+ "github": "https://github.com/paranoidphantom/tgauth",
7541
+ "website": "https://github.com/paranoidphantom/tgauth",
7542
+ "learn_more": "https://github.com/paranoidphantom/tgauth",
7543
+ "category": "Security",
7544
+ "type": "3rd-party",
7545
+ "maintainers": [
7546
+ {
7547
+ "name": "Andrei Hudalla",
7548
+ "github": "paranoidPhantom"
7549
+ }
7550
+ ],
7551
+ "compatibility": {
7552
+ "nuxt": "^3.11.0",
7553
+ "requires": {}
6200
7554
  }
6201
7555
  },
6202
7556
  {
@@ -6240,7 +7594,29 @@
6240
7594
  }
6241
7595
  ],
6242
7596
  "compatibility": {
6243
- "nuxt": "^3.0.0",
7597
+ "nuxt": ">=3.0.0",
7598
+ "requires": {}
7599
+ }
7600
+ },
7601
+ {
7602
+ "name": "tiptap",
7603
+ "description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
7604
+ "repo": "modbender/nuxt-tiptap-editor",
7605
+ "npm": "nuxt-tiptap-editor",
7606
+ "icon": "tiptap.png",
7607
+ "github": "https://github.com/modbender/nuxt-tiptap-editor",
7608
+ "website": "https://nuxt-tiptap-editor.vercel.app",
7609
+ "learn_more": "https://nuxt-tiptap-editor.vercel.app",
7610
+ "category": "Libraries",
7611
+ "type": "3rd-party",
7612
+ "maintainers": [
7613
+ {
7614
+ "name": "modbender",
7615
+ "github": "modbender"
7616
+ }
7617
+ ],
7618
+ "compatibility": {
7619
+ "nuxt": ">=3.0.0",
6244
7620
  "requires": {}
6245
7621
  }
6246
7622
  },
@@ -6267,6 +7643,50 @@
6267
7643
  "requires": {}
6268
7644
  }
6269
7645
  },
7646
+ {
7647
+ "name": "tradingview",
7648
+ "description": "Use the TradingView Widgets in your Nuxt Application",
7649
+ "repo": "volkanakkus/nuxt-tradingview",
7650
+ "npm": "nuxt-tradingview",
7651
+ "icon": "tradingview.svg",
7652
+ "github": "https://github.com/volkanakkus/nuxt-tradingview",
7653
+ "website": "https://nuxt-tradingview.volkanakkus.com",
7654
+ "learn_more": "https://nuxt-tradingview.volkanakkus.com/documentation/getting-started/setup",
7655
+ "category": "Extensions",
7656
+ "type": "3rd-party",
7657
+ "maintainers": [
7658
+ {
7659
+ "name": "Volkan Akkuş",
7660
+ "github": "volkanakkus"
7661
+ }
7662
+ ],
7663
+ "compatibility": {
7664
+ "nuxt": ">=3.0.0",
7665
+ "requires": {}
7666
+ }
7667
+ },
7668
+ {
7669
+ "name": "translation-manager",
7670
+ "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
7671
+ "repo": "samk-dev/nuxt-translation-manager",
7672
+ "npm": "nuxt-translation-manager",
7673
+ "icon": "translation-manager.png",
7674
+ "github": "https://github.com/samk-dev/nuxt-translation-manager",
7675
+ "website": "https://github.com/samk-dev/nuxt-translation-manager",
7676
+ "learn_more": "",
7677
+ "category": "Extensions",
7678
+ "type": "3rd-party",
7679
+ "maintainers": [
7680
+ {
7681
+ "name": "Sam K",
7682
+ "github": "samk-dev"
7683
+ }
7684
+ ],
7685
+ "compatibility": {
7686
+ "nuxt": ">=3.0.0",
7687
+ "requires": {}
7688
+ }
7689
+ },
6270
7690
  {
6271
7691
  "name": "tresjs",
6272
7692
  "description": "Create 3D experiences in your Nuxt application using TresJS.",
@@ -6296,7 +7716,7 @@
6296
7716
  }
6297
7717
  ],
6298
7718
  "compatibility": {
6299
- "nuxt": "^3.0.0",
7719
+ "nuxt": ">=3.0.0",
6300
7720
  "requires": {}
6301
7721
  }
6302
7722
  },
@@ -6319,7 +7739,7 @@
6319
7739
  }
6320
7740
  ],
6321
7741
  "compatibility": {
6322
- "nuxt": "^2.0.0 || ^3.0.0",
7742
+ "nuxt": "^2.0.0 || >=3.0.0",
6323
7743
  "requires": {
6324
7744
  "bridge": true
6325
7745
  }
@@ -6367,7 +7787,7 @@
6367
7787
  }
6368
7788
  ],
6369
7789
  "compatibility": {
6370
- "nuxt": "^3.0.0",
7790
+ "nuxt": ">=3.0.0",
6371
7791
  "requires": {}
6372
7792
  }
6373
7793
  },
@@ -6400,7 +7820,7 @@
6400
7820
  }
6401
7821
  ],
6402
7822
  "compatibility": {
6403
- "nuxt": "^2.0.0 || ^3.0.0",
7823
+ "nuxt": "^2.0.0 || >=3.0.0",
6404
7824
  "requires": {}
6405
7825
  }
6406
7826
  },
@@ -6422,7 +7842,7 @@
6422
7842
  }
6423
7843
  ],
6424
7844
  "compatibility": {
6425
- "nuxt": "^2.0.0 || ^3.0.0",
7845
+ "nuxt": "^2.0.0 || >=3.0.0",
6426
7846
  "requires": {}
6427
7847
  }
6428
7848
  },
@@ -6515,6 +7935,30 @@
6515
7935
  "requires": {}
6516
7936
  }
6517
7937
  },
7938
+ {
7939
+ "name": "typo3",
7940
+ "description": "TYPO3 Headless Frontend Rendering module",
7941
+ "repo": "TYPO3-Headless/nuxt-typo3",
7942
+ "npm": "@t3headless/nuxt-typo3",
7943
+ "icon": "typo3.svg",
7944
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
7945
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
7946
+ "learn_more": "https://github.com/TYPO3-Headless",
7947
+ "category": "CMS",
7948
+ "type": "3rd-party",
7949
+ "maintainers": [
7950
+ {
7951
+ "name": "Macopedia",
7952
+ "github": "macopedia",
7953
+ "twitter": "macopediapl"
7954
+ }
7955
+ ],
7956
+ "compatibility": {
7957
+ "nuxt": "^2.0.0 || >=3.0.0",
7958
+ "requires": {},
7959
+ "devtools": "^0.0.0"
7960
+ }
7961
+ },
6518
7962
  {
6519
7963
  "name": "ui",
6520
7964
  "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
@@ -6544,7 +7988,7 @@
6544
7988
  }
6545
7989
  ],
6546
7990
  "compatibility": {
6547
- "nuxt": "^3.0.0",
7991
+ "nuxt": ">=3.0.0",
6548
7992
  "requires": {}
6549
7993
  }
6550
7994
  },
@@ -6566,34 +8010,12 @@
6566
8010
  }
6567
8011
  ],
6568
8012
  "compatibility": {
6569
- "nuxt": "^2.0.0 || ^3.0.0",
8013
+ "nuxt": "^2.0.0 || >=3.0.0",
6570
8014
  "requires": {
6571
8015
  "bridge": "optional"
6572
8016
  }
6573
8017
  }
6574
8018
  },
6575
- {
6576
- "name": "unhead",
6577
- "description": "Experimental features for Nuxt SEO / head management.",
6578
- "repo": "harlan-zw/nuxt-seo-experiments",
6579
- "npm": "nuxt-seo-experiments",
6580
- "icon": "",
6581
- "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
6582
- "website": "https://github.com/harlan-zw/nuxt-seo-experiments",
6583
- "learn_more": "",
6584
- "category": "SEO",
6585
- "type": "3rd-party",
6586
- "maintainers": [
6587
- {
6588
- "name": "harlan-zw",
6589
- "github": "harlan-zw"
6590
- }
6591
- ],
6592
- "compatibility": {
6593
- "nuxt": "^3.0.0",
6594
- "requires": {}
6595
- }
6596
- },
6597
8019
  {
6598
8020
  "name": "universal-storage",
6599
8021
  "description": "Universal Storage Utilities for Nuxt",
@@ -6625,7 +8047,7 @@
6625
8047
  {
6626
8048
  "name": "unlazy",
6627
8049
  "description": "Lazy loading library for placeholder images",
6628
- "repo": "johannschopplich/unlazy/packages/nuxt",
8050
+ "repo": "johannschopplich/unlazy#main/packages/nuxt",
6629
8051
  "npm": "@unlazy/nuxt",
6630
8052
  "icon": "unlazy.svg",
6631
8053
  "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
@@ -6640,36 +8062,10 @@
6640
8062
  }
6641
8063
  ],
6642
8064
  "compatibility": {
6643
- "nuxt": "^3.0.0",
8065
+ "nuxt": ">=3.0.0",
6644
8066
  "requires": {}
6645
8067
  }
6646
8068
  },
6647
- {
6648
- "name": "unlighthouse",
6649
- "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
6650
- "repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
6651
- "npm": "@unlighthouse/nuxt",
6652
- "icon": "unlighthouse.svg",
6653
- "github": "https://github.com/harlan-zw/unlighthouse",
6654
- "website": "https://github.com/harlan-zw/unlighthouse",
6655
- "learn_more": "https://github.com/harlan-zw/unlighthouse",
6656
- "category": "Devtools",
6657
- "type": "3rd-party",
6658
- "maintainers": [
6659
- {
6660
- "name": "Harlan Wilton",
6661
- "github": "harlan-zw",
6662
- "twitter": "harlan_zw",
6663
- "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
6664
- }
6665
- ],
6666
- "compatibility": {
6667
- "nuxt": "^2.0.0 || ^3.0.0",
6668
- "requires": {
6669
- "bridge": "optional"
6670
- }
6671
- }
6672
- },
6673
8069
  {
6674
8070
  "name": "unocss",
6675
8071
  "description": "The instant on-demand atomic CSS engine.",
@@ -6679,7 +8075,7 @@
6679
8075
  "github": "https://github.com/unocss/unocss",
6680
8076
  "website": "https://github.com/unocss/unocss",
6681
8077
  "learn_more": "https://github.com/unocss/unocss",
6682
- "category": "UI",
8078
+ "category": "CSS",
6683
8079
  "type": "3rd-party",
6684
8080
  "maintainers": [
6685
8081
  {
@@ -6690,7 +8086,7 @@
6690
8086
  }
6691
8087
  ],
6692
8088
  "compatibility": {
6693
- "nuxt": "^2.0.0 || ^3.0.0",
8089
+ "nuxt": "^2.0.0 || >=3.0.0",
6694
8090
  "requires": {
6695
8091
  "bridge": "optional"
6696
8092
  },
@@ -6704,8 +8100,8 @@
6704
8100
  "npm": "nuxt-ununura",
6705
8101
  "icon": "ununuracss.png",
6706
8102
  "github": "https://github.com/novout/ununuracss",
6707
- "website": "https://ununura.com/#/",
6708
- "learn_more": "https://ununura.com/#/docs/why",
8103
+ "website": "https://github.com/novout/ununuracss",
8104
+ "learn_more": "https://github.com/novout/ununuracss",
6709
8105
  "category": "UI",
6710
8106
  "type": "3rd-party",
6711
8107
  "maintainers": [
@@ -6716,32 +8112,30 @@
6716
8112
  }
6717
8113
  ],
6718
8114
  "compatibility": {
6719
- "nuxt": "^2.0.0 || ^3.0.0",
8115
+ "nuxt": "^2.0.0 || >=3.0.0",
6720
8116
  "requires": {}
6721
8117
  }
6722
8118
  },
6723
8119
  {
6724
- "name": "use-wagmi",
6725
- "description": "Vue Composition for Ethereum based on wagmi",
6726
- "repo": "unicape/use-wagmi#main/packages/nuxt",
6727
- "npm": "@use-wagmi/nuxt",
6728
- "icon": "use-wagmi.png",
6729
- "github": "https://github.com/unicape/use-wagmi",
6730
- "website": "https://github.com/unicape/use-wagmi",
6731
- "learn_more": "https://github.com/unicape/use-wagmi",
6732
- "category": "Extensions",
8120
+ "name": "use-bootstrap",
8121
+ "description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
8122
+ "repo": "simplise/use-bootstrap",
8123
+ "npm": "usebootstrap",
8124
+ "icon": "use-bootstrap.svg",
8125
+ "github": "https://github.com/simplise/use-bootstrap",
8126
+ "website": "https://usebootstrap.org/",
8127
+ "learn_more": "https://usebootstrap.org/",
8128
+ "category": "UI",
6733
8129
  "type": "3rd-party",
6734
8130
  "maintainers": [
6735
8131
  {
6736
- "name": "Unic Ape",
6737
- "github": "unicape"
8132
+ "name": "KoujiSano",
8133
+ "github": "KoujiSano"
6738
8134
  }
6739
8135
  ],
6740
8136
  "compatibility": {
6741
- "nuxt": "^2.0.0 || ^3.0.0",
6742
- "requires": {
6743
- "bridge": true
6744
- }
8137
+ "nuxt": ">=3.0.0",
8138
+ "requires": {}
6745
8139
  }
6746
8140
  },
6747
8141
  {
@@ -6766,28 +8160,6 @@
6766
8160
  "requires": {}
6767
8161
  }
6768
8162
  },
6769
- {
6770
- "name": "validate",
6771
- "description": "Simple Nuxt input validation module using vee-validate",
6772
- "repo": "lewyuburi/nuxt-validate",
6773
- "npm": "nuxt-validate",
6774
- "icon": "vee-validate.png",
6775
- "github": "https://github.com/lewyuburi/nuxt-validate",
6776
- "website": "https://github.com/lewyuburi/nuxt-validate",
6777
- "learn_more": "https://logaretm.github.io/vee-validate/",
6778
- "category": "Libraries",
6779
- "type": "3rd-party",
6780
- "maintainers": [
6781
- {
6782
- "name": "lewyuburi",
6783
- "github": "lewyuburi"
6784
- }
6785
- ],
6786
- "compatibility": {
6787
- "nuxt": "^2.0.0",
6788
- "requires": {}
6789
- }
6790
- },
6791
8163
  {
6792
8164
  "name": "vant",
6793
8165
  "description": "A lightweight, customizable Vue UI library for mobile web apps.",
@@ -6806,7 +8178,7 @@
6806
8178
  }
6807
8179
  ],
6808
8180
  "compatibility": {
6809
- "nuxt": "^3.0.0",
8181
+ "nuxt": ">=3.0.0",
6810
8182
  "requires": {
6811
8183
  "bridge": "optional"
6812
8184
  }
@@ -6819,7 +8191,7 @@
6819
8191
  "npm": "@varlet/nuxt",
6820
8192
  "icon": "varlet.svg",
6821
8193
  "github": "https://github.com/varletjs/varlet",
6822
- "website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
8194
+ "website": "https://varlet.pages.dev/#/en-US/index",
6823
8195
  "learn_more": "https://github.com/varletjs/varlet-nuxt",
6824
8196
  "category": "UI",
6825
8197
  "type": "3rd-party",
@@ -6830,20 +8202,42 @@
6830
8202
  }
6831
8203
  ],
6832
8204
  "compatibility": {
6833
- "nuxt": "^3.0.0",
8205
+ "nuxt": ">=3.0.0",
6834
8206
  "requires": {
6835
8207
  "bridge": "optional"
6836
8208
  }
6837
8209
  }
6838
8210
  },
8211
+ {
8212
+ "name": "vaxee",
8213
+ "description": "The State Manager for Vue 3",
8214
+ "repo": "letstri/vaxee#main/packages/nuxt",
8215
+ "npm": "@vaxee/nuxt",
8216
+ "icon": "vaxee.svg",
8217
+ "github": "https://github.com/letstri/vaxee/tree/main/packages/nuxt",
8218
+ "website": "https://vaxee.letstri.dev/",
8219
+ "learn_more": "",
8220
+ "category": "Extensions",
8221
+ "type": "3rd-party",
8222
+ "maintainers": [
8223
+ {
8224
+ "name": "letstri",
8225
+ "github": "letstri"
8226
+ }
8227
+ ],
8228
+ "compatibility": {
8229
+ "nuxt": "^3.0.0",
8230
+ "requires": {}
8231
+ }
8232
+ },
6839
8233
  {
6840
8234
  "name": "vcalendar",
6841
8235
  "description": "VCalendar module for Nuxt",
6842
8236
  "repo": "samk-dev/nuxt-vcalendar",
6843
8237
  "npm": "@samk-dev/nuxt-vcalendar",
6844
8238
  "icon": "vcalendar.png",
6845
- "github": "https://github.com/samk-dev/vcalendar",
6846
- "website": "https://github.com/samk-dev/vcalendar",
8239
+ "github": "https://github.com/samk-dev/nuxt-vcalendar",
8240
+ "website": "https://github.com/samk-dev/nuxt-vcalendar",
6847
8241
  "learn_more": "",
6848
8242
  "category": "Libraries",
6849
8243
  "type": "3rd-party",
@@ -6854,7 +8248,7 @@
6854
8248
  }
6855
8249
  ],
6856
8250
  "compatibility": {
6857
- "nuxt": "^3.0.0",
8251
+ "nuxt": ">=3.0.0",
6858
8252
  "requires": {}
6859
8253
  }
6860
8254
  },
@@ -6876,7 +8270,7 @@
6876
8270
  }
6877
8271
  ],
6878
8272
  "compatibility": {
6879
- "nuxt": "^3.0.0",
8273
+ "nuxt": ">=3.0.0",
6880
8274
  "requires": {}
6881
8275
  }
6882
8276
  },
@@ -6903,28 +8297,6 @@
6903
8297
  "requires": {}
6904
8298
  }
6905
8299
  },
6906
- {
6907
- "name": "vercel-analytics",
6908
- "description": "Vercel Analytics integration for Nuxt",
6909
- "repo": "xanderbarkhatov/nuxt-vercel-analytics",
6910
- "npm": "nuxt-vercel-analytics",
6911
- "icon": "",
6912
- "github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
6913
- "website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
6914
- "learn_more": "https://vercel.com/docs/concepts/analytics",
6915
- "category": "Analytics",
6916
- "type": "3rd-party",
6917
- "maintainers": [
6918
- {
6919
- "name": "Alexander B.",
6920
- "github": "xanderbarkhatov"
6921
- }
6922
- ],
6923
- "compatibility": {
6924
- "nuxt": "^3.0.0",
6925
- "requires": {}
6926
- }
6927
- },
6928
8300
  {
6929
8301
  "name": "vexip-ui",
6930
8302
  "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
@@ -6944,7 +8316,31 @@
6944
8316
  }
6945
8317
  ],
6946
8318
  "compatibility": {
6947
- "nuxt": "^3.0.0",
8319
+ "nuxt": ">=3.0.0",
8320
+ "requires": {}
8321
+ }
8322
+ },
8323
+ {
8324
+ "name": "vitalizer",
8325
+ "description": "Instantly better LCP scores in Google Lighthouse",
8326
+ "repo": "johannschopplich/nuxt-vitalizer",
8327
+ "npm": "nuxt-vitalizer",
8328
+ "icon": "vitalizer.svg",
8329
+ "github": "https://github.com/johannschopplich/nuxt-vitalizer",
8330
+ "website": "https://github.com/johannschopplich/nuxt-vitalizer#readme",
8331
+ "learn_more": "",
8332
+ "category": "SEO",
8333
+ "type": "3rd-party",
8334
+ "maintainers": [
8335
+ {
8336
+ "name": "Johann Schopplich",
8337
+ "github": "johannschopplich",
8338
+ "twitter": "jschopplich",
8339
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
8340
+ }
8341
+ ],
8342
+ "compatibility": {
8343
+ "nuxt": ">=3.0.0",
6948
8344
  "requires": {}
6949
8345
  }
6950
8346
  },
@@ -6972,46 +8368,42 @@
6972
8368
  }
6973
8369
  ],
6974
8370
  "compatibility": {
6975
- "nuxt": "^3.0.0",
8371
+ "nuxt": ">=3.0.0",
6976
8372
  "requires": {}
6977
8373
  }
6978
8374
  },
6979
8375
  {
6980
- "name": "vitest",
6981
- "description": "Vitest integration with Nuxt",
6982
- "repo": "danielroe/nuxt-vitest",
6983
- "npm": "nuxt-vitest",
6984
- "icon": "vitest.svg",
6985
- "github": "https://github.com/danielroe/nuxt-vitest",
6986
- "website": "https://github.com/danielroe/nuxt-vitest",
6987
- "learn_more": "",
6988
- "category": "Devtools",
8376
+ "name": "vue-api",
8377
+ "description": "A flexible and provider-agnostic API handling library for Vue 3 and Nuxt 3. Supports multiple data providers like axios, ofetch and more. It includes a robust model mapping feature.",
8378
+ "repo": "gaetansenn/vue-api#main/packages/nuxt",
8379
+ "npm": "@vue-api/nuxt",
8380
+ "icon": "",
8381
+ "github": "https://github.com/gaetansenn/vue-api",
8382
+ "website": "https://vue-api.dewib.com/",
8383
+ "learn_more": "https://vue-api.dewib.com/guide/getting-started/installation.html",
8384
+ "category": "Request",
6989
8385
  "type": "3rd-party",
6990
8386
  "maintainers": [
6991
8387
  {
6992
- "name": "Daniel Roe",
6993
- "github": "danielroe"
6994
- },
6995
- {
6996
- "name": "Anthony Fu",
6997
- "github": "antfu"
8388
+ "name": "Gaetan SENN",
8389
+ "github": "gaetansenn",
8390
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
6998
8391
  }
6999
8392
  ],
7000
8393
  "compatibility": {
7001
- "nuxt": "^3.0.0",
7002
- "requires": {},
7003
- "devtools": "^0.0.0"
8394
+ "nuxt": ">=3.0.0",
8395
+ "requires": {}
7004
8396
  }
7005
8397
  },
7006
8398
  {
7007
8399
  "name": "vue-email",
7008
8400
  "description": "💌 Write email templates with vue",
7009
- "repo": "Dave136/vue-email#main/packages/vue-email",
7010
- "npm": "vue-email",
8401
+ "repo": "vue-email/nuxt",
8402
+ "npm": "@vue-email/nuxt",
7011
8403
  "icon": "vue-email.svg",
7012
- "github": "https://github.com/Dave136/vue-email",
7013
- "website": "https://www.vuemail.net/",
7014
- "learn_more": "https://vue-email.vercel.app/getting-started",
8404
+ "github": "https://github.com/vue-email/nuxt",
8405
+ "website": "https://vuemail.net/",
8406
+ "learn_more": "https://vuemail.net/",
7015
8407
  "category": "UI",
7016
8408
  "type": "3rd-party",
7017
8409
  "maintainers": [
@@ -7029,7 +8421,7 @@
7029
8421
  }
7030
8422
  ],
7031
8423
  "compatibility": {
7032
- "nuxt": "^3.0.0",
8424
+ "nuxt": ">=3.0.0",
7033
8425
  "requires": {},
7034
8426
  "devtools": "^0.0.0"
7035
8427
  }
@@ -7037,7 +8429,7 @@
7037
8429
  {
7038
8430
  "name": "vue-final-modal",
7039
8431
  "description": "The most powerful yet most light-weight modal library for Vue 3.",
7040
- "repo": "vue-final/vue-final-modal",
8432
+ "repo": "vue-final/vue-final-modal#master/packages/nuxt",
7041
8433
  "npm": "@vue-final-modal/nuxt",
7042
8434
  "icon": "vue-final-modal.svg",
7043
8435
  "github": "https://github.com/vue-final/vue-final-modal",
@@ -7053,7 +8445,7 @@
7053
8445
  }
7054
8446
  ],
7055
8447
  "compatibility": {
7056
- "nuxt": "^3.0.0",
8448
+ "nuxt": ">=3.0.0",
7057
8449
  "requires": {}
7058
8450
  }
7059
8451
  },
@@ -7076,7 +8468,7 @@
7076
8468
  }
7077
8469
  ],
7078
8470
  "compatibility": {
7079
- "nuxt": "^3.0.0",
8471
+ "nuxt": ">=3.0.0",
7080
8472
  "requires": {
7081
8473
  "bridge": "optional"
7082
8474
  },
@@ -7132,7 +8524,7 @@
7132
8524
  "description": "Plausible analytics for Vue.js and Nuxt",
7133
8525
  "repo": "moritzsternemann/vue-plausible",
7134
8526
  "npm": "vue-plausible",
7135
- "icon": "plausible.png",
8527
+ "icon": "plausible.svg",
7136
8528
  "github": "https://github.com/moritzsternemann/vue-plausible",
7137
8529
  "website": "https://github.com/moritzsternemann/vue-plausible",
7138
8530
  "learn_more": "",
@@ -7152,7 +8544,7 @@
7152
8544
  {
7153
8545
  "name": "vue-query",
7154
8546
  "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
7155
- "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
8547
+ "repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
7156
8548
  "npm": "@hebilicious/vue-query-nuxt",
7157
8549
  "icon": "vue-query.svg",
7158
8550
  "github": "https://github.com/Hebilicious/vue-query-nuxt",
@@ -7168,7 +8560,7 @@
7168
8560
  }
7169
8561
  ],
7170
8562
  "compatibility": {
7171
- "nuxt": "^3.0.0",
8563
+ "nuxt": ">=3.0.0",
7172
8564
  "requires": {}
7173
8565
  }
7174
8566
  },
@@ -7213,7 +8605,7 @@
7213
8605
  }
7214
8606
  ],
7215
8607
  "compatibility": {
7216
- "nuxt": "^2.0.0 || ^3.0.0",
8608
+ "nuxt": "^2.0.0 || >=3.0.0",
7217
8609
  "requires": {
7218
8610
  "bridge": "optional"
7219
8611
  }
@@ -7249,7 +8641,7 @@
7249
8641
  "npm": "vue3-carousel-nuxt",
7250
8642
  "icon": "",
7251
8643
  "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7252
- "website": "",
8644
+ "website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7253
8645
  "learn_more": "",
7254
8646
  "category": "UI",
7255
8647
  "type": "3rd-party",
@@ -7261,14 +8653,14 @@
7261
8653
  }
7262
8654
  ],
7263
8655
  "compatibility": {
7264
- "nuxt": "^3.0.0",
8656
+ "nuxt": ">=3.0.0",
7265
8657
  "requires": {}
7266
8658
  }
7267
8659
  },
7268
8660
  {
7269
8661
  "name": "vuefire",
7270
8662
  "description": "Idiomatic composables for the Firebase SDK",
7271
- "repo": "vuejs/vuefire/packages/nuxt",
8663
+ "repo": "vuejs/vuefire#main/packages/nuxt",
7272
8664
  "npm": "nuxt-vuefire",
7273
8665
  "icon": "vuefire.svg",
7274
8666
  "github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
@@ -7283,14 +8675,14 @@
7283
8675
  }
7284
8676
  ],
7285
8677
  "compatibility": {
7286
- "nuxt": "^3.0.0",
8678
+ "nuxt": ">=3.0.0",
7287
8679
  "requires": {}
7288
8680
  }
7289
8681
  },
7290
8682
  {
7291
8683
  "name": "vueform-builder",
7292
8684
  "description": "Official Vueform Builder module for Nuxt",
7293
- "repo": "vueform/builder-nuxt",
8685
+ "repo": "vueform/builder#main/nuxt",
7294
8686
  "npm": "@vueform/builder-nuxt",
7295
8687
  "icon": "vueform.svg",
7296
8688
  "github": "https://github.com/vueform/builder",
@@ -7306,14 +8698,14 @@
7306
8698
  }
7307
8699
  ],
7308
8700
  "compatibility": {
7309
- "nuxt": "^3.0.0",
8701
+ "nuxt": ">=3.0.0",
7310
8702
  "requires": {}
7311
8703
  }
7312
8704
  },
7313
8705
  {
7314
8706
  "name": "vueform",
7315
8707
  "description": "Official Vueform module for Nuxt",
7316
- "repo": "vueform/nuxt",
8708
+ "repo": "vueform/vueform#main/nuxt",
7317
8709
  "npm": "@vueform/nuxt",
7318
8710
  "icon": "vueform.svg",
7319
8711
  "github": "https://github.com/vueform/vueform",
@@ -7329,7 +8721,7 @@
7329
8721
  }
7330
8722
  ],
7331
8723
  "compatibility": {
7332
- "nuxt": "^3.0.0",
8724
+ "nuxt": ">=3.0.0",
7333
8725
  "requires": {}
7334
8726
  }
7335
8727
  },
@@ -7340,8 +8732,8 @@
7340
8732
  "npm": "@vuestic/nuxt",
7341
8733
  "icon": "vuestic.png",
7342
8734
  "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
7343
- "website": "https://vuestic.dev",
7344
- "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
8735
+ "website": "https://ui.vuestic.dev",
8736
+ "learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
7345
8737
  "category": "UI",
7346
8738
  "type": "3rd-party",
7347
8739
  "maintainers": [
@@ -7351,19 +8743,19 @@
7351
8743
  }
7352
8744
  ],
7353
8745
  "compatibility": {
7354
- "nuxt": "^3.0.0",
8746
+ "nuxt": ">=3.0.0",
7355
8747
  "requires": {}
7356
8748
  }
7357
8749
  },
7358
8750
  {
7359
8751
  "name": "vuetify-nuxt-module",
7360
8752
  "description": "Zero-config Nuxt Module for Vuetify.",
7361
- "repo": "userquin/vuetify-nuxt-module",
8753
+ "repo": "vuetifyjs/nuxt-module",
7362
8754
  "npm": "vuetify-nuxt-module",
7363
8755
  "icon": "vuetify-logo-v3-dark.svg",
7364
- "github": "https://github.com/userquin/vuetify-nuxt-module",
7365
- "website": "https://github.com/userquin/vuetify-nuxt-module",
7366
- "learn_more": "https://vuetify-nuxt-module.netlify.app/",
8756
+ "github": "https://github.com/vuetifyjs/nuxt-module",
8757
+ "website": "https://nuxt.vuetifyjs.com/",
8758
+ "learn_more": "https://github.com/vuetifyjs/nuxt-module/blob/main/README.md",
7367
8759
  "category": "UI",
7368
8760
  "type": "3rd-party",
7369
8761
  "maintainers": [
@@ -7373,7 +8765,7 @@
7373
8765
  }
7374
8766
  ],
7375
8767
  "compatibility": {
7376
- "nuxt": "^3.0.0",
8768
+ "nuxt": ">=3.0.0",
7377
8769
  "requires": {}
7378
8770
  }
7379
8771
  },
@@ -7423,7 +8815,7 @@
7423
8815
  }
7424
8816
  ],
7425
8817
  "compatibility": {
7426
- "nuxt": "^2.0.0 || ^3.0.0",
8818
+ "nuxt": "^2.0.0 || >=3.0.0",
7427
8819
  "requires": {
7428
8820
  "bridge": "optional"
7429
8821
  },
@@ -7471,7 +8863,7 @@
7471
8863
  }
7472
8864
  ],
7473
8865
  "compatibility": {
7474
- "nuxt": "^3.0.0",
8866
+ "nuxt": ">=3.0.0",
7475
8867
  "requires": {}
7476
8868
  }
7477
8869
  },
@@ -7503,7 +8895,7 @@
7503
8895
  }
7504
8896
  ],
7505
8897
  "compatibility": {
7506
- "nuxt": "^2.0.0 || ^3.0.0",
8898
+ "nuxt": "^2.0.0 || >=3.0.0",
7507
8899
  "requires": {
7508
8900
  "bridge": "optional"
7509
8901
  }
@@ -7531,6 +8923,28 @@
7531
8923
  "requires": {}
7532
8924
  }
7533
8925
  },
8926
+ {
8927
+ "name": "webhook-validators",
8928
+ "description": "Nuxt module that works on the edge to easily validate incoming webhooks from different services.",
8929
+ "repo": "yizack/nuxt-webhook-validators",
8930
+ "npm": "nuxt-webhook-validators",
8931
+ "icon": "webhook-validators.svg",
8932
+ "github": "https://github.com/Yizack/nuxt-webhook-validators",
8933
+ "website": "https://github.com/Yizack/nuxt-webhook-validators",
8934
+ "learn_more": "",
8935
+ "category": "Security",
8936
+ "type": "3rd-party",
8937
+ "maintainers": [
8938
+ {
8939
+ "name": "Yizack Rangel",
8940
+ "github": "yizack"
8941
+ }
8942
+ ],
8943
+ "compatibility": {
8944
+ "nuxt": ">=3.0.0",
8945
+ "requires": {}
8946
+ }
8947
+ },
7534
8948
  {
7535
8949
  "name": "webpack-optimisations",
7536
8950
  "description": "Nuxt v2 module to automatically make your builds faster.",
@@ -7608,7 +9022,7 @@
7608
9022
  "icon": "webpack.png",
7609
9023
  "github": "https://github.com/nuxt-community/webpackmonitor-module",
7610
9024
  "website": "https://github.com/nuxt-community/webpackmonitor-module",
7611
- "learn_more": "http://webpackmonitor.com/",
9025
+ "learn_more": "",
7612
9026
  "category": "Devtools",
7613
9027
  "type": "community",
7614
9028
  "maintainers": [
@@ -7641,7 +9055,7 @@
7641
9055
  }
7642
9056
  ],
7643
9057
  "compatibility": {
7644
- "nuxt": "^3.0.0",
9058
+ "nuxt": ">=3.0.0",
7645
9059
  "requires": {}
7646
9060
  }
7647
9061
  },
@@ -7667,18 +9081,18 @@
7667
9081
  }
7668
9082
  ],
7669
9083
  "compatibility": {
7670
- "nuxt": "^3.0.0",
9084
+ "nuxt": ">=3.0.0",
7671
9085
  "requires": {}
7672
9086
  }
7673
9087
  },
7674
9088
  {
7675
9089
  "name": "windicss",
7676
9090
  "description": "Next generation utility-first CSS framework.",
7677
- "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
9091
+ "repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
7678
9092
  "npm": "nuxt-windicss",
7679
9093
  "icon": "windicss.svg",
7680
- "github": "https://github.com/windicss/nuxt-windicss-module",
7681
- "website": "https://github.com/windicss/nuxt-windicss-module",
9094
+ "github": "https://github.com/windicss/nuxt-windicss",
9095
+ "website": "https://github.com/windicss/nuxt-windicss",
7682
9096
  "learn_more": "https://windicss.org/",
7683
9097
  "category": "UI",
7684
9098
  "type": "3rd-party",
@@ -7695,7 +9109,7 @@
7695
9109
  }
7696
9110
  ],
7697
9111
  "compatibility": {
7698
- "nuxt": "^2.0.0 || ^3.0.0",
9112
+ "nuxt": "^2.0.0 || >=3.0.0",
7699
9113
  "requires": {
7700
9114
  "bridge": "optional"
7701
9115
  }
@@ -7786,7 +9200,7 @@
7786
9200
  }
7787
9201
  ],
7788
9202
  "compatibility": {
7789
- "nuxt": "^2.0.0 || ^3.0.0",
9203
+ "nuxt": "^2.0.0 || >=3.0.0",
7790
9204
  "requires": {
7791
9205
  "bridge": true
7792
9206
  }