@nuxt/modules 0.6.0-af05bd → 0.6.0-b1c7f2

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 +609 -41
  2. package/package.json +8 -8
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",
@@ -289,6 +313,29 @@
289
313
  "requires": {}
290
314
  }
291
315
  },
316
+ {
317
+ "name": "authjs",
318
+ "description": "Auth.js authentication Nuxt module. Edge compatible.",
319
+ "repo": "Hebilicious/authjs-nuxt#main",
320
+ "npm": "@hebilicious/authjs-nuxt",
321
+ "icon": "authjs.png",
322
+ "github": "https://github.com/Hebilicious/authjs-nuxt",
323
+ "website": "https://authjs-nuxt.pages.dev/",
324
+ "learn_more": "https://authjs.dev/",
325
+ "category": "Security",
326
+ "type": "3rd-party",
327
+ "maintainers": [
328
+ {
329
+ "name": "Hebilicious",
330
+ "github": "Hebilicious",
331
+ "twitter": "its_hebilicious"
332
+ }
333
+ ],
334
+ "compatibility": {
335
+ "nuxt": "^3.0.0",
336
+ "requires": {}
337
+ }
338
+ },
292
339
  {
293
340
  "name": "axios",
294
341
  "description": "Secure and easy Axios module with Nuxt.js",
@@ -526,6 +573,28 @@
526
573
  "requires": {}
527
574
  }
528
575
  },
576
+ {
577
+ "name": "capo",
578
+ "description": "Capo.js implementation for Nuxt 3",
579
+ "repo": "danielroe/nuxt-capo",
580
+ "npm": "nuxt-capo",
581
+ "icon": "",
582
+ "github": "https://github.com/danielroe/nuxt-capo",
583
+ "website": "https://github.com/danielroe/nuxt-capo",
584
+ "learn_more": "",
585
+ "category": "Performance",
586
+ "type": "3rd-party",
587
+ "maintainers": [
588
+ {
589
+ "name": "danielroe",
590
+ "github": "danielroe"
591
+ }
592
+ ],
593
+ "compatibility": {
594
+ "nuxt": "^3.0.0",
595
+ "requires": {}
596
+ }
597
+ },
529
598
  {
530
599
  "name": "chakra-ui",
531
600
  "description": "Chakra UI Module for Nuxt.js",
@@ -592,6 +661,29 @@
592
661
  "requires": {}
593
662
  }
594
663
  },
664
+ {
665
+ "name": "clarity-analytics",
666
+ "description": "Clarity Analytics Module for Nuxt",
667
+ "repo": "Barbapapazes/nuxt-clarity-analytics",
668
+ "npm": "nuxt-clarity-analytics",
669
+ "icon": "",
670
+ "github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
671
+ "website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
672
+ "learn_more": "https://clarity.microsoft.com/",
673
+ "category": "Analytics",
674
+ "type": "3rd-party",
675
+ "maintainers": [
676
+ {
677
+ "name": "Barbapapazes",
678
+ "github": "Barbapapazes",
679
+ "twitter": "soubiran_"
680
+ }
681
+ ],
682
+ "compatibility": {
683
+ "nuxt": "^3.0.0",
684
+ "requires": {}
685
+ }
686
+ },
595
687
  {
596
688
  "name": "client-init",
597
689
  "description": "Provide client version of `nuxtServerInit`.",
@@ -785,7 +877,7 @@
785
877
  "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
878
  "repo": "nuxt/content#main",
787
879
  "npm": "@nuxt/content",
788
- "icon": "nuxt.png",
880
+ "icon": "nuxt.svg",
789
881
  "github": "https://github.com/nuxt/content",
790
882
  "website": "https://content.nuxtjs.org",
791
883
  "learn_more": "",
@@ -1068,9 +1160,9 @@
1068
1160
  {
1069
1161
  "name": "devtools",
1070
1162
  "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1071
- "repo": "nuxt/devtools#main",
1163
+ "repo": "nuxt/devtools#main/packages/devtools",
1072
1164
  "npm": "@nuxt/devtools",
1073
- "icon": "nuxt.png",
1165
+ "icon": "nuxt.svg",
1074
1166
  "github": "https://github.com/nuxt/devtools",
1075
1167
  "website": "https://devtools.nuxtjs.org/",
1076
1168
  "learn_more": "",
@@ -1113,6 +1205,28 @@
1113
1205
  }
1114
1206
  }
1115
1207
  },
1208
+ {
1209
+ "name": "disqus",
1210
+ "description": "Disqus for Nuxt 3",
1211
+ "repo": "modbender/nuxt-disqus",
1212
+ "npm": "nuxt-disqus",
1213
+ "icon": "disqus.svg",
1214
+ "github": "https://github.com/modbender/nuxt-disqus",
1215
+ "website": "https://github.com/modbender/nuxt-disqus",
1216
+ "learn_more": "https://github.com/modbender/vue3-disqus",
1217
+ "category": "Libraries",
1218
+ "type": "3rd-party",
1219
+ "maintainers": [
1220
+ {
1221
+ "name": "modbender",
1222
+ "github": "modbender"
1223
+ }
1224
+ ],
1225
+ "compatibility": {
1226
+ "nuxt": "^3.0.0",
1227
+ "requires": {}
1228
+ }
1229
+ },
1116
1230
  {
1117
1231
  "name": "dotenv",
1118
1232
  "description": "A Nuxt.js module that loads your .env file into your context options",
@@ -1508,6 +1622,29 @@
1508
1622
  "requires": {}
1509
1623
  }
1510
1624
  },
1625
+ {
1626
+ "name": "form-actions",
1627
+ "description": "A set of features and composables to interact with forms and server data.",
1628
+ "repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt#main",
1629
+ "npm": "@hebilicious/form-actions-nuxt",
1630
+ "icon": "form-actions.svg",
1631
+ "github": "https://github.com/Hebilicious/form-actions-nuxt",
1632
+ "website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1633
+ "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1634
+ "category": "Request",
1635
+ "type": "3rd-party",
1636
+ "maintainers": [
1637
+ {
1638
+ "name": "Hebilicious",
1639
+ "github": "Hebilicious",
1640
+ "twitter": "its_hebilicious"
1641
+ }
1642
+ ],
1643
+ "compatibility": {
1644
+ "nuxt": "^3.0.0",
1645
+ "requires": {}
1646
+ }
1647
+ },
1511
1648
  {
1512
1649
  "name": "formkit",
1513
1650
  "description": "Seamless FormKit integration for Nuxt",
@@ -1856,6 +1993,28 @@
1856
1993
  "requires": {}
1857
1994
  }
1858
1995
  },
1996
+ {
1997
+ "name": "hanko",
1998
+ "description": "Hanko integration for Nuxt for passwordless authentication",
1999
+ "repo": "nuxt-modules/hanko",
2000
+ "npm": "@nuxtjs/hanko",
2001
+ "icon": "hanko.svg",
2002
+ "github": "https://github.com/nuxt-modules/hanko",
2003
+ "website": "https://github.com/nuxt-modules/hanko",
2004
+ "learn_more": "https://hanko.io/",
2005
+ "category": "Security",
2006
+ "type": "community",
2007
+ "maintainers": [
2008
+ {
2009
+ "name": "danielroe",
2010
+ "github": "danielroe"
2011
+ }
2012
+ ],
2013
+ "compatibility": {
2014
+ "nuxt": "^3.0.0",
2015
+ "requires": {}
2016
+ }
2017
+ },
1859
2018
  {
1860
2019
  "name": "harlem",
1861
2020
  "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
@@ -2114,6 +2273,28 @@
2114
2273
  "requires": {}
2115
2274
  }
2116
2275
  },
2276
+ {
2277
+ "name": "icon-font",
2278
+ "description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
2279
+ "repo": "coremyslo/nuxt-icon-font",
2280
+ "npm": "@coremyslo/nuxt-icon-font",
2281
+ "icon": "",
2282
+ "github": "https://github.com/coremyslo/nuxt-icon-font",
2283
+ "website": "https://github.com/coremyslo/nuxt-icon-font",
2284
+ "learn_more": "",
2285
+ "category": "UI",
2286
+ "type": "3rd-party",
2287
+ "maintainers": [
2288
+ {
2289
+ "name": "coremyslo",
2290
+ "github": "coremyslo"
2291
+ }
2292
+ ],
2293
+ "compatibility": {
2294
+ "nuxt": "^3.0.0",
2295
+ "requires": {}
2296
+ }
2297
+ },
2117
2298
  {
2118
2299
  "name": "icon",
2119
2300
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2240,12 +2421,12 @@
2240
2421
  {
2241
2422
  "name": "inkline",
2242
2423
  "description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
2243
- "repo": "inkline/nuxt-module-inkline",
2244
- "npm": "@inkline/nuxt",
2424
+ "repo": "inkline/plugin",
2425
+ "npm": "@inkline/plugin",
2245
2426
  "icon": "inkline.svg",
2246
- "github": "https://github.com/inkline/nuxt-module-inkline",
2427
+ "github": "https://github.com/inkline/plugin",
2247
2428
  "website": "https://inkline.io",
2248
- "learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
2429
+ "learn_more": "https://inkline.io/docs/installation/nuxt",
2249
2430
  "category": "UI",
2250
2431
  "type": "3rd-party",
2251
2432
  "maintainers": [
@@ -3000,6 +3181,28 @@
3000
3181
  "requires": {}
3001
3182
  }
3002
3183
  },
3184
+ {
3185
+ "name": "nupolyon",
3186
+ "description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
3187
+ "repo": "adenvt/nupolyon",
3188
+ "npm": "nupolyon",
3189
+ "icon": "",
3190
+ "github": "https://github.com/adenvt/nupolyon",
3191
+ "website": "https://github.com/adenvt/nupolyon",
3192
+ "learn_more": "",
3193
+ "category": "Performance",
3194
+ "type": "3rd-party",
3195
+ "maintainers": [
3196
+ {
3197
+ "name": "adenvt",
3198
+ "github": "adenvt"
3199
+ }
3200
+ ],
3201
+ "compatibility": {
3202
+ "nuxt": "^3.0.0",
3203
+ "requires": {}
3204
+ }
3205
+ },
3003
3206
  {
3004
3207
  "name": "nuxt-auth",
3005
3208
  "description": "",
@@ -3095,6 +3298,28 @@
3095
3298
  "requires": {}
3096
3299
  }
3097
3300
  },
3301
+ {
3302
+ "name": "nuxt-gtm",
3303
+ "description": "A Nuxt.js module for Google Tag Manager",
3304
+ "repo": "zadigetvoltaire/nuxt-gtm",
3305
+ "npm": "@zadigetvoltaire/nuxt-gtm",
3306
+ "icon": "nuxt-gtm.svg",
3307
+ "github": "https://github.com/zadigetvoltaire/nuxt-gtm",
3308
+ "website": "https://github.com/zadigetvoltaire/nuxt-gtm",
3309
+ "learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
3310
+ "category": "Analytics",
3311
+ "type": "3rd-party",
3312
+ "maintainers": [
3313
+ {
3314
+ "name": "Zadig&Voltaire Team",
3315
+ "github": "https://github.com/zadigetvoltaire"
3316
+ }
3317
+ ],
3318
+ "compatibility": {
3319
+ "nuxt": "^3.0.0",
3320
+ "requires": {}
3321
+ }
3322
+ },
3098
3323
  {
3099
3324
  "name": "nuxt-hue",
3100
3325
  "description": "Enlighten your Nuxt experience",
@@ -3119,28 +3344,6 @@
3119
3344
  }
3120
3345
  }
3121
3346
  },
3122
- {
3123
- "name": "nuxt-lazy-load",
3124
- "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",
3125
- "repo": "",
3126
- "npm": "nuxt-lazy-load",
3127
- "icon": "nuxt-lazy-load.svg",
3128
- "github": "",
3129
- "website": "https://gitlab.com/broj42/nuxt-lazy-load",
3130
- "learn_more": "https://gitlab.com/broj42/nuxt-lazy-load",
3131
- "category": "Performance",
3132
- "type": "3rd-party",
3133
- "maintainers": [
3134
- {
3135
- "name": "Dario Ferderber",
3136
- "github": "darioferderber"
3137
- }
3138
- ],
3139
- "compatibility": {
3140
- "nuxt": "^2.0.0 || ^3.0.0",
3141
- "requires": {}
3142
- }
3143
- },
3144
3347
  {
3145
3348
  "name": "nuxt-localtunnel",
3146
3349
  "description": "Exposes your Nuxt localhost to the world automatically.",
@@ -3238,7 +3441,7 @@
3238
3441
  "npm": "nuxt-mongoose",
3239
3442
  "icon": "nuxt-mongoose.svg",
3240
3443
  "github": "https://github.com/arashsheyda/nuxt-mongoose",
3241
- "website": "https://github.com/arashsheyda/nuxt-mongoose",
3444
+ "website": "https://nuxt-mongoose.nuxt.space",
3242
3445
  "learn_more": "",
3243
3446
  "category": "Database",
3244
3447
  "type": "3rd-party",
@@ -3276,6 +3479,28 @@
3276
3479
  "requires": {}
3277
3480
  }
3278
3481
  },
3482
+ {
3483
+ "name": "nuxt-phosphor-icons",
3484
+ "description": "Just a simple integration for @phosphor-icons in Nuxt",
3485
+ "repo": "OyewoleOyedeji/nuxt-phosphor-icons",
3486
+ "npm": "nuxt-phosphor-icons",
3487
+ "icon": "phosphor-icons.svg",
3488
+ "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3489
+ "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3490
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3491
+ "category": "UI",
3492
+ "type": "3rd-party",
3493
+ "maintainers": [
3494
+ {
3495
+ "name": "OyewoleOyedeji",
3496
+ "github": "OyewoleOyedeji"
3497
+ }
3498
+ ],
3499
+ "compatibility": {
3500
+ "nuxt": "^3.0.0",
3501
+ "requires": {}
3502
+ }
3503
+ },
3279
3504
  {
3280
3505
  "name": "nuxt-pino-log",
3281
3506
  "description": "Structured logs for nuxt apps using pino",
@@ -3320,6 +3545,32 @@
3320
3545
  "requires": {}
3321
3546
  }
3322
3547
  },
3548
+ {
3549
+ "name": "nuxt-plotly",
3550
+ "description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
3551
+ "repo": "superdev-tech/nuxt-plotly",
3552
+ "npm": "nuxt-plotly",
3553
+ "icon": "nuxt-plotly.svg",
3554
+ "github": "https://github.com/superdev-tech/nuxt-plotly",
3555
+ "website": "https://github.com/superdev-tech/nuxt-plotly",
3556
+ "learn_more": "https://www.npmjs.com/package/nuxt-plotly",
3557
+ "category": "Libraries",
3558
+ "type": "3rd-party",
3559
+ "maintainers": [
3560
+ {
3561
+ "name": "Supanut Dokmaithong",
3562
+ "github": "Boomgeek"
3563
+ },
3564
+ {
3565
+ "name": "superdev-tech",
3566
+ "github": "superdev-tech"
3567
+ }
3568
+ ],
3569
+ "compatibility": {
3570
+ "nuxt": "^3.6.0",
3571
+ "requires": {}
3572
+ }
3573
+ },
3323
3574
  {
3324
3575
  "name": "nuxt-png-to-ico",
3325
3576
  "description": "Nuxt.js module for auto generating favicons",
@@ -3532,12 +3783,12 @@
3532
3783
  {
3533
3784
  "name": "nuxt-vue3-google-signin",
3534
3785
  "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
3535
- "repo": "syetalabs/nuxt-vue3-google-signin",
3786
+ "repo": "wavezync/nuxt-vue3-google-signin",
3536
3787
  "npm": "nuxt-vue3-google-signin",
3537
3788
  "icon": "vue3-google-signin.svg",
3538
- "github": "https://github.com/syetalabs/nuxt-vue3-google-signin",
3539
- "website": "https://vue3-google-signin.syetalabs.io",
3540
- "learn_more": "https://vue3-google-signin.syetalabs.io",
3789
+ "github": "https://github.com/wavezync/nuxt-vue3-google-signin",
3790
+ "website": "https://vue3-google-signin.wavezync.com",
3791
+ "learn_more": "https://vue3-google-signin.wavezync.com",
3541
3792
  "category": "Libraries",
3542
3793
  "type": "3rd-party",
3543
3794
  "maintainers": [
@@ -3553,7 +3804,7 @@
3553
3804
  },
3554
3805
  {
3555
3806
  "name": "nuxt-vuetify",
3556
- "description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
3807
+ "description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
3557
3808
  "repo": "invictus-codes/nuxt-vuetify",
3558
3809
  "npm": "@invictus.codes/nuxt-vuetify",
3559
3810
  "icon": "vuetify-logo-v3-dark.svg",
@@ -3596,6 +3847,29 @@
3596
3847
  "requires": {}
3597
3848
  }
3598
3849
  },
3850
+ {
3851
+ "name": "nuxtlabs-ui",
3852
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
3853
+ "repo": "nuxtlabs/ui",
3854
+ "npm": "@nuxthq/ui",
3855
+ "icon": "nuxtlabs-ui.svg",
3856
+ "github": "https://github.com/nuxtlabs/ui",
3857
+ "website": "https://ui.nuxtlabs.com",
3858
+ "learn_more": "https://ui.nuxtlabs.com",
3859
+ "category": "UI",
3860
+ "type": "3rd-party",
3861
+ "maintainers": [
3862
+ {
3863
+ "name": "Benjamin Canac",
3864
+ "github": "benjamincanac",
3865
+ "twitter": "benjamincanac"
3866
+ }
3867
+ ],
3868
+ "compatibility": {
3869
+ "nuxt": "^3.0.0",
3870
+ "requires": {}
3871
+ }
3872
+ },
3599
3873
  {
3600
3874
  "name": "og-image",
3601
3875
  "description": "Easily generate dynamic social share images.",
@@ -4102,6 +4376,28 @@
4102
4376
  "requires": {}
4103
4377
  }
4104
4378
  },
4379
+ {
4380
+ "name": "radash",
4381
+ "description": "radash module with auto-import and custom prefix",
4382
+ "repo": "bbg/nuxt-radash",
4383
+ "npm": "nuxt-radash",
4384
+ "icon": "radash.svg",
4385
+ "github": "https://github.com/bbg/nuxt-radash",
4386
+ "website": "https://github.com/bbg/nuxt-radash#readme",
4387
+ "learn_more": "https://github.com/rayepps/radash/",
4388
+ "category": "Libraries",
4389
+ "type": "3rd-party",
4390
+ "maintainers": [
4391
+ {
4392
+ "name": "Batuhan Göksu",
4393
+ "github": "bbg"
4394
+ }
4395
+ ],
4396
+ "compatibility": {
4397
+ "nuxt": "^3.0.0",
4398
+ "requires": {}
4399
+ }
4400
+ },
4105
4401
  {
4106
4402
  "name": "recaptcha",
4107
4403
  "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
@@ -4489,6 +4785,29 @@
4489
4785
  "requires": {}
4490
4786
  }
4491
4787
  },
4788
+ {
4789
+ "name": "server-block",
4790
+ "description": "Use <server> tags in your Nuxt pages components.",
4791
+ "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
4792
+ "npm": "@hebilicious/server-block-nuxt",
4793
+ "icon": "server-block.svg",
4794
+ "github": "https://github.com/Hebilicious/server-block-nuxt",
4795
+ "website": "https://github.com/Hebilicious/server-block-nuxt#readme",
4796
+ "learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
4797
+ "category": "Extensions",
4798
+ "type": "3rd-party",
4799
+ "maintainers": [
4800
+ {
4801
+ "name": "Hebilicious",
4802
+ "github": "Hebilicious",
4803
+ "twitter": "its_hebilicious"
4804
+ }
4805
+ ],
4806
+ "compatibility": {
4807
+ "nuxt": "^3.0.0",
4808
+ "requires": {}
4809
+ }
4810
+ },
4492
4811
  {
4493
4812
  "name": "session",
4494
4813
  "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",
@@ -4965,6 +5284,32 @@
4965
5284
  }
4966
5285
  }
4967
5286
  },
5287
+ {
5288
+ "name": "stripe-next",
5289
+ "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.",
5290
+ "repo": "fuentesloic/nuxt-stripe",
5291
+ "npm": "@unlok-co/nuxt-stripe",
5292
+ "icon": "stripe.png",
5293
+ "github": "https://github.com/fuentesloic/nuxt-stripe",
5294
+ "website": "https://github.com/fuentesloic/nuxt-stripe",
5295
+ "learn_more": "https://stripe.com/docs",
5296
+ "category": "Payment",
5297
+ "type": "3rd-party",
5298
+ "maintainers": [
5299
+ {
5300
+ "name": "Loic Fuentes",
5301
+ "github": "fuentesloic"
5302
+ },
5303
+ {
5304
+ "name": "Florent Giraud",
5305
+ "github": "flozero"
5306
+ }
5307
+ ],
5308
+ "compatibility": {
5309
+ "nuxt": "^3.0.0",
5310
+ "requires": {}
5311
+ }
5312
+ },
4968
5313
  {
4969
5314
  "name": "stripe",
4970
5315
  "description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
@@ -5268,6 +5613,28 @@
5268
5613
  "requires": {}
5269
5614
  }
5270
5615
  },
5616
+ {
5617
+ "name": "time",
5618
+ "description": "Safely render local dates and times on the server with Nuxt",
5619
+ "repo": "danielroe/nuxt-time",
5620
+ "npm": "nuxt-time",
5621
+ "icon": "",
5622
+ "github": "https://github.com/danielroe/nuxt-time",
5623
+ "website": "https://github.com/danielroe/nuxt-time",
5624
+ "learn_more": "",
5625
+ "category": "Extensions",
5626
+ "type": "3rd-party",
5627
+ "maintainers": [
5628
+ {
5629
+ "name": "danielroe",
5630
+ "github": "danielroe"
5631
+ }
5632
+ ],
5633
+ "compatibility": {
5634
+ "nuxt": "^3.0.0",
5635
+ "requires": {}
5636
+ }
5637
+ },
5271
5638
  {
5272
5639
  "name": "toast",
5273
5640
  "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
@@ -5291,6 +5658,39 @@
5291
5658
  "requires": {}
5292
5659
  }
5293
5660
  },
5661
+ {
5662
+ "name": "tresjs",
5663
+ "description": "Create 3D experiences in your Nuxt application using TresJS.",
5664
+ "repo": "tresjs/nuxt",
5665
+ "npm": "@tresjs/nuxt",
5666
+ "icon": "tresjs.svg",
5667
+ "github": "https://github.com/Tresjs/nuxt",
5668
+ "website": "https://tresjs.org/guide/nuxt.html",
5669
+ "learn_more": "https://tresjs.org/",
5670
+ "category": "Libraries",
5671
+ "type": "3rd-party",
5672
+ "maintainers": [
5673
+ {
5674
+ "name": "Alvaro Saburido",
5675
+ "github": "alvarosabu",
5676
+ "twitter": "alvarosabu"
5677
+ },
5678
+ {
5679
+ "name": "Jaime Torrealba",
5680
+ "github": "JaimeTorrealba",
5681
+ "twitter": "jaimebboyjt"
5682
+ },
5683
+ {
5684
+ "name": "Tino Koch",
5685
+ "github": "Tinoooo",
5686
+ "twitter": "ichbintino"
5687
+ }
5688
+ ],
5689
+ "compatibility": {
5690
+ "nuxt": "^3.0.0",
5691
+ "requires": {}
5692
+ }
5693
+ },
5294
5694
  {
5295
5695
  "name": "turnstile",
5296
5696
  "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
@@ -5340,6 +5740,28 @@
5340
5740
  }
5341
5741
  }
5342
5742
  },
5743
+ {
5744
+ "name": "twemoji",
5745
+ "description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
5746
+ "repo": "yizack/nuxt-twemoji",
5747
+ "npm": "nuxt-twemoji",
5748
+ "icon": "twemoji.svg",
5749
+ "github": "https://github.com/Yizack/nuxt-twemoji",
5750
+ "website": "https://github.com/Yizack/nuxt-twemoji",
5751
+ "learn_more": "",
5752
+ "category": "UI",
5753
+ "type": "3rd-party",
5754
+ "maintainers": [
5755
+ {
5756
+ "name": "Yizack Rangel",
5757
+ "github": "yizack"
5758
+ }
5759
+ ],
5760
+ "compatibility": {
5761
+ "nuxt": "^3.0.0",
5762
+ "requires": {}
5763
+ }
5764
+ },
5343
5765
  {
5344
5766
  "name": "twicpics",
5345
5767
  "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
@@ -5792,6 +6214,28 @@
5792
6214
  "requires": {}
5793
6215
  }
5794
6216
  },
6217
+ {
6218
+ "name": "vercel-analytics",
6219
+ "description": "Vercel Analytics integration for Nuxt",
6220
+ "repo": "xanderbarkhatov/nuxt-vercel-analytics",
6221
+ "npm": "nuxt-vercel-analytics",
6222
+ "icon": "",
6223
+ "github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
6224
+ "website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
6225
+ "learn_more": "https://vercel.com/docs/concepts/analytics",
6226
+ "category": "Analytics",
6227
+ "type": "3rd-party",
6228
+ "maintainers": [
6229
+ {
6230
+ "name": "Alexander B.",
6231
+ "github": "xanderbarkhatov"
6232
+ }
6233
+ ],
6234
+ "compatibility": {
6235
+ "nuxt": "^3.0.0",
6236
+ "requires": {}
6237
+ }
6238
+ },
5795
6239
  {
5796
6240
  "name": "vexip-ui",
5797
6241
  "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
@@ -5846,13 +6290,13 @@
5846
6290
  {
5847
6291
  "name": "vitest",
5848
6292
  "description": "Vitest integration with Nuxt",
5849
- "repo": "danielroe/nuxt-vitest#main",
6293
+ "repo": "danielroe/nuxt-vitest",
5850
6294
  "npm": "nuxt-vitest",
5851
6295
  "icon": "vitest.svg",
5852
6296
  "github": "https://github.com/danielroe/nuxt-vitest",
5853
6297
  "website": "https://github.com/danielroe/nuxt-vitest",
5854
6298
  "learn_more": "",
5855
- "category": "Extensions",
6299
+ "category": "Devtools",
5856
6300
  "type": "3rd-party",
5857
6301
  "maintainers": [
5858
6302
  {
@@ -5869,15 +6313,45 @@
5869
6313
  "requires": {}
5870
6314
  }
5871
6315
  },
6316
+ {
6317
+ "name": "vue-email",
6318
+ "description": "Write email templates with vue",
6319
+ "repo": "Dave136/vue-email#main/packages/vue-email",
6320
+ "npm": "vue-email",
6321
+ "icon": "vue-email.svg",
6322
+ "github": "https://github.com/Dave136/vue-email",
6323
+ "website": "https://vue-email.vercel.app/",
6324
+ "learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
6325
+ "category": "UI",
6326
+ "type": "3rd-party",
6327
+ "maintainers": [
6328
+ {
6329
+ "name": "David Arenas",
6330
+ "github": "Dave136",
6331
+ "twitter": "davejs4",
6332
+ "avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
6333
+ },
6334
+ {
6335
+ "name": "Younes Barrad",
6336
+ "github": "Flowko",
6337
+ "twitter": "imflowko",
6338
+ "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
6339
+ }
6340
+ ],
6341
+ "compatibility": {
6342
+ "nuxt": "^3.0.0",
6343
+ "requires": {}
6344
+ }
6345
+ },
5872
6346
  {
5873
6347
  "name": "vue-macros",
5874
- "description": "Explore and extend more macros and syntax sugar to Vue.",
5875
- "repo": "sxzz/unplugin-vue-macros#main/packages/nuxt",
6348
+ "description": "Explore more macros and syntax sugar to Vue.",
6349
+ "repo": "sxzz/vue-macros#main/packages/nuxt",
5876
6350
  "npm": "@vue-macros/nuxt",
5877
6351
  "icon": "vue-macros.svg",
5878
- "github": "https://github.com/sxzz/unplugin-vue-macros",
6352
+ "github": "https://github.com/sxzz/vue-macros",
5879
6353
  "website": "https://vue-macros.sxzz.moe",
5880
- "learn_more": "https://github.com/sxzz/unplugin-vue-macros",
6354
+ "learn_more": "https://github.com/sxzz/vue-macros",
5881
6355
  "category": "Extensions",
5882
6356
  "type": "3rd-party",
5883
6357
  "maintainers": [
@@ -5960,6 +6434,29 @@
5960
6434
  "requires": {}
5961
6435
  }
5962
6436
  },
6437
+ {
6438
+ "name": "vue-query",
6439
+ "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
6440
+ "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
6441
+ "npm": "@hebilicious/vue-query-nuxt",
6442
+ "icon": "vue-query.svg",
6443
+ "github": "https://github.com/Hebilicious/vue-query-nuxt",
6444
+ "website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
6445
+ "learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
6446
+ "category": "Request",
6447
+ "type": "3rd-party",
6448
+ "maintainers": [
6449
+ {
6450
+ "name": "Hebilicious",
6451
+ "github": "Hebilicious",
6452
+ "twitter": "its_hebilicious"
6453
+ }
6454
+ ],
6455
+ "compatibility": {
6456
+ "nuxt": "^3.0.0",
6457
+ "requires": {}
6458
+ }
6459
+ },
5963
6460
  {
5964
6461
  "name": "vue-select",
5965
6462
  "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
@@ -6030,6 +6527,29 @@
6030
6527
  "requires": {}
6031
6528
  }
6032
6529
  },
6530
+ {
6531
+ "name": "vue3-carousel-nuxt",
6532
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
6533
+ "repo": "gaetansenn/vue3-carousel-nuxt",
6534
+ "npm": "vue3-carousel-nuxt",
6535
+ "icon": "",
6536
+ "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
6537
+ "website": "",
6538
+ "learn_more": "",
6539
+ "category": "UI",
6540
+ "type": "3rd-party",
6541
+ "maintainers": [
6542
+ {
6543
+ "name": "Gaetan SENN",
6544
+ "github": "gaetansenn",
6545
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
6546
+ }
6547
+ ],
6548
+ "compatibility": {
6549
+ "nuxt": "^3.0.0",
6550
+ "requires": {}
6551
+ }
6552
+ },
6033
6553
  {
6034
6554
  "name": "vuefire",
6035
6555
  "description": "Idiomatic composables for the Firebase SDK",
@@ -6074,6 +6594,28 @@
6074
6594
  "requires": {}
6075
6595
  }
6076
6596
  },
6597
+ {
6598
+ "name": "vuetify-nuxt-module",
6599
+ "description": "Zero-config Nuxt Module for Vuetify.",
6600
+ "repo": "userquin/vuetify-nuxt-module",
6601
+ "npm": "vuetify-nuxt-module",
6602
+ "icon": "vuetify-logo-v3-dark.svg",
6603
+ "github": "https://github.com/userquin/vuetify-nuxt-module",
6604
+ "website": "https://github.com/userquin/vuetify-nuxt-module",
6605
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
6606
+ "category": "UI",
6607
+ "type": "3rd-party",
6608
+ "maintainers": [
6609
+ {
6610
+ "name": "Joaquín Sánchez",
6611
+ "github": "userquin"
6612
+ }
6613
+ ],
6614
+ "compatibility": {
6615
+ "nuxt": "^3.0.0",
6616
+ "requires": {}
6617
+ }
6618
+ },
6077
6619
  {
6078
6620
  "name": "vuetify",
6079
6621
  "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
@@ -6341,6 +6883,32 @@
6341
6883
  "requires": {}
6342
6884
  }
6343
6885
  },
6886
+ {
6887
+ "name": "wideangle",
6888
+ "description": "Nuxt 3 module to integrate Wide Angle Analytics",
6889
+ "repo": "inputobjects/wideangle-nuxt",
6890
+ "npm": "wideangle-nuxt",
6891
+ "icon": "wideangle.png",
6892
+ "github": "https://github.com/inputobjects/wideangle-nuxt",
6893
+ "website": "https://wideangle.co",
6894
+ "learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
6895
+ "category": "Analytics",
6896
+ "type": "3rd-party",
6897
+ "maintainers": [
6898
+ {
6899
+ "name": "Wide Angle Analytics by Input Objects GmbH",
6900
+ "github": "inputobjects"
6901
+ },
6902
+ {
6903
+ "name": "Jarek Rozanski",
6904
+ "github": "jrozanski"
6905
+ }
6906
+ ],
6907
+ "compatibility": {
6908
+ "nuxt": "^3.0.0",
6909
+ "requires": {}
6910
+ }
6911
+ },
6344
6912
  {
6345
6913
  "name": "windicss",
6346
6914
  "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-af05bd",
3
+ "version": "0.6.0-b1c7f2",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json",
6
6
  "files": [
@@ -19,15 +19,15 @@
19
19
  "devDependencies": {
20
20
  "@nuxt/eslint-config": "^0.1.1",
21
21
  "@types/js-yaml": "^4.0.5",
22
- "@types/node": "^18.14.0",
23
- "defu": "^6.1.1",
22
+ "@types/node": "^18.16.10",
23
+ "defu": "^6.1.2",
24
24
  "eslint": "^8.34.0",
25
- "globby": "^13.1.3",
25
+ "globby": "^13.1.4",
26
26
  "hasha": "^5.2.2",
27
- "jiti": "^1.17.1",
27
+ "jiti": "^1.17.2",
28
28
  "js-yaml": "^4.1.0",
29
- "ofetch": "^1.0.0",
30
- "typescript": "^4.9.4"
29
+ "ofetch": "^1.0.1",
30
+ "typescript": "^4.9.5"
31
31
  },
32
- "packageManager": "pnpm@7.27.1"
32
+ "packageManager": "pnpm@7.32.4"
33
33
  }