@nuxt/modules 0.6.0-37f42d → 0.6.0-37fe4b

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 (3) hide show
  1. package/README.md +2 -2
  2. package/modules.json +1812 -281
  3. package/package.json +22 -18
package/modules.json CHANGED
@@ -1,4 +1,34 @@
1
1
  [
2
+ {
3
+ "name": "a11y",
4
+ "description": "Real-time accessibility feedback and automated testing in your browser during development.",
5
+ "repo": "nuxt/a11y",
6
+ "npm": "@nuxt/a11y",
7
+ "icon": "nuxt.svg",
8
+ "github": "https://github.com/nuxt/a11y",
9
+ "website": "https://github.com/nuxt/a11y",
10
+ "learn_more": "",
11
+ "category": "Devtools",
12
+ "type": "official",
13
+ "maintainers": [
14
+ {
15
+ "name": "Tim Damen",
16
+ "github": "timdamen",
17
+ "twitter": "timdamen_io",
18
+ "bluesky": "timdamen.io"
19
+ },
20
+ {
21
+ "name": "Daniel Roe",
22
+ "github": "danielroe",
23
+ "twitter": "danielcroe",
24
+ "bluesky": "danielroe.dev"
25
+ }
26
+ ],
27
+ "compatibility": {
28
+ "nuxt": ">=3.0.0",
29
+ "requires": {}
30
+ }
31
+ },
2
32
  {
3
33
  "name": "ackee",
4
34
  "description": "Nuxt module for Ackee analytics",
@@ -13,12 +43,13 @@
13
43
  "maintainers": [
14
44
  {
15
45
  "name": "Serhii Bedrytskyi",
16
- "github": "bdrtsky"
46
+ "github": "bdrtsky",
47
+ "twitter": "serhii_be"
17
48
  },
18
49
  {
19
50
  "name": "Sébastien Chopin",
20
51
  "github": "Atinux",
21
- "twitter": "Atinux",
52
+ "twitter": "atinux",
22
53
  "bluesky": "atinux.com"
23
54
  }
24
55
  ],
@@ -77,7 +108,7 @@
77
108
  }
78
109
  ],
79
110
  "compatibility": {
80
- "nuxt": "^2.0.0 || >=3.0.0",
111
+ "nuxt": "^2.16.0 || >=3.0.0-rc.9",
81
112
  "requires": {
82
113
  "bridge": true
83
114
  }
@@ -120,7 +151,8 @@
120
151
  {
121
152
  "name": "Farnabaz",
122
153
  "github": "farnabaz",
123
- "twitter": "a_birang"
154
+ "twitter": "a_birang",
155
+ "bluesky": "farnabaz.dev"
124
156
  }
125
157
  ],
126
158
  "compatibility": {
@@ -147,7 +179,7 @@
147
179
  }
148
180
  ],
149
181
  "compatibility": {
150
- "nuxt": "^2.0.0 || >=3.0.0",
182
+ "nuxt": ">=3.0.0",
151
183
  "requires": {}
152
184
  }
153
185
  },
@@ -165,7 +197,8 @@
165
197
  "maintainers": [
166
198
  {
167
199
  "name": "tangjinzhou",
168
- "github": "tangjinzhou"
200
+ "github": "tangjinzhou",
201
+ "twitter": "tangjinzhou"
169
202
  }
170
203
  ],
171
204
  "compatibility": {
@@ -217,7 +250,7 @@
217
250
  }
218
251
  ],
219
252
  "compatibility": {
220
- "nuxt": ">=3.0.0",
253
+ "nuxt": ">=3.7.0",
221
254
  "requires": {}
222
255
  }
223
256
  },
@@ -236,7 +269,8 @@
236
269
  {
237
270
  "name": "rrd",
238
271
  "github": "rrd108",
239
- "twitter": "radharadhya"
272
+ "twitter": "radharadhya",
273
+ "bluesky": "rrd108.bsky.social"
240
274
  }
241
275
  ],
242
276
  "compatibility": {
@@ -379,7 +413,7 @@
379
413
  }
380
414
  ],
381
415
  "compatibility": {
382
- "nuxt": ">=3.0.0",
416
+ "nuxt": "^3.0.0",
383
417
  "requires": {}
384
418
  }
385
419
  },
@@ -405,6 +439,29 @@
405
439
  "requires": {}
406
440
  }
407
441
  },
442
+ {
443
+ "name": "askdoppler",
444
+ "description": "Monitor impressions coming from ChatGPT, Perplexity and others in your Nuxt app with this integration of Doppler.",
445
+ "repo": "askdoppler/doppler-js#main/nuxt",
446
+ "npm": "@askdoppler/nuxt",
447
+ "icon": "askdoppler.png",
448
+ "github": "https://github.com/askdoppler/doppler-js/tree/main/nuxt",
449
+ "website": "https://askdoppler.com",
450
+ "learn_more": "https://docs.askdoppler.com/integrations/nuxt",
451
+ "category": "SEO",
452
+ "type": "3rd-party",
453
+ "maintainers": [
454
+ {
455
+ "name": "maxime",
456
+ "github": "mdolr",
457
+ "twitter": "m_dolr"
458
+ }
459
+ ],
460
+ "compatibility": {
461
+ "nuxt": ">=3.0.0",
462
+ "requires": {}
463
+ }
464
+ },
408
465
  {
409
466
  "name": "auth-utils",
410
467
  "description": "Minimalist Auth module for Nuxt with SSR.",
@@ -420,7 +477,7 @@
420
477
  {
421
478
  "name": "Sébastien Chopin",
422
479
  "github": "atinux",
423
- "twitter": "Atinux",
480
+ "twitter": "atinux",
424
481
  "bluesky": "atinux.com"
425
482
  }
426
483
  ],
@@ -566,7 +623,8 @@
566
623
  {
567
624
  "name": "Takuma HANATANI",
568
625
  "github": "potato4d",
569
- "twitter": "potato4d"
626
+ "twitter": "potato4d",
627
+ "bluesky": "potato4d.bsky.social"
570
628
  }
571
629
  ],
572
630
  "compatibility": {
@@ -574,6 +632,50 @@
574
632
  "requires": {}
575
633
  }
576
634
  },
635
+ {
636
+ "name": "bcms",
637
+ "description": "Nuxt BCMS module",
638
+ "repo": "bcms/nuxt-module",
639
+ "npm": "@thebcms/nuxt",
640
+ "icon": "bcms.png",
641
+ "github": "https://github.com/bcms/nuxt-module",
642
+ "website": "https://thebcms.com",
643
+ "learn_more": "https://thebcms.com/docs/integrations/nuxt-js",
644
+ "category": "CMS",
645
+ "type": "3rd-party",
646
+ "maintainers": [
647
+ {
648
+ "name": "Branislav Vajagic",
649
+ "github": "bbanez"
650
+ }
651
+ ],
652
+ "compatibility": {
653
+ "nuxt": ">=3.0.0",
654
+ "requires": {}
655
+ }
656
+ },
657
+ {
658
+ "name": "betterstack",
659
+ "description": "A Nuxt module for integrating BetterStack into your Nuxt application",
660
+ "repo": "nicogenz/nuxt-betterstack",
661
+ "npm": "nuxt-betterstack",
662
+ "icon": "betterstack.svg",
663
+ "github": "https://github.com/nicogenz/nuxt-betterstack",
664
+ "website": "https://github.com/nicogenz/nuxt-betterstack",
665
+ "learn_more": "https://betterstack.com",
666
+ "category": "Extensions",
667
+ "type": "3rd-party",
668
+ "maintainers": [
669
+ {
670
+ "name": "Nico Genz",
671
+ "github": "nicogenz"
672
+ }
673
+ ],
674
+ "compatibility": {
675
+ "nuxt": ">=3.0.0",
676
+ "requires": {}
677
+ }
678
+ },
577
679
  {
578
680
  "name": "bootstrap",
579
681
  "description": "Add Bootstrap to your Nuxt app in seconds.",
@@ -673,7 +775,7 @@
673
775
  }
674
776
  ],
675
777
  "compatibility": {
676
- "nuxt": "^2.0.0 || >=3.0.0",
778
+ "nuxt": "^2.16.0 || >=3.0.0",
677
779
  "requires": {
678
780
  "bridge": true
679
781
  }
@@ -828,13 +930,14 @@
828
930
  "type": "3rd-party",
829
931
  "maintainers": [
830
932
  {
831
- "name": "Mehmet",
933
+ "name": "Wind",
832
934
  "github": "productdevbook",
833
- "twitter": "productdevbook"
935
+ "twitter": "productdevbook",
936
+ "bluesky": "productdevbook.com"
834
937
  }
835
938
  ],
836
939
  "compatibility": {
837
- "nuxt": ">=3.0.0",
940
+ "nuxt": ">=3.3.1",
838
941
  "requires": {}
839
942
  }
840
943
  },
@@ -884,6 +987,30 @@
884
987
  "requires": {}
885
988
  }
886
989
  },
990
+ {
991
+ "name": "clerk",
992
+ "description": "Clerk SDK for Nuxt",
993
+ "repo": "clerk/javascript#main/packages/nuxt",
994
+ "npm": "@clerk/nuxt",
995
+ "icon": "clerk.svg",
996
+ "github": "https://github.com/clerk/javascript/tree/main/packages/nuxt",
997
+ "website": "https://clerk.com/docs/references/nuxt/overview",
998
+ "learn_more": "https://clerk.com",
999
+ "category": "Security",
1000
+ "type": "3rd-party",
1001
+ "maintainers": [
1002
+ {
1003
+ "name": "Clerk",
1004
+ "github": "clerk",
1005
+ "twitter": "clerkdev",
1006
+ "bluesky": "clerk.com"
1007
+ }
1008
+ ],
1009
+ "compatibility": {
1010
+ "nuxt": ">=3.0.0",
1011
+ "requires": {}
1012
+ }
1013
+ },
887
1014
  {
888
1015
  "name": "client-init",
889
1016
  "description": "Provide client version of `nuxtServerInit`.",
@@ -899,7 +1026,8 @@
899
1026
  {
900
1027
  "name": "Takuma HANATANI",
901
1028
  "github": "potato4d",
902
- "twitter": "potato4d"
1029
+ "twitter": "potato4d",
1030
+ "bluesky": "potato4d.bsky.social"
903
1031
  }
904
1032
  ],
905
1033
  "compatibility": {
@@ -953,7 +1081,7 @@
953
1081
  }
954
1082
  ],
955
1083
  "compatibility": {
956
- "nuxt": ">=3.0.0",
1084
+ "nuxt": "^3.0.0",
957
1085
  "requires": {}
958
1086
  }
959
1087
  },
@@ -996,7 +1124,7 @@
996
1124
  {
997
1125
  "name": "Sébastien Chopin",
998
1126
  "github": "Atinux",
999
- "twitter": "Atinux",
1127
+ "twitter": "atinux",
1000
1128
  "bluesky": "atinux.com"
1001
1129
  }
1002
1130
  ],
@@ -1007,6 +1135,29 @@
1007
1135
  }
1008
1136
  }
1009
1137
  },
1138
+ {
1139
+ "name": "compodium",
1140
+ "description": "A plug an play component playground for Nuxt.",
1141
+ "repo": "romhml/compodium#main/packages/nuxt",
1142
+ "npm": "@compodium/nuxt",
1143
+ "icon": "compodium.svg",
1144
+ "github": "https://github.com/romhml/compodium",
1145
+ "website": "https://github.com/romhml/compodium",
1146
+ "learn_more": "",
1147
+ "category": "Devtools",
1148
+ "type": "3rd-party",
1149
+ "maintainers": [
1150
+ {
1151
+ "name": "Romain Hamel",
1152
+ "github": "romhml",
1153
+ "bluesky": "rohm.dev"
1154
+ }
1155
+ ],
1156
+ "compatibility": {
1157
+ "nuxt": ">=3.0.0",
1158
+ "requires": {}
1159
+ }
1160
+ },
1010
1161
  {
1011
1162
  "name": "component-cache",
1012
1163
  "description": "LRU component cache for vue components",
@@ -1078,9 +1229,32 @@
1078
1229
  "requires": {}
1079
1230
  }
1080
1231
  },
1232
+ {
1233
+ "name": "content-island",
1234
+ "description": "Content Island - A headless CMS that’s refreshingly simple",
1235
+ "repo": "content-island/nuxt-content-island",
1236
+ "npm": "@content-island/nuxt",
1237
+ "icon": "content-island.png",
1238
+ "github": "https://github.com/content-island/nuxt-content-island",
1239
+ "website": "https://contentisland.net/",
1240
+ "learn_more": "https://github.com/content-island/nuxt-content-island",
1241
+ "category": "CMS",
1242
+ "type": "3rd-party",
1243
+ "maintainers": [
1244
+ {
1245
+ "name": "nasdan",
1246
+ "github": "nasdan",
1247
+ "avatar": "https://avatars.githubusercontent.com/u/4374977?v=4"
1248
+ }
1249
+ ],
1250
+ "compatibility": {
1251
+ "nuxt": "^3.0.0",
1252
+ "requires": {}
1253
+ }
1254
+ },
1081
1255
  {
1082
1256
  "name": "content",
1083
- "description": "Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.",
1257
+ "description": "The file-based CMS with support for Markdown, YAML, JSON.",
1084
1258
  "repo": "nuxt/content#main",
1085
1259
  "npm": "@nuxt/content",
1086
1260
  "icon": "nuxt.svg",
@@ -1090,27 +1264,30 @@
1090
1264
  "category": "CMS",
1091
1265
  "type": "official",
1092
1266
  "maintainers": [
1093
- {
1094
- "name": "Yaël Guilloux",
1095
- "github": "Tahul",
1096
- "twitter": "yaeeelglx"
1097
- },
1098
1267
  {
1099
1268
  "name": "Farnabaz",
1100
1269
  "github": "farnabaz",
1101
- "twitter": "a_birang"
1270
+ "twitter": "a_birang",
1271
+ "bluesky": "farnabaz.dev"
1272
+ },
1273
+ {
1274
+ "name": "Baptiste Leproux",
1275
+ "github": "larbish",
1276
+ "twitter": "_larbish",
1277
+ "bluesky": "larbish.bsky.social"
1102
1278
  },
1103
1279
  {
1104
1280
  "name": "Sébastien Chopin",
1105
1281
  "github": "Atinux",
1106
- "twitter": "Atinux",
1282
+ "twitter": "atinux",
1107
1283
  "bluesky": "atinux.com"
1108
1284
  }
1109
1285
  ],
1110
1286
  "compatibility": {
1111
- "nuxt": "^2.0.0 || >=3.0.0",
1287
+ "nuxt": ">=3.0.0-rc.3",
1112
1288
  "requires": {}
1113
- }
1289
+ },
1290
+ "mcp": "https://content.nuxt.com/mcp"
1114
1291
  },
1115
1292
  {
1116
1293
  "name": "contentful",
@@ -1142,7 +1319,7 @@
1142
1319
  "icon": "contentstack.png",
1143
1320
  "github": "https://github.com/timbenniks/nuxt-contentstack",
1144
1321
  "website": "https://github.com/timbenniks/nuxt-contentstack",
1145
- "learn_more": "https://contentstack.com/",
1322
+ "learn_more": "https://community.contentstack.com/",
1146
1323
  "category": "CMS",
1147
1324
  "type": "3rd-party",
1148
1325
  "maintainers": [
@@ -1150,11 +1327,37 @@
1150
1327
  "name": "Tim Benniks",
1151
1328
  "github": "timbenniks",
1152
1329
  "twitter": "timbenniks",
1153
- "avatar": "https://avatars.githubusercontent.com/u/121096"
1330
+ "avatar": "https://avatars.githubusercontent.com/u/121096",
1331
+ "bluesky": "timbenniks.dev"
1332
+ }
1333
+ ],
1334
+ "compatibility": {
1335
+ "nuxt": ">=3.20.1",
1336
+ "requires": {},
1337
+ "devtools": "^0.0.0"
1338
+ }
1339
+ },
1340
+ {
1341
+ "name": "convex",
1342
+ "description": "Nuxt module for Convex - reactive backend with real-time sync, file storage, and auto-imports",
1343
+ "repo": "onmax/nuxt-convex",
1344
+ "npm": "nuxt-convex",
1345
+ "icon": "convex.svg",
1346
+ "github": "https://github.com/onmax/nuxt-convex",
1347
+ "website": "https://nuxt-convex.onmax.me",
1348
+ "learn_more": "https://docs.convex.dev",
1349
+ "category": "Database",
1350
+ "type": "3rd-party",
1351
+ "maintainers": [
1352
+ {
1353
+ "name": "Max",
1354
+ "github": "onmax",
1355
+ "twitter": "_onmax",
1356
+ "bluesky": "onmax.bsky.social"
1154
1357
  }
1155
1358
  ],
1156
1359
  "compatibility": {
1157
- "nuxt": "^3.12.0",
1360
+ "nuxt": ">=3.0.0",
1158
1361
  "requires": {}
1159
1362
  }
1160
1363
  },
@@ -1365,7 +1568,7 @@
1365
1568
  }
1366
1569
  ],
1367
1570
  "compatibility": {
1368
- "nuxt": "^2.0.0 || >=3.0.0",
1571
+ "nuxt": ">=3.5.0",
1369
1572
  "requires": {}
1370
1573
  }
1371
1574
  },
@@ -1388,13 +1591,13 @@
1388
1591
  }
1389
1592
  ],
1390
1593
  "compatibility": {
1391
- "nuxt": "^2.0.0 || >=3.0.0",
1594
+ "nuxt": "^2.16.0 || >=3.0.0",
1392
1595
  "requires": {}
1393
1596
  }
1394
1597
  },
1395
1598
  {
1396
1599
  "name": "devtools",
1397
- "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1600
+ "description": "Visual tools that help you to know your Nuxt application better.",
1398
1601
  "repo": "nuxt/devtools#main/packages/devtools",
1399
1602
  "npm": "@nuxt/devtools",
1400
1603
  "icon": "nuxt.svg",
@@ -1448,7 +1651,7 @@
1448
1651
  }
1449
1652
  ],
1450
1653
  "compatibility": {
1451
- "nuxt": ">=3.0.0",
1654
+ "nuxt": "^2.16.0 || >=3.0.0-rc.9",
1452
1655
  "requires": {},
1453
1656
  "devtools": "^0.0.0"
1454
1657
  }
@@ -1537,7 +1740,7 @@
1537
1740
  }
1538
1741
  ],
1539
1742
  "compatibility": {
1540
- "nuxt": "^3.0.0",
1743
+ "nuxt": ">=3.0.0",
1541
1744
  "requires": {}
1542
1745
  }
1543
1746
  },
@@ -1572,7 +1775,7 @@
1572
1775
  }
1573
1776
  ],
1574
1777
  "compatibility": {
1575
- "nuxt": "^2.0.0 || >=3.0.0",
1778
+ "nuxt": ">=3.7.0",
1576
1779
  "requires": {}
1577
1780
  }
1578
1781
  },
@@ -1635,11 +1838,12 @@
1635
1838
  "maintainers": [
1636
1839
  {
1637
1840
  "name": "Yue JIN",
1638
- "github": "kingyue737"
1841
+ "github": "kingyue737",
1842
+ "twitter": "kingyue737"
1639
1843
  }
1640
1844
  ],
1641
1845
  "compatibility": {
1642
- "nuxt": ">=3.0.0",
1846
+ "nuxt": ">=3.2.0",
1643
1847
  "requires": {}
1644
1848
  }
1645
1849
  },
@@ -1658,7 +1862,8 @@
1658
1862
  {
1659
1863
  "name": "Yaël Guilloux",
1660
1864
  "github": "Tahul",
1661
- "twitter": "yaeeelglx"
1865
+ "twitter": "yaeeelglx",
1866
+ "bluesky": "yael.dev"
1662
1867
  }
1663
1868
  ],
1664
1869
  "compatibility": {
@@ -1707,7 +1912,7 @@
1707
1912
  }
1708
1913
  ],
1709
1914
  "compatibility": {
1710
- "nuxt": ">=3.0.0",
1915
+ "nuxt": ">=3",
1711
1916
  "requires": {
1712
1917
  "bridge": "optional"
1713
1918
  }
@@ -1742,6 +1947,28 @@
1742
1947
  "requires": {}
1743
1948
  }
1744
1949
  },
1950
+ {
1951
+ "name": "es-toolkit",
1952
+ "description": "Es-toolkit auto import module for Nuxt",
1953
+ "repo": "bubblesortt/nuxt-es-toolkit",
1954
+ "npm": "@bubblesortt/nuxt-es-toolkit",
1955
+ "icon": "es-toolkit.png",
1956
+ "github": "https://github.com/bubblesortt/nuxt-es-toolkit",
1957
+ "website": "https://github.com/bubblesortt/nuxt-es-toolkit",
1958
+ "learn_more": "https://es-toolkit.dev/",
1959
+ "category": "Libraries",
1960
+ "type": "3rd-party",
1961
+ "maintainers": [
1962
+ {
1963
+ "name": "Alexandr Bychkin",
1964
+ "github": "bubblesortt"
1965
+ }
1966
+ ],
1967
+ "compatibility": {
1968
+ "nuxt": ">=3.0.0",
1969
+ "requires": {}
1970
+ }
1971
+ },
1745
1972
  {
1746
1973
  "name": "eslint-module",
1747
1974
  "description": "ESLint module for Nuxt",
@@ -1767,7 +1994,7 @@
1767
1994
  },
1768
1995
  {
1769
1996
  "name": "eslint",
1770
- "description": "All-in-one ESLint module for Nuxt, provides project-aware, easy-to-use, extensible and future-proof integrations.",
1997
+ "description": "Project-aware, easy-to-use, extensible and future-proof ESLint integration.",
1771
1998
  "repo": "nuxt/eslint",
1772
1999
  "npm": "@nuxt/eslint",
1773
2000
  "icon": "nuxt.svg",
@@ -1892,7 +2119,7 @@
1892
2119
  "maintainers": [
1893
2120
  {
1894
2121
  "name": "Alexander Lichter",
1895
- "github": "manniL",
2122
+ "github": "TheAlexLichter",
1896
2123
  "twitter": "TheAlexLichter",
1897
2124
  "bluesky": "thealexlichter.com"
1898
2125
  }
@@ -2012,7 +2239,7 @@
2012
2239
  }
2013
2240
  ],
2014
2241
  "compatibility": {
2015
- "nuxt": ">=3.0.0",
2242
+ "nuxt": ">=3.0.0-rc.6",
2016
2243
  "requires": {}
2017
2244
  }
2018
2245
  },
@@ -2040,14 +2267,14 @@
2040
2267
  },
2041
2268
  {
2042
2269
  "name": "fonts",
2043
- "description": "Plug-and-play web font optimization and configuration for Nuxt apps.",
2270
+ "description": "Add custom web fonts with performance in mind.",
2044
2271
  "repo": "nuxt/fonts",
2045
2272
  "npm": "@nuxt/fonts",
2046
2273
  "icon": "nuxt.svg",
2047
2274
  "github": "https://github.com/nuxt/fonts",
2048
2275
  "website": "https://fonts.nuxt.com",
2049
2276
  "learn_more": "",
2050
- "category": "Libraries",
2277
+ "category": "Fonts",
2051
2278
  "type": "official",
2052
2279
  "maintainers": [
2053
2280
  {
@@ -2081,7 +2308,7 @@
2081
2308
  }
2082
2309
  ],
2083
2310
  "compatibility": {
2084
- "nuxt": ">=3.7.0",
2311
+ "nuxt": ">=3",
2085
2312
  "requires": {}
2086
2313
  }
2087
2314
  },
@@ -2109,7 +2336,7 @@
2109
2336
  }
2110
2337
  ],
2111
2338
  "compatibility": {
2112
- "nuxt": ">=3.0.0",
2339
+ "nuxt": ">=3.0.0 <5.0.0",
2113
2340
  "requires": {}
2114
2341
  }
2115
2342
  },
@@ -2172,7 +2399,7 @@
2172
2399
  "maintainers": [
2173
2400
  {
2174
2401
  "name": "Alexander Lichter",
2175
- "github": "manniL",
2402
+ "github": "TheAlexLichter",
2176
2403
  "bluesky": "thealexlichter.com",
2177
2404
  "twitter": "TheAlexLichter"
2178
2405
  },
@@ -2182,7 +2409,7 @@
2182
2409
  }
2183
2410
  ],
2184
2411
  "compatibility": {
2185
- "nuxt": "^2.0.0 || >=3.0.0",
2412
+ "nuxt": "^2.15.0 || >=3.0.0",
2186
2413
  "requires": {}
2187
2414
  }
2188
2415
  },
@@ -2212,7 +2439,8 @@
2212
2439
  {
2213
2440
  "name": "Matteo Gabriele",
2214
2441
  "github": "MatteoGabriele",
2215
- "twitter": "matteo_gabriele"
2442
+ "twitter": "matteo_gabriele",
2443
+ "bluesky": "matteogabriele.bsky.social"
2216
2444
  }
2217
2445
  ],
2218
2446
  "compatibility": {
@@ -2325,7 +2553,7 @@
2325
2553
  }
2326
2554
  ],
2327
2555
  "compatibility": {
2328
- "nuxt": ">=3.0.0",
2556
+ "nuxt": ">=3.7.0",
2329
2557
  "requires": {}
2330
2558
  }
2331
2559
  },
@@ -2348,7 +2576,7 @@
2348
2576
  }
2349
2577
  ],
2350
2578
  "compatibility": {
2351
- "nuxt": "^2.0.0 || >=3.0.0",
2579
+ "nuxt": ">=3.0.0",
2352
2580
  "requires": {}
2353
2581
  }
2354
2582
  },
@@ -2396,7 +2624,7 @@
2396
2624
  }
2397
2625
  ],
2398
2626
  "compatibility": {
2399
- "nuxt": ">=3.0.0",
2627
+ "nuxt": ">=3.7.0",
2400
2628
  "requires": {}
2401
2629
  }
2402
2630
  },
@@ -2532,7 +2760,7 @@
2532
2760
  "name": "Lucas Portet",
2533
2761
  "github": "l-portet",
2534
2762
  "avatar": "https://avatars.githubusercontent.com/u/34057690?v=4",
2535
- "twitter": "lucasportet"
2763
+ "twitter": "lukecarry_"
2536
2764
  }
2537
2765
  ],
2538
2766
  "compatibility": {
@@ -2584,6 +2812,30 @@
2584
2812
  "requires": {}
2585
2813
  }
2586
2814
  },
2815
+ {
2816
+ "name": "hints",
2817
+ "description": "Nuxt module that shows hints for aspects of your application such as Performance, Security, and more!",
2818
+ "repo": "nuxt/hints",
2819
+ "npm": "@nuxt/hints",
2820
+ "icon": "nuxt.svg",
2821
+ "github": "https://github.com/nuxt/hints",
2822
+ "website": "https://github.com/nuxt/hints",
2823
+ "learn_more": "",
2824
+ "category": "Devtools",
2825
+ "type": "official",
2826
+ "maintainers": [
2827
+ {
2828
+ "name": "Julien Huang",
2829
+ "github": "huang-julien",
2830
+ "twitter": "JulienHuang_dev",
2831
+ "bluesky": "julienhuang-dev.bsky.social"
2832
+ }
2833
+ ],
2834
+ "compatibility": {
2835
+ "nuxt": ">=3.0.0",
2836
+ "requires": {}
2837
+ }
2838
+ },
2587
2839
  {
2588
2840
  "name": "history-state",
2589
2841
  "description": "Nuxt module to backup or restore historical states",
@@ -2671,7 +2923,7 @@
2671
2923
  }
2672
2924
  ],
2673
2925
  "compatibility": {
2674
- "nuxt": "^2.0.0 || >=3.0.0",
2926
+ "nuxt": "^2.0.0 || >=3.0.0-rc.7",
2675
2927
  "requires": {
2676
2928
  "bridge": "optional"
2677
2929
  }
@@ -2698,7 +2950,7 @@
2698
2950
  {
2699
2951
  "name": "Sébastien Chopin",
2700
2952
  "github": "Atinux",
2701
- "twitter": "Atinux",
2953
+ "twitter": "atinux",
2702
2954
  "bluesky": "atinux.com"
2703
2955
  }
2704
2956
  ],
@@ -2722,13 +2974,14 @@
2722
2974
  {
2723
2975
  "name": "Sébastien Chopin",
2724
2976
  "github": "Atinux",
2725
- "twitter": "Atinux",
2977
+ "twitter": "atinux",
2726
2978
  "bluesky": "atinux.com"
2727
2979
  },
2728
2980
  {
2729
2981
  "name": "Farnabaz",
2730
2982
  "github": "farnabaz",
2731
- "twitter": "a_birang"
2983
+ "twitter": "a_birang",
2984
+ "bluesky": "farnabaz.dev"
2732
2985
  },
2733
2986
  {
2734
2987
  "name": "Sylvain Marroufin",
@@ -2747,7 +3000,8 @@
2747
3000
  "compatibility": {
2748
3001
  "nuxt": ">=3.0.0",
2749
3002
  "requires": {}
2750
- }
3003
+ },
3004
+ "mcp": "https://hub.nuxt.com/mcp"
2751
3005
  },
2752
3006
  {
2753
3007
  "name": "humans-txt",
@@ -2802,7 +3056,7 @@
2802
3056
  }
2803
3057
  ],
2804
3058
  "compatibility": {
2805
- "nuxt": "^2.0.0 || >=3.0.0",
3059
+ "nuxt": ">=3.0.0-rc.11",
2806
3060
  "requires": {}
2807
3061
  }
2808
3062
  },
@@ -2866,7 +3120,7 @@
2866
3120
  {
2867
3121
  "name": "Sébastien Chopin",
2868
3122
  "github": "Atinux",
2869
- "twitter": "Atinux",
3123
+ "twitter": "atinux",
2870
3124
  "bluesky": "atinux.com"
2871
3125
  },
2872
3126
  {
@@ -2928,7 +3182,7 @@
2928
3182
  },
2929
3183
  {
2930
3184
  "name": "image",
2931
- "description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
3185
+ "description": "Add images with progressive processing, lazy-loading, resizing and providers support.",
2932
3186
  "repo": "nuxt/image",
2933
3187
  "npm": "@nuxt/image",
2934
3188
  "icon": "nuxt.svg",
@@ -2941,7 +3195,8 @@
2941
3195
  {
2942
3196
  "name": "Farnabaz",
2943
3197
  "github": "farnabaz",
2944
- "twitter": "a_birang"
3198
+ "twitter": "a_birang",
3199
+ "bluesky": "farnabaz.dev"
2945
3200
  },
2946
3201
  {
2947
3202
  "name": "Daniel Roe",
@@ -2958,16 +3213,17 @@
2958
3213
  {
2959
3214
  "name": "Sébastien Chopin",
2960
3215
  "github": "Atinux",
2961
- "twitter": "Atinux",
3216
+ "twitter": "atinux",
2962
3217
  "bluesky": "atinux.com"
2963
3218
  }
2964
3219
  ],
2965
3220
  "compatibility": {
2966
- "nuxt": "^2.0.0 || >=3.0.0",
3221
+ "nuxt": ">=3.1.0",
2967
3222
  "requires": {
2968
3223
  "bridge": "optional"
2969
3224
  }
2970
- }
3225
+ },
3226
+ "mcp": "https://image.nuxt.com/mcp"
2971
3227
  },
2972
3228
  {
2973
3229
  "name": "imagemin",
@@ -2995,8 +3251,8 @@
2995
3251
  {
2996
3252
  "name": "inkline",
2997
3253
  "description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
2998
- "repo": "inkline/inkline#main/packages/integrations/plugin",
2999
- "npm": "@inkline/plugin",
3254
+ "repo": "inkline/inkline",
3255
+ "npm": "inkline",
3000
3256
  "icon": "inkline.svg",
3001
3257
  "github": "https://github.com/inkline/inkline",
3002
3258
  "website": "https://inkline.io",
@@ -3058,6 +3314,29 @@
3058
3314
  "bluesky": "danielroe.dev"
3059
3315
  }
3060
3316
  ],
3317
+ "compatibility": {
3318
+ "nuxt": ">=3.0.0-rc.12",
3319
+ "requires": {}
3320
+ }
3321
+ },
3322
+ {
3323
+ "name": "izi-toast",
3324
+ "description": "Elegant, responsive, and lightweight toast notification module for Nuxt 3 using iziToast. Supports auto-imported composables and full customization.",
3325
+ "repo": "stephenjason89/nuxt-toast",
3326
+ "npm": "nuxt-toast",
3327
+ "icon": "toast.png",
3328
+ "github": "https://github.com/stephenjason89/nuxt-toast",
3329
+ "website": "https://github.com/stephenjason89/nuxt-toast",
3330
+ "learn_more": "https://marcelodolza.github.io/iziToast/",
3331
+ "category": "Libraries",
3332
+ "type": "3rd-party",
3333
+ "maintainers": [
3334
+ {
3335
+ "name": "Stephen Jason Wang",
3336
+ "github": "stephenjason89",
3337
+ "twitter": "stephenjason89"
3338
+ }
3339
+ ],
3061
3340
  "compatibility": {
3062
3341
  "nuxt": ">=3.0.0",
3063
3342
  "requires": {}
@@ -3081,7 +3360,7 @@
3081
3360
  }
3082
3361
  ],
3083
3362
  "compatibility": {
3084
- "nuxt": "^2.0.0 || >=3.0.0",
3363
+ "nuxt": "^3.0.0",
3085
3364
  "requires": {}
3086
3365
  }
3087
3366
  },
@@ -3103,7 +3382,7 @@
3103
3382
  }
3104
3383
  ],
3105
3384
  "compatibility": {
3106
- "nuxt": "^3.0.0",
3385
+ "nuxt": ">=3.0.0",
3107
3386
  "requires": {}
3108
3387
  }
3109
3388
  },
@@ -3159,11 +3438,35 @@
3159
3438
  },
3160
3439
  "sponsor": true
3161
3440
  },
3441
+ {
3442
+ "name": "kongponents",
3443
+ "description": "Kong Component library",
3444
+ "repo": "kong/kongponents",
3445
+ "npm": "@kong/kongponents",
3446
+ "icon": "kong.svg",
3447
+ "github": "https://github.com/Kong/kongponents/tree/main/nuxt",
3448
+ "website": "https://kongponents.konghq.com/",
3449
+ "learn_more": "https://kongponents.konghq.com/guide/usage.html#nuxt-module",
3450
+ "category": "UI",
3451
+ "type": "3rd-party",
3452
+ "maintainers": [
3453
+ {
3454
+ "name": "Kong",
3455
+ "github": "Kong",
3456
+ "twitter": "kong"
3457
+ }
3458
+ ],
3459
+ "compatibility": {
3460
+ "nuxt": ">=3.0.0",
3461
+ "requires": {},
3462
+ "devtools": "^0.0.0"
3463
+ }
3464
+ },
3162
3465
  {
3163
3466
  "name": "kql",
3164
3467
  "description": "Nuxt module for Kirby's Query Language API",
3165
3468
  "repo": "johannschopplich/nuxt-kql",
3166
- "npm": "nuxt-kql",
3469
+ "npm": "nuxt-kirby",
3167
3470
  "icon": "kql.svg",
3168
3471
  "github": "https://github.com/johannschopplich/nuxt-kql",
3169
3472
  "website": "https://nuxt-kql.byjohann.dev/",
@@ -3179,7 +3482,7 @@
3179
3482
  }
3180
3483
  ],
3181
3484
  "compatibility": {
3182
- "nuxt": ">=3.0.0",
3485
+ "nuxt": ">=4.0.0",
3183
3486
  "requires": {}
3184
3487
  }
3185
3488
  },
@@ -3265,11 +3568,36 @@
3265
3568
  {
3266
3569
  "name": "Gugustinette",
3267
3570
  "github": "Gugustinette",
3268
- "twitter": "gugustinette"
3571
+ "twitter": "gugustinette",
3572
+ "bluesky": "gugustinette.com"
3269
3573
  }
3270
3574
  ],
3271
3575
  "compatibility": {
3272
- "nuxt": "^3.0.0",
3576
+ "nuxt": ">=3.0.0",
3577
+ "requires": {}
3578
+ }
3579
+ },
3580
+ {
3581
+ "name": "lettermint",
3582
+ "description": "Nuxt module for sending emails with Lettermint",
3583
+ "repo": "lettermint/nuxt-lettermint",
3584
+ "npm": "nuxt-lettermint",
3585
+ "icon": "lettermint.svg",
3586
+ "github": "https://github.com/lettermint/nuxt-lettermint",
3587
+ "website": "https://github.com/lettermint/nuxt-lettermint",
3588
+ "learn_more": "https://lettermint.co",
3589
+ "category": "Extensions",
3590
+ "type": "3rd-party",
3591
+ "maintainers": [
3592
+ {
3593
+ "name": "lettermint",
3594
+ "github": "lettermint",
3595
+ "twitter": "lettermintco",
3596
+ "bluesky": "lettermint.co"
3597
+ }
3598
+ ],
3599
+ "compatibility": {
3600
+ "nuxt": ">=3.0.0",
3273
3601
  "requires": {}
3274
3602
  }
3275
3603
  },
@@ -3293,11 +3621,41 @@
3293
3621
  }
3294
3622
  ],
3295
3623
  "compatibility": {
3296
- "nuxt": ">=3.0.0",
3624
+ "nuxt": ">=3.9.0",
3297
3625
  "requires": {},
3298
3626
  "devtools": "^0.0.0"
3299
3627
  }
3300
3628
  },
3629
+ {
3630
+ "name": "llms",
3631
+ "description": "Generate llms.txt documentation for your Nuxt application",
3632
+ "repo": "nuxtlabs/nuxt-llms",
3633
+ "npm": "nuxt-llms",
3634
+ "icon": "llms.png",
3635
+ "github": "https://github.com/nuxtlabs/nuxt-llms",
3636
+ "website": "https://github.com/nuxtlabs/nuxt-llms",
3637
+ "learn_more": "",
3638
+ "category": "AI",
3639
+ "type": "3rd-party",
3640
+ "maintainers": [
3641
+ {
3642
+ "name": "Farnabaz",
3643
+ "github": "farnabaz",
3644
+ "twitter": "a_birang",
3645
+ "bluesky": "farnabaz.dev"
3646
+ },
3647
+ {
3648
+ "name": "Sébastien Chopin",
3649
+ "github": "Atinux",
3650
+ "twitter": "atinux",
3651
+ "bluesky": "atinux.com"
3652
+ }
3653
+ ],
3654
+ "compatibility": {
3655
+ "nuxt": "^3.0.0",
3656
+ "requires": {}
3657
+ }
3658
+ },
3301
3659
  {
3302
3660
  "name": "localforage",
3303
3661
  "description": "LocalForage is a fast and simple storage library for JavaScript",
@@ -3392,7 +3750,7 @@
3392
3750
  }
3393
3751
  ],
3394
3752
  "compatibility": {
3395
- "nuxt": ">=3.0.0",
3753
+ "nuxt": "^3.0.0",
3396
3754
  "requires": {}
3397
3755
  }
3398
3756
  },
@@ -3444,12 +3802,36 @@
3444
3802
  "sponsor": true
3445
3803
  },
3446
3804
  {
3447
- "name": "lucide-icons",
3448
- "description": "Nuxt module to integrate Lucide icons",
3449
- "repo": "swisnl/nuxt-lucide-icons",
3450
- "npm": "nuxt-lucide-icons",
3451
- "icon": "lucide-icons.svg",
3452
- "github": "https://github.com/swisnl/nuxt-lucide-icons",
3805
+ "name": "lottie",
3806
+ "description": "Easily integrate Lottie animations into your Nuxt App.",
3807
+ "repo": "volkanakkus/nuxt-lottie",
3808
+ "npm": "nuxt-lottie",
3809
+ "icon": "lottie.png",
3810
+ "github": "https://github.com/volkanakkus/nuxt-lottie",
3811
+ "website": "https://github.com/volkanakkus/nuxt-lottie",
3812
+ "learn_more": "https://github.com/volkanakkus/nuxt-lottie/blob/main/README.md",
3813
+ "category": "UI",
3814
+ "type": "3rd-party",
3815
+ "maintainers": [
3816
+ {
3817
+ "name": "Volkan Akkuş",
3818
+ "github": "volkanakkus",
3819
+ "avatar": "https://avatars.githubusercontent.com/volkanakkus",
3820
+ "twitter": "volkanakks"
3821
+ }
3822
+ ],
3823
+ "compatibility": {
3824
+ "nuxt": ">=3.0.0",
3825
+ "requires": {}
3826
+ }
3827
+ },
3828
+ {
3829
+ "name": "lucide-icons",
3830
+ "description": "Nuxt module to integrate Lucide icons",
3831
+ "repo": "swisnl/nuxt-lucide-icons",
3832
+ "npm": "nuxt-lucide-icons",
3833
+ "icon": "lucide-icons.svg",
3834
+ "github": "https://github.com/swisnl/nuxt-lucide-icons",
3453
3835
  "website": "https://github.com/swisnl/nuxt-lucide-icons",
3454
3836
  "learn_more": "",
3455
3837
  "category": "UI",
@@ -3465,7 +3847,7 @@
3465
3847
  }
3466
3848
  ],
3467
3849
  "compatibility": {
3468
- "nuxt": ">=3.0.0",
3850
+ "nuxt": ">=3.3.0",
3469
3851
  "requires": {}
3470
3852
  }
3471
3853
  },
@@ -3515,6 +3897,30 @@
3515
3897
  "requires": {}
3516
3898
  }
3517
3899
  },
3900
+ {
3901
+ "name": "mailchannels",
3902
+ "description": "Simple MailChannels Email API integration for Nuxt",
3903
+ "repo": "yizack/nuxt-mailchannels",
3904
+ "npm": "nuxt-mailchannels",
3905
+ "icon": "mailchannels.svg",
3906
+ "github": "https://github.com/Yizack/nuxt-mailchannels",
3907
+ "website": "https://github.com/Yizack/nuxt-mailchannels",
3908
+ "learn_more": "https://www.mailchannels.com/email-api/",
3909
+ "category": "Extensions",
3910
+ "type": "3rd-party",
3911
+ "maintainers": [
3912
+ {
3913
+ "name": "Yizack Rangel",
3914
+ "github": "yizack",
3915
+ "twitter": "YizackR",
3916
+ "bluesky": "yizack.com"
3917
+ }
3918
+ ],
3919
+ "compatibility": {
3920
+ "nuxt": ">=3.0.0",
3921
+ "requires": {}
3922
+ }
3923
+ },
3518
3924
  {
3519
3925
  "name": "mailpit",
3520
3926
  "description": "Integrates Mailpit web UI in Nuxt devtools",
@@ -3610,11 +4016,11 @@
3610
4016
  },
3611
4017
  {
3612
4018
  "name": "maz-ui",
3613
- "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3614
- "repo": "louismazel/maz-ui#master/packages/lib",
3615
- "npm": "maz-ui",
4019
+ "description": "A modern Vue.js UI library with auto-import components, plugins, and composables designed for seamless Nuxt integration and enhanced developer experience.",
4020
+ "repo": "louismazel/maz-ui#master/packages/nuxt",
4021
+ "npm": "@maz-ui/nuxt",
3616
4022
  "icon": "maz-ui.png",
3617
- "github": "https://github.com/louismazel/maz-ui",
4023
+ "github": "https://github.com/LouisMazel/maz-ui/tree/master/packages/nuxt",
3618
4024
  "website": "https://maz-ui.com/",
3619
4025
  "learn_more": "https://maz-ui.com/guide/nuxt",
3620
4026
  "category": "UI",
@@ -3631,6 +4037,31 @@
3631
4037
  "requires": {}
3632
4038
  }
3633
4039
  },
4040
+ {
4041
+ "name": "mcp-toolkit",
4042
+ "description": "Create MCP servers directly in your Nuxt application with zero configuration.",
4043
+ "repo": "nuxt-modules/mcp-toolkit#main/packages/nuxt-mcp-toolkit",
4044
+ "npm": "@nuxtjs/mcp-toolkit",
4045
+ "icon": "mcp-toolkit.png",
4046
+ "github": "https://github.com/nuxt-modules/mcp-toolkit/tree/main/packages/nuxt-mcp-toolkit",
4047
+ "website": "https://mcp-toolkit.nuxt.dev/getting-started/installation",
4048
+ "learn_more": "",
4049
+ "category": "AI",
4050
+ "type": "community",
4051
+ "maintainers": [
4052
+ {
4053
+ "name": "Hugo",
4054
+ "github": "HugoRCD",
4055
+ "twitter": "hugorcd",
4056
+ "bluesky": "hrcd.fr"
4057
+ }
4058
+ ],
4059
+ "compatibility": {
4060
+ "nuxt": ">=3.0.0",
4061
+ "requires": {}
4062
+ },
4063
+ "mcp": "https://mcp-toolkit.nuxt.dev/mcp"
4064
+ },
3634
4065
  {
3635
4066
  "name": "mdc",
3636
4067
  "description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
@@ -3646,7 +4077,8 @@
3646
4077
  {
3647
4078
  "name": "Farnabaz",
3648
4079
  "github": "farnabaz",
3649
- "twitter": "a_birang"
4080
+ "twitter": "a_birang",
4081
+ "bluesky": "farnabaz.dev"
3650
4082
  }
3651
4083
  ],
3652
4084
  "compatibility": {
@@ -3681,7 +4113,7 @@
3681
4113
  "name": "medusa",
3682
4114
  "description": "Easily connect to Medusa from your Nuxt application",
3683
4115
  "repo": "Baroshem/nuxt-medusa",
3684
- "npm": "nuxt-medusa",
4116
+ "npm": "@nuxtjs/medusa",
3685
4117
  "icon": "medusa.svg",
3686
4118
  "github": "https://github.com/Baroshem/nuxt-medusa/",
3687
4119
  "website": "https://nuxt-medusa.vercel.app/",
@@ -3794,7 +4226,7 @@
3794
4226
  }
3795
4227
  ],
3796
4228
  "compatibility": {
3797
- "nuxt": "^2.0.0 || >=3.0.0",
4229
+ "nuxt": ">=3.0.0",
3798
4230
  "requires": {}
3799
4231
  }
3800
4232
  },
@@ -3910,7 +4342,7 @@
3910
4342
  "maintainers": [
3911
4343
  {
3912
4344
  "name": "Alexander Lichter",
3913
- "github": "manniL",
4345
+ "github": "TheAlexLichter",
3914
4346
  "twitter": "TheAlexLichter",
3915
4347
  "bluesky": "thealexlichter.com"
3916
4348
  }
@@ -3966,6 +4398,30 @@
3966
4398
  "requires": {}
3967
4399
  }
3968
4400
  },
4401
+ {
4402
+ "name": "nitro-graphql",
4403
+ "description": "A standalone Nitro module that integrates GraphQL servers into any Nitro application with automatic type generation, file watching, and seamless framework integration.",
4404
+ "repo": "productdevbook/nitro-graphql",
4405
+ "npm": "nitro-graphql",
4406
+ "icon": "",
4407
+ "github": "https://github.com/productdevbook/nitro-graphql",
4408
+ "website": "https://github.com/productdevbook/nitro-graphql",
4409
+ "learn_more": "",
4410
+ "category": "Request",
4411
+ "type": "3rd-party",
4412
+ "maintainers": [
4413
+ {
4414
+ "name": "Wind",
4415
+ "github": "productdevbook",
4416
+ "twitter": "productdevbook",
4417
+ "bluesky": "productdevbook.com"
4418
+ }
4419
+ ],
4420
+ "compatibility": {
4421
+ "nuxt": "^3.0.0",
4422
+ "requires": {}
4423
+ }
4424
+ },
3969
4425
  {
3970
4426
  "name": "nodemailer",
3971
4427
  "description": "Nuxt integration for nodemailer",
@@ -3974,7 +4430,7 @@
3974
4430
  "icon": "nodemailer.png",
3975
4431
  "github": "https://github.com/kleinpetr/nuxt-nodemailer",
3976
4432
  "website": "https://github.com/kleinpetr/nuxt-nodemailer",
3977
- "learn_more": "https://www.nodemailer.com/",
4433
+ "learn_more": "https://nodemailer.com/",
3978
4434
  "category": "Extensions",
3979
4435
  "type": "3rd-party",
3980
4436
  "maintainers": [
@@ -4032,6 +4488,30 @@
4032
4488
  "requires": {}
4033
4489
  }
4034
4490
  },
4491
+ {
4492
+ "name": "nuxt-aidbase",
4493
+ "description": "Easily integrate Aidbase into your Nuxt app.",
4494
+ "repo": "Mokkapps/nuxt-aidbase",
4495
+ "npm": "nuxt-aidbase",
4496
+ "icon": "nuxt-aidbase.png",
4497
+ "github": "https://github.com/Mokkapps/nuxt-aidbase",
4498
+ "website": "https://github.com/Mokkapps/nuxt-aidbase",
4499
+ "learn_more": "https://github.com/Mokkapps/nuxt-aidbase",
4500
+ "category": "Libraries",
4501
+ "type": "3rd-party",
4502
+ "maintainers": [
4503
+ {
4504
+ "name": "Michael Hoffmann",
4505
+ "github": "Mokkapps",
4506
+ "twitter": "mokkapps",
4507
+ "avatar": "https://avatars.githubusercontent.com/u/3127210?v=4"
4508
+ }
4509
+ ],
4510
+ "compatibility": {
4511
+ "nuxt": ">=3.0.0",
4512
+ "requires": {}
4513
+ }
4514
+ },
4035
4515
  {
4036
4516
  "name": "nuxt-anchorscroll",
4037
4517
  "description": "Scroll to top and to anchor support for Nuxt",
@@ -4054,6 +4534,29 @@
4054
4534
  "requires": {}
4055
4535
  }
4056
4536
  },
4537
+ {
4538
+ "name": "nuxt-anime",
4539
+ "description": "Nuxt module for Anime.js",
4540
+ "repo": "Enternikot/NuxtAnime",
4541
+ "npm": "nuxt-anime",
4542
+ "icon": "nuxt-anime.png",
4543
+ "github": "https://github.com/Enternikot/NuxtAnime",
4544
+ "website": "https://nuxtanime.vercel.app/",
4545
+ "learn_more": "https://animejs.com/",
4546
+ "category": "Libraries",
4547
+ "type": "3rd-party",
4548
+ "maintainers": [
4549
+ {
4550
+ "name": "Sebastian Gebhardt",
4551
+ "github": "Enternikot",
4552
+ "avatar": "https://avatars.githubusercontent.com/u/47455848?v=4"
4553
+ }
4554
+ ],
4555
+ "compatibility": {
4556
+ "nuxt": ">=3.0.0",
4557
+ "requires": {}
4558
+ }
4559
+ },
4057
4560
  {
4058
4561
  "name": "nuxt-asciidoc",
4059
4562
  "description": "Transformer for using asciidoc in nuxt",
@@ -4084,8 +4587,8 @@
4084
4587
  "npm": "nuxt-auth-sanctum",
4085
4588
  "icon": "laravel.svg",
4086
4589
  "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
4087
- "website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
4088
- "learn_more": "https://laravel.com/docs/11.x/sanctum",
4590
+ "website": "https://sanctum.manchenkoff.me",
4591
+ "learn_more": "https://laravel.com/docs/12.x/sanctum",
4089
4592
  "category": "Security",
4090
4593
  "type": "3rd-party",
4091
4594
  "maintainers": [
@@ -4169,7 +4672,7 @@
4169
4672
  }
4170
4673
  ],
4171
4674
  "compatibility": {
4172
- "nuxt": ">=3.0.0",
4675
+ "nuxt": ">=3.13.1",
4173
4676
  "requires": {},
4174
4677
  "devtools": "^0.0.0"
4175
4678
  }
@@ -4196,6 +4699,30 @@
4196
4699
  "requires": {}
4197
4700
  }
4198
4701
  },
4702
+ {
4703
+ "name": "nuxt-charts",
4704
+ "description": "Nuxt module for vue-chrts",
4705
+ "repo": "dennisadriaans/vue-chrts#main/packages/nuxt",
4706
+ "npm": "nuxt-charts",
4707
+ "icon": "nuxt-charts.svg",
4708
+ "github": "https://github.com/dennisadriaans/vue-chrts",
4709
+ "website": "https://nuxtcharts.com/",
4710
+ "learn_more": "https://nuxtcharts.com/docs",
4711
+ "category": "UI",
4712
+ "type": "3rd-party",
4713
+ "maintainers": [
4714
+ {
4715
+ "name": "Dennis Adriaansen",
4716
+ "github": "dennisadriaans",
4717
+ "avatar": "https://avatars.githubusercontent.com/dennisadriaans",
4718
+ "twitter": "DennisAdriaans"
4719
+ }
4720
+ ],
4721
+ "compatibility": {
4722
+ "nuxt": ">=3.0.0",
4723
+ "requires": {}
4724
+ }
4725
+ },
4199
4726
  {
4200
4727
  "name": "nuxt-chatgpt",
4201
4728
  "description": "ChatGPT integration for Nuxt",
@@ -4214,7 +4741,7 @@
4214
4741
  }
4215
4742
  ],
4216
4743
  "compatibility": {
4217
- "nuxt": ">=3.0.0",
4744
+ "nuxt": ">=3.0.0 <5.0.0",
4218
4745
  "requires": {}
4219
4746
  }
4220
4747
  },
@@ -4241,6 +4768,51 @@
4241
4768
  "requires": {}
4242
4769
  }
4243
4770
  },
4771
+ {
4772
+ "name": "nuxt-color-picker",
4773
+ "description": "A module that adds a convenient, customizable ColorPicker component to select colors in your application.",
4774
+ "repo": "lorexiq/nuxt-color-picker",
4775
+ "npm": "nuxt-color-picker",
4776
+ "icon": "nuxt-color-picker.png",
4777
+ "github": "https://github.com/LorexIQ/nuxt-color-picker",
4778
+ "website": "https://nuxt-color-picker.nuxt.dev/",
4779
+ "learn_more": "",
4780
+ "category": "UI",
4781
+ "type": "3rd-party",
4782
+ "maintainers": [
4783
+ {
4784
+ "name": "Dmitry Murashko",
4785
+ "github": "LorexIQ",
4786
+ "avatar": "https://avatars.githubusercontent.com/lorexiq?v=4"
4787
+ }
4788
+ ],
4789
+ "compatibility": {
4790
+ "nuxt": "^3.0.0",
4791
+ "requires": {}
4792
+ }
4793
+ },
4794
+ {
4795
+ "name": "nuxt-componentsbook-module",
4796
+ "description": "Storybook-like experience for Nuxt components",
4797
+ "repo": "s00d/nuxt-componentsbook-module",
4798
+ "npm": "nuxt-componentsbook-module",
4799
+ "icon": "nuxt-componentsbook-module.png",
4800
+ "github": "https://github.com/s00d/nuxt-componentsbook-module",
4801
+ "website": "https://github.com/s00d/nuxt-componentsbook-module",
4802
+ "learn_more": "https://www.npmjs.com/package/nuxt-componentsbook-module",
4803
+ "category": "Extensions",
4804
+ "type": "3rd-party",
4805
+ "maintainers": [
4806
+ {
4807
+ "name": "Pavel Kuzmin",
4808
+ "github": "s00d"
4809
+ }
4810
+ ],
4811
+ "compatibility": {
4812
+ "nuxt": ">=3.0.0",
4813
+ "requires": {}
4814
+ }
4815
+ },
4244
4816
  {
4245
4817
  "name": "nuxt-cookie-consent",
4246
4818
  "description": "Nuxt module for integrating with cookie consent providers with ease",
@@ -4271,14 +4843,38 @@
4271
4843
  "icon": "nuxt-coolify.svg",
4272
4844
  "github": "https://github.com/justserdar/nuxt-coolify",
4273
4845
  "website": "https://github.com/justserdar/nuxt-coolify",
4274
- "learn_more": "https://nuxt-coolify.justserdar.dev/",
4846
+ "learn_more": "",
4275
4847
  "category": "Request",
4276
4848
  "type": "3rd-party",
4277
4849
  "maintainers": [
4278
4850
  {
4279
- "name": "h+",
4851
+ "name": "Serdar Yerdelen",
4280
4852
  "github": "JustSerdar",
4281
- "twitter": "darwebdb"
4853
+ "twitter": "justserdardev"
4854
+ }
4855
+ ],
4856
+ "compatibility": {
4857
+ "nuxt": ">=3.0.0",
4858
+ "requires": {}
4859
+ }
4860
+ },
4861
+ {
4862
+ "name": "nuxt-email-renderer",
4863
+ "description": "A Nuxt module that provides high-quality, unstyled components & utils for creating emails using Vue and TypeScript.",
4864
+ "repo": "Mokkapps/nuxt-email-renderer",
4865
+ "npm": "nuxt-email-renderer",
4866
+ "icon": "",
4867
+ "github": "https://github.com/Mokkapps/nuxt-email-renderer",
4868
+ "website": "https://nuxtemail.com",
4869
+ "learn_more": "https://nuxtemail.com",
4870
+ "category": "Devtools",
4871
+ "type": "3rd-party",
4872
+ "maintainers": [
4873
+ {
4874
+ "name": "Michael Hoffmann",
4875
+ "github": "Mokkapps",
4876
+ "twitter": "mokkapps",
4877
+ "avatar": "https://avatars.githubusercontent.com/u/3127210?v=4"
4282
4878
  }
4283
4879
  ],
4284
4880
  "compatibility": {
@@ -4308,7 +4904,7 @@
4308
4904
  }
4309
4905
  ],
4310
4906
  "compatibility": {
4311
- "nuxt": ">=3.0.0",
4907
+ "nuxt": "^3.6.0",
4312
4908
  "requires": {}
4313
4909
  }
4314
4910
  },
@@ -4401,6 +4997,31 @@
4401
4997
  "requires": {}
4402
4998
  }
4403
4999
  },
5000
+ {
5001
+ "name": "nuxt-formisch",
5002
+ "description": "Formisch integration for Nuxt - schema-based, headless form library",
5003
+ "repo": "onmax/nuxt-formisch",
5004
+ "npm": "nuxt-formisch",
5005
+ "icon": "nuxt-formisch.svg",
5006
+ "github": "https://github.com/onmax/nuxt-formisch",
5007
+ "website": "https://github.com/onmax/nuxt-formisch",
5008
+ "learn_more": "",
5009
+ "category": "Libraries",
5010
+ "type": "3rd-party",
5011
+ "maintainers": [
5012
+ {
5013
+ "name": "Max",
5014
+ "github": "onmax",
5015
+ "avatar": "https://avatars.githubusercontent.com/u/22072217?v=4",
5016
+ "bluesky": "onmax.bsky.social",
5017
+ "twitter": "_onmax"
5018
+ }
5019
+ ],
5020
+ "compatibility": {
5021
+ "nuxt": "^3.0.0",
5022
+ "requires": {}
5023
+ }
5024
+ },
4404
5025
  {
4405
5026
  "name": "nuxt-fortify",
4406
5027
  "description": "Use Laravel fortify and sanctum with Nuxt",
@@ -4425,6 +5046,94 @@
4425
5046
  "requires": {}
4426
5047
  }
4427
5048
  },
5049
+ {
5050
+ "name": "nuxt-glaze",
5051
+ "description": "Glaze.dev module for Nuxt",
5052
+ "repo": "holux-design/nuxt-glaze",
5053
+ "npm": "nuxt-glaze",
5054
+ "icon": "nuxt-glaze.png",
5055
+ "github": "https://github.com/holux-design/nuxt-glaze",
5056
+ "website": "https://glaze.dev",
5057
+ "learn_more": "",
5058
+ "category": "Libraries",
5059
+ "type": "3rd-party",
5060
+ "maintainers": [
5061
+ {
5062
+ "name": "Lukas Hofstätter",
5063
+ "github": "holux-design"
5064
+ }
5065
+ ],
5066
+ "compatibility": {
5067
+ "nuxt": ">=3.0.0",
5068
+ "requires": {}
5069
+ }
5070
+ },
5071
+ {
5072
+ "name": "nuxt-google-auth",
5073
+ "description": "Google Identity Services integration for Nuxt 3 & 4 with a simple composable and button component.",
5074
+ "repo": "go-fireball/nuxt-google-auth",
5075
+ "npm": "nuxt-google-auth",
5076
+ "icon": "",
5077
+ "github": "https://github.com/go-fireball/nuxt-google-auth",
5078
+ "website": "https://github.com/go-fireball/nuxt-google-auth",
5079
+ "learn_more": "",
5080
+ "category": "Security",
5081
+ "type": "3rd-party",
5082
+ "maintainers": [
5083
+ {
5084
+ "name": "go-fireball",
5085
+ "github": "go-fireball"
5086
+ }
5087
+ ],
5088
+ "compatibility": {
5089
+ "nuxt": "^3.0.0 || ^4.0.0",
5090
+ "requires": {}
5091
+ }
5092
+ },
5093
+ {
5094
+ "name": "nuxt-gpt",
5095
+ "description": "Plug and Play ChatGPT for Nuxt.",
5096
+ "repo": "holux-design/nuxt-GPT",
5097
+ "npm": "nuxt-gpt",
5098
+ "icon": "nuxt-gpt.svg",
5099
+ "github": "https://github.com/holux-design/nuxt-GPT",
5100
+ "website": "https://nuxt-gpt-module.vercel.app/",
5101
+ "learn_more": "https://nuxt-gpt-module.vercel.app/usage/examples",
5102
+ "category": "Libraries",
5103
+ "type": "3rd-party",
5104
+ "maintainers": [
5105
+ {
5106
+ "name": "Lukas Hofstätter",
5107
+ "github": "holux-design"
5108
+ }
5109
+ ],
5110
+ "compatibility": {
5111
+ "nuxt": "^3.0.0",
5112
+ "requires": {}
5113
+ }
5114
+ },
5115
+ {
5116
+ "name": "nuxt-gql-pulse",
5117
+ "description": "A Nuxt 3 module for making GraphQL requests with ease, leveraging the power of Nuxt's composables and VueUse.",
5118
+ "repo": "Abbasmoe/nuxt-gql-pulse",
5119
+ "npm": "nuxt-gql-pulse",
5120
+ "icon": "nuxt-gql-pulse.png",
5121
+ "github": "https://github.com/Abbasmoe/nuxt-gql-pulse",
5122
+ "website": "https://github.com/Abbasmoe/nuxt-gql-pulse",
5123
+ "learn_more": "",
5124
+ "category": "Request",
5125
+ "type": "3rd-party",
5126
+ "maintainers": [
5127
+ {
5128
+ "name": "Abbas Mohamed",
5129
+ "github": "Abbasmoe"
5130
+ }
5131
+ ],
5132
+ "compatibility": {
5133
+ "nuxt": "^3.0.0 || ^4.0.0",
5134
+ "requires": {}
5135
+ }
5136
+ },
4428
5137
  {
4429
5138
  "name": "nuxt-graphql-middleware",
4430
5139
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -4450,7 +5159,7 @@
4450
5159
  }
4451
5160
  ],
4452
5161
  "compatibility": {
4453
- "nuxt": "^2.0.0 || >=3.0.0",
5162
+ "nuxt": ">=3.13.0",
4454
5163
  "requires": {}
4455
5164
  }
4456
5165
  },
@@ -4494,7 +5203,7 @@
4494
5203
  }
4495
5204
  ],
4496
5205
  "compatibility": {
4497
- "nuxt": ">=3.0.0",
5206
+ "nuxt": "^3.0.0",
4498
5207
  "requires": {},
4499
5208
  "devtools": "^0.0.0"
4500
5209
  }
@@ -4623,8 +5332,8 @@
4623
5332
  "npm": "nuxt-laravel-echo",
4624
5333
  "icon": "laravel.svg",
4625
5334
  "github": "https://github.com/manchenkoff/nuxt-laravel-echo",
4626
- "website": "https://manchenkoff.gitbook.io/nuxt-laravel-echo",
4627
- "learn_more": "https://laravel.com/docs/11.x/broadcasting",
5335
+ "website": "https://echo.manchenkoff.me",
5336
+ "learn_more": "https://laravel.com/docs/12.x/broadcasting",
4628
5337
  "category": "Libraries",
4629
5338
  "type": "3rd-party",
4630
5339
  "maintainers": [
@@ -4640,6 +5349,54 @@
4640
5349
  "requires": {}
4641
5350
  }
4642
5351
  },
5352
+ {
5353
+ "name": "nuxt-legacy",
5354
+ "description": "A Nuxt module for supporting legacy browsers.",
5355
+ "repo": "teages/nuxt-legacy",
5356
+ "npm": "@teages/nuxt-legacy",
5357
+ "icon": "nuxt-legacy.svg",
5358
+ "github": "https://github.com/teages/nuxt-legacy",
5359
+ "website": "https://github.com/teages/nuxt-legacy",
5360
+ "learn_more": "https://www.npmjs.com/package/@vitejs/plugin-legacy",
5361
+ "category": "Performance",
5362
+ "type": "3rd-party",
5363
+ "maintainers": [
5364
+ {
5365
+ "name": "Teages",
5366
+ "github": "teages",
5367
+ "twitter": "Teages_L",
5368
+ "bluesky": "teages.xyz"
5369
+ }
5370
+ ],
5371
+ "compatibility": {
5372
+ "nuxt": "^3.0.0 || >=4.0.3",
5373
+ "requires": {}
5374
+ }
5375
+ },
5376
+ {
5377
+ "name": "nuxt-listmonk",
5378
+ "description": "Nuxt module for Listmonk",
5379
+ "repo": "roncallyt/nuxt-listmonk",
5380
+ "npm": "nuxt-listmonk",
5381
+ "icon": "listmonk.svg",
5382
+ "github": "https://github.com/roncallyt/nuxt-listmonk",
5383
+ "website": "https://github.com/roncallyt/nuxt-listmonk",
5384
+ "learn_more": "https://listmonk.app/docs/",
5385
+ "category": "Extensions",
5386
+ "type": "3rd-party",
5387
+ "maintainers": [
5388
+ {
5389
+ "name": "Thomerson Roncally",
5390
+ "github": "roncallyt",
5391
+ "avatar": "https://avatars.githubusercontent.com/roncallyt",
5392
+ "twitter": "t7ndotdev"
5393
+ }
5394
+ ],
5395
+ "compatibility": {
5396
+ "nuxt": ">=3.0.0",
5397
+ "requires": {}
5398
+ }
5399
+ },
4643
5400
  {
4644
5401
  "name": "nuxt-localtunnel",
4645
5402
  "description": "Exposes your Nuxt localhost to the world automatically.",
@@ -4659,7 +5416,7 @@
4659
5416
  }
4660
5417
  ],
4661
5418
  "compatibility": {
4662
- "nuxt": ">=3.0.0",
5419
+ "nuxt": "^3.0.0",
4663
5420
  "requires": {}
4664
5421
  }
4665
5422
  },
@@ -4746,11 +5503,12 @@
4746
5503
  {
4747
5504
  "name": "Gugustinette",
4748
5505
  "github": "Gugustinette",
4749
- "twitter": "gugustinette"
5506
+ "twitter": "gugustinette",
5507
+ "bluesky": "gugustinette.com"
4750
5508
  }
4751
5509
  ],
4752
5510
  "compatibility": {
4753
- "nuxt": "^3.0.0",
5511
+ "nuxt": ">=3.0.0",
4754
5512
  "requires": {}
4755
5513
  }
4756
5514
  },
@@ -4812,13 +5570,13 @@
4812
5570
  "type": "3rd-party",
4813
5571
  "maintainers": [
4814
5572
  {
4815
- "name": "e-chan1007",
5573
+ "name": "Sota Iguchi",
4816
5574
  "github": "e-chan1007",
4817
5575
  "twitter": "e_chan1007"
4818
5576
  }
4819
5577
  ],
4820
5578
  "compatibility": {
4821
- "nuxt": ">=3.0.0",
5579
+ "nuxt": ">=3.1.0",
4822
5580
  "requires": {}
4823
5581
  }
4824
5582
  },
@@ -4848,28 +5606,150 @@
4848
5606
  }
4849
5607
  },
4850
5608
  {
4851
- "name": "nuxt-oidc-auth",
4852
- "description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
4853
- "repo": "itpropro/nuxt-oidc-auth",
4854
- "npm": "nuxt-oidc-auth",
4855
- "icon": "",
4856
- "github": "https://github.com/itpropro/nuxt-oidc-auth",
4857
- "website": "https://github.com/itpropro/nuxt-oidc-auth",
4858
- "learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
4859
- "category": "Security",
5609
+ "name": "nuxt-mqtt",
5610
+ "description": "A Nuxt module for real-time MQTT communication using mqtt.js",
5611
+ "repo": "arashsheyda/nuxt-mqtt",
5612
+ "npm": "nuxt-mqtt",
5613
+ "icon": "nuxt-mqtt.png",
5614
+ "github": "https://github.com/arashsheyda/nuxt-mqtt",
5615
+ "website": "https://github.com/arashsheyda/nuxt-mongoose#readme",
5616
+ "learn_more": "",
5617
+ "category": "Extensions",
4860
5618
  "type": "3rd-party",
4861
5619
  "maintainers": [
4862
5620
  {
4863
- "name": "Jan-Henrik Damaschke",
4864
- "github": "itpropro",
4865
- "twitter": "jandamaschke"
4866
- }
5621
+ "name": "Arash Ari Sheyda",
5622
+ "github": "arashsheyda",
5623
+ "twitter": "arash_sheyda",
5624
+ "bluesky": "arashsheyda.me"
5625
+ }
5626
+ ],
5627
+ "compatibility": {
5628
+ "nuxt": ">=3.0.0",
5629
+ "requires": {},
5630
+ "devtools": "^0.0.0"
5631
+ }
5632
+ },
5633
+ {
5634
+ "name": "nuxt-music-flow",
5635
+ "description": "Nuxt 3 module for audio player component with playlist and waveform visualization.",
5636
+ "repo": "ndragun92/nuxt-music-flow",
5637
+ "npm": "nuxt-music-flow",
5638
+ "icon": "nuxt-music-flow.png",
5639
+ "github": "https://github.com/ndragun92/nuxt-music-flow",
5640
+ "website": "https://vue-music-flow-docs.vercel.app/usage#nuxt",
5641
+ "learn_more": "https://vue-music-flow-docs.vercel.app/demo",
5642
+ "category": "Libraries",
5643
+ "type": "3rd-party",
5644
+ "maintainers": [
5645
+ {
5646
+ "name": "Nemanja Dragun",
5647
+ "github": "ndragun92",
5648
+ "twitter": "nemanjadragun"
5649
+ }
5650
+ ],
5651
+ "compatibility": {
5652
+ "nuxt": ">=3.0.0",
5653
+ "requires": {}
5654
+ }
5655
+ },
5656
+ {
5657
+ "name": "nuxt-notify",
5658
+ "description": "Advanced toast notifications for Nuxt 3/4 with Tailwind CSS + Nuxt Icon (actions, avatars, progress, themes, UI overrides).",
5659
+ "repo": "nizaamomer/nuxt-notify",
5660
+ "npm": "nuxt-notify",
5661
+ "icon": "nuxt-notify.png",
5662
+ "github": "https://github.com/nizaamomer/nuxt-notify",
5663
+ "website": "https://nuxt-notify.nizaamomer.com",
5664
+ "learn_more": "https://nuxt-notify.nizaamomer.com/docs/getting-started/introduction",
5665
+ "category": "UI",
5666
+ "type": "3rd-party",
5667
+ "maintainers": [
5668
+ {
5669
+ "name": "Nizam Omer",
5670
+ "github": "nizaamomer"
5671
+ }
5672
+ ],
5673
+ "compatibility": {
5674
+ "nuxt": "^3.0.0 || ^4.0.0",
5675
+ "requires": {}
5676
+ }
5677
+ },
5678
+ {
5679
+ "name": "nuxt-oidc-auth",
5680
+ "description": "Seamless modern authentication for Nuxt applications.",
5681
+ "repo": "itpropro/nuxt-oidc-auth",
5682
+ "npm": "nuxt-oidc-auth",
5683
+ "icon": "nuxt-oidc-auth.png",
5684
+ "github": "https://github.com/itpropro/nuxt-oidc-auth",
5685
+ "website": "https://nuxtoidc.cloud/",
5686
+ "learn_more": "https://nuxtoidc.cloud/",
5687
+ "category": "Security",
5688
+ "type": "3rd-party",
5689
+ "maintainers": [
5690
+ {
5691
+ "name": "Jan-Henrik Damaschke",
5692
+ "github": "itpropro",
5693
+ "twitter": "jandamaschke"
5694
+ }
5695
+ ],
5696
+ "compatibility": {
5697
+ "nuxt": ">=3.9.0",
5698
+ "requires": {}
5699
+ }
5700
+ },
5701
+ {
5702
+ "name": "nuxt-ollama",
5703
+ "description": "Simple integration of the official Ollama JavaScript Library for your Nuxt application.",
5704
+ "repo": "thoda-dev/nuxt-ollama",
5705
+ "npm": "nuxt-ollama",
5706
+ "icon": "nuxt-ollama.png",
5707
+ "github": "https://github.com/thoda-dev/nuxt-ollama",
5708
+ "website": "https://nuxt-ollama.jericho.dev/",
5709
+ "learn_more": "https://nuxt-ollama.jericho.dev/",
5710
+ "category": "Libraries",
5711
+ "type": "3rd-party",
5712
+ "maintainers": [
5713
+ {
5714
+ "name": "Thomas",
5715
+ "github": "thoda-dev",
5716
+ "avatar": "https://avatars.githubusercontent.com/thoda-dev",
5717
+ "twitter": "thoda_dev"
5718
+ }
4867
5719
  ],
4868
5720
  "compatibility": {
4869
5721
  "nuxt": ">=3.0.0",
4870
5722
  "requires": {}
4871
5723
  }
4872
5724
  },
5725
+ {
5726
+ "name": "nuxt-open-fetch",
5727
+ "description": "Generate zero-overhead, 100% typed OpenAPI clients for Nuxt.",
5728
+ "repo": "Norbiros/nuxt-open-fetch",
5729
+ "npm": "nuxt-open-fetch",
5730
+ "icon": "nuxt-open-fetch.svg",
5731
+ "github": "https://github.com/Norbiros/nuxt-open-fetch",
5732
+ "website": "https://nuxt-open-fetch.norbiros.dev",
5733
+ "learn_more": "https://www.npmjs.com/package/nuxt-open-fetch",
5734
+ "category": "Request",
5735
+ "type": "3rd-party",
5736
+ "maintainers": [
5737
+ {
5738
+ "name": "Norbiros",
5739
+ "github": "Norbiros",
5740
+ "avatar": "https://avatars.githubusercontent.com/u/89837724?v=4"
5741
+ },
5742
+ {
5743
+ "name": "Taras Batenkov",
5744
+ "github": "enkot",
5745
+ "avatar": "https://avatars.githubusercontent.com/u/10506522?v=4"
5746
+ }
5747
+ ],
5748
+ "compatibility": {
5749
+ "nuxt": ">=3.0.0 <5.0.0-alpha.0",
5750
+ "requires": {}
5751
+ }
5752
+ },
4873
5753
  {
4874
5754
  "name": "nuxt-openapi-docs-module",
4875
5755
  "description": "Generate pages from OpenAPI specifications",
@@ -4915,7 +5795,7 @@
4915
5795
  }
4916
5796
  ],
4917
5797
  "compatibility": {
4918
- "nuxt": ">=3.0.0",
5798
+ "nuxt": ">=3.0.0-rc.8",
4919
5799
  "requires": {},
4920
5800
  "devtools": "^0.0.0"
4921
5801
  }
@@ -5056,7 +5936,7 @@
5056
5936
  }
5057
5937
  ],
5058
5938
  "compatibility": {
5059
- "nuxt": ">=3.0.0",
5939
+ "nuxt": "^3.6.0",
5060
5940
  "requires": {}
5061
5941
  }
5062
5942
  },
@@ -5106,6 +5986,75 @@
5106
5986
  "requires": {}
5107
5987
  }
5108
5988
  },
5989
+ {
5990
+ "name": "nuxt-processor",
5991
+ "description": "Decoupled processing for Nuxt backed by BullMQ.",
5992
+ "repo": "aidanhibbard/nuxt-processor",
5993
+ "npm": "nuxt-processor",
5994
+ "icon": "",
5995
+ "github": "https://github.com/aidanhibbard/nuxt-processor",
5996
+ "website": "https://github.com/aidanhibbard/nuxt-processor",
5997
+ "learn_more": "https://aidanhibbard.github.io/nuxt-processor/",
5998
+ "category": "Libraries",
5999
+ "type": "3rd-party",
6000
+ "maintainers": [
6001
+ {
6002
+ "name": "Aidan Hibbard",
6003
+ "github": "aidanhibbard"
6004
+ }
6005
+ ],
6006
+ "compatibility": {
6007
+ "nuxt": "^3.0.0 || ^4.0.0",
6008
+ "requires": {}
6009
+ }
6010
+ },
6011
+ {
6012
+ "name": "nuxt-query",
6013
+ "description": "Nuxt module for TanStack Query (FKA Vue Query) with Nuxt DevTools integration",
6014
+ "repo": "peterbud/nuxt-query",
6015
+ "npm": "@peterbud/nuxt-query",
6016
+ "icon": "nuxt-query.svg",
6017
+ "github": "https://github.com/peterbud/nuxt-query",
6018
+ "website": "https://github.com/peterbud/nuxt-query#readme",
6019
+ "learn_more": "https://tanstack.com/query/latest/docs/framework/vue/overview",
6020
+ "category": "Libraries",
6021
+ "type": "3rd-party",
6022
+ "maintainers": [
6023
+ {
6024
+ "name": "Peter Budai",
6025
+ "github": "peterbud",
6026
+ "bluesky": "peterbud.bsky.social"
6027
+ }
6028
+ ],
6029
+ "compatibility": {
6030
+ "nuxt": ">=3.0.0",
6031
+ "requires": {}
6032
+ }
6033
+ },
6034
+ {
6035
+ "name": "nuxt-safe-runtime-config",
6036
+ "description": "Validate Nuxt runtime config with Standard Schema at build time",
6037
+ "repo": "onmax/nuxt-safe-runtime-config#main",
6038
+ "npm": "nuxt-safe-runtime-config",
6039
+ "icon": "nuxt-safe-runtime-config.svg",
6040
+ "github": "https://github.com/onmax/nuxt-safe-runtime-config/tree/main",
6041
+ "website": "https://github.com/onmax/nuxt-safe-runtime-config/tree/main",
6042
+ "learn_more": "",
6043
+ "category": "Devtools",
6044
+ "type": "3rd-party",
6045
+ "maintainers": [
6046
+ {
6047
+ "name": "Max",
6048
+ "github": "onmax",
6049
+ "bluesky": "onmax.bsky.social",
6050
+ "twitter": "_onmax"
6051
+ }
6052
+ ],
6053
+ "compatibility": {
6054
+ "nuxt": ">=3.0.0",
6055
+ "requires": {}
6056
+ }
6057
+ },
5109
6058
  {
5110
6059
  "name": "nuxt-sanctum-authentication",
5111
6060
  "description": "Nuxt 3 module for easy Laravel Sanctum authentication, offering CSRF token management, both cookie and token-based auth, and SSR compatibility.",
@@ -5133,6 +6082,77 @@
5133
6082
  "requires": {}
5134
6083
  }
5135
6084
  },
6085
+ {
6086
+ "name": "nuxt-sanctum-precognition",
6087
+ "description": "Nuxt module for Laravel Precognition integration",
6088
+ "repo": "manchenkoff/nuxt-sanctum-precognition",
6089
+ "npm": "nuxt-sanctum-precognition",
6090
+ "icon": "laravel.svg",
6091
+ "github": "https://github.com/manchenkoff/nuxt-sanctum-precognition",
6092
+ "website": "https://precognition.manchenkoff.me",
6093
+ "learn_more": "https://laravel.com/docs/12.x/precognition",
6094
+ "category": "Libraries",
6095
+ "type": "3rd-party",
6096
+ "maintainers": [
6097
+ {
6098
+ "name": "Artem Manchenkov",
6099
+ "github": "manchenkoff",
6100
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff",
6101
+ "twitter": "AManchenkov"
6102
+ }
6103
+ ],
6104
+ "compatibility": {
6105
+ "nuxt": ">=3.12.0",
6106
+ "requires": {}
6107
+ }
6108
+ },
6109
+ {
6110
+ "name": "nuxt-shopify",
6111
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
6112
+ "repo": "Gomah/nuxt-shopify",
6113
+ "npm": "nuxt-shopify",
6114
+ "icon": "nuxt-shopify.png",
6115
+ "github": "https://github.com/Gomah/nuxt-shopify",
6116
+ "website": "https://github.com/Gomah/nuxt-shopify",
6117
+ "learn_more": "https://www.shopify.com/",
6118
+ "category": "Ecommerce",
6119
+ "type": "3rd-party",
6120
+ "maintainers": [
6121
+ {
6122
+ "name": "Thomas Marrec",
6123
+ "github": "Gomah",
6124
+ "twitter": "Gomah"
6125
+ }
6126
+ ],
6127
+ "compatibility": {
6128
+ "nuxt": "^2.0.0",
6129
+ "requires": {}
6130
+ }
6131
+ },
6132
+ {
6133
+ "name": "nuxt-signupgate",
6134
+ "description": "Easily integrate SignupGate into your Nuxt app.",
6135
+ "repo": "Mokkapps/nuxt-signupgate",
6136
+ "npm": "nuxt-signupgate",
6137
+ "icon": "nuxt-signupgate.png",
6138
+ "github": "https://github.com/Mokkapps/nuxt-signupgate",
6139
+ "website": "https://github.com/Mokkapps/nuxt-signupgate",
6140
+ "learn_more": "https://github.com/Mokkapps/nuxt-signupgate",
6141
+ "category": "Libraries",
6142
+ "type": "3rd-party",
6143
+ "maintainers": [
6144
+ {
6145
+ "name": "Michael Hoffmann",
6146
+ "github": "Mokkapps",
6147
+ "twitter": "mokkapps",
6148
+ "avatar": "https://avatars.githubusercontent.com/u/3127210?v=4"
6149
+ }
6150
+ ],
6151
+ "compatibility": {
6152
+ "nuxt": ">=3.0.0",
6153
+ "requires": {}
6154
+ }
6155
+ },
5136
6156
  {
5137
6157
  "name": "nuxt-smartlook",
5138
6158
  "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
@@ -5181,6 +6201,29 @@
5181
6201
  "requires": {}
5182
6202
  }
5183
6203
  },
6204
+ {
6205
+ "name": "nuxt-ssr-api-logger",
6206
+ "description": "A small module that helps you see when your Nuxt application sends any API request via SSR.",
6207
+ "repo": "buglavecz/nuxt-ssr-api-logger",
6208
+ "npm": "nuxt-ssr-api-logger",
6209
+ "icon": "nuxt-ssr-api-logger.png",
6210
+ "github": "https://github.com/buglavecz/nuxt-ssr-api-logger",
6211
+ "website": "https://github.com/buglavecz/nuxt-ssr-api-logger",
6212
+ "learn_more": "",
6213
+ "category": "Devtools",
6214
+ "type": "3rd-party",
6215
+ "maintainers": [
6216
+ {
6217
+ "name": "Peter Buglavecz",
6218
+ "github": "buglavecz",
6219
+ "avatar": "https://avatars.githubusercontent.com/u/43108336"
6220
+ }
6221
+ ],
6222
+ "compatibility": {
6223
+ "nuxt": ">=3.16.0",
6224
+ "requires": {}
6225
+ }
6226
+ },
5184
6227
  {
5185
6228
  "name": "ssr-lit",
5186
6229
  "description": "Server-Side Rendering for Lit Element components",
@@ -5231,6 +6274,51 @@
5231
6274
  "requires": {}
5232
6275
  }
5233
6276
  },
6277
+ {
6278
+ "name": "nuxt-strapi-blocks-renderer",
6279
+ "description": "Render the Strapi CMS blocks text element easily in Nuxt.",
6280
+ "repo": "freb97/nuxt-strapi-blocks-renderer",
6281
+ "npm": "nuxt-strapi-blocks-renderer",
6282
+ "icon": "nuxt-strapi-blocks-renderer.png",
6283
+ "github": "https://github.com/freb97/nuxt-strapi-blocks-renderer",
6284
+ "website": "https://github.com/freb97/nuxt-strapi-blocks-renderer",
6285
+ "learn_more": "https://strapi.io",
6286
+ "category": "CMS",
6287
+ "type": "3rd-party",
6288
+ "maintainers": [
6289
+ {
6290
+ "name": "Frederik Bußmann",
6291
+ "github": "freb97"
6292
+ }
6293
+ ],
6294
+ "compatibility": {
6295
+ "nuxt": ">=3.0.0",
6296
+ "requires": {}
6297
+ }
6298
+ },
6299
+ {
6300
+ "name": "nuxt-svg-sprite-icon",
6301
+ "description": "A powerful SVG sprite module for Nuxt 3 that automatically generates SVG sprites from your assets and provides an easy-to-use component for displaying icons.",
6302
+ "repo": "MikeCheng1208/nuxt-svg-sprite-icon",
6303
+ "npm": "nuxt-svg-sprite-icon",
6304
+ "icon": "nuxt-svg-sprite-icon.png",
6305
+ "github": "https://github.com/MikeCheng1208/nuxt-svg-sprite-icon",
6306
+ "website": "https://github.com/MikeCheng1208/nuxt-svg-sprite-icon",
6307
+ "learn_more": "",
6308
+ "category": "UI",
6309
+ "type": "3rd-party",
6310
+ "maintainers": [
6311
+ {
6312
+ "name": "Mike Cheng",
6313
+ "github": "MikeCheng1208",
6314
+ "twitter": "mike_cheng1208"
6315
+ }
6316
+ ],
6317
+ "compatibility": {
6318
+ "nuxt": "^3.0.0 || ^4.0.0",
6319
+ "requires": {}
6320
+ }
6321
+ },
5234
6322
  {
5235
6323
  "name": "nuxt-svgo-loader",
5236
6324
  "description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
@@ -5246,7 +6334,8 @@
5246
6334
  {
5247
6335
  "name": "Alex Liu",
5248
6336
  "github": "Mini-ghost",
5249
- "twitter": "Minighost_Alex"
6337
+ "twitter": "Minighost_Alex",
6338
+ "bluesky": "mini-ghost.bsky.social"
5250
6339
  }
5251
6340
  ],
5252
6341
  "compatibility": {
@@ -5273,7 +6362,7 @@
5273
6362
  }
5274
6363
  ],
5275
6364
  "compatibility": {
5276
- "nuxt": ">=3.0.0",
6365
+ "nuxt": ">=3.0.0-rc.0",
5277
6366
  "requires": {}
5278
6367
  }
5279
6368
  },
@@ -5359,7 +6448,8 @@
5359
6448
  {
5360
6449
  "name": "Yaël Guilloux",
5361
6450
  "github": "Tahul",
5362
- "twitter": "yaeeelglx"
6451
+ "twitter": "yaeeelglx",
6452
+ "bluesky": "yael.dev"
5363
6453
  }
5364
6454
  ],
5365
6455
  "compatibility": {
@@ -5367,6 +6457,52 @@
5367
6457
  "requires": {}
5368
6458
  }
5369
6459
  },
6460
+ {
6461
+ "name": "nuxt-useless-blobs",
6462
+ "description": "An easier way of using useless-blobs in your Nuxt project!",
6463
+ "repo": "oyedejioyewole/nuxt-useless-blobs",
6464
+ "npm": "nuxt-useless-blobs",
6465
+ "icon": "nuxt-useless-blobs.svg",
6466
+ "github": "https://github.com/oyedejioyewole/nuxt-useless-blobs",
6467
+ "website": "https://nuxt-useless-blobs.vercel.app",
6468
+ "learn_more": "",
6469
+ "category": "UI",
6470
+ "type": "3rd-party",
6471
+ "maintainers": [
6472
+ {
6473
+ "name": "Oyedeji Oyewole",
6474
+ "github": "oyedejioyewole"
6475
+ }
6476
+ ],
6477
+ "compatibility": {
6478
+ "nuxt": ">=3.0.0",
6479
+ "requires": {}
6480
+ }
6481
+ },
6482
+ {
6483
+ "name": "nuxt-users",
6484
+ "description": "A comprehensive user management module for Nuxt 3 and Nuxt 4 applications with authentication, authorization, database support, and CLI tools",
6485
+ "repo": "rrd108/nuxt-users",
6486
+ "npm": "nuxt-users",
6487
+ "icon": "nuxt-users.png",
6488
+ "github": "https://github.com/rrd108/nuxt-users",
6489
+ "website": "https://nuxt-users.webmania.cc/",
6490
+ "learn_more": "https://nuxt-users.webmania.cc/",
6491
+ "category": "Security",
6492
+ "type": "3rd-party",
6493
+ "maintainers": [
6494
+ {
6495
+ "name": "rrd",
6496
+ "github": "rrd108",
6497
+ "twitter": "radharadhya",
6498
+ "bluesky": "rrd108.bsky.social"
6499
+ }
6500
+ ],
6501
+ "compatibility": {
6502
+ "nuxt": ">=3.0.0",
6503
+ "requires": {}
6504
+ }
6505
+ },
5370
6506
  {
5371
6507
  "name": "nuxt-uswds",
5372
6508
  "description": "Vue USWDS (United States Web Design System) integration for Nuxt.js",
@@ -5385,7 +6521,7 @@
5385
6521
  }
5386
6522
  ],
5387
6523
  "compatibility": {
5388
- "nuxt": ">=3.0.0",
6524
+ "nuxt": "^3.0.0",
5389
6525
  "requires": {}
5390
6526
  }
5391
6527
  },
@@ -5431,6 +6567,28 @@
5431
6567
  "twitter": "kasvith"
5432
6568
  }
5433
6569
  ],
6570
+ "compatibility": {
6571
+ "nuxt": ">=3.0.0 <5.0.0",
6572
+ "requires": {}
6573
+ }
6574
+ },
6575
+ {
6576
+ "name": "nuxt-yup",
6577
+ "description": "Yup integration for Nuxt 4 with a simple composable.",
6578
+ "repo": "DarlanPrado/nuxt-yup",
6579
+ "npm": "nuxt-yup",
6580
+ "icon": "",
6581
+ "github": "https://github.com/DarlanPrado/nuxt-yup",
6582
+ "website": "https://github.com/DarlanPrado/nuxt-yup",
6583
+ "learn_more": "",
6584
+ "category": "Libraries",
6585
+ "type": "3rd-party",
6586
+ "maintainers": [
6587
+ {
6588
+ "name": "Darlan José Batista do Prado",
6589
+ "github": "DarlanPrado"
6590
+ }
6591
+ ],
5434
6592
  "compatibility": {
5435
6593
  "nuxt": ">=3.0.0",
5436
6594
  "requires": {}
@@ -5598,7 +6756,7 @@
5598
6756
  }
5599
6757
  ],
5600
6758
  "compatibility": {
5601
- "nuxt": ">=3.0.0",
6759
+ "nuxt": ">=3.10.3",
5602
6760
  "requires": {},
5603
6761
  "devtools": "^0.0.0"
5604
6762
  }
@@ -5621,9 +6779,10 @@
5621
6779
  "twitter": "teleskop150750"
5622
6780
  },
5623
6781
  {
5624
- "name": "Mehmet",
6782
+ "name": "Wind",
5625
6783
  "github": "productdevbook",
5626
- "twitter": "productdevbook"
6784
+ "twitter": "productdevbook",
6785
+ "bluesky": "productdevbook.com"
5627
6786
  }
5628
6787
  ],
5629
6788
  "compatibility": {
@@ -5722,6 +6881,28 @@
5722
6881
  "requires": {}
5723
6882
  }
5724
6883
  },
6884
+ {
6885
+ "name": "paper-ui",
6886
+ "description": "A ui kit for nuxt",
6887
+ "repo": "paper-kit/nuxt",
6888
+ "npm": "@paper-ui/nuxt",
6889
+ "icon": "paper-ui.svg",
6890
+ "github": "https://github.com/paper-kit/nuxt",
6891
+ "website": "https://paper-docs.nuxt.space/",
6892
+ "learn_more": "https://paper-docs.nuxt.space/",
6893
+ "category": "UI",
6894
+ "type": "3rd-party",
6895
+ "maintainers": [
6896
+ {
6897
+ "name": "paper-kit",
6898
+ "github": "paper-kit"
6899
+ }
6900
+ ],
6901
+ "compatibility": {
6902
+ "nuxt": ">=3.0.0",
6903
+ "requires": {}
6904
+ }
6905
+ },
5725
6906
  {
5726
6907
  "name": "parse",
5727
6908
  "description": "Parse package for Nuxt",
@@ -5763,7 +6944,7 @@
5763
6944
  }
5764
6945
  ],
5765
6946
  "compatibility": {
5766
- "nuxt": ">=3.0.0",
6947
+ "nuxt": "^3.7.0",
5767
6948
  "requires": {}
5768
6949
  }
5769
6950
  },
@@ -5830,14 +7011,14 @@
5830
7011
  "type": "3rd-party",
5831
7012
  "maintainers": [
5832
7013
  {
5833
- "name": "Giovane Cardoso",
7014
+ "name": "Giovane Silva",
5834
7015
  "github": "novout",
5835
7016
  "twitter": "novoutttttt",
5836
7017
  "avatar": "https://avatars.githubusercontent.com/novout?v=4"
5837
7018
  }
5838
7019
  ],
5839
7020
  "compatibility": {
5840
- "nuxt": ">=3.0.0",
7021
+ "nuxt": "^3.0.0",
5841
7022
  "requires": {}
5842
7023
  }
5843
7024
  },
@@ -5848,15 +7029,16 @@
5848
7029
  "npm": "pergel",
5849
7030
  "icon": "pergel.svg",
5850
7031
  "github": "https://github.com/oku-ui/pergel",
5851
- "website": "https://oku-ui.com/pergel",
7032
+ "website": "https://pergel.oku-ui.com/",
5852
7033
  "learn_more": "",
5853
7034
  "category": "Devtools",
5854
7035
  "type": "3rd-party",
5855
7036
  "maintainers": [
5856
7037
  {
5857
- "name": "Mehmet",
7038
+ "name": "Wind",
5858
7039
  "github": "productdevbook",
5859
- "twitter": "productdevbook"
7040
+ "twitter": "productdevbook",
7041
+ "bluesky": "productdevbook.com"
5860
7042
  }
5861
7043
  ],
5862
7044
  "compatibility": {
@@ -5887,6 +7069,31 @@
5887
7069
  "requires": {}
5888
7070
  }
5889
7071
  },
7072
+ {
7073
+ "name": "pglite",
7074
+ "description": "A Nuxt module aimed to simplify the use of PGlite.",
7075
+ "repo": "sandros94/nuxt-pglite",
7076
+ "npm": "nuxt-pglite",
7077
+ "icon": "pglite.svg",
7078
+ "github": "https://github.com/sandros94/nuxt-pglite",
7079
+ "website": "https://github.com/sandros94/nuxt-pglite",
7080
+ "learn_more": "https://pglite.dev",
7081
+ "category": "Database",
7082
+ "type": "3rd-party",
7083
+ "maintainers": [
7084
+ {
7085
+ "name": "Sandro Circi",
7086
+ "github": "sandros94",
7087
+ "avatar": "https://avatars.githubusercontent.com/u/13056429",
7088
+ "bluesky": "sandros94.com",
7089
+ "twitter": "_sandros94"
7090
+ }
7091
+ ],
7092
+ "compatibility": {
7093
+ "nuxt": ">=3.15.0",
7094
+ "requires": {}
7095
+ }
7096
+ },
5890
7097
  {
5891
7098
  "name": "pinia-colada",
5892
7099
  "description": "The smart data fetching layer for Pinia",
@@ -5902,11 +7109,12 @@
5902
7109
  {
5903
7110
  "name": "Eduardo San Martin Morote",
5904
7111
  "github": "posva",
5905
- "twitter": "posva"
7112
+ "twitter": "posva",
7113
+ "bluesky": "esm.dev"
5906
7114
  }
5907
7115
  ],
5908
7116
  "compatibility": {
5909
- "nuxt": "^3.13.0",
7117
+ "nuxt": "^3.17.7 || ^4.0.0",
5910
7118
  "requires": {}
5911
7119
  }
5912
7120
  },
@@ -5948,9 +7156,9 @@
5948
7156
  "type": "3rd-party",
5949
7157
  "maintainers": [
5950
7158
  {
5951
- "name": "PraZ",
7159
+ "name": "praz",
5952
7160
  "github": "prazdevs",
5953
- "bluesky": "praz.dev"
7161
+ "bluesky": "dev.praz.me"
5954
7162
  }
5955
7163
  ],
5956
7164
  "compatibility": {
@@ -5960,6 +7168,28 @@
5960
7168
  }
5961
7169
  }
5962
7170
  },
7171
+ {
7172
+ "name": "pinia-plugin-unstorage",
7173
+ "description": "Configurable persistence and rehydration of Pinia stores.",
7174
+ "repo": "litingyes/pinia-plugin-unstorage",
7175
+ "npm": "pinia-plugin-unstorage",
7176
+ "icon": "pinia-plugin-unstorage.svg",
7177
+ "github": "https://github.com/litingyes/pinia-plugin-unstorage",
7178
+ "website": "https://github.com/litingyes/pinia-plugin-unstorage?tab=readme-ov-file#pinia-plugin-unstorage",
7179
+ "learn_more": "",
7180
+ "category": "Extensions",
7181
+ "type": "3rd-party",
7182
+ "maintainers": [
7183
+ {
7184
+ "name": "Liting",
7185
+ "github": "litingyes"
7186
+ }
7187
+ ],
7188
+ "compatibility": {
7189
+ "nuxt": ">=3.0.0",
7190
+ "requires": {}
7191
+ }
7192
+ },
5963
7193
  {
5964
7194
  "name": "pinia",
5965
7195
  "description": "The Vue Store that you will enjoy using",
@@ -5975,16 +7205,39 @@
5975
7205
  {
5976
7206
  "name": "Eduardo San Martin Morote",
5977
7207
  "github": "posva",
5978
- "twitter": "posva"
7208
+ "twitter": "posva",
7209
+ "bluesky": "esm.dev"
5979
7210
  }
5980
7211
  ],
5981
7212
  "compatibility": {
5982
- "nuxt": "^2.0.0 || >=3.0.0",
7213
+ "nuxt": "^3.15.0 || ^4.0.0",
5983
7214
  "requires": {
5984
7215
  "bridge": "optional"
5985
7216
  }
5986
7217
  }
5987
7218
  },
7219
+ {
7220
+ "name": "planship",
7221
+ "description": "Entitlements, metering, plan packaging, and subscription management for Nuxt apps.",
7222
+ "repo": "planship/planship-nuxt",
7223
+ "npm": "@planship/nuxt",
7224
+ "icon": "planship.svg",
7225
+ "github": "https://github.com/planship/planship-nuxt",
7226
+ "website": "https://planship.io",
7227
+ "learn_more": "https://docs.planship.io",
7228
+ "category": "Payment",
7229
+ "type": "3rd-party",
7230
+ "maintainers": [
7231
+ {
7232
+ "name": "Pawel Wojnarowicz",
7233
+ "github": "pwojnaro"
7234
+ }
7235
+ ],
7236
+ "compatibility": {
7237
+ "nuxt": ">=3.0.0",
7238
+ "requires": {}
7239
+ }
7240
+ },
5988
7241
  {
5989
7242
  "name": "plausible",
5990
7243
  "description": "Nuxt module to natively integrate Plausible analytics",
@@ -6004,7 +7257,7 @@
6004
7257
  }
6005
7258
  ],
6006
7259
  "compatibility": {
6007
- "nuxt": "^2.0.0 || >=3.0.0",
7260
+ "nuxt": ">=3.0.0",
6008
7261
  "requires": {}
6009
7262
  }
6010
7263
  },
@@ -6026,7 +7279,7 @@
6026
7279
  }
6027
7280
  ],
6028
7281
  "compatibility": {
6029
- "nuxt": ">=3.0.0",
7282
+ "nuxt": ">=3.9.0",
6030
7283
  "requires": {}
6031
7284
  }
6032
7285
  },
@@ -6141,7 +7394,7 @@
6141
7394
  }
6142
7395
  ],
6143
7396
  "compatibility": {
6144
- "nuxt": "^2.0.0 || >=3.0.0",
7397
+ "nuxt": ">=3.7.0",
6145
7398
  "requires": {}
6146
7399
  }
6147
7400
  },
@@ -6163,7 +7416,7 @@
6163
7416
  }
6164
7417
  ],
6165
7418
  "compatibility": {
6166
- "nuxt": ">=3.0.0",
7419
+ "nuxt": "^2.16.0 || >=3.0.0",
6167
7420
  "requires": {}
6168
7421
  }
6169
7422
  },
@@ -6254,7 +7507,7 @@
6254
7507
  }
6255
7508
  ],
6256
7509
  "compatibility": {
6257
- "nuxt": "^2.0.0 || >=3.0.0",
7510
+ "nuxt": "^3.0.0-rc.11",
6258
7511
  "requires": {}
6259
7512
  }
6260
7513
  },
@@ -6306,6 +7559,31 @@
6306
7559
  "requires": {}
6307
7560
  }
6308
7561
  },
7562
+ {
7563
+ "name": "qrcode",
7564
+ "description": "A Nuxt module that provides support for generating and reading QRCodes.",
7565
+ "repo": "sandros94/nuxt-qrcode",
7566
+ "npm": "nuxt-qrcode",
7567
+ "icon": "qrcode.svg",
7568
+ "github": "https://github.com/sandros94/nuxt-qrcode",
7569
+ "website": "https://qrcode.s94.dev",
7570
+ "learn_more": "",
7571
+ "category": "Extensions",
7572
+ "type": "3rd-party",
7573
+ "maintainers": [
7574
+ {
7575
+ "name": "Sandro Circi",
7576
+ "github": "sandros94",
7577
+ "avatar": "https://avatars.githubusercontent.com/u/13056429",
7578
+ "bluesky": "sandros94.com",
7579
+ "twitter": "_sandros94"
7580
+ }
7581
+ ],
7582
+ "compatibility": {
7583
+ "nuxt": ">=3.0.0",
7584
+ "requires": {}
7585
+ }
7586
+ },
6309
7587
  {
6310
7588
  "name": "quasar",
6311
7589
  "description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
@@ -6329,6 +7607,28 @@
6329
7607
  "devtools": "^0.0.0"
6330
7608
  }
6331
7609
  },
7610
+ {
7611
+ "name": "query-api",
7612
+ "description": "Provides simple ways to query data from Craft CMS.",
7613
+ "repo": "samuelreichor/query-api#HEAD/packages/nuxt",
7614
+ "npm": "@query-api/nuxt",
7615
+ "icon": "query-api.svg",
7616
+ "github": "https://github.com/samuelreichor/query-api/tree/main/packages/nuxt",
7617
+ "website": "https://samuelreichor.at/libraries/nuxt-craftcms",
7618
+ "learn_more": "https://samuelreichor.at/libraries",
7619
+ "category": "CMS",
7620
+ "type": "3rd-party",
7621
+ "maintainers": [
7622
+ {
7623
+ "name": "Samuel Reichör",
7624
+ "github": "samuelreichor"
7625
+ }
7626
+ ],
7627
+ "compatibility": {
7628
+ "nuxt": ">=3.0.0",
7629
+ "requires": {}
7630
+ }
7631
+ },
6332
7632
  {
6333
7633
  "name": "radash",
6334
7634
  "description": "radash module with auto-import and custom prefix",
@@ -6347,44 +7647,7 @@
6347
7647
  }
6348
7648
  ],
6349
7649
  "compatibility": {
6350
- "nuxt": ">=3.0.0",
6351
- "requires": {}
6352
- }
6353
- },
6354
- {
6355
- "name": "radix-vue",
6356
- "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
6357
- "repo": "radix-vue/radix-vue",
6358
- "npm": "radix-vue",
6359
- "icon": "radix-vue.svg",
6360
- "github": "https://github.com/radix-vue/radix-vue",
6361
- "website": "https://www.radix-vue.com/",
6362
- "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
6363
- "category": "UI",
6364
- "type": "3rd-party",
6365
- "maintainers": [
6366
- {
6367
- "name": "zernonia",
6368
- "github": "zernonia",
6369
- "twitter": "zernonia"
6370
- },
6371
- {
6372
- "name": "Khairul Haaziq",
6373
- "github": "khairulhaaziq"
6374
- },
6375
- {
6376
- "name": "Mujahid Anuar",
6377
- "github": "mujahidfa",
6378
- "twitter": "mujahid_fa"
6379
- },
6380
- {
6381
- "name": "Max",
6382
- "github": "onmax",
6383
- "twitter": "_onmax"
6384
- }
6385
- ],
6386
- "compatibility": {
6387
- "nuxt": ">=3.0.0",
7650
+ "nuxt": "^3.0.0",
6388
7651
  "requires": {}
6389
7652
  }
6390
7653
  },
@@ -6424,7 +7687,7 @@
6424
7687
  "maintainers": [
6425
7688
  {
6426
7689
  "name": "Alexander Lichter",
6427
- "github": "manniL",
7690
+ "github": "TheAlexLichter",
6428
7691
  "twitter": "TheAlexLichter",
6429
7692
  "bluesky": "thealexlichter.com"
6430
7693
  }
@@ -6434,6 +7697,68 @@
6434
7697
  "requires": {}
6435
7698
  }
6436
7699
  },
7700
+ {
7701
+ "name": "regle",
7702
+ "description": "Type safe model-based form validation library for Vue.js",
7703
+ "repo": "victorgarciaesgi/regle#main/packages/nuxt",
7704
+ "npm": "@regle/nuxt",
7705
+ "icon": "regle.svg",
7706
+ "github": "https://github.com/victorgarciaesgi/regle",
7707
+ "website": "https://reglejs.dev/",
7708
+ "learn_more": "https://reglejs.dev/integrations/nuxt",
7709
+ "category": "Libraries",
7710
+ "type": "3rd-party",
7711
+ "maintainers": [
7712
+ {
7713
+ "name": "Victor Garcia",
7714
+ "github": "victorgarciaesgi",
7715
+ "twitter": "desnoth_dev",
7716
+ "bluesky": "vicflix.dev"
7717
+ }
7718
+ ],
7719
+ "compatibility": {
7720
+ "nuxt": ">=3.0.0",
7721
+ "requires": {}
7722
+ }
7723
+ },
7724
+ {
7725
+ "name": "reka-ui",
7726
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
7727
+ "repo": "unovue/radix-vue",
7728
+ "npm": "reka-ui",
7729
+ "icon": "reka-ui.svg",
7730
+ "github": "https://github.com/unovue/radix-vue",
7731
+ "website": "https://www.reka-ui.com/",
7732
+ "learn_more": "https://reka-ui.com/docs/overview/installation#nuxt-modules",
7733
+ "category": "UI",
7734
+ "type": "3rd-party",
7735
+ "maintainers": [
7736
+ {
7737
+ "name": "zernonia",
7738
+ "github": "zernonia",
7739
+ "twitter": "zernonia"
7740
+ },
7741
+ {
7742
+ "name": "Khairul Haaziq",
7743
+ "github": "khairulhaaziq"
7744
+ },
7745
+ {
7746
+ "name": "Mujahid Anuar",
7747
+ "github": "mujahidfa",
7748
+ "twitter": "mujahid_fa"
7749
+ },
7750
+ {
7751
+ "name": "Max",
7752
+ "github": "onmax",
7753
+ "twitter": "_onmax",
7754
+ "bluesky": "onmax.bsky.social"
7755
+ }
7756
+ ],
7757
+ "compatibility": {
7758
+ "nuxt": ">=3.0.0",
7759
+ "requires": {}
7760
+ }
7761
+ },
6437
7762
  {
6438
7763
  "name": "resend",
6439
7764
  "description": "Resend integration for Nuxt",
@@ -6505,7 +7830,7 @@
6505
7830
  }
6506
7831
  ],
6507
7832
  "compatibility": {
6508
- "nuxt": "^2.0.0 || >=3.0.0",
7833
+ "nuxt": ">=3.6.1",
6509
7834
  "requires": {
6510
7835
  "bridge": "optional"
6511
7836
  }
@@ -6529,7 +7854,7 @@
6529
7854
  }
6530
7855
  ],
6531
7856
  "compatibility": {
6532
- "nuxt": ">=3.0.0",
7857
+ "nuxt": "^3",
6533
7858
  "requires": {}
6534
7859
  }
6535
7860
  },
@@ -6548,7 +7873,8 @@
6548
7873
  {
6549
7874
  "name": "Farnabaz",
6550
7875
  "github": "farnabaz",
6551
- "twitter": "a_birang"
7876
+ "twitter": "a_birang",
7877
+ "bluesky": "farnabaz.dev"
6552
7878
  }
6553
7879
  ],
6554
7880
  "compatibility": {
@@ -6571,7 +7897,7 @@
6571
7897
  {
6572
7898
  "name": "Sébastien Chopin",
6573
7899
  "github": "Atinux",
6574
- "twitter": "Atinux",
7900
+ "twitter": "atinux",
6575
7901
  "bluesky": "atinux.com"
6576
7902
  }
6577
7903
  ],
@@ -6600,7 +7926,7 @@
6600
7926
  }
6601
7927
  ],
6602
7928
  "compatibility": {
6603
- "nuxt": "^2.0.0 || >=3.0.0",
7929
+ "nuxt": ">=3.7.0",
6604
7930
  "requires": {
6605
7931
  "bridge": "optional"
6606
7932
  }
@@ -6609,11 +7935,11 @@
6609
7935
  {
6610
7936
  "name": "scalar",
6611
7937
  "description": "Render a beautiful API References based on a OpenAPI/Swagger file with Nuxt.",
6612
- "repo": "scalar/scalar#main/packages/nuxt",
7938
+ "repo": "scalar/scalar#main/integrations/nuxt",
6613
7939
  "npm": "@scalar/nuxt",
6614
7940
  "icon": "scalar.svg",
6615
- "github": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
6616
- "website": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
7941
+ "github": "https://github.com/scalar/scalar/tree/main/integrations/nuxt",
7942
+ "website": "https://github.com/scalar/scalar/tree/main/integrations/nuxt",
6617
7943
  "learn_more": "https://scalar.com",
6618
7944
  "category": "Devtools",
6619
7945
  "type": "3rd-party",
@@ -6637,7 +7963,7 @@
6637
7963
  "icon": "schema-org.svg",
6638
7964
  "github": "https://github.com/harlan-zw/nuxt-schema-org",
6639
7965
  "website": "https://nuxtseo.com/schema-org",
6640
- "learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
7966
+ "learn_more": "https://unhead.unjs.io/docs/typescript/schema-org/guides/get-started/overview",
6641
7967
  "category": "SEO",
6642
7968
  "type": "3rd-party",
6643
7969
  "maintainers": [
@@ -6649,20 +7975,20 @@
6649
7975
  }
6650
7976
  ],
6651
7977
  "compatibility": {
6652
- "nuxt": ">=3.0.0",
7978
+ "nuxt": ">=3.0.0-rc.8",
6653
7979
  "requires": {}
6654
7980
  }
6655
7981
  },
6656
7982
  {
6657
7983
  "name": "scripts",
6658
- "description": "Plug-and-play script optimization for Nuxt applications.",
7984
+ "description": "Add 3rd-party scripts without sacrificing performance.",
6659
7985
  "repo": "nuxt/scripts",
6660
7986
  "npm": "@nuxt/scripts",
6661
7987
  "icon": "nuxt.svg",
6662
7988
  "github": "https://github.com/nuxt/scripts",
6663
7989
  "website": "https://scripts.nuxt.com",
6664
7990
  "learn_more": "",
6665
- "category": "Libraries",
7991
+ "category": "Performance",
6666
7992
  "type": "official",
6667
7993
  "maintainers": [
6668
7994
  {
@@ -6672,7 +7998,7 @@
6672
7998
  }
6673
7999
  ],
6674
8000
  "compatibility": {
6675
- "nuxt": ">=3.0.0",
8001
+ "nuxt": ">=3.16",
6676
8002
  "requires": {}
6677
8003
  }
6678
8004
  },
@@ -6787,7 +8113,7 @@
6787
8113
  }
6788
8114
  ],
6789
8115
  "compatibility": {
6790
- "nuxt": ">=3.0.0",
8116
+ "nuxt": "<3.16.0 || >=3.6.1",
6791
8117
  "requires": {}
6792
8118
  }
6793
8119
  },
@@ -6834,9 +8160,10 @@
6834
8160
  }
6835
8161
  ],
6836
8162
  "compatibility": {
6837
- "nuxt": ">=3.0.0",
8163
+ "nuxt": ">=3.7.0",
6838
8164
  "requires": {}
6839
- }
8165
+ },
8166
+ "mcp": "https://nuxtseo.com/mcp"
6840
8167
  },
6841
8168
  {
6842
8169
  "name": "seomatic-meta",
@@ -6875,7 +8202,7 @@
6875
8202
  "maintainers": [
6876
8203
  {
6877
8204
  "name": "Alexander Lichter",
6878
- "github": "manniL",
8205
+ "github": "TheAlexLichter",
6879
8206
  "twitter": "TheAlexLichter",
6880
8207
  "bluesky": "thealexlichter.com"
6881
8208
  }
@@ -6937,24 +8264,49 @@
6937
8264
  },
6938
8265
  {
6939
8266
  "name": "shopify",
6940
- "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
6941
- "repo": "Gomah/nuxt-shopify",
6942
- "npm": "nuxt-shopify",
8267
+ "description": "Easily integrate Shopify into your Nuxt app.",
8268
+ "repo": "nuxt-modules/shopify",
8269
+ "npm": "@nuxtjs/shopify",
6943
8270
  "icon": "shopify.png",
6944
- "github": "https://github.com/Gomah/nuxt-shopify",
6945
- "website": "https://github.com/Gomah/nuxt-shopify",
6946
- "learn_more": "https://www.shopify.com/",
8271
+ "github": "https://github.com/nuxt-modules/shopify",
8272
+ "website": "https://nuxt-modules.github.io/shopify",
8273
+ "learn_more": "https://shopify.dev/docs",
8274
+ "category": "Ecommerce",
8275
+ "type": "community",
8276
+ "maintainers": [
8277
+ {
8278
+ "name": "Zoltan Lukacs",
8279
+ "github": "konkonam"
8280
+ },
8281
+ {
8282
+ "name": "Frederik Bußmann",
8283
+ "github": "freb97"
8284
+ }
8285
+ ],
8286
+ "compatibility": {
8287
+ "nuxt": ">=3.0.0",
8288
+ "requires": {}
8289
+ }
8290
+ },
8291
+ {
8292
+ "name": "shopware",
8293
+ "description": "Nuxt module that allows you to set up a Nuxt 3 project with Shopware Frontends.",
8294
+ "repo": "shopware/frontends#main/packages/nuxt-module",
8295
+ "npm": "@shopware/nuxt-module",
8296
+ "icon": "shopware.svg",
8297
+ "github": "https://github.com/shopware/frontends/tree/main/packages/nuxt-module",
8298
+ "website": "https://frontends.shopware.com/packages/nuxt-module.html",
8299
+ "learn_more": "https://www.shopware.com",
6947
8300
  "category": "Ecommerce",
6948
8301
  "type": "3rd-party",
6949
8302
  "maintainers": [
6950
8303
  {
6951
- "name": "Thomas Marrec",
6952
- "github": "Gomah",
6953
- "twitter": "Gomah"
8304
+ "name": "Shopware AG",
8305
+ "github": "shopware"
6954
8306
  }
6955
8307
  ],
6956
8308
  "compatibility": {
6957
- "nuxt": "^2.0.0",
8309
+ "nuxt": ">=3.0.0",
6958
8310
  "requires": {}
6959
8311
  }
6960
8312
  },
@@ -7046,11 +8398,12 @@
7046
8398
  {
7047
8399
  "name": "Nicolas PENNEC",
7048
8400
  "github": "NicoPennec",
7049
- "twitter": "NicoPennec"
8401
+ "twitter": "NicoPennec",
8402
+ "bluesky": "nicopennec.bsky.social"
7050
8403
  }
7051
8404
  ],
7052
8405
  "compatibility": {
7053
- "nuxt": ">=3.0.0",
8406
+ "nuxt": ">=3.9.0",
7054
8407
  "requires": {}
7055
8408
  }
7056
8409
  },
@@ -7095,7 +8448,7 @@
7095
8448
  }
7096
8449
  ],
7097
8450
  "compatibility": {
7098
- "nuxt": "^2.0.0 || >=3.0.0",
8451
+ "nuxt": "^3.0.0",
7099
8452
  "requires": {}
7100
8453
  }
7101
8454
  },
@@ -7143,6 +8496,54 @@
7143
8496
  "requires": {}
7144
8497
  }
7145
8498
  },
8499
+ {
8500
+ "name": "solar-icons",
8501
+ "description": "Nuxt module that provides seamless integration of Solar Icons with auto-import, global configuration, and reactive controls.",
8502
+ "repo": "saoudi-h/solar-icons#main/packages/nuxt",
8503
+ "npm": "@solar-icons/nuxt",
8504
+ "icon": "solar-icons.svg",
8505
+ "github": "https://github.com/saoudi-h/solar-icons/tree/main/packages/nuxt",
8506
+ "website": "https://solar-icons.vercel.app/docs/packages/nuxt",
8507
+ "learn_more": "https://solar-icons.vercel.app",
8508
+ "category": "UI",
8509
+ "type": "3rd-party",
8510
+ "maintainers": [
8511
+ {
8512
+ "name": "Hakim Saoudi",
8513
+ "github": "saoudi-h",
8514
+ "avatar": "https://avatars.githubusercontent.com/saoudi-h?v=4",
8515
+ "twitter": "hakim__saoudi"
8516
+ }
8517
+ ],
8518
+ "compatibility": {
8519
+ "nuxt": ">=3.0.0",
8520
+ "requires": {}
8521
+ }
8522
+ },
8523
+ {
8524
+ "name": "sonda",
8525
+ "description": "Bundle analyzer and visualizer",
8526
+ "repo": "filipsobol/sonda#release/packages/sonda",
8527
+ "npm": "sonda",
8528
+ "icon": "sonda.svg",
8529
+ "github": "https://github.com/filipsobol/sonda",
8530
+ "website": "https://sonda.dev/",
8531
+ "learn_more": "https://sonda.dev/",
8532
+ "category": "Devtools",
8533
+ "type": "3rd-party",
8534
+ "maintainers": [
8535
+ {
8536
+ "name": "Filip Sobol",
8537
+ "github": "filipsobol",
8538
+ "twitter": "filipsobol",
8539
+ "bluesky": "filipsobol.bsky.social"
8540
+ }
8541
+ ],
8542
+ "compatibility": {
8543
+ "nuxt": "^3.0.0",
8544
+ "requires": {}
8545
+ }
8546
+ },
7146
8547
  {
7147
8548
  "name": "speedcurve",
7148
8549
  "description": "Speedcurve LUX module for Nuxt",
@@ -7309,7 +8710,7 @@
7309
8710
  }
7310
8711
  ],
7311
8712
  "compatibility": {
7312
- "nuxt": "^2.0.0 || >=3.0.0",
8713
+ "nuxt": ">=3.0.0",
7313
8714
  "requires": {
7314
8715
  "bridge": "optional"
7315
8716
  },
@@ -7331,17 +8732,18 @@
7331
8732
  {
7332
8733
  "name": "Benjamin Canac",
7333
8734
  "github": "benjamincanac",
7334
- "twitter": "benjamincanac"
8735
+ "twitter": "benjamincanac",
8736
+ "bluesky": "benjamincanac.dev"
7335
8737
  },
7336
8738
  {
7337
8739
  "name": "Sébastien Chopin",
7338
8740
  "github": "Atinux",
7339
- "twitter": "Atinux",
8741
+ "twitter": "atinux",
7340
8742
  "bluesky": "atinux.com"
7341
8743
  }
7342
8744
  ],
7343
8745
  "compatibility": {
7344
- "nuxt": "^2.0.0 || >=3.0.0",
8746
+ "nuxt": ">=3.7.0",
7345
8747
  "requires": {
7346
8748
  "bridge": true
7347
8749
  },
@@ -7390,7 +8792,8 @@
7390
8792
  {
7391
8793
  "name": "William DA SILVA",
7392
8794
  "github": "WilliamDASILVA",
7393
- "twitter": "willia_am"
8795
+ "twitter": "willia_am",
8796
+ "bluesky": "william.to"
7394
8797
  }
7395
8798
  ],
7396
8799
  "compatibility": {
@@ -7401,24 +8804,31 @@
7401
8804
  {
7402
8805
  "name": "studio",
7403
8806
  "description": "A new experience to build content-driven website with Nuxt.",
7404
- "repo": "nuxtlabs/studio-module",
7405
- "npm": "@nuxthq/studio",
7406
- "icon": "studio.svg",
7407
- "github": "https://github.com/nuxtlabs/studio-module",
8807
+ "repo": "nuxt-content/nuxt-studio",
8808
+ "npm": "nuxt-studio",
8809
+ "icon": "nuxt.svg",
8810
+ "github": "https://github.com/nuxt-content/nuxt-studio",
7408
8811
  "website": "https://nuxt.studio",
7409
- "learn_more": "https://nuxt.studio",
8812
+ "learn_more": "",
7410
8813
  "category": "CMS",
7411
8814
  "type": "3rd-party",
7412
8815
  "maintainers": [
8816
+ {
8817
+ "name": "Baptiste Leproux",
8818
+ "github": "larbish",
8819
+ "twitter": "_larbish",
8820
+ "bluesky": "larbish.bsky.social"
8821
+ },
7413
8822
  {
7414
8823
  "name": "Farnabaz",
7415
8824
  "github": "farnabaz",
7416
- "twitter": "a_birang"
8825
+ "twitter": "a_birang",
8826
+ "bluesky": "farnabaz.dev"
7417
8827
  },
7418
8828
  {
7419
8829
  "name": "Sébastien Chopin",
7420
8830
  "github": "Atinux",
7421
- "twitter": "Atinux",
8831
+ "twitter": "atinux",
7422
8832
  "bluesky": "atinux.com"
7423
8833
  }
7424
8834
  ],
@@ -7443,7 +8853,7 @@
7443
8853
  "maintainers": [
7444
8854
  {
7445
8855
  "name": "Alexander Lichter",
7446
- "github": "manniL",
8856
+ "github": "TheAlexLichter",
7447
8857
  "twitter": "TheAlexLichter",
7448
8858
  "bluesky": "thealexlichter.com"
7449
8859
  }
@@ -7496,7 +8906,7 @@
7496
8906
  {
7497
8907
  "name": "Sébastien Chopin",
7498
8908
  "github": "Atinux",
7499
- "twitter": "Atinux",
8909
+ "twitter": "atinux",
7500
8910
  "bluesky": "atinux.com"
7501
8911
  },
7502
8912
  {
@@ -7506,7 +8916,7 @@
7506
8916
  }
7507
8917
  ],
7508
8918
  "compatibility": {
7509
- "nuxt": "^2.0.0 || >=3.0.0",
8919
+ "nuxt": ">=3.0.0",
7510
8920
  "requires": {}
7511
8921
  }
7512
8922
  },
@@ -7572,11 +8982,12 @@
7572
8982
  {
7573
8983
  "name": "Farnabaz",
7574
8984
  "github": "farnabaz",
7575
- "twitter": "a_birang"
8985
+ "twitter": "a_birang",
8986
+ "bluesky": "farnabaz.dev"
7576
8987
  }
7577
8988
  ],
7578
8989
  "compatibility": {
7579
- "nuxt": "^2.0.0 || >=3.0.0",
8990
+ "nuxt": ">=3.0.0",
7580
8991
  "requires": {}
7581
8992
  }
7582
8993
  },
@@ -7593,7 +9004,7 @@
7593
9004
  "type": "community",
7594
9005
  "maintainers": [
7595
9006
  {
7596
- "name": "Brooke",
9007
+ "name": "brooke",
7597
9008
  "github": "sam3d"
7598
9009
  }
7599
9010
  ],
@@ -7709,7 +9120,7 @@
7709
9120
  {
7710
9121
  "name": "Sébastien Chopin",
7711
9122
  "github": "Atinux",
7712
- "twitter": "Atinux",
9123
+ "twitter": "atinux",
7713
9124
  "bluesky": "atinux.com"
7714
9125
  },
7715
9126
  {
@@ -7718,7 +9129,7 @@
7718
9129
  }
7719
9130
  ],
7720
9131
  "compatibility": {
7721
- "nuxt": "^2.0.0 || >=3.0.0",
9132
+ "nuxt": "^2.9.0 || >=3.0.0-rc.1",
7722
9133
  "requires": {},
7723
9134
  "devtools": "^0.0.0"
7724
9135
  },
@@ -7726,9 +9137,35 @@
7726
9137
  "tailwind"
7727
9138
  ]
7728
9139
  },
9140
+ {
9141
+ "name": "tdesign-vue-next",
9142
+ "description": "A Vue 3 UI components library",
9143
+ "repo": "tdesignOteam/tdesign-nuxt",
9144
+ "npm": "@tdesign-vue-next/nuxt",
9145
+ "icon": "tdesign.svg",
9146
+ "github": "https://github.com/Tencent/tdesign-vue-next",
9147
+ "website": "https://tdesign.tencent.com/vue-next/overview-en",
9148
+ "learn_more": "https://github.com/tdesignoteam/tdesign-nuxt",
9149
+ "category": "UI",
9150
+ "type": "3rd-party",
9151
+ "maintainers": [
9152
+ {
9153
+ "name": "wū yāng",
9154
+ "github": "uyarn"
9155
+ },
9156
+ {
9157
+ "name": "liweijie0812",
9158
+ "github": "liweijie0812"
9159
+ }
9160
+ ],
9161
+ "compatibility": {
9162
+ "nuxt": ">=3.0.0",
9163
+ "requires": {}
9164
+ }
9165
+ },
7729
9166
  {
7730
9167
  "name": "test-utils",
7731
- "description": "Test utilities for Nuxt",
9168
+ "description": "Test utilities for Nuxt.",
7732
9169
  "repo": "nuxt/test-utils#main",
7733
9170
  "npm": "@nuxt/test-utils",
7734
9171
  "icon": "nuxt.svg",
@@ -7821,7 +9258,7 @@
7821
9258
  }
7822
9259
  ],
7823
9260
  "compatibility": {
7824
- "nuxt": ">=3.0.0",
9261
+ "nuxt": ">=3.12.0",
7825
9262
  "requires": {}
7826
9263
  }
7827
9264
  },
@@ -7923,7 +9360,7 @@
7923
9360
  "npm": "@tresjs/nuxt",
7924
9361
  "icon": "tresjs.svg",
7925
9362
  "github": "https://github.com/Tresjs/nuxt",
7926
- "website": "https://tresjs.org/guide/nuxt.html",
9363
+ "website": "https://docs.tresjs.org/getting-started/installation#nuxt-project",
7927
9364
  "learn_more": "https://tresjs.org/",
7928
9365
  "category": "Libraries",
7929
9366
  "type": "3rd-party",
@@ -7931,7 +9368,8 @@
7931
9368
  {
7932
9369
  "name": "Alvaro Saburido",
7933
9370
  "github": "alvarosabu",
7934
- "twitter": "alvarosabu"
9371
+ "twitter": "alvarosabu",
9372
+ "bluesky": "alvarosaburido.dev"
7935
9373
  },
7936
9374
  {
7937
9375
  "name": "Jaime A Torrealba C",
@@ -7945,7 +9383,7 @@
7945
9383
  }
7946
9384
  ],
7947
9385
  "compatibility": {
7948
- "nuxt": ">=3.0.0",
9386
+ "nuxt": ">=3.16.0",
7949
9387
  "requires": {}
7950
9388
  }
7951
9389
  },
@@ -7969,7 +9407,7 @@
7969
9407
  }
7970
9408
  ],
7971
9409
  "compatibility": {
7972
- "nuxt": "^2.0.0 || >=3.0.0",
9410
+ "nuxt": ">=3.0.0",
7973
9411
  "requires": {
7974
9412
  "bridge": true
7975
9413
  }
@@ -8071,11 +9509,12 @@
8071
9509
  {
8072
9510
  "name": "Victor Garcia",
8073
9511
  "github": "victorgarciaesgi",
8074
- "twitter": "desnoth_dev"
9512
+ "twitter": "desnoth_dev",
9513
+ "bluesky": "vicflix.dev"
8075
9514
  }
8076
9515
  ],
8077
9516
  "compatibility": {
8078
- "nuxt": "^2.0.0 || >=3.0.0",
9517
+ "nuxt": ">=3.0.0",
8079
9518
  "requires": {}
8080
9519
  }
8081
9520
  },
@@ -8201,12 +9640,12 @@
8201
9640
  },
8202
9641
  {
8203
9642
  "name": "ui",
8204
- "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
9643
+ "description": "The Intuitive UI Library powered by Reka UI and Tailwind CSS.",
8205
9644
  "repo": "nuxt/ui#dev",
8206
9645
  "npm": "@nuxt/ui",
8207
9646
  "icon": "nuxt.svg",
8208
9647
  "github": "https://github.com/nuxt/ui",
8209
- "website": "https://ui.nuxt.com",
9648
+ "website": "https://ui.nuxt.com/docs/getting-started/installation/nuxt",
8210
9649
  "learn_more": "",
8211
9650
  "category": "UI",
8212
9651
  "type": "official",
@@ -8214,24 +9653,21 @@
8214
9653
  {
8215
9654
  "name": "Benjamin Canac",
8216
9655
  "github": "benjamincanac",
8217
- "twitter": "benjamincanac"
9656
+ "twitter": "benjamincanac",
9657
+ "bluesky": "benjamincanac.dev"
8218
9658
  },
8219
9659
  {
8220
9660
  "name": "Sébastien Chopin",
8221
9661
  "github": "Atinux",
8222
- "twitter": "Atinux",
9662
+ "twitter": "atinux",
8223
9663
  "bluesky": "atinux.com"
8224
- },
8225
- {
8226
- "name": "Sylvain Marroufin",
8227
- "github": "smarroufin",
8228
- "twitter": "smarroufin"
8229
9664
  }
8230
9665
  ],
8231
9666
  "compatibility": {
8232
- "nuxt": ">=3.0.0",
9667
+ "nuxt": ">=3.10.0",
8233
9668
  "requires": {}
8234
- }
9669
+ },
9670
+ "mcp": "https://ui.nuxt.com/mcp"
8235
9671
  },
8236
9672
  {
8237
9673
  "name": "umami",
@@ -8306,14 +9742,14 @@
8306
9742
  }
8307
9743
  ],
8308
9744
  "compatibility": {
8309
- "nuxt": ">=3.0.0",
9745
+ "nuxt": ">=3.5.0",
8310
9746
  "requires": {}
8311
9747
  }
8312
9748
  },
8313
9749
  {
8314
9750
  "name": "unocss",
8315
9751
  "description": "The instant on-demand atomic CSS engine.",
8316
- "repo": "unocss/unocss#main/packages/nuxt",
9752
+ "repo": "unocss/unocss#main/packages-integrations/nuxt",
8317
9753
  "npm": "@unocss/nuxt",
8318
9754
  "icon": "unocss.svg",
8319
9755
  "github": "https://github.com/unocss/unocss",
@@ -8351,7 +9787,7 @@
8351
9787
  "type": "3rd-party",
8352
9788
  "maintainers": [
8353
9789
  {
8354
- "name": "Giovane Cardoso",
9790
+ "name": "Giovane Silva",
8355
9791
  "github": "novout",
8356
9792
  "avatar": "https://avatars.githubusercontent.com/novout?v=4"
8357
9793
  }
@@ -8379,7 +9815,7 @@
8379
9815
  }
8380
9816
  ],
8381
9817
  "compatibility": {
8382
- "nuxt": ">=3.0.0",
9818
+ "nuxt": ">=3.17.1",
8383
9819
  "requires": {}
8384
9820
  }
8385
9821
  },
@@ -8406,6 +9842,28 @@
8406
9842
  "requires": {}
8407
9843
  }
8408
9844
  },
9845
+ {
9846
+ "name": "v-gsap",
9847
+ "description": "GSAP as a directive (Unofficial). Build stunning animations with v-gsap.",
9848
+ "repo": "holux-design/v-gsap-nuxt",
9849
+ "npm": "v-gsap-nuxt",
9850
+ "icon": "v-gsap.svg",
9851
+ "github": "https://github.com/holux-design/v-gsap-nuxt",
9852
+ "website": "https://v-gsap-nuxt.vercel.app/",
9853
+ "learn_more": "https://v-gsap-nuxt.vercel.app/playground",
9854
+ "category": "Libraries",
9855
+ "type": "3rd-party",
9856
+ "maintainers": [
9857
+ {
9858
+ "name": "Lukas Hofstätter",
9859
+ "github": "holux-design"
9860
+ }
9861
+ ],
9862
+ "compatibility": {
9863
+ "nuxt": ">=3.0.0",
9864
+ "requires": {}
9865
+ }
9866
+ },
8409
9867
  {
8410
9868
  "name": "vant",
8411
9869
  "description": "A lightweight, customizable Vue UI library for mobile web apps.",
@@ -8424,7 +9882,7 @@
8424
9882
  }
8425
9883
  ],
8426
9884
  "compatibility": {
8427
- "nuxt": ">=3.0.0",
9885
+ "nuxt": ">=3",
8428
9886
  "requires": {
8429
9887
  "bridge": "optional"
8430
9888
  }
@@ -8469,11 +9927,12 @@
8469
9927
  "maintainers": [
8470
9928
  {
8471
9929
  "name": "Valerii Strilets",
8472
- "github": "letstri"
9930
+ "github": "letstri",
9931
+ "twitter": "letstri"
8473
9932
  }
8474
9933
  ],
8475
9934
  "compatibility": {
8476
- "nuxt": "^3.0.0",
9935
+ "nuxt": ">=3.5.0",
8477
9936
  "requires": {}
8478
9937
  }
8479
9938
  },
@@ -8495,7 +9954,7 @@
8495
9954
  }
8496
9955
  ],
8497
9956
  "compatibility": {
8498
- "nuxt": ">=3.0.0",
9957
+ "nuxt": "^3.0.0",
8499
9958
  "requires": {}
8500
9959
  }
8501
9960
  },
@@ -8514,7 +9973,8 @@
8514
9973
  {
8515
9974
  "name": "Abdelrahman Awad",
8516
9975
  "github": "logaretm",
8517
- "twitter": "logaretm"
9976
+ "twitter": "logaretm",
9977
+ "bluesky": "logaretm.com"
8518
9978
  }
8519
9979
  ],
8520
9980
  "compatibility": {
@@ -8619,10 +10079,34 @@
8619
10079
  }
8620
10080
  ],
8621
10081
  "compatibility": {
8622
- "nuxt": ">=3.0.0",
10082
+ "nuxt": ">=3.6.5",
8623
10083
  "requires": {}
8624
10084
  }
8625
10085
  },
10086
+ {
10087
+ "name": "vorm",
10088
+ "description": "Intuitive form engine for Vue 3 — dynamic, schema-driven, and fully validated",
10089
+ "repo": "Flo0806/vorm#main/packages/vorm-nuxt",
10090
+ "npm": "vorm-nuxt",
10091
+ "icon": "vorm.png",
10092
+ "github": "https://github.com/Flo0806/vorm",
10093
+ "website": "https://vorm.fh-softdev.de",
10094
+ "learn_more": "https://vorm.fh-softdev.de/nuxt/",
10095
+ "category": "Libraries",
10096
+ "type": "3rd-party",
10097
+ "maintainers": [
10098
+ {
10099
+ "name": "Florian Heuberger",
10100
+ "github": "Flo0806"
10101
+ }
10102
+ ],
10103
+ "compatibility": {
10104
+ "nuxt": ">=3.0.0",
10105
+ "requires": {
10106
+ "vorm-vue": ">=1.0.0"
10107
+ }
10108
+ }
10109
+ },
8626
10110
  {
8627
10111
  "name": "vue-api",
8628
10112
  "description": "A flexible and provider-agnostic API handling library for Vue 3 and Nuxt 3. Supports multiple data providers like axios, ofetch and more. It includes a robust model mapping feature.",
@@ -8672,7 +10156,7 @@
8672
10156
  }
8673
10157
  ],
8674
10158
  "compatibility": {
8675
- "nuxt": ">=3.0.0",
10159
+ "nuxt": "^3.0.0",
8676
10160
  "requires": {},
8677
10161
  "devtools": "^0.0.0"
8678
10162
  }
@@ -8700,6 +10184,29 @@
8700
10184
  "requires": {}
8701
10185
  }
8702
10186
  },
10187
+ {
10188
+ "name": "vue-gsap-flip",
10189
+ "description": "A powerful Vue 3 library for creating stunning flip animations using GSAP's Flip plugin. Modular, extensible, and easy to use.",
10190
+ "repo": "lavolpecheprogramma/vue-gsap-flip#master/packages/nuxt",
10191
+ "npm": "@vue-gsap-flip/nuxt",
10192
+ "icon": "",
10193
+ "github": "https://github.com/lavolpecheprogramma/vue-gsap-flip",
10194
+ "website": "https://lavolpecheprogramma.github.io/vue-gsap-flip/",
10195
+ "learn_more": "",
10196
+ "category": "Libraries",
10197
+ "type": "3rd-party",
10198
+ "maintainers": [
10199
+ {
10200
+ "name": "Alberto Parziale",
10201
+ "github": "lavolpecheprogramma",
10202
+ "twitter": "lavolpechevola"
10203
+ }
10204
+ ],
10205
+ "compatibility": {
10206
+ "nuxt": ">=3.0.0",
10207
+ "requires": {}
10208
+ }
10209
+ },
8703
10210
  {
8704
10211
  "name": "vue-macros",
8705
10212
  "description": "Explore more macros and syntax sugar to Vue.",
@@ -8713,10 +10220,10 @@
8713
10220
  "type": "3rd-party",
8714
10221
  "maintainers": [
8715
10222
  {
8716
- "name": "Kevin Deng 三咲智子",
10223
+ "name": "Kevin Deng",
8717
10224
  "github": "sxzz",
8718
10225
  "twitter": "sanxiaozhizi",
8719
- "bluesky": "sxzz.moe"
10226
+ "bluesky": "sxzz.dev"
8720
10227
  }
8721
10228
  ],
8722
10229
  "compatibility": {
@@ -8786,7 +10293,8 @@
8786
10293
  {
8787
10294
  "name": "Moritz Sternemann",
8788
10295
  "github": "moritzsternemann",
8789
- "twitter": "strnmn"
10296
+ "twitter": "strnmn",
10297
+ "bluesky": "strnmn.me"
8790
10298
  }
8791
10299
  ],
8792
10300
  "compatibility": {
@@ -8813,7 +10321,7 @@
8813
10321
  }
8814
10322
  ],
8815
10323
  "compatibility": {
8816
- "nuxt": ">=3.0.0",
10324
+ "nuxt": "^3",
8817
10325
  "requires": {}
8818
10326
  }
8819
10327
  },
@@ -8925,11 +10433,12 @@
8925
10433
  {
8926
10434
  "name": "Eduardo San Martin Morote",
8927
10435
  "github": "posva",
8928
- "twitter": "posva"
10436
+ "twitter": "posva",
10437
+ "bluesky": "esm.dev"
8929
10438
  }
8930
10439
  ],
8931
10440
  "compatibility": {
8932
- "nuxt": ">=3.0.0",
10441
+ "nuxt": ">=3.1.0",
8933
10442
  "requires": {}
8934
10443
  }
8935
10444
  },
@@ -8997,7 +10506,7 @@
8997
10506
  }
8998
10507
  ],
8999
10508
  "compatibility": {
9000
- "nuxt": ">=3.0.0",
10509
+ "nuxt": ">=3.3.0",
9001
10510
  "requires": {}
9002
10511
  }
9003
10512
  },
@@ -9020,7 +10529,7 @@
9020
10529
  }
9021
10530
  ],
9022
10531
  "compatibility": {
9023
- "nuxt": ">=3.0.0",
10532
+ "nuxt": ">=3.15.0",
9024
10533
  "requires": {}
9025
10534
  }
9026
10535
  },
@@ -9121,7 +10630,7 @@
9121
10630
  }
9122
10631
  ],
9123
10632
  "compatibility": {
9124
- "nuxt": ">=3.0.0",
10633
+ "nuxt": ">=3.0.0-rc.11",
9125
10634
  "requires": {}
9126
10635
  }
9127
10636
  },
@@ -9151,12 +10660,12 @@
9151
10660
  {
9152
10661
  "name": "Sébastien Chopin",
9153
10662
  "github": "Atinux",
9154
- "twitter": "Atinux",
10663
+ "twitter": "atinux",
9155
10664
  "bluesky": "atinux.com"
9156
10665
  }
9157
10666
  ],
9158
10667
  "compatibility": {
9159
- "nuxt": "^2.0.0 || >=3.0.0",
10668
+ "nuxt": "^2.15.0 || ^3.0.0",
9160
10669
  "requires": {
9161
10670
  "bridge": "optional"
9162
10671
  }
@@ -9321,7 +10830,7 @@
9321
10830
  }
9322
10831
  ],
9323
10832
  "compatibility": {
9324
- "nuxt": ">=3.0.0",
10833
+ "nuxt": "^3.0.0",
9325
10834
  "requires": {}
9326
10835
  }
9327
10836
  },
@@ -9405,6 +10914,28 @@
9405
10914
  "requires": {}
9406
10915
  }
9407
10916
  },
10917
+ {
10918
+ "name": "workflow",
10919
+ "description": "Workflow DevKit - Build durable, resilient, and observable workflows",
10920
+ "repo": "vercel/workflow#main/packages/workflow",
10921
+ "npm": "workflow",
10922
+ "icon": "workflow.svg",
10923
+ "github": "https://github.com/vercel/workflow/tree/main/packages/workflow",
10924
+ "website": "https://useworkflow.dev",
10925
+ "learn_more": "",
10926
+ "category": "Devtools",
10927
+ "type": "3rd-party",
10928
+ "maintainers": [
10929
+ {
10930
+ "name": "vercel",
10931
+ "github": "vercel"
10932
+ }
10933
+ ],
10934
+ "compatibility": {
10935
+ "nuxt": ">=3.0.0",
10936
+ "requires": {}
10937
+ }
10938
+ },
9408
10939
  {
9409
10940
  "name": "wp-nuxt",
9410
10941
  "description": "The module adds a Wordpress Rest API to your nuxt application",
@@ -9468,7 +10999,7 @@
9468
10999
  }
9469
11000
  ],
9470
11001
  "compatibility": {
9471
- "nuxt": "^2.0.0 || >=3.0.0",
11002
+ "nuxt": "^2.16.0 || ^3.0.0",
9472
11003
  "requires": {
9473
11004
  "bridge": true
9474
11005
  }