@nuxt/modules 0.6.0-7606a6 → 0.6.0-768f60

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 +4 -3
  2. package/modules.json +843 -381
  3. package/package.json +16 -16
package/modules.json CHANGED
@@ -37,7 +37,7 @@
37
37
  "icon": "agility.png",
38
38
  "github": "https://github.com/agility/agilitycms-nuxt-module",
39
39
  "website": "https://github.com/agility/agilitycms-nuxt-module",
40
- "learn_more": "https://help.agilitycms.com/hc/en-us/articles/360037500492",
40
+ "learn_more": "https://agilitycms.com/docs/nuxt/nuxt-and-agility-cms",
41
41
  "category": "CMS",
42
42
  "type": "3rd-party",
43
43
  "maintainers": [
@@ -179,6 +179,28 @@
179
179
  }
180
180
  }
181
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
+ },
182
204
  {
183
205
  "name": "aos",
184
206
  "description": "A Nuxt module that adds Animate On Scroll",
@@ -255,7 +277,7 @@
255
277
  "repo": "Luxdamore/nuxt-apis-to-file",
256
278
  "npm": "@luxdamore/nuxt-apis-to-file",
257
279
  "icon": "",
258
- "github": "https://github.com/LuXDAmore/nuxt-apis-to-file",
280
+ "github": "https://github.com/Luxdamore/nuxt-apis-to-file",
259
281
  "website": "https://luxdamore.github.io/nuxt-apis-to-file/",
260
282
  "learn_more": "",
261
283
  "category": "Performance",
@@ -388,6 +410,28 @@
388
410
  "requires": {}
389
411
  }
390
412
  },
413
+ {
414
+ "name": "arkenv",
415
+ "description": "Environment variable validation from editor to runtime",
416
+ "repo": "yamcodes/arkenv#main/packages/nuxt",
417
+ "npm": "@arkenv/nuxt",
418
+ "icon": "arkenv.svg",
419
+ "github": "https://github.com/yamcodes/arkenv",
420
+ "website": "https://arkenv.js.org",
421
+ "learn_more": "https://arkenv.js.org/docs/nuxt",
422
+ "category": "Devtools",
423
+ "type": "3rd-party",
424
+ "maintainers": [
425
+ {
426
+ "name": "Yam Borodetsky",
427
+ "github": "yamcodes"
428
+ }
429
+ ],
430
+ "compatibility": {
431
+ "nuxt": ">=3.0.0",
432
+ "requires": {}
433
+ }
434
+ },
391
435
  {
392
436
  "name": "artivue",
393
437
  "description": "A dynamic & layered theming engine for Vue applications. Pick a color and transform your entire application!",
@@ -416,14 +460,14 @@
416
460
  "repo": "askdoppler/doppler-js#main/nuxt",
417
461
  "npm": "@askdoppler/nuxt",
418
462
  "icon": "askdoppler.png",
419
- "github": "https://github.com/askdoppler/doppler-js/tree/main/nuxt",
463
+ "github": "https://github.com/askdoppler/doppler-js",
420
464
  "website": "https://askdoppler.com",
421
465
  "learn_more": "https://docs.askdoppler.com/integrations/nuxt",
422
466
  "category": "SEO",
423
467
  "type": "3rd-party",
424
468
  "maintainers": [
425
469
  {
426
- "name": "maxime",
470
+ "name": "Maxime Dolores",
427
471
  "github": "mdolr",
428
472
  "twitter": "m_dolr"
429
473
  }
@@ -435,7 +479,7 @@
435
479
  },
436
480
  {
437
481
  "name": "auth-utils",
438
- "description": "Minimalist Auth module for Nuxt with SSR.",
482
+ "description": "Add Authentication to Nuxt applications with secured & sealed cookies sessions.",
439
483
  "repo": "atinux/nuxt-auth-utils",
440
484
  "npm": "nuxt-auth-utils",
441
485
  "icon": "",
@@ -587,8 +631,8 @@
587
631
  "npm": "@thebcms/nuxt",
588
632
  "icon": "bcms.png",
589
633
  "github": "https://github.com/bcms/nuxt-module",
590
- "website": "https://thebcms.com",
591
- "learn_more": "https://thebcms.com/docs/integrations/nuxt-js",
634
+ "website": "https://www.thebcms.com/",
635
+ "learn_more": "https://www.thebcms.com/docs/integrations/nuxt-js/",
592
636
  "category": "CMS",
593
637
  "type": "3rd-party",
594
638
  "maintainers": [
@@ -602,6 +646,30 @@
602
646
  "requires": {}
603
647
  }
604
648
  },
649
+ {
650
+ "name": "better-auth",
651
+ "description": "Nuxt module for Better Auth integration with NuxtHub, route protection, session management, and role-based access",
652
+ "repo": "nuxt-modules/better-auth",
653
+ "npm": "@nuxtjs/better-auth",
654
+ "icon": "better-auth.svg",
655
+ "github": "https://github.com/nuxt-modules/better-auth",
656
+ "website": "https://better-auth.nuxt.dev",
657
+ "learn_more": "https://better-auth.com/",
658
+ "category": "Security",
659
+ "type": "community",
660
+ "maintainers": [
661
+ {
662
+ "name": "Max",
663
+ "github": "onmax",
664
+ "twitter": "_onmax",
665
+ "bluesky": "onmax.bsky.social"
666
+ }
667
+ ],
668
+ "compatibility": {
669
+ "nuxt": ">=4.0.0",
670
+ "requires": {}
671
+ }
672
+ },
605
673
  {
606
674
  "name": "betterstack",
607
675
  "description": "A Nuxt module for integrating BetterStack into your Nuxt application",
@@ -660,12 +728,12 @@
660
728
  {
661
729
  "name": "browserconfig",
662
730
  "description": "Adds XML browser configuration support",
663
- "repo": "nuxt-community/modules#master/packages/browserconfig",
731
+ "repo": "nuxt-community/legacy-modules#master/packages/browserconfig",
664
732
  "npm": "@nuxtjs/browserconfig",
665
733
  "icon": "",
666
- "github": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
667
- "website": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
668
- "learn_more": "https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/dev-guides/bg183312(v=vs.85)?redirectedfrom=MSDN",
734
+ "github": "https://github.com/nuxt-community/legacy-modules",
735
+ "website": "https://github.com/nuxt-community/legacy-modules/tree/master/packages/browserconfig",
736
+ "learn_more": "https://learn.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/dev-guides/bg183312(v=vs.85)?redirectedfrom=MSDN",
669
737
  "category": "Extensions",
670
738
  "type": "community",
671
739
  "maintainers": [
@@ -689,7 +757,7 @@
689
757
  "icon": "bugsnag.png",
690
758
  "github": "https://github.com/JulianMar/nuxt-bugsnag",
691
759
  "website": "https://github.com/JulianMar/nuxt-bugsnag",
692
- "learn_more": "https://www.bugsnag.com/",
760
+ "learn_more": "",
693
761
  "category": "Monitoring",
694
762
  "type": "3rd-party",
695
763
  "maintainers": [
@@ -820,30 +888,6 @@
820
888
  "requires": {}
821
889
  }
822
890
  },
823
- {
824
- "name": "chatwoot",
825
- "description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
826
- "repo": "productdevbookcom/chatwoot",
827
- "npm": "@productdevbook/chatwoot",
828
- "icon": "chatwoot.png",
829
- "github": "https://github.com/productdevbookcom/chatwoot",
830
- "website": "https://github.com/productdevbookcom/chatwoot",
831
- "learn_more": "https://www.chatwoot.com",
832
- "category": "Libraries",
833
- "type": "3rd-party",
834
- "maintainers": [
835
- {
836
- "name": "Wind",
837
- "github": "productdevbook",
838
- "twitter": "productdevbook",
839
- "bluesky": "productdevbook.com"
840
- }
841
- ],
842
- "compatibility": {
843
- "nuxt": ">=3.3.1",
844
- "requires": {}
845
- }
846
- },
847
891
  {
848
892
  "name": "chiffre",
849
893
  "description": "Privacy-first, end-to-end encrypted analytics",
@@ -896,8 +940,8 @@
896
940
  "repo": "clerk/javascript#main/packages/nuxt",
897
941
  "npm": "@clerk/nuxt",
898
942
  "icon": "clerk.svg",
899
- "github": "https://github.com/clerk/javascript/tree/main/packages/nuxt",
900
- "website": "https://clerk.com/docs/references/nuxt/overview",
943
+ "github": "https://github.com/clerk/javascript",
944
+ "website": "https://clerk.com/docs/reference/nuxt/overview",
901
945
  "learn_more": "https://clerk.com",
902
946
  "category": "Security",
903
947
  "type": "3rd-party",
@@ -946,7 +990,7 @@
946
990
  "icon": "",
947
991
  "github": "https://github.com/gitana/cloudcms-nuxt",
948
992
  "website": "https://github.com/gitana/cloudcms-nuxt",
949
- "learn_more": "https://www.cloudcms.com/",
993
+ "learn_more": "https://gitana.io/",
950
994
  "category": "CMS",
951
995
  "type": "3rd-party",
952
996
  "maintainers": [
@@ -1038,6 +1082,42 @@
1038
1082
  }
1039
1083
  }
1040
1084
  },
1085
+ {
1086
+ "name": "comark",
1087
+ "description": "Components in Markdown (Comark) parser with streaming support.",
1088
+ "repo": "comarkdown/comark#main/packages/comark-nuxt",
1089
+ "npm": "@comark/nuxt",
1090
+ "icon": "comark.svg",
1091
+ "github": "https://github.com/comarkdown/comark",
1092
+ "website": "https://comark.dev/",
1093
+ "learn_more": "https://comark.dev/rendering/nuxt",
1094
+ "category": "Libraries",
1095
+ "type": "3rd-party",
1096
+ "maintainers": [
1097
+ {
1098
+ "name": "Farnabaz",
1099
+ "github": "farnabaz",
1100
+ "twitter": "a_birang",
1101
+ "bluesky": "farnabaz.dev"
1102
+ },
1103
+ {
1104
+ "name": "Sébastien Chopin",
1105
+ "github": "Atinux",
1106
+ "twitter": "atinux",
1107
+ "bluesky": "atinux.com"
1108
+ },
1109
+ {
1110
+ "name": "Baptiste Leproux",
1111
+ "github": "larbish",
1112
+ "twitter": "_larbish",
1113
+ "bluesky": "larbish.bsky.social"
1114
+ }
1115
+ ],
1116
+ "compatibility": {
1117
+ "nuxt": ">=3.0.0",
1118
+ "requires": {}
1119
+ }
1120
+ },
1041
1121
  {
1042
1122
  "name": "compodium",
1043
1123
  "description": "A plug an play component playground for Nuxt.",
@@ -1092,7 +1172,7 @@
1092
1172
  "npm": "nuxt-content-assets",
1093
1173
  "icon": "content-assets.png",
1094
1174
  "github": "https://github.com/davestewart/nuxt-content-assets",
1095
- "website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
1175
+ "website": "https://davestewart.co.uk/projects/vue/nuxt-content-assets/",
1096
1176
  "learn_more": "",
1097
1177
  "category": "Images",
1098
1178
  "type": "3rd-party",
@@ -1176,7 +1256,7 @@
1176
1256
  "icon": "contentstack.png",
1177
1257
  "github": "https://github.com/timbenniks/nuxt-contentstack",
1178
1258
  "website": "https://github.com/timbenniks/nuxt-contentstack",
1179
- "learn_more": "https://community.contentstack.com/",
1259
+ "learn_more": "https://www.contentstack.com/community",
1180
1260
  "category": "CMS",
1181
1261
  "type": "3rd-party",
1182
1262
  "maintainers": [
@@ -1198,7 +1278,7 @@
1198
1278
  "name": "convex",
1199
1279
  "description": "Nuxt module for Convex - reactive backend with real-time sync, file storage, and auto-imports",
1200
1280
  "repo": "onmax/nuxt-convex",
1201
- "npm": "nuxt-convex",
1281
+ "npm": "convex-monorepo",
1202
1282
  "icon": "convex.svg",
1203
1283
  "github": "https://github.com/onmax/nuxt-convex",
1204
1284
  "website": "https://nuxt-convex.onmax.me",
@@ -1337,28 +1417,6 @@
1337
1417
  "requires": {}
1338
1418
  }
1339
1419
  },
1340
- {
1341
- "name": "datocms-nuxt2",
1342
- "description": "DatoCMS integration for Nuxt v2",
1343
- "repo": "voorhoede/nuxt-datocms-module",
1344
- "npm": "@voorhoede/nuxt-datocms-module",
1345
- "icon": "datocms.svg",
1346
- "github": "https://github.com/voorhoede/nuxt-datocms-module",
1347
- "website": "https://github.com/voorhoede/nuxt-datocms-module",
1348
- "learn_more": "https://www.datocms.com/",
1349
- "category": "CMS",
1350
- "type": "3rd-party",
1351
- "maintainers": [
1352
- {
1353
- "name": "Frank Warnaar",
1354
- "github": "Frankwarnaar"
1355
- }
1356
- ],
1357
- "compatibility": {
1358
- "nuxt": "^2.0.0",
1359
- "requires": {}
1360
- }
1361
- },
1362
1420
  {
1363
1421
  "name": "datocms",
1364
1422
  "description": "DatoCMS module for Nuxt",
@@ -1476,15 +1534,41 @@
1476
1534
  "requires": {}
1477
1535
  }
1478
1536
  },
1537
+ {
1538
+ "name": "directus-sdk",
1539
+ "description": "A Nuxt module for Directus with built-in authentication, realtime, file management, type generation, and visual editor support.",
1540
+ "repo": "rolleyio/nuxt-directus-sdk",
1541
+ "npm": "nuxt-directus-sdk",
1542
+ "icon": "directus-sdk.svg",
1543
+ "github": "https://github.com/rolleyio/nuxt-directus-sdk",
1544
+ "website": "https://www.nuxt-directus-sdk.com/",
1545
+ "learn_more": "https://directus.com/",
1546
+ "category": "CMS",
1547
+ "type": "3rd-party",
1548
+ "maintainers": [
1549
+ {
1550
+ "name": "Matthew Rollinson",
1551
+ "github": "matt-rolley"
1552
+ },
1553
+ {
1554
+ "name": "kheiner",
1555
+ "github": "kheiner"
1556
+ }
1557
+ ],
1558
+ "compatibility": {
1559
+ "nuxt": "^3.0.0 || ^4.0.0",
1560
+ "requires": {}
1561
+ }
1562
+ },
1479
1563
  {
1480
1564
  "name": "directus",
1481
1565
  "description": "Easily connect your Nuxt application to your directus server.",
1482
1566
  "repo": "intevel/nuxt-directus",
1483
1567
  "npm": "nuxt-directus",
1484
1568
  "icon": "directus.svg",
1485
- "github": "https://github.com/intevel/nuxt-directus/",
1569
+ "github": "https://github.com/intevel/nuxt-directus",
1486
1570
  "website": "https://nuxt-directus.de/",
1487
- "learn_more": "https://directus.io/",
1571
+ "learn_more": "https://directus.com/",
1488
1572
  "category": "CMS",
1489
1573
  "type": "3rd-party",
1490
1574
  "maintainers": [
@@ -1783,7 +1867,7 @@
1783
1867
  "icon": "emotion.png",
1784
1868
  "github": "https://github.com/nuxt-modules/emotion",
1785
1869
  "website": "https://github.com/nuxt-modules/emotion",
1786
- "learn_more": "https://emotion.sh/",
1870
+ "learn_more": "https://emotion.sh/docs/introduction",
1787
1871
  "category": "Extensions",
1788
1872
  "type": "community",
1789
1873
  "maintainers": [
@@ -1829,11 +1913,11 @@
1829
1913
  {
1830
1914
  "name": "eslint-module",
1831
1915
  "description": "ESLint module for Nuxt",
1832
- "repo": "nuxt-community/eslint-module",
1916
+ "repo": "nuxt-modules/eslint",
1833
1917
  "npm": "@nuxtjs/eslint-module",
1834
1918
  "icon": "eslint.png",
1835
- "github": "https://github.com/nuxt-community/eslint-module",
1836
- "website": "https://github.com/nuxt-community/eslint-module",
1919
+ "github": "https://github.com/nuxt-modules/eslint",
1920
+ "website": "https://github.com/nuxt-modules/eslint",
1837
1921
  "learn_more": "https://eslint.org/",
1838
1922
  "category": "Devtools",
1839
1923
  "type": "community",
@@ -1873,6 +1957,31 @@
1873
1957
  "requires": {}
1874
1958
  }
1875
1959
  },
1960
+ {
1961
+ "name": "evlog",
1962
+ "description": "Wide events and structured errors for TypeScript. One log per request. Full context.",
1963
+ "repo": "HugoRCD/evlog#main/packages/evlog",
1964
+ "npm": "evlog",
1965
+ "icon": "evlog.svg",
1966
+ "github": "https://github.com/HugoRCD/evlog",
1967
+ "website": "https://www.evlog.dev/",
1968
+ "learn_more": "https://www.evlog.dev/start/introduction",
1969
+ "category": "Monitoring",
1970
+ "type": "3rd-party",
1971
+ "maintainers": [
1972
+ {
1973
+ "name": "Hugo",
1974
+ "github": "HugoRCD",
1975
+ "twitter": "hugorcd",
1976
+ "bluesky": "hugorcd.com"
1977
+ }
1978
+ ],
1979
+ "compatibility": {
1980
+ "nuxt": ">=3.0.0",
1981
+ "requires": {}
1982
+ },
1983
+ "mcp": "https://evlog.dev/mcp"
1984
+ },
1876
1985
  {
1877
1986
  "name": "fathom-analytics",
1878
1987
  "description": "Fathom analytics integration for Nuxt",
@@ -1950,7 +2059,7 @@
1950
2059
  "icon": "firebase.png",
1951
2060
  "github": "https://github.com/nuxt-community/firebase-module",
1952
2061
  "website": "https://firebase.nuxtjs.org",
1953
- "learn_more": "https://firebase.google.com/",
2062
+ "learn_more": "https://firebase.google.com/?hl=es-419",
1954
2063
  "category": "Database",
1955
2064
  "type": "community",
1956
2065
  "maintainers": [
@@ -2131,6 +2240,29 @@
2131
2240
  "requires": {}
2132
2241
  }
2133
2242
  },
2243
+ {
2244
+ "name": "freeform",
2245
+ "description": "Desktop-like drag & drop for Nuxt. Lasso selection, reorder, drop into containers - zero dependencies, pure Vue magic.",
2246
+ "repo": "Flo0806/nuxt-freeform#main/packages/nuxt-freeform",
2247
+ "npm": "nuxt-freeform",
2248
+ "icon": "nuxt-freeform.png",
2249
+ "github": "https://github.com/Flo0806/nuxt-freeform",
2250
+ "website": "https://nuxt-freeform.fh-softdev.de",
2251
+ "learn_more": "",
2252
+ "category": "UI",
2253
+ "type": "3rd-party",
2254
+ "maintainers": [
2255
+ {
2256
+ "name": "Florian Heuberger",
2257
+ "github": "Flo0806",
2258
+ "bluesky": "flo-heuberger.bsky.social"
2259
+ }
2260
+ ],
2261
+ "compatibility": {
2262
+ "nuxt": ">=3.0.0",
2263
+ "requires": {}
2264
+ }
2265
+ },
2134
2266
  {
2135
2267
  "name": "fullpage",
2136
2268
  "description": "Nuxt module for fullpage-vue plugin",
@@ -2179,12 +2311,12 @@
2179
2311
  {
2180
2312
  "name": "google-adsense",
2181
2313
  "description": "Google Adsense Module for Nuxt",
2182
- "repo": "nuxt-community/google-adsense-module",
2314
+ "repo": "nuxt-modules/google-adsense",
2183
2315
  "npm": "@nuxtjs/google-adsense",
2184
2316
  "icon": "google-adsense.png",
2185
- "github": "https://github.com/nuxt-community/google-adsense-module",
2186
- "website": "https://github.com/nuxt-community/google-adsense-module",
2187
- "learn_more": "https://www.google.com/adsense/start/",
2317
+ "github": "https://github.com/nuxt-modules/google-adsense",
2318
+ "website": "https://github.com/nuxt-modules/google-adsense",
2319
+ "learn_more": "https://adsense.google.com/start/",
2188
2320
  "category": "Analytics",
2189
2321
  "type": "community",
2190
2322
  "maintainers": [
@@ -2207,10 +2339,10 @@
2207
2339
  {
2208
2340
  "name": "google-analytics",
2209
2341
  "description": "Google analytics Module for Nuxt",
2210
- "repo": "nuxt-community/analytics-module",
2342
+ "repo": "nuxt-community/google-analytics-module",
2211
2343
  "npm": "@nuxtjs/google-analytics",
2212
2344
  "icon": "google-analytics.png",
2213
- "github": "https://github.com/nuxt-community/analytics-module",
2345
+ "github": "https://github.com/nuxt-community/google-analytics-module",
2214
2346
  "website": "https://google-analytics.nuxtjs.org",
2215
2347
  "learn_more": "https://marketingplatform.google.com/about/analytics/",
2216
2348
  "category": "Analytics",
@@ -2247,7 +2379,7 @@
2247
2379
  "icon": "google-fonts.png",
2248
2380
  "github": "https://github.com/nuxt-modules/google-fonts",
2249
2381
  "website": "https://google-fonts.nuxtjs.org",
2250
- "learn_more": "https://developers.google.com/fonts",
2382
+ "learn_more": "https://developers.google.com/fonts?hl=tr",
2251
2383
  "category": "Fonts",
2252
2384
  "type": "community",
2253
2385
  "maintainers": [
@@ -2267,12 +2399,12 @@
2267
2399
  {
2268
2400
  "name": "google-gtag",
2269
2401
  "description": "Google GTag for Nuxt",
2270
- "repo": "nuxt-community/google-gtag",
2402
+ "repo": "nuxt-community/google-gtag-module",
2271
2403
  "npm": "@nuxtjs/google-gtag",
2272
2404
  "icon": "gtm.png",
2273
- "github": "https://github.com/nuxt-community/google-gtag",
2274
- "website": "https://github.com/nuxt-community/google-gtag",
2275
- "learn_more": "https://developers.google.com/analytics/devguides/collection/gtagjs/",
2405
+ "github": "https://github.com/nuxt-community/google-gtag-module",
2406
+ "website": "https://github.com/nuxt-community/google-gtag-module",
2407
+ "learn_more": "https://developers.google.com/analytics/legacy/universal-analytics?hl=ar",
2276
2408
  "category": "Analytics",
2277
2409
  "type": "community",
2278
2410
  "maintainers": [
@@ -2439,7 +2571,7 @@
2439
2571
  "icon": "hanko.svg",
2440
2572
  "github": "https://github.com/nuxt-modules/hanko",
2441
2573
  "website": "https://github.com/nuxt-modules/hanko",
2442
- "learn_more": "https://hanko.io/",
2574
+ "learn_more": "https://www.hanko.io/",
2443
2575
  "category": "Security",
2444
2576
  "type": "community",
2445
2577
  "maintainers": [
@@ -2533,7 +2665,7 @@
2533
2665
  "icon": "",
2534
2666
  "github": "https://github.com/victor-perez/nuxt-helmet",
2535
2667
  "website": "https://github.com/victor-perez/nuxt-helmet",
2536
- "learn_more": "https://helmetjs.github.io/",
2668
+ "learn_more": "https://helmet.js.org/",
2537
2669
  "category": "Security",
2538
2670
  "type": "3rd-party",
2539
2671
  "maintainers": [
@@ -2629,7 +2761,7 @@
2629
2761
  "type": "3rd-party",
2630
2762
  "maintainers": [
2631
2763
  {
2632
- "name": "raphaeldamevin",
2764
+ "name": "damevin",
2633
2765
  "github": "damevin"
2634
2766
  }
2635
2767
  ],
@@ -2718,7 +2850,7 @@
2718
2850
  },
2719
2851
  {
2720
2852
  "name": "hub",
2721
- "description": "Build full-stack Nuxt applications on the edge, with zero configuration.",
2853
+ "description": "Add database, KV, blob storage, and cache to your Nuxt application. NuxtHub works on Vercel, Cloudflare, Netlify, and more.",
2722
2854
  "repo": "nuxt-hub/core",
2723
2855
  "npm": "@nuxthub/core",
2724
2856
  "icon": "nuxthub.svg",
@@ -2766,7 +2898,7 @@
2766
2898
  "repo": "Luxdamore/nuxt-humans-txt",
2767
2899
  "npm": "@luxdamore/nuxt-humans-txt",
2768
2900
  "icon": "",
2769
- "github": "https://github.com/LuXDAmore/nuxt-humans-txt",
2901
+ "github": "https://github.com/Luxdamore/nuxt-humans-txt",
2770
2902
  "website": "https://luxdamore.github.io/nuxt-humans-txt/",
2771
2903
  "learn_more": "",
2772
2904
  "category": "SEO",
@@ -2802,7 +2934,7 @@
2802
2934
  {
2803
2935
  "name": "kazuya kawaguchi",
2804
2936
  "github": "kazupon",
2805
- "twitter": "kazu_pon",
2937
+ "twitter": "kazupon",
2806
2938
  "bluesky": "kazupon.dev"
2807
2939
  },
2808
2940
  {
@@ -2899,7 +3031,7 @@
2899
3031
  "repo": "gitfoxcode/nuxt-icons",
2900
3032
  "npm": "nuxt-icons",
2901
3033
  "icon": "icons.png",
2902
- "github": "https://github.com/gitFoxCode/nuxt-icons",
3034
+ "github": "https://github.com/gitfoxcode/nuxt-icons",
2903
3035
  "website": "https://github.com/gitFoxCode/nuxt-icons",
2904
3036
  "learn_more": "",
2905
3037
  "category": "UI",
@@ -3005,31 +3137,6 @@
3005
3137
  "requires": {}
3006
3138
  }
3007
3139
  },
3008
- {
3009
- "name": "inkline",
3010
- "description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
3011
- "repo": "inkline/inkline",
3012
- "npm": "inkline",
3013
- "icon": "inkline.svg",
3014
- "github": "https://github.com/inkline/inkline",
3015
- "website": "https://inkline.io",
3016
- "learn_more": "https://inkline.io/docs/installation/nuxt",
3017
- "category": "UI",
3018
- "type": "3rd-party",
3019
- "maintainers": [
3020
- {
3021
- "name": "Alex Grozav",
3022
- "github": "alexgrozav",
3023
- "twitter": "alexgrozav"
3024
- }
3025
- ],
3026
- "compatibility": {
3027
- "nuxt": "^2.0.0 || >=3.0.0",
3028
- "requires": {
3029
- "bridge": true
3030
- }
3031
- }
3032
- },
3033
3140
  {
3034
3141
  "name": "intercom",
3035
3142
  "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
@@ -3099,6 +3206,29 @@
3099
3206
  "requires": {}
3100
3207
  }
3101
3208
  },
3209
+ {
3210
+ "name": "jasy",
3211
+ "description": "Author PDFs as Vue components in Nuxt - client or server, zero-config. ZUGFeRD/XRechnung ready.",
3212
+ "repo": "jasy-pdf/jasy#main/packages/nuxt",
3213
+ "npm": "@jasy/nuxt",
3214
+ "icon": "jasy.svg",
3215
+ "github": "https://github.com/jasy-pdf/jasy",
3216
+ "website": "https://jasy.dev",
3217
+ "learn_more": "https://jasy.dev/docs/nuxt",
3218
+ "category": "Libraries",
3219
+ "type": "3rd-party",
3220
+ "maintainers": [
3221
+ {
3222
+ "name": "Florian Heuberger",
3223
+ "github": "Flo0806",
3224
+ "bluesky": "flo-heuberger.bsky.social"
3225
+ }
3226
+ ],
3227
+ "compatibility": {
3228
+ "nuxt": ">=3.0.0",
3229
+ "requires": {}
3230
+ }
3231
+ },
3102
3232
  {
3103
3233
  "name": "jsonapi",
3104
3234
  "description": "Easy JSON:API client integration for Nuxt",
@@ -3172,8 +3302,8 @@
3172
3302
  "npm": "@nuxtjs/kinde",
3173
3303
  "icon": "kinde.svg",
3174
3304
  "github": "https://github.com/nuxt-modules/kinde",
3175
- "website": "https://kinde.com/docs/developer-tools/nuxt-module/",
3176
- "learn_more": "https://kinde.com/",
3305
+ "website": "https://www.kinde.com/docs/developer-tools/nuxt-module/",
3306
+ "learn_more": "https://www.kinde.com/",
3177
3307
  "category": "Security",
3178
3308
  "type": "community",
3179
3309
  "maintainers": [
@@ -3201,7 +3331,7 @@
3201
3331
  "repo": "kong/kongponents",
3202
3332
  "npm": "@kong/kongponents",
3203
3333
  "icon": "kong.svg",
3204
- "github": "https://github.com/Kong/kongponents/tree/main/nuxt",
3334
+ "github": "https://github.com/kong/kongponents",
3205
3335
  "website": "https://kongponents.konghq.com/",
3206
3336
  "learn_more": "https://kongponents.konghq.com/guide/usage.html#nuxt-module",
3207
3337
  "category": "UI",
@@ -3222,11 +3352,11 @@
3222
3352
  {
3223
3353
  "name": "kql",
3224
3354
  "description": "Nuxt module for Kirby's Query Language API",
3225
- "repo": "johannschopplich/nuxt-kql",
3355
+ "repo": "johannschopplich/nuxt-kirby",
3226
3356
  "npm": "nuxt-kirby",
3227
3357
  "icon": "kql.svg",
3228
- "github": "https://github.com/johannschopplich/nuxt-kql",
3229
- "website": "https://nuxt-kql.byjohann.dev/",
3358
+ "github": "https://github.com/johannschopplich/nuxt-kirby",
3359
+ "website": "https://nuxt-kirby.byjohann.dev/",
3230
3360
  "learn_more": "",
3231
3361
  "category": "CMS",
3232
3362
  "type": "3rd-party",
@@ -3246,11 +3376,11 @@
3246
3376
  {
3247
3377
  "name": "laravel-echo",
3248
3378
  "description": "Laravel Echo for Nuxt",
3249
- "repo": "nuxt-community/laravel-echo",
3379
+ "repo": "nuxt-community/laravel-echo-module",
3250
3380
  "npm": "@nuxtjs/laravel-echo",
3251
3381
  "icon": "laravel-echo.png",
3252
- "github": "https://github.com/nuxt-community/laravel-echo",
3253
- "website": "https://github.com/nuxt-community/laravel-echo",
3382
+ "github": "https://github.com/nuxt-community/laravel-echo-module",
3383
+ "website": "https://github.com/nuxt-community/laravel-echo-module",
3254
3384
  "learn_more": "https://laravel.com/docs/8.x/broadcasting#installing-laravel-echo",
3255
3385
  "category": "CMS",
3256
3386
  "type": "community",
@@ -3343,8 +3473,8 @@
3343
3473
  "npm": "nuxt-link-checker",
3344
3474
  "icon": "link-checker.svg",
3345
3475
  "github": "https://github.com/harlan-zw/nuxt-link-checker",
3346
- "website": "https://nuxtseo.com/link-checker",
3347
- "learn_more": "https://nuxtseo.com/link-checker",
3476
+ "website": "https://nuxtseo.com/docs/link-checker/getting-started/installation",
3477
+ "learn_more": "https://nuxtseo.com/docs/link-checker/getting-started/installation",
3348
3478
  "category": "SEO",
3349
3479
  "type": "3rd-party",
3350
3480
  "maintainers": [
@@ -3364,14 +3494,14 @@
3364
3494
  {
3365
3495
  "name": "llms",
3366
3496
  "description": "Generate llms.txt documentation for your Nuxt application",
3367
- "repo": "nuxtlabs/nuxt-llms",
3497
+ "repo": "nuxt-content/nuxt-llms",
3368
3498
  "npm": "nuxt-llms",
3369
3499
  "icon": "llms.png",
3370
- "github": "https://github.com/nuxtlabs/nuxt-llms",
3371
- "website": "https://github.com/nuxtlabs/nuxt-llms",
3500
+ "github": "https://github.com/nuxt-content/nuxt-llms",
3501
+ "website": "https://github.com/nuxt-content/nuxt-llms",
3372
3502
  "learn_more": "",
3373
3503
  "category": "AI",
3374
- "type": "3rd-party",
3504
+ "type": "community",
3375
3505
  "maintainers": [
3376
3506
  {
3377
3507
  "name": "Farnabaz",
@@ -3422,11 +3552,11 @@
3422
3552
  {
3423
3553
  "name": "localtunnel",
3424
3554
  "description": "exposes your localhost to the world for easy testing and sharing",
3425
- "repo": "nuxt-community/modules#master/packages/localtunnel",
3555
+ "repo": "nuxt-community/legacy-modules#master/packages/localtunnel",
3426
3556
  "npm": "@nuxtjs/localtunnel",
3427
3557
  "icon": "localtunnel.png",
3428
- "github": "https://github.com/nuxt-community/modules/tree/master/packages/localtunnel",
3429
- "website": "https://github.com/nuxt-community/modules/tree/master/packages/localtunnel",
3558
+ "github": "https://github.com/nuxt-community/legacy-modules",
3559
+ "website": "https://github.com/nuxt-community/legacy-modules/tree/master/packages/localtunnel",
3430
3560
  "learn_more": "https://github.com/localtunnel/localtunnel",
3431
3561
  "category": "Devtools",
3432
3562
  "type": "community",
@@ -3446,10 +3576,10 @@
3446
3576
  {
3447
3577
  "name": "locomotive-scroll",
3448
3578
  "description": "A Nuxt module to easily integrate Locomotive Scroll into your Nuxt application.",
3449
- "repo": "arashsheyda/nuxt-locomotive-scroll",
3579
+ "repo": "nuxtaid/nuxt-locomotive-scroll",
3450
3580
  "npm": "nuxt-locomotive-scroll",
3451
3581
  "icon": "locomotive-scroll.png",
3452
- "github": "https://github.com/arashsheyda/nuxt-locomotive-scroll",
3582
+ "github": "https://github.com/nuxtaid/nuxt-locomotive-scroll",
3453
3583
  "website": "https://docs.arashsheyda.me/nuxt-locomotive-scroll",
3454
3584
  "learn_more": "https://github.com/locomotivemtl/locomotive-scroll",
3455
3585
  "category": "Libraries",
@@ -3475,7 +3605,7 @@
3475
3605
  "icon": "logrocket.png",
3476
3606
  "github": "https://github.com/nuxt-modules/logrocket",
3477
3607
  "website": "https://github.com/nuxt-modules/logrocket",
3478
- "learn_more": "https://docs.logrocket.com/docs",
3608
+ "learn_more": "https://docs.logrocket.com/docs/introduction",
3479
3609
  "category": "Monitoring",
3480
3610
  "type": "community",
3481
3611
  "maintainers": [
@@ -3496,9 +3626,9 @@
3496
3626
  "repo": "logto-io/js#master/packages/nuxt",
3497
3627
  "npm": "@logto/nuxt",
3498
3628
  "icon": "logto.svg",
3499
- "github": "https://github.com/logto-io/js/tree/master/packages/nuxt",
3629
+ "github": "https://github.com/logto-io/js",
3500
3630
  "website": "https://logto.io",
3501
- "learn_more": "https://docs.logto.io",
3631
+ "learn_more": "https://docs.logto.io/introduction",
3502
3632
  "category": "Security",
3503
3633
  "type": "3rd-party",
3504
3634
  "maintainers": [
@@ -3593,8 +3723,8 @@
3593
3723
  "npm": "magic-regexp",
3594
3724
  "icon": "magic-regexp.svg",
3595
3725
  "github": "https://github.com/unjs/magic-regexp",
3596
- "website": "https://magic-regexp.roe.dev",
3597
- "learn_more": "https://magic-regexp.roe.dev",
3726
+ "website": "https://regexp.dev/",
3727
+ "learn_more": "https://regexp.dev/",
3598
3728
  "category": "Libraries",
3599
3729
  "type": "3rd-party",
3600
3730
  "maintainers": [
@@ -3616,7 +3746,7 @@
3616
3746
  "repo": "yizack/nuxt-mailchannels",
3617
3747
  "npm": "nuxt-mailchannels",
3618
3748
  "icon": "mailchannels.svg",
3619
- "github": "https://github.com/Yizack/nuxt-mailchannels",
3749
+ "github": "https://github.com/yizack/nuxt-mailchannels",
3620
3750
  "website": "https://github.com/Yizack/nuxt-mailchannels",
3621
3751
  "learn_more": "https://www.mailchannels.com/email-api/",
3622
3752
  "category": "Extensions",
@@ -3687,7 +3817,7 @@
3687
3817
  "repo": "hanzydev/nuxt-marquee",
3688
3818
  "npm": "nuxt-marquee",
3689
3819
  "icon": "marquee.png",
3690
- "github": "https://github.com/hanzydev/nuxt-marquee/",
3820
+ "github": "https://github.com/hanzydev/nuxt-marquee",
3691
3821
  "website": "https://hanzydev.github.io/nuxt-marquee/",
3692
3822
  "learn_more": "",
3693
3823
  "category": "UI",
@@ -3733,7 +3863,7 @@
3733
3863
  "repo": "louismazel/maz-ui#master/packages/nuxt",
3734
3864
  "npm": "@maz-ui/nuxt",
3735
3865
  "icon": "maz-ui.png",
3736
- "github": "https://github.com/LouisMazel/maz-ui/tree/master/packages/nuxt",
3866
+ "github": "https://github.com/louismazel/maz-ui",
3737
3867
  "website": "https://maz-ui.com/",
3738
3868
  "learn_more": "https://maz-ui.com/guide/nuxt",
3739
3869
  "category": "UI",
@@ -3742,7 +3872,7 @@
3742
3872
  {
3743
3873
  "name": "Mazel",
3744
3874
  "github": "LouisMazel",
3745
- "twitter": "Mazeel"
3875
+ "twitter": "maz__ui"
3746
3876
  }
3747
3877
  ],
3748
3878
  "compatibility": {
@@ -3751,12 +3881,12 @@
3751
3881
  }
3752
3882
  },
3753
3883
  {
3754
- "name": "mcp-toolkit",
3884
+ "name": "mcp",
3755
3885
  "description": "Create MCP servers directly in your Nuxt application with zero configuration.",
3756
3886
  "repo": "nuxt-modules/mcp-toolkit#main/packages/nuxt-mcp-toolkit",
3757
3887
  "npm": "@nuxtjs/mcp-toolkit",
3758
3888
  "icon": "mcp-toolkit.png",
3759
- "github": "https://github.com/nuxt-modules/mcp-toolkit/tree/main/packages/nuxt-mcp-toolkit",
3889
+ "github": "https://github.com/nuxt-modules/mcp-toolkit",
3760
3890
  "website": "https://mcp-toolkit.nuxt.dev/getting-started/installation",
3761
3891
  "learn_more": "",
3762
3892
  "category": "AI",
@@ -3766,7 +3896,7 @@
3766
3896
  "name": "Hugo",
3767
3897
  "github": "HugoRCD",
3768
3898
  "twitter": "hugorcd",
3769
- "bluesky": "hrcd.fr"
3899
+ "bluesky": "hugorcd.com"
3770
3900
  }
3771
3901
  ],
3772
3902
  "compatibility": {
@@ -3778,11 +3908,11 @@
3778
3908
  {
3779
3909
  "name": "mdc",
3780
3910
  "description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
3781
- "repo": "nuxt-modules/mdc",
3911
+ "repo": "nuxt-content/mdc",
3782
3912
  "npm": "@nuxtjs/mdc",
3783
3913
  "icon": "mdc.png",
3784
- "github": "https://github.com/nuxt-modules/mdc",
3785
- "website": "https://github.com/nuxt-modules/mdc",
3914
+ "github": "https://github.com/nuxt-content/mdc",
3915
+ "website": "https://github.com/nuxt-content/mdc",
3786
3916
  "learn_more": "",
3787
3917
  "category": "Extensions",
3788
3918
  "type": "community",
@@ -3825,14 +3955,14 @@
3825
3955
  {
3826
3956
  "name": "medusa",
3827
3957
  "description": "Easily connect to Medusa from your Nuxt application",
3828
- "repo": "Baroshem/nuxt-medusa",
3958
+ "repo": "nuxt-modules/medusa",
3829
3959
  "npm": "@nuxtjs/medusa",
3830
3960
  "icon": "medusa.svg",
3831
- "github": "https://github.com/Baroshem/nuxt-medusa/",
3961
+ "github": "https://github.com/nuxt-modules/medusa",
3832
3962
  "website": "https://nuxt-medusa.vercel.app/",
3833
3963
  "learn_more": "https://nuxt-medusa.vercel.app/",
3834
3964
  "category": "Ecommerce",
3835
- "type": "3rd-party",
3965
+ "type": "community",
3836
3966
  "maintainers": [
3837
3967
  {
3838
3968
  "name": "Jakub Andrzejewski",
@@ -3928,7 +4058,7 @@
3928
4058
  "npm": "@mojocss/nuxt",
3929
4059
  "icon": "mojocss.svg",
3930
4060
  "github": "https://github.com/mojocss/mojocss-nuxt-module",
3931
- "website": "https://mojocss.com/docs/guide/nuxtjs",
4061
+ "website": "https://github.com/mojocss/mojocss-nuxt-module",
3932
4062
  "learn_more": "",
3933
4063
  "category": "UI",
3934
4064
  "type": "3rd-party",
@@ -3997,11 +4127,11 @@
3997
4127
  {
3998
4128
  "name": "neo4j",
3999
4129
  "description": "Effortlessly integrate Neo4j's powerful graph database into your Nuxt applications!",
4000
- "repo": "arashsheyda/nuxt-neo4j",
4130
+ "repo": "nuxtaid/nuxt-neo4j",
4001
4131
  "npm": "nuxt-neo4j",
4002
4132
  "icon": "nuxt-neo4j.png",
4003
- "github": "https://github.com/arashsheyda/nuxt-neo4j",
4004
- "website": "https://github.com/arashsheyda/nuxt-neo4j",
4133
+ "github": "https://github.com/nuxtaid/nuxt-neo4j",
4134
+ "website": "https://github.com/nuxtaid/nuxt-neo4j",
4005
4135
  "learn_more": "",
4006
4136
  "category": "Database",
4007
4137
  "type": "3rd-party",
@@ -4023,7 +4153,7 @@
4023
4153
  "description": "Nuxt module to create new _headers, _redirects and netlify.toml files for Netlify or to use existing ones",
4024
4154
  "repo": "nuxt-community/netlify-files-module",
4025
4155
  "npm": "@nuxtjs/netlify-files",
4026
- "icon": "netlify.png",
4156
+ "icon": "netlify.svg",
4027
4157
  "github": "https://github.com/nuxt-community/netlify-files-module",
4028
4158
  "website": "https://github.com/nuxt-community/netlify-files-module",
4029
4159
  "learn_more": "https://www.netlify.com/",
@@ -4044,23 +4174,23 @@
4044
4174
  },
4045
4175
  {
4046
4176
  "name": "netlify",
4047
- "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
4048
- "repo": "juliomrqz/nuxt-netlify",
4049
- "npm": "@aceforth/nuxt-netlify",
4050
- "icon": "netlify.png",
4051
- "github": "https://github.com/juliomrqz/nuxt-netlify",
4052
- "website": "https://github.com/juliomrqz/nuxt-netlify",
4053
- "learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
4177
+ "description": "Local emulation of the Netlify platform in development",
4178
+ "repo": "netlify/framework-adapters#main/packages/nuxt-module",
4179
+ "npm": "@netlify/nuxt",
4180
+ "icon": "netlify.svg",
4181
+ "github": "https://github.com/netlify/framework-adapters",
4182
+ "website": "https://github.com/netlify/framework-adapters#readme",
4183
+ "learn_more": "https://npmx.dev/package/@netlify/nuxt",
4054
4184
  "category": "Deployment",
4055
4185
  "type": "3rd-party",
4056
4186
  "maintainers": [
4057
4187
  {
4058
- "name": "bazzite",
4059
- "github": "bazzite"
4188
+ "name": "Netlify",
4189
+ "github": "netlify"
4060
4190
  }
4061
4191
  ],
4062
4192
  "compatibility": {
4063
- "nuxt": "^2.0.0",
4193
+ "nuxt": "^3.0.0 || ^4.0.0",
4064
4194
  "requires": {}
4065
4195
  }
4066
4196
  },
@@ -4134,6 +4264,30 @@
4134
4264
  "requires": {}
4135
4265
  }
4136
4266
  },
4267
+ {
4268
+ "name": "notform",
4269
+ "description": "Vue Forms Without the Friction",
4270
+ "repo": "favorodera/notform#main/packages/nuxt",
4271
+ "npm": "notform-nuxt",
4272
+ "icon": "notform.svg",
4273
+ "github": "https://github.com/favorodera/notform",
4274
+ "website": "https://notformdocs.vercel.app",
4275
+ "learn_more": "https://notformdocs.vercel.app/get-started/nuxt-module",
4276
+ "category": "Libraries",
4277
+ "type": "3rd-party",
4278
+ "maintainers": [
4279
+ {
4280
+ "name": "Favour Emeka",
4281
+ "github": "favorodera",
4282
+ "twitter": "favorodera",
4283
+ "avatar": "https://avatars.githubusercontent.com/favorodera?v=4"
4284
+ }
4285
+ ],
4286
+ "compatibility": {
4287
+ "nuxt": ">=4.0.0",
4288
+ "requires": {}
4289
+ }
4290
+ },
4137
4291
  {
4138
4292
  "name": "notion",
4139
4293
  "description": "Vue renderer for Notion pages",
@@ -4178,6 +4332,28 @@
4178
4332
  "requires": {}
4179
4333
  }
4180
4334
  },
4335
+ {
4336
+ "name": "nuxt-actions",
4337
+ "description": "Type-safe server actions with Standard Schema validation, middleware, optimistic updates, streaming, and SSR queries",
4338
+ "repo": "billymaulana/nuxt-actions",
4339
+ "npm": "nuxt-actions",
4340
+ "icon": "nuxt-actions.svg",
4341
+ "github": "https://github.com/billymaulana/nuxt-actions",
4342
+ "website": "https://billymaulana.github.io/nuxt-actions/",
4343
+ "learn_more": "https://billymaulana.github.io/nuxt-actions/guide/getting-started",
4344
+ "category": "Request",
4345
+ "type": "3rd-party",
4346
+ "maintainers": [
4347
+ {
4348
+ "name": "Billy Maulana",
4349
+ "github": "billymaulana"
4350
+ }
4351
+ ],
4352
+ "compatibility": {
4353
+ "nuxt": "^3.7.0 || ^4.0.0",
4354
+ "requires": {}
4355
+ }
4356
+ },
4181
4357
  {
4182
4358
  "name": "nuxt-aidbase",
4183
4359
  "description": "Easily integrate Aidbase into your Nuxt app.",
@@ -4294,6 +4470,31 @@
4294
4470
  "requires": {}
4295
4471
  }
4296
4472
  },
4473
+ {
4474
+ "name": "nuxt-auto-form",
4475
+ "description": "Auto-generate Nuxt UI forms from Zod 4 schemas",
4476
+ "repo": "Norbiros/nuxt-auto-form",
4477
+ "npm": "@norbiros/nuxt-auto-form",
4478
+ "icon": "nuxt-auto-form.svg",
4479
+ "github": "https://github.com/Norbiros/nuxt-auto-form",
4480
+ "website": "https://nuxt-auto-form.norbiros.dev",
4481
+ "learn_more": "https://www.npmjs.com/package/@norbiros/nuxt-auto-form",
4482
+ "category": "Libraries",
4483
+ "type": "3rd-party",
4484
+ "maintainers": [
4485
+ {
4486
+ "name": "Norbiros",
4487
+ "github": "Norbiros",
4488
+ "avatar": "https://avatars.githubusercontent.com/u/89837724?v=4",
4489
+ "twitter": "norbiros_dev",
4490
+ "bluesky": "norbiros.dev"
4491
+ }
4492
+ ],
4493
+ "compatibility": {
4494
+ "nuxt": ">=3.0.0",
4495
+ "requires": {}
4496
+ }
4497
+ },
4297
4498
  {
4298
4499
  "name": "nuxt-basic-auth",
4299
4500
  "description": "Nuxt Module for Basic Authentication",
@@ -4392,12 +4593,12 @@
4392
4593
  {
4393
4594
  "name": "nuxt-charts",
4394
4595
  "description": "Nuxt module for vue-chrts",
4395
- "repo": "dennisadriaans/vue-chrts#main/packages/nuxt",
4596
+ "repo": "dennisadriaans/vue-chrts#main/packages/nuxt-charts",
4396
4597
  "npm": "nuxt-charts",
4397
4598
  "icon": "nuxt-charts.svg",
4398
4599
  "github": "https://github.com/dennisadriaans/vue-chrts",
4399
4600
  "website": "https://nuxtcharts.com/",
4400
- "learn_more": "https://nuxtcharts.com/docs",
4601
+ "learn_more": "https://nuxtcharts.com/docs/getting-started/installation",
4401
4602
  "category": "UI",
4402
4603
  "type": "3rd-party",
4403
4604
  "maintainers": [
@@ -4435,13 +4636,35 @@
4435
4636
  "requires": {}
4436
4637
  }
4437
4638
  },
4639
+ {
4640
+ "name": "nuxt-claude-devtools",
4641
+ "description": "Nuxt DevTools integration for Claude Code AI assistant",
4642
+ "repo": "oro-ad/nuxt-claude-devtools",
4643
+ "npm": "@oro.ad/nuxt-claude-devtools",
4644
+ "icon": "",
4645
+ "github": "https://github.com/oro-ad/nuxt-claude-devtools",
4646
+ "website": "https://github.com/oro-ad/nuxt-claude-devtools",
4647
+ "learn_more": "",
4648
+ "category": "Devtools",
4649
+ "type": "3rd-party",
4650
+ "maintainers": [
4651
+ {
4652
+ "name": "oro-ad",
4653
+ "github": "oro-ad"
4654
+ }
4655
+ ],
4656
+ "compatibility": {
4657
+ "nuxt": ">=3.0.0",
4658
+ "requires": {}
4659
+ }
4660
+ },
4438
4661
  {
4439
4662
  "name": "nuxt-codemirror",
4440
4663
  "description": "Nuxt codemirror module",
4441
4664
  "repo": "thimodev/nuxt-codemirror",
4442
4665
  "npm": "nuxt-codemirror",
4443
4666
  "icon": "nuxt-codemirror.svg",
4444
- "github": "https://github.com/ThimoDEV/nuxt-codemirror",
4667
+ "github": "https://github.com/thimodev/nuxt-codemirror",
4445
4668
  "website": "https://github.com/ThimoDEV/nuxt-codemirror",
4446
4669
  "learn_more": "https://github.com/ThimoDEV/nuxt-codemirror",
4447
4670
  "category": "Libraries",
@@ -4464,7 +4687,7 @@
4464
4687
  "repo": "lorexiq/nuxt-color-picker",
4465
4688
  "npm": "nuxt-color-picker",
4466
4689
  "icon": "nuxt-color-picker.png",
4467
- "github": "https://github.com/LorexIQ/nuxt-color-picker",
4690
+ "github": "https://github.com/lorexiq/nuxt-color-picker",
4468
4691
  "website": "https://nuxt-color-picker.nuxt.dev/",
4469
4692
  "learn_more": "",
4470
4693
  "category": "UI",
@@ -4503,28 +4726,6 @@
4503
4726
  "requires": {}
4504
4727
  }
4505
4728
  },
4506
- {
4507
- "name": "nuxt-cookie-consent",
4508
- "description": "Nuxt module for integrating with cookie consent providers with ease",
4509
- "repo": "weareheavy/nuxt-cookie-consent",
4510
- "npm": "@weareheavy/nuxt-cookie-consent",
4511
- "icon": "wah.svg",
4512
- "github": "https://github.com/weareheavy/nuxt-cookie-consent",
4513
- "website": "https://nuxt-cookie-consent.packages.weareheavy.com",
4514
- "learn_more": "",
4515
- "category": "Extensions",
4516
- "type": "3rd-party",
4517
- "maintainers": [
4518
- {
4519
- "name": "weareheavy",
4520
- "github": "weareheavy"
4521
- }
4522
- ],
4523
- "compatibility": {
4524
- "nuxt": ">=3.0.0",
4525
- "requires": {}
4526
- }
4527
- },
4528
4729
  {
4529
4730
  "name": "nuxt-coolify",
4530
4731
  "description": "Integrate Nuxt and Nitro With Coolify's API using nuxt-coolify.",
@@ -4548,6 +4749,28 @@
4548
4749
  "requires": {}
4549
4750
  }
4550
4751
  },
4752
+ {
4753
+ "name": "nuxt-csp-report",
4754
+ "description": "A Nuxt module for collecting, normalizing, and persisting Content Security Policy (CSP) reports.",
4755
+ "repo": "Gonzo17/nuxt-csp-report",
4756
+ "npm": "nuxt-csp-report",
4757
+ "icon": "nuxt-csp-report.svg",
4758
+ "github": "https://github.com/Gonzo17/nuxt-csp-report",
4759
+ "website": "https://github.com/Gonzo17/nuxt-csp-report",
4760
+ "learn_more": "",
4761
+ "category": "Security",
4762
+ "type": "3rd-party",
4763
+ "maintainers": [
4764
+ {
4765
+ "name": "David Gonzalez Casin",
4766
+ "github": "Gonzo17"
4767
+ }
4768
+ ],
4769
+ "compatibility": {
4770
+ "nuxt": ">=3.12.0",
4771
+ "requires": {}
4772
+ }
4773
+ },
4551
4774
  {
4552
4775
  "name": "nuxt-email-renderer",
4553
4776
  "description": "A Nuxt module that provides high-quality, unstyled components & utils for creating emails using Vue and TypeScript.",
@@ -4585,7 +4808,7 @@
4585
4808
  "type": "3rd-party",
4586
4809
  "maintainers": [
4587
4810
  {
4588
- "name": "Supanut Dokmaithong",
4811
+ "name": "Supanut Weerachotthakorn",
4589
4812
  "github": "Boomgeek"
4590
4813
  },
4591
4814
  {
@@ -4656,7 +4879,8 @@
4656
4879
  "maintainers": [
4657
4880
  {
4658
4881
  "name": "Ali Sokkar",
4659
- "github": "NyllRE"
4882
+ "github": "NyllRE",
4883
+ "twitter": "nyllre"
4660
4884
  }
4661
4885
  ],
4662
4886
  "compatibility": {
@@ -4708,7 +4932,7 @@
4708
4932
  }
4709
4933
  ],
4710
4934
  "compatibility": {
4711
- "nuxt": "^3.0.0",
4935
+ "nuxt": ">=3.0.0",
4712
4936
  "requires": {}
4713
4937
  }
4714
4938
  },
@@ -4743,7 +4967,7 @@
4743
4967
  "npm": "nuxt-glaze",
4744
4968
  "icon": "nuxt-glaze.png",
4745
4969
  "github": "https://github.com/holux-design/nuxt-glaze",
4746
- "website": "https://glaze.dev",
4970
+ "website": "https://www.glaze.dev/",
4747
4971
  "learn_more": "",
4748
4972
  "category": "Libraries",
4749
4973
  "type": "3rd-party",
@@ -4804,7 +5028,7 @@
4804
5028
  },
4805
5029
  {
4806
5030
  "name": "nuxt-gql-pulse",
4807
- "description": "A Nuxt 3 module for making GraphQL requests with ease, leveraging the power of Nuxt's composables and VueUse.",
5031
+ "description": "A Nuxt module for making GraphQL requests with ease, leveraging the power of Nuxt's composables.",
4808
5032
  "repo": "Abbasmoe/nuxt-gql-pulse",
4809
5033
  "npm": "nuxt-gql-pulse",
4810
5034
  "icon": "nuxt-gql-pulse.png",
@@ -4815,7 +5039,7 @@
4815
5039
  "type": "3rd-party",
4816
5040
  "maintainers": [
4817
5041
  {
4818
- "name": "Abbas Mohamed",
5042
+ "name": "Abbas Mohamed Ahmed",
4819
5043
  "github": "Abbasmoe"
4820
5044
  }
4821
5045
  ],
@@ -4856,11 +5080,11 @@
4856
5080
  {
4857
5081
  "name": "nuxt-graphql-playground",
4858
5082
  "description": "",
4859
- "repo": "pinpon-dev/nuxt-graphql-playground",
5083
+ "repo": "tuarrep/nuxt-graphql-playground",
4860
5084
  "npm": "@pin-pon/nuxt-graphql-playground",
4861
5085
  "icon": "",
4862
- "github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
4863
- "website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
5086
+ "github": "https://github.com/tuarrep/nuxt-graphql-playground",
5087
+ "website": "https://github.com/tuarrep/nuxt-graphql-playground",
4864
5088
  "learn_more": "",
4865
5089
  "category": "Devtools",
4866
5090
  "type": "3rd-party",
@@ -4898,6 +5122,30 @@
4898
5122
  "devtools": "^0.0.0"
4899
5123
  }
4900
5124
  },
5125
+ {
5126
+ "name": "nuxt-highlight",
5127
+ "description": "Nuxt module for Highlight.io with session replay, error monitoring, and logging",
5128
+ "repo": "nuxtaid/nuxt-highlight",
5129
+ "npm": "nuxt-highlight",
5130
+ "icon": "nuxt-highlight.svg",
5131
+ "github": "https://github.com/nuxtaid/nuxt-highlight",
5132
+ "website": "https://github.com/nuxtaid/nuxt-highlight#readme",
5133
+ "learn_more": "https://highlight.io/docs/general/welcome",
5134
+ "category": "Monitoring",
5135
+ "type": "3rd-party",
5136
+ "maintainers": [
5137
+ {
5138
+ "name": "Arash Ari Sheyda",
5139
+ "github": "arashsheyda",
5140
+ "twitter": "arash_sheyda",
5141
+ "bluesky": "arashsheyda.me"
5142
+ }
5143
+ ],
5144
+ "compatibility": {
5145
+ "nuxt": ">=3.0.0",
5146
+ "requires": {}
5147
+ }
5148
+ },
4901
5149
  {
4902
5150
  "name": "nuxt-http-client-hints",
4903
5151
  "description": "Nuxt HTTP Client Hints",
@@ -4976,7 +5224,7 @@
4976
5224
  "repo": "daliborgogic/nuxt-interpolation#master",
4977
5225
  "npm": "nuxt-interpolation",
4978
5226
  "icon": "",
4979
- "github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
5227
+ "github": "https://github.com/daliborgogic/nuxt-interpolation",
4980
5228
  "website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
4981
5229
  "learn_more": "",
4982
5230
  "category": "Devtools",
@@ -5087,6 +5335,30 @@
5087
5335
  "requires": {}
5088
5336
  }
5089
5337
  },
5338
+ {
5339
+ "name": "nuxt-livekit",
5340
+ "description": "LiveKit integration for Nuxt: realtime video, audio, and data with client composables and server utilities",
5341
+ "repo": "nuxtaid/nuxt-livekit",
5342
+ "npm": "nuxt-livekit",
5343
+ "icon": "nuxt-livekit.svg",
5344
+ "github": "https://github.com/nuxtaid/nuxt-livekit",
5345
+ "website": "https://github.com/nuxtaid/nuxt-livekit#readme",
5346
+ "learn_more": "https://docs.livekit.io/intro/overview/",
5347
+ "category": "Libraries",
5348
+ "type": "3rd-party",
5349
+ "maintainers": [
5350
+ {
5351
+ "name": "Arash Ari Sheyda",
5352
+ "github": "arashsheyda",
5353
+ "twitter": "arash_sheyda",
5354
+ "bluesky": "arashsheyda.me"
5355
+ }
5356
+ ],
5357
+ "compatibility": {
5358
+ "nuxt": ">=3.0.0",
5359
+ "requires": {}
5360
+ }
5361
+ },
5090
5362
  {
5091
5363
  "name": "nuxt-localtunnel",
5092
5364
  "description": "Exposes your Nuxt localhost to the world automatically.",
@@ -5237,13 +5509,13 @@
5237
5509
  "type": "3rd-party",
5238
5510
  "maintainers": [
5239
5511
  {
5240
- "name": "Tanuki",
5512
+ "name": "erwann.dev",
5241
5513
  "github": "tanukijs",
5242
5514
  "avatar": "https://avatars.githubusercontent.com/u/25182349?v=4"
5243
5515
  }
5244
5516
  ],
5245
5517
  "compatibility": {
5246
- "nuxt": ">=3.0.0",
5518
+ "nuxt": ">=3.7.0",
5247
5519
  "requires": {}
5248
5520
  }
5249
5521
  },
@@ -5273,10 +5545,10 @@
5273
5545
  {
5274
5546
  "name": "nuxt-mongoose",
5275
5547
  "description": "A Nuxt module for simplifying the use of Mongoose in your project.",
5276
- "repo": "arashsheyda/nuxt-mongoose",
5548
+ "repo": "nuxtaid/nuxt-mongoose",
5277
5549
  "npm": "nuxt-mongoose",
5278
5550
  "icon": "nuxt-mongoose.svg",
5279
- "github": "https://github.com/arashsheyda/nuxt-mongoose",
5551
+ "github": "https://github.com/nuxtaid/nuxt-mongoose",
5280
5552
  "website": "https://nuxt-mongoose.nuxt.space",
5281
5553
  "learn_more": "",
5282
5554
  "category": "Database",
@@ -5298,11 +5570,11 @@
5298
5570
  {
5299
5571
  "name": "nuxt-mqtt",
5300
5572
  "description": "A Nuxt module for real-time MQTT communication using mqtt.js",
5301
- "repo": "arashsheyda/nuxt-mqtt",
5573
+ "repo": "nuxtaid/nuxt-mqtt",
5302
5574
  "npm": "nuxt-mqtt",
5303
5575
  "icon": "nuxt-mqtt.png",
5304
- "github": "https://github.com/arashsheyda/nuxt-mqtt",
5305
- "website": "https://github.com/arashsheyda/nuxt-mongoose#readme",
5576
+ "github": "https://github.com/nuxtaid/nuxt-mqtt",
5577
+ "website": "https://github.com/nuxtaid/nuxt-mqtt#readme",
5306
5578
  "learn_more": "",
5307
5579
  "category": "Extensions",
5308
5580
  "type": "3rd-party",
@@ -5427,7 +5699,9 @@
5427
5699
  {
5428
5700
  "name": "Norbiros",
5429
5701
  "github": "Norbiros",
5430
- "avatar": "https://avatars.githubusercontent.com/u/89837724?v=4"
5702
+ "avatar": "https://avatars.githubusercontent.com/u/89837724?v=4",
5703
+ "twitter": "norbiros_dev",
5704
+ "bluesky": "norbiros.dev"
5431
5705
  },
5432
5706
  {
5433
5707
  "name": "Taras Batenkov",
@@ -5436,7 +5710,7 @@
5436
5710
  }
5437
5711
  ],
5438
5712
  "compatibility": {
5439
- "nuxt": ">=3.0.0 <5.0.0-alpha.0",
5713
+ "nuxt": ">=3.0.0",
5440
5714
  "requires": {}
5441
5715
  }
5442
5716
  },
@@ -5520,7 +5794,7 @@
5520
5794
  "repo": "i2djs/pdf-frame#main/packages/pdf-frame-nuxt",
5521
5795
  "npm": "@i2d/nuxt-pdf-frame",
5522
5796
  "icon": "pdf-frame.svg",
5523
- "github": "https://github.com/i2djs/pdf-frame/tree/main/packages/pdf-frame-nuxt",
5797
+ "github": "https://github.com/i2djs/pdf-frame",
5524
5798
  "website": "https://www.pdf-frame.org",
5525
5799
  "learn_more": "https://github.com/I2Djs/pdf-frame/wiki/nuxt%E2%80%90pdf%E2%80%90frame",
5526
5800
  "category": "Libraries",
@@ -5582,6 +5856,30 @@
5582
5856
  "requires": {}
5583
5857
  }
5584
5858
  },
5859
+ {
5860
+ "name": "nuxt-pinecone",
5861
+ "description": "Pinecone integration for Nuxt: realtime video, audio, and data with client composables and server utilities",
5862
+ "repo": "nuxtaid/nuxt-pinecone",
5863
+ "npm": "nuxt-pinecone",
5864
+ "icon": "nuxt-pinecone.svg",
5865
+ "github": "https://github.com/nuxtaid/nuxt-pinecone",
5866
+ "website": "https://github.com/nuxtaid/nuxt-pinecone#readme",
5867
+ "learn_more": "https://docs.pinecone.io/guides/get-started/overview",
5868
+ "category": "Database",
5869
+ "type": "3rd-party",
5870
+ "maintainers": [
5871
+ {
5872
+ "name": "Arash Ari Sheyda",
5873
+ "github": "arashsheyda",
5874
+ "twitter": "arash_sheyda",
5875
+ "bluesky": "arashsheyda.me"
5876
+ }
5877
+ ],
5878
+ "compatibility": {
5879
+ "nuxt": ">=3.0.0",
5880
+ "requires": {}
5881
+ }
5882
+ },
5585
5883
  {
5586
5884
  "name": "nuxt-pino-log",
5587
5885
  "description": "Structured logs for nuxt apps using pino",
@@ -5617,7 +5915,7 @@
5617
5915
  "type": "3rd-party",
5618
5916
  "maintainers": [
5619
5917
  {
5620
- "name": "Supanut Dokmaithong",
5918
+ "name": "Supanut Weerachotthakorn",
5621
5919
  "github": "Boomgeek"
5622
5920
  },
5623
5921
  {
@@ -5721,14 +6019,36 @@
5721
6019
  "requires": {}
5722
6020
  }
5723
6021
  },
6022
+ {
6023
+ "name": "nuxt-realtime",
6024
+ "description": "Real-time state synchronization for Nuxt applications. Share reactive state across clients, broadcast events, and manage connections.",
6025
+ "repo": "daanvangeloven/nuxt-realtime",
6026
+ "npm": "nuxt-realtime",
6027
+ "icon": "nuxt-realtime.svg",
6028
+ "github": "https://github.com/daanvangeloven/nuxt-realtime",
6029
+ "website": "https://nuxtrealtime.com/",
6030
+ "learn_more": "https://nuxtrealtime.com/getting-started",
6031
+ "category": "Libraries",
6032
+ "type": "3rd-party",
6033
+ "maintainers": [
6034
+ {
6035
+ "name": "Daan van Geloven",
6036
+ "github": "daanvangeloven"
6037
+ }
6038
+ ],
6039
+ "compatibility": {
6040
+ "nuxt": ">=3.0.0",
6041
+ "requires": {}
6042
+ }
6043
+ },
5724
6044
  {
5725
6045
  "name": "nuxt-safe-runtime-config",
5726
6046
  "description": "Validate Nuxt runtime config with Standard Schema at build time",
5727
6047
  "repo": "onmax/nuxt-safe-runtime-config#main",
5728
6048
  "npm": "nuxt-safe-runtime-config",
5729
6049
  "icon": "nuxt-safe-runtime-config.svg",
5730
- "github": "https://github.com/onmax/nuxt-safe-runtime-config/tree/main",
5731
- "website": "https://github.com/onmax/nuxt-safe-runtime-config/tree/main",
6050
+ "github": "https://github.com/onmax/nuxt-safe-runtime-config",
6051
+ "website": "https://nuxt-safe-runtime-config.onmax.me",
5732
6052
  "learn_more": "",
5733
6053
  "category": "Devtools",
5734
6054
  "type": "3rd-party",
@@ -5846,17 +6166,17 @@
5846
6166
  {
5847
6167
  "name": "nuxt-smartlook",
5848
6168
  "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
5849
- "repo": "f00b4r/nuxt-smartlook",
6169
+ "repo": "contributte/nuxt-smartlook",
5850
6170
  "npm": "nuxt-smartlook",
5851
6171
  "icon": "nuxt-smartlook.png",
5852
- "github": "https://github.com/f00b4r/nuxt-smartlook",
5853
- "website": "https://github.com/f00b4r/nuxt-smartlook",
6172
+ "github": "https://github.com/contributte/nuxt-smartlook",
6173
+ "website": "https://github.com/contributte/nuxt-smartlook",
5854
6174
  "learn_more": "https://www.smartlook.com/",
5855
6175
  "category": "Analytics",
5856
6176
  "type": "3rd-party",
5857
6177
  "maintainers": [
5858
6178
  {
5859
- "name": "Milan Felix Šulc",
6179
+ "name": "Milan Šulc",
5860
6180
  "github": "f3l1x",
5861
6181
  "twitter": "xf3l1x",
5862
6182
  "avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
@@ -5891,6 +6211,28 @@
5891
6211
  "requires": {}
5892
6212
  }
5893
6213
  },
6214
+ {
6215
+ "name": "nuxt-spyglass",
6216
+ "description": "Capture browser and server logs in one correlated place — and let your AI agent read them over MCP",
6217
+ "repo": "Flo0806/nuxt-spyglass",
6218
+ "npm": "nuxt-spyglass",
6219
+ "icon": "nuxt-spyglass.svg",
6220
+ "github": "https://github.com/Flo0806/nuxt-spyglass",
6221
+ "website": "https://spyglass.fh-softdev.de",
6222
+ "learn_more": "https://spyglass.fh-softdev.de",
6223
+ "category": "AI",
6224
+ "type": "3rd-party",
6225
+ "maintainers": [
6226
+ {
6227
+ "name": "Florian Heuberger",
6228
+ "github": "Flo0806"
6229
+ }
6230
+ ],
6231
+ "compatibility": {
6232
+ "nuxt": ">=3.0.0",
6233
+ "requires": {}
6234
+ }
6235
+ },
5894
6236
  {
5895
6237
  "name": "nuxt-ssr-api-logger",
5896
6238
  "description": "A small module that helps you see when your Nuxt application sends any API request via SSR.",
@@ -5978,7 +6320,8 @@
5978
6320
  "maintainers": [
5979
6321
  {
5980
6322
  "name": "Frederik Bußmann",
5981
- "github": "freb97"
6323
+ "github": "freb97",
6324
+ "bluesky": "freb97.bsky.social"
5982
6325
  }
5983
6326
  ],
5984
6327
  "compatibility": {
@@ -6082,11 +6425,11 @@
6082
6425
  {
6083
6426
  "name": "nuxt-toc",
6084
6427
  "description": "Nuxt module for table of contents (TOC) component in Nuxt Content projects",
6085
- "repo": "hanyujie2002/nuxt-toc",
6428
+ "repo": "thaikolja/nuxt-toc",
6086
6429
  "npm": "nuxt-toc",
6087
6430
  "icon": "nuxt-toc.png",
6088
- "github": "https://github.com/hanyujie2002/nuxt-toc",
6089
- "website": "https://github.com/hanyujie2002/nuxt-toc",
6431
+ "github": "https://github.com/thaikolja/nuxt-toc",
6432
+ "website": "https://github.com/thaikolja/nuxt-toc",
6090
6433
  "learn_more": "",
6091
6434
  "category": "UI",
6092
6435
  "type": "3rd-party",
@@ -6209,12 +6552,36 @@
6209
6552
  }
6210
6553
  ],
6211
6554
  "compatibility": {
6212
- "nuxt": "^2.0.0 || >=3.0.0",
6555
+ "nuxt": ">=3.0.0-rc.11",
6213
6556
  "requires": {
6214
6557
  "bridge": "optional"
6215
6558
  }
6216
6559
  }
6217
6560
  },
6561
+ {
6562
+ "name": "nuxt-volcano",
6563
+ "description": "A Nuxt module for Volcano Agent SDK - build AI agents with LLM reasoning and MCP tools",
6564
+ "repo": "arashsheyda/nuxt-volcano",
6565
+ "npm": "nuxt-volcano",
6566
+ "icon": "nuxt-volcano.png",
6567
+ "github": "https://github.com/arashsheyda/nuxt-volcano",
6568
+ "website": "https://github.com/arashsheyda/nuxt-volcano#readme",
6569
+ "learn_more": "",
6570
+ "category": "AI",
6571
+ "type": "3rd-party",
6572
+ "maintainers": [
6573
+ {
6574
+ "name": "Arash Ari Sheyda",
6575
+ "github": "arashsheyda",
6576
+ "twitter": "arash_sheyda",
6577
+ "bluesky": "arashsheyda.me"
6578
+ }
6579
+ ],
6580
+ "compatibility": {
6581
+ "nuxt": ">=3.0.0",
6582
+ "requires": {}
6583
+ }
6584
+ },
6218
6585
  {
6219
6586
  "name": "nuxt-vue3-google-signin",
6220
6587
  "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
@@ -6282,13 +6649,35 @@
6282
6649
  "requires": {}
6283
6650
  }
6284
6651
  },
6652
+ {
6653
+ "name": "nuxt-zod",
6654
+ "description": "Zod integration for Nuxt with a simple composable.",
6655
+ "repo": "DarlanPrado/nuxt-zod",
6656
+ "npm": "nuxt-zod",
6657
+ "icon": "nuxt-zod.svg",
6658
+ "github": "https://github.com/DarlanPrado/nuxt-zod",
6659
+ "website": "https://github.com/DarlanPrado/nuxt-zod",
6660
+ "learn_more": "",
6661
+ "category": "Libraries",
6662
+ "type": "3rd-party",
6663
+ "maintainers": [
6664
+ {
6665
+ "name": "Darlan José Batista do Prado",
6666
+ "github": "DarlanPrado"
6667
+ }
6668
+ ],
6669
+ "compatibility": {
6670
+ "nuxt": ">=3.0.0",
6671
+ "requires": {}
6672
+ }
6673
+ },
6285
6674
  {
6286
6675
  "name": "nuxt2-ngrok",
6287
6676
  "description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes",
6288
- "repo": "nuxt-community/ngrok",
6677
+ "repo": "nuxt-modules/ngrok",
6289
6678
  "npm": "@nuxtjs/ngrok",
6290
6679
  "icon": "ngrok.png",
6291
- "github": "https://github.com/nuxt-community/ngrok-module",
6680
+ "github": "https://github.com/nuxt-modules/ngrok",
6292
6681
  "website": "https://ngrok.nuxtjs.org",
6293
6682
  "learn_more": "https://github.com/bubenshchykov/ngrok",
6294
6683
  "category": "Devtools",
@@ -6339,8 +6728,8 @@
6339
6728
  "repo": "daliborgogic/interpolation",
6340
6729
  "npm": "nuxt3-interpolation",
6341
6730
  "icon": "",
6342
- "github": "https://github.com/daliborgogic/interpolation/tree/master",
6343
- "website": "https://github.com/daliborgogic/interpolation/tree/master",
6731
+ "github": "https://github.com/daliborgogic/interpolation",
6732
+ "website": "https://github.com/daliborgogic/interpolation/tree/main",
6344
6733
  "learn_more": "",
6345
6734
  "category": "Devtools",
6346
6735
  "type": "3rd-party",
@@ -6387,8 +6776,8 @@
6387
6776
  "npm": "nuxt-og-image",
6388
6777
  "icon": "og-image.svg",
6389
6778
  "github": "https://github.com/nuxt-modules/og-image",
6390
- "website": "https://nuxtseo.com/og-image",
6391
- "learn_more": "https://nuxtseo.com/og-image",
6779
+ "website": "https://nuxtseo.com/docs/og-image/getting-started/installation",
6780
+ "learn_more": "https://nuxtseo.com/docs/og-image/getting-started/installation",
6392
6781
  "category": "SEO",
6393
6782
  "type": "community",
6394
6783
  "maintainers": [
@@ -6460,7 +6849,7 @@
6460
6849
  },
6461
6850
  {
6462
6851
  "name": "onyx",
6463
- "description": "A design system and Vue.js component library created by Schwarz IT",
6852
+ "description": "A design system and Vue.js component library created by Schwarz Digits",
6464
6853
  "repo": "SchwarzIT/onyx#main/packages/nuxt",
6465
6854
  "npm": "@sit-onyx/nuxt",
6466
6855
  "icon": "onyx.svg",
@@ -6578,7 +6967,7 @@
6578
6967
  "icon": "partytown.svg",
6579
6968
  "github": "https://github.com/nuxt-modules/partytown",
6580
6969
  "website": "https://github.com/nuxt-modules/partytown",
6581
- "learn_more": "https://partytown.builder.io/",
6970
+ "learn_more": "https://partytown.qwik.dev/",
6582
6971
  "category": "Performance",
6583
6972
  "type": "community",
6584
6973
  "maintainers": [
@@ -6599,11 +6988,11 @@
6599
6988
  {
6600
6989
  "name": "paypal",
6601
6990
  "description": "A Nuxt module for simplifying the use of Paypal in your project.",
6602
- "repo": "arashsheyda/nuxt-paypal",
6991
+ "repo": "nuxtaid/nuxt-paypal",
6603
6992
  "npm": "nuxt-paypal",
6604
6993
  "icon": "paypal.svg",
6605
- "github": "https://github.com/arashsheyda/nuxt-paypal",
6606
- "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
6994
+ "github": "https://github.com/nuxtaid/nuxt-paypal",
6995
+ "website": "https://github.com/nuxtaid/nuxt-paypal#readme",
6607
6996
  "learn_more": "https://developer.paypal.com/sdk/js/reference/",
6608
6997
  "category": "Payment",
6609
6998
  "type": "3rd-party",
@@ -6698,7 +7087,7 @@
6698
7087
  "repo": "posva/pinia-colada#main/nuxt",
6699
7088
  "npm": "@pinia/colada-nuxt",
6700
7089
  "icon": "pinia-colada.png",
6701
- "github": "https://github.com/posva/pinia-colada/tree/main/nuxt",
7090
+ "github": "https://github.com/posva/pinia-colada",
6702
7091
  "website": "https://pinia-colada.esm.dev",
6703
7092
  "learn_more": "",
6704
7093
  "category": "Extensions",
@@ -6722,7 +7111,7 @@
6722
7111
  "repo": "CodeDredd/pinia-orm#main/packages/nuxt",
6723
7112
  "npm": "@pinia-orm/nuxt",
6724
7113
  "icon": "pinia-orm.svg",
6725
- "github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
7114
+ "github": "https://github.com/CodeDredd/pinia-orm",
6726
7115
  "website": "https://pinia-orm.codedredd.de/",
6727
7116
  "learn_more": "",
6728
7117
  "category": "Extensions",
@@ -6735,7 +7124,7 @@
6735
7124
  }
6736
7125
  ],
6737
7126
  "compatibility": {
6738
- "nuxt": "^2.0.0 || >=3.0.0",
7127
+ "nuxt": ">=3.14.0",
6739
7128
  "requires": {
6740
7129
  "bridge": "optional"
6741
7130
  }
@@ -6769,7 +7158,7 @@
6769
7158
  "repo": "vuejs/pinia#v2/packages/nuxt",
6770
7159
  "npm": "@pinia/nuxt",
6771
7160
  "icon": "pinia.svg",
6772
- "github": "https://github.com/vuejs/pinia/tree/v2/packages/nuxt",
7161
+ "github": "https://github.com/vuejs/pinia",
6773
7162
  "website": "https://pinia.vuejs.org/",
6774
7163
  "learn_more": "",
6775
7164
  "category": "Extensions",
@@ -6783,7 +7172,7 @@
6783
7172
  }
6784
7173
  ],
6785
7174
  "compatibility": {
6786
- "nuxt": "^3.15.0 || ^4.0.0",
7175
+ "nuxt": "^3.15.0 || ^4.0.0 || ^5.0.0",
6787
7176
  "requires": {
6788
7177
  "bridge": "optional"
6789
7178
  }
@@ -6834,6 +7223,51 @@
6834
7223
  "requires": {}
6835
7224
  }
6836
7225
  },
7226
+ {
7227
+ "name": "polar",
7228
+ "description": "Polar.sh integration for Nuxt",
7229
+ "repo": "polarsource/polar-adapters#main/packages/polar-nuxt",
7230
+ "npm": "@polar-sh/nuxt",
7231
+ "icon": "polar.svg",
7232
+ "github": "https://github.com/polarsource/polar-adapters",
7233
+ "website": "https://polar.sh/docs/integrate/sdk/adapters/nuxt",
7234
+ "learn_more": "https://polar.sh/docs/introduction",
7235
+ "category": "Payment",
7236
+ "type": "3rd-party",
7237
+ "maintainers": [
7238
+ {
7239
+ "name": "Emil Widlund",
7240
+ "github": "emilwidlund",
7241
+ "twitter": "emilwidlund"
7242
+ }
7243
+ ],
7244
+ "compatibility": {
7245
+ "nuxt": ">=3.0.0",
7246
+ "requires": {}
7247
+ }
7248
+ },
7249
+ {
7250
+ "name": "powersync",
7251
+ "description": "Offline-first sync with native Nuxt integration — auto-imported composables, built-in diagnostics, Nuxt DevTools integration, and optional Kysely for type-safe queries",
7252
+ "repo": "powersync-ja/powersync-js#main/packages/nuxt",
7253
+ "npm": "@powersync/nuxt",
7254
+ "icon": "powersync.svg",
7255
+ "github": "https://github.com/powersync-ja/powersync-js",
7256
+ "website": "https://docs.powersync.com/intro/powersync-overview",
7257
+ "learn_more": "https://powersync.com/",
7258
+ "category": "Database",
7259
+ "type": "3rd-party",
7260
+ "maintainers": [
7261
+ {
7262
+ "name": "PowerSync",
7263
+ "github": "powersync-ja"
7264
+ }
7265
+ ],
7266
+ "compatibility": {
7267
+ "nuxt": ">=4.0.0",
7268
+ "requires": {}
7269
+ }
7270
+ },
6837
7271
  {
6838
7272
  "name": "precognition",
6839
7273
  "description": "Nuxt module implementing Laravel Precognition protocol in Nitro",
@@ -6902,29 +7336,6 @@
6902
7336
  "requires": {}
6903
7337
  }
6904
7338
  },
6905
- {
6906
- "name": "primevue",
6907
- "description": "Next Generation Vue UI Component Library",
6908
- "repo": "primefaces/primevue#master/packages/nuxt-module",
6909
- "npm": "@primevue/nuxt-module",
6910
- "icon": "primevue.svg",
6911
- "github": "https://github.com/primefaces/primevue/tree/master/packages/nuxt-module",
6912
- "website": "https://primevue.org/",
6913
- "learn_more": "https://primevue.org/nuxt/",
6914
- "category": "UI",
6915
- "type": "3rd-party",
6916
- "maintainers": [
6917
- {
6918
- "name": "primefaces",
6919
- "github": "primefaces",
6920
- "twitter": "primevue"
6921
- }
6922
- ],
6923
- "compatibility": {
6924
- "nuxt": ">=3.0.0",
6925
- "requires": {}
6926
- }
6927
- },
6928
7339
  {
6929
7340
  "name": "prisma",
6930
7341
  "description": "Integrate Nuxt with Prisma ORM to simplify database access!",
@@ -6932,7 +7343,7 @@
6932
7343
  "npm": "@prisma/nuxt",
6933
7344
  "icon": "prisma.png",
6934
7345
  "github": "https://github.com/prisma/nuxt-prisma",
6935
- "website": "https://www.prisma.io/docs/guides/nuxt",
7346
+ "website": "https://www.prisma.io/docs/guides/frameworks/nuxt",
6936
7347
  "learn_more": "https://www.prisma.io/orm",
6937
7348
  "category": "Database",
6938
7349
  "type": "3rd-party",
@@ -7092,7 +7503,7 @@
7092
7503
  "icon": "pwa.png",
7093
7504
  "github": "https://github.com/nuxt-community/pwa-module",
7094
7505
  "website": "https://pwa.nuxtjs.org",
7095
- "learn_more": "https://web.dev/progressive-web-apps/",
7506
+ "learn_more": "https://web.dev/explore/progressive-web-apps?hl=ru",
7096
7507
  "category": "Performance",
7097
7508
  "type": "community",
7098
7509
  "maintainers": [
@@ -7186,7 +7597,7 @@
7186
7597
  "repo": "samuelreichor/query-api#HEAD/packages/nuxt",
7187
7598
  "npm": "@query-api/nuxt",
7188
7599
  "icon": "query-api.svg",
7189
- "github": "https://github.com/samuelreichor/query-api/tree/main/packages/nuxt",
7600
+ "github": "https://github.com/samuelreichor/query-api",
7190
7601
  "website": "https://samuelreichor.at/libraries/nuxt-craftcms",
7191
7602
  "learn_more": "https://samuelreichor.at/libraries",
7192
7603
  "category": "CMS",
@@ -7210,7 +7621,7 @@
7210
7621
  "icon": "radash.png",
7211
7622
  "github": "https://github.com/bbg/nuxt-radash",
7212
7623
  "website": "https://github.com/bbg/nuxt-radash#readme",
7213
- "learn_more": "https://github.com/rayepps/radash/",
7624
+ "learn_more": "https://github.com/sodiray/radash",
7214
7625
  "category": "Libraries",
7215
7626
  "type": "3rd-party",
7216
7627
  "maintainers": [
@@ -7232,7 +7643,7 @@
7232
7643
  "icon": "recaptcha.png",
7233
7644
  "github": "https://github.com/nuxt-community/recaptcha-module",
7234
7645
  "website": "https://github.com/nuxt-community/recaptcha-module",
7235
- "learn_more": "https://www.google.com/recaptcha/about/",
7646
+ "learn_more": "https://cloud.google.com/security/products/recaptcha",
7236
7647
  "category": "Security",
7237
7648
  "type": "community",
7238
7649
  "maintainers": [
@@ -7297,10 +7708,10 @@
7297
7708
  {
7298
7709
  "name": "reka-ui",
7299
7710
  "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
7300
- "repo": "unovue/radix-vue",
7711
+ "repo": "unovue/reka-ui",
7301
7712
  "npm": "reka-ui",
7302
7713
  "icon": "reka-ui.svg",
7303
- "github": "https://github.com/unovue/radix-vue",
7714
+ "github": "https://github.com/unovue/reka-ui",
7304
7715
  "website": "https://www.reka-ui.com/",
7305
7716
  "learn_more": "https://reka-ui.com/docs/overview/installation#nuxt-modules",
7306
7717
  "category": "UI",
@@ -7461,7 +7872,7 @@
7461
7872
  "repo": "nuxt-modules/sanity#main",
7462
7873
  "npm": "@nuxtjs/sanity",
7463
7874
  "icon": "sanity.png",
7464
- "github": "https://github.com/nuxt-modules/sanity#main",
7875
+ "github": "https://github.com/nuxt-modules/sanity",
7465
7876
  "website": "https://sanity.nuxtjs.org",
7466
7877
  "learn_more": "https://www.sanity.io/",
7467
7878
  "category": "CMS",
@@ -7487,7 +7898,7 @@
7487
7898
  "repo": "scalar/scalar#main/integrations/nuxt",
7488
7899
  "npm": "@scalar/nuxt",
7489
7900
  "icon": "scalar.svg",
7490
- "github": "https://github.com/scalar/scalar/tree/main/integrations/nuxt",
7901
+ "github": "https://github.com/scalar/scalar",
7491
7902
  "website": "https://github.com/scalar/scalar/tree/main/integrations/nuxt",
7492
7903
  "learn_more": "https://scalar.com",
7493
7904
  "category": "Devtools",
@@ -7511,7 +7922,7 @@
7511
7922
  "npm": "nuxt-schema-org",
7512
7923
  "icon": "schema-org.svg",
7513
7924
  "github": "https://github.com/harlan-zw/nuxt-schema-org",
7514
- "website": "https://nuxtseo.com/schema-org",
7925
+ "website": "https://nuxtseo.com/docs/schema-org/getting-started/installation",
7515
7926
  "learn_more": "https://unhead.unjs.io/docs/typescript/schema-org/guides/get-started/overview",
7516
7927
  "category": "SEO",
7517
7928
  "type": "3rd-party",
@@ -7531,7 +7942,7 @@
7531
7942
  {
7532
7943
  "name": "scripts",
7533
7944
  "description": "Add 3rd-party scripts without sacrificing performance.",
7534
- "repo": "nuxt/scripts",
7945
+ "repo": "nuxt/scripts#main/packages/script",
7535
7946
  "npm": "@nuxt/scripts",
7536
7947
  "icon": "nuxt.svg",
7537
7948
  "github": "https://github.com/nuxt/scripts",
@@ -7547,7 +7958,7 @@
7547
7958
  }
7548
7959
  ],
7549
7960
  "compatibility": {
7550
- "nuxt": ">=3.16",
7961
+ "nuxt": ">=3.16.0",
7551
7962
  "requires": {}
7552
7963
  }
7553
7964
  },
@@ -7622,13 +8033,13 @@
7622
8033
  },
7623
8034
  {
7624
8035
  "name": "sentry",
7625
- "description": "Official Sentry SDK for Nuxt (EXPERIMENTAL)",
8036
+ "description": "Sentry SDK for Nuxt",
7626
8037
  "repo": "getsentry/sentry-javascript#HEAD/packages/nuxt",
7627
8038
  "npm": "@sentry/nuxt",
7628
8039
  "icon": "sentry.svg",
7629
- "github": "https://github.com/getsentry/sentry-javascript/tree/HEAD/packages/nuxt",
8040
+ "github": "https://github.com/getsentry/sentry-javascript",
7630
8041
  "website": "https://docs.sentry.io/platforms/javascript/guides/nuxt",
7631
- "learn_more": "https://sentry.io",
8042
+ "learn_more": "https://sentry.io/welcome/",
7632
8043
  "category": "Monitoring",
7633
8044
  "type": "3rd-party",
7634
8045
  "maintainers": [
@@ -7645,12 +8056,12 @@
7645
8056
  {
7646
8057
  "name": "seo-experiments",
7647
8058
  "description": "Powerful SEO DX improvements.",
7648
- "repo": "harlan-zw/nuxt-seo-experiments",
8059
+ "repo": "harlan-zw/nuxt-seo-utils",
7649
8060
  "npm": "nuxt-seo-utils",
7650
8061
  "icon": "seo-experiments.svg",
7651
- "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
7652
- "website": "https://nuxtseo.com/experiments",
7653
- "learn_more": "https://nuxtseo.com/experiments",
8062
+ "github": "https://github.com/harlan-zw/nuxt-seo-utils",
8063
+ "website": "https://nuxtseo.com/docs/seo-utils/getting-started/installation",
8064
+ "learn_more": "https://nuxtseo.com/docs/seo-utils/getting-started/installation",
7654
8065
  "category": "SEO",
7655
8066
  "type": "3rd-party",
7656
8067
  "maintainers": [
@@ -7669,11 +8080,11 @@
7669
8080
  {
7670
8081
  "name": "seo-meta",
7671
8082
  "description": "Simple generate seo metadata",
7672
- "repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
8083
+ "repo": "ihavecoke/nuxt-seo-meta#main/packages/core",
7673
8084
  "npm": "nuxt-seo-meta",
7674
8085
  "icon": "",
7675
- "github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
7676
- "website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
8086
+ "github": "https://github.com/ihavecoke/nuxt-seo-meta",
8087
+ "website": "https://github.com/ihavecoke/nuxt-seo-meta",
7677
8088
  "learn_more": "",
7678
8089
  "category": "SEO",
7679
8090
  "type": "3rd-party",
@@ -7698,7 +8109,7 @@
7698
8109
  "icon": "nuxt.svg",
7699
8110
  "github": "https://github.com/harlan-zw/nuxt-seo",
7700
8111
  "website": "https://nuxtseo.com/",
7701
- "learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
8112
+ "learn_more": "https://nuxtseo.com/docs/nuxt-seo/getting-started/installation",
7702
8113
  "category": "SEO",
7703
8114
  "type": "3rd-party",
7704
8115
  "maintainers": [
@@ -7787,10 +8198,10 @@
7787
8198
  {
7788
8199
  "name": "shadcn",
7789
8200
  "description": "Re-usable components built with Radix Vue and Tailwind CSS.",
7790
- "repo": "radix-vue/shadcn-vue#dev/packages/module",
8201
+ "repo": "unovue/shadcn-vue#dev/packages/module",
7791
8202
  "npm": "shadcn-nuxt",
7792
8203
  "icon": "",
7793
- "github": "https://github.com/radix-vue/shadcn-vue/tree/dev/packages/module",
8204
+ "github": "https://github.com/unovue/shadcn-vue",
7794
8205
  "website": "https://www.shadcn-vue.com",
7795
8206
  "learn_more": "https://www.shadcn-vue.com/docs/installation/nuxt",
7796
8207
  "category": "UI",
@@ -7818,7 +8229,7 @@
7818
8229
  "npm": "@nuxtjs/shopify",
7819
8230
  "icon": "shopify.png",
7820
8231
  "github": "https://github.com/nuxt-modules/shopify",
7821
- "website": "https://nuxt-modules.github.io/shopify",
8232
+ "website": "https://shopify.nuxtjs.org/",
7822
8233
  "learn_more": "https://shopify.dev/docs",
7823
8234
  "category": "Ecommerce",
7824
8235
  "type": "community",
@@ -7829,7 +8240,8 @@
7829
8240
  },
7830
8241
  {
7831
8242
  "name": "Frederik Bußmann",
7832
- "github": "freb97"
8243
+ "github": "freb97",
8244
+ "bluesky": "freb97.bsky.social"
7833
8245
  }
7834
8246
  ],
7835
8247
  "compatibility": {
@@ -7843,9 +8255,9 @@
7843
8255
  "repo": "shopware/frontends#main/packages/nuxt-module",
7844
8256
  "npm": "@shopware/nuxt-module",
7845
8257
  "icon": "shopware.svg",
7846
- "github": "https://github.com/shopware/frontends/tree/main/packages/nuxt-module",
7847
- "website": "https://frontends.shopware.com/packages/nuxt-module.html",
7848
- "learn_more": "https://www.shopware.com",
8258
+ "github": "https://github.com/shopware/frontends",
8259
+ "website": "https://developer.shopware.com/frontends/packages/nuxt-module.html",
8260
+ "learn_more": "https://www.shopware.com/en/",
7849
8261
  "category": "Ecommerce",
7850
8262
  "type": "3rd-party",
7851
8263
  "maintainers": [
@@ -7907,11 +8319,11 @@
7907
8319
  {
7908
8320
  "name": "simple-line-icons",
7909
8321
  "description": "Nuxt module to add simple-line-icons ",
7910
- "repo": "vaso2/nuxt-simple-line-icons",
8322
+ "repo": "galsd/nuxt-simple-line-icons",
7911
8323
  "npm": "nuxt-simple-line-icons",
7912
8324
  "icon": "",
7913
- "github": "https://github.com/vaso2/nuxt-simple-line-icons",
7914
- "website": "https://github.com/vaso2/nuxt-simple-line-icons",
8325
+ "github": "https://github.com/galsd/nuxt-simple-line-icons",
8326
+ "website": "https://github.com/galsd/nuxt-simple-line-icons",
7915
8327
  "learn_more": "https://thesabbir.github.io/simple-line-icons/",
7916
8328
  "category": "Fonts",
7917
8329
  "type": "3rd-party",
@@ -7934,7 +8346,7 @@
7934
8346
  "icon": "simple-sitemap.svg",
7935
8347
  "github": "https://github.com/nuxt-modules/sitemap",
7936
8348
  "website": "https://nuxtseo.com/",
7937
- "learn_more": "https://nuxtseo.com/sitemap",
8349
+ "learn_more": "https://nuxtseo.com/docs/sitemap/getting-started/installation",
7938
8350
  "category": "SEO",
7939
8351
  "type": "community",
7940
8352
  "maintainers": [
@@ -7962,9 +8374,9 @@
7962
8374
  "repo": "modbender/nuxt-snackbar#master",
7963
8375
  "npm": "nuxt-snackbar",
7964
8376
  "icon": "snackbar.png",
7965
- "github": "https://github.com/modbender/nuxt-snackbar/tree/master",
8377
+ "github": "https://github.com/modbender/nuxt-snackbar",
7966
8378
  "website": "https://github.com/modbender/nuxt-snackbar/tree/master",
7967
- "learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
8379
+ "learn_more": "https://github.com/evo-mark/vue3-snackbar",
7968
8380
  "category": "UI",
7969
8381
  "type": "3rd-party",
7970
8382
  "maintainers": [
@@ -8028,7 +8440,7 @@
8028
8440
  "repo": "saoudi-h/solar-icons#main/packages/nuxt",
8029
8441
  "npm": "@solar-icons/nuxt",
8030
8442
  "icon": "solar-icons.svg",
8031
- "github": "https://github.com/saoudi-h/solar-icons/tree/main/packages/nuxt",
8443
+ "github": "https://github.com/saoudi-h/solar-icons",
8032
8444
  "website": "https://solar-icons.vercel.app/docs/packages/nuxt",
8033
8445
  "learn_more": "https://solar-icons.vercel.app",
8034
8446
  "category": "UI",
@@ -8062,7 +8474,7 @@
8062
8474
  "name": "Filip Sobol",
8063
8475
  "github": "filipsobol",
8064
8476
  "twitter": "filipsobol",
8065
- "bluesky": "filipsobol.bsky.social"
8477
+ "bluesky": "filipsobol.com"
8066
8478
  }
8067
8479
  ],
8068
8480
  "compatibility": {
@@ -8078,7 +8490,7 @@
8078
8490
  "icon": "speedcurve.png",
8079
8491
  "github": "https://github.com/nuxt-community/speedcurve-module",
8080
8492
  "website": "https://speedcurve.nuxtjs.org",
8081
- "learn_more": "https://speedcurve.com",
8493
+ "learn_more": "https://www.speedcurve.com/",
8082
8494
  "category": "Analytics",
8083
8495
  "type": "community",
8084
8496
  "maintainers": [
@@ -8115,6 +8527,30 @@
8115
8527
  "requires": {}
8116
8528
  }
8117
8529
  },
8530
+ {
8531
+ "name": "stonecrop",
8532
+ "description": "Stonecrop for Nuxt",
8533
+ "repo": "agritheory/stonecrop#development/nuxt",
8534
+ "npm": "@stonecrop/nuxt",
8535
+ "icon": "stonecrop.svg",
8536
+ "github": "https://github.com/agritheory/stonecrop",
8537
+ "website": "https://stonecrop.io/",
8538
+ "learn_more": "https://agritheory.com/",
8539
+ "category": "Libraries",
8540
+ "type": "3rd-party",
8541
+ "maintainers": [
8542
+ {
8543
+ "name": "Tyler Matteson",
8544
+ "github": "agritheory"
8545
+ }
8546
+ ],
8547
+ "compatibility": {
8548
+ "nuxt": "^4.0.0",
8549
+ "requires": {
8550
+ "bridge": false
8551
+ }
8552
+ }
8553
+ },
8118
8554
  {
8119
8555
  "name": "storefront-ui",
8120
8556
  "description": "Storefront UI for Nuxt by Alokai",
@@ -8172,7 +8608,7 @@
8172
8608
  "repo": "storyblok/monoblok#main/packages/nuxt",
8173
8609
  "npm": "@storyblok/nuxt",
8174
8610
  "icon": "storyblok.png",
8175
- "github": "https://github.com/storyblok/monoblok/tree/main/packages/nuxt",
8611
+ "github": "https://github.com/storyblok/monoblok",
8176
8612
  "website": "https://github.com/storyblok/monoblok/tree/main/packages/nuxt",
8177
8613
  "learn_more": "",
8178
8614
  "category": "CMS",
@@ -8261,7 +8697,7 @@
8261
8697
  "icon": "stripe.png",
8262
8698
  "github": "https://github.com/WilliamDASILVA/nuxt-stripe-module",
8263
8699
  "website": "https://github.com/WilliamDASILVA/nuxt-stripe-module",
8264
- "learn_more": "https://stripe.com/",
8700
+ "learn_more": "https://stripe.com/fr",
8265
8701
  "category": "Payment",
8266
8702
  "type": "3rd-party",
8267
8703
  "maintainers": [
@@ -8287,7 +8723,7 @@
8287
8723
  "website": "https://nuxt.studio",
8288
8724
  "learn_more": "",
8289
8725
  "category": "CMS",
8290
- "type": "3rd-party",
8726
+ "type": "community",
8291
8727
  "maintainers": [
8292
8728
  {
8293
8729
  "name": "Baptiste Leproux",
@@ -8318,11 +8754,11 @@
8318
8754
  {
8319
8755
  "name": "style-resources",
8320
8756
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
8321
- "repo": "nuxt-community/style-resources-module",
8757
+ "repo": "nuxt-modules/style-resources",
8322
8758
  "npm": "@nuxtjs/style-resources",
8323
8759
  "icon": "",
8324
- "github": "https://github.com/nuxt-community/style-resources-module",
8325
- "website": "https://github.com/nuxt-community/style-resources-module",
8760
+ "github": "https://github.com/nuxt-modules/style-resources",
8761
+ "website": "https://github.com/nuxt-modules/style-resources",
8326
8762
  "learn_more": "",
8327
8763
  "category": "CSS",
8328
8764
  "type": "community",
@@ -8342,11 +8778,11 @@
8342
8778
  {
8343
8779
  "name": "stylelint",
8344
8780
  "description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
8345
- "repo": "nuxt-community/stylelint-module",
8781
+ "repo": "nuxt-modules/stylelint",
8346
8782
  "npm": "@nuxtjs/stylelint-module",
8347
8783
  "icon": "stylelint.png",
8348
- "github": "https://github.com/nuxt-community/stylelint-module",
8349
- "website": "https://github.com/nuxt-community/stylelint-module",
8784
+ "github": "https://github.com/nuxt-modules/stylelint",
8785
+ "website": "https://github.com/nuxt-modules/stylelint",
8350
8786
  "learn_more": "https://stylelint.io/",
8351
8787
  "category": "CSS",
8352
8788
  "type": "community",
@@ -8417,7 +8853,7 @@
8417
8853
  }
8418
8854
  ],
8419
8855
  "compatibility": {
8420
- "nuxt": ">=3.10.0",
8856
+ "nuxt": "^3.21.0 || ^4.3.0",
8421
8857
  "requires": {}
8422
8858
  }
8423
8859
  },
@@ -8593,13 +9029,13 @@
8593
9029
  },
8594
9030
  {
8595
9031
  "name": "tdesign-vue-next",
8596
- "description": "A Vue 3 UI components library",
8597
- "repo": "tdesignOteam/tdesign-nuxt",
9032
+ "description": "A Vue3.x UI components lib for TDesign.",
9033
+ "repo": "Tencent/tdesign-vue-next#main/packages/tdesign-vue-next-nuxt",
8598
9034
  "npm": "@tdesign-vue-next/nuxt",
8599
9035
  "icon": "tdesign.svg",
8600
9036
  "github": "https://github.com/Tencent/tdesign-vue-next",
8601
9037
  "website": "https://tdesign.tencent.com/vue-next/overview-en",
8602
- "learn_more": "https://github.com/tdesignoteam/tdesign-nuxt",
9038
+ "learn_more": "https://github.com/Tencent/tdesign-vue-next",
8603
9039
  "category": "UI",
8604
9040
  "type": "3rd-party",
8605
9041
  "maintainers": [
@@ -8624,7 +9060,7 @@
8624
9060
  "npm": "@nuxt/test-utils",
8625
9061
  "icon": "nuxt.svg",
8626
9062
  "github": "https://github.com/nuxt/test-utils",
8627
- "website": "https://nuxt.com/docs/getting-started/testing",
9063
+ "website": "https://nuxt.com/docs/4.x/getting-started/testing",
8628
9064
  "learn_more": "",
8629
9065
  "category": "Devtools",
8630
9066
  "type": "official",
@@ -8717,11 +9153,11 @@
8717
9153
  {
8718
9154
  "name": "toast",
8719
9155
  "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
8720
- "repo": "nuxt-community/modules#master/packages/toast",
9156
+ "repo": "nuxt-community/legacy-modules#master/packages/toast",
8721
9157
  "npm": "@nuxtjs/toast",
8722
9158
  "icon": "",
8723
- "github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
8724
- "website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
9159
+ "github": "https://github.com/nuxt-community/legacy-modules",
9160
+ "website": "https://github.com/nuxt-community/legacy-modules/tree/master/packages/toast",
8725
9161
  "learn_more": "https://github.com/shakee93/vue-toasted",
8726
9162
  "category": "Libraries",
8727
9163
  "type": "community",
@@ -8786,10 +9222,10 @@
8786
9222
  {
8787
9223
  "name": "tresjs",
8788
9224
  "description": "Create 3D experiences in your Nuxt application using TresJS.",
8789
- "repo": "tresjs/nuxt",
9225
+ "repo": "tresjs/tres#main/packages/nuxt",
8790
9226
  "npm": "@tresjs/nuxt",
8791
9227
  "icon": "tresjs.svg",
8792
- "github": "https://github.com/Tresjs/nuxt",
9228
+ "github": "https://github.com/tresjs/tres",
8793
9229
  "website": "https://docs.tresjs.org/getting-started/installation#nuxt-project",
8794
9230
  "learn_more": "https://tresjs.org/",
8795
9231
  "category": "Libraries",
@@ -8851,7 +9287,7 @@
8851
9287
  "icon": "",
8852
9288
  "github": "https://github.com/tuarrep/nuxt-twa",
8853
9289
  "website": "https://nuxt-twa.tuarrep.dev",
8854
- "learn_more": "https://developer.chrome.com/docs/android/trusted-web-activity/overview/",
9290
+ "learn_more": "https://developer.chrome.com/docs/android/trusted-web-activity?hl=tr",
8855
9291
  "category": "Performance",
8856
9292
  "type": "3rd-party",
8857
9293
  "maintainers": [
@@ -8873,7 +9309,7 @@
8873
9309
  "repo": "yizack/nuxt-twemoji",
8874
9310
  "npm": "nuxt-twemoji",
8875
9311
  "icon": "twemoji.svg",
8876
- "github": "https://github.com/Yizack/nuxt-twemoji",
9312
+ "github": "https://github.com/yizack/nuxt-twemoji",
8877
9313
  "website": "https://github.com/Yizack/nuxt-twemoji",
8878
9314
  "learn_more": "",
8879
9315
  "category": "UI",
@@ -8954,8 +9390,8 @@
8954
9390
  "repo": "nuxt/typescript#master/packages/typescript-runtime",
8955
9391
  "npm": "@nuxt/typescript-runtime",
8956
9392
  "icon": "typescript.svg",
8957
- "github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-runtime",
8958
- "website": "https://typescript.nuxtjs.org/guide/runtime.html",
9393
+ "github": "https://github.com/nuxt/typescript",
9394
+ "website": "https://typescript.nuxtjs.org/guide/runtime/",
8959
9395
  "learn_more": "",
8960
9396
  "category": "Devtools",
8961
9397
  "type": "official",
@@ -8989,7 +9425,7 @@
8989
9425
  "repo": "nuxt/typescript#master/packages/typescript-build",
8990
9426
  "npm": "@nuxt/typescript-build",
8991
9427
  "icon": "typescript.svg",
8992
- "github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-build",
9428
+ "github": "https://github.com/nuxt/typescript",
8993
9429
  "website": "https://typescript.nuxtjs.org",
8994
9430
  "learn_more": "",
8995
9431
  "category": "Devtools",
@@ -9081,7 +9517,7 @@
9081
9517
  "icon": "umami.svg",
9082
9518
  "github": "https://github.com/ijkml/nuxt-umami",
9083
9519
  "website": "https://github.com/ijkml/nuxt-umami",
9084
- "learn_more": "https://umami.is/docs/",
9520
+ "learn_more": "https://docs.umami.is/docs",
9085
9521
  "category": "Analytics",
9086
9522
  "type": "3rd-party",
9087
9523
  "maintainers": [
@@ -9133,7 +9569,7 @@
9133
9569
  "repo": "johannschopplich/unlazy#main/packages/nuxt",
9134
9570
  "npm": "@unlazy/nuxt",
9135
9571
  "icon": "unlazy.svg",
9136
- "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
9572
+ "github": "https://github.com/johannschopplich/unlazy",
9137
9573
  "website": "https://unlazy.byjohann.dev/",
9138
9574
  "learn_more": "",
9139
9575
  "category": "Images",
@@ -9181,12 +9617,12 @@
9181
9617
  {
9182
9618
  "name": "ununuracss",
9183
9619
  "description": "A Real CSS Engine. Only Scoped.",
9184
- "repo": "novout/ununuracss#main/packages/nuxt",
9620
+ "repo": "betterwrite/ununuracss#main/packages/nuxt",
9185
9621
  "npm": "nuxt-ununura",
9186
9622
  "icon": "ununuracss.png",
9187
- "github": "https://github.com/novout/ununuracss",
9188
- "website": "https://github.com/novout/ununuracss",
9189
- "learn_more": "https://github.com/novout/ununuracss",
9623
+ "github": "https://github.com/betterwrite/ununuracss",
9624
+ "website": "https://github.com/betterwrite/ununuracss",
9625
+ "learn_more": "https://github.com/betterwrite/ununuracss",
9190
9626
  "category": "UI",
9191
9627
  "type": "3rd-party",
9192
9628
  "maintainers": [
@@ -9275,7 +9711,7 @@
9275
9711
  "repo": "varletjs/varlet-nuxt",
9276
9712
  "npm": "@varlet/nuxt",
9277
9713
  "icon": "varlet.svg",
9278
- "github": "https://github.com/varletjs/varlet",
9714
+ "github": "https://github.com/varletjs/varlet-nuxt",
9279
9715
  "website": "https://varlet.pages.dev/#/en-US/index",
9280
9716
  "learn_more": "https://github.com/varletjs/varlet-nuxt",
9281
9717
  "category": "UI",
@@ -9300,7 +9736,7 @@
9300
9736
  "repo": "letstri/vaxee#main/packages/nuxt",
9301
9737
  "npm": "@vaxee/nuxt",
9302
9738
  "icon": "vaxee.svg",
9303
- "github": "https://github.com/letstri/vaxee/tree/main/packages/nuxt",
9739
+ "github": "https://github.com/letstri/vaxee",
9304
9740
  "website": "https://vaxee.letstri.dev/",
9305
9741
  "learn_more": "",
9306
9742
  "category": "Extensions",
@@ -9345,7 +9781,7 @@
9345
9781
  "repo": "logaretm/vee-validate#main/packages/nuxt",
9346
9782
  "npm": "@vee-validate/nuxt",
9347
9783
  "icon": "vee-validate.png",
9348
- "github": "https://github.com/logaretm/vee-validate/",
9784
+ "github": "https://github.com/logaretm/vee-validate",
9349
9785
  "website": "https://vee-validate.logaretm.com/v4/",
9350
9786
  "learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
9351
9787
  "category": "Libraries",
@@ -9355,7 +9791,7 @@
9355
9791
  "name": "Abdelrahman Awad",
9356
9792
  "github": "logaretm",
9357
9793
  "twitter": "logaretm",
9358
- "bluesky": "logaretm.com"
9794
+ "bluesky": "awad.dev"
9359
9795
  }
9360
9796
  ],
9361
9797
  "compatibility": {
@@ -9366,11 +9802,11 @@
9366
9802
  {
9367
9803
  "name": "vendor",
9368
9804
  "description": "directly serve node_modules",
9369
- "repo": "nuxt-community/modules#master/packages/vendor",
9805
+ "repo": "nuxt-community/legacy-modules#master/packages/vendor",
9370
9806
  "npm": "@nuxtjs/vendor",
9371
9807
  "icon": "",
9372
- "github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
9373
- "website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
9808
+ "github": "https://github.com/nuxt-community/legacy-modules",
9809
+ "website": "https://github.com/nuxt-community/legacy-modules/tree/master/packages/vendor",
9374
9810
  "learn_more": "",
9375
9811
  "category": "Extensions",
9376
9812
  "type": "community",
@@ -9387,13 +9823,57 @@
9387
9823
  "requires": {}
9388
9824
  }
9389
9825
  },
9826
+ {
9827
+ "name": "vercel-analytics",
9828
+ "description": "Privacy-friendly, real-time traffic insights for your Nuxt app",
9829
+ "repo": "vercel/analytics#main/packages/web",
9830
+ "npm": "@vercel/analytics",
9831
+ "icon": "vercel.svg",
9832
+ "github": "https://github.com/vercel/analytics",
9833
+ "website": "https://vercel.com/docs/analytics",
9834
+ "learn_more": "https://vercel.com/docs/analytics/quickstart?framework=nuxt",
9835
+ "category": "Analytics",
9836
+ "type": "3rd-party",
9837
+ "maintainers": [
9838
+ {
9839
+ "name": "Vercel",
9840
+ "github": "vercel"
9841
+ }
9842
+ ],
9843
+ "compatibility": {
9844
+ "nuxt": ">=3.0.0",
9845
+ "requires": {}
9846
+ }
9847
+ },
9848
+ {
9849
+ "name": "vercel-speed-insights",
9850
+ "description": "Real user performance metrics and suggestions for your Nuxt app",
9851
+ "repo": "vercel/speed-insights#main/packages/web",
9852
+ "npm": "@vercel/speed-insights",
9853
+ "icon": "vercel.svg",
9854
+ "github": "https://github.com/vercel/speed-insights",
9855
+ "website": "https://vercel.com/docs/speed-insights",
9856
+ "learn_more": "https://vercel.com/docs/speed-insights/quickstart?framework=nuxt",
9857
+ "category": "Performance",
9858
+ "type": "3rd-party",
9859
+ "maintainers": [
9860
+ {
9861
+ "name": "Vercel",
9862
+ "github": "vercel"
9863
+ }
9864
+ ],
9865
+ "compatibility": {
9866
+ "nuxt": ">=3.0.0",
9867
+ "requires": {}
9868
+ }
9869
+ },
9390
9870
  {
9391
9871
  "name": "vexip-ui",
9392
9872
  "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
9393
9873
  "repo": "vexip-ui/nuxt",
9394
9874
  "npm": "@vexip-ui/nuxt",
9395
9875
  "icon": "vexip-ui.svg",
9396
- "github": "https://github.com/vexip-ui/vexip-ui",
9876
+ "github": "https://github.com/vexip-ui/nuxt",
9397
9877
  "website": "https://www.vexipui.com/",
9398
9878
  "learn_more": "https://github.com/vexip-ui/nuxt",
9399
9879
  "category": "UI",
@@ -9430,7 +9910,7 @@
9430
9910
  }
9431
9911
  ],
9432
9912
  "compatibility": {
9433
- "nuxt": ">=3.0.0",
9913
+ "nuxt": ">=4.0.0",
9434
9914
  "requires": {}
9435
9915
  }
9436
9916
  },
@@ -9560,12 +10040,12 @@
9560
10040
  {
9561
10041
  "name": "vue-macros",
9562
10042
  "description": "Explore more macros and syntax sugar to Vue.",
9563
- "repo": "sxzz/vue-macros#main/packages/nuxt",
10043
+ "repo": "vue-macros/vue-macros#main/packages/nuxt",
9564
10044
  "npm": "@vue-macros/nuxt",
9565
10045
  "icon": "vue-macros.svg",
9566
- "github": "https://github.com/sxzz/vue-macros",
9567
- "website": "https://vue-macros.sxzz.moe",
9568
- "learn_more": "https://github.com/sxzz/vue-macros",
10046
+ "github": "https://github.com/vue-macros/vue-macros",
10047
+ "website": "https://vue-macros.dev/",
10048
+ "learn_more": "https://github.com/vue-macros/vue-macros",
9569
10049
  "category": "Extensions",
9570
10050
  "type": "3rd-party",
9571
10051
  "maintainers": [
@@ -9592,7 +10072,7 @@
9592
10072
  "icon": "vue-material.png",
9593
10073
  "github": "https://github.com/vaso2/nuxt-vue-material",
9594
10074
  "website": "https://github.com/vaso2/nuxt-vue-material",
9595
- "learn_more": "https://vuematerial.io/",
10075
+ "learn_more": "https://www.creative-tim.com/vuematerial/",
9596
10076
  "category": "UI",
9597
10077
  "type": "3rd-party",
9598
10078
  "maintainers": [
@@ -9660,7 +10140,7 @@
9660
10140
  "icon": "vue-query.svg",
9661
10141
  "github": "https://github.com/Hebilicious/vue-query-nuxt",
9662
10142
  "website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
9663
- "learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
10143
+ "learn_more": "https://tanstack.com/query/latest/docs/framework/vue/quick-start",
9664
10144
  "category": "Request",
9665
10145
  "type": "3rd-party",
9666
10146
  "maintainers": [
@@ -9729,7 +10209,7 @@
9729
10209
  "npm": "vue-warehouse",
9730
10210
  "icon": "",
9731
10211
  "github": "https://github.com/juliomrqz/vue-warehouse",
9732
- "website": "https://marquez.co/docs/vue-warehouse",
10212
+ "website": "https://github.com/juliomrqz/vue-warehouse/tree/develop/docs",
9733
10213
  "learn_more": "",
9734
10214
  "category": "Libraries",
9735
10215
  "type": "3rd-party",
@@ -9774,7 +10254,7 @@
9774
10254
  "repo": "vuejs/vuefire#main/packages/nuxt",
9775
10255
  "npm": "nuxt-vuefire",
9776
10256
  "icon": "vuefire.svg",
9777
- "github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
10257
+ "github": "https://github.com/vuejs/vuefire",
9778
10258
  "website": "https://vuefire.vuejs.org/",
9779
10259
  "learn_more": "",
9780
10260
  "category": "Database",
@@ -9844,7 +10324,7 @@
9844
10324
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
9845
10325
  "npm": "@vuestic/nuxt",
9846
10326
  "icon": "vuestic.png",
9847
- "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
10327
+ "github": "https://github.com/epicmaxco/vuestic-ui",
9848
10328
  "website": "https://ui.vuestic.dev",
9849
10329
  "learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
9850
10330
  "category": "UI",
@@ -9863,7 +10343,7 @@
9863
10343
  {
9864
10344
  "name": "vuetify-nuxt-module",
9865
10345
  "description": "Zero-config Nuxt Module for Vuetify.",
9866
- "repo": "vuetifyjs/nuxt-module",
10346
+ "repo": "vuetifyjs/nuxt-module#main/packages/vuetify-nuxt-module",
9867
10347
  "npm": "vuetify-nuxt-module",
9868
10348
  "icon": "vuetify-logo-v3-dark.svg",
9869
10349
  "github": "https://github.com/vuetifyjs/nuxt-module",
@@ -9876,6 +10356,10 @@
9876
10356
  "name": "Joaquín Sánchez",
9877
10357
  "github": "userquin",
9878
10358
  "bluesky": "userquin.bsky.social"
10359
+ },
10360
+ {
10361
+ "name": "Andrei Elkin",
10362
+ "github": "andreyyolkin"
9879
10363
  }
9880
10364
  ],
9881
10365
  "compatibility": {
@@ -10021,35 +10505,13 @@
10021
10505
  }
10022
10506
  }
10023
10507
  },
10024
- {
10025
- "name": "webfontloader",
10026
- "description": "Efficient web font loading has never been easier!",
10027
- "repo": "Developmint/nuxt-webfontloader",
10028
- "npm": "nuxt-webfontloader",
10029
- "icon": "",
10030
- "github": "https://github.com/Developmint/nuxt-webfontloader",
10031
- "website": "https://github.com/Developmint/nuxt-webfontloader",
10032
- "learn_more": "https://www.npmjs.com/package/webfontloader",
10033
- "category": "Fonts",
10034
- "type": "3rd-party",
10035
- "maintainers": [
10036
- {
10037
- "name": "Developmint",
10038
- "github": "Developmint"
10039
- }
10040
- ],
10041
- "compatibility": {
10042
- "nuxt": "^2.0.0",
10043
- "requires": {}
10044
- }
10045
- },
10046
10508
  {
10047
10509
  "name": "webhook-validators",
10048
10510
  "description": "Nuxt module that works on the edge to easily validate incoming webhooks from different services.",
10049
10511
  "repo": "yizack/nuxt-webhook-validators",
10050
10512
  "npm": "nuxt-webhook-validators",
10051
10513
  "icon": "webhook-validators.svg",
10052
- "github": "https://github.com/Yizack/nuxt-webhook-validators",
10514
+ "github": "https://github.com/yizack/nuxt-webhook-validators",
10053
10515
  "website": "https://github.com/Yizack/nuxt-webhook-validators",
10054
10516
  "learn_more": "",
10055
10517
  "category": "Security",
@@ -10146,7 +10608,7 @@
10146
10608
  "icon": "well-known.svg",
10147
10609
  "github": "https://github.com/zadigetvoltaire/nuxt-well-known",
10148
10610
  "website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
10149
- "learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
10611
+ "learn_more": "https://www.iana.org/assignments/well-known-uris",
10150
10612
  "category": "SEO",
10151
10613
  "type": "3rd-party",
10152
10614
  "maintainers": [
@@ -10163,10 +10625,10 @@
10163
10625
  {
10164
10626
  "name": "wideangle",
10165
10627
  "description": "Nuxt module to integrate Wide Angle Analytics",
10166
- "repo": "inputobjects/wideangle-nuxt",
10628
+ "repo": "wideangleanalytics/wideangle-nuxt",
10167
10629
  "npm": "wideangle-nuxt",
10168
10630
  "icon": "wideangle.png",
10169
- "github": "https://github.com/inputobjects/wideangle-nuxt",
10631
+ "github": "https://github.com/wideangleanalytics/wideangle-nuxt",
10170
10632
  "website": "https://wideangle.co",
10171
10633
  "learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
10172
10634
  "category": "Analytics",
@@ -10246,8 +10708,8 @@
10246
10708
  "repo": "vercel/workflow#main/packages/workflow",
10247
10709
  "npm": "workflow",
10248
10710
  "icon": "workflow.svg",
10249
- "github": "https://github.com/vercel/workflow/tree/main/packages/workflow",
10250
- "website": "https://useworkflow.dev",
10711
+ "github": "https://github.com/vercel/workflow",
10712
+ "website": "https://workflow-sdk.dev/",
10251
10713
  "learn_more": "",
10252
10714
  "category": "Devtools",
10253
10715
  "type": "3rd-party",
@@ -10339,7 +10801,7 @@
10339
10801
  "icon": "zendesk.png",
10340
10802
  "github": "https://github.com/DansMaCulotte/nuxt-zendesk",
10341
10803
  "website": "https://github.com/DansMaCulotte/nuxt-zendesk",
10342
- "learn_more": "https://developer.zendesk.com/embeddables/docs/widget/introduction",
10804
+ "learn_more": "https://developer.zendesk.com/api-reference/widget/introduction/",
10343
10805
  "category": "Ecommerce",
10344
10806
  "type": "3rd-party",
10345
10807
  "maintainers": [