@nuxt/modules 0.6.0-5469cb → 0.6.0-5574f0

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 +501 -49
  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.",
@@ -573,6 +596,28 @@
573
596
  "requires": {}
574
597
  }
575
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
+ },
576
621
  {
577
622
  "name": "chakra-ui",
578
623
  "description": "Chakra UI Module for Nuxt.js",
@@ -1138,7 +1183,7 @@
1138
1183
  {
1139
1184
  "name": "devtools",
1140
1185
  "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1141
- "repo": "nuxt/devtools#main",
1186
+ "repo": "nuxt/devtools#main/packages/devtools",
1142
1187
  "npm": "@nuxt/devtools",
1143
1188
  "icon": "nuxt.svg",
1144
1189
  "github": "https://github.com/nuxt/devtools",
@@ -1160,13 +1205,13 @@
1160
1205
  },
1161
1206
  {
1162
1207
  "name": "directus",
1163
- "description": "Easily connect your Nuxt3 application to your directus server.",
1208
+ "description": "Easily connect your Nuxt application to your directus server.",
1164
1209
  "repo": "intevel/nuxt-directus",
1165
1210
  "npm": "nuxt-directus",
1166
1211
  "icon": "directus.svg",
1167
- "github": "https://github.com/directus/nuxt-directus/",
1168
- "website": "https://nuxt-directus.netlify.app/",
1169
- "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/",
1170
1215
  "category": "CMS",
1171
1216
  "type": "3rd-party",
1172
1217
  "maintainers": [
@@ -1177,10 +1222,30 @@
1177
1222
  }
1178
1223
  ],
1179
1224
  "compatibility": {
1180
- "nuxt": "^2.0.0 || ^3.0.0",
1181
- "requires": {
1182
- "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"
1183
1244
  }
1245
+ ],
1246
+ "compatibility": {
1247
+ "nuxt": "^3.0.0",
1248
+ "requires": {}
1184
1249
  }
1185
1250
  },
1186
1251
  {
@@ -1581,8 +1646,8 @@
1581
1646
  {
1582
1647
  "name": "form-actions",
1583
1648
  "description": "A set of features and composables to interact with forms and server data.",
1584
- "repo": "Hebilicious/form-actions-nuxt#main",
1585
- "npm": "form-actions-nuxt",
1649
+ "repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt#main",
1650
+ "npm": "@hebilicious/form-actions-nuxt",
1586
1651
  "icon": "form-actions.svg",
1587
1652
  "github": "https://github.com/Hebilicious/form-actions-nuxt",
1588
1653
  "website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
@@ -1952,14 +2017,14 @@
1952
2017
  {
1953
2018
  "name": "hanko",
1954
2019
  "description": "Hanko integration for Nuxt for passwordless authentication",
1955
- "repo": "danielroe/nuxt-hanko",
1956
- "npm": "nuxt-hanko",
1957
- "icon": "",
1958
- "github": "https://github.com/danielroe/nuxt-hanko",
1959
- "website": "https://github.com/danielroe/nuxt-hanko",
1960
- "learn_more": "",
2020
+ "repo": "nuxt-modules/hanko",
2021
+ "npm": "@nuxtjs/hanko",
2022
+ "icon": "hanko.svg",
2023
+ "github": "https://github.com/nuxt-modules/hanko",
2024
+ "website": "https://github.com/nuxt-modules/hanko",
2025
+ "learn_more": "https://hanko.io/",
1961
2026
  "category": "Security",
1962
- "type": "3rd-party",
2027
+ "type": "community",
1963
2028
  "maintainers": [
1964
2029
  {
1965
2030
  "name": "danielroe",
@@ -2719,6 +2784,32 @@
2719
2784
  "requires": {}
2720
2785
  }
2721
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
+ },
2722
2813
  {
2723
2814
  "name": "lunr",
2724
2815
  "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
@@ -3159,6 +3250,28 @@
3159
3250
  "requires": {}
3160
3251
  }
3161
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
+ },
3162
3275
  {
3163
3276
  "name": "nuxt-auth",
3164
3277
  "description": "",
@@ -3181,6 +3294,28 @@
3181
3294
  "requires": {}
3182
3295
  }
3183
3296
  },
3297
+ {
3298
+ "name": "nuxt-bootstrap-icons",
3299
+ "description": "Just a simple integration for Bootstrap Icons",
3300
+ "repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
3301
+ "npm": "nuxt-bootstrap-icons",
3302
+ "icon": "bootstrap-icons.svg",
3303
+ "github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3304
+ "website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3305
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3306
+ "category": "UI",
3307
+ "type": "3rd-party",
3308
+ "maintainers": [
3309
+ {
3310
+ "name": "OyewoleOyedeji",
3311
+ "github": "OyewoleOyedeji"
3312
+ }
3313
+ ],
3314
+ "compatibility": {
3315
+ "nuxt": "^3.0.0",
3316
+ "requires": {}
3317
+ }
3318
+ },
3184
3319
  {
3185
3320
  "name": "nuxt-chatgpt",
3186
3321
  "description": "ChatGPT integration for Nuxt 3",
@@ -3203,6 +3338,28 @@
3203
3338
  "requires": {}
3204
3339
  }
3205
3340
  },
3341
+ {
3342
+ "name": "nuxt-feedme",
3343
+ "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
3344
+ "repo": "helltraitor/nuxt-feedme",
3345
+ "npm": "nuxt-feedme",
3346
+ "icon": "",
3347
+ "github": "https://github.com/helltraitor/nuxt-feedme",
3348
+ "website": "https://github.com/helltraitor/nuxt-feedme",
3349
+ "learn_more": "",
3350
+ "category": "SEO",
3351
+ "type": "3rd-party",
3352
+ "maintainers": [
3353
+ {
3354
+ "name": "Helltraitor",
3355
+ "github": "helltraitor"
3356
+ }
3357
+ ],
3358
+ "compatibility": {
3359
+ "nuxt": "^3.0.0",
3360
+ "requires": {}
3361
+ }
3362
+ },
3206
3363
  {
3207
3364
  "name": "nuxt-graphql-middleware",
3208
3365
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -3300,28 +3457,6 @@
3300
3457
  }
3301
3458
  }
3302
3459
  },
3303
- {
3304
- "name": "nuxt-lazy-load",
3305
- "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",
3306
- "repo": "",
3307
- "npm": "nuxt-lazy-load",
3308
- "icon": "nuxt-lazy-load.svg",
3309
- "github": "",
3310
- "website": "https://gitlab.com/broj42/nuxt-lazy-load",
3311
- "learn_more": "https://gitlab.com/broj42/nuxt-lazy-load",
3312
- "category": "Performance",
3313
- "type": "3rd-party",
3314
- "maintainers": [
3315
- {
3316
- "name": "Dario Ferderber",
3317
- "github": "darioferderber"
3318
- }
3319
- ],
3320
- "compatibility": {
3321
- "nuxt": "^2.0.0 || ^3.0.0",
3322
- "requires": {}
3323
- }
3324
- },
3325
3460
  {
3326
3461
  "name": "nuxt-localtunnel",
3327
3462
  "description": "Exposes your Nuxt localhost to the world automatically.",
@@ -3419,7 +3554,7 @@
3419
3554
  "npm": "nuxt-mongoose",
3420
3555
  "icon": "nuxt-mongoose.svg",
3421
3556
  "github": "https://github.com/arashsheyda/nuxt-mongoose",
3422
- "website": "https://github.com/arashsheyda/nuxt-mongoose",
3557
+ "website": "https://nuxt-mongoose.nuxt.space",
3423
3558
  "learn_more": "",
3424
3559
  "category": "Database",
3425
3560
  "type": "3rd-party",
@@ -3457,6 +3592,28 @@
3457
3592
  "requires": {}
3458
3593
  }
3459
3594
  },
3595
+ {
3596
+ "name": "nuxt-phosphor-icons",
3597
+ "description": "Just a simple integration for @phosphor-icons in Nuxt",
3598
+ "repo": "OyewoleOyedeji/nuxt-phosphor-icons",
3599
+ "npm": "nuxt-phosphor-icons",
3600
+ "icon": "phosphor-icons.svg",
3601
+ "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3602
+ "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3603
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3604
+ "category": "UI",
3605
+ "type": "3rd-party",
3606
+ "maintainers": [
3607
+ {
3608
+ "name": "OyewoleOyedeji",
3609
+ "github": "OyewoleOyedeji"
3610
+ }
3611
+ ],
3612
+ "compatibility": {
3613
+ "nuxt": "^3.0.0",
3614
+ "requires": {}
3615
+ }
3616
+ },
3460
3617
  {
3461
3618
  "name": "nuxt-pino-log",
3462
3619
  "description": "Structured logs for nuxt apps using pino",
@@ -3501,6 +3658,32 @@
3501
3658
  "requires": {}
3502
3659
  }
3503
3660
  },
3661
+ {
3662
+ "name": "nuxt-plotly",
3663
+ "description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
3664
+ "repo": "superdev-tech/nuxt-plotly",
3665
+ "npm": "nuxt-plotly",
3666
+ "icon": "nuxt-plotly.svg",
3667
+ "github": "https://github.com/superdev-tech/nuxt-plotly",
3668
+ "website": "https://github.com/superdev-tech/nuxt-plotly",
3669
+ "learn_more": "https://www.npmjs.com/package/nuxt-plotly",
3670
+ "category": "Libraries",
3671
+ "type": "3rd-party",
3672
+ "maintainers": [
3673
+ {
3674
+ "name": "Supanut Dokmaithong",
3675
+ "github": "Boomgeek"
3676
+ },
3677
+ {
3678
+ "name": "superdev-tech",
3679
+ "github": "superdev-tech"
3680
+ }
3681
+ ],
3682
+ "compatibility": {
3683
+ "nuxt": "^3.0.0",
3684
+ "requires": {}
3685
+ }
3686
+ },
3504
3687
  {
3505
3688
  "name": "nuxt-png-to-ico",
3506
3689
  "description": "Nuxt.js module for auto generating favicons",
@@ -3713,12 +3896,12 @@
3713
3896
  {
3714
3897
  "name": "nuxt-vue3-google-signin",
3715
3898
  "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
3716
- "repo": "syetalabs/nuxt-vue3-google-signin",
3899
+ "repo": "wavezync/nuxt-vue3-google-signin",
3717
3900
  "npm": "nuxt-vue3-google-signin",
3718
3901
  "icon": "vue3-google-signin.svg",
3719
- "github": "https://github.com/syetalabs/nuxt-vue3-google-signin",
3720
- "website": "https://vue3-google-signin.syetalabs.io",
3721
- "learn_more": "https://vue3-google-signin.syetalabs.io",
3902
+ "github": "https://github.com/wavezync/nuxt-vue3-google-signin",
3903
+ "website": "https://vue3-google-signin.wavezync.com",
3904
+ "learn_more": "https://vue3-google-signin.wavezync.com",
3722
3905
  "category": "Libraries",
3723
3906
  "type": "3rd-party",
3724
3907
  "maintainers": [
@@ -3734,7 +3917,7 @@
3734
3917
  },
3735
3918
  {
3736
3919
  "name": "nuxt-vuetify",
3737
- "description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
3920
+ "description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
3738
3921
  "repo": "invictus-codes/nuxt-vuetify",
3739
3922
  "npm": "@invictus.codes/nuxt-vuetify",
3740
3923
  "icon": "vuetify-logo-v3-dark.svg",
@@ -3754,6 +3937,28 @@
3754
3937
  "requires": {}
3755
3938
  }
3756
3939
  },
3940
+ {
3941
+ "name": "nuxt3-leaflet",
3942
+ "description": "Leaflet integration with Nuxt",
3943
+ "repo": "Gugustinette/Nuxt-Leaflet",
3944
+ "npm": "nuxt3-leaflet",
3945
+ "icon": "leaflet.png",
3946
+ "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
3947
+ "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
3948
+ "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
3949
+ "category": "Libraries",
3950
+ "type": "3rd-party",
3951
+ "maintainers": [
3952
+ {
3953
+ "name": "Augustin MERCIER",
3954
+ "github": "Gugustinette"
3955
+ }
3956
+ ],
3957
+ "compatibility": {
3958
+ "nuxt": "^3.0.0",
3959
+ "requires": {}
3960
+ }
3961
+ },
3757
3962
  {
3758
3963
  "name": "nuxt7",
3759
3964
  "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
@@ -4306,6 +4511,28 @@
4306
4511
  "requires": {}
4307
4512
  }
4308
4513
  },
4514
+ {
4515
+ "name": "radash",
4516
+ "description": "radash module with auto-import and custom prefix",
4517
+ "repo": "bbg/nuxt-radash",
4518
+ "npm": "nuxt-radash",
4519
+ "icon": "radash.svg",
4520
+ "github": "https://github.com/bbg/nuxt-radash",
4521
+ "website": "https://github.com/bbg/nuxt-radash#readme",
4522
+ "learn_more": "https://github.com/rayepps/radash/",
4523
+ "category": "Libraries",
4524
+ "type": "3rd-party",
4525
+ "maintainers": [
4526
+ {
4527
+ "name": "Batuhan Göksu",
4528
+ "github": "bbg"
4529
+ }
4530
+ ],
4531
+ "compatibility": {
4532
+ "nuxt": "^3.0.0",
4533
+ "requires": {}
4534
+ }
4535
+ },
4309
4536
  {
4310
4537
  "name": "recaptcha",
4311
4538
  "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
@@ -4586,7 +4813,7 @@
4586
4813
  "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
4587
4814
  "repo": "nuxt-community/sentry-module",
4588
4815
  "npm": "@nuxtjs/sentry",
4589
- "icon": "sentry.png",
4816
+ "icon": "sentry.svg",
4590
4817
  "github": "https://github.com/nuxt-community/sentry-module",
4591
4818
  "website": "https://sentry.nuxtjs.org/",
4592
4819
  "learn_more": "https://sentry.io/welcome/",
@@ -4693,6 +4920,29 @@
4693
4920
  "requires": {}
4694
4921
  }
4695
4922
  },
4923
+ {
4924
+ "name": "server-block",
4925
+ "description": "Use <server> tags in your Nuxt pages components.",
4926
+ "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
4927
+ "npm": "@hebilicious/server-block-nuxt",
4928
+ "icon": "server-block.svg",
4929
+ "github": "https://github.com/Hebilicious/server-block-nuxt",
4930
+ "website": "https://github.com/Hebilicious/server-block-nuxt#readme",
4931
+ "learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
4932
+ "category": "Extensions",
4933
+ "type": "3rd-party",
4934
+ "maintainers": [
4935
+ {
4936
+ "name": "Hebilicious",
4937
+ "github": "Hebilicious",
4938
+ "twitter": "its_hebilicious"
4939
+ }
4940
+ ],
4941
+ "compatibility": {
4942
+ "nuxt": "^3.0.0",
4943
+ "requires": {}
4944
+ }
4945
+ },
4696
4946
  {
4697
4947
  "name": "session",
4698
4948
  "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",
@@ -5169,6 +5419,32 @@
5169
5419
  }
5170
5420
  }
5171
5421
  },
5422
+ {
5423
+ "name": "stripe-next",
5424
+ "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.",
5425
+ "repo": "fuentesloic/nuxt-stripe",
5426
+ "npm": "@unlok-co/nuxt-stripe",
5427
+ "icon": "stripe.png",
5428
+ "github": "https://github.com/fuentesloic/nuxt-stripe",
5429
+ "website": "https://github.com/fuentesloic/nuxt-stripe",
5430
+ "learn_more": "https://stripe.com/docs",
5431
+ "category": "Payment",
5432
+ "type": "3rd-party",
5433
+ "maintainers": [
5434
+ {
5435
+ "name": "Loic Fuentes",
5436
+ "github": "fuentesloic"
5437
+ },
5438
+ {
5439
+ "name": "Florent Giraud",
5440
+ "github": "flozero"
5441
+ }
5442
+ ],
5443
+ "compatibility": {
5444
+ "nuxt": "^3.0.0",
5445
+ "requires": {}
5446
+ }
5447
+ },
5172
5448
  {
5173
5449
  "name": "stripe",
5174
5450
  "description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
@@ -5472,6 +5748,28 @@
5472
5748
  "requires": {}
5473
5749
  }
5474
5750
  },
5751
+ {
5752
+ "name": "time",
5753
+ "description": "Safely render local dates and times on the server with Nuxt",
5754
+ "repo": "danielroe/nuxt-time",
5755
+ "npm": "nuxt-time",
5756
+ "icon": "",
5757
+ "github": "https://github.com/danielroe/nuxt-time",
5758
+ "website": "https://github.com/danielroe/nuxt-time",
5759
+ "learn_more": "",
5760
+ "category": "Extensions",
5761
+ "type": "3rd-party",
5762
+ "maintainers": [
5763
+ {
5764
+ "name": "danielroe",
5765
+ "github": "danielroe"
5766
+ }
5767
+ ],
5768
+ "compatibility": {
5769
+ "nuxt": "^3.0.0",
5770
+ "requires": {}
5771
+ }
5772
+ },
5475
5773
  {
5476
5774
  "name": "toast",
5477
5775
  "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
@@ -5495,6 +5793,39 @@
5495
5793
  "requires": {}
5496
5794
  }
5497
5795
  },
5796
+ {
5797
+ "name": "tresjs",
5798
+ "description": "Create 3D experiences in your Nuxt application using TresJS.",
5799
+ "repo": "tresjs/nuxt",
5800
+ "npm": "@tresjs/nuxt",
5801
+ "icon": "tresjs.svg",
5802
+ "github": "https://github.com/Tresjs/nuxt",
5803
+ "website": "https://tresjs.org/guide/nuxt.html",
5804
+ "learn_more": "https://tresjs.org/",
5805
+ "category": "Libraries",
5806
+ "type": "3rd-party",
5807
+ "maintainers": [
5808
+ {
5809
+ "name": "Alvaro Saburido",
5810
+ "github": "alvarosabu",
5811
+ "twitter": "alvarosabu"
5812
+ },
5813
+ {
5814
+ "name": "Jaime Torrealba",
5815
+ "github": "JaimeTorrealba",
5816
+ "twitter": "jaimebboyjt"
5817
+ },
5818
+ {
5819
+ "name": "Tino Koch",
5820
+ "github": "Tinoooo",
5821
+ "twitter": "ichbintino"
5822
+ }
5823
+ ],
5824
+ "compatibility": {
5825
+ "nuxt": "^3.0.0",
5826
+ "requires": {}
5827
+ }
5828
+ },
5498
5829
  {
5499
5830
  "name": "turnstile",
5500
5831
  "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
@@ -5881,6 +6212,30 @@
5881
6212
  "requires": {}
5882
6213
  }
5883
6214
  },
6215
+ {
6216
+ "name": "use-wagmi",
6217
+ "description": "Vue Composition for Ethereum based on wagmi",
6218
+ "repo": "unicape/use-wagmi#main/packages/nuxt",
6219
+ "npm": "@use-wagmi/nuxt",
6220
+ "icon": "use-wagmi.png",
6221
+ "github": "https://github.com/unicape/use-wagmi",
6222
+ "website": "https://github.com/unicape/use-wagmi",
6223
+ "learn_more": "https://github.com/unicape/use-wagmi",
6224
+ "category": "Extensions",
6225
+ "type": "3rd-party",
6226
+ "maintainers": [
6227
+ {
6228
+ "name": "Unic Ape",
6229
+ "github": "unicape"
6230
+ }
6231
+ ],
6232
+ "compatibility": {
6233
+ "nuxt": "^2.0.0 || ^3.0.0",
6234
+ "requires": {
6235
+ "bridge": true
6236
+ }
6237
+ }
6238
+ },
5884
6239
  {
5885
6240
  "name": "user-agent",
5886
6241
  "description": "Nuxt.js module for handling User-Agent.",
@@ -5973,6 +6328,28 @@
5973
6328
  }
5974
6329
  }
5975
6330
  },
6331
+ {
6332
+ "name": "vcalendar",
6333
+ "description": "VCalendar module for Nuxt",
6334
+ "repo": "samk-dev/nuxt-vcalendar",
6335
+ "npm": "@samk-dev/nuxt-vcalendar",
6336
+ "icon": "vcalendar.png",
6337
+ "github": "https://github.com/samk-dev/vcalendar",
6338
+ "website": "https://github.com/samk-dev/vcalendar",
6339
+ "learn_more": "",
6340
+ "category": "Libraries",
6341
+ "type": "3rd-party",
6342
+ "maintainers": [
6343
+ {
6344
+ "name": "Sam K",
6345
+ "github": "samk-dev"
6346
+ }
6347
+ ],
6348
+ "compatibility": {
6349
+ "nuxt": "^3.0.0",
6350
+ "requires": {}
6351
+ }
6352
+ },
5976
6353
  {
5977
6354
  "name": "vee-validate",
5978
6355
  "description": "Painless Vue forms for Nuxt.js",
@@ -6094,13 +6471,13 @@
6094
6471
  {
6095
6472
  "name": "vitest",
6096
6473
  "description": "Vitest integration with Nuxt",
6097
- "repo": "danielroe/nuxt-vitest#main",
6474
+ "repo": "danielroe/nuxt-vitest",
6098
6475
  "npm": "nuxt-vitest",
6099
6476
  "icon": "vitest.svg",
6100
6477
  "github": "https://github.com/danielroe/nuxt-vitest",
6101
6478
  "website": "https://github.com/danielroe/nuxt-vitest",
6102
6479
  "learn_more": "",
6103
- "category": "Extensions",
6480
+ "category": "Devtools",
6104
6481
  "type": "3rd-party",
6105
6482
  "maintainers": [
6106
6483
  {
@@ -6117,6 +6494,36 @@
6117
6494
  "requires": {}
6118
6495
  }
6119
6496
  },
6497
+ {
6498
+ "name": "vue-email",
6499
+ "description": "Write email templates with vue",
6500
+ "repo": "Dave136/vue-email#main/packages/vue-email",
6501
+ "npm": "vue-email",
6502
+ "icon": "vue-email.svg",
6503
+ "github": "https://github.com/Dave136/vue-email",
6504
+ "website": "https://vue-email.vercel.app/",
6505
+ "learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
6506
+ "category": "UI",
6507
+ "type": "3rd-party",
6508
+ "maintainers": [
6509
+ {
6510
+ "name": "David Arenas",
6511
+ "github": "Dave136",
6512
+ "twitter": "davejs4",
6513
+ "avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
6514
+ },
6515
+ {
6516
+ "name": "Younes Barrad",
6517
+ "github": "Flowko",
6518
+ "twitter": "imflowko",
6519
+ "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
6520
+ }
6521
+ ],
6522
+ "compatibility": {
6523
+ "nuxt": "^3.0.0",
6524
+ "requires": {}
6525
+ }
6526
+ },
6120
6527
  {
6121
6528
  "name": "vue-macros",
6122
6529
  "description": "Explore more macros and syntax sugar to Vue.",
@@ -6211,7 +6618,7 @@
6211
6618
  {
6212
6619
  "name": "vue-query",
6213
6620
  "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
6214
- "repo": "Hebilicious/vue-query-nuxt#main",
6621
+ "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
6215
6622
  "npm": "@hebilicious/vue-query-nuxt",
6216
6623
  "icon": "vue-query.svg",
6217
6624
  "github": "https://github.com/Hebilicious/vue-query-nuxt",
@@ -6301,6 +6708,29 @@
6301
6708
  "requires": {}
6302
6709
  }
6303
6710
  },
6711
+ {
6712
+ "name": "vue3-carousel-nuxt",
6713
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
6714
+ "repo": "gaetansenn/vue3-carousel-nuxt",
6715
+ "npm": "vue3-carousel-nuxt",
6716
+ "icon": "",
6717
+ "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
6718
+ "website": "",
6719
+ "learn_more": "",
6720
+ "category": "UI",
6721
+ "type": "3rd-party",
6722
+ "maintainers": [
6723
+ {
6724
+ "name": "Gaetan SENN",
6725
+ "github": "gaetansenn",
6726
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
6727
+ }
6728
+ ],
6729
+ "compatibility": {
6730
+ "nuxt": "^3.0.0",
6731
+ "requires": {}
6732
+ }
6733
+ },
6304
6734
  {
6305
6735
  "name": "vuefire",
6306
6736
  "description": "Idiomatic composables for the Firebase SDK",
@@ -6345,6 +6775,28 @@
6345
6775
  "requires": {}
6346
6776
  }
6347
6777
  },
6778
+ {
6779
+ "name": "vuetify-nuxt-module",
6780
+ "description": "Zero-config Nuxt Module for Vuetify.",
6781
+ "repo": "userquin/vuetify-nuxt-module",
6782
+ "npm": "vuetify-nuxt-module",
6783
+ "icon": "vuetify-logo-v3-dark.svg",
6784
+ "github": "https://github.com/userquin/vuetify-nuxt-module",
6785
+ "website": "https://github.com/userquin/vuetify-nuxt-module",
6786
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
6787
+ "category": "UI",
6788
+ "type": "3rd-party",
6789
+ "maintainers": [
6790
+ {
6791
+ "name": "Joaquín Sánchez",
6792
+ "github": "userquin"
6793
+ }
6794
+ ],
6795
+ "compatibility": {
6796
+ "nuxt": "^3.0.0",
6797
+ "requires": {}
6798
+ }
6799
+ },
6348
6800
  {
6349
6801
  "name": "vuetify",
6350
6802
  "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-5469cb",
3
+ "version": "0.6.0-5574f0",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json",
6
6
  "files": [