@nuxt/modules 0.6.0-f349ae → 0.6.0-fb671e

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 +529 -32
  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.",
@@ -313,6 +336,29 @@
313
336
  "requires": {}
314
337
  }
315
338
  },
339
+ {
340
+ "name": "authjs",
341
+ "description": "Auth.js authentication Nuxt module. Edge compatible.",
342
+ "repo": "Hebilicious/authjs-nuxt#main",
343
+ "npm": "@hebilicious/authjs-nuxt",
344
+ "icon": "authjs.png",
345
+ "github": "https://github.com/Hebilicious/authjs-nuxt",
346
+ "website": "https://authjs-nuxt.pages.dev/",
347
+ "learn_more": "https://authjs.dev/",
348
+ "category": "Security",
349
+ "type": "3rd-party",
350
+ "maintainers": [
351
+ {
352
+ "name": "Hebilicious",
353
+ "github": "Hebilicious",
354
+ "twitter": "its_hebilicious"
355
+ }
356
+ ],
357
+ "compatibility": {
358
+ "nuxt": "^3.0.0",
359
+ "requires": {}
360
+ }
361
+ },
316
362
  {
317
363
  "name": "axios",
318
364
  "description": "Secure and easy Axios module with Nuxt.js",
@@ -550,6 +596,28 @@
550
596
  "requires": {}
551
597
  }
552
598
  },
599
+ {
600
+ "name": "capo",
601
+ "description": "Capo.js implementation for Nuxt 3",
602
+ "repo": "danielroe/nuxt-capo",
603
+ "npm": "nuxt-capo",
604
+ "icon": "",
605
+ "github": "https://github.com/danielroe/nuxt-capo",
606
+ "website": "https://github.com/danielroe/nuxt-capo",
607
+ "learn_more": "",
608
+ "category": "Performance",
609
+ "type": "3rd-party",
610
+ "maintainers": [
611
+ {
612
+ "name": "danielroe",
613
+ "github": "danielroe"
614
+ }
615
+ ],
616
+ "compatibility": {
617
+ "nuxt": "^3.0.0",
618
+ "requires": {}
619
+ }
620
+ },
553
621
  {
554
622
  "name": "chakra-ui",
555
623
  "description": "Chakra UI Module for Nuxt.js",
@@ -1115,7 +1183,7 @@
1115
1183
  {
1116
1184
  "name": "devtools",
1117
1185
  "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1118
- "repo": "nuxt/devtools#main",
1186
+ "repo": "nuxt/devtools#main/packages/devtools",
1119
1187
  "npm": "@nuxt/devtools",
1120
1188
  "icon": "nuxt.svg",
1121
1189
  "github": "https://github.com/nuxt/devtools",
@@ -1160,6 +1228,28 @@
1160
1228
  }
1161
1229
  }
1162
1230
  },
1231
+ {
1232
+ "name": "disqus",
1233
+ "description": "Disqus for Nuxt 3",
1234
+ "repo": "modbender/nuxt-disqus",
1235
+ "npm": "nuxt-disqus",
1236
+ "icon": "disqus.svg",
1237
+ "github": "https://github.com/modbender/nuxt-disqus",
1238
+ "website": "https://github.com/modbender/nuxt-disqus",
1239
+ "learn_more": "https://github.com/modbender/vue3-disqus",
1240
+ "category": "Libraries",
1241
+ "type": "3rd-party",
1242
+ "maintainers": [
1243
+ {
1244
+ "name": "modbender",
1245
+ "github": "modbender"
1246
+ }
1247
+ ],
1248
+ "compatibility": {
1249
+ "nuxt": "^3.0.0",
1250
+ "requires": {}
1251
+ }
1252
+ },
1163
1253
  {
1164
1254
  "name": "dotenv",
1165
1255
  "description": "A Nuxt.js module that loads your .env file into your context options",
@@ -1555,6 +1645,29 @@
1555
1645
  "requires": {}
1556
1646
  }
1557
1647
  },
1648
+ {
1649
+ "name": "form-actions",
1650
+ "description": "A set of features and composables to interact with forms and server data.",
1651
+ "repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt#main",
1652
+ "npm": "@hebilicious/form-actions-nuxt",
1653
+ "icon": "form-actions.svg",
1654
+ "github": "https://github.com/Hebilicious/form-actions-nuxt",
1655
+ "website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1656
+ "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1657
+ "category": "Request",
1658
+ "type": "3rd-party",
1659
+ "maintainers": [
1660
+ {
1661
+ "name": "Hebilicious",
1662
+ "github": "Hebilicious",
1663
+ "twitter": "its_hebilicious"
1664
+ }
1665
+ ],
1666
+ "compatibility": {
1667
+ "nuxt": "^3.0.0",
1668
+ "requires": {}
1669
+ }
1670
+ },
1558
1671
  {
1559
1672
  "name": "formkit",
1560
1673
  "description": "Seamless FormKit integration for Nuxt",
@@ -1903,6 +2016,28 @@
1903
2016
  "requires": {}
1904
2017
  }
1905
2018
  },
2019
+ {
2020
+ "name": "hanko",
2021
+ "description": "Hanko integration for Nuxt for passwordless authentication",
2022
+ "repo": "nuxt-modules/hanko",
2023
+ "npm": "@nuxtjs/hanko",
2024
+ "icon": "hanko.svg",
2025
+ "github": "https://github.com/nuxt-modules/hanko",
2026
+ "website": "https://github.com/nuxt-modules/hanko",
2027
+ "learn_more": "https://hanko.io/",
2028
+ "category": "Security",
2029
+ "type": "community",
2030
+ "maintainers": [
2031
+ {
2032
+ "name": "danielroe",
2033
+ "github": "danielroe"
2034
+ }
2035
+ ],
2036
+ "compatibility": {
2037
+ "nuxt": "^3.0.0",
2038
+ "requires": {}
2039
+ }
2040
+ },
1906
2041
  {
1907
2042
  "name": "harlem",
1908
2043
  "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
@@ -3091,6 +3226,28 @@
3091
3226
  "requires": {}
3092
3227
  }
3093
3228
  },
3229
+ {
3230
+ "name": "nuxt-anchorscroll",
3231
+ "description": "Scroll to top and to anchor support for Nuxt",
3232
+ "repo": "helltraitor/nuxt-anchorscroll",
3233
+ "npm": "nuxt-anchorscroll",
3234
+ "icon": "",
3235
+ "github": "https://github.com/helltraitor/nuxt-anchorscroll",
3236
+ "website": "https://github.com/helltraitor/nuxt-anchorscroll",
3237
+ "learn_more": "",
3238
+ "category": "UI",
3239
+ "type": "3rd-party",
3240
+ "maintainers": [
3241
+ {
3242
+ "name": "Helltraitor",
3243
+ "github": "helltraitor"
3244
+ }
3245
+ ],
3246
+ "compatibility": {
3247
+ "nuxt": "^3.0.0",
3248
+ "requires": {}
3249
+ }
3250
+ },
3094
3251
  {
3095
3252
  "name": "nuxt-auth",
3096
3253
  "description": "",
@@ -3113,6 +3270,28 @@
3113
3270
  "requires": {}
3114
3271
  }
3115
3272
  },
3273
+ {
3274
+ "name": "nuxt-bootstrap-icons",
3275
+ "description": "Just a simple integration for Bootstrap Icons",
3276
+ "repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
3277
+ "npm": "nuxt-bootstrap-icons",
3278
+ "icon": "bootstrap-icons.svg",
3279
+ "github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3280
+ "website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3281
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3282
+ "category": "UI",
3283
+ "type": "3rd-party",
3284
+ "maintainers": [
3285
+ {
3286
+ "name": "OyewoleOyedeji",
3287
+ "github": "OyewoleOyedeji"
3288
+ }
3289
+ ],
3290
+ "compatibility": {
3291
+ "nuxt": "^3.0.0",
3292
+ "requires": {}
3293
+ }
3294
+ },
3116
3295
  {
3117
3296
  "name": "nuxt-chatgpt",
3118
3297
  "description": "ChatGPT integration for Nuxt 3",
@@ -3232,28 +3411,6 @@
3232
3411
  }
3233
3412
  }
3234
3413
  },
3235
- {
3236
- "name": "nuxt-lazy-load",
3237
- "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",
3238
- "repo": "",
3239
- "npm": "nuxt-lazy-load",
3240
- "icon": "nuxt-lazy-load.svg",
3241
- "github": "",
3242
- "website": "https://gitlab.com/broj42/nuxt-lazy-load",
3243
- "learn_more": "https://gitlab.com/broj42/nuxt-lazy-load",
3244
- "category": "Performance",
3245
- "type": "3rd-party",
3246
- "maintainers": [
3247
- {
3248
- "name": "Dario Ferderber",
3249
- "github": "darioferderber"
3250
- }
3251
- ],
3252
- "compatibility": {
3253
- "nuxt": "^2.0.0 || ^3.0.0",
3254
- "requires": {}
3255
- }
3256
- },
3257
3414
  {
3258
3415
  "name": "nuxt-localtunnel",
3259
3416
  "description": "Exposes your Nuxt localhost to the world automatically.",
@@ -3351,7 +3508,7 @@
3351
3508
  "npm": "nuxt-mongoose",
3352
3509
  "icon": "nuxt-mongoose.svg",
3353
3510
  "github": "https://github.com/arashsheyda/nuxt-mongoose",
3354
- "website": "https://github.com/arashsheyda/nuxt-mongoose",
3511
+ "website": "https://nuxt-mongoose.nuxt.space",
3355
3512
  "learn_more": "",
3356
3513
  "category": "Database",
3357
3514
  "type": "3rd-party",
@@ -3389,6 +3546,28 @@
3389
3546
  "requires": {}
3390
3547
  }
3391
3548
  },
3549
+ {
3550
+ "name": "nuxt-phosphor-icons",
3551
+ "description": "Just a simple integration for @phosphor-icons in Nuxt",
3552
+ "repo": "OyewoleOyedeji/nuxt-phosphor-icons",
3553
+ "npm": "nuxt-phosphor-icons",
3554
+ "icon": "phosphor-icons.svg",
3555
+ "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3556
+ "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3557
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3558
+ "category": "UI",
3559
+ "type": "3rd-party",
3560
+ "maintainers": [
3561
+ {
3562
+ "name": "OyewoleOyedeji",
3563
+ "github": "OyewoleOyedeji"
3564
+ }
3565
+ ],
3566
+ "compatibility": {
3567
+ "nuxt": "^3.0.0",
3568
+ "requires": {}
3569
+ }
3570
+ },
3392
3571
  {
3393
3572
  "name": "nuxt-pino-log",
3394
3573
  "description": "Structured logs for nuxt apps using pino",
@@ -3433,6 +3612,32 @@
3433
3612
  "requires": {}
3434
3613
  }
3435
3614
  },
3615
+ {
3616
+ "name": "nuxt-plotly",
3617
+ "description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
3618
+ "repo": "superdev-tech/nuxt-plotly",
3619
+ "npm": "nuxt-plotly",
3620
+ "icon": "nuxt-plotly.svg",
3621
+ "github": "https://github.com/superdev-tech/nuxt-plotly",
3622
+ "website": "https://github.com/superdev-tech/nuxt-plotly",
3623
+ "learn_more": "https://www.npmjs.com/package/nuxt-plotly",
3624
+ "category": "Libraries",
3625
+ "type": "3rd-party",
3626
+ "maintainers": [
3627
+ {
3628
+ "name": "Supanut Dokmaithong",
3629
+ "github": "Boomgeek"
3630
+ },
3631
+ {
3632
+ "name": "superdev-tech",
3633
+ "github": "superdev-tech"
3634
+ }
3635
+ ],
3636
+ "compatibility": {
3637
+ "nuxt": "^3.0.0",
3638
+ "requires": {}
3639
+ }
3640
+ },
3436
3641
  {
3437
3642
  "name": "nuxt-png-to-ico",
3438
3643
  "description": "Nuxt.js module for auto generating favicons",
@@ -3645,12 +3850,12 @@
3645
3850
  {
3646
3851
  "name": "nuxt-vue3-google-signin",
3647
3852
  "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
3648
- "repo": "syetalabs/nuxt-vue3-google-signin",
3853
+ "repo": "wavezync/nuxt-vue3-google-signin",
3649
3854
  "npm": "nuxt-vue3-google-signin",
3650
3855
  "icon": "vue3-google-signin.svg",
3651
- "github": "https://github.com/syetalabs/nuxt-vue3-google-signin",
3652
- "website": "https://vue3-google-signin.syetalabs.io",
3653
- "learn_more": "https://vue3-google-signin.syetalabs.io",
3856
+ "github": "https://github.com/wavezync/nuxt-vue3-google-signin",
3857
+ "website": "https://vue3-google-signin.wavezync.com",
3858
+ "learn_more": "https://vue3-google-signin.wavezync.com",
3654
3859
  "category": "Libraries",
3655
3860
  "type": "3rd-party",
3656
3861
  "maintainers": [
@@ -3666,7 +3871,7 @@
3666
3871
  },
3667
3872
  {
3668
3873
  "name": "nuxt-vuetify",
3669
- "description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
3874
+ "description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
3670
3875
  "repo": "invictus-codes/nuxt-vuetify",
3671
3876
  "npm": "@invictus.codes/nuxt-vuetify",
3672
3877
  "icon": "vuetify-logo-v3-dark.svg",
@@ -3686,6 +3891,28 @@
3686
3891
  "requires": {}
3687
3892
  }
3688
3893
  },
3894
+ {
3895
+ "name": "nuxt3-leaflet",
3896
+ "description": "Leaflet integration with Nuxt",
3897
+ "repo": "Gugustinette/Nuxt-Leaflet",
3898
+ "npm": "nuxt3-leaflet",
3899
+ "icon": "leaflet.png",
3900
+ "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
3901
+ "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
3902
+ "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
3903
+ "category": "Libraries",
3904
+ "type": "3rd-party",
3905
+ "maintainers": [
3906
+ {
3907
+ "name": "Augustin MERCIER",
3908
+ "github": "Gugustinette"
3909
+ }
3910
+ ],
3911
+ "compatibility": {
3912
+ "nuxt": "^3.0.0",
3913
+ "requires": {}
3914
+ }
3915
+ },
3689
3916
  {
3690
3917
  "name": "nuxt7",
3691
3918
  "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
@@ -4238,6 +4465,28 @@
4238
4465
  "requires": {}
4239
4466
  }
4240
4467
  },
4468
+ {
4469
+ "name": "radash",
4470
+ "description": "radash module with auto-import and custom prefix",
4471
+ "repo": "bbg/nuxt-radash",
4472
+ "npm": "nuxt-radash",
4473
+ "icon": "radash.svg",
4474
+ "github": "https://github.com/bbg/nuxt-radash",
4475
+ "website": "https://github.com/bbg/nuxt-radash#readme",
4476
+ "learn_more": "https://github.com/rayepps/radash/",
4477
+ "category": "Libraries",
4478
+ "type": "3rd-party",
4479
+ "maintainers": [
4480
+ {
4481
+ "name": "Batuhan Göksu",
4482
+ "github": "bbg"
4483
+ }
4484
+ ],
4485
+ "compatibility": {
4486
+ "nuxt": "^3.0.0",
4487
+ "requires": {}
4488
+ }
4489
+ },
4241
4490
  {
4242
4491
  "name": "recaptcha",
4243
4492
  "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
@@ -4625,6 +4874,29 @@
4625
4874
  "requires": {}
4626
4875
  }
4627
4876
  },
4877
+ {
4878
+ "name": "server-block",
4879
+ "description": "Use <server> tags in your Nuxt pages components.",
4880
+ "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
4881
+ "npm": "@hebilicious/server-block-nuxt",
4882
+ "icon": "server-block.svg",
4883
+ "github": "https://github.com/Hebilicious/server-block-nuxt",
4884
+ "website": "https://github.com/Hebilicious/server-block-nuxt#readme",
4885
+ "learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
4886
+ "category": "Extensions",
4887
+ "type": "3rd-party",
4888
+ "maintainers": [
4889
+ {
4890
+ "name": "Hebilicious",
4891
+ "github": "Hebilicious",
4892
+ "twitter": "its_hebilicious"
4893
+ }
4894
+ ],
4895
+ "compatibility": {
4896
+ "nuxt": "^3.0.0",
4897
+ "requires": {}
4898
+ }
4899
+ },
4628
4900
  {
4629
4901
  "name": "session",
4630
4902
  "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",
@@ -5101,6 +5373,32 @@
5101
5373
  }
5102
5374
  }
5103
5375
  },
5376
+ {
5377
+ "name": "stripe-next",
5378
+ "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.",
5379
+ "repo": "fuentesloic/nuxt-stripe",
5380
+ "npm": "@unlok-co/nuxt-stripe",
5381
+ "icon": "stripe.png",
5382
+ "github": "https://github.com/fuentesloic/nuxt-stripe",
5383
+ "website": "https://github.com/fuentesloic/nuxt-stripe",
5384
+ "learn_more": "https://stripe.com/docs",
5385
+ "category": "Payment",
5386
+ "type": "3rd-party",
5387
+ "maintainers": [
5388
+ {
5389
+ "name": "Loic Fuentes",
5390
+ "github": "fuentesloic"
5391
+ },
5392
+ {
5393
+ "name": "Florent Giraud",
5394
+ "github": "flozero"
5395
+ }
5396
+ ],
5397
+ "compatibility": {
5398
+ "nuxt": "^3.0.0",
5399
+ "requires": {}
5400
+ }
5401
+ },
5104
5402
  {
5105
5403
  "name": "stripe",
5106
5404
  "description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
@@ -5404,6 +5702,28 @@
5404
5702
  "requires": {}
5405
5703
  }
5406
5704
  },
5705
+ {
5706
+ "name": "time",
5707
+ "description": "Safely render local dates and times on the server with Nuxt",
5708
+ "repo": "danielroe/nuxt-time",
5709
+ "npm": "nuxt-time",
5710
+ "icon": "",
5711
+ "github": "https://github.com/danielroe/nuxt-time",
5712
+ "website": "https://github.com/danielroe/nuxt-time",
5713
+ "learn_more": "",
5714
+ "category": "Extensions",
5715
+ "type": "3rd-party",
5716
+ "maintainers": [
5717
+ {
5718
+ "name": "danielroe",
5719
+ "github": "danielroe"
5720
+ }
5721
+ ],
5722
+ "compatibility": {
5723
+ "nuxt": "^3.0.0",
5724
+ "requires": {}
5725
+ }
5726
+ },
5407
5727
  {
5408
5728
  "name": "toast",
5409
5729
  "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
@@ -5427,6 +5747,39 @@
5427
5747
  "requires": {}
5428
5748
  }
5429
5749
  },
5750
+ {
5751
+ "name": "tresjs",
5752
+ "description": "Create 3D experiences in your Nuxt application using TresJS.",
5753
+ "repo": "tresjs/nuxt",
5754
+ "npm": "@tresjs/nuxt",
5755
+ "icon": "tresjs.svg",
5756
+ "github": "https://github.com/Tresjs/nuxt",
5757
+ "website": "https://tresjs.org/guide/nuxt.html",
5758
+ "learn_more": "https://tresjs.org/",
5759
+ "category": "Libraries",
5760
+ "type": "3rd-party",
5761
+ "maintainers": [
5762
+ {
5763
+ "name": "Alvaro Saburido",
5764
+ "github": "alvarosabu",
5765
+ "twitter": "alvarosabu"
5766
+ },
5767
+ {
5768
+ "name": "Jaime Torrealba",
5769
+ "github": "JaimeTorrealba",
5770
+ "twitter": "jaimebboyjt"
5771
+ },
5772
+ {
5773
+ "name": "Tino Koch",
5774
+ "github": "Tinoooo",
5775
+ "twitter": "ichbintino"
5776
+ }
5777
+ ],
5778
+ "compatibility": {
5779
+ "nuxt": "^3.0.0",
5780
+ "requires": {}
5781
+ }
5782
+ },
5430
5783
  {
5431
5784
  "name": "turnstile",
5432
5785
  "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
@@ -5481,7 +5834,7 @@
5481
5834
  "description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
5482
5835
  "repo": "yizack/nuxt-twemoji",
5483
5836
  "npm": "nuxt-twemoji",
5484
- "icon": "twemoji.png",
5837
+ "icon": "twemoji.svg",
5485
5838
  "github": "https://github.com/Yizack/nuxt-twemoji",
5486
5839
  "website": "https://github.com/Yizack/nuxt-twemoji",
5487
5840
  "learn_more": "",
@@ -5813,6 +6166,30 @@
5813
6166
  "requires": {}
5814
6167
  }
5815
6168
  },
6169
+ {
6170
+ "name": "use-wagmi",
6171
+ "description": "Vue Composition for Ethereum based on wagmi",
6172
+ "repo": "unicape/use-wagmi#main/packages/nuxt",
6173
+ "npm": "@use-wagmi/nuxt",
6174
+ "icon": "use-wagmi.png",
6175
+ "github": "https://github.com/unicape/use-wagmi",
6176
+ "website": "https://github.com/unicape/use-wagmi",
6177
+ "learn_more": "https://github.com/unicape/use-wagmi",
6178
+ "category": "Extensions",
6179
+ "type": "3rd-party",
6180
+ "maintainers": [
6181
+ {
6182
+ "name": "Unic Ape",
6183
+ "github": "unicape"
6184
+ }
6185
+ ],
6186
+ "compatibility": {
6187
+ "nuxt": "^2.0.0 || ^3.0.0",
6188
+ "requires": {
6189
+ "bridge": true
6190
+ }
6191
+ }
6192
+ },
5816
6193
  {
5817
6194
  "name": "user-agent",
5818
6195
  "description": "Nuxt.js module for handling User-Agent.",
@@ -5950,6 +6327,28 @@
5950
6327
  "requires": {}
5951
6328
  }
5952
6329
  },
6330
+ {
6331
+ "name": "vercel-analytics",
6332
+ "description": "Vercel Analytics integration for Nuxt",
6333
+ "repo": "xanderbarkhatov/nuxt-vercel-analytics",
6334
+ "npm": "nuxt-vercel-analytics",
6335
+ "icon": "",
6336
+ "github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
6337
+ "website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
6338
+ "learn_more": "https://vercel.com/docs/concepts/analytics",
6339
+ "category": "Analytics",
6340
+ "type": "3rd-party",
6341
+ "maintainers": [
6342
+ {
6343
+ "name": "Alexander B.",
6344
+ "github": "xanderbarkhatov"
6345
+ }
6346
+ ],
6347
+ "compatibility": {
6348
+ "nuxt": "^3.0.0",
6349
+ "requires": {}
6350
+ }
6351
+ },
5953
6352
  {
5954
6353
  "name": "vexip-ui",
5955
6354
  "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
@@ -6004,13 +6403,13 @@
6004
6403
  {
6005
6404
  "name": "vitest",
6006
6405
  "description": "Vitest integration with Nuxt",
6007
- "repo": "danielroe/nuxt-vitest#main",
6406
+ "repo": "danielroe/nuxt-vitest",
6008
6407
  "npm": "nuxt-vitest",
6009
6408
  "icon": "vitest.svg",
6010
6409
  "github": "https://github.com/danielroe/nuxt-vitest",
6011
6410
  "website": "https://github.com/danielroe/nuxt-vitest",
6012
6411
  "learn_more": "",
6013
- "category": "Extensions",
6412
+ "category": "Devtools",
6014
6413
  "type": "3rd-party",
6015
6414
  "maintainers": [
6016
6415
  {
@@ -6027,6 +6426,36 @@
6027
6426
  "requires": {}
6028
6427
  }
6029
6428
  },
6429
+ {
6430
+ "name": "vue-email",
6431
+ "description": "Write email templates with vue",
6432
+ "repo": "Dave136/vue-email#main/packages/vue-email",
6433
+ "npm": "vue-email",
6434
+ "icon": "vue-email.svg",
6435
+ "github": "https://github.com/Dave136/vue-email",
6436
+ "website": "https://vue-email.vercel.app/",
6437
+ "learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
6438
+ "category": "UI",
6439
+ "type": "3rd-party",
6440
+ "maintainers": [
6441
+ {
6442
+ "name": "David Arenas",
6443
+ "github": "Dave136",
6444
+ "twitter": "davejs4",
6445
+ "avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
6446
+ },
6447
+ {
6448
+ "name": "Younes Barrad",
6449
+ "github": "Flowko",
6450
+ "twitter": "imflowko",
6451
+ "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
6452
+ }
6453
+ ],
6454
+ "compatibility": {
6455
+ "nuxt": "^3.0.0",
6456
+ "requires": {}
6457
+ }
6458
+ },
6030
6459
  {
6031
6460
  "name": "vue-macros",
6032
6461
  "description": "Explore more macros and syntax sugar to Vue.",
@@ -6118,6 +6547,29 @@
6118
6547
  "requires": {}
6119
6548
  }
6120
6549
  },
6550
+ {
6551
+ "name": "vue-query",
6552
+ "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
6553
+ "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
6554
+ "npm": "@hebilicious/vue-query-nuxt",
6555
+ "icon": "vue-query.svg",
6556
+ "github": "https://github.com/Hebilicious/vue-query-nuxt",
6557
+ "website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
6558
+ "learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
6559
+ "category": "Request",
6560
+ "type": "3rd-party",
6561
+ "maintainers": [
6562
+ {
6563
+ "name": "Hebilicious",
6564
+ "github": "Hebilicious",
6565
+ "twitter": "its_hebilicious"
6566
+ }
6567
+ ],
6568
+ "compatibility": {
6569
+ "nuxt": "^3.0.0",
6570
+ "requires": {}
6571
+ }
6572
+ },
6121
6573
  {
6122
6574
  "name": "vue-select",
6123
6575
  "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
@@ -6188,6 +6640,29 @@
6188
6640
  "requires": {}
6189
6641
  }
6190
6642
  },
6643
+ {
6644
+ "name": "vue3-carousel-nuxt",
6645
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
6646
+ "repo": "gaetansenn/vue3-carousel-nuxt",
6647
+ "npm": "vue3-carousel-nuxt",
6648
+ "icon": "",
6649
+ "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
6650
+ "website": "",
6651
+ "learn_more": "",
6652
+ "category": "UI",
6653
+ "type": "3rd-party",
6654
+ "maintainers": [
6655
+ {
6656
+ "name": "Gaetan SENN",
6657
+ "github": "gaetansenn",
6658
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
6659
+ }
6660
+ ],
6661
+ "compatibility": {
6662
+ "nuxt": "^3.0.0",
6663
+ "requires": {}
6664
+ }
6665
+ },
6191
6666
  {
6192
6667
  "name": "vuefire",
6193
6668
  "description": "Idiomatic composables for the Firebase SDK",
@@ -6232,6 +6707,28 @@
6232
6707
  "requires": {}
6233
6708
  }
6234
6709
  },
6710
+ {
6711
+ "name": "vuetify-nuxt-module",
6712
+ "description": "Zero-config Nuxt Module for Vuetify.",
6713
+ "repo": "userquin/vuetify-nuxt-module",
6714
+ "npm": "vuetify-nuxt-module",
6715
+ "icon": "vuetify-logo-v3-dark.svg",
6716
+ "github": "https://github.com/userquin/vuetify-nuxt-module",
6717
+ "website": "https://github.com/userquin/vuetify-nuxt-module",
6718
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
6719
+ "category": "UI",
6720
+ "type": "3rd-party",
6721
+ "maintainers": [
6722
+ {
6723
+ "name": "Joaquín Sánchez",
6724
+ "github": "userquin"
6725
+ }
6726
+ ],
6727
+ "compatibility": {
6728
+ "nuxt": "^3.0.0",
6729
+ "requires": {}
6730
+ }
6731
+ },
6235
6732
  {
6236
6733
  "name": "vuetify",
6237
6734
  "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-f349ae",
3
+ "version": "0.6.0-fb671e",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json",
6
6
  "files": [