@nuxt/modules 0.6.0-18474d → 0.6.0-1ca101

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 +679 -45
  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": "",
@@ -1090,13 +1205,13 @@
1090
1205
  },
1091
1206
  {
1092
1207
  "name": "directus",
1093
- "description": "Easily connect your Nuxt3 application to your directus server.",
1208
+ "description": "Easily connect your Nuxt application to your directus server.",
1094
1209
  "repo": "intevel/nuxt-directus",
1095
1210
  "npm": "nuxt-directus",
1096
1211
  "icon": "directus.svg",
1097
- "github": "https://github.com/directus/nuxt-directus/",
1098
- "website": "https://nuxt-directus.netlify.app/",
1099
- "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/",
1100
1215
  "category": "CMS",
1101
1216
  "type": "3rd-party",
1102
1217
  "maintainers": [
@@ -1107,10 +1222,30 @@
1107
1222
  }
1108
1223
  ],
1109
1224
  "compatibility": {
1110
- "nuxt": "^2.0.0 || ^3.0.0",
1111
- "requires": {
1112
- "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"
1113
1244
  }
1245
+ ],
1246
+ "compatibility": {
1247
+ "nuxt": "^3.0.0",
1248
+ "requires": {}
1114
1249
  }
1115
1250
  },
1116
1251
  {
@@ -1508,6 +1643,29 @@
1508
1643
  "requires": {}
1509
1644
  }
1510
1645
  },
1646
+ {
1647
+ "name": "form-actions",
1648
+ "description": "A set of features and composables to interact with forms and server data.",
1649
+ "repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt#main",
1650
+ "npm": "@hebilicious/form-actions-nuxt",
1651
+ "icon": "form-actions.svg",
1652
+ "github": "https://github.com/Hebilicious/form-actions-nuxt",
1653
+ "website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1654
+ "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1655
+ "category": "Request",
1656
+ "type": "3rd-party",
1657
+ "maintainers": [
1658
+ {
1659
+ "name": "Hebilicious",
1660
+ "github": "Hebilicious",
1661
+ "twitter": "its_hebilicious"
1662
+ }
1663
+ ],
1664
+ "compatibility": {
1665
+ "nuxt": "^3.0.0",
1666
+ "requires": {}
1667
+ }
1668
+ },
1511
1669
  {
1512
1670
  "name": "formkit",
1513
1671
  "description": "Seamless FormKit integration for Nuxt",
@@ -1856,6 +2014,28 @@
1856
2014
  "requires": {}
1857
2015
  }
1858
2016
  },
2017
+ {
2018
+ "name": "hanko",
2019
+ "description": "Hanko integration for Nuxt for passwordless authentication",
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/",
2026
+ "category": "Security",
2027
+ "type": "community",
2028
+ "maintainers": [
2029
+ {
2030
+ "name": "danielroe",
2031
+ "github": "danielroe"
2032
+ }
2033
+ ],
2034
+ "compatibility": {
2035
+ "nuxt": "^3.0.0",
2036
+ "requires": {}
2037
+ }
2038
+ },
1859
2039
  {
1860
2040
  "name": "harlem",
1861
2041
  "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
@@ -3022,6 +3202,50 @@
3022
3202
  "requires": {}
3023
3203
  }
3024
3204
  },
3205
+ {
3206
+ "name": "nupolyon",
3207
+ "description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
3208
+ "repo": "adenvt/nupolyon",
3209
+ "npm": "nupolyon",
3210
+ "icon": "",
3211
+ "github": "https://github.com/adenvt/nupolyon",
3212
+ "website": "https://github.com/adenvt/nupolyon",
3213
+ "learn_more": "",
3214
+ "category": "Performance",
3215
+ "type": "3rd-party",
3216
+ "maintainers": [
3217
+ {
3218
+ "name": "adenvt",
3219
+ "github": "adenvt"
3220
+ }
3221
+ ],
3222
+ "compatibility": {
3223
+ "nuxt": "^3.0.0",
3224
+ "requires": {}
3225
+ }
3226
+ },
3227
+ {
3228
+ "name": "nuxt-anchorscroll",
3229
+ "description": "Scroll to top and to anchor support for Nuxt",
3230
+ "repo": "helltraitor/nuxt-anchorscroll",
3231
+ "npm": "nuxt-anchorscroll",
3232
+ "icon": "",
3233
+ "github": "https://github.com/helltraitor/nuxt-anchorscroll",
3234
+ "website": "https://github.com/helltraitor/nuxt-anchorscroll",
3235
+ "learn_more": "",
3236
+ "category": "UI",
3237
+ "type": "3rd-party",
3238
+ "maintainers": [
3239
+ {
3240
+ "name": "Helltraitor",
3241
+ "github": "helltraitor"
3242
+ }
3243
+ ],
3244
+ "compatibility": {
3245
+ "nuxt": "^3.0.0",
3246
+ "requires": {}
3247
+ }
3248
+ },
3025
3249
  {
3026
3250
  "name": "nuxt-auth",
3027
3251
  "description": "",
@@ -3044,6 +3268,28 @@
3044
3268
  "requires": {}
3045
3269
  }
3046
3270
  },
3271
+ {
3272
+ "name": "nuxt-bootstrap-icons",
3273
+ "description": "Just a simple integration for Bootstrap Icons",
3274
+ "repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
3275
+ "npm": "nuxt-bootstrap-icons",
3276
+ "icon": "bootstrap-icons.svg",
3277
+ "github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3278
+ "website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3279
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3280
+ "category": "UI",
3281
+ "type": "3rd-party",
3282
+ "maintainers": [
3283
+ {
3284
+ "name": "OyewoleOyedeji",
3285
+ "github": "OyewoleOyedeji"
3286
+ }
3287
+ ],
3288
+ "compatibility": {
3289
+ "nuxt": "^3.0.0",
3290
+ "requires": {}
3291
+ }
3292
+ },
3047
3293
  {
3048
3294
  "name": "nuxt-chatgpt",
3049
3295
  "description": "ChatGPT integration for Nuxt 3",
@@ -3163,28 +3409,6 @@
3163
3409
  }
3164
3410
  }
3165
3411
  },
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
3412
  {
3189
3413
  "name": "nuxt-localtunnel",
3190
3414
  "description": "Exposes your Nuxt localhost to the world automatically.",
@@ -3282,7 +3506,7 @@
3282
3506
  "npm": "nuxt-mongoose",
3283
3507
  "icon": "nuxt-mongoose.svg",
3284
3508
  "github": "https://github.com/arashsheyda/nuxt-mongoose",
3285
- "website": "https://github.com/arashsheyda/nuxt-mongoose",
3509
+ "website": "https://nuxt-mongoose.nuxt.space",
3286
3510
  "learn_more": "",
3287
3511
  "category": "Database",
3288
3512
  "type": "3rd-party",
@@ -3320,6 +3544,28 @@
3320
3544
  "requires": {}
3321
3545
  }
3322
3546
  },
3547
+ {
3548
+ "name": "nuxt-phosphor-icons",
3549
+ "description": "Just a simple integration for @phosphor-icons in Nuxt",
3550
+ "repo": "OyewoleOyedeji/nuxt-phosphor-icons",
3551
+ "npm": "nuxt-phosphor-icons",
3552
+ "icon": "phosphor-icons.svg",
3553
+ "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3554
+ "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3555
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3556
+ "category": "UI",
3557
+ "type": "3rd-party",
3558
+ "maintainers": [
3559
+ {
3560
+ "name": "OyewoleOyedeji",
3561
+ "github": "OyewoleOyedeji"
3562
+ }
3563
+ ],
3564
+ "compatibility": {
3565
+ "nuxt": "^3.0.0",
3566
+ "requires": {}
3567
+ }
3568
+ },
3323
3569
  {
3324
3570
  "name": "nuxt-pino-log",
3325
3571
  "description": "Structured logs for nuxt apps using pino",
@@ -3364,6 +3610,32 @@
3364
3610
  "requires": {}
3365
3611
  }
3366
3612
  },
3613
+ {
3614
+ "name": "nuxt-plotly",
3615
+ "description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
3616
+ "repo": "superdev-tech/nuxt-plotly",
3617
+ "npm": "nuxt-plotly",
3618
+ "icon": "nuxt-plotly.svg",
3619
+ "github": "https://github.com/superdev-tech/nuxt-plotly",
3620
+ "website": "https://github.com/superdev-tech/nuxt-plotly",
3621
+ "learn_more": "https://www.npmjs.com/package/nuxt-plotly",
3622
+ "category": "Libraries",
3623
+ "type": "3rd-party",
3624
+ "maintainers": [
3625
+ {
3626
+ "name": "Supanut Dokmaithong",
3627
+ "github": "Boomgeek"
3628
+ },
3629
+ {
3630
+ "name": "superdev-tech",
3631
+ "github": "superdev-tech"
3632
+ }
3633
+ ],
3634
+ "compatibility": {
3635
+ "nuxt": "^3.0.0",
3636
+ "requires": {}
3637
+ }
3638
+ },
3367
3639
  {
3368
3640
  "name": "nuxt-png-to-ico",
3369
3641
  "description": "Nuxt.js module for auto generating favicons",
@@ -3576,12 +3848,12 @@
3576
3848
  {
3577
3849
  "name": "nuxt-vue3-google-signin",
3578
3850
  "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
3579
- "repo": "syetalabs/nuxt-vue3-google-signin",
3851
+ "repo": "wavezync/nuxt-vue3-google-signin",
3580
3852
  "npm": "nuxt-vue3-google-signin",
3581
3853
  "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",
3854
+ "github": "https://github.com/wavezync/nuxt-vue3-google-signin",
3855
+ "website": "https://vue3-google-signin.wavezync.com",
3856
+ "learn_more": "https://vue3-google-signin.wavezync.com",
3585
3857
  "category": "Libraries",
3586
3858
  "type": "3rd-party",
3587
3859
  "maintainers": [
@@ -3597,7 +3869,7 @@
3597
3869
  },
3598
3870
  {
3599
3871
  "name": "nuxt-vuetify",
3600
- "description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
3872
+ "description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
3601
3873
  "repo": "invictus-codes/nuxt-vuetify",
3602
3874
  "npm": "@invictus.codes/nuxt-vuetify",
3603
3875
  "icon": "vuetify-logo-v3-dark.svg",
@@ -3617,6 +3889,28 @@
3617
3889
  "requires": {}
3618
3890
  }
3619
3891
  },
3892
+ {
3893
+ "name": "nuxt3-leaflet",
3894
+ "description": "Leaflet integration with Nuxt",
3895
+ "repo": "Gugustinette/Nuxt-Leaflet",
3896
+ "npm": "nuxt3-leaflet",
3897
+ "icon": "leaflet.png",
3898
+ "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
3899
+ "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
3900
+ "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
3901
+ "category": "Libraries",
3902
+ "type": "3rd-party",
3903
+ "maintainers": [
3904
+ {
3905
+ "name": "Augustin MERCIER",
3906
+ "github": "Gugustinette"
3907
+ }
3908
+ ],
3909
+ "compatibility": {
3910
+ "nuxt": "^3.0.0",
3911
+ "requires": {}
3912
+ }
3913
+ },
3620
3914
  {
3621
3915
  "name": "nuxt7",
3622
3916
  "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
@@ -3645,7 +3939,7 @@
3645
3939
  "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
3646
3940
  "repo": "nuxtlabs/ui",
3647
3941
  "npm": "@nuxthq/ui",
3648
- "icon": "",
3942
+ "icon": "nuxtlabs-ui.svg",
3649
3943
  "github": "https://github.com/nuxtlabs/ui",
3650
3944
  "website": "https://ui.nuxtlabs.com",
3651
3945
  "learn_more": "https://ui.nuxtlabs.com",
@@ -4169,6 +4463,28 @@
4169
4463
  "requires": {}
4170
4464
  }
4171
4465
  },
4466
+ {
4467
+ "name": "radash",
4468
+ "description": "radash module with auto-import and custom prefix",
4469
+ "repo": "bbg/nuxt-radash",
4470
+ "npm": "nuxt-radash",
4471
+ "icon": "radash.svg",
4472
+ "github": "https://github.com/bbg/nuxt-radash",
4473
+ "website": "https://github.com/bbg/nuxt-radash#readme",
4474
+ "learn_more": "https://github.com/rayepps/radash/",
4475
+ "category": "Libraries",
4476
+ "type": "3rd-party",
4477
+ "maintainers": [
4478
+ {
4479
+ "name": "Batuhan Göksu",
4480
+ "github": "bbg"
4481
+ }
4482
+ ],
4483
+ "compatibility": {
4484
+ "nuxt": "^3.0.0",
4485
+ "requires": {}
4486
+ }
4487
+ },
4172
4488
  {
4173
4489
  "name": "recaptcha",
4174
4490
  "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
@@ -4556,6 +4872,29 @@
4556
4872
  "requires": {}
4557
4873
  }
4558
4874
  },
4875
+ {
4876
+ "name": "server-block",
4877
+ "description": "Use <server> tags in your Nuxt pages components.",
4878
+ "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
4879
+ "npm": "@hebilicious/server-block-nuxt",
4880
+ "icon": "server-block.svg",
4881
+ "github": "https://github.com/Hebilicious/server-block-nuxt",
4882
+ "website": "https://github.com/Hebilicious/server-block-nuxt#readme",
4883
+ "learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
4884
+ "category": "Extensions",
4885
+ "type": "3rd-party",
4886
+ "maintainers": [
4887
+ {
4888
+ "name": "Hebilicious",
4889
+ "github": "Hebilicious",
4890
+ "twitter": "its_hebilicious"
4891
+ }
4892
+ ],
4893
+ "compatibility": {
4894
+ "nuxt": "^3.0.0",
4895
+ "requires": {}
4896
+ }
4897
+ },
4559
4898
  {
4560
4899
  "name": "session",
4561
4900
  "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 +5371,32 @@
5032
5371
  }
5033
5372
  }
5034
5373
  },
5374
+ {
5375
+ "name": "stripe-next",
5376
+ "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.",
5377
+ "repo": "fuentesloic/nuxt-stripe",
5378
+ "npm": "@unlok-co/nuxt-stripe",
5379
+ "icon": "stripe.png",
5380
+ "github": "https://github.com/fuentesloic/nuxt-stripe",
5381
+ "website": "https://github.com/fuentesloic/nuxt-stripe",
5382
+ "learn_more": "https://stripe.com/docs",
5383
+ "category": "Payment",
5384
+ "type": "3rd-party",
5385
+ "maintainers": [
5386
+ {
5387
+ "name": "Loic Fuentes",
5388
+ "github": "fuentesloic"
5389
+ },
5390
+ {
5391
+ "name": "Florent Giraud",
5392
+ "github": "flozero"
5393
+ }
5394
+ ],
5395
+ "compatibility": {
5396
+ "nuxt": "^3.0.0",
5397
+ "requires": {}
5398
+ }
5399
+ },
5035
5400
  {
5036
5401
  "name": "stripe",
5037
5402
  "description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
@@ -5335,6 +5700,28 @@
5335
5700
  "requires": {}
5336
5701
  }
5337
5702
  },
5703
+ {
5704
+ "name": "time",
5705
+ "description": "Safely render local dates and times on the server with Nuxt",
5706
+ "repo": "danielroe/nuxt-time",
5707
+ "npm": "nuxt-time",
5708
+ "icon": "",
5709
+ "github": "https://github.com/danielroe/nuxt-time",
5710
+ "website": "https://github.com/danielroe/nuxt-time",
5711
+ "learn_more": "",
5712
+ "category": "Extensions",
5713
+ "type": "3rd-party",
5714
+ "maintainers": [
5715
+ {
5716
+ "name": "danielroe",
5717
+ "github": "danielroe"
5718
+ }
5719
+ ],
5720
+ "compatibility": {
5721
+ "nuxt": "^3.0.0",
5722
+ "requires": {}
5723
+ }
5724
+ },
5338
5725
  {
5339
5726
  "name": "toast",
5340
5727
  "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
@@ -5358,6 +5745,39 @@
5358
5745
  "requires": {}
5359
5746
  }
5360
5747
  },
5748
+ {
5749
+ "name": "tresjs",
5750
+ "description": "Create 3D experiences in your Nuxt application using TresJS.",
5751
+ "repo": "tresjs/nuxt",
5752
+ "npm": "@tresjs/nuxt",
5753
+ "icon": "tresjs.svg",
5754
+ "github": "https://github.com/Tresjs/nuxt",
5755
+ "website": "https://tresjs.org/guide/nuxt.html",
5756
+ "learn_more": "https://tresjs.org/",
5757
+ "category": "Libraries",
5758
+ "type": "3rd-party",
5759
+ "maintainers": [
5760
+ {
5761
+ "name": "Alvaro Saburido",
5762
+ "github": "alvarosabu",
5763
+ "twitter": "alvarosabu"
5764
+ },
5765
+ {
5766
+ "name": "Jaime Torrealba",
5767
+ "github": "JaimeTorrealba",
5768
+ "twitter": "jaimebboyjt"
5769
+ },
5770
+ {
5771
+ "name": "Tino Koch",
5772
+ "github": "Tinoooo",
5773
+ "twitter": "ichbintino"
5774
+ }
5775
+ ],
5776
+ "compatibility": {
5777
+ "nuxt": "^3.0.0",
5778
+ "requires": {}
5779
+ }
5780
+ },
5361
5781
  {
5362
5782
  "name": "turnstile",
5363
5783
  "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
@@ -5407,6 +5827,28 @@
5407
5827
  }
5408
5828
  }
5409
5829
  },
5830
+ {
5831
+ "name": "twemoji",
5832
+ "description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
5833
+ "repo": "yizack/nuxt-twemoji",
5834
+ "npm": "nuxt-twemoji",
5835
+ "icon": "twemoji.svg",
5836
+ "github": "https://github.com/Yizack/nuxt-twemoji",
5837
+ "website": "https://github.com/Yizack/nuxt-twemoji",
5838
+ "learn_more": "",
5839
+ "category": "UI",
5840
+ "type": "3rd-party",
5841
+ "maintainers": [
5842
+ {
5843
+ "name": "Yizack Rangel",
5844
+ "github": "yizack"
5845
+ }
5846
+ ],
5847
+ "compatibility": {
5848
+ "nuxt": "^3.0.0",
5849
+ "requires": {}
5850
+ }
5851
+ },
5410
5852
  {
5411
5853
  "name": "twicpics",
5412
5854
  "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
@@ -5722,6 +6164,30 @@
5722
6164
  "requires": {}
5723
6165
  }
5724
6166
  },
6167
+ {
6168
+ "name": "use-wagmi",
6169
+ "description": "Vue Composition for Ethereum based on wagmi",
6170
+ "repo": "unicape/use-wagmi#main/packages/nuxt",
6171
+ "npm": "@use-wagmi/nuxt",
6172
+ "icon": "use-wagmi.png",
6173
+ "github": "https://github.com/unicape/use-wagmi",
6174
+ "website": "https://github.com/unicape/use-wagmi",
6175
+ "learn_more": "https://github.com/unicape/use-wagmi",
6176
+ "category": "Extensions",
6177
+ "type": "3rd-party",
6178
+ "maintainers": [
6179
+ {
6180
+ "name": "Unic Ape",
6181
+ "github": "unicape"
6182
+ }
6183
+ ],
6184
+ "compatibility": {
6185
+ "nuxt": "^2.0.0 || ^3.0.0",
6186
+ "requires": {
6187
+ "bridge": true
6188
+ }
6189
+ }
6190
+ },
5725
6191
  {
5726
6192
  "name": "user-agent",
5727
6193
  "description": "Nuxt.js module for handling User-Agent.",
@@ -5814,6 +6280,28 @@
5814
6280
  }
5815
6281
  }
5816
6282
  },
6283
+ {
6284
+ "name": "vcalendar",
6285
+ "description": "VCalendar module for Nuxt",
6286
+ "repo": "samk-dev/nuxt-vcalendar",
6287
+ "npm": "@samk-dev/nuxt-vcalendar",
6288
+ "icon": "vcalendar.png",
6289
+ "github": "https://github.com/samk-dev/vcalendar",
6290
+ "website": "https://github.com/samk-dev/vcalendar",
6291
+ "learn_more": "",
6292
+ "category": "Libraries",
6293
+ "type": "3rd-party",
6294
+ "maintainers": [
6295
+ {
6296
+ "name": "Sam K",
6297
+ "github": "samk-dev"
6298
+ }
6299
+ ],
6300
+ "compatibility": {
6301
+ "nuxt": "^3.0.0",
6302
+ "requires": {}
6303
+ }
6304
+ },
5817
6305
  {
5818
6306
  "name": "vee-validate",
5819
6307
  "description": "Painless Vue forms for Nuxt.js",
@@ -5859,6 +6347,28 @@
5859
6347
  "requires": {}
5860
6348
  }
5861
6349
  },
6350
+ {
6351
+ "name": "vercel-analytics",
6352
+ "description": "Vercel Analytics integration for Nuxt",
6353
+ "repo": "xanderbarkhatov/nuxt-vercel-analytics",
6354
+ "npm": "nuxt-vercel-analytics",
6355
+ "icon": "",
6356
+ "github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
6357
+ "website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
6358
+ "learn_more": "https://vercel.com/docs/concepts/analytics",
6359
+ "category": "Analytics",
6360
+ "type": "3rd-party",
6361
+ "maintainers": [
6362
+ {
6363
+ "name": "Alexander B.",
6364
+ "github": "xanderbarkhatov"
6365
+ }
6366
+ ],
6367
+ "compatibility": {
6368
+ "nuxt": "^3.0.0",
6369
+ "requires": {}
6370
+ }
6371
+ },
5862
6372
  {
5863
6373
  "name": "vexip-ui",
5864
6374
  "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
@@ -5913,13 +6423,13 @@
5913
6423
  {
5914
6424
  "name": "vitest",
5915
6425
  "description": "Vitest integration with Nuxt",
5916
- "repo": "danielroe/nuxt-vitest#main",
6426
+ "repo": "danielroe/nuxt-vitest",
5917
6427
  "npm": "nuxt-vitest",
5918
6428
  "icon": "vitest.svg",
5919
6429
  "github": "https://github.com/danielroe/nuxt-vitest",
5920
6430
  "website": "https://github.com/danielroe/nuxt-vitest",
5921
6431
  "learn_more": "",
5922
- "category": "Extensions",
6432
+ "category": "Devtools",
5923
6433
  "type": "3rd-party",
5924
6434
  "maintainers": [
5925
6435
  {
@@ -5936,15 +6446,45 @@
5936
6446
  "requires": {}
5937
6447
  }
5938
6448
  },
6449
+ {
6450
+ "name": "vue-email",
6451
+ "description": "Write email templates with vue",
6452
+ "repo": "Dave136/vue-email#main/packages/vue-email",
6453
+ "npm": "vue-email",
6454
+ "icon": "vue-email.svg",
6455
+ "github": "https://github.com/Dave136/vue-email",
6456
+ "website": "https://vue-email.vercel.app/",
6457
+ "learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
6458
+ "category": "UI",
6459
+ "type": "3rd-party",
6460
+ "maintainers": [
6461
+ {
6462
+ "name": "David Arenas",
6463
+ "github": "Dave136",
6464
+ "twitter": "davejs4",
6465
+ "avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
6466
+ },
6467
+ {
6468
+ "name": "Younes Barrad",
6469
+ "github": "Flowko",
6470
+ "twitter": "imflowko",
6471
+ "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
6472
+ }
6473
+ ],
6474
+ "compatibility": {
6475
+ "nuxt": "^3.0.0",
6476
+ "requires": {}
6477
+ }
6478
+ },
5939
6479
  {
5940
6480
  "name": "vue-macros",
5941
- "description": "Explore and extend more macros and syntax sugar to Vue.",
5942
- "repo": "sxzz/unplugin-vue-macros#main/packages/nuxt",
6481
+ "description": "Explore more macros and syntax sugar to Vue.",
6482
+ "repo": "sxzz/vue-macros#main/packages/nuxt",
5943
6483
  "npm": "@vue-macros/nuxt",
5944
6484
  "icon": "vue-macros.svg",
5945
- "github": "https://github.com/sxzz/unplugin-vue-macros",
6485
+ "github": "https://github.com/sxzz/vue-macros",
5946
6486
  "website": "https://vue-macros.sxzz.moe",
5947
- "learn_more": "https://github.com/sxzz/unplugin-vue-macros",
6487
+ "learn_more": "https://github.com/sxzz/vue-macros",
5948
6488
  "category": "Extensions",
5949
6489
  "type": "3rd-party",
5950
6490
  "maintainers": [
@@ -6027,6 +6567,29 @@
6027
6567
  "requires": {}
6028
6568
  }
6029
6569
  },
6570
+ {
6571
+ "name": "vue-query",
6572
+ "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
6573
+ "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
6574
+ "npm": "@hebilicious/vue-query-nuxt",
6575
+ "icon": "vue-query.svg",
6576
+ "github": "https://github.com/Hebilicious/vue-query-nuxt",
6577
+ "website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
6578
+ "learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
6579
+ "category": "Request",
6580
+ "type": "3rd-party",
6581
+ "maintainers": [
6582
+ {
6583
+ "name": "Hebilicious",
6584
+ "github": "Hebilicious",
6585
+ "twitter": "its_hebilicious"
6586
+ }
6587
+ ],
6588
+ "compatibility": {
6589
+ "nuxt": "^3.0.0",
6590
+ "requires": {}
6591
+ }
6592
+ },
6030
6593
  {
6031
6594
  "name": "vue-select",
6032
6595
  "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
@@ -6097,6 +6660,29 @@
6097
6660
  "requires": {}
6098
6661
  }
6099
6662
  },
6663
+ {
6664
+ "name": "vue3-carousel-nuxt",
6665
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
6666
+ "repo": "gaetansenn/vue3-carousel-nuxt",
6667
+ "npm": "vue3-carousel-nuxt",
6668
+ "icon": "",
6669
+ "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
6670
+ "website": "",
6671
+ "learn_more": "",
6672
+ "category": "UI",
6673
+ "type": "3rd-party",
6674
+ "maintainers": [
6675
+ {
6676
+ "name": "Gaetan SENN",
6677
+ "github": "gaetansenn",
6678
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
6679
+ }
6680
+ ],
6681
+ "compatibility": {
6682
+ "nuxt": "^3.0.0",
6683
+ "requires": {}
6684
+ }
6685
+ },
6100
6686
  {
6101
6687
  "name": "vuefire",
6102
6688
  "description": "Idiomatic composables for the Firebase SDK",
@@ -6141,6 +6727,28 @@
6141
6727
  "requires": {}
6142
6728
  }
6143
6729
  },
6730
+ {
6731
+ "name": "vuetify-nuxt-module",
6732
+ "description": "Zero-config Nuxt Module for Vuetify.",
6733
+ "repo": "userquin/vuetify-nuxt-module",
6734
+ "npm": "vuetify-nuxt-module",
6735
+ "icon": "vuetify-logo-v3-dark.svg",
6736
+ "github": "https://github.com/userquin/vuetify-nuxt-module",
6737
+ "website": "https://github.com/userquin/vuetify-nuxt-module",
6738
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
6739
+ "category": "UI",
6740
+ "type": "3rd-party",
6741
+ "maintainers": [
6742
+ {
6743
+ "name": "Joaquín Sánchez",
6744
+ "github": "userquin"
6745
+ }
6746
+ ],
6747
+ "compatibility": {
6748
+ "nuxt": "^3.0.0",
6749
+ "requires": {}
6750
+ }
6751
+ },
6144
6752
  {
6145
6753
  "name": "vuetify",
6146
6754
  "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
@@ -6408,6 +7016,32 @@
6408
7016
  "requires": {}
6409
7017
  }
6410
7018
  },
7019
+ {
7020
+ "name": "wideangle",
7021
+ "description": "Nuxt 3 module to integrate Wide Angle Analytics",
7022
+ "repo": "inputobjects/wideangle-nuxt",
7023
+ "npm": "wideangle-nuxt",
7024
+ "icon": "wideangle.png",
7025
+ "github": "https://github.com/inputobjects/wideangle-nuxt",
7026
+ "website": "https://wideangle.co",
7027
+ "learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
7028
+ "category": "Analytics",
7029
+ "type": "3rd-party",
7030
+ "maintainers": [
7031
+ {
7032
+ "name": "Wide Angle Analytics by Input Objects GmbH",
7033
+ "github": "inputobjects"
7034
+ },
7035
+ {
7036
+ "name": "Jarek Rozanski",
7037
+ "github": "jrozanski"
7038
+ }
7039
+ ],
7040
+ "compatibility": {
7041
+ "nuxt": "^3.0.0",
7042
+ "requires": {}
7043
+ }
7044
+ },
6411
7045
  {
6412
7046
  "name": "windicss",
6413
7047
  "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-1ca101",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json",
6
6
  "files": [