@nuxt/modules 0.6.0-3c626f → 0.6.0-3d70c2

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 +2131 -744
  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,51 @@
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",
397
+ "requires": {}
398
+ }
399
+ },
400
+ {
401
+ "name": "auth-utils",
402
+ "description": "Minimalist Auth module for Nuxt with SSR.",
403
+ "repo": "atinux/nuxt-auth-utils",
404
+ "npm": "nuxt-auth-utils",
405
+ "icon": "",
406
+ "github": "https://github.com/atinux/nuxt-auth-utils",
407
+ "website": "https://github.com/atinux/nuxt-auth-utils",
408
+ "learn_more": "",
409
+ "category": "Security",
410
+ "type": "3rd-party",
411
+ "maintainers": [
412
+ {
413
+ "name": "atinux",
414
+ "github": "atinux"
415
+ }
416
+ ],
417
+ "compatibility": {
418
+ "nuxt": ">=3.0.0",
353
419
  "requires": {}
354
420
  }
355
421
  },
@@ -399,7 +465,30 @@
399
465
  }
400
466
  ],
401
467
  "compatibility": {
402
- "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",
403
492
  "requires": {}
404
493
  }
405
494
  },
@@ -422,7 +511,7 @@
422
511
  }
423
512
  ],
424
513
  "compatibility": {
425
- "nuxt": "^3.0.0",
514
+ "nuxt": ">=3.0.0",
426
515
  "requires": {}
427
516
  }
428
517
  },
@@ -567,7 +656,7 @@
567
656
  }
568
657
  ],
569
658
  "compatibility": {
570
- "nuxt": "^2.0.0 || ^3.0.0",
659
+ "nuxt": "^2.0.0 || >=3.0.0",
571
660
  "requires": {
572
661
  "bridge": true
573
662
  }
@@ -636,7 +725,7 @@
636
725
  }
637
726
  ],
638
727
  "compatibility": {
639
- "nuxt": "^3.0.0",
728
+ "nuxt": ">=3.0.0",
640
729
  "requires": {}
641
730
  }
642
731
  },
@@ -681,7 +770,7 @@
681
770
  }
682
771
  ],
683
772
  "compatibility": {
684
- "nuxt": "^3.0.0",
773
+ "nuxt": ">=3.0.0",
685
774
  "requires": {}
686
775
  }
687
776
  },
@@ -725,7 +814,7 @@
725
814
  }
726
815
  ],
727
816
  "compatibility": {
728
- "nuxt": "^3.0.0",
817
+ "nuxt": ">=3.0.0",
729
818
  "requires": {}
730
819
  }
731
820
  },
@@ -734,10 +823,10 @@
734
823
  "description": "Privacy-first, end-to-end encrypted analytics",
735
824
  "repo": "chiffre-io/nuxt-chiffre",
736
825
  "npm": "nuxt-chiffre",
737
- "icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
826
+ "icon": "chiffre.png",
738
827
  "github": "https://github.com/chiffre-io/nuxt-chiffre",
739
828
  "website": "https://github.com/chiffre-io/nuxt-chiffre",
740
- "learn_more": "https://chiffre.io",
829
+ "learn_more": "https://chiffre.io/",
741
830
  "category": "Analytics",
742
831
  "type": "3rd-party",
743
832
  "maintainers": [
@@ -770,7 +859,7 @@
770
859
  }
771
860
  ],
772
861
  "compatibility": {
773
- "nuxt": "^3.0.0",
862
+ "nuxt": ">=3.0.0",
774
863
  "requires": {}
775
864
  }
776
865
  },
@@ -841,7 +930,7 @@
841
930
  }
842
931
  ],
843
932
  "compatibility": {
844
- "nuxt": "^3.0.0",
933
+ "nuxt": ">=3.0.0",
845
934
  "requires": {}
846
935
  }
847
936
  },
@@ -887,7 +976,7 @@
887
976
  }
888
977
  ],
889
978
  "compatibility": {
890
- "nuxt": "^2.0.0 || ^3.0.0",
979
+ "nuxt": "^2.0.0 || >=3.0.0",
891
980
  "requires": {
892
981
  "bridge": "optional"
893
982
  }
@@ -958,7 +1047,7 @@
958
1047
  }
959
1048
  ],
960
1049
  "compatibility": {
961
- "nuxt": "^3.0.0",
1050
+ "nuxt": ">=3.0.0",
962
1051
  "requires": {}
963
1052
  }
964
1053
  },
@@ -969,7 +1058,7 @@
969
1058
  "npm": "@nuxt/content",
970
1059
  "icon": "nuxt.svg",
971
1060
  "github": "https://github.com/nuxt/content",
972
- "website": "https://content.nuxtjs.org",
1061
+ "website": "https://content.nuxt.com",
973
1062
  "learn_more": "",
974
1063
  "category": "CMS",
975
1064
  "type": "official",
@@ -991,7 +1080,7 @@
991
1080
  }
992
1081
  ],
993
1082
  "compatibility": {
994
- "nuxt": "^2.0.0 || ^3.0.0",
1083
+ "nuxt": "^2.0.0 || >=3.0.0",
995
1084
  "requires": {}
996
1085
  }
997
1086
  },
@@ -1036,7 +1125,7 @@
1036
1125
  }
1037
1126
  ],
1038
1127
  "compatibility": {
1039
- "nuxt": "^3.0.0",
1128
+ "nuxt": ">=3.0.0",
1040
1129
  "requires": {}
1041
1130
  }
1042
1131
  },
@@ -1059,7 +1148,7 @@
1059
1148
  }
1060
1149
  ],
1061
1150
  "compatibility": {
1062
- "nuxt": "^3.0.0",
1151
+ "nuxt": ">=3.0.0",
1063
1152
  "requires": {}
1064
1153
  }
1065
1154
  },
@@ -1070,7 +1159,7 @@
1070
1159
  "npm": "nuxt-custom-elements",
1071
1160
  "icon": "custom-elements.png",
1072
1161
  "github": "https://github.com/GrabarzUndPartner/nuxt-custom-elements",
1073
- "website": "https://nuxt-custom-elements.grabarzundpartner.dev",
1162
+ "website": "https://grabarzundpartner.github.io/nuxt-custom-elements/",
1074
1163
  "learn_more": "https://github.com/karol-f/vue-custom-element",
1075
1164
  "category": "Extensions",
1076
1165
  "type": "3rd-party",
@@ -1175,7 +1264,7 @@
1175
1264
  }
1176
1265
  ],
1177
1266
  "compatibility": {
1178
- "nuxt": "^3.0.0",
1267
+ "nuxt": ">=3.0.0",
1179
1268
  "requires": {}
1180
1269
  }
1181
1270
  },
@@ -1198,7 +1287,7 @@
1198
1287
  }
1199
1288
  ],
1200
1289
  "compatibility": {
1201
- "nuxt": "^3.0.0",
1290
+ "nuxt": ">=3.0.0",
1202
1291
  "requires": {}
1203
1292
  }
1204
1293
  },
@@ -1221,7 +1310,7 @@
1221
1310
  }
1222
1311
  ],
1223
1312
  "compatibility": {
1224
- "nuxt": "^2.0.0 || ^3.0.0",
1313
+ "nuxt": "^2.0.0 || >=3.0.0",
1225
1314
  "requires": {}
1226
1315
  }
1227
1316
  },
@@ -1243,7 +1332,7 @@
1243
1332
  }
1244
1333
  ],
1245
1334
  "compatibility": {
1246
- "nuxt": "^2.0.0 || ^3.0.0",
1335
+ "nuxt": "^2.0.0 || >=3.0.0",
1247
1336
  "requires": {}
1248
1337
  }
1249
1338
  },
@@ -1254,7 +1343,7 @@
1254
1343
  "npm": "@nuxt/devtools",
1255
1344
  "icon": "nuxt.svg",
1256
1345
  "github": "https://github.com/nuxt/devtools",
1257
- "website": "https://devtools.nuxtjs.org/",
1346
+ "website": "https://devtools.nuxt.com",
1258
1347
  "learn_more": "",
1259
1348
  "category": "Devtools",
1260
1349
  "type": "official",
@@ -1266,7 +1355,7 @@
1266
1355
  }
1267
1356
  ],
1268
1357
  "compatibility": {
1269
- "nuxt": "^3.0.0",
1358
+ "nuxt": ">=3.0.0",
1270
1359
  "requires": {}
1271
1360
  }
1272
1361
  },
@@ -1277,8 +1366,8 @@
1277
1366
  "npm": "nuxt-directus",
1278
1367
  "icon": "directus.svg",
1279
1368
  "github": "https://github.com/intevel/nuxt-directus/",
1280
- "website": "https://nuxt-directus.site/",
1281
- "learn_more": "https://nuxt-directus.site/",
1369
+ "website": "https://nuxt-directus.de/",
1370
+ "learn_more": "https://directus.io/",
1282
1371
  "category": "CMS",
1283
1372
  "type": "3rd-party",
1284
1373
  "maintainers": [
@@ -1286,10 +1375,20 @@
1286
1375
  "name": "Conner Bachmann",
1287
1376
  "github": "intevel",
1288
1377
  "avatar": "https://avatars.githubusercontent.com/u/59223342?v=4"
1378
+ },
1379
+ {
1380
+ "name": "Matt.",
1381
+ "github": "casualmatt",
1382
+ "avatar": "https://avatars.githubusercontent.com/u/85650530?v=4"
1383
+ },
1384
+ {
1385
+ "name": "Sandro Circi",
1386
+ "github": "sandros94",
1387
+ "avatar": "https://avatars.githubusercontent.com/u/13056429?v=4"
1289
1388
  }
1290
1389
  ],
1291
1390
  "compatibility": {
1292
- "nuxt": "^3.0.0",
1391
+ "nuxt": ">=3.0.0",
1293
1392
  "requires": {},
1294
1393
  "devtools": "^0.0.0"
1295
1394
  }
@@ -1312,7 +1411,29 @@
1312
1411
  }
1313
1412
  ],
1314
1413
  "compatibility": {
1315
- "nuxt": "^3.0.0",
1414
+ "nuxt": ">=3.0.0",
1415
+ "requires": {}
1416
+ }
1417
+ },
1418
+ {
1419
+ "name": "doppler",
1420
+ "description": "Integrate your Doppler secrets into your Nuxt build",
1421
+ "repo": "JamieCurnow/nuxt-doppler",
1422
+ "npm": "nuxt-doppler",
1423
+ "icon": "doppler.png",
1424
+ "github": "https://github.com/JamieCurnow/nuxt-doppler",
1425
+ "website": "https://github.com/JamieCurnow/nuxt-doppler",
1426
+ "learn_more": "",
1427
+ "category": "Devtools",
1428
+ "type": "3rd-party",
1429
+ "maintainers": [
1430
+ {
1431
+ "name": "JamieCurnow",
1432
+ "github": "JamieCurnow"
1433
+ }
1434
+ ],
1435
+ "compatibility": {
1436
+ "nuxt": ">=3.0.0",
1316
1437
  "requires": {}
1317
1438
  }
1318
1439
  },
@@ -1338,6 +1459,28 @@
1338
1459
  "requires": {}
1339
1460
  }
1340
1461
  },
1462
+ {
1463
+ "name": "dragon-editor",
1464
+ "description": "Javascript WYSIWYG editor in Nuxt!",
1465
+ "repo": "lovefields/dragonEditor",
1466
+ "npm": "dragon-editor",
1467
+ "icon": "",
1468
+ "github": "https://github.com/lovefields/dragonEditor",
1469
+ "website": "https://github.com/lovefields/dragonEditor",
1470
+ "learn_more": "",
1471
+ "category": "Libraries",
1472
+ "type": "3rd-party",
1473
+ "maintainers": [
1474
+ {
1475
+ "name": "lovefields",
1476
+ "github": "lovefields"
1477
+ }
1478
+ ],
1479
+ "compatibility": {
1480
+ "nuxt": "^3.0.0",
1481
+ "requires": {}
1482
+ }
1483
+ },
1341
1484
  {
1342
1485
  "name": "drupal-ce",
1343
1486
  "description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
@@ -1345,8 +1488,8 @@
1345
1488
  "npm": "nuxtjs-drupal-ce",
1346
1489
  "icon": "drupal-ce.png",
1347
1490
  "github": "https://github.com/drunomics/nuxtjs-drupal-ce",
1348
- "website": "https://stack.lupus.digital",
1349
- "learn_more": "https://stack.lupus.digital/2-resources/learning",
1491
+ "website": "https://lupus-decoupled.org",
1492
+ "learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
1350
1493
  "category": "CMS",
1351
1494
  "type": "3rd-party",
1352
1495
  "maintainers": [
@@ -1361,13 +1504,13 @@
1361
1504
  "avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
1362
1505
  },
1363
1506
  {
1364
- "name": "David Licen",
1365
- "github": "davision",
1366
- "avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
1507
+ "name": "Matic",
1508
+ "github": "TurtlBbx",
1509
+ "avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
1367
1510
  }
1368
1511
  ],
1369
1512
  "compatibility": {
1370
- "nuxt": "^2.0.0",
1513
+ "nuxt": "^2.0.0 || >=3.0.0",
1371
1514
  "requires": {}
1372
1515
  }
1373
1516
  },
@@ -1393,6 +1536,73 @@
1393
1536
  "requires": {}
1394
1537
  }
1395
1538
  },
1539
+ {
1540
+ "name": "easy-lightbox",
1541
+ "description": "A plugin for simple Vue 3 Image Lightbox component with Zoom / Drag / Rotate / Switch.",
1542
+ "repo": "modbender/nuxt-easy-lightbox",
1543
+ "npm": "nuxt-easy-lightbox",
1544
+ "icon": "easy-lightbox.svg",
1545
+ "github": "https://github.com/modbender/nuxt-easy-lightbox",
1546
+ "website": "https://github.com/modbender/nuxt-easy-lightbox",
1547
+ "learn_more": "",
1548
+ "category": "Libraries",
1549
+ "type": "3rd-party",
1550
+ "maintainers": [
1551
+ {
1552
+ "name": "modbender",
1553
+ "github": "modbender"
1554
+ }
1555
+ ],
1556
+ "compatibility": {
1557
+ "nuxt": ">=3.0.0",
1558
+ "requires": {}
1559
+ }
1560
+ },
1561
+ {
1562
+ "name": "echarts",
1563
+ "description": "Nuxt Module for Apache ECharts™",
1564
+ "repo": "kingyue737/nuxt-echarts",
1565
+ "npm": "nuxt-echarts",
1566
+ "icon": "echarts.svg",
1567
+ "github": "https://github.com/kingyue737/nuxt-echarts",
1568
+ "website": "https://echarts.nuxt.dev",
1569
+ "learn_more": "https://nuxt-echarts.nuxt.dev",
1570
+ "category": "Libraries",
1571
+ "type": "3rd-party",
1572
+ "maintainers": [
1573
+ {
1574
+ "name": "Yue JIN",
1575
+ "github": "kingyue737"
1576
+ }
1577
+ ],
1578
+ "compatibility": {
1579
+ "nuxt": ">=3.0.0",
1580
+ "requires": {}
1581
+ }
1582
+ },
1583
+ {
1584
+ "name": "edgedb",
1585
+ "description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
1586
+ "repo": "Tahul/nuxt-edgedb",
1587
+ "npm": "nuxt-edgedb-module",
1588
+ "icon": "edgedb.svg",
1589
+ "github": "https://github.com/Tahul/nuxt-edgedb",
1590
+ "website": "https://github.com/Tahul/nuxt-edgedb",
1591
+ "learn_more": "https://github.com/Tahul/nuxt-edgedb",
1592
+ "category": "Database",
1593
+ "type": "3rd-party",
1594
+ "maintainers": [
1595
+ {
1596
+ "name": "Yaël Guilloux",
1597
+ "github": "Tahul",
1598
+ "twitter": "yaeeelglx"
1599
+ }
1600
+ ],
1601
+ "compatibility": {
1602
+ "nuxt": ">=3.8.0",
1603
+ "requires": {}
1604
+ }
1605
+ },
1396
1606
  {
1397
1607
  "name": "electron",
1398
1608
  "description": "Integrate Nuxt and Electron.",
@@ -1411,7 +1621,7 @@
1411
1621
  }
1412
1622
  ],
1413
1623
  "compatibility": {
1414
- "nuxt": "^3.0.0",
1624
+ "nuxt": ">=3.0.0",
1415
1625
  "requires": {}
1416
1626
  }
1417
1627
  },
@@ -1421,7 +1631,7 @@
1421
1631
  "repo": "element-plus/element-plus-nuxt",
1422
1632
  "npm": "@element-plus/nuxt",
1423
1633
  "icon": "element-plus.svg",
1424
- "github": "https://github.com/element-plus/element-plus",
1634
+ "github": "https://github.com/element-plus/element-plus-nuxt",
1425
1635
  "website": "https://element-plus.org",
1426
1636
  "learn_more": "https://github.com/element-plus/element-plus-nuxt",
1427
1637
  "category": "UI",
@@ -1433,7 +1643,7 @@
1433
1643
  }
1434
1644
  ],
1435
1645
  "compatibility": {
1436
- "nuxt": "^3.0.0",
1646
+ "nuxt": ">=3.0.0",
1437
1647
  "requires": {
1438
1648
  "bridge": "optional"
1439
1649
  }
@@ -1463,12 +1673,12 @@
1463
1673
  }
1464
1674
  ],
1465
1675
  "compatibility": {
1466
- "nuxt": "^2.0.0 || ^3.0.0",
1676
+ "nuxt": "^2.0.0 || >=3.0.0",
1467
1677
  "requires": {}
1468
1678
  }
1469
1679
  },
1470
1680
  {
1471
- "name": "eslint",
1681
+ "name": "eslint-module",
1472
1682
  "description": "ESLint module for Nuxt",
1473
1683
  "repo": "nuxt-community/eslint-module",
1474
1684
  "npm": "@nuxtjs/eslint-module",
@@ -1485,7 +1695,30 @@
1485
1695
  }
1486
1696
  ],
1487
1697
  "compatibility": {
1488
- "nuxt": "^2.0.0 || ^3.0.0",
1698
+ "nuxt": "^2.0.0 || >=3.0.0",
1699
+ "requires": {}
1700
+ }
1701
+ },
1702
+ {
1703
+ "name": "eslint",
1704
+ "description": "All-in-one ESLint module for Nuxt, provides project-aware, easy-to-use, extensible and future-proof integrations.",
1705
+ "repo": "nuxt/eslint",
1706
+ "npm": "@nuxt/eslint",
1707
+ "icon": "nuxt.svg",
1708
+ "github": "https://github.com/nuxt/eslint",
1709
+ "website": "https://eslint.nuxt.com",
1710
+ "learn_more": "https://eslint.nuxt.com/packages/module",
1711
+ "category": "Devtools",
1712
+ "type": "official",
1713
+ "maintainers": [
1714
+ {
1715
+ "name": "Anthony Fu",
1716
+ "github": "antfu",
1717
+ "twitter": "antfu7"
1718
+ }
1719
+ ],
1720
+ "compatibility": {
1721
+ "nuxt": ">=3.0.0",
1489
1722
  "requires": {}
1490
1723
  }
1491
1724
  },
@@ -1511,6 +1744,29 @@
1511
1744
  "requires": {}
1512
1745
  }
1513
1746
  },
1747
+ {
1748
+ "name": "fathom-analytics",
1749
+ "description": "Fathom analytics integration for Nuxt",
1750
+ "repo": "valgeirb/nuxt-fathom",
1751
+ "npm": "nuxt-fathom",
1752
+ "icon": "fathom-analytics.svg",
1753
+ "github": "https://github.com/valgeirb/nuxt-fathom",
1754
+ "website": "https://github.com/valgeirb/nuxt-fathom#readme",
1755
+ "learn_more": "",
1756
+ "category": "Analytics",
1757
+ "type": "3rd-party",
1758
+ "maintainers": [
1759
+ {
1760
+ "name": "Valgeir Björnsson",
1761
+ "github": "valgeirb",
1762
+ "avatar": "https://avatars.githubusercontent.com/valgeirb"
1763
+ }
1764
+ ],
1765
+ "compatibility": {
1766
+ "nuxt": ">=3.0.0",
1767
+ "requires": {}
1768
+ }
1769
+ },
1514
1770
  {
1515
1771
  "name": "fathom",
1516
1772
  "description": "Fathom analytics for Nuxt",
@@ -1685,7 +1941,7 @@
1685
1941
  }
1686
1942
  ],
1687
1943
  "compatibility": {
1688
- "nuxt": "^3.0.0",
1944
+ "nuxt": ">=3.0.0",
1689
1945
  "requires": {}
1690
1946
  }
1691
1947
  },
@@ -1711,10 +1967,33 @@
1711
1967
  "requires": {}
1712
1968
  }
1713
1969
  },
1970
+ {
1971
+ "name": "fonts",
1972
+ "description": "Plug-and-play web font optimization and configuration for Nuxt apps.",
1973
+ "repo": "nuxt/fonts",
1974
+ "npm": "@nuxt/fonts",
1975
+ "icon": "nuxt.svg",
1976
+ "github": "https://github.com/nuxt/fonts",
1977
+ "website": "https://fonts.nuxt.com",
1978
+ "learn_more": "",
1979
+ "category": "Libraries",
1980
+ "type": "official",
1981
+ "maintainers": [
1982
+ {
1983
+ "name": "Daniel Roe",
1984
+ "github": "danielroe",
1985
+ "twitter": "danielcroe"
1986
+ }
1987
+ ],
1988
+ "compatibility": {
1989
+ "nuxt": ">=3.0.0",
1990
+ "requires": {}
1991
+ }
1992
+ },
1714
1993
  {
1715
1994
  "name": "form-actions",
1716
1995
  "description": "A set of features and composables to interact with forms and server data.",
1717
- "repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
1996
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
1718
1997
  "npm": "@hebilicious/form-actions-nuxt",
1719
1998
  "icon": "form-actions.svg",
1720
1999
  "github": "https://github.com/Hebilicious/form-actions-nuxt",
@@ -1730,7 +2009,7 @@
1730
2009
  }
1731
2010
  ],
1732
2011
  "compatibility": {
1733
- "nuxt": "^3.7.0",
2012
+ "nuxt": ">=3.7.0",
1734
2013
  "requires": {}
1735
2014
  }
1736
2015
  },
@@ -1742,7 +2021,7 @@
1742
2021
  "icon": "formkit.png",
1743
2022
  "github": "https://github.com/formkit/formkit",
1744
2023
  "website": "https://formkit.com",
1745
- "learn_more": "https://formkit.com/essentials/installation#with-nuxt",
2024
+ "learn_more": "https://formkit.com/getting-started/installation",
1746
2025
  "category": "Libraries",
1747
2026
  "type": "3rd-party",
1748
2027
  "maintainers": [
@@ -1758,7 +2037,7 @@
1758
2037
  }
1759
2038
  ],
1760
2039
  "compatibility": {
1761
- "nuxt": "^3.0.0",
2040
+ "nuxt": ">=3.0.0",
1762
2041
  "requires": {}
1763
2042
  }
1764
2043
  },
@@ -1828,7 +2107,7 @@
1828
2107
  }
1829
2108
  ],
1830
2109
  "compatibility": {
1831
- "nuxt": "^2.0.0 || ^3.0.0",
2110
+ "nuxt": "^2.0.0 || >=3.0.0",
1832
2111
  "requires": {}
1833
2112
  }
1834
2113
  },
@@ -1882,7 +2161,7 @@
1882
2161
  }
1883
2162
  ],
1884
2163
  "compatibility": {
1885
- "nuxt": "^2.0.0 || ^3.0.0",
2164
+ "nuxt": "^2.0.0 || >=3.0.0",
1886
2165
  "requires": {
1887
2166
  "bridge": "optional"
1888
2167
  }
@@ -1955,7 +2234,7 @@
1955
2234
  "icon": "graphql-client.svg",
1956
2235
  "github": "https://github.com/diizzayy/nuxt-graphql-client",
1957
2236
  "website": "https://github.com/diizzayy/nuxt-graphql-client",
1958
- "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
2237
+ "learn_more": "https://nuxt-graphql-client.web.app/",
1959
2238
  "category": "Request",
1960
2239
  "type": "3rd-party",
1961
2240
  "maintainers": [
@@ -1965,7 +2244,7 @@
1965
2244
  }
1966
2245
  ],
1967
2246
  "compatibility": {
1968
- "nuxt": "^3.0.0",
2247
+ "nuxt": ">=3.0.0",
1969
2248
  "requires": {}
1970
2249
  }
1971
2250
  },
@@ -1987,7 +2266,7 @@
1987
2266
  }
1988
2267
  ],
1989
2268
  "compatibility": {
1990
- "nuxt": "^2.0.0 || ^3.0.0",
2269
+ "nuxt": "^2.0.0 || >=3.0.0",
1991
2270
  "requires": {}
1992
2271
  }
1993
2272
  },
@@ -2009,14 +2288,14 @@
2009
2288
  }
2010
2289
  ],
2011
2290
  "compatibility": {
2012
- "nuxt": "^3.0.0",
2291
+ "nuxt": ">=3.0.0",
2013
2292
  "requires": {},
2014
2293
  "devtools": "^0.0.0"
2015
2294
  }
2016
2295
  },
2017
2296
  {
2018
2297
  "name": "gtag",
2019
- "description": "Google Analytics integration for Nuxt",
2298
+ "description": "Google Analytics integration for Nuxt: Google Analytics, Google Ads and more",
2020
2299
  "repo": "johannschopplich/nuxt-gtag",
2021
2300
  "npm": "nuxt-gtag",
2022
2301
  "icon": "gtag.svg",
@@ -2034,7 +2313,7 @@
2034
2313
  }
2035
2314
  ],
2036
2315
  "compatibility": {
2037
- "nuxt": "^3.0.0",
2316
+ "nuxt": ">=3.0.0",
2038
2317
  "requires": {}
2039
2318
  }
2040
2319
  },
@@ -2101,7 +2380,7 @@
2101
2380
  }
2102
2381
  ],
2103
2382
  "compatibility": {
2104
- "nuxt": "^3.0.0",
2383
+ "nuxt": ">=3.0.0",
2105
2384
  "requires": {}
2106
2385
  }
2107
2386
  },
@@ -2124,7 +2403,7 @@
2124
2403
  }
2125
2404
  ],
2126
2405
  "compatibility": {
2127
- "nuxt": "^3.0.0",
2406
+ "nuxt": ">=3.0.0",
2128
2407
  "requires": {}
2129
2408
  }
2130
2409
  },
@@ -2146,7 +2425,7 @@
2146
2425
  }
2147
2426
  ],
2148
2427
  "compatibility": {
2149
- "nuxt": "^3.0.0",
2428
+ "nuxt": ">=3.0.0",
2150
2429
  "requires": {}
2151
2430
  }
2152
2431
  },
@@ -2239,6 +2518,28 @@
2239
2518
  "requires": {}
2240
2519
  }
2241
2520
  },
2521
+ {
2522
+ "name": "hotjar",
2523
+ "description": "Add HotJar to your Nuxt application",
2524
+ "repo": "damevin/nuxt-module-hotjar",
2525
+ "npm": "nuxt-module-hotjar",
2526
+ "icon": "hotjar.png",
2527
+ "github": "https://github.com/damevin/nuxt-module-hotjar",
2528
+ "website": "https://github.com/damevin/nuxt-module-hotjar",
2529
+ "learn_more": "https://github.com/damevin/nuxt-module-hotjar#nuxt-hotjar",
2530
+ "category": "SEO",
2531
+ "type": "3rd-party",
2532
+ "maintainers": [
2533
+ {
2534
+ "name": "Raphaël DAMEVIN",
2535
+ "github": "damevin"
2536
+ }
2537
+ ],
2538
+ "compatibility": {
2539
+ "nuxt": ">=3.0.0",
2540
+ "requires": {}
2541
+ }
2542
+ },
2242
2543
  {
2243
2544
  "name": "html-minifier",
2244
2545
  "description": "Minify the html for each request served by nuxt server (nuxt start)",
@@ -2268,7 +2569,7 @@
2268
2569
  "npm": "@nuxtjs/html-validator",
2269
2570
  "icon": "html-validator.png",
2270
2571
  "github": "https://github.com/nuxt-modules/html-validator",
2271
- "website": "https://html-validator.nuxtjs.org",
2572
+ "website": "https://github.com/nuxt-modules/html-validator",
2272
2573
  "learn_more": "https://html-validate.org",
2273
2574
  "category": "Performance",
2274
2575
  "type": "community",
@@ -2280,7 +2581,7 @@
2280
2581
  }
2281
2582
  ],
2282
2583
  "compatibility": {
2283
- "nuxt": "^2.0.0 || ^3.0.0",
2584
+ "nuxt": "^2.0.0 || >=3.0.0",
2284
2585
  "requires": {
2285
2586
  "bridge": "optional"
2286
2587
  }
@@ -2314,6 +2615,44 @@
2314
2615
  "requires": {}
2315
2616
  }
2316
2617
  },
2618
+ {
2619
+ "name": "hub",
2620
+ "description": "Build full-stack Nuxt applications on the edge, with zero configuration.",
2621
+ "repo": "nuxt-hub/core",
2622
+ "npm": "@nuxthub/core",
2623
+ "icon": "nuxthub.svg",
2624
+ "github": "https://github.com/nuxt-hub/core",
2625
+ "website": "https://hub.nuxt.com",
2626
+ "learn_more": "",
2627
+ "category": "Database",
2628
+ "type": "3rd-party",
2629
+ "maintainers": [
2630
+ {
2631
+ "name": "Sebastien Chopin",
2632
+ "github": "Atinux"
2633
+ },
2634
+ {
2635
+ "name": "Ahad Birang",
2636
+ "github": "farnabaz"
2637
+ },
2638
+ {
2639
+ "name": "Sylvain Marroufin",
2640
+ "github": "smarroufin"
2641
+ },
2642
+ {
2643
+ "name": "Florent Delerue",
2644
+ "github": "flosciante"
2645
+ },
2646
+ {
2647
+ "name": "NuxtLabs",
2648
+ "github": "nuxtlabs"
2649
+ }
2650
+ ],
2651
+ "compatibility": {
2652
+ "nuxt": ">=3.0.0",
2653
+ "requires": {}
2654
+ }
2655
+ },
2317
2656
  {
2318
2657
  "name": "humans-txt",
2319
2658
  "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.",
@@ -2322,7 +2661,7 @@
2322
2661
  "icon": "",
2323
2662
  "github": "https://github.com/LuXDAmore/nuxt-humans-txt",
2324
2663
  "website": "https://luxdamore.github.io/nuxt-humans-txt/",
2325
- "learn_more": "https://humanstxt.org/",
2664
+ "learn_more": "",
2326
2665
  "category": "SEO",
2327
2666
  "type": "3rd-party",
2328
2667
  "maintainers": [
@@ -2344,8 +2683,8 @@
2344
2683
  "npm": "@nuxtjs/i18n",
2345
2684
  "icon": "i18n.png",
2346
2685
  "github": "https://github.com/nuxt-modules/i18n",
2347
- "website": "https://v8.i18n.nuxtjs.org",
2348
- "learn_more": "https://kazupon.github.io/vue-i18n/",
2686
+ "website": "https://i18n.nuxtjs.org",
2687
+ "learn_more": "https://vue-i18n.intlify.dev/",
2349
2688
  "category": "Extensions",
2350
2689
  "type": "community",
2351
2690
  "maintainers": [
@@ -2356,10 +2695,14 @@
2356
2695
  {
2357
2696
  "name": "Kazuya Kawaguchi",
2358
2697
  "github": "kazupon"
2698
+ },
2699
+ {
2700
+ "name": "Bobbie Goede",
2701
+ "github": "BobbieGoede"
2359
2702
  }
2360
2703
  ],
2361
2704
  "compatibility": {
2362
- "nuxt": "^2.0.0 || ^3.0.0",
2705
+ "nuxt": "^2.0.0 || >=3.0.0",
2363
2706
  "requires": {}
2364
2707
  }
2365
2708
  },
@@ -2381,52 +2724,79 @@
2381
2724
  }
2382
2725
  ],
2383
2726
  "compatibility": {
2384
- "nuxt": "^3.0.0",
2727
+ "nuxt": ">=3.0.0",
2385
2728
  "requires": {}
2386
2729
  }
2387
2730
  },
2388
2731
  {
2389
- "name": "icon",
2390
- "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
2391
- "repo": "nuxt-modules/icon",
2392
- "npm": "nuxt-icon",
2732
+ "name": "icon-tw",
2733
+ "description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
2734
+ "repo": "jcamp-code/nuxt-icon-tw",
2735
+ "npm": "nuxt-icon-tw",
2393
2736
  "icon": "nuxt-icon.png",
2394
- "github": "https://github.com/nuxt-modules/icon",
2395
- "website": "https://github.com/nuxt-modules/icon",
2737
+ "github": "https://github.com/jcamp-code/nuxt-icon-tw",
2738
+ "website": "https://github.com/jcamp-code/nuxt-icon-tw",
2396
2739
  "learn_more": "",
2397
2740
  "category": "UI",
2398
- "type": "community",
2741
+ "type": "3rd-party",
2399
2742
  "maintainers": [
2400
2743
  {
2401
- "name": "Atinux",
2402
- "github": "Atinux"
2744
+ "name": "JohnCampionJr",
2745
+ "github": "JohnCampionJr"
2403
2746
  }
2404
2747
  ],
2405
2748
  "compatibility": {
2406
- "nuxt": "^3.0.0",
2749
+ "nuxt": ">=3.0.0",
2407
2750
  "requires": {},
2408
2751
  "devtools": "^0.0.0"
2409
2752
  }
2410
2753
  },
2411
2754
  {
2412
- "name": "icons",
2413
- "description": "Use your own automatically imported SVG icons.",
2414
- "repo": "gitfoxcode/nuxt-icons",
2415
- "npm": "nuxt-icons",
2416
- "icon": "icons.png",
2417
- "github": "https://github.com/gitFoxCode/nuxt-icons",
2418
- "website": "https://github.com/gitFoxCode/nuxt-icons",
2755
+ "name": "icon",
2756
+ "description": "Icon module for Nuxt with 200,000+ ready to use icons from Iconify.",
2757
+ "repo": "nuxt/icon",
2758
+ "npm": "@nuxt/icon",
2759
+ "icon": "nuxt.svg",
2760
+ "github": "https://github.com/nuxt/icon",
2761
+ "website": "https://github.com/nuxt/icon",
2419
2762
  "learn_more": "",
2420
2763
  "category": "UI",
2421
- "type": "3rd-party",
2764
+ "type": "official",
2422
2765
  "maintainers": [
2423
2766
  {
2424
- "name": "Sebastian Wludzik",
2425
- "github": "gitfoxcode"
2426
- }
2767
+ "name": "Atinux",
2768
+ "github": "Atinux"
2769
+ },
2770
+ {
2771
+ "name": "Anthony Fu",
2772
+ "github": "antfu"
2773
+ }
2427
2774
  ],
2428
2775
  "compatibility": {
2429
- "nuxt": "^3.0.0",
2776
+ "nuxt": ">=3.0.0",
2777
+ "requires": {},
2778
+ "devtools": "^0.0.0"
2779
+ }
2780
+ },
2781
+ {
2782
+ "name": "icons",
2783
+ "description": "Use your own automatically imported SVG icons.",
2784
+ "repo": "gitfoxcode/nuxt-icons",
2785
+ "npm": "nuxt-icons",
2786
+ "icon": "icons.png",
2787
+ "github": "https://github.com/gitFoxCode/nuxt-icons",
2788
+ "website": "https://github.com/gitFoxCode/nuxt-icons",
2789
+ "learn_more": "",
2790
+ "category": "UI",
2791
+ "type": "3rd-party",
2792
+ "maintainers": [
2793
+ {
2794
+ "name": "Sebastian Wludzik",
2795
+ "github": "gitfoxcode"
2796
+ }
2797
+ ],
2798
+ "compatibility": {
2799
+ "nuxt": ">=3.0.0",
2430
2800
  "requires": {}
2431
2801
  }
2432
2802
  },
@@ -2457,7 +2827,7 @@
2457
2827
  "description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
2458
2828
  "repo": "nuxt/image",
2459
2829
  "npm": "@nuxt/image",
2460
- "icon": "image.png",
2830
+ "icon": "nuxt.svg",
2461
2831
  "github": "https://github.com/nuxt/image",
2462
2832
  "website": "https://image.nuxt.com",
2463
2833
  "learn_more": "",
@@ -2486,7 +2856,7 @@
2486
2856
  }
2487
2857
  ],
2488
2858
  "compatibility": {
2489
- "nuxt": "^2.0.0 || ^3.0.0",
2859
+ "nuxt": "^2.0.0 || >=3.0.0",
2490
2860
  "requires": {
2491
2861
  "bridge": "optional"
2492
2862
  }
@@ -2517,10 +2887,10 @@
2517
2887
  {
2518
2888
  "name": "inkline",
2519
2889
  "description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
2520
- "repo": "inkline/plugin",
2890
+ "repo": "inkline/inkline#main/packages/integrations/plugin",
2521
2891
  "npm": "@inkline/plugin",
2522
2892
  "icon": "inkline.svg",
2523
- "github": "https://github.com/inkline/plugin",
2893
+ "github": "https://github.com/inkline/inkline",
2524
2894
  "website": "https://inkline.io",
2525
2895
  "learn_more": "https://inkline.io/docs/installation/nuxt",
2526
2896
  "category": "UI",
@@ -2533,7 +2903,7 @@
2533
2903
  }
2534
2904
  ],
2535
2905
  "compatibility": {
2536
- "nuxt": "^2.0.0 || ^3.0.0",
2906
+ "nuxt": "^2.0.0 || >=3.0.0",
2537
2907
  "requires": {
2538
2908
  "bridge": true
2539
2909
  }
@@ -2580,7 +2950,7 @@
2580
2950
  }
2581
2951
  ],
2582
2952
  "compatibility": {
2583
- "nuxt": "^3.0.0",
2953
+ "nuxt": ">=3.0.0",
2584
2954
  "requires": {}
2585
2955
  }
2586
2956
  },
@@ -2602,7 +2972,29 @@
2602
2972
  }
2603
2973
  ],
2604
2974
  "compatibility": {
2605
- "nuxt": "^2.0.0 || ^3.0.0",
2975
+ "nuxt": "^2.0.0 || >=3.0.0",
2976
+ "requires": {}
2977
+ }
2978
+ },
2979
+ {
2980
+ "name": "keen-slider",
2981
+ "description": "Best, lightweight Keen Slider for best web performance",
2982
+ "repo": "modbender/nuxt-keen-slider",
2983
+ "npm": "nuxt-keen-slider",
2984
+ "icon": "keen-slider.png",
2985
+ "github": "https://github.com/modbender/nuxt-keen-slider",
2986
+ "website": "https://github.com/modbender/nuxt-keen-slider",
2987
+ "learn_more": "",
2988
+ "category": "Libraries",
2989
+ "type": "3rd-party",
2990
+ "maintainers": [
2991
+ {
2992
+ "name": "modbender",
2993
+ "github": "modbender"
2994
+ }
2995
+ ],
2996
+ "compatibility": {
2997
+ "nuxt": "^3.0.0",
2606
2998
  "requires": {}
2607
2999
  }
2608
3000
  },
@@ -2651,9 +3043,10 @@
2651
3043
  }
2652
3044
  ],
2653
3045
  "compatibility": {
2654
- "nuxt": "^3.0.0",
3046
+ "nuxt": ">=3.0.0",
2655
3047
  "requires": {}
2656
- }
3048
+ },
3049
+ "sponsor": true
2657
3050
  },
2658
3051
  {
2659
3052
  "name": "kql",
@@ -2662,7 +3055,7 @@
2662
3055
  "npm": "nuxt-kql",
2663
3056
  "icon": "kql.svg",
2664
3057
  "github": "https://github.com/johannschopplich/nuxt-kql",
2665
- "website": "https://nuxt-kql.jhnn.dev",
3058
+ "website": "https://nuxt-kql.byjohann.dev/",
2666
3059
  "learn_more": "",
2667
3060
  "category": "CMS",
2668
3061
  "type": "3rd-party",
@@ -2675,7 +3068,7 @@
2675
3068
  }
2676
3069
  ],
2677
3070
  "compatibility": {
2678
- "nuxt": "^3.0.0",
3071
+ "nuxt": ">=3.0.0",
2679
3072
  "requires": {}
2680
3073
  }
2681
3074
  },
@@ -2747,29 +3140,29 @@
2747
3140
  },
2748
3141
  {
2749
3142
  "name": "leaflet",
2750
- "description": "A Nuxt module which makes it easy to create reactive maps with Leaflet",
2751
- "repo": "schlunsen/nuxt-leaflet",
2752
- "npm": "nuxt-leaflet",
3143
+ "description": "Leaflet integration with Nuxt",
3144
+ "repo": "nuxt-modules/leaflet",
3145
+ "npm": "@nuxtjs/leaflet",
2753
3146
  "icon": "leaflet.png",
2754
- "github": "https://github.com/schlunsen/nuxt-leaflet",
2755
- "website": "https://github.com/schlunsen/nuxt-leaflet",
2756
- "learn_more": "https://vue2-leaflet.netlify.app/quickstart/",
3147
+ "github": "https://github.com/nuxt-modules/leaflet",
3148
+ "website": "https://leaflet.nuxtjs.org/",
3149
+ "learn_more": "https://leaflet.nuxtjs.org/",
2757
3150
  "category": "Libraries",
2758
- "type": "3rd-party",
3151
+ "type": "community",
2759
3152
  "maintainers": [
2760
3153
  {
2761
- "name": "schlunsen",
2762
- "github": "schlunsen"
3154
+ "name": "Augustin MERCIER",
3155
+ "github": "Gugustinette"
2763
3156
  }
2764
3157
  ],
2765
3158
  "compatibility": {
2766
- "nuxt": "^2.0.0",
3159
+ "nuxt": "^3.0.0",
2767
3160
  "requires": {}
2768
3161
  }
2769
3162
  },
2770
3163
  {
2771
3164
  "name": "link-checker",
2772
- "description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
3165
+ "description": "Find and magically fix links that may be negatively effecting your SEO.",
2773
3166
  "repo": "harlan-zw/nuxt-link-checker",
2774
3167
  "npm": "nuxt-link-checker",
2775
3168
  "icon": "link-checker.svg",
@@ -2787,7 +3180,7 @@
2787
3180
  }
2788
3181
  ],
2789
3182
  "compatibility": {
2790
- "nuxt": "^3.0.0",
3183
+ "nuxt": ">=3.0.0",
2791
3184
  "requires": {},
2792
3185
  "devtools": "^0.0.0"
2793
3186
  }
@@ -2842,6 +3235,28 @@
2842
3235
  "requires": {}
2843
3236
  }
2844
3237
  },
3238
+ {
3239
+ "name": "locomotive-scroll",
3240
+ "description": "A Nuxt module to easily integrate Locomotive Scroll into your Nuxt application.",
3241
+ "repo": "arashsheyda/nuxt-locomotive-scroll",
3242
+ "npm": "nuxt-locomotive-scroll",
3243
+ "icon": "locomotive-scroll.png",
3244
+ "github": "https://github.com/arashsheyda/nuxt-locomotive-scroll",
3245
+ "website": "https://docs.arashsheyda.me/nuxt-locomotive-scroll",
3246
+ "learn_more": "https://github.com/locomotivemtl/locomotive-scroll",
3247
+ "category": "Libraries",
3248
+ "type": "3rd-party",
3249
+ "maintainers": [
3250
+ {
3251
+ "name": "Arash Sheyda",
3252
+ "github": "arashsheyda"
3253
+ }
3254
+ ],
3255
+ "compatibility": {
3256
+ "nuxt": ">=3.0.0",
3257
+ "requires": {}
3258
+ }
3259
+ },
2845
3260
  {
2846
3261
  "name": "lodash",
2847
3262
  "description": "lodash module with auto-import and custom prefix",
@@ -2860,7 +3275,7 @@
2860
3275
  }
2861
3276
  ],
2862
3277
  "compatibility": {
2863
- "nuxt": "^3.0.0",
3278
+ "nuxt": ">=3.0.0",
2864
3279
  "requires": {}
2865
3280
  }
2866
3281
  },
@@ -2883,10 +3298,34 @@
2883
3298
  }
2884
3299
  ],
2885
3300
  "compatibility": {
2886
- "nuxt": "^2.0.0 || ^3.0.0",
3301
+ "nuxt": "^2.0.0 || >=3.0.0",
2887
3302
  "requires": {}
2888
3303
  }
2889
3304
  },
3305
+ {
3306
+ "name": "logto",
3307
+ "description": "The better Nuxt auth module for developers.",
3308
+ "repo": "logto-io/js#master/packages/nuxt",
3309
+ "npm": "@logto/nuxt",
3310
+ "icon": "logto.svg",
3311
+ "github": "https://github.com/logto-io/js/tree/master/packages/nuxt",
3312
+ "website": "https://logto.io",
3313
+ "learn_more": "https://docs.logto.io",
3314
+ "category": "Security",
3315
+ "type": "3rd-party",
3316
+ "maintainers": [
3317
+ {
3318
+ "name": "logto",
3319
+ "github": "logto-io",
3320
+ "twitter": "logto_io"
3321
+ }
3322
+ ],
3323
+ "compatibility": {
3324
+ "nuxt": ">=3.0.0",
3325
+ "requires": {}
3326
+ },
3327
+ "sponsor": true
3328
+ },
2890
3329
  {
2891
3330
  "name": "lucide-icons",
2892
3331
  "description": "Nuxt module to integrate Lucide icons",
@@ -2909,7 +3348,7 @@
2909
3348
  }
2910
3349
  ],
2911
3350
  "compatibility": {
2912
- "nuxt": "^3.0.0",
3351
+ "nuxt": ">=3.0.0",
2913
3352
  "requires": {}
2914
3353
  }
2915
3354
  },
@@ -2938,10 +3377,10 @@
2938
3377
  {
2939
3378
  "name": "magic-regexp",
2940
3379
  "description": "A compiled-away, type-safe, readable RegExp alternative",
2941
- "repo": "danielroe/magic-regexp",
3380
+ "repo": "unjs/magic-regexp",
2942
3381
  "npm": "magic-regexp",
2943
3382
  "icon": "magic-regexp.svg",
2944
- "github": "https://github.com/danielroe/magic-regexp",
3383
+ "github": "https://github.com/unjs/magic-regexp",
2945
3384
  "website": "https://magic-regexp.roe.dev",
2946
3385
  "learn_more": "https://magic-regexp.roe.dev",
2947
3386
  "category": "Libraries",
@@ -2954,7 +3393,30 @@
2954
3393
  }
2955
3394
  ],
2956
3395
  "compatibility": {
2957
- "nuxt": "^3.0.0",
3396
+ "nuxt": ">=3.0.0",
3397
+ "requires": {}
3398
+ }
3399
+ },
3400
+ {
3401
+ "name": "mailpit",
3402
+ "description": "Integrates Mailpit web UI in Nuxt devtools",
3403
+ "repo": "tdolsen/nuxt-mailpit",
3404
+ "npm": "nuxt-mailpit",
3405
+ "icon": "mailpit.svg",
3406
+ "github": "https://github.com/tdolsen/nuxt-mailpit",
3407
+ "website": "https://github.com/tdolsen/nuxt-mailpit",
3408
+ "learn_more": "https://github.com/tdolsen/nuxt-mailpit",
3409
+ "category": "Devtools",
3410
+ "type": "3rd-party",
3411
+ "maintainers": [
3412
+ {
3413
+ "name": "Torkild Dyvik Olsen",
3414
+ "github": "tdolsen",
3415
+ "twitter": "tdolsen"
3416
+ }
3417
+ ],
3418
+ "compatibility": {
3419
+ "nuxt": ">=3.8.0",
2958
3420
  "requires": {}
2959
3421
  }
2960
3422
  },
@@ -2981,6 +3443,30 @@
2981
3443
  "requires": {}
2982
3444
  }
2983
3445
  },
3446
+ {
3447
+ "name": "marquee",
3448
+ "description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
3449
+ "repo": "hanzydev/nuxt-marquee",
3450
+ "npm": "nuxt-marquee",
3451
+ "icon": "marquee.png",
3452
+ "github": "https://github.com/hanzydev/nuxt-marquee/",
3453
+ "website": "https://hanzydev.github.io/nuxt-marquee/",
3454
+ "learn_more": "",
3455
+ "category": "UI",
3456
+ "type": "3rd-party",
3457
+ "maintainers": [
3458
+ {
3459
+ "name": "Hànzy",
3460
+ "github": "hanzydev",
3461
+ "avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
3462
+ }
3463
+ ],
3464
+ "compatibility": {
3465
+ "nuxt": ">=3.0.0",
3466
+ "requires": {},
3467
+ "devtools": "^0.0.0"
3468
+ }
3469
+ },
2984
3470
  {
2985
3471
  "name": "matomo",
2986
3472
  "description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
@@ -3006,14 +3492,14 @@
3006
3492
  {
3007
3493
  "name": "maz-ui",
3008
3494
  "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3009
- "repo": "louismazel/maz-ui",
3495
+ "repo": "louismazel/maz-ui#master/packages/lib",
3010
3496
  "npm": "maz-ui",
3011
3497
  "icon": "maz-ui.png",
3012
3498
  "github": "https://github.com/louismazel/maz-ui",
3013
- "website": "https://louismazel.github.io/maz-ui-3/",
3014
- "learn_more": "https://louismazel.github.io/maz-ui-3/",
3499
+ "website": "https://maz-ui.com/",
3500
+ "learn_more": "https://maz-ui.com/guide/nuxt",
3015
3501
  "category": "UI",
3016
- "type": "community",
3502
+ "type": "3rd-party",
3017
3503
  "maintainers": [
3018
3504
  {
3019
3505
  "name": "Loïc Mazuel",
@@ -3021,7 +3507,29 @@
3021
3507
  }
3022
3508
  ],
3023
3509
  "compatibility": {
3024
- "nuxt": "^3.0.0",
3510
+ "nuxt": ">=3.0.0",
3511
+ "requires": {}
3512
+ }
3513
+ },
3514
+ {
3515
+ "name": "mdc",
3516
+ "description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
3517
+ "repo": "nuxt-modules/mdc",
3518
+ "npm": "@nuxtjs/mdc",
3519
+ "icon": "mdc.png",
3520
+ "github": "https://github.com/nuxt-modules/mdc",
3521
+ "website": "https://github.com/nuxt-modules/mdc",
3522
+ "learn_more": "",
3523
+ "category": "Extensions",
3524
+ "type": "community",
3525
+ "maintainers": [
3526
+ {
3527
+ "name": "farnabaz",
3528
+ "github": "farnabaz"
3529
+ }
3530
+ ],
3531
+ "compatibility": {
3532
+ "nuxt": ">=3.0.0",
3025
3533
  "requires": {}
3026
3534
  }
3027
3535
  },
@@ -3067,7 +3575,7 @@
3067
3575
  }
3068
3576
  ],
3069
3577
  "compatibility": {
3070
- "nuxt": "^2.0.0 || ^3.0.0",
3578
+ "nuxt": "^2.0.0 || >=3.0.0",
3071
3579
  "requires": {
3072
3580
  "bridge": true
3073
3581
  }
@@ -3092,7 +3600,7 @@
3092
3600
  }
3093
3601
  ],
3094
3602
  "compatibility": {
3095
- "nuxt": "^3.0.0",
3603
+ "nuxt": ">=3.0.0",
3096
3604
  "requires": {
3097
3605
  "bridge": false
3098
3606
  },
@@ -3121,28 +3629,6 @@
3121
3629
  "requires": {}
3122
3630
  }
3123
3631
  },
3124
- {
3125
- "name": "mobile",
3126
- "description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
3127
- "repo": "ChanningDefoe/nuxt-mobile-detect",
3128
- "npm": "nuxt-mobile",
3129
- "icon": "",
3130
- "github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
3131
- "website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
3132
- "learn_more": "https://github.com/hgoebl/mobile-detect.js",
3133
- "category": "Extensions",
3134
- "type": "3rd-party",
3135
- "maintainers": [
3136
- {
3137
- "name": "ChanningDefoe",
3138
- "github": "ChanningDefoe"
3139
- }
3140
- ],
3141
- "compatibility": {
3142
- "nuxt": "^2.0.0",
3143
- "requires": {}
3144
- }
3145
- },
3146
3632
  {
3147
3633
  "name": "module-feed",
3148
3634
  "description": "Feed module enables everyone to have RSS, Atom and JSON.",
@@ -3162,7 +3648,29 @@
3162
3648
  }
3163
3649
  ],
3164
3650
  "compatibility": {
3165
- "nuxt": "^3.0.0",
3651
+ "nuxt": ">=3.0.0",
3652
+ "requires": {}
3653
+ }
3654
+ },
3655
+ {
3656
+ "name": "mojocss",
3657
+ "description": "The Atomic CSS Framework for crafting gorgeous UIs without shipping any CSS.",
3658
+ "repo": "mojocss/mojocss-nuxt-module",
3659
+ "npm": "@mojocss/nuxt",
3660
+ "icon": "mojocss.svg",
3661
+ "github": "https://github.com/mojocss/mojocss-nuxt-module",
3662
+ "website": "https://mojocss.com/docs/guide/nuxtjs",
3663
+ "learn_more": "",
3664
+ "category": "UI",
3665
+ "type": "3rd-party",
3666
+ "maintainers": [
3667
+ {
3668
+ "name": "mojocss",
3669
+ "github": "mojocss"
3670
+ }
3671
+ ],
3672
+ "compatibility": {
3673
+ "nuxt": "^2.0.0 || >=3.0.0",
3166
3674
  "requires": {}
3167
3675
  }
3168
3676
  },
@@ -3194,20 +3702,20 @@
3194
3702
  }
3195
3703
  },
3196
3704
  {
3197
- "name": "mq",
3198
- "description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3199
- "repo": "vanhoofmaarten/nuxt-mq",
3200
- "npm": "nuxt-mq",
3705
+ "name": "neo",
3706
+ "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
3707
+ "repo": "ezypeeze/nuxt-neo",
3708
+ "npm": "nuxt-neo",
3201
3709
  "icon": "",
3202
- "github": "https://github.com/vanhoofmaarten/nuxt-mq",
3203
- "website": "https://github.com/vanhoofmaarten/nuxt-mq",
3204
- "learn_more": "https://github.com/AlexandreBonaventure/vue-mq",
3205
- "category": "Libraries",
3710
+ "github": "https://github.com/ezypeeze/nuxt-neo",
3711
+ "website": "https://ezypeeze.github.io/nuxt-neo",
3712
+ "learn_more": "",
3713
+ "category": "Request",
3206
3714
  "type": "3rd-party",
3207
3715
  "maintainers": [
3208
3716
  {
3209
- "name": "vanhoofmaarten",
3210
- "github": "vanhoofmaarten"
3717
+ "name": "ezypeeze",
3718
+ "github": "ezypeeze"
3211
3719
  }
3212
3720
  ],
3213
3721
  "compatibility": {
@@ -3216,24 +3724,24 @@
3216
3724
  }
3217
3725
  },
3218
3726
  {
3219
- "name": "neo",
3220
- "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
3221
- "repo": "ezypeeze/nuxt-neo",
3222
- "npm": "nuxt-neo",
3223
- "icon": "",
3224
- "github": "https://github.com/ezypeeze/nuxt-neo",
3225
- "website": "https://ezypeeze.github.io/nuxt-neo",
3727
+ "name": "neo4j",
3728
+ "description": "Effortlessly integrate Neo4j's powerful graph database into your Nuxt applications!",
3729
+ "repo": "arashsheyda/nuxt-neo4j",
3730
+ "npm": "nuxt-neo4j",
3731
+ "icon": "nuxt-neo4j.png",
3732
+ "github": "https://github.com/arashsheyda/nuxt-neo4j",
3733
+ "website": "https://github.com/arashsheyda/nuxt-neo4j",
3226
3734
  "learn_more": "",
3227
- "category": "Request",
3735
+ "category": "Database",
3228
3736
  "type": "3rd-party",
3229
3737
  "maintainers": [
3230
3738
  {
3231
- "name": "ezypeeze",
3232
- "github": "ezypeeze"
3739
+ "name": "arashsheyda",
3740
+ "github": "arashsheyda"
3233
3741
  }
3234
3742
  ],
3235
3743
  "compatibility": {
3236
- "nuxt": "^2.0.0",
3744
+ "nuxt": ">=3.0.0",
3237
3745
  "requires": {}
3238
3746
  }
3239
3747
  },
@@ -3285,12 +3793,12 @@
3285
3793
  {
3286
3794
  "name": "netlify",
3287
3795
  "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3288
- "repo": "bazzite/nuxt-netlify",
3796
+ "repo": "juliomrqz/nuxt-netlify",
3289
3797
  "npm": "@aceforth/nuxt-netlify",
3290
3798
  "icon": "netlify.png",
3291
- "github": "https://github.com/bazzite/nuxt-netlify",
3292
- "website": "https://marquez.co/docs/nuxt-netlify/",
3293
- "learn_more": "",
3799
+ "github": "https://github.com/juliomrqz/nuxt-netlify",
3800
+ "website": "https://github.com/juliomrqz/nuxt-netlify",
3801
+ "learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
3294
3802
  "category": "Deployment",
3295
3803
  "type": "3rd-party",
3296
3804
  "maintainers": [
@@ -3306,29 +3814,45 @@
3306
3814
  },
3307
3815
  {
3308
3816
  "name": "ngrok",
3309
- "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",
3310
- "repo": "nuxt-community/ngrok",
3817
+ "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.",
3818
+ "repo": "nuxt-modules/ngrok",
3311
3819
  "npm": "@nuxtjs/ngrok",
3312
- "icon": "ngrok.png",
3313
- "github": "https://github.com/nuxt-community/ngrok-module",
3314
- "website": "https://ngrok.nuxtjs.org",
3315
- "learn_more": "https://github.com/bubenshchykov/ngrok",
3820
+ "icon": "ngrok.svg",
3821
+ "github": "https://github.com/nuxt-modules/ngrok",
3822
+ "website": "https://ngrok.nuxtjs.org/",
3823
+ "learn_more": "https://ngrok.com/",
3316
3824
  "category": "Devtools",
3317
3825
  "type": "community",
3318
3826
  "maintainers": [
3319
3827
  {
3320
- "name": "Debbie O'Brien",
3321
- "github": "debs-obrien",
3322
- "twitter": "debs_obrien"
3323
- },
3828
+ "name": "Arash Sheyda",
3829
+ "github": "arashsheyda"
3830
+ }
3831
+ ],
3832
+ "compatibility": {
3833
+ "nuxt": ">=3.0.0",
3834
+ "requires": {}
3835
+ }
3836
+ },
3837
+ {
3838
+ "name": "nodemailer",
3839
+ "description": "Nuxt integration for nodemailer",
3840
+ "repo": "kleinpetr/nuxt-nodemailer",
3841
+ "npm": "nuxt-nodemailer",
3842
+ "icon": "nodemailer.png",
3843
+ "github": "https://github.com/kleinpetr/nuxt-nodemailer",
3844
+ "website": "https://github.com/kleinpetr/nuxt-nodemailer",
3845
+ "learn_more": "https://www.nodemailer.com/",
3846
+ "category": "Extensions",
3847
+ "type": "3rd-party",
3848
+ "maintainers": [
3324
3849
  {
3325
- "name": "Pooya Parsa",
3326
- "github": "pi0",
3327
- "twitter": "_pi0_"
3850
+ "name": "kleinpetr",
3851
+ "github": "kleinpetr"
3328
3852
  }
3329
3853
  ],
3330
3854
  "compatibility": {
3331
- "nuxt": "^2.0.0",
3855
+ "nuxt": ">=3.0.0",
3332
3856
  "requires": {}
3333
3857
  }
3334
3858
  },
@@ -3372,7 +3896,7 @@
3372
3896
  }
3373
3897
  ],
3374
3898
  "compatibility": {
3375
- "nuxt": "^3.0.0",
3899
+ "nuxt": ">=3.0.0",
3376
3900
  "requires": {}
3377
3901
  }
3378
3902
  },
@@ -3394,7 +3918,53 @@
3394
3918
  }
3395
3919
  ],
3396
3920
  "compatibility": {
3397
- "nuxt": "^3.0.0",
3921
+ "nuxt": ">=3.0.0",
3922
+ "requires": {}
3923
+ }
3924
+ },
3925
+ {
3926
+ "name": "nuxt-asciidoc",
3927
+ "description": "Transformer for using asciidoc in nuxt",
3928
+ "repo": "Chris2011/nuxt-asciidoc",
3929
+ "npm": "nuxt-asciidoc",
3930
+ "icon": "nuxt-asciidoc.svg",
3931
+ "github": "https://github.com/Chris2011/nuxt-asciidoc",
3932
+ "website": "https://github.com/Chris2011/nuxt-asciidoc",
3933
+ "learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
3934
+ "category": "Extensions",
3935
+ "type": "3rd-party",
3936
+ "maintainers": [
3937
+ {
3938
+ "name": "Christian Lenz",
3939
+ "github": "Chris2011",
3940
+ "twitter": "Chrizzly42"
3941
+ }
3942
+ ],
3943
+ "compatibility": {
3944
+ "nuxt": ">=3.0.0",
3945
+ "requires": {}
3946
+ }
3947
+ },
3948
+ {
3949
+ "name": "nuxt-auth-sanctum",
3950
+ "description": "Nuxt module for Laravel Sanctum authentication",
3951
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3952
+ "npm": "nuxt-auth-sanctum",
3953
+ "icon": "laravel.svg",
3954
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3955
+ "website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
3956
+ "learn_more": "https://laravel.com/docs/11.x/sanctum",
3957
+ "category": "Security",
3958
+ "type": "3rd-party",
3959
+ "maintainers": [
3960
+ {
3961
+ "name": "Artem Manchenkov",
3962
+ "github": "manchenkoff",
3963
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
3964
+ }
3965
+ ],
3966
+ "compatibility": {
3967
+ "nuxt": ">=3.12.0",
3398
3968
  "requires": {}
3399
3969
  }
3400
3970
  },
@@ -3416,51 +3986,146 @@
3416
3986
  }
3417
3987
  ],
3418
3988
  "compatibility": {
3419
- "nuxt": "^3.0.0",
3989
+ "nuxt": ">=3.0.0",
3420
3990
  "requires": {}
3421
3991
  }
3422
3992
  },
3423
3993
  {
3424
- "name": "nuxt-bootstrap-icons",
3425
- "description": "Just a simple integration for Bootstrap Icons",
3426
- "repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
3427
- "npm": "nuxt-bootstrap-icons",
3428
- "icon": "bootstrap-icons.svg",
3429
- "github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3430
- "website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3431
- "learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3994
+ "name": "nuxt-bezier",
3995
+ "description": "Reusable transition components",
3996
+ "repo": "50rayn/nuxt-bezier",
3997
+ "npm": "nuxt-bezier",
3998
+ "icon": "nuxt-bezier.png",
3999
+ "github": "https://github.com/50rayn/nuxt-bezier",
4000
+ "website": "https://github.com/50rayn/nuxt-bezier",
4001
+ "learn_more": "https://github.com/Noction/vue-bezier",
3432
4002
  "category": "UI",
3433
4003
  "type": "3rd-party",
3434
4004
  "maintainers": [
3435
4005
  {
3436
- "name": "OyewoleOyedeji",
3437
- "github": "OyewoleOyedeji"
4006
+ "name": "Soryn Gitlan",
4007
+ "github": "50rayn"
3438
4008
  }
3439
4009
  ],
3440
4010
  "compatibility": {
3441
- "nuxt": "^3.0.0",
4011
+ "nuxt": ">=3.0.0",
3442
4012
  "requires": {}
3443
4013
  }
3444
4014
  },
3445
4015
  {
3446
- "name": "nuxt-chatgpt",
3447
- "description": "ChatGPT integration for Nuxt",
3448
- "repo": "schnapsterdog/nuxt-chatgpt",
3449
- "npm": "nuxt-chatgpt",
3450
- "icon": "chatgpt.svg",
3451
- "github": "https://github.com/schnapsterdog/nuxt-chatgpt",
3452
- "website": "https://github.com/schnapsterdog/nuxt-chatgpt",
3453
- "learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
3454
- "category": "Libraries",
4016
+ "name": "nuxt-booster",
4017
+ "description": "nuxt-booster will help you to improve the lighthouse performance score (100/100) of your website.",
4018
+ "repo": "basics/nuxt-booster",
4019
+ "npm": "nuxt-booster",
4020
+ "icon": "nuxt-booster.svg",
4021
+ "github": "https://github.com/basics/nuxt-booster",
4022
+ "website": "https://basics.github.io/nuxt-booster/",
4023
+ "learn_more": "https://basics.github.io/nuxt-booster/",
4024
+ "category": "Performance",
3455
4025
  "type": "3rd-party",
3456
4026
  "maintainers": [
3457
4027
  {
3458
- "name": "Oliver Trajceski",
3459
- "github": "schnapsterdog"
4028
+ "name": "Thorn Walli",
4029
+ "github": "ThornWalli",
4030
+ "avatar": "https://avatars.githubusercontent.com/u/8287751?v=4"
4031
+ },
4032
+ {
4033
+ "name": "Stephan Gerbeth",
4034
+ "github": "StephanGerbeth",
4035
+ "avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
3460
4036
  }
3461
4037
  ],
3462
4038
  "compatibility": {
3463
- "nuxt": "^3.0.0",
4039
+ "nuxt": ">=3.0.0",
4040
+ "requires": {},
4041
+ "devtools": "^0.0.0"
4042
+ }
4043
+ },
4044
+ {
4045
+ "name": "nuxt-bootstrap-icons",
4046
+ "description": "Just a simple integration for Bootstrap Icons",
4047
+ "repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
4048
+ "npm": "nuxt-bootstrap-icons",
4049
+ "icon": "bootstrap-icons.svg",
4050
+ "github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
4051
+ "website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
4052
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
4053
+ "category": "UI",
4054
+ "type": "3rd-party",
4055
+ "maintainers": [
4056
+ {
4057
+ "name": "OyewoleOyedeji",
4058
+ "github": "OyewoleOyedeji"
4059
+ }
4060
+ ],
4061
+ "compatibility": {
4062
+ "nuxt": ">=3.0.0",
4063
+ "requires": {}
4064
+ }
4065
+ },
4066
+ {
4067
+ "name": "nuxt-chatgpt",
4068
+ "description": "ChatGPT integration for Nuxt",
4069
+ "repo": "schnapsterdog/nuxt-chatgpt",
4070
+ "npm": "nuxt-chatgpt",
4071
+ "icon": "chatgpt.svg",
4072
+ "github": "https://github.com/schnapsterdog/nuxt-chatgpt",
4073
+ "website": "https://github.com/schnapsterdog/nuxt-chatgpt",
4074
+ "learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
4075
+ "category": "Libraries",
4076
+ "type": "3rd-party",
4077
+ "maintainers": [
4078
+ {
4079
+ "name": "Oliver Trajceski",
4080
+ "github": "schnapsterdog"
4081
+ }
4082
+ ],
4083
+ "compatibility": {
4084
+ "nuxt": ">=3.0.0",
4085
+ "requires": {}
4086
+ }
4087
+ },
4088
+ {
4089
+ "name": "nuxt-codemirror",
4090
+ "description": "Nuxt codemirror module",
4091
+ "repo": "thimodev/nuxt-codemirror",
4092
+ "npm": "nuxt-codemirror",
4093
+ "icon": "nuxt-codemirror.svg",
4094
+ "github": "https://github.com/ThimoDEV/nuxt-codemirror",
4095
+ "website": "https://github.com/ThimoDEV/nuxt-codemirror",
4096
+ "learn_more": "https://github.com/ThimoDEV/nuxt-codemirror",
4097
+ "category": "Libraries",
4098
+ "type": "3rd-party",
4099
+ "maintainers": [
4100
+ {
4101
+ "name": "ThimoDEV",
4102
+ "github": "ThimoDEV"
4103
+ }
4104
+ ],
4105
+ "compatibility": {
4106
+ "nuxt": ">=3.0.0",
4107
+ "requires": {}
4108
+ }
4109
+ },
4110
+ {
4111
+ "name": "nuxt-cookie-consent",
4112
+ "description": "Nuxt module for integrating with cookie consent providers with ease",
4113
+ "repo": "weareheavy/nuxt-cookie-consent",
4114
+ "npm": "@weareheavy/nuxt-cookie-consent",
4115
+ "icon": "wah.svg",
4116
+ "github": "https://github.com/weareheavy/nuxt-cookie-consent",
4117
+ "website": "https://nuxt-cookie-consent.packages.weareheavy.com",
4118
+ "learn_more": "",
4119
+ "category": "Extensions",
4120
+ "type": "3rd-party",
4121
+ "maintainers": [
4122
+ {
4123
+ "name": "weareheavy",
4124
+ "github": "weareheavy"
4125
+ }
4126
+ ],
4127
+ "compatibility": {
4128
+ "nuxt": ">=3.0.0",
3464
4129
  "requires": {}
3465
4130
  }
3466
4131
  },
@@ -3486,7 +4151,29 @@
3486
4151
  }
3487
4152
  ],
3488
4153
  "compatibility": {
3489
- "nuxt": "^3.0.0",
4154
+ "nuxt": ">=3.0.0",
4155
+ "requires": {}
4156
+ }
4157
+ },
4158
+ {
4159
+ "name": "nuxt-feather-icons",
4160
+ "description": "The Feather Icons in Nuxt 3.",
4161
+ "repo": "4sllan/nuxt-feather-icons",
4162
+ "npm": "nuxt-feather-icons",
4163
+ "icon": "nuxt-feather-icons.png",
4164
+ "github": "https://github.com/4sllan/nuxt-feather-icons",
4165
+ "website": "https://github.com/4sllan/nuxt-feather-icons",
4166
+ "learn_more": "https://github.com/4sllan/nuxt-feather-icons",
4167
+ "category": "UI",
4168
+ "type": "3rd-party",
4169
+ "maintainers": [
4170
+ {
4171
+ "name": "4sllan",
4172
+ "github": "4sllan"
4173
+ }
4174
+ ],
4175
+ "compatibility": {
4176
+ "nuxt": ">=3.0.0",
3490
4177
  "requires": {}
3491
4178
  }
3492
4179
  },
@@ -3508,7 +4195,75 @@
3508
4195
  }
3509
4196
  ],
3510
4197
  "compatibility": {
3511
- "nuxt": "^3.0.0",
4198
+ "nuxt": ">=3.0.0",
4199
+ "requires": {}
4200
+ }
4201
+ },
4202
+ {
4203
+ "name": "nuxt-file-storage",
4204
+ "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.",
4205
+ "repo": "nyllre/nuxt-file-storage",
4206
+ "npm": "nuxt-file-storage",
4207
+ "icon": "nuxt-file-storage.svg",
4208
+ "github": "https://github.com/nyllre/nuxt-file-storage",
4209
+ "website": "https://github.com/nyllre/nuxt-file-storage",
4210
+ "learn_more": "https://github.com/nyllre/nuxt-file-storage",
4211
+ "category": "Database",
4212
+ "type": "3rd-party",
4213
+ "maintainers": [
4214
+ {
4215
+ "name": "NyllRE",
4216
+ "github": "NyllRE"
4217
+ }
4218
+ ],
4219
+ "compatibility": {
4220
+ "nuxt": ">=3.0.0",
4221
+ "requires": {}
4222
+ }
4223
+ },
4224
+ {
4225
+ "name": "nuxt-fontawesome",
4226
+ "description": "Module to use Font Awesome 6 icons in your Nuxt project",
4227
+ "repo": "bezumkin/nuxt-fontawesome",
4228
+ "npm": "@vesp/nuxt-fontawesome",
4229
+ "icon": "nuxt-fontawesome.svg",
4230
+ "github": "https://github.com/bezumkin/nuxt-fontawesome",
4231
+ "website": "https://github.com/bezumkin/nuxt-fontawesome",
4232
+ "learn_more": "https://fontawesome.com",
4233
+ "category": "UI",
4234
+ "type": "3rd-party",
4235
+ "maintainers": [
4236
+ {
4237
+ "name": "Vasily Naumkin",
4238
+ "github": "bezumkin",
4239
+ "avatar": "https://avatars.githubusercontent.com/u/1257284"
4240
+ }
4241
+ ],
4242
+ "compatibility": {
4243
+ "nuxt": ">=3.0.0",
4244
+ "requires": {}
4245
+ }
4246
+ },
4247
+ {
4248
+ "name": "nuxt-fortify",
4249
+ "description": "Use Laravel fortify and sanctum with Nuxt",
4250
+ "repo": "dev-charles15531/nuxt-fortify",
4251
+ "npm": "nuxt-fortify",
4252
+ "icon": "laravel-nuxt-fortify.svg",
4253
+ "github": "https://github.com/dev-charles15531/nuxt-fortify",
4254
+ "website": "https://github.com/dev-charles15531/nuxt-fortify",
4255
+ "learn_more": "https://laravel.com/docs/11.x/fortify",
4256
+ "category": "Security",
4257
+ "type": "3rd-party",
4258
+ "maintainers": [
4259
+ {
4260
+ "name": "Charles Paul",
4261
+ "github": "dev-charles15531",
4262
+ "avatar": "https://avatars.githubusercontent.com/dev-charles15531"
4263
+ }
4264
+ ],
4265
+ "compatibility": {
4266
+ "nuxt": ">=3.9.0",
3512
4267
  "requires": {}
3513
4268
  }
3514
4269
  },
@@ -3519,7 +4274,7 @@
3519
4274
  "npm": "nuxt-graphql-middleware",
3520
4275
  "icon": "nuxt-graphql-middleware.svg",
3521
4276
  "github": "https://github.com/dulnan/nuxt-graphql-middleware",
3522
- "website": "https://nuxt-graphql-middleware.dulnan.net",
4277
+ "website": "https://github.com/dulnan/nuxt-graphql-middleware",
3523
4278
  "learn_more": "",
3524
4279
  "category": "Request",
3525
4280
  "type": "3rd-party",
@@ -3537,7 +4292,7 @@
3537
4292
  }
3538
4293
  ],
3539
4294
  "compatibility": {
3540
- "nuxt": "^2.0.0 || ^3.0.0",
4295
+ "nuxt": "^2.0.0 || >=3.0.0",
3541
4296
  "requires": {}
3542
4297
  }
3543
4298
  },
@@ -3577,11 +4332,11 @@
3577
4332
  "maintainers": [
3578
4333
  {
3579
4334
  "name": "Zadig&Voltaire Team",
3580
- "github": "https://github.com/zadigetvoltaire"
4335
+ "github": "zadigetvoltaire"
3581
4336
  }
3582
4337
  ],
3583
4338
  "compatibility": {
3584
- "nuxt": "^3.0.0",
4339
+ "nuxt": ">=3.0.0",
3585
4340
  "requires": {},
3586
4341
  "devtools": "^0.0.0"
3587
4342
  }
@@ -3604,12 +4359,56 @@
3604
4359
  }
3605
4360
  ],
3606
4361
  "compatibility": {
3607
- "nuxt": "^2.0.0 || ^3.0.0",
4362
+ "nuxt": "^2.0.0 || >=3.0.0",
3608
4363
  "requires": {
3609
4364
  "bridge": "optional"
3610
4365
  }
3611
4366
  }
3612
4367
  },
4368
+ {
4369
+ "name": "nuxt-i18n-micro",
4370
+ "description": "I18n Micro is a fast, simple, and lightweight internationalization (i18n) module.",
4371
+ "repo": "s00d/nuxt-i18n-micro",
4372
+ "npm": "nuxt-i18n-micro",
4373
+ "icon": "nuxt-i18n-micro.png",
4374
+ "github": "https://github.com/s00d/nuxt-i18n-micro",
4375
+ "website": "https://github.com/s00d/nuxt-i18n-micro",
4376
+ "learn_more": "https://www.npmjs.com/package/nuxt-i18n-micro",
4377
+ "category": "Extensions",
4378
+ "type": "3rd-party",
4379
+ "maintainers": [
4380
+ {
4381
+ "name": "Pavel Kuzmin",
4382
+ "github": "s00d"
4383
+ }
4384
+ ],
4385
+ "compatibility": {
4386
+ "nuxt": ">=3.0.0",
4387
+ "requires": {}
4388
+ }
4389
+ },
4390
+ {
4391
+ "name": "nuxt-interpolation",
4392
+ "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
4393
+ "repo": "daliborgogic/nuxt-interpolation#master",
4394
+ "npm": "nuxt-interpolation",
4395
+ "icon": "",
4396
+ "github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
4397
+ "website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
4398
+ "learn_more": "",
4399
+ "category": "Devtools",
4400
+ "type": "3rd-party",
4401
+ "maintainers": [
4402
+ {
4403
+ "name": "daliborgogic",
4404
+ "github": "daliborgogic"
4405
+ }
4406
+ ],
4407
+ "compatibility": {
4408
+ "nuxt": "^2.0.0",
4409
+ "requires": {}
4410
+ }
4411
+ },
3613
4412
  {
3614
4413
  "name": "nuxt-jsonld",
3615
4414
  "description": "Manage JSON-LD in Vue component.",
@@ -3628,7 +4427,30 @@
3628
4427
  }
3629
4428
  ],
3630
4429
  "compatibility": {
3631
- "nuxt": "^3.0.0",
4430
+ "nuxt": ">=3.0.0",
4431
+ "requires": {}
4432
+ }
4433
+ },
4434
+ {
4435
+ "name": "nuxt-laravel-echo",
4436
+ "description": "Nuxt module for Laravel Echo integration",
4437
+ "repo": "manchenkoff/nuxt-laravel-echo",
4438
+ "npm": "nuxt-laravel-echo",
4439
+ "icon": "laravel.svg",
4440
+ "github": "https://github.com/manchenkoff/nuxt-laravel-echo",
4441
+ "website": "https://manchenkoff.gitbook.io/nuxt-laravel-echo",
4442
+ "learn_more": "https://laravel.com/docs/11.x/broadcasting",
4443
+ "category": "Libraries",
4444
+ "type": "3rd-party",
4445
+ "maintainers": [
4446
+ {
4447
+ "name": "Artem Manchenkov",
4448
+ "github": "manchenkoff",
4449
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
4450
+ }
4451
+ ],
4452
+ "compatibility": {
4453
+ "nuxt": ">=3.12.0",
3632
4454
  "requires": {}
3633
4455
  }
3634
4456
  },
@@ -3639,8 +4461,8 @@
3639
4461
  "npm": "@nuxtus/nuxt-localtunnel",
3640
4462
  "icon": "nuxt-localtunnel.svg",
3641
4463
  "github": "https://github.com/nuxtus/localtunnel",
3642
- "website": "https://nuxtus.com",
3643
- "learn_more": "https://docs.nuxtus.com/#/localtunnel",
4464
+ "website": "https://github.com/nuxtus/localtunnel",
4465
+ "learn_more": "",
3644
4466
  "category": "Devtools",
3645
4467
  "type": "3rd-party",
3646
4468
  "maintainers": [
@@ -3651,7 +4473,7 @@
3651
4473
  }
3652
4474
  ],
3653
4475
  "compatibility": {
3654
- "nuxt": "^3.0.0",
4476
+ "nuxt": ">=3.0.0",
3655
4477
  "requires": {}
3656
4478
  }
3657
4479
  },
@@ -3674,7 +4496,7 @@
3674
4496
  }
3675
4497
  ],
3676
4498
  "compatibility": {
3677
- "nuxt": "^3.0.0",
4499
+ "nuxt": ">=3.0.0",
3678
4500
  "requires": {}
3679
4501
  }
3680
4502
  },
@@ -3696,7 +4518,7 @@
3696
4518
  }
3697
4519
  ],
3698
4520
  "compatibility": {
3699
- "nuxt": "^2.0.0 || ^3.0.0",
4521
+ "nuxt": "^2.0.0 || >=3.0.0",
3700
4522
  "requires": {}
3701
4523
  }
3702
4524
  },
@@ -3717,6 +4539,28 @@
3717
4539
  "github": "AlexLavoie42"
3718
4540
  }
3719
4541
  ],
4542
+ "compatibility": {
4543
+ "nuxt": ">=3.0.0",
4544
+ "requires": {}
4545
+ }
4546
+ },
4547
+ {
4548
+ "name": "nuxt-maplibre",
4549
+ "description": "Maplibre integration with Nuxt",
4550
+ "repo": "Gugustinette/nuxt-maplibre",
4551
+ "npm": "nuxt-maplibre",
4552
+ "icon": "maplibre.png",
4553
+ "github": "https://github.com/Gugustinette/nuxt-maplibre",
4554
+ "website": "https://gugustinette.github.io/nuxt-maplibre/",
4555
+ "learn_more": "https://gugustinette.github.io/nuxt-maplibre/",
4556
+ "category": "Libraries",
4557
+ "type": "3rd-party",
4558
+ "maintainers": [
4559
+ {
4560
+ "name": "Augustin MERCIER",
4561
+ "github": "Gugustinette"
4562
+ }
4563
+ ],
3720
4564
  "compatibility": {
3721
4565
  "nuxt": "^3.0.0",
3722
4566
  "requires": {}
@@ -3740,7 +4584,30 @@
3740
4584
  }
3741
4585
  ],
3742
4586
  "compatibility": {
3743
- "nuxt": "^3.0.0",
4587
+ "nuxt": ">=3.0.0",
4588
+ "requires": {}
4589
+ }
4590
+ },
4591
+ {
4592
+ "name": "nuxt-meta-pixel",
4593
+ "description": "Meta (Facebook) pixel integration for Nuxt. Multi-pixel, auto page view and more.",
4594
+ "repo": "tanukijs/meta-pixel#dev/packages/nuxt-meta-pixel",
4595
+ "npm": "nuxt-meta-pixel",
4596
+ "icon": "",
4597
+ "github": "https://github.com/tanukijs/meta-pixel",
4598
+ "website": "https://github.com/tanukijs/meta-pixel",
4599
+ "learn_more": "https://github.com/tanukijs/meta-pixel/tree/dev/packages/nuxt-meta-pixel",
4600
+ "category": "Analytics",
4601
+ "type": "3rd-party",
4602
+ "maintainers": [
4603
+ {
4604
+ "name": "tanukijs",
4605
+ "github": "tanukijs",
4606
+ "avatar": "https://avatars.githubusercontent.com/u/25182349?v=4"
4607
+ }
4608
+ ],
4609
+ "compatibility": {
4610
+ "nuxt": ">=3.0.0",
3744
4611
  "requires": {}
3745
4612
  }
3746
4613
  },
@@ -3762,7 +4629,7 @@
3762
4629
  }
3763
4630
  ],
3764
4631
  "compatibility": {
3765
- "nuxt": "^3.0.0",
4632
+ "nuxt": ">=3.0.0",
3766
4633
  "requires": {}
3767
4634
  }
3768
4635
  },
@@ -3784,7 +4651,79 @@
3784
4651
  }
3785
4652
  ],
3786
4653
  "compatibility": {
3787
- "nuxt": "^3.0.0",
4654
+ "nuxt": ">=3.0.0",
4655
+ "requires": {},
4656
+ "devtools": "^0.0.0"
4657
+ }
4658
+ },
4659
+ {
4660
+ "name": "nuxt-oidc-auth",
4661
+ "description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
4662
+ "repo": "itpropro/nuxt-oidc-auth",
4663
+ "npm": "nuxt-oidc-auth",
4664
+ "icon": "",
4665
+ "github": "https://github.com/itpropro/nuxt-oidc-auth",
4666
+ "website": "https://github.com/itpropro/nuxt-oidc-auth",
4667
+ "learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
4668
+ "category": "Security",
4669
+ "type": "3rd-party",
4670
+ "maintainers": [
4671
+ {
4672
+ "name": "Jan-Henrik Damaschke",
4673
+ "github": "itpropro",
4674
+ "twitter": "jandamaschke"
4675
+ }
4676
+ ],
4677
+ "compatibility": {
4678
+ "nuxt": ">=3.0.0",
4679
+ "requires": {}
4680
+ }
4681
+ },
4682
+ {
4683
+ "name": "nuxt-openapi-docs-module",
4684
+ "description": "Generate pages from OpenAPI specifications",
4685
+ "repo": "on-org/nuxt-openapi-docs-module",
4686
+ "npm": "nuxt-openapi-docs-module",
4687
+ "icon": "nuxt-openapi-docs-module.png",
4688
+ "github": "https://github.com/on-org/nuxt-openapi-docs-module",
4689
+ "website": "https://github.com/on-org/nuxt-openapi-docs-module",
4690
+ "learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
4691
+ "category": "Libraries",
4692
+ "type": "3rd-party",
4693
+ "maintainers": [
4694
+ {
4695
+ "name": "Pavel Kuzmin",
4696
+ "github": "s00d"
4697
+ }
4698
+ ],
4699
+ "compatibility": {
4700
+ "nuxt": ">=3.0.0",
4701
+ "requires": {}
4702
+ }
4703
+ },
4704
+ {
4705
+ "name": "nuxt-openid-connect",
4706
+ "description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
4707
+ "repo": "aborn/nuxt-openid-connect",
4708
+ "npm": "nuxt-openid-connect",
4709
+ "icon": "",
4710
+ "github": "https://github.com/aborn/nuxt-openid-connect",
4711
+ "website": "https://github.com/aborn/nuxt-openid-connect",
4712
+ "learn_more": "",
4713
+ "category": "Security",
4714
+ "type": "3rd-party",
4715
+ "maintainers": [
4716
+ {
4717
+ "name": "Aborn Jiang",
4718
+ "github": "aborn"
4719
+ },
4720
+ {
4721
+ "name": "Khaled Almana",
4722
+ "github": "KhaledAlMana"
4723
+ }
4724
+ ],
4725
+ "compatibility": {
4726
+ "nuxt": ">=3.0.0",
3788
4727
  "requires": {},
3789
4728
  "devtools": "^0.0.0"
3790
4729
  }
@@ -3808,7 +4747,30 @@
3808
4747
  }
3809
4748
  ],
3810
4749
  "compatibility": {
3811
- "nuxt": "^3.0.0",
4750
+ "nuxt": ">=3.0.0",
4751
+ "requires": {}
4752
+ }
4753
+ },
4754
+ {
4755
+ "name": "nuxt-pdf-frame",
4756
+ "description": "Nuxt module for template based PDF and Canvas rendering, powered by I2djs.",
4757
+ "repo": "i2djs/pdf-frame#main/packages/pdf-frame-nuxt",
4758
+ "npm": "@i2d/nuxt-pdf-frame",
4759
+ "icon": "pdf-frame.svg",
4760
+ "github": "https://github.com/i2djs/pdf-frame/tree/main/packages/pdf-frame-nuxt",
4761
+ "website": "https://www.pdf-frame.org",
4762
+ "learn_more": "https://github.com/I2Djs/pdf-frame/wiki/nuxt%E2%80%90pdf%E2%80%90frame",
4763
+ "category": "Libraries",
4764
+ "type": "3rd-party",
4765
+ "maintainers": [
4766
+ {
4767
+ "name": "Narayana Swamy",
4768
+ "github": "nswamy14",
4769
+ "email": "narayanaswamy14@gmail.com"
4770
+ }
4771
+ ],
4772
+ "compatibility": {
4773
+ "nuxt": ">=3.0.0",
3812
4774
  "requires": {}
3813
4775
  }
3814
4776
  },
@@ -3819,7 +4781,7 @@
3819
4781
  "npm": "@sidebase/nuxt-pdf",
3820
4782
  "icon": "nuxt-pdf.png",
3821
4783
  "github": "https://github.com/sidebase/nuxt-pdf",
3822
- "website": "https://sidebase.io/nuxt-pdf",
4784
+ "website": "https://github.com/sidebase/nuxt-pdf",
3823
4785
  "learn_more": "https://github.com/sidebase",
3824
4786
  "category": "Extensions",
3825
4787
  "type": "3rd-party",
@@ -3831,7 +4793,7 @@
3831
4793
  }
3832
4794
  ],
3833
4795
  "compatibility": {
3834
- "nuxt": "^3.0.0",
4796
+ "nuxt": ">=3.0.0",
3835
4797
  "requires": {}
3836
4798
  }
3837
4799
  },
@@ -3842,8 +4804,8 @@
3842
4804
  "npm": "nuxt-phosphor-icons",
3843
4805
  "icon": "phosphor-icons.svg",
3844
4806
  "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3845
- "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3846
- "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4807
+ "website": "https://nuxt-phosphor-icons.vercel.app",
4808
+ "learn_more": "https://nuxt-phosphor-icons.vercel.app",
3847
4809
  "category": "UI",
3848
4810
  "type": "3rd-party",
3849
4811
  "maintainers": [
@@ -3853,7 +4815,7 @@
3853
4815
  }
3854
4816
  ],
3855
4817
  "compatibility": {
3856
- "nuxt": "^3.0.0",
4818
+ "nuxt": ">=3.0.0",
3857
4819
  "requires": {}
3858
4820
  }
3859
4821
  },
@@ -3879,28 +4841,6 @@
3879
4841
  "requires": {}
3880
4842
  }
3881
4843
  },
3882
- {
3883
- "name": "plausible",
3884
- "description": "Nuxt module to natively integrate Plausible analytics",
3885
- "repo": "nuxt-modules/plausible",
3886
- "npm": "@nuxtjs/plausible",
3887
- "icon": "plausible.png",
3888
- "github": "https://github.com/nuxt-modules/plausible",
3889
- "website": "https://github.com/nuxt-modules/plausible",
3890
- "learn_more": "https://plausible.io/",
3891
- "category": "Analytics",
3892
- "type": "community",
3893
- "maintainers": [
3894
- {
3895
- "name": "Johann Schopplich",
3896
- "github": "johannschopplich"
3897
- }
3898
- ],
3899
- "compatibility": {
3900
- "nuxt": "^3.0.0",
3901
- "requires": {}
3902
- }
3903
- },
3904
4844
  {
3905
4845
  "name": "nuxt-plotly",
3906
4846
  "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
@@ -3923,7 +4863,7 @@
3923
4863
  }
3924
4864
  ],
3925
4865
  "compatibility": {
3926
- "nuxt": "^3.0.0",
4866
+ "nuxt": ">=3.0.0",
3927
4867
  "requires": {}
3928
4868
  }
3929
4869
  },
@@ -3950,6 +4890,28 @@
3950
4890
  "requires": {}
3951
4891
  }
3952
4892
  },
4893
+ {
4894
+ "name": "nuxt-posthog",
4895
+ "description": "Integrate PostHog into your application with minimal configuration",
4896
+ "repo": "mitjans/nuxt-posthog",
4897
+ "npm": "nuxt-posthog",
4898
+ "icon": "posthog.svg",
4899
+ "github": "https://github.com/mitjans/nuxt-posthog",
4900
+ "website": "https://nuxt-posthog.cmitjans.dev",
4901
+ "learn_more": "https://posthog.com",
4902
+ "category": "Analytics",
4903
+ "type": "3rd-party",
4904
+ "maintainers": [
4905
+ {
4906
+ "name": "Carles Mitjans",
4907
+ "github": "mitjans"
4908
+ }
4909
+ ],
4910
+ "compatibility": {
4911
+ "nuxt": ">=3.0.0",
4912
+ "requires": {}
4913
+ }
4914
+ },
3953
4915
  {
3954
4916
  "name": "nuxt-smartlook",
3955
4917
  "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
@@ -3992,7 +4954,7 @@
3992
4954
  }
3993
4955
  ],
3994
4956
  "compatibility": {
3995
- "nuxt": "^3.0.0",
4957
+ "nuxt": ">=3.0.0",
3996
4958
  "requires": {}
3997
4959
  }
3998
4960
  },
@@ -4020,7 +4982,7 @@
4020
4982
  }
4021
4983
  ],
4022
4984
  "compatibility": {
4023
- "nuxt": "^3.0.0",
4985
+ "nuxt": ">=3.0.0",
4024
4986
  "requires": {}
4025
4987
  }
4026
4988
  },
@@ -4029,7 +4991,7 @@
4029
4991
  "description": "WebStorm & PHPStorm support for Nuxt components",
4030
4992
  "repo": "fumeapp/nuxt-storm",
4031
4993
  "npm": "nuxt-storm",
4032
- "icon": "nuxt-storm.png",
4994
+ "icon": "",
4033
4995
  "github": "https://github.com/fumeapp/nuxt-storm",
4034
4996
  "website": "https://github.com/fumeapp/nuxt-storm",
4035
4997
  "learn_more": "https://github.com/fumeapp/nuxt-storm",
@@ -4046,6 +5008,30 @@
4046
5008
  "requires": {}
4047
5009
  }
4048
5010
  },
5011
+ {
5012
+ "name": "nuxt-svgo-loader",
5013
+ "description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
5014
+ "repo": "Mini-ghost/nuxt-svgo-loader",
5015
+ "npm": "nuxt-svgo-loader",
5016
+ "icon": "",
5017
+ "github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
5018
+ "website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
5019
+ "learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
5020
+ "category": "Images",
5021
+ "type": "3rd-party",
5022
+ "maintainers": [
5023
+ {
5024
+ "name": "Alex Liu",
5025
+ "github": "Mini-ghost",
5026
+ "twitter": "Minighost_Alex"
5027
+ }
5028
+ ],
5029
+ "compatibility": {
5030
+ "nuxt": ">=3.0.0",
5031
+ "requires": {},
5032
+ "devtools": "^0.0.0"
5033
+ }
5034
+ },
4049
5035
  {
4050
5036
  "name": "nuxt-svgo",
4051
5037
  "description": "Nuxt module to load optimized SVG files as Vue components",
@@ -4063,6 +5049,29 @@
4063
5049
  "github": "cpsoinos"
4064
5050
  }
4065
5051
  ],
5052
+ "compatibility": {
5053
+ "nuxt": ">=3.0.0",
5054
+ "requires": {}
5055
+ }
5056
+ },
5057
+ {
5058
+ "name": "nuxt-telegram-auth",
5059
+ "description": "Telegram login widget integration for Nuxt 3",
5060
+ "repo": "halitsever/nuxt-telegram-auth",
5061
+ "npm": "nuxt-telegram-auth",
5062
+ "icon": "nuxt-telegram-auth.png",
5063
+ "github": "https://github.com/halitsever/nuxt-telegram-auth",
5064
+ "website": "https://halitsever.github.io/nuxt-telegram-auth",
5065
+ "learn_more": "",
5066
+ "category": "Security",
5067
+ "type": "3rd-party",
5068
+ "maintainers": [
5069
+ {
5070
+ "name": "Halit Sever",
5071
+ "github": "halitsever",
5072
+ "avatar": "https://avatars.githubusercontent.com/u/34791459?v=4"
5073
+ }
5074
+ ],
4066
5075
  "compatibility": {
4067
5076
  "nuxt": "^3.0.0",
4068
5077
  "requires": {}
@@ -4091,14 +5100,14 @@
4091
5100
  }
4092
5101
  },
4093
5102
  {
4094
- "name": "nuxt-use-motion",
4095
- "description": "A Nuxt module putting your components in motion",
4096
- "repo": "Tahul/nuxt-use-motion",
4097
- "npm": "nuxt-use-motion",
4098
- "icon": "nuxt-use-motion.svg",
4099
- "github": "https://github.com/Tahul/nuxt-use-motion",
4100
- "website": "https://github.com/Tahul/nuxt-use-motion",
4101
- "learn_more": "https://github.com/vueuse/motion",
5103
+ "name": "nuxt-use-sound",
5104
+ "description": "A Nuxt module for playing sound effects.",
5105
+ "repo": "Tahul/nuxt-use-sound",
5106
+ "npm": "nuxt-use-sound",
5107
+ "icon": "nuxt-use-sound.svg",
5108
+ "github": "https://github.com/Tahul/nuxt-use-sound",
5109
+ "website": "https://github.com/Tahul/nuxt-use-sound",
5110
+ "learn_more": "https://github.com/vueuse/sound",
4102
5111
  "category": "Libraries",
4103
5112
  "type": "3rd-party",
4104
5113
  "maintainers": [
@@ -4113,24 +5122,24 @@
4113
5122
  }
4114
5123
  },
4115
5124
  {
4116
- "name": "nuxt-use-sound",
4117
- "description": "A Nuxt module for playing sound effects.",
4118
- "repo": "Tahul/nuxt-use-sound",
4119
- "npm": "nuxt-use-sound",
4120
- "icon": "nuxt-use-sound.svg",
4121
- "github": "https://github.com/Tahul/nuxt-use-sound",
4122
- "website": "https://github.com/Tahul/nuxt-use-sound",
4123
- "learn_more": "https://github.com/vueuse/sound",
4124
- "category": "Libraries",
5125
+ "name": "nuxt-uswds",
5126
+ "description": "Vue USWDS (United States Web Design System) integration for Nuxt.js",
5127
+ "repo": "patrickcate/nuxt-uswds",
5128
+ "npm": "nuxt-uswds",
5129
+ "icon": "nuxt-uswds.svg",
5130
+ "github": "https://github.com/patrickcate/nuxt-uswds",
5131
+ "website": "https://github.com/patrickcate/nuxt-uswds",
5132
+ "learn_more": "",
5133
+ "category": "UI",
4125
5134
  "type": "3rd-party",
4126
5135
  "maintainers": [
4127
5136
  {
4128
- "name": "Tahul",
4129
- "github": "Tahul"
5137
+ "name": "Patrick Cate",
5138
+ "github": "patrickcate"
4130
5139
  }
4131
5140
  ],
4132
5141
  "compatibility": {
4133
- "nuxt": "^2.0.0",
5142
+ "nuxt": ">=3.0.0",
4134
5143
  "requires": {}
4135
5144
  }
4136
5145
  },
@@ -4152,7 +5161,7 @@
4152
5161
  }
4153
5162
  ],
4154
5163
  "compatibility": {
4155
- "nuxt": "^2.0.0 || ^3.0.0",
5164
+ "nuxt": "^2.0.0 || >=3.0.0",
4156
5165
  "requires": {
4157
5166
  "bridge": "optional"
4158
5167
  }
@@ -4176,51 +5185,123 @@
4176
5185
  }
4177
5186
  ],
4178
5187
  "compatibility": {
4179
- "nuxt": "^3.0.0",
5188
+ "nuxt": ">=3.0.0",
4180
5189
  "requires": {}
4181
5190
  }
4182
5191
  },
4183
5192
  {
4184
- "name": "nuxt-vuetify",
4185
- "description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
4186
- "repo": "invictus-codes/nuxt-vuetify",
4187
- "npm": "@invictus.codes/nuxt-vuetify",
4188
- "icon": "vuetify-logo-v3-dark.svg",
4189
- "github": "https://github.com/invictus-codes/nuxt-vuetify",
4190
- "website": "https://invictus-codes.github.io/nuxt-vuetify/",
4191
- "learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
4192
- "category": "UI",
5193
+ "name": "nuxt-zod-i18n",
5194
+ "description": "A Nuxt Module for localizing zod error messages.",
5195
+ "repo": "xibman/nuxt-zod-i18n",
5196
+ "npm": "nuxt-zod-i18n",
5197
+ "icon": "nuxt-zod-i18n.svg",
5198
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
5199
+ "website": "https://github.com/xibman/nuxt-zod-i18n",
5200
+ "learn_more": "",
5201
+ "category": "Libraries",
4193
5202
  "type": "3rd-party",
4194
5203
  "maintainers": [
4195
5204
  {
4196
- "name": "Jens van Hellemondt",
4197
- "github": "invictus-codes"
5205
+ "name": "xibman",
5206
+ "github": "xibman"
4198
5207
  }
4199
5208
  ],
4200
5209
  "compatibility": {
4201
- "nuxt": "^3.0.0",
5210
+ "nuxt": ">=3.0.0",
4202
5211
  "requires": {}
4203
5212
  }
4204
5213
  },
4205
5214
  {
4206
- "name": "nuxt3-leaflet",
4207
- "description": "Leaflet integration with Nuxt",
4208
- "repo": "Gugustinette/Nuxt-Leaflet",
4209
- "npm": "nuxt3-leaflet",
5215
+ "name": "nuxt2-leaflet",
5216
+ "description": "A Nuxt module which makes it easy to create reactive maps with Leaflet",
5217
+ "repo": "schlunsen/nuxt-leaflet",
5218
+ "npm": "nuxt-leaflet",
4210
5219
  "icon": "leaflet.png",
4211
- "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4212
- "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
4213
- "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
5220
+ "github": "https://github.com/schlunsen/nuxt-leaflet",
5221
+ "website": "https://github.com/schlunsen/nuxt-leaflet",
5222
+ "learn_more": "https://vue2-leaflet.netlify.app/quickstart/",
4214
5223
  "category": "Libraries",
4215
5224
  "type": "3rd-party",
4216
5225
  "maintainers": [
4217
5226
  {
4218
- "name": "Augustin MERCIER",
4219
- "github": "Gugustinette"
5227
+ "name": "schlunsen",
5228
+ "github": "schlunsen"
4220
5229
  }
4221
5230
  ],
4222
5231
  "compatibility": {
4223
- "nuxt": "^3.0.0",
5232
+ "nuxt": "^2.0.0",
5233
+ "requires": {}
5234
+ }
5235
+ },
5236
+ {
5237
+ "name": "nuxt2-ngrok",
5238
+ "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",
5239
+ "repo": "nuxt-community/ngrok",
5240
+ "npm": "@nuxtjs/ngrok",
5241
+ "icon": "ngrok.png",
5242
+ "github": "https://github.com/nuxt-community/ngrok-module",
5243
+ "website": "https://ngrok.nuxtjs.org",
5244
+ "learn_more": "https://github.com/bubenshchykov/ngrok",
5245
+ "category": "Devtools",
5246
+ "type": "community",
5247
+ "maintainers": [
5248
+ {
5249
+ "name": "Debbie O'Brien",
5250
+ "github": "debs-obrien",
5251
+ "twitter": "debs_obrien"
5252
+ },
5253
+ {
5254
+ "name": "Pooya Parsa",
5255
+ "github": "pi0",
5256
+ "twitter": "_pi0_"
5257
+ }
5258
+ ],
5259
+ "compatibility": {
5260
+ "nuxt": "^2.0.0",
5261
+ "requires": {}
5262
+ }
5263
+ },
5264
+ {
5265
+ "name": "nuxt2-sentry",
5266
+ "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
5267
+ "repo": "nuxt-community/sentry-module",
5268
+ "npm": "@nuxtjs/sentry",
5269
+ "icon": "sentry.svg",
5270
+ "github": "https://github.com/nuxt-community/sentry-module",
5271
+ "website": "https://sentry.nuxtjs.org/",
5272
+ "learn_more": "https://sentry.io/welcome/",
5273
+ "category": "Monitoring",
5274
+ "type": "community",
5275
+ "maintainers": [
5276
+ {
5277
+ "name": "Rafał Chłodnicki",
5278
+ "github": "rchl"
5279
+ }
5280
+ ],
5281
+ "compatibility": {
5282
+ "nuxt": "^2.0.0",
5283
+ "requires": {}
5284
+ }
5285
+ },
5286
+ {
5287
+ "name": "nuxt3-interpolation",
5288
+ "description": "",
5289
+ "repo": "daliborgogic/interpolation",
5290
+ "npm": "nuxt3-interpolation",
5291
+ "icon": "",
5292
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
5293
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
5294
+ "learn_more": "",
5295
+ "category": "Devtools",
5296
+ "type": "3rd-party",
5297
+ "maintainers": [
5298
+ {
5299
+ "name": "daliborgogic",
5300
+ "github": "daliborgogic"
5301
+ }
5302
+ ],
5303
+ "compatibility": {
5304
+ "nuxt": ">=3.0.0",
4224
5305
  "requires": {}
4225
5306
  }
4226
5307
  },
@@ -4250,14 +5331,14 @@
4250
5331
  {
4251
5332
  "name": "og-image",
4252
5333
  "description": "Enlightened runtime images generated with Vue templates.",
4253
- "repo": "harlan-zw/nuxt-og-image",
5334
+ "repo": "nuxt-modules/og-image",
4254
5335
  "npm": "nuxt-og-image",
4255
5336
  "icon": "og-image.svg",
4256
- "github": "https://github.com/harlan-zw/nuxt-og-image",
5337
+ "github": "https://github.com/nuxt-modules/og-image",
4257
5338
  "website": "https://nuxtseo.com/og-image",
4258
5339
  "learn_more": "https://nuxtseo.com/og-image",
4259
5340
  "category": "SEO",
4260
- "type": "3rd-party",
5341
+ "type": "community",
4261
5342
  "maintainers": [
4262
5343
  {
4263
5344
  "name": "Harlan Wilton",
@@ -4267,7 +5348,7 @@
4267
5348
  }
4268
5349
  ],
4269
5350
  "compatibility": {
4270
- "nuxt": "^3.0.0",
5351
+ "nuxt": ">=3.0.0",
4271
5352
  "requires": {},
4272
5353
  "devtools": "^0.0.0"
4273
5354
  }
@@ -4295,6 +5376,28 @@
4295
5376
  "requires": {}
4296
5377
  }
4297
5378
  },
5379
+ {
5380
+ "name": "onyx",
5381
+ "description": "A design system and Vue.js component library created by Schwarz IT",
5382
+ "repo": "SchwarzIT/onyx#main/packages/nuxt",
5383
+ "npm": "@sit-onyx/nuxt",
5384
+ "icon": "onyx.svg",
5385
+ "github": "https://github.com/SchwarzIT/onyx",
5386
+ "website": "https://onyx.schwarz/development/packages/nuxt.html",
5387
+ "learn_more": "https://onyx.schwarz",
5388
+ "category": "UI",
5389
+ "type": "3rd-party",
5390
+ "maintainers": [
5391
+ {
5392
+ "name": "Schwarz IT",
5393
+ "github": "SchwarzIT"
5394
+ }
5395
+ ],
5396
+ "compatibility": {
5397
+ "nuxt": ">=3.0.0",
5398
+ "requires": {}
5399
+ }
5400
+ },
4298
5401
  {
4299
5402
  "name": "optimized-images",
4300
5403
  "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
@@ -4302,8 +5405,8 @@
4302
5405
  "npm": "@aceforth/nuxt-optimized-images",
4303
5406
  "icon": "",
4304
5407
  "github": "https://github.com/juliomrqz/nuxt-optimized-images",
4305
- "website": "https://marquez.co/docs/nuxt-optimized-images/",
4306
- "learn_more": "",
5408
+ "website": "https://github.com/juliomrqz/nuxt-optimized-images",
5409
+ "learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
4307
5410
  "category": "Images",
4308
5411
  "type": "3rd-party",
4309
5412
  "maintainers": [
@@ -4381,7 +5484,7 @@
4381
5484
  }
4382
5485
  ],
4383
5486
  "compatibility": {
4384
- "nuxt": "^3.0.0",
5487
+ "nuxt": ">=3.0.0",
4385
5488
  "requires": {}
4386
5489
  }
4387
5490
  },
@@ -4404,12 +5507,34 @@
4404
5507
  }
4405
5508
  ],
4406
5509
  "compatibility": {
4407
- "nuxt": "^2.0.0 || ^3.0.0",
5510
+ "nuxt": "^2.0.0 || >=3.0.0",
4408
5511
  "requires": {
4409
5512
  "bridge": true
4410
5513
  }
4411
5514
  }
4412
5515
  },
5516
+ {
5517
+ "name": "paypal",
5518
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
5519
+ "repo": "arashsheyda/nuxt-paypal",
5520
+ "npm": "nuxt-paypal",
5521
+ "icon": "paypal.svg",
5522
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
5523
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
5524
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
5525
+ "category": "Payment",
5526
+ "type": "3rd-party",
5527
+ "maintainers": [
5528
+ {
5529
+ "name": "Arash Sheyda",
5530
+ "github": "arashsheyda"
5531
+ }
5532
+ ],
5533
+ "compatibility": {
5534
+ "nuxt": ">=3.0.0",
5535
+ "requires": {}
5536
+ }
5537
+ },
4413
5538
  {
4414
5539
  "name": "pdfeasy",
4415
5540
  "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
@@ -4430,7 +5555,29 @@
4430
5555
  }
4431
5556
  ],
4432
5557
  "compatibility": {
4433
- "nuxt": "^3.0.0",
5558
+ "nuxt": ">=3.0.0",
5559
+ "requires": {}
5560
+ }
5561
+ },
5562
+ {
5563
+ "name": "pergel",
5564
+ "description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
5565
+ "repo": "oku-ui/pergel#main/packages-core/pergel",
5566
+ "npm": "pergel",
5567
+ "icon": "pergel.svg",
5568
+ "github": "https://github.com/oku-ui/pergel",
5569
+ "website": "https://oku-ui.com/pergel",
5570
+ "learn_more": "",
5571
+ "category": "Devtools",
5572
+ "type": "3rd-party",
5573
+ "maintainers": [
5574
+ {
5575
+ "name": "Mehmet - productdevbook",
5576
+ "github": "productdevbook"
5577
+ }
5578
+ ],
5579
+ "compatibility": {
5580
+ "nuxt": ">=3.10.0",
4434
5581
  "requires": {}
4435
5582
  }
4436
5583
  },
@@ -4460,7 +5607,7 @@
4460
5607
  {
4461
5608
  "name": "pinia-orm",
4462
5609
  "description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
4463
- "repo": "CodeDredd/pinia-orm#master/packages/nuxt",
5610
+ "repo": "CodeDredd/pinia-orm#main/packages/nuxt",
4464
5611
  "npm": "@pinia-orm/nuxt",
4465
5612
  "icon": "pinia-orm.svg",
4466
5613
  "github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
@@ -4475,7 +5622,7 @@
4475
5622
  }
4476
5623
  ],
4477
5624
  "compatibility": {
4478
- "nuxt": "^2.0.0 || ^3.0.0",
5625
+ "nuxt": "^2.0.0 || >=3.0.0",
4479
5626
  "requires": {
4480
5627
  "bridge": "optional"
4481
5628
  }
@@ -4484,10 +5631,10 @@
4484
5631
  {
4485
5632
  "name": "pinia-plugin-persistedstate",
4486
5633
  "description": "Configurable persistence and rehydration of Pinia stores.",
4487
- "repo": "prazdevs/pinia-plugin-persistedstate#main/packages/nuxt",
4488
- "npm": "@pinia-plugin-persistedstate/nuxt",
5634
+ "repo": "prazdevs/pinia-plugin-persistedstate",
5635
+ "npm": "pinia-plugin-persistedstate",
4489
5636
  "icon": "pinia-plugin-persistedstate.png",
4490
- "github": "https://github.com/prazdevs/pinia-plugin-persistedstate/tree/main/packages/nuxt",
5637
+ "github": "https://github.com/prazdevs/pinia-plugin-persistedstate",
4491
5638
  "website": "https://prazdevs.github.io/pinia-plugin-persistedstate/",
4492
5639
  "learn_more": "",
4493
5640
  "category": "Extensions",
@@ -4499,7 +5646,7 @@
4499
5646
  }
4500
5647
  ],
4501
5648
  "compatibility": {
4502
- "nuxt": "^2.0.0 || ^3.0.0",
5649
+ "nuxt": "^2.0.0 || >=3.0.0",
4503
5650
  "requires": {
4504
5651
  "bridge": "optional"
4505
5652
  }
@@ -4523,7 +5670,7 @@
4523
5670
  }
4524
5671
  ],
4525
5672
  "compatibility": {
4526
- "nuxt": "^2.0.0 || ^3.0.0",
5673
+ "nuxt": "^2.0.0 || >=3.0.0",
4527
5674
  "requires": {
4528
5675
  "bridge": "optional"
4529
5676
  }
@@ -4534,20 +5681,42 @@
4534
5681
  "description": "Nuxt module to natively integrate Plausible analytics",
4535
5682
  "repo": "nuxt-modules/plausible",
4536
5683
  "npm": "@nuxtjs/plausible",
4537
- "icon": "",
5684
+ "icon": "plausible.svg",
4538
5685
  "github": "https://github.com/nuxt-modules/plausible",
4539
5686
  "website": "https://github.com/nuxt-modules/plausible",
4540
5687
  "learn_more": "",
4541
- "category": "Devtools",
4542
- "type": "community",
5688
+ "category": "Analytics",
5689
+ "type": "community",
5690
+ "maintainers": [
5691
+ {
5692
+ "name": "Johann Schopplich",
5693
+ "github": "johannschopplich"
5694
+ }
5695
+ ],
5696
+ "compatibility": {
5697
+ "nuxt": "^2.0.0 || >=3.0.0",
5698
+ "requires": {}
5699
+ }
5700
+ },
5701
+ {
5702
+ "name": "precognition",
5703
+ "description": "Nuxt module implementing Laravel Precognition protocol in Nitro",
5704
+ "repo": "sot1986/nuxt-precognition",
5705
+ "npm": "nuxt-precognition",
5706
+ "icon": "laravel.svg",
5707
+ "github": "https://github.com/sot1986/nuxt-precognition",
5708
+ "website": "https://github.com/sot1986/nuxt-precognition",
5709
+ "learn_more": "",
5710
+ "category": "Security",
5711
+ "type": "3rd-party",
4543
5712
  "maintainers": [
4544
5713
  {
4545
- "name": "nuxt-modules",
4546
- "github": "nuxt-modules"
5714
+ "name": "sot1986",
5715
+ "github": "sot1986"
4547
5716
  }
4548
5717
  ],
4549
5718
  "compatibility": {
4550
- "nuxt": "^2.0.0",
5719
+ "nuxt": ">=3.0.0",
4551
5720
  "requires": {}
4552
5721
  }
4553
5722
  },
@@ -4580,7 +5749,7 @@
4580
5749
  "npm": "nuxt-prepare",
4581
5750
  "icon": "prepare.svg",
4582
5751
  "github": "https://github.com/johannschopplich/nuxt-prepare",
4583
- "website": "https://nuxt-prepare.jhnn.dev",
5752
+ "website": "https://nuxt-prepare.byjohann.dev",
4584
5753
  "learn_more": "",
4585
5754
  "category": "Devtools",
4586
5755
  "type": "3rd-party",
@@ -4593,19 +5762,19 @@
4593
5762
  }
4594
5763
  ],
4595
5764
  "compatibility": {
4596
- "nuxt": "^3.0.0",
5765
+ "nuxt": ">=3.0.0",
4597
5766
  "requires": {}
4598
5767
  }
4599
5768
  },
4600
5769
  {
4601
5770
  "name": "primevue",
4602
5771
  "description": "Next Generation Vue UI Component Library",
4603
- "repo": "primefaces/primevue-nuxt-module",
4604
- "npm": "nuxt-primevue",
5772
+ "repo": "primefaces/primevue#master/packages/nuxt-module",
5773
+ "npm": "@primevue/nuxt-module",
4605
5774
  "icon": "primevue.svg",
4606
- "github": "https://github.com/primefaces/primevue-nuxt-module",
5775
+ "github": "https://github.com/primefaces/primevue/tree/master/packages/nuxt-module",
4607
5776
  "website": "https://primevue.org/",
4608
- "learn_more": "https://primevue.org/",
5777
+ "learn_more": "https://primevue.org/nuxt/",
4609
5778
  "category": "UI",
4610
5779
  "type": "3rd-party",
4611
5780
  "maintainers": [
@@ -4616,7 +5785,29 @@
4616
5785
  }
4617
5786
  ],
4618
5787
  "compatibility": {
4619
- "nuxt": "^3.0.0",
5788
+ "nuxt": ">=3.0.0",
5789
+ "requires": {}
5790
+ }
5791
+ },
5792
+ {
5793
+ "name": "prisma",
5794
+ "description": "Integrate Nuxt with Prisma ORM to simplify database access!",
5795
+ "repo": "prisma/nuxt-prisma",
5796
+ "npm": "@prisma/nuxt",
5797
+ "icon": "prisma.png",
5798
+ "github": "https://github.com/prisma/nuxt-prisma",
5799
+ "website": "https://pris.ly/prisma-nuxt",
5800
+ "learn_more": "https://www.prisma.io/orm",
5801
+ "category": "Database",
5802
+ "type": "3rd-party",
5803
+ "maintainers": [
5804
+ {
5805
+ "name": "prisma",
5806
+ "github": "prisma"
5807
+ }
5808
+ ],
5809
+ "compatibility": {
5810
+ "nuxt": ">=3.0.0",
4620
5811
  "requires": {}
4621
5812
  }
4622
5813
  },
@@ -4639,7 +5830,7 @@
4639
5830
  }
4640
5831
  ],
4641
5832
  "compatibility": {
4642
- "nuxt": "^2.0.0 || ^3.0.0",
5833
+ "nuxt": "^2.0.0 || >=3.0.0",
4643
5834
  "requires": {}
4644
5835
  }
4645
5836
  },
@@ -4661,7 +5852,7 @@
4661
5852
  }
4662
5853
  ],
4663
5854
  "compatibility": {
4664
- "nuxt": "^3.0.0",
5855
+ "nuxt": ">=3.0.0",
4665
5856
  "requires": {}
4666
5857
  }
4667
5858
  },
@@ -4751,7 +5942,7 @@
4751
5942
  }
4752
5943
  ],
4753
5944
  "compatibility": {
4754
- "nuxt": "^2.0.0 || ^3.0.0",
5945
+ "nuxt": "^2.0.0 || >=3.0.0",
4755
5946
  "requires": {}
4756
5947
  }
4757
5948
  },
@@ -4820,7 +6011,7 @@
4820
6011
  }
4821
6012
  ],
4822
6013
  "compatibility": {
4823
- "nuxt": "^3.0.0",
6014
+ "nuxt": ">=3.0.0",
4824
6015
  "requires": {},
4825
6016
  "devtools": "^0.0.0"
4826
6017
  }
@@ -4843,7 +6034,7 @@
4843
6034
  }
4844
6035
  ],
4845
6036
  "compatibility": {
4846
- "nuxt": "^3.0.0",
6037
+ "nuxt": ">=3.0.0",
4847
6038
  "requires": {}
4848
6039
  }
4849
6040
  },
@@ -4878,7 +6069,7 @@
4878
6069
  }
4879
6070
  ],
4880
6071
  "compatibility": {
4881
- "nuxt": "^3.0.0",
6072
+ "nuxt": ">=3.0.0",
4882
6073
  "requires": {}
4883
6074
  }
4884
6075
  },
@@ -4927,6 +6118,29 @@
4927
6118
  "requires": {}
4928
6119
  }
4929
6120
  },
6121
+ {
6122
+ "name": "resend",
6123
+ "description": "Resend integration for Nuxt",
6124
+ "repo": "nhedger/nuxt-resend",
6125
+ "npm": "nuxt-resend",
6126
+ "icon": "resend.svg",
6127
+ "github": "https://github.com/nhedger/nuxt-resend",
6128
+ "website": "https://github.com/nhedger/nuxt-resend",
6129
+ "learn_more": "https://resend.com",
6130
+ "category": "Extensions",
6131
+ "type": "3rd-party",
6132
+ "maintainers": [
6133
+ {
6134
+ "name": "Nicolas Hedger",
6135
+ "github": "nhedger",
6136
+ "twitter": "nicolashedger"
6137
+ }
6138
+ ],
6139
+ "compatibility": {
6140
+ "nuxt": ">=3.0.0",
6141
+ "requires": {}
6142
+ }
6143
+ },
4930
6144
  {
4931
6145
  "name": "rfg-icon",
4932
6146
  "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
@@ -4951,23 +6165,29 @@
4951
6165
  },
4952
6166
  {
4953
6167
  "name": "robots",
4954
- "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
6168
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
4955
6169
  "repo": "nuxt-modules/robots",
4956
6170
  "npm": "@nuxtjs/robots",
4957
- "icon": "robots.png",
6171
+ "icon": "simple-robots.svg",
4958
6172
  "github": "https://github.com/nuxt-modules/robots",
4959
6173
  "website": "https://github.com/nuxt-modules/robots",
4960
- "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
6174
+ "learn_more": "",
4961
6175
  "category": "SEO",
4962
6176
  "type": "community",
4963
6177
  "maintainers": [
4964
6178
  {
4965
6179
  "name": "Ricardo Gobbo de Souza",
4966
6180
  "github": "ricardogobbosouza"
6181
+ },
6182
+ {
6183
+ "name": "Harlan Wilton",
6184
+ "github": "harlan-zw",
6185
+ "twitter": "harlan_zw",
6186
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
4967
6187
  }
4968
6188
  ],
4969
6189
  "compatibility": {
4970
- "nuxt": "^2.0.0 || ^3.0.0",
6190
+ "nuxt": "^2.0.0 || >=3.0.0",
4971
6191
  "requires": {
4972
6192
  "bridge": "optional"
4973
6193
  }
@@ -4975,23 +6195,23 @@
4975
6195
  },
4976
6196
  {
4977
6197
  "name": "rollbar",
4978
- "description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
4979
- "repo": "gaelreyrol/nuxt-rollbar-module",
4980
- "npm": "nuxt-rollbar-module",
6198
+ "description": "Nuxt 3 module to integrate Rollbar.",
6199
+ "repo": "jairoblatt/nuxt-rollbar",
6200
+ "npm": "nuxt-rollbar",
4981
6201
  "icon": "rollbar.png",
4982
- "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
4983
- "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
6202
+ "github": "https://github.com/jairoblatt/nuxt-rollbar",
6203
+ "website": "https://github.com/jairoblatt/nuxt-rollbar",
4984
6204
  "learn_more": "https://docs.rollbar.com/docs/javascript",
4985
6205
  "category": "Monitoring",
4986
6206
  "type": "3rd-party",
4987
6207
  "maintainers": [
4988
6208
  {
4989
- "name": "Gaël Reyrol",
4990
- "github": "gaelreyrol"
6209
+ "name": "Jairo Blatt",
6210
+ "github": "jairoblatt"
4991
6211
  }
4992
6212
  ],
4993
6213
  "compatibility": {
4994
- "nuxt": "^2.0.0",
6214
+ "nuxt": ">=3.0.0",
4995
6215
  "requires": {}
4996
6216
  }
4997
6217
  },
@@ -5060,15 +6280,38 @@
5060
6280
  }
5061
6281
  ],
5062
6282
  "compatibility": {
5063
- "nuxt": "^2.0.0 || ^3.0.0",
6283
+ "nuxt": "^2.0.0 || >=3.0.0",
5064
6284
  "requires": {
5065
6285
  "bridge": "optional"
5066
6286
  }
5067
6287
  }
5068
6288
  },
6289
+ {
6290
+ "name": "scalar",
6291
+ "description": "Render a beautiful API References based on a OpenAPI/Swagger file with Nuxt.",
6292
+ "repo": "scalar/scalar#main/packages/nuxt",
6293
+ "npm": "@scalar/nuxt",
6294
+ "icon": "scalar.svg",
6295
+ "github": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
6296
+ "website": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
6297
+ "learn_more": "https://scalar.com",
6298
+ "category": "Devtools",
6299
+ "type": "3rd-party",
6300
+ "maintainers": [
6301
+ {
6302
+ "name": "scalar",
6303
+ "github": "scalar",
6304
+ "twitter": "scalar"
6305
+ }
6306
+ ],
6307
+ "compatibility": {
6308
+ "nuxt": ">=3.0.0",
6309
+ "requires": {}
6310
+ }
6311
+ },
5069
6312
  {
5070
6313
  "name": "schema-org",
5071
- "description": "Schema.org for Nuxt.",
6314
+ "description": "Quick and easy Schema.org graphs.",
5072
6315
  "repo": "harlan-zw/nuxt-schema-org",
5073
6316
  "npm": "nuxt-schema-org",
5074
6317
  "icon": "schema-org.svg",
@@ -5086,7 +6329,30 @@
5086
6329
  }
5087
6330
  ],
5088
6331
  "compatibility": {
5089
- "nuxt": "^3.0.0",
6332
+ "nuxt": ">=3.0.0",
6333
+ "requires": {}
6334
+ }
6335
+ },
6336
+ {
6337
+ "name": "scripts",
6338
+ "description": "Plug-and-play script optimization for Nuxt applications.",
6339
+ "repo": "nuxt/scripts",
6340
+ "npm": "@nuxt/scripts",
6341
+ "icon": "nuxt.svg",
6342
+ "github": "https://github.com/nuxt/scripts",
6343
+ "website": "https://scripts.nuxt.com",
6344
+ "learn_more": "",
6345
+ "category": "Libraries",
6346
+ "type": "official",
6347
+ "maintainers": [
6348
+ {
6349
+ "name": "Harlan Wilton",
6350
+ "github": "harlan-zw",
6351
+ "twitter": "harlan_zw"
6352
+ }
6353
+ ],
6354
+ "compatibility": {
6355
+ "nuxt": ">=3.0.0",
5090
6356
  "requires": {}
5091
6357
  }
5092
6358
  },
@@ -5131,7 +6397,7 @@
5131
6397
  }
5132
6398
  ],
5133
6399
  "compatibility": {
5134
- "nuxt": "^3.0.0",
6400
+ "nuxt": ">=3.0.0",
5135
6401
  "requires": {}
5136
6402
  }
5137
6403
  },
@@ -5143,7 +6409,7 @@
5143
6409
  "icon": "segment.png",
5144
6410
  "github": "https://github.com/dansmaculotte/nuxt-segment",
5145
6411
  "website": "https://github.com/dansmaculotte/nuxt-segment",
5146
- "learn_more": "https://segment.com/docs/connections/sources/catalog/Libraries/website/javascript/",
6412
+ "learn_more": "",
5147
6413
  "category": "Analytics",
5148
6414
  "type": "3rd-party",
5149
6415
  "maintainers": [
@@ -5159,29 +6425,29 @@
5159
6425
  },
5160
6426
  {
5161
6427
  "name": "sentry",
5162
- "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
5163
- "repo": "nuxt-community/sentry-module",
5164
- "npm": "@nuxtjs/sentry",
6428
+ "description": "Official Sentry SDK for Nuxt (EXPERIMENTAL)",
6429
+ "repo": "getsentry/sentry-javascript#HEAD/packages/nuxt",
6430
+ "npm": "@sentry/nuxt",
5165
6431
  "icon": "sentry.svg",
5166
- "github": "https://github.com/nuxt-community/sentry-module",
5167
- "website": "https://sentry.nuxtjs.org/",
5168
- "learn_more": "https://sentry.io/welcome/",
6432
+ "github": "https://github.com/getsentry/sentry-javascript/tree/HEAD/packages/nuxt",
6433
+ "website": "https://docs.sentry.io/platforms/javascript/guides/nuxt",
6434
+ "learn_more": "https://sentry.io",
5169
6435
  "category": "Monitoring",
5170
- "type": "community",
6436
+ "type": "3rd-party",
5171
6437
  "maintainers": [
5172
6438
  {
5173
- "name": "Rafał Chłodnicki",
5174
- "github": "rchl"
6439
+ "name": "Sentry",
6440
+ "github": "getsentry"
5175
6441
  }
5176
6442
  ],
5177
6443
  "compatibility": {
5178
- "nuxt": "^2.0.0",
6444
+ "nuxt": "^3.0.0",
5179
6445
  "requires": {}
5180
6446
  }
5181
6447
  },
5182
6448
  {
5183
6449
  "name": "seo-experiments",
5184
- "description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
6450
+ "description": "Powerful SEO DX improvements.",
5185
6451
  "repo": "harlan-zw/nuxt-seo-experiments",
5186
6452
  "npm": "nuxt-seo-experiments",
5187
6453
  "icon": "seo-experiments.svg",
@@ -5199,29 +6465,7 @@
5199
6465
  }
5200
6466
  ],
5201
6467
  "compatibility": {
5202
- "nuxt": "^3.0.0",
5203
- "requires": {}
5204
- }
5205
- },
5206
- {
5207
- "name": "seo-kit",
5208
- "description": "The complete SEO solution for Nuxt.",
5209
- "repo": "harlan-zw/nuxt-seo-kit#main/layer",
5210
- "npm": "nuxt-seo-kit",
5211
- "icon": "seo-kit.svg",
5212
- "github": "https://github.com/harlan-zw/nuxt-seo-kit",
5213
- "website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
5214
- "learn_more": "",
5215
- "category": "SEO",
5216
- "type": "3rd-party",
5217
- "maintainers": [
5218
- {
5219
- "name": "harlan-zw",
5220
- "github": "harlan-zw"
5221
- }
5222
- ],
5223
- "compatibility": {
5224
- "nuxt": "^3.0.0",
6468
+ "nuxt": ">=3.0.0",
5225
6469
  "requires": {}
5226
6470
  }
5227
6471
  },
@@ -5248,6 +6492,28 @@
5248
6492
  "requires": {}
5249
6493
  }
5250
6494
  },
6495
+ {
6496
+ "name": "seo",
6497
+ "description": "The complete SEO solution for Nuxt.",
6498
+ "repo": "harlan-zw/nuxt-seo",
6499
+ "npm": "@nuxtjs/seo",
6500
+ "icon": "nuxt.svg",
6501
+ "github": "https://github.com/harlan-zw/nuxt-seo",
6502
+ "website": "https://nuxtseo.com/",
6503
+ "learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
6504
+ "category": "SEO",
6505
+ "type": "3rd-party",
6506
+ "maintainers": [
6507
+ {
6508
+ "name": "harlan-zw",
6509
+ "github": "harlan-zw"
6510
+ }
6511
+ ],
6512
+ "compatibility": {
6513
+ "nuxt": ">=3.0.0",
6514
+ "requires": {}
6515
+ }
6516
+ },
5251
6517
  {
5252
6518
  "name": "seomatic-meta",
5253
6519
  "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
@@ -5296,7 +6562,7 @@
5296
6562
  {
5297
6563
  "name": "server-block",
5298
6564
  "description": "Use <server> tags in your Nuxt pages components.",
5299
- "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
6565
+ "repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
5300
6566
  "npm": "@hebilicious/server-block-nuxt",
5301
6567
  "icon": "server-block.svg",
5302
6568
  "github": "https://github.com/Hebilicious/server-block-nuxt",
@@ -5312,30 +6578,34 @@
5312
6578
  }
5313
6579
  ],
5314
6580
  "compatibility": {
5315
- "nuxt": "^3.0.0",
6581
+ "nuxt": ">=3.0.0",
5316
6582
  "requires": {}
5317
6583
  }
5318
6584
  },
5319
6585
  {
5320
- "name": "session",
5321
- "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",
5322
- "repo": "sidebase/nuxt-session",
5323
- "npm": "@sidebase/nuxt-session",
5324
- "icon": "session.png",
5325
- "github": "https://github.com/sidebase/nuxt-session",
5326
- "website": "https://github.com/sidebase/nuxt-session",
5327
- "learn_more": "https://github.com/sidebase",
5328
- "category": "Security",
6586
+ "name": "shadcn",
6587
+ "description": "Re-usable components built with Radix Vue and Tailwind CSS.",
6588
+ "repo": "radix-vue/shadcn-vue#dev/packages/module",
6589
+ "npm": "shadcn-nuxt",
6590
+ "icon": "",
6591
+ "github": "https://github.com/radix-vue/shadcn-vue/tree/dev/packages/module",
6592
+ "website": "https://www.shadcn-vue.com",
6593
+ "learn_more": "https://www.shadcn-vue.com/docs/installation/nuxt",
6594
+ "category": "UI",
5329
6595
  "type": "3rd-party",
5330
6596
  "maintainers": [
5331
6597
  {
5332
- "name": "sidebase",
5333
- "github": "sidebase",
5334
- "twitter": "sidebase_io"
6598
+ "name": "Zernonia",
6599
+ "github": "zernonia",
6600
+ "twitter": "zernonia"
6601
+ },
6602
+ {
6603
+ "name": "Sadegh Barati",
6604
+ "github": "sadeghbarati"
5335
6605
  }
5336
6606
  ],
5337
6607
  "compatibility": {
5338
- "nuxt": "^3.0.0",
6608
+ "nuxt": ">=3.0.0",
5339
6609
  "requires": {}
5340
6610
  }
5341
6611
  },
@@ -5361,15 +6631,37 @@
5361
6631
  "requires": {}
5362
6632
  }
5363
6633
  },
6634
+ {
6635
+ "name": "shuimo-ui",
6636
+ "description": "A Chinese Shuimo style component library.",
6637
+ "repo": "shuimo-design/shuimo-ui#main/plugins/nuxt",
6638
+ "npm": "@shuimo-design/shuimo-ui-nuxt",
6639
+ "icon": "shuimo-ui.svg",
6640
+ "github": "https://github.com/shuimo-design/shuimo-ui",
6641
+ "website": "https://shuimo.design",
6642
+ "learn_more": "https://github.com/shuimo-design/shuimo-ui/tree/main/plugins/nuxt",
6643
+ "category": "UI",
6644
+ "type": "3rd-party",
6645
+ "maintainers": [
6646
+ {
6647
+ "name": "higuaifan",
6648
+ "github": "higuaifan"
6649
+ }
6650
+ ],
6651
+ "compatibility": {
6652
+ "nuxt": ">=3.0.0",
6653
+ "requires": {}
6654
+ }
6655
+ },
5364
6656
  {
5365
6657
  "name": "sidebase-auth",
5366
- "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.",
6658
+ "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.",
5367
6659
  "repo": "sidebase/nuxt-auth",
5368
6660
  "npm": "@sidebase/nuxt-auth",
5369
6661
  "icon": "sidebase-auth.png",
5370
6662
  "github": "https://github.com/sidebase/nuxt-auth",
5371
- "website": "https://github.com/sidebase/nuxt-auth",
5372
- "learn_more": "https://github.com/sidebase",
6663
+ "website": "https://auth.sidebase.io/",
6664
+ "learn_more": "https://sidebase.io/",
5373
6665
  "category": "Security",
5374
6666
  "type": "3rd-party",
5375
6667
  "maintainers": [
@@ -5380,7 +6672,7 @@
5380
6672
  }
5381
6673
  ],
5382
6674
  "compatibility": {
5383
- "nuxt": "^3.0.0",
6675
+ "nuxt": ">=3.0.0",
5384
6676
  "requires": {}
5385
6677
  }
5386
6678
  },
@@ -5407,65 +6699,23 @@
5407
6699
  }
5408
6700
  },
5409
6701
  {
5410
- "name": "simple-robots",
5411
- "description": "Tame the robots crawling and indexing your Nuxt site.",
5412
- "repo": "harlan-zw/nuxt-simple-robots",
5413
- "npm": "nuxt-simple-robots",
5414
- "icon": "simple-robots.svg",
5415
- "github": "https://github.com/harlan-zw/nuxt-simple-robots",
5416
- "website": "https://nuxtseo.com/robots",
5417
- "learn_more": "https://nuxtseo.com/robots",
5418
- "category": "SEO",
5419
- "type": "3rd-party",
5420
- "maintainers": [
5421
- {
5422
- "name": "Harlan Wilton",
5423
- "github": "harlan-zw",
5424
- "twitter": "harlan_zw",
5425
- "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5426
- }
5427
- ],
5428
- "compatibility": {
5429
- "nuxt": "^3.0.0",
5430
- "requires": {}
5431
- }
5432
- },
5433
- {
5434
- "name": "simple-sitemap",
6702
+ "name": "sitemap",
5435
6703
  "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
5436
- "repo": "harlan-zw/nuxt-simple-sitemap",
5437
- "npm": "nuxt-simple-sitemap",
6704
+ "repo": "nuxt-modules/sitemap",
6705
+ "npm": "@nuxtjs/sitemap",
5438
6706
  "icon": "simple-sitemap.svg",
5439
- "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
5440
- "website": "https://nuxtseo.com/simple-sitemap",
5441
- "learn_more": "https://nuxtseo.com/simple-sitemap",
6707
+ "github": "https://github.com/nuxt-modules/sitemap",
6708
+ "website": "https://nuxtseo.com/",
6709
+ "learn_more": "https://nuxtseo.com/sitemap",
5442
6710
  "category": "SEO",
5443
- "type": "3rd-party",
6711
+ "type": "community",
5444
6712
  "maintainers": [
5445
6713
  {
5446
6714
  "name": "Harlan Wilton",
5447
6715
  "github": "harlan-zw",
5448
6716
  "twitter": "harlan_zw",
5449
6717
  "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5450
- }
5451
- ],
5452
- "compatibility": {
5453
- "nuxt": "^3.0.0",
5454
- "requires": {}
5455
- }
5456
- },
5457
- {
5458
- "name": "sitemap",
5459
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
5460
- "repo": "nuxt-community/sitemap-module#dev",
5461
- "npm": "@nuxtjs/sitemap",
5462
- "icon": "",
5463
- "github": "https://github.com/nuxt-community/sitemap-module#dev",
5464
- "website": "https://sitemap.nuxtjs.org",
5465
- "learn_more": "",
5466
- "category": "SEO",
5467
- "type": "community",
5468
- "maintainers": [
6718
+ },
5469
6719
  {
5470
6720
  "name": "Nicolas PENNEC",
5471
6721
  "github": "NicoPennec",
@@ -5473,7 +6723,7 @@
5473
6723
  }
5474
6724
  ],
5475
6725
  "compatibility": {
5476
- "nuxt": "^2.0.0",
6726
+ "nuxt": ">=3.0.0",
5477
6727
  "requires": {}
5478
6728
  }
5479
6729
  },
@@ -5495,7 +6745,7 @@
5495
6745
  }
5496
6746
  ],
5497
6747
  "compatibility": {
5498
- "nuxt": "^3.0.0",
6748
+ "nuxt": ">=3.0.0",
5499
6749
  "requires": {}
5500
6750
  }
5501
6751
  },
@@ -5507,7 +6757,7 @@
5507
6757
  "icon": "snipcart.png",
5508
6758
  "github": "https://github.com/nuxt-modules/snipcart",
5509
6759
  "website": "https://github.com/nuxt-modules/snipcart",
5510
- "learn_more": "https://snipcart.com",
6760
+ "learn_more": "",
5511
6761
  "category": "Ecommerce",
5512
6762
  "type": "community",
5513
6763
  "maintainers": [
@@ -5518,7 +6768,7 @@
5518
6768
  }
5519
6769
  ],
5520
6770
  "compatibility": {
5521
- "nuxt": "^2.0.0 || ^3.0.0",
6771
+ "nuxt": "^2.0.0 || >=3.0.0",
5522
6772
  "requires": {}
5523
6773
  }
5524
6774
  },
@@ -5589,39 +6839,6 @@
5589
6839
  "requires": {}
5590
6840
  }
5591
6841
  },
5592
- {
5593
- "name": "speedkit",
5594
- "description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
5595
- "repo": "GrabarzUndPartner/nuxt-speedkit",
5596
- "npm": "nuxt-speedkit",
5597
- "icon": "speedkit.png",
5598
- "github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
5599
- "website": "https://nuxt-speedkit.grabarzundpartner.dev",
5600
- "learn_more": "",
5601
- "category": "Performance",
5602
- "type": "3rd-party",
5603
- "maintainers": [
5604
- {
5605
- "name": "Stephan Gerbeth",
5606
- "github": "StephanGerbeth",
5607
- "avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
5608
- },
5609
- {
5610
- "name": "Thorn Walli",
5611
- "github": "ThornWalli",
5612
- "avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
5613
- },
5614
- {
5615
- "name": "Grabarz & Partner",
5616
- "github": "GrabarzUndPartner",
5617
- "avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
5618
- }
5619
- ],
5620
- "compatibility": {
5621
- "nuxt": "^2.0.0",
5622
- "requires": {}
5623
- }
5624
- },
5625
6842
  {
5626
6843
  "name": "ssr-lit",
5627
6844
  "description": "",
@@ -5668,23 +6885,29 @@
5668
6885
  },
5669
6886
  {
5670
6887
  "name": "storefront-ui",
5671
- "description": "Storefront UI Module for Nuxt",
5672
- "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
6888
+ "description": "Storefront UI for Nuxt by Alokai",
6889
+ "repo": "vuestorefront/storefront-ui#v2-develop/packages/sfui/frameworks/nuxt",
5673
6890
  "npm": "@storefront-ui/nuxt",
5674
6891
  "icon": "storefront-ui.svg",
5675
- "github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
5676
- "website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
5677
- "learn_more": "https://docs.storefrontui.io/",
6892
+ "github": "https://github.com/vuestorefront/storefront-ui",
6893
+ "website": "https://docs.storefrontui.io/v2/",
6894
+ "learn_more": "https://docs.storefrontui.io/v2/getting-started/vue#nuxt-3",
5678
6895
  "category": "UI",
5679
6896
  "type": "3rd-party",
5680
6897
  "maintainers": [
5681
6898
  {
5682
- "name": "Jakub Andrzejewski",
5683
- "github": "Baroshem"
6899
+ "name": "Szymon Dziewoński",
6900
+ "github": "Szymon-dziewonski",
6901
+ "avatar": "https://avatars.githubusercontent.com/u/2566152?v=4"
6902
+ },
6903
+ {
6904
+ "name": "Jakub Freisler",
6905
+ "github": "FRSgit",
6906
+ "avatar": "https://avatars.githubusercontent.com/u/10456649?v=4"
5684
6907
  }
5685
6908
  ],
5686
6909
  "compatibility": {
5687
- "nuxt": "^2.0.0",
6910
+ "nuxt": ">=3.0.0",
5688
6911
  "requires": {}
5689
6912
  }
5690
6913
  },
@@ -5713,7 +6936,7 @@
5713
6936
  {
5714
6937
  "name": "storyblok",
5715
6938
  "description": "Storyblok Nuxt module",
5716
- "repo": "storyblok/storyblok-nuxt#master/lib",
6939
+ "repo": "storyblok/storyblok-nuxt#main",
5717
6940
  "npm": "@storyblok/nuxt",
5718
6941
  "icon": "storyblok.png",
5719
6942
  "github": "https://github.com/storyblok/storyblok-nuxt",
@@ -5728,20 +6951,20 @@
5728
6951
  }
5729
6952
  ],
5730
6953
  "compatibility": {
5731
- "nuxt": "^2.0.0 || ^3.0.0",
6954
+ "nuxt": "^2.0.0 || >=3.0.0",
5732
6955
  "requires": {},
5733
6956
  "devtools": "^0.0.0"
5734
6957
  }
5735
6958
  },
5736
6959
  {
5737
6960
  "name": "storybook",
5738
- "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
5739
- "repo": "nuxt-modules/storybook",
6961
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and test your UI components in isolation.",
6962
+ "repo": "nuxt-modules/storybook#main/packages/nuxt-module",
5740
6963
  "npm": "@nuxtjs/storybook",
5741
6964
  "icon": "storybook.png",
5742
6965
  "github": "https://github.com/nuxt-modules/storybook",
5743
6966
  "website": "https://storybook.nuxtjs.org",
5744
- "learn_more": "https://github.com/storybook-vue/storybook-nuxt",
6967
+ "learn_more": "",
5745
6968
  "category": "Devtools",
5746
6969
  "type": "community",
5747
6970
  "maintainers": [
@@ -5749,10 +6972,14 @@
5749
6972
  "name": "Chakir QATAB",
5750
6973
  "github": "chakAs3",
5751
6974
  "twitter": "ChakirQatab"
6975
+ },
6976
+ {
6977
+ "name": "Tobias Diez",
6978
+ "github": "tobiasdiez"
5752
6979
  }
5753
6980
  ],
5754
6981
  "compatibility": {
5755
- "nuxt": "^2.0.0 || ^3.0.0",
6982
+ "nuxt": "^2.0.0 || >=3.0.0",
5756
6983
  "requires": {
5757
6984
  "bridge": "optional"
5758
6985
  },
@@ -5783,7 +7010,7 @@
5783
7010
  }
5784
7011
  ],
5785
7012
  "compatibility": {
5786
- "nuxt": "^2.0.0 || ^3.0.0",
7013
+ "nuxt": "^2.0.0 || >=3.0.0",
5787
7014
  "requires": {
5788
7015
  "bridge": true
5789
7016
  },
@@ -5793,11 +7020,11 @@
5793
7020
  {
5794
7021
  "name": "stripe-next",
5795
7022
  "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.",
5796
- "repo": "fuentesloic/nuxt-stripe",
7023
+ "repo": "flozero/nuxt-stripe",
5797
7024
  "npm": "@unlok-co/nuxt-stripe",
5798
7025
  "icon": "stripe.png",
5799
- "github": "https://github.com/fuentesloic/nuxt-stripe",
5800
- "website": "https://github.com/fuentesloic/nuxt-stripe",
7026
+ "github": "https://github.com/flozero/nuxt-stripe",
7027
+ "website": "https://github.com/flozero/nuxt-stripe",
5801
7028
  "learn_more": "https://stripe.com/docs",
5802
7029
  "category": "Payment",
5803
7030
  "type": "3rd-party",
@@ -5812,7 +7039,7 @@
5812
7039
  }
5813
7040
  ],
5814
7041
  "compatibility": {
5815
- "nuxt": "^3.0.0",
7042
+ "nuxt": ">=3.0.0",
5816
7043
  "requires": {}
5817
7044
  }
5818
7045
  },
@@ -5862,7 +7089,7 @@
5862
7089
  }
5863
7090
  ],
5864
7091
  "compatibility": {
5865
- "nuxt": "^3.0.0",
7092
+ "nuxt": ">=3.0.0",
5866
7093
  "requires": {
5867
7094
  "content": true
5868
7095
  }
@@ -5909,30 +7136,7 @@
5909
7136
  }
5910
7137
  ],
5911
7138
  "compatibility": {
5912
- "nuxt": "^2.0.0 || ^3.0.0",
5913
- "requires": {}
5914
- }
5915
- },
5916
- {
5917
- "name": "stylify",
5918
- "description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
5919
- "repo": "stylify/packages#master/packages/nuxt",
5920
- "npm": "@stylify/nuxt",
5921
- "icon": "stylify.svg",
5922
- "github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
5923
- "website": "https://stylifycss.com/docs/nuxt",
5924
- "learn_more": "https://stylifycss.com",
5925
- "category": "UI",
5926
- "type": "3rd-party",
5927
- "maintainers": [
5928
- {
5929
- "name": "Vladimír Macháček",
5930
- "github": "Machy8",
5931
- "twitter": "8machy"
5932
- }
5933
- ],
5934
- "compatibility": {
5935
- "nuxt": "^2.0.0 || ^3.0.0",
7139
+ "nuxt": "^2.0.0 || >=3.0.0",
5936
7140
  "requires": {}
5937
7141
  }
5938
7142
  },
@@ -5965,7 +7169,30 @@
5965
7169
  }
5966
7170
  ],
5967
7171
  "compatibility": {
5968
- "nuxt": "^2.0.0 || ^3.0.0",
7172
+ "nuxt": "^2.0.0 || >=3.0.0",
7173
+ "requires": {}
7174
+ }
7175
+ },
7176
+ {
7177
+ "name": "surrealdb",
7178
+ "description": "A Nuxt module aimed to simplify the use of SurrealDB",
7179
+ "repo": "sandros94/nuxt-surrealdb",
7180
+ "npm": "nuxt-surrealdb",
7181
+ "icon": "surrealdb.png",
7182
+ "github": "https://github.com/sandros94/nuxt-surrealdb",
7183
+ "website": "https://github.com/sandros94/nuxt-surrealdb",
7184
+ "learn_more": "",
7185
+ "category": "Database",
7186
+ "type": "3rd-party",
7187
+ "maintainers": [
7188
+ {
7189
+ "name": "Sandro Circi",
7190
+ "github": "sandros94",
7191
+ "avatar": "https://avatars.githubusercontent.com/u/13056429"
7192
+ }
7193
+ ],
7194
+ "compatibility": {
7195
+ "nuxt": ">=3.10.0",
5969
7196
  "requires": {}
5970
7197
  }
5971
7198
  },
@@ -6010,7 +7237,7 @@
6010
7237
  }
6011
7238
  ],
6012
7239
  "compatibility": {
6013
- "nuxt": "^2.0.0 || ^3.0.0",
7240
+ "nuxt": "^2.0.0 || >=3.0.0",
6014
7241
  "requires": {}
6015
7242
  }
6016
7243
  },
@@ -6049,12 +7276,36 @@
6049
7276
  "type": "3rd-party",
6050
7277
  "maintainers": [
6051
7278
  {
6052
- "name": "ImreC",
6053
- "github": "ImreC"
7279
+ "name": "ImreC",
7280
+ "github": "ImreC"
7281
+ }
7282
+ ],
7283
+ "compatibility": {
7284
+ "nuxt": "^2.0.0",
7285
+ "requires": {}
7286
+ }
7287
+ },
7288
+ {
7289
+ "name": "swiftsearch",
7290
+ "description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
7291
+ "repo": "atoms-studio/nuxt-swiftsearch",
7292
+ "npm": "@atoms-studio/nuxt-swiftsearch",
7293
+ "icon": "nuxt-swiftsearch.svg",
7294
+ "github": "https://github.com/atoms-studio/nuxt-swiftsearch",
7295
+ "website": "https://nuxt-swiftsearch.netlify.app/",
7296
+ "learn_more": "",
7297
+ "category": "Libraries",
7298
+ "type": "3rd-party",
7299
+ "maintainers": [
7300
+ {
7301
+ "name": "Matteo Rigoni",
7302
+ "github": "rigo-m",
7303
+ "twitter": "MatteoRigoni",
7304
+ "avatar": "https://avatars.githubusercontent.com/rigo-m?v=4"
6054
7305
  }
6055
7306
  ],
6056
7307
  "compatibility": {
6057
- "nuxt": "^2.0.0",
7308
+ "nuxt": ">=3.10.0",
6058
7309
  "requires": {}
6059
7310
  }
6060
7311
  },
@@ -6076,7 +7327,7 @@
6076
7327
  }
6077
7328
  ],
6078
7329
  "compatibility": {
6079
- "nuxt": "^3.0.0",
7330
+ "nuxt": ">=3.0.0",
6080
7331
  "requires": {}
6081
7332
  }
6082
7333
  },
@@ -6099,7 +7350,7 @@
6099
7350
  }
6100
7351
  ],
6101
7352
  "compatibility": {
6102
- "nuxt": "^3.0.0",
7353
+ "nuxt": ">=3.0.0",
6103
7354
  "requires": {}
6104
7355
  }
6105
7356
  },
@@ -6112,7 +7363,7 @@
6112
7363
  "github": "https://github.com/nuxt-modules/tailwindcss",
6113
7364
  "website": "https://tailwindcss.nuxtjs.org",
6114
7365
  "learn_more": "https://tailwindcss.com/",
6115
- "category": "UI",
7366
+ "category": "CSS",
6116
7367
  "type": "community",
6117
7368
  "maintainers": [
6118
7369
  {
@@ -6126,9 +7377,62 @@
6126
7377
  }
6127
7378
  ],
6128
7379
  "compatibility": {
6129
- "nuxt": "^2.0.0 || ^3.0.0",
7380
+ "nuxt": "^2.0.0 || >=3.0.0",
6130
7381
  "requires": {},
6131
7382
  "devtools": "^0.0.0"
7383
+ },
7384
+ "aliases": [
7385
+ "tailwind"
7386
+ ]
7387
+ },
7388
+ {
7389
+ "name": "test-utils",
7390
+ "description": "Test utilities for Nuxt",
7391
+ "repo": "nuxt/test-utils#main",
7392
+ "npm": "@nuxt/test-utils",
7393
+ "icon": "nuxt.svg",
7394
+ "github": "https://github.com/nuxt/test-utils",
7395
+ "website": "https://nuxt.com/docs/getting-started/testing",
7396
+ "learn_more": "",
7397
+ "category": "Devtools",
7398
+ "type": "official",
7399
+ "maintainers": [
7400
+ {
7401
+ "name": "Daniel Roe",
7402
+ "github": "danielroe",
7403
+ "twitter": "danielcroe"
7404
+ },
7405
+ {
7406
+ "name": "Anthony Fu",
7407
+ "github": "antfu",
7408
+ "twitter": "antfu7"
7409
+ }
7410
+ ],
7411
+ "compatibility": {
7412
+ "nuxt": ">=3.0.0",
7413
+ "requires": {}
7414
+ }
7415
+ },
7416
+ {
7417
+ "name": "tgauth",
7418
+ "description": "Extremely simple \"Login with Telegram\" button",
7419
+ "repo": "paranoidphantom/tgauth",
7420
+ "npm": "@paranoidphantom/tgauth",
7421
+ "icon": "tgauth.png",
7422
+ "github": "https://github.com/paranoidphantom/tgauth",
7423
+ "website": "https://github.com/paranoidphantom/tgauth",
7424
+ "learn_more": "https://github.com/paranoidphantom/tgauth",
7425
+ "category": "Security",
7426
+ "type": "3rd-party",
7427
+ "maintainers": [
7428
+ {
7429
+ "name": "Andrei Hudalla",
7430
+ "github": "paranoidPhantom"
7431
+ }
7432
+ ],
7433
+ "compatibility": {
7434
+ "nuxt": "^3.11.0",
7435
+ "requires": {}
6132
7436
  }
6133
7437
  },
6134
7438
  {
@@ -6172,7 +7476,29 @@
6172
7476
  }
6173
7477
  ],
6174
7478
  "compatibility": {
6175
- "nuxt": "^3.0.0",
7479
+ "nuxt": ">=3.0.0",
7480
+ "requires": {}
7481
+ }
7482
+ },
7483
+ {
7484
+ "name": "tiptap",
7485
+ "description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
7486
+ "repo": "modbender/nuxt-tiptap-editor",
7487
+ "npm": "nuxt-tiptap-editor",
7488
+ "icon": "tiptap.png",
7489
+ "github": "https://github.com/modbender/nuxt-tiptap-editor",
7490
+ "website": "https://nuxt-tiptap-editor.vercel.app",
7491
+ "learn_more": "https://nuxt-tiptap-editor.vercel.app",
7492
+ "category": "Libraries",
7493
+ "type": "3rd-party",
7494
+ "maintainers": [
7495
+ {
7496
+ "name": "modbender",
7497
+ "github": "modbender"
7498
+ }
7499
+ ],
7500
+ "compatibility": {
7501
+ "nuxt": ">=3.0.0",
6176
7502
  "requires": {}
6177
7503
  }
6178
7504
  },
@@ -6199,6 +7525,50 @@
6199
7525
  "requires": {}
6200
7526
  }
6201
7527
  },
7528
+ {
7529
+ "name": "tradingview",
7530
+ "description": "Use the TradingView Widgets in your Nuxt Application",
7531
+ "repo": "volkanakkus/nuxt-tradingview",
7532
+ "npm": "nuxt-tradingview",
7533
+ "icon": "tradingview.svg",
7534
+ "github": "https://github.com/volkanakkus/nuxt-tradingview",
7535
+ "website": "https://nuxt-tradingview.volkanakkus.com",
7536
+ "learn_more": "https://nuxt-tradingview.volkanakkus.com/documentation/getting-started/setup",
7537
+ "category": "Extensions",
7538
+ "type": "3rd-party",
7539
+ "maintainers": [
7540
+ {
7541
+ "name": "Volkan Akkuş",
7542
+ "github": "volkanakkus"
7543
+ }
7544
+ ],
7545
+ "compatibility": {
7546
+ "nuxt": ">=3.0.0",
7547
+ "requires": {}
7548
+ }
7549
+ },
7550
+ {
7551
+ "name": "translation-manager",
7552
+ "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
7553
+ "repo": "samk-dev/nuxt-translation-manager",
7554
+ "npm": "nuxt-translation-manager",
7555
+ "icon": "translation-manager.png",
7556
+ "github": "https://github.com/samk-dev/nuxt-translation-manager",
7557
+ "website": "https://github.com/samk-dev/nuxt-translation-manager",
7558
+ "learn_more": "",
7559
+ "category": "Extensions",
7560
+ "type": "3rd-party",
7561
+ "maintainers": [
7562
+ {
7563
+ "name": "Sam K",
7564
+ "github": "samk-dev"
7565
+ }
7566
+ ],
7567
+ "compatibility": {
7568
+ "nuxt": ">=3.0.0",
7569
+ "requires": {}
7570
+ }
7571
+ },
6202
7572
  {
6203
7573
  "name": "tresjs",
6204
7574
  "description": "Create 3D experiences in your Nuxt application using TresJS.",
@@ -6228,7 +7598,7 @@
6228
7598
  }
6229
7599
  ],
6230
7600
  "compatibility": {
6231
- "nuxt": "^3.0.0",
7601
+ "nuxt": ">=3.0.0",
6232
7602
  "requires": {}
6233
7603
  }
6234
7604
  },
@@ -6251,7 +7621,7 @@
6251
7621
  }
6252
7622
  ],
6253
7623
  "compatibility": {
6254
- "nuxt": "^2.0.0 || ^3.0.0",
7624
+ "nuxt": "^2.0.0 || >=3.0.0",
6255
7625
  "requires": {
6256
7626
  "bridge": true
6257
7627
  }
@@ -6299,7 +7669,7 @@
6299
7669
  }
6300
7670
  ],
6301
7671
  "compatibility": {
6302
- "nuxt": "^3.0.0",
7672
+ "nuxt": ">=3.0.0",
6303
7673
  "requires": {}
6304
7674
  }
6305
7675
  },
@@ -6332,7 +7702,7 @@
6332
7702
  }
6333
7703
  ],
6334
7704
  "compatibility": {
6335
- "nuxt": "^2.0.0 || ^3.0.0",
7705
+ "nuxt": "^2.0.0 || >=3.0.0",
6336
7706
  "requires": {}
6337
7707
  }
6338
7708
  },
@@ -6354,7 +7724,7 @@
6354
7724
  }
6355
7725
  ],
6356
7726
  "compatibility": {
6357
- "nuxt": "^2.0.0 || ^3.0.0",
7727
+ "nuxt": "^2.0.0 || >=3.0.0",
6358
7728
  "requires": {}
6359
7729
  }
6360
7730
  },
@@ -6447,6 +7817,30 @@
6447
7817
  "requires": {}
6448
7818
  }
6449
7819
  },
7820
+ {
7821
+ "name": "typo3",
7822
+ "description": "TYPO3 Headless Frontend Rendering module",
7823
+ "repo": "TYPO3-Headless/nuxt-typo3",
7824
+ "npm": "@t3headless/nuxt-typo3",
7825
+ "icon": "typo3.svg",
7826
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
7827
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
7828
+ "learn_more": "https://github.com/TYPO3-Headless",
7829
+ "category": "CMS",
7830
+ "type": "3rd-party",
7831
+ "maintainers": [
7832
+ {
7833
+ "name": "Macopedia",
7834
+ "github": "macopedia",
7835
+ "twitter": "macopediapl"
7836
+ }
7837
+ ],
7838
+ "compatibility": {
7839
+ "nuxt": "^2.0.0 || >=3.0.0",
7840
+ "requires": {},
7841
+ "devtools": "^0.0.0"
7842
+ }
7843
+ },
6450
7844
  {
6451
7845
  "name": "ui",
6452
7846
  "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
@@ -6476,7 +7870,7 @@
6476
7870
  }
6477
7871
  ],
6478
7872
  "compatibility": {
6479
- "nuxt": "^3.0.0",
7873
+ "nuxt": ">=3.0.0",
6480
7874
  "requires": {}
6481
7875
  }
6482
7876
  },
@@ -6498,34 +7892,12 @@
6498
7892
  }
6499
7893
  ],
6500
7894
  "compatibility": {
6501
- "nuxt": "^2.0.0 || ^3.0.0",
7895
+ "nuxt": "^2.0.0 || >=3.0.0",
6502
7896
  "requires": {
6503
7897
  "bridge": "optional"
6504
7898
  }
6505
7899
  }
6506
7900
  },
6507
- {
6508
- "name": "unhead",
6509
- "description": "Experimental features for Nuxt SEO / head management.",
6510
- "repo": "harlan-zw/nuxt-seo-experiments",
6511
- "npm": "nuxt-seo-experiments",
6512
- "icon": "",
6513
- "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
6514
- "website": "https://github.com/harlan-zw/nuxt-seo-experiments",
6515
- "learn_more": "",
6516
- "category": "SEO",
6517
- "type": "3rd-party",
6518
- "maintainers": [
6519
- {
6520
- "name": "harlan-zw",
6521
- "github": "harlan-zw"
6522
- }
6523
- ],
6524
- "compatibility": {
6525
- "nuxt": "^3.0.0",
6526
- "requires": {}
6527
- }
6528
- },
6529
7901
  {
6530
7902
  "name": "universal-storage",
6531
7903
  "description": "Universal Storage Utilities for Nuxt",
@@ -6557,7 +7929,7 @@
6557
7929
  {
6558
7930
  "name": "unlazy",
6559
7931
  "description": "Lazy loading library for placeholder images",
6560
- "repo": "johannschopplich/unlazy/packages/nuxt",
7932
+ "repo": "johannschopplich/unlazy#main/packages/nuxt",
6561
7933
  "npm": "@unlazy/nuxt",
6562
7934
  "icon": "unlazy.svg",
6563
7935
  "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
@@ -6572,36 +7944,10 @@
6572
7944
  }
6573
7945
  ],
6574
7946
  "compatibility": {
6575
- "nuxt": "^3.0.0",
7947
+ "nuxt": ">=3.0.0",
6576
7948
  "requires": {}
6577
7949
  }
6578
7950
  },
6579
- {
6580
- "name": "unlighthouse",
6581
- "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
6582
- "repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
6583
- "npm": "@unlighthouse/nuxt",
6584
- "icon": "unlighthouse.svg",
6585
- "github": "https://github.com/harlan-zw/unlighthouse",
6586
- "website": "https://github.com/harlan-zw/unlighthouse",
6587
- "learn_more": "https://github.com/harlan-zw/unlighthouse",
6588
- "category": "Devtools",
6589
- "type": "3rd-party",
6590
- "maintainers": [
6591
- {
6592
- "name": "Harlan Wilton",
6593
- "github": "harlan-zw",
6594
- "twitter": "harlan_zw",
6595
- "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
6596
- }
6597
- ],
6598
- "compatibility": {
6599
- "nuxt": "^2.0.0 || ^3.0.0",
6600
- "requires": {
6601
- "bridge": "optional"
6602
- }
6603
- }
6604
- },
6605
7951
  {
6606
7952
  "name": "unocss",
6607
7953
  "description": "The instant on-demand atomic CSS engine.",
@@ -6611,7 +7957,7 @@
6611
7957
  "github": "https://github.com/unocss/unocss",
6612
7958
  "website": "https://github.com/unocss/unocss",
6613
7959
  "learn_more": "https://github.com/unocss/unocss",
6614
- "category": "UI",
7960
+ "category": "CSS",
6615
7961
  "type": "3rd-party",
6616
7962
  "maintainers": [
6617
7963
  {
@@ -6622,7 +7968,7 @@
6622
7968
  }
6623
7969
  ],
6624
7970
  "compatibility": {
6625
- "nuxt": "^2.0.0 || ^3.0.0",
7971
+ "nuxt": "^2.0.0 || >=3.0.0",
6626
7972
  "requires": {
6627
7973
  "bridge": "optional"
6628
7974
  },
@@ -6636,8 +7982,8 @@
6636
7982
  "npm": "nuxt-ununura",
6637
7983
  "icon": "ununuracss.png",
6638
7984
  "github": "https://github.com/novout/ununuracss",
6639
- "website": "https://ununura.com/#/",
6640
- "learn_more": "https://ununura.com/#/docs/why",
7985
+ "website": "https://github.com/novout/ununuracss",
7986
+ "learn_more": "https://github.com/novout/ununuracss",
6641
7987
  "category": "UI",
6642
7988
  "type": "3rd-party",
6643
7989
  "maintainers": [
@@ -6648,32 +7994,30 @@
6648
7994
  }
6649
7995
  ],
6650
7996
  "compatibility": {
6651
- "nuxt": "^2.0.0 || ^3.0.0",
7997
+ "nuxt": "^2.0.0 || >=3.0.0",
6652
7998
  "requires": {}
6653
7999
  }
6654
8000
  },
6655
8001
  {
6656
- "name": "use-wagmi",
6657
- "description": "Vue Composition for Ethereum based on wagmi",
6658
- "repo": "unicape/use-wagmi#main/packages/nuxt",
6659
- "npm": "@use-wagmi/nuxt",
6660
- "icon": "use-wagmi.png",
6661
- "github": "https://github.com/unicape/use-wagmi",
6662
- "website": "https://github.com/unicape/use-wagmi",
6663
- "learn_more": "https://github.com/unicape/use-wagmi",
6664
- "category": "Extensions",
8002
+ "name": "use-bootstrap",
8003
+ "description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
8004
+ "repo": "simplise/use-bootstrap",
8005
+ "npm": "usebootstrap",
8006
+ "icon": "use-bootstrap.svg",
8007
+ "github": "https://github.com/simplise/use-bootstrap",
8008
+ "website": "https://usebootstrap.org/",
8009
+ "learn_more": "https://usebootstrap.org/",
8010
+ "category": "UI",
6665
8011
  "type": "3rd-party",
6666
8012
  "maintainers": [
6667
8013
  {
6668
- "name": "Unic Ape",
6669
- "github": "unicape"
8014
+ "name": "KoujiSano",
8015
+ "github": "KoujiSano"
6670
8016
  }
6671
8017
  ],
6672
8018
  "compatibility": {
6673
- "nuxt": "^2.0.0 || ^3.0.0",
6674
- "requires": {
6675
- "bridge": true
6676
- }
8019
+ "nuxt": ">=3.0.0",
8020
+ "requires": {}
6677
8021
  }
6678
8022
  },
6679
8023
  {
@@ -6698,28 +8042,6 @@
6698
8042
  "requires": {}
6699
8043
  }
6700
8044
  },
6701
- {
6702
- "name": "validate",
6703
- "description": "Simple Nuxt input validation module using vee-validate",
6704
- "repo": "lewyuburi/nuxt-validate",
6705
- "npm": "nuxt-validate",
6706
- "icon": "vee-validate.png",
6707
- "github": "https://github.com/lewyuburi/nuxt-validate",
6708
- "website": "https://github.com/lewyuburi/nuxt-validate",
6709
- "learn_more": "https://logaretm.github.io/vee-validate/",
6710
- "category": "Libraries",
6711
- "type": "3rd-party",
6712
- "maintainers": [
6713
- {
6714
- "name": "lewyuburi",
6715
- "github": "lewyuburi"
6716
- }
6717
- ],
6718
- "compatibility": {
6719
- "nuxt": "^2.0.0",
6720
- "requires": {}
6721
- }
6722
- },
6723
8045
  {
6724
8046
  "name": "vant",
6725
8047
  "description": "A lightweight, customizable Vue UI library for mobile web apps.",
@@ -6738,7 +8060,7 @@
6738
8060
  }
6739
8061
  ],
6740
8062
  "compatibility": {
6741
- "nuxt": "^3.0.0",
8063
+ "nuxt": ">=3.0.0",
6742
8064
  "requires": {
6743
8065
  "bridge": "optional"
6744
8066
  }
@@ -6751,7 +8073,7 @@
6751
8073
  "npm": "@varlet/nuxt",
6752
8074
  "icon": "varlet.svg",
6753
8075
  "github": "https://github.com/varletjs/varlet",
6754
- "website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
8076
+ "website": "https://varlet.pages.dev/#/en-US/index",
6755
8077
  "learn_more": "https://github.com/varletjs/varlet-nuxt",
6756
8078
  "category": "UI",
6757
8079
  "type": "3rd-party",
@@ -6762,20 +8084,42 @@
6762
8084
  }
6763
8085
  ],
6764
8086
  "compatibility": {
6765
- "nuxt": "^3.0.0",
8087
+ "nuxt": ">=3.0.0",
6766
8088
  "requires": {
6767
8089
  "bridge": "optional"
6768
8090
  }
6769
8091
  }
6770
8092
  },
8093
+ {
8094
+ "name": "vaxee",
8095
+ "description": "The State Manager for Vue 3",
8096
+ "repo": "letstri/vaxee#main/packages/nuxt",
8097
+ "npm": "@vaxee/nuxt",
8098
+ "icon": "vaxee.svg",
8099
+ "github": "https://github.com/letstri/vaxee/tree/main/packages/nuxt",
8100
+ "website": "https://vaxee.letstri.dev/",
8101
+ "learn_more": "",
8102
+ "category": "Extensions",
8103
+ "type": "3rd-party",
8104
+ "maintainers": [
8105
+ {
8106
+ "name": "letstri",
8107
+ "github": "letstri"
8108
+ }
8109
+ ],
8110
+ "compatibility": {
8111
+ "nuxt": "^3.0.0",
8112
+ "requires": {}
8113
+ }
8114
+ },
6771
8115
  {
6772
8116
  "name": "vcalendar",
6773
8117
  "description": "VCalendar module for Nuxt",
6774
8118
  "repo": "samk-dev/nuxt-vcalendar",
6775
8119
  "npm": "@samk-dev/nuxt-vcalendar",
6776
8120
  "icon": "vcalendar.png",
6777
- "github": "https://github.com/samk-dev/vcalendar",
6778
- "website": "https://github.com/samk-dev/vcalendar",
8121
+ "github": "https://github.com/samk-dev/nuxt-vcalendar",
8122
+ "website": "https://github.com/samk-dev/nuxt-vcalendar",
6779
8123
  "learn_more": "",
6780
8124
  "category": "Libraries",
6781
8125
  "type": "3rd-party",
@@ -6786,7 +8130,7 @@
6786
8130
  }
6787
8131
  ],
6788
8132
  "compatibility": {
6789
- "nuxt": "^3.0.0",
8133
+ "nuxt": ">=3.0.0",
6790
8134
  "requires": {}
6791
8135
  }
6792
8136
  },
@@ -6808,7 +8152,7 @@
6808
8152
  }
6809
8153
  ],
6810
8154
  "compatibility": {
6811
- "nuxt": "^3.0.0",
8155
+ "nuxt": ">=3.0.0",
6812
8156
  "requires": {}
6813
8157
  }
6814
8158
  },
@@ -6835,28 +8179,6 @@
6835
8179
  "requires": {}
6836
8180
  }
6837
8181
  },
6838
- {
6839
- "name": "vercel-analytics",
6840
- "description": "Vercel Analytics integration for Nuxt",
6841
- "repo": "xanderbarkhatov/nuxt-vercel-analytics",
6842
- "npm": "nuxt-vercel-analytics",
6843
- "icon": "",
6844
- "github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
6845
- "website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
6846
- "learn_more": "https://vercel.com/docs/concepts/analytics",
6847
- "category": "Analytics",
6848
- "type": "3rd-party",
6849
- "maintainers": [
6850
- {
6851
- "name": "Alexander B.",
6852
- "github": "xanderbarkhatov"
6853
- }
6854
- ],
6855
- "compatibility": {
6856
- "nuxt": "^3.0.0",
6857
- "requires": {}
6858
- }
6859
- },
6860
8182
  {
6861
8183
  "name": "vexip-ui",
6862
8184
  "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
@@ -6876,7 +8198,31 @@
6876
8198
  }
6877
8199
  ],
6878
8200
  "compatibility": {
6879
- "nuxt": "^3.0.0",
8201
+ "nuxt": ">=3.0.0",
8202
+ "requires": {}
8203
+ }
8204
+ },
8205
+ {
8206
+ "name": "vitalizer",
8207
+ "description": "Instantly better LCP scores in Google Lighthouse",
8208
+ "repo": "johannschopplich/nuxt-vitalizer",
8209
+ "npm": "nuxt-vitalizer",
8210
+ "icon": "vitalizer.svg",
8211
+ "github": "https://github.com/johannschopplich/nuxt-vitalizer",
8212
+ "website": "https://github.com/johannschopplich/nuxt-vitalizer#readme",
8213
+ "learn_more": "",
8214
+ "category": "SEO",
8215
+ "type": "3rd-party",
8216
+ "maintainers": [
8217
+ {
8218
+ "name": "Johann Schopplich",
8219
+ "github": "johannschopplich",
8220
+ "twitter": "jschopplich",
8221
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
8222
+ }
8223
+ ],
8224
+ "compatibility": {
8225
+ "nuxt": ">=3.0.0",
6880
8226
  "requires": {}
6881
8227
  }
6882
8228
  },
@@ -6904,46 +8250,42 @@
6904
8250
  }
6905
8251
  ],
6906
8252
  "compatibility": {
6907
- "nuxt": "^3.0.0",
8253
+ "nuxt": ">=3.0.0",
6908
8254
  "requires": {}
6909
8255
  }
6910
8256
  },
6911
8257
  {
6912
- "name": "vitest",
6913
- "description": "Vitest integration with Nuxt",
6914
- "repo": "danielroe/nuxt-vitest",
6915
- "npm": "nuxt-vitest",
6916
- "icon": "vitest.svg",
6917
- "github": "https://github.com/danielroe/nuxt-vitest",
6918
- "website": "https://github.com/danielroe/nuxt-vitest",
6919
- "learn_more": "",
6920
- "category": "Devtools",
8258
+ "name": "vue-api",
8259
+ "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.",
8260
+ "repo": "gaetansenn/vue-api#main/packages/nuxt",
8261
+ "npm": "@vue-api/nuxt",
8262
+ "icon": "",
8263
+ "github": "https://github.com/gaetansenn/vue-api",
8264
+ "website": "https://vue-api.dewib.com/",
8265
+ "learn_more": "https://vue-api.dewib.com/guide/getting-started/installation.html",
8266
+ "category": "Request",
6921
8267
  "type": "3rd-party",
6922
8268
  "maintainers": [
6923
8269
  {
6924
- "name": "Daniel Roe",
6925
- "github": "danielroe"
6926
- },
6927
- {
6928
- "name": "Anthony Fu",
6929
- "github": "antfu"
8270
+ "name": "Gaetan SENN",
8271
+ "github": "gaetansenn",
8272
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
6930
8273
  }
6931
8274
  ],
6932
8275
  "compatibility": {
6933
- "nuxt": "^3.0.0",
6934
- "requires": {},
6935
- "devtools": "^0.0.0"
8276
+ "nuxt": ">=3.0.0",
8277
+ "requires": {}
6936
8278
  }
6937
8279
  },
6938
8280
  {
6939
8281
  "name": "vue-email",
6940
8282
  "description": "💌 Write email templates with vue",
6941
- "repo": "Dave136/vue-email#main/packages/vue-email",
6942
- "npm": "vue-email",
8283
+ "repo": "vue-email/nuxt",
8284
+ "npm": "@vue-email/nuxt",
6943
8285
  "icon": "vue-email.svg",
6944
- "github": "https://github.com/Dave136/vue-email",
6945
- "website": "https://www.vuemail.net/",
6946
- "learn_more": "https://vue-email.vercel.app/getting-started",
8286
+ "github": "https://github.com/vue-email/nuxt",
8287
+ "website": "https://vuemail.net/",
8288
+ "learn_more": "https://vuemail.net/",
6947
8289
  "category": "UI",
6948
8290
  "type": "3rd-party",
6949
8291
  "maintainers": [
@@ -6961,11 +8303,34 @@
6961
8303
  }
6962
8304
  ],
6963
8305
  "compatibility": {
6964
- "nuxt": "^3.0.0",
8306
+ "nuxt": ">=3.0.0",
6965
8307
  "requires": {},
6966
8308
  "devtools": "^0.0.0"
6967
8309
  }
6968
8310
  },
8311
+ {
8312
+ "name": "vue-final-modal",
8313
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
8314
+ "repo": "vue-final/vue-final-modal#master/packages/nuxt",
8315
+ "npm": "@vue-final-modal/nuxt",
8316
+ "icon": "vue-final-modal.svg",
8317
+ "github": "https://github.com/vue-final/vue-final-modal",
8318
+ "website": "https://vue-final-modal.org/",
8319
+ "learn_more": "https://vue-final-modal.org/",
8320
+ "category": "UI",
8321
+ "type": "3rd-party",
8322
+ "maintainers": [
8323
+ {
8324
+ "name": "Hunter Liu",
8325
+ "github": "hunterliu1003",
8326
+ "twitter": "hunterliu1003"
8327
+ }
8328
+ ],
8329
+ "compatibility": {
8330
+ "nuxt": ">=3.0.0",
8331
+ "requires": {}
8332
+ }
8333
+ },
6969
8334
  {
6970
8335
  "name": "vue-macros",
6971
8336
  "description": "Explore more macros and syntax sugar to Vue.",
@@ -6985,7 +8350,7 @@
6985
8350
  }
6986
8351
  ],
6987
8352
  "compatibility": {
6988
- "nuxt": "^3.0.0",
8353
+ "nuxt": ">=3.0.0",
6989
8354
  "requires": {
6990
8355
  "bridge": "optional"
6991
8356
  },
@@ -7041,7 +8406,7 @@
7041
8406
  "description": "Plausible analytics for Vue.js and Nuxt",
7042
8407
  "repo": "moritzsternemann/vue-plausible",
7043
8408
  "npm": "vue-plausible",
7044
- "icon": "plausible.png",
8409
+ "icon": "plausible.svg",
7045
8410
  "github": "https://github.com/moritzsternemann/vue-plausible",
7046
8411
  "website": "https://github.com/moritzsternemann/vue-plausible",
7047
8412
  "learn_more": "",
@@ -7061,7 +8426,7 @@
7061
8426
  {
7062
8427
  "name": "vue-query",
7063
8428
  "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
7064
- "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
8429
+ "repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
7065
8430
  "npm": "@hebilicious/vue-query-nuxt",
7066
8431
  "icon": "vue-query.svg",
7067
8432
  "github": "https://github.com/Hebilicious/vue-query-nuxt",
@@ -7077,7 +8442,7 @@
7077
8442
  }
7078
8443
  ],
7079
8444
  "compatibility": {
7080
- "nuxt": "^3.0.0",
8445
+ "nuxt": ">=3.0.0",
7081
8446
  "requires": {}
7082
8447
  }
7083
8448
  },
@@ -7122,7 +8487,7 @@
7122
8487
  }
7123
8488
  ],
7124
8489
  "compatibility": {
7125
- "nuxt": "^2.0.0 || ^3.0.0",
8490
+ "nuxt": "^2.0.0 || >=3.0.0",
7126
8491
  "requires": {
7127
8492
  "bridge": "optional"
7128
8493
  }
@@ -7158,7 +8523,7 @@
7158
8523
  "npm": "vue3-carousel-nuxt",
7159
8524
  "icon": "",
7160
8525
  "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7161
- "website": "",
8526
+ "website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7162
8527
  "learn_more": "",
7163
8528
  "category": "UI",
7164
8529
  "type": "3rd-party",
@@ -7170,14 +8535,14 @@
7170
8535
  }
7171
8536
  ],
7172
8537
  "compatibility": {
7173
- "nuxt": "^3.0.0",
8538
+ "nuxt": ">=3.0.0",
7174
8539
  "requires": {}
7175
8540
  }
7176
8541
  },
7177
8542
  {
7178
8543
  "name": "vuefire",
7179
8544
  "description": "Idiomatic composables for the Firebase SDK",
7180
- "repo": "vuejs/vuefire/packages/nuxt",
8545
+ "repo": "vuejs/vuefire#main/packages/nuxt",
7181
8546
  "npm": "nuxt-vuefire",
7182
8547
  "icon": "vuefire.svg",
7183
8548
  "github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
@@ -7192,14 +8557,14 @@
7192
8557
  }
7193
8558
  ],
7194
8559
  "compatibility": {
7195
- "nuxt": "^3.0.0",
8560
+ "nuxt": ">=3.0.0",
7196
8561
  "requires": {}
7197
8562
  }
7198
8563
  },
7199
8564
  {
7200
8565
  "name": "vueform-builder",
7201
8566
  "description": "Official Vueform Builder module for Nuxt",
7202
- "repo": "vueform/builder-nuxt",
8567
+ "repo": "vueform/builder#main/nuxt",
7203
8568
  "npm": "@vueform/builder-nuxt",
7204
8569
  "icon": "vueform.svg",
7205
8570
  "github": "https://github.com/vueform/builder",
@@ -7215,14 +8580,14 @@
7215
8580
  }
7216
8581
  ],
7217
8582
  "compatibility": {
7218
- "nuxt": "^3.0.0",
8583
+ "nuxt": ">=3.0.0",
7219
8584
  "requires": {}
7220
8585
  }
7221
8586
  },
7222
8587
  {
7223
8588
  "name": "vueform",
7224
8589
  "description": "Official Vueform module for Nuxt",
7225
- "repo": "vueform/nuxt",
8590
+ "repo": "vueform/vueform#main/nuxt",
7226
8591
  "npm": "@vueform/nuxt",
7227
8592
  "icon": "vueform.svg",
7228
8593
  "github": "https://github.com/vueform/vueform",
@@ -7238,7 +8603,7 @@
7238
8603
  }
7239
8604
  ],
7240
8605
  "compatibility": {
7241
- "nuxt": "^3.0.0",
8606
+ "nuxt": ">=3.0.0",
7242
8607
  "requires": {}
7243
8608
  }
7244
8609
  },
@@ -7249,8 +8614,8 @@
7249
8614
  "npm": "@vuestic/nuxt",
7250
8615
  "icon": "vuestic.png",
7251
8616
  "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
7252
- "website": "https://vuestic.dev",
7253
- "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
8617
+ "website": "https://ui.vuestic.dev",
8618
+ "learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
7254
8619
  "category": "UI",
7255
8620
  "type": "3rd-party",
7256
8621
  "maintainers": [
@@ -7260,19 +8625,19 @@
7260
8625
  }
7261
8626
  ],
7262
8627
  "compatibility": {
7263
- "nuxt": "^3.0.0",
8628
+ "nuxt": ">=3.0.0",
7264
8629
  "requires": {}
7265
8630
  }
7266
8631
  },
7267
8632
  {
7268
8633
  "name": "vuetify-nuxt-module",
7269
8634
  "description": "Zero-config Nuxt Module for Vuetify.",
7270
- "repo": "userquin/vuetify-nuxt-module",
8635
+ "repo": "vuetifyjs/nuxt-module",
7271
8636
  "npm": "vuetify-nuxt-module",
7272
8637
  "icon": "vuetify-logo-v3-dark.svg",
7273
- "github": "https://github.com/userquin/vuetify-nuxt-module",
7274
- "website": "https://github.com/userquin/vuetify-nuxt-module",
7275
- "learn_more": "https://vuetify-nuxt-module.netlify.app/",
8638
+ "github": "https://github.com/vuetifyjs/nuxt-module",
8639
+ "website": "https://nuxt.vuetifyjs.com/",
8640
+ "learn_more": "https://github.com/vuetifyjs/nuxt-module/blob/main/README.md",
7276
8641
  "category": "UI",
7277
8642
  "type": "3rd-party",
7278
8643
  "maintainers": [
@@ -7282,7 +8647,7 @@
7282
8647
  }
7283
8648
  ],
7284
8649
  "compatibility": {
7285
- "nuxt": "^3.0.0",
8650
+ "nuxt": ">=3.0.0",
7286
8651
  "requires": {}
7287
8652
  }
7288
8653
  },
@@ -7332,7 +8697,7 @@
7332
8697
  }
7333
8698
  ],
7334
8699
  "compatibility": {
7335
- "nuxt": "^2.0.0 || ^3.0.0",
8700
+ "nuxt": "^2.0.0 || >=3.0.0",
7336
8701
  "requires": {
7337
8702
  "bridge": "optional"
7338
8703
  },
@@ -7380,7 +8745,7 @@
7380
8745
  }
7381
8746
  ],
7382
8747
  "compatibility": {
7383
- "nuxt": "^3.0.0",
8748
+ "nuxt": ">=3.0.0",
7384
8749
  "requires": {}
7385
8750
  }
7386
8751
  },
@@ -7412,7 +8777,7 @@
7412
8777
  }
7413
8778
  ],
7414
8779
  "compatibility": {
7415
- "nuxt": "^2.0.0 || ^3.0.0",
8780
+ "nuxt": "^2.0.0 || >=3.0.0",
7416
8781
  "requires": {
7417
8782
  "bridge": "optional"
7418
8783
  }
@@ -7440,6 +8805,28 @@
7440
8805
  "requires": {}
7441
8806
  }
7442
8807
  },
8808
+ {
8809
+ "name": "webhook-validators",
8810
+ "description": "Nuxt module that works on the edge to easily validate incoming webhooks from different services.",
8811
+ "repo": "yizack/nuxt-webhook-validators",
8812
+ "npm": "nuxt-webhook-validators",
8813
+ "icon": "webhook-validators.svg",
8814
+ "github": "https://github.com/Yizack/nuxt-webhook-validators",
8815
+ "website": "https://github.com/Yizack/nuxt-webhook-validators",
8816
+ "learn_more": "",
8817
+ "category": "Security",
8818
+ "type": "3rd-party",
8819
+ "maintainers": [
8820
+ {
8821
+ "name": "Yizack Rangel",
8822
+ "github": "yizack"
8823
+ }
8824
+ ],
8825
+ "compatibility": {
8826
+ "nuxt": ">=3.0.0",
8827
+ "requires": {}
8828
+ }
8829
+ },
7443
8830
  {
7444
8831
  "name": "webpack-optimisations",
7445
8832
  "description": "Nuxt v2 module to automatically make your builds faster.",
@@ -7517,7 +8904,7 @@
7517
8904
  "icon": "webpack.png",
7518
8905
  "github": "https://github.com/nuxt-community/webpackmonitor-module",
7519
8906
  "website": "https://github.com/nuxt-community/webpackmonitor-module",
7520
- "learn_more": "http://webpackmonitor.com/",
8907
+ "learn_more": "",
7521
8908
  "category": "Devtools",
7522
8909
  "type": "community",
7523
8910
  "maintainers": [
@@ -7550,7 +8937,7 @@
7550
8937
  }
7551
8938
  ],
7552
8939
  "compatibility": {
7553
- "nuxt": "^3.0.0",
8940
+ "nuxt": ">=3.0.0",
7554
8941
  "requires": {}
7555
8942
  }
7556
8943
  },
@@ -7576,18 +8963,18 @@
7576
8963
  }
7577
8964
  ],
7578
8965
  "compatibility": {
7579
- "nuxt": "^3.0.0",
8966
+ "nuxt": ">=3.0.0",
7580
8967
  "requires": {}
7581
8968
  }
7582
8969
  },
7583
8970
  {
7584
8971
  "name": "windicss",
7585
8972
  "description": "Next generation utility-first CSS framework.",
7586
- "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
8973
+ "repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
7587
8974
  "npm": "nuxt-windicss",
7588
8975
  "icon": "windicss.svg",
7589
- "github": "https://github.com/windicss/nuxt-windicss-module",
7590
- "website": "https://github.com/windicss/nuxt-windicss-module",
8976
+ "github": "https://github.com/windicss/nuxt-windicss",
8977
+ "website": "https://github.com/windicss/nuxt-windicss",
7591
8978
  "learn_more": "https://windicss.org/",
7592
8979
  "category": "UI",
7593
8980
  "type": "3rd-party",
@@ -7604,7 +8991,7 @@
7604
8991
  }
7605
8992
  ],
7606
8993
  "compatibility": {
7607
- "nuxt": "^2.0.0 || ^3.0.0",
8994
+ "nuxt": "^2.0.0 || >=3.0.0",
7608
8995
  "requires": {
7609
8996
  "bridge": "optional"
7610
8997
  }
@@ -7695,7 +9082,7 @@
7695
9082
  }
7696
9083
  ],
7697
9084
  "compatibility": {
7698
- "nuxt": "^2.0.0 || ^3.0.0",
9085
+ "nuxt": "^2.0.0 || >=3.0.0",
7699
9086
  "requires": {
7700
9087
  "bridge": true
7701
9088
  }