@nuxt/modules 0.6.0-6009c6 → 0.6.0-65fd81

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 (2) hide show
  1. package/modules.json +972 -158
  2. package/package.json +9 -9
package/modules.json CHANGED
@@ -146,6 +146,52 @@
146
146
  "requires": {}
147
147
  }
148
148
  },
149
+ {
150
+ "name": "ant-design-vue",
151
+ "description": "A Vue 3 based component library for designers and developers",
152
+ "repo": "vueComponent/ant-design-vue-nuxt",
153
+ "npm": "@ant-design-vue/nuxt",
154
+ "icon": "ant-design-vue.svg",
155
+ "github": "https://github.com/vueComponent/ant-design-vue-nuxt",
156
+ "website": "https://antdv.com",
157
+ "learn_more": "https://github.com/vueComponent/ant-design-vue-nuxt",
158
+ "category": "UI",
159
+ "type": "3rd-party",
160
+ "maintainers": [
161
+ {
162
+ "name": "tangjinzhou",
163
+ "github": "tangjinzhou"
164
+ }
165
+ ],
166
+ "compatibility": {
167
+ "nuxt": "^3.0.0",
168
+ "requires": {
169
+ "bridge": "optional"
170
+ }
171
+ }
172
+ },
173
+ {
174
+ "name": "aos",
175
+ "description": "A Nuxt module that adds Animate On Scroll",
176
+ "repo": "egidiusmengelberg/nuxt-aos",
177
+ "npm": "nuxt-aos",
178
+ "icon": "aos.png",
179
+ "github": "https://github.com/egidiusmengelberg/nuxt-aos",
180
+ "website": "https://github.com/egidiusmengelberg/nuxt-aos",
181
+ "learn_more": "",
182
+ "category": "Devtools",
183
+ "type": "3rd-party",
184
+ "maintainers": [
185
+ {
186
+ "name": "egidiusmengelberg",
187
+ "github": "egidiusmengelberg"
188
+ }
189
+ ],
190
+ "compatibility": {
191
+ "nuxt": "^3.0.0",
192
+ "requires": {}
193
+ }
194
+ },
149
195
  {
150
196
  "name": "api-party",
151
197
  "description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
@@ -262,6 +308,51 @@
262
308
  "requires": {}
263
309
  }
264
310
  },
311
+ {
312
+ "name": "arco-design-nuxt-module",
313
+ "description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
314
+ "repo": "wiidede/arco-design-nuxt-module",
315
+ "npm": "arco-design-nuxt-module",
316
+ "icon": "arco-design.svg",
317
+ "github": "https://github.com/wiidede/arco-design-nuxt-module",
318
+ "website": "https://arco.design/vue",
319
+ "learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
320
+ "category": "UI",
321
+ "type": "3rd-party",
322
+ "maintainers": [
323
+ {
324
+ "name": "wiidede",
325
+ "github": "wiidede"
326
+ }
327
+ ],
328
+ "compatibility": {
329
+ "nuxt": "^3.0.0",
330
+ "requires": {}
331
+ }
332
+ },
333
+ {
334
+ "name": "ark-ui",
335
+ "description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
336
+ "repo": "iamdin/nuxt-ark-ui",
337
+ "npm": "nuxt-ark-ui",
338
+ "icon": "ark-ui.svg",
339
+ "github": "https://github.com/iamdin/nuxt-ark-ui",
340
+ "website": "https://ark-ui.com/",
341
+ "learn_more": "https://github.com/iamdin/nuxt-ark-ui",
342
+ "category": "UI",
343
+ "type": "3rd-party",
344
+ "maintainers": [
345
+ {
346
+ "name": "Din",
347
+ "github": "iamdin",
348
+ "twitter": "iamdinq"
349
+ }
350
+ ],
351
+ "compatibility": {
352
+ "nuxt": "^3.0.0",
353
+ "requires": {}
354
+ }
355
+ },
265
356
  {
266
357
  "name": "auth",
267
358
  "description": "Zero-boilerplate authentication support for Nuxt.js.",
@@ -289,6 +380,52 @@
289
380
  "requires": {}
290
381
  }
291
382
  },
383
+ {
384
+ "name": "authjs",
385
+ "description": "Auth.js authentication Nuxt module. Edge compatible.",
386
+ "repo": "Hebilicious/authjs-nuxt#main",
387
+ "npm": "@hebilicious/authjs-nuxt",
388
+ "icon": "authjs.png",
389
+ "github": "https://github.com/Hebilicious/authjs-nuxt",
390
+ "website": "https://authjs-nuxt.pages.dev/",
391
+ "learn_more": "https://authjs.dev/",
392
+ "category": "Security",
393
+ "type": "3rd-party",
394
+ "maintainers": [
395
+ {
396
+ "name": "Hebilicious",
397
+ "github": "Hebilicious",
398
+ "twitter": "its_hebilicious"
399
+ }
400
+ ],
401
+ "compatibility": {
402
+ "nuxt": "^3.0.0",
403
+ "requires": {}
404
+ }
405
+ },
406
+ {
407
+ "name": "auto-animate",
408
+ "description": "Automatic animations for your Nuxt app with a single line of code.",
409
+ "repo": "formkit/auto-animate",
410
+ "npm": "@formkit/auto-animate",
411
+ "icon": "auto-animate.svg",
412
+ "github": "https://github.com/formkit/auto-animate",
413
+ "website": "https://auto-animate.formkit.com",
414
+ "learn_more": "https://auto-animate.formkit.com",
415
+ "category": "Libraries",
416
+ "type": "3rd-party",
417
+ "maintainers": [
418
+ {
419
+ "name": "Justin Schroeder",
420
+ "github": "justin-schroeder",
421
+ "twitter": "jpschroeder"
422
+ }
423
+ ],
424
+ "compatibility": {
425
+ "nuxt": "^3.0.0",
426
+ "requires": {}
427
+ }
428
+ },
292
429
  {
293
430
  "name": "axios",
294
431
  "description": "Secure and easy Axios module with Nuxt.js",
@@ -526,6 +663,28 @@
526
663
  "requires": {}
527
664
  }
528
665
  },
666
+ {
667
+ "name": "capo",
668
+ "description": "Capo.js implementation for Nuxt 3",
669
+ "repo": "danielroe/nuxt-capo",
670
+ "npm": "nuxt-capo",
671
+ "icon": "",
672
+ "github": "https://github.com/danielroe/nuxt-capo",
673
+ "website": "https://github.com/danielroe/nuxt-capo",
674
+ "learn_more": "",
675
+ "category": "Performance",
676
+ "type": "3rd-party",
677
+ "maintainers": [
678
+ {
679
+ "name": "danielroe",
680
+ "github": "danielroe"
681
+ }
682
+ ],
683
+ "compatibility": {
684
+ "nuxt": "^3.0.0",
685
+ "requires": {}
686
+ }
687
+ },
529
688
  {
530
689
  "name": "chakra-ui",
531
690
  "description": "Chakra UI Module for Nuxt.js",
@@ -689,10 +848,10 @@
689
848
  {
690
849
  "name": "cloudinary",
691
850
  "description": "Optimize images and videos in your Nuxt.js application",
692
- "repo": "nuxt-community/cloudinary-module",
851
+ "repo": "nuxt-modules/cloudinary",
693
852
  "npm": "@nuxtjs/cloudinary",
694
853
  "icon": "cloudinary.png",
695
- "github": "https://github.com/nuxt-community/cloudinary-module",
854
+ "github": "https://github.com/nuxt-modules/cloudinary",
696
855
  "website": "https://cloudinary.nuxtjs.org",
697
856
  "learn_more": "https://cloudinary.com",
698
857
  "category": "Images",
@@ -712,10 +871,10 @@
712
871
  {
713
872
  "name": "color-mode",
714
873
  "description": "Dark and Light mode for NuxtJS with auto detection",
715
- "repo": "nuxt-community/color-mode-module",
874
+ "repo": "nuxt-modules/color-mode",
716
875
  "npm": "@nuxtjs/color-mode",
717
876
  "icon": "color-mode.png",
718
- "github": "https://github.com/nuxt-community/color-mode-module",
877
+ "github": "https://github.com/nuxt-modules/color-mode",
719
878
  "website": "https://color-mode.nuxtjs.org",
720
879
  "learn_more": "",
721
880
  "category": "UI",
@@ -1046,7 +1205,7 @@
1046
1205
  {
1047
1206
  "name": "delay-hydration",
1048
1207
  "description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
1049
- "repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
1208
+ "repo": "harlan-zw/nuxt-delay-hydration",
1050
1209
  "npm": "nuxt-delay-hydration",
1051
1210
  "icon": "lighthouse.svg",
1052
1211
  "github": "https://github.com/harlan-zw/nuxt-delay-hydration",
@@ -1068,12 +1227,12 @@
1068
1227
  },
1069
1228
  {
1070
1229
  "name": "device",
1071
- "description": "Device detection module for Nuxt.js",
1072
- "repo": "nuxt-community/device-module",
1230
+ "description": "Device detection module for Nuxt",
1231
+ "repo": "nuxt-modules/device",
1073
1232
  "npm": "@nuxtjs/device",
1074
1233
  "icon": "",
1075
- "github": "https://github.com/nuxt-community/device-module",
1076
- "website": "https://github.com/nuxt-community/device-module",
1234
+ "github": "https://github.com/nuxt-modules/device",
1235
+ "website": "https://github.com/nuxt-modules/device",
1077
1236
  "learn_more": "",
1078
1237
  "category": "Extensions",
1079
1238
  "type": "community",
@@ -1091,7 +1250,7 @@
1091
1250
  {
1092
1251
  "name": "devtools",
1093
1252
  "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1094
- "repo": "nuxt/devtools#main",
1253
+ "repo": "nuxt/devtools#main/packages/devtools",
1095
1254
  "npm": "@nuxt/devtools",
1096
1255
  "icon": "nuxt.svg",
1097
1256
  "github": "https://github.com/nuxt/devtools",
@@ -1113,13 +1272,13 @@
1113
1272
  },
1114
1273
  {
1115
1274
  "name": "directus",
1116
- "description": "Easily connect your Nuxt3 application to your directus server.",
1275
+ "description": "Easily connect your Nuxt application to your directus server.",
1117
1276
  "repo": "intevel/nuxt-directus",
1118
1277
  "npm": "nuxt-directus",
1119
1278
  "icon": "directus.svg",
1120
- "github": "https://github.com/directus/nuxt-directus/",
1121
- "website": "https://nuxt-directus.netlify.app/",
1122
- "learn_more": "https://nuxt-directus.netlify.app/",
1279
+ "github": "https://github.com/intevel/nuxt-directus/",
1280
+ "website": "https://nuxt-directus.site/",
1281
+ "learn_more": "https://nuxt-directus.site/",
1123
1282
  "category": "CMS",
1124
1283
  "type": "3rd-party",
1125
1284
  "maintainers": [
@@ -1130,10 +1289,30 @@
1130
1289
  }
1131
1290
  ],
1132
1291
  "compatibility": {
1133
- "nuxt": "^2.0.0 || ^3.0.0",
1134
- "requires": {
1135
- "bridge": true
1292
+ "nuxt": "^3.0.0",
1293
+ "requires": {}
1294
+ }
1295
+ },
1296
+ {
1297
+ "name": "disqus",
1298
+ "description": "Disqus for Nuxt 3",
1299
+ "repo": "modbender/nuxt-disqus",
1300
+ "npm": "nuxt-disqus",
1301
+ "icon": "disqus.svg",
1302
+ "github": "https://github.com/modbender/nuxt-disqus",
1303
+ "website": "https://github.com/modbender/nuxt-disqus",
1304
+ "learn_more": "https://github.com/modbender/vue3-disqus",
1305
+ "category": "Libraries",
1306
+ "type": "3rd-party",
1307
+ "maintainers": [
1308
+ {
1309
+ "name": "modbender",
1310
+ "github": "modbender"
1136
1311
  }
1312
+ ],
1313
+ "compatibility": {
1314
+ "nuxt": "^3.0.0",
1315
+ "requires": {}
1137
1316
  }
1138
1317
  },
1139
1318
  {
@@ -1531,6 +1710,29 @@
1531
1710
  "requires": {}
1532
1711
  }
1533
1712
  },
1713
+ {
1714
+ "name": "form-actions",
1715
+ "description": "A set of features and composables to interact with forms and server data.",
1716
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
1717
+ "npm": "@hebilicious/form-actions-nuxt",
1718
+ "icon": "form-actions.svg",
1719
+ "github": "https://github.com/Hebilicious/form-actions-nuxt",
1720
+ "website": "https://form-actions-nuxt.pages.dev/",
1721
+ "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1722
+ "category": "Request",
1723
+ "type": "3rd-party",
1724
+ "maintainers": [
1725
+ {
1726
+ "name": "Hebilicious",
1727
+ "github": "Hebilicious",
1728
+ "twitter": "its_hebilicious"
1729
+ }
1730
+ ],
1731
+ "compatibility": {
1732
+ "nuxt": "^3.7.0",
1733
+ "requires": {}
1734
+ }
1735
+ },
1534
1736
  {
1535
1737
  "name": "formkit",
1536
1738
  "description": "Seamless FormKit integration for Nuxt",
@@ -1664,11 +1866,11 @@
1664
1866
  {
1665
1867
  "name": "google-fonts",
1666
1868
  "description": "Google Fonts module for NuxtJS",
1667
- "repo": "nuxt-community/google-fonts-module",
1869
+ "repo": "nuxt-modules/google-fonts",
1668
1870
  "npm": "@nuxtjs/google-fonts",
1669
1871
  "icon": "google-fonts.png",
1670
- "github": "https://github.com/nuxt-community/google-fonts-module",
1671
- "website": "https://github.com/nuxt-community/google-fonts-module",
1872
+ "github": "https://github.com/nuxt-modules/google-fonts",
1873
+ "website": "https://google-fonts.nuxtjs.org",
1672
1874
  "learn_more": "https://developers.google.com/fonts",
1673
1875
  "category": "Fonts",
1674
1876
  "type": "community",
@@ -1879,6 +2081,28 @@
1879
2081
  "requires": {}
1880
2082
  }
1881
2083
  },
2084
+ {
2085
+ "name": "hanko",
2086
+ "description": "Hanko integration for Nuxt for passwordless authentication",
2087
+ "repo": "nuxt-modules/hanko",
2088
+ "npm": "@nuxtjs/hanko",
2089
+ "icon": "hanko.svg",
2090
+ "github": "https://github.com/nuxt-modules/hanko",
2091
+ "website": "https://github.com/nuxt-modules/hanko",
2092
+ "learn_more": "https://hanko.io/",
2093
+ "category": "Security",
2094
+ "type": "community",
2095
+ "maintainers": [
2096
+ {
2097
+ "name": "danielroe",
2098
+ "github": "danielroe"
2099
+ }
2100
+ ],
2101
+ "compatibility": {
2102
+ "nuxt": "^3.0.0",
2103
+ "requires": {}
2104
+ }
2105
+ },
1882
2106
  {
1883
2107
  "name": "harlem",
1884
2108
  "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
@@ -2114,11 +2338,11 @@
2114
2338
  {
2115
2339
  "name": "i18n",
2116
2340
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
2117
- "repo": "nuxt-community/i18n-module",
2341
+ "repo": "nuxt-modules/i18n",
2118
2342
  "npm": "@nuxtjs/i18n",
2119
2343
  "icon": "i18n.png",
2120
- "github": "https://github.com/nuxt-community/i18n-module",
2121
- "website": "https://i18n.nuxtjs.org",
2344
+ "github": "https://github.com/nuxt-modules/i18n",
2345
+ "website": "https://v8.i18n.nuxtjs.org",
2122
2346
  "learn_more": "https://kazupon.github.io/vue-i18n/",
2123
2347
  "category": "Extensions",
2124
2348
  "type": "community",
@@ -2232,7 +2456,7 @@
2232
2456
  "npm": "@nuxt/image",
2233
2457
  "icon": "image.png",
2234
2458
  "github": "https://github.com/nuxt/image",
2235
- "website": "https://image.nuxtjs.org",
2459
+ "website": "https://image.nuxt.com",
2236
2460
  "learn_more": "",
2237
2461
  "category": "Images",
2238
2462
  "type": "official",
@@ -2242,6 +2466,11 @@
2242
2466
  "github": "farnabaz",
2243
2467
  "twitter": "a_birang"
2244
2468
  },
2469
+ {
2470
+ "name": "Daniel Roe",
2471
+ "github": "danielroe",
2472
+ "twitter": "danielcroe"
2473
+ },
2245
2474
  {
2246
2475
  "name": "Pooya Parsa",
2247
2476
  "github": "pi0",
@@ -2510,13 +2739,13 @@
2510
2739
  },
2511
2740
  {
2512
2741
  "name": "link-checker",
2513
- "description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
2742
+ "description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
2514
2743
  "repo": "harlan-zw/nuxt-link-checker",
2515
2744
  "npm": "nuxt-link-checker",
2516
- "icon": "",
2745
+ "icon": "link-checker.svg",
2517
2746
  "github": "https://github.com/harlan-zw/nuxt-link-checker",
2518
- "website": "https://github.com/harlan-zw/nuxt-link-checker",
2519
- "learn_more": "",
2747
+ "website": "https://nuxtseo.com/link-checker",
2748
+ "learn_more": "https://nuxtseo.com/link-checker",
2520
2749
  "category": "SEO",
2521
2750
  "type": "3rd-party",
2522
2751
  "maintainers": [
@@ -2607,11 +2836,11 @@
2607
2836
  {
2608
2837
  "name": "logrocket",
2609
2838
  "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
2610
- "repo": "nuxt-community/nuxt-logrocket",
2839
+ "repo": "nuxt-modules/logrocket",
2611
2840
  "npm": "nuxt-logrocket",
2612
2841
  "icon": "logrocket.png",
2613
- "github": "https://github.com/nuxt-community/nuxt-logrocket",
2614
- "website": "https://github.com/nuxt-community/nuxt-logrocket",
2842
+ "github": "https://github.com/nuxt-modules/logrocket",
2843
+ "website": "https://github.com/nuxt-modules/logrocket",
2615
2844
  "learn_more": "https://docs.logrocket.com/docs",
2616
2845
  "category": "Monitoring",
2617
2846
  "type": "community",
@@ -2627,6 +2856,32 @@
2627
2856
  "requires": {}
2628
2857
  }
2629
2858
  },
2859
+ {
2860
+ "name": "lucide-icons",
2861
+ "description": "Nuxt 3 module to integrate Lucide icons",
2862
+ "repo": "swisnl/nuxt-lucide-icons",
2863
+ "npm": "nuxt-lucide-icons",
2864
+ "icon": "lucide-icons.svg",
2865
+ "github": "https://github.com/swisnl/nuxt-lucide-icons",
2866
+ "website": "https://github.com/swisnl/nuxt-lucide-icons",
2867
+ "learn_more": "",
2868
+ "category": "UI",
2869
+ "type": "3rd-party",
2870
+ "maintainers": [
2871
+ {
2872
+ "name": "SWIS",
2873
+ "github": "swisnl"
2874
+ },
2875
+ {
2876
+ "name": "Jasper Zonneveld",
2877
+ "github": "JaZo"
2878
+ }
2879
+ ],
2880
+ "compatibility": {
2881
+ "nuxt": "^3.0.0",
2882
+ "requires": {}
2883
+ }
2884
+ },
2630
2885
  {
2631
2886
  "name": "lunr",
2632
2887
  "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
@@ -3067,6 +3322,28 @@
3067
3322
  "requires": {}
3068
3323
  }
3069
3324
  },
3325
+ {
3326
+ "name": "nuxt-anchorscroll",
3327
+ "description": "Scroll to top and to anchor support for Nuxt",
3328
+ "repo": "helltraitor/nuxt-anchorscroll",
3329
+ "npm": "nuxt-anchorscroll",
3330
+ "icon": "",
3331
+ "github": "https://github.com/helltraitor/nuxt-anchorscroll",
3332
+ "website": "https://github.com/helltraitor/nuxt-anchorscroll",
3333
+ "learn_more": "",
3334
+ "category": "UI",
3335
+ "type": "3rd-party",
3336
+ "maintainers": [
3337
+ {
3338
+ "name": "Helltraitor",
3339
+ "github": "helltraitor"
3340
+ }
3341
+ ],
3342
+ "compatibility": {
3343
+ "nuxt": "^3.0.0",
3344
+ "requires": {}
3345
+ }
3346
+ },
3070
3347
  {
3071
3348
  "name": "nuxt-auth",
3072
3349
  "description": "",
@@ -3089,6 +3366,50 @@
3089
3366
  "requires": {}
3090
3367
  }
3091
3368
  },
3369
+ {
3370
+ "name": "nuxt-basic-auth",
3371
+ "description": "Nuxt 3 Module for Basic Authentication",
3372
+ "repo": "kgierke/nuxt-basic-auth",
3373
+ "npm": "@kgierke/nuxt-basic-auth",
3374
+ "icon": "",
3375
+ "github": "https://github.com/kgierke/nuxt-basic-auth",
3376
+ "website": "https://github.com/kgierke/nuxt-basic-auth",
3377
+ "learn_more": "",
3378
+ "category": "Security",
3379
+ "type": "3rd-party",
3380
+ "maintainers": [
3381
+ {
3382
+ "name": "kgierke",
3383
+ "github": "kgierke"
3384
+ }
3385
+ ],
3386
+ "compatibility": {
3387
+ "nuxt": "^3.0.0",
3388
+ "requires": {}
3389
+ }
3390
+ },
3391
+ {
3392
+ "name": "nuxt-bootstrap-icons",
3393
+ "description": "Just a simple integration for Bootstrap Icons",
3394
+ "repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
3395
+ "npm": "nuxt-bootstrap-icons",
3396
+ "icon": "bootstrap-icons.svg",
3397
+ "github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3398
+ "website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3399
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3400
+ "category": "UI",
3401
+ "type": "3rd-party",
3402
+ "maintainers": [
3403
+ {
3404
+ "name": "OyewoleOyedeji",
3405
+ "github": "OyewoleOyedeji"
3406
+ }
3407
+ ],
3408
+ "compatibility": {
3409
+ "nuxt": "^3.0.0",
3410
+ "requires": {}
3411
+ }
3412
+ },
3092
3413
  {
3093
3414
  "name": "nuxt-chatgpt",
3094
3415
  "description": "ChatGPT integration for Nuxt 3",
@@ -3111,6 +3432,54 @@
3111
3432
  "requires": {}
3112
3433
  }
3113
3434
  },
3435
+ {
3436
+ "name": "nuxt-facebook-chat",
3437
+ "description": "nuxt-plotly module is thin Nuxt3 wrapper for Facebook's Customer Chat SDK",
3438
+ "repo": "superdev-tech/nuxt-facebook-chat",
3439
+ "npm": "nuxt-facebook-chat",
3440
+ "icon": "nuxt-facebook-chat.svg",
3441
+ "github": "https://github.com/superdev-tech/nuxt-facebook-chat",
3442
+ "website": "https://github.com/superdev-tech/nuxt-facebook-chat",
3443
+ "learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
3444
+ "category": "Libraries",
3445
+ "type": "3rd-party",
3446
+ "maintainers": [
3447
+ {
3448
+ "name": "Supanut Dokmaithong",
3449
+ "github": "Boomgeek"
3450
+ },
3451
+ {
3452
+ "name": "superdev-tech",
3453
+ "github": "superdev-tech"
3454
+ }
3455
+ ],
3456
+ "compatibility": {
3457
+ "nuxt": "^3.0.0",
3458
+ "requires": {}
3459
+ }
3460
+ },
3461
+ {
3462
+ "name": "nuxt-feedme",
3463
+ "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
3464
+ "repo": "helltraitor/nuxt-feedme",
3465
+ "npm": "nuxt-feedme",
3466
+ "icon": "",
3467
+ "github": "https://github.com/helltraitor/nuxt-feedme",
3468
+ "website": "https://github.com/helltraitor/nuxt-feedme",
3469
+ "learn_more": "",
3470
+ "category": "SEO",
3471
+ "type": "3rd-party",
3472
+ "maintainers": [
3473
+ {
3474
+ "name": "Helltraitor",
3475
+ "github": "helltraitor"
3476
+ }
3477
+ ],
3478
+ "compatibility": {
3479
+ "nuxt": "^3.0.0",
3480
+ "requires": {}
3481
+ }
3482
+ },
3114
3483
  {
3115
3484
  "name": "nuxt-graphql-middleware",
3116
3485
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -3209,24 +3578,24 @@
3209
3578
  }
3210
3579
  },
3211
3580
  {
3212
- "name": "nuxt-lazy-load",
3213
- "description": "A simple way to lazy load images, videos, audio, and iframes without custom components or extra attributes like data-src, just basic HTML tags",
3214
- "repo": "",
3215
- "npm": "nuxt-lazy-load",
3216
- "icon": "nuxt-lazy-load.svg",
3217
- "github": "",
3218
- "website": "https://gitlab.com/broj42/nuxt-lazy-load",
3219
- "learn_more": "https://gitlab.com/broj42/nuxt-lazy-load",
3220
- "category": "Performance",
3581
+ "name": "nuxt-jsonld",
3582
+ "description": "Manage JSON-LD in Vue component.",
3583
+ "repo": "ymmooot/nuxt-jsonld",
3584
+ "npm": "nuxt-jsonld",
3585
+ "icon": "",
3586
+ "github": "https://github.com/ymmooot/nuxt-jsonld",
3587
+ "website": "https://github.com/ymmooot/nuxt-jsonld",
3588
+ "learn_more": "",
3589
+ "category": "SEO",
3221
3590
  "type": "3rd-party",
3222
3591
  "maintainers": [
3223
3592
  {
3224
- "name": "Dario Ferderber",
3225
- "github": "darioferderber"
3593
+ "name": "ymmooot",
3594
+ "github": "ymmooot"
3226
3595
  }
3227
3596
  ],
3228
3597
  "compatibility": {
3229
- "nuxt": "^2.0.0 || ^3.0.0",
3598
+ "nuxt": "^3.0.0",
3230
3599
  "requires": {}
3231
3600
  }
3232
3601
  },
@@ -3298,6 +3667,28 @@
3298
3667
  "requires": {}
3299
3668
  }
3300
3669
  },
3670
+ {
3671
+ "name": "nuxt-mdi",
3672
+ "description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
3673
+ "repo": "ERPedersen/nuxt-mdi",
3674
+ "npm": "nuxt-mdi",
3675
+ "icon": "mdi.png",
3676
+ "github": "https://github.com/ERPedersen/nuxt-mdi",
3677
+ "website": "https://nuxt-mdi.emilrosenius.com",
3678
+ "learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
3679
+ "category": "Libraries",
3680
+ "type": "3rd-party",
3681
+ "maintainers": [
3682
+ {
3683
+ "name": "Emil Rosenius",
3684
+ "github": "ERPedersen"
3685
+ }
3686
+ ],
3687
+ "compatibility": {
3688
+ "nuxt": "^3.0.0",
3689
+ "requires": {}
3690
+ }
3691
+ },
3301
3692
  {
3302
3693
  "name": "nuxt-monaco-editor",
3303
3694
  "description": "Integrate monaco-editor with Nuxt",
@@ -3327,7 +3718,7 @@
3327
3718
  "npm": "nuxt-mongoose",
3328
3719
  "icon": "nuxt-mongoose.svg",
3329
3720
  "github": "https://github.com/arashsheyda/nuxt-mongoose",
3330
- "website": "https://github.com/arashsheyda/nuxt-mongoose",
3721
+ "website": "https://nuxt-mongoose.nuxt.space",
3331
3722
  "learn_more": "",
3332
3723
  "category": "Database",
3333
3724
  "type": "3rd-party",
@@ -3365,6 +3756,28 @@
3365
3756
  "requires": {}
3366
3757
  }
3367
3758
  },
3759
+ {
3760
+ "name": "nuxt-phosphor-icons",
3761
+ "description": "Just a simple integration for @phosphor-icons in Nuxt",
3762
+ "repo": "OyewoleOyedeji/nuxt-phosphor-icons",
3763
+ "npm": "nuxt-phosphor-icons",
3764
+ "icon": "phosphor-icons.svg",
3765
+ "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3766
+ "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3767
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3768
+ "category": "UI",
3769
+ "type": "3rd-party",
3770
+ "maintainers": [
3771
+ {
3772
+ "name": "OyewoleOyedeji",
3773
+ "github": "OyewoleOyedeji"
3774
+ }
3775
+ ],
3776
+ "compatibility": {
3777
+ "nuxt": "^3.0.0",
3778
+ "requires": {}
3779
+ }
3780
+ },
3368
3781
  {
3369
3782
  "name": "nuxt-pino-log",
3370
3783
  "description": "Structured logs for nuxt apps using pino",
@@ -3409,6 +3822,32 @@
3409
3822
  "requires": {}
3410
3823
  }
3411
3824
  },
3825
+ {
3826
+ "name": "nuxt-plotly",
3827
+ "description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
3828
+ "repo": "superdev-tech/nuxt-plotly",
3829
+ "npm": "nuxt-plotly",
3830
+ "icon": "nuxt-plotly.svg",
3831
+ "github": "https://github.com/superdev-tech/nuxt-plotly",
3832
+ "website": "https://github.com/superdev-tech/nuxt-plotly",
3833
+ "learn_more": "https://www.npmjs.com/package/nuxt-plotly",
3834
+ "category": "Libraries",
3835
+ "type": "3rd-party",
3836
+ "maintainers": [
3837
+ {
3838
+ "name": "Supanut Dokmaithong",
3839
+ "github": "Boomgeek"
3840
+ },
3841
+ {
3842
+ "name": "superdev-tech",
3843
+ "github": "superdev-tech"
3844
+ }
3845
+ ],
3846
+ "compatibility": {
3847
+ "nuxt": "^3.0.0",
3848
+ "requires": {}
3849
+ }
3850
+ },
3412
3851
  {
3413
3852
  "name": "nuxt-png-to-ico",
3414
3853
  "description": "Nuxt.js module for auto generating favicons",
@@ -3621,12 +4060,12 @@
3621
4060
  {
3622
4061
  "name": "nuxt-vue3-google-signin",
3623
4062
  "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
3624
- "repo": "syetalabs/nuxt-vue3-google-signin",
4063
+ "repo": "wavezync/nuxt-vue3-google-signin",
3625
4064
  "npm": "nuxt-vue3-google-signin",
3626
4065
  "icon": "vue3-google-signin.svg",
3627
- "github": "https://github.com/syetalabs/nuxt-vue3-google-signin",
3628
- "website": "https://vue3-google-signin.syetalabs.io",
3629
- "learn_more": "https://vue3-google-signin.syetalabs.io",
4066
+ "github": "https://github.com/wavezync/nuxt-vue3-google-signin",
4067
+ "website": "https://vue3-google-signin.wavezync.com",
4068
+ "learn_more": "https://vue3-google-signin.wavezync.com",
3630
4069
  "category": "Libraries",
3631
4070
  "type": "3rd-party",
3632
4071
  "maintainers": [
@@ -3642,7 +4081,7 @@
3642
4081
  },
3643
4082
  {
3644
4083
  "name": "nuxt-vuetify",
3645
- "description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
4084
+ "description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
3646
4085
  "repo": "invictus-codes/nuxt-vuetify",
3647
4086
  "npm": "@invictus.codes/nuxt-vuetify",
3648
4087
  "icon": "vuetify-logo-v3-dark.svg",
@@ -3662,6 +4101,28 @@
3662
4101
  "requires": {}
3663
4102
  }
3664
4103
  },
4104
+ {
4105
+ "name": "nuxt3-leaflet",
4106
+ "description": "Leaflet integration with Nuxt",
4107
+ "repo": "Gugustinette/Nuxt-Leaflet",
4108
+ "npm": "nuxt3-leaflet",
4109
+ "icon": "leaflet.png",
4110
+ "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4111
+ "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
4112
+ "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
4113
+ "category": "Libraries",
4114
+ "type": "3rd-party",
4115
+ "maintainers": [
4116
+ {
4117
+ "name": "Augustin MERCIER",
4118
+ "github": "Gugustinette"
4119
+ }
4120
+ ],
4121
+ "compatibility": {
4122
+ "nuxt": "^3.0.0",
4123
+ "requires": {}
4124
+ }
4125
+ },
3665
4126
  {
3666
4127
  "name": "nuxt7",
3667
4128
  "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
@@ -3685,38 +4146,15 @@
3685
4146
  "requires": {}
3686
4147
  }
3687
4148
  },
3688
- {
3689
- "name": "nuxtlabs-ui",
3690
- "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
3691
- "repo": "nuxtlabs/ui",
3692
- "npm": "@nuxthq/ui",
3693
- "icon": "nuxtlabs-ui.svg",
3694
- "github": "https://github.com/nuxtlabs/ui",
3695
- "website": "https://ui.nuxtlabs.com",
3696
- "learn_more": "https://ui.nuxtlabs.com",
3697
- "category": "UI",
3698
- "type": "3rd-party",
3699
- "maintainers": [
3700
- {
3701
- "name": "Benjamin Canac",
3702
- "github": "benjamincanac",
3703
- "twitter": "benjamincanac"
3704
- }
3705
- ],
3706
- "compatibility": {
3707
- "nuxt": "^3.0.0",
3708
- "requires": {}
3709
- }
3710
- },
3711
4149
  {
3712
4150
  "name": "og-image",
3713
- "description": "Easily generate dynamic social share images.",
4151
+ "description": "Enlightened runtime images generated with Vue templates.",
3714
4152
  "repo": "harlan-zw/nuxt-og-image",
3715
4153
  "npm": "nuxt-og-image",
3716
- "icon": "",
4154
+ "icon": "og-image.svg",
3717
4155
  "github": "https://github.com/harlan-zw/nuxt-og-image",
3718
- "website": "https://github.com/harlan-zw/nuxt-og-image",
3719
- "learn_more": "",
4156
+ "website": "https://nuxtseo.com/og-image",
4157
+ "learn_more": "https://nuxtseo.com/og-image",
3720
4158
  "category": "SEO",
3721
4159
  "type": "3rd-party",
3722
4160
  "maintainers": [
@@ -3822,6 +4260,29 @@
3822
4260
  "requires": {}
3823
4261
  }
3824
4262
  },
4263
+ {
4264
+ "name": "particles",
4265
+ "description": "Easily add particle animations to your Nuxt projects using tsParticles",
4266
+ "repo": "Joepocalyptic/nuxt-particles",
4267
+ "npm": "nuxt-particles",
4268
+ "icon": "",
4269
+ "github": "https://github.com/Joepocalyptic/nuxt-particles",
4270
+ "website": "https://nuxt-particles.joeypereira.dev",
4271
+ "learn_more": "https://particles.js.org/",
4272
+ "category": "Libraries",
4273
+ "type": "3rd-party",
4274
+ "maintainers": [
4275
+ {
4276
+ "name": "Joey Pereira",
4277
+ "github": "Joepocalyptic",
4278
+ "avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
4279
+ }
4280
+ ],
4281
+ "compatibility": {
4282
+ "nuxt": "^3.0.0",
4283
+ "requires": {}
4284
+ }
4285
+ },
3825
4286
  {
3826
4287
  "name": "partytown",
3827
4288
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
@@ -4010,6 +4471,30 @@
4010
4471
  "requires": {}
4011
4472
  }
4012
4473
  },
4474
+ {
4475
+ "name": "prepare",
4476
+ "description": "Initialization steps at build time – like Nuxt 2 server init",
4477
+ "repo": "johannschopplich/nuxt-prepare",
4478
+ "npm": "nuxt-prepare",
4479
+ "icon": "prepare.svg",
4480
+ "github": "https://github.com/johannschopplich/nuxt-prepare",
4481
+ "website": "https://nuxt-prepare.jhnn.dev",
4482
+ "learn_more": "",
4483
+ "category": "Devtools",
4484
+ "type": "3rd-party",
4485
+ "maintainers": [
4486
+ {
4487
+ "name": "Johann Schopplich",
4488
+ "github": "johannschopplich",
4489
+ "twitter": "jschopplich",
4490
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
4491
+ }
4492
+ ],
4493
+ "compatibility": {
4494
+ "nuxt": "^3.0.0",
4495
+ "requires": {}
4496
+ }
4497
+ },
4013
4498
  {
4014
4499
  "name": "prismic",
4015
4500
  "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
@@ -4214,6 +4699,28 @@
4214
4699
  "requires": {}
4215
4700
  }
4216
4701
  },
4702
+ {
4703
+ "name": "radash",
4704
+ "description": "radash module with auto-import and custom prefix",
4705
+ "repo": "bbg/nuxt-radash",
4706
+ "npm": "nuxt-radash",
4707
+ "icon": "radash.png",
4708
+ "github": "https://github.com/bbg/nuxt-radash",
4709
+ "website": "https://github.com/bbg/nuxt-radash#readme",
4710
+ "learn_more": "https://github.com/rayepps/radash/",
4711
+ "category": "Libraries",
4712
+ "type": "3rd-party",
4713
+ "maintainers": [
4714
+ {
4715
+ "name": "Batuhan Göksu",
4716
+ "github": "bbg"
4717
+ }
4718
+ ],
4719
+ "compatibility": {
4720
+ "nuxt": "^3.0.0",
4721
+ "requires": {}
4722
+ }
4723
+ },
4217
4724
  {
4218
4725
  "name": "recaptcha",
4219
4726
  "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
@@ -4284,11 +4791,11 @@
4284
4791
  {
4285
4792
  "name": "robots",
4286
4793
  "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
4287
- "repo": "nuxt-community/robots-module",
4794
+ "repo": "nuxt-modules/robots",
4288
4795
  "npm": "@nuxtjs/robots",
4289
4796
  "icon": "robots.png",
4290
- "github": "https://github.com/nuxt-community/robots-module",
4291
- "website": "https://github.com/nuxt-community/robots-module",
4797
+ "github": "https://github.com/nuxt-modules/robots",
4798
+ "website": "https://github.com/nuxt-modules/robots",
4292
4799
  "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
4293
4800
  "category": "SEO",
4294
4801
  "type": "community",
@@ -4400,13 +4907,13 @@
4400
4907
  },
4401
4908
  {
4402
4909
  "name": "schema-org",
4403
- "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
4404
- "repo": "vueuse/schema-org#main/packages/nuxt",
4910
+ "description": "Schema.org for Nuxt.",
4911
+ "repo": "harlan-zw/nuxt-schema-org",
4405
4912
  "npm": "nuxt-schema-org",
4406
4913
  "icon": "schema-org.svg",
4407
- "github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4408
- "website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4409
- "learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
4914
+ "github": "https://github.com/harlan-zw/nuxt-schema-org",
4915
+ "website": "https://nuxtseo.com/schema-org",
4916
+ "learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
4410
4917
  "category": "SEO",
4411
4918
  "type": "3rd-party",
4412
4919
  "maintainers": [
@@ -4494,7 +5001,7 @@
4494
5001
  "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
4495
5002
  "repo": "nuxt-community/sentry-module",
4496
5003
  "npm": "@nuxtjs/sentry",
4497
- "icon": "sentry.png",
5004
+ "icon": "sentry.svg",
4498
5005
  "github": "https://github.com/nuxt-community/sentry-module",
4499
5006
  "website": "https://sentry.nuxtjs.org/",
4500
5007
  "learn_more": "https://sentry.io/welcome/",
@@ -4511,14 +5018,38 @@
4511
5018
  "requires": {}
4512
5019
  }
4513
5020
  },
5021
+ {
5022
+ "name": "seo-experiments",
5023
+ "description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
5024
+ "repo": "harlan-zw/nuxt-seo-experiments",
5025
+ "npm": "nuxt-seo-experiments",
5026
+ "icon": "seo-experiments.svg",
5027
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5028
+ "website": "https://nuxtseo.com/experiments",
5029
+ "learn_more": "https://nuxtseo.com/experiments",
5030
+ "category": "SEO",
5031
+ "type": "3rd-party",
5032
+ "maintainers": [
5033
+ {
5034
+ "name": "Harlan Wilton",
5035
+ "github": "harlan-zw",
5036
+ "twitter": "harlan_zw",
5037
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5038
+ }
5039
+ ],
5040
+ "compatibility": {
5041
+ "nuxt": "^3.0.0",
5042
+ "requires": {}
5043
+ }
5044
+ },
4514
5045
  {
4515
5046
  "name": "seo-kit",
4516
- "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
5047
+ "description": "The complete SEO solution for Nuxt.",
4517
5048
  "repo": "harlan-zw/nuxt-seo-kit#main/layer",
4518
5049
  "npm": "nuxt-seo-kit",
4519
5050
  "icon": "seo-kit.svg",
4520
5051
  "github": "https://github.com/harlan-zw/nuxt-seo-kit",
4521
- "website": "https://github.com/harlan-zw/nuxt-seo-kit",
5052
+ "website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
4522
5053
  "learn_more": "",
4523
5054
  "category": "SEO",
4524
5055
  "type": "3rd-party",
@@ -4601,6 +5132,29 @@
4601
5132
  "requires": {}
4602
5133
  }
4603
5134
  },
5135
+ {
5136
+ "name": "server-block",
5137
+ "description": "Use <server> tags in your Nuxt pages components.",
5138
+ "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
5139
+ "npm": "@hebilicious/server-block-nuxt",
5140
+ "icon": "server-block.svg",
5141
+ "github": "https://github.com/Hebilicious/server-block-nuxt",
5142
+ "website": "https://github.com/Hebilicious/server-block-nuxt#readme",
5143
+ "learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
5144
+ "category": "Extensions",
5145
+ "type": "3rd-party",
5146
+ "maintainers": [
5147
+ {
5148
+ "name": "Hebilicious",
5149
+ "github": "Hebilicious",
5150
+ "twitter": "its_hebilicious"
5151
+ }
5152
+ ],
5153
+ "compatibility": {
5154
+ "nuxt": "^3.0.0",
5155
+ "requires": {}
5156
+ }
5157
+ },
4604
5158
  {
4605
5159
  "name": "session",
4606
5160
  "description": "Session middleware to persist user data across requests, a client-side useSession composable to interact with the session, supports many storage backends via unjs/unstorage",
@@ -4693,13 +5247,13 @@
4693
5247
  },
4694
5248
  {
4695
5249
  "name": "simple-robots",
4696
- "description": "Simply manage the robots crawling your Nuxt app.",
5250
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
4697
5251
  "repo": "harlan-zw/nuxt-simple-robots",
4698
5252
  "npm": "nuxt-simple-robots",
4699
- "icon": "",
5253
+ "icon": "simple-robots.svg",
4700
5254
  "github": "https://github.com/harlan-zw/nuxt-simple-robots",
4701
- "website": "https://github.com/harlan-zw/nuxt-simple-robots",
4702
- "learn_more": "",
5255
+ "website": "https://nuxtseo.com/robots",
5256
+ "learn_more": "https://nuxtseo.com/robots",
4703
5257
  "category": "SEO",
4704
5258
  "type": "3rd-party",
4705
5259
  "maintainers": [
@@ -4717,13 +5271,13 @@
4717
5271
  },
4718
5272
  {
4719
5273
  "name": "simple-sitemap",
4720
- "description": "Simple, minimal sitemap.xml generation.",
5274
+ "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
4721
5275
  "repo": "harlan-zw/nuxt-simple-sitemap",
4722
5276
  "npm": "nuxt-simple-sitemap",
4723
- "icon": "",
5277
+ "icon": "simple-sitemap.svg",
4724
5278
  "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4725
- "website": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4726
- "learn_more": "",
5279
+ "website": "https://nuxtseo.com/simple-sitemap",
5280
+ "learn_more": "https://nuxtseo.com/simple-sitemap",
4727
5281
  "category": "SEO",
4728
5282
  "type": "3rd-party",
4729
5283
  "maintainers": [
@@ -5021,7 +5575,7 @@
5021
5575
  "name": "storybook",
5022
5576
  "description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
5023
5577
  "repo": "nuxt-community/storybook",
5024
- "npm": "@nuxtjs/storybook",
5578
+ "npm": "@storybook-vue/nuxt-storybook",
5025
5579
  "icon": "storybook.png",
5026
5580
  "github": "https://github.com/nuxt-community/storybook",
5027
5581
  "website": "https://storybook.nuxtjs.org",
@@ -5050,10 +5604,10 @@
5050
5604
  {
5051
5605
  "name": "strapi",
5052
5606
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
5053
- "repo": "nuxt-community/strapi-module",
5607
+ "repo": "nuxt-modules/strapi",
5054
5608
  "npm": "@nuxtjs/strapi",
5055
5609
  "icon": "strapi.png",
5056
- "github": "https://github.com/nuxt-community/strapi-module",
5610
+ "github": "https://github.com/nuxt-modules/strapi",
5057
5611
  "website": "https://strapi.nuxtjs.org",
5058
5612
  "learn_more": "https://strapi.io/",
5059
5613
  "category": "CMS",
@@ -5077,6 +5631,32 @@
5077
5631
  }
5078
5632
  }
5079
5633
  },
5634
+ {
5635
+ "name": "stripe-next",
5636
+ "description": "This Nuxt module provides an easy way to integrate Stripe in your Nuxt application, both on the client-side and server-side. It utilizes the official stripe package for server-side usage and @stripe/stripe-js for the client-side.",
5637
+ "repo": "fuentesloic/nuxt-stripe",
5638
+ "npm": "@unlok-co/nuxt-stripe",
5639
+ "icon": "stripe.png",
5640
+ "github": "https://github.com/fuentesloic/nuxt-stripe",
5641
+ "website": "https://github.com/fuentesloic/nuxt-stripe",
5642
+ "learn_more": "https://stripe.com/docs",
5643
+ "category": "Payment",
5644
+ "type": "3rd-party",
5645
+ "maintainers": [
5646
+ {
5647
+ "name": "Loic Fuentes",
5648
+ "github": "fuentesloic"
5649
+ },
5650
+ {
5651
+ "name": "Florent Giraud",
5652
+ "github": "flozero"
5653
+ }
5654
+ ],
5655
+ "compatibility": {
5656
+ "nuxt": "^3.0.0",
5657
+ "requires": {}
5658
+ }
5659
+ },
5080
5660
  {
5081
5661
  "name": "stripe",
5082
5662
  "description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
@@ -5170,10 +5750,10 @@
5170
5750
  {
5171
5751
  "name": "supabase",
5172
5752
  "description": "First class integration with Supabase",
5173
- "repo": "nuxt-community/supabase-module",
5753
+ "repo": "nuxt-modules/supabase",
5174
5754
  "npm": "@nuxtjs/supabase",
5175
5755
  "icon": "supabase.png",
5176
- "github": "https://github.com/nuxt-community/supabase-module",
5756
+ "github": "https://github.com/nuxt-modules/supabase",
5177
5757
  "website": "https://supabase.nuxtjs.org",
5178
5758
  "learn_more": "https://supabase.com",
5179
5759
  "category": "Database",
@@ -5224,12 +5804,12 @@
5224
5804
  },
5225
5805
  {
5226
5806
  "name": "svg-sprite",
5227
- "description": "Optimized and Easy way to use svg files in Nuxt.js",
5228
- "repo": "nuxt-community/svg-sprite-module",
5807
+ "description": "Optimized and Easy way to use svg files in Nuxt",
5808
+ "repo": "nuxt-modules/svg-sprite",
5229
5809
  "npm": "@nuxtjs/svg-sprite",
5230
5810
  "icon": "",
5231
- "github": "https://github.com/nuxt-community/svg-sprite-module",
5232
- "website": "https://github.com/nuxt-community/svg-sprite-module",
5811
+ "github": "https://github.com/nuxt-modules/svg-sprite",
5812
+ "website": "https://github.com/nuxt-modules/svg-sprite",
5233
5813
  "learn_more": "",
5234
5814
  "category": "UI",
5235
5815
  "type": "community",
@@ -5241,7 +5821,7 @@
5241
5821
  }
5242
5822
  ],
5243
5823
  "compatibility": {
5244
- "nuxt": "^2.0.0",
5824
+ "nuxt": "^2.0.0 || ^3.0.0",
5245
5825
  "requires": {}
5246
5826
  }
5247
5827
  },
@@ -5337,10 +5917,10 @@
5337
5917
  {
5338
5918
  "name": "tailwindcss",
5339
5919
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5340
- "repo": "nuxt-community/tailwindcss-module",
5920
+ "repo": "nuxt-modules/tailwindcss-module",
5341
5921
  "npm": "@nuxtjs/tailwindcss",
5342
5922
  "icon": "tailwindcss.png",
5343
- "github": "https://github.com/nuxt-community/tailwindcss-module",
5923
+ "github": "https://github.com/nuxt-modules/tailwindcss-module",
5344
5924
  "website": "https://tailwindcss.nuxtjs.org",
5345
5925
  "learn_more": "https://tailwindcss.com/",
5346
5926
  "category": "UI",
@@ -5350,6 +5930,10 @@
5350
5930
  "name": "Sébastien Chopin",
5351
5931
  "github": "Atinux",
5352
5932
  "twitter": "Atinux"
5933
+ },
5934
+ {
5935
+ "name": "Inesh Bose",
5936
+ "github": "ineshbose"
5353
5937
  }
5354
5938
  ],
5355
5939
  "compatibility": {
@@ -5380,6 +5964,28 @@
5380
5964
  "requires": {}
5381
5965
  }
5382
5966
  },
5967
+ {
5968
+ "name": "time",
5969
+ "description": "Safely render local dates and times on the server with Nuxt",
5970
+ "repo": "danielroe/nuxt-time",
5971
+ "npm": "nuxt-time",
5972
+ "icon": "",
5973
+ "github": "https://github.com/danielroe/nuxt-time",
5974
+ "website": "https://github.com/danielroe/nuxt-time",
5975
+ "learn_more": "",
5976
+ "category": "Extensions",
5977
+ "type": "3rd-party",
5978
+ "maintainers": [
5979
+ {
5980
+ "name": "danielroe",
5981
+ "github": "danielroe"
5982
+ }
5983
+ ],
5984
+ "compatibility": {
5985
+ "nuxt": "^3.0.0",
5986
+ "requires": {}
5987
+ }
5988
+ },
5383
5989
  {
5384
5990
  "name": "toast",
5385
5991
  "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
@@ -5403,6 +6009,39 @@
5403
6009
  "requires": {}
5404
6010
  }
5405
6011
  },
6012
+ {
6013
+ "name": "tresjs",
6014
+ "description": "Create 3D experiences in your Nuxt application using TresJS.",
6015
+ "repo": "tresjs/nuxt",
6016
+ "npm": "@tresjs/nuxt",
6017
+ "icon": "tresjs.svg",
6018
+ "github": "https://github.com/Tresjs/nuxt",
6019
+ "website": "https://tresjs.org/guide/nuxt.html",
6020
+ "learn_more": "https://tresjs.org/",
6021
+ "category": "Libraries",
6022
+ "type": "3rd-party",
6023
+ "maintainers": [
6024
+ {
6025
+ "name": "Alvaro Saburido",
6026
+ "github": "alvarosabu",
6027
+ "twitter": "alvarosabu"
6028
+ },
6029
+ {
6030
+ "name": "Jaime Torrealba",
6031
+ "github": "JaimeTorrealba",
6032
+ "twitter": "jaimebboyjt"
6033
+ },
6034
+ {
6035
+ "name": "Tino Koch",
6036
+ "github": "Tinoooo",
6037
+ "twitter": "ichbintino"
6038
+ }
6039
+ ],
6040
+ "compatibility": {
6041
+ "nuxt": "^3.0.0",
6042
+ "requires": {}
6043
+ }
6044
+ },
5406
6045
  {
5407
6046
  "name": "turnstile",
5408
6047
  "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
@@ -5452,6 +6091,28 @@
5452
6091
  }
5453
6092
  }
5454
6093
  },
6094
+ {
6095
+ "name": "twemoji",
6096
+ "description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
6097
+ "repo": "yizack/nuxt-twemoji",
6098
+ "npm": "nuxt-twemoji",
6099
+ "icon": "twemoji.svg",
6100
+ "github": "https://github.com/Yizack/nuxt-twemoji",
6101
+ "website": "https://github.com/Yizack/nuxt-twemoji",
6102
+ "learn_more": "",
6103
+ "category": "UI",
6104
+ "type": "3rd-party",
6105
+ "maintainers": [
6106
+ {
6107
+ "name": "Yizack Rangel",
6108
+ "github": "yizack"
6109
+ }
6110
+ ],
6111
+ "compatibility": {
6112
+ "nuxt": "^3.0.0",
6113
+ "requires": {}
6114
+ }
6115
+ },
5455
6116
  {
5456
6117
  "name": "twicpics",
5457
6118
  "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
@@ -5596,6 +6257,39 @@
5596
6257
  "requires": {}
5597
6258
  }
5598
6259
  },
6260
+ {
6261
+ "name": "ui",
6262
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
6263
+ "repo": "nuxt/ui#dev",
6264
+ "npm": "@nuxt/ui",
6265
+ "icon": "nuxt.svg",
6266
+ "github": "https://github.com/nuxt/ui",
6267
+ "website": "https://ui.nuxt.com",
6268
+ "learn_more": "",
6269
+ "category": "UI",
6270
+ "type": "official",
6271
+ "maintainers": [
6272
+ {
6273
+ "name": "Benjamin Canac",
6274
+ "github": "benjamincanac",
6275
+ "twitter": "benjamincanac"
6276
+ },
6277
+ {
6278
+ "name": "Sebastien Chopin",
6279
+ "github": "Atinux",
6280
+ "twitter": "Atinux"
6281
+ },
6282
+ {
6283
+ "name": "Sylvain Marroufin",
6284
+ "github": "smarroufin",
6285
+ "twitter": "smarroufin"
6286
+ }
6287
+ ],
6288
+ "compatibility": {
6289
+ "nuxt": "^3.0.0",
6290
+ "requires": {}
6291
+ }
6292
+ },
5599
6293
  {
5600
6294
  "name": "umami",
5601
6295
  "description": "Embed the Umami analytics library into Nuxt",
@@ -5767,6 +6461,30 @@
5767
6461
  "requires": {}
5768
6462
  }
5769
6463
  },
6464
+ {
6465
+ "name": "use-wagmi",
6466
+ "description": "Vue Composition for Ethereum based on wagmi",
6467
+ "repo": "unicape/use-wagmi#main/packages/nuxt",
6468
+ "npm": "@use-wagmi/nuxt",
6469
+ "icon": "use-wagmi.png",
6470
+ "github": "https://github.com/unicape/use-wagmi",
6471
+ "website": "https://github.com/unicape/use-wagmi",
6472
+ "learn_more": "https://github.com/unicape/use-wagmi",
6473
+ "category": "Extensions",
6474
+ "type": "3rd-party",
6475
+ "maintainers": [
6476
+ {
6477
+ "name": "Unic Ape",
6478
+ "github": "unicape"
6479
+ }
6480
+ ],
6481
+ "compatibility": {
6482
+ "nuxt": "^2.0.0 || ^3.0.0",
6483
+ "requires": {
6484
+ "bridge": true
6485
+ }
6486
+ }
6487
+ },
5770
6488
  {
5771
6489
  "name": "user-agent",
5772
6490
  "description": "Nuxt.js module for handling User-Agent.",
@@ -5859,6 +6577,28 @@
5859
6577
  }
5860
6578
  }
5861
6579
  },
6580
+ {
6581
+ "name": "vcalendar",
6582
+ "description": "VCalendar module for Nuxt",
6583
+ "repo": "samk-dev/nuxt-vcalendar",
6584
+ "npm": "@samk-dev/nuxt-vcalendar",
6585
+ "icon": "vcalendar.png",
6586
+ "github": "https://github.com/samk-dev/vcalendar",
6587
+ "website": "https://github.com/samk-dev/vcalendar",
6588
+ "learn_more": "",
6589
+ "category": "Libraries",
6590
+ "type": "3rd-party",
6591
+ "maintainers": [
6592
+ {
6593
+ "name": "Sam K",
6594
+ "github": "samk-dev"
6595
+ }
6596
+ ],
6597
+ "compatibility": {
6598
+ "nuxt": "^3.0.0",
6599
+ "requires": {}
6600
+ }
6601
+ },
5862
6602
  {
5863
6603
  "name": "vee-validate",
5864
6604
  "description": "Painless Vue forms for Nuxt.js",
@@ -5904,6 +6644,28 @@
5904
6644
  "requires": {}
5905
6645
  }
5906
6646
  },
6647
+ {
6648
+ "name": "vercel-analytics",
6649
+ "description": "Vercel Analytics integration for Nuxt",
6650
+ "repo": "xanderbarkhatov/nuxt-vercel-analytics",
6651
+ "npm": "nuxt-vercel-analytics",
6652
+ "icon": "",
6653
+ "github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
6654
+ "website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
6655
+ "learn_more": "https://vercel.com/docs/concepts/analytics",
6656
+ "category": "Analytics",
6657
+ "type": "3rd-party",
6658
+ "maintainers": [
6659
+ {
6660
+ "name": "Alexander B.",
6661
+ "github": "xanderbarkhatov"
6662
+ }
6663
+ ],
6664
+ "compatibility": {
6665
+ "nuxt": "^3.0.0",
6666
+ "requires": {}
6667
+ }
6668
+ },
5907
6669
  {
5908
6670
  "name": "vexip-ui",
5909
6671
  "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
@@ -5958,13 +6720,13 @@
5958
6720
  {
5959
6721
  "name": "vitest",
5960
6722
  "description": "Vitest integration with Nuxt",
5961
- "repo": "danielroe/nuxt-vitest#main",
6723
+ "repo": "danielroe/nuxt-vitest",
5962
6724
  "npm": "nuxt-vitest",
5963
6725
  "icon": "vitest.svg",
5964
6726
  "github": "https://github.com/danielroe/nuxt-vitest",
5965
6727
  "website": "https://github.com/danielroe/nuxt-vitest",
5966
6728
  "learn_more": "",
5967
- "category": "Extensions",
6729
+ "category": "Devtools",
5968
6730
  "type": "3rd-party",
5969
6731
  "maintainers": [
5970
6732
  {
@@ -5981,6 +6743,36 @@
5981
6743
  "requires": {}
5982
6744
  }
5983
6745
  },
6746
+ {
6747
+ "name": "vue-email",
6748
+ "description": "Write email templates with vue",
6749
+ "repo": "Dave136/vue-email#main/packages/vue-email",
6750
+ "npm": "vue-email",
6751
+ "icon": "vue-email.svg",
6752
+ "github": "https://github.com/Dave136/vue-email",
6753
+ "website": "https://vue-email.vercel.app/",
6754
+ "learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
6755
+ "category": "UI",
6756
+ "type": "3rd-party",
6757
+ "maintainers": [
6758
+ {
6759
+ "name": "David Arenas",
6760
+ "github": "Dave136",
6761
+ "twitter": "davejs4",
6762
+ "avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
6763
+ },
6764
+ {
6765
+ "name": "Younes Barrad",
6766
+ "github": "Flowko",
6767
+ "twitter": "imflowko",
6768
+ "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
6769
+ }
6770
+ ],
6771
+ "compatibility": {
6772
+ "nuxt": "^3.0.0",
6773
+ "requires": {}
6774
+ }
6775
+ },
5984
6776
  {
5985
6777
  "name": "vue-macros",
5986
6778
  "description": "Explore more macros and syntax sugar to Vue.",
@@ -6072,6 +6864,29 @@
6072
6864
  "requires": {}
6073
6865
  }
6074
6866
  },
6867
+ {
6868
+ "name": "vue-query",
6869
+ "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
6870
+ "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
6871
+ "npm": "@hebilicious/vue-query-nuxt",
6872
+ "icon": "vue-query.svg",
6873
+ "github": "https://github.com/Hebilicious/vue-query-nuxt",
6874
+ "website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
6875
+ "learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
6876
+ "category": "Request",
6877
+ "type": "3rd-party",
6878
+ "maintainers": [
6879
+ {
6880
+ "name": "Hebilicious",
6881
+ "github": "Hebilicious",
6882
+ "twitter": "its_hebilicious"
6883
+ }
6884
+ ],
6885
+ "compatibility": {
6886
+ "nuxt": "^3.0.0",
6887
+ "requires": {}
6888
+ }
6889
+ },
6075
6890
  {
6076
6891
  "name": "vue-select",
6077
6892
  "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
@@ -6142,6 +6957,29 @@
6142
6957
  "requires": {}
6143
6958
  }
6144
6959
  },
6960
+ {
6961
+ "name": "vue3-carousel-nuxt",
6962
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
6963
+ "repo": "gaetansenn/vue3-carousel-nuxt",
6964
+ "npm": "vue3-carousel-nuxt",
6965
+ "icon": "",
6966
+ "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
6967
+ "website": "",
6968
+ "learn_more": "",
6969
+ "category": "UI",
6970
+ "type": "3rd-party",
6971
+ "maintainers": [
6972
+ {
6973
+ "name": "Gaetan SENN",
6974
+ "github": "gaetansenn",
6975
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
6976
+ }
6977
+ ],
6978
+ "compatibility": {
6979
+ "nuxt": "^3.0.0",
6980
+ "requires": {}
6981
+ }
6982
+ },
6145
6983
  {
6146
6984
  "name": "vuefire",
6147
6985
  "description": "Idiomatic composables for the Firebase SDK",
@@ -6186,6 +7024,28 @@
6186
7024
  "requires": {}
6187
7025
  }
6188
7026
  },
7027
+ {
7028
+ "name": "vuetify-nuxt-module",
7029
+ "description": "Zero-config Nuxt Module for Vuetify.",
7030
+ "repo": "userquin/vuetify-nuxt-module",
7031
+ "npm": "vuetify-nuxt-module",
7032
+ "icon": "vuetify-logo-v3-dark.svg",
7033
+ "github": "https://github.com/userquin/vuetify-nuxt-module",
7034
+ "website": "https://github.com/userquin/vuetify-nuxt-module",
7035
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
7036
+ "category": "UI",
7037
+ "type": "3rd-party",
7038
+ "maintainers": [
7039
+ {
7040
+ "name": "Joaquín Sánchez",
7041
+ "github": "userquin"
7042
+ }
7043
+ ],
7044
+ "compatibility": {
7045
+ "nuxt": "^3.0.0",
7046
+ "requires": {}
7047
+ }
7048
+ },
6189
7049
  {
6190
7050
  "name": "vuetify",
6191
7051
  "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
@@ -6286,11 +7146,11 @@
6286
7146
  {
6287
7147
  "name": "web-vitals",
6288
7148
  "description": "Web Vitals for Nuxt",
6289
- "repo": "nuxt-community/web-vitals-module",
7149
+ "repo": "nuxt-modules/web-vitals",
6290
7150
  "npm": "@nuxtjs/web-vitals",
6291
7151
  "icon": "web-vitals.png",
6292
- "github": "https://github.com/nuxt-community/web-vitals-module",
6293
- "website": "https://github.com/nuxt-community/web-vitals-module",
7152
+ "github": "https://github.com/nuxt-modules/web-vitals",
7153
+ "website": "https://github.com/nuxt-modules/web-vitals",
6294
7154
  "learn_more": "",
6295
7155
  "category": "Performance",
6296
7156
  "type": "community",
@@ -6622,52 +7482,6 @@
6622
7482
  "requires": {}
6623
7483
  }
6624
7484
  },
6625
- {
6626
- "name": "yandex-metrika-next",
6627
- "description": "Yandex Metrika integration for Nuxt",
6628
- "repo": "artmizu/yandex-metrika-nuxt",
6629
- "npm": "@artmizu/yandex-metrika-nuxt",
6630
- "icon": "yandex-metrika.svg",
6631
- "github": "https://github.com/artmizu/yandex-metrika-nuxt",
6632
- "website": "https://github.com/artmizu/yandex-metrika-nuxt",
6633
- "learn_more": "",
6634
- "category": "Analytics",
6635
- "type": "3rd-party",
6636
- "maintainers": [
6637
- {
6638
- "name": "Aleksandr Saburov",
6639
- "github": "artmizu",
6640
- "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
6641
- }
6642
- ],
6643
- "compatibility": {
6644
- "nuxt": "^3.0.0",
6645
- "requires": {}
6646
- }
6647
- },
6648
- {
6649
- "name": "yandex-metrika",
6650
- "description": "Yandex metrika Module for Nuxt.js",
6651
- "repo": "nuxt-community/yandex-metrika-module",
6652
- "npm": "@nuxtjs/yandex-metrika",
6653
- "icon": "",
6654
- "github": "https://github.com/nuxt-community/yandex-metrika-module",
6655
- "website": "https://github.com/nuxt-community/yandex-metrika-module",
6656
- "learn_more": "https://metrica.yandex.com/about",
6657
- "category": "Analytics",
6658
- "type": "community",
6659
- "maintainers": [
6660
- {
6661
- "name": "Pooya Parsa",
6662
- "github": "pi0",
6663
- "twitter": "_pi0_"
6664
- }
6665
- ],
6666
- "compatibility": {
6667
- "nuxt": "^2.0.0",
6668
- "requires": {}
6669
- }
6670
- },
6671
7485
  {
6672
7486
  "name": "zendesk",
6673
7487
  "description": "Nuxt.js module for Zendesk",