@nuxt/modules 0.6.0-a7c064 → 0.6.0-a8fec0

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 +1198 -471
  2. package/package.json +8 -5
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
  }
@@ -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,7 @@
349
371
  }
350
372
  ],
351
373
  "compatibility": {
352
- "nuxt": "^3.0.0",
374
+ "nuxt": ">=3.0.0",
353
375
  "requires": {}
354
376
  }
355
377
  },
@@ -371,7 +393,7 @@
371
393
  }
372
394
  ],
373
395
  "compatibility": {
374
- "nuxt": "^3.0.0",
396
+ "nuxt": ">=3.0.0",
375
397
  "requires": {}
376
398
  }
377
399
  },
@@ -421,7 +443,30 @@
421
443
  }
422
444
  ],
423
445
  "compatibility": {
424
- "nuxt": "^3.0.0",
446
+ "nuxt": ">=3.0.0",
447
+ "requires": {}
448
+ }
449
+ },
450
+ {
451
+ "name": "authorization",
452
+ "description": "Manage permissions inside the app and the server.",
453
+ "repo": "barbapapazes/nuxt-authorization",
454
+ "npm": "nuxt-authorization",
455
+ "icon": "",
456
+ "github": "https://github.com/barbapapazes/nuxt-authorization",
457
+ "website": "https://github.com/barbapapazes/nuxt-authorization",
458
+ "learn_more": "https://soubiran.dev/posts/nuxt-going-full-stack-how-to-handle-authorization",
459
+ "category": "Security",
460
+ "type": "3rd-party",
461
+ "maintainers": [
462
+ {
463
+ "name": "Estéban Soubiran",
464
+ "github": "barbapapazes",
465
+ "twitter": "soubiran_"
466
+ }
467
+ ],
468
+ "compatibility": {
469
+ "nuxt": ">=3.0.0",
425
470
  "requires": {}
426
471
  }
427
472
  },
@@ -444,7 +489,7 @@
444
489
  }
445
490
  ],
446
491
  "compatibility": {
447
- "nuxt": "^3.0.0",
492
+ "nuxt": ">=3.0.0",
448
493
  "requires": {}
449
494
  }
450
495
  },
@@ -589,7 +634,7 @@
589
634
  }
590
635
  ],
591
636
  "compatibility": {
592
- "nuxt": "^2.0.0 || ^3.0.0",
637
+ "nuxt": "^2.0.0 || >=3.0.0",
593
638
  "requires": {
594
639
  "bridge": true
595
640
  }
@@ -658,7 +703,7 @@
658
703
  }
659
704
  ],
660
705
  "compatibility": {
661
- "nuxt": "^3.0.0",
706
+ "nuxt": ">=3.0.0",
662
707
  "requires": {}
663
708
  }
664
709
  },
@@ -703,7 +748,7 @@
703
748
  }
704
749
  ],
705
750
  "compatibility": {
706
- "nuxt": "^3.0.0",
751
+ "nuxt": ">=3.0.0",
707
752
  "requires": {}
708
753
  }
709
754
  },
@@ -747,7 +792,7 @@
747
792
  }
748
793
  ],
749
794
  "compatibility": {
750
- "nuxt": "^3.0.0",
795
+ "nuxt": ">=3.0.0",
751
796
  "requires": {}
752
797
  }
753
798
  },
@@ -792,7 +837,7 @@
792
837
  }
793
838
  ],
794
839
  "compatibility": {
795
- "nuxt": "^3.0.0",
840
+ "nuxt": ">=3.0.0",
796
841
  "requires": {}
797
842
  }
798
843
  },
@@ -863,7 +908,7 @@
863
908
  }
864
909
  ],
865
910
  "compatibility": {
866
- "nuxt": "^3.0.0",
911
+ "nuxt": ">=3.0.0",
867
912
  "requires": {}
868
913
  }
869
914
  },
@@ -909,7 +954,7 @@
909
954
  }
910
955
  ],
911
956
  "compatibility": {
912
- "nuxt": "^2.0.0 || ^3.0.0",
957
+ "nuxt": "^2.0.0 || >=3.0.0",
913
958
  "requires": {
914
959
  "bridge": "optional"
915
960
  }
@@ -980,7 +1025,7 @@
980
1025
  }
981
1026
  ],
982
1027
  "compatibility": {
983
- "nuxt": "^3.0.0",
1028
+ "nuxt": ">=3.0.0",
984
1029
  "requires": {}
985
1030
  }
986
1031
  },
@@ -991,7 +1036,7 @@
991
1036
  "npm": "@nuxt/content",
992
1037
  "icon": "nuxt.svg",
993
1038
  "github": "https://github.com/nuxt/content",
994
- "website": "https://content.nuxtjs.org",
1039
+ "website": "https://content.nuxt.com",
995
1040
  "learn_more": "",
996
1041
  "category": "CMS",
997
1042
  "type": "official",
@@ -1013,7 +1058,7 @@
1013
1058
  }
1014
1059
  ],
1015
1060
  "compatibility": {
1016
- "nuxt": "^2.0.0 || ^3.0.0",
1061
+ "nuxt": "^2.0.0 || >=3.0.0",
1017
1062
  "requires": {}
1018
1063
  }
1019
1064
  },
@@ -1058,7 +1103,7 @@
1058
1103
  }
1059
1104
  ],
1060
1105
  "compatibility": {
1061
- "nuxt": "^3.0.0",
1106
+ "nuxt": ">=3.0.0",
1062
1107
  "requires": {}
1063
1108
  }
1064
1109
  },
@@ -1081,7 +1126,7 @@
1081
1126
  }
1082
1127
  ],
1083
1128
  "compatibility": {
1084
- "nuxt": "^3.0.0",
1129
+ "nuxt": ">=3.0.0",
1085
1130
  "requires": {}
1086
1131
  }
1087
1132
  },
@@ -1092,7 +1137,7 @@
1092
1137
  "npm": "nuxt-custom-elements",
1093
1138
  "icon": "custom-elements.png",
1094
1139
  "github": "https://github.com/GrabarzUndPartner/nuxt-custom-elements",
1095
- "website": "https://nuxt-custom-elements.grabarzundpartner.dev",
1140
+ "website": "https://grabarzundpartner.github.io/nuxt-custom-elements/",
1096
1141
  "learn_more": "https://github.com/karol-f/vue-custom-element",
1097
1142
  "category": "Extensions",
1098
1143
  "type": "3rd-party",
@@ -1197,7 +1242,7 @@
1197
1242
  }
1198
1243
  ],
1199
1244
  "compatibility": {
1200
- "nuxt": "^3.0.0",
1245
+ "nuxt": ">=3.0.0",
1201
1246
  "requires": {}
1202
1247
  }
1203
1248
  },
@@ -1220,7 +1265,7 @@
1220
1265
  }
1221
1266
  ],
1222
1267
  "compatibility": {
1223
- "nuxt": "^3.0.0",
1268
+ "nuxt": ">=3.0.0",
1224
1269
  "requires": {}
1225
1270
  }
1226
1271
  },
@@ -1243,7 +1288,7 @@
1243
1288
  }
1244
1289
  ],
1245
1290
  "compatibility": {
1246
- "nuxt": "^2.0.0 || ^3.0.0",
1291
+ "nuxt": "^2.0.0 || >=3.0.0",
1247
1292
  "requires": {}
1248
1293
  }
1249
1294
  },
@@ -1265,7 +1310,7 @@
1265
1310
  }
1266
1311
  ],
1267
1312
  "compatibility": {
1268
- "nuxt": "^2.0.0 || ^3.0.0",
1313
+ "nuxt": "^2.0.0 || >=3.0.0",
1269
1314
  "requires": {}
1270
1315
  }
1271
1316
  },
@@ -1276,7 +1321,7 @@
1276
1321
  "npm": "@nuxt/devtools",
1277
1322
  "icon": "nuxt.svg",
1278
1323
  "github": "https://github.com/nuxt/devtools",
1279
- "website": "https://devtools.nuxtjs.org/",
1324
+ "website": "https://devtools.nuxt.com",
1280
1325
  "learn_more": "",
1281
1326
  "category": "Devtools",
1282
1327
  "type": "official",
@@ -1288,7 +1333,7 @@
1288
1333
  }
1289
1334
  ],
1290
1335
  "compatibility": {
1291
- "nuxt": "^3.0.0",
1336
+ "nuxt": ">=3.0.0",
1292
1337
  "requires": {}
1293
1338
  }
1294
1339
  },
@@ -1311,7 +1356,7 @@
1311
1356
  }
1312
1357
  ],
1313
1358
  "compatibility": {
1314
- "nuxt": "^3.0.0",
1359
+ "nuxt": ">=3.0.0",
1315
1360
  "requires": {},
1316
1361
  "devtools": "^0.0.0"
1317
1362
  }
@@ -1334,7 +1379,7 @@
1334
1379
  }
1335
1380
  ],
1336
1381
  "compatibility": {
1337
- "nuxt": "^3.0.0",
1382
+ "nuxt": ">=3.0.0",
1338
1383
  "requires": {}
1339
1384
  }
1340
1385
  },
@@ -1356,7 +1401,7 @@
1356
1401
  }
1357
1402
  ],
1358
1403
  "compatibility": {
1359
- "nuxt": "^3.0.0",
1404
+ "nuxt": ">=3.0.0",
1360
1405
  "requires": {}
1361
1406
  }
1362
1407
  },
@@ -1411,7 +1456,7 @@
1411
1456
  }
1412
1457
  ],
1413
1458
  "compatibility": {
1414
- "nuxt": "^2.0.0 || ^3.0.0",
1459
+ "nuxt": "^2.0.0 || >=3.0.0",
1415
1460
  "requires": {}
1416
1461
  }
1417
1462
  },
@@ -1437,6 +1482,50 @@
1437
1482
  "requires": {}
1438
1483
  }
1439
1484
  },
1485
+ {
1486
+ "name": "easy-lightbox",
1487
+ "description": "A plugin for simple Vue 3 Image Lightbox component with Zoom / Drag / Rotate / Switch.",
1488
+ "repo": "modbender/nuxt-easy-lightbox",
1489
+ "npm": "nuxt-easy-lightbox",
1490
+ "icon": "easy-lightbox.svg",
1491
+ "github": "https://github.com/modbender/nuxt-easy-lightbox",
1492
+ "website": "https://github.com/modbender/nuxt-easy-lightbox",
1493
+ "learn_more": "",
1494
+ "category": "Libraries",
1495
+ "type": "3rd-party",
1496
+ "maintainers": [
1497
+ {
1498
+ "name": "modbender",
1499
+ "github": "modbender"
1500
+ }
1501
+ ],
1502
+ "compatibility": {
1503
+ "nuxt": ">=3.0.0",
1504
+ "requires": {}
1505
+ }
1506
+ },
1507
+ {
1508
+ "name": "echarts",
1509
+ "description": "Nuxt Module for Apache ECharts™",
1510
+ "repo": "kingyue737/nuxt-echarts",
1511
+ "npm": "nuxt-echarts",
1512
+ "icon": "echarts.svg",
1513
+ "github": "https://github.com/kingyue737/nuxt-echarts",
1514
+ "website": "https://echarts.nuxt.dev",
1515
+ "learn_more": "https://nuxt-echarts.nuxt.dev",
1516
+ "category": "Libraries",
1517
+ "type": "3rd-party",
1518
+ "maintainers": [
1519
+ {
1520
+ "name": "Yue JIN",
1521
+ "github": "kingyue737"
1522
+ }
1523
+ ],
1524
+ "compatibility": {
1525
+ "nuxt": ">=3.0.0",
1526
+ "requires": {}
1527
+ }
1528
+ },
1440
1529
  {
1441
1530
  "name": "edgedb",
1442
1531
  "description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
@@ -1456,7 +1545,7 @@
1456
1545
  }
1457
1546
  ],
1458
1547
  "compatibility": {
1459
- "nuxt": "^3.8.0",
1548
+ "nuxt": ">=3.8.0",
1460
1549
  "requires": {}
1461
1550
  }
1462
1551
  },
@@ -1478,7 +1567,7 @@
1478
1567
  }
1479
1568
  ],
1480
1569
  "compatibility": {
1481
- "nuxt": "^3.0.0",
1570
+ "nuxt": ">=3.0.0",
1482
1571
  "requires": {}
1483
1572
  }
1484
1573
  },
@@ -1500,7 +1589,7 @@
1500
1589
  }
1501
1590
  ],
1502
1591
  "compatibility": {
1503
- "nuxt": "^3.0.0",
1592
+ "nuxt": ">=3.0.0",
1504
1593
  "requires": {
1505
1594
  "bridge": "optional"
1506
1595
  }
@@ -1530,12 +1619,12 @@
1530
1619
  }
1531
1620
  ],
1532
1621
  "compatibility": {
1533
- "nuxt": "^2.0.0 || ^3.0.0",
1622
+ "nuxt": "^2.0.0 || >=3.0.0",
1534
1623
  "requires": {}
1535
1624
  }
1536
1625
  },
1537
1626
  {
1538
- "name": "eslint",
1627
+ "name": "eslint-module",
1539
1628
  "description": "ESLint module for Nuxt",
1540
1629
  "repo": "nuxt-community/eslint-module",
1541
1630
  "npm": "@nuxtjs/eslint-module",
@@ -1552,7 +1641,30 @@
1552
1641
  }
1553
1642
  ],
1554
1643
  "compatibility": {
1555
- "nuxt": "^2.0.0 || ^3.0.0",
1644
+ "nuxt": "^2.0.0 || >=3.0.0",
1645
+ "requires": {}
1646
+ }
1647
+ },
1648
+ {
1649
+ "name": "eslint",
1650
+ "description": "All-in-one ESLint module for Nuxt, provides project-aware, easy-to-use, extensible and future-proof integrations.",
1651
+ "repo": "nuxt/eslint",
1652
+ "npm": "@nuxt/eslint",
1653
+ "icon": "nuxt.svg",
1654
+ "github": "https://github.com/nuxt/eslint",
1655
+ "website": "https://eslint.nuxt.com",
1656
+ "learn_more": "https://eslint.nuxt.com/packages/module",
1657
+ "category": "Devtools",
1658
+ "type": "official",
1659
+ "maintainers": [
1660
+ {
1661
+ "name": "Anthony Fu",
1662
+ "github": "antfu",
1663
+ "twitter": "antfu7"
1664
+ }
1665
+ ],
1666
+ "compatibility": {
1667
+ "nuxt": ">=3.0.0",
1556
1668
  "requires": {}
1557
1669
  }
1558
1670
  },
@@ -1597,7 +1709,7 @@
1597
1709
  }
1598
1710
  ],
1599
1711
  "compatibility": {
1600
- "nuxt": "^3.0.0",
1712
+ "nuxt": ">=3.0.0",
1601
1713
  "requires": {}
1602
1714
  }
1603
1715
  },
@@ -1775,7 +1887,7 @@
1775
1887
  }
1776
1888
  ],
1777
1889
  "compatibility": {
1778
- "nuxt": "^3.0.0",
1890
+ "nuxt": ">=3.0.0",
1779
1891
  "requires": {}
1780
1892
  }
1781
1893
  },
@@ -1801,6 +1913,29 @@
1801
1913
  "requires": {}
1802
1914
  }
1803
1915
  },
1916
+ {
1917
+ "name": "fonts",
1918
+ "description": "Plug-and-play web font optimization and configuration for Nuxt apps.",
1919
+ "repo": "nuxt/fonts",
1920
+ "npm": "@nuxt/fonts",
1921
+ "icon": "nuxt.svg",
1922
+ "github": "https://github.com/nuxt/fonts",
1923
+ "website": "https://github.com/nuxt/fonts",
1924
+ "learn_more": "",
1925
+ "category": "Libraries",
1926
+ "type": "official",
1927
+ "maintainers": [
1928
+ {
1929
+ "name": "Daniel Roe",
1930
+ "github": "danielroe",
1931
+ "twitter": "danielcroe"
1932
+ }
1933
+ ],
1934
+ "compatibility": {
1935
+ "nuxt": ">=3.0.0",
1936
+ "requires": {}
1937
+ }
1938
+ },
1804
1939
  {
1805
1940
  "name": "form-actions",
1806
1941
  "description": "A set of features and composables to interact with forms and server data.",
@@ -1820,7 +1955,7 @@
1820
1955
  }
1821
1956
  ],
1822
1957
  "compatibility": {
1823
- "nuxt": "^3.7.0",
1958
+ "nuxt": ">=3.7.0",
1824
1959
  "requires": {}
1825
1960
  }
1826
1961
  },
@@ -1848,7 +1983,7 @@
1848
1983
  }
1849
1984
  ],
1850
1985
  "compatibility": {
1851
- "nuxt": "^3.0.0",
1986
+ "nuxt": ">=3.0.0",
1852
1987
  "requires": {}
1853
1988
  }
1854
1989
  },
@@ -1918,7 +2053,7 @@
1918
2053
  }
1919
2054
  ],
1920
2055
  "compatibility": {
1921
- "nuxt": "^2.0.0 || ^3.0.0",
2056
+ "nuxt": "^2.0.0 || >=3.0.0",
1922
2057
  "requires": {}
1923
2058
  }
1924
2059
  },
@@ -1972,7 +2107,7 @@
1972
2107
  }
1973
2108
  ],
1974
2109
  "compatibility": {
1975
- "nuxt": "^2.0.0 || ^3.0.0",
2110
+ "nuxt": "^2.0.0 || >=3.0.0",
1976
2111
  "requires": {
1977
2112
  "bridge": "optional"
1978
2113
  }
@@ -2055,7 +2190,7 @@
2055
2190
  }
2056
2191
  ],
2057
2192
  "compatibility": {
2058
- "nuxt": "^3.0.0",
2193
+ "nuxt": ">=3.0.0",
2059
2194
  "requires": {}
2060
2195
  }
2061
2196
  },
@@ -2077,7 +2212,7 @@
2077
2212
  }
2078
2213
  ],
2079
2214
  "compatibility": {
2080
- "nuxt": "^2.0.0 || ^3.0.0",
2215
+ "nuxt": "^2.0.0 || >=3.0.0",
2081
2216
  "requires": {}
2082
2217
  }
2083
2218
  },
@@ -2099,14 +2234,14 @@
2099
2234
  }
2100
2235
  ],
2101
2236
  "compatibility": {
2102
- "nuxt": "^3.0.0",
2237
+ "nuxt": ">=3.0.0",
2103
2238
  "requires": {},
2104
2239
  "devtools": "^0.0.0"
2105
2240
  }
2106
2241
  },
2107
2242
  {
2108
2243
  "name": "gtag",
2109
- "description": "Google Analytics integration for Nuxt",
2244
+ "description": "Google Analytics integration for Nuxt: Google Analytics, Google Ads and more",
2110
2245
  "repo": "johannschopplich/nuxt-gtag",
2111
2246
  "npm": "nuxt-gtag",
2112
2247
  "icon": "gtag.svg",
@@ -2124,7 +2259,7 @@
2124
2259
  }
2125
2260
  ],
2126
2261
  "compatibility": {
2127
- "nuxt": "^3.0.0",
2262
+ "nuxt": ">=3.0.0",
2128
2263
  "requires": {}
2129
2264
  }
2130
2265
  },
@@ -2191,7 +2326,7 @@
2191
2326
  }
2192
2327
  ],
2193
2328
  "compatibility": {
2194
- "nuxt": "^3.0.0",
2329
+ "nuxt": ">=3.0.0",
2195
2330
  "requires": {}
2196
2331
  }
2197
2332
  },
@@ -2214,7 +2349,7 @@
2214
2349
  }
2215
2350
  ],
2216
2351
  "compatibility": {
2217
- "nuxt": "^3.0.0",
2352
+ "nuxt": ">=3.0.0",
2218
2353
  "requires": {}
2219
2354
  }
2220
2355
  },
@@ -2236,7 +2371,7 @@
2236
2371
  }
2237
2372
  ],
2238
2373
  "compatibility": {
2239
- "nuxt": "^3.0.0",
2374
+ "nuxt": ">=3.0.0",
2240
2375
  "requires": {}
2241
2376
  }
2242
2377
  },
@@ -2329,6 +2464,28 @@
2329
2464
  "requires": {}
2330
2465
  }
2331
2466
  },
2467
+ {
2468
+ "name": "hotjar",
2469
+ "description": "Add HotJar to your Nuxt application",
2470
+ "repo": "damevin/nuxt-module-hotjar",
2471
+ "npm": "nuxt-module-hotjar",
2472
+ "icon": "hotjar.png",
2473
+ "github": "https://github.com/damevin/nuxt-module-hotjar",
2474
+ "website": "https://github.com/damevin/nuxt-module-hotjar",
2475
+ "learn_more": "https://github.com/damevin/nuxt-module-hotjar#nuxt-hotjar",
2476
+ "category": "SEO",
2477
+ "type": "3rd-party",
2478
+ "maintainers": [
2479
+ {
2480
+ "name": "Raphaël DAMEVIN",
2481
+ "github": "damevin"
2482
+ }
2483
+ ],
2484
+ "compatibility": {
2485
+ "nuxt": ">=3.0.0",
2486
+ "requires": {}
2487
+ }
2488
+ },
2332
2489
  {
2333
2490
  "name": "html-minifier",
2334
2491
  "description": "Minify the html for each request served by nuxt server (nuxt start)",
@@ -2358,7 +2515,7 @@
2358
2515
  "npm": "@nuxtjs/html-validator",
2359
2516
  "icon": "html-validator.png",
2360
2517
  "github": "https://github.com/nuxt-modules/html-validator",
2361
- "website": "https://html-validator.nuxtjs.org",
2518
+ "website": "https://github.com/nuxt-modules/html-validator",
2362
2519
  "learn_more": "https://html-validate.org",
2363
2520
  "category": "Performance",
2364
2521
  "type": "community",
@@ -2370,7 +2527,7 @@
2370
2527
  }
2371
2528
  ],
2372
2529
  "compatibility": {
2373
- "nuxt": "^2.0.0 || ^3.0.0",
2530
+ "nuxt": "^2.0.0 || >=3.0.0",
2374
2531
  "requires": {
2375
2532
  "bridge": "optional"
2376
2533
  }
@@ -2404,6 +2561,44 @@
2404
2561
  "requires": {}
2405
2562
  }
2406
2563
  },
2564
+ {
2565
+ "name": "hub",
2566
+ "description": "Build full-stack Nuxt applications on the edge, with zero configuration.",
2567
+ "repo": "nuxt-hub/core",
2568
+ "npm": "@nuxthub/core",
2569
+ "icon": "nuxthub.svg",
2570
+ "github": "https://github.com/nuxt-hub/core",
2571
+ "website": "https://hub.nuxt.com",
2572
+ "learn_more": "",
2573
+ "category": "Database",
2574
+ "type": "3rd-party",
2575
+ "maintainers": [
2576
+ {
2577
+ "name": "Sebastien Chopin",
2578
+ "github": "Atinux"
2579
+ },
2580
+ {
2581
+ "name": "Ahad Birang",
2582
+ "github": "farnabaz"
2583
+ },
2584
+ {
2585
+ "name": "Sylvain Marroufin",
2586
+ "github": "smarroufin"
2587
+ },
2588
+ {
2589
+ "name": "Florent Delerue",
2590
+ "github": "flosciante"
2591
+ },
2592
+ {
2593
+ "name": "NuxtLabs",
2594
+ "github": "nuxtlabs"
2595
+ }
2596
+ ],
2597
+ "compatibility": {
2598
+ "nuxt": ">=3.0.0",
2599
+ "requires": {}
2600
+ }
2601
+ },
2407
2602
  {
2408
2603
  "name": "humans-txt",
2409
2604
  "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.",
@@ -2453,7 +2648,7 @@
2453
2648
  }
2454
2649
  ],
2455
2650
  "compatibility": {
2456
- "nuxt": "^2.0.0 || ^3.0.0",
2651
+ "nuxt": "^2.0.0 || >=3.0.0",
2457
2652
  "requires": {}
2458
2653
  }
2459
2654
  },
@@ -2475,7 +2670,7 @@
2475
2670
  }
2476
2671
  ],
2477
2672
  "compatibility": {
2478
- "nuxt": "^3.0.0",
2673
+ "nuxt": ">=3.0.0",
2479
2674
  "requires": {}
2480
2675
  }
2481
2676
  },
@@ -2497,30 +2692,34 @@
2497
2692
  }
2498
2693
  ],
2499
2694
  "compatibility": {
2500
- "nuxt": "^3.0.0",
2695
+ "nuxt": ">=3.0.0",
2501
2696
  "requires": {},
2502
2697
  "devtools": "^0.0.0"
2503
2698
  }
2504
2699
  },
2505
2700
  {
2506
2701
  "name": "icon",
2507
- "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
2508
- "repo": "nuxt-modules/icon",
2509
- "npm": "nuxt-icon",
2702
+ "description": "Icon module for Nuxt with 200,000+ ready to use icons from Iconify.",
2703
+ "repo": "nuxt/icon",
2704
+ "npm": "@nuxt/icon",
2510
2705
  "icon": "nuxt-icon.png",
2511
- "github": "https://github.com/nuxt-modules/icon",
2512
- "website": "https://github.com/nuxt-modules/icon",
2706
+ "github": "https://github.com/nuxt/icon",
2707
+ "website": "https://github.com/nuxt/icon",
2513
2708
  "learn_more": "",
2514
2709
  "category": "UI",
2515
- "type": "community",
2710
+ "type": "official",
2516
2711
  "maintainers": [
2517
2712
  {
2518
2713
  "name": "Atinux",
2519
2714
  "github": "Atinux"
2715
+ },
2716
+ {
2717
+ "name": "Anthony Fu",
2718
+ "github": "antfu"
2520
2719
  }
2521
2720
  ],
2522
2721
  "compatibility": {
2523
- "nuxt": "^3.0.0",
2722
+ "nuxt": ">=3.0.0",
2524
2723
  "requires": {},
2525
2724
  "devtools": "^0.0.0"
2526
2725
  }
@@ -2543,7 +2742,7 @@
2543
2742
  }
2544
2743
  ],
2545
2744
  "compatibility": {
2546
- "nuxt": "^3.0.0",
2745
+ "nuxt": ">=3.0.0",
2547
2746
  "requires": {}
2548
2747
  }
2549
2748
  },
@@ -2603,7 +2802,7 @@
2603
2802
  }
2604
2803
  ],
2605
2804
  "compatibility": {
2606
- "nuxt": "^2.0.0 || ^3.0.0",
2805
+ "nuxt": "^2.0.0 || >=3.0.0",
2607
2806
  "requires": {
2608
2807
  "bridge": "optional"
2609
2808
  }
@@ -2634,10 +2833,10 @@
2634
2833
  {
2635
2834
  "name": "inkline",
2636
2835
  "description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
2637
- "repo": "inkline/plugin",
2836
+ "repo": "inkline/inkline#main/packages/integrations/plugin",
2638
2837
  "npm": "@inkline/plugin",
2639
2838
  "icon": "inkline.svg",
2640
- "github": "https://github.com/inkline/plugin",
2839
+ "github": "https://github.com/inkline/inkline",
2641
2840
  "website": "https://inkline.io",
2642
2841
  "learn_more": "https://inkline.io/docs/installation/nuxt",
2643
2842
  "category": "UI",
@@ -2650,7 +2849,7 @@
2650
2849
  }
2651
2850
  ],
2652
2851
  "compatibility": {
2653
- "nuxt": "^2.0.0 || ^3.0.0",
2852
+ "nuxt": "^2.0.0 || >=3.0.0",
2654
2853
  "requires": {
2655
2854
  "bridge": true
2656
2855
  }
@@ -2697,7 +2896,7 @@
2697
2896
  }
2698
2897
  ],
2699
2898
  "compatibility": {
2700
- "nuxt": "^3.0.0",
2899
+ "nuxt": ">=3.0.0",
2701
2900
  "requires": {}
2702
2901
  }
2703
2902
  },
@@ -2719,7 +2918,29 @@
2719
2918
  }
2720
2919
  ],
2721
2920
  "compatibility": {
2722
- "nuxt": "^2.0.0 || ^3.0.0",
2921
+ "nuxt": "^2.0.0 || >=3.0.0",
2922
+ "requires": {}
2923
+ }
2924
+ },
2925
+ {
2926
+ "name": "keen-slider",
2927
+ "description": "Best, lightweight Keen Slider for best web performance",
2928
+ "repo": "modbender/nuxt-keen-slider",
2929
+ "npm": "nuxt-keen-slider",
2930
+ "icon": "keen-slider.png",
2931
+ "github": "https://github.com/modbender/nuxt-keen-slider",
2932
+ "website": "https://github.com/modbender/nuxt-keen-slider",
2933
+ "learn_more": "",
2934
+ "category": "Libraries",
2935
+ "type": "3rd-party",
2936
+ "maintainers": [
2937
+ {
2938
+ "name": "modbender",
2939
+ "github": "modbender"
2940
+ }
2941
+ ],
2942
+ "compatibility": {
2943
+ "nuxt": "^3.0.0",
2723
2944
  "requires": {}
2724
2945
  }
2725
2946
  },
@@ -2768,7 +2989,7 @@
2768
2989
  }
2769
2990
  ],
2770
2991
  "compatibility": {
2771
- "nuxt": "^3.0.0",
2992
+ "nuxt": ">=3.0.0",
2772
2993
  "requires": {}
2773
2994
  },
2774
2995
  "sponsor": true
@@ -2780,7 +3001,7 @@
2780
3001
  "npm": "nuxt-kql",
2781
3002
  "icon": "kql.svg",
2782
3003
  "github": "https://github.com/johannschopplich/nuxt-kql",
2783
- "website": "https://nuxt-kql.jhnn.dev",
3004
+ "website": "https://nuxt-kql.byjohann.dev/",
2784
3005
  "learn_more": "",
2785
3006
  "category": "CMS",
2786
3007
  "type": "3rd-party",
@@ -2793,7 +3014,7 @@
2793
3014
  }
2794
3015
  ],
2795
3016
  "compatibility": {
2796
- "nuxt": "^3.0.0",
3017
+ "nuxt": ">=3.0.0",
2797
3018
  "requires": {}
2798
3019
  }
2799
3020
  },
@@ -2859,7 +3080,7 @@
2859
3080
  }
2860
3081
  ],
2861
3082
  "compatibility": {
2862
- "nuxt": "^3.0.0",
3083
+ "nuxt": ">=3.0.0",
2863
3084
  "requires": {}
2864
3085
  }
2865
3086
  },
@@ -2887,23 +3108,23 @@
2887
3108
  },
2888
3109
  {
2889
3110
  "name": "leaflet",
2890
- "description": "A Nuxt module which makes it easy to create reactive maps with Leaflet",
2891
- "repo": "schlunsen/nuxt-leaflet",
2892
- "npm": "nuxt-leaflet",
3111
+ "description": "Leaflet integration with Nuxt",
3112
+ "repo": "nuxt-modules/leaflet",
3113
+ "npm": "@nuxtjs/leaflet",
2893
3114
  "icon": "leaflet.png",
2894
- "github": "https://github.com/schlunsen/nuxt-leaflet",
2895
- "website": "https://github.com/schlunsen/nuxt-leaflet",
2896
- "learn_more": "https://vue2-leaflet.netlify.app/quickstart/",
3115
+ "github": "https://github.com/nuxt-modules/leaflet",
3116
+ "website": "https://leaflet.nuxtjs.org/",
3117
+ "learn_more": "https://leaflet.nuxtjs.org/",
2897
3118
  "category": "Libraries",
2898
- "type": "3rd-party",
3119
+ "type": "community",
2899
3120
  "maintainers": [
2900
3121
  {
2901
- "name": "schlunsen",
2902
- "github": "schlunsen"
3122
+ "name": "Augustin MERCIER",
3123
+ "github": "Gugustinette"
2903
3124
  }
2904
3125
  ],
2905
3126
  "compatibility": {
2906
- "nuxt": "^2.0.0",
3127
+ "nuxt": "^3.0.0",
2907
3128
  "requires": {}
2908
3129
  }
2909
3130
  },
@@ -2927,7 +3148,7 @@
2927
3148
  }
2928
3149
  ],
2929
3150
  "compatibility": {
2930
- "nuxt": "^3.0.0",
3151
+ "nuxt": ">=3.0.0",
2931
3152
  "requires": {},
2932
3153
  "devtools": "^0.0.0"
2933
3154
  }
@@ -2982,6 +3203,28 @@
2982
3203
  "requires": {}
2983
3204
  }
2984
3205
  },
3206
+ {
3207
+ "name": "locomotive-scroll",
3208
+ "description": "A Nuxt module to easily integrate Locomotive Scroll into your Nuxt application.",
3209
+ "repo": "arashsheyda/nuxt-locomotive-scroll",
3210
+ "npm": "nuxt-locomotive-scroll",
3211
+ "icon": "locomotive-scroll.png",
3212
+ "github": "https://github.com/arashsheyda/nuxt-locomotive-scroll",
3213
+ "website": "https://docs.arashsheyda.me/nuxt-locomotive-scroll",
3214
+ "learn_more": "https://github.com/locomotivemtl/locomotive-scroll",
3215
+ "category": "Libraries",
3216
+ "type": "3rd-party",
3217
+ "maintainers": [
3218
+ {
3219
+ "name": "Arash Sheyda",
3220
+ "github": "arashsheyda"
3221
+ }
3222
+ ],
3223
+ "compatibility": {
3224
+ "nuxt": ">=3.0.0",
3225
+ "requires": {}
3226
+ }
3227
+ },
2985
3228
  {
2986
3229
  "name": "lodash",
2987
3230
  "description": "lodash module with auto-import and custom prefix",
@@ -3000,7 +3243,7 @@
3000
3243
  }
3001
3244
  ],
3002
3245
  "compatibility": {
3003
- "nuxt": "^3.0.0",
3246
+ "nuxt": ">=3.0.0",
3004
3247
  "requires": {}
3005
3248
  }
3006
3249
  },
@@ -3023,10 +3266,34 @@
3023
3266
  }
3024
3267
  ],
3025
3268
  "compatibility": {
3026
- "nuxt": "^2.0.0 || ^3.0.0",
3269
+ "nuxt": "^2.0.0 || >=3.0.0",
3027
3270
  "requires": {}
3028
3271
  }
3029
3272
  },
3273
+ {
3274
+ "name": "logto",
3275
+ "description": "The better Nuxt auth module for developers.",
3276
+ "repo": "logto-io/js#master/packages/nuxt",
3277
+ "npm": "@logto/nuxt",
3278
+ "icon": "logto.svg",
3279
+ "github": "https://github.com/logto-io/js/tree/master/packages/nuxt",
3280
+ "website": "https://logto.io",
3281
+ "learn_more": "https://docs.logto.io",
3282
+ "category": "Security",
3283
+ "type": "3rd-party",
3284
+ "maintainers": [
3285
+ {
3286
+ "name": "logto",
3287
+ "github": "logto-io",
3288
+ "twitter": "logto_io"
3289
+ }
3290
+ ],
3291
+ "compatibility": {
3292
+ "nuxt": ">=3.0.0",
3293
+ "requires": {}
3294
+ },
3295
+ "sponsor": true
3296
+ },
3030
3297
  {
3031
3298
  "name": "lucide-icons",
3032
3299
  "description": "Nuxt module to integrate Lucide icons",
@@ -3049,7 +3316,7 @@
3049
3316
  }
3050
3317
  ],
3051
3318
  "compatibility": {
3052
- "nuxt": "^3.0.0",
3319
+ "nuxt": ">=3.0.0",
3053
3320
  "requires": {}
3054
3321
  }
3055
3322
  },
@@ -3094,7 +3361,7 @@
3094
3361
  }
3095
3362
  ],
3096
3363
  "compatibility": {
3097
- "nuxt": "^3.0.0",
3364
+ "nuxt": ">=3.0.0",
3098
3365
  "requires": {}
3099
3366
  }
3100
3367
  },
@@ -3117,7 +3384,7 @@
3117
3384
  }
3118
3385
  ],
3119
3386
  "compatibility": {
3120
- "nuxt": "^3.8.0",
3387
+ "nuxt": ">=3.8.0",
3121
3388
  "requires": {}
3122
3389
  }
3123
3390
  },
@@ -3163,7 +3430,7 @@
3163
3430
  }
3164
3431
  ],
3165
3432
  "compatibility": {
3166
- "nuxt": "^3.0.0",
3433
+ "nuxt": ">=3.0.0",
3167
3434
  "requires": {},
3168
3435
  "devtools": "^0.0.0"
3169
3436
  }
@@ -3193,8 +3460,8 @@
3193
3460
  {
3194
3461
  "name": "maz-ui",
3195
3462
  "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3196
- "repo": "louismazel/maz-ui#master/packages/nuxt-module",
3197
- "npm": "nuxt-module",
3463
+ "repo": "louismazel/maz-ui#master/packages/lib",
3464
+ "npm": "maz-ui",
3198
3465
  "icon": "maz-ui.png",
3199
3466
  "github": "https://github.com/louismazel/maz-ui",
3200
3467
  "website": "https://maz-ui.com/",
@@ -3208,7 +3475,29 @@
3208
3475
  }
3209
3476
  ],
3210
3477
  "compatibility": {
3211
- "nuxt": "^3.0.0",
3478
+ "nuxt": ">=3.0.0",
3479
+ "requires": {}
3480
+ }
3481
+ },
3482
+ {
3483
+ "name": "mdc",
3484
+ "description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
3485
+ "repo": "nuxt-modules/mdc",
3486
+ "npm": "@nuxtjs/mdc",
3487
+ "icon": "mdc.png",
3488
+ "github": "https://github.com/nuxt-modules/mdc",
3489
+ "website": "https://github.com/nuxt-modules/mdc",
3490
+ "learn_more": "",
3491
+ "category": "Extensions",
3492
+ "type": "community",
3493
+ "maintainers": [
3494
+ {
3495
+ "name": "farnabaz",
3496
+ "github": "farnabaz"
3497
+ }
3498
+ ],
3499
+ "compatibility": {
3500
+ "nuxt": ">=3.0.0",
3212
3501
  "requires": {}
3213
3502
  }
3214
3503
  },
@@ -3254,7 +3543,7 @@
3254
3543
  }
3255
3544
  ],
3256
3545
  "compatibility": {
3257
- "nuxt": "^2.0.0 || ^3.0.0",
3546
+ "nuxt": "^2.0.0 || >=3.0.0",
3258
3547
  "requires": {
3259
3548
  "bridge": true
3260
3549
  }
@@ -3279,7 +3568,7 @@
3279
3568
  }
3280
3569
  ],
3281
3570
  "compatibility": {
3282
- "nuxt": "^3.0.0",
3571
+ "nuxt": ">=3.0.0",
3283
3572
  "requires": {
3284
3573
  "bridge": false
3285
3574
  },
@@ -3327,7 +3616,29 @@
3327
3616
  }
3328
3617
  ],
3329
3618
  "compatibility": {
3330
- "nuxt": "^3.0.0",
3619
+ "nuxt": ">=3.0.0",
3620
+ "requires": {}
3621
+ }
3622
+ },
3623
+ {
3624
+ "name": "mojocss",
3625
+ "description": "The Atomic CSS Framework for crafting gorgeous UIs without shipping any CSS.",
3626
+ "repo": "mojocss/mojocss-nuxt-module",
3627
+ "npm": "@mojocss/nuxt",
3628
+ "icon": "mojocss.svg",
3629
+ "github": "https://github.com/mojocss/mojocss-nuxt-module",
3630
+ "website": "https://mojocss.com/docs/guide/nuxtjs",
3631
+ "learn_more": "",
3632
+ "category": "UI",
3633
+ "type": "3rd-party",
3634
+ "maintainers": [
3635
+ {
3636
+ "name": "mojocss",
3637
+ "github": "mojocss"
3638
+ }
3639
+ ],
3640
+ "compatibility": {
3641
+ "nuxt": "^2.0.0 || >=3.0.0",
3331
3642
  "requires": {}
3332
3643
  }
3333
3644
  },
@@ -3381,10 +3692,32 @@
3381
3692
  }
3382
3693
  },
3383
3694
  {
3384
- "name": "netlify-cache",
3385
- "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
3386
- "repo": "DreaMinder/nuxt-netlify-cache",
3387
- "npm": "nuxt-netlify-cache",
3695
+ "name": "neo4j",
3696
+ "description": "Effortlessly integrate Neo4j's powerful graph database into your Nuxt applications!",
3697
+ "repo": "arashsheyda/nuxt-neo4j",
3698
+ "npm": "nuxt-neo4j",
3699
+ "icon": "nuxt-neo4j.png",
3700
+ "github": "https://github.com/arashsheyda/nuxt-neo4j",
3701
+ "website": "https://github.com/arashsheyda/nuxt-neo4j",
3702
+ "learn_more": "",
3703
+ "category": "Database",
3704
+ "type": "3rd-party",
3705
+ "maintainers": [
3706
+ {
3707
+ "name": "arashsheyda",
3708
+ "github": "arashsheyda"
3709
+ }
3710
+ ],
3711
+ "compatibility": {
3712
+ "nuxt": ">=3.0.0",
3713
+ "requires": {}
3714
+ }
3715
+ },
3716
+ {
3717
+ "name": "netlify-cache",
3718
+ "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
3719
+ "repo": "DreaMinder/nuxt-netlify-cache",
3720
+ "npm": "nuxt-netlify-cache",
3388
3721
  "icon": "netlify.png",
3389
3722
  "github": "https://github.com/DreaMinder/nuxt-netlify-cache",
3390
3723
  "website": "https://github.com/DreaMinder/nuxt-netlify-cache",
@@ -3449,29 +3782,45 @@
3449
3782
  },
3450
3783
  {
3451
3784
  "name": "ngrok",
3452
- "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",
3453
- "repo": "nuxt-community/ngrok",
3785
+ "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.",
3786
+ "repo": "nuxt-modules/ngrok",
3454
3787
  "npm": "@nuxtjs/ngrok",
3455
- "icon": "ngrok.png",
3456
- "github": "https://github.com/nuxt-community/ngrok-module",
3457
- "website": "https://ngrok.nuxtjs.org",
3458
- "learn_more": "https://github.com/bubenshchykov/ngrok",
3788
+ "icon": "ngrok.svg",
3789
+ "github": "https://github.com/nuxt-modules/ngrok",
3790
+ "website": "https://ngrok.nuxtjs.org/",
3791
+ "learn_more": "https://ngrok.com/",
3459
3792
  "category": "Devtools",
3460
3793
  "type": "community",
3461
3794
  "maintainers": [
3462
3795
  {
3463
- "name": "Debbie O'Brien",
3464
- "github": "debs-obrien",
3465
- "twitter": "debs_obrien"
3466
- },
3796
+ "name": "Arash Sheyda",
3797
+ "github": "arashsheyda"
3798
+ }
3799
+ ],
3800
+ "compatibility": {
3801
+ "nuxt": ">=3.0.0",
3802
+ "requires": {}
3803
+ }
3804
+ },
3805
+ {
3806
+ "name": "nodemailer",
3807
+ "description": "Nuxt integration for nodemailer",
3808
+ "repo": "kleinpetr/nuxt-nodemailer",
3809
+ "npm": "nuxt-nodemailer",
3810
+ "icon": "nodemailer.png",
3811
+ "github": "https://github.com/kleinpetr/nuxt-nodemailer",
3812
+ "website": "https://github.com/kleinpetr/nuxt-nodemailer",
3813
+ "learn_more": "https://www.nodemailer.com/",
3814
+ "category": "Extensions",
3815
+ "type": "3rd-party",
3816
+ "maintainers": [
3467
3817
  {
3468
- "name": "Pooya Parsa",
3469
- "github": "pi0",
3470
- "twitter": "_pi0_"
3818
+ "name": "kleinpetr",
3819
+ "github": "kleinpetr"
3471
3820
  }
3472
3821
  ],
3473
3822
  "compatibility": {
3474
- "nuxt": "^2.0.0",
3823
+ "nuxt": ">=3.0.0",
3475
3824
  "requires": {}
3476
3825
  }
3477
3826
  },
@@ -3515,7 +3864,7 @@
3515
3864
  }
3516
3865
  ],
3517
3866
  "compatibility": {
3518
- "nuxt": "^3.0.0",
3867
+ "nuxt": ">=3.0.0",
3519
3868
  "requires": {}
3520
3869
  }
3521
3870
  },
@@ -3537,7 +3886,7 @@
3537
3886
  }
3538
3887
  ],
3539
3888
  "compatibility": {
3540
- "nuxt": "^3.0.0",
3889
+ "nuxt": ">=3.0.0",
3541
3890
  "requires": {}
3542
3891
  }
3543
3892
  },
@@ -3560,7 +3909,7 @@
3560
3909
  }
3561
3910
  ],
3562
3911
  "compatibility": {
3563
- "nuxt": "^3.0.0",
3912
+ "nuxt": ">=3.0.0",
3564
3913
  "requires": {}
3565
3914
  }
3566
3915
  },
@@ -3583,7 +3932,7 @@
3583
3932
  }
3584
3933
  ],
3585
3934
  "compatibility": {
3586
- "nuxt": "^3.9.0",
3935
+ "nuxt": ">=3.9.0",
3587
3936
  "requires": {}
3588
3937
  }
3589
3938
  },
@@ -3605,7 +3954,7 @@
3605
3954
  }
3606
3955
  ],
3607
3956
  "compatibility": {
3608
- "nuxt": "^3.0.0",
3957
+ "nuxt": ">=3.0.0",
3609
3958
  "requires": {}
3610
3959
  }
3611
3960
  },
@@ -3616,7 +3965,7 @@
3616
3965
  "npm": "nuxt-bezier",
3617
3966
  "icon": "nuxt-bezier.png",
3618
3967
  "github": "https://github.com/50rayn/nuxt-bezier",
3619
- "website": "https://50rayn.github.io/nuxt-bezier/",
3968
+ "website": "https://github.com/50rayn/nuxt-bezier",
3620
3969
  "learn_more": "https://github.com/Noction/vue-bezier",
3621
3970
  "category": "UI",
3622
3971
  "type": "3rd-party",
@@ -3627,10 +3976,39 @@
3627
3976
  }
3628
3977
  ],
3629
3978
  "compatibility": {
3630
- "nuxt": "^3.0.0",
3979
+ "nuxt": ">=3.0.0",
3631
3980
  "requires": {}
3632
3981
  }
3633
3982
  },
3983
+ {
3984
+ "name": "nuxt-booster",
3985
+ "description": "nuxt-booster will help you to improve the lighthouse performance score (100/100) of your website.",
3986
+ "repo": "basics/nuxt-booster",
3987
+ "npm": "nuxt-booster",
3988
+ "icon": "nuxt-booster.svg",
3989
+ "github": "https://github.com/basics/nuxt-booster",
3990
+ "website": "https://basics.github.io/nuxt-booster/",
3991
+ "learn_more": "https://basics.github.io/nuxt-booster/",
3992
+ "category": "Performance",
3993
+ "type": "3rd-party",
3994
+ "maintainers": [
3995
+ {
3996
+ "name": "Thorn Walli",
3997
+ "github": "ThornWalli",
3998
+ "avatar": "https://avatars.githubusercontent.com/u/8287751?v=4"
3999
+ },
4000
+ {
4001
+ "name": "Stephan Gerbeth",
4002
+ "github": "StephanGerbeth",
4003
+ "avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
4004
+ }
4005
+ ],
4006
+ "compatibility": {
4007
+ "nuxt": ">=3.0.0",
4008
+ "requires": {},
4009
+ "devtools": "^0.0.0"
4010
+ }
4011
+ },
3634
4012
  {
3635
4013
  "name": "nuxt-bootstrap-icons",
3636
4014
  "description": "Just a simple integration for Bootstrap Icons",
@@ -3649,7 +4027,7 @@
3649
4027
  }
3650
4028
  ],
3651
4029
  "compatibility": {
3652
- "nuxt": "^3.0.0",
4030
+ "nuxt": ">=3.0.0",
3653
4031
  "requires": {}
3654
4032
  }
3655
4033
  },
@@ -3671,7 +4049,29 @@
3671
4049
  }
3672
4050
  ],
3673
4051
  "compatibility": {
3674
- "nuxt": "^3.0.0",
4052
+ "nuxt": ">=3.0.0",
4053
+ "requires": {}
4054
+ }
4055
+ },
4056
+ {
4057
+ "name": "nuxt-codemirror",
4058
+ "description": "Nuxt codemirror module",
4059
+ "repo": "thimodev/nuxt-codemirror",
4060
+ "npm": "nuxt-codemirror",
4061
+ "icon": "nuxt-codemirror.svg",
4062
+ "github": "https://github.com/ThimoDEV/nuxt-codemirror",
4063
+ "website": "https://github.com/ThimoDEV/nuxt-codemirror",
4064
+ "learn_more": "https://github.com/ThimoDEV/nuxt-codemirror",
4065
+ "category": "Libraries",
4066
+ "type": "3rd-party",
4067
+ "maintainers": [
4068
+ {
4069
+ "name": "ThimoDEV",
4070
+ "github": "ThimoDEV"
4071
+ }
4072
+ ],
4073
+ "compatibility": {
4074
+ "nuxt": ">=3.0.0",
3675
4075
  "requires": {}
3676
4076
  }
3677
4077
  },
@@ -3693,7 +4093,7 @@
3693
4093
  }
3694
4094
  ],
3695
4095
  "compatibility": {
3696
- "nuxt": "^3.0.0",
4096
+ "nuxt": ">=3.0.0",
3697
4097
  "requires": {}
3698
4098
  }
3699
4099
  },
@@ -3719,7 +4119,7 @@
3719
4119
  }
3720
4120
  ],
3721
4121
  "compatibility": {
3722
- "nuxt": "^3.0.0",
4122
+ "nuxt": ">=3.0.0",
3723
4123
  "requires": {}
3724
4124
  }
3725
4125
  },
@@ -3741,7 +4141,7 @@
3741
4141
  }
3742
4142
  ],
3743
4143
  "compatibility": {
3744
- "nuxt": "^3.0.0",
4144
+ "nuxt": ">=3.0.0",
3745
4145
  "requires": {}
3746
4146
  }
3747
4147
  },
@@ -3763,7 +4163,75 @@
3763
4163
  }
3764
4164
  ],
3765
4165
  "compatibility": {
3766
- "nuxt": "^3.0.0",
4166
+ "nuxt": ">=3.0.0",
4167
+ "requires": {}
4168
+ }
4169
+ },
4170
+ {
4171
+ "name": "nuxt-file-storage",
4172
+ "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.",
4173
+ "repo": "nyllre/nuxt-file-storage",
4174
+ "npm": "nuxt-file-storage",
4175
+ "icon": "nuxt-file-storage.svg",
4176
+ "github": "https://github.com/nyllre/nuxt-file-storage",
4177
+ "website": "https://github.com/nyllre/nuxt-file-storage",
4178
+ "learn_more": "https://github.com/nyllre/nuxt-file-storage",
4179
+ "category": "Database",
4180
+ "type": "3rd-party",
4181
+ "maintainers": [
4182
+ {
4183
+ "name": "NyllRE",
4184
+ "github": "NyllRE"
4185
+ }
4186
+ ],
4187
+ "compatibility": {
4188
+ "nuxt": ">=3.0.0",
4189
+ "requires": {}
4190
+ }
4191
+ },
4192
+ {
4193
+ "name": "nuxt-fontawesome",
4194
+ "description": "Module to use Font Awesome 6 icons in your Nuxt project",
4195
+ "repo": "bezumkin/nuxt-fontawesome",
4196
+ "npm": "@vesp/nuxt-fontawesome",
4197
+ "icon": "nuxt-fontawesome.svg",
4198
+ "github": "https://github.com/bezumkin/nuxt-fontawesome",
4199
+ "website": "https://github.com/bezumkin/nuxt-fontawesome",
4200
+ "learn_more": "https://fontawesome.com",
4201
+ "category": "UI",
4202
+ "type": "3rd-party",
4203
+ "maintainers": [
4204
+ {
4205
+ "name": "Vasily Naumkin",
4206
+ "github": "bezumkin",
4207
+ "avatar": "https://avatars.githubusercontent.com/u/1257284"
4208
+ }
4209
+ ],
4210
+ "compatibility": {
4211
+ "nuxt": ">=3.0.0",
4212
+ "requires": {}
4213
+ }
4214
+ },
4215
+ {
4216
+ "name": "nuxt-fortify",
4217
+ "description": "Use Laravel fortify and sanctum with Nuxt",
4218
+ "repo": "dev-charles15531/nuxt-fortify",
4219
+ "npm": "nuxt-fortify",
4220
+ "icon": "laravel-nuxt-fortify.svg",
4221
+ "github": "https://github.com/dev-charles15531/nuxt-fortify",
4222
+ "website": "https://github.com/dev-charles15531/nuxt-fortify",
4223
+ "learn_more": "https://laravel.com/docs/11.x/fortify",
4224
+ "category": "Security",
4225
+ "type": "3rd-party",
4226
+ "maintainers": [
4227
+ {
4228
+ "name": "Charles Paul",
4229
+ "github": "dev-charles15531",
4230
+ "avatar": "https://avatars.githubusercontent.com/dev-charles15531"
4231
+ }
4232
+ ],
4233
+ "compatibility": {
4234
+ "nuxt": ">=3.9.0",
3767
4235
  "requires": {}
3768
4236
  }
3769
4237
  },
@@ -3774,7 +4242,7 @@
3774
4242
  "npm": "nuxt-graphql-middleware",
3775
4243
  "icon": "nuxt-graphql-middleware.svg",
3776
4244
  "github": "https://github.com/dulnan/nuxt-graphql-middleware",
3777
- "website": "https://nuxt-graphql-middleware.dulnan.net",
4245
+ "website": "https://github.com/dulnan/nuxt-graphql-middleware",
3778
4246
  "learn_more": "",
3779
4247
  "category": "Request",
3780
4248
  "type": "3rd-party",
@@ -3792,7 +4260,7 @@
3792
4260
  }
3793
4261
  ],
3794
4262
  "compatibility": {
3795
- "nuxt": "^2.0.0 || ^3.0.0",
4263
+ "nuxt": "^2.0.0 || >=3.0.0",
3796
4264
  "requires": {}
3797
4265
  }
3798
4266
  },
@@ -3836,7 +4304,7 @@
3836
4304
  }
3837
4305
  ],
3838
4306
  "compatibility": {
3839
- "nuxt": "^3.0.0",
4307
+ "nuxt": ">=3.0.0",
3840
4308
  "requires": {},
3841
4309
  "devtools": "^0.0.0"
3842
4310
  }
@@ -3859,7 +4327,7 @@
3859
4327
  }
3860
4328
  ],
3861
4329
  "compatibility": {
3862
- "nuxt": "^2.0.0 || ^3.0.0",
4330
+ "nuxt": "^2.0.0 || >=3.0.0",
3863
4331
  "requires": {
3864
4332
  "bridge": "optional"
3865
4333
  }
@@ -3905,7 +4373,7 @@
3905
4373
  }
3906
4374
  ],
3907
4375
  "compatibility": {
3908
- "nuxt": "^3.0.0",
4376
+ "nuxt": ">=3.0.0",
3909
4377
  "requires": {}
3910
4378
  }
3911
4379
  },
@@ -3916,8 +4384,8 @@
3916
4384
  "npm": "@nuxtus/nuxt-localtunnel",
3917
4385
  "icon": "nuxt-localtunnel.svg",
3918
4386
  "github": "https://github.com/nuxtus/localtunnel",
3919
- "website": "https://docs.nuxtus.com",
3920
- "learn_more": "https://docs.nuxtus.com/localtunnel.html",
4387
+ "website": "https://github.com/nuxtus/localtunnel",
4388
+ "learn_more": "",
3921
4389
  "category": "Devtools",
3922
4390
  "type": "3rd-party",
3923
4391
  "maintainers": [
@@ -3928,7 +4396,7 @@
3928
4396
  }
3929
4397
  ],
3930
4398
  "compatibility": {
3931
- "nuxt": "^3.0.0",
4399
+ "nuxt": ">=3.0.0",
3932
4400
  "requires": {}
3933
4401
  }
3934
4402
  },
@@ -3951,7 +4419,7 @@
3951
4419
  }
3952
4420
  ],
3953
4421
  "compatibility": {
3954
- "nuxt": "^3.0.0",
4422
+ "nuxt": ">=3.0.0",
3955
4423
  "requires": {}
3956
4424
  }
3957
4425
  },
@@ -3973,7 +4441,7 @@
3973
4441
  }
3974
4442
  ],
3975
4443
  "compatibility": {
3976
- "nuxt": "^2.0.0 || ^3.0.0",
4444
+ "nuxt": "^2.0.0 || >=3.0.0",
3977
4445
  "requires": {}
3978
4446
  }
3979
4447
  },
@@ -3994,6 +4462,28 @@
3994
4462
  "github": "AlexLavoie42"
3995
4463
  }
3996
4464
  ],
4465
+ "compatibility": {
4466
+ "nuxt": ">=3.0.0",
4467
+ "requires": {}
4468
+ }
4469
+ },
4470
+ {
4471
+ "name": "nuxt-maplibre",
4472
+ "description": "Maplibre integration with Nuxt",
4473
+ "repo": "Gugustinette/nuxt-maplibre",
4474
+ "npm": "nuxt-maplibre",
4475
+ "icon": "maplibre.png",
4476
+ "github": "https://github.com/Gugustinette/nuxt-maplibre",
4477
+ "website": "https://gugustinette.github.io/nuxt-maplibre/",
4478
+ "learn_more": "https://gugustinette.github.io/nuxt-maplibre/",
4479
+ "category": "Libraries",
4480
+ "type": "3rd-party",
4481
+ "maintainers": [
4482
+ {
4483
+ "name": "Augustin MERCIER",
4484
+ "github": "Gugustinette"
4485
+ }
4486
+ ],
3997
4487
  "compatibility": {
3998
4488
  "nuxt": "^3.0.0",
3999
4489
  "requires": {}
@@ -4017,7 +4507,30 @@
4017
4507
  }
4018
4508
  ],
4019
4509
  "compatibility": {
4020
- "nuxt": "^3.0.0",
4510
+ "nuxt": ">=3.0.0",
4511
+ "requires": {}
4512
+ }
4513
+ },
4514
+ {
4515
+ "name": "nuxt-meta-pixel",
4516
+ "description": "Meta (Facebook) pixel integration for Nuxt. Multi-pixel, auto page view and more.",
4517
+ "repo": "tanukijs/meta-pixel#dev/packages/nuxt-meta-pixel",
4518
+ "npm": "nuxt-meta-pixel",
4519
+ "icon": "",
4520
+ "github": "https://github.com/tanukijs/meta-pixel",
4521
+ "website": "https://github.com/tanukijs/meta-pixel",
4522
+ "learn_more": "https://github.com/tanukijs/meta-pixel/tree/dev/packages/nuxt-meta-pixel",
4523
+ "category": "Analytics",
4524
+ "type": "3rd-party",
4525
+ "maintainers": [
4526
+ {
4527
+ "name": "tanukijs",
4528
+ "github": "tanukijs",
4529
+ "avatar": "https://avatars.githubusercontent.com/u/25182349?v=4"
4530
+ }
4531
+ ],
4532
+ "compatibility": {
4533
+ "nuxt": ">=3.0.0",
4021
4534
  "requires": {}
4022
4535
  }
4023
4536
  },
@@ -4039,7 +4552,7 @@
4039
4552
  }
4040
4553
  ],
4041
4554
  "compatibility": {
4042
- "nuxt": "^3.0.0",
4555
+ "nuxt": ">=3.0.0",
4043
4556
  "requires": {}
4044
4557
  }
4045
4558
  },
@@ -4061,7 +4574,7 @@
4061
4574
  }
4062
4575
  ],
4063
4576
  "compatibility": {
4064
- "nuxt": "^3.0.0",
4577
+ "nuxt": ">=3.0.0",
4065
4578
  "requires": {},
4066
4579
  "devtools": "^0.0.0"
4067
4580
  }
@@ -4085,7 +4598,7 @@
4085
4598
  }
4086
4599
  ],
4087
4600
  "compatibility": {
4088
- "nuxt": "^3.0.0",
4601
+ "nuxt": ">=3.0.0",
4089
4602
  "requires": {}
4090
4603
  }
4091
4604
  },
@@ -4107,7 +4620,7 @@
4107
4620
  }
4108
4621
  ],
4109
4622
  "compatibility": {
4110
- "nuxt": "^3.0.0",
4623
+ "nuxt": ">=3.0.0",
4111
4624
  "requires": {}
4112
4625
  }
4113
4626
  },
@@ -4133,7 +4646,7 @@
4133
4646
  }
4134
4647
  ],
4135
4648
  "compatibility": {
4136
- "nuxt": "^3.0.0",
4649
+ "nuxt": ">=3.0.0",
4137
4650
  "requires": {},
4138
4651
  "devtools": "^0.0.0"
4139
4652
  }
@@ -4157,7 +4670,30 @@
4157
4670
  }
4158
4671
  ],
4159
4672
  "compatibility": {
4160
- "nuxt": "^3.0.0",
4673
+ "nuxt": ">=3.0.0",
4674
+ "requires": {}
4675
+ }
4676
+ },
4677
+ {
4678
+ "name": "nuxt-pdf-frame",
4679
+ "description": "Nuxt module for template based PDF and Canvas rendering, powered by I2djs.",
4680
+ "repo": "i2djs/pdf-frame#main/packages/pdf-frame-nuxt",
4681
+ "npm": "@i2d/nuxt-pdf-frame",
4682
+ "icon": "pdf-frame.svg",
4683
+ "github": "https://github.com/i2djs/pdf-frame/tree/main/packages/pdf-frame-nuxt",
4684
+ "website": "https://www.pdf-frame.org",
4685
+ "learn_more": "https://github.com/I2Djs/pdf-frame/wiki/nuxt%E2%80%90pdf%E2%80%90frame",
4686
+ "category": "Libraries",
4687
+ "type": "3rd-party",
4688
+ "maintainers": [
4689
+ {
4690
+ "name": "Narayana Swamy",
4691
+ "github": "nswamy14",
4692
+ "email": "narayanaswamy14@gmail.com"
4693
+ }
4694
+ ],
4695
+ "compatibility": {
4696
+ "nuxt": ">=3.0.0",
4161
4697
  "requires": {}
4162
4698
  }
4163
4699
  },
@@ -4180,7 +4716,7 @@
4180
4716
  }
4181
4717
  ],
4182
4718
  "compatibility": {
4183
- "nuxt": "^3.0.0",
4719
+ "nuxt": ">=3.0.0",
4184
4720
  "requires": {}
4185
4721
  }
4186
4722
  },
@@ -4202,7 +4738,7 @@
4202
4738
  }
4203
4739
  ],
4204
4740
  "compatibility": {
4205
- "nuxt": "^3.0.0",
4741
+ "nuxt": ">=3.0.0",
4206
4742
  "requires": {}
4207
4743
  }
4208
4744
  },
@@ -4228,28 +4764,6 @@
4228
4764
  "requires": {}
4229
4765
  }
4230
4766
  },
4231
- {
4232
- "name": "plausible",
4233
- "description": "Nuxt module to natively integrate Plausible analytics",
4234
- "repo": "nuxt-modules/plausible",
4235
- "npm": "@nuxtjs/plausible",
4236
- "icon": "plausible.png",
4237
- "github": "https://github.com/nuxt-modules/plausible",
4238
- "website": "https://github.com/nuxt-modules/plausible",
4239
- "learn_more": "https://plausible.io/",
4240
- "category": "Analytics",
4241
- "type": "community",
4242
- "maintainers": [
4243
- {
4244
- "name": "Johann Schopplich",
4245
- "github": "johannschopplich"
4246
- }
4247
- ],
4248
- "compatibility": {
4249
- "nuxt": "^3.0.0",
4250
- "requires": {}
4251
- }
4252
- },
4253
4767
  {
4254
4768
  "name": "nuxt-plotly",
4255
4769
  "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
@@ -4272,7 +4786,7 @@
4272
4786
  }
4273
4787
  ],
4274
4788
  "compatibility": {
4275
- "nuxt": "^3.0.0",
4789
+ "nuxt": ">=3.0.0",
4276
4790
  "requires": {}
4277
4791
  }
4278
4792
  },
@@ -4317,7 +4831,7 @@
4317
4831
  }
4318
4832
  ],
4319
4833
  "compatibility": {
4320
- "nuxt": "^3.0.0",
4834
+ "nuxt": ">=3.0.0",
4321
4835
  "requires": {}
4322
4836
  }
4323
4837
  },
@@ -4363,7 +4877,7 @@
4363
4877
  }
4364
4878
  ],
4365
4879
  "compatibility": {
4366
- "nuxt": "^3.0.0",
4880
+ "nuxt": ">=3.0.0",
4367
4881
  "requires": {}
4368
4882
  }
4369
4883
  },
@@ -4391,7 +4905,7 @@
4391
4905
  }
4392
4906
  ],
4393
4907
  "compatibility": {
4394
- "nuxt": "^3.0.0",
4908
+ "nuxt": ">=3.0.0",
4395
4909
  "requires": {}
4396
4910
  }
4397
4911
  },
@@ -4436,7 +4950,7 @@
4436
4950
  }
4437
4951
  ],
4438
4952
  "compatibility": {
4439
- "nuxt": "^3.0.0",
4953
+ "nuxt": ">=3.0.0",
4440
4954
  "requires": {},
4441
4955
  "devtools": "^0.0.0"
4442
4956
  }
@@ -4458,6 +4972,29 @@
4458
4972
  "github": "cpsoinos"
4459
4973
  }
4460
4974
  ],
4975
+ "compatibility": {
4976
+ "nuxt": ">=3.0.0",
4977
+ "requires": {}
4978
+ }
4979
+ },
4980
+ {
4981
+ "name": "nuxt-telegram-auth",
4982
+ "description": "Telegram login widget integration for Nuxt 3",
4983
+ "repo": "halitsever/nuxt-telegram-auth",
4984
+ "npm": "nuxt-telegram-auth",
4985
+ "icon": "nuxt-telegram-auth.png",
4986
+ "github": "https://github.com/halitsever/nuxt-telegram-auth",
4987
+ "website": "https://halitsever.github.io/nuxt-telegram-auth",
4988
+ "learn_more": "",
4989
+ "category": "Security",
4990
+ "type": "3rd-party",
4991
+ "maintainers": [
4992
+ {
4993
+ "name": "Halit Sever",
4994
+ "github": "halitsever",
4995
+ "avatar": "https://avatars.githubusercontent.com/u/34791459?v=4"
4996
+ }
4997
+ ],
4461
4998
  "compatibility": {
4462
4999
  "nuxt": "^3.0.0",
4463
5000
  "requires": {}
@@ -4507,6 +5044,28 @@
4507
5044
  "requires": {}
4508
5045
  }
4509
5046
  },
5047
+ {
5048
+ "name": "nuxt-uswds",
5049
+ "description": "Vue USWDS (United States Web Design System) integration for Nuxt.js",
5050
+ "repo": "patrickcate/nuxt-uswds",
5051
+ "npm": "nuxt-uswds",
5052
+ "icon": "nuxt-uswds.svg",
5053
+ "github": "https://github.com/patrickcate/nuxt-uswds",
5054
+ "website": "https://github.com/patrickcate/nuxt-uswds",
5055
+ "learn_more": "",
5056
+ "category": "UI",
5057
+ "type": "3rd-party",
5058
+ "maintainers": [
5059
+ {
5060
+ "name": "Patrick Cate",
5061
+ "github": "patrickcate"
5062
+ }
5063
+ ],
5064
+ "compatibility": {
5065
+ "nuxt": ">=3.0.0",
5066
+ "requires": {}
5067
+ }
5068
+ },
4510
5069
  {
4511
5070
  "name": "nuxt-viewport",
4512
5071
  "description": "Define custom viewports for your Nuxt project",
@@ -4525,7 +5084,7 @@
4525
5084
  }
4526
5085
  ],
4527
5086
  "compatibility": {
4528
- "nuxt": "^2.0.0 || ^3.0.0",
5087
+ "nuxt": "^2.0.0 || >=3.0.0",
4529
5088
  "requires": {
4530
5089
  "bridge": "optional"
4531
5090
  }
@@ -4549,7 +5108,7 @@
4549
5108
  }
4550
5109
  ],
4551
5110
  "compatibility": {
4552
- "nuxt": "^3.0.0",
5111
+ "nuxt": ">=3.0.0",
4553
5112
  "requires": {}
4554
5113
  }
4555
5114
  },
@@ -4560,7 +5119,7 @@
4560
5119
  "npm": "nuxt-zod-i18n",
4561
5120
  "icon": "nuxt-zod-i18n.svg",
4562
5121
  "github": "https://github.com/xibman/nuxt-zod-i18n",
4563
- "website": "https://xibman-nuxt-zod-i18n.nuxt.space",
5122
+ "website": "https://github.com/xibman/nuxt-zod-i18n",
4564
5123
  "learn_more": "",
4565
5124
  "category": "Libraries",
4566
5125
  "type": "3rd-party",
@@ -4571,51 +5130,79 @@
4571
5130
  }
4572
5131
  ],
4573
5132
  "compatibility": {
4574
- "nuxt": "^3.0.0",
5133
+ "nuxt": ">=3.0.0",
4575
5134
  "requires": {}
4576
5135
  }
4577
5136
  },
4578
5137
  {
4579
- "name": "nuxt3-interpolation",
4580
- "description": "",
4581
- "repo": "daliborgogic/interpolation#master",
4582
- "npm": "nuxt3-interpolation",
4583
- "icon": "",
4584
- "github": "https://github.com/daliborgogic/interpolation/tree/master",
4585
- "website": "https://github.com/daliborgogic/interpolation/tree/master",
4586
- "learn_more": "",
4587
- "category": "Devtools",
5138
+ "name": "nuxt2-leaflet",
5139
+ "description": "A Nuxt module which makes it easy to create reactive maps with Leaflet",
5140
+ "repo": "schlunsen/nuxt-leaflet",
5141
+ "npm": "nuxt-leaflet",
5142
+ "icon": "leaflet.png",
5143
+ "github": "https://github.com/schlunsen/nuxt-leaflet",
5144
+ "website": "https://github.com/schlunsen/nuxt-leaflet",
5145
+ "learn_more": "https://vue2-leaflet.netlify.app/quickstart/",
5146
+ "category": "Libraries",
4588
5147
  "type": "3rd-party",
4589
5148
  "maintainers": [
4590
5149
  {
4591
- "name": "daliborgogic",
4592
- "github": "daliborgogic"
5150
+ "name": "schlunsen",
5151
+ "github": "schlunsen"
4593
5152
  }
4594
5153
  ],
4595
5154
  "compatibility": {
4596
- "nuxt": "^3.0.0",
5155
+ "nuxt": "^2.0.0",
4597
5156
  "requires": {}
4598
5157
  }
4599
5158
  },
4600
5159
  {
4601
- "name": "nuxt3-leaflet",
4602
- "description": "Leaflet integration with Nuxt",
4603
- "repo": "Gugustinette/Nuxt-Leaflet",
4604
- "npm": "nuxt3-leaflet",
4605
- "icon": "leaflet.png",
4606
- "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4607
- "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
4608
- "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
4609
- "category": "Libraries",
5160
+ "name": "nuxt2-ngrok",
5161
+ "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",
5162
+ "repo": "nuxt-community/ngrok",
5163
+ "npm": "@nuxtjs/ngrok",
5164
+ "icon": "ngrok.png",
5165
+ "github": "https://github.com/nuxt-community/ngrok-module",
5166
+ "website": "https://ngrok.nuxtjs.org",
5167
+ "learn_more": "https://github.com/bubenshchykov/ngrok",
5168
+ "category": "Devtools",
5169
+ "type": "community",
5170
+ "maintainers": [
5171
+ {
5172
+ "name": "Debbie O'Brien",
5173
+ "github": "debs-obrien",
5174
+ "twitter": "debs_obrien"
5175
+ },
5176
+ {
5177
+ "name": "Pooya Parsa",
5178
+ "github": "pi0",
5179
+ "twitter": "_pi0_"
5180
+ }
5181
+ ],
5182
+ "compatibility": {
5183
+ "nuxt": "^2.0.0",
5184
+ "requires": {}
5185
+ }
5186
+ },
5187
+ {
5188
+ "name": "nuxt3-interpolation",
5189
+ "description": "",
5190
+ "repo": "daliborgogic/interpolation",
5191
+ "npm": "nuxt3-interpolation",
5192
+ "icon": "",
5193
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
5194
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
5195
+ "learn_more": "",
5196
+ "category": "Devtools",
4610
5197
  "type": "3rd-party",
4611
5198
  "maintainers": [
4612
5199
  {
4613
- "name": "Augustin MERCIER",
4614
- "github": "Gugustinette"
5200
+ "name": "daliborgogic",
5201
+ "github": "daliborgogic"
4615
5202
  }
4616
5203
  ],
4617
5204
  "compatibility": {
4618
- "nuxt": "^3.0.0",
5205
+ "nuxt": ">=3.0.0",
4619
5206
  "requires": {}
4620
5207
  }
4621
5208
  },
@@ -4662,7 +5249,7 @@
4662
5249
  }
4663
5250
  ],
4664
5251
  "compatibility": {
4665
- "nuxt": "^3.0.0",
5252
+ "nuxt": ">=3.0.0",
4666
5253
  "requires": {},
4667
5254
  "devtools": "^0.0.0"
4668
5255
  }
@@ -4690,6 +5277,28 @@
4690
5277
  "requires": {}
4691
5278
  }
4692
5279
  },
5280
+ {
5281
+ "name": "onyx",
5282
+ "description": "A design system and Vue.js component library created by Schwarz IT",
5283
+ "repo": "SchwarzIT/onyx#main/packages/nuxt",
5284
+ "npm": "@sit-onyx/nuxt",
5285
+ "icon": "onyx.svg",
5286
+ "github": "https://github.com/SchwarzIT/onyx",
5287
+ "website": "https://onyx.schwarz/development/packages/nuxt.html",
5288
+ "learn_more": "https://onyx.schwarz",
5289
+ "category": "UI",
5290
+ "type": "3rd-party",
5291
+ "maintainers": [
5292
+ {
5293
+ "name": "Schwarz IT",
5294
+ "github": "SchwarzIT"
5295
+ }
5296
+ ],
5297
+ "compatibility": {
5298
+ "nuxt": ">=3.0.0",
5299
+ "requires": {}
5300
+ }
5301
+ },
4693
5302
  {
4694
5303
  "name": "optimized-images",
4695
5304
  "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
@@ -4776,7 +5385,7 @@
4776
5385
  }
4777
5386
  ],
4778
5387
  "compatibility": {
4779
- "nuxt": "^3.0.0",
5388
+ "nuxt": ">=3.0.0",
4780
5389
  "requires": {}
4781
5390
  }
4782
5391
  },
@@ -4799,7 +5408,7 @@
4799
5408
  }
4800
5409
  ],
4801
5410
  "compatibility": {
4802
- "nuxt": "^2.0.0 || ^3.0.0",
5411
+ "nuxt": "^2.0.0 || >=3.0.0",
4803
5412
  "requires": {
4804
5413
  "bridge": true
4805
5414
  }
@@ -4823,7 +5432,7 @@
4823
5432
  }
4824
5433
  ],
4825
5434
  "compatibility": {
4826
- "nuxt": "^3.0.0",
5435
+ "nuxt": ">=3.0.0",
4827
5436
  "requires": {}
4828
5437
  }
4829
5438
  },
@@ -4847,7 +5456,29 @@
4847
5456
  }
4848
5457
  ],
4849
5458
  "compatibility": {
4850
- "nuxt": "^3.0.0",
5459
+ "nuxt": ">=3.0.0",
5460
+ "requires": {}
5461
+ }
5462
+ },
5463
+ {
5464
+ "name": "pergel",
5465
+ "description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
5466
+ "repo": "oku-ui/pergel#main/packages-core/pergel",
5467
+ "npm": "pergel",
5468
+ "icon": "pergel.svg",
5469
+ "github": "https://github.com/oku-ui/pergel",
5470
+ "website": "https://oku-ui.com/pergel",
5471
+ "learn_more": "",
5472
+ "category": "Devtools",
5473
+ "type": "3rd-party",
5474
+ "maintainers": [
5475
+ {
5476
+ "name": "Mehmet - productdevbook",
5477
+ "github": "productdevbook"
5478
+ }
5479
+ ],
5480
+ "compatibility": {
5481
+ "nuxt": ">=3.10.0",
4851
5482
  "requires": {}
4852
5483
  }
4853
5484
  },
@@ -4877,7 +5508,7 @@
4877
5508
  {
4878
5509
  "name": "pinia-orm",
4879
5510
  "description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
4880
- "repo": "CodeDredd/pinia-orm#master/packages/nuxt",
5511
+ "repo": "CodeDredd/pinia-orm#main/packages/nuxt",
4881
5512
  "npm": "@pinia-orm/nuxt",
4882
5513
  "icon": "pinia-orm.svg",
4883
5514
  "github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
@@ -4892,7 +5523,7 @@
4892
5523
  }
4893
5524
  ],
4894
5525
  "compatibility": {
4895
- "nuxt": "^2.0.0 || ^3.0.0",
5526
+ "nuxt": "^2.0.0 || >=3.0.0",
4896
5527
  "requires": {
4897
5528
  "bridge": "optional"
4898
5529
  }
@@ -4916,7 +5547,7 @@
4916
5547
  }
4917
5548
  ],
4918
5549
  "compatibility": {
4919
- "nuxt": "^2.0.0 || ^3.0.0",
5550
+ "nuxt": "^2.0.0 || >=3.0.0",
4920
5551
  "requires": {
4921
5552
  "bridge": "optional"
4922
5553
  }
@@ -4940,7 +5571,7 @@
4940
5571
  }
4941
5572
  ],
4942
5573
  "compatibility": {
4943
- "nuxt": "^2.0.0 || ^3.0.0",
5574
+ "nuxt": "^2.0.0 || >=3.0.0",
4944
5575
  "requires": {
4945
5576
  "bridge": "optional"
4946
5577
  }
@@ -4951,20 +5582,20 @@
4951
5582
  "description": "Nuxt module to natively integrate Plausible analytics",
4952
5583
  "repo": "nuxt-modules/plausible",
4953
5584
  "npm": "@nuxtjs/plausible",
4954
- "icon": "",
5585
+ "icon": "plausible.svg",
4955
5586
  "github": "https://github.com/nuxt-modules/plausible",
4956
5587
  "website": "https://github.com/nuxt-modules/plausible",
4957
5588
  "learn_more": "",
4958
- "category": "Devtools",
5589
+ "category": "Analytics",
4959
5590
  "type": "community",
4960
5591
  "maintainers": [
4961
5592
  {
4962
- "name": "nuxt-modules",
4963
- "github": "nuxt-modules"
5593
+ "name": "Johann Schopplich",
5594
+ "github": "johannschopplich"
4964
5595
  }
4965
5596
  ],
4966
5597
  "compatibility": {
4967
- "nuxt": "^2.0.0",
5598
+ "nuxt": "^2.0.0 || >=3.0.0",
4968
5599
  "requires": {}
4969
5600
  }
4970
5601
  },
@@ -5010,7 +5641,7 @@
5010
5641
  }
5011
5642
  ],
5012
5643
  "compatibility": {
5013
- "nuxt": "^3.0.0",
5644
+ "nuxt": ">=3.0.0",
5014
5645
  "requires": {}
5015
5646
  }
5016
5647
  },
@@ -5033,7 +5664,29 @@
5033
5664
  }
5034
5665
  ],
5035
5666
  "compatibility": {
5036
- "nuxt": "^3.0.0",
5667
+ "nuxt": ">=3.0.0",
5668
+ "requires": {}
5669
+ }
5670
+ },
5671
+ {
5672
+ "name": "prisma",
5673
+ "description": "Integrate Nuxt with Prisma ORM to simplify database access!",
5674
+ "repo": "prisma/nuxt-prisma",
5675
+ "npm": "@prisma/nuxt",
5676
+ "icon": "prisma.png",
5677
+ "github": "https://github.com/prisma/nuxt-prisma",
5678
+ "website": "https://pris.ly/prisma-nuxt",
5679
+ "learn_more": "https://www.prisma.io/orm",
5680
+ "category": "Database",
5681
+ "type": "3rd-party",
5682
+ "maintainers": [
5683
+ {
5684
+ "name": "prisma",
5685
+ "github": "prisma"
5686
+ }
5687
+ ],
5688
+ "compatibility": {
5689
+ "nuxt": ">=3.0.0",
5037
5690
  "requires": {}
5038
5691
  }
5039
5692
  },
@@ -5056,7 +5709,7 @@
5056
5709
  }
5057
5710
  ],
5058
5711
  "compatibility": {
5059
- "nuxt": "^2.0.0 || ^3.0.0",
5712
+ "nuxt": "^2.0.0 || >=3.0.0",
5060
5713
  "requires": {}
5061
5714
  }
5062
5715
  },
@@ -5078,7 +5731,7 @@
5078
5731
  }
5079
5732
  ],
5080
5733
  "compatibility": {
5081
- "nuxt": "^3.0.0",
5734
+ "nuxt": ">=3.0.0",
5082
5735
  "requires": {}
5083
5736
  }
5084
5737
  },
@@ -5168,7 +5821,7 @@
5168
5821
  }
5169
5822
  ],
5170
5823
  "compatibility": {
5171
- "nuxt": "^2.0.0 || ^3.0.0",
5824
+ "nuxt": "^2.0.0 || >=3.0.0",
5172
5825
  "requires": {}
5173
5826
  }
5174
5827
  },
@@ -5237,7 +5890,7 @@
5237
5890
  }
5238
5891
  ],
5239
5892
  "compatibility": {
5240
- "nuxt": "^3.0.0",
5893
+ "nuxt": ">=3.0.0",
5241
5894
  "requires": {},
5242
5895
  "devtools": "^0.0.0"
5243
5896
  }
@@ -5260,7 +5913,7 @@
5260
5913
  }
5261
5914
  ],
5262
5915
  "compatibility": {
5263
- "nuxt": "^3.0.0",
5916
+ "nuxt": ">=3.0.0",
5264
5917
  "requires": {}
5265
5918
  }
5266
5919
  },
@@ -5295,7 +5948,7 @@
5295
5948
  }
5296
5949
  ],
5297
5950
  "compatibility": {
5298
- "nuxt": "^3.0.0",
5951
+ "nuxt": ">=3.0.0",
5299
5952
  "requires": {}
5300
5953
  }
5301
5954
  },
@@ -5363,7 +6016,7 @@
5363
6016
  }
5364
6017
  ],
5365
6018
  "compatibility": {
5366
- "nuxt": "^3.0.0",
6019
+ "nuxt": ">=3.0.0",
5367
6020
  "requires": {}
5368
6021
  }
5369
6022
  },
@@ -5391,10 +6044,10 @@
5391
6044
  },
5392
6045
  {
5393
6046
  "name": "robots",
5394
- "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
6047
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
5395
6048
  "repo": "nuxt-modules/robots",
5396
6049
  "npm": "@nuxtjs/robots",
5397
- "icon": "robots.png",
6050
+ "icon": "simple-robots.svg",
5398
6051
  "github": "https://github.com/nuxt-modules/robots",
5399
6052
  "website": "https://github.com/nuxt-modules/robots",
5400
6053
  "learn_more": "",
@@ -5404,10 +6057,16 @@
5404
6057
  {
5405
6058
  "name": "Ricardo Gobbo de Souza",
5406
6059
  "github": "ricardogobbosouza"
6060
+ },
6061
+ {
6062
+ "name": "Harlan Wilton",
6063
+ "github": "harlan-zw",
6064
+ "twitter": "harlan_zw",
6065
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5407
6066
  }
5408
6067
  ],
5409
6068
  "compatibility": {
5410
- "nuxt": "^2.0.0 || ^3.0.0",
6069
+ "nuxt": "^2.0.0 || >=3.0.0",
5411
6070
  "requires": {
5412
6071
  "bridge": "optional"
5413
6072
  }
@@ -5431,7 +6090,7 @@
5431
6090
  }
5432
6091
  ],
5433
6092
  "compatibility": {
5434
- "nuxt": "^3.0.0",
6093
+ "nuxt": ">=3.0.0",
5435
6094
  "requires": {}
5436
6095
  }
5437
6096
  },
@@ -5500,12 +6159,35 @@
5500
6159
  }
5501
6160
  ],
5502
6161
  "compatibility": {
5503
- "nuxt": "^2.0.0 || ^3.0.0",
6162
+ "nuxt": "^2.0.0 || >=3.0.0",
5504
6163
  "requires": {
5505
6164
  "bridge": "optional"
5506
6165
  }
5507
6166
  }
5508
6167
  },
6168
+ {
6169
+ "name": "scalar",
6170
+ "description": "Render a beautiful API References based on a OpenAPI/Swagger file with Nuxt.",
6171
+ "repo": "scalar/scalar#main/packages/nuxt",
6172
+ "npm": "@scalar/nuxt",
6173
+ "icon": "scalar.svg",
6174
+ "github": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
6175
+ "website": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
6176
+ "learn_more": "https://scalar.com",
6177
+ "category": "Devtools",
6178
+ "type": "3rd-party",
6179
+ "maintainers": [
6180
+ {
6181
+ "name": "scalar",
6182
+ "github": "scalar",
6183
+ "twitter": "scalar"
6184
+ }
6185
+ ],
6186
+ "compatibility": {
6187
+ "nuxt": ">=3.0.0",
6188
+ "requires": {}
6189
+ }
6190
+ },
5509
6191
  {
5510
6192
  "name": "schema-org",
5511
6193
  "description": "Quick and easy Schema.org graphs.",
@@ -5526,7 +6208,30 @@
5526
6208
  }
5527
6209
  ],
5528
6210
  "compatibility": {
5529
- "nuxt": "^3.0.0",
6211
+ "nuxt": ">=3.0.0",
6212
+ "requires": {}
6213
+ }
6214
+ },
6215
+ {
6216
+ "name": "scripts",
6217
+ "description": "Plug-and-play script optimization for Nuxt applications.",
6218
+ "repo": "nuxt/scripts",
6219
+ "npm": "@nuxt/scripts",
6220
+ "icon": "nuxt.svg",
6221
+ "github": "https://github.com/nuxt/scripts",
6222
+ "website": "https://scripts.nuxt.com",
6223
+ "learn_more": "",
6224
+ "category": "Libraries",
6225
+ "type": "official",
6226
+ "maintainers": [
6227
+ {
6228
+ "name": "Harlan Wilton",
6229
+ "github": "harlan-zw",
6230
+ "twitter": "harlan_zw"
6231
+ }
6232
+ ],
6233
+ "compatibility": {
6234
+ "nuxt": ">=3.0.0",
5530
6235
  "requires": {}
5531
6236
  }
5532
6237
  },
@@ -5571,7 +6276,7 @@
5571
6276
  }
5572
6277
  ],
5573
6278
  "compatibility": {
5574
- "nuxt": "^3.0.0",
6279
+ "nuxt": ">=3.0.0",
5575
6280
  "requires": {}
5576
6281
  }
5577
6282
  },
@@ -5639,7 +6344,7 @@
5639
6344
  }
5640
6345
  ],
5641
6346
  "compatibility": {
5642
- "nuxt": "^3.0.0",
6347
+ "nuxt": ">=3.0.0",
5643
6348
  "requires": {}
5644
6349
  }
5645
6350
  },
@@ -5684,7 +6389,7 @@
5684
6389
  }
5685
6390
  ],
5686
6391
  "compatibility": {
5687
- "nuxt": "^3.0.0",
6392
+ "nuxt": ">=3.0.0",
5688
6393
  "requires": {}
5689
6394
  }
5690
6395
  },
@@ -5752,30 +6457,34 @@
5752
6457
  }
5753
6458
  ],
5754
6459
  "compatibility": {
5755
- "nuxt": "^3.0.0",
6460
+ "nuxt": ">=3.0.0",
5756
6461
  "requires": {}
5757
6462
  }
5758
6463
  },
5759
6464
  {
5760
- "name": "session",
5761
- "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",
5762
- "repo": "sidebase/nuxt-session",
5763
- "npm": "@sidebase/nuxt-session",
5764
- "icon": "session.png",
5765
- "github": "https://github.com/sidebase/nuxt-session",
5766
- "website": "https://github.com/sidebase/nuxt-session",
5767
- "learn_more": "https://github.com/sidebase",
5768
- "category": "Security",
6465
+ "name": "shadcn",
6466
+ "description": "Re-usable components built with Radix Vue and Tailwind CSS.",
6467
+ "repo": "radix-vue/shadcn-vue#dev/packages/module",
6468
+ "npm": "shadcn-nuxt",
6469
+ "icon": "",
6470
+ "github": "https://github.com/radix-vue/shadcn-vue/tree/dev/packages/module",
6471
+ "website": "https://www.shadcn-vue.com",
6472
+ "learn_more": "https://www.shadcn-vue.com/docs/installation/nuxt",
6473
+ "category": "UI",
5769
6474
  "type": "3rd-party",
5770
6475
  "maintainers": [
5771
6476
  {
5772
- "name": "sidebase",
5773
- "github": "sidebase",
5774
- "twitter": "sidebase_io"
6477
+ "name": "Zernonia",
6478
+ "github": "zernonia",
6479
+ "twitter": "zernonia"
6480
+ },
6481
+ {
6482
+ "name": "Sadegh Barati",
6483
+ "github": "sadeghbarati"
5775
6484
  }
5776
6485
  ],
5777
6486
  "compatibility": {
5778
- "nuxt": "^3.0.0",
6487
+ "nuxt": ">=3.0.0",
5779
6488
  "requires": {}
5780
6489
  }
5781
6490
  },
@@ -5801,15 +6510,37 @@
5801
6510
  "requires": {}
5802
6511
  }
5803
6512
  },
6513
+ {
6514
+ "name": "shuimo-ui",
6515
+ "description": "A Chinese Shuimo style component library.",
6516
+ "repo": "shuimo-design/shuimo-ui#main/plugins/nuxt",
6517
+ "npm": "@shuimo-design/shuimo-ui-nuxt",
6518
+ "icon": "shuimo-ui.svg",
6519
+ "github": "https://github.com/shuimo-design/shuimo-ui",
6520
+ "website": "https://shuimo.design",
6521
+ "learn_more": "https://github.com/shuimo-design/shuimo-ui/tree/main/plugins/nuxt",
6522
+ "category": "UI",
6523
+ "type": "3rd-party",
6524
+ "maintainers": [
6525
+ {
6526
+ "name": "higuaifan",
6527
+ "github": "higuaifan"
6528
+ }
6529
+ ],
6530
+ "compatibility": {
6531
+ "nuxt": ">=3.0.0",
6532
+ "requires": {}
6533
+ }
6534
+ },
5804
6535
  {
5805
6536
  "name": "sidebase-auth",
5806
- "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.",
6537
+ "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.",
5807
6538
  "repo": "sidebase/nuxt-auth",
5808
6539
  "npm": "@sidebase/nuxt-auth",
5809
6540
  "icon": "sidebase-auth.png",
5810
6541
  "github": "https://github.com/sidebase/nuxt-auth",
5811
- "website": "https://github.com/sidebase/nuxt-auth",
5812
- "learn_more": "https://github.com/sidebase",
6542
+ "website": "https://auth.sidebase.io/",
6543
+ "learn_more": "https://sidebase.io/",
5813
6544
  "category": "Security",
5814
6545
  "type": "3rd-party",
5815
6546
  "maintainers": [
@@ -5820,7 +6551,7 @@
5820
6551
  }
5821
6552
  ],
5822
6553
  "compatibility": {
5823
- "nuxt": "^3.0.0",
6554
+ "nuxt": ">=3.0.0",
5824
6555
  "requires": {}
5825
6556
  }
5826
6557
  },
@@ -5846,30 +6577,6 @@
5846
6577
  "requires": {}
5847
6578
  }
5848
6579
  },
5849
- {
5850
- "name": "simple-robots",
5851
- "description": "Tame the robots crawling and indexing your Nuxt site.",
5852
- "repo": "harlan-zw/nuxt-simple-robots",
5853
- "npm": "nuxt-simple-robots",
5854
- "icon": "simple-robots.svg",
5855
- "github": "https://github.com/harlan-zw/nuxt-simple-robots",
5856
- "website": "https://nuxtseo.com/robots",
5857
- "learn_more": "https://nuxtseo.com/robots",
5858
- "category": "SEO",
5859
- "type": "3rd-party",
5860
- "maintainers": [
5861
- {
5862
- "name": "Harlan Wilton",
5863
- "github": "harlan-zw",
5864
- "twitter": "harlan_zw",
5865
- "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5866
- }
5867
- ],
5868
- "compatibility": {
5869
- "nuxt": "^3.0.0",
5870
- "requires": {}
5871
- }
5872
- },
5873
6580
  {
5874
6581
  "name": "sitemap",
5875
6582
  "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
@@ -5895,7 +6602,7 @@
5895
6602
  }
5896
6603
  ],
5897
6604
  "compatibility": {
5898
- "nuxt": "^3.0.0",
6605
+ "nuxt": ">=3.0.0",
5899
6606
  "requires": {}
5900
6607
  }
5901
6608
  },
@@ -5917,7 +6624,7 @@
5917
6624
  }
5918
6625
  ],
5919
6626
  "compatibility": {
5920
- "nuxt": "^3.0.0",
6627
+ "nuxt": ">=3.0.0",
5921
6628
  "requires": {}
5922
6629
  }
5923
6630
  },
@@ -5929,7 +6636,7 @@
5929
6636
  "icon": "snipcart.png",
5930
6637
  "github": "https://github.com/nuxt-modules/snipcart",
5931
6638
  "website": "https://github.com/nuxt-modules/snipcart",
5932
- "learn_more": "https://snipcart.com",
6639
+ "learn_more": "",
5933
6640
  "category": "Ecommerce",
5934
6641
  "type": "community",
5935
6642
  "maintainers": [
@@ -5940,7 +6647,7 @@
5940
6647
  }
5941
6648
  ],
5942
6649
  "compatibility": {
5943
- "nuxt": "^2.0.0 || ^3.0.0",
6650
+ "nuxt": "^2.0.0 || >=3.0.0",
5944
6651
  "requires": {}
5945
6652
  }
5946
6653
  },
@@ -6011,39 +6718,6 @@
6011
6718
  "requires": {}
6012
6719
  }
6013
6720
  },
6014
- {
6015
- "name": "speedkit",
6016
- "description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
6017
- "repo": "GrabarzUndPartner/nuxt-speedkit",
6018
- "npm": "nuxt-speedkit",
6019
- "icon": "speedkit.png",
6020
- "github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
6021
- "website": "https://nuxt-speedkit.grabarzundpartner.dev",
6022
- "learn_more": "",
6023
- "category": "Performance",
6024
- "type": "3rd-party",
6025
- "maintainers": [
6026
- {
6027
- "name": "Stephan Gerbeth",
6028
- "github": "StephanGerbeth",
6029
- "avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
6030
- },
6031
- {
6032
- "name": "Thorn Walli",
6033
- "github": "ThornWalli",
6034
- "avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
6035
- },
6036
- {
6037
- "name": "Grabarz & Partner",
6038
- "github": "GrabarzUndPartner",
6039
- "avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
6040
- }
6041
- ],
6042
- "compatibility": {
6043
- "nuxt": "^2.0.0",
6044
- "requires": {}
6045
- }
6046
- },
6047
6721
  {
6048
6722
  "name": "ssr-lit",
6049
6723
  "description": "",
@@ -6090,23 +6764,29 @@
6090
6764
  },
6091
6765
  {
6092
6766
  "name": "storefront-ui",
6093
- "description": "Storefront UI Module for Nuxt",
6094
- "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
6767
+ "description": "Storefront UI for Nuxt by Alokai",
6768
+ "repo": "vuestorefront/storefront-ui#v2-develop/packages/sfui/frameworks/nuxt",
6095
6769
  "npm": "@storefront-ui/nuxt",
6096
6770
  "icon": "storefront-ui.svg",
6097
- "github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
6098
- "website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
6099
- "learn_more": "https://docs.storefrontui.io/",
6771
+ "github": "https://github.com/vuestorefront/storefront-ui",
6772
+ "website": "https://docs.storefrontui.io/v2/",
6773
+ "learn_more": "https://docs.storefrontui.io/v2/getting-started/vue#nuxt-3",
6100
6774
  "category": "UI",
6101
6775
  "type": "3rd-party",
6102
6776
  "maintainers": [
6103
6777
  {
6104
- "name": "Jakub Andrzejewski",
6105
- "github": "Baroshem"
6778
+ "name": "Szymon Dziewoński",
6779
+ "github": "Szymon-dziewonski",
6780
+ "avatar": "https://avatars.githubusercontent.com/u/2566152?v=4"
6781
+ },
6782
+ {
6783
+ "name": "Jakub Freisler",
6784
+ "github": "FRSgit",
6785
+ "avatar": "https://avatars.githubusercontent.com/u/10456649?v=4"
6106
6786
  }
6107
6787
  ],
6108
6788
  "compatibility": {
6109
- "nuxt": "^2.0.0",
6789
+ "nuxt": ">=3.0.0",
6110
6790
  "requires": {}
6111
6791
  }
6112
6792
  },
@@ -6150,20 +6830,20 @@
6150
6830
  }
6151
6831
  ],
6152
6832
  "compatibility": {
6153
- "nuxt": "^2.0.0 || ^3.0.0",
6833
+ "nuxt": "^2.0.0 || >=3.0.0",
6154
6834
  "requires": {},
6155
6835
  "devtools": "^0.0.0"
6156
6836
  }
6157
6837
  },
6158
6838
  {
6159
6839
  "name": "storybook",
6160
- "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
6161
- "repo": "nuxt-modules/storybook",
6840
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and test your UI components in isolation.",
6841
+ "repo": "nuxt-modules/storybook#main/packages/nuxt-module",
6162
6842
  "npm": "@nuxtjs/storybook",
6163
6843
  "icon": "storybook.png",
6164
6844
  "github": "https://github.com/nuxt-modules/storybook",
6165
6845
  "website": "https://storybook.nuxtjs.org",
6166
- "learn_more": "https://github.com/storybook-vue/storybook-nuxt",
6846
+ "learn_more": "",
6167
6847
  "category": "Devtools",
6168
6848
  "type": "community",
6169
6849
  "maintainers": [
@@ -6171,10 +6851,14 @@
6171
6851
  "name": "Chakir QATAB",
6172
6852
  "github": "chakAs3",
6173
6853
  "twitter": "ChakirQatab"
6854
+ },
6855
+ {
6856
+ "name": "Tobias Diez",
6857
+ "github": "tobiasdiez"
6174
6858
  }
6175
6859
  ],
6176
6860
  "compatibility": {
6177
- "nuxt": "^2.0.0 || ^3.0.0",
6861
+ "nuxt": "^2.0.0 || >=3.0.0",
6178
6862
  "requires": {
6179
6863
  "bridge": "optional"
6180
6864
  },
@@ -6205,7 +6889,7 @@
6205
6889
  }
6206
6890
  ],
6207
6891
  "compatibility": {
6208
- "nuxt": "^2.0.0 || ^3.0.0",
6892
+ "nuxt": "^2.0.0 || >=3.0.0",
6209
6893
  "requires": {
6210
6894
  "bridge": true
6211
6895
  },
@@ -6234,7 +6918,7 @@
6234
6918
  }
6235
6919
  ],
6236
6920
  "compatibility": {
6237
- "nuxt": "^3.0.0",
6921
+ "nuxt": ">=3.0.0",
6238
6922
  "requires": {}
6239
6923
  }
6240
6924
  },
@@ -6284,7 +6968,7 @@
6284
6968
  }
6285
6969
  ],
6286
6970
  "compatibility": {
6287
- "nuxt": "^3.0.0",
6971
+ "nuxt": ">=3.0.0",
6288
6972
  "requires": {
6289
6973
  "content": true
6290
6974
  }
@@ -6331,30 +7015,7 @@
6331
7015
  }
6332
7016
  ],
6333
7017
  "compatibility": {
6334
- "nuxt": "^2.0.0 || ^3.0.0",
6335
- "requires": {}
6336
- }
6337
- },
6338
- {
6339
- "name": "stylify",
6340
- "description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
6341
- "repo": "stylify/packages#master/packages/nuxt",
6342
- "npm": "@stylify/nuxt",
6343
- "icon": "stylify.svg",
6344
- "github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
6345
- "website": "https://stylifycss.com/docs/nuxt",
6346
- "learn_more": "https://stylifycss.com",
6347
- "category": "UI",
6348
- "type": "3rd-party",
6349
- "maintainers": [
6350
- {
6351
- "name": "Vladimír Macháček",
6352
- "github": "Machy8",
6353
- "twitter": "8machy"
6354
- }
6355
- ],
6356
- "compatibility": {
6357
- "nuxt": "^2.0.0 || ^3.0.0",
7018
+ "nuxt": "^2.0.0 || >=3.0.0",
6358
7019
  "requires": {}
6359
7020
  }
6360
7021
  },
@@ -6387,7 +7048,30 @@
6387
7048
  }
6388
7049
  ],
6389
7050
  "compatibility": {
6390
- "nuxt": "^2.0.0 || ^3.0.0",
7051
+ "nuxt": "^2.0.0 || >=3.0.0",
7052
+ "requires": {}
7053
+ }
7054
+ },
7055
+ {
7056
+ "name": "surrealdb",
7057
+ "description": "A Nuxt module aimed to simplify the use of SurrealDB",
7058
+ "repo": "sandros94/nuxt-surrealdb",
7059
+ "npm": "nuxt-surrealdb",
7060
+ "icon": "surrealdb.png",
7061
+ "github": "https://github.com/sandros94/nuxt-surrealdb",
7062
+ "website": "https://github.com/sandros94/nuxt-surrealdb",
7063
+ "learn_more": "",
7064
+ "category": "Database",
7065
+ "type": "3rd-party",
7066
+ "maintainers": [
7067
+ {
7068
+ "name": "Sandro Circi",
7069
+ "github": "sandros94",
7070
+ "avatar": "https://avatars.githubusercontent.com/u/13056429"
7071
+ }
7072
+ ],
7073
+ "compatibility": {
7074
+ "nuxt": ">=3.10.0",
6391
7075
  "requires": {}
6392
7076
  }
6393
7077
  },
@@ -6432,7 +7116,7 @@
6432
7116
  }
6433
7117
  ],
6434
7118
  "compatibility": {
6435
- "nuxt": "^2.0.0 || ^3.0.0",
7119
+ "nuxt": "^2.0.0 || >=3.0.0",
6436
7120
  "requires": {}
6437
7121
  }
6438
7122
  },
@@ -6480,6 +7164,30 @@
6480
7164
  "requires": {}
6481
7165
  }
6482
7166
  },
7167
+ {
7168
+ "name": "swiftsearch",
7169
+ "description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
7170
+ "repo": "atoms-studio/nuxt-swiftsearch",
7171
+ "npm": "@atoms-studio/nuxt-swiftsearch",
7172
+ "icon": "nuxt-swiftsearch.svg",
7173
+ "github": "https://github.com/atoms-studio/nuxt-swiftsearch",
7174
+ "website": "https://nuxt-swiftsearch.netlify.app/",
7175
+ "learn_more": "",
7176
+ "category": "Libraries",
7177
+ "type": "3rd-party",
7178
+ "maintainers": [
7179
+ {
7180
+ "name": "Matteo Rigoni",
7181
+ "github": "rigo-m",
7182
+ "twitter": "MatteoRigoni",
7183
+ "avatar": "https://avatars.githubusercontent.com/rigo-m?v=4"
7184
+ }
7185
+ ],
7186
+ "compatibility": {
7187
+ "nuxt": ">=3.10.0",
7188
+ "requires": {}
7189
+ }
7190
+ },
6483
7191
  {
6484
7192
  "name": "swiper",
6485
7193
  "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
@@ -6498,7 +7206,7 @@
6498
7206
  }
6499
7207
  ],
6500
7208
  "compatibility": {
6501
- "nuxt": "^3.0.0",
7209
+ "nuxt": ">=3.0.0",
6502
7210
  "requires": {}
6503
7211
  }
6504
7212
  },
@@ -6521,7 +7229,7 @@
6521
7229
  }
6522
7230
  ],
6523
7231
  "compatibility": {
6524
- "nuxt": "^3.0.0",
7232
+ "nuxt": ">=3.0.0",
6525
7233
  "requires": {}
6526
7234
  }
6527
7235
  },
@@ -6534,7 +7242,7 @@
6534
7242
  "github": "https://github.com/nuxt-modules/tailwindcss",
6535
7243
  "website": "https://tailwindcss.nuxtjs.org",
6536
7244
  "learn_more": "https://tailwindcss.com/",
6537
- "category": "UI",
7245
+ "category": "CSS",
6538
7246
  "type": "community",
6539
7247
  "maintainers": [
6540
7248
  {
@@ -6548,10 +7256,13 @@
6548
7256
  }
6549
7257
  ],
6550
7258
  "compatibility": {
6551
- "nuxt": "^2.0.0 || ^3.0.0",
7259
+ "nuxt": "^2.0.0 || >=3.0.0",
6552
7260
  "requires": {},
6553
7261
  "devtools": "^0.0.0"
6554
- }
7262
+ },
7263
+ "aliases": [
7264
+ "tailwind"
7265
+ ]
6555
7266
  },
6556
7267
  {
6557
7268
  "name": "test-utils",
@@ -6577,7 +7288,29 @@
6577
7288
  }
6578
7289
  ],
6579
7290
  "compatibility": {
6580
- "nuxt": "^3.0.0",
7291
+ "nuxt": ">=3.0.0",
7292
+ "requires": {}
7293
+ }
7294
+ },
7295
+ {
7296
+ "name": "tgauth",
7297
+ "description": "Extremely simple \"Login with Telegram\" button",
7298
+ "repo": "paranoidphantom/tgauth",
7299
+ "npm": "@paranoidphantom/tgauth",
7300
+ "icon": "tgauth.png",
7301
+ "github": "https://github.com/paranoidphantom/tgauth",
7302
+ "website": "https://github.com/paranoidphantom/tgauth",
7303
+ "learn_more": "https://github.com/paranoidphantom/tgauth",
7304
+ "category": "Security",
7305
+ "type": "3rd-party",
7306
+ "maintainers": [
7307
+ {
7308
+ "name": "Andrei Hudalla",
7309
+ "github": "paranoidPhantom"
7310
+ }
7311
+ ],
7312
+ "compatibility": {
7313
+ "nuxt": "^3.11.0",
6581
7314
  "requires": {}
6582
7315
  }
6583
7316
  },
@@ -6622,7 +7355,7 @@
6622
7355
  }
6623
7356
  ],
6624
7357
  "compatibility": {
6625
- "nuxt": "^3.0.0",
7358
+ "nuxt": ">=3.0.0",
6626
7359
  "requires": {}
6627
7360
  }
6628
7361
  },
@@ -6633,8 +7366,8 @@
6633
7366
  "npm": "nuxt-tiptap-editor",
6634
7367
  "icon": "tiptap.png",
6635
7368
  "github": "https://github.com/modbender/nuxt-tiptap-editor",
6636
- "website": "https://github.com/modbender/nuxt-tiptap-editor",
6637
- "learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
7369
+ "website": "https://nuxt-tiptap-editor.vercel.app",
7370
+ "learn_more": "https://nuxt-tiptap-editor.vercel.app",
6638
7371
  "category": "Libraries",
6639
7372
  "type": "3rd-party",
6640
7373
  "maintainers": [
@@ -6644,7 +7377,7 @@
6644
7377
  }
6645
7378
  ],
6646
7379
  "compatibility": {
6647
- "nuxt": "^3.0.0",
7380
+ "nuxt": ">=3.0.0",
6648
7381
  "requires": {}
6649
7382
  }
6650
7383
  },
@@ -6671,6 +7404,28 @@
6671
7404
  "requires": {}
6672
7405
  }
6673
7406
  },
7407
+ {
7408
+ "name": "tradingview",
7409
+ "description": "Use the TradingView Widgets in your Nuxt Application",
7410
+ "repo": "volkanakkus/nuxt-tradingview",
7411
+ "npm": "nuxt-tradingview",
7412
+ "icon": "tradingview.svg",
7413
+ "github": "https://github.com/volkanakkus/nuxt-tradingview",
7414
+ "website": "https://nuxt-tradingview.volkanakkus.com",
7415
+ "learn_more": "https://nuxt-tradingview.volkanakkus.com/documentation/getting-started/setup",
7416
+ "category": "Extensions",
7417
+ "type": "3rd-party",
7418
+ "maintainers": [
7419
+ {
7420
+ "name": "Volkan Akkuş",
7421
+ "github": "volkanakkus"
7422
+ }
7423
+ ],
7424
+ "compatibility": {
7425
+ "nuxt": ">=3.0.0",
7426
+ "requires": {}
7427
+ }
7428
+ },
6674
7429
  {
6675
7430
  "name": "translation-manager",
6676
7431
  "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
@@ -6689,7 +7444,7 @@
6689
7444
  }
6690
7445
  ],
6691
7446
  "compatibility": {
6692
- "nuxt": "^3.0.0",
7447
+ "nuxt": ">=3.0.0",
6693
7448
  "requires": {}
6694
7449
  }
6695
7450
  },
@@ -6722,7 +7477,7 @@
6722
7477
  }
6723
7478
  ],
6724
7479
  "compatibility": {
6725
- "nuxt": "^3.0.0",
7480
+ "nuxt": ">=3.0.0",
6726
7481
  "requires": {}
6727
7482
  }
6728
7483
  },
@@ -6745,7 +7500,7 @@
6745
7500
  }
6746
7501
  ],
6747
7502
  "compatibility": {
6748
- "nuxt": "^2.0.0 || ^3.0.0",
7503
+ "nuxt": "^2.0.0 || >=3.0.0",
6749
7504
  "requires": {
6750
7505
  "bridge": true
6751
7506
  }
@@ -6793,7 +7548,7 @@
6793
7548
  }
6794
7549
  ],
6795
7550
  "compatibility": {
6796
- "nuxt": "^3.0.0",
7551
+ "nuxt": ">=3.0.0",
6797
7552
  "requires": {}
6798
7553
  }
6799
7554
  },
@@ -6826,7 +7581,7 @@
6826
7581
  }
6827
7582
  ],
6828
7583
  "compatibility": {
6829
- "nuxt": "^2.0.0 || ^3.0.0",
7584
+ "nuxt": "^2.0.0 || >=3.0.0",
6830
7585
  "requires": {}
6831
7586
  }
6832
7587
  },
@@ -6848,7 +7603,7 @@
6848
7603
  }
6849
7604
  ],
6850
7605
  "compatibility": {
6851
- "nuxt": "^2.0.0 || ^3.0.0",
7606
+ "nuxt": "^2.0.0 || >=3.0.0",
6852
7607
  "requires": {}
6853
7608
  }
6854
7609
  },
@@ -6960,7 +7715,7 @@
6960
7715
  }
6961
7716
  ],
6962
7717
  "compatibility": {
6963
- "nuxt": "^2.0.0 || ^3.0.0",
7718
+ "nuxt": "^2.0.0 || >=3.0.0",
6964
7719
  "requires": {},
6965
7720
  "devtools": "^0.0.0"
6966
7721
  }
@@ -6994,7 +7749,7 @@
6994
7749
  }
6995
7750
  ],
6996
7751
  "compatibility": {
6997
- "nuxt": "^3.0.0",
7752
+ "nuxt": ">=3.0.0",
6998
7753
  "requires": {}
6999
7754
  }
7000
7755
  },
@@ -7016,7 +7771,7 @@
7016
7771
  }
7017
7772
  ],
7018
7773
  "compatibility": {
7019
- "nuxt": "^2.0.0 || ^3.0.0",
7774
+ "nuxt": "^2.0.0 || >=3.0.0",
7020
7775
  "requires": {
7021
7776
  "bridge": "optional"
7022
7777
  }
@@ -7068,36 +7823,10 @@
7068
7823
  }
7069
7824
  ],
7070
7825
  "compatibility": {
7071
- "nuxt": "^3.0.0",
7826
+ "nuxt": ">=3.0.0",
7072
7827
  "requires": {}
7073
7828
  }
7074
7829
  },
7075
- {
7076
- "name": "unlighthouse",
7077
- "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
7078
- "repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
7079
- "npm": "@unlighthouse/nuxt",
7080
- "icon": "unlighthouse.svg",
7081
- "github": "https://github.com/harlan-zw/unlighthouse",
7082
- "website": "https://github.com/harlan-zw/unlighthouse",
7083
- "learn_more": "https://github.com/harlan-zw/unlighthouse",
7084
- "category": "Devtools",
7085
- "type": "3rd-party",
7086
- "maintainers": [
7087
- {
7088
- "name": "Harlan Wilton",
7089
- "github": "harlan-zw",
7090
- "twitter": "harlan_zw",
7091
- "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
7092
- }
7093
- ],
7094
- "compatibility": {
7095
- "nuxt": "^2.0.0 || ^3.0.0",
7096
- "requires": {
7097
- "bridge": "optional"
7098
- }
7099
- }
7100
- },
7101
7830
  {
7102
7831
  "name": "unocss",
7103
7832
  "description": "The instant on-demand atomic CSS engine.",
@@ -7107,7 +7836,7 @@
7107
7836
  "github": "https://github.com/unocss/unocss",
7108
7837
  "website": "https://github.com/unocss/unocss",
7109
7838
  "learn_more": "https://github.com/unocss/unocss",
7110
- "category": "UI",
7839
+ "category": "CSS",
7111
7840
  "type": "3rd-party",
7112
7841
  "maintainers": [
7113
7842
  {
@@ -7118,7 +7847,7 @@
7118
7847
  }
7119
7848
  ],
7120
7849
  "compatibility": {
7121
- "nuxt": "^2.0.0 || ^3.0.0",
7850
+ "nuxt": "^2.0.0 || >=3.0.0",
7122
7851
  "requires": {
7123
7852
  "bridge": "optional"
7124
7853
  },
@@ -7132,8 +7861,8 @@
7132
7861
  "npm": "nuxt-ununura",
7133
7862
  "icon": "ununuracss.png",
7134
7863
  "github": "https://github.com/novout/ununuracss",
7135
- "website": "https://ununura.com/#/",
7136
- "learn_more": "https://ununura.com/#/docs/why",
7864
+ "website": "https://github.com/novout/ununuracss",
7865
+ "learn_more": "https://github.com/novout/ununuracss",
7137
7866
  "category": "UI",
7138
7867
  "type": "3rd-party",
7139
7868
  "maintainers": [
@@ -7144,7 +7873,7 @@
7144
7873
  }
7145
7874
  ],
7146
7875
  "compatibility": {
7147
- "nuxt": "^2.0.0 || ^3.0.0",
7876
+ "nuxt": "^2.0.0 || >=3.0.0",
7148
7877
  "requires": {}
7149
7878
  }
7150
7879
  },
@@ -7166,34 +7895,10 @@
7166
7895
  }
7167
7896
  ],
7168
7897
  "compatibility": {
7169
- "nuxt": "^3.0.0",
7898
+ "nuxt": ">=3.0.0",
7170
7899
  "requires": {}
7171
7900
  }
7172
7901
  },
7173
- {
7174
- "name": "use-wagmi",
7175
- "description": "Vue Composition for Ethereum based on wagmi",
7176
- "repo": "unicape/use-wagmi#main/packages/nuxt",
7177
- "npm": "@use-wagmi/nuxt",
7178
- "icon": "use-wagmi.png",
7179
- "github": "https://github.com/unicape/use-wagmi",
7180
- "website": "https://github.com/unicape/use-wagmi",
7181
- "learn_more": "https://github.com/unicape/use-wagmi",
7182
- "category": "Extensions",
7183
- "type": "3rd-party",
7184
- "maintainers": [
7185
- {
7186
- "name": "Unic Ape",
7187
- "github": "unicape"
7188
- }
7189
- ],
7190
- "compatibility": {
7191
- "nuxt": "^2.0.0 || ^3.0.0",
7192
- "requires": {
7193
- "bridge": true
7194
- }
7195
- }
7196
- },
7197
7902
  {
7198
7903
  "name": "user-agent",
7199
7904
  "description": "Nuxt module for handling User-Agent.",
@@ -7234,7 +7939,7 @@
7234
7939
  }
7235
7940
  ],
7236
7941
  "compatibility": {
7237
- "nuxt": "^3.0.0",
7942
+ "nuxt": ">=3.0.0",
7238
7943
  "requires": {
7239
7944
  "bridge": "optional"
7240
7945
  }
@@ -7247,7 +7952,7 @@
7247
7952
  "npm": "@varlet/nuxt",
7248
7953
  "icon": "varlet.svg",
7249
7954
  "github": "https://github.com/varletjs/varlet",
7250
- "website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
7955
+ "website": "https://varlet.pages.dev/#/en-US/index",
7251
7956
  "learn_more": "https://github.com/varletjs/varlet-nuxt",
7252
7957
  "category": "UI",
7253
7958
  "type": "3rd-party",
@@ -7258,7 +7963,7 @@
7258
7963
  }
7259
7964
  ],
7260
7965
  "compatibility": {
7261
- "nuxt": "^3.0.0",
7966
+ "nuxt": ">=3.0.0",
7262
7967
  "requires": {
7263
7968
  "bridge": "optional"
7264
7969
  }
@@ -7270,8 +7975,8 @@
7270
7975
  "repo": "samk-dev/nuxt-vcalendar",
7271
7976
  "npm": "@samk-dev/nuxt-vcalendar",
7272
7977
  "icon": "vcalendar.png",
7273
- "github": "https://github.com/samk-dev/vcalendar",
7274
- "website": "https://github.com/samk-dev/vcalendar",
7978
+ "github": "https://github.com/samk-dev/nuxt-vcalendar",
7979
+ "website": "https://github.com/samk-dev/nuxt-vcalendar",
7275
7980
  "learn_more": "",
7276
7981
  "category": "Libraries",
7277
7982
  "type": "3rd-party",
@@ -7282,7 +7987,7 @@
7282
7987
  }
7283
7988
  ],
7284
7989
  "compatibility": {
7285
- "nuxt": "^3.0.0",
7990
+ "nuxt": ">=3.0.0",
7286
7991
  "requires": {}
7287
7992
  }
7288
7993
  },
@@ -7304,7 +8009,7 @@
7304
8009
  }
7305
8010
  ],
7306
8011
  "compatibility": {
7307
- "nuxt": "^3.0.0",
8012
+ "nuxt": ">=3.0.0",
7308
8013
  "requires": {}
7309
8014
  }
7310
8015
  },
@@ -7349,7 +8054,7 @@
7349
8054
  }
7350
8055
  ],
7351
8056
  "compatibility": {
7352
- "nuxt": "^3.0.0",
8057
+ "nuxt": ">=3.0.0",
7353
8058
  "requires": {}
7354
8059
  }
7355
8060
  },
@@ -7372,7 +8077,7 @@
7372
8077
  }
7373
8078
  ],
7374
8079
  "compatibility": {
7375
- "nuxt": "^3.0.0",
8080
+ "nuxt": ">=3.0.0",
7376
8081
  "requires": {}
7377
8082
  }
7378
8083
  },
@@ -7400,7 +8105,7 @@
7400
8105
  }
7401
8106
  ],
7402
8107
  "compatibility": {
7403
- "nuxt": "^3.0.0",
8108
+ "nuxt": ">=3.0.0",
7404
8109
  "requires": {}
7405
8110
  }
7406
8111
  },
@@ -7412,7 +8117,7 @@
7412
8117
  "icon": "vue-email.svg",
7413
8118
  "github": "https://github.com/vue-email/nuxt",
7414
8119
  "website": "https://vuemail.net/",
7415
- "learn_more": "https://vuemail.net/ssr/nuxt",
8120
+ "learn_more": "https://vuemail.net/",
7416
8121
  "category": "UI",
7417
8122
  "type": "3rd-party",
7418
8123
  "maintainers": [
@@ -7430,7 +8135,7 @@
7430
8135
  }
7431
8136
  ],
7432
8137
  "compatibility": {
7433
- "nuxt": "^3.0.0",
8138
+ "nuxt": ">=3.0.0",
7434
8139
  "requires": {},
7435
8140
  "devtools": "^0.0.0"
7436
8141
  }
@@ -7454,7 +8159,7 @@
7454
8159
  }
7455
8160
  ],
7456
8161
  "compatibility": {
7457
- "nuxt": "^3.0.0",
8162
+ "nuxt": ">=3.0.0",
7458
8163
  "requires": {}
7459
8164
  }
7460
8165
  },
@@ -7477,7 +8182,7 @@
7477
8182
  }
7478
8183
  ],
7479
8184
  "compatibility": {
7480
- "nuxt": "^3.0.0",
8185
+ "nuxt": ">=3.0.0",
7481
8186
  "requires": {
7482
8187
  "bridge": "optional"
7483
8188
  },
@@ -7533,7 +8238,7 @@
7533
8238
  "description": "Plausible analytics for Vue.js and Nuxt",
7534
8239
  "repo": "moritzsternemann/vue-plausible",
7535
8240
  "npm": "vue-plausible",
7536
- "icon": "plausible.png",
8241
+ "icon": "plausible.svg",
7537
8242
  "github": "https://github.com/moritzsternemann/vue-plausible",
7538
8243
  "website": "https://github.com/moritzsternemann/vue-plausible",
7539
8244
  "learn_more": "",
@@ -7569,7 +8274,7 @@
7569
8274
  }
7570
8275
  ],
7571
8276
  "compatibility": {
7572
- "nuxt": "^3.0.0",
8277
+ "nuxt": ">=3.0.0",
7573
8278
  "requires": {}
7574
8279
  }
7575
8280
  },
@@ -7614,7 +8319,7 @@
7614
8319
  }
7615
8320
  ],
7616
8321
  "compatibility": {
7617
- "nuxt": "^2.0.0 || ^3.0.0",
8322
+ "nuxt": "^2.0.0 || >=3.0.0",
7618
8323
  "requires": {
7619
8324
  "bridge": "optional"
7620
8325
  }
@@ -7662,7 +8367,7 @@
7662
8367
  }
7663
8368
  ],
7664
8369
  "compatibility": {
7665
- "nuxt": "^3.0.0",
8370
+ "nuxt": ">=3.0.0",
7666
8371
  "requires": {}
7667
8372
  }
7668
8373
  },
@@ -7684,7 +8389,7 @@
7684
8389
  }
7685
8390
  ],
7686
8391
  "compatibility": {
7687
- "nuxt": "^3.0.0",
8392
+ "nuxt": ">=3.0.0",
7688
8393
  "requires": {}
7689
8394
  }
7690
8395
  },
@@ -7707,7 +8412,7 @@
7707
8412
  }
7708
8413
  ],
7709
8414
  "compatibility": {
7710
- "nuxt": "^3.0.0",
8415
+ "nuxt": ">=3.0.0",
7711
8416
  "requires": {}
7712
8417
  }
7713
8418
  },
@@ -7730,7 +8435,7 @@
7730
8435
  }
7731
8436
  ],
7732
8437
  "compatibility": {
7733
- "nuxt": "^3.0.0",
8438
+ "nuxt": ">=3.0.0",
7734
8439
  "requires": {}
7735
8440
  }
7736
8441
  },
@@ -7752,19 +8457,19 @@
7752
8457
  }
7753
8458
  ],
7754
8459
  "compatibility": {
7755
- "nuxt": "^3.0.0",
8460
+ "nuxt": ">=3.0.0",
7756
8461
  "requires": {}
7757
8462
  }
7758
8463
  },
7759
8464
  {
7760
8465
  "name": "vuetify-nuxt-module",
7761
8466
  "description": "Zero-config Nuxt Module for Vuetify.",
7762
- "repo": "userquin/vuetify-nuxt-module",
8467
+ "repo": "vuetifyjs/nuxt-module",
7763
8468
  "npm": "vuetify-nuxt-module",
7764
8469
  "icon": "vuetify-logo-v3-dark.svg",
7765
- "github": "https://github.com/userquin/vuetify-nuxt-module",
7766
- "website": "https://vuetify-nuxt-module.netlify.app/",
7767
- "learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
8470
+ "github": "https://github.com/vuetifyjs/nuxt-module",
8471
+ "website": "https://nuxt.vuetifyjs.com/",
8472
+ "learn_more": "https://github.com/vuetifyjs/nuxt-module/blob/main/README.md",
7768
8473
  "category": "UI",
7769
8474
  "type": "3rd-party",
7770
8475
  "maintainers": [
@@ -7774,7 +8479,7 @@
7774
8479
  }
7775
8480
  ],
7776
8481
  "compatibility": {
7777
- "nuxt": "^3.0.0",
8482
+ "nuxt": ">=3.0.0",
7778
8483
  "requires": {}
7779
8484
  }
7780
8485
  },
@@ -7824,7 +8529,7 @@
7824
8529
  }
7825
8530
  ],
7826
8531
  "compatibility": {
7827
- "nuxt": "^2.0.0 || ^3.0.0",
8532
+ "nuxt": "^2.0.0 || >=3.0.0",
7828
8533
  "requires": {
7829
8534
  "bridge": "optional"
7830
8535
  },
@@ -7872,7 +8577,7 @@
7872
8577
  }
7873
8578
  ],
7874
8579
  "compatibility": {
7875
- "nuxt": "^3.0.0",
8580
+ "nuxt": ">=3.0.0",
7876
8581
  "requires": {}
7877
8582
  }
7878
8583
  },
@@ -7904,7 +8609,7 @@
7904
8609
  }
7905
8610
  ],
7906
8611
  "compatibility": {
7907
- "nuxt": "^2.0.0 || ^3.0.0",
8612
+ "nuxt": "^2.0.0 || >=3.0.0",
7908
8613
  "requires": {
7909
8614
  "bridge": "optional"
7910
8615
  }
@@ -7932,6 +8637,28 @@
7932
8637
  "requires": {}
7933
8638
  }
7934
8639
  },
8640
+ {
8641
+ "name": "webhook-validators",
8642
+ "description": "Nuxt module that works on the edge to easily validate incoming webhooks from different services.",
8643
+ "repo": "yizack/nuxt-webhook-validators",
8644
+ "npm": "nuxt-webhook-validators",
8645
+ "icon": "webhook-validators.svg",
8646
+ "github": "https://github.com/Yizack/nuxt-webhook-validators",
8647
+ "website": "https://github.com/Yizack/nuxt-webhook-validators",
8648
+ "learn_more": "",
8649
+ "category": "Security",
8650
+ "type": "3rd-party",
8651
+ "maintainers": [
8652
+ {
8653
+ "name": "Yizack Rangel",
8654
+ "github": "yizack"
8655
+ }
8656
+ ],
8657
+ "compatibility": {
8658
+ "nuxt": ">=3.0.0",
8659
+ "requires": {}
8660
+ }
8661
+ },
7935
8662
  {
7936
8663
  "name": "webpack-optimisations",
7937
8664
  "description": "Nuxt v2 module to automatically make your builds faster.",
@@ -8042,7 +8769,7 @@
8042
8769
  }
8043
8770
  ],
8044
8771
  "compatibility": {
8045
- "nuxt": "^3.0.0",
8772
+ "nuxt": ">=3.0.0",
8046
8773
  "requires": {}
8047
8774
  }
8048
8775
  },
@@ -8068,7 +8795,7 @@
8068
8795
  }
8069
8796
  ],
8070
8797
  "compatibility": {
8071
- "nuxt": "^3.0.0",
8798
+ "nuxt": ">=3.0.0",
8072
8799
  "requires": {}
8073
8800
  }
8074
8801
  },
@@ -8096,7 +8823,7 @@
8096
8823
  }
8097
8824
  ],
8098
8825
  "compatibility": {
8099
- "nuxt": "^2.0.0 || ^3.0.0",
8826
+ "nuxt": "^2.0.0 || >=3.0.0",
8100
8827
  "requires": {
8101
8828
  "bridge": "optional"
8102
8829
  }
@@ -8187,7 +8914,7 @@
8187
8914
  }
8188
8915
  ],
8189
8916
  "compatibility": {
8190
- "nuxt": "^2.0.0 || ^3.0.0",
8917
+ "nuxt": "^2.0.0 || >=3.0.0",
8191
8918
  "requires": {
8192
8919
  "bridge": true
8193
8920
  }