@nuxt/modules 0.6.0-a99288 → 0.6.0-aad2e6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/modules.json +546 -831
  3. package/package.json +20 -18
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
  }
@@ -149,7 +150,7 @@
149
150
  }
150
151
  ],
151
152
  "compatibility": {
152
- "nuxt": "^2.0.0 || >=3.0.0",
153
+ "nuxt": ">=3.0.0",
153
154
  "requires": {}
154
155
  }
155
156
  },
@@ -178,6 +179,28 @@
178
179
  }
179
180
  }
180
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
+ },
181
204
  {
182
205
  "name": "aos",
183
206
  "description": "A Nuxt module that adds Animate On Scroll",
@@ -220,7 +243,7 @@
220
243
  }
221
244
  ],
222
245
  "compatibility": {
223
- "nuxt": ">=3.0.0",
246
+ "nuxt": ">=3.7.0",
224
247
  "requires": {}
225
248
  }
226
249
  },
@@ -383,7 +406,7 @@
383
406
  }
384
407
  ],
385
408
  "compatibility": {
386
- "nuxt": ">=3.0.0",
409
+ "nuxt": "^3.0.0",
387
410
  "requires": {}
388
411
  }
389
412
  },
@@ -434,7 +457,7 @@
434
457
  },
435
458
  {
436
459
  "name": "auth-utils",
437
- "description": "Minimalist Auth module for Nuxt with SSR.",
460
+ "description": "Add Authentication to Nuxt applications with secured & sealed cookies sessions.",
438
461
  "repo": "atinux/nuxt-auth-utils",
439
462
  "npm": "nuxt-auth-utils",
440
463
  "icon": "",
@@ -484,29 +507,6 @@
484
507
  "requires": {}
485
508
  }
486
509
  },
487
- {
488
- "name": "authjs",
489
- "description": "Auth.js authentication Nuxt module. Edge compatible.",
490
- "repo": "Hebilicious/authjs-nuxt#main",
491
- "npm": "@hebilicious/authjs-nuxt",
492
- "icon": "authjs.png",
493
- "github": "https://github.com/Hebilicious/authjs-nuxt",
494
- "website": "https://authjs-nuxt.pages.dev/",
495
- "learn_more": "https://authjs.dev/",
496
- "category": "Security",
497
- "type": "3rd-party",
498
- "maintainers": [
499
- {
500
- "name": "Heb",
501
- "github": "Hebilicious",
502
- "twitter": "its_hebilicious"
503
- }
504
- ],
505
- "compatibility": {
506
- "nuxt": ">=3.0.0",
507
- "requires": {}
508
- }
509
- },
510
510
  {
511
511
  "name": "authorization",
512
512
  "description": "Manage permissions inside the app and the server.",
@@ -624,6 +624,28 @@
624
624
  "requires": {}
625
625
  }
626
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
+ },
627
649
  {
628
650
  "name": "bootstrap",
629
651
  "description": "Add Bootstrap to your Nuxt app in seconds.",
@@ -681,29 +703,6 @@
681
703
  "requires": {}
682
704
  }
683
705
  },
684
- {
685
- "name": "buefy",
686
- "description": "It's really very simple to start with nuxt. But we can make it even simpler by adding nuxt-buefy",
687
- "repo": "buefy/nuxt-buefy",
688
- "npm": "nuxt-buefy",
689
- "icon": "buefy.png",
690
- "github": "https://github.com/buefy/nuxt-buefy",
691
- "website": "https://github.com/buefy/nuxt-buefy",
692
- "learn_more": "https://buefy.org/",
693
- "category": "UI",
694
- "type": "3rd-party",
695
- "maintainers": [
696
- {
697
- "name": "Walter Tommasi",
698
- "github": "jtommy",
699
- "twitter": "walter_tommasi"
700
- }
701
- ],
702
- "compatibility": {
703
- "nuxt": "^2.0.0",
704
- "requires": {}
705
- }
706
- },
707
706
  {
708
707
  "name": "bugsnag",
709
708
  "description": "Bugsnag integration for nuxt.js. Makes it easy to add bugsnag to your Project. Supports uploading source maps.",
@@ -723,7 +722,7 @@
723
722
  }
724
723
  ],
725
724
  "compatibility": {
726
- "nuxt": "^2.0.0 || >=3.0.0",
725
+ "nuxt": "^2.16.0 || >=3.0.0",
727
726
  "requires": {
728
727
  "bridge": true
729
728
  }
@@ -843,28 +842,6 @@
843
842
  "requires": {}
844
843
  }
845
844
  },
846
- {
847
- "name": "chakra-ui",
848
- "description": "Chakra UI Module for Nuxt",
849
- "repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
850
- "npm": "@chakra-ui/nuxt",
851
- "icon": "chakra-ui.png",
852
- "github": "https://github.com/chakra-ui/chakra-ui-vue/tree/develop/packages/chakra-ui-nuxt",
853
- "website": "https://vue.chakra-ui.com/with-nuxt",
854
- "learn_more": "",
855
- "category": "UI",
856
- "type": "3rd-party",
857
- "maintainers": [
858
- {
859
- "name": "Jonathan Bakebwa",
860
- "github": "codebender828 https://avatars2.githubusercontent.com/u/21237954?s=400&u=8d33f80968b1e2582b530af74e26e4cb94d1a90b&v=4"
861
- }
862
- ],
863
- "compatibility": {
864
- "nuxt": "^2.0.0",
865
- "requires": {}
866
- }
867
- },
868
845
  {
869
846
  "name": "chatwoot",
870
847
  "description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
@@ -885,7 +862,7 @@
885
862
  }
886
863
  ],
887
864
  "compatibility": {
888
- "nuxt": ">=3.0.0",
865
+ "nuxt": ">=3.3.1",
889
866
  "requires": {}
890
867
  }
891
868
  },
@@ -1029,7 +1006,7 @@
1029
1006
  }
1030
1007
  ],
1031
1008
  "compatibility": {
1032
- "nuxt": ">=3.0.0",
1009
+ "nuxt": "^3.0.0",
1033
1010
  "requires": {}
1034
1011
  }
1035
1012
  },
@@ -1130,30 +1107,6 @@
1130
1107
  "requires": {}
1131
1108
  }
1132
1109
  },
1133
- {
1134
- "name": "composition-api",
1135
- "description": "Composition API hooks for Nuxt",
1136
- "repo": "nuxt-community/composition-api#main",
1137
- "npm": "@nuxtjs/composition-api",
1138
- "icon": "composition-api.svg",
1139
- "github": "https://github.com/nuxt-community/composition-api/tree/main",
1140
- "website": "https://composition-api.nuxtjs.org",
1141
- "learn_more": "",
1142
- "category": "Extensions",
1143
- "type": "community",
1144
- "maintainers": [
1145
- {
1146
- "name": "Daniel Roe",
1147
- "github": "danielroe",
1148
- "twitter": "danielcroe",
1149
- "bluesky": "danielroe.dev"
1150
- }
1151
- ],
1152
- "compatibility": {
1153
- "nuxt": "^2.0.0",
1154
- "requires": {}
1155
- }
1156
- },
1157
1110
  {
1158
1111
  "name": "content-assets",
1159
1112
  "description": "Enable locally-located assets in Nuxt Content",
@@ -1232,31 +1185,10 @@
1232
1185
  }
1233
1186
  ],
1234
1187
  "compatibility": {
1235
- "nuxt": "^2.0.0 || >=3.0.0",
1236
- "requires": {}
1237
- }
1238
- },
1239
- {
1240
- "name": "contentful",
1241
- "description": "nuxt contentful module",
1242
- "repo": "scaccogatto/contentful-module",
1243
- "npm": "contentful-module",
1244
- "icon": "contentful.png",
1245
- "github": "https://github.com/scaccogatto/contentful-module",
1246
- "website": "https://github.com/scaccogatto/contentful-module",
1247
- "learn_more": "https://www.contentful.com/",
1248
- "category": "CMS",
1249
- "type": "3rd-party",
1250
- "maintainers": [
1251
- {
1252
- "name": "Marco 'Gatto' Boffo",
1253
- "github": "scaccogatto"
1254
- }
1255
- ],
1256
- "compatibility": {
1257
- "nuxt": "^2.0.0",
1188
+ "nuxt": ">=3.0.0-rc.3",
1258
1189
  "requires": {}
1259
- }
1190
+ },
1191
+ "mcp": "https://content.nuxt.com/mcp"
1260
1192
  },
1261
1193
  {
1262
1194
  "name": "contentstack",
@@ -1265,7 +1197,7 @@
1265
1197
  "npm": "nuxt-contentstack",
1266
1198
  "icon": "contentstack.png",
1267
1199
  "github": "https://github.com/timbenniks/nuxt-contentstack",
1268
- "website": "https://nuxt-contentstack-docs.eu-contentstackapps.com/",
1200
+ "website": "https://github.com/timbenniks/nuxt-contentstack",
1269
1201
  "learn_more": "https://community.contentstack.com/",
1270
1202
  "category": "CMS",
1271
1203
  "type": "3rd-party",
@@ -1279,11 +1211,35 @@
1279
1211
  }
1280
1212
  ],
1281
1213
  "compatibility": {
1282
- "nuxt": "^3.16.0",
1214
+ "nuxt": ">=3.20.1",
1283
1215
  "requires": {},
1284
1216
  "devtools": "^0.0.0"
1285
1217
  }
1286
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",
1240
+ "requires": {}
1241
+ }
1242
+ },
1287
1243
  {
1288
1244
  "name": "cookie-control",
1289
1245
  "description": "A highly configurable cookie banner for Nuxt.",
@@ -1491,7 +1447,7 @@
1491
1447
  }
1492
1448
  ],
1493
1449
  "compatibility": {
1494
- "nuxt": "^2.0.0 || >=3.0.0",
1450
+ "nuxt": ">=3.5.0",
1495
1451
  "requires": {}
1496
1452
  }
1497
1453
  },
@@ -1514,7 +1470,7 @@
1514
1470
  }
1515
1471
  ],
1516
1472
  "compatibility": {
1517
- "nuxt": "^2.0.0 || >=3.0.0",
1473
+ "nuxt": "^2.16.0 || >=3.0.0",
1518
1474
  "requires": {}
1519
1475
  }
1520
1476
  },
@@ -1574,7 +1530,7 @@
1574
1530
  }
1575
1531
  ],
1576
1532
  "compatibility": {
1577
- "nuxt": ">=3.0.0",
1533
+ "nuxt": "^2.16.0 || >=3.0.0-rc.9",
1578
1534
  "requires": {},
1579
1535
  "devtools": "^0.0.0"
1580
1536
  }
@@ -1663,7 +1619,7 @@
1663
1619
  }
1664
1620
  ],
1665
1621
  "compatibility": {
1666
- "nuxt": "^3.0.0",
1622
+ "nuxt": ">=3.0.0",
1667
1623
  "requires": {}
1668
1624
  }
1669
1625
  },
@@ -1698,7 +1654,7 @@
1698
1654
  }
1699
1655
  ],
1700
1656
  "compatibility": {
1701
- "nuxt": "^2.0.0 || >=3.0.0",
1657
+ "nuxt": ">=3.7.0",
1702
1658
  "requires": {}
1703
1659
  }
1704
1660
  },
@@ -1766,7 +1722,7 @@
1766
1722
  }
1767
1723
  ],
1768
1724
  "compatibility": {
1769
- "nuxt": ">=3.0.0",
1725
+ "nuxt": ">=3.2.0",
1770
1726
  "requires": {}
1771
1727
  }
1772
1728
  },
@@ -1835,7 +1791,7 @@
1835
1791
  }
1836
1792
  ],
1837
1793
  "compatibility": {
1838
- "nuxt": ">=3.0.0",
1794
+ "nuxt": ">=3",
1839
1795
  "requires": {
1840
1796
  "bridge": "optional"
1841
1797
  }
@@ -1940,26 +1896,29 @@
1940
1896
  }
1941
1897
  },
1942
1898
  {
1943
- "name": "event-trace",
1944
- "description": "Module for event trace in Nuxt",
1945
- "repo": "nuxt-community/nuxt-event-trace",
1946
- "npm": "nuxt-event-trace",
1947
- "icon": "",
1948
- "github": "https://github.com/nuxt-community/nuxt-event-trace",
1949
- "website": "https://github.com/nuxt-community/nuxt-event-trace",
1950
- "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",
1951
1907
  "category": "Monitoring",
1952
- "type": "community",
1908
+ "type": "3rd-party",
1953
1909
  "maintainers": [
1954
1910
  {
1955
- "name": "Xin Du (Clark)",
1956
- "github": "clarkdo"
1911
+ "name": "Hugo",
1912
+ "github": "HugoRCD",
1913
+ "twitter": "hugorcd",
1914
+ "bluesky": "hrcd.fr"
1957
1915
  }
1958
1916
  ],
1959
1917
  "compatibility": {
1960
- "nuxt": "^2.0.0",
1918
+ "nuxt": ">=3.0.0",
1961
1919
  "requires": {}
1962
- }
1920
+ },
1921
+ "mcp": "https://evlog.dev/mcp"
1963
1922
  },
1964
1923
  {
1965
1924
  "name": "fathom-analytics",
@@ -1984,28 +1943,6 @@
1984
1943
  "requires": {}
1985
1944
  }
1986
1945
  },
1987
- {
1988
- "name": "fathom",
1989
- "description": "Fathom analytics for Nuxt",
1990
- "repo": "yabhq/nuxt-fathom",
1991
- "npm": "@yabhq/nuxt-fathom",
1992
- "icon": "fathom.png",
1993
- "github": "https://github.com/yabhq/nuxt-fathom",
1994
- "website": "https://github.com/yabhq/nuxt-fathom",
1995
- "learn_more": "https://usefathom.com/",
1996
- "category": "Analytics",
1997
- "type": "3rd-party",
1998
- "maintainers": [
1999
- {
2000
- "name": "yabhq",
2001
- "github": "yabhq"
2002
- }
2003
- ],
2004
- "compatibility": {
2005
- "nuxt": "^2.0.0",
2006
- "requires": {}
2007
- }
2008
- },
2009
1946
  {
2010
1947
  "name": "feature-toggle",
2011
1948
  "description": "Feature toggle module for Nuxt",
@@ -2098,28 +2035,6 @@
2098
2035
  "requires": {}
2099
2036
  }
2100
2037
  },
2101
- {
2102
- "name": "font-loader-strategy",
2103
- "description": "Helps to load fonts and activate them by preloading.",
2104
- "repo": "GrabarzUndPartner/nuxt-font-loader-strategy",
2105
- "npm": "nuxt-font-loader-strategy",
2106
- "icon": "",
2107
- "github": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
2108
- "website": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
2109
- "learn_more": "",
2110
- "category": "Fonts",
2111
- "type": "3rd-party",
2112
- "maintainers": [
2113
- {
2114
- "name": "GrabarzUndPartner",
2115
- "github": "GrabarzUndPartner"
2116
- }
2117
- ],
2118
- "compatibility": {
2119
- "nuxt": "^2.0.0",
2120
- "requires": {}
2121
- }
2122
- },
2123
2038
  {
2124
2039
  "name": "fontagon",
2125
2040
  "description": "Easy convert SVG from nuxt to icon font.",
@@ -2162,7 +2077,7 @@
2162
2077
  }
2163
2078
  ],
2164
2079
  "compatibility": {
2165
- "nuxt": ">=3.0.0",
2080
+ "nuxt": ">=3.0.0-rc.6",
2166
2081
  "requires": {}
2167
2082
  }
2168
2083
  },
@@ -2231,7 +2146,7 @@
2231
2146
  }
2232
2147
  ],
2233
2148
  "compatibility": {
2234
- "nuxt": ">=3.7.0",
2149
+ "nuxt": ">=3",
2235
2150
  "requires": {}
2236
2151
  }
2237
2152
  },
@@ -2258,6 +2173,29 @@
2258
2173
  "twitter": "0xBOYD"
2259
2174
  }
2260
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
+ ],
2261
2199
  "compatibility": {
2262
2200
  "nuxt": ">=3.0.0",
2263
2201
  "requires": {}
@@ -2332,7 +2270,7 @@
2332
2270
  }
2333
2271
  ],
2334
2272
  "compatibility": {
2335
- "nuxt": "^2.0.0 || >=3.0.0",
2273
+ "nuxt": "^2.15.0 || >=3.0.0",
2336
2274
  "requires": {}
2337
2275
  }
2338
2276
  },
@@ -2423,40 +2361,6 @@
2423
2361
  "requires": {}
2424
2362
  }
2425
2363
  },
2426
- {
2427
- "name": "google-optimize",
2428
- "description": "SSR friendly Google Optimize module for Nuxt",
2429
- "repo": "nuxt-community/google-optimize-module",
2430
- "npm": "nuxt-google-optimize",
2431
- "icon": "google-optimize.png",
2432
- "github": "https://github.com/nuxt-community/google-optimize-module",
2433
- "website": "https://github.com/nuxt-community/google-optimize-module",
2434
- "learn_more": "https://marketingplatform.google.com/about/optimize/",
2435
- "category": "Analytics",
2436
- "type": "community",
2437
- "maintainers": [
2438
- {
2439
- "name": "Pooya Parsa",
2440
- "github": "pi0",
2441
- "twitter": "_pi0_",
2442
- "bluesky": "pi0.io"
2443
- },
2444
- {
2445
- "name": "Farzad Soltani",
2446
- "github": "farzadso",
2447
- "twitter": "farzadso"
2448
- },
2449
- {
2450
- "name": "Josh Deltener",
2451
- "github": "hecktarzuli",
2452
- "twitter": "JoshDeltener"
2453
- }
2454
- ],
2455
- "compatibility": {
2456
- "nuxt": "^2.0.0",
2457
- "requires": {}
2458
- }
2459
- },
2460
2364
  {
2461
2365
  "name": "graphql-client",
2462
2366
  "description": "Minimal GraphQL Client + Code Generation for Nuxt. Auto imports GraphQL Operations for easy execution.",
@@ -2476,7 +2380,7 @@
2476
2380
  }
2477
2381
  ],
2478
2382
  "compatibility": {
2479
- "nuxt": ">=3.0.0",
2383
+ "nuxt": ">=3.7.0",
2480
2384
  "requires": {}
2481
2385
  }
2482
2386
  },
@@ -2499,7 +2403,7 @@
2499
2403
  }
2500
2404
  ],
2501
2405
  "compatibility": {
2502
- "nuxt": "^2.0.0 || >=3.0.0",
2406
+ "nuxt": ">=3.0.0",
2503
2407
  "requires": {}
2504
2408
  }
2505
2409
  },
@@ -2547,7 +2451,7 @@
2547
2451
  }
2548
2452
  ],
2549
2453
  "compatibility": {
2550
- "nuxt": ">=3.0.0",
2454
+ "nuxt": ">=3.7.0",
2551
2455
  "requires": {}
2552
2456
  }
2553
2457
  },
@@ -2846,7 +2750,7 @@
2846
2750
  }
2847
2751
  ],
2848
2752
  "compatibility": {
2849
- "nuxt": "^2.0.0 || >=3.0.0",
2753
+ "nuxt": "^2.0.0 || >=3.0.0-rc.7",
2850
2754
  "requires": {
2851
2755
  "bridge": "optional"
2852
2756
  }
@@ -2923,7 +2827,8 @@
2923
2827
  "compatibility": {
2924
2828
  "nuxt": ">=3.0.0",
2925
2829
  "requires": {}
2926
- }
2830
+ },
2831
+ "mcp": "https://hub.nuxt.com/mcp"
2927
2832
  },
2928
2833
  {
2929
2834
  "name": "humans-txt",
@@ -2978,7 +2883,7 @@
2978
2883
  }
2979
2884
  ],
2980
2885
  "compatibility": {
2981
- "nuxt": "^2.0.0 || >=3.0.0",
2886
+ "nuxt": ">=3.0.0-rc.11",
2982
2887
  "requires": {}
2983
2888
  }
2984
2889
  },
@@ -3140,11 +3045,12 @@
3140
3045
  }
3141
3046
  ],
3142
3047
  "compatibility": {
3143
- "nuxt": "^2.0.0 || >=3.0.0",
3048
+ "nuxt": ">=3.1.0",
3144
3049
  "requires": {
3145
3050
  "bridge": "optional"
3146
3051
  }
3147
- }
3052
+ },
3053
+ "mcp": "https://image.nuxt.com/mcp"
3148
3054
  },
3149
3055
  {
3150
3056
  "name": "imagemin",
@@ -3236,7 +3142,7 @@
3236
3142
  }
3237
3143
  ],
3238
3144
  "compatibility": {
3239
- "nuxt": ">=3.0.0",
3145
+ "nuxt": ">=3.0.0-rc.12",
3240
3146
  "requires": {}
3241
3147
  }
3242
3148
  },
@@ -3259,7 +3165,7 @@
3259
3165
  }
3260
3166
  ],
3261
3167
  "compatibility": {
3262
- "nuxt": "^3.0.0",
3168
+ "nuxt": ">=3.0.0",
3263
3169
  "requires": {}
3264
3170
  }
3265
3171
  },
@@ -3281,7 +3187,7 @@
3281
3187
  }
3282
3188
  ],
3283
3189
  "compatibility": {
3284
- "nuxt": "^2.0.0 || >=3.0.0",
3190
+ "nuxt": ">=3.0.0",
3285
3191
  "requires": {}
3286
3192
  }
3287
3193
  },
@@ -3303,7 +3209,7 @@
3303
3209
  }
3304
3210
  ],
3305
3211
  "compatibility": {
3306
- "nuxt": "^3.0.0",
3212
+ "nuxt": ">=3.0.0",
3307
3213
  "requires": {}
3308
3214
  }
3309
3215
  },
@@ -3403,7 +3309,7 @@
3403
3309
  }
3404
3310
  ],
3405
3311
  "compatibility": {
3406
- "nuxt": ">=3.0.0",
3312
+ "nuxt": ">=4.0.0",
3407
3313
  "requires": {}
3408
3314
  }
3409
3315
  },
@@ -3430,28 +3336,6 @@
3430
3336
  "requires": {}
3431
3337
  }
3432
3338
  },
3433
- {
3434
- "name": "laravel-nuxt",
3435
- "description": "Build a SPA with Laravel and Nuxt",
3436
- "repo": "skyrpex/laravel-nuxt-js",
3437
- "npm": "laravel-nuxt",
3438
- "icon": "",
3439
- "github": "https://github.com/skyrpex/laravel-nuxt-js",
3440
- "website": "https://github.com/skyrpex/laravel-nuxt-js",
3441
- "learn_more": "https://laravel.com/",
3442
- "category": "CMS",
3443
- "type": "3rd-party",
3444
- "maintainers": [
3445
- {
3446
- "name": "Cristian Pallarés",
3447
- "github": "skyrpex"
3448
- }
3449
- ],
3450
- "compatibility": {
3451
- "nuxt": "^2.0.0",
3452
- "requires": {}
3453
- }
3454
- },
3455
3339
  {
3456
3340
  "name": "laravel",
3457
3341
  "description": "Nuxt cli extension for use with laravel as backend",
@@ -3518,7 +3402,7 @@
3518
3402
  }
3519
3403
  ],
3520
3404
  "compatibility": {
3521
- "nuxt": "^3.0.0",
3405
+ "nuxt": ">=3.0.0",
3522
3406
  "requires": {}
3523
3407
  }
3524
3408
  },
@@ -3542,7 +3426,7 @@
3542
3426
  }
3543
3427
  ],
3544
3428
  "compatibility": {
3545
- "nuxt": ">=3.0.0",
3429
+ "nuxt": ">=3.9.0",
3546
3430
  "requires": {},
3547
3431
  "devtools": "^0.0.0"
3548
3432
  }
@@ -3653,28 +3537,6 @@
3653
3537
  "requires": {}
3654
3538
  }
3655
3539
  },
3656
- {
3657
- "name": "lodash",
3658
- "description": "lodash module with auto-import and custom prefix",
3659
- "repo": "cipami/nuxt-lodash",
3660
- "npm": "nuxt-lodash",
3661
- "icon": "lodash.svg",
3662
- "github": "https://github.com/cipami/nuxt-lodash",
3663
- "website": "https://github.com/cipami/nuxt-lodash#readme",
3664
- "learn_more": "https://github.com/lodash/lodash",
3665
- "category": "Libraries",
3666
- "type": "3rd-party",
3667
- "maintainers": [
3668
- {
3669
- "name": "Michal Čípa",
3670
- "github": "cipami"
3671
- }
3672
- ],
3673
- "compatibility": {
3674
- "nuxt": ">=3.0.0",
3675
- "requires": {}
3676
- }
3677
- },
3678
3540
  {
3679
3541
  "name": "logrocket",
3680
3542
  "description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
@@ -3768,7 +3630,7 @@
3768
3630
  }
3769
3631
  ],
3770
3632
  "compatibility": {
3771
- "nuxt": ">=3.0.0",
3633
+ "nuxt": ">=3.3.0",
3772
3634
  "requires": {}
3773
3635
  }
3774
3636
  },
@@ -3965,7 +3827,7 @@
3965
3827
  "npm": "@nuxtjs/mcp-toolkit",
3966
3828
  "icon": "mcp-toolkit.png",
3967
3829
  "github": "https://github.com/nuxt-modules/mcp-toolkit/tree/main/packages/nuxt-mcp-toolkit",
3968
- "website": "https://mcp-toolkit.nuxt.dev",
3830
+ "website": "https://mcp-toolkit.nuxt.dev/getting-started/installation",
3969
3831
  "learn_more": "",
3970
3832
  "category": "AI",
3971
3833
  "type": "community",
@@ -4147,7 +4009,7 @@
4147
4009
  }
4148
4010
  ],
4149
4011
  "compatibility": {
4150
- "nuxt": "^2.0.0 || >=3.0.0",
4012
+ "nuxt": ">=3.0.0",
4151
4013
  "requires": {}
4152
4014
  }
4153
4015
  },
@@ -4226,29 +4088,6 @@
4226
4088
  "requires": {}
4227
4089
  }
4228
4090
  },
4229
- {
4230
- "name": "netlify-cache",
4231
- "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
4232
- "repo": "DreaMinder/nuxt-netlify-cache",
4233
- "npm": "nuxt-netlify-cache",
4234
- "icon": "netlify.png",
4235
- "github": "https://github.com/DreaMinder/nuxt-netlify-cache",
4236
- "website": "https://github.com/DreaMinder/nuxt-netlify-cache",
4237
- "learn_more": "https://www.netlify.com/",
4238
- "category": "Deployment",
4239
- "type": "3rd-party",
4240
- "maintainers": [
4241
- {
4242
- "name": "DreaMinder",
4243
- "github": "DreaMinder",
4244
- "twitter": "DreaMinder"
4245
- }
4246
- ],
4247
- "compatibility": {
4248
- "nuxt": "^2.0.0",
4249
- "requires": {}
4250
- }
4251
- },
4252
4091
  {
4253
4092
  "name": "netlify-files",
4254
4093
  "description": "Nuxt module to create new _headers, _redirects and netlify.toml files for Netlify or to use existing ones",
@@ -4409,6 +4248,28 @@
4409
4248
  "requires": {}
4410
4249
  }
4411
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
+ },
4412
4273
  {
4413
4274
  "name": "nuxt-aidbase",
4414
4275
  "description": "Easily integrate Aidbase into your Nuxt app.",
@@ -4525,6 +4386,29 @@
4525
4386
  "requires": {}
4526
4387
  }
4527
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
+ },
4528
4412
  {
4529
4413
  "name": "nuxt-basic-auth",
4530
4414
  "description": "Nuxt Module for Basic Authentication",
@@ -4593,7 +4477,7 @@
4593
4477
  }
4594
4478
  ],
4595
4479
  "compatibility": {
4596
- "nuxt": ">=3.0.0",
4480
+ "nuxt": ">=3.13.1",
4597
4481
  "requires": {},
4598
4482
  "devtools": "^0.0.0"
4599
4483
  }
@@ -4661,6 +4545,28 @@
4661
4545
  "github": "schnapsterdog"
4662
4546
  }
4663
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
+ ],
4664
4570
  "compatibility": {
4665
4571
  "nuxt": ">=3.0.0",
4666
4572
  "requires": {}
@@ -4764,7 +4670,7 @@
4764
4670
  "icon": "nuxt-coolify.svg",
4765
4671
  "github": "https://github.com/justserdar/nuxt-coolify",
4766
4672
  "website": "https://github.com/justserdar/nuxt-coolify",
4767
- "learn_more": "https://nuxt-coolify.justserdar.dev/",
4673
+ "learn_more": "",
4768
4674
  "category": "Request",
4769
4675
  "type": "3rd-party",
4770
4676
  "maintainers": [
@@ -4779,6 +4685,28 @@
4779
4685
  "requires": {}
4780
4686
  }
4781
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
+ },
4782
4710
  {
4783
4711
  "name": "nuxt-email-renderer",
4784
4712
  "description": "A Nuxt module that provides high-quality, unstyled components & utils for creating emails using Vue and TypeScript.",
@@ -4825,7 +4753,7 @@
4825
4753
  }
4826
4754
  ],
4827
4755
  "compatibility": {
4828
- "nuxt": ">=3.0.0",
4756
+ "nuxt": "^3.6.0",
4829
4757
  "requires": {}
4830
4758
  }
4831
4759
  },
@@ -4939,7 +4867,7 @@
4939
4867
  }
4940
4868
  ],
4941
4869
  "compatibility": {
4942
- "nuxt": "^3.0.0",
4870
+ "nuxt": ">=3.0.0",
4943
4871
  "requires": {}
4944
4872
  }
4945
4873
  },
@@ -5007,7 +4935,7 @@
5007
4935
  }
5008
4936
  ],
5009
4937
  "compatibility": {
5010
- "nuxt": "^3.0.0",
4938
+ "nuxt": "^3.0.0 || ^4.0.0",
5011
4939
  "requires": {}
5012
4940
  }
5013
4941
  },
@@ -5029,7 +4957,7 @@
5029
4957
  }
5030
4958
  ],
5031
4959
  "compatibility": {
5032
- "nuxt": ">=3.0.0",
4960
+ "nuxt": "^3.0.0",
5033
4961
  "requires": {}
5034
4962
  }
5035
4963
  },
@@ -5046,12 +4974,12 @@
5046
4974
  "type": "3rd-party",
5047
4975
  "maintainers": [
5048
4976
  {
5049
- "name": "Abbas Mohamed",
4977
+ "name": "Abbas Mohamed Ahmed",
5050
4978
  "github": "Abbasmoe"
5051
4979
  }
5052
4980
  ],
5053
4981
  "compatibility": {
5054
- "nuxt": ">=3.0.0",
4982
+ "nuxt": "^3.0.0 || ^4.0.0",
5055
4983
  "requires": {}
5056
4984
  }
5057
4985
  },
@@ -5080,7 +5008,7 @@
5080
5008
  }
5081
5009
  ],
5082
5010
  "compatibility": {
5083
- "nuxt": "^2.0.0 || >=3.0.0",
5011
+ "nuxt": ">=3.13.0",
5084
5012
  "requires": {}
5085
5013
  }
5086
5014
  },
@@ -5124,7 +5052,7 @@
5124
5052
  }
5125
5053
  ],
5126
5054
  "compatibility": {
5127
- "nuxt": ">=3.0.0",
5055
+ "nuxt": "^3.0.0",
5128
5056
  "requires": {},
5129
5057
  "devtools": "^0.0.0"
5130
5058
  }
@@ -5290,7 +5218,7 @@
5290
5218
  }
5291
5219
  ],
5292
5220
  "compatibility": {
5293
- "nuxt": ">=3.15.0",
5221
+ "nuxt": "^3.0.0 || >=4.0.3",
5294
5222
  "requires": {}
5295
5223
  }
5296
5224
  },
@@ -5314,7 +5242,7 @@
5314
5242
  }
5315
5243
  ],
5316
5244
  "compatibility": {
5317
- "nuxt": ">=3.12.0",
5245
+ "nuxt": ">=3.0.0",
5318
5246
  "requires": {}
5319
5247
  }
5320
5248
  },
@@ -5337,7 +5265,7 @@
5337
5265
  }
5338
5266
  ],
5339
5267
  "compatibility": {
5340
- "nuxt": ">=3.0.0",
5268
+ "nuxt": "^3.0.0",
5341
5269
  "requires": {}
5342
5270
  }
5343
5271
  },
@@ -5497,7 +5425,7 @@
5497
5425
  }
5498
5426
  ],
5499
5427
  "compatibility": {
5500
- "nuxt": ">=3.0.0",
5428
+ "nuxt": ">=3.1.0",
5501
5429
  "requires": {}
5502
5430
  }
5503
5431
  },
@@ -5526,6 +5454,31 @@
5526
5454
  "devtools": "^0.0.0"
5527
5455
  }
5528
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
+ },
5529
5482
  {
5530
5483
  "name": "nuxt-music-flow",
5531
5484
  "description": "Nuxt 3 module for audio player component with playlist and waveform visualization.",
@@ -5549,6 +5502,28 @@
5549
5502
  "requires": {}
5550
5503
  }
5551
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
+ },
5552
5527
  {
5553
5528
  "name": "nuxt-oidc-auth",
5554
5529
  "description": "Seamless modern authentication for Nuxt applications.",
@@ -5568,7 +5543,7 @@
5568
5543
  }
5569
5544
  ],
5570
5545
  "compatibility": {
5571
- "nuxt": ">=3.0.0",
5546
+ "nuxt": ">=3.9.0",
5572
5547
  "requires": {}
5573
5548
  }
5574
5549
  },
@@ -5592,7 +5567,7 @@
5592
5567
  }
5593
5568
  ],
5594
5569
  "compatibility": {
5595
- "nuxt": ">=3.15.0",
5570
+ "nuxt": ">=3.0.0",
5596
5571
  "requires": {}
5597
5572
  }
5598
5573
  },
@@ -5669,7 +5644,7 @@
5669
5644
  }
5670
5645
  ],
5671
5646
  "compatibility": {
5672
- "nuxt": ">=3.0.0",
5647
+ "nuxt": ">=3.0.0-rc.8",
5673
5648
  "requires": {},
5674
5649
  "devtools": "^0.0.0"
5675
5650
  }
@@ -5810,7 +5785,7 @@
5810
5785
  }
5811
5786
  ],
5812
5787
  "compatibility": {
5813
- "nuxt": ">=3.0.0",
5788
+ "nuxt": "^3.6.0",
5814
5789
  "requires": {}
5815
5790
  }
5816
5791
  },
@@ -5878,7 +5853,7 @@
5878
5853
  }
5879
5854
  ],
5880
5855
  "compatibility": {
5881
- "nuxt": ">=3.0.0",
5856
+ "nuxt": "^3.0.0 || ^4.0.0",
5882
5857
  "requires": {}
5883
5858
  }
5884
5859
  },
@@ -5912,7 +5887,7 @@
5912
5887
  "npm": "nuxt-safe-runtime-config",
5913
5888
  "icon": "nuxt-safe-runtime-config.svg",
5914
5889
  "github": "https://github.com/onmax/nuxt-safe-runtime-config/tree/main",
5915
- "website": "https://github.com/onmax/nuxt-safe-runtime-config/tree/main",
5890
+ "website": "https://nuxt-safe-runtime-config.onmax.me",
5916
5891
  "learn_more": "",
5917
5892
  "category": "Devtools",
5918
5893
  "type": "3rd-party",
@@ -6040,7 +6015,7 @@
6040
6015
  "type": "3rd-party",
6041
6016
  "maintainers": [
6042
6017
  {
6043
- "name": "Milan Felix Šulc",
6018
+ "name": "Milan Šulc",
6044
6019
  "github": "f3l1x",
6045
6020
  "twitter": "xf3l1x",
6046
6021
  "avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
@@ -6166,7 +6141,7 @@
6166
6141
  }
6167
6142
  ],
6168
6143
  "compatibility": {
6169
- "nuxt": "^3.0.0",
6144
+ "nuxt": ">=3.0.0",
6170
6145
  "requires": {}
6171
6146
  }
6172
6147
  },
@@ -6189,7 +6164,7 @@
6189
6164
  }
6190
6165
  ],
6191
6166
  "compatibility": {
6192
- "nuxt": ">=3.17.0",
6167
+ "nuxt": "^3.0.0 || ^4.0.0",
6193
6168
  "requires": {}
6194
6169
  }
6195
6170
  },
@@ -6236,7 +6211,7 @@
6236
6211
  }
6237
6212
  ],
6238
6213
  "compatibility": {
6239
- "nuxt": ">=3.0.0",
6214
+ "nuxt": ">=3.0.0-rc.0",
6240
6215
  "requires": {}
6241
6216
  }
6242
6217
  },
@@ -6307,30 +6282,6 @@
6307
6282
  "requires": {}
6308
6283
  }
6309
6284
  },
6310
- {
6311
- "name": "nuxt-use-sound",
6312
- "description": "A Nuxt module for playing sound effects.",
6313
- "repo": "Tahul/nuxt-use-sound",
6314
- "npm": "nuxt-use-sound",
6315
- "icon": "nuxt-use-sound.svg",
6316
- "github": "https://github.com/Tahul/nuxt-use-sound",
6317
- "website": "https://github.com/Tahul/nuxt-use-sound",
6318
- "learn_more": "https://github.com/vueuse/sound",
6319
- "category": "Libraries",
6320
- "type": "3rd-party",
6321
- "maintainers": [
6322
- {
6323
- "name": "Yaël Guilloux",
6324
- "github": "Tahul",
6325
- "twitter": "yaeeelglx",
6326
- "bluesky": "yael.dev"
6327
- }
6328
- ],
6329
- "compatibility": {
6330
- "nuxt": "^2.0.0",
6331
- "requires": {}
6332
- }
6333
- },
6334
6285
  {
6335
6286
  "name": "nuxt-useless-blobs",
6336
6287
  "description": "An easier way of using useless-blobs in your Nuxt project!",
@@ -6349,7 +6300,31 @@
6349
6300
  }
6350
6301
  ],
6351
6302
  "compatibility": {
6352
- "nuxt": "^3.0.0",
6303
+ "nuxt": ">=3.0.0",
6304
+ "requires": {}
6305
+ }
6306
+ },
6307
+ {
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",
6317
+ "type": "3rd-party",
6318
+ "maintainers": [
6319
+ {
6320
+ "name": "rrd",
6321
+ "github": "rrd108",
6322
+ "twitter": "radharadhya",
6323
+ "bluesky": "rrd108.bsky.social"
6324
+ }
6325
+ ],
6326
+ "compatibility": {
6327
+ "nuxt": ">=3.0.0",
6353
6328
  "requires": {}
6354
6329
  }
6355
6330
  },
@@ -6371,7 +6346,7 @@
6371
6346
  }
6372
6347
  ],
6373
6348
  "compatibility": {
6374
- "nuxt": ">=3.0.0",
6349
+ "nuxt": "^3.0.0",
6375
6350
  "requires": {}
6376
6351
  }
6377
6352
  },
@@ -6393,7 +6368,7 @@
6393
6368
  }
6394
6369
  ],
6395
6370
  "compatibility": {
6396
- "nuxt": "^2.0.0 || >=3.0.0",
6371
+ "nuxt": ">=3.0.0-rc.11",
6397
6372
  "requires": {
6398
6373
  "bridge": "optional"
6399
6374
  }
@@ -6418,7 +6393,7 @@
6418
6393
  }
6419
6394
  ],
6420
6395
  "compatibility": {
6421
- "nuxt": ">=3.0.0",
6396
+ "nuxt": ">=3.0.0 <5.0.0",
6422
6397
  "requires": {}
6423
6398
  }
6424
6399
  },
@@ -6466,28 +6441,6 @@
6466
6441
  "requires": {}
6467
6442
  }
6468
6443
  },
6469
- {
6470
- "name": "nuxt2-leaflet",
6471
- "description": "A Nuxt module which makes it easy to create reactive maps with Leaflet",
6472
- "repo": "schlunsen/nuxt-leaflet",
6473
- "npm": "nuxt-leaflet",
6474
- "icon": "leaflet.png",
6475
- "github": "https://github.com/schlunsen/nuxt-leaflet",
6476
- "website": "https://github.com/schlunsen/nuxt-leaflet",
6477
- "learn_more": "https://vue2-leaflet.netlify.app/quickstart/",
6478
- "category": "Libraries",
6479
- "type": "3rd-party",
6480
- "maintainers": [
6481
- {
6482
- "name": "Rasmus Schlünsen",
6483
- "github": "schlunsen"
6484
- }
6485
- ],
6486
- "compatibility": {
6487
- "nuxt": "^2.0.0",
6488
- "requires": {}
6489
- }
6490
- },
6491
6444
  {
6492
6445
  "name": "nuxt2-ngrok",
6493
6446
  "description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes",
@@ -6606,7 +6559,7 @@
6606
6559
  }
6607
6560
  ],
6608
6561
  "compatibility": {
6609
- "nuxt": ">=3.0.0",
6562
+ "nuxt": ">=3.10.3",
6610
6563
  "requires": {},
6611
6564
  "devtools": "^0.0.0"
6612
6565
  }
@@ -6709,28 +6662,6 @@
6709
6662
  "requires": {}
6710
6663
  }
6711
6664
  },
6712
- {
6713
- "name": "page-generator-helper",
6714
- "description": "Generate your pages statically without using payload extractors.",
6715
- "repo": "GrabarzUndPartner/nuxt-page-generator-helper",
6716
- "npm": "nuxt-page-generator-helper",
6717
- "icon": "",
6718
- "github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
6719
- "website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
6720
- "learn_more": "",
6721
- "category": "Extensions",
6722
- "type": "3rd-party",
6723
- "maintainers": [
6724
- {
6725
- "name": "GrabarzUndPartner",
6726
- "github": "GrabarzUndPartner"
6727
- }
6728
- ],
6729
- "compatibility": {
6730
- "nuxt": "^2.0.0",
6731
- "requires": {}
6732
- }
6733
- },
6734
6665
  {
6735
6666
  "name": "paper-ui",
6736
6667
  "description": "A ui kit for nuxt",
@@ -6794,7 +6725,7 @@
6794
6725
  }
6795
6726
  ],
6796
6727
  "compatibility": {
6797
- "nuxt": ">=3.0.0",
6728
+ "nuxt": "^3.7.0",
6798
6729
  "requires": {}
6799
6730
  }
6800
6731
  },
@@ -6868,31 +6799,7 @@
6868
6799
  }
6869
6800
  ],
6870
6801
  "compatibility": {
6871
- "nuxt": ">=3.0.0",
6872
- "requires": {}
6873
- }
6874
- },
6875
- {
6876
- "name": "pergel",
6877
- "description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
6878
- "repo": "oku-ui/pergel#main/packages-core/pergel",
6879
- "npm": "pergel",
6880
- "icon": "pergel.svg",
6881
- "github": "https://github.com/oku-ui/pergel",
6882
- "website": "https://pergel.oku-ui.com/",
6883
- "learn_more": "",
6884
- "category": "Devtools",
6885
- "type": "3rd-party",
6886
- "maintainers": [
6887
- {
6888
- "name": "Wind",
6889
- "github": "productdevbook",
6890
- "twitter": "productdevbook",
6891
- "bluesky": "productdevbook.com"
6892
- }
6893
- ],
6894
- "compatibility": {
6895
- "nuxt": ">=3.10.0",
6802
+ "nuxt": "^3.0.0",
6896
6803
  "requires": {}
6897
6804
  }
6898
6805
  },
@@ -6920,70 +6827,70 @@
6920
6827
  }
6921
6828
  },
6922
6829
  {
6923
- "name": "pinia-colada",
6924
- "description": "The smart data fetching layer for Pinia",
6925
- "repo": "posva/pinia-colada#main/nuxt",
6926
- "npm": "@pinia/colada-nuxt",
6927
- "icon": "pinia-colada.png",
6928
- "github": "https://github.com/posva/pinia-colada/tree/main/nuxt",
6929
- "website": "https://pinia-colada.esm.dev",
6930
- "learn_more": "",
6931
- "category": "Extensions",
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",
6932
6839
  "type": "3rd-party",
6933
6840
  "maintainers": [
6934
6841
  {
6935
- "name": "Eduardo San Martin Morote",
6936
- "github": "posva",
6937
- "twitter": "posva",
6938
- "bluesky": "esm.dev"
6939
- }
6940
- ],
6842
+ "name": "Sandro Circi",
6843
+ "github": "sandros94",
6844
+ "avatar": "https://avatars.githubusercontent.com/u/13056429",
6845
+ "bluesky": "sandros94.com",
6846
+ "twitter": "_sandros94"
6847
+ }
6848
+ ],
6941
6849
  "compatibility": {
6942
- "nuxt": "^3.13.0 || ^4.0.0",
6850
+ "nuxt": ">=3.15.0",
6943
6851
  "requires": {}
6944
6852
  }
6945
6853
  },
6946
6854
  {
6947
- "name": "pinia-orm",
6948
- "description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
6949
- "repo": "CodeDredd/pinia-orm#main/packages/nuxt",
6950
- "npm": "@pinia-orm/nuxt",
6951
- "icon": "pinia-orm.svg",
6952
- "github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
6953
- "website": "https://pinia-orm.codedredd.de/",
6855
+ "name": "pinia-colada",
6856
+ "description": "The smart data fetching layer for Pinia",
6857
+ "repo": "posva/pinia-colada#main/nuxt",
6858
+ "npm": "@pinia/colada-nuxt",
6859
+ "icon": "pinia-colada.png",
6860
+ "github": "https://github.com/posva/pinia-colada/tree/main/nuxt",
6861
+ "website": "https://pinia-colada.esm.dev",
6954
6862
  "learn_more": "",
6955
6863
  "category": "Extensions",
6956
6864
  "type": "3rd-party",
6957
6865
  "maintainers": [
6958
6866
  {
6959
- "name": "Gregor Becker",
6960
- "github": "CodeDredd",
6961
- "twitter": "_Gregor_Becker"
6867
+ "name": "Eduardo San Martin Morote",
6868
+ "github": "posva",
6869
+ "twitter": "posva",
6870
+ "bluesky": "esm.dev"
6962
6871
  }
6963
6872
  ],
6964
6873
  "compatibility": {
6965
- "nuxt": "^2.0.0 || >=3.0.0",
6966
- "requires": {
6967
- "bridge": "optional"
6968
- }
6874
+ "nuxt": "^3.17.7 || ^4.0.0",
6875
+ "requires": {}
6969
6876
  }
6970
6877
  },
6971
6878
  {
6972
- "name": "pinia-plugin-persistedstate",
6973
- "description": "Configurable persistence and rehydration of Pinia stores.",
6974
- "repo": "prazdevs/pinia-plugin-persistedstate",
6975
- "npm": "pinia-plugin-persistedstate",
6976
- "icon": "pinia-plugin-persistedstate.png",
6977
- "github": "https://github.com/prazdevs/pinia-plugin-persistedstate",
6978
- "website": "https://prazdevs.github.io/pinia-plugin-persistedstate/",
6879
+ "name": "pinia-orm",
6880
+ "description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
6881
+ "repo": "CodeDredd/pinia-orm#main/packages/nuxt",
6882
+ "npm": "@pinia-orm/nuxt",
6883
+ "icon": "pinia-orm.svg",
6884
+ "github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
6885
+ "website": "https://pinia-orm.codedredd.de/",
6979
6886
  "learn_more": "",
6980
6887
  "category": "Extensions",
6981
6888
  "type": "3rd-party",
6982
6889
  "maintainers": [
6983
6890
  {
6984
- "name": "praz",
6985
- "github": "prazdevs",
6986
- "bluesky": "dev.praz.me"
6891
+ "name": "Gregor Becker",
6892
+ "github": "CodeDredd",
6893
+ "twitter": "_Gregor_Becker"
6987
6894
  }
6988
6895
  ],
6989
6896
  "compatibility": {
@@ -7035,7 +6942,7 @@
7035
6942
  }
7036
6943
  ],
7037
6944
  "compatibility": {
7038
- "nuxt": "^2.0.0 || >=3.0.0",
6945
+ "nuxt": "^3.15.0 || ^4.0.0",
7039
6946
  "requires": {
7040
6947
  "bridge": "optional"
7041
6948
  }
@@ -7082,7 +6989,7 @@
7082
6989
  }
7083
6990
  ],
7084
6991
  "compatibility": {
7085
- "nuxt": "^2.0.0 || >=3.0.0",
6992
+ "nuxt": ">=3.0.0",
7086
6993
  "requires": {}
7087
6994
  }
7088
6995
  },
@@ -7104,7 +7011,7 @@
7104
7011
  }
7105
7012
  ],
7106
7013
  "compatibility": {
7107
- "nuxt": ">=3.0.0",
7014
+ "nuxt": ">=3.9.0",
7108
7015
  "requires": {}
7109
7016
  }
7110
7017
  },
@@ -7184,7 +7091,7 @@
7184
7091
  "npm": "@prisma/nuxt",
7185
7092
  "icon": "prisma.png",
7186
7093
  "github": "https://github.com/prisma/nuxt-prisma",
7187
- "website": "https://pris.ly/prisma-nuxt",
7094
+ "website": "https://www.prisma.io/docs/guides/nuxt",
7188
7095
  "learn_more": "https://www.prisma.io/orm",
7189
7096
  "category": "Database",
7190
7097
  "type": "3rd-party",
@@ -7219,7 +7126,7 @@
7219
7126
  }
7220
7127
  ],
7221
7128
  "compatibility": {
7222
- "nuxt": "^2.0.0 || >=3.0.0",
7129
+ "nuxt": ">=3.7.0",
7223
7130
  "requires": {}
7224
7131
  }
7225
7132
  },
@@ -7241,7 +7148,7 @@
7241
7148
  }
7242
7149
  ],
7243
7150
  "compatibility": {
7244
- "nuxt": ">=3.0.0",
7151
+ "nuxt": "^2.16.0 || >=3.0.0",
7245
7152
  "requires": {}
7246
7153
  }
7247
7154
  },
@@ -7332,7 +7239,7 @@
7332
7239
  }
7333
7240
  ],
7334
7241
  "compatibility": {
7335
- "nuxt": "^2.0.0 || >=3.0.0",
7242
+ "nuxt": "^3.0.0-rc.11",
7336
7243
  "requires": {}
7337
7244
  }
7338
7245
  },
@@ -7405,7 +7312,7 @@
7405
7312
  }
7406
7313
  ],
7407
7314
  "compatibility": {
7408
- "nuxt": ">=3.10.0",
7315
+ "nuxt": ">=3.0.0",
7409
7316
  "requires": {}
7410
7317
  }
7411
7318
  },
@@ -7472,7 +7379,7 @@
7472
7379
  }
7473
7380
  ],
7474
7381
  "compatibility": {
7475
- "nuxt": ">=3.0.0",
7382
+ "nuxt": "^3.0.0",
7476
7383
  "requires": {}
7477
7384
  }
7478
7385
  },
@@ -7655,7 +7562,7 @@
7655
7562
  }
7656
7563
  ],
7657
7564
  "compatibility": {
7658
- "nuxt": "^2.0.0 || >=3.0.0",
7565
+ "nuxt": ">=3.6.1",
7659
7566
  "requires": {
7660
7567
  "bridge": "optional"
7661
7568
  }
@@ -7679,31 +7586,7 @@
7679
7586
  }
7680
7587
  ],
7681
7588
  "compatibility": {
7682
- "nuxt": ">=3.0.0",
7683
- "requires": {}
7684
- }
7685
- },
7686
- {
7687
- "name": "router-extras",
7688
- "description": "Extra Add-ons for nuxt router",
7689
- "repo": "nuxt-community/router-extras-module",
7690
- "npm": "@nuxtjs/router-extras",
7691
- "icon": "vue.png",
7692
- "github": "https://github.com/nuxt-community/router-extras-module",
7693
- "website": "https://github.com/nuxt-community/router-extras-module",
7694
- "learn_more": "",
7695
- "category": "Extensions",
7696
- "type": "community",
7697
- "maintainers": [
7698
- {
7699
- "name": "Farnabaz",
7700
- "github": "farnabaz",
7701
- "twitter": "a_birang",
7702
- "bluesky": "farnabaz.dev"
7703
- }
7704
- ],
7705
- "compatibility": {
7706
- "nuxt": "^2.0.0",
7589
+ "nuxt": "^3",
7707
7590
  "requires": {}
7708
7591
  }
7709
7592
  },
@@ -7751,7 +7634,7 @@
7751
7634
  }
7752
7635
  ],
7753
7636
  "compatibility": {
7754
- "nuxt": "^2.0.0 || >=3.0.0",
7637
+ "nuxt": ">=3.7.0",
7755
7638
  "requires": {
7756
7639
  "bridge": "optional"
7757
7640
  }
@@ -7800,7 +7683,7 @@
7800
7683
  }
7801
7684
  ],
7802
7685
  "compatibility": {
7803
- "nuxt": ">=3.0.0",
7686
+ "nuxt": ">=3.0.0-rc.8",
7804
7687
  "requires": {}
7805
7688
  }
7806
7689
  },
@@ -7823,7 +7706,7 @@
7823
7706
  }
7824
7707
  ],
7825
7708
  "compatibility": {
7826
- "nuxt": ">=3.0.0",
7709
+ "nuxt": ">=3.16",
7827
7710
  "requires": {}
7828
7711
  }
7829
7712
  },
@@ -7898,7 +7781,7 @@
7898
7781
  },
7899
7782
  {
7900
7783
  "name": "sentry",
7901
- "description": "Official Sentry SDK for Nuxt (EXPERIMENTAL)",
7784
+ "description": "Sentry SDK for Nuxt",
7902
7785
  "repo": "getsentry/sentry-javascript#HEAD/packages/nuxt",
7903
7786
  "npm": "@sentry/nuxt",
7904
7787
  "icon": "sentry.svg",
@@ -7938,7 +7821,7 @@
7938
7821
  }
7939
7822
  ],
7940
7823
  "compatibility": {
7941
- "nuxt": ">=3.0.0",
7824
+ "nuxt": "<3.16.0 || >=3.6.1",
7942
7825
  "requires": {}
7943
7826
  }
7944
7827
  },
@@ -7985,9 +7868,10 @@
7985
7868
  }
7986
7869
  ],
7987
7870
  "compatibility": {
7988
- "nuxt": ">=3.0.0",
7871
+ "nuxt": ">=3.7.0",
7989
7872
  "requires": {}
7990
- }
7873
+ },
7874
+ "mcp": "https://nuxtseo.com/mcp"
7991
7875
  },
7992
7876
  {
7993
7877
  "name": "seomatic-meta",
@@ -8062,10 +7946,10 @@
8062
7946
  {
8063
7947
  "name": "shadcn",
8064
7948
  "description": "Re-usable components built with Radix Vue and Tailwind CSS.",
8065
- "repo": "radix-vue/shadcn-vue#dev/packages/module",
7949
+ "repo": "unovue/shadcn-vue#dev/packages/module",
8066
7950
  "npm": "shadcn-nuxt",
8067
7951
  "icon": "",
8068
- "github": "https://github.com/radix-vue/shadcn-vue/tree/dev/packages/module",
7952
+ "github": "https://github.com/unovue/shadcn-vue/tree/dev/packages/module",
8069
7953
  "website": "https://www.shadcn-vue.com",
8070
7954
  "learn_more": "https://www.shadcn-vue.com/docs/installation/nuxt",
8071
7955
  "category": "UI",
@@ -8227,7 +8111,7 @@
8227
8111
  }
8228
8112
  ],
8229
8113
  "compatibility": {
8230
- "nuxt": ">=3.0.0",
8114
+ "nuxt": ">=3.9.0",
8231
8115
  "requires": {}
8232
8116
  }
8233
8117
  },
@@ -8253,29 +8137,6 @@
8253
8137
  "requires": {}
8254
8138
  }
8255
8139
  },
8256
- {
8257
- "name": "snipcart",
8258
- "description": "Snipcart integration module for Nuxt",
8259
- "repo": "nuxt-modules/snipcart",
8260
- "npm": "@nuxtjs/snipcart",
8261
- "icon": "snipcart.png",
8262
- "github": "https://github.com/nuxt-modules/snipcart",
8263
- "website": "https://github.com/nuxt-modules/snipcart",
8264
- "learn_more": "",
8265
- "category": "Ecommerce",
8266
- "type": "community",
8267
- "maintainers": [
8268
- {
8269
- "name": "florent giraud",
8270
- "github": "flozero",
8271
- "twitter": "flozeroo"
8272
- }
8273
- ],
8274
- "compatibility": {
8275
- "nuxt": "^2.0.0 || >=3.0.0",
8276
- "requires": {}
8277
- }
8278
- },
8279
8140
  {
8280
8141
  "name": "social-meta",
8281
8142
  "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
@@ -8414,26 +8275,27 @@
8414
8275
  }
8415
8276
  },
8416
8277
  {
8417
- "name": "storage",
8418
- "description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
8419
- "repo": "mazipan/nuxt-storage",
8420
- "npm": "nuxt-storage",
8421
- "icon": "",
8422
- "github": "https://github.com/mazipan/nuxt-storage",
8423
- "website": "https://github.com/mazipan/nuxt-storage",
8424
- "learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
8425
- "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",
8426
8287
  "type": "3rd-party",
8427
8288
  "maintainers": [
8428
8289
  {
8429
- "name": "Irfan Maulana",
8430
- "github": "mazipan",
8431
- "twitter": "Maz_Ipan"
8290
+ "name": "Tyler Matteson",
8291
+ "github": "agritheory"
8432
8292
  }
8433
8293
  ],
8434
8294
  "compatibility": {
8435
- "nuxt": "^2.0.0",
8436
- "requires": {}
8295
+ "nuxt": "^4.0.0",
8296
+ "requires": {
8297
+ "bridge": false
8298
+ }
8437
8299
  }
8438
8300
  },
8439
8301
  {
@@ -8490,11 +8352,11 @@
8490
8352
  {
8491
8353
  "name": "storyblok",
8492
8354
  "description": "Storyblok Nuxt module",
8493
- "repo": "storyblok/storyblok-nuxt#main",
8355
+ "repo": "storyblok/monoblok#main/packages/nuxt",
8494
8356
  "npm": "@storyblok/nuxt",
8495
8357
  "icon": "storyblok.png",
8496
- "github": "https://github.com/storyblok/storyblok-nuxt",
8497
- "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",
8498
8360
  "learn_more": "",
8499
8361
  "category": "CMS",
8500
8362
  "type": "3rd-party",
@@ -8534,7 +8396,7 @@
8534
8396
  }
8535
8397
  ],
8536
8398
  "compatibility": {
8537
- "nuxt": "^2.0.0 || >=3.0.0",
8399
+ "nuxt": ">=3.0.0",
8538
8400
  "requires": {
8539
8401
  "bridge": "optional"
8540
8402
  },
@@ -8567,40 +8429,13 @@
8567
8429
  }
8568
8430
  ],
8569
8431
  "compatibility": {
8570
- "nuxt": "^2.0.0 || >=3.0.0",
8432
+ "nuxt": ">=3.7.0",
8571
8433
  "requires": {
8572
8434
  "bridge": true
8573
8435
  },
8574
8436
  "devtools": "^0.0.0"
8575
8437
  }
8576
8438
  },
8577
- {
8578
- "name": "stripe-next",
8579
- "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.",
8580
- "repo": "flozero/nuxt-stripe",
8581
- "npm": "@unlok-co/nuxt-stripe",
8582
- "icon": "stripe.png",
8583
- "github": "https://github.com/flozero/nuxt-stripe",
8584
- "website": "https://github.com/flozero/nuxt-stripe",
8585
- "learn_more": "https://stripe.com/docs",
8586
- "category": "Payment",
8587
- "type": "3rd-party",
8588
- "maintainers": [
8589
- {
8590
- "name": "Loïc Fuentes",
8591
- "github": "fuentesloic"
8592
- },
8593
- {
8594
- "name": "florent giraud",
8595
- "github": "flozero",
8596
- "twitter": "flozeroo"
8597
- }
8598
- ],
8599
- "compatibility": {
8600
- "nuxt": ">=3.0.0",
8601
- "requires": {}
8602
- }
8603
- },
8604
8439
  {
8605
8440
  "name": "stripe",
8606
8441
  "description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
@@ -8628,15 +8463,21 @@
8628
8463
  {
8629
8464
  "name": "studio",
8630
8465
  "description": "A new experience to build content-driven website with Nuxt.",
8631
- "repo": "nuxtlabs/studio-module",
8632
- "npm": "@nuxthq/studio",
8633
- "icon": "studio.svg",
8634
- "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",
8635
8470
  "website": "https://nuxt.studio",
8636
- "learn_more": "https://nuxt.studio",
8471
+ "learn_more": "",
8637
8472
  "category": "CMS",
8638
8473
  "type": "3rd-party",
8639
8474
  "maintainers": [
8475
+ {
8476
+ "name": "Baptiste Leproux",
8477
+ "github": "larbish",
8478
+ "twitter": "_larbish",
8479
+ "bluesky": "larbish.bsky.social"
8480
+ },
8640
8481
  {
8641
8482
  "name": "Farnabaz",
8642
8483
  "github": "farnabaz",
@@ -8734,7 +8575,7 @@
8734
8575
  }
8735
8576
  ],
8736
8577
  "compatibility": {
8737
- "nuxt": "^2.0.0 || >=3.0.0",
8578
+ "nuxt": ">=3.0.0",
8738
8579
  "requires": {}
8739
8580
  }
8740
8581
  },
@@ -8805,7 +8646,7 @@
8805
8646
  }
8806
8647
  ],
8807
8648
  "compatibility": {
8808
- "nuxt": "^2.0.0 || >=3.0.0",
8649
+ "nuxt": ">=3.0.0",
8809
8650
  "requires": {}
8810
8651
  }
8811
8652
  },
@@ -8831,28 +8672,6 @@
8831
8672
  "requires": {}
8832
8673
  }
8833
8674
  },
8834
- {
8835
- "name": "sweetalert2",
8836
- "description": "A minimal sweetalert2 module based on vue-sweetalert2 with global options",
8837
- "repo": "ImreC/nuxt-sweetalert2",
8838
- "npm": "nuxt-sweetalert2",
8839
- "icon": "",
8840
- "github": "https://github.com/ImreC/nuxt-sweetalert2",
8841
- "website": "https://github.com/ImreC/nuxt-sweetalert2",
8842
- "learn_more": "https://sweetalert2.github.io/",
8843
- "category": "Libraries",
8844
- "type": "3rd-party",
8845
- "maintainers": [
8846
- {
8847
- "name": "ImreC",
8848
- "github": "ImreC"
8849
- }
8850
- ],
8851
- "compatibility": {
8852
- "nuxt": "^2.0.0",
8853
- "requires": {}
8854
- }
8855
- },
8856
8675
  {
8857
8676
  "name": "swiftsearch",
8858
8677
  "description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
@@ -8947,7 +8766,7 @@
8947
8766
  }
8948
8767
  ],
8949
8768
  "compatibility": {
8950
- "nuxt": "^2.0.0 || >=3.0.0",
8769
+ "nuxt": "^2.9.0 || >=3.0.0-rc.1",
8951
8770
  "requires": {},
8952
8771
  "devtools": "^0.0.0"
8953
8772
  },
@@ -9056,30 +8875,6 @@
9056
8875
  "requires": {}
9057
8876
  }
9058
8877
  },
9059
- {
9060
- "name": "time",
9061
- "description": "Safely render local dates and times on the server with Nuxt",
9062
- "repo": "danielroe/nuxt-time",
9063
- "npm": "nuxt-time",
9064
- "icon": "",
9065
- "github": "https://github.com/danielroe/nuxt-time",
9066
- "website": "https://github.com/danielroe/nuxt-time",
9067
- "learn_more": "",
9068
- "category": "Extensions",
9069
- "type": "3rd-party",
9070
- "maintainers": [
9071
- {
9072
- "name": "Daniel Roe",
9073
- "github": "danielroe",
9074
- "twitter": "danielcroe",
9075
- "bluesky": "danielroe.dev"
9076
- }
9077
- ],
9078
- "compatibility": {
9079
- "nuxt": ">=3.0.0",
9080
- "requires": {}
9081
- }
9082
- },
9083
8878
  {
9084
8879
  "name": "tiptap",
9085
8880
  "description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
@@ -9174,11 +8969,11 @@
9174
8969
  {
9175
8970
  "name": "tresjs",
9176
8971
  "description": "Create 3D experiences in your Nuxt application using TresJS.",
9177
- "repo": "tresjs/nuxt",
8972
+ "repo": "tresjs/tres#main/packages/nuxt",
9178
8973
  "npm": "@tresjs/nuxt",
9179
8974
  "icon": "tresjs.svg",
9180
- "github": "https://github.com/Tresjs/nuxt",
9181
- "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",
9182
8977
  "learn_more": "https://tresjs.org/",
9183
8978
  "category": "Libraries",
9184
8979
  "type": "3rd-party",
@@ -9201,7 +8996,7 @@
9201
8996
  }
9202
8997
  ],
9203
8998
  "compatibility": {
9204
- "nuxt": ">=3.0.0",
8999
+ "nuxt": ">=3.16.0",
9205
9000
  "requires": {}
9206
9001
  }
9207
9002
  },
@@ -9225,7 +9020,7 @@
9225
9020
  }
9226
9021
  ],
9227
9022
  "compatibility": {
9228
- "nuxt": "^2.0.0 || >=3.0.0",
9023
+ "nuxt": ">=3.0.0",
9229
9024
  "requires": {
9230
9025
  "bridge": true
9231
9026
  }
@@ -9332,36 +9127,10 @@
9332
9127
  }
9333
9128
  ],
9334
9129
  "compatibility": {
9335
- "nuxt": "^2.0.0 || >=3.0.0",
9130
+ "nuxt": ">=3.0.0",
9336
9131
  "requires": {}
9337
9132
  }
9338
9133
  },
9339
- {
9340
- "name": "typed-vuex",
9341
- "description": "A vanilla, strongly typed store accessor for Vuex.",
9342
- "repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
9343
- "npm": "nuxt-typed-vuex",
9344
- "icon": "vue.png",
9345
- "github": "https://github.com/danielroe/typed-vuex",
9346
- "website": "https://github.com/danielroe/typed-vuex",
9347
- "learn_more": "",
9348
- "category": "Libraries",
9349
- "type": "3rd-party",
9350
- "maintainers": [
9351
- {
9352
- "name": "Daniel Roe",
9353
- "github": "danielroe",
9354
- "twitter": "danielcroe",
9355
- "bluesky": "danielroe.dev"
9356
- }
9357
- ],
9358
- "compatibility": {
9359
- "nuxt": "^2.0.0",
9360
- "requires": {
9361
- "bridge": "optional"
9362
- }
9363
- }
9364
- },
9365
9134
  {
9366
9135
  "name": "typescript-runtime",
9367
9136
  "description": "TypeScript Runtime support for Nuxt",
@@ -9463,7 +9232,7 @@
9463
9232
  "npm": "@nuxt/ui",
9464
9233
  "icon": "nuxt.svg",
9465
9234
  "github": "https://github.com/nuxt/ui",
9466
- "website": "https://ui.nuxt.com",
9235
+ "website": "https://ui.nuxt.com/docs/getting-started/installation/nuxt",
9467
9236
  "learn_more": "",
9468
9237
  "category": "UI",
9469
9238
  "type": "official",
@@ -9482,7 +9251,7 @@
9482
9251
  }
9483
9252
  ],
9484
9253
  "compatibility": {
9485
- "nuxt": ">=3.0.0",
9254
+ "nuxt": ">=3.10.0",
9486
9255
  "requires": {}
9487
9256
  },
9488
9257
  "mcp": "https://ui.nuxt.com/mcp"
@@ -9560,7 +9329,7 @@
9560
9329
  }
9561
9330
  ],
9562
9331
  "compatibility": {
9563
- "nuxt": ">=3.0.0",
9332
+ "nuxt": ">=3.5.0",
9564
9333
  "requires": {}
9565
9334
  }
9566
9335
  },
@@ -9633,30 +9402,7 @@
9633
9402
  }
9634
9403
  ],
9635
9404
  "compatibility": {
9636
- "nuxt": ">=3.0.0",
9637
- "requires": {}
9638
- }
9639
- },
9640
- {
9641
- "name": "user-agent",
9642
- "description": "Nuxt module for handling User-Agent.",
9643
- "repo": "fukuiretu/nuxt-user-agent",
9644
- "npm": "nuxt-user-agent",
9645
- "icon": "",
9646
- "github": "https://github.com/fukuiretu/nuxt-user-agent",
9647
- "website": "https://github.com/fukuiretu/nuxt-user-agent",
9648
- "learn_more": "",
9649
- "category": "Extensions",
9650
- "type": "3rd-party",
9651
- "maintainers": [
9652
- {
9653
- "name": "Retu Fukui",
9654
- "github": "fukuiretu",
9655
- "twitter": "fukuiretu"
9656
- }
9657
- ],
9658
- "compatibility": {
9659
- "nuxt": "^2.0.0",
9405
+ "nuxt": ">=3.17.1",
9660
9406
  "requires": {}
9661
9407
  }
9662
9408
  },
@@ -9700,7 +9446,7 @@
9700
9446
  }
9701
9447
  ],
9702
9448
  "compatibility": {
9703
- "nuxt": ">=3.0.0",
9449
+ "nuxt": ">=3",
9704
9450
  "requires": {
9705
9451
  "bridge": "optional"
9706
9452
  }
@@ -9750,7 +9496,7 @@
9750
9496
  }
9751
9497
  ],
9752
9498
  "compatibility": {
9753
- "nuxt": "^3.0.0",
9499
+ "nuxt": ">=3.5.0",
9754
9500
  "requires": {}
9755
9501
  }
9756
9502
  },
@@ -9772,7 +9518,7 @@
9772
9518
  }
9773
9519
  ],
9774
9520
  "compatibility": {
9775
- "nuxt": ">=3.0.0",
9521
+ "nuxt": "^3.0.0",
9776
9522
  "requires": {}
9777
9523
  }
9778
9524
  },
@@ -9824,6 +9570,50 @@
9824
9570
  "requires": {}
9825
9571
  }
9826
9572
  },
9573
+ {
9574
+ "name": "vercel-analytics",
9575
+ "description": "Privacy-friendly, real-time traffic insights for your Nuxt app",
9576
+ "repo": "vercel/analytics#main/packages/web",
9577
+ "npm": "@vercel/analytics",
9578
+ "icon": "vercel.svg",
9579
+ "github": "https://github.com/vercel/analytics/tree/main/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#main/packages/web",
9599
+ "npm": "@vercel/speed-insights",
9600
+ "icon": "vercel.svg",
9601
+ "github": "https://github.com/vercel/speed-insights/tree/main/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
+ },
9827
9617
  {
9828
9618
  "name": "vexip-ui",
9829
9619
  "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
@@ -9897,10 +9687,34 @@
9897
9687
  }
9898
9688
  ],
9899
9689
  "compatibility": {
9900
- "nuxt": ">=3.0.0",
9690
+ "nuxt": ">=3.6.5",
9901
9691
  "requires": {}
9902
9692
  }
9903
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
+ },
9904
9718
  {
9905
9719
  "name": "vue-api",
9906
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.",
@@ -9924,37 +9738,6 @@
9924
9738
  "requires": {}
9925
9739
  }
9926
9740
  },
9927
- {
9928
- "name": "vue-email",
9929
- "description": "💌 Write email templates with vue",
9930
- "repo": "vue-email/nuxt",
9931
- "npm": "@vue-email/nuxt",
9932
- "icon": "vue-email.svg",
9933
- "github": "https://github.com/vue-email/nuxt",
9934
- "website": "https://vuemail.net/",
9935
- "learn_more": "https://vuemail.net/",
9936
- "category": "UI",
9937
- "type": "3rd-party",
9938
- "maintainers": [
9939
- {
9940
- "name": "David Arenas",
9941
- "github": "Dave136",
9942
- "twitter": "davejs4",
9943
- "avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
9944
- },
9945
- {
9946
- "name": "Younes Barrad",
9947
- "github": "Flowko",
9948
- "twitter": "imflowko",
9949
- "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
9950
- }
9951
- ],
9952
- "compatibility": {
9953
- "nuxt": ">=3.0.0",
9954
- "requires": {},
9955
- "devtools": "^0.0.0"
9956
- }
9957
- },
9958
9741
  {
9959
9742
  "name": "vue-final-modal",
9960
9743
  "description": "The most powerful yet most light-weight modal library for Vue 3.",
@@ -10115,7 +9898,7 @@
10115
9898
  }
10116
9899
  ],
10117
9900
  "compatibility": {
10118
- "nuxt": ">=3.0.0",
9901
+ "nuxt": "^3",
10119
9902
  "requires": {}
10120
9903
  }
10121
9904
  },
@@ -10232,7 +10015,7 @@
10232
10015
  }
10233
10016
  ],
10234
10017
  "compatibility": {
10235
- "nuxt": ">=3.0.0",
10018
+ "nuxt": ">=3.1.0",
10236
10019
  "requires": {}
10237
10020
  }
10238
10021
  },
@@ -10300,7 +10083,7 @@
10300
10083
  }
10301
10084
  ],
10302
10085
  "compatibility": {
10303
- "nuxt": ">=3.0.0",
10086
+ "nuxt": ">=3.3.0",
10304
10087
  "requires": {}
10305
10088
  }
10306
10089
  },
@@ -10323,7 +10106,7 @@
10323
10106
  }
10324
10107
  ],
10325
10108
  "compatibility": {
10326
- "nuxt": ">=3.0.0",
10109
+ "nuxt": ">=3.15.0",
10327
10110
  "requires": {}
10328
10111
  }
10329
10112
  },
@@ -10424,7 +10207,7 @@
10424
10207
  }
10425
10208
  ],
10426
10209
  "compatibility": {
10427
- "nuxt": ">=3.0.0",
10210
+ "nuxt": ">=3.0.0-rc.11",
10428
10211
  "requires": {}
10429
10212
  }
10430
10213
  },
@@ -10459,34 +10242,12 @@
10459
10242
  }
10460
10243
  ],
10461
10244
  "compatibility": {
10462
- "nuxt": "^2.0.0 || >=3.0.0",
10245
+ "nuxt": "^2.15.0 || ^3.0.0",
10463
10246
  "requires": {
10464
10247
  "bridge": "optional"
10465
10248
  }
10466
10249
  }
10467
10250
  },
10468
- {
10469
- "name": "webfontloader",
10470
- "description": "Efficient web font loading has never been easier!",
10471
- "repo": "Developmint/nuxt-webfontloader",
10472
- "npm": "nuxt-webfontloader",
10473
- "icon": "",
10474
- "github": "https://github.com/Developmint/nuxt-webfontloader",
10475
- "website": "https://github.com/Developmint/nuxt-webfontloader",
10476
- "learn_more": "https://www.npmjs.com/package/webfontloader",
10477
- "category": "Fonts",
10478
- "type": "3rd-party",
10479
- "maintainers": [
10480
- {
10481
- "name": "Developmint",
10482
- "github": "Developmint"
10483
- }
10484
- ],
10485
- "compatibility": {
10486
- "nuxt": "^2.0.0",
10487
- "requires": {}
10488
- }
10489
- },
10490
10251
  {
10491
10252
  "name": "webhook-validators",
10492
10253
  "description": "Nuxt module that works on the edge to easily validate incoming webhooks from different services.",
@@ -10582,30 +10343,6 @@
10582
10343
  "requires": {}
10583
10344
  }
10584
10345
  },
10585
- {
10586
- "name": "webpackmonitor",
10587
- "description": "Monitor Nuxt webpack optimization metrics through the development process",
10588
- "repo": "nuxt-community/webpackmonitor-module",
10589
- "npm": "@nuxtjs/webpackmonitor",
10590
- "icon": "webpack.png",
10591
- "github": "https://github.com/nuxt-community/webpackmonitor-module",
10592
- "website": "https://github.com/nuxt-community/webpackmonitor-module",
10593
- "learn_more": "",
10594
- "category": "Devtools",
10595
- "type": "community",
10596
- "maintainers": [
10597
- {
10598
- "name": "Pooya Parsa",
10599
- "github": "pi0",
10600
- "twitter": "_pi0_",
10601
- "bluesky": "pi0.io"
10602
- }
10603
- ],
10604
- "compatibility": {
10605
- "nuxt": "^2.0.0",
10606
- "requires": {}
10607
- }
10608
- },
10609
10346
  {
10610
10347
  "name": "well-known",
10611
10348
  "description": "A Nuxt module to add well-known URIs using middlewares",
@@ -10624,7 +10361,7 @@
10624
10361
  }
10625
10362
  ],
10626
10363
  "compatibility": {
10627
- "nuxt": ">=3.0.0",
10364
+ "nuxt": "^3.0.0",
10628
10365
  "requires": {}
10629
10366
  }
10630
10367
  },
@@ -10730,28 +10467,6 @@
10730
10467
  "requires": {}
10731
10468
  }
10732
10469
  },
10733
- {
10734
- "name": "wp-nuxt",
10735
- "description": "The module adds a Wordpress Rest API to your nuxt application",
10736
- "repo": "yashha/wp-nuxt",
10737
- "npm": "wp-nuxt",
10738
- "icon": "wordpress.png",
10739
- "github": "https://github.com/yashha/wp-nuxt",
10740
- "website": "https://github.com/yashha/wp-nuxt",
10741
- "learn_more": "https://github.com/WP-API/node-wpapi",
10742
- "category": "CMS",
10743
- "type": "3rd-party",
10744
- "maintainers": [
10745
- {
10746
- "name": "yashha",
10747
- "github": "yashha"
10748
- }
10749
- ],
10750
- "compatibility": {
10751
- "nuxt": "^2.0.0",
10752
- "requires": {}
10753
- }
10754
- },
10755
10470
  {
10756
10471
  "name": "xhr-cache",
10757
10472
  "description": "Cache api resources and serve it as static resource",
@@ -10793,7 +10508,7 @@
10793
10508
  }
10794
10509
  ],
10795
10510
  "compatibility": {
10796
- "nuxt": "^2.0.0 || >=3.0.0",
10511
+ "nuxt": "^2.16.0 || ^3.0.0",
10797
10512
  "requires": {
10798
10513
  "bridge": true
10799
10514
  }