@nuxt/modules 0.6.0-1832a8 → 0.6.0-1867fe

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 +1398 -637
  2. package/package.json +9 -5
package/modules.json CHANGED
@@ -1,26 +1,4 @@
1
1
  [
2
- {
3
- "name": "Nuxt zodI18n",
4
- "description": "A Nuxt Module for localizing zod error messages.",
5
- "repo": "xibman/nuxt-zod-i18n",
6
- "npm": "nuxt-zod-i18n",
7
- "icon": "",
8
- "github": "https://github.com/xibman/nuxt-zod-i18n",
9
- "website": "https://github.com/xibman/nuxt-zod-i18n",
10
- "learn_more": "",
11
- "category": "Devtools",
12
- "type": "3rd-party",
13
- "maintainers": [
14
- {
15
- "name": "xibman",
16
- "github": "xibman"
17
- }
18
- ],
19
- "compatibility": {
20
- "nuxt": "^2.0.0",
21
- "requires": {}
22
- }
23
- },
24
2
  {
25
3
  "name": "ackee",
26
4
  "description": "Nuxt module for Ackee analytics",
@@ -95,7 +73,7 @@
95
73
  }
96
74
  ],
97
75
  "compatibility": {
98
- "nuxt": "^2.0.0 || ^3.0.0",
76
+ "nuxt": "^2.0.0 || >=3.0.0",
99
77
  "requires": {
100
78
  "bridge": true
101
79
  }
@@ -164,7 +142,7 @@
164
142
  }
165
143
  ],
166
144
  "compatibility": {
167
- "nuxt": "^2.0.0 || ^3.0.0",
145
+ "nuxt": "^2.0.0 || >=3.0.0",
168
146
  "requires": {}
169
147
  }
170
148
  },
@@ -186,7 +164,7 @@
186
164
  }
187
165
  ],
188
166
  "compatibility": {
189
- "nuxt": "^3.0.0",
167
+ "nuxt": ">=3.0.0",
190
168
  "requires": {
191
169
  "bridge": "optional"
192
170
  }
@@ -201,7 +179,7 @@
201
179
  "github": "https://github.com/egidiusmengelberg/nuxt-aos",
202
180
  "website": "https://github.com/egidiusmengelberg/nuxt-aos",
203
181
  "learn_more": "",
204
- "category": "Devtools",
182
+ "category": "Libraries",
205
183
  "type": "3rd-party",
206
184
  "maintainers": [
207
185
  {
@@ -210,18 +188,18 @@
210
188
  }
211
189
  ],
212
190
  "compatibility": {
213
- "nuxt": "^3.0.0",
191
+ "nuxt": ">=3.0.0",
214
192
  "requires": {}
215
193
  }
216
194
  },
217
195
  {
218
196
  "name": "api-party",
219
- "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",
220
198
  "repo": "johannschopplich/nuxt-api-party",
221
199
  "npm": "nuxt-api-party",
222
200
  "icon": "api-party.svg",
223
201
  "github": "https://github.com/johannschopplich/nuxt-api-party",
224
- "website": "https://nuxt-api-party.jhnn.dev/",
202
+ "website": "https://nuxt-api-party.byjohann.dev/",
225
203
  "learn_more": "",
226
204
  "category": "Request",
227
205
  "type": "3rd-party",
@@ -234,7 +212,29 @@
234
212
  }
235
213
  ],
236
214
  "compatibility": {
237
- "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",
238
238
  "requires": {}
239
239
  }
240
240
  },
@@ -282,7 +282,7 @@
282
282
  }
283
283
  ],
284
284
  "compatibility": {
285
- "nuxt": "^2.0.0 || ^3.0.0",
285
+ "nuxt": "^2.0.0 || >=3.0.0",
286
286
  "requires": {}
287
287
  }
288
288
  },
@@ -326,7 +326,7 @@
326
326
  }
327
327
  ],
328
328
  "compatibility": {
329
- "nuxt": "^3.0.0",
329
+ "nuxt": ">=3.0.0",
330
330
  "requires": {}
331
331
  }
332
332
  },
@@ -348,7 +348,7 @@
348
348
  }
349
349
  ],
350
350
  "compatibility": {
351
- "nuxt": "^3.0.0",
351
+ "nuxt": ">=3.0.0",
352
352
  "requires": {}
353
353
  }
354
354
  },
@@ -371,7 +371,7 @@
371
371
  }
372
372
  ],
373
373
  "compatibility": {
374
- "nuxt": "^3.0.0",
374
+ "nuxt": ">=3.0.0",
375
375
  "requires": {}
376
376
  }
377
377
  },
@@ -384,7 +384,7 @@
384
384
  "github": "https://github.com/atinux/nuxt-auth-utils",
385
385
  "website": "https://github.com/atinux/nuxt-auth-utils",
386
386
  "learn_more": "",
387
- "category": "Devtools",
387
+ "category": "Security",
388
388
  "type": "3rd-party",
389
389
  "maintainers": [
390
390
  {
@@ -393,7 +393,7 @@
393
393
  }
394
394
  ],
395
395
  "compatibility": {
396
- "nuxt": "^3.0.0",
396
+ "nuxt": ">=3.0.0",
397
397
  "requires": {}
398
398
  }
399
399
  },
@@ -443,7 +443,30 @@
443
443
  }
444
444
  ],
445
445
  "compatibility": {
446
- "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",
447
470
  "requires": {}
448
471
  }
449
472
  },
@@ -466,7 +489,7 @@
466
489
  }
467
490
  ],
468
491
  "compatibility": {
469
- "nuxt": "^3.0.0",
492
+ "nuxt": ">=3.0.0",
470
493
  "requires": {}
471
494
  }
472
495
  },
@@ -611,7 +634,7 @@
611
634
  }
612
635
  ],
613
636
  "compatibility": {
614
- "nuxt": "^2.0.0 || ^3.0.0",
637
+ "nuxt": "^2.0.0 || >=3.0.0",
615
638
  "requires": {
616
639
  "bridge": true
617
640
  }
@@ -680,7 +703,7 @@
680
703
  }
681
704
  ],
682
705
  "compatibility": {
683
- "nuxt": "^3.0.0",
706
+ "nuxt": ">=3.0.0",
684
707
  "requires": {}
685
708
  }
686
709
  },
@@ -725,7 +748,7 @@
725
748
  }
726
749
  ],
727
750
  "compatibility": {
728
- "nuxt": "^3.0.0",
751
+ "nuxt": ">=3.0.0",
729
752
  "requires": {}
730
753
  }
731
754
  },
@@ -769,7 +792,7 @@
769
792
  }
770
793
  ],
771
794
  "compatibility": {
772
- "nuxt": "^3.0.0",
795
+ "nuxt": ">=3.0.0",
773
796
  "requires": {}
774
797
  }
775
798
  },
@@ -778,10 +801,10 @@
778
801
  "description": "Privacy-first, end-to-end encrypted analytics",
779
802
  "repo": "chiffre-io/nuxt-chiffre",
780
803
  "npm": "nuxt-chiffre",
781
- "icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
804
+ "icon": "chiffre.png",
782
805
  "github": "https://github.com/chiffre-io/nuxt-chiffre",
783
806
  "website": "https://github.com/chiffre-io/nuxt-chiffre",
784
- "learn_more": "https://chiffre.io",
807
+ "learn_more": "https://chiffre.io/",
785
808
  "category": "Analytics",
786
809
  "type": "3rd-party",
787
810
  "maintainers": [
@@ -814,7 +837,7 @@
814
837
  }
815
838
  ],
816
839
  "compatibility": {
817
- "nuxt": "^3.0.0",
840
+ "nuxt": ">=3.0.0",
818
841
  "requires": {}
819
842
  }
820
843
  },
@@ -885,7 +908,7 @@
885
908
  }
886
909
  ],
887
910
  "compatibility": {
888
- "nuxt": "^3.0.0",
911
+ "nuxt": ">=3.0.0",
889
912
  "requires": {}
890
913
  }
891
914
  },
@@ -931,7 +954,7 @@
931
954
  }
932
955
  ],
933
956
  "compatibility": {
934
- "nuxt": "^2.0.0 || ^3.0.0",
957
+ "nuxt": "^2.0.0 || >=3.0.0",
935
958
  "requires": {
936
959
  "bridge": "optional"
937
960
  }
@@ -1002,7 +1025,7 @@
1002
1025
  }
1003
1026
  ],
1004
1027
  "compatibility": {
1005
- "nuxt": "^3.0.0",
1028
+ "nuxt": ">=3.0.0",
1006
1029
  "requires": {}
1007
1030
  }
1008
1031
  },
@@ -1013,7 +1036,7 @@
1013
1036
  "npm": "@nuxt/content",
1014
1037
  "icon": "nuxt.svg",
1015
1038
  "github": "https://github.com/nuxt/content",
1016
- "website": "https://content.nuxtjs.org",
1039
+ "website": "https://content.nuxt.com",
1017
1040
  "learn_more": "",
1018
1041
  "category": "CMS",
1019
1042
  "type": "official",
@@ -1035,7 +1058,7 @@
1035
1058
  }
1036
1059
  ],
1037
1060
  "compatibility": {
1038
- "nuxt": "^2.0.0 || ^3.0.0",
1061
+ "nuxt": "^2.0.0 || >=3.0.0",
1039
1062
  "requires": {}
1040
1063
  }
1041
1064
  },
@@ -1080,7 +1103,7 @@
1080
1103
  }
1081
1104
  ],
1082
1105
  "compatibility": {
1083
- "nuxt": "^3.0.0",
1106
+ "nuxt": ">=3.0.0",
1084
1107
  "requires": {}
1085
1108
  }
1086
1109
  },
@@ -1103,7 +1126,7 @@
1103
1126
  }
1104
1127
  ],
1105
1128
  "compatibility": {
1106
- "nuxt": "^3.0.0",
1129
+ "nuxt": ">=3.0.0",
1107
1130
  "requires": {}
1108
1131
  }
1109
1132
  },
@@ -1219,7 +1242,7 @@
1219
1242
  }
1220
1243
  ],
1221
1244
  "compatibility": {
1222
- "nuxt": "^3.0.0",
1245
+ "nuxt": ">=3.0.0",
1223
1246
  "requires": {}
1224
1247
  }
1225
1248
  },
@@ -1242,7 +1265,7 @@
1242
1265
  }
1243
1266
  ],
1244
1267
  "compatibility": {
1245
- "nuxt": "^3.0.0",
1268
+ "nuxt": ">=3.0.0",
1246
1269
  "requires": {}
1247
1270
  }
1248
1271
  },
@@ -1265,7 +1288,7 @@
1265
1288
  }
1266
1289
  ],
1267
1290
  "compatibility": {
1268
- "nuxt": "^2.0.0 || ^3.0.0",
1291
+ "nuxt": "^2.0.0 || >=3.0.0",
1269
1292
  "requires": {}
1270
1293
  }
1271
1294
  },
@@ -1287,7 +1310,7 @@
1287
1310
  }
1288
1311
  ],
1289
1312
  "compatibility": {
1290
- "nuxt": "^2.0.0 || ^3.0.0",
1313
+ "nuxt": "^2.0.0 || >=3.0.0",
1291
1314
  "requires": {}
1292
1315
  }
1293
1316
  },
@@ -1298,7 +1321,7 @@
1298
1321
  "npm": "@nuxt/devtools",
1299
1322
  "icon": "nuxt.svg",
1300
1323
  "github": "https://github.com/nuxt/devtools",
1301
- "website": "https://devtools.nuxtjs.org/",
1324
+ "website": "https://devtools.nuxt.com",
1302
1325
  "learn_more": "",
1303
1326
  "category": "Devtools",
1304
1327
  "type": "official",
@@ -1310,7 +1333,7 @@
1310
1333
  }
1311
1334
  ],
1312
1335
  "compatibility": {
1313
- "nuxt": "^3.0.0",
1336
+ "nuxt": ">=3.0.0",
1314
1337
  "requires": {}
1315
1338
  }
1316
1339
  },
@@ -1333,7 +1356,7 @@
1333
1356
  }
1334
1357
  ],
1335
1358
  "compatibility": {
1336
- "nuxt": "^3.0.0",
1359
+ "nuxt": ">=3.0.0",
1337
1360
  "requires": {},
1338
1361
  "devtools": "^0.0.0"
1339
1362
  }
@@ -1356,7 +1379,7 @@
1356
1379
  }
1357
1380
  ],
1358
1381
  "compatibility": {
1359
- "nuxt": "^3.0.0",
1382
+ "nuxt": ">=3.0.0",
1360
1383
  "requires": {}
1361
1384
  }
1362
1385
  },
@@ -1378,7 +1401,7 @@
1378
1401
  }
1379
1402
  ],
1380
1403
  "compatibility": {
1381
- "nuxt": "^3.0.0",
1404
+ "nuxt": ">=3.0.0",
1382
1405
  "requires": {}
1383
1406
  }
1384
1407
  },
@@ -1433,7 +1456,7 @@
1433
1456
  }
1434
1457
  ],
1435
1458
  "compatibility": {
1436
- "nuxt": "^2.0.0 || ^3.0.0",
1459
+ "nuxt": "^2.0.0 || >=3.0.0",
1437
1460
  "requires": {}
1438
1461
  }
1439
1462
  },
@@ -1459,6 +1482,50 @@
1459
1482
  "requires": {}
1460
1483
  }
1461
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
+ },
1462
1529
  {
1463
1530
  "name": "edgedb",
1464
1531
  "description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
@@ -1478,7 +1545,7 @@
1478
1545
  }
1479
1546
  ],
1480
1547
  "compatibility": {
1481
- "nuxt": "^3.8.0",
1548
+ "nuxt": ">=3.8.0",
1482
1549
  "requires": {}
1483
1550
  }
1484
1551
  },
@@ -1500,7 +1567,7 @@
1500
1567
  }
1501
1568
  ],
1502
1569
  "compatibility": {
1503
- "nuxt": "^3.0.0",
1570
+ "nuxt": ">=3.0.0",
1504
1571
  "requires": {}
1505
1572
  }
1506
1573
  },
@@ -1522,7 +1589,7 @@
1522
1589
  }
1523
1590
  ],
1524
1591
  "compatibility": {
1525
- "nuxt": "^3.0.0",
1592
+ "nuxt": ">=3.0.0",
1526
1593
  "requires": {
1527
1594
  "bridge": "optional"
1528
1595
  }
@@ -1552,12 +1619,12 @@
1552
1619
  }
1553
1620
  ],
1554
1621
  "compatibility": {
1555
- "nuxt": "^2.0.0 || ^3.0.0",
1622
+ "nuxt": "^2.0.0 || >=3.0.0",
1556
1623
  "requires": {}
1557
1624
  }
1558
1625
  },
1559
1626
  {
1560
- "name": "eslint",
1627
+ "name": "eslint-module",
1561
1628
  "description": "ESLint module for Nuxt",
1562
1629
  "repo": "nuxt-community/eslint-module",
1563
1630
  "npm": "@nuxtjs/eslint-module",
@@ -1574,7 +1641,30 @@
1574
1641
  }
1575
1642
  ],
1576
1643
  "compatibility": {
1577
- "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",
1578
1668
  "requires": {}
1579
1669
  }
1580
1670
  },
@@ -1619,7 +1709,7 @@
1619
1709
  }
1620
1710
  ],
1621
1711
  "compatibility": {
1622
- "nuxt": "^3.0.0",
1712
+ "nuxt": ">=3.0.0",
1623
1713
  "requires": {}
1624
1714
  }
1625
1715
  },
@@ -1797,7 +1887,7 @@
1797
1887
  }
1798
1888
  ],
1799
1889
  "compatibility": {
1800
- "nuxt": "^3.0.0",
1890
+ "nuxt": ">=3.0.0",
1801
1891
  "requires": {}
1802
1892
  }
1803
1893
  },
@@ -1823,10 +1913,33 @@
1823
1913
  "requires": {}
1824
1914
  }
1825
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
+ },
1826
1939
  {
1827
1940
  "name": "form-actions",
1828
1941
  "description": "A set of features and composables to interact with forms and server data.",
1829
- "repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
1942
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
1830
1943
  "npm": "@hebilicious/form-actions-nuxt",
1831
1944
  "icon": "form-actions.svg",
1832
1945
  "github": "https://github.com/Hebilicious/form-actions-nuxt",
@@ -1842,7 +1955,7 @@
1842
1955
  }
1843
1956
  ],
1844
1957
  "compatibility": {
1845
- "nuxt": "^3.7.0",
1958
+ "nuxt": ">=3.7.0",
1846
1959
  "requires": {}
1847
1960
  }
1848
1961
  },
@@ -1854,7 +1967,7 @@
1854
1967
  "icon": "formkit.png",
1855
1968
  "github": "https://github.com/formkit/formkit",
1856
1969
  "website": "https://formkit.com",
1857
- "learn_more": "https://formkit.com/essentials/installation#with-nuxt",
1970
+ "learn_more": "https://formkit.com/getting-started/installation",
1858
1971
  "category": "Libraries",
1859
1972
  "type": "3rd-party",
1860
1973
  "maintainers": [
@@ -1870,7 +1983,7 @@
1870
1983
  }
1871
1984
  ],
1872
1985
  "compatibility": {
1873
- "nuxt": "^3.0.0",
1986
+ "nuxt": ">=3.0.0",
1874
1987
  "requires": {}
1875
1988
  }
1876
1989
  },
@@ -1940,7 +2053,7 @@
1940
2053
  }
1941
2054
  ],
1942
2055
  "compatibility": {
1943
- "nuxt": "^2.0.0 || ^3.0.0",
2056
+ "nuxt": "^2.0.0 || >=3.0.0",
1944
2057
  "requires": {}
1945
2058
  }
1946
2059
  },
@@ -1994,7 +2107,7 @@
1994
2107
  }
1995
2108
  ],
1996
2109
  "compatibility": {
1997
- "nuxt": "^2.0.0 || ^3.0.0",
2110
+ "nuxt": "^2.0.0 || >=3.0.0",
1998
2111
  "requires": {
1999
2112
  "bridge": "optional"
2000
2113
  }
@@ -2067,7 +2180,7 @@
2067
2180
  "icon": "graphql-client.svg",
2068
2181
  "github": "https://github.com/diizzayy/nuxt-graphql-client",
2069
2182
  "website": "https://github.com/diizzayy/nuxt-graphql-client",
2070
- "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
2183
+ "learn_more": "https://nuxt-graphql-client.web.app/",
2071
2184
  "category": "Request",
2072
2185
  "type": "3rd-party",
2073
2186
  "maintainers": [
@@ -2077,7 +2190,7 @@
2077
2190
  }
2078
2191
  ],
2079
2192
  "compatibility": {
2080
- "nuxt": "^3.0.0",
2193
+ "nuxt": ">=3.0.0",
2081
2194
  "requires": {}
2082
2195
  }
2083
2196
  },
@@ -2099,7 +2212,7 @@
2099
2212
  }
2100
2213
  ],
2101
2214
  "compatibility": {
2102
- "nuxt": "^2.0.0 || ^3.0.0",
2215
+ "nuxt": "^2.0.0 || >=3.0.0",
2103
2216
  "requires": {}
2104
2217
  }
2105
2218
  },
@@ -2121,14 +2234,14 @@
2121
2234
  }
2122
2235
  ],
2123
2236
  "compatibility": {
2124
- "nuxt": "^3.0.0",
2237
+ "nuxt": ">=3.0.0",
2125
2238
  "requires": {},
2126
2239
  "devtools": "^0.0.0"
2127
2240
  }
2128
2241
  },
2129
2242
  {
2130
2243
  "name": "gtag",
2131
- "description": "Google Analytics integration for Nuxt",
2244
+ "description": "Google Analytics integration for Nuxt: Google Analytics, Google Ads and more",
2132
2245
  "repo": "johannschopplich/nuxt-gtag",
2133
2246
  "npm": "nuxt-gtag",
2134
2247
  "icon": "gtag.svg",
@@ -2146,7 +2259,7 @@
2146
2259
  }
2147
2260
  ],
2148
2261
  "compatibility": {
2149
- "nuxt": "^3.0.0",
2262
+ "nuxt": ">=3.0.0",
2150
2263
  "requires": {}
2151
2264
  }
2152
2265
  },
@@ -2213,7 +2326,7 @@
2213
2326
  }
2214
2327
  ],
2215
2328
  "compatibility": {
2216
- "nuxt": "^3.0.0",
2329
+ "nuxt": ">=3.0.0",
2217
2330
  "requires": {}
2218
2331
  }
2219
2332
  },
@@ -2236,7 +2349,7 @@
2236
2349
  }
2237
2350
  ],
2238
2351
  "compatibility": {
2239
- "nuxt": "^3.0.0",
2352
+ "nuxt": ">=3.0.0",
2240
2353
  "requires": {}
2241
2354
  }
2242
2355
  },
@@ -2258,7 +2371,7 @@
2258
2371
  }
2259
2372
  ],
2260
2373
  "compatibility": {
2261
- "nuxt": "^3.0.0",
2374
+ "nuxt": ">=3.0.0",
2262
2375
  "requires": {}
2263
2376
  }
2264
2377
  },
@@ -2351,6 +2464,28 @@
2351
2464
  "requires": {}
2352
2465
  }
2353
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
+ },
2354
2489
  {
2355
2490
  "name": "html-minifier",
2356
2491
  "description": "Minify the html for each request served by nuxt server (nuxt start)",
@@ -2380,7 +2515,7 @@
2380
2515
  "npm": "@nuxtjs/html-validator",
2381
2516
  "icon": "html-validator.png",
2382
2517
  "github": "https://github.com/nuxt-modules/html-validator",
2383
- "website": "https://html-validator.nuxtjs.org",
2518
+ "website": "https://github.com/nuxt-modules/html-validator",
2384
2519
  "learn_more": "https://html-validate.org",
2385
2520
  "category": "Performance",
2386
2521
  "type": "community",
@@ -2392,7 +2527,7 @@
2392
2527
  }
2393
2528
  ],
2394
2529
  "compatibility": {
2395
- "nuxt": "^2.0.0 || ^3.0.0",
2530
+ "nuxt": "^2.0.0 || >=3.0.0",
2396
2531
  "requires": {
2397
2532
  "bridge": "optional"
2398
2533
  }
@@ -2426,6 +2561,44 @@
2426
2561
  "requires": {}
2427
2562
  }
2428
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
+ },
2429
2602
  {
2430
2603
  "name": "humans-txt",
2431
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.",
@@ -2456,8 +2629,8 @@
2456
2629
  "npm": "@nuxtjs/i18n",
2457
2630
  "icon": "i18n.png",
2458
2631
  "github": "https://github.com/nuxt-modules/i18n",
2459
- "website": "https://v8.i18n.nuxtjs.org",
2460
- "learn_more": "https://kazupon.github.io/vue-i18n/",
2632
+ "website": "https://i18n.nuxtjs.org",
2633
+ "learn_more": "https://vue-i18n.intlify.dev/",
2461
2634
  "category": "Extensions",
2462
2635
  "type": "community",
2463
2636
  "maintainers": [
@@ -2468,10 +2641,14 @@
2468
2641
  {
2469
2642
  "name": "Kazuya Kawaguchi",
2470
2643
  "github": "kazupon"
2644
+ },
2645
+ {
2646
+ "name": "Bobbie Goede",
2647
+ "github": "BobbieGoede"
2471
2648
  }
2472
2649
  ],
2473
2650
  "compatibility": {
2474
- "nuxt": "^2.0.0 || ^3.0.0",
2651
+ "nuxt": "^2.0.0 || >=3.0.0",
2475
2652
  "requires": {}
2476
2653
  }
2477
2654
  },
@@ -2493,7 +2670,7 @@
2493
2670
  }
2494
2671
  ],
2495
2672
  "compatibility": {
2496
- "nuxt": "^3.0.0",
2673
+ "nuxt": ">=3.0.0",
2497
2674
  "requires": {}
2498
2675
  }
2499
2676
  },
@@ -2515,30 +2692,34 @@
2515
2692
  }
2516
2693
  ],
2517
2694
  "compatibility": {
2518
- "nuxt": "^3.0.0",
2695
+ "nuxt": ">=3.0.0",
2519
2696
  "requires": {},
2520
2697
  "devtools": "^0.0.0"
2521
2698
  }
2522
2699
  },
2523
2700
  {
2524
2701
  "name": "icon",
2525
- "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
2526
- "repo": "nuxt-modules/icon",
2527
- "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",
2528
2705
  "icon": "nuxt-icon.png",
2529
- "github": "https://github.com/nuxt-modules/icon",
2530
- "website": "https://github.com/nuxt-modules/icon",
2706
+ "github": "https://github.com/nuxt/icon",
2707
+ "website": "https://github.com/nuxt/icon",
2531
2708
  "learn_more": "",
2532
2709
  "category": "UI",
2533
- "type": "community",
2710
+ "type": "official",
2534
2711
  "maintainers": [
2535
2712
  {
2536
2713
  "name": "Atinux",
2537
2714
  "github": "Atinux"
2715
+ },
2716
+ {
2717
+ "name": "Anthony Fu",
2718
+ "github": "antfu"
2538
2719
  }
2539
2720
  ],
2540
2721
  "compatibility": {
2541
- "nuxt": "^3.0.0",
2722
+ "nuxt": ">=3.0.0",
2542
2723
  "requires": {},
2543
2724
  "devtools": "^0.0.0"
2544
2725
  }
@@ -2561,7 +2742,7 @@
2561
2742
  }
2562
2743
  ],
2563
2744
  "compatibility": {
2564
- "nuxt": "^3.0.0",
2745
+ "nuxt": ">=3.0.0",
2565
2746
  "requires": {}
2566
2747
  }
2567
2748
  },
@@ -2621,7 +2802,7 @@
2621
2802
  }
2622
2803
  ],
2623
2804
  "compatibility": {
2624
- "nuxt": "^2.0.0 || ^3.0.0",
2805
+ "nuxt": "^2.0.0 || >=3.0.0",
2625
2806
  "requires": {
2626
2807
  "bridge": "optional"
2627
2808
  }
@@ -2668,7 +2849,7 @@
2668
2849
  }
2669
2850
  ],
2670
2851
  "compatibility": {
2671
- "nuxt": "^2.0.0 || ^3.0.0",
2852
+ "nuxt": "^2.0.0 || >=3.0.0",
2672
2853
  "requires": {
2673
2854
  "bridge": true
2674
2855
  }
@@ -2715,7 +2896,7 @@
2715
2896
  }
2716
2897
  ],
2717
2898
  "compatibility": {
2718
- "nuxt": "^3.0.0",
2899
+ "nuxt": ">=3.0.0",
2719
2900
  "requires": {}
2720
2901
  }
2721
2902
  },
@@ -2737,7 +2918,7 @@
2737
2918
  }
2738
2919
  ],
2739
2920
  "compatibility": {
2740
- "nuxt": "^2.0.0 || ^3.0.0",
2921
+ "nuxt": "^2.0.0 || >=3.0.0",
2741
2922
  "requires": {}
2742
2923
  }
2743
2924
  },
@@ -2786,9 +2967,10 @@
2786
2967
  }
2787
2968
  ],
2788
2969
  "compatibility": {
2789
- "nuxt": "^3.0.0",
2970
+ "nuxt": ">=3.0.0",
2790
2971
  "requires": {}
2791
- }
2972
+ },
2973
+ "sponsor": true
2792
2974
  },
2793
2975
  {
2794
2976
  "name": "kql",
@@ -2797,7 +2979,7 @@
2797
2979
  "npm": "nuxt-kql",
2798
2980
  "icon": "kql.svg",
2799
2981
  "github": "https://github.com/johannschopplich/nuxt-kql",
2800
- "website": "https://nuxt-kql.jhnn.dev",
2982
+ "website": "https://nuxt-kql.byjohann.dev/",
2801
2983
  "learn_more": "",
2802
2984
  "category": "CMS",
2803
2985
  "type": "3rd-party",
@@ -2810,7 +2992,7 @@
2810
2992
  }
2811
2993
  ],
2812
2994
  "compatibility": {
2813
- "nuxt": "^3.0.0",
2995
+ "nuxt": ">=3.0.0",
2814
2996
  "requires": {}
2815
2997
  }
2816
2998
  },
@@ -2876,7 +3058,7 @@
2876
3058
  }
2877
3059
  ],
2878
3060
  "compatibility": {
2879
- "nuxt": "^3.0.0",
3061
+ "nuxt": ">=3.0.0",
2880
3062
  "requires": {}
2881
3063
  }
2882
3064
  },
@@ -2926,7 +3108,7 @@
2926
3108
  },
2927
3109
  {
2928
3110
  "name": "link-checker",
2929
- "description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
3111
+ "description": "Find and magically fix links that may be negatively effecting your SEO.",
2930
3112
  "repo": "harlan-zw/nuxt-link-checker",
2931
3113
  "npm": "nuxt-link-checker",
2932
3114
  "icon": "link-checker.svg",
@@ -2944,7 +3126,7 @@
2944
3126
  }
2945
3127
  ],
2946
3128
  "compatibility": {
2947
- "nuxt": "^3.0.0",
3129
+ "nuxt": ">=3.0.0",
2948
3130
  "requires": {},
2949
3131
  "devtools": "^0.0.0"
2950
3132
  }
@@ -2999,6 +3181,28 @@
2999
3181
  "requires": {}
3000
3182
  }
3001
3183
  },
3184
+ {
3185
+ "name": "locomotive-scroll",
3186
+ "description": "A Nuxt module to easily integrate Locomotive Scroll into your Nuxt application.",
3187
+ "repo": "arashsheyda/nuxt-locomotive-scroll",
3188
+ "npm": "nuxt-locomotive-scroll",
3189
+ "icon": "locomotive-scroll.png",
3190
+ "github": "https://github.com/arashsheyda/nuxt-locomotive-scroll",
3191
+ "website": "https://docs.arashsheyda.me/nuxt-locomotive-scroll",
3192
+ "learn_more": "https://github.com/locomotivemtl/locomotive-scroll",
3193
+ "category": "Libraries",
3194
+ "type": "3rd-party",
3195
+ "maintainers": [
3196
+ {
3197
+ "name": "Arash Sheyda",
3198
+ "github": "arashsheyda"
3199
+ }
3200
+ ],
3201
+ "compatibility": {
3202
+ "nuxt": ">=3.0.0",
3203
+ "requires": {}
3204
+ }
3205
+ },
3002
3206
  {
3003
3207
  "name": "lodash",
3004
3208
  "description": "lodash module with auto-import and custom prefix",
@@ -3017,7 +3221,7 @@
3017
3221
  }
3018
3222
  ],
3019
3223
  "compatibility": {
3020
- "nuxt": "^3.0.0",
3224
+ "nuxt": ">=3.0.0",
3021
3225
  "requires": {}
3022
3226
  }
3023
3227
  },
@@ -3040,10 +3244,34 @@
3040
3244
  }
3041
3245
  ],
3042
3246
  "compatibility": {
3043
- "nuxt": "^2.0.0 || ^3.0.0",
3247
+ "nuxt": "^2.0.0 || >=3.0.0",
3044
3248
  "requires": {}
3045
3249
  }
3046
3250
  },
3251
+ {
3252
+ "name": "logto",
3253
+ "description": "The better Nuxt auth module for developers.",
3254
+ "repo": "logto-io/js#master/packages/nuxt",
3255
+ "npm": "@logto/nuxt",
3256
+ "icon": "logto.svg",
3257
+ "github": "https://github.com/logto-io/js/tree/master/packages/nuxt",
3258
+ "website": "https://logto.io",
3259
+ "learn_more": "https://docs.logto.io",
3260
+ "category": "Security",
3261
+ "type": "3rd-party",
3262
+ "maintainers": [
3263
+ {
3264
+ "name": "logto",
3265
+ "github": "logto-io",
3266
+ "twitter": "logto_io"
3267
+ }
3268
+ ],
3269
+ "compatibility": {
3270
+ "nuxt": ">=3.0.0",
3271
+ "requires": {}
3272
+ },
3273
+ "sponsor": true
3274
+ },
3047
3275
  {
3048
3276
  "name": "lucide-icons",
3049
3277
  "description": "Nuxt module to integrate Lucide icons",
@@ -3066,7 +3294,7 @@
3066
3294
  }
3067
3295
  ],
3068
3296
  "compatibility": {
3069
- "nuxt": "^3.0.0",
3297
+ "nuxt": ">=3.0.0",
3070
3298
  "requires": {}
3071
3299
  }
3072
3300
  },
@@ -3095,10 +3323,10 @@
3095
3323
  {
3096
3324
  "name": "magic-regexp",
3097
3325
  "description": "A compiled-away, type-safe, readable RegExp alternative",
3098
- "repo": "danielroe/magic-regexp",
3326
+ "repo": "unjs/magic-regexp",
3099
3327
  "npm": "magic-regexp",
3100
3328
  "icon": "magic-regexp.svg",
3101
- "github": "https://github.com/danielroe/magic-regexp",
3329
+ "github": "https://github.com/unjs/magic-regexp",
3102
3330
  "website": "https://magic-regexp.roe.dev",
3103
3331
  "learn_more": "https://magic-regexp.roe.dev",
3104
3332
  "category": "Libraries",
@@ -3111,7 +3339,30 @@
3111
3339
  }
3112
3340
  ],
3113
3341
  "compatibility": {
3114
- "nuxt": "^3.0.0",
3342
+ "nuxt": ">=3.0.0",
3343
+ "requires": {}
3344
+ }
3345
+ },
3346
+ {
3347
+ "name": "mailpit",
3348
+ "description": "Integrates Mailpit web UI in Nuxt devtools",
3349
+ "repo": "tdolsen/nuxt-mailpit",
3350
+ "npm": "nuxt-mailpit",
3351
+ "icon": "mailpit.svg",
3352
+ "github": "https://github.com/tdolsen/nuxt-mailpit",
3353
+ "website": "https://github.com/tdolsen/nuxt-mailpit",
3354
+ "learn_more": "https://github.com/tdolsen/nuxt-mailpit",
3355
+ "category": "Devtools",
3356
+ "type": "3rd-party",
3357
+ "maintainers": [
3358
+ {
3359
+ "name": "Torkild Dyvik Olsen",
3360
+ "github": "tdolsen",
3361
+ "twitter": "tdolsen"
3362
+ }
3363
+ ],
3364
+ "compatibility": {
3365
+ "nuxt": ">=3.8.0",
3115
3366
  "requires": {}
3116
3367
  }
3117
3368
  },
@@ -3138,6 +3389,30 @@
3138
3389
  "requires": {}
3139
3390
  }
3140
3391
  },
3392
+ {
3393
+ "name": "marquee",
3394
+ "description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
3395
+ "repo": "hanzydev/nuxt-marquee",
3396
+ "npm": "nuxt-marquee",
3397
+ "icon": "marquee.png",
3398
+ "github": "https://github.com/hanzydev/nuxt-marquee/",
3399
+ "website": "https://hanzydev.github.io/nuxt-marquee/",
3400
+ "learn_more": "",
3401
+ "category": "UI",
3402
+ "type": "3rd-party",
3403
+ "maintainers": [
3404
+ {
3405
+ "name": "Hànzy",
3406
+ "github": "hanzydev",
3407
+ "avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
3408
+ }
3409
+ ],
3410
+ "compatibility": {
3411
+ "nuxt": ">=3.0.0",
3412
+ "requires": {},
3413
+ "devtools": "^0.0.0"
3414
+ }
3415
+ },
3141
3416
  {
3142
3417
  "name": "matomo",
3143
3418
  "description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
@@ -3163,14 +3438,14 @@
3163
3438
  {
3164
3439
  "name": "maz-ui",
3165
3440
  "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3166
- "repo": "louismazel/maz-ui",
3441
+ "repo": "louismazel/maz-ui#master/packages/lib",
3167
3442
  "npm": "maz-ui",
3168
3443
  "icon": "maz-ui.png",
3169
3444
  "github": "https://github.com/louismazel/maz-ui",
3170
- "website": "https://louismazel.github.io/maz-ui-3/",
3171
- "learn_more": "https://louismazel.github.io/maz-ui-3/",
3445
+ "website": "https://maz-ui.com/",
3446
+ "learn_more": "https://maz-ui.com/guide/nuxt",
3172
3447
  "category": "UI",
3173
- "type": "community",
3448
+ "type": "3rd-party",
3174
3449
  "maintainers": [
3175
3450
  {
3176
3451
  "name": "Loïc Mazuel",
@@ -3178,7 +3453,29 @@
3178
3453
  }
3179
3454
  ],
3180
3455
  "compatibility": {
3181
- "nuxt": "^3.0.0",
3456
+ "nuxt": ">=3.0.0",
3457
+ "requires": {}
3458
+ }
3459
+ },
3460
+ {
3461
+ "name": "mdc",
3462
+ "description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
3463
+ "repo": "nuxt-modules/mdc",
3464
+ "npm": "@nuxtjs/mdc",
3465
+ "icon": "mdc.png",
3466
+ "github": "https://github.com/nuxt-modules/mdc",
3467
+ "website": "https://github.com/nuxt-modules/mdc",
3468
+ "learn_more": "",
3469
+ "category": "Extensions",
3470
+ "type": "community",
3471
+ "maintainers": [
3472
+ {
3473
+ "name": "farnabaz",
3474
+ "github": "farnabaz"
3475
+ }
3476
+ ],
3477
+ "compatibility": {
3478
+ "nuxt": ">=3.0.0",
3182
3479
  "requires": {}
3183
3480
  }
3184
3481
  },
@@ -3224,7 +3521,7 @@
3224
3521
  }
3225
3522
  ],
3226
3523
  "compatibility": {
3227
- "nuxt": "^2.0.0 || ^3.0.0",
3524
+ "nuxt": "^2.0.0 || >=3.0.0",
3228
3525
  "requires": {
3229
3526
  "bridge": true
3230
3527
  }
@@ -3249,7 +3546,7 @@
3249
3546
  }
3250
3547
  ],
3251
3548
  "compatibility": {
3252
- "nuxt": "^3.0.0",
3549
+ "nuxt": ">=3.0.0",
3253
3550
  "requires": {
3254
3551
  "bridge": false
3255
3552
  },
@@ -3278,28 +3575,6 @@
3278
3575
  "requires": {}
3279
3576
  }
3280
3577
  },
3281
- {
3282
- "name": "mobile",
3283
- "description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
3284
- "repo": "ChanningDefoe/nuxt-mobile-detect",
3285
- "npm": "nuxt-mobile",
3286
- "icon": "",
3287
- "github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
3288
- "website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
3289
- "learn_more": "https://github.com/hgoebl/mobile-detect.js",
3290
- "category": "Extensions",
3291
- "type": "3rd-party",
3292
- "maintainers": [
3293
- {
3294
- "name": "ChanningDefoe",
3295
- "github": "ChanningDefoe"
3296
- }
3297
- ],
3298
- "compatibility": {
3299
- "nuxt": "^2.0.0",
3300
- "requires": {}
3301
- }
3302
- },
3303
3578
  {
3304
3579
  "name": "module-feed",
3305
3580
  "description": "Feed module enables everyone to have RSS, Atom and JSON.",
@@ -3319,7 +3594,29 @@
3319
3594
  }
3320
3595
  ],
3321
3596
  "compatibility": {
3322
- "nuxt": "^3.0.0",
3597
+ "nuxt": ">=3.0.0",
3598
+ "requires": {}
3599
+ }
3600
+ },
3601
+ {
3602
+ "name": "mojocss",
3603
+ "description": "The Atomic CSS Framework for crafting gorgeous UIs without shipping any CSS.",
3604
+ "repo": "mojocss/mojocss-nuxt-module",
3605
+ "npm": "@mojocss/nuxt",
3606
+ "icon": "mojocss.svg",
3607
+ "github": "https://github.com/mojocss/mojocss-nuxt-module",
3608
+ "website": "https://mojocss.com/docs/guide/nuxtjs",
3609
+ "learn_more": "",
3610
+ "category": "UI",
3611
+ "type": "3rd-party",
3612
+ "maintainers": [
3613
+ {
3614
+ "name": "mojocss",
3615
+ "github": "mojocss"
3616
+ }
3617
+ ],
3618
+ "compatibility": {
3619
+ "nuxt": "^2.0.0 || >=3.0.0",
3323
3620
  "requires": {}
3324
3621
  }
3325
3622
  },
@@ -3350,28 +3647,6 @@
3350
3647
  "requires": {}
3351
3648
  }
3352
3649
  },
3353
- {
3354
- "name": "mq",
3355
- "description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3356
- "repo": "vanhoofmaarten/nuxt-mq",
3357
- "npm": "nuxt-mq",
3358
- "icon": "",
3359
- "github": "https://github.com/vanhoofmaarten/nuxt-mq",
3360
- "website": "https://github.com/vanhoofmaarten/nuxt-mq",
3361
- "learn_more": "https://github.com/AlexandreBonaventure/vue-mq",
3362
- "category": "Libraries",
3363
- "type": "3rd-party",
3364
- "maintainers": [
3365
- {
3366
- "name": "vanhoofmaarten",
3367
- "github": "vanhoofmaarten"
3368
- }
3369
- ],
3370
- "compatibility": {
3371
- "nuxt": "^2.0.0",
3372
- "requires": {}
3373
- }
3374
- },
3375
3650
  {
3376
3651
  "name": "neo",
3377
3652
  "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
@@ -3395,12 +3670,34 @@
3395
3670
  }
3396
3671
  },
3397
3672
  {
3398
- "name": "netlify-cache",
3399
- "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
3400
- "repo": "DreaMinder/nuxt-netlify-cache",
3401
- "npm": "nuxt-netlify-cache",
3402
- "icon": "netlify.png",
3403
- "github": "https://github.com/DreaMinder/nuxt-netlify-cache",
3673
+ "name": "neo4j",
3674
+ "description": "Effortlessly integrate Neo4j's powerful graph database into your Nuxt applications!",
3675
+ "repo": "arashsheyda/nuxt-neo4j",
3676
+ "npm": "nuxt-neo4j",
3677
+ "icon": "nuxt-neo4j.png",
3678
+ "github": "https://github.com/arashsheyda/nuxt-neo4j",
3679
+ "website": "https://github.com/arashsheyda/nuxt-neo4j",
3680
+ "learn_more": "",
3681
+ "category": "Database",
3682
+ "type": "3rd-party",
3683
+ "maintainers": [
3684
+ {
3685
+ "name": "arashsheyda",
3686
+ "github": "arashsheyda"
3687
+ }
3688
+ ],
3689
+ "compatibility": {
3690
+ "nuxt": ">=3.0.0",
3691
+ "requires": {}
3692
+ }
3693
+ },
3694
+ {
3695
+ "name": "netlify-cache",
3696
+ "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
3697
+ "repo": "DreaMinder/nuxt-netlify-cache",
3698
+ "npm": "nuxt-netlify-cache",
3699
+ "icon": "netlify.png",
3700
+ "github": "https://github.com/DreaMinder/nuxt-netlify-cache",
3404
3701
  "website": "https://github.com/DreaMinder/nuxt-netlify-cache",
3405
3702
  "learn_more": "https://www.netlify.com/",
3406
3703
  "category": "Deployment",
@@ -3442,12 +3739,12 @@
3442
3739
  {
3443
3740
  "name": "netlify",
3444
3741
  "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3445
- "repo": "bazzite/nuxt-netlify",
3742
+ "repo": "juliomrqz/nuxt-netlify",
3446
3743
  "npm": "@aceforth/nuxt-netlify",
3447
3744
  "icon": "netlify.png",
3448
- "github": "https://github.com/bazzite/nuxt-netlify",
3449
- "website": "https://marquez.co/docs/nuxt-netlify/",
3450
- "learn_more": "",
3745
+ "github": "https://github.com/juliomrqz/nuxt-netlify",
3746
+ "website": "https://github.com/juliomrqz/nuxt-netlify",
3747
+ "learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
3451
3748
  "category": "Deployment",
3452
3749
  "type": "3rd-party",
3453
3750
  "maintainers": [
@@ -3463,29 +3760,45 @@
3463
3760
  },
3464
3761
  {
3465
3762
  "name": "ngrok",
3466
- "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",
3467
- "repo": "nuxt-community/ngrok",
3763
+ "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.",
3764
+ "repo": "nuxt-modules/ngrok",
3468
3765
  "npm": "@nuxtjs/ngrok",
3469
- "icon": "ngrok.png",
3470
- "github": "https://github.com/nuxt-community/ngrok-module",
3471
- "website": "https://ngrok.nuxtjs.org",
3472
- "learn_more": "https://github.com/bubenshchykov/ngrok",
3766
+ "icon": "ngrok.svg",
3767
+ "github": "https://github.com/nuxt-modules/ngrok",
3768
+ "website": "https://ngrok.nuxtjs.org/",
3769
+ "learn_more": "https://ngrok.com/",
3473
3770
  "category": "Devtools",
3474
3771
  "type": "community",
3475
3772
  "maintainers": [
3476
3773
  {
3477
- "name": "Debbie O'Brien",
3478
- "github": "debs-obrien",
3479
- "twitter": "debs_obrien"
3480
- },
3774
+ "name": "Arash Sheyda",
3775
+ "github": "arashsheyda"
3776
+ }
3777
+ ],
3778
+ "compatibility": {
3779
+ "nuxt": ">=3.0.0",
3780
+ "requires": {}
3781
+ }
3782
+ },
3783
+ {
3784
+ "name": "nodemailer",
3785
+ "description": "Nuxt integration for nodemailer",
3786
+ "repo": "kleinpetr/nuxt-nodemailer",
3787
+ "npm": "nuxt-nodemailer",
3788
+ "icon": "nodemailer.png",
3789
+ "github": "https://github.com/kleinpetr/nuxt-nodemailer",
3790
+ "website": "https://github.com/kleinpetr/nuxt-nodemailer",
3791
+ "learn_more": "https://www.nodemailer.com/",
3792
+ "category": "Extensions",
3793
+ "type": "3rd-party",
3794
+ "maintainers": [
3481
3795
  {
3482
- "name": "Pooya Parsa",
3483
- "github": "pi0",
3484
- "twitter": "_pi0_"
3796
+ "name": "kleinpetr",
3797
+ "github": "kleinpetr"
3485
3798
  }
3486
3799
  ],
3487
3800
  "compatibility": {
3488
- "nuxt": "^2.0.0",
3801
+ "nuxt": ">=3.0.0",
3489
3802
  "requires": {}
3490
3803
  }
3491
3804
  },
@@ -3529,7 +3842,7 @@
3529
3842
  }
3530
3843
  ],
3531
3844
  "compatibility": {
3532
- "nuxt": "^3.0.0",
3845
+ "nuxt": ">=3.0.0",
3533
3846
  "requires": {}
3534
3847
  }
3535
3848
  },
@@ -3551,7 +3864,30 @@
3551
3864
  }
3552
3865
  ],
3553
3866
  "compatibility": {
3554
- "nuxt": "^3.0.0",
3867
+ "nuxt": ">=3.0.0",
3868
+ "requires": {}
3869
+ }
3870
+ },
3871
+ {
3872
+ "name": "nuxt-asciidoc",
3873
+ "description": "Transformer for using asciidoc in nuxt",
3874
+ "repo": "Chris2011/nuxt-asciidoc",
3875
+ "npm": "nuxt-asciidoc",
3876
+ "icon": "nuxt-asciidoc.svg",
3877
+ "github": "https://github.com/Chris2011/nuxt-asciidoc",
3878
+ "website": "https://github.com/Chris2011/nuxt-asciidoc",
3879
+ "learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
3880
+ "category": "Extensions",
3881
+ "type": "3rd-party",
3882
+ "maintainers": [
3883
+ {
3884
+ "name": "Christian Lenz",
3885
+ "github": "Chris2011",
3886
+ "twitter": "Chrizzly42"
3887
+ }
3888
+ ],
3889
+ "compatibility": {
3890
+ "nuxt": ">=3.0.0",
3555
3891
  "requires": {}
3556
3892
  }
3557
3893
  },
@@ -3562,8 +3898,8 @@
3562
3898
  "npm": "nuxt-auth-sanctum",
3563
3899
  "icon": "laravel.svg",
3564
3900
  "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3565
- "website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3566
- "learn_more": "",
3901
+ "website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
3902
+ "learn_more": "https://laravel.com/docs/10.x/sanctum",
3567
3903
  "category": "Security",
3568
3904
  "type": "3rd-party",
3569
3905
  "maintainers": [
@@ -3574,7 +3910,7 @@
3574
3910
  }
3575
3911
  ],
3576
3912
  "compatibility": {
3577
- "nuxt": "^3.0.0",
3913
+ "nuxt": ">=3.9.0",
3578
3914
  "requires": {}
3579
3915
  }
3580
3916
  },
@@ -3596,10 +3932,61 @@
3596
3932
  }
3597
3933
  ],
3598
3934
  "compatibility": {
3599
- "nuxt": "^3.0.0",
3935
+ "nuxt": ">=3.0.0",
3936
+ "requires": {}
3937
+ }
3938
+ },
3939
+ {
3940
+ "name": "nuxt-bezier",
3941
+ "description": "Reusable transition components",
3942
+ "repo": "50rayn/nuxt-bezier",
3943
+ "npm": "nuxt-bezier",
3944
+ "icon": "nuxt-bezier.png",
3945
+ "github": "https://github.com/50rayn/nuxt-bezier",
3946
+ "website": "https://github.com/50rayn/nuxt-bezier",
3947
+ "learn_more": "https://github.com/Noction/vue-bezier",
3948
+ "category": "UI",
3949
+ "type": "3rd-party",
3950
+ "maintainers": [
3951
+ {
3952
+ "name": "Soryn Gitlan",
3953
+ "github": "50rayn"
3954
+ }
3955
+ ],
3956
+ "compatibility": {
3957
+ "nuxt": ">=3.0.0",
3600
3958
  "requires": {}
3601
3959
  }
3602
3960
  },
3961
+ {
3962
+ "name": "nuxt-booster",
3963
+ "description": "nuxt-booster will help you to improve the lighthouse performance score (100/100) of your website.",
3964
+ "repo": "basics/nuxt-booster",
3965
+ "npm": "nuxt-booster",
3966
+ "icon": "nuxt-booster.svg",
3967
+ "github": "https://github.com/basics/nuxt-booster",
3968
+ "website": "https://basics.github.io/nuxt-booster/",
3969
+ "learn_more": "https://basics.github.io/nuxt-booster/",
3970
+ "category": "Performance",
3971
+ "type": "3rd-party",
3972
+ "maintainers": [
3973
+ {
3974
+ "name": "Thorn Walli",
3975
+ "github": "ThornWalli",
3976
+ "avatar": "https://avatars.githubusercontent.com/u/8287751?v=4"
3977
+ },
3978
+ {
3979
+ "name": "Stephan Gerbeth",
3980
+ "github": "StephanGerbeth",
3981
+ "avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
3982
+ }
3983
+ ],
3984
+ "compatibility": {
3985
+ "nuxt": ">=3.0.0",
3986
+ "requires": {},
3987
+ "devtools": "^0.0.0"
3988
+ }
3989
+ },
3603
3990
  {
3604
3991
  "name": "nuxt-bootstrap-icons",
3605
3992
  "description": "Just a simple integration for Bootstrap Icons",
@@ -3618,7 +4005,7 @@
3618
4005
  }
3619
4006
  ],
3620
4007
  "compatibility": {
3621
- "nuxt": "^3.0.0",
4008
+ "nuxt": ">=3.0.0",
3622
4009
  "requires": {}
3623
4010
  }
3624
4011
  },
@@ -3640,7 +4027,29 @@
3640
4027
  }
3641
4028
  ],
3642
4029
  "compatibility": {
3643
- "nuxt": "^3.0.0",
4030
+ "nuxt": ">=3.0.0",
4031
+ "requires": {}
4032
+ }
4033
+ },
4034
+ {
4035
+ "name": "nuxt-cookie-consent",
4036
+ "description": "Nuxt module for integrating with cookie consent providers with ease",
4037
+ "repo": "weareheavy/nuxt-cookie-consent",
4038
+ "npm": "@weareheavy/nuxt-cookie-consent",
4039
+ "icon": "wah.svg",
4040
+ "github": "https://github.com/weareheavy/nuxt-cookie-consent",
4041
+ "website": "https://nuxt-cookie-consent.packages.weareheavy.com",
4042
+ "learn_more": "",
4043
+ "category": "Extensions",
4044
+ "type": "3rd-party",
4045
+ "maintainers": [
4046
+ {
4047
+ "name": "weareheavy",
4048
+ "github": "weareheavy"
4049
+ }
4050
+ ],
4051
+ "compatibility": {
4052
+ "nuxt": ">=3.0.0",
3644
4053
  "requires": {}
3645
4054
  }
3646
4055
  },
@@ -3666,7 +4075,29 @@
3666
4075
  }
3667
4076
  ],
3668
4077
  "compatibility": {
3669
- "nuxt": "^3.0.0",
4078
+ "nuxt": ">=3.0.0",
4079
+ "requires": {}
4080
+ }
4081
+ },
4082
+ {
4083
+ "name": "nuxt-feather-icons",
4084
+ "description": "The Feather Icons in Nuxt 3.",
4085
+ "repo": "4sllan/nuxt-feather-icons",
4086
+ "npm": "nuxt-feather-icons",
4087
+ "icon": "nuxt-feather-icons.png",
4088
+ "github": "https://github.com/4sllan/nuxt-feather-icons",
4089
+ "website": "https://github.com/4sllan/nuxt-feather-icons",
4090
+ "learn_more": "https://github.com/4sllan/nuxt-feather-icons",
4091
+ "category": "UI",
4092
+ "type": "3rd-party",
4093
+ "maintainers": [
4094
+ {
4095
+ "name": "4sllan",
4096
+ "github": "4sllan"
4097
+ }
4098
+ ],
4099
+ "compatibility": {
4100
+ "nuxt": ">=3.0.0",
3670
4101
  "requires": {}
3671
4102
  }
3672
4103
  },
@@ -3688,7 +4119,52 @@
3688
4119
  }
3689
4120
  ],
3690
4121
  "compatibility": {
3691
- "nuxt": "^3.0.0",
4122
+ "nuxt": ">=3.0.0",
4123
+ "requires": {}
4124
+ }
4125
+ },
4126
+ {
4127
+ "name": "nuxt-file-storage",
4128
+ "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.",
4129
+ "repo": "nyllre/nuxt-file-storage",
4130
+ "npm": "nuxt-file-storage",
4131
+ "icon": "nuxt-file-storage.svg",
4132
+ "github": "https://github.com/nyllre/nuxt-file-storage",
4133
+ "website": "https://github.com/nyllre/nuxt-file-storage",
4134
+ "learn_more": "https://github.com/nyllre/nuxt-file-storage",
4135
+ "category": "Database",
4136
+ "type": "3rd-party",
4137
+ "maintainers": [
4138
+ {
4139
+ "name": "NyllRE",
4140
+ "github": "NyllRE"
4141
+ }
4142
+ ],
4143
+ "compatibility": {
4144
+ "nuxt": ">=3.0.0",
4145
+ "requires": {}
4146
+ }
4147
+ },
4148
+ {
4149
+ "name": "nuxt-fontawesome",
4150
+ "description": "Module to use Font Awesome 6 icons in your Nuxt project",
4151
+ "repo": "bezumkin/nuxt-fontawesome",
4152
+ "npm": "@vesp/nuxt-fontawesome",
4153
+ "icon": "nuxt-fontawesome.svg",
4154
+ "github": "https://github.com/bezumkin/nuxt-fontawesome",
4155
+ "website": "https://github.com/bezumkin/nuxt-fontawesome",
4156
+ "learn_more": "https://fontawesome.com",
4157
+ "category": "UI",
4158
+ "type": "3rd-party",
4159
+ "maintainers": [
4160
+ {
4161
+ "name": "Vasily Naumkin",
4162
+ "github": "bezumkin",
4163
+ "avatar": "https://avatars.githubusercontent.com/u/1257284"
4164
+ }
4165
+ ],
4166
+ "compatibility": {
4167
+ "nuxt": ">=3.0.0",
3692
4168
  "requires": {}
3693
4169
  }
3694
4170
  },
@@ -3699,7 +4175,7 @@
3699
4175
  "npm": "nuxt-graphql-middleware",
3700
4176
  "icon": "nuxt-graphql-middleware.svg",
3701
4177
  "github": "https://github.com/dulnan/nuxt-graphql-middleware",
3702
- "website": "https://nuxt-graphql-middleware.dulnan.net",
4178
+ "website": "https://github.com/dulnan/nuxt-graphql-middleware",
3703
4179
  "learn_more": "",
3704
4180
  "category": "Request",
3705
4181
  "type": "3rd-party",
@@ -3717,7 +4193,7 @@
3717
4193
  }
3718
4194
  ],
3719
4195
  "compatibility": {
3720
- "nuxt": "^2.0.0 || ^3.0.0",
4196
+ "nuxt": "^2.0.0 || >=3.0.0",
3721
4197
  "requires": {}
3722
4198
  }
3723
4199
  },
@@ -3757,11 +4233,11 @@
3757
4233
  "maintainers": [
3758
4234
  {
3759
4235
  "name": "Zadig&Voltaire Team",
3760
- "github": "https://github.com/zadigetvoltaire"
4236
+ "github": "zadigetvoltaire"
3761
4237
  }
3762
4238
  ],
3763
4239
  "compatibility": {
3764
- "nuxt": "^3.0.0",
4240
+ "nuxt": ">=3.0.0",
3765
4241
  "requires": {},
3766
4242
  "devtools": "^0.0.0"
3767
4243
  }
@@ -3784,7 +4260,7 @@
3784
4260
  }
3785
4261
  ],
3786
4262
  "compatibility": {
3787
- "nuxt": "^2.0.0 || ^3.0.0",
4263
+ "nuxt": "^2.0.0 || >=3.0.0",
3788
4264
  "requires": {
3789
4265
  "bridge": "optional"
3790
4266
  }
@@ -3830,7 +4306,7 @@
3830
4306
  }
3831
4307
  ],
3832
4308
  "compatibility": {
3833
- "nuxt": "^3.0.0",
4309
+ "nuxt": ">=3.0.0",
3834
4310
  "requires": {}
3835
4311
  }
3836
4312
  },
@@ -3841,8 +4317,8 @@
3841
4317
  "npm": "@nuxtus/nuxt-localtunnel",
3842
4318
  "icon": "nuxt-localtunnel.svg",
3843
4319
  "github": "https://github.com/nuxtus/localtunnel",
3844
- "website": "https://nuxtus.com",
3845
- "learn_more": "https://docs.nuxtus.com/#/localtunnel",
4320
+ "website": "https://github.com/nuxtus/localtunnel",
4321
+ "learn_more": "",
3846
4322
  "category": "Devtools",
3847
4323
  "type": "3rd-party",
3848
4324
  "maintainers": [
@@ -3853,7 +4329,7 @@
3853
4329
  }
3854
4330
  ],
3855
4331
  "compatibility": {
3856
- "nuxt": "^3.0.0",
4332
+ "nuxt": ">=3.0.0",
3857
4333
  "requires": {}
3858
4334
  }
3859
4335
  },
@@ -3876,7 +4352,7 @@
3876
4352
  }
3877
4353
  ],
3878
4354
  "compatibility": {
3879
- "nuxt": "^3.0.0",
4355
+ "nuxt": ">=3.0.0",
3880
4356
  "requires": {}
3881
4357
  }
3882
4358
  },
@@ -3898,7 +4374,7 @@
3898
4374
  }
3899
4375
  ],
3900
4376
  "compatibility": {
3901
- "nuxt": "^2.0.0 || ^3.0.0",
4377
+ "nuxt": "^2.0.0 || >=3.0.0",
3902
4378
  "requires": {}
3903
4379
  }
3904
4380
  },
@@ -3920,7 +4396,7 @@
3920
4396
  }
3921
4397
  ],
3922
4398
  "compatibility": {
3923
- "nuxt": "^3.0.0",
4399
+ "nuxt": ">=3.0.0",
3924
4400
  "requires": {}
3925
4401
  }
3926
4402
  },
@@ -3942,7 +4418,30 @@
3942
4418
  }
3943
4419
  ],
3944
4420
  "compatibility": {
3945
- "nuxt": "^3.0.0",
4421
+ "nuxt": ">=3.0.0",
4422
+ "requires": {}
4423
+ }
4424
+ },
4425
+ {
4426
+ "name": "nuxt-meta-pixel",
4427
+ "description": "Meta (Facebook) pixel integration for Nuxt. Multi-pixel, auto page view and more.",
4428
+ "repo": "tanukijs/meta-pixel#dev/packages/nuxt-meta-pixel",
4429
+ "npm": "nuxt-meta-pixel",
4430
+ "icon": "",
4431
+ "github": "https://github.com/tanukijs/meta-pixel",
4432
+ "website": "https://github.com/tanukijs/meta-pixel",
4433
+ "learn_more": "https://github.com/tanukijs/meta-pixel/tree/dev/packages/nuxt-meta-pixel",
4434
+ "category": "Analytics",
4435
+ "type": "3rd-party",
4436
+ "maintainers": [
4437
+ {
4438
+ "name": "tanukijs",
4439
+ "github": "tanukijs",
4440
+ "avatar": "https://avatars.githubusercontent.com/u/25182349?v=4"
4441
+ }
4442
+ ],
4443
+ "compatibility": {
4444
+ "nuxt": ">=3.0.0",
3946
4445
  "requires": {}
3947
4446
  }
3948
4447
  },
@@ -3964,7 +4463,7 @@
3964
4463
  }
3965
4464
  ],
3966
4465
  "compatibility": {
3967
- "nuxt": "^3.0.0",
4466
+ "nuxt": ">=3.0.0",
3968
4467
  "requires": {}
3969
4468
  }
3970
4469
  },
@@ -3986,7 +4485,79 @@
3986
4485
  }
3987
4486
  ],
3988
4487
  "compatibility": {
3989
- "nuxt": "^3.0.0",
4488
+ "nuxt": ">=3.0.0",
4489
+ "requires": {},
4490
+ "devtools": "^0.0.0"
4491
+ }
4492
+ },
4493
+ {
4494
+ "name": "nuxt-oidc-auth",
4495
+ "description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
4496
+ "repo": "itpropro/nuxt-oidc-auth",
4497
+ "npm": "nuxt-oidc-auth",
4498
+ "icon": "",
4499
+ "github": "https://github.com/itpropro/nuxt-oidc-auth",
4500
+ "website": "https://github.com/itpropro/nuxt-oidc-auth",
4501
+ "learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
4502
+ "category": "Security",
4503
+ "type": "3rd-party",
4504
+ "maintainers": [
4505
+ {
4506
+ "name": "Jan-Henrik Damaschke",
4507
+ "github": "itpropro",
4508
+ "twitter": "jandamaschke"
4509
+ }
4510
+ ],
4511
+ "compatibility": {
4512
+ "nuxt": ">=3.0.0",
4513
+ "requires": {}
4514
+ }
4515
+ },
4516
+ {
4517
+ "name": "nuxt-openapi-docs-module",
4518
+ "description": "Generate pages from OpenAPI specifications",
4519
+ "repo": "on-org/nuxt-openapi-docs-module",
4520
+ "npm": "nuxt-openapi-docs-module",
4521
+ "icon": "nuxt-openapi-docs-module.png",
4522
+ "github": "https://github.com/on-org/nuxt-openapi-docs-module",
4523
+ "website": "https://github.com/on-org/nuxt-openapi-docs-module",
4524
+ "learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
4525
+ "category": "Libraries",
4526
+ "type": "3rd-party",
4527
+ "maintainers": [
4528
+ {
4529
+ "name": "Pavel Kuzmin",
4530
+ "github": "s00d"
4531
+ }
4532
+ ],
4533
+ "compatibility": {
4534
+ "nuxt": ">=3.0.0",
4535
+ "requires": {}
4536
+ }
4537
+ },
4538
+ {
4539
+ "name": "nuxt-openid-connect",
4540
+ "description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
4541
+ "repo": "aborn/nuxt-openid-connect",
4542
+ "npm": "nuxt-openid-connect",
4543
+ "icon": "",
4544
+ "github": "https://github.com/aborn/nuxt-openid-connect",
4545
+ "website": "https://github.com/aborn/nuxt-openid-connect",
4546
+ "learn_more": "",
4547
+ "category": "Security",
4548
+ "type": "3rd-party",
4549
+ "maintainers": [
4550
+ {
4551
+ "name": "Aborn Jiang",
4552
+ "github": "aborn"
4553
+ },
4554
+ {
4555
+ "name": "Khaled Almana",
4556
+ "github": "KhaledAlMana"
4557
+ }
4558
+ ],
4559
+ "compatibility": {
4560
+ "nuxt": ">=3.0.0",
3990
4561
  "requires": {},
3991
4562
  "devtools": "^0.0.0"
3992
4563
  }
@@ -4010,7 +4581,30 @@
4010
4581
  }
4011
4582
  ],
4012
4583
  "compatibility": {
4013
- "nuxt": "^3.0.0",
4584
+ "nuxt": ">=3.0.0",
4585
+ "requires": {}
4586
+ }
4587
+ },
4588
+ {
4589
+ "name": "nuxt-pdf-frame",
4590
+ "description": "Nuxt module for template based PDF and Canvas rendering, powered by I2djs.",
4591
+ "repo": "i2djs/pdf-frame#main/packages/pdf-frame-nuxt",
4592
+ "npm": "@i2d/nuxt-pdf-frame",
4593
+ "icon": "pdf-frame.svg",
4594
+ "github": "https://github.com/i2djs/pdf-frame/tree/main/packages/pdf-frame-nuxt",
4595
+ "website": "https://www.pdf-frame.org",
4596
+ "learn_more": "https://github.com/I2Djs/pdf-frame/wiki/nuxt%E2%80%90pdf%E2%80%90frame",
4597
+ "category": "Libraries",
4598
+ "type": "3rd-party",
4599
+ "maintainers": [
4600
+ {
4601
+ "name": "Narayana Swamy",
4602
+ "github": "nswamy14",
4603
+ "email": "narayanaswamy14@gmail.com"
4604
+ }
4605
+ ],
4606
+ "compatibility": {
4607
+ "nuxt": ">=3.0.0",
4014
4608
  "requires": {}
4015
4609
  }
4016
4610
  },
@@ -4033,7 +4627,7 @@
4033
4627
  }
4034
4628
  ],
4035
4629
  "compatibility": {
4036
- "nuxt": "^3.0.0",
4630
+ "nuxt": ">=3.0.0",
4037
4631
  "requires": {}
4038
4632
  }
4039
4633
  },
@@ -4044,8 +4638,8 @@
4044
4638
  "npm": "nuxt-phosphor-icons",
4045
4639
  "icon": "phosphor-icons.svg",
4046
4640
  "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4047
- "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4048
- "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4641
+ "website": "https://nuxt-phosphor-icons.vercel.app",
4642
+ "learn_more": "https://nuxt-phosphor-icons.vercel.app",
4049
4643
  "category": "UI",
4050
4644
  "type": "3rd-party",
4051
4645
  "maintainers": [
@@ -4055,7 +4649,7 @@
4055
4649
  }
4056
4650
  ],
4057
4651
  "compatibility": {
4058
- "nuxt": "^3.0.0",
4652
+ "nuxt": ">=3.0.0",
4059
4653
  "requires": {}
4060
4654
  }
4061
4655
  },
@@ -4081,28 +4675,6 @@
4081
4675
  "requires": {}
4082
4676
  }
4083
4677
  },
4084
- {
4085
- "name": "plausible",
4086
- "description": "Nuxt module to natively integrate Plausible analytics",
4087
- "repo": "nuxt-modules/plausible",
4088
- "npm": "@nuxtjs/plausible",
4089
- "icon": "plausible.png",
4090
- "github": "https://github.com/nuxt-modules/plausible",
4091
- "website": "https://github.com/nuxt-modules/plausible",
4092
- "learn_more": "https://plausible.io/",
4093
- "category": "Analytics",
4094
- "type": "community",
4095
- "maintainers": [
4096
- {
4097
- "name": "Johann Schopplich",
4098
- "github": "johannschopplich"
4099
- }
4100
- ],
4101
- "compatibility": {
4102
- "nuxt": "^3.0.0",
4103
- "requires": {}
4104
- }
4105
- },
4106
4678
  {
4107
4679
  "name": "nuxt-plotly",
4108
4680
  "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
@@ -4125,7 +4697,7 @@
4125
4697
  }
4126
4698
  ],
4127
4699
  "compatibility": {
4128
- "nuxt": "^3.0.0",
4700
+ "nuxt": ">=3.0.0",
4129
4701
  "requires": {}
4130
4702
  }
4131
4703
  },
@@ -4152,6 +4724,28 @@
4152
4724
  "requires": {}
4153
4725
  }
4154
4726
  },
4727
+ {
4728
+ "name": "nuxt-posthog",
4729
+ "description": "Integrate PostHog into your application with minimal configuration",
4730
+ "repo": "mitjans/nuxt-posthog",
4731
+ "npm": "nuxt-posthog",
4732
+ "icon": "posthog.svg",
4733
+ "github": "https://github.com/mitjans/nuxt-posthog",
4734
+ "website": "https://nuxt-posthog.cmitjans.dev",
4735
+ "learn_more": "https://posthog.com",
4736
+ "category": "Analytics",
4737
+ "type": "3rd-party",
4738
+ "maintainers": [
4739
+ {
4740
+ "name": "Carles Mitjans",
4741
+ "github": "mitjans"
4742
+ }
4743
+ ],
4744
+ "compatibility": {
4745
+ "nuxt": ">=3.0.0",
4746
+ "requires": {}
4747
+ }
4748
+ },
4155
4749
  {
4156
4750
  "name": "nuxt-smartlook",
4157
4751
  "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
@@ -4194,7 +4788,7 @@
4194
4788
  }
4195
4789
  ],
4196
4790
  "compatibility": {
4197
- "nuxt": "^3.0.0",
4791
+ "nuxt": ">=3.0.0",
4198
4792
  "requires": {}
4199
4793
  }
4200
4794
  },
@@ -4222,7 +4816,7 @@
4222
4816
  }
4223
4817
  ],
4224
4818
  "compatibility": {
4225
- "nuxt": "^3.0.0",
4819
+ "nuxt": ">=3.0.0",
4226
4820
  "requires": {}
4227
4821
  }
4228
4822
  },
@@ -4231,7 +4825,7 @@
4231
4825
  "description": "WebStorm & PHPStorm support for Nuxt components",
4232
4826
  "repo": "fumeapp/nuxt-storm",
4233
4827
  "npm": "nuxt-storm",
4234
- "icon": "nuxt-storm.png",
4828
+ "icon": "",
4235
4829
  "github": "https://github.com/fumeapp/nuxt-storm",
4236
4830
  "website": "https://github.com/fumeapp/nuxt-storm",
4237
4831
  "learn_more": "https://github.com/fumeapp/nuxt-storm",
@@ -4248,6 +4842,30 @@
4248
4842
  "requires": {}
4249
4843
  }
4250
4844
  },
4845
+ {
4846
+ "name": "nuxt-svgo-loader",
4847
+ "description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
4848
+ "repo": "Mini-ghost/nuxt-svgo-loader",
4849
+ "npm": "nuxt-svgo-loader",
4850
+ "icon": "",
4851
+ "github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4852
+ "website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4853
+ "learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4854
+ "category": "Images",
4855
+ "type": "3rd-party",
4856
+ "maintainers": [
4857
+ {
4858
+ "name": "Alex Liu",
4859
+ "github": "Mini-ghost",
4860
+ "twitter": "Minighost_Alex"
4861
+ }
4862
+ ],
4863
+ "compatibility": {
4864
+ "nuxt": ">=3.0.0",
4865
+ "requires": {},
4866
+ "devtools": "^0.0.0"
4867
+ }
4868
+ },
4251
4869
  {
4252
4870
  "name": "nuxt-svgo",
4253
4871
  "description": "Nuxt module to load optimized SVG files as Vue components",
@@ -4266,7 +4884,7 @@
4266
4884
  }
4267
4885
  ],
4268
4886
  "compatibility": {
4269
- "nuxt": "^3.0.0",
4887
+ "nuxt": ">=3.0.0",
4270
4888
  "requires": {}
4271
4889
  }
4272
4890
  },
@@ -4293,14 +4911,14 @@
4293
4911
  }
4294
4912
  },
4295
4913
  {
4296
- "name": "nuxt-use-motion",
4297
- "description": "A Nuxt module putting your components in motion",
4298
- "repo": "Tahul/nuxt-use-motion",
4299
- "npm": "nuxt-use-motion",
4300
- "icon": "nuxt-use-motion.svg",
4301
- "github": "https://github.com/Tahul/nuxt-use-motion",
4302
- "website": "https://github.com/Tahul/nuxt-use-motion",
4303
- "learn_more": "https://github.com/vueuse/motion",
4914
+ "name": "nuxt-use-sound",
4915
+ "description": "A Nuxt module for playing sound effects.",
4916
+ "repo": "Tahul/nuxt-use-sound",
4917
+ "npm": "nuxt-use-sound",
4918
+ "icon": "nuxt-use-sound.svg",
4919
+ "github": "https://github.com/Tahul/nuxt-use-sound",
4920
+ "website": "https://github.com/Tahul/nuxt-use-sound",
4921
+ "learn_more": "https://github.com/vueuse/sound",
4304
4922
  "category": "Libraries",
4305
4923
  "type": "3rd-party",
4306
4924
  "maintainers": [
@@ -4315,24 +4933,24 @@
4315
4933
  }
4316
4934
  },
4317
4935
  {
4318
- "name": "nuxt-use-sound",
4319
- "description": "A Nuxt module for playing sound effects.",
4320
- "repo": "Tahul/nuxt-use-sound",
4321
- "npm": "nuxt-use-sound",
4322
- "icon": "nuxt-use-sound.svg",
4323
- "github": "https://github.com/Tahul/nuxt-use-sound",
4324
- "website": "https://github.com/Tahul/nuxt-use-sound",
4325
- "learn_more": "https://github.com/vueuse/sound",
4326
- "category": "Libraries",
4936
+ "name": "nuxt-uswds",
4937
+ "description": "Vue USWDS (United States Web Design System) integration for Nuxt.js",
4938
+ "repo": "patrickcate/nuxt-uswds",
4939
+ "npm": "nuxt-uswds",
4940
+ "icon": "nuxt-uswds.svg",
4941
+ "github": "https://github.com/patrickcate/nuxt-uswds",
4942
+ "website": "https://github.com/patrickcate/nuxt-uswds",
4943
+ "learn_more": "",
4944
+ "category": "UI",
4327
4945
  "type": "3rd-party",
4328
4946
  "maintainers": [
4329
4947
  {
4330
- "name": "Tahul",
4331
- "github": "Tahul"
4948
+ "name": "Patrick Cate",
4949
+ "github": "patrickcate"
4332
4950
  }
4333
4951
  ],
4334
4952
  "compatibility": {
4335
- "nuxt": "^2.0.0",
4953
+ "nuxt": ">=3.0.0",
4336
4954
  "requires": {}
4337
4955
  }
4338
4956
  },
@@ -4354,7 +4972,7 @@
4354
4972
  }
4355
4973
  ],
4356
4974
  "compatibility": {
4357
- "nuxt": "^2.0.0 || ^3.0.0",
4975
+ "nuxt": "^2.0.0 || >=3.0.0",
4358
4976
  "requires": {
4359
4977
  "bridge": "optional"
4360
4978
  }
@@ -4378,12 +4996,12 @@
4378
4996
  }
4379
4997
  ],
4380
4998
  "compatibility": {
4381
- "nuxt": "^3.0.0",
4999
+ "nuxt": ">=3.0.0",
4382
5000
  "requires": {}
4383
5001
  }
4384
5002
  },
4385
5003
  {
4386
- "name": "Nuxt zodI18n",
5004
+ "name": "nuxt-zod-i18n",
4387
5005
  "description": "A Nuxt Module for localizing zod error messages.",
4388
5006
  "repo": "xibman/nuxt-zod-i18n",
4389
5007
  "npm": "nuxt-zod-i18n",
@@ -4400,14 +5018,42 @@
4400
5018
  }
4401
5019
  ],
4402
5020
  "compatibility": {
4403
- "nuxt": "^3.0.0",
5021
+ "nuxt": ">=3.0.0",
5022
+ "requires": {}
5023
+ }
5024
+ },
5025
+ {
5026
+ "name": "nuxt2-ngrok",
5027
+ "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",
5028
+ "repo": "nuxt-community/ngrok",
5029
+ "npm": "@nuxtjs/ngrok",
5030
+ "icon": "ngrok.png",
5031
+ "github": "https://github.com/nuxt-community/ngrok-module",
5032
+ "website": "https://ngrok.nuxtjs.org",
5033
+ "learn_more": "https://github.com/bubenshchykov/ngrok",
5034
+ "category": "Devtools",
5035
+ "type": "community",
5036
+ "maintainers": [
5037
+ {
5038
+ "name": "Debbie O'Brien",
5039
+ "github": "debs-obrien",
5040
+ "twitter": "debs_obrien"
5041
+ },
5042
+ {
5043
+ "name": "Pooya Parsa",
5044
+ "github": "pi0",
5045
+ "twitter": "_pi0_"
5046
+ }
5047
+ ],
5048
+ "compatibility": {
5049
+ "nuxt": "^2.0.0",
4404
5050
  "requires": {}
4405
5051
  }
4406
5052
  },
4407
5053
  {
4408
5054
  "name": "nuxt3-interpolation",
4409
5055
  "description": "",
4410
- "repo": "daliborgogic/interpolation#master",
5056
+ "repo": "daliborgogic/interpolation",
4411
5057
  "npm": "nuxt3-interpolation",
4412
5058
  "icon": "",
4413
5059
  "github": "https://github.com/daliborgogic/interpolation/tree/master",
@@ -4422,7 +5068,7 @@
4422
5068
  }
4423
5069
  ],
4424
5070
  "compatibility": {
4425
- "nuxt": "^3.0.0",
5071
+ "nuxt": ">=3.0.0",
4426
5072
  "requires": {}
4427
5073
  }
4428
5074
  },
@@ -4430,10 +5076,10 @@
4430
5076
  "name": "nuxt3-leaflet",
4431
5077
  "description": "Leaflet integration with Nuxt",
4432
5078
  "repo": "Gugustinette/Nuxt-Leaflet",
4433
- "npm": "nuxt3-leaflet",
5079
+ "npm": "@nuxtjs/leaflet",
4434
5080
  "icon": "leaflet.png",
4435
5081
  "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4436
- "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
5082
+ "website": "https://gugustinette.github.io/Nuxt-Leaflet",
4437
5083
  "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
4438
5084
  "category": "Libraries",
4439
5085
  "type": "3rd-party",
@@ -4444,7 +5090,7 @@
4444
5090
  }
4445
5091
  ],
4446
5092
  "compatibility": {
4447
- "nuxt": "^3.0.0",
5093
+ "nuxt": ">=3.0.0",
4448
5094
  "requires": {}
4449
5095
  }
4450
5096
  },
@@ -4474,14 +5120,14 @@
4474
5120
  {
4475
5121
  "name": "og-image",
4476
5122
  "description": "Enlightened runtime images generated with Vue templates.",
4477
- "repo": "harlan-zw/nuxt-og-image",
5123
+ "repo": "nuxt-modules/og-image",
4478
5124
  "npm": "nuxt-og-image",
4479
5125
  "icon": "og-image.svg",
4480
- "github": "https://github.com/harlan-zw/nuxt-og-image",
5126
+ "github": "https://github.com/nuxt-modules/og-image",
4481
5127
  "website": "https://nuxtseo.com/og-image",
4482
5128
  "learn_more": "https://nuxtseo.com/og-image",
4483
5129
  "category": "SEO",
4484
- "type": "3rd-party",
5130
+ "type": "community",
4485
5131
  "maintainers": [
4486
5132
  {
4487
5133
  "name": "Harlan Wilton",
@@ -4491,7 +5137,7 @@
4491
5137
  }
4492
5138
  ],
4493
5139
  "compatibility": {
4494
- "nuxt": "^3.0.0",
5140
+ "nuxt": ">=3.0.0",
4495
5141
  "requires": {},
4496
5142
  "devtools": "^0.0.0"
4497
5143
  }
@@ -4519,6 +5165,28 @@
4519
5165
  "requires": {}
4520
5166
  }
4521
5167
  },
5168
+ {
5169
+ "name": "onyx",
5170
+ "description": "A design system and Vue.js component library created by Schwarz IT",
5171
+ "repo": "SchwarzIT/onyx#main/packages/nuxt",
5172
+ "npm": "@sit-onyx/nuxt",
5173
+ "icon": "onyx.svg",
5174
+ "github": "https://github.com/SchwarzIT/onyx",
5175
+ "website": "https://onyx.schwarz/development/packages/nuxt.html",
5176
+ "learn_more": "https://onyx.schwarz",
5177
+ "category": "UI",
5178
+ "type": "3rd-party",
5179
+ "maintainers": [
5180
+ {
5181
+ "name": "Schwarz IT",
5182
+ "github": "SchwarzIT"
5183
+ }
5184
+ ],
5185
+ "compatibility": {
5186
+ "nuxt": ">=3.0.0",
5187
+ "requires": {}
5188
+ }
5189
+ },
4522
5190
  {
4523
5191
  "name": "optimized-images",
4524
5192
  "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
@@ -4526,8 +5194,8 @@
4526
5194
  "npm": "@aceforth/nuxt-optimized-images",
4527
5195
  "icon": "",
4528
5196
  "github": "https://github.com/juliomrqz/nuxt-optimized-images",
4529
- "website": "https://marquez.co/docs/nuxt-optimized-images/",
4530
- "learn_more": "",
5197
+ "website": "https://github.com/juliomrqz/nuxt-optimized-images",
5198
+ "learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
4531
5199
  "category": "Images",
4532
5200
  "type": "3rd-party",
4533
5201
  "maintainers": [
@@ -4605,7 +5273,7 @@
4605
5273
  }
4606
5274
  ],
4607
5275
  "compatibility": {
4608
- "nuxt": "^3.0.0",
5276
+ "nuxt": ">=3.0.0",
4609
5277
  "requires": {}
4610
5278
  }
4611
5279
  },
@@ -4628,7 +5296,7 @@
4628
5296
  }
4629
5297
  ],
4630
5298
  "compatibility": {
4631
- "nuxt": "^2.0.0 || ^3.0.0",
5299
+ "nuxt": "^2.0.0 || >=3.0.0",
4632
5300
  "requires": {
4633
5301
  "bridge": true
4634
5302
  }
@@ -4652,7 +5320,7 @@
4652
5320
  }
4653
5321
  ],
4654
5322
  "compatibility": {
4655
- "nuxt": "^3.0.0",
5323
+ "nuxt": ">=3.0.0",
4656
5324
  "requires": {}
4657
5325
  }
4658
5326
  },
@@ -4676,7 +5344,29 @@
4676
5344
  }
4677
5345
  ],
4678
5346
  "compatibility": {
4679
- "nuxt": "^3.0.0",
5347
+ "nuxt": ">=3.0.0",
5348
+ "requires": {}
5349
+ }
5350
+ },
5351
+ {
5352
+ "name": "pergel",
5353
+ "description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
5354
+ "repo": "oku-ui/pergel#main/packages-core/pergel",
5355
+ "npm": "pergel",
5356
+ "icon": "pergel.svg",
5357
+ "github": "https://github.com/oku-ui/pergel",
5358
+ "website": "https://oku-ui.com/pergel",
5359
+ "learn_more": "",
5360
+ "category": "Devtools",
5361
+ "type": "3rd-party",
5362
+ "maintainers": [
5363
+ {
5364
+ "name": "Mehmet - productdevbook",
5365
+ "github": "productdevbook"
5366
+ }
5367
+ ],
5368
+ "compatibility": {
5369
+ "nuxt": ">=3.10.0",
4680
5370
  "requires": {}
4681
5371
  }
4682
5372
  },
@@ -4706,7 +5396,7 @@
4706
5396
  {
4707
5397
  "name": "pinia-orm",
4708
5398
  "description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
4709
- "repo": "CodeDredd/pinia-orm#master/packages/nuxt",
5399
+ "repo": "CodeDredd/pinia-orm#main/packages/nuxt",
4710
5400
  "npm": "@pinia-orm/nuxt",
4711
5401
  "icon": "pinia-orm.svg",
4712
5402
  "github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
@@ -4721,7 +5411,7 @@
4721
5411
  }
4722
5412
  ],
4723
5413
  "compatibility": {
4724
- "nuxt": "^2.0.0 || ^3.0.0",
5414
+ "nuxt": "^2.0.0 || >=3.0.0",
4725
5415
  "requires": {
4726
5416
  "bridge": "optional"
4727
5417
  }
@@ -4745,7 +5435,7 @@
4745
5435
  }
4746
5436
  ],
4747
5437
  "compatibility": {
4748
- "nuxt": "^2.0.0 || ^3.0.0",
5438
+ "nuxt": "^2.0.0 || >=3.0.0",
4749
5439
  "requires": {
4750
5440
  "bridge": "optional"
4751
5441
  }
@@ -4769,7 +5459,7 @@
4769
5459
  }
4770
5460
  ],
4771
5461
  "compatibility": {
4772
- "nuxt": "^2.0.0 || ^3.0.0",
5462
+ "nuxt": "^2.0.0 || >=3.0.0",
4773
5463
  "requires": {
4774
5464
  "bridge": "optional"
4775
5465
  }
@@ -4780,20 +5470,20 @@
4780
5470
  "description": "Nuxt module to natively integrate Plausible analytics",
4781
5471
  "repo": "nuxt-modules/plausible",
4782
5472
  "npm": "@nuxtjs/plausible",
4783
- "icon": "",
5473
+ "icon": "plausible.svg",
4784
5474
  "github": "https://github.com/nuxt-modules/plausible",
4785
5475
  "website": "https://github.com/nuxt-modules/plausible",
4786
5476
  "learn_more": "",
4787
- "category": "Devtools",
5477
+ "category": "Analytics",
4788
5478
  "type": "community",
4789
5479
  "maintainers": [
4790
5480
  {
4791
- "name": "nuxt-modules",
4792
- "github": "nuxt-modules"
5481
+ "name": "Johann Schopplich",
5482
+ "github": "johannschopplich"
4793
5483
  }
4794
5484
  ],
4795
5485
  "compatibility": {
4796
- "nuxt": "^2.0.0",
5486
+ "nuxt": "^2.0.0 || >=3.0.0",
4797
5487
  "requires": {}
4798
5488
  }
4799
5489
  },
@@ -4826,7 +5516,7 @@
4826
5516
  "npm": "nuxt-prepare",
4827
5517
  "icon": "prepare.svg",
4828
5518
  "github": "https://github.com/johannschopplich/nuxt-prepare",
4829
- "website": "https://nuxt-prepare.jhnn.dev",
5519
+ "website": "https://nuxt-prepare.byjohann.dev",
4830
5520
  "learn_more": "",
4831
5521
  "category": "Devtools",
4832
5522
  "type": "3rd-party",
@@ -4839,7 +5529,7 @@
4839
5529
  }
4840
5530
  ],
4841
5531
  "compatibility": {
4842
- "nuxt": "^3.0.0",
5532
+ "nuxt": ">=3.0.0",
4843
5533
  "requires": {}
4844
5534
  }
4845
5535
  },
@@ -4862,7 +5552,29 @@
4862
5552
  }
4863
5553
  ],
4864
5554
  "compatibility": {
4865
- "nuxt": "^3.0.0",
5555
+ "nuxt": ">=3.0.0",
5556
+ "requires": {}
5557
+ }
5558
+ },
5559
+ {
5560
+ "name": "prisma",
5561
+ "description": "Integrate Nuxt with Prisma ORM to simplify database access!",
5562
+ "repo": "prisma/nuxt-prisma",
5563
+ "npm": "@prisma/nuxt",
5564
+ "icon": "prisma.png",
5565
+ "github": "https://github.com/prisma/nuxt-prisma",
5566
+ "website": "https://pris.ly/prisma-nuxt",
5567
+ "learn_more": "https://www.prisma.io/orm",
5568
+ "category": "Database",
5569
+ "type": "3rd-party",
5570
+ "maintainers": [
5571
+ {
5572
+ "name": "prisma",
5573
+ "github": "prisma"
5574
+ }
5575
+ ],
5576
+ "compatibility": {
5577
+ "nuxt": ">=3.0.0",
4866
5578
  "requires": {}
4867
5579
  }
4868
5580
  },
@@ -4885,7 +5597,7 @@
4885
5597
  }
4886
5598
  ],
4887
5599
  "compatibility": {
4888
- "nuxt": "^2.0.0 || ^3.0.0",
5600
+ "nuxt": "^2.0.0 || >=3.0.0",
4889
5601
  "requires": {}
4890
5602
  }
4891
5603
  },
@@ -4907,7 +5619,7 @@
4907
5619
  }
4908
5620
  ],
4909
5621
  "compatibility": {
4910
- "nuxt": "^3.0.0",
5622
+ "nuxt": ">=3.0.0",
4911
5623
  "requires": {}
4912
5624
  }
4913
5625
  },
@@ -4997,7 +5709,7 @@
4997
5709
  }
4998
5710
  ],
4999
5711
  "compatibility": {
5000
- "nuxt": "^2.0.0 || ^3.0.0",
5712
+ "nuxt": "^2.0.0 || >=3.0.0",
5001
5713
  "requires": {}
5002
5714
  }
5003
5715
  },
@@ -5066,7 +5778,7 @@
5066
5778
  }
5067
5779
  ],
5068
5780
  "compatibility": {
5069
- "nuxt": "^3.0.0",
5781
+ "nuxt": ">=3.0.0",
5070
5782
  "requires": {},
5071
5783
  "devtools": "^0.0.0"
5072
5784
  }
@@ -5089,7 +5801,7 @@
5089
5801
  }
5090
5802
  ],
5091
5803
  "compatibility": {
5092
- "nuxt": "^3.0.0",
5804
+ "nuxt": ">=3.0.0",
5093
5805
  "requires": {}
5094
5806
  }
5095
5807
  },
@@ -5124,7 +5836,7 @@
5124
5836
  }
5125
5837
  ],
5126
5838
  "compatibility": {
5127
- "nuxt": "^3.0.0",
5839
+ "nuxt": ">=3.0.0",
5128
5840
  "requires": {}
5129
5841
  }
5130
5842
  },
@@ -5192,7 +5904,7 @@
5192
5904
  }
5193
5905
  ],
5194
5906
  "compatibility": {
5195
- "nuxt": "^3.0.0",
5907
+ "nuxt": ">=3.0.0",
5196
5908
  "requires": {}
5197
5909
  }
5198
5910
  },
@@ -5226,7 +5938,7 @@
5226
5938
  "icon": "robots.png",
5227
5939
  "github": "https://github.com/nuxt-modules/robots",
5228
5940
  "website": "https://github.com/nuxt-modules/robots",
5229
- "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
5941
+ "learn_more": "",
5230
5942
  "category": "SEO",
5231
5943
  "type": "community",
5232
5944
  "maintainers": [
@@ -5236,7 +5948,7 @@
5236
5948
  }
5237
5949
  ],
5238
5950
  "compatibility": {
5239
- "nuxt": "^2.0.0 || ^3.0.0",
5951
+ "nuxt": "^2.0.0 || >=3.0.0",
5240
5952
  "requires": {
5241
5953
  "bridge": "optional"
5242
5954
  }
@@ -5260,7 +5972,7 @@
5260
5972
  }
5261
5973
  ],
5262
5974
  "compatibility": {
5263
- "nuxt": "^3.0.0",
5975
+ "nuxt": ">=3.0.0",
5264
5976
  "requires": {}
5265
5977
  }
5266
5978
  },
@@ -5329,15 +6041,38 @@
5329
6041
  }
5330
6042
  ],
5331
6043
  "compatibility": {
5332
- "nuxt": "^2.0.0 || ^3.0.0",
6044
+ "nuxt": "^2.0.0 || >=3.0.0",
5333
6045
  "requires": {
5334
6046
  "bridge": "optional"
5335
6047
  }
5336
6048
  }
5337
6049
  },
6050
+ {
6051
+ "name": "scalar",
6052
+ "description": "Render a beautiful API References based on a OpenAPI/Swagger file with Nuxt.",
6053
+ "repo": "scalar/scalar#main/packages/nuxt",
6054
+ "npm": "@scalar/nuxt",
6055
+ "icon": "scalar.svg",
6056
+ "github": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
6057
+ "website": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
6058
+ "learn_more": "https://scalar.com",
6059
+ "category": "Devtools",
6060
+ "type": "3rd-party",
6061
+ "maintainers": [
6062
+ {
6063
+ "name": "scalar",
6064
+ "github": "scalar",
6065
+ "twitter": "scalar"
6066
+ }
6067
+ ],
6068
+ "compatibility": {
6069
+ "nuxt": ">=3.0.0",
6070
+ "requires": {}
6071
+ }
6072
+ },
5338
6073
  {
5339
6074
  "name": "schema-org",
5340
- "description": "Schema.org for Nuxt.",
6075
+ "description": "Quick and easy Schema.org graphs.",
5341
6076
  "repo": "harlan-zw/nuxt-schema-org",
5342
6077
  "npm": "nuxt-schema-org",
5343
6078
  "icon": "schema-org.svg",
@@ -5355,7 +6090,30 @@
5355
6090
  }
5356
6091
  ],
5357
6092
  "compatibility": {
5358
- "nuxt": "^3.0.0",
6093
+ "nuxt": ">=3.0.0",
6094
+ "requires": {}
6095
+ }
6096
+ },
6097
+ {
6098
+ "name": "scripts",
6099
+ "description": "Plug-and-play script optimization for Nuxt applications.",
6100
+ "repo": "nuxt/scripts",
6101
+ "npm": "@nuxt/scripts",
6102
+ "icon": "nuxt.svg",
6103
+ "github": "https://github.com/nuxt/scripts",
6104
+ "website": "https://scripts.nuxt.com",
6105
+ "learn_more": "",
6106
+ "category": "Libraries",
6107
+ "type": "official",
6108
+ "maintainers": [
6109
+ {
6110
+ "name": "Harlan Wilton",
6111
+ "github": "harlan-zw",
6112
+ "twitter": "harlan_zw"
6113
+ }
6114
+ ],
6115
+ "compatibility": {
6116
+ "nuxt": ">=3.0.0",
5359
6117
  "requires": {}
5360
6118
  }
5361
6119
  },
@@ -5400,7 +6158,7 @@
5400
6158
  }
5401
6159
  ],
5402
6160
  "compatibility": {
5403
- "nuxt": "^3.0.0",
6161
+ "nuxt": ">=3.0.0",
5404
6162
  "requires": {}
5405
6163
  }
5406
6164
  },
@@ -5412,7 +6170,7 @@
5412
6170
  "icon": "segment.png",
5413
6171
  "github": "https://github.com/dansmaculotte/nuxt-segment",
5414
6172
  "website": "https://github.com/dansmaculotte/nuxt-segment",
5415
- "learn_more": "https://segment.com/docs/connections/sources/catalog/Libraries/website/javascript/",
6173
+ "learn_more": "",
5416
6174
  "category": "Analytics",
5417
6175
  "type": "3rd-party",
5418
6176
  "maintainers": [
@@ -5450,7 +6208,7 @@
5450
6208
  },
5451
6209
  {
5452
6210
  "name": "seo-experiments",
5453
- "description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
6211
+ "description": "Powerful SEO DX improvements.",
5454
6212
  "repo": "harlan-zw/nuxt-seo-experiments",
5455
6213
  "npm": "nuxt-seo-experiments",
5456
6214
  "icon": "seo-experiments.svg",
@@ -5468,29 +6226,7 @@
5468
6226
  }
5469
6227
  ],
5470
6228
  "compatibility": {
5471
- "nuxt": "^3.0.0",
5472
- "requires": {}
5473
- }
5474
- },
5475
- {
5476
- "name": "seo-kit",
5477
- "description": "The complete SEO solution for Nuxt.",
5478
- "repo": "harlan-zw/nuxt-seo-kit#main/layer",
5479
- "npm": "nuxt-seo-kit",
5480
- "icon": "seo-kit.svg",
5481
- "github": "https://github.com/harlan-zw/nuxt-seo-kit",
5482
- "website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
5483
- "learn_more": "",
5484
- "category": "SEO",
5485
- "type": "3rd-party",
5486
- "maintainers": [
5487
- {
5488
- "name": "harlan-zw",
5489
- "github": "harlan-zw"
5490
- }
5491
- ],
5492
- "compatibility": {
5493
- "nuxt": "^3.0.0",
6229
+ "nuxt": ">=3.0.0",
5494
6230
  "requires": {}
5495
6231
  }
5496
6232
  },
@@ -5517,6 +6253,28 @@
5517
6253
  "requires": {}
5518
6254
  }
5519
6255
  },
6256
+ {
6257
+ "name": "seo",
6258
+ "description": "The complete SEO solution for Nuxt.",
6259
+ "repo": "harlan-zw/nuxt-seo",
6260
+ "npm": "@nuxtjs/seo",
6261
+ "icon": "nuxt.svg",
6262
+ "github": "https://github.com/harlan-zw/nuxt-seo",
6263
+ "website": "https://nuxtseo.com/",
6264
+ "learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
6265
+ "category": "SEO",
6266
+ "type": "3rd-party",
6267
+ "maintainers": [
6268
+ {
6269
+ "name": "harlan-zw",
6270
+ "github": "harlan-zw"
6271
+ }
6272
+ ],
6273
+ "compatibility": {
6274
+ "nuxt": ">=3.0.0",
6275
+ "requires": {}
6276
+ }
6277
+ },
5520
6278
  {
5521
6279
  "name": "seomatic-meta",
5522
6280
  "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
@@ -5565,7 +6323,7 @@
5565
6323
  {
5566
6324
  "name": "server-block",
5567
6325
  "description": "Use <server> tags in your Nuxt pages components.",
5568
- "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
6326
+ "repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
5569
6327
  "npm": "@hebilicious/server-block-nuxt",
5570
6328
  "icon": "server-block.svg",
5571
6329
  "github": "https://github.com/Hebilicious/server-block-nuxt",
@@ -5581,30 +6339,34 @@
5581
6339
  }
5582
6340
  ],
5583
6341
  "compatibility": {
5584
- "nuxt": "^3.0.0",
6342
+ "nuxt": ">=3.0.0",
5585
6343
  "requires": {}
5586
6344
  }
5587
6345
  },
5588
6346
  {
5589
- "name": "session",
5590
- "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",
5591
- "repo": "sidebase/nuxt-session",
5592
- "npm": "@sidebase/nuxt-session",
5593
- "icon": "session.png",
5594
- "github": "https://github.com/sidebase/nuxt-session",
5595
- "website": "https://github.com/sidebase/nuxt-session",
5596
- "learn_more": "https://github.com/sidebase",
5597
- "category": "Security",
6347
+ "name": "shadcn",
6348
+ "description": "Re-usable components built with Radix Vue and Tailwind CSS.",
6349
+ "repo": "radix-vue/shadcn-vue#dev/packages/module",
6350
+ "npm": "shadcn-nuxt",
6351
+ "icon": "",
6352
+ "github": "https://github.com/radix-vue/shadcn-vue/tree/dev/packages/module",
6353
+ "website": "https://www.shadcn-vue.com",
6354
+ "learn_more": "https://www.shadcn-vue.com/docs/installation/nuxt",
6355
+ "category": "UI",
5598
6356
  "type": "3rd-party",
5599
6357
  "maintainers": [
5600
6358
  {
5601
- "name": "sidebase",
5602
- "github": "sidebase",
5603
- "twitter": "sidebase_io"
6359
+ "name": "Zernonia",
6360
+ "github": "zernonia",
6361
+ "twitter": "zernonia"
6362
+ },
6363
+ {
6364
+ "name": "Sadegh Barati",
6365
+ "github": "sadeghbarati"
5604
6366
  }
5605
6367
  ],
5606
6368
  "compatibility": {
5607
- "nuxt": "^3.0.0",
6369
+ "nuxt": ">=3.0.0",
5608
6370
  "requires": {}
5609
6371
  }
5610
6372
  },
@@ -5630,6 +6392,28 @@
5630
6392
  "requires": {}
5631
6393
  }
5632
6394
  },
6395
+ {
6396
+ "name": "shuimo-ui",
6397
+ "description": "A Chinese Shuimo style component library.",
6398
+ "repo": "shuimo-design/shuimo-ui#main/plugins/nuxt",
6399
+ "npm": "@shuimo-design/shuimo-ui-nuxt",
6400
+ "icon": "shuimo-ui.svg",
6401
+ "github": "https://github.com/shuimo-design/shuimo-ui",
6402
+ "website": "https://shuimo.design",
6403
+ "learn_more": "https://github.com/shuimo-design/shuimo-ui/tree/main/plugins/nuxt",
6404
+ "category": "UI",
6405
+ "type": "3rd-party",
6406
+ "maintainers": [
6407
+ {
6408
+ "name": "higuaifan",
6409
+ "github": "higuaifan"
6410
+ }
6411
+ ],
6412
+ "compatibility": {
6413
+ "nuxt": ">=3.0.0",
6414
+ "requires": {}
6415
+ }
6416
+ },
5633
6417
  {
5634
6418
  "name": "sidebase-auth",
5635
6419
  "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.",
@@ -5649,7 +6433,7 @@
5649
6433
  }
5650
6434
  ],
5651
6435
  "compatibility": {
5652
- "nuxt": "^3.0.0",
6436
+ "nuxt": ">=3.0.0",
5653
6437
  "requires": {}
5654
6438
  }
5655
6439
  },
@@ -5695,46 +6479,28 @@
5695
6479
  }
5696
6480
  ],
5697
6481
  "compatibility": {
5698
- "nuxt": "^3.0.0",
6482
+ "nuxt": ">=3.0.0",
5699
6483
  "requires": {}
5700
6484
  }
5701
6485
  },
5702
6486
  {
5703
- "name": "simple-sitemap",
6487
+ "name": "sitemap",
5704
6488
  "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
5705
- "repo": "harlan-zw/nuxt-simple-sitemap",
5706
- "npm": "nuxt-simple-sitemap",
6489
+ "repo": "nuxt-modules/sitemap",
6490
+ "npm": "@nuxtjs/sitemap",
5707
6491
  "icon": "simple-sitemap.svg",
5708
- "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
5709
- "website": "https://nuxtseo.com/simple-sitemap",
5710
- "learn_more": "https://nuxtseo.com/simple-sitemap",
6492
+ "github": "https://github.com/nuxt-modules/sitemap",
6493
+ "website": "https://nuxtseo.com/",
6494
+ "learn_more": "https://nuxtseo.com/sitemap",
5711
6495
  "category": "SEO",
5712
- "type": "3rd-party",
6496
+ "type": "community",
5713
6497
  "maintainers": [
5714
6498
  {
5715
6499
  "name": "Harlan Wilton",
5716
6500
  "github": "harlan-zw",
5717
6501
  "twitter": "harlan_zw",
5718
6502
  "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5719
- }
5720
- ],
5721
- "compatibility": {
5722
- "nuxt": "^3.0.0",
5723
- "requires": {}
5724
- }
5725
- },
5726
- {
5727
- "name": "sitemap",
5728
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
5729
- "repo": "nuxt-community/sitemap-module#dev",
5730
- "npm": "@nuxtjs/sitemap",
5731
- "icon": "",
5732
- "github": "https://github.com/nuxt-community/sitemap-module#dev",
5733
- "website": "https://sitemap.nuxtjs.org",
5734
- "learn_more": "",
5735
- "category": "SEO",
5736
- "type": "community",
5737
- "maintainers": [
6503
+ },
5738
6504
  {
5739
6505
  "name": "Nicolas PENNEC",
5740
6506
  "github": "NicoPennec",
@@ -5742,7 +6508,7 @@
5742
6508
  }
5743
6509
  ],
5744
6510
  "compatibility": {
5745
- "nuxt": "^2.0.0",
6511
+ "nuxt": ">=3.0.0",
5746
6512
  "requires": {}
5747
6513
  }
5748
6514
  },
@@ -5764,7 +6530,7 @@
5764
6530
  }
5765
6531
  ],
5766
6532
  "compatibility": {
5767
- "nuxt": "^3.0.0",
6533
+ "nuxt": ">=3.0.0",
5768
6534
  "requires": {}
5769
6535
  }
5770
6536
  },
@@ -5776,7 +6542,7 @@
5776
6542
  "icon": "snipcart.png",
5777
6543
  "github": "https://github.com/nuxt-modules/snipcart",
5778
6544
  "website": "https://github.com/nuxt-modules/snipcart",
5779
- "learn_more": "https://snipcart.com",
6545
+ "learn_more": "",
5780
6546
  "category": "Ecommerce",
5781
6547
  "type": "community",
5782
6548
  "maintainers": [
@@ -5787,7 +6553,7 @@
5787
6553
  }
5788
6554
  ],
5789
6555
  "compatibility": {
5790
- "nuxt": "^2.0.0 || ^3.0.0",
6556
+ "nuxt": "^2.0.0 || >=3.0.0",
5791
6557
  "requires": {}
5792
6558
  }
5793
6559
  },
@@ -5858,39 +6624,6 @@
5858
6624
  "requires": {}
5859
6625
  }
5860
6626
  },
5861
- {
5862
- "name": "speedkit",
5863
- "description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
5864
- "repo": "GrabarzUndPartner/nuxt-speedkit",
5865
- "npm": "nuxt-speedkit",
5866
- "icon": "speedkit.png",
5867
- "github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
5868
- "website": "https://nuxt-speedkit.grabarzundpartner.dev",
5869
- "learn_more": "",
5870
- "category": "Performance",
5871
- "type": "3rd-party",
5872
- "maintainers": [
5873
- {
5874
- "name": "Stephan Gerbeth",
5875
- "github": "StephanGerbeth",
5876
- "avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
5877
- },
5878
- {
5879
- "name": "Thorn Walli",
5880
- "github": "ThornWalli",
5881
- "avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
5882
- },
5883
- {
5884
- "name": "Grabarz & Partner",
5885
- "github": "GrabarzUndPartner",
5886
- "avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
5887
- }
5888
- ],
5889
- "compatibility": {
5890
- "nuxt": "^2.0.0",
5891
- "requires": {}
5892
- }
5893
- },
5894
6627
  {
5895
6628
  "name": "ssr-lit",
5896
6629
  "description": "",
@@ -5937,23 +6670,29 @@
5937
6670
  },
5938
6671
  {
5939
6672
  "name": "storefront-ui",
5940
- "description": "Storefront UI Module for Nuxt",
5941
- "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
6673
+ "description": "Storefront UI for Nuxt by Alokai",
6674
+ "repo": "vuestorefront/storefront-ui#v2-develop/packages/sfui/frameworks/nuxt",
5942
6675
  "npm": "@storefront-ui/nuxt",
5943
6676
  "icon": "storefront-ui.svg",
5944
- "github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
5945
- "website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
5946
- "learn_more": "https://docs.storefrontui.io/",
6677
+ "github": "https://github.com/vuestorefront/storefront-ui",
6678
+ "website": "https://docs.storefrontui.io/v2/",
6679
+ "learn_more": "https://docs.storefrontui.io/v2/getting-started/vue#nuxt-3",
5947
6680
  "category": "UI",
5948
6681
  "type": "3rd-party",
5949
6682
  "maintainers": [
5950
6683
  {
5951
- "name": "Jakub Andrzejewski",
5952
- "github": "Baroshem"
6684
+ "name": "Szymon Dziewoński",
6685
+ "github": "Szymon-dziewonski",
6686
+ "avatar": "https://avatars.githubusercontent.com/u/2566152?v=4"
6687
+ },
6688
+ {
6689
+ "name": "Jakub Freisler",
6690
+ "github": "FRSgit",
6691
+ "avatar": "https://avatars.githubusercontent.com/u/10456649?v=4"
5953
6692
  }
5954
6693
  ],
5955
6694
  "compatibility": {
5956
- "nuxt": "^2.0.0",
6695
+ "nuxt": ">=3.0.0",
5957
6696
  "requires": {}
5958
6697
  }
5959
6698
  },
@@ -5982,7 +6721,7 @@
5982
6721
  {
5983
6722
  "name": "storyblok",
5984
6723
  "description": "Storyblok Nuxt module",
5985
- "repo": "storyblok/storyblok-nuxt#master/lib",
6724
+ "repo": "storyblok/storyblok-nuxt#main",
5986
6725
  "npm": "@storyblok/nuxt",
5987
6726
  "icon": "storyblok.png",
5988
6727
  "github": "https://github.com/storyblok/storyblok-nuxt",
@@ -5997,7 +6736,7 @@
5997
6736
  }
5998
6737
  ],
5999
6738
  "compatibility": {
6000
- "nuxt": "^2.0.0 || ^3.0.0",
6739
+ "nuxt": "^2.0.0 || >=3.0.0",
6001
6740
  "requires": {},
6002
6741
  "devtools": "^0.0.0"
6003
6742
  }
@@ -6006,7 +6745,7 @@
6006
6745
  "name": "storybook",
6007
6746
  "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
6008
6747
  "repo": "nuxt-modules/storybook",
6009
- "npm": "@nuxtjs/storybook",
6748
+ "npm": "nuxt-storybook",
6010
6749
  "icon": "storybook.png",
6011
6750
  "github": "https://github.com/nuxt-modules/storybook",
6012
6751
  "website": "https://storybook.nuxtjs.org",
@@ -6021,7 +6760,7 @@
6021
6760
  }
6022
6761
  ],
6023
6762
  "compatibility": {
6024
- "nuxt": "^2.0.0 || ^3.0.0",
6763
+ "nuxt": "^2.0.0 || >=3.0.0",
6025
6764
  "requires": {
6026
6765
  "bridge": "optional"
6027
6766
  },
@@ -6052,7 +6791,7 @@
6052
6791
  }
6053
6792
  ],
6054
6793
  "compatibility": {
6055
- "nuxt": "^2.0.0 || ^3.0.0",
6794
+ "nuxt": "^2.0.0 || >=3.0.0",
6056
6795
  "requires": {
6057
6796
  "bridge": true
6058
6797
  },
@@ -6081,7 +6820,7 @@
6081
6820
  }
6082
6821
  ],
6083
6822
  "compatibility": {
6084
- "nuxt": "^3.0.0",
6823
+ "nuxt": ">=3.0.0",
6085
6824
  "requires": {}
6086
6825
  }
6087
6826
  },
@@ -6131,7 +6870,7 @@
6131
6870
  }
6132
6871
  ],
6133
6872
  "compatibility": {
6134
- "nuxt": "^3.0.0",
6873
+ "nuxt": ">=3.0.0",
6135
6874
  "requires": {
6136
6875
  "content": true
6137
6876
  }
@@ -6178,30 +6917,7 @@
6178
6917
  }
6179
6918
  ],
6180
6919
  "compatibility": {
6181
- "nuxt": "^2.0.0 || ^3.0.0",
6182
- "requires": {}
6183
- }
6184
- },
6185
- {
6186
- "name": "stylify",
6187
- "description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
6188
- "repo": "stylify/packages#master/packages/nuxt",
6189
- "npm": "@stylify/nuxt",
6190
- "icon": "stylify.svg",
6191
- "github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
6192
- "website": "https://stylifycss.com/docs/nuxt",
6193
- "learn_more": "https://stylifycss.com",
6194
- "category": "UI",
6195
- "type": "3rd-party",
6196
- "maintainers": [
6197
- {
6198
- "name": "Vladimír Macháček",
6199
- "github": "Machy8",
6200
- "twitter": "8machy"
6201
- }
6202
- ],
6203
- "compatibility": {
6204
- "nuxt": "^2.0.0 || ^3.0.0",
6920
+ "nuxt": "^2.0.0 || >=3.0.0",
6205
6921
  "requires": {}
6206
6922
  }
6207
6923
  },
@@ -6234,7 +6950,30 @@
6234
6950
  }
6235
6951
  ],
6236
6952
  "compatibility": {
6237
- "nuxt": "^2.0.0 || ^3.0.0",
6953
+ "nuxt": "^2.0.0 || >=3.0.0",
6954
+ "requires": {}
6955
+ }
6956
+ },
6957
+ {
6958
+ "name": "surrealdb",
6959
+ "description": "A Nuxt module aimed to simplify the use of SurrealDB",
6960
+ "repo": "sandros94/nuxt-surrealdb",
6961
+ "npm": "nuxt-surrealdb",
6962
+ "icon": "surrealdb.png",
6963
+ "github": "https://github.com/sandros94/nuxt-surrealdb",
6964
+ "website": "https://github.com/sandros94/nuxt-surrealdb",
6965
+ "learn_more": "",
6966
+ "category": "Database",
6967
+ "type": "3rd-party",
6968
+ "maintainers": [
6969
+ {
6970
+ "name": "Sandro Circi",
6971
+ "github": "sandros94",
6972
+ "avatar": "https://avatars.githubusercontent.com/u/13056429"
6973
+ }
6974
+ ],
6975
+ "compatibility": {
6976
+ "nuxt": ">=3.10.0",
6238
6977
  "requires": {}
6239
6978
  }
6240
6979
  },
@@ -6279,7 +7018,7 @@
6279
7018
  }
6280
7019
  ],
6281
7020
  "compatibility": {
6282
- "nuxt": "^2.0.0 || ^3.0.0",
7021
+ "nuxt": "^2.0.0 || >=3.0.0",
6283
7022
  "requires": {}
6284
7023
  }
6285
7024
  },
@@ -6327,6 +7066,30 @@
6327
7066
  "requires": {}
6328
7067
  }
6329
7068
  },
7069
+ {
7070
+ "name": "swiftsearch",
7071
+ "description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
7072
+ "repo": "atoms-studio/nuxt-swiftsearch",
7073
+ "npm": "@atoms-studio/nuxt-swiftsearch",
7074
+ "icon": "nuxt-swiftsearch.svg",
7075
+ "github": "https://github.com/atoms-studio/nuxt-swiftsearch",
7076
+ "website": "https://nuxt-swiftsearch.netlify.app/",
7077
+ "learn_more": "",
7078
+ "category": "Libraries",
7079
+ "type": "3rd-party",
7080
+ "maintainers": [
7081
+ {
7082
+ "name": "Matteo Rigoni",
7083
+ "github": "rigo-m",
7084
+ "twitter": "MatteoRigoni",
7085
+ "avatar": "https://avatars.githubusercontent.com/rigo-m?v=4"
7086
+ }
7087
+ ],
7088
+ "compatibility": {
7089
+ "nuxt": ">=3.10.0",
7090
+ "requires": {}
7091
+ }
7092
+ },
6330
7093
  {
6331
7094
  "name": "swiper",
6332
7095
  "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
@@ -6345,7 +7108,7 @@
6345
7108
  }
6346
7109
  ],
6347
7110
  "compatibility": {
6348
- "nuxt": "^3.0.0",
7111
+ "nuxt": ">=3.0.0",
6349
7112
  "requires": {}
6350
7113
  }
6351
7114
  },
@@ -6368,7 +7131,7 @@
6368
7131
  }
6369
7132
  ],
6370
7133
  "compatibility": {
6371
- "nuxt": "^3.0.0",
7134
+ "nuxt": ">=3.0.0",
6372
7135
  "requires": {}
6373
7136
  }
6374
7137
  },
@@ -6381,7 +7144,7 @@
6381
7144
  "github": "https://github.com/nuxt-modules/tailwindcss",
6382
7145
  "website": "https://tailwindcss.nuxtjs.org",
6383
7146
  "learn_more": "https://tailwindcss.com/",
6384
- "category": "UI",
7147
+ "category": "CSS",
6385
7148
  "type": "community",
6386
7149
  "maintainers": [
6387
7150
  {
@@ -6395,9 +7158,40 @@
6395
7158
  }
6396
7159
  ],
6397
7160
  "compatibility": {
6398
- "nuxt": "^2.0.0 || ^3.0.0",
7161
+ "nuxt": "^2.0.0 || >=3.0.0",
6399
7162
  "requires": {},
6400
7163
  "devtools": "^0.0.0"
7164
+ },
7165
+ "aliases": [
7166
+ "tailwind"
7167
+ ]
7168
+ },
7169
+ {
7170
+ "name": "test-utils",
7171
+ "description": "Test utilities for Nuxt",
7172
+ "repo": "nuxt/test-utils#main",
7173
+ "npm": "@nuxt/test-utils",
7174
+ "icon": "nuxt.svg",
7175
+ "github": "https://github.com/nuxt/test-utils",
7176
+ "website": "https://nuxt.com/docs/getting-started/testing",
7177
+ "learn_more": "",
7178
+ "category": "Devtools",
7179
+ "type": "official",
7180
+ "maintainers": [
7181
+ {
7182
+ "name": "Daniel Roe",
7183
+ "github": "danielroe",
7184
+ "twitter": "danielcroe"
7185
+ },
7186
+ {
7187
+ "name": "Anthony Fu",
7188
+ "github": "antfu",
7189
+ "twitter": "antfu7"
7190
+ }
7191
+ ],
7192
+ "compatibility": {
7193
+ "nuxt": ">=3.0.0",
7194
+ "requires": {}
6401
7195
  }
6402
7196
  },
6403
7197
  {
@@ -6441,7 +7235,29 @@
6441
7235
  }
6442
7236
  ],
6443
7237
  "compatibility": {
6444
- "nuxt": "^3.0.0",
7238
+ "nuxt": ">=3.0.0",
7239
+ "requires": {}
7240
+ }
7241
+ },
7242
+ {
7243
+ "name": "tiptap",
7244
+ "description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
7245
+ "repo": "modbender/nuxt-tiptap-editor",
7246
+ "npm": "nuxt-tiptap-editor",
7247
+ "icon": "tiptap.png",
7248
+ "github": "https://github.com/modbender/nuxt-tiptap-editor",
7249
+ "website": "https://nuxt-tiptap-editor.vercel.app",
7250
+ "learn_more": "https://nuxt-tiptap-editor.vercel.app",
7251
+ "category": "Libraries",
7252
+ "type": "3rd-party",
7253
+ "maintainers": [
7254
+ {
7255
+ "name": "modbender",
7256
+ "github": "modbender"
7257
+ }
7258
+ ],
7259
+ "compatibility": {
7260
+ "nuxt": ">=3.0.0",
6445
7261
  "requires": {}
6446
7262
  }
6447
7263
  },
@@ -6468,6 +7284,28 @@
6468
7284
  "requires": {}
6469
7285
  }
6470
7286
  },
7287
+ {
7288
+ "name": "tradingview",
7289
+ "description": "Use the TradingView Widgets in your Nuxt Application",
7290
+ "repo": "volkanakkus/nuxt-tradingview",
7291
+ "npm": "nuxt-tradingview",
7292
+ "icon": "tradingview.svg",
7293
+ "github": "https://github.com/volkanakkus/nuxt-tradingview",
7294
+ "website": "https://nuxt-tradingview.volkanakkus.com",
7295
+ "learn_more": "https://nuxt-tradingview.volkanakkus.com/documentation/getting-started/setup",
7296
+ "category": "Extensions",
7297
+ "type": "3rd-party",
7298
+ "maintainers": [
7299
+ {
7300
+ "name": "Volkan Akkuş",
7301
+ "github": "volkanakkus"
7302
+ }
7303
+ ],
7304
+ "compatibility": {
7305
+ "nuxt": ">=3.0.0",
7306
+ "requires": {}
7307
+ }
7308
+ },
6471
7309
  {
6472
7310
  "name": "translation-manager",
6473
7311
  "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
@@ -6486,7 +7324,7 @@
6486
7324
  }
6487
7325
  ],
6488
7326
  "compatibility": {
6489
- "nuxt": "^3.0.0",
7327
+ "nuxt": ">=3.0.0",
6490
7328
  "requires": {}
6491
7329
  }
6492
7330
  },
@@ -6519,7 +7357,7 @@
6519
7357
  }
6520
7358
  ],
6521
7359
  "compatibility": {
6522
- "nuxt": "^3.0.0",
7360
+ "nuxt": ">=3.0.0",
6523
7361
  "requires": {}
6524
7362
  }
6525
7363
  },
@@ -6542,7 +7380,7 @@
6542
7380
  }
6543
7381
  ],
6544
7382
  "compatibility": {
6545
- "nuxt": "^2.0.0 || ^3.0.0",
7383
+ "nuxt": "^2.0.0 || >=3.0.0",
6546
7384
  "requires": {
6547
7385
  "bridge": true
6548
7386
  }
@@ -6590,7 +7428,7 @@
6590
7428
  }
6591
7429
  ],
6592
7430
  "compatibility": {
6593
- "nuxt": "^3.0.0",
7431
+ "nuxt": ">=3.0.0",
6594
7432
  "requires": {}
6595
7433
  }
6596
7434
  },
@@ -6623,7 +7461,7 @@
6623
7461
  }
6624
7462
  ],
6625
7463
  "compatibility": {
6626
- "nuxt": "^2.0.0 || ^3.0.0",
7464
+ "nuxt": "^2.0.0 || >=3.0.0",
6627
7465
  "requires": {}
6628
7466
  }
6629
7467
  },
@@ -6645,7 +7483,7 @@
6645
7483
  }
6646
7484
  ],
6647
7485
  "compatibility": {
6648
- "nuxt": "^2.0.0 || ^3.0.0",
7486
+ "nuxt": "^2.0.0 || >=3.0.0",
6649
7487
  "requires": {}
6650
7488
  }
6651
7489
  },
@@ -6757,7 +7595,7 @@
6757
7595
  }
6758
7596
  ],
6759
7597
  "compatibility": {
6760
- "nuxt": "^2.0.0 || ^3.0.0",
7598
+ "nuxt": "^2.0.0 || >=3.0.0",
6761
7599
  "requires": {},
6762
7600
  "devtools": "^0.0.0"
6763
7601
  }
@@ -6791,7 +7629,7 @@
6791
7629
  }
6792
7630
  ],
6793
7631
  "compatibility": {
6794
- "nuxt": "^3.0.0",
7632
+ "nuxt": ">=3.0.0",
6795
7633
  "requires": {}
6796
7634
  }
6797
7635
  },
@@ -6813,34 +7651,12 @@
6813
7651
  }
6814
7652
  ],
6815
7653
  "compatibility": {
6816
- "nuxt": "^2.0.0 || ^3.0.0",
7654
+ "nuxt": "^2.0.0 || >=3.0.0",
6817
7655
  "requires": {
6818
7656
  "bridge": "optional"
6819
7657
  }
6820
7658
  }
6821
7659
  },
6822
- {
6823
- "name": "unhead",
6824
- "description": "Experimental features for Nuxt SEO / head management.",
6825
- "repo": "harlan-zw/nuxt-seo-experiments",
6826
- "npm": "nuxt-seo-experiments",
6827
- "icon": "",
6828
- "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
6829
- "website": "https://github.com/harlan-zw/nuxt-seo-experiments",
6830
- "learn_more": "",
6831
- "category": "SEO",
6832
- "type": "3rd-party",
6833
- "maintainers": [
6834
- {
6835
- "name": "harlan-zw",
6836
- "github": "harlan-zw"
6837
- }
6838
- ],
6839
- "compatibility": {
6840
- "nuxt": "^3.0.0",
6841
- "requires": {}
6842
- }
6843
- },
6844
7660
  {
6845
7661
  "name": "universal-storage",
6846
7662
  "description": "Universal Storage Utilities for Nuxt",
@@ -6872,7 +7688,7 @@
6872
7688
  {
6873
7689
  "name": "unlazy",
6874
7690
  "description": "Lazy loading library for placeholder images",
6875
- "repo": "johannschopplich/unlazy/packages/nuxt",
7691
+ "repo": "johannschopplich/unlazy#main/packages/nuxt",
6876
7692
  "npm": "@unlazy/nuxt",
6877
7693
  "icon": "unlazy.svg",
6878
7694
  "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
@@ -6887,36 +7703,10 @@
6887
7703
  }
6888
7704
  ],
6889
7705
  "compatibility": {
6890
- "nuxt": "^3.0.0",
7706
+ "nuxt": ">=3.0.0",
6891
7707
  "requires": {}
6892
7708
  }
6893
7709
  },
6894
- {
6895
- "name": "unlighthouse",
6896
- "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
6897
- "repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
6898
- "npm": "@unlighthouse/nuxt",
6899
- "icon": "unlighthouse.svg",
6900
- "github": "https://github.com/harlan-zw/unlighthouse",
6901
- "website": "https://github.com/harlan-zw/unlighthouse",
6902
- "learn_more": "https://github.com/harlan-zw/unlighthouse",
6903
- "category": "Devtools",
6904
- "type": "3rd-party",
6905
- "maintainers": [
6906
- {
6907
- "name": "Harlan Wilton",
6908
- "github": "harlan-zw",
6909
- "twitter": "harlan_zw",
6910
- "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
6911
- }
6912
- ],
6913
- "compatibility": {
6914
- "nuxt": "^2.0.0 || ^3.0.0",
6915
- "requires": {
6916
- "bridge": "optional"
6917
- }
6918
- }
6919
- },
6920
7710
  {
6921
7711
  "name": "unocss",
6922
7712
  "description": "The instant on-demand atomic CSS engine.",
@@ -6926,7 +7716,7 @@
6926
7716
  "github": "https://github.com/unocss/unocss",
6927
7717
  "website": "https://github.com/unocss/unocss",
6928
7718
  "learn_more": "https://github.com/unocss/unocss",
6929
- "category": "UI",
7719
+ "category": "CSS",
6930
7720
  "type": "3rd-party",
6931
7721
  "maintainers": [
6932
7722
  {
@@ -6937,7 +7727,7 @@
6937
7727
  }
6938
7728
  ],
6939
7729
  "compatibility": {
6940
- "nuxt": "^2.0.0 || ^3.0.0",
7730
+ "nuxt": "^2.0.0 || >=3.0.0",
6941
7731
  "requires": {
6942
7732
  "bridge": "optional"
6943
7733
  },
@@ -6951,8 +7741,8 @@
6951
7741
  "npm": "nuxt-ununura",
6952
7742
  "icon": "ununuracss.png",
6953
7743
  "github": "https://github.com/novout/ununuracss",
6954
- "website": "https://ununura.com/#/",
6955
- "learn_more": "https://ununura.com/#/docs/why",
7744
+ "website": "https://github.com/novout/ununuracss",
7745
+ "learn_more": "https://github.com/novout/ununuracss",
6956
7746
  "category": "UI",
6957
7747
  "type": "3rd-party",
6958
7748
  "maintainers": [
@@ -6963,32 +7753,30 @@
6963
7753
  }
6964
7754
  ],
6965
7755
  "compatibility": {
6966
- "nuxt": "^2.0.0 || ^3.0.0",
7756
+ "nuxt": "^2.0.0 || >=3.0.0",
6967
7757
  "requires": {}
6968
7758
  }
6969
7759
  },
6970
7760
  {
6971
- "name": "use-wagmi",
6972
- "description": "Vue Composition for Ethereum based on wagmi",
6973
- "repo": "unicape/use-wagmi#main/packages/nuxt",
6974
- "npm": "@use-wagmi/nuxt",
6975
- "icon": "use-wagmi.png",
6976
- "github": "https://github.com/unicape/use-wagmi",
6977
- "website": "https://github.com/unicape/use-wagmi",
6978
- "learn_more": "https://github.com/unicape/use-wagmi",
6979
- "category": "Extensions",
7761
+ "name": "use-bootstrap",
7762
+ "description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
7763
+ "repo": "simplise/use-bootstrap",
7764
+ "npm": "usebootstrap",
7765
+ "icon": "use-bootstrap.svg",
7766
+ "github": "https://github.com/simplise/use-bootstrap",
7767
+ "website": "https://usebootstrap.org/",
7768
+ "learn_more": "https://usebootstrap.org/",
7769
+ "category": "UI",
6980
7770
  "type": "3rd-party",
6981
7771
  "maintainers": [
6982
7772
  {
6983
- "name": "Unic Ape",
6984
- "github": "unicape"
7773
+ "name": "KoujiSano",
7774
+ "github": "KoujiSano"
6985
7775
  }
6986
7776
  ],
6987
7777
  "compatibility": {
6988
- "nuxt": "^2.0.0 || ^3.0.0",
6989
- "requires": {
6990
- "bridge": true
6991
- }
7778
+ "nuxt": ">=3.0.0",
7779
+ "requires": {}
6992
7780
  }
6993
7781
  },
6994
7782
  {
@@ -7013,28 +7801,6 @@
7013
7801
  "requires": {}
7014
7802
  }
7015
7803
  },
7016
- {
7017
- "name": "validate",
7018
- "description": "Simple Nuxt input validation module using vee-validate",
7019
- "repo": "lewyuburi/nuxt-validate",
7020
- "npm": "nuxt-validate",
7021
- "icon": "vee-validate.png",
7022
- "github": "https://github.com/lewyuburi/nuxt-validate",
7023
- "website": "https://github.com/lewyuburi/nuxt-validate",
7024
- "learn_more": "https://logaretm.github.io/vee-validate/",
7025
- "category": "Libraries",
7026
- "type": "3rd-party",
7027
- "maintainers": [
7028
- {
7029
- "name": "lewyuburi",
7030
- "github": "lewyuburi"
7031
- }
7032
- ],
7033
- "compatibility": {
7034
- "nuxt": "^2.0.0",
7035
- "requires": {}
7036
- }
7037
- },
7038
7804
  {
7039
7805
  "name": "vant",
7040
7806
  "description": "A lightweight, customizable Vue UI library for mobile web apps.",
@@ -7053,7 +7819,7 @@
7053
7819
  }
7054
7820
  ],
7055
7821
  "compatibility": {
7056
- "nuxt": "^3.0.0",
7822
+ "nuxt": ">=3.0.0",
7057
7823
  "requires": {
7058
7824
  "bridge": "optional"
7059
7825
  }
@@ -7066,7 +7832,7 @@
7066
7832
  "npm": "@varlet/nuxt",
7067
7833
  "icon": "varlet.svg",
7068
7834
  "github": "https://github.com/varletjs/varlet",
7069
- "website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
7835
+ "website": "https://varlet.pages.dev/#/en-US/index",
7070
7836
  "learn_more": "https://github.com/varletjs/varlet-nuxt",
7071
7837
  "category": "UI",
7072
7838
  "type": "3rd-party",
@@ -7077,7 +7843,7 @@
7077
7843
  }
7078
7844
  ],
7079
7845
  "compatibility": {
7080
- "nuxt": "^3.0.0",
7846
+ "nuxt": ">=3.0.0",
7081
7847
  "requires": {
7082
7848
  "bridge": "optional"
7083
7849
  }
@@ -7089,8 +7855,8 @@
7089
7855
  "repo": "samk-dev/nuxt-vcalendar",
7090
7856
  "npm": "@samk-dev/nuxt-vcalendar",
7091
7857
  "icon": "vcalendar.png",
7092
- "github": "https://github.com/samk-dev/vcalendar",
7093
- "website": "https://github.com/samk-dev/vcalendar",
7858
+ "github": "https://github.com/samk-dev/nuxt-vcalendar",
7859
+ "website": "https://github.com/samk-dev/nuxt-vcalendar",
7094
7860
  "learn_more": "",
7095
7861
  "category": "Libraries",
7096
7862
  "type": "3rd-party",
@@ -7101,7 +7867,7 @@
7101
7867
  }
7102
7868
  ],
7103
7869
  "compatibility": {
7104
- "nuxt": "^3.0.0",
7870
+ "nuxt": ">=3.0.0",
7105
7871
  "requires": {}
7106
7872
  }
7107
7873
  },
@@ -7123,7 +7889,7 @@
7123
7889
  }
7124
7890
  ],
7125
7891
  "compatibility": {
7126
- "nuxt": "^3.0.0",
7892
+ "nuxt": ">=3.0.0",
7127
7893
  "requires": {}
7128
7894
  }
7129
7895
  },
@@ -7168,7 +7934,7 @@
7168
7934
  }
7169
7935
  ],
7170
7936
  "compatibility": {
7171
- "nuxt": "^3.0.0",
7937
+ "nuxt": ">=3.0.0",
7172
7938
  "requires": {}
7173
7939
  }
7174
7940
  },
@@ -7191,7 +7957,7 @@
7191
7957
  }
7192
7958
  ],
7193
7959
  "compatibility": {
7194
- "nuxt": "^3.0.0",
7960
+ "nuxt": ">=3.0.0",
7195
7961
  "requires": {}
7196
7962
  }
7197
7963
  },
@@ -7219,46 +7985,19 @@
7219
7985
  }
7220
7986
  ],
7221
7987
  "compatibility": {
7222
- "nuxt": "^3.0.0",
7988
+ "nuxt": ">=3.0.0",
7223
7989
  "requires": {}
7224
7990
  }
7225
7991
  },
7226
- {
7227
- "name": "vitest",
7228
- "description": "Vitest integration with Nuxt",
7229
- "repo": "danielroe/nuxt-vitest",
7230
- "npm": "nuxt-vitest",
7231
- "icon": "vitest.svg",
7232
- "github": "https://github.com/danielroe/nuxt-vitest",
7233
- "website": "https://github.com/danielroe/nuxt-vitest",
7234
- "learn_more": "",
7235
- "category": "Devtools",
7236
- "type": "3rd-party",
7237
- "maintainers": [
7238
- {
7239
- "name": "Daniel Roe",
7240
- "github": "danielroe"
7241
- },
7242
- {
7243
- "name": "Anthony Fu",
7244
- "github": "antfu"
7245
- }
7246
- ],
7247
- "compatibility": {
7248
- "nuxt": "^3.0.0",
7249
- "requires": {},
7250
- "devtools": "^0.0.0"
7251
- }
7252
- },
7253
7992
  {
7254
7993
  "name": "vue-email",
7255
7994
  "description": "💌 Write email templates with vue",
7256
- "repo": "Dave136/vue-email#main/packages/vue-email",
7257
- "npm": "vue-email",
7995
+ "repo": "vue-email/nuxt",
7996
+ "npm": "@vue-email/nuxt",
7258
7997
  "icon": "vue-email.svg",
7259
- "github": "https://github.com/Dave136/vue-email",
7260
- "website": "https://www.vuemail.net/",
7261
- "learn_more": "https://vue-email.vercel.app/getting-started",
7998
+ "github": "https://github.com/vue-email/nuxt",
7999
+ "website": "https://vuemail.net/",
8000
+ "learn_more": "https://vuemail.net/ssr/nuxt",
7262
8001
  "category": "UI",
7263
8002
  "type": "3rd-party",
7264
8003
  "maintainers": [
@@ -7276,7 +8015,7 @@
7276
8015
  }
7277
8016
  ],
7278
8017
  "compatibility": {
7279
- "nuxt": "^3.0.0",
8018
+ "nuxt": ">=3.0.0",
7280
8019
  "requires": {},
7281
8020
  "devtools": "^0.0.0"
7282
8021
  }
@@ -7284,7 +8023,7 @@
7284
8023
  {
7285
8024
  "name": "vue-final-modal",
7286
8025
  "description": "The most powerful yet most light-weight modal library for Vue 3.",
7287
- "repo": "vue-final/vue-final-modal",
8026
+ "repo": "vue-final/vue-final-modal#master/packages/nuxt",
7288
8027
  "npm": "@vue-final-modal/nuxt",
7289
8028
  "icon": "vue-final-modal.svg",
7290
8029
  "github": "https://github.com/vue-final/vue-final-modal",
@@ -7300,7 +8039,7 @@
7300
8039
  }
7301
8040
  ],
7302
8041
  "compatibility": {
7303
- "nuxt": "^3.0.0",
8042
+ "nuxt": ">=3.0.0",
7304
8043
  "requires": {}
7305
8044
  }
7306
8045
  },
@@ -7323,7 +8062,7 @@
7323
8062
  }
7324
8063
  ],
7325
8064
  "compatibility": {
7326
- "nuxt": "^3.0.0",
8065
+ "nuxt": ">=3.0.0",
7327
8066
  "requires": {
7328
8067
  "bridge": "optional"
7329
8068
  },
@@ -7379,7 +8118,7 @@
7379
8118
  "description": "Plausible analytics for Vue.js and Nuxt",
7380
8119
  "repo": "moritzsternemann/vue-plausible",
7381
8120
  "npm": "vue-plausible",
7382
- "icon": "plausible.png",
8121
+ "icon": "plausible.svg",
7383
8122
  "github": "https://github.com/moritzsternemann/vue-plausible",
7384
8123
  "website": "https://github.com/moritzsternemann/vue-plausible",
7385
8124
  "learn_more": "",
@@ -7399,7 +8138,7 @@
7399
8138
  {
7400
8139
  "name": "vue-query",
7401
8140
  "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
7402
- "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
8141
+ "repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
7403
8142
  "npm": "@hebilicious/vue-query-nuxt",
7404
8143
  "icon": "vue-query.svg",
7405
8144
  "github": "https://github.com/Hebilicious/vue-query-nuxt",
@@ -7415,7 +8154,7 @@
7415
8154
  }
7416
8155
  ],
7417
8156
  "compatibility": {
7418
- "nuxt": "^3.0.0",
8157
+ "nuxt": ">=3.0.0",
7419
8158
  "requires": {}
7420
8159
  }
7421
8160
  },
@@ -7460,7 +8199,7 @@
7460
8199
  }
7461
8200
  ],
7462
8201
  "compatibility": {
7463
- "nuxt": "^2.0.0 || ^3.0.0",
8202
+ "nuxt": "^2.0.0 || >=3.0.0",
7464
8203
  "requires": {
7465
8204
  "bridge": "optional"
7466
8205
  }
@@ -7496,7 +8235,7 @@
7496
8235
  "npm": "vue3-carousel-nuxt",
7497
8236
  "icon": "",
7498
8237
  "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7499
- "website": "",
8238
+ "website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7500
8239
  "learn_more": "",
7501
8240
  "category": "UI",
7502
8241
  "type": "3rd-party",
@@ -7508,14 +8247,14 @@
7508
8247
  }
7509
8248
  ],
7510
8249
  "compatibility": {
7511
- "nuxt": "^3.0.0",
8250
+ "nuxt": ">=3.0.0",
7512
8251
  "requires": {}
7513
8252
  }
7514
8253
  },
7515
8254
  {
7516
8255
  "name": "vuefire",
7517
8256
  "description": "Idiomatic composables for the Firebase SDK",
7518
- "repo": "vuejs/vuefire/packages/nuxt",
8257
+ "repo": "vuejs/vuefire#main/packages/nuxt",
7519
8258
  "npm": "nuxt-vuefire",
7520
8259
  "icon": "vuefire.svg",
7521
8260
  "github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
@@ -7530,14 +8269,14 @@
7530
8269
  }
7531
8270
  ],
7532
8271
  "compatibility": {
7533
- "nuxt": "^3.0.0",
8272
+ "nuxt": ">=3.0.0",
7534
8273
  "requires": {}
7535
8274
  }
7536
8275
  },
7537
8276
  {
7538
8277
  "name": "vueform-builder",
7539
8278
  "description": "Official Vueform Builder module for Nuxt",
7540
- "repo": "vueform/builder/nuxt",
8279
+ "repo": "vueform/builder#main/nuxt",
7541
8280
  "npm": "@vueform/builder-nuxt",
7542
8281
  "icon": "vueform.svg",
7543
8282
  "github": "https://github.com/vueform/builder",
@@ -7553,14 +8292,14 @@
7553
8292
  }
7554
8293
  ],
7555
8294
  "compatibility": {
7556
- "nuxt": "^3.0.0",
8295
+ "nuxt": ">=3.0.0",
7557
8296
  "requires": {}
7558
8297
  }
7559
8298
  },
7560
8299
  {
7561
8300
  "name": "vueform",
7562
8301
  "description": "Official Vueform module for Nuxt",
7563
- "repo": "vueform/vueform/nuxt",
8302
+ "repo": "vueform/vueform#main/nuxt",
7564
8303
  "npm": "@vueform/nuxt",
7565
8304
  "icon": "vueform.svg",
7566
8305
  "github": "https://github.com/vueform/vueform",
@@ -7576,7 +8315,7 @@
7576
8315
  }
7577
8316
  ],
7578
8317
  "compatibility": {
7579
- "nuxt": "^3.0.0",
8318
+ "nuxt": ">=3.0.0",
7580
8319
  "requires": {}
7581
8320
  }
7582
8321
  },
@@ -7587,8 +8326,8 @@
7587
8326
  "npm": "@vuestic/nuxt",
7588
8327
  "icon": "vuestic.png",
7589
8328
  "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
7590
- "website": "https://vuestic.dev",
7591
- "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
8329
+ "website": "https://ui.vuestic.dev",
8330
+ "learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
7592
8331
  "category": "UI",
7593
8332
  "type": "3rd-party",
7594
8333
  "maintainers": [
@@ -7598,7 +8337,7 @@
7598
8337
  }
7599
8338
  ],
7600
8339
  "compatibility": {
7601
- "nuxt": "^3.0.0",
8340
+ "nuxt": ">=3.0.0",
7602
8341
  "requires": {}
7603
8342
  }
7604
8343
  },
@@ -7620,7 +8359,7 @@
7620
8359
  }
7621
8360
  ],
7622
8361
  "compatibility": {
7623
- "nuxt": "^3.0.0",
8362
+ "nuxt": ">=3.0.0",
7624
8363
  "requires": {}
7625
8364
  }
7626
8365
  },
@@ -7670,7 +8409,7 @@
7670
8409
  }
7671
8410
  ],
7672
8411
  "compatibility": {
7673
- "nuxt": "^2.0.0 || ^3.0.0",
8412
+ "nuxt": "^2.0.0 || >=3.0.0",
7674
8413
  "requires": {
7675
8414
  "bridge": "optional"
7676
8415
  },
@@ -7718,7 +8457,7 @@
7718
8457
  }
7719
8458
  ],
7720
8459
  "compatibility": {
7721
- "nuxt": "^3.0.0",
8460
+ "nuxt": ">=3.0.0",
7722
8461
  "requires": {}
7723
8462
  }
7724
8463
  },
@@ -7750,7 +8489,7 @@
7750
8489
  }
7751
8490
  ],
7752
8491
  "compatibility": {
7753
- "nuxt": "^2.0.0 || ^3.0.0",
8492
+ "nuxt": "^2.0.0 || >=3.0.0",
7754
8493
  "requires": {
7755
8494
  "bridge": "optional"
7756
8495
  }
@@ -7778,6 +8517,28 @@
7778
8517
  "requires": {}
7779
8518
  }
7780
8519
  },
8520
+ {
8521
+ "name": "webhook-validators",
8522
+ "description": "Nuxt module that works on the edge to easily validate incoming webhooks from different services.",
8523
+ "repo": "yizack/nuxt-webhook-validators",
8524
+ "npm": "nuxt-webhook-validators",
8525
+ "icon": "webhook-validators.svg",
8526
+ "github": "https://github.com/Yizack/nuxt-webhook-validators",
8527
+ "website": "https://github.com/Yizack/nuxt-webhook-validators",
8528
+ "learn_more": "",
8529
+ "category": "Security",
8530
+ "type": "3rd-party",
8531
+ "maintainers": [
8532
+ {
8533
+ "name": "Yizack Rangel",
8534
+ "github": "yizack"
8535
+ }
8536
+ ],
8537
+ "compatibility": {
8538
+ "nuxt": ">=3.0.0",
8539
+ "requires": {}
8540
+ }
8541
+ },
7781
8542
  {
7782
8543
  "name": "webpack-optimisations",
7783
8544
  "description": "Nuxt v2 module to automatically make your builds faster.",
@@ -7855,7 +8616,7 @@
7855
8616
  "icon": "webpack.png",
7856
8617
  "github": "https://github.com/nuxt-community/webpackmonitor-module",
7857
8618
  "website": "https://github.com/nuxt-community/webpackmonitor-module",
7858
- "learn_more": "http://webpackmonitor.com/",
8619
+ "learn_more": "",
7859
8620
  "category": "Devtools",
7860
8621
  "type": "community",
7861
8622
  "maintainers": [
@@ -7888,7 +8649,7 @@
7888
8649
  }
7889
8650
  ],
7890
8651
  "compatibility": {
7891
- "nuxt": "^3.0.0",
8652
+ "nuxt": ">=3.0.0",
7892
8653
  "requires": {}
7893
8654
  }
7894
8655
  },
@@ -7914,7 +8675,7 @@
7914
8675
  }
7915
8676
  ],
7916
8677
  "compatibility": {
7917
- "nuxt": "^3.0.0",
8678
+ "nuxt": ">=3.0.0",
7918
8679
  "requires": {}
7919
8680
  }
7920
8681
  },
@@ -7942,7 +8703,7 @@
7942
8703
  }
7943
8704
  ],
7944
8705
  "compatibility": {
7945
- "nuxt": "^2.0.0 || ^3.0.0",
8706
+ "nuxt": "^2.0.0 || >=3.0.0",
7946
8707
  "requires": {
7947
8708
  "bridge": "optional"
7948
8709
  }
@@ -8033,7 +8794,7 @@
8033
8794
  }
8034
8795
  ],
8035
8796
  "compatibility": {
8036
- "nuxt": "^2.0.0 || ^3.0.0",
8797
+ "nuxt": "^2.0.0 || >=3.0.0",
8037
8798
  "requires": {
8038
8799
  "bridge": true
8039
8800
  }