@nuxt/modules 0.6.0-18474d → 0.6.0-23d0df

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 +584 -38
  2. package/package.json +1 -1
package/modules.json CHANGED
@@ -146,6 +146,30 @@
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
+ },
149
173
  {
150
174
  "name": "api-party",
151
175
  "description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
@@ -262,6 +286,29 @@
262
286
  "requires": {}
263
287
  }
264
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
+ },
265
312
  {
266
313
  "name": "auth",
267
314
  "description": "Zero-boilerplate authentication support for Nuxt.js.",
@@ -289,6 +336,29 @@
289
336
  "requires": {}
290
337
  }
291
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
+ },
292
362
  {
293
363
  "name": "axios",
294
364
  "description": "Secure and easy Axios module with Nuxt.js",
@@ -526,6 +596,28 @@
526
596
  "requires": {}
527
597
  }
528
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
+ },
529
621
  {
530
622
  "name": "chakra-ui",
531
623
  "description": "Chakra UI Module for Nuxt.js",
@@ -592,6 +684,29 @@
592
684
  "requires": {}
593
685
  }
594
686
  },
687
+ {
688
+ "name": "clarity-analytics",
689
+ "description": "Clarity Analytics Module for Nuxt",
690
+ "repo": "Barbapapazes/nuxt-clarity-analytics",
691
+ "npm": "nuxt-clarity-analytics",
692
+ "icon": "",
693
+ "github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
694
+ "website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
695
+ "learn_more": "https://clarity.microsoft.com/",
696
+ "category": "Analytics",
697
+ "type": "3rd-party",
698
+ "maintainers": [
699
+ {
700
+ "name": "Barbapapazes",
701
+ "github": "Barbapapazes",
702
+ "twitter": "soubiran_"
703
+ }
704
+ ],
705
+ "compatibility": {
706
+ "nuxt": "^3.0.0",
707
+ "requires": {}
708
+ }
709
+ },
595
710
  {
596
711
  "name": "client-init",
597
712
  "description": "Provide client version of `nuxtServerInit`.",
@@ -785,7 +900,7 @@
785
900
  "description": "Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.",
786
901
  "repo": "nuxt/content#main",
787
902
  "npm": "@nuxt/content",
788
- "icon": "nuxt.png",
903
+ "icon": "nuxt.svg",
789
904
  "github": "https://github.com/nuxt/content",
790
905
  "website": "https://content.nuxtjs.org",
791
906
  "learn_more": "",
@@ -1068,9 +1183,9 @@
1068
1183
  {
1069
1184
  "name": "devtools",
1070
1185
  "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1071
- "repo": "nuxt/devtools#main",
1186
+ "repo": "nuxt/devtools#main/packages/devtools",
1072
1187
  "npm": "@nuxt/devtools",
1073
- "icon": "nuxt.png",
1188
+ "icon": "nuxt.svg",
1074
1189
  "github": "https://github.com/nuxt/devtools",
1075
1190
  "website": "https://devtools.nuxtjs.org/",
1076
1191
  "learn_more": "",
@@ -1113,6 +1228,28 @@
1113
1228
  }
1114
1229
  }
1115
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
+ },
1116
1253
  {
1117
1254
  "name": "dotenv",
1118
1255
  "description": "A Nuxt.js module that loads your .env file into your context options",
@@ -1508,6 +1645,29 @@
1508
1645
  "requires": {}
1509
1646
  }
1510
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
+ },
1511
1671
  {
1512
1672
  "name": "formkit",
1513
1673
  "description": "Seamless FormKit integration for Nuxt",
@@ -1856,6 +2016,28 @@
1856
2016
  "requires": {}
1857
2017
  }
1858
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
+ },
1859
2041
  {
1860
2042
  "name": "harlem",
1861
2043
  "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
@@ -3022,6 +3204,50 @@
3022
3204
  "requires": {}
3023
3205
  }
3024
3206
  },
3207
+ {
3208
+ "name": "nupolyon",
3209
+ "description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
3210
+ "repo": "adenvt/nupolyon",
3211
+ "npm": "nupolyon",
3212
+ "icon": "",
3213
+ "github": "https://github.com/adenvt/nupolyon",
3214
+ "website": "https://github.com/adenvt/nupolyon",
3215
+ "learn_more": "",
3216
+ "category": "Performance",
3217
+ "type": "3rd-party",
3218
+ "maintainers": [
3219
+ {
3220
+ "name": "adenvt",
3221
+ "github": "adenvt"
3222
+ }
3223
+ ],
3224
+ "compatibility": {
3225
+ "nuxt": "^3.0.0",
3226
+ "requires": {}
3227
+ }
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
+ },
3025
3251
  {
3026
3252
  "name": "nuxt-auth",
3027
3253
  "description": "",
@@ -3163,28 +3389,6 @@
3163
3389
  }
3164
3390
  }
3165
3391
  },
3166
- {
3167
- "name": "nuxt-lazy-load",
3168
- "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",
3169
- "repo": "",
3170
- "npm": "nuxt-lazy-load",
3171
- "icon": "nuxt-lazy-load.svg",
3172
- "github": "",
3173
- "website": "https://gitlab.com/broj42/nuxt-lazy-load",
3174
- "learn_more": "https://gitlab.com/broj42/nuxt-lazy-load",
3175
- "category": "Performance",
3176
- "type": "3rd-party",
3177
- "maintainers": [
3178
- {
3179
- "name": "Dario Ferderber",
3180
- "github": "darioferderber"
3181
- }
3182
- ],
3183
- "compatibility": {
3184
- "nuxt": "^2.0.0 || ^3.0.0",
3185
- "requires": {}
3186
- }
3187
- },
3188
3392
  {
3189
3393
  "name": "nuxt-localtunnel",
3190
3394
  "description": "Exposes your Nuxt localhost to the world automatically.",
@@ -3282,7 +3486,7 @@
3282
3486
  "npm": "nuxt-mongoose",
3283
3487
  "icon": "nuxt-mongoose.svg",
3284
3488
  "github": "https://github.com/arashsheyda/nuxt-mongoose",
3285
- "website": "https://github.com/arashsheyda/nuxt-mongoose",
3489
+ "website": "https://nuxt-mongoose.nuxt.space",
3286
3490
  "learn_more": "",
3287
3491
  "category": "Database",
3288
3492
  "type": "3rd-party",
@@ -3320,6 +3524,28 @@
3320
3524
  "requires": {}
3321
3525
  }
3322
3526
  },
3527
+ {
3528
+ "name": "nuxt-phosphor-icons",
3529
+ "description": "Just a simple integration for @phosphor-icons in Nuxt",
3530
+ "repo": "OyewoleOyedeji/nuxt-phosphor-icons",
3531
+ "npm": "nuxt-phosphor-icons",
3532
+ "icon": "phosphor-icons.svg",
3533
+ "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3534
+ "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3535
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3536
+ "category": "UI",
3537
+ "type": "3rd-party",
3538
+ "maintainers": [
3539
+ {
3540
+ "name": "OyewoleOyedeji",
3541
+ "github": "OyewoleOyedeji"
3542
+ }
3543
+ ],
3544
+ "compatibility": {
3545
+ "nuxt": "^3.0.0",
3546
+ "requires": {}
3547
+ }
3548
+ },
3323
3549
  {
3324
3550
  "name": "nuxt-pino-log",
3325
3551
  "description": "Structured logs for nuxt apps using pino",
@@ -3364,6 +3590,32 @@
3364
3590
  "requires": {}
3365
3591
  }
3366
3592
  },
3593
+ {
3594
+ "name": "nuxt-plotly",
3595
+ "description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
3596
+ "repo": "superdev-tech/nuxt-plotly",
3597
+ "npm": "nuxt-plotly",
3598
+ "icon": "nuxt-plotly.svg",
3599
+ "github": "https://github.com/superdev-tech/nuxt-plotly",
3600
+ "website": "https://github.com/superdev-tech/nuxt-plotly",
3601
+ "learn_more": "https://www.npmjs.com/package/nuxt-plotly",
3602
+ "category": "Libraries",
3603
+ "type": "3rd-party",
3604
+ "maintainers": [
3605
+ {
3606
+ "name": "Supanut Dokmaithong",
3607
+ "github": "Boomgeek"
3608
+ },
3609
+ {
3610
+ "name": "superdev-tech",
3611
+ "github": "superdev-tech"
3612
+ }
3613
+ ],
3614
+ "compatibility": {
3615
+ "nuxt": "^3.0.0",
3616
+ "requires": {}
3617
+ }
3618
+ },
3367
3619
  {
3368
3620
  "name": "nuxt-png-to-ico",
3369
3621
  "description": "Nuxt.js module for auto generating favicons",
@@ -3576,12 +3828,12 @@
3576
3828
  {
3577
3829
  "name": "nuxt-vue3-google-signin",
3578
3830
  "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
3579
- "repo": "syetalabs/nuxt-vue3-google-signin",
3831
+ "repo": "wavezync/nuxt-vue3-google-signin",
3580
3832
  "npm": "nuxt-vue3-google-signin",
3581
3833
  "icon": "vue3-google-signin.svg",
3582
- "github": "https://github.com/syetalabs/nuxt-vue3-google-signin",
3583
- "website": "https://vue3-google-signin.syetalabs.io",
3584
- "learn_more": "https://vue3-google-signin.syetalabs.io",
3834
+ "github": "https://github.com/wavezync/nuxt-vue3-google-signin",
3835
+ "website": "https://vue3-google-signin.wavezync.com",
3836
+ "learn_more": "https://vue3-google-signin.wavezync.com",
3585
3837
  "category": "Libraries",
3586
3838
  "type": "3rd-party",
3587
3839
  "maintainers": [
@@ -3597,7 +3849,7 @@
3597
3849
  },
3598
3850
  {
3599
3851
  "name": "nuxt-vuetify",
3600
- "description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
3852
+ "description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
3601
3853
  "repo": "invictus-codes/nuxt-vuetify",
3602
3854
  "npm": "@invictus.codes/nuxt-vuetify",
3603
3855
  "icon": "vuetify-logo-v3-dark.svg",
@@ -3645,7 +3897,7 @@
3645
3897
  "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
3646
3898
  "repo": "nuxtlabs/ui",
3647
3899
  "npm": "@nuxthq/ui",
3648
- "icon": "",
3900
+ "icon": "nuxtlabs-ui.svg",
3649
3901
  "github": "https://github.com/nuxtlabs/ui",
3650
3902
  "website": "https://ui.nuxtlabs.com",
3651
3903
  "learn_more": "https://ui.nuxtlabs.com",
@@ -4169,6 +4421,28 @@
4169
4421
  "requires": {}
4170
4422
  }
4171
4423
  },
4424
+ {
4425
+ "name": "radash",
4426
+ "description": "radash module with auto-import and custom prefix",
4427
+ "repo": "bbg/nuxt-radash",
4428
+ "npm": "nuxt-radash",
4429
+ "icon": "radash.svg",
4430
+ "github": "https://github.com/bbg/nuxt-radash",
4431
+ "website": "https://github.com/bbg/nuxt-radash#readme",
4432
+ "learn_more": "https://github.com/rayepps/radash/",
4433
+ "category": "Libraries",
4434
+ "type": "3rd-party",
4435
+ "maintainers": [
4436
+ {
4437
+ "name": "Batuhan Göksu",
4438
+ "github": "bbg"
4439
+ }
4440
+ ],
4441
+ "compatibility": {
4442
+ "nuxt": "^3.0.0",
4443
+ "requires": {}
4444
+ }
4445
+ },
4172
4446
  {
4173
4447
  "name": "recaptcha",
4174
4448
  "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
@@ -4556,6 +4830,29 @@
4556
4830
  "requires": {}
4557
4831
  }
4558
4832
  },
4833
+ {
4834
+ "name": "server-block",
4835
+ "description": "Use <server> tags in your Nuxt pages components.",
4836
+ "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
4837
+ "npm": "@hebilicious/server-block-nuxt",
4838
+ "icon": "server-block.svg",
4839
+ "github": "https://github.com/Hebilicious/server-block-nuxt",
4840
+ "website": "https://github.com/Hebilicious/server-block-nuxt#readme",
4841
+ "learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
4842
+ "category": "Extensions",
4843
+ "type": "3rd-party",
4844
+ "maintainers": [
4845
+ {
4846
+ "name": "Hebilicious",
4847
+ "github": "Hebilicious",
4848
+ "twitter": "its_hebilicious"
4849
+ }
4850
+ ],
4851
+ "compatibility": {
4852
+ "nuxt": "^3.0.0",
4853
+ "requires": {}
4854
+ }
4855
+ },
4559
4856
  {
4560
4857
  "name": "session",
4561
4858
  "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",
@@ -5032,6 +5329,32 @@
5032
5329
  }
5033
5330
  }
5034
5331
  },
5332
+ {
5333
+ "name": "stripe-next",
5334
+ "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.",
5335
+ "repo": "fuentesloic/nuxt-stripe",
5336
+ "npm": "@unlok-co/nuxt-stripe",
5337
+ "icon": "stripe.png",
5338
+ "github": "https://github.com/fuentesloic/nuxt-stripe",
5339
+ "website": "https://github.com/fuentesloic/nuxt-stripe",
5340
+ "learn_more": "https://stripe.com/docs",
5341
+ "category": "Payment",
5342
+ "type": "3rd-party",
5343
+ "maintainers": [
5344
+ {
5345
+ "name": "Loic Fuentes",
5346
+ "github": "fuentesloic"
5347
+ },
5348
+ {
5349
+ "name": "Florent Giraud",
5350
+ "github": "flozero"
5351
+ }
5352
+ ],
5353
+ "compatibility": {
5354
+ "nuxt": "^3.0.0",
5355
+ "requires": {}
5356
+ }
5357
+ },
5035
5358
  {
5036
5359
  "name": "stripe",
5037
5360
  "description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
@@ -5335,6 +5658,28 @@
5335
5658
  "requires": {}
5336
5659
  }
5337
5660
  },
5661
+ {
5662
+ "name": "time",
5663
+ "description": "Safely render local dates and times on the server with Nuxt",
5664
+ "repo": "danielroe/nuxt-time",
5665
+ "npm": "nuxt-time",
5666
+ "icon": "",
5667
+ "github": "https://github.com/danielroe/nuxt-time",
5668
+ "website": "https://github.com/danielroe/nuxt-time",
5669
+ "learn_more": "",
5670
+ "category": "Extensions",
5671
+ "type": "3rd-party",
5672
+ "maintainers": [
5673
+ {
5674
+ "name": "danielroe",
5675
+ "github": "danielroe"
5676
+ }
5677
+ ],
5678
+ "compatibility": {
5679
+ "nuxt": "^3.0.0",
5680
+ "requires": {}
5681
+ }
5682
+ },
5338
5683
  {
5339
5684
  "name": "toast",
5340
5685
  "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
@@ -5358,6 +5703,39 @@
5358
5703
  "requires": {}
5359
5704
  }
5360
5705
  },
5706
+ {
5707
+ "name": "tresjs",
5708
+ "description": "Create 3D experiences in your Nuxt application using TresJS.",
5709
+ "repo": "tresjs/nuxt",
5710
+ "npm": "@tresjs/nuxt",
5711
+ "icon": "tresjs.svg",
5712
+ "github": "https://github.com/Tresjs/nuxt",
5713
+ "website": "https://tresjs.org/guide/nuxt.html",
5714
+ "learn_more": "https://tresjs.org/",
5715
+ "category": "Libraries",
5716
+ "type": "3rd-party",
5717
+ "maintainers": [
5718
+ {
5719
+ "name": "Alvaro Saburido",
5720
+ "github": "alvarosabu",
5721
+ "twitter": "alvarosabu"
5722
+ },
5723
+ {
5724
+ "name": "Jaime Torrealba",
5725
+ "github": "JaimeTorrealba",
5726
+ "twitter": "jaimebboyjt"
5727
+ },
5728
+ {
5729
+ "name": "Tino Koch",
5730
+ "github": "Tinoooo",
5731
+ "twitter": "ichbintino"
5732
+ }
5733
+ ],
5734
+ "compatibility": {
5735
+ "nuxt": "^3.0.0",
5736
+ "requires": {}
5737
+ }
5738
+ },
5361
5739
  {
5362
5740
  "name": "turnstile",
5363
5741
  "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
@@ -5407,6 +5785,28 @@
5407
5785
  }
5408
5786
  }
5409
5787
  },
5788
+ {
5789
+ "name": "twemoji",
5790
+ "description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
5791
+ "repo": "yizack/nuxt-twemoji",
5792
+ "npm": "nuxt-twemoji",
5793
+ "icon": "twemoji.svg",
5794
+ "github": "https://github.com/Yizack/nuxt-twemoji",
5795
+ "website": "https://github.com/Yizack/nuxt-twemoji",
5796
+ "learn_more": "",
5797
+ "category": "UI",
5798
+ "type": "3rd-party",
5799
+ "maintainers": [
5800
+ {
5801
+ "name": "Yizack Rangel",
5802
+ "github": "yizack"
5803
+ }
5804
+ ],
5805
+ "compatibility": {
5806
+ "nuxt": "^3.0.0",
5807
+ "requires": {}
5808
+ }
5809
+ },
5410
5810
  {
5411
5811
  "name": "twicpics",
5412
5812
  "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
@@ -5859,6 +6259,28 @@
5859
6259
  "requires": {}
5860
6260
  }
5861
6261
  },
6262
+ {
6263
+ "name": "vercel-analytics",
6264
+ "description": "Vercel Analytics integration for Nuxt",
6265
+ "repo": "xanderbarkhatov/nuxt-vercel-analytics",
6266
+ "npm": "nuxt-vercel-analytics",
6267
+ "icon": "",
6268
+ "github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
6269
+ "website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
6270
+ "learn_more": "https://vercel.com/docs/concepts/analytics",
6271
+ "category": "Analytics",
6272
+ "type": "3rd-party",
6273
+ "maintainers": [
6274
+ {
6275
+ "name": "Alexander B.",
6276
+ "github": "xanderbarkhatov"
6277
+ }
6278
+ ],
6279
+ "compatibility": {
6280
+ "nuxt": "^3.0.0",
6281
+ "requires": {}
6282
+ }
6283
+ },
5862
6284
  {
5863
6285
  "name": "vexip-ui",
5864
6286
  "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
@@ -5913,13 +6335,13 @@
5913
6335
  {
5914
6336
  "name": "vitest",
5915
6337
  "description": "Vitest integration with Nuxt",
5916
- "repo": "danielroe/nuxt-vitest#main",
6338
+ "repo": "danielroe/nuxt-vitest",
5917
6339
  "npm": "nuxt-vitest",
5918
6340
  "icon": "vitest.svg",
5919
6341
  "github": "https://github.com/danielroe/nuxt-vitest",
5920
6342
  "website": "https://github.com/danielroe/nuxt-vitest",
5921
6343
  "learn_more": "",
5922
- "category": "Extensions",
6344
+ "category": "Devtools",
5923
6345
  "type": "3rd-party",
5924
6346
  "maintainers": [
5925
6347
  {
@@ -5936,15 +6358,45 @@
5936
6358
  "requires": {}
5937
6359
  }
5938
6360
  },
6361
+ {
6362
+ "name": "vue-email",
6363
+ "description": "Write email templates with vue",
6364
+ "repo": "Dave136/vue-email#main/packages/vue-email",
6365
+ "npm": "vue-email",
6366
+ "icon": "vue-email.svg",
6367
+ "github": "https://github.com/Dave136/vue-email",
6368
+ "website": "https://vue-email.vercel.app/",
6369
+ "learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
6370
+ "category": "UI",
6371
+ "type": "3rd-party",
6372
+ "maintainers": [
6373
+ {
6374
+ "name": "David Arenas",
6375
+ "github": "Dave136",
6376
+ "twitter": "davejs4",
6377
+ "avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
6378
+ },
6379
+ {
6380
+ "name": "Younes Barrad",
6381
+ "github": "Flowko",
6382
+ "twitter": "imflowko",
6383
+ "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
6384
+ }
6385
+ ],
6386
+ "compatibility": {
6387
+ "nuxt": "^3.0.0",
6388
+ "requires": {}
6389
+ }
6390
+ },
5939
6391
  {
5940
6392
  "name": "vue-macros",
5941
- "description": "Explore and extend more macros and syntax sugar to Vue.",
5942
- "repo": "sxzz/unplugin-vue-macros#main/packages/nuxt",
6393
+ "description": "Explore more macros and syntax sugar to Vue.",
6394
+ "repo": "sxzz/vue-macros#main/packages/nuxt",
5943
6395
  "npm": "@vue-macros/nuxt",
5944
6396
  "icon": "vue-macros.svg",
5945
- "github": "https://github.com/sxzz/unplugin-vue-macros",
6397
+ "github": "https://github.com/sxzz/vue-macros",
5946
6398
  "website": "https://vue-macros.sxzz.moe",
5947
- "learn_more": "https://github.com/sxzz/unplugin-vue-macros",
6399
+ "learn_more": "https://github.com/sxzz/vue-macros",
5948
6400
  "category": "Extensions",
5949
6401
  "type": "3rd-party",
5950
6402
  "maintainers": [
@@ -6027,6 +6479,29 @@
6027
6479
  "requires": {}
6028
6480
  }
6029
6481
  },
6482
+ {
6483
+ "name": "vue-query",
6484
+ "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
6485
+ "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
6486
+ "npm": "@hebilicious/vue-query-nuxt",
6487
+ "icon": "vue-query.svg",
6488
+ "github": "https://github.com/Hebilicious/vue-query-nuxt",
6489
+ "website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
6490
+ "learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
6491
+ "category": "Request",
6492
+ "type": "3rd-party",
6493
+ "maintainers": [
6494
+ {
6495
+ "name": "Hebilicious",
6496
+ "github": "Hebilicious",
6497
+ "twitter": "its_hebilicious"
6498
+ }
6499
+ ],
6500
+ "compatibility": {
6501
+ "nuxt": "^3.0.0",
6502
+ "requires": {}
6503
+ }
6504
+ },
6030
6505
  {
6031
6506
  "name": "vue-select",
6032
6507
  "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
@@ -6097,6 +6572,29 @@
6097
6572
  "requires": {}
6098
6573
  }
6099
6574
  },
6575
+ {
6576
+ "name": "vue3-carousel-nuxt",
6577
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
6578
+ "repo": "gaetansenn/vue3-carousel-nuxt",
6579
+ "npm": "vue3-carousel-nuxt",
6580
+ "icon": "",
6581
+ "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
6582
+ "website": "",
6583
+ "learn_more": "",
6584
+ "category": "UI",
6585
+ "type": "3rd-party",
6586
+ "maintainers": [
6587
+ {
6588
+ "name": "Gaetan SENN",
6589
+ "github": "gaetansenn",
6590
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
6591
+ }
6592
+ ],
6593
+ "compatibility": {
6594
+ "nuxt": "^3.0.0",
6595
+ "requires": {}
6596
+ }
6597
+ },
6100
6598
  {
6101
6599
  "name": "vuefire",
6102
6600
  "description": "Idiomatic composables for the Firebase SDK",
@@ -6141,6 +6639,28 @@
6141
6639
  "requires": {}
6142
6640
  }
6143
6641
  },
6642
+ {
6643
+ "name": "vuetify-nuxt-module",
6644
+ "description": "Zero-config Nuxt Module for Vuetify.",
6645
+ "repo": "userquin/vuetify-nuxt-module",
6646
+ "npm": "vuetify-nuxt-module",
6647
+ "icon": "vuetify-logo-v3-dark.svg",
6648
+ "github": "https://github.com/userquin/vuetify-nuxt-module",
6649
+ "website": "https://github.com/userquin/vuetify-nuxt-module",
6650
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
6651
+ "category": "UI",
6652
+ "type": "3rd-party",
6653
+ "maintainers": [
6654
+ {
6655
+ "name": "Joaquín Sánchez",
6656
+ "github": "userquin"
6657
+ }
6658
+ ],
6659
+ "compatibility": {
6660
+ "nuxt": "^3.0.0",
6661
+ "requires": {}
6662
+ }
6663
+ },
6144
6664
  {
6145
6665
  "name": "vuetify",
6146
6666
  "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
@@ -6408,6 +6928,32 @@
6408
6928
  "requires": {}
6409
6929
  }
6410
6930
  },
6931
+ {
6932
+ "name": "wideangle",
6933
+ "description": "Nuxt 3 module to integrate Wide Angle Analytics",
6934
+ "repo": "inputobjects/wideangle-nuxt",
6935
+ "npm": "wideangle-nuxt",
6936
+ "icon": "wideangle.png",
6937
+ "github": "https://github.com/inputobjects/wideangle-nuxt",
6938
+ "website": "https://wideangle.co",
6939
+ "learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
6940
+ "category": "Analytics",
6941
+ "type": "3rd-party",
6942
+ "maintainers": [
6943
+ {
6944
+ "name": "Wide Angle Analytics by Input Objects GmbH",
6945
+ "github": "inputobjects"
6946
+ },
6947
+ {
6948
+ "name": "Jarek Rozanski",
6949
+ "github": "jrozanski"
6950
+ }
6951
+ ],
6952
+ "compatibility": {
6953
+ "nuxt": "^3.0.0",
6954
+ "requires": {}
6955
+ }
6956
+ },
6411
6957
  {
6412
6958
  "name": "windicss",
6413
6959
  "description": "Next generation utility-first CSS framework.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-18474d",
3
+ "version": "0.6.0-23d0df",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json",
6
6
  "files": [