@nuxt/modules 0.6.0-aa374a → 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 +3 -3
  2. package/modules.json +752 -842
  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",
@@ -880,11 +857,12 @@
880
857
  {
881
858
  "name": "Wind",
882
859
  "github": "productdevbook",
883
- "twitter": "productdevbook"
860
+ "twitter": "productdevbook",
861
+ "bluesky": "productdevbook.com"
884
862
  }
885
863
  ],
886
864
  "compatibility": {
887
- "nuxt": ">=3.0.0",
865
+ "nuxt": ">=3.3.1",
888
866
  "requires": {}
889
867
  }
890
868
  },
@@ -1028,7 +1006,7 @@
1028
1006
  }
1029
1007
  ],
1030
1008
  "compatibility": {
1031
- "nuxt": ">=3.0.0",
1009
+ "nuxt": "^3.0.0",
1032
1010
  "requires": {}
1033
1011
  }
1034
1012
  },
@@ -1129,30 +1107,6 @@
1129
1107
  "requires": {}
1130
1108
  }
1131
1109
  },
1132
- {
1133
- "name": "composition-api",
1134
- "description": "Composition API hooks for Nuxt",
1135
- "repo": "nuxt-community/composition-api#main",
1136
- "npm": "@nuxtjs/composition-api",
1137
- "icon": "composition-api.svg",
1138
- "github": "https://github.com/nuxt-community/composition-api/tree/main",
1139
- "website": "https://composition-api.nuxtjs.org",
1140
- "learn_more": "",
1141
- "category": "Extensions",
1142
- "type": "community",
1143
- "maintainers": [
1144
- {
1145
- "name": "Daniel Roe",
1146
- "github": "danielroe",
1147
- "twitter": "danielcroe",
1148
- "bluesky": "danielroe.dev"
1149
- }
1150
- ],
1151
- "compatibility": {
1152
- "nuxt": "^2.0.0",
1153
- "requires": {}
1154
- }
1155
- },
1156
1110
  {
1157
1111
  "name": "content-assets",
1158
1112
  "description": "Enable locally-located assets in Nuxt Content",
@@ -1231,31 +1185,10 @@
1231
1185
  }
1232
1186
  ],
1233
1187
  "compatibility": {
1234
- "nuxt": "^2.0.0 || >=3.0.0",
1235
- "requires": {}
1236
- }
1237
- },
1238
- {
1239
- "name": "contentful",
1240
- "description": "nuxt contentful module",
1241
- "repo": "scaccogatto/contentful-module",
1242
- "npm": "contentful-module",
1243
- "icon": "contentful.png",
1244
- "github": "https://github.com/scaccogatto/contentful-module",
1245
- "website": "https://github.com/scaccogatto/contentful-module",
1246
- "learn_more": "https://www.contentful.com/",
1247
- "category": "CMS",
1248
- "type": "3rd-party",
1249
- "maintainers": [
1250
- {
1251
- "name": "Marco 'Gatto' Boffo",
1252
- "github": "scaccogatto"
1253
- }
1254
- ],
1255
- "compatibility": {
1256
- "nuxt": "^2.0.0",
1188
+ "nuxt": ">=3.0.0-rc.3",
1257
1189
  "requires": {}
1258
- }
1190
+ },
1191
+ "mcp": "https://content.nuxt.com/mcp"
1259
1192
  },
1260
1193
  {
1261
1194
  "name": "contentstack",
@@ -1265,7 +1198,7 @@
1265
1198
  "icon": "contentstack.png",
1266
1199
  "github": "https://github.com/timbenniks/nuxt-contentstack",
1267
1200
  "website": "https://github.com/timbenniks/nuxt-contentstack",
1268
- "learn_more": "https://contentstack.com/",
1201
+ "learn_more": "https://community.contentstack.com/",
1269
1202
  "category": "CMS",
1270
1203
  "type": "3rd-party",
1271
1204
  "maintainers": [
@@ -1278,7 +1211,32 @@
1278
1211
  }
1279
1212
  ],
1280
1213
  "compatibility": {
1281
- "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",
1282
1240
  "requires": {}
1283
1241
  }
1284
1242
  },
@@ -1489,7 +1447,7 @@
1489
1447
  }
1490
1448
  ],
1491
1449
  "compatibility": {
1492
- "nuxt": "^2.0.0 || >=3.0.0",
1450
+ "nuxt": ">=3.5.0",
1493
1451
  "requires": {}
1494
1452
  }
1495
1453
  },
@@ -1512,7 +1470,7 @@
1512
1470
  }
1513
1471
  ],
1514
1472
  "compatibility": {
1515
- "nuxt": "^2.0.0 || >=3.0.0",
1473
+ "nuxt": "^2.16.0 || >=3.0.0",
1516
1474
  "requires": {}
1517
1475
  }
1518
1476
  },
@@ -1572,7 +1530,7 @@
1572
1530
  }
1573
1531
  ],
1574
1532
  "compatibility": {
1575
- "nuxt": ">=3.0.0",
1533
+ "nuxt": "^2.16.0 || >=3.0.0-rc.9",
1576
1534
  "requires": {},
1577
1535
  "devtools": "^0.0.0"
1578
1536
  }
@@ -1661,7 +1619,7 @@
1661
1619
  }
1662
1620
  ],
1663
1621
  "compatibility": {
1664
- "nuxt": "^3.0.0",
1622
+ "nuxt": ">=3.0.0",
1665
1623
  "requires": {}
1666
1624
  }
1667
1625
  },
@@ -1696,7 +1654,7 @@
1696
1654
  }
1697
1655
  ],
1698
1656
  "compatibility": {
1699
- "nuxt": "^2.0.0 || >=3.0.0",
1657
+ "nuxt": ">=3.7.0",
1700
1658
  "requires": {}
1701
1659
  }
1702
1660
  },
@@ -1764,7 +1722,7 @@
1764
1722
  }
1765
1723
  ],
1766
1724
  "compatibility": {
1767
- "nuxt": ">=3.0.0",
1725
+ "nuxt": ">=3.2.0",
1768
1726
  "requires": {}
1769
1727
  }
1770
1728
  },
@@ -1833,7 +1791,7 @@
1833
1791
  }
1834
1792
  ],
1835
1793
  "compatibility": {
1836
- "nuxt": ">=3.0.0",
1794
+ "nuxt": ">=3",
1837
1795
  "requires": {
1838
1796
  "bridge": "optional"
1839
1797
  }
@@ -1873,10 +1831,10 @@
1873
1831
  "description": "Es-toolkit auto import module for Nuxt",
1874
1832
  "repo": "bubblesortt/nuxt-es-toolkit",
1875
1833
  "npm": "@bubblesortt/nuxt-es-toolkit",
1876
- "icon": "",
1834
+ "icon": "es-toolkit.png",
1877
1835
  "github": "https://github.com/bubblesortt/nuxt-es-toolkit",
1878
1836
  "website": "https://github.com/bubblesortt/nuxt-es-toolkit",
1879
- "learn_more": "",
1837
+ "learn_more": "https://es-toolkit.dev/",
1880
1838
  "category": "Libraries",
1881
1839
  "type": "3rd-party",
1882
1840
  "maintainers": [
@@ -1938,26 +1896,29 @@
1938
1896
  }
1939
1897
  },
1940
1898
  {
1941
- "name": "event-trace",
1942
- "description": "Module for event trace in Nuxt",
1943
- "repo": "nuxt-community/nuxt-event-trace",
1944
- "npm": "nuxt-event-trace",
1945
- "icon": "",
1946
- "github": "https://github.com/nuxt-community/nuxt-event-trace",
1947
- "website": "https://github.com/nuxt-community/nuxt-event-trace",
1948
- "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",
1949
1907
  "category": "Monitoring",
1950
- "type": "community",
1908
+ "type": "3rd-party",
1951
1909
  "maintainers": [
1952
1910
  {
1953
- "name": "Xin Du (Clark)",
1954
- "github": "clarkdo"
1911
+ "name": "Hugo",
1912
+ "github": "HugoRCD",
1913
+ "twitter": "hugorcd",
1914
+ "bluesky": "hrcd.fr"
1955
1915
  }
1956
1916
  ],
1957
1917
  "compatibility": {
1958
- "nuxt": "^2.0.0",
1918
+ "nuxt": ">=3.0.0",
1959
1919
  "requires": {}
1960
- }
1920
+ },
1921
+ "mcp": "https://evlog.dev/mcp"
1961
1922
  },
1962
1923
  {
1963
1924
  "name": "fathom-analytics",
@@ -1982,28 +1943,6 @@
1982
1943
  "requires": {}
1983
1944
  }
1984
1945
  },
1985
- {
1986
- "name": "fathom",
1987
- "description": "Fathom analytics for Nuxt",
1988
- "repo": "yabhq/nuxt-fathom",
1989
- "npm": "@yabhq/nuxt-fathom",
1990
- "icon": "fathom.png",
1991
- "github": "https://github.com/yabhq/nuxt-fathom",
1992
- "website": "https://github.com/yabhq/nuxt-fathom",
1993
- "learn_more": "https://usefathom.com/",
1994
- "category": "Analytics",
1995
- "type": "3rd-party",
1996
- "maintainers": [
1997
- {
1998
- "name": "yabhq",
1999
- "github": "yabhq"
2000
- }
2001
- ],
2002
- "compatibility": {
2003
- "nuxt": "^2.0.0",
2004
- "requires": {}
2005
- }
2006
- },
2007
1946
  {
2008
1947
  "name": "feature-toggle",
2009
1948
  "description": "Feature toggle module for Nuxt",
@@ -2096,28 +2035,6 @@
2096
2035
  "requires": {}
2097
2036
  }
2098
2037
  },
2099
- {
2100
- "name": "font-loader-strategy",
2101
- "description": "Helps to load fonts and activate them by preloading.",
2102
- "repo": "GrabarzUndPartner/nuxt-font-loader-strategy",
2103
- "npm": "nuxt-font-loader-strategy",
2104
- "icon": "",
2105
- "github": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
2106
- "website": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
2107
- "learn_more": "",
2108
- "category": "Fonts",
2109
- "type": "3rd-party",
2110
- "maintainers": [
2111
- {
2112
- "name": "GrabarzUndPartner",
2113
- "github": "GrabarzUndPartner"
2114
- }
2115
- ],
2116
- "compatibility": {
2117
- "nuxt": "^2.0.0",
2118
- "requires": {}
2119
- }
2120
- },
2121
2038
  {
2122
2039
  "name": "fontagon",
2123
2040
  "description": "Easy convert SVG from nuxt to icon font.",
@@ -2160,7 +2077,7 @@
2160
2077
  }
2161
2078
  ],
2162
2079
  "compatibility": {
2163
- "nuxt": ">=3.0.0",
2080
+ "nuxt": ">=3.0.0-rc.6",
2164
2081
  "requires": {}
2165
2082
  }
2166
2083
  },
@@ -2229,7 +2146,7 @@
2229
2146
  }
2230
2147
  ],
2231
2148
  "compatibility": {
2232
- "nuxt": ">=3.7.0",
2149
+ "nuxt": ">=3",
2233
2150
  "requires": {}
2234
2151
  }
2235
2152
  },
@@ -2256,6 +2173,29 @@
2256
2173
  "twitter": "0xBOYD"
2257
2174
  }
2258
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
+ ],
2259
2199
  "compatibility": {
2260
2200
  "nuxt": ">=3.0.0",
2261
2201
  "requires": {}
@@ -2330,7 +2270,7 @@
2330
2270
  }
2331
2271
  ],
2332
2272
  "compatibility": {
2333
- "nuxt": "^2.0.0 || >=3.0.0",
2273
+ "nuxt": "^2.15.0 || >=3.0.0",
2334
2274
  "requires": {}
2335
2275
  }
2336
2276
  },
@@ -2421,40 +2361,6 @@
2421
2361
  "requires": {}
2422
2362
  }
2423
2363
  },
2424
- {
2425
- "name": "google-optimize",
2426
- "description": "SSR friendly Google Optimize module for Nuxt",
2427
- "repo": "nuxt-community/google-optimize-module",
2428
- "npm": "nuxt-google-optimize",
2429
- "icon": "google-optimize.png",
2430
- "github": "https://github.com/nuxt-community/google-optimize-module",
2431
- "website": "https://github.com/nuxt-community/google-optimize-module",
2432
- "learn_more": "https://marketingplatform.google.com/about/optimize/",
2433
- "category": "Analytics",
2434
- "type": "community",
2435
- "maintainers": [
2436
- {
2437
- "name": "Pooya Parsa",
2438
- "github": "pi0",
2439
- "twitter": "_pi0_",
2440
- "bluesky": "pi0.io"
2441
- },
2442
- {
2443
- "name": "Farzad Soltani",
2444
- "github": "farzadso",
2445
- "twitter": "farzadso"
2446
- },
2447
- {
2448
- "name": "Josh Deltener",
2449
- "github": "hecktarzuli",
2450
- "twitter": "JoshDeltener"
2451
- }
2452
- ],
2453
- "compatibility": {
2454
- "nuxt": "^2.0.0",
2455
- "requires": {}
2456
- }
2457
- },
2458
2364
  {
2459
2365
  "name": "graphql-client",
2460
2366
  "description": "Minimal GraphQL Client + Code Generation for Nuxt. Auto imports GraphQL Operations for easy execution.",
@@ -2474,7 +2380,7 @@
2474
2380
  }
2475
2381
  ],
2476
2382
  "compatibility": {
2477
- "nuxt": ">=3.0.0",
2383
+ "nuxt": ">=3.7.0",
2478
2384
  "requires": {}
2479
2385
  }
2480
2386
  },
@@ -2497,7 +2403,7 @@
2497
2403
  }
2498
2404
  ],
2499
2405
  "compatibility": {
2500
- "nuxt": "^2.0.0 || >=3.0.0",
2406
+ "nuxt": ">=3.0.0",
2501
2407
  "requires": {}
2502
2408
  }
2503
2409
  },
@@ -2545,7 +2451,7 @@
2545
2451
  }
2546
2452
  ],
2547
2453
  "compatibility": {
2548
- "nuxt": ">=3.0.0",
2454
+ "nuxt": ">=3.7.0",
2549
2455
  "requires": {}
2550
2456
  }
2551
2457
  },
@@ -2733,6 +2639,30 @@
2733
2639
  "requires": {}
2734
2640
  }
2735
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
+ },
2736
2666
  {
2737
2667
  "name": "history-state",
2738
2668
  "description": "Nuxt module to backup or restore historical states",
@@ -2820,7 +2750,7 @@
2820
2750
  }
2821
2751
  ],
2822
2752
  "compatibility": {
2823
- "nuxt": "^2.0.0 || >=3.0.0",
2753
+ "nuxt": "^2.0.0 || >=3.0.0-rc.7",
2824
2754
  "requires": {
2825
2755
  "bridge": "optional"
2826
2756
  }
@@ -2897,7 +2827,8 @@
2897
2827
  "compatibility": {
2898
2828
  "nuxt": ">=3.0.0",
2899
2829
  "requires": {}
2900
- }
2830
+ },
2831
+ "mcp": "https://hub.nuxt.com/mcp"
2901
2832
  },
2902
2833
  {
2903
2834
  "name": "humans-txt",
@@ -2952,7 +2883,7 @@
2952
2883
  }
2953
2884
  ],
2954
2885
  "compatibility": {
2955
- "nuxt": "^2.0.0 || >=3.0.0",
2886
+ "nuxt": ">=3.0.0-rc.11",
2956
2887
  "requires": {}
2957
2888
  }
2958
2889
  },
@@ -3114,11 +3045,12 @@
3114
3045
  }
3115
3046
  ],
3116
3047
  "compatibility": {
3117
- "nuxt": "^2.0.0 || >=3.0.0",
3048
+ "nuxt": ">=3.1.0",
3118
3049
  "requires": {
3119
3050
  "bridge": "optional"
3120
3051
  }
3121
- }
3052
+ },
3053
+ "mcp": "https://image.nuxt.com/mcp"
3122
3054
  },
3123
3055
  {
3124
3056
  "name": "imagemin",
@@ -3210,7 +3142,7 @@
3210
3142
  }
3211
3143
  ],
3212
3144
  "compatibility": {
3213
- "nuxt": ">=3.0.0",
3145
+ "nuxt": ">=3.0.0-rc.12",
3214
3146
  "requires": {}
3215
3147
  }
3216
3148
  },
@@ -3233,7 +3165,7 @@
3233
3165
  }
3234
3166
  ],
3235
3167
  "compatibility": {
3236
- "nuxt": "^3.0.0",
3168
+ "nuxt": ">=3.0.0",
3237
3169
  "requires": {}
3238
3170
  }
3239
3171
  },
@@ -3255,7 +3187,7 @@
3255
3187
  }
3256
3188
  ],
3257
3189
  "compatibility": {
3258
- "nuxt": "^2.0.0 || >=3.0.0",
3190
+ "nuxt": ">=3.0.0",
3259
3191
  "requires": {}
3260
3192
  }
3261
3193
  },
@@ -3277,7 +3209,7 @@
3277
3209
  }
3278
3210
  ],
3279
3211
  "compatibility": {
3280
- "nuxt": "^3.0.0",
3212
+ "nuxt": ">=3.0.0",
3281
3213
  "requires": {}
3282
3214
  }
3283
3215
  },
@@ -3333,6 +3265,30 @@
3333
3265
  },
3334
3266
  "sponsor": true
3335
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
+ },
3336
3292
  {
3337
3293
  "name": "kql",
3338
3294
  "description": "Nuxt module for Kirby's Query Language API",
@@ -3353,7 +3309,7 @@
3353
3309
  }
3354
3310
  ],
3355
3311
  "compatibility": {
3356
- "nuxt": ">=3.0.0",
3312
+ "nuxt": ">=4.0.0",
3357
3313
  "requires": {}
3358
3314
  }
3359
3315
  },
@@ -3380,28 +3336,6 @@
3380
3336
  "requires": {}
3381
3337
  }
3382
3338
  },
3383
- {
3384
- "name": "laravel-nuxt",
3385
- "description": "Build a SPA with Laravel and Nuxt",
3386
- "repo": "skyrpex/laravel-nuxt-js",
3387
- "npm": "laravel-nuxt",
3388
- "icon": "",
3389
- "github": "https://github.com/skyrpex/laravel-nuxt-js",
3390
- "website": "https://github.com/skyrpex/laravel-nuxt-js",
3391
- "learn_more": "https://laravel.com/",
3392
- "category": "CMS",
3393
- "type": "3rd-party",
3394
- "maintainers": [
3395
- {
3396
- "name": "Cristian Pallarés",
3397
- "github": "skyrpex"
3398
- }
3399
- ],
3400
- "compatibility": {
3401
- "nuxt": "^2.0.0",
3402
- "requires": {}
3403
- }
3404
- },
3405
3339
  {
3406
3340
  "name": "laravel",
3407
3341
  "description": "Nuxt cli extension for use with laravel as backend",
@@ -3468,7 +3402,7 @@
3468
3402
  }
3469
3403
  ],
3470
3404
  "compatibility": {
3471
- "nuxt": "^3.0.0",
3405
+ "nuxt": ">=3.0.0",
3472
3406
  "requires": {}
3473
3407
  }
3474
3408
  },
@@ -3492,7 +3426,7 @@
3492
3426
  }
3493
3427
  ],
3494
3428
  "compatibility": {
3495
- "nuxt": ">=3.0.0",
3429
+ "nuxt": ">=3.9.0",
3496
3430
  "requires": {},
3497
3431
  "devtools": "^0.0.0"
3498
3432
  }
@@ -3506,7 +3440,7 @@
3506
3440
  "github": "https://github.com/nuxtlabs/nuxt-llms",
3507
3441
  "website": "https://github.com/nuxtlabs/nuxt-llms",
3508
3442
  "learn_more": "",
3509
- "category": "SEO",
3443
+ "category": "AI",
3510
3444
  "type": "3rd-party",
3511
3445
  "maintainers": [
3512
3446
  {
@@ -3603,28 +3537,6 @@
3603
3537
  "requires": {}
3604
3538
  }
3605
3539
  },
3606
- {
3607
- "name": "lodash",
3608
- "description": "lodash module with auto-import and custom prefix",
3609
- "repo": "cipami/nuxt-lodash",
3610
- "npm": "nuxt-lodash",
3611
- "icon": "lodash.svg",
3612
- "github": "https://github.com/cipami/nuxt-lodash",
3613
- "website": "https://github.com/cipami/nuxt-lodash#readme",
3614
- "learn_more": "https://github.com/lodash/lodash",
3615
- "category": "Libraries",
3616
- "type": "3rd-party",
3617
- "maintainers": [
3618
- {
3619
- "name": "Michal Čípa",
3620
- "github": "cipami"
3621
- }
3622
- ],
3623
- "compatibility": {
3624
- "nuxt": ">=3.0.0",
3625
- "requires": {}
3626
- }
3627
- },
3628
3540
  {
3629
3541
  "name": "logrocket",
3630
3542
  "description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
@@ -3718,7 +3630,7 @@
3718
3630
  }
3719
3631
  ],
3720
3632
  "compatibility": {
3721
- "nuxt": ">=3.0.0",
3633
+ "nuxt": ">=3.3.0",
3722
3634
  "requires": {}
3723
3635
  }
3724
3636
  },
@@ -3908,6 +3820,31 @@
3908
3820
  "requires": {}
3909
3821
  }
3910
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
+ },
3911
3848
  {
3912
3849
  "name": "mdc",
3913
3850
  "description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
@@ -4072,7 +4009,7 @@
4072
4009
  }
4073
4010
  ],
4074
4011
  "compatibility": {
4075
- "nuxt": "^2.0.0 || >=3.0.0",
4012
+ "nuxt": ">=3.0.0",
4076
4013
  "requires": {}
4077
4014
  }
4078
4015
  },
@@ -4151,29 +4088,6 @@
4151
4088
  "requires": {}
4152
4089
  }
4153
4090
  },
4154
- {
4155
- "name": "netlify-cache",
4156
- "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
4157
- "repo": "DreaMinder/nuxt-netlify-cache",
4158
- "npm": "nuxt-netlify-cache",
4159
- "icon": "netlify.png",
4160
- "github": "https://github.com/DreaMinder/nuxt-netlify-cache",
4161
- "website": "https://github.com/DreaMinder/nuxt-netlify-cache",
4162
- "learn_more": "https://www.netlify.com/",
4163
- "category": "Deployment",
4164
- "type": "3rd-party",
4165
- "maintainers": [
4166
- {
4167
- "name": "DreaMinder",
4168
- "github": "DreaMinder",
4169
- "twitter": "DreaMinder"
4170
- }
4171
- ],
4172
- "compatibility": {
4173
- "nuxt": "^2.0.0",
4174
- "requires": {}
4175
- }
4176
- },
4177
4091
  {
4178
4092
  "name": "netlify-files",
4179
4093
  "description": "Nuxt module to create new _headers, _redirects and netlify.toml files for Netlify or to use existing ones",
@@ -4244,6 +4158,30 @@
4244
4158
  "requires": {}
4245
4159
  }
4246
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
+ },
4247
4185
  {
4248
4186
  "name": "nodemailer",
4249
4187
  "description": "Nuxt integration for nodemailer",
@@ -4310,6 +4248,28 @@
4310
4248
  "requires": {}
4311
4249
  }
4312
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
+ },
4313
4273
  {
4314
4274
  "name": "nuxt-aidbase",
4315
4275
  "description": "Easily integrate Aidbase into your Nuxt app.",
@@ -4426,6 +4386,29 @@
4426
4386
  "requires": {}
4427
4387
  }
4428
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
+ },
4429
4412
  {
4430
4413
  "name": "nuxt-basic-auth",
4431
4414
  "description": "Nuxt Module for Basic Authentication",
@@ -4494,7 +4477,7 @@
4494
4477
  }
4495
4478
  ],
4496
4479
  "compatibility": {
4497
- "nuxt": ">=3.0.0",
4480
+ "nuxt": ">=3.13.1",
4498
4481
  "requires": {},
4499
4482
  "devtools": "^0.0.0"
4500
4483
  }
@@ -4562,6 +4545,28 @@
4562
4545
  "github": "schnapsterdog"
4563
4546
  }
4564
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
+ ],
4565
4570
  "compatibility": {
4566
4571
  "nuxt": ">=3.0.0",
4567
4572
  "requires": {}
@@ -4665,7 +4670,7 @@
4665
4670
  "icon": "nuxt-coolify.svg",
4666
4671
  "github": "https://github.com/justserdar/nuxt-coolify",
4667
4672
  "website": "https://github.com/justserdar/nuxt-coolify",
4668
- "learn_more": "https://nuxt-coolify.justserdar.dev/",
4673
+ "learn_more": "",
4669
4674
  "category": "Request",
4670
4675
  "type": "3rd-party",
4671
4676
  "maintainers": [
@@ -4680,6 +4685,28 @@
4680
4685
  "requires": {}
4681
4686
  }
4682
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
+ },
4683
4710
  {
4684
4711
  "name": "nuxt-email-renderer",
4685
4712
  "description": "A Nuxt module that provides high-quality, unstyled components & utils for creating emails using Vue and TypeScript.",
@@ -4726,7 +4753,7 @@
4726
4753
  }
4727
4754
  ],
4728
4755
  "compatibility": {
4729
- "nuxt": ">=3.0.0",
4756
+ "nuxt": "^3.6.0",
4730
4757
  "requires": {}
4731
4758
  }
4732
4759
  },
@@ -4819,6 +4846,31 @@
4819
4846
  "requires": {}
4820
4847
  }
4821
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
+ },
4822
4874
  {
4823
4875
  "name": "nuxt-fortify",
4824
4876
  "description": "Use Laravel fortify and sanctum with Nuxt",
@@ -4883,7 +4935,7 @@
4883
4935
  }
4884
4936
  ],
4885
4937
  "compatibility": {
4886
- "nuxt": "^3.0.0",
4938
+ "nuxt": "^3.0.0 || ^4.0.0",
4887
4939
  "requires": {}
4888
4940
  }
4889
4941
  },
@@ -4905,7 +4957,7 @@
4905
4957
  }
4906
4958
  ],
4907
4959
  "compatibility": {
4908
- "nuxt": ">=3.0.0",
4960
+ "nuxt": "^3.0.0",
4909
4961
  "requires": {}
4910
4962
  }
4911
4963
  },
@@ -4914,7 +4966,7 @@
4914
4966
  "description": "A Nuxt 3 module for making GraphQL requests with ease, leveraging the power of Nuxt's composables and VueUse.",
4915
4967
  "repo": "Abbasmoe/nuxt-gql-pulse",
4916
4968
  "npm": "nuxt-gql-pulse",
4917
- "icon": "",
4969
+ "icon": "nuxt-gql-pulse.png",
4918
4970
  "github": "https://github.com/Abbasmoe/nuxt-gql-pulse",
4919
4971
  "website": "https://github.com/Abbasmoe/nuxt-gql-pulse",
4920
4972
  "learn_more": "",
@@ -4922,12 +4974,12 @@
4922
4974
  "type": "3rd-party",
4923
4975
  "maintainers": [
4924
4976
  {
4925
- "name": "Abbas Mohamed",
4977
+ "name": "Abbas Mohamed Ahmed",
4926
4978
  "github": "Abbasmoe"
4927
4979
  }
4928
4980
  ],
4929
4981
  "compatibility": {
4930
- "nuxt": ">=3.0.0",
4982
+ "nuxt": "^3.0.0 || ^4.0.0",
4931
4983
  "requires": {}
4932
4984
  }
4933
4985
  },
@@ -4956,7 +5008,7 @@
4956
5008
  }
4957
5009
  ],
4958
5010
  "compatibility": {
4959
- "nuxt": "^2.0.0 || >=3.0.0",
5011
+ "nuxt": ">=3.13.0",
4960
5012
  "requires": {}
4961
5013
  }
4962
5014
  },
@@ -5000,7 +5052,7 @@
5000
5052
  }
5001
5053
  ],
5002
5054
  "compatibility": {
5003
- "nuxt": ">=3.0.0",
5055
+ "nuxt": "^3.0.0",
5004
5056
  "requires": {},
5005
5057
  "devtools": "^0.0.0"
5006
5058
  }
@@ -5166,7 +5218,7 @@
5166
5218
  }
5167
5219
  ],
5168
5220
  "compatibility": {
5169
- "nuxt": ">=3.15.0",
5221
+ "nuxt": "^3.0.0 || >=4.0.3",
5170
5222
  "requires": {}
5171
5223
  }
5172
5224
  },
@@ -5190,7 +5242,7 @@
5190
5242
  }
5191
5243
  ],
5192
5244
  "compatibility": {
5193
- "nuxt": ">=3.12.0",
5245
+ "nuxt": ">=3.0.0",
5194
5246
  "requires": {}
5195
5247
  }
5196
5248
  },
@@ -5213,7 +5265,7 @@
5213
5265
  }
5214
5266
  ],
5215
5267
  "compatibility": {
5216
- "nuxt": ">=3.0.0",
5268
+ "nuxt": "^3.0.0",
5217
5269
  "requires": {}
5218
5270
  }
5219
5271
  },
@@ -5305,7 +5357,7 @@
5305
5357
  }
5306
5358
  ],
5307
5359
  "compatibility": {
5308
- "nuxt": "^3.0.0",
5360
+ "nuxt": ">=3.0.0",
5309
5361
  "requires": {}
5310
5362
  }
5311
5363
  },
@@ -5373,7 +5425,7 @@
5373
5425
  }
5374
5426
  ],
5375
5427
  "compatibility": {
5376
- "nuxt": ">=3.0.0",
5428
+ "nuxt": ">=3.1.0",
5377
5429
  "requires": {}
5378
5430
  }
5379
5431
  },
@@ -5402,6 +5454,31 @@
5402
5454
  "devtools": "^0.0.0"
5403
5455
  }
5404
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
+ },
5405
5482
  {
5406
5483
  "name": "nuxt-music-flow",
5407
5484
  "description": "Nuxt 3 module for audio player component with playlist and waveform visualization.",
@@ -5425,6 +5502,28 @@
5425
5502
  "requires": {}
5426
5503
  }
5427
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
+ },
5428
5527
  {
5429
5528
  "name": "nuxt-oidc-auth",
5430
5529
  "description": "Seamless modern authentication for Nuxt applications.",
@@ -5444,17 +5543,17 @@
5444
5543
  }
5445
5544
  ],
5446
5545
  "compatibility": {
5447
- "nuxt": ">=3.0.0",
5546
+ "nuxt": ">=3.9.0",
5448
5547
  "requires": {}
5449
5548
  }
5450
5549
  },
5451
5550
  {
5452
5551
  "name": "nuxt-ollama",
5453
5552
  "description": "Simple integration of the official Ollama JavaScript Library for your Nuxt application.",
5454
- "repo": "jericho1060/nuxt-ollama",
5553
+ "repo": "thoda-dev/nuxt-ollama",
5455
5554
  "npm": "nuxt-ollama",
5456
5555
  "icon": "nuxt-ollama.png",
5457
- "github": "https://github.com/jericho1060/nuxt-ollama",
5556
+ "github": "https://github.com/thoda-dev/nuxt-ollama",
5458
5557
  "website": "https://nuxt-ollama.jericho.dev/",
5459
5558
  "learn_more": "https://nuxt-ollama.jericho.dev/",
5460
5559
  "category": "Libraries",
@@ -5462,13 +5561,13 @@
5462
5561
  "maintainers": [
5463
5562
  {
5464
5563
  "name": "Thomas",
5465
- "github": "jericho1060",
5466
- "avatar": "https://avatars.githubusercontent.com/jericho1060",
5467
- "twitter": "jerichodev"
5564
+ "github": "thoda-dev",
5565
+ "avatar": "https://avatars.githubusercontent.com/thoda-dev",
5566
+ "twitter": "thoda_dev"
5468
5567
  }
5469
5568
  ],
5470
5569
  "compatibility": {
5471
- "nuxt": "^3.15.0",
5570
+ "nuxt": ">=3.0.0",
5472
5571
  "requires": {}
5473
5572
  }
5474
5573
  },
@@ -5545,7 +5644,7 @@
5545
5644
  }
5546
5645
  ],
5547
5646
  "compatibility": {
5548
- "nuxt": ">=3.0.0",
5647
+ "nuxt": ">=3.0.0-rc.8",
5549
5648
  "requires": {},
5550
5649
  "devtools": "^0.0.0"
5551
5650
  }
@@ -5686,7 +5785,7 @@
5686
5785
  }
5687
5786
  ],
5688
5787
  "compatibility": {
5689
- "nuxt": ">=3.0.0",
5788
+ "nuxt": "^3.6.0",
5690
5789
  "requires": {}
5691
5790
  }
5692
5791
  },
@@ -5754,7 +5853,7 @@
5754
5853
  }
5755
5854
  ],
5756
5855
  "compatibility": {
5757
- "nuxt": ">=3.0.0",
5856
+ "nuxt": "^3.0.0 || ^4.0.0",
5758
5857
  "requires": {}
5759
5858
  }
5760
5859
  },
@@ -5781,6 +5880,30 @@
5781
5880
  "requires": {}
5782
5881
  }
5783
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
+ },
5784
5907
  {
5785
5908
  "name": "nuxt-sanctum-authentication",
5786
5909
  "description": "Nuxt 3 module for easy Laravel Sanctum authentication, offering CSRF token management, both cookie and token-based auth, and SSR compatibility.",
@@ -5834,27 +5957,24 @@
5834
5957
  },
5835
5958
  {
5836
5959
  "name": "nuxt-shopify",
5837
- "description": "Easily integrate Shopify into your Nuxt app.",
5838
- "repo": "nuxt-modules/shopify",
5839
- "npm": "@nuxtjs/shopify",
5960
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
5961
+ "repo": "Gomah/nuxt-shopify",
5962
+ "npm": "nuxt-shopify",
5840
5963
  "icon": "nuxt-shopify.png",
5841
- "github": "https://github.com/nuxt-modules/shopify",
5842
- "website": "https://nuxt-modules.github.io/shopify",
5843
- "learn_more": "https://shopify.dev/docs",
5964
+ "github": "https://github.com/Gomah/nuxt-shopify",
5965
+ "website": "https://github.com/Gomah/nuxt-shopify",
5966
+ "learn_more": "https://www.shopify.com/",
5844
5967
  "category": "Ecommerce",
5845
- "type": "community",
5968
+ "type": "3rd-party",
5846
5969
  "maintainers": [
5847
5970
  {
5848
- "name": "Zoltan Lukacs",
5849
- "github": "konkonam"
5850
- },
5851
- {
5852
- "name": "Frederik Bußmann",
5853
- "github": "freb97"
5854
- }
5855
- ],
5971
+ "name": "Thomas Marrec",
5972
+ "github": "Gomah",
5973
+ "twitter": "Gomah"
5974
+ }
5975
+ ],
5856
5976
  "compatibility": {
5857
- "nuxt": "^3.0.0",
5977
+ "nuxt": "^2.0.0",
5858
5978
  "requires": {}
5859
5979
  }
5860
5980
  },
@@ -5895,7 +6015,7 @@
5895
6015
  "type": "3rd-party",
5896
6016
  "maintainers": [
5897
6017
  {
5898
- "name": "Milan Felix Šulc",
6018
+ "name": "Milan Šulc",
5899
6019
  "github": "f3l1x",
5900
6020
  "twitter": "xf3l1x",
5901
6021
  "avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
@@ -6021,7 +6141,7 @@
6021
6141
  }
6022
6142
  ],
6023
6143
  "compatibility": {
6024
- "nuxt": "^3.0.0",
6144
+ "nuxt": ">=3.0.0",
6025
6145
  "requires": {}
6026
6146
  }
6027
6147
  },
@@ -6044,7 +6164,7 @@
6044
6164
  }
6045
6165
  ],
6046
6166
  "compatibility": {
6047
- "nuxt": ">=3.17.0",
6167
+ "nuxt": "^3.0.0 || ^4.0.0",
6048
6168
  "requires": {}
6049
6169
  }
6050
6170
  },
@@ -6091,7 +6211,7 @@
6091
6211
  }
6092
6212
  ],
6093
6213
  "compatibility": {
6094
- "nuxt": ">=3.0.0",
6214
+ "nuxt": ">=3.0.0-rc.0",
6095
6215
  "requires": {}
6096
6216
  }
6097
6217
  },
@@ -6162,30 +6282,6 @@
6162
6282
  "requires": {}
6163
6283
  }
6164
6284
  },
6165
- {
6166
- "name": "nuxt-use-sound",
6167
- "description": "A Nuxt module for playing sound effects.",
6168
- "repo": "Tahul/nuxt-use-sound",
6169
- "npm": "nuxt-use-sound",
6170
- "icon": "nuxt-use-sound.svg",
6171
- "github": "https://github.com/Tahul/nuxt-use-sound",
6172
- "website": "https://github.com/Tahul/nuxt-use-sound",
6173
- "learn_more": "https://github.com/vueuse/sound",
6174
- "category": "Libraries",
6175
- "type": "3rd-party",
6176
- "maintainers": [
6177
- {
6178
- "name": "Yaël Guilloux",
6179
- "github": "Tahul",
6180
- "twitter": "yaeeelglx",
6181
- "bluesky": "yael.dev"
6182
- }
6183
- ],
6184
- "compatibility": {
6185
- "nuxt": "^2.0.0",
6186
- "requires": {}
6187
- }
6188
- },
6189
6285
  {
6190
6286
  "name": "nuxt-useless-blobs",
6191
6287
  "description": "An easier way of using useless-blobs in your Nuxt project!",
@@ -6204,7 +6300,31 @@
6204
6300
  }
6205
6301
  ],
6206
6302
  "compatibility": {
6207
- "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",
6208
6328
  "requires": {}
6209
6329
  }
6210
6330
  },
@@ -6226,7 +6346,7 @@
6226
6346
  }
6227
6347
  ],
6228
6348
  "compatibility": {
6229
- "nuxt": ">=3.0.0",
6349
+ "nuxt": "^3.0.0",
6230
6350
  "requires": {}
6231
6351
  }
6232
6352
  },
@@ -6248,7 +6368,7 @@
6248
6368
  }
6249
6369
  ],
6250
6370
  "compatibility": {
6251
- "nuxt": "^2.0.0 || >=3.0.0",
6371
+ "nuxt": ">=3.0.0-rc.11",
6252
6372
  "requires": {
6253
6373
  "bridge": "optional"
6254
6374
  }
@@ -6273,7 +6393,7 @@
6273
6393
  }
6274
6394
  ],
6275
6395
  "compatibility": {
6276
- "nuxt": ">=3.0.0",
6396
+ "nuxt": ">=3.0.0 <5.0.0",
6277
6397
  "requires": {}
6278
6398
  }
6279
6399
  },
@@ -6321,28 +6441,6 @@
6321
6441
  "requires": {}
6322
6442
  }
6323
6443
  },
6324
- {
6325
- "name": "nuxt2-leaflet",
6326
- "description": "A Nuxt module which makes it easy to create reactive maps with Leaflet",
6327
- "repo": "schlunsen/nuxt-leaflet",
6328
- "npm": "nuxt-leaflet",
6329
- "icon": "leaflet.png",
6330
- "github": "https://github.com/schlunsen/nuxt-leaflet",
6331
- "website": "https://github.com/schlunsen/nuxt-leaflet",
6332
- "learn_more": "https://vue2-leaflet.netlify.app/quickstart/",
6333
- "category": "Libraries",
6334
- "type": "3rd-party",
6335
- "maintainers": [
6336
- {
6337
- "name": "Rasmus Schlünsen",
6338
- "github": "schlunsen"
6339
- }
6340
- ],
6341
- "compatibility": {
6342
- "nuxt": "^2.0.0",
6343
- "requires": {}
6344
- }
6345
- },
6346
6444
  {
6347
6445
  "name": "nuxt2-ngrok",
6348
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",
@@ -6461,7 +6559,7 @@
6461
6559
  }
6462
6560
  ],
6463
6561
  "compatibility": {
6464
- "nuxt": ">=3.0.0",
6562
+ "nuxt": ">=3.10.3",
6465
6563
  "requires": {},
6466
6564
  "devtools": "^0.0.0"
6467
6565
  }
@@ -6486,7 +6584,8 @@
6486
6584
  {
6487
6585
  "name": "Wind",
6488
6586
  "github": "productdevbook",
6489
- "twitter": "productdevbook"
6587
+ "twitter": "productdevbook",
6588
+ "bluesky": "productdevbook.com"
6490
6589
  }
6491
6590
  ],
6492
6591
  "compatibility": {
@@ -6563,28 +6662,6 @@
6563
6662
  "requires": {}
6564
6663
  }
6565
6664
  },
6566
- {
6567
- "name": "page-generator-helper",
6568
- "description": "Generate your pages statically without using payload extractors.",
6569
- "repo": "GrabarzUndPartner/nuxt-page-generator-helper",
6570
- "npm": "nuxt-page-generator-helper",
6571
- "icon": "",
6572
- "github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
6573
- "website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
6574
- "learn_more": "",
6575
- "category": "Extensions",
6576
- "type": "3rd-party",
6577
- "maintainers": [
6578
- {
6579
- "name": "GrabarzUndPartner",
6580
- "github": "GrabarzUndPartner"
6581
- }
6582
- ],
6583
- "compatibility": {
6584
- "nuxt": "^2.0.0",
6585
- "requires": {}
6586
- }
6587
- },
6588
6665
  {
6589
6666
  "name": "paper-ui",
6590
6667
  "description": "A ui kit for nuxt",
@@ -6648,7 +6725,7 @@
6648
6725
  }
6649
6726
  ],
6650
6727
  "compatibility": {
6651
- "nuxt": ">=3.0.0",
6728
+ "nuxt": "^3.7.0",
6652
6729
  "requires": {}
6653
6730
  }
6654
6731
  },
@@ -6722,30 +6799,7 @@
6722
6799
  }
6723
6800
  ],
6724
6801
  "compatibility": {
6725
- "nuxt": ">=3.0.0",
6726
- "requires": {}
6727
- }
6728
- },
6729
- {
6730
- "name": "pergel",
6731
- "description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
6732
- "repo": "oku-ui/pergel#main/packages-core/pergel",
6733
- "npm": "pergel",
6734
- "icon": "pergel.svg",
6735
- "github": "https://github.com/oku-ui/pergel",
6736
- "website": "https://pergel.oku-ui.com/",
6737
- "learn_more": "",
6738
- "category": "Devtools",
6739
- "type": "3rd-party",
6740
- "maintainers": [
6741
- {
6742
- "name": "Wind",
6743
- "github": "productdevbook",
6744
- "twitter": "productdevbook"
6745
- }
6746
- ],
6747
- "compatibility": {
6748
- "nuxt": ">=3.10.0",
6802
+ "nuxt": "^3.0.0",
6749
6803
  "requires": {}
6750
6804
  }
6751
6805
  },
@@ -6772,6 +6826,31 @@
6772
6826
  "requires": {}
6773
6827
  }
6774
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
+ },
6775
6854
  {
6776
6855
  "name": "pinia-colada",
6777
6856
  "description": "The smart data fetching layer for Pinia",
@@ -6792,7 +6871,7 @@
6792
6871
  }
6793
6872
  ],
6794
6873
  "compatibility": {
6795
- "nuxt": "^3.13.0 || ^4.0.0",
6874
+ "nuxt": "^3.17.7 || ^4.0.0",
6796
6875
  "requires": {}
6797
6876
  }
6798
6877
  },
@@ -6821,31 +6900,6 @@
6821
6900
  }
6822
6901
  }
6823
6902
  },
6824
- {
6825
- "name": "pinia-plugin-persistedstate",
6826
- "description": "Configurable persistence and rehydration of Pinia stores.",
6827
- "repo": "prazdevs/pinia-plugin-persistedstate",
6828
- "npm": "pinia-plugin-persistedstate",
6829
- "icon": "pinia-plugin-persistedstate.png",
6830
- "github": "https://github.com/prazdevs/pinia-plugin-persistedstate",
6831
- "website": "https://prazdevs.github.io/pinia-plugin-persistedstate/",
6832
- "learn_more": "",
6833
- "category": "Extensions",
6834
- "type": "3rd-party",
6835
- "maintainers": [
6836
- {
6837
- "name": "praz",
6838
- "github": "prazdevs",
6839
- "bluesky": "dev.praz.me"
6840
- }
6841
- ],
6842
- "compatibility": {
6843
- "nuxt": "^2.0.0 || >=3.0.0",
6844
- "requires": {
6845
- "bridge": "optional"
6846
- }
6847
- }
6848
- },
6849
6903
  {
6850
6904
  "name": "pinia-plugin-unstorage",
6851
6905
  "description": "Configurable persistence and rehydration of Pinia stores.",
@@ -6888,7 +6942,7 @@
6888
6942
  }
6889
6943
  ],
6890
6944
  "compatibility": {
6891
- "nuxt": "^2.0.0 || >=3.0.0",
6945
+ "nuxt": "^3.15.0 || ^4.0.0",
6892
6946
  "requires": {
6893
6947
  "bridge": "optional"
6894
6948
  }
@@ -6935,7 +6989,7 @@
6935
6989
  }
6936
6990
  ],
6937
6991
  "compatibility": {
6938
- "nuxt": "^2.0.0 || >=3.0.0",
6992
+ "nuxt": ">=3.0.0",
6939
6993
  "requires": {}
6940
6994
  }
6941
6995
  },
@@ -6957,7 +7011,7 @@
6957
7011
  }
6958
7012
  ],
6959
7013
  "compatibility": {
6960
- "nuxt": ">=3.0.0",
7014
+ "nuxt": ">=3.9.0",
6961
7015
  "requires": {}
6962
7016
  }
6963
7017
  },
@@ -7037,7 +7091,7 @@
7037
7091
  "npm": "@prisma/nuxt",
7038
7092
  "icon": "prisma.png",
7039
7093
  "github": "https://github.com/prisma/nuxt-prisma",
7040
- "website": "https://pris.ly/prisma-nuxt",
7094
+ "website": "https://www.prisma.io/docs/guides/nuxt",
7041
7095
  "learn_more": "https://www.prisma.io/orm",
7042
7096
  "category": "Database",
7043
7097
  "type": "3rd-party",
@@ -7072,7 +7126,7 @@
7072
7126
  }
7073
7127
  ],
7074
7128
  "compatibility": {
7075
- "nuxt": "^2.0.0 || >=3.0.0",
7129
+ "nuxt": ">=3.7.0",
7076
7130
  "requires": {}
7077
7131
  }
7078
7132
  },
@@ -7094,7 +7148,7 @@
7094
7148
  }
7095
7149
  ],
7096
7150
  "compatibility": {
7097
- "nuxt": ">=3.0.0",
7151
+ "nuxt": "^2.16.0 || >=3.0.0",
7098
7152
  "requires": {}
7099
7153
  }
7100
7154
  },
@@ -7185,7 +7239,7 @@
7185
7239
  }
7186
7240
  ],
7187
7241
  "compatibility": {
7188
- "nuxt": "^2.0.0 || >=3.0.0",
7242
+ "nuxt": "^3.0.0-rc.11",
7189
7243
  "requires": {}
7190
7244
  }
7191
7245
  },
@@ -7258,7 +7312,7 @@
7258
7312
  }
7259
7313
  ],
7260
7314
  "compatibility": {
7261
- "nuxt": ">=3.10.0",
7315
+ "nuxt": ">=3.0.0",
7262
7316
  "requires": {}
7263
7317
  }
7264
7318
  },
@@ -7325,7 +7379,7 @@
7325
7379
  }
7326
7380
  ],
7327
7381
  "compatibility": {
7328
- "nuxt": ">=3.0.0",
7382
+ "nuxt": "^3.0.0",
7329
7383
  "requires": {}
7330
7384
  }
7331
7385
  },
@@ -7508,7 +7562,7 @@
7508
7562
  }
7509
7563
  ],
7510
7564
  "compatibility": {
7511
- "nuxt": "^2.0.0 || >=3.0.0",
7565
+ "nuxt": ">=3.6.1",
7512
7566
  "requires": {
7513
7567
  "bridge": "optional"
7514
7568
  }
@@ -7532,31 +7586,7 @@
7532
7586
  }
7533
7587
  ],
7534
7588
  "compatibility": {
7535
- "nuxt": ">=3.0.0",
7536
- "requires": {}
7537
- }
7538
- },
7539
- {
7540
- "name": "router-extras",
7541
- "description": "Extra Add-ons for nuxt router",
7542
- "repo": "nuxt-community/router-extras-module",
7543
- "npm": "@nuxtjs/router-extras",
7544
- "icon": "vue.png",
7545
- "github": "https://github.com/nuxt-community/router-extras-module",
7546
- "website": "https://github.com/nuxt-community/router-extras-module",
7547
- "learn_more": "",
7548
- "category": "Extensions",
7549
- "type": "community",
7550
- "maintainers": [
7551
- {
7552
- "name": "Farnabaz",
7553
- "github": "farnabaz",
7554
- "twitter": "a_birang",
7555
- "bluesky": "farnabaz.dev"
7556
- }
7557
- ],
7558
- "compatibility": {
7559
- "nuxt": "^2.0.0",
7589
+ "nuxt": "^3",
7560
7590
  "requires": {}
7561
7591
  }
7562
7592
  },
@@ -7604,7 +7634,7 @@
7604
7634
  }
7605
7635
  ],
7606
7636
  "compatibility": {
7607
- "nuxt": "^2.0.0 || >=3.0.0",
7637
+ "nuxt": ">=3.7.0",
7608
7638
  "requires": {
7609
7639
  "bridge": "optional"
7610
7640
  }
@@ -7653,7 +7683,7 @@
7653
7683
  }
7654
7684
  ],
7655
7685
  "compatibility": {
7656
- "nuxt": ">=3.0.0",
7686
+ "nuxt": ">=3.0.0-rc.8",
7657
7687
  "requires": {}
7658
7688
  }
7659
7689
  },
@@ -7676,7 +7706,7 @@
7676
7706
  }
7677
7707
  ],
7678
7708
  "compatibility": {
7679
- "nuxt": ">=3.0.0",
7709
+ "nuxt": ">=3.16",
7680
7710
  "requires": {}
7681
7711
  }
7682
7712
  },
@@ -7751,7 +7781,7 @@
7751
7781
  },
7752
7782
  {
7753
7783
  "name": "sentry",
7754
- "description": "Official Sentry SDK for Nuxt (EXPERIMENTAL)",
7784
+ "description": "Sentry SDK for Nuxt",
7755
7785
  "repo": "getsentry/sentry-javascript#HEAD/packages/nuxt",
7756
7786
  "npm": "@sentry/nuxt",
7757
7787
  "icon": "sentry.svg",
@@ -7791,7 +7821,7 @@
7791
7821
  }
7792
7822
  ],
7793
7823
  "compatibility": {
7794
- "nuxt": ">=3.0.0",
7824
+ "nuxt": "<3.16.0 || >=3.6.1",
7795
7825
  "requires": {}
7796
7826
  }
7797
7827
  },
@@ -7838,9 +7868,10 @@
7838
7868
  }
7839
7869
  ],
7840
7870
  "compatibility": {
7841
- "nuxt": ">=3.0.0",
7871
+ "nuxt": ">=3.7.0",
7842
7872
  "requires": {}
7843
- }
7873
+ },
7874
+ "mcp": "https://nuxtseo.com/mcp"
7844
7875
  },
7845
7876
  {
7846
7877
  "name": "seomatic-meta",
@@ -7915,10 +7946,10 @@
7915
7946
  {
7916
7947
  "name": "shadcn",
7917
7948
  "description": "Re-usable components built with Radix Vue and Tailwind CSS.",
7918
- "repo": "radix-vue/shadcn-vue#dev/packages/module",
7949
+ "repo": "unovue/shadcn-vue#dev/packages/module",
7919
7950
  "npm": "shadcn-nuxt",
7920
7951
  "icon": "",
7921
- "github": "https://github.com/radix-vue/shadcn-vue/tree/dev/packages/module",
7952
+ "github": "https://github.com/unovue/shadcn-vue/tree/dev/packages/module",
7922
7953
  "website": "https://www.shadcn-vue.com",
7923
7954
  "learn_more": "https://www.shadcn-vue.com/docs/installation/nuxt",
7924
7955
  "category": "UI",
@@ -7941,24 +7972,49 @@
7941
7972
  },
7942
7973
  {
7943
7974
  "name": "shopify",
7944
- "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
7945
- "repo": "Gomah/nuxt-shopify",
7946
- "npm": "nuxt-shopify",
7975
+ "description": "Easily integrate Shopify into your Nuxt app.",
7976
+ "repo": "nuxt-modules/shopify",
7977
+ "npm": "@nuxtjs/shopify",
7947
7978
  "icon": "shopify.png",
7948
- "github": "https://github.com/Gomah/nuxt-shopify",
7949
- "website": "https://github.com/Gomah/nuxt-shopify",
7950
- "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",
7951
8008
  "category": "Ecommerce",
7952
8009
  "type": "3rd-party",
7953
8010
  "maintainers": [
7954
8011
  {
7955
- "name": "Thomas Marrec",
7956
- "github": "Gomah",
7957
- "twitter": "Gomah"
8012
+ "name": "Shopware AG",
8013
+ "github": "shopware"
7958
8014
  }
7959
8015
  ],
7960
8016
  "compatibility": {
7961
- "nuxt": "^2.0.0",
8017
+ "nuxt": ">=3.0.0",
7962
8018
  "requires": {}
7963
8019
  }
7964
8020
  },
@@ -8055,7 +8111,7 @@
8055
8111
  }
8056
8112
  ],
8057
8113
  "compatibility": {
8058
- "nuxt": ">=3.0.0",
8114
+ "nuxt": ">=3.9.0",
8059
8115
  "requires": {}
8060
8116
  }
8061
8117
  },
@@ -8081,29 +8137,6 @@
8081
8137
  "requires": {}
8082
8138
  }
8083
8139
  },
8084
- {
8085
- "name": "snipcart",
8086
- "description": "Snipcart integration module for Nuxt",
8087
- "repo": "nuxt-modules/snipcart",
8088
- "npm": "@nuxtjs/snipcart",
8089
- "icon": "snipcart.png",
8090
- "github": "https://github.com/nuxt-modules/snipcart",
8091
- "website": "https://github.com/nuxt-modules/snipcart",
8092
- "learn_more": "",
8093
- "category": "Ecommerce",
8094
- "type": "community",
8095
- "maintainers": [
8096
- {
8097
- "name": "florent giraud",
8098
- "github": "flozero",
8099
- "twitter": "flozeroo"
8100
- }
8101
- ],
8102
- "compatibility": {
8103
- "nuxt": "^2.0.0 || >=3.0.0",
8104
- "requires": {}
8105
- }
8106
- },
8107
8140
  {
8108
8141
  "name": "social-meta",
8109
8142
  "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
@@ -8242,26 +8275,27 @@
8242
8275
  }
8243
8276
  },
8244
8277
  {
8245
- "name": "storage",
8246
- "description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
8247
- "repo": "mazipan/nuxt-storage",
8248
- "npm": "nuxt-storage",
8249
- "icon": "",
8250
- "github": "https://github.com/mazipan/nuxt-storage",
8251
- "website": "https://github.com/mazipan/nuxt-storage",
8252
- "learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
8253
- "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",
8254
8287
  "type": "3rd-party",
8255
8288
  "maintainers": [
8256
8289
  {
8257
- "name": "Irfan Maulana",
8258
- "github": "mazipan",
8259
- "twitter": "Maz_Ipan"
8290
+ "name": "Tyler Matteson",
8291
+ "github": "agritheory"
8260
8292
  }
8261
8293
  ],
8262
8294
  "compatibility": {
8263
- "nuxt": "^2.0.0",
8264
- "requires": {}
8295
+ "nuxt": "^4.0.0",
8296
+ "requires": {
8297
+ "bridge": false
8298
+ }
8265
8299
  }
8266
8300
  },
8267
8301
  {
@@ -8318,11 +8352,11 @@
8318
8352
  {
8319
8353
  "name": "storyblok",
8320
8354
  "description": "Storyblok Nuxt module",
8321
- "repo": "storyblok/storyblok-nuxt#main",
8355
+ "repo": "storyblok/monoblok#main/packages/nuxt",
8322
8356
  "npm": "@storyblok/nuxt",
8323
8357
  "icon": "storyblok.png",
8324
- "github": "https://github.com/storyblok/storyblok-nuxt",
8325
- "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",
8326
8360
  "learn_more": "",
8327
8361
  "category": "CMS",
8328
8362
  "type": "3rd-party",
@@ -8362,7 +8396,7 @@
8362
8396
  }
8363
8397
  ],
8364
8398
  "compatibility": {
8365
- "nuxt": "^2.0.0 || >=3.0.0",
8399
+ "nuxt": ">=3.0.0",
8366
8400
  "requires": {
8367
8401
  "bridge": "optional"
8368
8402
  },
@@ -8395,40 +8429,13 @@
8395
8429
  }
8396
8430
  ],
8397
8431
  "compatibility": {
8398
- "nuxt": "^2.0.0 || >=3.0.0",
8432
+ "nuxt": ">=3.7.0",
8399
8433
  "requires": {
8400
8434
  "bridge": true
8401
8435
  },
8402
8436
  "devtools": "^0.0.0"
8403
8437
  }
8404
8438
  },
8405
- {
8406
- "name": "stripe-next",
8407
- "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.",
8408
- "repo": "flozero/nuxt-stripe",
8409
- "npm": "@unlok-co/nuxt-stripe",
8410
- "icon": "stripe.png",
8411
- "github": "https://github.com/flozero/nuxt-stripe",
8412
- "website": "https://github.com/flozero/nuxt-stripe",
8413
- "learn_more": "https://stripe.com/docs",
8414
- "category": "Payment",
8415
- "type": "3rd-party",
8416
- "maintainers": [
8417
- {
8418
- "name": "Loïc Fuentes",
8419
- "github": "fuentesloic"
8420
- },
8421
- {
8422
- "name": "florent giraud",
8423
- "github": "flozero",
8424
- "twitter": "flozeroo"
8425
- }
8426
- ],
8427
- "compatibility": {
8428
- "nuxt": ">=3.0.0",
8429
- "requires": {}
8430
- }
8431
- },
8432
8439
  {
8433
8440
  "name": "stripe",
8434
8441
  "description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
@@ -8456,15 +8463,21 @@
8456
8463
  {
8457
8464
  "name": "studio",
8458
8465
  "description": "A new experience to build content-driven website with Nuxt.",
8459
- "repo": "nuxtlabs/studio-module",
8460
- "npm": "@nuxthq/studio",
8461
- "icon": "studio.svg",
8462
- "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",
8463
8470
  "website": "https://nuxt.studio",
8464
- "learn_more": "https://nuxt.studio",
8471
+ "learn_more": "",
8465
8472
  "category": "CMS",
8466
8473
  "type": "3rd-party",
8467
8474
  "maintainers": [
8475
+ {
8476
+ "name": "Baptiste Leproux",
8477
+ "github": "larbish",
8478
+ "twitter": "_larbish",
8479
+ "bluesky": "larbish.bsky.social"
8480
+ },
8468
8481
  {
8469
8482
  "name": "Farnabaz",
8470
8483
  "github": "farnabaz",
@@ -8562,7 +8575,7 @@
8562
8575
  }
8563
8576
  ],
8564
8577
  "compatibility": {
8565
- "nuxt": "^2.0.0 || >=3.0.0",
8578
+ "nuxt": ">=3.0.0",
8566
8579
  "requires": {}
8567
8580
  }
8568
8581
  },
@@ -8633,7 +8646,7 @@
8633
8646
  }
8634
8647
  ],
8635
8648
  "compatibility": {
8636
- "nuxt": "^2.0.0 || >=3.0.0",
8649
+ "nuxt": ">=3.0.0",
8637
8650
  "requires": {}
8638
8651
  }
8639
8652
  },
@@ -8659,28 +8672,6 @@
8659
8672
  "requires": {}
8660
8673
  }
8661
8674
  },
8662
- {
8663
- "name": "sweetalert2",
8664
- "description": "A minimal sweetalert2 module based on vue-sweetalert2 with global options",
8665
- "repo": "ImreC/nuxt-sweetalert2",
8666
- "npm": "nuxt-sweetalert2",
8667
- "icon": "",
8668
- "github": "https://github.com/ImreC/nuxt-sweetalert2",
8669
- "website": "https://github.com/ImreC/nuxt-sweetalert2",
8670
- "learn_more": "https://sweetalert2.github.io/",
8671
- "category": "Libraries",
8672
- "type": "3rd-party",
8673
- "maintainers": [
8674
- {
8675
- "name": "ImreC",
8676
- "github": "ImreC"
8677
- }
8678
- ],
8679
- "compatibility": {
8680
- "nuxt": "^2.0.0",
8681
- "requires": {}
8682
- }
8683
- },
8684
8675
  {
8685
8676
  "name": "swiftsearch",
8686
8677
  "description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
@@ -8775,7 +8766,7 @@
8775
8766
  }
8776
8767
  ],
8777
8768
  "compatibility": {
8778
- "nuxt": "^2.0.0 || >=3.0.0",
8769
+ "nuxt": "^2.9.0 || >=3.0.0-rc.1",
8779
8770
  "requires": {},
8780
8771
  "devtools": "^0.0.0"
8781
8772
  },
@@ -8884,30 +8875,6 @@
8884
8875
  "requires": {}
8885
8876
  }
8886
8877
  },
8887
- {
8888
- "name": "time",
8889
- "description": "Safely render local dates and times on the server with Nuxt",
8890
- "repo": "danielroe/nuxt-time",
8891
- "npm": "nuxt-time",
8892
- "icon": "",
8893
- "github": "https://github.com/danielroe/nuxt-time",
8894
- "website": "https://github.com/danielroe/nuxt-time",
8895
- "learn_more": "",
8896
- "category": "Extensions",
8897
- "type": "3rd-party",
8898
- "maintainers": [
8899
- {
8900
- "name": "Daniel Roe",
8901
- "github": "danielroe",
8902
- "twitter": "danielcroe",
8903
- "bluesky": "danielroe.dev"
8904
- }
8905
- ],
8906
- "compatibility": {
8907
- "nuxt": ">=3.0.0",
8908
- "requires": {}
8909
- }
8910
- },
8911
8878
  {
8912
8879
  "name": "tiptap",
8913
8880
  "description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
@@ -9002,11 +8969,11 @@
9002
8969
  {
9003
8970
  "name": "tresjs",
9004
8971
  "description": "Create 3D experiences in your Nuxt application using TresJS.",
9005
- "repo": "tresjs/nuxt",
8972
+ "repo": "tresjs/tres#main/packages/nuxt",
9006
8973
  "npm": "@tresjs/nuxt",
9007
8974
  "icon": "tresjs.svg",
9008
- "github": "https://github.com/Tresjs/nuxt",
9009
- "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",
9010
8977
  "learn_more": "https://tresjs.org/",
9011
8978
  "category": "Libraries",
9012
8979
  "type": "3rd-party",
@@ -9029,7 +8996,7 @@
9029
8996
  }
9030
8997
  ],
9031
8998
  "compatibility": {
9032
- "nuxt": ">=3.0.0",
8999
+ "nuxt": ">=3.16.0",
9033
9000
  "requires": {}
9034
9001
  }
9035
9002
  },
@@ -9053,7 +9020,7 @@
9053
9020
  }
9054
9021
  ],
9055
9022
  "compatibility": {
9056
- "nuxt": "^2.0.0 || >=3.0.0",
9023
+ "nuxt": ">=3.0.0",
9057
9024
  "requires": {
9058
9025
  "bridge": true
9059
9026
  }
@@ -9160,36 +9127,10 @@
9160
9127
  }
9161
9128
  ],
9162
9129
  "compatibility": {
9163
- "nuxt": "^2.0.0 || >=3.0.0",
9130
+ "nuxt": ">=3.0.0",
9164
9131
  "requires": {}
9165
9132
  }
9166
9133
  },
9167
- {
9168
- "name": "typed-vuex",
9169
- "description": "A vanilla, strongly typed store accessor for Vuex.",
9170
- "repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
9171
- "npm": "nuxt-typed-vuex",
9172
- "icon": "vue.png",
9173
- "github": "https://github.com/danielroe/typed-vuex",
9174
- "website": "https://github.com/danielroe/typed-vuex",
9175
- "learn_more": "",
9176
- "category": "Libraries",
9177
- "type": "3rd-party",
9178
- "maintainers": [
9179
- {
9180
- "name": "Daniel Roe",
9181
- "github": "danielroe",
9182
- "twitter": "danielcroe",
9183
- "bluesky": "danielroe.dev"
9184
- }
9185
- ],
9186
- "compatibility": {
9187
- "nuxt": "^2.0.0",
9188
- "requires": {
9189
- "bridge": "optional"
9190
- }
9191
- }
9192
- },
9193
9134
  {
9194
9135
  "name": "typescript-runtime",
9195
9136
  "description": "TypeScript Runtime support for Nuxt",
@@ -9291,7 +9232,7 @@
9291
9232
  "npm": "@nuxt/ui",
9292
9233
  "icon": "nuxt.svg",
9293
9234
  "github": "https://github.com/nuxt/ui",
9294
- "website": "https://ui.nuxt.com",
9235
+ "website": "https://ui.nuxt.com/docs/getting-started/installation/nuxt",
9295
9236
  "learn_more": "",
9296
9237
  "category": "UI",
9297
9238
  "type": "official",
@@ -9310,9 +9251,10 @@
9310
9251
  }
9311
9252
  ],
9312
9253
  "compatibility": {
9313
- "nuxt": ">=3.0.0",
9254
+ "nuxt": ">=3.10.0",
9314
9255
  "requires": {}
9315
- }
9256
+ },
9257
+ "mcp": "https://ui.nuxt.com/mcp"
9316
9258
  },
9317
9259
  {
9318
9260
  "name": "umami",
@@ -9387,7 +9329,7 @@
9387
9329
  }
9388
9330
  ],
9389
9331
  "compatibility": {
9390
- "nuxt": ">=3.0.0",
9332
+ "nuxt": ">=3.5.0",
9391
9333
  "requires": {}
9392
9334
  }
9393
9335
  },
@@ -9460,30 +9402,7 @@
9460
9402
  }
9461
9403
  ],
9462
9404
  "compatibility": {
9463
- "nuxt": ">=3.0.0",
9464
- "requires": {}
9465
- }
9466
- },
9467
- {
9468
- "name": "user-agent",
9469
- "description": "Nuxt module for handling User-Agent.",
9470
- "repo": "fukuiretu/nuxt-user-agent",
9471
- "npm": "nuxt-user-agent",
9472
- "icon": "",
9473
- "github": "https://github.com/fukuiretu/nuxt-user-agent",
9474
- "website": "https://github.com/fukuiretu/nuxt-user-agent",
9475
- "learn_more": "",
9476
- "category": "Extensions",
9477
- "type": "3rd-party",
9478
- "maintainers": [
9479
- {
9480
- "name": "Retu Fukui",
9481
- "github": "fukuiretu",
9482
- "twitter": "fukuiretu"
9483
- }
9484
- ],
9485
- "compatibility": {
9486
- "nuxt": "^2.0.0",
9405
+ "nuxt": ">=3.17.1",
9487
9406
  "requires": {}
9488
9407
  }
9489
9408
  },
@@ -9527,7 +9446,7 @@
9527
9446
  }
9528
9447
  ],
9529
9448
  "compatibility": {
9530
- "nuxt": ">=3.0.0",
9449
+ "nuxt": ">=3",
9531
9450
  "requires": {
9532
9451
  "bridge": "optional"
9533
9452
  }
@@ -9577,7 +9496,7 @@
9577
9496
  }
9578
9497
  ],
9579
9498
  "compatibility": {
9580
- "nuxt": "^3.0.0",
9499
+ "nuxt": ">=3.5.0",
9581
9500
  "requires": {}
9582
9501
  }
9583
9502
  },
@@ -9599,7 +9518,7 @@
9599
9518
  }
9600
9519
  ],
9601
9520
  "compatibility": {
9602
- "nuxt": ">=3.0.0",
9521
+ "nuxt": "^3.0.0",
9603
9522
  "requires": {}
9604
9523
  }
9605
9524
  },
@@ -9651,6 +9570,50 @@
9651
9570
  "requires": {}
9652
9571
  }
9653
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
+ },
9654
9617
  {
9655
9618
  "name": "vexip-ui",
9656
9619
  "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
@@ -9724,10 +9687,34 @@
9724
9687
  }
9725
9688
  ],
9726
9689
  "compatibility": {
9727
- "nuxt": ">=3.0.0",
9690
+ "nuxt": ">=3.6.5",
9728
9691
  "requires": {}
9729
9692
  }
9730
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
+ },
9731
9718
  {
9732
9719
  "name": "vue-api",
9733
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.",
@@ -9751,37 +9738,6 @@
9751
9738
  "requires": {}
9752
9739
  }
9753
9740
  },
9754
- {
9755
- "name": "vue-email",
9756
- "description": "💌 Write email templates with vue",
9757
- "repo": "vue-email/nuxt",
9758
- "npm": "@vue-email/nuxt",
9759
- "icon": "vue-email.svg",
9760
- "github": "https://github.com/vue-email/nuxt",
9761
- "website": "https://vuemail.net/",
9762
- "learn_more": "https://vuemail.net/",
9763
- "category": "UI",
9764
- "type": "3rd-party",
9765
- "maintainers": [
9766
- {
9767
- "name": "David Arenas",
9768
- "github": "Dave136",
9769
- "twitter": "davejs4",
9770
- "avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
9771
- },
9772
- {
9773
- "name": "Younes Barrad",
9774
- "github": "Flowko",
9775
- "twitter": "imflowko",
9776
- "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
9777
- }
9778
- ],
9779
- "compatibility": {
9780
- "nuxt": ">=3.0.0",
9781
- "requires": {},
9782
- "devtools": "^0.0.0"
9783
- }
9784
- },
9785
9741
  {
9786
9742
  "name": "vue-final-modal",
9787
9743
  "description": "The most powerful yet most light-weight modal library for Vue 3.",
@@ -9942,7 +9898,7 @@
9942
9898
  }
9943
9899
  ],
9944
9900
  "compatibility": {
9945
- "nuxt": ">=3.0.0",
9901
+ "nuxt": "^3",
9946
9902
  "requires": {}
9947
9903
  }
9948
9904
  },
@@ -10059,7 +10015,7 @@
10059
10015
  }
10060
10016
  ],
10061
10017
  "compatibility": {
10062
- "nuxt": ">=3.0.0",
10018
+ "nuxt": ">=3.1.0",
10063
10019
  "requires": {}
10064
10020
  }
10065
10021
  },
@@ -10127,7 +10083,7 @@
10127
10083
  }
10128
10084
  ],
10129
10085
  "compatibility": {
10130
- "nuxt": ">=3.0.0",
10086
+ "nuxt": ">=3.3.0",
10131
10087
  "requires": {}
10132
10088
  }
10133
10089
  },
@@ -10150,7 +10106,7 @@
10150
10106
  }
10151
10107
  ],
10152
10108
  "compatibility": {
10153
- "nuxt": ">=3.0.0",
10109
+ "nuxt": ">=3.15.0",
10154
10110
  "requires": {}
10155
10111
  }
10156
10112
  },
@@ -10251,7 +10207,7 @@
10251
10207
  }
10252
10208
  ],
10253
10209
  "compatibility": {
10254
- "nuxt": ">=3.0.0",
10210
+ "nuxt": ">=3.0.0-rc.11",
10255
10211
  "requires": {}
10256
10212
  }
10257
10213
  },
@@ -10286,34 +10242,12 @@
10286
10242
  }
10287
10243
  ],
10288
10244
  "compatibility": {
10289
- "nuxt": "^2.0.0 || >=3.0.0",
10245
+ "nuxt": "^2.15.0 || ^3.0.0",
10290
10246
  "requires": {
10291
10247
  "bridge": "optional"
10292
10248
  }
10293
10249
  }
10294
10250
  },
10295
- {
10296
- "name": "webfontloader",
10297
- "description": "Efficient web font loading has never been easier!",
10298
- "repo": "Developmint/nuxt-webfontloader",
10299
- "npm": "nuxt-webfontloader",
10300
- "icon": "",
10301
- "github": "https://github.com/Developmint/nuxt-webfontloader",
10302
- "website": "https://github.com/Developmint/nuxt-webfontloader",
10303
- "learn_more": "https://www.npmjs.com/package/webfontloader",
10304
- "category": "Fonts",
10305
- "type": "3rd-party",
10306
- "maintainers": [
10307
- {
10308
- "name": "Developmint",
10309
- "github": "Developmint"
10310
- }
10311
- ],
10312
- "compatibility": {
10313
- "nuxt": "^2.0.0",
10314
- "requires": {}
10315
- }
10316
- },
10317
10251
  {
10318
10252
  "name": "webhook-validators",
10319
10253
  "description": "Nuxt module that works on the edge to easily validate incoming webhooks from different services.",
@@ -10409,30 +10343,6 @@
10409
10343
  "requires": {}
10410
10344
  }
10411
10345
  },
10412
- {
10413
- "name": "webpackmonitor",
10414
- "description": "Monitor Nuxt webpack optimization metrics through the development process",
10415
- "repo": "nuxt-community/webpackmonitor-module",
10416
- "npm": "@nuxtjs/webpackmonitor",
10417
- "icon": "webpack.png",
10418
- "github": "https://github.com/nuxt-community/webpackmonitor-module",
10419
- "website": "https://github.com/nuxt-community/webpackmonitor-module",
10420
- "learn_more": "",
10421
- "category": "Devtools",
10422
- "type": "community",
10423
- "maintainers": [
10424
- {
10425
- "name": "Pooya Parsa",
10426
- "github": "pi0",
10427
- "twitter": "_pi0_",
10428
- "bluesky": "pi0.io"
10429
- }
10430
- ],
10431
- "compatibility": {
10432
- "nuxt": "^2.0.0",
10433
- "requires": {}
10434
- }
10435
- },
10436
10346
  {
10437
10347
  "name": "well-known",
10438
10348
  "description": "A Nuxt module to add well-known URIs using middlewares",
@@ -10451,7 +10361,7 @@
10451
10361
  }
10452
10362
  ],
10453
10363
  "compatibility": {
10454
- "nuxt": ">=3.0.0",
10364
+ "nuxt": "^3.0.0",
10455
10365
  "requires": {}
10456
10366
  }
10457
10367
  },
@@ -10536,24 +10446,24 @@
10536
10446
  }
10537
10447
  },
10538
10448
  {
10539
- "name": "wp-nuxt",
10540
- "description": "The module adds a Wordpress Rest API to your nuxt application",
10541
- "repo": "yashha/wp-nuxt",
10542
- "npm": "wp-nuxt",
10543
- "icon": "wordpress.png",
10544
- "github": "https://github.com/yashha/wp-nuxt",
10545
- "website": "https://github.com/yashha/wp-nuxt",
10546
- "learn_more": "https://github.com/WP-API/node-wpapi",
10547
- "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",
10548
10458
  "type": "3rd-party",
10549
10459
  "maintainers": [
10550
10460
  {
10551
- "name": "yashha",
10552
- "github": "yashha"
10461
+ "name": "vercel",
10462
+ "github": "vercel"
10553
10463
  }
10554
10464
  ],
10555
10465
  "compatibility": {
10556
- "nuxt": "^2.0.0",
10466
+ "nuxt": ">=3.0.0",
10557
10467
  "requires": {}
10558
10468
  }
10559
10469
  },
@@ -10598,7 +10508,7 @@
10598
10508
  }
10599
10509
  ],
10600
10510
  "compatibility": {
10601
- "nuxt": "^2.0.0 || >=3.0.0",
10511
+ "nuxt": "^2.16.0 || ^3.0.0",
10602
10512
  "requires": {
10603
10513
  "bridge": true
10604
10514
  }