@nuxt/modules 0.6.0-44b8a1 → 0.6.0-45c4cd

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 +986 -846
  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.",
@@ -712,7 +711,7 @@
712
711
  "icon": "bugsnag.png",
713
712
  "github": "https://github.com/JulianMar/nuxt-bugsnag",
714
713
  "website": "https://github.com/JulianMar/nuxt-bugsnag",
715
- "learn_more": "https://www.bugsnag.com/",
714
+ "learn_more": "",
716
715
  "category": "Monitoring",
717
716
  "type": "3rd-party",
718
717
  "maintainers": [
@@ -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
  },
@@ -1097,7 +1075,7 @@
1097
1075
  {
1098
1076
  "name": "Romain Hamel",
1099
1077
  "github": "romhml",
1100
- "bluesky": "rohm.bsky.social"
1078
+ "bluesky": "rohm.dev"
1101
1079
  }
1102
1080
  ],
1103
1081
  "compatibility": {
@@ -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
  }
@@ -1868,6 +1826,28 @@
1868
1826
  "requires": {}
1869
1827
  }
1870
1828
  },
1829
+ {
1830
+ "name": "es-toolkit",
1831
+ "description": "Es-toolkit auto import module for Nuxt",
1832
+ "repo": "bubblesortt/nuxt-es-toolkit",
1833
+ "npm": "@bubblesortt/nuxt-es-toolkit",
1834
+ "icon": "es-toolkit.png",
1835
+ "github": "https://github.com/bubblesortt/nuxt-es-toolkit",
1836
+ "website": "https://github.com/bubblesortt/nuxt-es-toolkit",
1837
+ "learn_more": "https://es-toolkit.dev/",
1838
+ "category": "Libraries",
1839
+ "type": "3rd-party",
1840
+ "maintainers": [
1841
+ {
1842
+ "name": "Alexandr Bychkin",
1843
+ "github": "bubblesortt"
1844
+ }
1845
+ ],
1846
+ "compatibility": {
1847
+ "nuxt": ">=3.0.0",
1848
+ "requires": {}
1849
+ }
1850
+ },
1871
1851
  {
1872
1852
  "name": "eslint-module",
1873
1853
  "description": "ESLint module for Nuxt",
@@ -1916,26 +1896,29 @@
1916
1896
  }
1917
1897
  },
1918
1898
  {
1919
- "name": "event-trace",
1920
- "description": "Module for event trace in Nuxt",
1921
- "repo": "nuxt-community/nuxt-event-trace",
1922
- "npm": "nuxt-event-trace",
1923
- "icon": "",
1924
- "github": "https://github.com/nuxt-community/nuxt-event-trace",
1925
- "website": "https://github.com/nuxt-community/nuxt-event-trace",
1926
- "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",
1927
1907
  "category": "Monitoring",
1928
- "type": "community",
1908
+ "type": "3rd-party",
1929
1909
  "maintainers": [
1930
1910
  {
1931
- "name": "Xin Du (Clark)",
1932
- "github": "clarkdo"
1911
+ "name": "Hugo",
1912
+ "github": "HugoRCD",
1913
+ "twitter": "hugorcd",
1914
+ "bluesky": "hrcd.fr"
1933
1915
  }
1934
1916
  ],
1935
1917
  "compatibility": {
1936
- "nuxt": "^2.0.0",
1918
+ "nuxt": ">=3.0.0",
1937
1919
  "requires": {}
1938
- }
1920
+ },
1921
+ "mcp": "https://evlog.dev/mcp"
1939
1922
  },
1940
1923
  {
1941
1924
  "name": "fathom-analytics",
@@ -1960,28 +1943,6 @@
1960
1943
  "requires": {}
1961
1944
  }
1962
1945
  },
1963
- {
1964
- "name": "fathom",
1965
- "description": "Fathom analytics for Nuxt",
1966
- "repo": "yabhq/nuxt-fathom",
1967
- "npm": "@yabhq/nuxt-fathom",
1968
- "icon": "fathom.png",
1969
- "github": "https://github.com/yabhq/nuxt-fathom",
1970
- "website": "https://github.com/yabhq/nuxt-fathom",
1971
- "learn_more": "https://usefathom.com/",
1972
- "category": "Analytics",
1973
- "type": "3rd-party",
1974
- "maintainers": [
1975
- {
1976
- "name": "yabhq",
1977
- "github": "yabhq"
1978
- }
1979
- ],
1980
- "compatibility": {
1981
- "nuxt": "^2.0.0",
1982
- "requires": {}
1983
- }
1984
- },
1985
1946
  {
1986
1947
  "name": "feature-toggle",
1987
1948
  "description": "Feature toggle module for Nuxt",
@@ -2074,28 +2035,6 @@
2074
2035
  "requires": {}
2075
2036
  }
2076
2037
  },
2077
- {
2078
- "name": "font-loader-strategy",
2079
- "description": "Helps to load fonts and activate them by preloading.",
2080
- "repo": "GrabarzUndPartner/nuxt-font-loader-strategy",
2081
- "npm": "nuxt-font-loader-strategy",
2082
- "icon": "",
2083
- "github": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
2084
- "website": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
2085
- "learn_more": "",
2086
- "category": "Fonts",
2087
- "type": "3rd-party",
2088
- "maintainers": [
2089
- {
2090
- "name": "GrabarzUndPartner",
2091
- "github": "GrabarzUndPartner"
2092
- }
2093
- ],
2094
- "compatibility": {
2095
- "nuxt": "^2.0.0",
2096
- "requires": {}
2097
- }
2098
- },
2099
2038
  {
2100
2039
  "name": "fontagon",
2101
2040
  "description": "Easy convert SVG from nuxt to icon font.",
@@ -2138,7 +2077,7 @@
2138
2077
  }
2139
2078
  ],
2140
2079
  "compatibility": {
2141
- "nuxt": ">=3.0.0",
2080
+ "nuxt": ">=3.0.0-rc.6",
2142
2081
  "requires": {}
2143
2082
  }
2144
2083
  },
@@ -2207,7 +2146,7 @@
2207
2146
  }
2208
2147
  ],
2209
2148
  "compatibility": {
2210
- "nuxt": ">=3.7.0",
2149
+ "nuxt": ">=3",
2211
2150
  "requires": {}
2212
2151
  }
2213
2152
  },
@@ -2234,6 +2173,29 @@
2234
2173
  "twitter": "0xBOYD"
2235
2174
  }
2236
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
+ ],
2237
2199
  "compatibility": {
2238
2200
  "nuxt": ">=3.0.0",
2239
2201
  "requires": {}
@@ -2308,7 +2270,7 @@
2308
2270
  }
2309
2271
  ],
2310
2272
  "compatibility": {
2311
- "nuxt": "^2.0.0 || >=3.0.0",
2273
+ "nuxt": "^2.15.0 || >=3.0.0",
2312
2274
  "requires": {}
2313
2275
  }
2314
2276
  },
@@ -2399,40 +2361,6 @@
2399
2361
  "requires": {}
2400
2362
  }
2401
2363
  },
2402
- {
2403
- "name": "google-optimize",
2404
- "description": "SSR friendly Google Optimize module for Nuxt",
2405
- "repo": "nuxt-community/google-optimize-module",
2406
- "npm": "nuxt-google-optimize",
2407
- "icon": "google-optimize.png",
2408
- "github": "https://github.com/nuxt-community/google-optimize-module",
2409
- "website": "https://github.com/nuxt-community/google-optimize-module",
2410
- "learn_more": "https://marketingplatform.google.com/about/optimize/",
2411
- "category": "Analytics",
2412
- "type": "community",
2413
- "maintainers": [
2414
- {
2415
- "name": "Pooya Parsa",
2416
- "github": "pi0",
2417
- "twitter": "_pi0_",
2418
- "bluesky": "pi0.io"
2419
- },
2420
- {
2421
- "name": "Farzad Soltani",
2422
- "github": "farzadso",
2423
- "twitter": "farzadso"
2424
- },
2425
- {
2426
- "name": "Josh Deltener",
2427
- "github": "hecktarzuli",
2428
- "twitter": "JoshDeltener"
2429
- }
2430
- ],
2431
- "compatibility": {
2432
- "nuxt": "^2.0.0",
2433
- "requires": {}
2434
- }
2435
- },
2436
2364
  {
2437
2365
  "name": "graphql-client",
2438
2366
  "description": "Minimal GraphQL Client + Code Generation for Nuxt. Auto imports GraphQL Operations for easy execution.",
@@ -2452,7 +2380,7 @@
2452
2380
  }
2453
2381
  ],
2454
2382
  "compatibility": {
2455
- "nuxt": ">=3.0.0",
2383
+ "nuxt": ">=3.7.0",
2456
2384
  "requires": {}
2457
2385
  }
2458
2386
  },
@@ -2475,7 +2403,7 @@
2475
2403
  }
2476
2404
  ],
2477
2405
  "compatibility": {
2478
- "nuxt": "^2.0.0 || >=3.0.0",
2406
+ "nuxt": ">=3.0.0",
2479
2407
  "requires": {}
2480
2408
  }
2481
2409
  },
@@ -2523,7 +2451,7 @@
2523
2451
  }
2524
2452
  ],
2525
2453
  "compatibility": {
2526
- "nuxt": ">=3.0.0",
2454
+ "nuxt": ">=3.7.0",
2527
2455
  "requires": {}
2528
2456
  }
2529
2457
  },
@@ -2712,15 +2640,39 @@
2712
2640
  }
2713
2641
  },
2714
2642
  {
2715
- "name": "history-state",
2716
- "description": "Nuxt module to backup or restore historical states",
2717
- "repo": "hidekatsu-izuno/nuxt-history-state",
2718
- "npm": "nuxt-history-state",
2719
- "icon": "",
2720
- "github": "https://github.com/hidekatsu-izuno/nuxt-history-state",
2721
- "website": "https://github.com/hidekatsu-izuno/nuxt-history-state",
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",
2722
2650
  "learn_more": "",
2723
- "category": "Extensions",
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
+ },
2666
+ {
2667
+ "name": "history-state",
2668
+ "description": "Nuxt module to backup or restore historical states",
2669
+ "repo": "hidekatsu-izuno/nuxt-history-state",
2670
+ "npm": "nuxt-history-state",
2671
+ "icon": "",
2672
+ "github": "https://github.com/hidekatsu-izuno/nuxt-history-state",
2673
+ "website": "https://github.com/hidekatsu-izuno/nuxt-history-state",
2674
+ "learn_more": "",
2675
+ "category": "Extensions",
2724
2676
  "type": "3rd-party",
2725
2677
  "maintainers": [
2726
2678
  {
@@ -2798,7 +2750,7 @@
2798
2750
  }
2799
2751
  ],
2800
2752
  "compatibility": {
2801
- "nuxt": "^2.0.0 || >=3.0.0",
2753
+ "nuxt": "^2.0.0 || >=3.0.0-rc.7",
2802
2754
  "requires": {
2803
2755
  "bridge": "optional"
2804
2756
  }
@@ -2875,7 +2827,8 @@
2875
2827
  "compatibility": {
2876
2828
  "nuxt": ">=3.0.0",
2877
2829
  "requires": {}
2878
- }
2830
+ },
2831
+ "mcp": "https://hub.nuxt.com/mcp"
2879
2832
  },
2880
2833
  {
2881
2834
  "name": "humans-txt",
@@ -2930,7 +2883,7 @@
2930
2883
  }
2931
2884
  ],
2932
2885
  "compatibility": {
2933
- "nuxt": "^2.0.0 || >=3.0.0",
2886
+ "nuxt": ">=3.0.0-rc.11",
2934
2887
  "requires": {}
2935
2888
  }
2936
2889
  },
@@ -3092,11 +3045,12 @@
3092
3045
  }
3093
3046
  ],
3094
3047
  "compatibility": {
3095
- "nuxt": "^2.0.0 || >=3.0.0",
3048
+ "nuxt": ">=3.1.0",
3096
3049
  "requires": {
3097
3050
  "bridge": "optional"
3098
3051
  }
3099
- }
3052
+ },
3053
+ "mcp": "https://image.nuxt.com/mcp"
3100
3054
  },
3101
3055
  {
3102
3056
  "name": "imagemin",
@@ -3188,7 +3142,7 @@
3188
3142
  }
3189
3143
  ],
3190
3144
  "compatibility": {
3191
- "nuxt": ">=3.0.0",
3145
+ "nuxt": ">=3.0.0-rc.12",
3192
3146
  "requires": {}
3193
3147
  }
3194
3148
  },
@@ -3211,7 +3165,7 @@
3211
3165
  }
3212
3166
  ],
3213
3167
  "compatibility": {
3214
- "nuxt": "^3.0.0",
3168
+ "nuxt": ">=3.0.0",
3215
3169
  "requires": {}
3216
3170
  }
3217
3171
  },
@@ -3233,7 +3187,7 @@
3233
3187
  }
3234
3188
  ],
3235
3189
  "compatibility": {
3236
- "nuxt": "^2.0.0 || >=3.0.0",
3190
+ "nuxt": ">=3.0.0",
3237
3191
  "requires": {}
3238
3192
  }
3239
3193
  },
@@ -3255,7 +3209,7 @@
3255
3209
  }
3256
3210
  ],
3257
3211
  "compatibility": {
3258
- "nuxt": "^3.0.0",
3212
+ "nuxt": ">=3.0.0",
3259
3213
  "requires": {}
3260
3214
  }
3261
3215
  },
@@ -3311,11 +3265,35 @@
3311
3265
  },
3312
3266
  "sponsor": true
3313
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
+ },
3314
3292
  {
3315
3293
  "name": "kql",
3316
3294
  "description": "Nuxt module for Kirby's Query Language API",
3317
3295
  "repo": "johannschopplich/nuxt-kql",
3318
- "npm": "nuxt-kql",
3296
+ "npm": "nuxt-kirby",
3319
3297
  "icon": "kql.svg",
3320
3298
  "github": "https://github.com/johannschopplich/nuxt-kql",
3321
3299
  "website": "https://nuxt-kql.byjohann.dev/",
@@ -3331,7 +3309,7 @@
3331
3309
  }
3332
3310
  ],
3333
3311
  "compatibility": {
3334
- "nuxt": ">=3.0.0",
3312
+ "nuxt": ">=4.0.0",
3335
3313
  "requires": {}
3336
3314
  }
3337
3315
  },
@@ -3358,28 +3336,6 @@
3358
3336
  "requires": {}
3359
3337
  }
3360
3338
  },
3361
- {
3362
- "name": "laravel-nuxt",
3363
- "description": "Build a SPA with Laravel and Nuxt",
3364
- "repo": "skyrpex/laravel-nuxt-js",
3365
- "npm": "laravel-nuxt",
3366
- "icon": "",
3367
- "github": "https://github.com/skyrpex/laravel-nuxt-js",
3368
- "website": "https://github.com/skyrpex/laravel-nuxt-js",
3369
- "learn_more": "https://laravel.com/",
3370
- "category": "CMS",
3371
- "type": "3rd-party",
3372
- "maintainers": [
3373
- {
3374
- "name": "Cristian Pallarés",
3375
- "github": "skyrpex"
3376
- }
3377
- ],
3378
- "compatibility": {
3379
- "nuxt": "^2.0.0",
3380
- "requires": {}
3381
- }
3382
- },
3383
3339
  {
3384
3340
  "name": "laravel",
3385
3341
  "description": "Nuxt cli extension for use with laravel as backend",
@@ -3426,6 +3382,30 @@
3426
3382
  "requires": {}
3427
3383
  }
3428
3384
  },
3385
+ {
3386
+ "name": "lettermint",
3387
+ "description": "Nuxt module for sending emails with Lettermint",
3388
+ "repo": "lettermint/nuxt-lettermint",
3389
+ "npm": "nuxt-lettermint",
3390
+ "icon": "lettermint.svg",
3391
+ "github": "https://github.com/lettermint/nuxt-lettermint",
3392
+ "website": "https://github.com/lettermint/nuxt-lettermint",
3393
+ "learn_more": "https://lettermint.co",
3394
+ "category": "Extensions",
3395
+ "type": "3rd-party",
3396
+ "maintainers": [
3397
+ {
3398
+ "name": "lettermint",
3399
+ "github": "lettermint",
3400
+ "twitter": "lettermintco",
3401
+ "bluesky": "lettermint.co"
3402
+ }
3403
+ ],
3404
+ "compatibility": {
3405
+ "nuxt": ">=3.0.0",
3406
+ "requires": {}
3407
+ }
3408
+ },
3429
3409
  {
3430
3410
  "name": "link-checker",
3431
3411
  "description": "Find and magically fix links that may be negatively effecting your SEO.",
@@ -3446,7 +3426,7 @@
3446
3426
  }
3447
3427
  ],
3448
3428
  "compatibility": {
3449
- "nuxt": ">=3.0.0",
3429
+ "nuxt": ">=3.9.0",
3450
3430
  "requires": {},
3451
3431
  "devtools": "^0.0.0"
3452
3432
  }
@@ -3460,7 +3440,7 @@
3460
3440
  "github": "https://github.com/nuxtlabs/nuxt-llms",
3461
3441
  "website": "https://github.com/nuxtlabs/nuxt-llms",
3462
3442
  "learn_more": "",
3463
- "category": "SEO",
3443
+ "category": "AI",
3464
3444
  "type": "3rd-party",
3465
3445
  "maintainers": [
3466
3446
  {
@@ -3557,28 +3537,6 @@
3557
3537
  "requires": {}
3558
3538
  }
3559
3539
  },
3560
- {
3561
- "name": "lodash",
3562
- "description": "lodash module with auto-import and custom prefix",
3563
- "repo": "cipami/nuxt-lodash",
3564
- "npm": "nuxt-lodash",
3565
- "icon": "lodash.svg",
3566
- "github": "https://github.com/cipami/nuxt-lodash",
3567
- "website": "https://github.com/cipami/nuxt-lodash#readme",
3568
- "learn_more": "https://github.com/lodash/lodash",
3569
- "category": "Libraries",
3570
- "type": "3rd-party",
3571
- "maintainers": [
3572
- {
3573
- "name": "Michal Čípa",
3574
- "github": "cipami"
3575
- }
3576
- ],
3577
- "compatibility": {
3578
- "nuxt": ">=3.0.0",
3579
- "requires": {}
3580
- }
3581
- },
3582
3540
  {
3583
3541
  "name": "logrocket",
3584
3542
  "description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
@@ -3672,7 +3630,7 @@
3672
3630
  }
3673
3631
  ],
3674
3632
  "compatibility": {
3675
- "nuxt": ">=3.0.0",
3633
+ "nuxt": ">=3.3.0",
3676
3634
  "requires": {}
3677
3635
  }
3678
3636
  },
@@ -3862,6 +3820,31 @@
3862
3820
  "requires": {}
3863
3821
  }
3864
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
+ },
3865
3848
  {
3866
3849
  "name": "mdc",
3867
3850
  "description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
@@ -4015,7 +3998,7 @@
4015
3998
  "npm": "@mojocss/nuxt",
4016
3999
  "icon": "mojocss.svg",
4017
4000
  "github": "https://github.com/mojocss/mojocss-nuxt-module",
4018
- "website": "https://mojocss.com/docs/guide/nuxtjs",
4001
+ "website": "https://github.com/mojocss/mojocss-nuxt-module",
4019
4002
  "learn_more": "",
4020
4003
  "category": "UI",
4021
4004
  "type": "3rd-party",
@@ -4026,7 +4009,7 @@
4026
4009
  }
4027
4010
  ],
4028
4011
  "compatibility": {
4029
- "nuxt": "^2.0.0 || >=3.0.0",
4012
+ "nuxt": ">=3.0.0",
4030
4013
  "requires": {}
4031
4014
  }
4032
4015
  },
@@ -4105,29 +4088,6 @@
4105
4088
  "requires": {}
4106
4089
  }
4107
4090
  },
4108
- {
4109
- "name": "netlify-cache",
4110
- "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
4111
- "repo": "DreaMinder/nuxt-netlify-cache",
4112
- "npm": "nuxt-netlify-cache",
4113
- "icon": "netlify.png",
4114
- "github": "https://github.com/DreaMinder/nuxt-netlify-cache",
4115
- "website": "https://github.com/DreaMinder/nuxt-netlify-cache",
4116
- "learn_more": "https://www.netlify.com/",
4117
- "category": "Deployment",
4118
- "type": "3rd-party",
4119
- "maintainers": [
4120
- {
4121
- "name": "DreaMinder",
4122
- "github": "DreaMinder",
4123
- "twitter": "DreaMinder"
4124
- }
4125
- ],
4126
- "compatibility": {
4127
- "nuxt": "^2.0.0",
4128
- "requires": {}
4129
- }
4130
- },
4131
4091
  {
4132
4092
  "name": "netlify-files",
4133
4093
  "description": "Nuxt module to create new _headers, _redirects and netlify.toml files for Netlify or to use existing ones",
@@ -4198,6 +4158,30 @@
4198
4158
  "requires": {}
4199
4159
  }
4200
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
+ },
4201
4185
  {
4202
4186
  "name": "nodemailer",
4203
4187
  "description": "Nuxt integration for nodemailer",
@@ -4264,6 +4248,52 @@
4264
4248
  "requires": {}
4265
4249
  }
4266
4250
  },
4251
+ {
4252
+ "name": "nuxt-actions",
4253
+ "description": "Type-safe server actions with Standard Schema validation, middleware, optimistic updates, streaming, and SSR queries",
4254
+ "repo": "billymaulana/nuxt-actions",
4255
+ "npm": "nuxt-actions",
4256
+ "icon": "nuxt-actions.svg",
4257
+ "github": "https://github.com/billymaulana/nuxt-actions",
4258
+ "website": "https://billymaulana.github.io/nuxt-actions/",
4259
+ "learn_more": "https://billymaulana.github.io/nuxt-actions/guide/getting-started",
4260
+ "category": "Request",
4261
+ "type": "3rd-party",
4262
+ "maintainers": [
4263
+ {
4264
+ "name": "Billy Maulana",
4265
+ "github": "billymaulana"
4266
+ }
4267
+ ],
4268
+ "compatibility": {
4269
+ "nuxt": "^3.7.0 || ^4.0.0",
4270
+ "requires": {}
4271
+ }
4272
+ },
4273
+ {
4274
+ "name": "nuxt-aidbase",
4275
+ "description": "Easily integrate Aidbase into your Nuxt app.",
4276
+ "repo": "Mokkapps/nuxt-aidbase",
4277
+ "npm": "nuxt-aidbase",
4278
+ "icon": "nuxt-aidbase.png",
4279
+ "github": "https://github.com/Mokkapps/nuxt-aidbase",
4280
+ "website": "https://github.com/Mokkapps/nuxt-aidbase",
4281
+ "learn_more": "https://github.com/Mokkapps/nuxt-aidbase",
4282
+ "category": "Libraries",
4283
+ "type": "3rd-party",
4284
+ "maintainers": [
4285
+ {
4286
+ "name": "Michael Hoffmann",
4287
+ "github": "Mokkapps",
4288
+ "twitter": "mokkapps",
4289
+ "avatar": "https://avatars.githubusercontent.com/u/3127210?v=4"
4290
+ }
4291
+ ],
4292
+ "compatibility": {
4293
+ "nuxt": ">=3.0.0",
4294
+ "requires": {}
4295
+ }
4296
+ },
4267
4297
  {
4268
4298
  "name": "nuxt-anchorscroll",
4269
4299
  "description": "Scroll to top and to anchor support for Nuxt",
@@ -4339,7 +4369,7 @@
4339
4369
  "npm": "nuxt-auth-sanctum",
4340
4370
  "icon": "laravel.svg",
4341
4371
  "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
4342
- "website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
4372
+ "website": "https://sanctum.manchenkoff.me",
4343
4373
  "learn_more": "https://laravel.com/docs/12.x/sanctum",
4344
4374
  "category": "Security",
4345
4375
  "type": "3rd-party",
@@ -4356,6 +4386,29 @@
4356
4386
  "requires": {}
4357
4387
  }
4358
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
+ },
4359
4412
  {
4360
4413
  "name": "nuxt-basic-auth",
4361
4414
  "description": "Nuxt Module for Basic Authentication",
@@ -4424,7 +4477,7 @@
4424
4477
  }
4425
4478
  ],
4426
4479
  "compatibility": {
4427
- "nuxt": ">=3.0.0",
4480
+ "nuxt": ">=3.13.1",
4428
4481
  "requires": {},
4429
4482
  "devtools": "^0.0.0"
4430
4483
  }
@@ -4492,6 +4545,28 @@
4492
4545
  "github": "schnapsterdog"
4493
4546
  }
4494
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
+ ],
4495
4570
  "compatibility": {
4496
4571
  "nuxt": ">=3.0.0",
4497
4572
  "requires": {}
@@ -4595,7 +4670,7 @@
4595
4670
  "icon": "nuxt-coolify.svg",
4596
4671
  "github": "https://github.com/justserdar/nuxt-coolify",
4597
4672
  "website": "https://github.com/justserdar/nuxt-coolify",
4598
- "learn_more": "https://nuxt-coolify.justserdar.dev/",
4673
+ "learn_more": "",
4599
4674
  "category": "Request",
4600
4675
  "type": "3rd-party",
4601
4676
  "maintainers": [
@@ -4610,6 +4685,52 @@
4610
4685
  "requires": {}
4611
4686
  }
4612
4687
  },
4688
+ {
4689
+ "name": "nuxt-csp-report",
4690
+ "description": "A Nuxt module for collecting, normalizing, and persisting Content Security Policy (CSP) reports.",
4691
+ "repo": "Gonzo17/nuxt-csp-report",
4692
+ "npm": "nuxt-csp-report",
4693
+ "icon": "nuxt-csp-report.svg",
4694
+ "github": "https://github.com/Gonzo17/nuxt-csp-report",
4695
+ "website": "https://github.com/Gonzo17/nuxt-csp-report",
4696
+ "learn_more": "",
4697
+ "category": "Security",
4698
+ "type": "3rd-party",
4699
+ "maintainers": [
4700
+ {
4701
+ "name": "David Gonzalez Casin",
4702
+ "github": "Gonzo17"
4703
+ }
4704
+ ],
4705
+ "compatibility": {
4706
+ "nuxt": ">=3.12.0",
4707
+ "requires": {}
4708
+ }
4709
+ },
4710
+ {
4711
+ "name": "nuxt-email-renderer",
4712
+ "description": "A Nuxt module that provides high-quality, unstyled components & utils for creating emails using Vue and TypeScript.",
4713
+ "repo": "Mokkapps/nuxt-email-renderer",
4714
+ "npm": "nuxt-email-renderer",
4715
+ "icon": "",
4716
+ "github": "https://github.com/Mokkapps/nuxt-email-renderer",
4717
+ "website": "https://nuxtemail.com",
4718
+ "learn_more": "https://nuxtemail.com",
4719
+ "category": "Devtools",
4720
+ "type": "3rd-party",
4721
+ "maintainers": [
4722
+ {
4723
+ "name": "Michael Hoffmann",
4724
+ "github": "Mokkapps",
4725
+ "twitter": "mokkapps",
4726
+ "avatar": "https://avatars.githubusercontent.com/u/3127210?v=4"
4727
+ }
4728
+ ],
4729
+ "compatibility": {
4730
+ "nuxt": ">=3.0.0",
4731
+ "requires": {}
4732
+ }
4733
+ },
4613
4734
  {
4614
4735
  "name": "nuxt-facebook-chat",
4615
4736
  "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
@@ -4632,7 +4753,7 @@
4632
4753
  }
4633
4754
  ],
4634
4755
  "compatibility": {
4635
- "nuxt": ">=3.0.0",
4756
+ "nuxt": "^3.6.0",
4636
4757
  "requires": {}
4637
4758
  }
4638
4759
  },
@@ -4725,6 +4846,31 @@
4725
4846
  "requires": {}
4726
4847
  }
4727
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
+ },
4728
4874
  {
4729
4875
  "name": "nuxt-fortify",
4730
4876
  "description": "Use Laravel fortify and sanctum with Nuxt",
@@ -4771,6 +4917,28 @@
4771
4917
  "requires": {}
4772
4918
  }
4773
4919
  },
4920
+ {
4921
+ "name": "nuxt-google-auth",
4922
+ "description": "Google Identity Services integration for Nuxt 3 & 4 with a simple composable and button component.",
4923
+ "repo": "go-fireball/nuxt-google-auth",
4924
+ "npm": "nuxt-google-auth",
4925
+ "icon": "",
4926
+ "github": "https://github.com/go-fireball/nuxt-google-auth",
4927
+ "website": "https://github.com/go-fireball/nuxt-google-auth",
4928
+ "learn_more": "",
4929
+ "category": "Security",
4930
+ "type": "3rd-party",
4931
+ "maintainers": [
4932
+ {
4933
+ "name": "go-fireball",
4934
+ "github": "go-fireball"
4935
+ }
4936
+ ],
4937
+ "compatibility": {
4938
+ "nuxt": "^3.0.0 || ^4.0.0",
4939
+ "requires": {}
4940
+ }
4941
+ },
4774
4942
  {
4775
4943
  "name": "nuxt-gpt",
4776
4944
  "description": "Plug and Play ChatGPT for Nuxt.",
@@ -4789,7 +4957,29 @@
4789
4957
  }
4790
4958
  ],
4791
4959
  "compatibility": {
4792
- "nuxt": ">=3.0.0",
4960
+ "nuxt": "^3.0.0",
4961
+ "requires": {}
4962
+ }
4963
+ },
4964
+ {
4965
+ "name": "nuxt-gql-pulse",
4966
+ "description": "A Nuxt 3 module for making GraphQL requests with ease, leveraging the power of Nuxt's composables and VueUse.",
4967
+ "repo": "Abbasmoe/nuxt-gql-pulse",
4968
+ "npm": "nuxt-gql-pulse",
4969
+ "icon": "nuxt-gql-pulse.png",
4970
+ "github": "https://github.com/Abbasmoe/nuxt-gql-pulse",
4971
+ "website": "https://github.com/Abbasmoe/nuxt-gql-pulse",
4972
+ "learn_more": "",
4973
+ "category": "Request",
4974
+ "type": "3rd-party",
4975
+ "maintainers": [
4976
+ {
4977
+ "name": "Abbas Mohamed Ahmed",
4978
+ "github": "Abbasmoe"
4979
+ }
4980
+ ],
4981
+ "compatibility": {
4982
+ "nuxt": "^3.0.0 || ^4.0.0",
4793
4983
  "requires": {}
4794
4984
  }
4795
4985
  },
@@ -4818,7 +5008,7 @@
4818
5008
  }
4819
5009
  ],
4820
5010
  "compatibility": {
4821
- "nuxt": "^2.0.0 || >=3.0.0",
5011
+ "nuxt": ">=3.13.0",
4822
5012
  "requires": {}
4823
5013
  }
4824
5014
  },
@@ -4862,7 +5052,7 @@
4862
5052
  }
4863
5053
  ],
4864
5054
  "compatibility": {
4865
- "nuxt": ">=3.0.0",
5055
+ "nuxt": "^3.0.0",
4866
5056
  "requires": {},
4867
5057
  "devtools": "^0.0.0"
4868
5058
  }
@@ -4991,7 +5181,7 @@
4991
5181
  "npm": "nuxt-laravel-echo",
4992
5182
  "icon": "laravel.svg",
4993
5183
  "github": "https://github.com/manchenkoff/nuxt-laravel-echo",
4994
- "website": "https://manchenkoff.gitbook.io/nuxt-laravel-echo",
5184
+ "website": "https://echo.manchenkoff.me",
4995
5185
  "learn_more": "https://laravel.com/docs/12.x/broadcasting",
4996
5186
  "category": "Libraries",
4997
5187
  "type": "3rd-party",
@@ -5028,7 +5218,7 @@
5028
5218
  }
5029
5219
  ],
5030
5220
  "compatibility": {
5031
- "nuxt": ">=3.15.0",
5221
+ "nuxt": "^3.0.0 || >=4.0.3",
5032
5222
  "requires": {}
5033
5223
  }
5034
5224
  },
@@ -5052,7 +5242,7 @@
5052
5242
  }
5053
5243
  ],
5054
5244
  "compatibility": {
5055
- "nuxt": ">=3.12.0",
5245
+ "nuxt": ">=3.0.0",
5056
5246
  "requires": {}
5057
5247
  }
5058
5248
  },
@@ -5075,7 +5265,7 @@
5075
5265
  }
5076
5266
  ],
5077
5267
  "compatibility": {
5078
- "nuxt": ">=3.0.0",
5268
+ "nuxt": "^3.0.0",
5079
5269
  "requires": {}
5080
5270
  }
5081
5271
  },
@@ -5167,7 +5357,7 @@
5167
5357
  }
5168
5358
  ],
5169
5359
  "compatibility": {
5170
- "nuxt": "^3.0.0",
5360
+ "nuxt": ">=3.0.0",
5171
5361
  "requires": {}
5172
5362
  }
5173
5363
  },
@@ -5235,7 +5425,7 @@
5235
5425
  }
5236
5426
  ],
5237
5427
  "compatibility": {
5238
- "nuxt": ">=3.0.0",
5428
+ "nuxt": ">=3.1.0",
5239
5429
  "requires": {}
5240
5430
  }
5241
5431
  },
@@ -5264,6 +5454,31 @@
5264
5454
  "devtools": "^0.0.0"
5265
5455
  }
5266
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
+ },
5267
5482
  {
5268
5483
  "name": "nuxt-music-flow",
5269
5484
  "description": "Nuxt 3 module for audio player component with playlist and waveform visualization.",
@@ -5287,6 +5502,28 @@
5287
5502
  "requires": {}
5288
5503
  }
5289
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
+ },
5290
5527
  {
5291
5528
  "name": "nuxt-oidc-auth",
5292
5529
  "description": "Seamless modern authentication for Nuxt applications.",
@@ -5306,17 +5543,17 @@
5306
5543
  }
5307
5544
  ],
5308
5545
  "compatibility": {
5309
- "nuxt": ">=3.0.0",
5546
+ "nuxt": ">=3.9.0",
5310
5547
  "requires": {}
5311
5548
  }
5312
5549
  },
5313
5550
  {
5314
5551
  "name": "nuxt-ollama",
5315
5552
  "description": "Simple integration of the official Ollama JavaScript Library for your Nuxt application.",
5316
- "repo": "jericho1060/nuxt-ollama",
5553
+ "repo": "thoda-dev/nuxt-ollama",
5317
5554
  "npm": "nuxt-ollama",
5318
5555
  "icon": "nuxt-ollama.png",
5319
- "github": "https://github.com/jericho1060/nuxt-ollama",
5556
+ "github": "https://github.com/thoda-dev/nuxt-ollama",
5320
5557
  "website": "https://nuxt-ollama.jericho.dev/",
5321
5558
  "learn_more": "https://nuxt-ollama.jericho.dev/",
5322
5559
  "category": "Libraries",
@@ -5324,13 +5561,13 @@
5324
5561
  "maintainers": [
5325
5562
  {
5326
5563
  "name": "Thomas",
5327
- "github": "jericho1060",
5328
- "avatar": "https://avatars.githubusercontent.com/jericho1060",
5329
- "twitter": "jerichodev"
5564
+ "github": "thoda-dev",
5565
+ "avatar": "https://avatars.githubusercontent.com/thoda-dev",
5566
+ "twitter": "thoda_dev"
5330
5567
  }
5331
5568
  ],
5332
5569
  "compatibility": {
5333
- "nuxt": "^3.15.0",
5570
+ "nuxt": ">=3.0.0",
5334
5571
  "requires": {}
5335
5572
  }
5336
5573
  },
@@ -5407,7 +5644,7 @@
5407
5644
  }
5408
5645
  ],
5409
5646
  "compatibility": {
5410
- "nuxt": ">=3.0.0",
5647
+ "nuxt": ">=3.0.0-rc.8",
5411
5648
  "requires": {},
5412
5649
  "devtools": "^0.0.0"
5413
5650
  }
@@ -5548,7 +5785,7 @@
5548
5785
  }
5549
5786
  ],
5550
5787
  "compatibility": {
5551
- "nuxt": ">=3.0.0",
5788
+ "nuxt": "^3.6.0",
5552
5789
  "requires": {}
5553
5790
  }
5554
5791
  },
@@ -5598,6 +5835,28 @@
5598
5835
  "requires": {}
5599
5836
  }
5600
5837
  },
5838
+ {
5839
+ "name": "nuxt-processor",
5840
+ "description": "Decoupled processing for Nuxt backed by BullMQ.",
5841
+ "repo": "aidanhibbard/nuxt-processor",
5842
+ "npm": "nuxt-processor",
5843
+ "icon": "",
5844
+ "github": "https://github.com/aidanhibbard/nuxt-processor",
5845
+ "website": "https://github.com/aidanhibbard/nuxt-processor",
5846
+ "learn_more": "https://aidanhibbard.github.io/nuxt-processor/",
5847
+ "category": "Libraries",
5848
+ "type": "3rd-party",
5849
+ "maintainers": [
5850
+ {
5851
+ "name": "Aidan Hibbard",
5852
+ "github": "aidanhibbard"
5853
+ }
5854
+ ],
5855
+ "compatibility": {
5856
+ "nuxt": "^3.0.0 || ^4.0.0",
5857
+ "requires": {}
5858
+ }
5859
+ },
5601
5860
  {
5602
5861
  "name": "nuxt-query",
5603
5862
  "description": "Nuxt module for TanStack Query (FKA Vue Query) with Nuxt DevTools integration",
@@ -5621,6 +5880,30 @@
5621
5880
  "requires": {}
5622
5881
  }
5623
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
+ },
5624
5907
  {
5625
5908
  "name": "nuxt-sanctum-authentication",
5626
5909
  "description": "Nuxt 3 module for easy Laravel Sanctum authentication, offering CSRF token management, both cookie and token-based auth, and SSR compatibility.",
@@ -5655,7 +5938,7 @@
5655
5938
  "npm": "nuxt-sanctum-precognition",
5656
5939
  "icon": "laravel.svg",
5657
5940
  "github": "https://github.com/manchenkoff/nuxt-sanctum-precognition",
5658
- "website": "https://manchenkoff.gitbook.io/nuxt-sanctum-precognition",
5941
+ "website": "https://precognition.manchenkoff.me",
5659
5942
  "learn_more": "https://laravel.com/docs/12.x/precognition",
5660
5943
  "category": "Libraries",
5661
5944
  "type": "3rd-party",
@@ -5674,27 +5957,48 @@
5674
5957
  },
5675
5958
  {
5676
5959
  "name": "nuxt-shopify",
5677
- "description": "Easily integrate Shopify into your Nuxt app.",
5678
- "repo": "konkonam/nuxt-shopify",
5679
- "npm": "@konkonam/nuxt-shopify",
5960
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
5961
+ "repo": "Gomah/nuxt-shopify",
5962
+ "npm": "nuxt-shopify",
5680
5963
  "icon": "nuxt-shopify.png",
5681
- "github": "https://github.com/konkonam/nuxt-shopify",
5682
- "website": "https://konkonam.github.io/nuxt-shopify/",
5964
+ "github": "https://github.com/Gomah/nuxt-shopify",
5965
+ "website": "https://github.com/Gomah/nuxt-shopify",
5683
5966
  "learn_more": "https://www.shopify.com/",
5684
5967
  "category": "Ecommerce",
5685
5968
  "type": "3rd-party",
5686
5969
  "maintainers": [
5687
5970
  {
5688
- "name": "Zoltan Lukacs",
5689
- "github": "konkonam"
5690
- },
5971
+ "name": "Thomas Marrec",
5972
+ "github": "Gomah",
5973
+ "twitter": "Gomah"
5974
+ }
5975
+ ],
5976
+ "compatibility": {
5977
+ "nuxt": "^2.0.0",
5978
+ "requires": {}
5979
+ }
5980
+ },
5981
+ {
5982
+ "name": "nuxt-signupgate",
5983
+ "description": "Easily integrate SignupGate into your Nuxt app.",
5984
+ "repo": "Mokkapps/nuxt-signupgate",
5985
+ "npm": "nuxt-signupgate",
5986
+ "icon": "nuxt-signupgate.png",
5987
+ "github": "https://github.com/Mokkapps/nuxt-signupgate",
5988
+ "website": "https://github.com/Mokkapps/nuxt-signupgate",
5989
+ "learn_more": "https://github.com/Mokkapps/nuxt-signupgate",
5990
+ "category": "Libraries",
5991
+ "type": "3rd-party",
5992
+ "maintainers": [
5691
5993
  {
5692
- "name": "Frederik Bußmann",
5693
- "github": "freb97"
5994
+ "name": "Michael Hoffmann",
5995
+ "github": "Mokkapps",
5996
+ "twitter": "mokkapps",
5997
+ "avatar": "https://avatars.githubusercontent.com/u/3127210?v=4"
5694
5998
  }
5695
5999
  ],
5696
6000
  "compatibility": {
5697
- "nuxt": "^3.0.0",
6001
+ "nuxt": ">=3.0.0",
5698
6002
  "requires": {}
5699
6003
  }
5700
6004
  },
@@ -5711,7 +6015,7 @@
5711
6015
  "type": "3rd-party",
5712
6016
  "maintainers": [
5713
6017
  {
5714
- "name": "Milan Felix Šulc",
6018
+ "name": "Milan Šulc",
5715
6019
  "github": "f3l1x",
5716
6020
  "twitter": "xf3l1x",
5717
6021
  "avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
@@ -5837,7 +6141,7 @@
5837
6141
  }
5838
6142
  ],
5839
6143
  "compatibility": {
5840
- "nuxt": "^3.0.0",
6144
+ "nuxt": ">=3.0.0",
5841
6145
  "requires": {}
5842
6146
  }
5843
6147
  },
@@ -5860,7 +6164,7 @@
5860
6164
  }
5861
6165
  ],
5862
6166
  "compatibility": {
5863
- "nuxt": ">=3.17.0",
6167
+ "nuxt": "^3.0.0 || ^4.0.0",
5864
6168
  "requires": {}
5865
6169
  }
5866
6170
  },
@@ -5907,7 +6211,7 @@
5907
6211
  }
5908
6212
  ],
5909
6213
  "compatibility": {
5910
- "nuxt": ">=3.0.0",
6214
+ "nuxt": ">=3.0.0-rc.0",
5911
6215
  "requires": {}
5912
6216
  }
5913
6217
  },
@@ -5978,30 +6282,6 @@
5978
6282
  "requires": {}
5979
6283
  }
5980
6284
  },
5981
- {
5982
- "name": "nuxt-use-sound",
5983
- "description": "A Nuxt module for playing sound effects.",
5984
- "repo": "Tahul/nuxt-use-sound",
5985
- "npm": "nuxt-use-sound",
5986
- "icon": "nuxt-use-sound.svg",
5987
- "github": "https://github.com/Tahul/nuxt-use-sound",
5988
- "website": "https://github.com/Tahul/nuxt-use-sound",
5989
- "learn_more": "https://github.com/vueuse/sound",
5990
- "category": "Libraries",
5991
- "type": "3rd-party",
5992
- "maintainers": [
5993
- {
5994
- "name": "Yaël Guilloux",
5995
- "github": "Tahul",
5996
- "twitter": "yaeeelglx",
5997
- "bluesky": "yael.dev"
5998
- }
5999
- ],
6000
- "compatibility": {
6001
- "nuxt": "^2.0.0",
6002
- "requires": {}
6003
- }
6004
- },
6005
6285
  {
6006
6286
  "name": "nuxt-useless-blobs",
6007
6287
  "description": "An easier way of using useless-blobs in your Nuxt project!",
@@ -6020,7 +6300,31 @@
6020
6300
  }
6021
6301
  ],
6022
6302
  "compatibility": {
6023
- "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",
6024
6328
  "requires": {}
6025
6329
  }
6026
6330
  },
@@ -6042,7 +6346,7 @@
6042
6346
  }
6043
6347
  ],
6044
6348
  "compatibility": {
6045
- "nuxt": ">=3.0.0",
6349
+ "nuxt": "^3.0.0",
6046
6350
  "requires": {}
6047
6351
  }
6048
6352
  },
@@ -6064,7 +6368,7 @@
6064
6368
  }
6065
6369
  ],
6066
6370
  "compatibility": {
6067
- "nuxt": "^2.0.0 || >=3.0.0",
6371
+ "nuxt": ">=3.0.0-rc.11",
6068
6372
  "requires": {
6069
6373
  "bridge": "optional"
6070
6374
  }
@@ -6089,25 +6393,25 @@
6089
6393
  }
6090
6394
  ],
6091
6395
  "compatibility": {
6092
- "nuxt": ">=3.0.0",
6396
+ "nuxt": ">=3.0.0 <5.0.0",
6093
6397
  "requires": {}
6094
6398
  }
6095
6399
  },
6096
6400
  {
6097
- "name": "nuxt-zod-i18n",
6098
- "description": "A Nuxt Module for localizing zod error messages.",
6099
- "repo": "xibman/nuxt-zod-i18n",
6100
- "npm": "nuxt-zod-i18n",
6101
- "icon": "nuxt-zod-i18n.svg",
6102
- "github": "https://github.com/xibman/nuxt-zod-i18n",
6103
- "website": "https://github.com/xibman/nuxt-zod-i18n",
6401
+ "name": "nuxt-yup",
6402
+ "description": "Yup integration for Nuxt 4 with a simple composable.",
6403
+ "repo": "DarlanPrado/nuxt-yup",
6404
+ "npm": "nuxt-yup",
6405
+ "icon": "",
6406
+ "github": "https://github.com/DarlanPrado/nuxt-yup",
6407
+ "website": "https://github.com/DarlanPrado/nuxt-yup",
6104
6408
  "learn_more": "",
6105
6409
  "category": "Libraries",
6106
6410
  "type": "3rd-party",
6107
6411
  "maintainers": [
6108
6412
  {
6109
- "name": "Georget Julien",
6110
- "github": "xibman"
6413
+ "name": "Darlan José Batista do Prado",
6414
+ "github": "DarlanPrado"
6111
6415
  }
6112
6416
  ],
6113
6417
  "compatibility": {
@@ -6116,24 +6420,24 @@
6116
6420
  }
6117
6421
  },
6118
6422
  {
6119
- "name": "nuxt2-leaflet",
6120
- "description": "A Nuxt module which makes it easy to create reactive maps with Leaflet",
6121
- "repo": "schlunsen/nuxt-leaflet",
6122
- "npm": "nuxt-leaflet",
6123
- "icon": "leaflet.png",
6124
- "github": "https://github.com/schlunsen/nuxt-leaflet",
6125
- "website": "https://github.com/schlunsen/nuxt-leaflet",
6126
- "learn_more": "https://vue2-leaflet.netlify.app/quickstart/",
6423
+ "name": "nuxt-zod-i18n",
6424
+ "description": "A Nuxt Module for localizing zod error messages.",
6425
+ "repo": "xibman/nuxt-zod-i18n",
6426
+ "npm": "nuxt-zod-i18n",
6427
+ "icon": "nuxt-zod-i18n.svg",
6428
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
6429
+ "website": "https://github.com/xibman/nuxt-zod-i18n",
6430
+ "learn_more": "",
6127
6431
  "category": "Libraries",
6128
6432
  "type": "3rd-party",
6129
6433
  "maintainers": [
6130
6434
  {
6131
- "name": "Rasmus Schlünsen",
6132
- "github": "schlunsen"
6435
+ "name": "Georget Julien",
6436
+ "github": "xibman"
6133
6437
  }
6134
6438
  ],
6135
6439
  "compatibility": {
6136
- "nuxt": "^2.0.0",
6440
+ "nuxt": ">=3.0.0",
6137
6441
  "requires": {}
6138
6442
  }
6139
6443
  },
@@ -6255,7 +6559,7 @@
6255
6559
  }
6256
6560
  ],
6257
6561
  "compatibility": {
6258
- "nuxt": ">=3.0.0",
6562
+ "nuxt": ">=3.10.3",
6259
6563
  "requires": {},
6260
6564
  "devtools": "^0.0.0"
6261
6565
  }
@@ -6280,7 +6584,8 @@
6280
6584
  {
6281
6585
  "name": "Wind",
6282
6586
  "github": "productdevbook",
6283
- "twitter": "productdevbook"
6587
+ "twitter": "productdevbook",
6588
+ "bluesky": "productdevbook.com"
6284
6589
  }
6285
6590
  ],
6286
6591
  "compatibility": {
@@ -6357,28 +6662,6 @@
6357
6662
  "requires": {}
6358
6663
  }
6359
6664
  },
6360
- {
6361
- "name": "page-generator-helper",
6362
- "description": "Generate your pages statically without using payload extractors.",
6363
- "repo": "GrabarzUndPartner/nuxt-page-generator-helper",
6364
- "npm": "nuxt-page-generator-helper",
6365
- "icon": "",
6366
- "github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
6367
- "website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
6368
- "learn_more": "",
6369
- "category": "Extensions",
6370
- "type": "3rd-party",
6371
- "maintainers": [
6372
- {
6373
- "name": "GrabarzUndPartner",
6374
- "github": "GrabarzUndPartner"
6375
- }
6376
- ],
6377
- "compatibility": {
6378
- "nuxt": "^2.0.0",
6379
- "requires": {}
6380
- }
6381
- },
6382
6665
  {
6383
6666
  "name": "paper-ui",
6384
6667
  "description": "A ui kit for nuxt",
@@ -6442,7 +6725,7 @@
6442
6725
  }
6443
6726
  ],
6444
6727
  "compatibility": {
6445
- "nuxt": ">=3.0.0",
6728
+ "nuxt": "^3.7.0",
6446
6729
  "requires": {}
6447
6730
  }
6448
6731
  },
@@ -6454,7 +6737,7 @@
6454
6737
  "icon": "partytown.svg",
6455
6738
  "github": "https://github.com/nuxt-modules/partytown",
6456
6739
  "website": "https://github.com/nuxt-modules/partytown",
6457
- "learn_more": "https://partytown.builder.io/",
6740
+ "learn_more": "https://partytown.qwik.dev/",
6458
6741
  "category": "Performance",
6459
6742
  "type": "community",
6460
6743
  "maintainers": [
@@ -6509,37 +6792,14 @@
6509
6792
  "type": "3rd-party",
6510
6793
  "maintainers": [
6511
6794
  {
6512
- "name": "Giovane Cardoso",
6795
+ "name": "Giovane Silva",
6513
6796
  "github": "novout",
6514
6797
  "twitter": "novoutttttt",
6515
6798
  "avatar": "https://avatars.githubusercontent.com/novout?v=4"
6516
6799
  }
6517
6800
  ],
6518
6801
  "compatibility": {
6519
- "nuxt": ">=3.0.0",
6520
- "requires": {}
6521
- }
6522
- },
6523
- {
6524
- "name": "pergel",
6525
- "description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
6526
- "repo": "oku-ui/pergel#main/packages-core/pergel",
6527
- "npm": "pergel",
6528
- "icon": "pergel.svg",
6529
- "github": "https://github.com/oku-ui/pergel",
6530
- "website": "https://pergel.oku-ui.com/",
6531
- "learn_more": "",
6532
- "category": "Devtools",
6533
- "type": "3rd-party",
6534
- "maintainers": [
6535
- {
6536
- "name": "Wind",
6537
- "github": "productdevbook",
6538
- "twitter": "productdevbook"
6539
- }
6540
- ],
6541
- "compatibility": {
6542
- "nuxt": ">=3.10.0",
6802
+ "nuxt": "^3.0.0",
6543
6803
  "requires": {}
6544
6804
  }
6545
6805
  },
@@ -6566,6 +6826,31 @@
6566
6826
  "requires": {}
6567
6827
  }
6568
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
+ },
6569
6854
  {
6570
6855
  "name": "pinia-colada",
6571
6856
  "description": "The smart data fetching layer for Pinia",
@@ -6586,7 +6871,7 @@
6586
6871
  }
6587
6872
  ],
6588
6873
  "compatibility": {
6589
- "nuxt": "^3.13.0",
6874
+ "nuxt": "^3.17.7 || ^4.0.0",
6590
6875
  "requires": {}
6591
6876
  }
6592
6877
  },
@@ -6615,31 +6900,6 @@
6615
6900
  }
6616
6901
  }
6617
6902
  },
6618
- {
6619
- "name": "pinia-plugin-persistedstate",
6620
- "description": "Configurable persistence and rehydration of Pinia stores.",
6621
- "repo": "prazdevs/pinia-plugin-persistedstate",
6622
- "npm": "pinia-plugin-persistedstate",
6623
- "icon": "pinia-plugin-persistedstate.png",
6624
- "github": "https://github.com/prazdevs/pinia-plugin-persistedstate",
6625
- "website": "https://prazdevs.github.io/pinia-plugin-persistedstate/",
6626
- "learn_more": "",
6627
- "category": "Extensions",
6628
- "type": "3rd-party",
6629
- "maintainers": [
6630
- {
6631
- "name": "praz",
6632
- "github": "prazdevs",
6633
- "bluesky": "dev.praz.me"
6634
- }
6635
- ],
6636
- "compatibility": {
6637
- "nuxt": "^2.0.0 || >=3.0.0",
6638
- "requires": {
6639
- "bridge": "optional"
6640
- }
6641
- }
6642
- },
6643
6903
  {
6644
6904
  "name": "pinia-plugin-unstorage",
6645
6905
  "description": "Configurable persistence and rehydration of Pinia stores.",
@@ -6682,7 +6942,7 @@
6682
6942
  }
6683
6943
  ],
6684
6944
  "compatibility": {
6685
- "nuxt": "^2.0.0 || >=3.0.0",
6945
+ "nuxt": "^3.15.0 || ^4.0.0",
6686
6946
  "requires": {
6687
6947
  "bridge": "optional"
6688
6948
  }
@@ -6729,7 +6989,7 @@
6729
6989
  }
6730
6990
  ],
6731
6991
  "compatibility": {
6732
- "nuxt": "^2.0.0 || >=3.0.0",
6992
+ "nuxt": ">=3.0.0",
6733
6993
  "requires": {}
6734
6994
  }
6735
6995
  },
@@ -6751,7 +7011,7 @@
6751
7011
  }
6752
7012
  ],
6753
7013
  "compatibility": {
6754
- "nuxt": ">=3.0.0",
7014
+ "nuxt": ">=3.9.0",
6755
7015
  "requires": {}
6756
7016
  }
6757
7017
  },
@@ -6831,7 +7091,7 @@
6831
7091
  "npm": "@prisma/nuxt",
6832
7092
  "icon": "prisma.png",
6833
7093
  "github": "https://github.com/prisma/nuxt-prisma",
6834
- "website": "https://pris.ly/prisma-nuxt",
7094
+ "website": "https://www.prisma.io/docs/guides/nuxt",
6835
7095
  "learn_more": "https://www.prisma.io/orm",
6836
7096
  "category": "Database",
6837
7097
  "type": "3rd-party",
@@ -6866,7 +7126,7 @@
6866
7126
  }
6867
7127
  ],
6868
7128
  "compatibility": {
6869
- "nuxt": "^2.0.0 || >=3.0.0",
7129
+ "nuxt": ">=3.7.0",
6870
7130
  "requires": {}
6871
7131
  }
6872
7132
  },
@@ -6888,7 +7148,7 @@
6888
7148
  }
6889
7149
  ],
6890
7150
  "compatibility": {
6891
- "nuxt": ">=3.0.0",
7151
+ "nuxt": "^2.16.0 || >=3.0.0",
6892
7152
  "requires": {}
6893
7153
  }
6894
7154
  },
@@ -6979,7 +7239,7 @@
6979
7239
  }
6980
7240
  ],
6981
7241
  "compatibility": {
6982
- "nuxt": "^2.0.0 || >=3.0.0",
7242
+ "nuxt": "^3.0.0-rc.11",
6983
7243
  "requires": {}
6984
7244
  }
6985
7245
  },
@@ -7052,7 +7312,7 @@
7052
7312
  }
7053
7313
  ],
7054
7314
  "compatibility": {
7055
- "nuxt": ">=3.10.0",
7315
+ "nuxt": ">=3.0.0",
7056
7316
  "requires": {}
7057
7317
  }
7058
7318
  },
@@ -7119,7 +7379,7 @@
7119
7379
  }
7120
7380
  ],
7121
7381
  "compatibility": {
7122
- "nuxt": ">=3.0.0",
7382
+ "nuxt": "^3.0.0",
7123
7383
  "requires": {}
7124
7384
  }
7125
7385
  },
@@ -7302,7 +7562,7 @@
7302
7562
  }
7303
7563
  ],
7304
7564
  "compatibility": {
7305
- "nuxt": "^2.0.0 || >=3.0.0",
7565
+ "nuxt": ">=3.6.1",
7306
7566
  "requires": {
7307
7567
  "bridge": "optional"
7308
7568
  }
@@ -7326,31 +7586,7 @@
7326
7586
  }
7327
7587
  ],
7328
7588
  "compatibility": {
7329
- "nuxt": ">=3.0.0",
7330
- "requires": {}
7331
- }
7332
- },
7333
- {
7334
- "name": "router-extras",
7335
- "description": "Extra Add-ons for nuxt router",
7336
- "repo": "nuxt-community/router-extras-module",
7337
- "npm": "@nuxtjs/router-extras",
7338
- "icon": "vue.png",
7339
- "github": "https://github.com/nuxt-community/router-extras-module",
7340
- "website": "https://github.com/nuxt-community/router-extras-module",
7341
- "learn_more": "",
7342
- "category": "Extensions",
7343
- "type": "community",
7344
- "maintainers": [
7345
- {
7346
- "name": "Farnabaz",
7347
- "github": "farnabaz",
7348
- "twitter": "a_birang",
7349
- "bluesky": "farnabaz.dev"
7350
- }
7351
- ],
7352
- "compatibility": {
7353
- "nuxt": "^2.0.0",
7589
+ "nuxt": "^3",
7354
7590
  "requires": {}
7355
7591
  }
7356
7592
  },
@@ -7398,7 +7634,7 @@
7398
7634
  }
7399
7635
  ],
7400
7636
  "compatibility": {
7401
- "nuxt": "^2.0.0 || >=3.0.0",
7637
+ "nuxt": ">=3.7.0",
7402
7638
  "requires": {
7403
7639
  "bridge": "optional"
7404
7640
  }
@@ -7447,7 +7683,7 @@
7447
7683
  }
7448
7684
  ],
7449
7685
  "compatibility": {
7450
- "nuxt": ">=3.0.0",
7686
+ "nuxt": ">=3.0.0-rc.8",
7451
7687
  "requires": {}
7452
7688
  }
7453
7689
  },
@@ -7470,7 +7706,7 @@
7470
7706
  }
7471
7707
  ],
7472
7708
  "compatibility": {
7473
- "nuxt": ">=3.0.0",
7709
+ "nuxt": ">=3.16",
7474
7710
  "requires": {}
7475
7711
  }
7476
7712
  },
@@ -7545,7 +7781,7 @@
7545
7781
  },
7546
7782
  {
7547
7783
  "name": "sentry",
7548
- "description": "Official Sentry SDK for Nuxt (EXPERIMENTAL)",
7784
+ "description": "Sentry SDK for Nuxt",
7549
7785
  "repo": "getsentry/sentry-javascript#HEAD/packages/nuxt",
7550
7786
  "npm": "@sentry/nuxt",
7551
7787
  "icon": "sentry.svg",
@@ -7585,7 +7821,7 @@
7585
7821
  }
7586
7822
  ],
7587
7823
  "compatibility": {
7588
- "nuxt": ">=3.0.0",
7824
+ "nuxt": "<3.16.0 || >=3.6.1",
7589
7825
  "requires": {}
7590
7826
  }
7591
7827
  },
@@ -7632,9 +7868,10 @@
7632
7868
  }
7633
7869
  ],
7634
7870
  "compatibility": {
7635
- "nuxt": ">=3.0.0",
7871
+ "nuxt": ">=3.7.0",
7636
7872
  "requires": {}
7637
- }
7873
+ },
7874
+ "mcp": "https://nuxtseo.com/mcp"
7638
7875
  },
7639
7876
  {
7640
7877
  "name": "seomatic-meta",
@@ -7709,10 +7946,10 @@
7709
7946
  {
7710
7947
  "name": "shadcn",
7711
7948
  "description": "Re-usable components built with Radix Vue and Tailwind CSS.",
7712
- "repo": "radix-vue/shadcn-vue#dev/packages/module",
7949
+ "repo": "unovue/shadcn-vue#dev/packages/module",
7713
7950
  "npm": "shadcn-nuxt",
7714
7951
  "icon": "",
7715
- "github": "https://github.com/radix-vue/shadcn-vue/tree/dev/packages/module",
7952
+ "github": "https://github.com/unovue/shadcn-vue/tree/dev/packages/module",
7716
7953
  "website": "https://www.shadcn-vue.com",
7717
7954
  "learn_more": "https://www.shadcn-vue.com/docs/installation/nuxt",
7718
7955
  "category": "UI",
@@ -7735,24 +7972,49 @@
7735
7972
  },
7736
7973
  {
7737
7974
  "name": "shopify",
7738
- "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
7739
- "repo": "Gomah/nuxt-shopify",
7740
- "npm": "nuxt-shopify",
7975
+ "description": "Easily integrate Shopify into your Nuxt app.",
7976
+ "repo": "nuxt-modules/shopify",
7977
+ "npm": "@nuxtjs/shopify",
7741
7978
  "icon": "shopify.png",
7742
- "github": "https://github.com/Gomah/nuxt-shopify",
7743
- "website": "https://github.com/Gomah/nuxt-shopify",
7744
- "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",
7745
8008
  "category": "Ecommerce",
7746
8009
  "type": "3rd-party",
7747
8010
  "maintainers": [
7748
8011
  {
7749
- "name": "Thomas Marrec",
7750
- "github": "Gomah",
7751
- "twitter": "Gomah"
8012
+ "name": "Shopware AG",
8013
+ "github": "shopware"
7752
8014
  }
7753
8015
  ],
7754
8016
  "compatibility": {
7755
- "nuxt": "^2.0.0",
8017
+ "nuxt": ">=3.0.0",
7756
8018
  "requires": {}
7757
8019
  }
7758
8020
  },
@@ -7849,7 +8111,7 @@
7849
8111
  }
7850
8112
  ],
7851
8113
  "compatibility": {
7852
- "nuxt": ">=3.0.0",
8114
+ "nuxt": ">=3.9.0",
7853
8115
  "requires": {}
7854
8116
  }
7855
8117
  },
@@ -7875,29 +8137,6 @@
7875
8137
  "requires": {}
7876
8138
  }
7877
8139
  },
7878
- {
7879
- "name": "snipcart",
7880
- "description": "Snipcart integration module for Nuxt",
7881
- "repo": "nuxt-modules/snipcart",
7882
- "npm": "@nuxtjs/snipcart",
7883
- "icon": "snipcart.png",
7884
- "github": "https://github.com/nuxt-modules/snipcart",
7885
- "website": "https://github.com/nuxt-modules/snipcart",
7886
- "learn_more": "",
7887
- "category": "Ecommerce",
7888
- "type": "community",
7889
- "maintainers": [
7890
- {
7891
- "name": "florent giraud",
7892
- "github": "flozero",
7893
- "twitter": "flozeroo"
7894
- }
7895
- ],
7896
- "compatibility": {
7897
- "nuxt": "^2.0.0 || >=3.0.0",
7898
- "requires": {}
7899
- }
7900
- },
7901
8140
  {
7902
8141
  "name": "social-meta",
7903
8142
  "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
@@ -7942,6 +8181,30 @@
7942
8181
  "requires": {}
7943
8182
  }
7944
8183
  },
8184
+ {
8185
+ "name": "solar-icons",
8186
+ "description": "Nuxt module that provides seamless integration of Solar Icons with auto-import, global configuration, and reactive controls.",
8187
+ "repo": "saoudi-h/solar-icons#main/packages/nuxt",
8188
+ "npm": "@solar-icons/nuxt",
8189
+ "icon": "solar-icons.svg",
8190
+ "github": "https://github.com/saoudi-h/solar-icons/tree/main/packages/nuxt",
8191
+ "website": "https://solar-icons.vercel.app/docs/packages/nuxt",
8192
+ "learn_more": "https://solar-icons.vercel.app",
8193
+ "category": "UI",
8194
+ "type": "3rd-party",
8195
+ "maintainers": [
8196
+ {
8197
+ "name": "Hakim Saoudi",
8198
+ "github": "saoudi-h",
8199
+ "avatar": "https://avatars.githubusercontent.com/saoudi-h?v=4",
8200
+ "twitter": "hakim__saoudi"
8201
+ }
8202
+ ],
8203
+ "compatibility": {
8204
+ "nuxt": ">=3.0.0",
8205
+ "requires": {}
8206
+ }
8207
+ },
7945
8208
  {
7946
8209
  "name": "sonda",
7947
8210
  "description": "Bundle analyzer and visualizer",
@@ -8012,26 +8275,27 @@
8012
8275
  }
8013
8276
  },
8014
8277
  {
8015
- "name": "storage",
8016
- "description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
8017
- "repo": "mazipan/nuxt-storage",
8018
- "npm": "nuxt-storage",
8019
- "icon": "",
8020
- "github": "https://github.com/mazipan/nuxt-storage",
8021
- "website": "https://github.com/mazipan/nuxt-storage",
8022
- "learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
8023
- "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",
8024
8287
  "type": "3rd-party",
8025
8288
  "maintainers": [
8026
8289
  {
8027
- "name": "Irfan Maulana",
8028
- "github": "mazipan",
8029
- "twitter": "Maz_Ipan"
8290
+ "name": "Tyler Matteson",
8291
+ "github": "agritheory"
8030
8292
  }
8031
8293
  ],
8032
8294
  "compatibility": {
8033
- "nuxt": "^2.0.0",
8034
- "requires": {}
8295
+ "nuxt": "^4.0.0",
8296
+ "requires": {
8297
+ "bridge": false
8298
+ }
8035
8299
  }
8036
8300
  },
8037
8301
  {
@@ -8088,11 +8352,11 @@
8088
8352
  {
8089
8353
  "name": "storyblok",
8090
8354
  "description": "Storyblok Nuxt module",
8091
- "repo": "storyblok/storyblok-nuxt#main",
8355
+ "repo": "storyblok/monoblok#main/packages/nuxt",
8092
8356
  "npm": "@storyblok/nuxt",
8093
8357
  "icon": "storyblok.png",
8094
- "github": "https://github.com/storyblok/storyblok-nuxt",
8095
- "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",
8096
8360
  "learn_more": "",
8097
8361
  "category": "CMS",
8098
8362
  "type": "3rd-party",
@@ -8132,7 +8396,7 @@
8132
8396
  }
8133
8397
  ],
8134
8398
  "compatibility": {
8135
- "nuxt": "^2.0.0 || >=3.0.0",
8399
+ "nuxt": ">=3.0.0",
8136
8400
  "requires": {
8137
8401
  "bridge": "optional"
8138
8402
  },
@@ -8165,40 +8429,13 @@
8165
8429
  }
8166
8430
  ],
8167
8431
  "compatibility": {
8168
- "nuxt": "^2.0.0 || >=3.0.0",
8432
+ "nuxt": ">=3.7.0",
8169
8433
  "requires": {
8170
8434
  "bridge": true
8171
8435
  },
8172
8436
  "devtools": "^0.0.0"
8173
8437
  }
8174
8438
  },
8175
- {
8176
- "name": "stripe-next",
8177
- "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.",
8178
- "repo": "flozero/nuxt-stripe",
8179
- "npm": "@unlok-co/nuxt-stripe",
8180
- "icon": "stripe.png",
8181
- "github": "https://github.com/flozero/nuxt-stripe",
8182
- "website": "https://github.com/flozero/nuxt-stripe",
8183
- "learn_more": "https://stripe.com/docs",
8184
- "category": "Payment",
8185
- "type": "3rd-party",
8186
- "maintainers": [
8187
- {
8188
- "name": "Loïc Fuentes",
8189
- "github": "fuentesloic"
8190
- },
8191
- {
8192
- "name": "florent giraud",
8193
- "github": "flozero",
8194
- "twitter": "flozeroo"
8195
- }
8196
- ],
8197
- "compatibility": {
8198
- "nuxt": ">=3.0.0",
8199
- "requires": {}
8200
- }
8201
- },
8202
8439
  {
8203
8440
  "name": "stripe",
8204
8441
  "description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
@@ -8226,15 +8463,21 @@
8226
8463
  {
8227
8464
  "name": "studio",
8228
8465
  "description": "A new experience to build content-driven website with Nuxt.",
8229
- "repo": "nuxtlabs/studio-module",
8230
- "npm": "@nuxthq/studio",
8231
- "icon": "studio.svg",
8232
- "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",
8233
8470
  "website": "https://nuxt.studio",
8234
- "learn_more": "https://nuxt.studio",
8471
+ "learn_more": "",
8235
8472
  "category": "CMS",
8236
8473
  "type": "3rd-party",
8237
8474
  "maintainers": [
8475
+ {
8476
+ "name": "Baptiste Leproux",
8477
+ "github": "larbish",
8478
+ "twitter": "_larbish",
8479
+ "bluesky": "larbish.bsky.social"
8480
+ },
8238
8481
  {
8239
8482
  "name": "Farnabaz",
8240
8483
  "github": "farnabaz",
@@ -8332,7 +8575,7 @@
8332
8575
  }
8333
8576
  ],
8334
8577
  "compatibility": {
8335
- "nuxt": "^2.0.0 || >=3.0.0",
8578
+ "nuxt": ">=3.0.0",
8336
8579
  "requires": {}
8337
8580
  }
8338
8581
  },
@@ -8357,7 +8600,7 @@
8357
8600
  }
8358
8601
  ],
8359
8602
  "compatibility": {
8360
- "nuxt": ">=3.10.0",
8603
+ "nuxt": "^3.21.0 || ^4.3.0",
8361
8604
  "requires": {}
8362
8605
  }
8363
8606
  },
@@ -8403,7 +8646,7 @@
8403
8646
  }
8404
8647
  ],
8405
8648
  "compatibility": {
8406
- "nuxt": "^2.0.0 || >=3.0.0",
8649
+ "nuxt": ">=3.0.0",
8407
8650
  "requires": {}
8408
8651
  }
8409
8652
  },
@@ -8429,28 +8672,6 @@
8429
8672
  "requires": {}
8430
8673
  }
8431
8674
  },
8432
- {
8433
- "name": "sweetalert2",
8434
- "description": "A minimal sweetalert2 module based on vue-sweetalert2 with global options",
8435
- "repo": "ImreC/nuxt-sweetalert2",
8436
- "npm": "nuxt-sweetalert2",
8437
- "icon": "",
8438
- "github": "https://github.com/ImreC/nuxt-sweetalert2",
8439
- "website": "https://github.com/ImreC/nuxt-sweetalert2",
8440
- "learn_more": "https://sweetalert2.github.io/",
8441
- "category": "Libraries",
8442
- "type": "3rd-party",
8443
- "maintainers": [
8444
- {
8445
- "name": "ImreC",
8446
- "github": "ImreC"
8447
- }
8448
- ],
8449
- "compatibility": {
8450
- "nuxt": "^2.0.0",
8451
- "requires": {}
8452
- }
8453
- },
8454
8675
  {
8455
8676
  "name": "swiftsearch",
8456
8677
  "description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
@@ -8545,7 +8766,7 @@
8545
8766
  }
8546
8767
  ],
8547
8768
  "compatibility": {
8548
- "nuxt": "^2.0.0 || >=3.0.0",
8769
+ "nuxt": "^2.9.0 || >=3.0.0-rc.1",
8549
8770
  "requires": {},
8550
8771
  "devtools": "^0.0.0"
8551
8772
  },
@@ -8654,30 +8875,6 @@
8654
8875
  "requires": {}
8655
8876
  }
8656
8877
  },
8657
- {
8658
- "name": "time",
8659
- "description": "Safely render local dates and times on the server with Nuxt",
8660
- "repo": "danielroe/nuxt-time",
8661
- "npm": "nuxt-time",
8662
- "icon": "",
8663
- "github": "https://github.com/danielroe/nuxt-time",
8664
- "website": "https://github.com/danielroe/nuxt-time",
8665
- "learn_more": "",
8666
- "category": "Extensions",
8667
- "type": "3rd-party",
8668
- "maintainers": [
8669
- {
8670
- "name": "Daniel Roe",
8671
- "github": "danielroe",
8672
- "twitter": "danielcroe",
8673
- "bluesky": "danielroe.dev"
8674
- }
8675
- ],
8676
- "compatibility": {
8677
- "nuxt": ">=3.0.0",
8678
- "requires": {}
8679
- }
8680
- },
8681
8878
  {
8682
8879
  "name": "tiptap",
8683
8880
  "description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
@@ -8772,11 +8969,11 @@
8772
8969
  {
8773
8970
  "name": "tresjs",
8774
8971
  "description": "Create 3D experiences in your Nuxt application using TresJS.",
8775
- "repo": "tresjs/nuxt",
8972
+ "repo": "tresjs/tres#main/packages/nuxt",
8776
8973
  "npm": "@tresjs/nuxt",
8777
8974
  "icon": "tresjs.svg",
8778
- "github": "https://github.com/Tresjs/nuxt",
8779
- "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",
8780
8977
  "learn_more": "https://tresjs.org/",
8781
8978
  "category": "Libraries",
8782
8979
  "type": "3rd-party",
@@ -8799,7 +8996,7 @@
8799
8996
  }
8800
8997
  ],
8801
8998
  "compatibility": {
8802
- "nuxt": ">=3.0.0",
8999
+ "nuxt": ">=3.16.0",
8803
9000
  "requires": {}
8804
9001
  }
8805
9002
  },
@@ -8823,7 +9020,7 @@
8823
9020
  }
8824
9021
  ],
8825
9022
  "compatibility": {
8826
- "nuxt": "^2.0.0 || >=3.0.0",
9023
+ "nuxt": ">=3.0.0",
8827
9024
  "requires": {
8828
9025
  "bridge": true
8829
9026
  }
@@ -8930,36 +9127,10 @@
8930
9127
  }
8931
9128
  ],
8932
9129
  "compatibility": {
8933
- "nuxt": "^2.0.0 || >=3.0.0",
9130
+ "nuxt": ">=3.0.0",
8934
9131
  "requires": {}
8935
9132
  }
8936
9133
  },
8937
- {
8938
- "name": "typed-vuex",
8939
- "description": "A vanilla, strongly typed store accessor for Vuex.",
8940
- "repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
8941
- "npm": "nuxt-typed-vuex",
8942
- "icon": "vue.png",
8943
- "github": "https://github.com/danielroe/typed-vuex",
8944
- "website": "https://github.com/danielroe/typed-vuex",
8945
- "learn_more": "",
8946
- "category": "Libraries",
8947
- "type": "3rd-party",
8948
- "maintainers": [
8949
- {
8950
- "name": "Daniel Roe",
8951
- "github": "danielroe",
8952
- "twitter": "danielcroe",
8953
- "bluesky": "danielroe.dev"
8954
- }
8955
- ],
8956
- "compatibility": {
8957
- "nuxt": "^2.0.0",
8958
- "requires": {
8959
- "bridge": "optional"
8960
- }
8961
- }
8962
- },
8963
9134
  {
8964
9135
  "name": "typescript-runtime",
8965
9136
  "description": "TypeScript Runtime support for Nuxt",
@@ -9061,7 +9232,7 @@
9061
9232
  "npm": "@nuxt/ui",
9062
9233
  "icon": "nuxt.svg",
9063
9234
  "github": "https://github.com/nuxt/ui",
9064
- "website": "https://ui.nuxt.com",
9235
+ "website": "https://ui.nuxt.com/docs/getting-started/installation/nuxt",
9065
9236
  "learn_more": "",
9066
9237
  "category": "UI",
9067
9238
  "type": "official",
@@ -9080,9 +9251,10 @@
9080
9251
  }
9081
9252
  ],
9082
9253
  "compatibility": {
9083
- "nuxt": ">=3.0.0",
9254
+ "nuxt": ">=3.10.0",
9084
9255
  "requires": {}
9085
- }
9256
+ },
9257
+ "mcp": "https://ui.nuxt.com/mcp"
9086
9258
  },
9087
9259
  {
9088
9260
  "name": "umami",
@@ -9157,7 +9329,7 @@
9157
9329
  }
9158
9330
  ],
9159
9331
  "compatibility": {
9160
- "nuxt": ">=3.0.0",
9332
+ "nuxt": ">=3.5.0",
9161
9333
  "requires": {}
9162
9334
  }
9163
9335
  },
@@ -9202,7 +9374,7 @@
9202
9374
  "type": "3rd-party",
9203
9375
  "maintainers": [
9204
9376
  {
9205
- "name": "Giovane Cardoso",
9377
+ "name": "Giovane Silva",
9206
9378
  "github": "novout",
9207
9379
  "avatar": "https://avatars.githubusercontent.com/novout?v=4"
9208
9380
  }
@@ -9230,30 +9402,7 @@
9230
9402
  }
9231
9403
  ],
9232
9404
  "compatibility": {
9233
- "nuxt": ">=3.0.0",
9234
- "requires": {}
9235
- }
9236
- },
9237
- {
9238
- "name": "user-agent",
9239
- "description": "Nuxt module for handling User-Agent.",
9240
- "repo": "fukuiretu/nuxt-user-agent",
9241
- "npm": "nuxt-user-agent",
9242
- "icon": "",
9243
- "github": "https://github.com/fukuiretu/nuxt-user-agent",
9244
- "website": "https://github.com/fukuiretu/nuxt-user-agent",
9245
- "learn_more": "",
9246
- "category": "Extensions",
9247
- "type": "3rd-party",
9248
- "maintainers": [
9249
- {
9250
- "name": "Retu Fukui",
9251
- "github": "fukuiretu",
9252
- "twitter": "fukuiretu"
9253
- }
9254
- ],
9255
- "compatibility": {
9256
- "nuxt": "^2.0.0",
9405
+ "nuxt": ">=3.17.1",
9257
9406
  "requires": {}
9258
9407
  }
9259
9408
  },
@@ -9297,7 +9446,7 @@
9297
9446
  }
9298
9447
  ],
9299
9448
  "compatibility": {
9300
- "nuxt": ">=3.0.0",
9449
+ "nuxt": ">=3",
9301
9450
  "requires": {
9302
9451
  "bridge": "optional"
9303
9452
  }
@@ -9347,7 +9496,7 @@
9347
9496
  }
9348
9497
  ],
9349
9498
  "compatibility": {
9350
- "nuxt": "^3.0.0",
9499
+ "nuxt": ">=3.5.0",
9351
9500
  "requires": {}
9352
9501
  }
9353
9502
  },
@@ -9369,7 +9518,7 @@
9369
9518
  }
9370
9519
  ],
9371
9520
  "compatibility": {
9372
- "nuxt": ">=3.0.0",
9521
+ "nuxt": "^3.0.0",
9373
9522
  "requires": {}
9374
9523
  }
9375
9524
  },
@@ -9421,6 +9570,50 @@
9421
9570
  "requires": {}
9422
9571
  }
9423
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
+ },
9424
9617
  {
9425
9618
  "name": "vexip-ui",
9426
9619
  "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
@@ -9494,10 +9687,34 @@
9494
9687
  }
9495
9688
  ],
9496
9689
  "compatibility": {
9497
- "nuxt": ">=3.0.0",
9690
+ "nuxt": ">=3.6.5",
9498
9691
  "requires": {}
9499
9692
  }
9500
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
+ },
9501
9718
  {
9502
9719
  "name": "vue-api",
9503
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.",
@@ -9521,37 +9738,6 @@
9521
9738
  "requires": {}
9522
9739
  }
9523
9740
  },
9524
- {
9525
- "name": "vue-email",
9526
- "description": "💌 Write email templates with vue",
9527
- "repo": "vue-email/nuxt",
9528
- "npm": "@vue-email/nuxt",
9529
- "icon": "vue-email.svg",
9530
- "github": "https://github.com/vue-email/nuxt",
9531
- "website": "https://vuemail.net/",
9532
- "learn_more": "https://vuemail.net/",
9533
- "category": "UI",
9534
- "type": "3rd-party",
9535
- "maintainers": [
9536
- {
9537
- "name": "David Arenas",
9538
- "github": "Dave136",
9539
- "twitter": "davejs4",
9540
- "avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
9541
- },
9542
- {
9543
- "name": "Younes Barrad",
9544
- "github": "Flowko",
9545
- "twitter": "imflowko",
9546
- "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
9547
- }
9548
- ],
9549
- "compatibility": {
9550
- "nuxt": ">=3.0.0",
9551
- "requires": {},
9552
- "devtools": "^0.0.0"
9553
- }
9554
- },
9555
9741
  {
9556
9742
  "name": "vue-final-modal",
9557
9743
  "description": "The most powerful yet most light-weight modal library for Vue 3.",
@@ -9712,7 +9898,7 @@
9712
9898
  }
9713
9899
  ],
9714
9900
  "compatibility": {
9715
- "nuxt": ">=3.0.0",
9901
+ "nuxt": "^3",
9716
9902
  "requires": {}
9717
9903
  }
9718
9904
  },
@@ -9829,7 +10015,7 @@
9829
10015
  }
9830
10016
  ],
9831
10017
  "compatibility": {
9832
- "nuxt": ">=3.0.0",
10018
+ "nuxt": ">=3.1.0",
9833
10019
  "requires": {}
9834
10020
  }
9835
10021
  },
@@ -9897,7 +10083,7 @@
9897
10083
  }
9898
10084
  ],
9899
10085
  "compatibility": {
9900
- "nuxt": ">=3.0.0",
10086
+ "nuxt": ">=3.3.0",
9901
10087
  "requires": {}
9902
10088
  }
9903
10089
  },
@@ -9920,7 +10106,7 @@
9920
10106
  }
9921
10107
  ],
9922
10108
  "compatibility": {
9923
- "nuxt": ">=3.0.0",
10109
+ "nuxt": ">=3.15.0",
9924
10110
  "requires": {}
9925
10111
  }
9926
10112
  },
@@ -10021,7 +10207,7 @@
10021
10207
  }
10022
10208
  ],
10023
10209
  "compatibility": {
10024
- "nuxt": ">=3.0.0",
10210
+ "nuxt": ">=3.0.0-rc.11",
10025
10211
  "requires": {}
10026
10212
  }
10027
10213
  },
@@ -10056,34 +10242,12 @@
10056
10242
  }
10057
10243
  ],
10058
10244
  "compatibility": {
10059
- "nuxt": "^2.0.0 || >=3.0.0",
10245
+ "nuxt": "^2.15.0 || ^3.0.0",
10060
10246
  "requires": {
10061
10247
  "bridge": "optional"
10062
10248
  }
10063
10249
  }
10064
10250
  },
10065
- {
10066
- "name": "webfontloader",
10067
- "description": "Efficient web font loading has never been easier!",
10068
- "repo": "Developmint/nuxt-webfontloader",
10069
- "npm": "nuxt-webfontloader",
10070
- "icon": "",
10071
- "github": "https://github.com/Developmint/nuxt-webfontloader",
10072
- "website": "https://github.com/Developmint/nuxt-webfontloader",
10073
- "learn_more": "https://www.npmjs.com/package/webfontloader",
10074
- "category": "Fonts",
10075
- "type": "3rd-party",
10076
- "maintainers": [
10077
- {
10078
- "name": "Developmint",
10079
- "github": "Developmint"
10080
- }
10081
- ],
10082
- "compatibility": {
10083
- "nuxt": "^2.0.0",
10084
- "requires": {}
10085
- }
10086
- },
10087
10251
  {
10088
10252
  "name": "webhook-validators",
10089
10253
  "description": "Nuxt module that works on the edge to easily validate incoming webhooks from different services.",
@@ -10179,30 +10343,6 @@
10179
10343
  "requires": {}
10180
10344
  }
10181
10345
  },
10182
- {
10183
- "name": "webpackmonitor",
10184
- "description": "Monitor Nuxt webpack optimization metrics through the development process",
10185
- "repo": "nuxt-community/webpackmonitor-module",
10186
- "npm": "@nuxtjs/webpackmonitor",
10187
- "icon": "webpack.png",
10188
- "github": "https://github.com/nuxt-community/webpackmonitor-module",
10189
- "website": "https://github.com/nuxt-community/webpackmonitor-module",
10190
- "learn_more": "",
10191
- "category": "Devtools",
10192
- "type": "community",
10193
- "maintainers": [
10194
- {
10195
- "name": "Pooya Parsa",
10196
- "github": "pi0",
10197
- "twitter": "_pi0_",
10198
- "bluesky": "pi0.io"
10199
- }
10200
- ],
10201
- "compatibility": {
10202
- "nuxt": "^2.0.0",
10203
- "requires": {}
10204
- }
10205
- },
10206
10346
  {
10207
10347
  "name": "well-known",
10208
10348
  "description": "A Nuxt module to add well-known URIs using middlewares",
@@ -10221,7 +10361,7 @@
10221
10361
  }
10222
10362
  ],
10223
10363
  "compatibility": {
10224
- "nuxt": ">=3.0.0",
10364
+ "nuxt": "^3.0.0",
10225
10365
  "requires": {}
10226
10366
  }
10227
10367
  },
@@ -10306,24 +10446,24 @@
10306
10446
  }
10307
10447
  },
10308
10448
  {
10309
- "name": "wp-nuxt",
10310
- "description": "The module adds a Wordpress Rest API to your nuxt application",
10311
- "repo": "yashha/wp-nuxt",
10312
- "npm": "wp-nuxt",
10313
- "icon": "wordpress.png",
10314
- "github": "https://github.com/yashha/wp-nuxt",
10315
- "website": "https://github.com/yashha/wp-nuxt",
10316
- "learn_more": "https://github.com/WP-API/node-wpapi",
10317
- "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",
10318
10458
  "type": "3rd-party",
10319
10459
  "maintainers": [
10320
10460
  {
10321
- "name": "yashha",
10322
- "github": "yashha"
10461
+ "name": "vercel",
10462
+ "github": "vercel"
10323
10463
  }
10324
10464
  ],
10325
10465
  "compatibility": {
10326
- "nuxt": "^2.0.0",
10466
+ "nuxt": ">=3.0.0",
10327
10467
  "requires": {}
10328
10468
  }
10329
10469
  },
@@ -10368,7 +10508,7 @@
10368
10508
  }
10369
10509
  ],
10370
10510
  "compatibility": {
10371
- "nuxt": "^2.0.0 || >=3.0.0",
10511
+ "nuxt": "^2.16.0 || ^3.0.0",
10372
10512
  "requires": {
10373
10513
  "bridge": true
10374
10514
  }