@nuxt/modules 0.6.0-85beed → 0.6.0-8e540b

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 +414 -107
  2. package/package.json +1 -1
package/modules.json CHANGED
@@ -286,6 +286,29 @@
286
286
  "requires": {}
287
287
  }
288
288
  },
289
+ {
290
+ "name": "ark-ui",
291
+ "description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
292
+ "repo": "iamdin/nuxt-ark-ui",
293
+ "npm": "nuxt-ark-ui",
294
+ "icon": "ark-ui.svg",
295
+ "github": "https://github.com/iamdin/nuxt-ark-ui",
296
+ "website": "https://ark-ui.com/",
297
+ "learn_more": "https://github.com/iamdin/nuxt-ark-ui",
298
+ "category": "UI",
299
+ "type": "3rd-party",
300
+ "maintainers": [
301
+ {
302
+ "name": "Din",
303
+ "github": "iamdin",
304
+ "twitter": "iamdinq"
305
+ }
306
+ ],
307
+ "compatibility": {
308
+ "nuxt": "^3.0.0",
309
+ "requires": {}
310
+ }
311
+ },
289
312
  {
290
313
  "name": "auth",
291
314
  "description": "Zero-boilerplate authentication support for Nuxt.js.",
@@ -758,10 +781,10 @@
758
781
  {
759
782
  "name": "cloudinary",
760
783
  "description": "Optimize images and videos in your Nuxt.js application",
761
- "repo": "nuxt-community/cloudinary-module",
784
+ "repo": "nuxt-modules/cloudinary",
762
785
  "npm": "@nuxtjs/cloudinary",
763
786
  "icon": "cloudinary.png",
764
- "github": "https://github.com/nuxt-community/cloudinary-module",
787
+ "github": "https://github.com/nuxt-modules/cloudinary",
765
788
  "website": "https://cloudinary.nuxtjs.org",
766
789
  "learn_more": "https://cloudinary.com",
767
790
  "category": "Images",
@@ -781,10 +804,10 @@
781
804
  {
782
805
  "name": "color-mode",
783
806
  "description": "Dark and Light mode for NuxtJS with auto detection",
784
- "repo": "nuxt-community/color-mode-module",
807
+ "repo": "nuxt-modules/color-mode",
785
808
  "npm": "@nuxtjs/color-mode",
786
809
  "icon": "color-mode.png",
787
- "github": "https://github.com/nuxt-community/color-mode-module",
810
+ "github": "https://github.com/nuxt-modules/color-mode",
788
811
  "website": "https://color-mode.nuxtjs.org",
789
812
  "learn_more": "",
790
813
  "category": "UI",
@@ -1115,7 +1138,7 @@
1115
1138
  {
1116
1139
  "name": "delay-hydration",
1117
1140
  "description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
1118
- "repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
1141
+ "repo": "harlan-zw/nuxt-delay-hydration",
1119
1142
  "npm": "nuxt-delay-hydration",
1120
1143
  "icon": "lighthouse.svg",
1121
1144
  "github": "https://github.com/harlan-zw/nuxt-delay-hydration",
@@ -1160,7 +1183,7 @@
1160
1183
  {
1161
1184
  "name": "devtools",
1162
1185
  "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1163
- "repo": "nuxt/devtools#main",
1186
+ "repo": "nuxt/devtools#main/packages/devtools",
1164
1187
  "npm": "@nuxt/devtools",
1165
1188
  "icon": "nuxt.svg",
1166
1189
  "github": "https://github.com/nuxt/devtools",
@@ -1182,13 +1205,13 @@
1182
1205
  },
1183
1206
  {
1184
1207
  "name": "directus",
1185
- "description": "Easily connect your Nuxt3 application to your directus server.",
1208
+ "description": "Easily connect your Nuxt application to your directus server.",
1186
1209
  "repo": "intevel/nuxt-directus",
1187
1210
  "npm": "nuxt-directus",
1188
1211
  "icon": "directus.svg",
1189
- "github": "https://github.com/directus/nuxt-directus/",
1190
- "website": "https://nuxt-directus.netlify.app/",
1191
- "learn_more": "https://nuxt-directus.netlify.app/",
1212
+ "github": "https://github.com/intevel/nuxt-directus/",
1213
+ "website": "https://nuxt-directus.site/",
1214
+ "learn_more": "https://nuxt-directus.site/",
1192
1215
  "category": "CMS",
1193
1216
  "type": "3rd-party",
1194
1217
  "maintainers": [
@@ -1199,10 +1222,30 @@
1199
1222
  }
1200
1223
  ],
1201
1224
  "compatibility": {
1202
- "nuxt": "^2.0.0 || ^3.0.0",
1203
- "requires": {
1204
- "bridge": true
1225
+ "nuxt": "^3.0.0",
1226
+ "requires": {}
1227
+ }
1228
+ },
1229
+ {
1230
+ "name": "disqus",
1231
+ "description": "Disqus for Nuxt 3",
1232
+ "repo": "modbender/nuxt-disqus",
1233
+ "npm": "nuxt-disqus",
1234
+ "icon": "disqus.svg",
1235
+ "github": "https://github.com/modbender/nuxt-disqus",
1236
+ "website": "https://github.com/modbender/nuxt-disqus",
1237
+ "learn_more": "https://github.com/modbender/vue3-disqus",
1238
+ "category": "Libraries",
1239
+ "type": "3rd-party",
1240
+ "maintainers": [
1241
+ {
1242
+ "name": "modbender",
1243
+ "github": "modbender"
1205
1244
  }
1245
+ ],
1246
+ "compatibility": {
1247
+ "nuxt": "^3.0.0",
1248
+ "requires": {}
1206
1249
  }
1207
1250
  },
1208
1251
  {
@@ -1603,7 +1646,7 @@
1603
1646
  {
1604
1647
  "name": "form-actions",
1605
1648
  "description": "A set of features and composables to interact with forms and server data.",
1606
- "repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt#main",
1649
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
1607
1650
  "npm": "@hebilicious/form-actions-nuxt",
1608
1651
  "icon": "form-actions.svg",
1609
1652
  "github": "https://github.com/Hebilicious/form-actions-nuxt",
@@ -1756,11 +1799,11 @@
1756
1799
  {
1757
1800
  "name": "google-fonts",
1758
1801
  "description": "Google Fonts module for NuxtJS",
1759
- "repo": "nuxt-community/google-fonts-module",
1802
+ "repo": "nuxt-modules/google-fonts",
1760
1803
  "npm": "@nuxtjs/google-fonts",
1761
1804
  "icon": "google-fonts.png",
1762
- "github": "https://github.com/nuxt-community/google-fonts-module",
1763
- "website": "https://github.com/nuxt-community/google-fonts-module",
1805
+ "github": "https://github.com/nuxt-modules/google-fonts",
1806
+ "website": "https://google-fonts.nuxtjs.org",
1764
1807
  "learn_more": "https://developers.google.com/fonts",
1765
1808
  "category": "Fonts",
1766
1809
  "type": "community",
@@ -2228,11 +2271,11 @@
2228
2271
  {
2229
2272
  "name": "i18n",
2230
2273
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
2231
- "repo": "nuxt-community/i18n-module",
2274
+ "repo": "nuxt-modules/i18n",
2232
2275
  "npm": "@nuxtjs/i18n",
2233
2276
  "icon": "i18n.png",
2234
- "github": "https://github.com/nuxt-community/i18n-module",
2235
- "website": "https://i18n.nuxtjs.org",
2277
+ "github": "https://github.com/nuxt-modules/i18n",
2278
+ "website": "https://v8.i18n.nuxtjs.org",
2236
2279
  "learn_more": "https://kazupon.github.io/vue-i18n/",
2237
2280
  "category": "Extensions",
2238
2281
  "type": "community",
@@ -2741,6 +2784,32 @@
2741
2784
  "requires": {}
2742
2785
  }
2743
2786
  },
2787
+ {
2788
+ "name": "lucide-icons",
2789
+ "description": "Nuxt 3 module to integrate Lucide icons",
2790
+ "repo": "swisnl/nuxt-lucide-icons",
2791
+ "npm": "nuxt-lucide-icons",
2792
+ "icon": "lucide-icons.svg",
2793
+ "github": "https://github.com/swisnl/nuxt-lucide-icons",
2794
+ "website": "https://github.com/swisnl/nuxt-lucide-icons",
2795
+ "learn_more": "",
2796
+ "category": "UI",
2797
+ "type": "3rd-party",
2798
+ "maintainers": [
2799
+ {
2800
+ "name": "SWIS",
2801
+ "github": "swisnl"
2802
+ },
2803
+ {
2804
+ "name": "Jasper Zonneveld",
2805
+ "github": "JaZo"
2806
+ }
2807
+ ],
2808
+ "compatibility": {
2809
+ "nuxt": "^3.0.0",
2810
+ "requires": {}
2811
+ }
2812
+ },
2744
2813
  {
2745
2814
  "name": "lunr",
2746
2815
  "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
@@ -3181,6 +3250,28 @@
3181
3250
  "requires": {}
3182
3251
  }
3183
3252
  },
3253
+ {
3254
+ "name": "nuxt-anchorscroll",
3255
+ "description": "Scroll to top and to anchor support for Nuxt",
3256
+ "repo": "helltraitor/nuxt-anchorscroll",
3257
+ "npm": "nuxt-anchorscroll",
3258
+ "icon": "",
3259
+ "github": "https://github.com/helltraitor/nuxt-anchorscroll",
3260
+ "website": "https://github.com/helltraitor/nuxt-anchorscroll",
3261
+ "learn_more": "",
3262
+ "category": "UI",
3263
+ "type": "3rd-party",
3264
+ "maintainers": [
3265
+ {
3266
+ "name": "Helltraitor",
3267
+ "github": "helltraitor"
3268
+ }
3269
+ ],
3270
+ "compatibility": {
3271
+ "nuxt": "^3.0.0",
3272
+ "requires": {}
3273
+ }
3274
+ },
3184
3275
  {
3185
3276
  "name": "nuxt-auth",
3186
3277
  "description": "",
@@ -3203,6 +3294,50 @@
3203
3294
  "requires": {}
3204
3295
  }
3205
3296
  },
3297
+ {
3298
+ "name": "nuxt-basic-auth",
3299
+ "description": "Nuxt 3 Module for Basic Authentication",
3300
+ "repo": "kgierke/nuxt-basic-auth",
3301
+ "npm": "@kgierke/nuxt-basic-auth",
3302
+ "icon": "",
3303
+ "github": "https://github.com/kgierke/nuxt-basic-auth",
3304
+ "website": "https://github.com/kgierke/nuxt-basic-auth",
3305
+ "learn_more": "",
3306
+ "category": "Security",
3307
+ "type": "3rd-party",
3308
+ "maintainers": [
3309
+ {
3310
+ "name": "kgierke",
3311
+ "github": "kgierke"
3312
+ }
3313
+ ],
3314
+ "compatibility": {
3315
+ "nuxt": "^3.0.0",
3316
+ "requires": {}
3317
+ }
3318
+ },
3319
+ {
3320
+ "name": "nuxt-bootstrap-icons",
3321
+ "description": "Just a simple integration for Bootstrap Icons",
3322
+ "repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
3323
+ "npm": "nuxt-bootstrap-icons",
3324
+ "icon": "bootstrap-icons.svg",
3325
+ "github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3326
+ "website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3327
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3328
+ "category": "UI",
3329
+ "type": "3rd-party",
3330
+ "maintainers": [
3331
+ {
3332
+ "name": "OyewoleOyedeji",
3333
+ "github": "OyewoleOyedeji"
3334
+ }
3335
+ ],
3336
+ "compatibility": {
3337
+ "nuxt": "^3.0.0",
3338
+ "requires": {}
3339
+ }
3340
+ },
3206
3341
  {
3207
3342
  "name": "nuxt-chatgpt",
3208
3343
  "description": "ChatGPT integration for Nuxt 3",
@@ -3225,6 +3360,28 @@
3225
3360
  "requires": {}
3226
3361
  }
3227
3362
  },
3363
+ {
3364
+ "name": "nuxt-feedme",
3365
+ "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
3366
+ "repo": "helltraitor/nuxt-feedme",
3367
+ "npm": "nuxt-feedme",
3368
+ "icon": "",
3369
+ "github": "https://github.com/helltraitor/nuxt-feedme",
3370
+ "website": "https://github.com/helltraitor/nuxt-feedme",
3371
+ "learn_more": "",
3372
+ "category": "SEO",
3373
+ "type": "3rd-party",
3374
+ "maintainers": [
3375
+ {
3376
+ "name": "Helltraitor",
3377
+ "github": "helltraitor"
3378
+ }
3379
+ ],
3380
+ "compatibility": {
3381
+ "nuxt": "^3.0.0",
3382
+ "requires": {}
3383
+ }
3384
+ },
3228
3385
  {
3229
3386
  "name": "nuxt-graphql-middleware",
3230
3387
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -3322,28 +3479,6 @@
3322
3479
  }
3323
3480
  }
3324
3481
  },
3325
- {
3326
- "name": "nuxt-lazy-load",
3327
- "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",
3328
- "repo": "broj42/nuxt-lazy-load",
3329
- "npm": "nuxt-lazy-load",
3330
- "icon": "nuxt-lazy-load.svg",
3331
- "github": "",
3332
- "website": "https://gitlab.com/broj42/nuxt-lazy-load",
3333
- "learn_more": "https://gitlab.com/broj42/nuxt-lazy-load",
3334
- "category": "Performance",
3335
- "type": "3rd-party",
3336
- "maintainers": [
3337
- {
3338
- "name": "Dario Ferderber",
3339
- "github": "darioferderber"
3340
- }
3341
- ],
3342
- "compatibility": {
3343
- "nuxt": "^2.0.0 || ^3.0.0",
3344
- "requires": {}
3345
- }
3346
- },
3347
3482
  {
3348
3483
  "name": "nuxt-localtunnel",
3349
3484
  "description": "Exposes your Nuxt localhost to the world automatically.",
@@ -3479,6 +3614,28 @@
3479
3614
  "requires": {}
3480
3615
  }
3481
3616
  },
3617
+ {
3618
+ "name": "nuxt-phosphor-icons",
3619
+ "description": "Just a simple integration for @phosphor-icons in Nuxt",
3620
+ "repo": "OyewoleOyedeji/nuxt-phosphor-icons",
3621
+ "npm": "nuxt-phosphor-icons",
3622
+ "icon": "phosphor-icons.svg",
3623
+ "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3624
+ "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3625
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3626
+ "category": "UI",
3627
+ "type": "3rd-party",
3628
+ "maintainers": [
3629
+ {
3630
+ "name": "OyewoleOyedeji",
3631
+ "github": "OyewoleOyedeji"
3632
+ }
3633
+ ],
3634
+ "compatibility": {
3635
+ "nuxt": "^3.0.0",
3636
+ "requires": {}
3637
+ }
3638
+ },
3482
3639
  {
3483
3640
  "name": "nuxt-pino-log",
3484
3641
  "description": "Structured logs for nuxt apps using pino",
@@ -3523,6 +3680,32 @@
3523
3680
  "requires": {}
3524
3681
  }
3525
3682
  },
3683
+ {
3684
+ "name": "nuxt-plotly",
3685
+ "description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
3686
+ "repo": "superdev-tech/nuxt-plotly",
3687
+ "npm": "nuxt-plotly",
3688
+ "icon": "nuxt-plotly.svg",
3689
+ "github": "https://github.com/superdev-tech/nuxt-plotly",
3690
+ "website": "https://github.com/superdev-tech/nuxt-plotly",
3691
+ "learn_more": "https://www.npmjs.com/package/nuxt-plotly",
3692
+ "category": "Libraries",
3693
+ "type": "3rd-party",
3694
+ "maintainers": [
3695
+ {
3696
+ "name": "Supanut Dokmaithong",
3697
+ "github": "Boomgeek"
3698
+ },
3699
+ {
3700
+ "name": "superdev-tech",
3701
+ "github": "superdev-tech"
3702
+ }
3703
+ ],
3704
+ "compatibility": {
3705
+ "nuxt": "^3.0.0",
3706
+ "requires": {}
3707
+ }
3708
+ },
3526
3709
  {
3527
3710
  "name": "nuxt-png-to-ico",
3528
3711
  "description": "Nuxt.js module for auto generating favicons",
@@ -3735,12 +3918,12 @@
3735
3918
  {
3736
3919
  "name": "nuxt-vue3-google-signin",
3737
3920
  "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
3738
- "repo": "syetalabs/nuxt-vue3-google-signin",
3921
+ "repo": "wavezync/nuxt-vue3-google-signin",
3739
3922
  "npm": "nuxt-vue3-google-signin",
3740
3923
  "icon": "vue3-google-signin.svg",
3741
- "github": "https://github.com/syetalabs/nuxt-vue3-google-signin",
3742
- "website": "https://vue3-google-signin.syetalabs.io",
3743
- "learn_more": "https://vue3-google-signin.syetalabs.io",
3924
+ "github": "https://github.com/wavezync/nuxt-vue3-google-signin",
3925
+ "website": "https://vue3-google-signin.wavezync.com",
3926
+ "learn_more": "https://vue3-google-signin.wavezync.com",
3744
3927
  "category": "Libraries",
3745
3928
  "type": "3rd-party",
3746
3929
  "maintainers": [
@@ -3756,7 +3939,7 @@
3756
3939
  },
3757
3940
  {
3758
3941
  "name": "nuxt-vuetify",
3759
- "description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
3942
+ "description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
3760
3943
  "repo": "invictus-codes/nuxt-vuetify",
3761
3944
  "npm": "@invictus.codes/nuxt-vuetify",
3762
3945
  "icon": "vuetify-logo-v3-dark.svg",
@@ -3776,6 +3959,28 @@
3776
3959
  "requires": {}
3777
3960
  }
3778
3961
  },
3962
+ {
3963
+ "name": "nuxt3-leaflet",
3964
+ "description": "Leaflet integration with Nuxt",
3965
+ "repo": "Gugustinette/Nuxt-Leaflet",
3966
+ "npm": "nuxt3-leaflet",
3967
+ "icon": "leaflet.png",
3968
+ "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
3969
+ "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
3970
+ "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
3971
+ "category": "Libraries",
3972
+ "type": "3rd-party",
3973
+ "maintainers": [
3974
+ {
3975
+ "name": "Augustin MERCIER",
3976
+ "github": "Gugustinette"
3977
+ }
3978
+ ],
3979
+ "compatibility": {
3980
+ "nuxt": "^3.0.0",
3981
+ "requires": {}
3982
+ }
3983
+ },
3779
3984
  {
3780
3985
  "name": "nuxt7",
3781
3986
  "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
@@ -4328,6 +4533,28 @@
4328
4533
  "requires": {}
4329
4534
  }
4330
4535
  },
4536
+ {
4537
+ "name": "radash",
4538
+ "description": "radash module with auto-import and custom prefix",
4539
+ "repo": "bbg/nuxt-radash",
4540
+ "npm": "nuxt-radash",
4541
+ "icon": "radash.png",
4542
+ "github": "https://github.com/bbg/nuxt-radash",
4543
+ "website": "https://github.com/bbg/nuxt-radash#readme",
4544
+ "learn_more": "https://github.com/rayepps/radash/",
4545
+ "category": "Libraries",
4546
+ "type": "3rd-party",
4547
+ "maintainers": [
4548
+ {
4549
+ "name": "Batuhan Göksu",
4550
+ "github": "bbg"
4551
+ }
4552
+ ],
4553
+ "compatibility": {
4554
+ "nuxt": "^3.0.0",
4555
+ "requires": {}
4556
+ }
4557
+ },
4331
4558
  {
4332
4559
  "name": "recaptcha",
4333
4560
  "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
@@ -4398,11 +4625,11 @@
4398
4625
  {
4399
4626
  "name": "robots",
4400
4627
  "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
4401
- "repo": "nuxt-community/robots-module",
4628
+ "repo": "nuxt-modules/robots",
4402
4629
  "npm": "@nuxtjs/robots",
4403
4630
  "icon": "robots.png",
4404
- "github": "https://github.com/nuxt-community/robots-module",
4405
- "website": "https://github.com/nuxt-community/robots-module",
4631
+ "github": "https://github.com/nuxt-modules/robots",
4632
+ "website": "https://github.com/nuxt-modules/robots",
4406
4633
  "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
4407
4634
  "category": "SEO",
4408
4635
  "type": "community",
@@ -4608,7 +4835,7 @@
4608
4835
  "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
4609
4836
  "repo": "nuxt-community/sentry-module",
4610
4837
  "npm": "@nuxtjs/sentry",
4611
- "icon": "sentry.png",
4838
+ "icon": "sentry.svg",
4612
4839
  "github": "https://github.com/nuxt-community/sentry-module",
4613
4840
  "website": "https://sentry.nuxtjs.org/",
4614
4841
  "learn_more": "https://sentry.io/welcome/",
@@ -4715,6 +4942,29 @@
4715
4942
  "requires": {}
4716
4943
  }
4717
4944
  },
4945
+ {
4946
+ "name": "server-block",
4947
+ "description": "Use <server> tags in your Nuxt pages components.",
4948
+ "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
4949
+ "npm": "@hebilicious/server-block-nuxt",
4950
+ "icon": "server-block.svg",
4951
+ "github": "https://github.com/Hebilicious/server-block-nuxt",
4952
+ "website": "https://github.com/Hebilicious/server-block-nuxt#readme",
4953
+ "learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
4954
+ "category": "Extensions",
4955
+ "type": "3rd-party",
4956
+ "maintainers": [
4957
+ {
4958
+ "name": "Hebilicious",
4959
+ "github": "Hebilicious",
4960
+ "twitter": "its_hebilicious"
4961
+ }
4962
+ ],
4963
+ "compatibility": {
4964
+ "nuxt": "^3.0.0",
4965
+ "requires": {}
4966
+ }
4967
+ },
4718
4968
  {
4719
4969
  "name": "session",
4720
4970
  "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",
@@ -5164,10 +5414,10 @@
5164
5414
  {
5165
5415
  "name": "strapi",
5166
5416
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
5167
- "repo": "nuxt-community/strapi-module",
5417
+ "repo": "nuxt-modules/strapi",
5168
5418
  "npm": "@nuxtjs/strapi",
5169
5419
  "icon": "strapi.png",
5170
- "github": "https://github.com/nuxt-community/strapi-module",
5420
+ "github": "https://github.com/nuxt-modules/strapi",
5171
5421
  "website": "https://strapi.nuxtjs.org",
5172
5422
  "learn_more": "https://strapi.io/",
5173
5423
  "category": "CMS",
@@ -5310,10 +5560,10 @@
5310
5560
  {
5311
5561
  "name": "supabase",
5312
5562
  "description": "First class integration with Supabase",
5313
- "repo": "nuxt-community/supabase-module",
5563
+ "repo": "nuxt-modules/supabase",
5314
5564
  "npm": "@nuxtjs/supabase",
5315
5565
  "icon": "supabase.png",
5316
- "github": "https://github.com/nuxt-community/supabase-module",
5566
+ "github": "https://github.com/nuxt-modules/supabase",
5317
5567
  "website": "https://supabase.nuxtjs.org",
5318
5568
  "learn_more": "https://supabase.com",
5319
5569
  "category": "Database",
@@ -5477,10 +5727,10 @@
5477
5727
  {
5478
5728
  "name": "tailwindcss",
5479
5729
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5480
- "repo": "nuxt-community/tailwindcss-module",
5730
+ "repo": "nuxt-modules/tailwindcss-module",
5481
5731
  "npm": "@nuxtjs/tailwindcss",
5482
5732
  "icon": "tailwindcss.png",
5483
- "github": "https://github.com/nuxt-community/tailwindcss-module",
5733
+ "github": "https://github.com/nuxt-modules/tailwindcss-module",
5484
5734
  "website": "https://tailwindcss.nuxtjs.org",
5485
5735
  "learn_more": "https://tailwindcss.com/",
5486
5736
  "category": "UI",
@@ -5490,6 +5740,10 @@
5490
5740
  "name": "Sébastien Chopin",
5491
5741
  "github": "Atinux",
5492
5742
  "twitter": "Atinux"
5743
+ },
5744
+ {
5745
+ "name": "Inesh Bose",
5746
+ "github": "ineshbose"
5493
5747
  }
5494
5748
  ],
5495
5749
  "compatibility": {
@@ -5984,6 +6238,30 @@
5984
6238
  "requires": {}
5985
6239
  }
5986
6240
  },
6241
+ {
6242
+ "name": "use-wagmi",
6243
+ "description": "Vue Composition for Ethereum based on wagmi",
6244
+ "repo": "unicape/use-wagmi#main/packages/nuxt",
6245
+ "npm": "@use-wagmi/nuxt",
6246
+ "icon": "use-wagmi.png",
6247
+ "github": "https://github.com/unicape/use-wagmi",
6248
+ "website": "https://github.com/unicape/use-wagmi",
6249
+ "learn_more": "https://github.com/unicape/use-wagmi",
6250
+ "category": "Extensions",
6251
+ "type": "3rd-party",
6252
+ "maintainers": [
6253
+ {
6254
+ "name": "Unic Ape",
6255
+ "github": "unicape"
6256
+ }
6257
+ ],
6258
+ "compatibility": {
6259
+ "nuxt": "^2.0.0 || ^3.0.0",
6260
+ "requires": {
6261
+ "bridge": true
6262
+ }
6263
+ }
6264
+ },
5987
6265
  {
5988
6266
  "name": "user-agent",
5989
6267
  "description": "Nuxt.js module for handling User-Agent.",
@@ -6076,6 +6354,28 @@
6076
6354
  }
6077
6355
  }
6078
6356
  },
6357
+ {
6358
+ "name": "vcalendar",
6359
+ "description": "VCalendar module for Nuxt",
6360
+ "repo": "samk-dev/nuxt-vcalendar",
6361
+ "npm": "@samk-dev/nuxt-vcalendar",
6362
+ "icon": "vcalendar.png",
6363
+ "github": "https://github.com/samk-dev/vcalendar",
6364
+ "website": "https://github.com/samk-dev/vcalendar",
6365
+ "learn_more": "",
6366
+ "category": "Libraries",
6367
+ "type": "3rd-party",
6368
+ "maintainers": [
6369
+ {
6370
+ "name": "Sam K",
6371
+ "github": "samk-dev"
6372
+ }
6373
+ ],
6374
+ "compatibility": {
6375
+ "nuxt": "^3.0.0",
6376
+ "requires": {}
6377
+ }
6378
+ },
6079
6379
  {
6080
6380
  "name": "vee-validate",
6081
6381
  "description": "Painless Vue forms for Nuxt.js",
@@ -6220,6 +6520,36 @@
6220
6520
  "requires": {}
6221
6521
  }
6222
6522
  },
6523
+ {
6524
+ "name": "vue-email",
6525
+ "description": "Write email templates with vue",
6526
+ "repo": "Dave136/vue-email#main/packages/vue-email",
6527
+ "npm": "vue-email",
6528
+ "icon": "vue-email.svg",
6529
+ "github": "https://github.com/Dave136/vue-email",
6530
+ "website": "https://vue-email.vercel.app/",
6531
+ "learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
6532
+ "category": "UI",
6533
+ "type": "3rd-party",
6534
+ "maintainers": [
6535
+ {
6536
+ "name": "David Arenas",
6537
+ "github": "Dave136",
6538
+ "twitter": "davejs4",
6539
+ "avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
6540
+ },
6541
+ {
6542
+ "name": "Younes Barrad",
6543
+ "github": "Flowko",
6544
+ "twitter": "imflowko",
6545
+ "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
6546
+ }
6547
+ ],
6548
+ "compatibility": {
6549
+ "nuxt": "^3.0.0",
6550
+ "requires": {}
6551
+ }
6552
+ },
6223
6553
  {
6224
6554
  "name": "vue-macros",
6225
6555
  "description": "Explore more macros and syntax sugar to Vue.",
@@ -6314,7 +6644,7 @@
6314
6644
  {
6315
6645
  "name": "vue-query",
6316
6646
  "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
6317
- "repo": "Hebilicious/vue-query-nuxt#main",
6647
+ "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
6318
6648
  "npm": "@hebilicious/vue-query-nuxt",
6319
6649
  "icon": "vue-query.svg",
6320
6650
  "github": "https://github.com/Hebilicious/vue-query-nuxt",
@@ -6404,6 +6734,29 @@
6404
6734
  "requires": {}
6405
6735
  }
6406
6736
  },
6737
+ {
6738
+ "name": "vue3-carousel-nuxt",
6739
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
6740
+ "repo": "gaetansenn/vue3-carousel-nuxt",
6741
+ "npm": "vue3-carousel-nuxt",
6742
+ "icon": "",
6743
+ "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
6744
+ "website": "",
6745
+ "learn_more": "",
6746
+ "category": "UI",
6747
+ "type": "3rd-party",
6748
+ "maintainers": [
6749
+ {
6750
+ "name": "Gaetan SENN",
6751
+ "github": "gaetansenn",
6752
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
6753
+ }
6754
+ ],
6755
+ "compatibility": {
6756
+ "nuxt": "^3.0.0",
6757
+ "requires": {}
6758
+ }
6759
+ },
6407
6760
  {
6408
6761
  "name": "vuefire",
6409
6762
  "description": "Idiomatic composables for the Firebase SDK",
@@ -6570,11 +6923,11 @@
6570
6923
  {
6571
6924
  "name": "web-vitals",
6572
6925
  "description": "Web Vitals for Nuxt",
6573
- "repo": "nuxt-community/web-vitals-module",
6926
+ "repo": "nuxt-modules/web-vitals",
6574
6927
  "npm": "@nuxtjs/web-vitals",
6575
6928
  "icon": "web-vitals.png",
6576
- "github": "https://github.com/nuxt-community/web-vitals-module",
6577
- "website": "https://github.com/nuxt-community/web-vitals-module",
6929
+ "github": "https://github.com/nuxt-modules/web-vitals",
6930
+ "website": "https://github.com/nuxt-modules/web-vitals",
6578
6931
  "learn_more": "",
6579
6932
  "category": "Performance",
6580
6933
  "type": "community",
@@ -6906,52 +7259,6 @@
6906
7259
  "requires": {}
6907
7260
  }
6908
7261
  },
6909
- {
6910
- "name": "yandex-metrika-next",
6911
- "description": "Yandex Metrika integration for Nuxt",
6912
- "repo": "artmizu/yandex-metrika-nuxt",
6913
- "npm": "@artmizu/yandex-metrika-nuxt",
6914
- "icon": "yandex-metrika.svg",
6915
- "github": "https://github.com/artmizu/yandex-metrika-nuxt",
6916
- "website": "https://github.com/artmizu/yandex-metrika-nuxt",
6917
- "learn_more": "",
6918
- "category": "Analytics",
6919
- "type": "3rd-party",
6920
- "maintainers": [
6921
- {
6922
- "name": "Aleksandr Saburov",
6923
- "github": "artmizu",
6924
- "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
6925
- }
6926
- ],
6927
- "compatibility": {
6928
- "nuxt": "^3.0.0",
6929
- "requires": {}
6930
- }
6931
- },
6932
- {
6933
- "name": "yandex-metrika",
6934
- "description": "Yandex metrika Module for Nuxt.js",
6935
- "repo": "nuxt-community/yandex-metrika-module",
6936
- "npm": "@nuxtjs/yandex-metrika",
6937
- "icon": "",
6938
- "github": "https://github.com/nuxt-community/yandex-metrika-module",
6939
- "website": "https://github.com/nuxt-community/yandex-metrika-module",
6940
- "learn_more": "https://metrica.yandex.com/about",
6941
- "category": "Analytics",
6942
- "type": "community",
6943
- "maintainers": [
6944
- {
6945
- "name": "Pooya Parsa",
6946
- "github": "pi0",
6947
- "twitter": "_pi0_"
6948
- }
6949
- ],
6950
- "compatibility": {
6951
- "nuxt": "^2.0.0",
6952
- "requires": {}
6953
- }
6954
- },
6955
7262
  {
6956
7263
  "name": "zendesk",
6957
7264
  "description": "Nuxt.js module for Zendesk",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-85beed",
3
+ "version": "0.6.0-8e540b",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json",
6
6
  "files": [