@nuxt/modules 0.6.0-8f9df7 → 0.6.0-8fe7db

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 +3 -3
  2. package/modules.json +1686 -882
  3. package/package.json +23 -21
package/modules.json CHANGED
@@ -1,30 +1,31 @@
1
1
  [
2
2
  {
3
- "name": "ackee",
4
- "description": "Nuxt module for Ackee analytics",
5
- "repo": "bdrtsky/nuxt-ackee",
6
- "npm": "nuxt-ackee",
7
- "icon": "ackee.png",
8
- "github": "https://github.com/bdrtsky/nuxt-ackee",
9
- "website": "https://github.com/bdrtsky/nuxt-ackee",
10
- "learn_more": "https://ackee.electerious.com",
11
- "category": "Analytics",
12
- "type": "3rd-party",
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
13
  "maintainers": [
14
14
  {
15
- "name": "Serhii Bedrytskyi",
16
- "github": "bdrtsky",
17
- "twitter": "serhii_be"
15
+ "name": "Tim Damen",
16
+ "github": "timdamen",
17
+ "twitter": "timdamen_io",
18
+ "bluesky": "timdamen.io"
18
19
  },
19
20
  {
20
- "name": "Sébastien Chopin",
21
- "github": "Atinux",
22
- "twitter": "Atinux",
23
- "bluesky": "atinux.com"
21
+ "name": "Daniel Roe",
22
+ "github": "danielroe",
23
+ "twitter": "danielcroe",
24
+ "bluesky": "danielroe.dev"
24
25
  }
25
26
  ],
26
27
  "compatibility": {
27
- "nuxt": "^2.0.0",
28
+ "nuxt": ">=3.0.0",
28
29
  "requires": {}
29
30
  }
30
31
  },
@@ -78,7 +79,7 @@
78
79
  }
79
80
  ],
80
81
  "compatibility": {
81
- "nuxt": "^2.0.0 || >=3.0.0",
82
+ "nuxt": "^2.16.0 || >=3.0.0-rc.9",
82
83
  "requires": {
83
84
  "bridge": true
84
85
  }
@@ -121,7 +122,8 @@
121
122
  {
122
123
  "name": "Farnabaz",
123
124
  "github": "farnabaz",
124
- "twitter": "a_birang"
125
+ "twitter": "a_birang",
126
+ "bluesky": "farnabaz.dev"
125
127
  }
126
128
  ],
127
129
  "compatibility": {
@@ -148,7 +150,7 @@
148
150
  }
149
151
  ],
150
152
  "compatibility": {
151
- "nuxt": "^2.0.0 || >=3.0.0",
153
+ "nuxt": ">=3.0.0",
152
154
  "requires": {}
153
155
  }
154
156
  },
@@ -177,6 +179,28 @@
177
179
  }
178
180
  }
179
181
  },
182
+ {
183
+ "name": "antdv-next",
184
+ "description": "Ant Design for Vue",
185
+ "repo": "antdv-next/nuxt",
186
+ "npm": "@antdv-next/nuxt",
187
+ "icon": "antdv-next.svg",
188
+ "github": "https://github.com/antdv-next/nuxt",
189
+ "website": "https://www.antdv-next.com",
190
+ "learn_more": "https://www.antdv-next.com",
191
+ "category": "UI",
192
+ "type": "3rd-party",
193
+ "maintainers": [
194
+ {
195
+ "name": "yanyu",
196
+ "github": "aibayanyu20"
197
+ }
198
+ ],
199
+ "compatibility": {
200
+ "nuxt": ">=4.0.0",
201
+ "requires": {}
202
+ }
203
+ },
180
204
  {
181
205
  "name": "aos",
182
206
  "description": "A Nuxt module that adds Animate On Scroll",
@@ -219,7 +243,7 @@
219
243
  }
220
244
  ],
221
245
  "compatibility": {
222
- "nuxt": ">=3.0.0",
246
+ "nuxt": ">=3.7.0",
223
247
  "requires": {}
224
248
  }
225
249
  },
@@ -382,7 +406,7 @@
382
406
  }
383
407
  ],
384
408
  "compatibility": {
385
- "nuxt": ">=3.0.0",
409
+ "nuxt": "^3.0.0",
386
410
  "requires": {}
387
411
  }
388
412
  },
@@ -408,9 +432,32 @@
408
432
  "requires": {}
409
433
  }
410
434
  },
435
+ {
436
+ "name": "askdoppler",
437
+ "description": "Monitor impressions coming from ChatGPT, Perplexity and others in your Nuxt app with this integration of Doppler.",
438
+ "repo": "askdoppler/doppler-js#main/nuxt",
439
+ "npm": "@askdoppler/nuxt",
440
+ "icon": "askdoppler.png",
441
+ "github": "https://github.com/askdoppler/doppler-js/tree/main/nuxt",
442
+ "website": "https://askdoppler.com",
443
+ "learn_more": "https://docs.askdoppler.com/integrations/nuxt",
444
+ "category": "SEO",
445
+ "type": "3rd-party",
446
+ "maintainers": [
447
+ {
448
+ "name": "maxime",
449
+ "github": "mdolr",
450
+ "twitter": "m_dolr"
451
+ }
452
+ ],
453
+ "compatibility": {
454
+ "nuxt": ">=3.0.0",
455
+ "requires": {}
456
+ }
457
+ },
411
458
  {
412
459
  "name": "auth-utils",
413
- "description": "Minimalist Auth module for Nuxt with SSR.",
460
+ "description": "Add Authentication to Nuxt applications with secured & sealed cookies sessions.",
414
461
  "repo": "atinux/nuxt-auth-utils",
415
462
  "npm": "nuxt-auth-utils",
416
463
  "icon": "",
@@ -423,7 +470,7 @@
423
470
  {
424
471
  "name": "Sébastien Chopin",
425
472
  "github": "atinux",
426
- "twitter": "Atinux",
473
+ "twitter": "atinux",
427
474
  "bluesky": "atinux.com"
428
475
  }
429
476
  ],
@@ -460,29 +507,6 @@
460
507
  "requires": {}
461
508
  }
462
509
  },
463
- {
464
- "name": "authjs",
465
- "description": "Auth.js authentication Nuxt module. Edge compatible.",
466
- "repo": "Hebilicious/authjs-nuxt#main",
467
- "npm": "@hebilicious/authjs-nuxt",
468
- "icon": "authjs.png",
469
- "github": "https://github.com/Hebilicious/authjs-nuxt",
470
- "website": "https://authjs-nuxt.pages.dev/",
471
- "learn_more": "https://authjs.dev/",
472
- "category": "Security",
473
- "type": "3rd-party",
474
- "maintainers": [
475
- {
476
- "name": "Heb",
477
- "github": "Hebilicious",
478
- "twitter": "its_hebilicious"
479
- }
480
- ],
481
- "compatibility": {
482
- "nuxt": ">=3.0.0",
483
- "requires": {}
484
- }
485
- },
486
510
  {
487
511
  "name": "authorization",
488
512
  "description": "Manage permissions inside the app and the server.",
@@ -578,6 +602,50 @@
578
602
  "requires": {}
579
603
  }
580
604
  },
605
+ {
606
+ "name": "bcms",
607
+ "description": "Nuxt BCMS module",
608
+ "repo": "bcms/nuxt-module",
609
+ "npm": "@thebcms/nuxt",
610
+ "icon": "bcms.png",
611
+ "github": "https://github.com/bcms/nuxt-module",
612
+ "website": "https://thebcms.com",
613
+ "learn_more": "https://thebcms.com/docs/integrations/nuxt-js",
614
+ "category": "CMS",
615
+ "type": "3rd-party",
616
+ "maintainers": [
617
+ {
618
+ "name": "Branislav Vajagic",
619
+ "github": "bbanez"
620
+ }
621
+ ],
622
+ "compatibility": {
623
+ "nuxt": ">=3.0.0",
624
+ "requires": {}
625
+ }
626
+ },
627
+ {
628
+ "name": "betterstack",
629
+ "description": "A Nuxt module for integrating BetterStack into your Nuxt application",
630
+ "repo": "nicogenz/nuxt-betterstack",
631
+ "npm": "nuxt-betterstack",
632
+ "icon": "betterstack.svg",
633
+ "github": "https://github.com/nicogenz/nuxt-betterstack",
634
+ "website": "https://github.com/nicogenz/nuxt-betterstack",
635
+ "learn_more": "https://betterstack.com",
636
+ "category": "Extensions",
637
+ "type": "3rd-party",
638
+ "maintainers": [
639
+ {
640
+ "name": "Nico Genz",
641
+ "github": "nicogenz"
642
+ }
643
+ ],
644
+ "compatibility": {
645
+ "nuxt": ">=3.0.0",
646
+ "requires": {}
647
+ }
648
+ },
581
649
  {
582
650
  "name": "bootstrap",
583
651
  "description": "Add Bootstrap to your Nuxt app in seconds.",
@@ -635,29 +703,6 @@
635
703
  "requires": {}
636
704
  }
637
705
  },
638
- {
639
- "name": "buefy",
640
- "description": "It's really very simple to start with nuxt. But we can make it even simpler by adding nuxt-buefy",
641
- "repo": "buefy/nuxt-buefy",
642
- "npm": "nuxt-buefy",
643
- "icon": "buefy.png",
644
- "github": "https://github.com/buefy/nuxt-buefy",
645
- "website": "https://github.com/buefy/nuxt-buefy",
646
- "learn_more": "https://buefy.org/",
647
- "category": "UI",
648
- "type": "3rd-party",
649
- "maintainers": [
650
- {
651
- "name": "Walter Tommasi",
652
- "github": "jtommy",
653
- "twitter": "walter_tommasi"
654
- }
655
- ],
656
- "compatibility": {
657
- "nuxt": "^2.0.0",
658
- "requires": {}
659
- }
660
- },
661
706
  {
662
707
  "name": "bugsnag",
663
708
  "description": "Bugsnag integration for nuxt.js. Makes it easy to add bugsnag to your Project. Supports uploading source maps.",
@@ -677,7 +722,7 @@
677
722
  }
678
723
  ],
679
724
  "compatibility": {
680
- "nuxt": "^2.0.0 || >=3.0.0",
725
+ "nuxt": "^2.16.0 || >=3.0.0",
681
726
  "requires": {
682
727
  "bridge": true
683
728
  }
@@ -797,28 +842,6 @@
797
842
  "requires": {}
798
843
  }
799
844
  },
800
- {
801
- "name": "chakra-ui",
802
- "description": "Chakra UI Module for Nuxt",
803
- "repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
804
- "npm": "@chakra-ui/nuxt",
805
- "icon": "chakra-ui.png",
806
- "github": "https://github.com/chakra-ui/chakra-ui-vue/tree/develop/packages/chakra-ui-nuxt",
807
- "website": "https://vue.chakra-ui.com/with-nuxt",
808
- "learn_more": "",
809
- "category": "UI",
810
- "type": "3rd-party",
811
- "maintainers": [
812
- {
813
- "name": "Jonathan Bakebwa",
814
- "github": "codebender828 https://avatars2.githubusercontent.com/u/21237954?s=400&u=8d33f80968b1e2582b530af74e26e4cb94d1a90b&v=4"
815
- }
816
- ],
817
- "compatibility": {
818
- "nuxt": "^2.0.0",
819
- "requires": {}
820
- }
821
- },
822
845
  {
823
846
  "name": "chatwoot",
824
847
  "description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
@@ -832,13 +855,14 @@
832
855
  "type": "3rd-party",
833
856
  "maintainers": [
834
857
  {
835
- "name": "Dev",
858
+ "name": "Wind",
836
859
  "github": "productdevbook",
837
- "twitter": "productdevbook"
860
+ "twitter": "productdevbook",
861
+ "bluesky": "productdevbook.com"
838
862
  }
839
863
  ],
840
864
  "compatibility": {
841
- "nuxt": ">=3.0.0",
865
+ "nuxt": ">=3.3.1",
842
866
  "requires": {}
843
867
  }
844
868
  },
@@ -982,7 +1006,7 @@
982
1006
  }
983
1007
  ],
984
1008
  "compatibility": {
985
- "nuxt": ">=3.0.0",
1009
+ "nuxt": "^3.0.0",
986
1010
  "requires": {}
987
1011
  }
988
1012
  },
@@ -1025,7 +1049,7 @@
1025
1049
  {
1026
1050
  "name": "Sébastien Chopin",
1027
1051
  "github": "Atinux",
1028
- "twitter": "Atinux",
1052
+ "twitter": "atinux",
1029
1053
  "bluesky": "atinux.com"
1030
1054
  }
1031
1055
  ],
@@ -1036,6 +1060,29 @@
1036
1060
  }
1037
1061
  }
1038
1062
  },
1063
+ {
1064
+ "name": "compodium",
1065
+ "description": "A plug an play component playground for Nuxt.",
1066
+ "repo": "romhml/compodium#main/packages/nuxt",
1067
+ "npm": "@compodium/nuxt",
1068
+ "icon": "compodium.svg",
1069
+ "github": "https://github.com/romhml/compodium",
1070
+ "website": "https://github.com/romhml/compodium",
1071
+ "learn_more": "",
1072
+ "category": "Devtools",
1073
+ "type": "3rd-party",
1074
+ "maintainers": [
1075
+ {
1076
+ "name": "Romain Hamel",
1077
+ "github": "romhml",
1078
+ "bluesky": "rohm.dev"
1079
+ }
1080
+ ],
1081
+ "compatibility": {
1082
+ "nuxt": ">=3.0.0",
1083
+ "requires": {}
1084
+ }
1085
+ },
1039
1086
  {
1040
1087
  "name": "component-cache",
1041
1088
  "description": "LRU component cache for vue components",
@@ -1060,30 +1107,6 @@
1060
1107
  "requires": {}
1061
1108
  }
1062
1109
  },
1063
- {
1064
- "name": "composition-api",
1065
- "description": "Composition API hooks for Nuxt",
1066
- "repo": "nuxt-community/composition-api#main",
1067
- "npm": "@nuxtjs/composition-api",
1068
- "icon": "composition-api.svg",
1069
- "github": "https://github.com/nuxt-community/composition-api/tree/main",
1070
- "website": "https://composition-api.nuxtjs.org",
1071
- "learn_more": "",
1072
- "category": "Extensions",
1073
- "type": "community",
1074
- "maintainers": [
1075
- {
1076
- "name": "Daniel Roe",
1077
- "github": "danielroe",
1078
- "twitter": "danielcroe",
1079
- "bluesky": "danielroe.dev"
1080
- }
1081
- ],
1082
- "compatibility": {
1083
- "nuxt": "^2.0.0",
1084
- "requires": {}
1085
- }
1086
- },
1087
1110
  {
1088
1111
  "name": "content-assets",
1089
1112
  "description": "Enable locally-located assets in Nuxt Content",
@@ -1107,9 +1130,32 @@
1107
1130
  "requires": {}
1108
1131
  }
1109
1132
  },
1133
+ {
1134
+ "name": "content-island",
1135
+ "description": "Content Island - A headless CMS that’s refreshingly simple",
1136
+ "repo": "content-island/nuxt-content-island",
1137
+ "npm": "@content-island/nuxt",
1138
+ "icon": "content-island.png",
1139
+ "github": "https://github.com/content-island/nuxt-content-island",
1140
+ "website": "https://contentisland.net/",
1141
+ "learn_more": "https://github.com/content-island/nuxt-content-island",
1142
+ "category": "CMS",
1143
+ "type": "3rd-party",
1144
+ "maintainers": [
1145
+ {
1146
+ "name": "nasdan",
1147
+ "github": "nasdan",
1148
+ "avatar": "https://avatars.githubusercontent.com/u/4374977?v=4"
1149
+ }
1150
+ ],
1151
+ "compatibility": {
1152
+ "nuxt": "^3.0.0",
1153
+ "requires": {}
1154
+ }
1155
+ },
1110
1156
  {
1111
1157
  "name": "content",
1112
- "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.",
1158
+ "description": "The file-based CMS with support for Markdown, YAML, JSON.",
1113
1159
  "repo": "nuxt/content#main",
1114
1160
  "npm": "@nuxt/content",
1115
1161
  "icon": "nuxt.svg",
@@ -1119,50 +1165,30 @@
1119
1165
  "category": "CMS",
1120
1166
  "type": "official",
1121
1167
  "maintainers": [
1122
- {
1123
- "name": "Yaël Guilloux",
1124
- "github": "Tahul",
1125
- "twitter": "yaeeelglx",
1126
- "bluesky": "yael.dev"
1127
- },
1128
1168
  {
1129
1169
  "name": "Farnabaz",
1130
1170
  "github": "farnabaz",
1131
- "twitter": "a_birang"
1171
+ "twitter": "a_birang",
1172
+ "bluesky": "farnabaz.dev"
1173
+ },
1174
+ {
1175
+ "name": "Baptiste Leproux",
1176
+ "github": "larbish",
1177
+ "twitter": "_larbish",
1178
+ "bluesky": "larbish.bsky.social"
1132
1179
  },
1133
1180
  {
1134
1181
  "name": "Sébastien Chopin",
1135
1182
  "github": "Atinux",
1136
- "twitter": "Atinux",
1183
+ "twitter": "atinux",
1137
1184
  "bluesky": "atinux.com"
1138
1185
  }
1139
1186
  ],
1140
1187
  "compatibility": {
1141
- "nuxt": "^2.0.0 || >=3.0.0",
1142
- "requires": {}
1143
- }
1144
- },
1145
- {
1146
- "name": "contentful",
1147
- "description": "nuxt contentful module",
1148
- "repo": "scaccogatto/contentful-module",
1149
- "npm": "contentful-module",
1150
- "icon": "contentful.png",
1151
- "github": "https://github.com/scaccogatto/contentful-module",
1152
- "website": "https://github.com/scaccogatto/contentful-module",
1153
- "learn_more": "https://www.contentful.com/",
1154
- "category": "CMS",
1155
- "type": "3rd-party",
1156
- "maintainers": [
1157
- {
1158
- "name": "Marco 'Gatto' Boffo",
1159
- "github": "scaccogatto"
1160
- }
1161
- ],
1162
- "compatibility": {
1163
- "nuxt": "^2.0.0",
1188
+ "nuxt": ">=3.0.0-rc.3",
1164
1189
  "requires": {}
1165
- }
1190
+ },
1191
+ "mcp": "https://content.nuxt.com/mcp"
1166
1192
  },
1167
1193
  {
1168
1194
  "name": "contentstack",
@@ -1172,7 +1198,7 @@
1172
1198
  "icon": "contentstack.png",
1173
1199
  "github": "https://github.com/timbenniks/nuxt-contentstack",
1174
1200
  "website": "https://github.com/timbenniks/nuxt-contentstack",
1175
- "learn_more": "https://contentstack.com/",
1201
+ "learn_more": "https://community.contentstack.com/",
1176
1202
  "category": "CMS",
1177
1203
  "type": "3rd-party",
1178
1204
  "maintainers": [
@@ -1185,7 +1211,32 @@
1185
1211
  }
1186
1212
  ],
1187
1213
  "compatibility": {
1188
- "nuxt": "^3.12.0",
1214
+ "nuxt": ">=3.20.1",
1215
+ "requires": {},
1216
+ "devtools": "^0.0.0"
1217
+ }
1218
+ },
1219
+ {
1220
+ "name": "convex",
1221
+ "description": "Nuxt module for Convex - reactive backend with real-time sync, file storage, and auto-imports",
1222
+ "repo": "onmax/nuxt-convex",
1223
+ "npm": "nuxt-convex",
1224
+ "icon": "convex.svg",
1225
+ "github": "https://github.com/onmax/nuxt-convex",
1226
+ "website": "https://nuxt-convex.onmax.me",
1227
+ "learn_more": "https://docs.convex.dev",
1228
+ "category": "Database",
1229
+ "type": "3rd-party",
1230
+ "maintainers": [
1231
+ {
1232
+ "name": "Max",
1233
+ "github": "onmax",
1234
+ "twitter": "_onmax",
1235
+ "bluesky": "onmax.bsky.social"
1236
+ }
1237
+ ],
1238
+ "compatibility": {
1239
+ "nuxt": ">=3.0.0",
1189
1240
  "requires": {}
1190
1241
  }
1191
1242
  },
@@ -1396,7 +1447,7 @@
1396
1447
  }
1397
1448
  ],
1398
1449
  "compatibility": {
1399
- "nuxt": "^2.0.0 || >=3.0.0",
1450
+ "nuxt": ">=3.5.0",
1400
1451
  "requires": {}
1401
1452
  }
1402
1453
  },
@@ -1419,13 +1470,13 @@
1419
1470
  }
1420
1471
  ],
1421
1472
  "compatibility": {
1422
- "nuxt": "^2.0.0 || >=3.0.0",
1473
+ "nuxt": "^2.16.0 || >=3.0.0",
1423
1474
  "requires": {}
1424
1475
  }
1425
1476
  },
1426
1477
  {
1427
1478
  "name": "devtools",
1428
- "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1479
+ "description": "Visual tools that help you to know your Nuxt application better.",
1429
1480
  "repo": "nuxt/devtools#main/packages/devtools",
1430
1481
  "npm": "@nuxt/devtools",
1431
1482
  "icon": "nuxt.svg",
@@ -1479,7 +1530,7 @@
1479
1530
  }
1480
1531
  ],
1481
1532
  "compatibility": {
1482
- "nuxt": ">=3.0.0",
1533
+ "nuxt": "^2.16.0 || >=3.0.0-rc.9",
1483
1534
  "requires": {},
1484
1535
  "devtools": "^0.0.0"
1485
1536
  }
@@ -1568,7 +1619,7 @@
1568
1619
  }
1569
1620
  ],
1570
1621
  "compatibility": {
1571
- "nuxt": "^3.0.0",
1622
+ "nuxt": ">=3.0.0",
1572
1623
  "requires": {}
1573
1624
  }
1574
1625
  },
@@ -1603,7 +1654,7 @@
1603
1654
  }
1604
1655
  ],
1605
1656
  "compatibility": {
1606
- "nuxt": "^2.0.0 || >=3.0.0",
1657
+ "nuxt": ">=3.7.0",
1607
1658
  "requires": {}
1608
1659
  }
1609
1660
  },
@@ -1666,11 +1717,12 @@
1666
1717
  "maintainers": [
1667
1718
  {
1668
1719
  "name": "Yue JIN",
1669
- "github": "kingyue737"
1720
+ "github": "kingyue737",
1721
+ "twitter": "kingyue737"
1670
1722
  }
1671
1723
  ],
1672
1724
  "compatibility": {
1673
- "nuxt": ">=3.0.0",
1725
+ "nuxt": ">=3.2.0",
1674
1726
  "requires": {}
1675
1727
  }
1676
1728
  },
@@ -1739,7 +1791,7 @@
1739
1791
  }
1740
1792
  ],
1741
1793
  "compatibility": {
1742
- "nuxt": ">=3.0.0",
1794
+ "nuxt": ">=3",
1743
1795
  "requires": {
1744
1796
  "bridge": "optional"
1745
1797
  }
@@ -1774,6 +1826,28 @@
1774
1826
  "requires": {}
1775
1827
  }
1776
1828
  },
1829
+ {
1830
+ "name": "es-toolkit",
1831
+ "description": "Es-toolkit auto import module for Nuxt",
1832
+ "repo": "bubblesortt/nuxt-es-toolkit",
1833
+ "npm": "@bubblesortt/nuxt-es-toolkit",
1834
+ "icon": "es-toolkit.png",
1835
+ "github": "https://github.com/bubblesortt/nuxt-es-toolkit",
1836
+ "website": "https://github.com/bubblesortt/nuxt-es-toolkit",
1837
+ "learn_more": "https://es-toolkit.dev/",
1838
+ "category": "Libraries",
1839
+ "type": "3rd-party",
1840
+ "maintainers": [
1841
+ {
1842
+ "name": "Alexandr Bychkin",
1843
+ "github": "bubblesortt"
1844
+ }
1845
+ ],
1846
+ "compatibility": {
1847
+ "nuxt": ">=3.0.0",
1848
+ "requires": {}
1849
+ }
1850
+ },
1777
1851
  {
1778
1852
  "name": "eslint-module",
1779
1853
  "description": "ESLint module for Nuxt",
@@ -1799,7 +1873,7 @@
1799
1873
  },
1800
1874
  {
1801
1875
  "name": "eslint",
1802
- "description": "All-in-one ESLint module for Nuxt, provides project-aware, easy-to-use, extensible and future-proof integrations.",
1876
+ "description": "Project-aware, easy-to-use, extensible and future-proof ESLint integration.",
1803
1877
  "repo": "nuxt/eslint",
1804
1878
  "npm": "@nuxt/eslint",
1805
1879
  "icon": "nuxt.svg",
@@ -1822,26 +1896,29 @@
1822
1896
  }
1823
1897
  },
1824
1898
  {
1825
- "name": "event-trace",
1826
- "description": "Module for event trace in Nuxt",
1827
- "repo": "nuxt-community/nuxt-event-trace",
1828
- "npm": "nuxt-event-trace",
1829
- "icon": "",
1830
- "github": "https://github.com/nuxt-community/nuxt-event-trace",
1831
- "website": "https://github.com/nuxt-community/nuxt-event-trace",
1832
- "learn_more": "",
1899
+ "name": "evlog",
1900
+ "description": "Wide events and structured errors for TypeScript. One log per request. Full context.",
1901
+ "repo": "HugoRCD/evlog#main/packages/evlog",
1902
+ "npm": "evlog",
1903
+ "icon": "evlog.svg",
1904
+ "github": "https://github.com/HugoRCD/evlog",
1905
+ "website": "https://evlog.dev",
1906
+ "learn_more": "https://evlog.dev/getting-started/introduction",
1833
1907
  "category": "Monitoring",
1834
- "type": "community",
1908
+ "type": "3rd-party",
1835
1909
  "maintainers": [
1836
1910
  {
1837
- "name": "Xin Du (Clark)",
1838
- "github": "clarkdo"
1911
+ "name": "Hugo",
1912
+ "github": "HugoRCD",
1913
+ "twitter": "hugorcd",
1914
+ "bluesky": "hrcd.fr"
1839
1915
  }
1840
1916
  ],
1841
1917
  "compatibility": {
1842
- "nuxt": "^2.0.0",
1918
+ "nuxt": ">=3.0.0",
1843
1919
  "requires": {}
1844
- }
1920
+ },
1921
+ "mcp": "https://evlog.dev/mcp"
1845
1922
  },
1846
1923
  {
1847
1924
  "name": "fathom-analytics",
@@ -1866,28 +1943,6 @@
1866
1943
  "requires": {}
1867
1944
  }
1868
1945
  },
1869
- {
1870
- "name": "fathom",
1871
- "description": "Fathom analytics for Nuxt",
1872
- "repo": "yabhq/nuxt-fathom",
1873
- "npm": "@yabhq/nuxt-fathom",
1874
- "icon": "fathom.png",
1875
- "github": "https://github.com/yabhq/nuxt-fathom",
1876
- "website": "https://github.com/yabhq/nuxt-fathom",
1877
- "learn_more": "https://usefathom.com/",
1878
- "category": "Analytics",
1879
- "type": "3rd-party",
1880
- "maintainers": [
1881
- {
1882
- "name": "yabhq",
1883
- "github": "yabhq"
1884
- }
1885
- ],
1886
- "compatibility": {
1887
- "nuxt": "^2.0.0",
1888
- "requires": {}
1889
- }
1890
- },
1891
1946
  {
1892
1947
  "name": "feature-toggle",
1893
1948
  "description": "Feature toggle module for Nuxt",
@@ -1981,42 +2036,20 @@
1981
2036
  }
1982
2037
  },
1983
2038
  {
1984
- "name": "font-loader-strategy",
1985
- "description": "Helps to load fonts and activate them by preloading.",
1986
- "repo": "GrabarzUndPartner/nuxt-font-loader-strategy",
1987
- "npm": "nuxt-font-loader-strategy",
1988
- "icon": "",
1989
- "github": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
1990
- "website": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
2039
+ "name": "fontagon",
2040
+ "description": "Easy convert SVG from nuxt to icon font.",
2041
+ "repo": "kdydesign/nuxt-fontagon",
2042
+ "npm": "nuxt-fontagon",
2043
+ "icon": "fontagon.png",
2044
+ "github": "https://github.com/kdydesign/nuxt-fontagon",
2045
+ "website": "https://github.com/kdydesign/nuxt-fontagon",
1991
2046
  "learn_more": "",
1992
- "category": "Fonts",
2047
+ "category": "Libraries",
1993
2048
  "type": "3rd-party",
1994
2049
  "maintainers": [
1995
2050
  {
1996
- "name": "GrabarzUndPartner",
1997
- "github": "GrabarzUndPartner"
1998
- }
1999
- ],
2000
- "compatibility": {
2001
- "nuxt": "^2.0.0",
2002
- "requires": {}
2003
- }
2004
- },
2005
- {
2006
- "name": "fontagon",
2007
- "description": "Easy convert SVG from nuxt to icon font.",
2008
- "repo": "kdydesign/nuxt-fontagon",
2009
- "npm": "nuxt-fontagon",
2010
- "icon": "fontagon.png",
2011
- "github": "https://github.com/kdydesign/nuxt-fontagon",
2012
- "website": "https://github.com/kdydesign/nuxt-fontagon",
2013
- "learn_more": "",
2014
- "category": "Libraries",
2015
- "type": "3rd-party",
2016
- "maintainers": [
2017
- {
2018
- "name": "Dev.DY",
2019
- "github": "kdydesign"
2051
+ "name": "Dev.DY",
2052
+ "github": "kdydesign"
2020
2053
  }
2021
2054
  ],
2022
2055
  "compatibility": {
@@ -2044,7 +2077,7 @@
2044
2077
  }
2045
2078
  ],
2046
2079
  "compatibility": {
2047
- "nuxt": ">=3.0.0",
2080
+ "nuxt": ">=3.0.0-rc.6",
2048
2081
  "requires": {}
2049
2082
  }
2050
2083
  },
@@ -2072,14 +2105,14 @@
2072
2105
  },
2073
2106
  {
2074
2107
  "name": "fonts",
2075
- "description": "Plug-and-play web font optimization and configuration for Nuxt apps.",
2108
+ "description": "Add custom web fonts with performance in mind.",
2076
2109
  "repo": "nuxt/fonts",
2077
2110
  "npm": "@nuxt/fonts",
2078
2111
  "icon": "nuxt.svg",
2079
2112
  "github": "https://github.com/nuxt/fonts",
2080
2113
  "website": "https://fonts.nuxt.com",
2081
2114
  "learn_more": "",
2082
- "category": "Libraries",
2115
+ "category": "Fonts",
2083
2116
  "type": "official",
2084
2117
  "maintainers": [
2085
2118
  {
@@ -2113,7 +2146,7 @@
2113
2146
  }
2114
2147
  ],
2115
2148
  "compatibility": {
2116
- "nuxt": ">=3.7.0",
2149
+ "nuxt": ">=3",
2117
2150
  "requires": {}
2118
2151
  }
2119
2152
  },
@@ -2140,6 +2173,29 @@
2140
2173
  "twitter": "0xBOYD"
2141
2174
  }
2142
2175
  ],
2176
+ "compatibility": {
2177
+ "nuxt": ">=3.0.0 <5.0.0",
2178
+ "requires": {}
2179
+ }
2180
+ },
2181
+ {
2182
+ "name": "freeform",
2183
+ "description": "Desktop-like drag & drop for Nuxt. Lasso selection, reorder, drop into containers - zero dependencies, pure Vue magic.",
2184
+ "repo": "Flo0806/nuxt-freeform#main/packages/nuxt-freeform",
2185
+ "npm": "nuxt-freeform",
2186
+ "icon": "nuxt-freeform.png",
2187
+ "github": "https://github.com/Flo0806/nuxt-freeform",
2188
+ "website": "https://nuxt-freeform.fh-softdev.de",
2189
+ "learn_more": "",
2190
+ "category": "UI",
2191
+ "type": "3rd-party",
2192
+ "maintainers": [
2193
+ {
2194
+ "name": "Florian Heuberger",
2195
+ "github": "Flo0806",
2196
+ "bluesky": "flo-heuberger.bsky.social"
2197
+ }
2198
+ ],
2143
2199
  "compatibility": {
2144
2200
  "nuxt": ">=3.0.0",
2145
2201
  "requires": {}
@@ -2214,7 +2270,7 @@
2214
2270
  }
2215
2271
  ],
2216
2272
  "compatibility": {
2217
- "nuxt": "^2.0.0 || >=3.0.0",
2273
+ "nuxt": "^2.15.0 || >=3.0.0",
2218
2274
  "requires": {}
2219
2275
  }
2220
2276
  },
@@ -2305,40 +2361,6 @@
2305
2361
  "requires": {}
2306
2362
  }
2307
2363
  },
2308
- {
2309
- "name": "google-optimize",
2310
- "description": "SSR friendly Google Optimize module for Nuxt",
2311
- "repo": "nuxt-community/google-optimize-module",
2312
- "npm": "nuxt-google-optimize",
2313
- "icon": "google-optimize.png",
2314
- "github": "https://github.com/nuxt-community/google-optimize-module",
2315
- "website": "https://github.com/nuxt-community/google-optimize-module",
2316
- "learn_more": "https://marketingplatform.google.com/about/optimize/",
2317
- "category": "Analytics",
2318
- "type": "community",
2319
- "maintainers": [
2320
- {
2321
- "name": "Pooya Parsa",
2322
- "github": "pi0",
2323
- "twitter": "_pi0_",
2324
- "bluesky": "pi0.io"
2325
- },
2326
- {
2327
- "name": "Farzad Soltani",
2328
- "github": "farzadso",
2329
- "twitter": "farzadso"
2330
- },
2331
- {
2332
- "name": "Josh Deltener",
2333
- "github": "hecktarzuli",
2334
- "twitter": "JoshDeltener"
2335
- }
2336
- ],
2337
- "compatibility": {
2338
- "nuxt": "^2.0.0",
2339
- "requires": {}
2340
- }
2341
- },
2342
2364
  {
2343
2365
  "name": "graphql-client",
2344
2366
  "description": "Minimal GraphQL Client + Code Generation for Nuxt. Auto imports GraphQL Operations for easy execution.",
@@ -2358,7 +2380,7 @@
2358
2380
  }
2359
2381
  ],
2360
2382
  "compatibility": {
2361
- "nuxt": ">=3.0.0",
2383
+ "nuxt": ">=3.7.0",
2362
2384
  "requires": {}
2363
2385
  }
2364
2386
  },
@@ -2381,7 +2403,7 @@
2381
2403
  }
2382
2404
  ],
2383
2405
  "compatibility": {
2384
- "nuxt": "^2.0.0 || >=3.0.0",
2406
+ "nuxt": ">=3.0.0",
2385
2407
  "requires": {}
2386
2408
  }
2387
2409
  },
@@ -2429,7 +2451,7 @@
2429
2451
  }
2430
2452
  ],
2431
2453
  "compatibility": {
2432
- "nuxt": ">=3.0.0",
2454
+ "nuxt": ">=3.7.0",
2433
2455
  "requires": {}
2434
2456
  }
2435
2457
  },
@@ -2565,7 +2587,7 @@
2565
2587
  "name": "Lucas Portet",
2566
2588
  "github": "l-portet",
2567
2589
  "avatar": "https://avatars.githubusercontent.com/u/34057690?v=4",
2568
- "twitter": "lucasportet"
2590
+ "twitter": "lukecarry_"
2569
2591
  }
2570
2592
  ],
2571
2593
  "compatibility": {
@@ -2617,6 +2639,30 @@
2617
2639
  "requires": {}
2618
2640
  }
2619
2641
  },
2642
+ {
2643
+ "name": "hints",
2644
+ "description": "Nuxt module that shows hints for aspects of your application such as Performance, Security, and more!",
2645
+ "repo": "nuxt/hints",
2646
+ "npm": "@nuxt/hints",
2647
+ "icon": "nuxt.svg",
2648
+ "github": "https://github.com/nuxt/hints",
2649
+ "website": "https://github.com/nuxt/hints",
2650
+ "learn_more": "",
2651
+ "category": "Devtools",
2652
+ "type": "official",
2653
+ "maintainers": [
2654
+ {
2655
+ "name": "Julien Huang",
2656
+ "github": "huang-julien",
2657
+ "twitter": "JulienHuang_dev",
2658
+ "bluesky": "julienhuang-dev.bsky.social"
2659
+ }
2660
+ ],
2661
+ "compatibility": {
2662
+ "nuxt": ">=3.0.0",
2663
+ "requires": {}
2664
+ }
2665
+ },
2620
2666
  {
2621
2667
  "name": "history-state",
2622
2668
  "description": "Nuxt module to backup or restore historical states",
@@ -2704,7 +2750,7 @@
2704
2750
  }
2705
2751
  ],
2706
2752
  "compatibility": {
2707
- "nuxt": "^2.0.0 || >=3.0.0",
2753
+ "nuxt": "^2.0.0 || >=3.0.0-rc.7",
2708
2754
  "requires": {
2709
2755
  "bridge": "optional"
2710
2756
  }
@@ -2731,7 +2777,7 @@
2731
2777
  {
2732
2778
  "name": "Sébastien Chopin",
2733
2779
  "github": "Atinux",
2734
- "twitter": "Atinux",
2780
+ "twitter": "atinux",
2735
2781
  "bluesky": "atinux.com"
2736
2782
  }
2737
2783
  ],
@@ -2755,13 +2801,14 @@
2755
2801
  {
2756
2802
  "name": "Sébastien Chopin",
2757
2803
  "github": "Atinux",
2758
- "twitter": "Atinux",
2804
+ "twitter": "atinux",
2759
2805
  "bluesky": "atinux.com"
2760
2806
  },
2761
2807
  {
2762
2808
  "name": "Farnabaz",
2763
2809
  "github": "farnabaz",
2764
- "twitter": "a_birang"
2810
+ "twitter": "a_birang",
2811
+ "bluesky": "farnabaz.dev"
2765
2812
  },
2766
2813
  {
2767
2814
  "name": "Sylvain Marroufin",
@@ -2780,7 +2827,8 @@
2780
2827
  "compatibility": {
2781
2828
  "nuxt": ">=3.0.0",
2782
2829
  "requires": {}
2783
- }
2830
+ },
2831
+ "mcp": "https://hub.nuxt.com/mcp"
2784
2832
  },
2785
2833
  {
2786
2834
  "name": "humans-txt",
@@ -2835,7 +2883,7 @@
2835
2883
  }
2836
2884
  ],
2837
2885
  "compatibility": {
2838
- "nuxt": "^2.0.0 || >=3.0.0",
2886
+ "nuxt": ">=3.0.0-rc.11",
2839
2887
  "requires": {}
2840
2888
  }
2841
2889
  },
@@ -2899,7 +2947,7 @@
2899
2947
  {
2900
2948
  "name": "Sébastien Chopin",
2901
2949
  "github": "Atinux",
2902
- "twitter": "Atinux",
2950
+ "twitter": "atinux",
2903
2951
  "bluesky": "atinux.com"
2904
2952
  },
2905
2953
  {
@@ -2961,7 +3009,7 @@
2961
3009
  },
2962
3010
  {
2963
3011
  "name": "image",
2964
- "description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
3012
+ "description": "Add images with progressive processing, lazy-loading, resizing and providers support.",
2965
3013
  "repo": "nuxt/image",
2966
3014
  "npm": "@nuxt/image",
2967
3015
  "icon": "nuxt.svg",
@@ -2974,7 +3022,8 @@
2974
3022
  {
2975
3023
  "name": "Farnabaz",
2976
3024
  "github": "farnabaz",
2977
- "twitter": "a_birang"
3025
+ "twitter": "a_birang",
3026
+ "bluesky": "farnabaz.dev"
2978
3027
  },
2979
3028
  {
2980
3029
  "name": "Daniel Roe",
@@ -2991,16 +3040,17 @@
2991
3040
  {
2992
3041
  "name": "Sébastien Chopin",
2993
3042
  "github": "Atinux",
2994
- "twitter": "Atinux",
3043
+ "twitter": "atinux",
2995
3044
  "bluesky": "atinux.com"
2996
3045
  }
2997
3046
  ],
2998
3047
  "compatibility": {
2999
- "nuxt": "^2.0.0 || >=3.0.0",
3048
+ "nuxt": ">=3.1.0",
3000
3049
  "requires": {
3001
3050
  "bridge": "optional"
3002
3051
  }
3003
- }
3052
+ },
3053
+ "mcp": "https://image.nuxt.com/mcp"
3004
3054
  },
3005
3055
  {
3006
3056
  "name": "imagemin",
@@ -3028,8 +3078,8 @@
3028
3078
  {
3029
3079
  "name": "inkline",
3030
3080
  "description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
3031
- "repo": "inkline/inkline#main/packages/integrations/nuxt",
3032
- "npm": "@inkline/nuxt",
3081
+ "repo": "inkline/inkline",
3082
+ "npm": "inkline",
3033
3083
  "icon": "inkline.svg",
3034
3084
  "github": "https://github.com/inkline/inkline",
3035
3085
  "website": "https://inkline.io",
@@ -3091,6 +3141,29 @@
3091
3141
  "bluesky": "danielroe.dev"
3092
3142
  }
3093
3143
  ],
3144
+ "compatibility": {
3145
+ "nuxt": ">=3.0.0-rc.12",
3146
+ "requires": {}
3147
+ }
3148
+ },
3149
+ {
3150
+ "name": "izi-toast",
3151
+ "description": "Elegant, responsive, and lightweight toast notification module for Nuxt 3 using iziToast. Supports auto-imported composables and full customization.",
3152
+ "repo": "stephenjason89/nuxt-toast",
3153
+ "npm": "nuxt-toast",
3154
+ "icon": "toast.png",
3155
+ "github": "https://github.com/stephenjason89/nuxt-toast",
3156
+ "website": "https://github.com/stephenjason89/nuxt-toast",
3157
+ "learn_more": "https://marcelodolza.github.io/iziToast/",
3158
+ "category": "Libraries",
3159
+ "type": "3rd-party",
3160
+ "maintainers": [
3161
+ {
3162
+ "name": "Stephen Jason Wang",
3163
+ "github": "stephenjason89",
3164
+ "twitter": "stephenjason89"
3165
+ }
3166
+ ],
3094
3167
  "compatibility": {
3095
3168
  "nuxt": ">=3.0.0",
3096
3169
  "requires": {}
@@ -3114,7 +3187,7 @@
3114
3187
  }
3115
3188
  ],
3116
3189
  "compatibility": {
3117
- "nuxt": "^2.0.0 || >=3.0.0",
3190
+ "nuxt": ">=3.0.0",
3118
3191
  "requires": {}
3119
3192
  }
3120
3193
  },
@@ -3136,7 +3209,7 @@
3136
3209
  }
3137
3210
  ],
3138
3211
  "compatibility": {
3139
- "nuxt": "^3.0.0",
3212
+ "nuxt": ">=3.0.0",
3140
3213
  "requires": {}
3141
3214
  }
3142
3215
  },
@@ -3192,11 +3265,35 @@
3192
3265
  },
3193
3266
  "sponsor": true
3194
3267
  },
3268
+ {
3269
+ "name": "kongponents",
3270
+ "description": "Kong Component library",
3271
+ "repo": "kong/kongponents",
3272
+ "npm": "@kong/kongponents",
3273
+ "icon": "kong.svg",
3274
+ "github": "https://github.com/Kong/kongponents/tree/main/nuxt",
3275
+ "website": "https://kongponents.konghq.com/",
3276
+ "learn_more": "https://kongponents.konghq.com/guide/usage.html#nuxt-module",
3277
+ "category": "UI",
3278
+ "type": "3rd-party",
3279
+ "maintainers": [
3280
+ {
3281
+ "name": "Kong",
3282
+ "github": "Kong",
3283
+ "twitter": "kong"
3284
+ }
3285
+ ],
3286
+ "compatibility": {
3287
+ "nuxt": ">=3.0.0",
3288
+ "requires": {},
3289
+ "devtools": "^0.0.0"
3290
+ }
3291
+ },
3195
3292
  {
3196
3293
  "name": "kql",
3197
3294
  "description": "Nuxt module for Kirby's Query Language API",
3198
3295
  "repo": "johannschopplich/nuxt-kql",
3199
- "npm": "nuxt-kql",
3296
+ "npm": "nuxt-kirby",
3200
3297
  "icon": "kql.svg",
3201
3298
  "github": "https://github.com/johannschopplich/nuxt-kql",
3202
3299
  "website": "https://nuxt-kql.byjohann.dev/",
@@ -3212,7 +3309,7 @@
3212
3309
  }
3213
3310
  ],
3214
3311
  "compatibility": {
3215
- "nuxt": ">=3.0.0",
3312
+ "nuxt": ">=4.0.0",
3216
3313
  "requires": {}
3217
3314
  }
3218
3315
  },
@@ -3239,28 +3336,6 @@
3239
3336
  "requires": {}
3240
3337
  }
3241
3338
  },
3242
- {
3243
- "name": "laravel-nuxt",
3244
- "description": "Build a SPA with Laravel and Nuxt",
3245
- "repo": "skyrpex/laravel-nuxt-js",
3246
- "npm": "laravel-nuxt",
3247
- "icon": "",
3248
- "github": "https://github.com/skyrpex/laravel-nuxt-js",
3249
- "website": "https://github.com/skyrpex/laravel-nuxt-js",
3250
- "learn_more": "https://laravel.com/",
3251
- "category": "CMS",
3252
- "type": "3rd-party",
3253
- "maintainers": [
3254
- {
3255
- "name": "Cristian Pallarés",
3256
- "github": "skyrpex"
3257
- }
3258
- ],
3259
- "compatibility": {
3260
- "nuxt": "^2.0.0",
3261
- "requires": {}
3262
- }
3263
- },
3264
3339
  {
3265
3340
  "name": "laravel",
3266
3341
  "description": "Nuxt cli extension for use with laravel as backend",
@@ -3303,7 +3378,31 @@
3303
3378
  }
3304
3379
  ],
3305
3380
  "compatibility": {
3306
- "nuxt": "^3.0.0",
3381
+ "nuxt": ">=3.0.0",
3382
+ "requires": {}
3383
+ }
3384
+ },
3385
+ {
3386
+ "name": "lettermint",
3387
+ "description": "Nuxt module for sending emails with Lettermint",
3388
+ "repo": "lettermint/nuxt-lettermint",
3389
+ "npm": "nuxt-lettermint",
3390
+ "icon": "lettermint.svg",
3391
+ "github": "https://github.com/lettermint/nuxt-lettermint",
3392
+ "website": "https://github.com/lettermint/nuxt-lettermint",
3393
+ "learn_more": "https://lettermint.co",
3394
+ "category": "Extensions",
3395
+ "type": "3rd-party",
3396
+ "maintainers": [
3397
+ {
3398
+ "name": "lettermint",
3399
+ "github": "lettermint",
3400
+ "twitter": "lettermintco",
3401
+ "bluesky": "lettermint.co"
3402
+ }
3403
+ ],
3404
+ "compatibility": {
3405
+ "nuxt": ">=3.0.0",
3307
3406
  "requires": {}
3308
3407
  }
3309
3408
  },
@@ -3327,11 +3426,41 @@
3327
3426
  }
3328
3427
  ],
3329
3428
  "compatibility": {
3330
- "nuxt": ">=3.0.0",
3429
+ "nuxt": ">=3.9.0",
3331
3430
  "requires": {},
3332
3431
  "devtools": "^0.0.0"
3333
3432
  }
3334
3433
  },
3434
+ {
3435
+ "name": "llms",
3436
+ "description": "Generate llms.txt documentation for your Nuxt application",
3437
+ "repo": "nuxtlabs/nuxt-llms",
3438
+ "npm": "nuxt-llms",
3439
+ "icon": "llms.png",
3440
+ "github": "https://github.com/nuxtlabs/nuxt-llms",
3441
+ "website": "https://github.com/nuxtlabs/nuxt-llms",
3442
+ "learn_more": "",
3443
+ "category": "AI",
3444
+ "type": "3rd-party",
3445
+ "maintainers": [
3446
+ {
3447
+ "name": "Farnabaz",
3448
+ "github": "farnabaz",
3449
+ "twitter": "a_birang",
3450
+ "bluesky": "farnabaz.dev"
3451
+ },
3452
+ {
3453
+ "name": "Sébastien Chopin",
3454
+ "github": "Atinux",
3455
+ "twitter": "atinux",
3456
+ "bluesky": "atinux.com"
3457
+ }
3458
+ ],
3459
+ "compatibility": {
3460
+ "nuxt": "^3.0.0",
3461
+ "requires": {}
3462
+ }
3463
+ },
3335
3464
  {
3336
3465
  "name": "localforage",
3337
3466
  "description": "LocalForage is a fast and simple storage library for JavaScript",
@@ -3408,28 +3537,6 @@
3408
3537
  "requires": {}
3409
3538
  }
3410
3539
  },
3411
- {
3412
- "name": "lodash",
3413
- "description": "lodash module with auto-import and custom prefix",
3414
- "repo": "cipami/nuxt-lodash",
3415
- "npm": "nuxt-lodash",
3416
- "icon": "lodash.svg",
3417
- "github": "https://github.com/cipami/nuxt-lodash",
3418
- "website": "https://github.com/cipami/nuxt-lodash#readme",
3419
- "learn_more": "https://github.com/lodash/lodash",
3420
- "category": "Libraries",
3421
- "type": "3rd-party",
3422
- "maintainers": [
3423
- {
3424
- "name": "Michal Čípa",
3425
- "github": "cipami"
3426
- }
3427
- ],
3428
- "compatibility": {
3429
- "nuxt": ">=3.0.0",
3430
- "requires": {}
3431
- }
3432
- },
3433
3540
  {
3434
3541
  "name": "logrocket",
3435
3542
  "description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
@@ -3477,6 +3584,30 @@
3477
3584
  },
3478
3585
  "sponsor": true
3479
3586
  },
3587
+ {
3588
+ "name": "lottie",
3589
+ "description": "Easily integrate Lottie animations into your Nuxt App.",
3590
+ "repo": "volkanakkus/nuxt-lottie",
3591
+ "npm": "nuxt-lottie",
3592
+ "icon": "lottie.png",
3593
+ "github": "https://github.com/volkanakkus/nuxt-lottie",
3594
+ "website": "https://github.com/volkanakkus/nuxt-lottie",
3595
+ "learn_more": "https://github.com/volkanakkus/nuxt-lottie/blob/main/README.md",
3596
+ "category": "UI",
3597
+ "type": "3rd-party",
3598
+ "maintainers": [
3599
+ {
3600
+ "name": "Volkan Akkuş",
3601
+ "github": "volkanakkus",
3602
+ "avatar": "https://avatars.githubusercontent.com/volkanakkus",
3603
+ "twitter": "volkanakks"
3604
+ }
3605
+ ],
3606
+ "compatibility": {
3607
+ "nuxt": ">=3.0.0",
3608
+ "requires": {}
3609
+ }
3610
+ },
3480
3611
  {
3481
3612
  "name": "lucide-icons",
3482
3613
  "description": "Nuxt module to integrate Lucide icons",
@@ -3499,7 +3630,7 @@
3499
3630
  }
3500
3631
  ],
3501
3632
  "compatibility": {
3502
- "nuxt": ">=3.0.0",
3633
+ "nuxt": ">=3.3.0",
3503
3634
  "requires": {}
3504
3635
  }
3505
3636
  },
@@ -3549,6 +3680,30 @@
3549
3680
  "requires": {}
3550
3681
  }
3551
3682
  },
3683
+ {
3684
+ "name": "mailchannels",
3685
+ "description": "Simple MailChannels Email API integration for Nuxt",
3686
+ "repo": "yizack/nuxt-mailchannels",
3687
+ "npm": "nuxt-mailchannels",
3688
+ "icon": "mailchannels.svg",
3689
+ "github": "https://github.com/Yizack/nuxt-mailchannels",
3690
+ "website": "https://github.com/Yizack/nuxt-mailchannels",
3691
+ "learn_more": "https://www.mailchannels.com/email-api/",
3692
+ "category": "Extensions",
3693
+ "type": "3rd-party",
3694
+ "maintainers": [
3695
+ {
3696
+ "name": "Yizack Rangel",
3697
+ "github": "yizack",
3698
+ "twitter": "YizackR",
3699
+ "bluesky": "yizack.com"
3700
+ }
3701
+ ],
3702
+ "compatibility": {
3703
+ "nuxt": ">=3.0.0",
3704
+ "requires": {}
3705
+ }
3706
+ },
3552
3707
  {
3553
3708
  "name": "mailpit",
3554
3709
  "description": "Integrates Mailpit web UI in Nuxt devtools",
@@ -3644,11 +3799,11 @@
3644
3799
  },
3645
3800
  {
3646
3801
  "name": "maz-ui",
3647
- "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3648
- "repo": "louismazel/maz-ui#master/packages/lib",
3649
- "npm": "maz-ui",
3802
+ "description": "A modern Vue.js UI library with auto-import components, plugins, and composables designed for seamless Nuxt integration and enhanced developer experience.",
3803
+ "repo": "louismazel/maz-ui#master/packages/nuxt",
3804
+ "npm": "@maz-ui/nuxt",
3650
3805
  "icon": "maz-ui.png",
3651
- "github": "https://github.com/louismazel/maz-ui",
3806
+ "github": "https://github.com/LouisMazel/maz-ui/tree/master/packages/nuxt",
3652
3807
  "website": "https://maz-ui.com/",
3653
3808
  "learn_more": "https://maz-ui.com/guide/nuxt",
3654
3809
  "category": "UI",
@@ -3665,6 +3820,31 @@
3665
3820
  "requires": {}
3666
3821
  }
3667
3822
  },
3823
+ {
3824
+ "name": "mcp-toolkit",
3825
+ "description": "Create MCP servers directly in your Nuxt application with zero configuration.",
3826
+ "repo": "nuxt-modules/mcp-toolkit#main/packages/nuxt-mcp-toolkit",
3827
+ "npm": "@nuxtjs/mcp-toolkit",
3828
+ "icon": "mcp-toolkit.png",
3829
+ "github": "https://github.com/nuxt-modules/mcp-toolkit/tree/main/packages/nuxt-mcp-toolkit",
3830
+ "website": "https://mcp-toolkit.nuxt.dev/getting-started/installation",
3831
+ "learn_more": "",
3832
+ "category": "AI",
3833
+ "type": "community",
3834
+ "maintainers": [
3835
+ {
3836
+ "name": "Hugo",
3837
+ "github": "HugoRCD",
3838
+ "twitter": "hugorcd",
3839
+ "bluesky": "hrcd.fr"
3840
+ }
3841
+ ],
3842
+ "compatibility": {
3843
+ "nuxt": ">=3.0.0",
3844
+ "requires": {}
3845
+ },
3846
+ "mcp": "https://mcp-toolkit.nuxt.dev/mcp"
3847
+ },
3668
3848
  {
3669
3849
  "name": "mdc",
3670
3850
  "description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
@@ -3680,7 +3860,8 @@
3680
3860
  {
3681
3861
  "name": "Farnabaz",
3682
3862
  "github": "farnabaz",
3683
- "twitter": "a_birang"
3863
+ "twitter": "a_birang",
3864
+ "bluesky": "farnabaz.dev"
3684
3865
  }
3685
3866
  ],
3686
3867
  "compatibility": {
@@ -3828,7 +4009,7 @@
3828
4009
  }
3829
4010
  ],
3830
4011
  "compatibility": {
3831
- "nuxt": "^2.0.0 || >=3.0.0",
4012
+ "nuxt": ">=3.0.0",
3832
4013
  "requires": {}
3833
4014
  }
3834
4015
  },
@@ -3907,29 +4088,6 @@
3907
4088
  "requires": {}
3908
4089
  }
3909
4090
  },
3910
- {
3911
- "name": "netlify-cache",
3912
- "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
3913
- "repo": "DreaMinder/nuxt-netlify-cache",
3914
- "npm": "nuxt-netlify-cache",
3915
- "icon": "netlify.png",
3916
- "github": "https://github.com/DreaMinder/nuxt-netlify-cache",
3917
- "website": "https://github.com/DreaMinder/nuxt-netlify-cache",
3918
- "learn_more": "https://www.netlify.com/",
3919
- "category": "Deployment",
3920
- "type": "3rd-party",
3921
- "maintainers": [
3922
- {
3923
- "name": "DreaMinder",
3924
- "github": "DreaMinder",
3925
- "twitter": "DreaMinder"
3926
- }
3927
- ],
3928
- "compatibility": {
3929
- "nuxt": "^2.0.0",
3930
- "requires": {}
3931
- }
3932
- },
3933
4091
  {
3934
4092
  "name": "netlify-files",
3935
4093
  "description": "Nuxt module to create new _headers, _redirects and netlify.toml files for Netlify or to use existing ones",
@@ -4000,6 +4158,30 @@
4000
4158
  "requires": {}
4001
4159
  }
4002
4160
  },
4161
+ {
4162
+ "name": "nitro-graphql",
4163
+ "description": "A standalone Nitro module that integrates GraphQL servers into any Nitro application with automatic type generation, file watching, and seamless framework integration.",
4164
+ "repo": "productdevbook/nitro-graphql",
4165
+ "npm": "nitro-graphql",
4166
+ "icon": "",
4167
+ "github": "https://github.com/productdevbook/nitro-graphql",
4168
+ "website": "https://github.com/productdevbook/nitro-graphql",
4169
+ "learn_more": "",
4170
+ "category": "Request",
4171
+ "type": "3rd-party",
4172
+ "maintainers": [
4173
+ {
4174
+ "name": "Wind",
4175
+ "github": "productdevbook",
4176
+ "twitter": "productdevbook",
4177
+ "bluesky": "productdevbook.com"
4178
+ }
4179
+ ],
4180
+ "compatibility": {
4181
+ "nuxt": "^3.0.0",
4182
+ "requires": {}
4183
+ }
4184
+ },
4003
4185
  {
4004
4186
  "name": "nodemailer",
4005
4187
  "description": "Nuxt integration for nodemailer",
@@ -4008,7 +4190,7 @@
4008
4190
  "icon": "nodemailer.png",
4009
4191
  "github": "https://github.com/kleinpetr/nuxt-nodemailer",
4010
4192
  "website": "https://github.com/kleinpetr/nuxt-nodemailer",
4011
- "learn_more": "https://www.nodemailer.com/",
4193
+ "learn_more": "https://nodemailer.com/",
4012
4194
  "category": "Extensions",
4013
4195
  "type": "3rd-party",
4014
4196
  "maintainers": [
@@ -4066,6 +4248,52 @@
4066
4248
  "requires": {}
4067
4249
  }
4068
4250
  },
4251
+ {
4252
+ "name": "nuxt-actions",
4253
+ "description": "Type-safe server actions with Standard Schema validation, middleware, optimistic updates, streaming, and SSR queries",
4254
+ "repo": "billymaulana/nuxt-actions",
4255
+ "npm": "nuxt-actions",
4256
+ "icon": "nuxt-actions.svg",
4257
+ "github": "https://github.com/billymaulana/nuxt-actions",
4258
+ "website": "https://billymaulana.github.io/nuxt-actions/",
4259
+ "learn_more": "https://billymaulana.github.io/nuxt-actions/guide/getting-started",
4260
+ "category": "Request",
4261
+ "type": "3rd-party",
4262
+ "maintainers": [
4263
+ {
4264
+ "name": "Billy Maulana",
4265
+ "github": "billymaulana"
4266
+ }
4267
+ ],
4268
+ "compatibility": {
4269
+ "nuxt": "^3.7.0 || ^4.0.0",
4270
+ "requires": {}
4271
+ }
4272
+ },
4273
+ {
4274
+ "name": "nuxt-aidbase",
4275
+ "description": "Easily integrate Aidbase into your Nuxt app.",
4276
+ "repo": "Mokkapps/nuxt-aidbase",
4277
+ "npm": "nuxt-aidbase",
4278
+ "icon": "nuxt-aidbase.png",
4279
+ "github": "https://github.com/Mokkapps/nuxt-aidbase",
4280
+ "website": "https://github.com/Mokkapps/nuxt-aidbase",
4281
+ "learn_more": "https://github.com/Mokkapps/nuxt-aidbase",
4282
+ "category": "Libraries",
4283
+ "type": "3rd-party",
4284
+ "maintainers": [
4285
+ {
4286
+ "name": "Michael Hoffmann",
4287
+ "github": "Mokkapps",
4288
+ "twitter": "mokkapps",
4289
+ "avatar": "https://avatars.githubusercontent.com/u/3127210?v=4"
4290
+ }
4291
+ ],
4292
+ "compatibility": {
4293
+ "nuxt": ">=3.0.0",
4294
+ "requires": {}
4295
+ }
4296
+ },
4069
4297
  {
4070
4298
  "name": "nuxt-anchorscroll",
4071
4299
  "description": "Scroll to top and to anchor support for Nuxt",
@@ -4088,6 +4316,29 @@
4088
4316
  "requires": {}
4089
4317
  }
4090
4318
  },
4319
+ {
4320
+ "name": "nuxt-anime",
4321
+ "description": "Nuxt module for Anime.js",
4322
+ "repo": "Enternikot/NuxtAnime",
4323
+ "npm": "nuxt-anime",
4324
+ "icon": "nuxt-anime.png",
4325
+ "github": "https://github.com/Enternikot/NuxtAnime",
4326
+ "website": "https://nuxtanime.vercel.app/",
4327
+ "learn_more": "https://animejs.com/",
4328
+ "category": "Libraries",
4329
+ "type": "3rd-party",
4330
+ "maintainers": [
4331
+ {
4332
+ "name": "Sebastian Gebhardt",
4333
+ "github": "Enternikot",
4334
+ "avatar": "https://avatars.githubusercontent.com/u/47455848?v=4"
4335
+ }
4336
+ ],
4337
+ "compatibility": {
4338
+ "nuxt": ">=3.0.0",
4339
+ "requires": {}
4340
+ }
4341
+ },
4091
4342
  {
4092
4343
  "name": "nuxt-asciidoc",
4093
4344
  "description": "Transformer for using asciidoc in nuxt",
@@ -4118,8 +4369,8 @@
4118
4369
  "npm": "nuxt-auth-sanctum",
4119
4370
  "icon": "laravel.svg",
4120
4371
  "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
4121
- "website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
4122
- "learn_more": "https://laravel.com/docs/11.x/sanctum",
4372
+ "website": "https://sanctum.manchenkoff.me",
4373
+ "learn_more": "https://laravel.com/docs/12.x/sanctum",
4123
4374
  "category": "Security",
4124
4375
  "type": "3rd-party",
4125
4376
  "maintainers": [
@@ -4135,6 +4386,29 @@
4135
4386
  "requires": {}
4136
4387
  }
4137
4388
  },
4389
+ {
4390
+ "name": "nuxt-auto-form",
4391
+ "description": "Auto-generate Nuxt UI forms from Zod 4 schemas",
4392
+ "repo": "Norbiros/nuxt-auto-form",
4393
+ "npm": "@norbiros/nuxt-auto-form",
4394
+ "icon": "nuxt-auto-form.svg",
4395
+ "github": "https://github.com/Norbiros/nuxt-auto-form",
4396
+ "website": "https://nuxt-auto-form.norbiros.dev",
4397
+ "learn_more": "https://www.npmjs.com/package/@norbiros/nuxt-auto-form",
4398
+ "category": "Libraries",
4399
+ "type": "3rd-party",
4400
+ "maintainers": [
4401
+ {
4402
+ "name": "Norbiros",
4403
+ "github": "Norbiros",
4404
+ "avatar": "https://avatars.githubusercontent.com/u/89837724?v=4"
4405
+ }
4406
+ ],
4407
+ "compatibility": {
4408
+ "nuxt": ">=3.0.0",
4409
+ "requires": {}
4410
+ }
4411
+ },
4138
4412
  {
4139
4413
  "name": "nuxt-basic-auth",
4140
4414
  "description": "Nuxt Module for Basic Authentication",
@@ -4203,7 +4477,7 @@
4203
4477
  }
4204
4478
  ],
4205
4479
  "compatibility": {
4206
- "nuxt": ">=3.0.0",
4480
+ "nuxt": ">=3.13.1",
4207
4481
  "requires": {},
4208
4482
  "devtools": "^0.0.0"
4209
4483
  }
@@ -4230,6 +4504,30 @@
4230
4504
  "requires": {}
4231
4505
  }
4232
4506
  },
4507
+ {
4508
+ "name": "nuxt-charts",
4509
+ "description": "Nuxt module for vue-chrts",
4510
+ "repo": "dennisadriaans/vue-chrts#main/packages/nuxt",
4511
+ "npm": "nuxt-charts",
4512
+ "icon": "nuxt-charts.svg",
4513
+ "github": "https://github.com/dennisadriaans/vue-chrts",
4514
+ "website": "https://nuxtcharts.com/",
4515
+ "learn_more": "https://nuxtcharts.com/docs",
4516
+ "category": "UI",
4517
+ "type": "3rd-party",
4518
+ "maintainers": [
4519
+ {
4520
+ "name": "Dennis Adriaansen",
4521
+ "github": "dennisadriaans",
4522
+ "avatar": "https://avatars.githubusercontent.com/dennisadriaans",
4523
+ "twitter": "DennisAdriaans"
4524
+ }
4525
+ ],
4526
+ "compatibility": {
4527
+ "nuxt": ">=3.0.0",
4528
+ "requires": {}
4529
+ }
4530
+ },
4233
4531
  {
4234
4532
  "name": "nuxt-chatgpt",
4235
4533
  "description": "ChatGPT integration for Nuxt",
@@ -4247,6 +4545,28 @@
4247
4545
  "github": "schnapsterdog"
4248
4546
  }
4249
4547
  ],
4548
+ "compatibility": {
4549
+ "nuxt": ">=3.0.0 <5.0.0",
4550
+ "requires": {}
4551
+ }
4552
+ },
4553
+ {
4554
+ "name": "nuxt-claude-devtools",
4555
+ "description": "Nuxt DevTools integration for Claude Code AI assistant",
4556
+ "repo": "oro-ad/nuxt-claude-devtools",
4557
+ "npm": "@oro.ad/nuxt-claude-devtools",
4558
+ "icon": "",
4559
+ "github": "https://github.com/oro-ad/nuxt-claude-devtools",
4560
+ "website": "https://github.com/oro-ad/nuxt-claude-devtools",
4561
+ "learn_more": "",
4562
+ "category": "Devtools",
4563
+ "type": "3rd-party",
4564
+ "maintainers": [
4565
+ {
4566
+ "name": "oro-ad",
4567
+ "github": "oro-ad"
4568
+ }
4569
+ ],
4250
4570
  "compatibility": {
4251
4571
  "nuxt": ">=3.0.0",
4252
4572
  "requires": {}
@@ -4298,6 +4618,28 @@
4298
4618
  "requires": {}
4299
4619
  }
4300
4620
  },
4621
+ {
4622
+ "name": "nuxt-componentsbook-module",
4623
+ "description": "Storybook-like experience for Nuxt components",
4624
+ "repo": "s00d/nuxt-componentsbook-module",
4625
+ "npm": "nuxt-componentsbook-module",
4626
+ "icon": "nuxt-componentsbook-module.png",
4627
+ "github": "https://github.com/s00d/nuxt-componentsbook-module",
4628
+ "website": "https://github.com/s00d/nuxt-componentsbook-module",
4629
+ "learn_more": "https://www.npmjs.com/package/nuxt-componentsbook-module",
4630
+ "category": "Extensions",
4631
+ "type": "3rd-party",
4632
+ "maintainers": [
4633
+ {
4634
+ "name": "Pavel Kuzmin",
4635
+ "github": "s00d"
4636
+ }
4637
+ ],
4638
+ "compatibility": {
4639
+ "nuxt": ">=3.0.0",
4640
+ "requires": {}
4641
+ }
4642
+ },
4301
4643
  {
4302
4644
  "name": "nuxt-cookie-consent",
4303
4645
  "description": "Nuxt module for integrating with cookie consent providers with ease",
@@ -4328,14 +4670,60 @@
4328
4670
  "icon": "nuxt-coolify.svg",
4329
4671
  "github": "https://github.com/justserdar/nuxt-coolify",
4330
4672
  "website": "https://github.com/justserdar/nuxt-coolify",
4331
- "learn_more": "https://nuxt-coolify.justserdar.dev/",
4673
+ "learn_more": "",
4332
4674
  "category": "Request",
4333
4675
  "type": "3rd-party",
4334
4676
  "maintainers": [
4335
4677
  {
4336
- "name": "h+",
4678
+ "name": "Serdar Yerdelen",
4337
4679
  "github": "JustSerdar",
4338
- "twitter": "darwebdb"
4680
+ "twitter": "justserdardev"
4681
+ }
4682
+ ],
4683
+ "compatibility": {
4684
+ "nuxt": ">=3.0.0",
4685
+ "requires": {}
4686
+ }
4687
+ },
4688
+ {
4689
+ "name": "nuxt-csp-report",
4690
+ "description": "A Nuxt module for collecting, normalizing, and persisting Content Security Policy (CSP) reports.",
4691
+ "repo": "Gonzo17/nuxt-csp-report",
4692
+ "npm": "nuxt-csp-report",
4693
+ "icon": "nuxt-csp-report.svg",
4694
+ "github": "https://github.com/Gonzo17/nuxt-csp-report",
4695
+ "website": "https://github.com/Gonzo17/nuxt-csp-report",
4696
+ "learn_more": "",
4697
+ "category": "Security",
4698
+ "type": "3rd-party",
4699
+ "maintainers": [
4700
+ {
4701
+ "name": "David Gonzalez Casin",
4702
+ "github": "Gonzo17"
4703
+ }
4704
+ ],
4705
+ "compatibility": {
4706
+ "nuxt": ">=3.12.0",
4707
+ "requires": {}
4708
+ }
4709
+ },
4710
+ {
4711
+ "name": "nuxt-email-renderer",
4712
+ "description": "A Nuxt module that provides high-quality, unstyled components & utils for creating emails using Vue and TypeScript.",
4713
+ "repo": "Mokkapps/nuxt-email-renderer",
4714
+ "npm": "nuxt-email-renderer",
4715
+ "icon": "",
4716
+ "github": "https://github.com/Mokkapps/nuxt-email-renderer",
4717
+ "website": "https://nuxtemail.com",
4718
+ "learn_more": "https://nuxtemail.com",
4719
+ "category": "Devtools",
4720
+ "type": "3rd-party",
4721
+ "maintainers": [
4722
+ {
4723
+ "name": "Michael Hoffmann",
4724
+ "github": "Mokkapps",
4725
+ "twitter": "mokkapps",
4726
+ "avatar": "https://avatars.githubusercontent.com/u/3127210?v=4"
4339
4727
  }
4340
4728
  ],
4341
4729
  "compatibility": {
@@ -4365,7 +4753,7 @@
4365
4753
  }
4366
4754
  ],
4367
4755
  "compatibility": {
4368
- "nuxt": ">=3.0.0",
4756
+ "nuxt": "^3.6.0",
4369
4757
  "requires": {}
4370
4758
  }
4371
4759
  },
@@ -4458,6 +4846,31 @@
4458
4846
  "requires": {}
4459
4847
  }
4460
4848
  },
4849
+ {
4850
+ "name": "nuxt-formisch",
4851
+ "description": "Formisch integration for Nuxt - schema-based, headless form library",
4852
+ "repo": "onmax/nuxt-formisch",
4853
+ "npm": "nuxt-formisch",
4854
+ "icon": "nuxt-formisch.svg",
4855
+ "github": "https://github.com/onmax/nuxt-formisch",
4856
+ "website": "https://github.com/onmax/nuxt-formisch",
4857
+ "learn_more": "",
4858
+ "category": "Libraries",
4859
+ "type": "3rd-party",
4860
+ "maintainers": [
4861
+ {
4862
+ "name": "Max",
4863
+ "github": "onmax",
4864
+ "avatar": "https://avatars.githubusercontent.com/u/22072217?v=4",
4865
+ "bluesky": "onmax.bsky.social",
4866
+ "twitter": "_onmax"
4867
+ }
4868
+ ],
4869
+ "compatibility": {
4870
+ "nuxt": ">=3.0.0",
4871
+ "requires": {}
4872
+ }
4873
+ },
4461
4874
  {
4462
4875
  "name": "nuxt-fortify",
4463
4876
  "description": "Use Laravel fortify and sanctum with Nuxt",
@@ -4504,6 +4917,72 @@
4504
4917
  "requires": {}
4505
4918
  }
4506
4919
  },
4920
+ {
4921
+ "name": "nuxt-google-auth",
4922
+ "description": "Google Identity Services integration for Nuxt 3 & 4 with a simple composable and button component.",
4923
+ "repo": "go-fireball/nuxt-google-auth",
4924
+ "npm": "nuxt-google-auth",
4925
+ "icon": "",
4926
+ "github": "https://github.com/go-fireball/nuxt-google-auth",
4927
+ "website": "https://github.com/go-fireball/nuxt-google-auth",
4928
+ "learn_more": "",
4929
+ "category": "Security",
4930
+ "type": "3rd-party",
4931
+ "maintainers": [
4932
+ {
4933
+ "name": "go-fireball",
4934
+ "github": "go-fireball"
4935
+ }
4936
+ ],
4937
+ "compatibility": {
4938
+ "nuxt": "^3.0.0 || ^4.0.0",
4939
+ "requires": {}
4940
+ }
4941
+ },
4942
+ {
4943
+ "name": "nuxt-gpt",
4944
+ "description": "Plug and Play ChatGPT for Nuxt.",
4945
+ "repo": "holux-design/nuxt-GPT",
4946
+ "npm": "nuxt-gpt",
4947
+ "icon": "nuxt-gpt.svg",
4948
+ "github": "https://github.com/holux-design/nuxt-GPT",
4949
+ "website": "https://nuxt-gpt-module.vercel.app/",
4950
+ "learn_more": "https://nuxt-gpt-module.vercel.app/usage/examples",
4951
+ "category": "Libraries",
4952
+ "type": "3rd-party",
4953
+ "maintainers": [
4954
+ {
4955
+ "name": "Lukas Hofstätter",
4956
+ "github": "holux-design"
4957
+ }
4958
+ ],
4959
+ "compatibility": {
4960
+ "nuxt": "^3.0.0",
4961
+ "requires": {}
4962
+ }
4963
+ },
4964
+ {
4965
+ "name": "nuxt-gql-pulse",
4966
+ "description": "A Nuxt 3 module for making GraphQL requests with ease, leveraging the power of Nuxt's composables and VueUse.",
4967
+ "repo": "Abbasmoe/nuxt-gql-pulse",
4968
+ "npm": "nuxt-gql-pulse",
4969
+ "icon": "nuxt-gql-pulse.png",
4970
+ "github": "https://github.com/Abbasmoe/nuxt-gql-pulse",
4971
+ "website": "https://github.com/Abbasmoe/nuxt-gql-pulse",
4972
+ "learn_more": "",
4973
+ "category": "Request",
4974
+ "type": "3rd-party",
4975
+ "maintainers": [
4976
+ {
4977
+ "name": "Abbas Mohamed Ahmed",
4978
+ "github": "Abbasmoe"
4979
+ }
4980
+ ],
4981
+ "compatibility": {
4982
+ "nuxt": "^3.0.0 || ^4.0.0",
4983
+ "requires": {}
4984
+ }
4985
+ },
4507
4986
  {
4508
4987
  "name": "nuxt-graphql-middleware",
4509
4988
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -4529,7 +5008,7 @@
4529
5008
  }
4530
5009
  ],
4531
5010
  "compatibility": {
4532
- "nuxt": "^2.0.0 || >=3.0.0",
5011
+ "nuxt": ">=3.13.0",
4533
5012
  "requires": {}
4534
5013
  }
4535
5014
  },
@@ -4573,7 +5052,7 @@
4573
5052
  }
4574
5053
  ],
4575
5054
  "compatibility": {
4576
- "nuxt": ">=3.0.0",
5055
+ "nuxt": "^3.0.0",
4577
5056
  "requires": {},
4578
5057
  "devtools": "^0.0.0"
4579
5058
  }
@@ -4702,8 +5181,8 @@
4702
5181
  "npm": "nuxt-laravel-echo",
4703
5182
  "icon": "laravel.svg",
4704
5183
  "github": "https://github.com/manchenkoff/nuxt-laravel-echo",
4705
- "website": "https://manchenkoff.gitbook.io/nuxt-laravel-echo",
4706
- "learn_more": "https://laravel.com/docs/11.x/broadcasting",
5184
+ "website": "https://echo.manchenkoff.me",
5185
+ "learn_more": "https://laravel.com/docs/12.x/broadcasting",
4707
5186
  "category": "Libraries",
4708
5187
  "type": "3rd-party",
4709
5188
  "maintainers": [
@@ -4719,6 +5198,54 @@
4719
5198
  "requires": {}
4720
5199
  }
4721
5200
  },
5201
+ {
5202
+ "name": "nuxt-legacy",
5203
+ "description": "A Nuxt module for supporting legacy browsers.",
5204
+ "repo": "teages/nuxt-legacy",
5205
+ "npm": "@teages/nuxt-legacy",
5206
+ "icon": "nuxt-legacy.svg",
5207
+ "github": "https://github.com/teages/nuxt-legacy",
5208
+ "website": "https://github.com/teages/nuxt-legacy",
5209
+ "learn_more": "https://www.npmjs.com/package/@vitejs/plugin-legacy",
5210
+ "category": "Performance",
5211
+ "type": "3rd-party",
5212
+ "maintainers": [
5213
+ {
5214
+ "name": "Teages",
5215
+ "github": "teages",
5216
+ "twitter": "Teages_L",
5217
+ "bluesky": "teages.xyz"
5218
+ }
5219
+ ],
5220
+ "compatibility": {
5221
+ "nuxt": "^3.0.0 || >=4.0.3",
5222
+ "requires": {}
5223
+ }
5224
+ },
5225
+ {
5226
+ "name": "nuxt-listmonk",
5227
+ "description": "Nuxt module for Listmonk",
5228
+ "repo": "roncallyt/nuxt-listmonk",
5229
+ "npm": "nuxt-listmonk",
5230
+ "icon": "listmonk.svg",
5231
+ "github": "https://github.com/roncallyt/nuxt-listmonk",
5232
+ "website": "https://github.com/roncallyt/nuxt-listmonk",
5233
+ "learn_more": "https://listmonk.app/docs/",
5234
+ "category": "Extensions",
5235
+ "type": "3rd-party",
5236
+ "maintainers": [
5237
+ {
5238
+ "name": "Thomerson Roncally",
5239
+ "github": "roncallyt",
5240
+ "avatar": "https://avatars.githubusercontent.com/roncallyt",
5241
+ "twitter": "t7ndotdev"
5242
+ }
5243
+ ],
5244
+ "compatibility": {
5245
+ "nuxt": ">=3.0.0",
5246
+ "requires": {}
5247
+ }
5248
+ },
4722
5249
  {
4723
5250
  "name": "nuxt-localtunnel",
4724
5251
  "description": "Exposes your Nuxt localhost to the world automatically.",
@@ -4738,7 +5265,7 @@
4738
5265
  }
4739
5266
  ],
4740
5267
  "compatibility": {
4741
- "nuxt": ">=3.0.0",
5268
+ "nuxt": "^3.0.0",
4742
5269
  "requires": {}
4743
5270
  }
4744
5271
  },
@@ -4830,7 +5357,7 @@
4830
5357
  }
4831
5358
  ],
4832
5359
  "compatibility": {
4833
- "nuxt": "^3.0.0",
5360
+ "nuxt": ">=3.0.0",
4834
5361
  "requires": {}
4835
5362
  }
4836
5363
  },
@@ -4892,13 +5419,13 @@
4892
5419
  "type": "3rd-party",
4893
5420
  "maintainers": [
4894
5421
  {
4895
- "name": "e-chan1007",
5422
+ "name": "Sota Iguchi",
4896
5423
  "github": "e-chan1007",
4897
5424
  "twitter": "e_chan1007"
4898
5425
  }
4899
5426
  ],
4900
5427
  "compatibility": {
4901
- "nuxt": ">=3.0.0",
5428
+ "nuxt": ">=3.1.0",
4902
5429
  "requires": {}
4903
5430
  }
4904
5431
  },
@@ -4927,6 +5454,76 @@
4927
5454
  "devtools": "^0.0.0"
4928
5455
  }
4929
5456
  },
5457
+ {
5458
+ "name": "nuxt-mqtt",
5459
+ "description": "A Nuxt module for real-time MQTT communication using mqtt.js",
5460
+ "repo": "arashsheyda/nuxt-mqtt",
5461
+ "npm": "nuxt-mqtt",
5462
+ "icon": "nuxt-mqtt.png",
5463
+ "github": "https://github.com/arashsheyda/nuxt-mqtt",
5464
+ "website": "https://github.com/arashsheyda/nuxt-mongoose#readme",
5465
+ "learn_more": "",
5466
+ "category": "Extensions",
5467
+ "type": "3rd-party",
5468
+ "maintainers": [
5469
+ {
5470
+ "name": "Arash Ari Sheyda",
5471
+ "github": "arashsheyda",
5472
+ "twitter": "arash_sheyda",
5473
+ "bluesky": "arashsheyda.me"
5474
+ }
5475
+ ],
5476
+ "compatibility": {
5477
+ "nuxt": ">=3.0.0",
5478
+ "requires": {},
5479
+ "devtools": "^0.0.0"
5480
+ }
5481
+ },
5482
+ {
5483
+ "name": "nuxt-music-flow",
5484
+ "description": "Nuxt 3 module for audio player component with playlist and waveform visualization.",
5485
+ "repo": "ndragun92/nuxt-music-flow",
5486
+ "npm": "nuxt-music-flow",
5487
+ "icon": "nuxt-music-flow.png",
5488
+ "github": "https://github.com/ndragun92/nuxt-music-flow",
5489
+ "website": "https://vue-music-flow-docs.vercel.app/usage#nuxt",
5490
+ "learn_more": "https://vue-music-flow-docs.vercel.app/demo",
5491
+ "category": "Libraries",
5492
+ "type": "3rd-party",
5493
+ "maintainers": [
5494
+ {
5495
+ "name": "Nemanja Dragun",
5496
+ "github": "ndragun92",
5497
+ "twitter": "nemanjadragun"
5498
+ }
5499
+ ],
5500
+ "compatibility": {
5501
+ "nuxt": ">=3.0.0",
5502
+ "requires": {}
5503
+ }
5504
+ },
5505
+ {
5506
+ "name": "nuxt-notify",
5507
+ "description": "Advanced toast notifications for Nuxt 3/4 with Tailwind CSS + Nuxt Icon (actions, avatars, progress, themes, UI overrides).",
5508
+ "repo": "nizaamomer/nuxt-notify",
5509
+ "npm": "nuxt-notify",
5510
+ "icon": "nuxt-notify.png",
5511
+ "github": "https://github.com/nizaamomer/nuxt-notify",
5512
+ "website": "https://nuxt-notify.nizaamomer.com",
5513
+ "learn_more": "https://nuxt-notify.nizaamomer.com/docs/getting-started/introduction",
5514
+ "category": "UI",
5515
+ "type": "3rd-party",
5516
+ "maintainers": [
5517
+ {
5518
+ "name": "Nizam Omer",
5519
+ "github": "nizaamomer"
5520
+ }
5521
+ ],
5522
+ "compatibility": {
5523
+ "nuxt": "^3.0.0 || ^4.0.0",
5524
+ "requires": {}
5525
+ }
5526
+ },
4930
5527
  {
4931
5528
  "name": "nuxt-oidc-auth",
4932
5529
  "description": "Seamless modern authentication for Nuxt applications.",
@@ -4945,6 +5542,58 @@
4945
5542
  "twitter": "jandamaschke"
4946
5543
  }
4947
5544
  ],
5545
+ "compatibility": {
5546
+ "nuxt": ">=3.9.0",
5547
+ "requires": {}
5548
+ }
5549
+ },
5550
+ {
5551
+ "name": "nuxt-ollama",
5552
+ "description": "Simple integration of the official Ollama JavaScript Library for your Nuxt application.",
5553
+ "repo": "thoda-dev/nuxt-ollama",
5554
+ "npm": "nuxt-ollama",
5555
+ "icon": "nuxt-ollama.png",
5556
+ "github": "https://github.com/thoda-dev/nuxt-ollama",
5557
+ "website": "https://nuxt-ollama.jericho.dev/",
5558
+ "learn_more": "https://nuxt-ollama.jericho.dev/",
5559
+ "category": "Libraries",
5560
+ "type": "3rd-party",
5561
+ "maintainers": [
5562
+ {
5563
+ "name": "Thomas",
5564
+ "github": "thoda-dev",
5565
+ "avatar": "https://avatars.githubusercontent.com/thoda-dev",
5566
+ "twitter": "thoda_dev"
5567
+ }
5568
+ ],
5569
+ "compatibility": {
5570
+ "nuxt": ">=3.0.0",
5571
+ "requires": {}
5572
+ }
5573
+ },
5574
+ {
5575
+ "name": "nuxt-open-fetch",
5576
+ "description": "Generate zero-overhead, 100% typed OpenAPI clients for Nuxt.",
5577
+ "repo": "Norbiros/nuxt-open-fetch",
5578
+ "npm": "nuxt-open-fetch",
5579
+ "icon": "nuxt-open-fetch.svg",
5580
+ "github": "https://github.com/Norbiros/nuxt-open-fetch",
5581
+ "website": "https://nuxt-open-fetch.norbiros.dev",
5582
+ "learn_more": "https://www.npmjs.com/package/nuxt-open-fetch",
5583
+ "category": "Request",
5584
+ "type": "3rd-party",
5585
+ "maintainers": [
5586
+ {
5587
+ "name": "Norbiros",
5588
+ "github": "Norbiros",
5589
+ "avatar": "https://avatars.githubusercontent.com/u/89837724?v=4"
5590
+ },
5591
+ {
5592
+ "name": "Taras Batenkov",
5593
+ "github": "enkot",
5594
+ "avatar": "https://avatars.githubusercontent.com/u/10506522?v=4"
5595
+ }
5596
+ ],
4948
5597
  "compatibility": {
4949
5598
  "nuxt": ">=3.0.0",
4950
5599
  "requires": {}
@@ -4995,7 +5644,7 @@
4995
5644
  }
4996
5645
  ],
4997
5646
  "compatibility": {
4998
- "nuxt": ">=3.0.0",
5647
+ "nuxt": ">=3.0.0-rc.8",
4999
5648
  "requires": {},
5000
5649
  "devtools": "^0.0.0"
5001
5650
  }
@@ -5136,7 +5785,7 @@
5136
5785
  }
5137
5786
  ],
5138
5787
  "compatibility": {
5139
- "nuxt": ">=3.0.0",
5788
+ "nuxt": "^3.6.0",
5140
5789
  "requires": {}
5141
5790
  }
5142
5791
  },
@@ -5186,6 +5835,75 @@
5186
5835
  "requires": {}
5187
5836
  }
5188
5837
  },
5838
+ {
5839
+ "name": "nuxt-processor",
5840
+ "description": "Decoupled processing for Nuxt backed by BullMQ.",
5841
+ "repo": "aidanhibbard/nuxt-processor",
5842
+ "npm": "nuxt-processor",
5843
+ "icon": "",
5844
+ "github": "https://github.com/aidanhibbard/nuxt-processor",
5845
+ "website": "https://github.com/aidanhibbard/nuxt-processor",
5846
+ "learn_more": "https://aidanhibbard.github.io/nuxt-processor/",
5847
+ "category": "Libraries",
5848
+ "type": "3rd-party",
5849
+ "maintainers": [
5850
+ {
5851
+ "name": "Aidan Hibbard",
5852
+ "github": "aidanhibbard"
5853
+ }
5854
+ ],
5855
+ "compatibility": {
5856
+ "nuxt": "^3.0.0 || ^4.0.0",
5857
+ "requires": {}
5858
+ }
5859
+ },
5860
+ {
5861
+ "name": "nuxt-query",
5862
+ "description": "Nuxt module for TanStack Query (FKA Vue Query) with Nuxt DevTools integration",
5863
+ "repo": "peterbud/nuxt-query",
5864
+ "npm": "@peterbud/nuxt-query",
5865
+ "icon": "nuxt-query.svg",
5866
+ "github": "https://github.com/peterbud/nuxt-query",
5867
+ "website": "https://github.com/peterbud/nuxt-query#readme",
5868
+ "learn_more": "https://tanstack.com/query/latest/docs/framework/vue/overview",
5869
+ "category": "Libraries",
5870
+ "type": "3rd-party",
5871
+ "maintainers": [
5872
+ {
5873
+ "name": "Peter Budai",
5874
+ "github": "peterbud",
5875
+ "bluesky": "peterbud.bsky.social"
5876
+ }
5877
+ ],
5878
+ "compatibility": {
5879
+ "nuxt": ">=3.0.0",
5880
+ "requires": {}
5881
+ }
5882
+ },
5883
+ {
5884
+ "name": "nuxt-safe-runtime-config",
5885
+ "description": "Validate Nuxt runtime config with Standard Schema at build time",
5886
+ "repo": "onmax/nuxt-safe-runtime-config#main",
5887
+ "npm": "nuxt-safe-runtime-config",
5888
+ "icon": "nuxt-safe-runtime-config.svg",
5889
+ "github": "https://github.com/onmax/nuxt-safe-runtime-config/tree/main",
5890
+ "website": "https://nuxt-safe-runtime-config.onmax.me",
5891
+ "learn_more": "",
5892
+ "category": "Devtools",
5893
+ "type": "3rd-party",
5894
+ "maintainers": [
5895
+ {
5896
+ "name": "Max",
5897
+ "github": "onmax",
5898
+ "bluesky": "onmax.bsky.social",
5899
+ "twitter": "_onmax"
5900
+ }
5901
+ ],
5902
+ "compatibility": {
5903
+ "nuxt": ">=3.0.0",
5904
+ "requires": {}
5905
+ }
5906
+ },
5189
5907
  {
5190
5908
  "name": "nuxt-sanctum-authentication",
5191
5909
  "description": "Nuxt 3 module for easy Laravel Sanctum authentication, offering CSRF token management, both cookie and token-based auth, and SSR compatibility.",
@@ -5213,29 +5931,74 @@
5213
5931
  "requires": {}
5214
5932
  }
5215
5933
  },
5934
+ {
5935
+ "name": "nuxt-sanctum-precognition",
5936
+ "description": "Nuxt module for Laravel Precognition integration",
5937
+ "repo": "manchenkoff/nuxt-sanctum-precognition",
5938
+ "npm": "nuxt-sanctum-precognition",
5939
+ "icon": "laravel.svg",
5940
+ "github": "https://github.com/manchenkoff/nuxt-sanctum-precognition",
5941
+ "website": "https://precognition.manchenkoff.me",
5942
+ "learn_more": "https://laravel.com/docs/12.x/precognition",
5943
+ "category": "Libraries",
5944
+ "type": "3rd-party",
5945
+ "maintainers": [
5946
+ {
5947
+ "name": "Artem Manchenkov",
5948
+ "github": "manchenkoff",
5949
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff",
5950
+ "twitter": "AManchenkov"
5951
+ }
5952
+ ],
5953
+ "compatibility": {
5954
+ "nuxt": ">=3.12.0",
5955
+ "requires": {}
5956
+ }
5957
+ },
5216
5958
  {
5217
5959
  "name": "nuxt-shopify",
5218
- "description": "Easily integrate Shopify into your Nuxt app.",
5219
- "repo": "konkonam/nuxt-shopify",
5220
- "npm": "@konkonam/nuxt-shopify",
5960
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
5961
+ "repo": "Gomah/nuxt-shopify",
5962
+ "npm": "nuxt-shopify",
5221
5963
  "icon": "nuxt-shopify.png",
5222
- "github": "https://github.com/konkonam/nuxt-shopify",
5223
- "website": "https://konkonam.github.io/nuxt-shopify/",
5964
+ "github": "https://github.com/Gomah/nuxt-shopify",
5965
+ "website": "https://github.com/Gomah/nuxt-shopify",
5224
5966
  "learn_more": "https://www.shopify.com/",
5225
5967
  "category": "Ecommerce",
5226
5968
  "type": "3rd-party",
5227
5969
  "maintainers": [
5228
5970
  {
5229
- "name": "Zoltan Lukacs",
5230
- "github": "konkonam"
5231
- },
5971
+ "name": "Thomas Marrec",
5972
+ "github": "Gomah",
5973
+ "twitter": "Gomah"
5974
+ }
5975
+ ],
5976
+ "compatibility": {
5977
+ "nuxt": "^2.0.0",
5978
+ "requires": {}
5979
+ }
5980
+ },
5981
+ {
5982
+ "name": "nuxt-signupgate",
5983
+ "description": "Easily integrate SignupGate into your Nuxt app.",
5984
+ "repo": "Mokkapps/nuxt-signupgate",
5985
+ "npm": "nuxt-signupgate",
5986
+ "icon": "nuxt-signupgate.png",
5987
+ "github": "https://github.com/Mokkapps/nuxt-signupgate",
5988
+ "website": "https://github.com/Mokkapps/nuxt-signupgate",
5989
+ "learn_more": "https://github.com/Mokkapps/nuxt-signupgate",
5990
+ "category": "Libraries",
5991
+ "type": "3rd-party",
5992
+ "maintainers": [
5232
5993
  {
5233
- "name": "Frederik Bußmann",
5234
- "github": "freb97"
5994
+ "name": "Michael Hoffmann",
5995
+ "github": "Mokkapps",
5996
+ "twitter": "mokkapps",
5997
+ "avatar": "https://avatars.githubusercontent.com/u/3127210?v=4"
5235
5998
  }
5236
5999
  ],
5237
6000
  "compatibility": {
5238
- "nuxt": "^3.0.0",
6001
+ "nuxt": ">=3.0.0",
5239
6002
  "requires": {}
5240
6003
  }
5241
6004
  },
@@ -5252,7 +6015,7 @@
5252
6015
  "type": "3rd-party",
5253
6016
  "maintainers": [
5254
6017
  {
5255
- "name": "Milan Felix Šulc",
6018
+ "name": "Milan Šulc",
5256
6019
  "github": "f3l1x",
5257
6020
  "twitter": "xf3l1x",
5258
6021
  "avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
@@ -5287,6 +6050,29 @@
5287
6050
  "requires": {}
5288
6051
  }
5289
6052
  },
6053
+ {
6054
+ "name": "nuxt-ssr-api-logger",
6055
+ "description": "A small module that helps you see when your Nuxt application sends any API request via SSR.",
6056
+ "repo": "buglavecz/nuxt-ssr-api-logger",
6057
+ "npm": "nuxt-ssr-api-logger",
6058
+ "icon": "nuxt-ssr-api-logger.png",
6059
+ "github": "https://github.com/buglavecz/nuxt-ssr-api-logger",
6060
+ "website": "https://github.com/buglavecz/nuxt-ssr-api-logger",
6061
+ "learn_more": "",
6062
+ "category": "Devtools",
6063
+ "type": "3rd-party",
6064
+ "maintainers": [
6065
+ {
6066
+ "name": "Peter Buglavecz",
6067
+ "github": "buglavecz",
6068
+ "avatar": "https://avatars.githubusercontent.com/u/43108336"
6069
+ }
6070
+ ],
6071
+ "compatibility": {
6072
+ "nuxt": ">=3.16.0",
6073
+ "requires": {}
6074
+ }
6075
+ },
5290
6076
  {
5291
6077
  "name": "ssr-lit",
5292
6078
  "description": "Server-Side Rendering for Lit Element components",
@@ -5337,6 +6123,51 @@
5337
6123
  "requires": {}
5338
6124
  }
5339
6125
  },
6126
+ {
6127
+ "name": "nuxt-strapi-blocks-renderer",
6128
+ "description": "Render the Strapi CMS blocks text element easily in Nuxt.",
6129
+ "repo": "freb97/nuxt-strapi-blocks-renderer",
6130
+ "npm": "nuxt-strapi-blocks-renderer",
6131
+ "icon": "nuxt-strapi-blocks-renderer.png",
6132
+ "github": "https://github.com/freb97/nuxt-strapi-blocks-renderer",
6133
+ "website": "https://github.com/freb97/nuxt-strapi-blocks-renderer",
6134
+ "learn_more": "https://strapi.io",
6135
+ "category": "CMS",
6136
+ "type": "3rd-party",
6137
+ "maintainers": [
6138
+ {
6139
+ "name": "Frederik Bußmann",
6140
+ "github": "freb97"
6141
+ }
6142
+ ],
6143
+ "compatibility": {
6144
+ "nuxt": ">=3.0.0",
6145
+ "requires": {}
6146
+ }
6147
+ },
6148
+ {
6149
+ "name": "nuxt-svg-sprite-icon",
6150
+ "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.",
6151
+ "repo": "MikeCheng1208/nuxt-svg-sprite-icon",
6152
+ "npm": "nuxt-svg-sprite-icon",
6153
+ "icon": "nuxt-svg-sprite-icon.png",
6154
+ "github": "https://github.com/MikeCheng1208/nuxt-svg-sprite-icon",
6155
+ "website": "https://github.com/MikeCheng1208/nuxt-svg-sprite-icon",
6156
+ "learn_more": "",
6157
+ "category": "UI",
6158
+ "type": "3rd-party",
6159
+ "maintainers": [
6160
+ {
6161
+ "name": "Mike Cheng",
6162
+ "github": "MikeCheng1208",
6163
+ "twitter": "mike_cheng1208"
6164
+ }
6165
+ ],
6166
+ "compatibility": {
6167
+ "nuxt": "^3.0.0 || ^4.0.0",
6168
+ "requires": {}
6169
+ }
6170
+ },
5340
6171
  {
5341
6172
  "name": "nuxt-svgo-loader",
5342
6173
  "description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
@@ -5380,7 +6211,7 @@
5380
6211
  }
5381
6212
  ],
5382
6213
  "compatibility": {
5383
- "nuxt": ">=3.0.0",
6214
+ "nuxt": ">=3.0.0-rc.0",
5384
6215
  "requires": {}
5385
6216
  }
5386
6217
  },
@@ -5442,36 +6273,58 @@
5442
6273
  "type": "3rd-party",
5443
6274
  "maintainers": [
5444
6275
  {
5445
- "name": "Juanjo Conejero",
5446
- "github": "conejerock"
6276
+ "name": "Juanjo Conejero",
6277
+ "github": "conejerock"
6278
+ }
6279
+ ],
6280
+ "compatibility": {
6281
+ "nuxt": "^2.0.0",
6282
+ "requires": {}
6283
+ }
6284
+ },
6285
+ {
6286
+ "name": "nuxt-useless-blobs",
6287
+ "description": "An easier way of using useless-blobs in your Nuxt project!",
6288
+ "repo": "oyedejioyewole/nuxt-useless-blobs",
6289
+ "npm": "nuxt-useless-blobs",
6290
+ "icon": "nuxt-useless-blobs.svg",
6291
+ "github": "https://github.com/oyedejioyewole/nuxt-useless-blobs",
6292
+ "website": "https://nuxt-useless-blobs.vercel.app",
6293
+ "learn_more": "",
6294
+ "category": "UI",
6295
+ "type": "3rd-party",
6296
+ "maintainers": [
6297
+ {
6298
+ "name": "Oyedeji Oyewole",
6299
+ "github": "oyedejioyewole"
5447
6300
  }
5448
6301
  ],
5449
6302
  "compatibility": {
5450
- "nuxt": "^2.0.0",
6303
+ "nuxt": ">=3.0.0",
5451
6304
  "requires": {}
5452
6305
  }
5453
6306
  },
5454
6307
  {
5455
- "name": "nuxt-use-sound",
5456
- "description": "A Nuxt module for playing sound effects.",
5457
- "repo": "Tahul/nuxt-use-sound",
5458
- "npm": "nuxt-use-sound",
5459
- "icon": "nuxt-use-sound.svg",
5460
- "github": "https://github.com/Tahul/nuxt-use-sound",
5461
- "website": "https://github.com/Tahul/nuxt-use-sound",
5462
- "learn_more": "https://github.com/vueuse/sound",
5463
- "category": "Libraries",
6308
+ "name": "nuxt-users",
6309
+ "description": "A comprehensive user management module for Nuxt 3 and Nuxt 4 applications with authentication, authorization, database support, and CLI tools",
6310
+ "repo": "rrd108/nuxt-users",
6311
+ "npm": "nuxt-users",
6312
+ "icon": "nuxt-users.png",
6313
+ "github": "https://github.com/rrd108/nuxt-users",
6314
+ "website": "https://nuxt-users.webmania.cc/",
6315
+ "learn_more": "https://nuxt-users.webmania.cc/",
6316
+ "category": "Security",
5464
6317
  "type": "3rd-party",
5465
6318
  "maintainers": [
5466
6319
  {
5467
- "name": "Yaël Guilloux",
5468
- "github": "Tahul",
5469
- "twitter": "yaeeelglx",
5470
- "bluesky": "yael.dev"
6320
+ "name": "rrd",
6321
+ "github": "rrd108",
6322
+ "twitter": "radharadhya",
6323
+ "bluesky": "rrd108.bsky.social"
5471
6324
  }
5472
6325
  ],
5473
6326
  "compatibility": {
5474
- "nuxt": "^2.0.0",
6327
+ "nuxt": ">=3.0.0",
5475
6328
  "requires": {}
5476
6329
  }
5477
6330
  },
@@ -5493,7 +6346,7 @@
5493
6346
  }
5494
6347
  ],
5495
6348
  "compatibility": {
5496
- "nuxt": ">=3.0.0",
6349
+ "nuxt": "^3.0.0",
5497
6350
  "requires": {}
5498
6351
  }
5499
6352
  },
@@ -5515,7 +6368,7 @@
5515
6368
  }
5516
6369
  ],
5517
6370
  "compatibility": {
5518
- "nuxt": "^2.0.0 || >=3.0.0",
6371
+ "nuxt": ">=3.0.0-rc.11",
5519
6372
  "requires": {
5520
6373
  "bridge": "optional"
5521
6374
  }
@@ -5540,25 +6393,25 @@
5540
6393
  }
5541
6394
  ],
5542
6395
  "compatibility": {
5543
- "nuxt": ">=3.0.0",
6396
+ "nuxt": ">=3.0.0 <5.0.0",
5544
6397
  "requires": {}
5545
6398
  }
5546
6399
  },
5547
6400
  {
5548
- "name": "nuxt-zod-i18n",
5549
- "description": "A Nuxt Module for localizing zod error messages.",
5550
- "repo": "xibman/nuxt-zod-i18n",
5551
- "npm": "nuxt-zod-i18n",
5552
- "icon": "nuxt-zod-i18n.svg",
5553
- "github": "https://github.com/xibman/nuxt-zod-i18n",
5554
- "website": "https://github.com/xibman/nuxt-zod-i18n",
6401
+ "name": "nuxt-yup",
6402
+ "description": "Yup integration for Nuxt 4 with a simple composable.",
6403
+ "repo": "DarlanPrado/nuxt-yup",
6404
+ "npm": "nuxt-yup",
6405
+ "icon": "",
6406
+ "github": "https://github.com/DarlanPrado/nuxt-yup",
6407
+ "website": "https://github.com/DarlanPrado/nuxt-yup",
5555
6408
  "learn_more": "",
5556
6409
  "category": "Libraries",
5557
6410
  "type": "3rd-party",
5558
6411
  "maintainers": [
5559
6412
  {
5560
- "name": "Georget Julien",
5561
- "github": "xibman"
6413
+ "name": "Darlan José Batista do Prado",
6414
+ "github": "DarlanPrado"
5562
6415
  }
5563
6416
  ],
5564
6417
  "compatibility": {
@@ -5567,24 +6420,24 @@
5567
6420
  }
5568
6421
  },
5569
6422
  {
5570
- "name": "nuxt2-leaflet",
5571
- "description": "A Nuxt module which makes it easy to create reactive maps with Leaflet",
5572
- "repo": "schlunsen/nuxt-leaflet",
5573
- "npm": "nuxt-leaflet",
5574
- "icon": "leaflet.png",
5575
- "github": "https://github.com/schlunsen/nuxt-leaflet",
5576
- "website": "https://github.com/schlunsen/nuxt-leaflet",
5577
- "learn_more": "https://vue2-leaflet.netlify.app/quickstart/",
6423
+ "name": "nuxt-zod-i18n",
6424
+ "description": "A Nuxt Module for localizing zod error messages.",
6425
+ "repo": "xibman/nuxt-zod-i18n",
6426
+ "npm": "nuxt-zod-i18n",
6427
+ "icon": "nuxt-zod-i18n.svg",
6428
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
6429
+ "website": "https://github.com/xibman/nuxt-zod-i18n",
6430
+ "learn_more": "",
5578
6431
  "category": "Libraries",
5579
6432
  "type": "3rd-party",
5580
6433
  "maintainers": [
5581
6434
  {
5582
- "name": "Rasmus Schlünsen",
5583
- "github": "schlunsen"
6435
+ "name": "Georget Julien",
6436
+ "github": "xibman"
5584
6437
  }
5585
6438
  ],
5586
6439
  "compatibility": {
5587
- "nuxt": "^2.0.0",
6440
+ "nuxt": ">=3.0.0",
5588
6441
  "requires": {}
5589
6442
  }
5590
6443
  },
@@ -5706,7 +6559,7 @@
5706
6559
  }
5707
6560
  ],
5708
6561
  "compatibility": {
5709
- "nuxt": ">=3.0.0",
6562
+ "nuxt": ">=3.10.3",
5710
6563
  "requires": {},
5711
6564
  "devtools": "^0.0.0"
5712
6565
  }
@@ -5729,9 +6582,10 @@
5729
6582
  "twitter": "teleskop150750"
5730
6583
  },
5731
6584
  {
5732
- "name": "Dev",
6585
+ "name": "Wind",
5733
6586
  "github": "productdevbook",
5734
- "twitter": "productdevbook"
6587
+ "twitter": "productdevbook",
6588
+ "bluesky": "productdevbook.com"
5735
6589
  }
5736
6590
  ],
5737
6591
  "compatibility": {
@@ -5808,28 +6662,6 @@
5808
6662
  "requires": {}
5809
6663
  }
5810
6664
  },
5811
- {
5812
- "name": "page-generator-helper",
5813
- "description": "Generate your pages statically without using payload extractors.",
5814
- "repo": "GrabarzUndPartner/nuxt-page-generator-helper",
5815
- "npm": "nuxt-page-generator-helper",
5816
- "icon": "",
5817
- "github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
5818
- "website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
5819
- "learn_more": "",
5820
- "category": "Extensions",
5821
- "type": "3rd-party",
5822
- "maintainers": [
5823
- {
5824
- "name": "GrabarzUndPartner",
5825
- "github": "GrabarzUndPartner"
5826
- }
5827
- ],
5828
- "compatibility": {
5829
- "nuxt": "^2.0.0",
5830
- "requires": {}
5831
- }
5832
- },
5833
6665
  {
5834
6666
  "name": "paper-ui",
5835
6667
  "description": "A ui kit for nuxt",
@@ -5893,7 +6725,7 @@
5893
6725
  }
5894
6726
  ],
5895
6727
  "compatibility": {
5896
- "nuxt": ">=3.0.0",
6728
+ "nuxt": "^3.7.0",
5897
6729
  "requires": {}
5898
6730
  }
5899
6731
  },
@@ -5960,37 +6792,14 @@
5960
6792
  "type": "3rd-party",
5961
6793
  "maintainers": [
5962
6794
  {
5963
- "name": "Giovane Cardoso",
6795
+ "name": "Giovane Silva",
5964
6796
  "github": "novout",
5965
6797
  "twitter": "novoutttttt",
5966
6798
  "avatar": "https://avatars.githubusercontent.com/novout?v=4"
5967
6799
  }
5968
6800
  ],
5969
6801
  "compatibility": {
5970
- "nuxt": ">=3.0.0",
5971
- "requires": {}
5972
- }
5973
- },
5974
- {
5975
- "name": "pergel",
5976
- "description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
5977
- "repo": "oku-ui/pergel#main/packages-core/pergel",
5978
- "npm": "pergel",
5979
- "icon": "pergel.svg",
5980
- "github": "https://github.com/oku-ui/pergel",
5981
- "website": "https://pergel.oku-ui.com/",
5982
- "learn_more": "",
5983
- "category": "Devtools",
5984
- "type": "3rd-party",
5985
- "maintainers": [
5986
- {
5987
- "name": "Dev",
5988
- "github": "productdevbook",
5989
- "twitter": "productdevbook"
5990
- }
5991
- ],
5992
- "compatibility": {
5993
- "nuxt": ">=3.10.0",
6802
+ "nuxt": "^3.0.0",
5994
6803
  "requires": {}
5995
6804
  }
5996
6805
  },
@@ -6017,6 +6826,31 @@
6017
6826
  "requires": {}
6018
6827
  }
6019
6828
  },
6829
+ {
6830
+ "name": "pglite",
6831
+ "description": "A Nuxt module aimed to simplify the use of PGlite.",
6832
+ "repo": "sandros94/nuxt-pglite",
6833
+ "npm": "nuxt-pglite",
6834
+ "icon": "pglite.svg",
6835
+ "github": "https://github.com/sandros94/nuxt-pglite",
6836
+ "website": "https://github.com/sandros94/nuxt-pglite",
6837
+ "learn_more": "https://pglite.dev",
6838
+ "category": "Database",
6839
+ "type": "3rd-party",
6840
+ "maintainers": [
6841
+ {
6842
+ "name": "Sandro Circi",
6843
+ "github": "sandros94",
6844
+ "avatar": "https://avatars.githubusercontent.com/u/13056429",
6845
+ "bluesky": "sandros94.com",
6846
+ "twitter": "_sandros94"
6847
+ }
6848
+ ],
6849
+ "compatibility": {
6850
+ "nuxt": ">=3.15.0",
6851
+ "requires": {}
6852
+ }
6853
+ },
6020
6854
  {
6021
6855
  "name": "pinia-colada",
6022
6856
  "description": "The smart data fetching layer for Pinia",
@@ -6037,7 +6871,7 @@
6037
6871
  }
6038
6872
  ],
6039
6873
  "compatibility": {
6040
- "nuxt": "^3.13.0",
6874
+ "nuxt": "^3.17.7 || ^4.0.0",
6041
6875
  "requires": {}
6042
6876
  }
6043
6877
  },
@@ -6067,28 +6901,25 @@
6067
6901
  }
6068
6902
  },
6069
6903
  {
6070
- "name": "pinia-plugin-persistedstate",
6904
+ "name": "pinia-plugin-unstorage",
6071
6905
  "description": "Configurable persistence and rehydration of Pinia stores.",
6072
- "repo": "prazdevs/pinia-plugin-persistedstate",
6073
- "npm": "pinia-plugin-persistedstate",
6074
- "icon": "pinia-plugin-persistedstate.png",
6075
- "github": "https://github.com/prazdevs/pinia-plugin-persistedstate",
6076
- "website": "https://prazdevs.github.io/pinia-plugin-persistedstate/",
6906
+ "repo": "litingyes/pinia-plugin-unstorage",
6907
+ "npm": "pinia-plugin-unstorage",
6908
+ "icon": "pinia-plugin-unstorage.svg",
6909
+ "github": "https://github.com/litingyes/pinia-plugin-unstorage",
6910
+ "website": "https://github.com/litingyes/pinia-plugin-unstorage?tab=readme-ov-file#pinia-plugin-unstorage",
6077
6911
  "learn_more": "",
6078
6912
  "category": "Extensions",
6079
6913
  "type": "3rd-party",
6080
6914
  "maintainers": [
6081
6915
  {
6082
- "name": "PraZ",
6083
- "github": "prazdevs",
6084
- "bluesky": "praz.dev"
6916
+ "name": "Liting",
6917
+ "github": "litingyes"
6085
6918
  }
6086
6919
  ],
6087
6920
  "compatibility": {
6088
- "nuxt": "^2.0.0 || >=3.0.0",
6089
- "requires": {
6090
- "bridge": "optional"
6091
- }
6921
+ "nuxt": ">=3.0.0",
6922
+ "requires": {}
6092
6923
  }
6093
6924
  },
6094
6925
  {
@@ -6111,7 +6942,7 @@
6111
6942
  }
6112
6943
  ],
6113
6944
  "compatibility": {
6114
- "nuxt": "^2.0.0 || >=3.0.0",
6945
+ "nuxt": "^3.15.0 || ^4.0.0",
6115
6946
  "requires": {
6116
6947
  "bridge": "optional"
6117
6948
  }
@@ -6158,7 +6989,7 @@
6158
6989
  }
6159
6990
  ],
6160
6991
  "compatibility": {
6161
- "nuxt": "^2.0.0 || >=3.0.0",
6992
+ "nuxt": ">=3.0.0",
6162
6993
  "requires": {}
6163
6994
  }
6164
6995
  },
@@ -6180,7 +7011,7 @@
6180
7011
  }
6181
7012
  ],
6182
7013
  "compatibility": {
6183
- "nuxt": ">=3.0.0",
7014
+ "nuxt": ">=3.9.0",
6184
7015
  "requires": {}
6185
7016
  }
6186
7017
  },
@@ -6260,7 +7091,7 @@
6260
7091
  "npm": "@prisma/nuxt",
6261
7092
  "icon": "prisma.png",
6262
7093
  "github": "https://github.com/prisma/nuxt-prisma",
6263
- "website": "https://pris.ly/prisma-nuxt",
7094
+ "website": "https://www.prisma.io/docs/guides/nuxt",
6264
7095
  "learn_more": "https://www.prisma.io/orm",
6265
7096
  "category": "Database",
6266
7097
  "type": "3rd-party",
@@ -6295,7 +7126,7 @@
6295
7126
  }
6296
7127
  ],
6297
7128
  "compatibility": {
6298
- "nuxt": "^2.0.0 || >=3.0.0",
7129
+ "nuxt": ">=3.7.0",
6299
7130
  "requires": {}
6300
7131
  }
6301
7132
  },
@@ -6317,7 +7148,7 @@
6317
7148
  }
6318
7149
  ],
6319
7150
  "compatibility": {
6320
- "nuxt": ">=3.0.0",
7151
+ "nuxt": "^2.16.0 || >=3.0.0",
6321
7152
  "requires": {}
6322
7153
  }
6323
7154
  },
@@ -6408,7 +7239,7 @@
6408
7239
  }
6409
7240
  ],
6410
7241
  "compatibility": {
6411
- "nuxt": "^2.0.0 || >=3.0.0",
7242
+ "nuxt": "^3.0.0-rc.11",
6412
7243
  "requires": {}
6413
7244
  }
6414
7245
  },
@@ -6460,6 +7291,31 @@
6460
7291
  "requires": {}
6461
7292
  }
6462
7293
  },
7294
+ {
7295
+ "name": "qrcode",
7296
+ "description": "A Nuxt module that provides support for generating and reading QRCodes.",
7297
+ "repo": "sandros94/nuxt-qrcode",
7298
+ "npm": "nuxt-qrcode",
7299
+ "icon": "qrcode.svg",
7300
+ "github": "https://github.com/sandros94/nuxt-qrcode",
7301
+ "website": "https://qrcode.s94.dev",
7302
+ "learn_more": "",
7303
+ "category": "Extensions",
7304
+ "type": "3rd-party",
7305
+ "maintainers": [
7306
+ {
7307
+ "name": "Sandro Circi",
7308
+ "github": "sandros94",
7309
+ "avatar": "https://avatars.githubusercontent.com/u/13056429",
7310
+ "bluesky": "sandros94.com",
7311
+ "twitter": "_sandros94"
7312
+ }
7313
+ ],
7314
+ "compatibility": {
7315
+ "nuxt": ">=3.0.0",
7316
+ "requires": {}
7317
+ }
7318
+ },
6463
7319
  {
6464
7320
  "name": "quasar",
6465
7321
  "description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
@@ -6483,6 +7339,28 @@
6483
7339
  "devtools": "^0.0.0"
6484
7340
  }
6485
7341
  },
7342
+ {
7343
+ "name": "query-api",
7344
+ "description": "Provides simple ways to query data from Craft CMS.",
7345
+ "repo": "samuelreichor/query-api#HEAD/packages/nuxt",
7346
+ "npm": "@query-api/nuxt",
7347
+ "icon": "query-api.svg",
7348
+ "github": "https://github.com/samuelreichor/query-api/tree/main/packages/nuxt",
7349
+ "website": "https://samuelreichor.at/libraries/nuxt-craftcms",
7350
+ "learn_more": "https://samuelreichor.at/libraries",
7351
+ "category": "CMS",
7352
+ "type": "3rd-party",
7353
+ "maintainers": [
7354
+ {
7355
+ "name": "Samuel Reichör",
7356
+ "github": "samuelreichor"
7357
+ }
7358
+ ],
7359
+ "compatibility": {
7360
+ "nuxt": ">=3.0.0",
7361
+ "requires": {}
7362
+ }
7363
+ },
6486
7364
  {
6487
7365
  "name": "radash",
6488
7366
  "description": "radash module with auto-import and custom prefix",
@@ -6501,7 +7379,7 @@
6501
7379
  }
6502
7380
  ],
6503
7381
  "compatibility": {
6504
- "nuxt": ">=3.0.0",
7382
+ "nuxt": "^3.0.0",
6505
7383
  "requires": {}
6506
7384
  }
6507
7385
  },
@@ -6684,7 +7562,7 @@
6684
7562
  }
6685
7563
  ],
6686
7564
  "compatibility": {
6687
- "nuxt": "^2.0.0 || >=3.0.0",
7565
+ "nuxt": ">=3.6.1",
6688
7566
  "requires": {
6689
7567
  "bridge": "optional"
6690
7568
  }
@@ -6708,30 +7586,7 @@
6708
7586
  }
6709
7587
  ],
6710
7588
  "compatibility": {
6711
- "nuxt": ">=3.0.0",
6712
- "requires": {}
6713
- }
6714
- },
6715
- {
6716
- "name": "router-extras",
6717
- "description": "Extra Add-ons for nuxt router",
6718
- "repo": "nuxt-community/router-extras-module",
6719
- "npm": "@nuxtjs/router-extras",
6720
- "icon": "vue.png",
6721
- "github": "https://github.com/nuxt-community/router-extras-module",
6722
- "website": "https://github.com/nuxt-community/router-extras-module",
6723
- "learn_more": "",
6724
- "category": "Extensions",
6725
- "type": "community",
6726
- "maintainers": [
6727
- {
6728
- "name": "Farnabaz",
6729
- "github": "farnabaz",
6730
- "twitter": "a_birang"
6731
- }
6732
- ],
6733
- "compatibility": {
6734
- "nuxt": "^2.0.0",
7589
+ "nuxt": "^3",
6735
7590
  "requires": {}
6736
7591
  }
6737
7592
  },
@@ -6750,7 +7605,7 @@
6750
7605
  {
6751
7606
  "name": "Sébastien Chopin",
6752
7607
  "github": "Atinux",
6753
- "twitter": "Atinux",
7608
+ "twitter": "atinux",
6754
7609
  "bluesky": "atinux.com"
6755
7610
  }
6756
7611
  ],
@@ -6779,7 +7634,7 @@
6779
7634
  }
6780
7635
  ],
6781
7636
  "compatibility": {
6782
- "nuxt": "^2.0.0 || >=3.0.0",
7637
+ "nuxt": ">=3.7.0",
6783
7638
  "requires": {
6784
7639
  "bridge": "optional"
6785
7640
  }
@@ -6816,7 +7671,7 @@
6816
7671
  "icon": "schema-org.svg",
6817
7672
  "github": "https://github.com/harlan-zw/nuxt-schema-org",
6818
7673
  "website": "https://nuxtseo.com/schema-org",
6819
- "learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
7674
+ "learn_more": "https://unhead.unjs.io/docs/typescript/schema-org/guides/get-started/overview",
6820
7675
  "category": "SEO",
6821
7676
  "type": "3rd-party",
6822
7677
  "maintainers": [
@@ -6828,20 +7683,20 @@
6828
7683
  }
6829
7684
  ],
6830
7685
  "compatibility": {
6831
- "nuxt": ">=3.0.0",
7686
+ "nuxt": ">=3.0.0-rc.8",
6832
7687
  "requires": {}
6833
7688
  }
6834
7689
  },
6835
7690
  {
6836
7691
  "name": "scripts",
6837
- "description": "Plug-and-play script optimization for Nuxt applications.",
7692
+ "description": "Add 3rd-party scripts without sacrificing performance.",
6838
7693
  "repo": "nuxt/scripts",
6839
7694
  "npm": "@nuxt/scripts",
6840
7695
  "icon": "nuxt.svg",
6841
7696
  "github": "https://github.com/nuxt/scripts",
6842
7697
  "website": "https://scripts.nuxt.com",
6843
7698
  "learn_more": "",
6844
- "category": "Libraries",
7699
+ "category": "Performance",
6845
7700
  "type": "official",
6846
7701
  "maintainers": [
6847
7702
  {
@@ -6851,7 +7706,7 @@
6851
7706
  }
6852
7707
  ],
6853
7708
  "compatibility": {
6854
- "nuxt": ">=3.0.0",
7709
+ "nuxt": ">=3.16",
6855
7710
  "requires": {}
6856
7711
  }
6857
7712
  },
@@ -6926,7 +7781,7 @@
6926
7781
  },
6927
7782
  {
6928
7783
  "name": "sentry",
6929
- "description": "Official Sentry SDK for Nuxt (EXPERIMENTAL)",
7784
+ "description": "Sentry SDK for Nuxt",
6930
7785
  "repo": "getsentry/sentry-javascript#HEAD/packages/nuxt",
6931
7786
  "npm": "@sentry/nuxt",
6932
7787
  "icon": "sentry.svg",
@@ -6966,7 +7821,7 @@
6966
7821
  }
6967
7822
  ],
6968
7823
  "compatibility": {
6969
- "nuxt": ">=3.0.0",
7824
+ "nuxt": "<3.16.0 || >=3.6.1",
6970
7825
  "requires": {}
6971
7826
  }
6972
7827
  },
@@ -7013,9 +7868,10 @@
7013
7868
  }
7014
7869
  ],
7015
7870
  "compatibility": {
7016
- "nuxt": ">=3.0.0",
7871
+ "nuxt": ">=3.7.0",
7017
7872
  "requires": {}
7018
- }
7873
+ },
7874
+ "mcp": "https://nuxtseo.com/mcp"
7019
7875
  },
7020
7876
  {
7021
7877
  "name": "seomatic-meta",
@@ -7090,10 +7946,10 @@
7090
7946
  {
7091
7947
  "name": "shadcn",
7092
7948
  "description": "Re-usable components built with Radix Vue and Tailwind CSS.",
7093
- "repo": "radix-vue/shadcn-vue#dev/packages/module",
7949
+ "repo": "unovue/shadcn-vue#dev/packages/module",
7094
7950
  "npm": "shadcn-nuxt",
7095
7951
  "icon": "",
7096
- "github": "https://github.com/radix-vue/shadcn-vue/tree/dev/packages/module",
7952
+ "github": "https://github.com/unovue/shadcn-vue/tree/dev/packages/module",
7097
7953
  "website": "https://www.shadcn-vue.com",
7098
7954
  "learn_more": "https://www.shadcn-vue.com/docs/installation/nuxt",
7099
7955
  "category": "UI",
@@ -7116,24 +7972,49 @@
7116
7972
  },
7117
7973
  {
7118
7974
  "name": "shopify",
7119
- "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
7120
- "repo": "Gomah/nuxt-shopify",
7121
- "npm": "nuxt-shopify",
7975
+ "description": "Easily integrate Shopify into your Nuxt app.",
7976
+ "repo": "nuxt-modules/shopify",
7977
+ "npm": "@nuxtjs/shopify",
7122
7978
  "icon": "shopify.png",
7123
- "github": "https://github.com/Gomah/nuxt-shopify",
7124
- "website": "https://github.com/Gomah/nuxt-shopify",
7125
- "learn_more": "https://www.shopify.com/",
7979
+ "github": "https://github.com/nuxt-modules/shopify",
7980
+ "website": "https://nuxt-modules.github.io/shopify",
7981
+ "learn_more": "https://shopify.dev/docs",
7982
+ "category": "Ecommerce",
7983
+ "type": "community",
7984
+ "maintainers": [
7985
+ {
7986
+ "name": "Zoltan Lukacs",
7987
+ "github": "konkonam"
7988
+ },
7989
+ {
7990
+ "name": "Frederik Bußmann",
7991
+ "github": "freb97"
7992
+ }
7993
+ ],
7994
+ "compatibility": {
7995
+ "nuxt": ">=3.0.0",
7996
+ "requires": {}
7997
+ }
7998
+ },
7999
+ {
8000
+ "name": "shopware",
8001
+ "description": "Nuxt module that allows you to set up a Nuxt 3 project with Shopware Frontends.",
8002
+ "repo": "shopware/frontends#main/packages/nuxt-module",
8003
+ "npm": "@shopware/nuxt-module",
8004
+ "icon": "shopware.svg",
8005
+ "github": "https://github.com/shopware/frontends/tree/main/packages/nuxt-module",
8006
+ "website": "https://frontends.shopware.com/packages/nuxt-module.html",
8007
+ "learn_more": "https://www.shopware.com",
7126
8008
  "category": "Ecommerce",
7127
8009
  "type": "3rd-party",
7128
8010
  "maintainers": [
7129
8011
  {
7130
- "name": "Thomas Marrec",
7131
- "github": "Gomah",
7132
- "twitter": "Gomah"
8012
+ "name": "Shopware AG",
8013
+ "github": "shopware"
7133
8014
  }
7134
8015
  ],
7135
8016
  "compatibility": {
7136
- "nuxt": "^2.0.0",
8017
+ "nuxt": ">=3.0.0",
7137
8018
  "requires": {}
7138
8019
  }
7139
8020
  },
@@ -7230,7 +8111,7 @@
7230
8111
  }
7231
8112
  ],
7232
8113
  "compatibility": {
7233
- "nuxt": ">=3.0.0",
8114
+ "nuxt": ">=3.9.0",
7234
8115
  "requires": {}
7235
8116
  }
7236
8117
  },
@@ -7257,69 +8138,94 @@
7257
8138
  }
7258
8139
  },
7259
8140
  {
7260
- "name": "snipcart",
7261
- "description": "Snipcart integration module for Nuxt",
7262
- "repo": "nuxt-modules/snipcart",
7263
- "npm": "@nuxtjs/snipcart",
7264
- "icon": "snipcart.png",
7265
- "github": "https://github.com/nuxt-modules/snipcart",
7266
- "website": "https://github.com/nuxt-modules/snipcart",
8141
+ "name": "social-meta",
8142
+ "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
8143
+ "repo": "AlekseyPleshkov/nuxt-social-meta",
8144
+ "npm": "nuxt-social-meta",
8145
+ "icon": "",
8146
+ "github": "https://github.com/AlekseyPleshkov/nuxt-social-meta",
8147
+ "website": "https://github.com/AlekseyPleshkov/nuxt-social-meta",
7267
8148
  "learn_more": "",
7268
- "category": "Ecommerce",
7269
- "type": "community",
8149
+ "category": "SEO",
8150
+ "type": "3rd-party",
7270
8151
  "maintainers": [
7271
8152
  {
7272
- "name": "florent giraud",
7273
- "github": "flozero",
7274
- "twitter": "flozeroo"
8153
+ "name": "Aleksey Pleshkov",
8154
+ "github": "AlekseyPleshkov"
7275
8155
  }
7276
8156
  ],
7277
8157
  "compatibility": {
7278
- "nuxt": "^2.0.0 || >=3.0.0",
8158
+ "nuxt": "^2.0.0",
7279
8159
  "requires": {}
7280
8160
  }
7281
8161
  },
7282
8162
  {
7283
- "name": "social-meta",
7284
- "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
7285
- "repo": "AlekseyPleshkov/nuxt-social-meta",
7286
- "npm": "nuxt-social-meta",
7287
- "icon": "",
7288
- "github": "https://github.com/AlekseyPleshkov/nuxt-social-meta",
7289
- "website": "https://github.com/AlekseyPleshkov/nuxt-social-meta",
7290
- "learn_more": "",
7291
- "category": "SEO",
8163
+ "name": "socket-io",
8164
+ "description": "Socket.io client and server module for Nuxt. Just plug it in and GO",
8165
+ "repo": "richardeschloss/nuxt-socket-io",
8166
+ "npm": "nuxt-socket-io",
8167
+ "icon": "socket-io.png",
8168
+ "github": "https://github.com/richardeschloss/nuxt-socket-io",
8169
+ "website": "https://nuxt-socket-io.netlify.app/",
8170
+ "learn_more": "https://socket.io/",
8171
+ "category": "Request",
8172
+ "type": "3rd-party",
8173
+ "maintainers": [
8174
+ {
8175
+ "name": "Richard Schloss",
8176
+ "github": "richardeschloss"
8177
+ }
8178
+ ],
8179
+ "compatibility": {
8180
+ "nuxt": "^2.0.0",
8181
+ "requires": {}
8182
+ }
8183
+ },
8184
+ {
8185
+ "name": "solar-icons",
8186
+ "description": "Nuxt module that provides seamless integration of Solar Icons with auto-import, global configuration, and reactive controls.",
8187
+ "repo": "saoudi-h/solar-icons#main/packages/nuxt",
8188
+ "npm": "@solar-icons/nuxt",
8189
+ "icon": "solar-icons.svg",
8190
+ "github": "https://github.com/saoudi-h/solar-icons/tree/main/packages/nuxt",
8191
+ "website": "https://solar-icons.vercel.app/docs/packages/nuxt",
8192
+ "learn_more": "https://solar-icons.vercel.app",
8193
+ "category": "UI",
7292
8194
  "type": "3rd-party",
7293
8195
  "maintainers": [
7294
8196
  {
7295
- "name": "Aleksey Pleshkov",
7296
- "github": "AlekseyPleshkov"
8197
+ "name": "Hakim Saoudi",
8198
+ "github": "saoudi-h",
8199
+ "avatar": "https://avatars.githubusercontent.com/saoudi-h?v=4",
8200
+ "twitter": "hakim__saoudi"
7297
8201
  }
7298
8202
  ],
7299
8203
  "compatibility": {
7300
- "nuxt": "^2.0.0",
8204
+ "nuxt": ">=3.0.0",
7301
8205
  "requires": {}
7302
8206
  }
7303
8207
  },
7304
8208
  {
7305
- "name": "socket-io",
7306
- "description": "Socket.io client and server module for Nuxt. Just plug it in and GO",
7307
- "repo": "richardeschloss/nuxt-socket-io",
7308
- "npm": "nuxt-socket-io",
7309
- "icon": "socket-io.png",
7310
- "github": "https://github.com/richardeschloss/nuxt-socket-io",
7311
- "website": "https://nuxt-socket-io.netlify.app/",
7312
- "learn_more": "https://socket.io/",
7313
- "category": "Request",
8209
+ "name": "sonda",
8210
+ "description": "Bundle analyzer and visualizer",
8211
+ "repo": "filipsobol/sonda#release/packages/sonda",
8212
+ "npm": "sonda",
8213
+ "icon": "sonda.svg",
8214
+ "github": "https://github.com/filipsobol/sonda",
8215
+ "website": "https://sonda.dev/",
8216
+ "learn_more": "https://sonda.dev/",
8217
+ "category": "Devtools",
7314
8218
  "type": "3rd-party",
7315
8219
  "maintainers": [
7316
8220
  {
7317
- "name": "Richard Schloss",
7318
- "github": "richardeschloss"
8221
+ "name": "Filip Sobol",
8222
+ "github": "filipsobol",
8223
+ "twitter": "filipsobol",
8224
+ "bluesky": "filipsobol.bsky.social"
7319
8225
  }
7320
8226
  ],
7321
8227
  "compatibility": {
7322
- "nuxt": "^2.0.0",
8228
+ "nuxt": "^3.0.0",
7323
8229
  "requires": {}
7324
8230
  }
7325
8231
  },
@@ -7369,26 +8275,27 @@
7369
8275
  }
7370
8276
  },
7371
8277
  {
7372
- "name": "storage",
7373
- "description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
7374
- "repo": "mazipan/nuxt-storage",
7375
- "npm": "nuxt-storage",
7376
- "icon": "",
7377
- "github": "https://github.com/mazipan/nuxt-storage",
7378
- "website": "https://github.com/mazipan/nuxt-storage",
7379
- "learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
7380
- "category": "Extensions",
8278
+ "name": "stonecrop",
8279
+ "description": "Stonecrop for Nuxt",
8280
+ "repo": "agritheory/stonecrop#development/nuxt",
8281
+ "npm": "@stonecrop/nuxt",
8282
+ "icon": "stonecrop.svg",
8283
+ "github": "https://github.com/agritheory/stonecrop/tree/development/nuxt",
8284
+ "website": "https://stonecrop.io/",
8285
+ "learn_more": "https://agritheory.com/",
8286
+ "category": "Libraries",
7381
8287
  "type": "3rd-party",
7382
8288
  "maintainers": [
7383
8289
  {
7384
- "name": "Irfan Maulana",
7385
- "github": "mazipan",
7386
- "twitter": "Maz_Ipan"
8290
+ "name": "Tyler Matteson",
8291
+ "github": "agritheory"
7387
8292
  }
7388
8293
  ],
7389
8294
  "compatibility": {
7390
- "nuxt": "^2.0.0",
7391
- "requires": {}
8295
+ "nuxt": "^4.0.0",
8296
+ "requires": {
8297
+ "bridge": false
8298
+ }
7392
8299
  }
7393
8300
  },
7394
8301
  {
@@ -7445,11 +8352,11 @@
7445
8352
  {
7446
8353
  "name": "storyblok",
7447
8354
  "description": "Storyblok Nuxt module",
7448
- "repo": "storyblok/storyblok-nuxt#main",
8355
+ "repo": "storyblok/monoblok#main/packages/nuxt",
7449
8356
  "npm": "@storyblok/nuxt",
7450
8357
  "icon": "storyblok.png",
7451
- "github": "https://github.com/storyblok/storyblok-nuxt",
7452
- "website": "https://github.com/storyblok/storyblok-nuxt",
8358
+ "github": "https://github.com/storyblok/monoblok/tree/main/packages/nuxt",
8359
+ "website": "https://github.com/storyblok/monoblok/tree/main/packages/nuxt",
7453
8360
  "learn_more": "",
7454
8361
  "category": "CMS",
7455
8362
  "type": "3rd-party",
@@ -7489,7 +8396,7 @@
7489
8396
  }
7490
8397
  ],
7491
8398
  "compatibility": {
7492
- "nuxt": "^2.0.0 || >=3.0.0",
8399
+ "nuxt": ">=3.0.0",
7493
8400
  "requires": {
7494
8401
  "bridge": "optional"
7495
8402
  },
@@ -7517,45 +8424,18 @@
7517
8424
  {
7518
8425
  "name": "Sébastien Chopin",
7519
8426
  "github": "Atinux",
7520
- "twitter": "Atinux",
8427
+ "twitter": "atinux",
7521
8428
  "bluesky": "atinux.com"
7522
8429
  }
7523
8430
  ],
7524
8431
  "compatibility": {
7525
- "nuxt": "^2.0.0 || >=3.0.0",
8432
+ "nuxt": ">=3.7.0",
7526
8433
  "requires": {
7527
8434
  "bridge": true
7528
8435
  },
7529
8436
  "devtools": "^0.0.0"
7530
8437
  }
7531
8438
  },
7532
- {
7533
- "name": "stripe-next",
7534
- "description": "This Nuxt module provides an easy way to integrate Stripe in your Nuxt application, both on the client-side and server-side. It utilizes the official stripe package for server-side usage and @stripe/stripe-js for the client-side.",
7535
- "repo": "flozero/nuxt-stripe",
7536
- "npm": "@unlok-co/nuxt-stripe",
7537
- "icon": "stripe.png",
7538
- "github": "https://github.com/flozero/nuxt-stripe",
7539
- "website": "https://github.com/flozero/nuxt-stripe",
7540
- "learn_more": "https://stripe.com/docs",
7541
- "category": "Payment",
7542
- "type": "3rd-party",
7543
- "maintainers": [
7544
- {
7545
- "name": "Loïc Fuentes",
7546
- "github": "fuentesloic"
7547
- },
7548
- {
7549
- "name": "florent giraud",
7550
- "github": "flozero",
7551
- "twitter": "flozeroo"
7552
- }
7553
- ],
7554
- "compatibility": {
7555
- "nuxt": ">=3.0.0",
7556
- "requires": {}
7557
- }
7558
- },
7559
8439
  {
7560
8440
  "name": "stripe",
7561
8441
  "description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
@@ -7571,7 +8451,8 @@
7571
8451
  {
7572
8452
  "name": "William DA SILVA",
7573
8453
  "github": "WilliamDASILVA",
7574
- "twitter": "willia_am"
8454
+ "twitter": "willia_am",
8455
+ "bluesky": "william.to"
7575
8456
  }
7576
8457
  ],
7577
8458
  "compatibility": {
@@ -7582,24 +8463,31 @@
7582
8463
  {
7583
8464
  "name": "studio",
7584
8465
  "description": "A new experience to build content-driven website with Nuxt.",
7585
- "repo": "nuxtlabs/studio-module",
7586
- "npm": "@nuxthq/studio",
7587
- "icon": "studio.svg",
7588
- "github": "https://github.com/nuxtlabs/studio-module",
8466
+ "repo": "nuxt-content/nuxt-studio",
8467
+ "npm": "nuxt-studio",
8468
+ "icon": "nuxt.svg",
8469
+ "github": "https://github.com/nuxt-content/nuxt-studio",
7589
8470
  "website": "https://nuxt.studio",
7590
- "learn_more": "https://nuxt.studio",
8471
+ "learn_more": "",
7591
8472
  "category": "CMS",
7592
8473
  "type": "3rd-party",
7593
8474
  "maintainers": [
8475
+ {
8476
+ "name": "Baptiste Leproux",
8477
+ "github": "larbish",
8478
+ "twitter": "_larbish",
8479
+ "bluesky": "larbish.bsky.social"
8480
+ },
7594
8481
  {
7595
8482
  "name": "Farnabaz",
7596
8483
  "github": "farnabaz",
7597
- "twitter": "a_birang"
8484
+ "twitter": "a_birang",
8485
+ "bluesky": "farnabaz.dev"
7598
8486
  },
7599
8487
  {
7600
8488
  "name": "Sébastien Chopin",
7601
8489
  "github": "Atinux",
7602
- "twitter": "Atinux",
8490
+ "twitter": "atinux",
7603
8491
  "bluesky": "atinux.com"
7604
8492
  }
7605
8493
  ],
@@ -7677,7 +8565,7 @@
7677
8565
  {
7678
8566
  "name": "Sébastien Chopin",
7679
8567
  "github": "Atinux",
7680
- "twitter": "Atinux",
8568
+ "twitter": "atinux",
7681
8569
  "bluesky": "atinux.com"
7682
8570
  },
7683
8571
  {
@@ -7687,7 +8575,7 @@
7687
8575
  }
7688
8576
  ],
7689
8577
  "compatibility": {
7690
- "nuxt": "^2.0.0 || >=3.0.0",
8578
+ "nuxt": ">=3.0.0",
7691
8579
  "requires": {}
7692
8580
  }
7693
8581
  },
@@ -7753,11 +8641,12 @@
7753
8641
  {
7754
8642
  "name": "Farnabaz",
7755
8643
  "github": "farnabaz",
7756
- "twitter": "a_birang"
8644
+ "twitter": "a_birang",
8645
+ "bluesky": "farnabaz.dev"
7757
8646
  }
7758
8647
  ],
7759
8648
  "compatibility": {
7760
- "nuxt": "^2.0.0 || >=3.0.0",
8649
+ "nuxt": ">=3.0.0",
7761
8650
  "requires": {}
7762
8651
  }
7763
8652
  },
@@ -7774,7 +8663,7 @@
7774
8663
  "type": "community",
7775
8664
  "maintainers": [
7776
8665
  {
7777
- "name": "Brooke Holmes",
8666
+ "name": "brooke",
7778
8667
  "github": "sam3d"
7779
8668
  }
7780
8669
  ],
@@ -7783,28 +8672,6 @@
7783
8672
  "requires": {}
7784
8673
  }
7785
8674
  },
7786
- {
7787
- "name": "sweetalert2",
7788
- "description": "A minimal sweetalert2 module based on vue-sweetalert2 with global options",
7789
- "repo": "ImreC/nuxt-sweetalert2",
7790
- "npm": "nuxt-sweetalert2",
7791
- "icon": "",
7792
- "github": "https://github.com/ImreC/nuxt-sweetalert2",
7793
- "website": "https://github.com/ImreC/nuxt-sweetalert2",
7794
- "learn_more": "https://sweetalert2.github.io/",
7795
- "category": "Libraries",
7796
- "type": "3rd-party",
7797
- "maintainers": [
7798
- {
7799
- "name": "ImreC",
7800
- "github": "ImreC"
7801
- }
7802
- ],
7803
- "compatibility": {
7804
- "nuxt": "^2.0.0",
7805
- "requires": {}
7806
- }
7807
- },
7808
8675
  {
7809
8676
  "name": "swiftsearch",
7810
8677
  "description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
@@ -7890,7 +8757,7 @@
7890
8757
  {
7891
8758
  "name": "Sébastien Chopin",
7892
8759
  "github": "Atinux",
7893
- "twitter": "Atinux",
8760
+ "twitter": "atinux",
7894
8761
  "bluesky": "atinux.com"
7895
8762
  },
7896
8763
  {
@@ -7899,7 +8766,7 @@
7899
8766
  }
7900
8767
  ],
7901
8768
  "compatibility": {
7902
- "nuxt": "^2.0.0 || >=3.0.0",
8769
+ "nuxt": "^2.9.0 || >=3.0.0-rc.1",
7903
8770
  "requires": {},
7904
8771
  "devtools": "^0.0.0"
7905
8772
  },
@@ -7935,7 +8802,7 @@
7935
8802
  },
7936
8803
  {
7937
8804
  "name": "test-utils",
7938
- "description": "Test utilities for Nuxt",
8805
+ "description": "Test utilities for Nuxt.",
7939
8806
  "repo": "nuxt/test-utils#main",
7940
8807
  "npm": "@nuxt/test-utils",
7941
8808
  "icon": "nuxt.svg",
@@ -8008,30 +8875,6 @@
8008
8875
  "requires": {}
8009
8876
  }
8010
8877
  },
8011
- {
8012
- "name": "time",
8013
- "description": "Safely render local dates and times on the server with Nuxt",
8014
- "repo": "danielroe/nuxt-time",
8015
- "npm": "nuxt-time",
8016
- "icon": "",
8017
- "github": "https://github.com/danielroe/nuxt-time",
8018
- "website": "https://github.com/danielroe/nuxt-time",
8019
- "learn_more": "",
8020
- "category": "Extensions",
8021
- "type": "3rd-party",
8022
- "maintainers": [
8023
- {
8024
- "name": "Daniel Roe",
8025
- "github": "danielroe",
8026
- "twitter": "danielcroe",
8027
- "bluesky": "danielroe.dev"
8028
- }
8029
- ],
8030
- "compatibility": {
8031
- "nuxt": ">=3.0.0",
8032
- "requires": {}
8033
- }
8034
- },
8035
8878
  {
8036
8879
  "name": "tiptap",
8037
8880
  "description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
@@ -8126,11 +8969,11 @@
8126
8969
  {
8127
8970
  "name": "tresjs",
8128
8971
  "description": "Create 3D experiences in your Nuxt application using TresJS.",
8129
- "repo": "tresjs/nuxt",
8972
+ "repo": "tresjs/tres#main/packages/nuxt",
8130
8973
  "npm": "@tresjs/nuxt",
8131
8974
  "icon": "tresjs.svg",
8132
- "github": "https://github.com/Tresjs/nuxt",
8133
- "website": "https://tresjs.org/guide/nuxt.html",
8975
+ "github": "https://github.com/Tresjs/tres",
8976
+ "website": "https://docs.tresjs.org/getting-started/installation#nuxt-project",
8134
8977
  "learn_more": "https://tresjs.org/",
8135
8978
  "category": "Libraries",
8136
8979
  "type": "3rd-party",
@@ -8153,7 +8996,7 @@
8153
8996
  }
8154
8997
  ],
8155
8998
  "compatibility": {
8156
- "nuxt": ">=3.0.0",
8999
+ "nuxt": ">=3.16.0",
8157
9000
  "requires": {}
8158
9001
  }
8159
9002
  },
@@ -8177,7 +9020,7 @@
8177
9020
  }
8178
9021
  ],
8179
9022
  "compatibility": {
8180
- "nuxt": "^2.0.0 || >=3.0.0",
9023
+ "nuxt": ">=3.0.0",
8181
9024
  "requires": {
8182
9025
  "bridge": true
8183
9026
  }
@@ -8284,36 +9127,10 @@
8284
9127
  }
8285
9128
  ],
8286
9129
  "compatibility": {
8287
- "nuxt": "^2.0.0 || >=3.0.0",
9130
+ "nuxt": ">=3.0.0",
8288
9131
  "requires": {}
8289
9132
  }
8290
9133
  },
8291
- {
8292
- "name": "typed-vuex",
8293
- "description": "A vanilla, strongly typed store accessor for Vuex.",
8294
- "repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
8295
- "npm": "nuxt-typed-vuex",
8296
- "icon": "vue.png",
8297
- "github": "https://github.com/danielroe/typed-vuex",
8298
- "website": "https://github.com/danielroe/typed-vuex",
8299
- "learn_more": "",
8300
- "category": "Libraries",
8301
- "type": "3rd-party",
8302
- "maintainers": [
8303
- {
8304
- "name": "Daniel Roe",
8305
- "github": "danielroe",
8306
- "twitter": "danielcroe",
8307
- "bluesky": "danielroe.dev"
8308
- }
8309
- ],
8310
- "compatibility": {
8311
- "nuxt": "^2.0.0",
8312
- "requires": {
8313
- "bridge": "optional"
8314
- }
8315
- }
8316
- },
8317
9134
  {
8318
9135
  "name": "typescript-runtime",
8319
9136
  "description": "TypeScript Runtime support for Nuxt",
@@ -8410,12 +9227,12 @@
8410
9227
  },
8411
9228
  {
8412
9229
  "name": "ui",
8413
- "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
9230
+ "description": "The Intuitive UI Library powered by Reka UI and Tailwind CSS.",
8414
9231
  "repo": "nuxt/ui#dev",
8415
9232
  "npm": "@nuxt/ui",
8416
9233
  "icon": "nuxt.svg",
8417
9234
  "github": "https://github.com/nuxt/ui",
8418
- "website": "https://ui.nuxt.com",
9235
+ "website": "https://ui.nuxt.com/docs/getting-started/installation/nuxt",
8419
9236
  "learn_more": "",
8420
9237
  "category": "UI",
8421
9238
  "type": "official",
@@ -8429,19 +9246,15 @@
8429
9246
  {
8430
9247
  "name": "Sébastien Chopin",
8431
9248
  "github": "Atinux",
8432
- "twitter": "Atinux",
9249
+ "twitter": "atinux",
8433
9250
  "bluesky": "atinux.com"
8434
- },
8435
- {
8436
- "name": "Sylvain Marroufin",
8437
- "github": "smarroufin",
8438
- "twitter": "smarroufin"
8439
9251
  }
8440
9252
  ],
8441
9253
  "compatibility": {
8442
- "nuxt": ">=3.0.0",
9254
+ "nuxt": ">=3.10.0",
8443
9255
  "requires": {}
8444
- }
9256
+ },
9257
+ "mcp": "https://ui.nuxt.com/mcp"
8445
9258
  },
8446
9259
  {
8447
9260
  "name": "umami",
@@ -8516,7 +9329,7 @@
8516
9329
  }
8517
9330
  ],
8518
9331
  "compatibility": {
8519
- "nuxt": ">=3.0.0",
9332
+ "nuxt": ">=3.5.0",
8520
9333
  "requires": {}
8521
9334
  }
8522
9335
  },
@@ -8561,7 +9374,7 @@
8561
9374
  "type": "3rd-party",
8562
9375
  "maintainers": [
8563
9376
  {
8564
- "name": "Giovane Cardoso",
9377
+ "name": "Giovane Silva",
8565
9378
  "github": "novout",
8566
9379
  "avatar": "https://avatars.githubusercontent.com/novout?v=4"
8567
9380
  }
@@ -8589,30 +9402,7 @@
8589
9402
  }
8590
9403
  ],
8591
9404
  "compatibility": {
8592
- "nuxt": ">=3.0.0",
8593
- "requires": {}
8594
- }
8595
- },
8596
- {
8597
- "name": "user-agent",
8598
- "description": "Nuxt module for handling User-Agent.",
8599
- "repo": "fukuiretu/nuxt-user-agent",
8600
- "npm": "nuxt-user-agent",
8601
- "icon": "",
8602
- "github": "https://github.com/fukuiretu/nuxt-user-agent",
8603
- "website": "https://github.com/fukuiretu/nuxt-user-agent",
8604
- "learn_more": "",
8605
- "category": "Extensions",
8606
- "type": "3rd-party",
8607
- "maintainers": [
8608
- {
8609
- "name": "Retu Fukui",
8610
- "github": "fukuiretu",
8611
- "twitter": "fukuiretu"
8612
- }
8613
- ],
8614
- "compatibility": {
8615
- "nuxt": "^2.0.0",
9405
+ "nuxt": ">=3.17.1",
8616
9406
  "requires": {}
8617
9407
  }
8618
9408
  },
@@ -8656,7 +9446,7 @@
8656
9446
  }
8657
9447
  ],
8658
9448
  "compatibility": {
8659
- "nuxt": ">=3.0.0",
9449
+ "nuxt": ">=3",
8660
9450
  "requires": {
8661
9451
  "bridge": "optional"
8662
9452
  }
@@ -8706,7 +9496,7 @@
8706
9496
  }
8707
9497
  ],
8708
9498
  "compatibility": {
8709
- "nuxt": "^3.0.0",
9499
+ "nuxt": ">=3.5.0",
8710
9500
  "requires": {}
8711
9501
  }
8712
9502
  },
@@ -8728,7 +9518,7 @@
8728
9518
  }
8729
9519
  ],
8730
9520
  "compatibility": {
8731
- "nuxt": ">=3.0.0",
9521
+ "nuxt": "^3.0.0",
8732
9522
  "requires": {}
8733
9523
  }
8734
9524
  },
@@ -8780,6 +9570,50 @@
8780
9570
  "requires": {}
8781
9571
  }
8782
9572
  },
9573
+ {
9574
+ "name": "vercel-analytics",
9575
+ "description": "Privacy-friendly, real-time traffic insights for your Nuxt app",
9576
+ "repo": "vercel/analytics#HEAD/packages/web",
9577
+ "npm": "@vercel/analytics",
9578
+ "icon": "vercel.svg",
9579
+ "github": "https://github.com/vercel/analytics/tree/HEAD/packages/web",
9580
+ "website": "https://vercel.com/docs/analytics",
9581
+ "learn_more": "https://vercel.com/docs/analytics/quickstart?framework=nuxt",
9582
+ "category": "Analytics",
9583
+ "type": "3rd-party",
9584
+ "maintainers": [
9585
+ {
9586
+ "name": "Vercel",
9587
+ "github": "vercel"
9588
+ }
9589
+ ],
9590
+ "compatibility": {
9591
+ "nuxt": ">=3.0.0",
9592
+ "requires": {}
9593
+ }
9594
+ },
9595
+ {
9596
+ "name": "vercel-speed-insights",
9597
+ "description": "Real user performance metrics and suggestions for your Nuxt app",
9598
+ "repo": "vercel/speed-insights#HEAD/packages/web",
9599
+ "npm": "@vercel/speed-insights",
9600
+ "icon": "vercel.svg",
9601
+ "github": "https://github.com/vercel/speed-insights/tree/HEAD/packages/web",
9602
+ "website": "https://vercel.com/docs/speed-insights",
9603
+ "learn_more": "https://vercel.com/docs/speed-insights/quickstart?framework=nuxt",
9604
+ "category": "Performance",
9605
+ "type": "3rd-party",
9606
+ "maintainers": [
9607
+ {
9608
+ "name": "Vercel",
9609
+ "github": "vercel"
9610
+ }
9611
+ ],
9612
+ "compatibility": {
9613
+ "nuxt": ">=3.0.0",
9614
+ "requires": {}
9615
+ }
9616
+ },
8783
9617
  {
8784
9618
  "name": "vexip-ui",
8785
9619
  "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
@@ -8853,10 +9687,34 @@
8853
9687
  }
8854
9688
  ],
8855
9689
  "compatibility": {
8856
- "nuxt": ">=3.0.0",
9690
+ "nuxt": ">=3.6.5",
8857
9691
  "requires": {}
8858
9692
  }
8859
9693
  },
9694
+ {
9695
+ "name": "vorm",
9696
+ "description": "Intuitive form engine for Vue 3 — dynamic, schema-driven, and fully validated",
9697
+ "repo": "Flo0806/vorm#main/packages/vorm-nuxt",
9698
+ "npm": "vorm-nuxt",
9699
+ "icon": "vorm.png",
9700
+ "github": "https://github.com/Flo0806/vorm",
9701
+ "website": "https://vorm.fh-softdev.de",
9702
+ "learn_more": "https://vorm.fh-softdev.de/nuxt/",
9703
+ "category": "Libraries",
9704
+ "type": "3rd-party",
9705
+ "maintainers": [
9706
+ {
9707
+ "name": "Florian Heuberger",
9708
+ "github": "Flo0806"
9709
+ }
9710
+ ],
9711
+ "compatibility": {
9712
+ "nuxt": ">=3.0.0",
9713
+ "requires": {
9714
+ "vorm-vue": ">=1.0.0"
9715
+ }
9716
+ }
9717
+ },
8860
9718
  {
8861
9719
  "name": "vue-api",
8862
9720
  "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.",
@@ -8880,37 +9738,6 @@
8880
9738
  "requires": {}
8881
9739
  }
8882
9740
  },
8883
- {
8884
- "name": "vue-email",
8885
- "description": "💌 Write email templates with vue",
8886
- "repo": "vue-email/nuxt",
8887
- "npm": "@vue-email/nuxt",
8888
- "icon": "vue-email.svg",
8889
- "github": "https://github.com/vue-email/nuxt",
8890
- "website": "https://vuemail.net/",
8891
- "learn_more": "https://vuemail.net/",
8892
- "category": "UI",
8893
- "type": "3rd-party",
8894
- "maintainers": [
8895
- {
8896
- "name": "David Arenas",
8897
- "github": "Dave136",
8898
- "twitter": "davejs4",
8899
- "avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
8900
- },
8901
- {
8902
- "name": "Younes Barrad",
8903
- "github": "Flowko",
8904
- "twitter": "imflowko",
8905
- "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
8906
- }
8907
- ],
8908
- "compatibility": {
8909
- "nuxt": ">=3.0.0",
8910
- "requires": {},
8911
- "devtools": "^0.0.0"
8912
- }
8913
- },
8914
9741
  {
8915
9742
  "name": "vue-final-modal",
8916
9743
  "description": "The most powerful yet most light-weight modal library for Vue 3.",
@@ -8934,6 +9761,29 @@
8934
9761
  "requires": {}
8935
9762
  }
8936
9763
  },
9764
+ {
9765
+ "name": "vue-gsap-flip",
9766
+ "description": "A powerful Vue 3 library for creating stunning flip animations using GSAP's Flip plugin. Modular, extensible, and easy to use.",
9767
+ "repo": "lavolpecheprogramma/vue-gsap-flip#master/packages/nuxt",
9768
+ "npm": "@vue-gsap-flip/nuxt",
9769
+ "icon": "",
9770
+ "github": "https://github.com/lavolpecheprogramma/vue-gsap-flip",
9771
+ "website": "https://lavolpecheprogramma.github.io/vue-gsap-flip/",
9772
+ "learn_more": "",
9773
+ "category": "Libraries",
9774
+ "type": "3rd-party",
9775
+ "maintainers": [
9776
+ {
9777
+ "name": "Alberto Parziale",
9778
+ "github": "lavolpecheprogramma",
9779
+ "twitter": "lavolpechevola"
9780
+ }
9781
+ ],
9782
+ "compatibility": {
9783
+ "nuxt": ">=3.0.0",
9784
+ "requires": {}
9785
+ }
9786
+ },
8937
9787
  {
8938
9788
  "name": "vue-macros",
8939
9789
  "description": "Explore more macros and syntax sugar to Vue.",
@@ -8947,7 +9797,7 @@
8947
9797
  "type": "3rd-party",
8948
9798
  "maintainers": [
8949
9799
  {
8950
- "name": "Kevin Deng 三咲智子",
9800
+ "name": "Kevin Deng",
8951
9801
  "github": "sxzz",
8952
9802
  "twitter": "sanxiaozhizi",
8953
9803
  "bluesky": "sxzz.dev"
@@ -9048,7 +9898,7 @@
9048
9898
  }
9049
9899
  ],
9050
9900
  "compatibility": {
9051
- "nuxt": ">=3.0.0",
9901
+ "nuxt": "^3",
9052
9902
  "requires": {}
9053
9903
  }
9054
9904
  },
@@ -9165,7 +10015,7 @@
9165
10015
  }
9166
10016
  ],
9167
10017
  "compatibility": {
9168
- "nuxt": ">=3.0.0",
10018
+ "nuxt": ">=3.1.0",
9169
10019
  "requires": {}
9170
10020
  }
9171
10021
  },
@@ -9233,7 +10083,7 @@
9233
10083
  }
9234
10084
  ],
9235
10085
  "compatibility": {
9236
- "nuxt": ">=3.0.0",
10086
+ "nuxt": ">=3.3.0",
9237
10087
  "requires": {}
9238
10088
  }
9239
10089
  },
@@ -9256,7 +10106,7 @@
9256
10106
  }
9257
10107
  ],
9258
10108
  "compatibility": {
9259
- "nuxt": ">=3.0.0",
10109
+ "nuxt": ">=3.15.0",
9260
10110
  "requires": {}
9261
10111
  }
9262
10112
  },
@@ -9357,7 +10207,7 @@
9357
10207
  }
9358
10208
  ],
9359
10209
  "compatibility": {
9360
- "nuxt": ">=3.0.0",
10210
+ "nuxt": ">=3.0.0-rc.11",
9361
10211
  "requires": {}
9362
10212
  }
9363
10213
  },
@@ -9387,39 +10237,17 @@
9387
10237
  {
9388
10238
  "name": "Sébastien Chopin",
9389
10239
  "github": "Atinux",
9390
- "twitter": "Atinux",
10240
+ "twitter": "atinux",
9391
10241
  "bluesky": "atinux.com"
9392
10242
  }
9393
10243
  ],
9394
10244
  "compatibility": {
9395
- "nuxt": "^2.0.0 || >=3.0.0",
10245
+ "nuxt": "^2.15.0 || ^3.0.0",
9396
10246
  "requires": {
9397
10247
  "bridge": "optional"
9398
10248
  }
9399
10249
  }
9400
10250
  },
9401
- {
9402
- "name": "webfontloader",
9403
- "description": "Efficient web font loading has never been easier!",
9404
- "repo": "Developmint/nuxt-webfontloader",
9405
- "npm": "nuxt-webfontloader",
9406
- "icon": "",
9407
- "github": "https://github.com/Developmint/nuxt-webfontloader",
9408
- "website": "https://github.com/Developmint/nuxt-webfontloader",
9409
- "learn_more": "https://www.npmjs.com/package/webfontloader",
9410
- "category": "Fonts",
9411
- "type": "3rd-party",
9412
- "maintainers": [
9413
- {
9414
- "name": "Developmint",
9415
- "github": "Developmint"
9416
- }
9417
- ],
9418
- "compatibility": {
9419
- "nuxt": "^2.0.0",
9420
- "requires": {}
9421
- }
9422
- },
9423
10251
  {
9424
10252
  "name": "webhook-validators",
9425
10253
  "description": "Nuxt module that works on the edge to easily validate incoming webhooks from different services.",
@@ -9515,30 +10343,6 @@
9515
10343
  "requires": {}
9516
10344
  }
9517
10345
  },
9518
- {
9519
- "name": "webpackmonitor",
9520
- "description": "Monitor Nuxt webpack optimization metrics through the development process",
9521
- "repo": "nuxt-community/webpackmonitor-module",
9522
- "npm": "@nuxtjs/webpackmonitor",
9523
- "icon": "webpack.png",
9524
- "github": "https://github.com/nuxt-community/webpackmonitor-module",
9525
- "website": "https://github.com/nuxt-community/webpackmonitor-module",
9526
- "learn_more": "",
9527
- "category": "Devtools",
9528
- "type": "community",
9529
- "maintainers": [
9530
- {
9531
- "name": "Pooya Parsa",
9532
- "github": "pi0",
9533
- "twitter": "_pi0_",
9534
- "bluesky": "pi0.io"
9535
- }
9536
- ],
9537
- "compatibility": {
9538
- "nuxt": "^2.0.0",
9539
- "requires": {}
9540
- }
9541
- },
9542
10346
  {
9543
10347
  "name": "well-known",
9544
10348
  "description": "A Nuxt module to add well-known URIs using middlewares",
@@ -9557,7 +10361,7 @@
9557
10361
  }
9558
10362
  ],
9559
10363
  "compatibility": {
9560
- "nuxt": ">=3.0.0",
10364
+ "nuxt": "^3.0.0",
9561
10365
  "requires": {}
9562
10366
  }
9563
10367
  },
@@ -9642,24 +10446,24 @@
9642
10446
  }
9643
10447
  },
9644
10448
  {
9645
- "name": "wp-nuxt",
9646
- "description": "The module adds a Wordpress Rest API to your nuxt application",
9647
- "repo": "yashha/wp-nuxt",
9648
- "npm": "wp-nuxt",
9649
- "icon": "wordpress.png",
9650
- "github": "https://github.com/yashha/wp-nuxt",
9651
- "website": "https://github.com/yashha/wp-nuxt",
9652
- "learn_more": "https://github.com/WP-API/node-wpapi",
9653
- "category": "CMS",
10449
+ "name": "workflow",
10450
+ "description": "Workflow DevKit - Build durable, resilient, and observable workflows",
10451
+ "repo": "vercel/workflow#main/packages/workflow",
10452
+ "npm": "workflow",
10453
+ "icon": "workflow.svg",
10454
+ "github": "https://github.com/vercel/workflow/tree/main/packages/workflow",
10455
+ "website": "https://useworkflow.dev",
10456
+ "learn_more": "",
10457
+ "category": "Devtools",
9654
10458
  "type": "3rd-party",
9655
10459
  "maintainers": [
9656
10460
  {
9657
- "name": "yashha",
9658
- "github": "yashha"
10461
+ "name": "vercel",
10462
+ "github": "vercel"
9659
10463
  }
9660
10464
  ],
9661
10465
  "compatibility": {
9662
- "nuxt": "^2.0.0",
10466
+ "nuxt": ">=3.0.0",
9663
10467
  "requires": {}
9664
10468
  }
9665
10469
  },
@@ -9704,7 +10508,7 @@
9704
10508
  }
9705
10509
  ],
9706
10510
  "compatibility": {
9707
- "nuxt": "^2.0.0 || >=3.0.0",
10511
+ "nuxt": "^2.16.0 || ^3.0.0",
9708
10512
  "requires": {
9709
10513
  "bridge": true
9710
10514
  }