@nuxt/modules 0.6.0-1893cf → 0.6.0-1c2704

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 +543 -111
  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",
@@ -736,10 +781,10 @@
736
781
  {
737
782
  "name": "cloudinary",
738
783
  "description": "Optimize images and videos in your Nuxt.js application",
739
- "repo": "nuxt-community/cloudinary-module",
784
+ "repo": "nuxt-modules/cloudinary",
740
785
  "npm": "@nuxtjs/cloudinary",
741
786
  "icon": "cloudinary.png",
742
- "github": "https://github.com/nuxt-community/cloudinary-module",
787
+ "github": "https://github.com/nuxt-modules/cloudinary",
743
788
  "website": "https://cloudinary.nuxtjs.org",
744
789
  "learn_more": "https://cloudinary.com",
745
790
  "category": "Images",
@@ -759,10 +804,10 @@
759
804
  {
760
805
  "name": "color-mode",
761
806
  "description": "Dark and Light mode for NuxtJS with auto detection",
762
- "repo": "nuxt-community/color-mode-module",
807
+ "repo": "nuxt-modules/color-mode",
763
808
  "npm": "@nuxtjs/color-mode",
764
809
  "icon": "color-mode.png",
765
- "github": "https://github.com/nuxt-community/color-mode-module",
810
+ "github": "https://github.com/nuxt-modules/color-mode",
766
811
  "website": "https://color-mode.nuxtjs.org",
767
812
  "learn_more": "",
768
813
  "category": "UI",
@@ -1093,7 +1138,7 @@
1093
1138
  {
1094
1139
  "name": "delay-hydration",
1095
1140
  "description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
1096
- "repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
1141
+ "repo": "harlan-zw/nuxt-delay-hydration",
1097
1142
  "npm": "nuxt-delay-hydration",
1098
1143
  "icon": "lighthouse.svg",
1099
1144
  "github": "https://github.com/harlan-zw/nuxt-delay-hydration",
@@ -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#main/packages/form-action-nuxt",
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",
@@ -1734,11 +1799,11 @@
1734
1799
  {
1735
1800
  "name": "google-fonts",
1736
1801
  "description": "Google Fonts module for NuxtJS",
1737
- "repo": "nuxt-community/google-fonts-module",
1802
+ "repo": "nuxt-modules/google-fonts",
1738
1803
  "npm": "@nuxtjs/google-fonts",
1739
1804
  "icon": "google-fonts.png",
1740
- "github": "https://github.com/nuxt-community/google-fonts-module",
1741
- "website": "https://github.com/nuxt-community/google-fonts-module",
1805
+ "github": "https://github.com/nuxt-modules/google-fonts",
1806
+ "website": "https://google-fonts.nuxtjs.org",
1742
1807
  "learn_more": "https://developers.google.com/fonts",
1743
1808
  "category": "Fonts",
1744
1809
  "type": "community",
@@ -1949,6 +2014,28 @@
1949
2014
  "requires": {}
1950
2015
  }
1951
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
+ },
1952
2039
  {
1953
2040
  "name": "harlem",
1954
2041
  "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
@@ -2184,11 +2271,11 @@
2184
2271
  {
2185
2272
  "name": "i18n",
2186
2273
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
2187
- "repo": "nuxt-community/i18n-module",
2274
+ "repo": "nuxt-modules/i18n",
2188
2275
  "npm": "@nuxtjs/i18n",
2189
2276
  "icon": "i18n.png",
2190
- "github": "https://github.com/nuxt-community/i18n-module",
2191
- "website": "https://i18n.nuxtjs.org",
2277
+ "github": "https://github.com/nuxt-modules/i18n",
2278
+ "website": "https://v8.i18n.nuxtjs.org",
2192
2279
  "learn_more": "https://kazupon.github.io/vue-i18n/",
2193
2280
  "category": "Extensions",
2194
2281
  "type": "community",
@@ -2697,6 +2784,32 @@
2697
2784
  "requires": {}
2698
2785
  }
2699
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
+ },
2700
2813
  {
2701
2814
  "name": "lunr",
2702
2815
  "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
@@ -3137,6 +3250,28 @@
3137
3250
  "requires": {}
3138
3251
  }
3139
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
+ },
3140
3275
  {
3141
3276
  "name": "nuxt-auth",
3142
3277
  "description": "",
@@ -3159,6 +3294,28 @@
3159
3294
  "requires": {}
3160
3295
  }
3161
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
+ },
3162
3319
  {
3163
3320
  "name": "nuxt-chatgpt",
3164
3321
  "description": "ChatGPT integration for Nuxt 3",
@@ -3181,6 +3338,28 @@
3181
3338
  "requires": {}
3182
3339
  }
3183
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
+ },
3184
3363
  {
3185
3364
  "name": "nuxt-graphql-middleware",
3186
3365
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -3278,28 +3457,6 @@
3278
3457
  }
3279
3458
  }
3280
3459
  },
3281
- {
3282
- "name": "nuxt-lazy-load",
3283
- "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",
3284
- "repo": "",
3285
- "npm": "nuxt-lazy-load",
3286
- "icon": "nuxt-lazy-load.svg",
3287
- "github": "",
3288
- "website": "https://gitlab.com/broj42/nuxt-lazy-load",
3289
- "learn_more": "https://gitlab.com/broj42/nuxt-lazy-load",
3290
- "category": "Performance",
3291
- "type": "3rd-party",
3292
- "maintainers": [
3293
- {
3294
- "name": "Dario Ferderber",
3295
- "github": "darioferderber"
3296
- }
3297
- ],
3298
- "compatibility": {
3299
- "nuxt": "^2.0.0 || ^3.0.0",
3300
- "requires": {}
3301
- }
3302
- },
3303
3460
  {
3304
3461
  "name": "nuxt-localtunnel",
3305
3462
  "description": "Exposes your Nuxt localhost to the world automatically.",
@@ -3397,7 +3554,7 @@
3397
3554
  "npm": "nuxt-mongoose",
3398
3555
  "icon": "nuxt-mongoose.svg",
3399
3556
  "github": "https://github.com/arashsheyda/nuxt-mongoose",
3400
- "website": "https://github.com/arashsheyda/nuxt-mongoose",
3557
+ "website": "https://nuxt-mongoose.nuxt.space",
3401
3558
  "learn_more": "",
3402
3559
  "category": "Database",
3403
3560
  "type": "3rd-party",
@@ -3435,6 +3592,28 @@
3435
3592
  "requires": {}
3436
3593
  }
3437
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
+ },
3438
3617
  {
3439
3618
  "name": "nuxt-pino-log",
3440
3619
  "description": "Structured logs for nuxt apps using pino",
@@ -3479,6 +3658,32 @@
3479
3658
  "requires": {}
3480
3659
  }
3481
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
+ },
3482
3687
  {
3483
3688
  "name": "nuxt-png-to-ico",
3484
3689
  "description": "Nuxt.js module for auto generating favicons",
@@ -3691,12 +3896,12 @@
3691
3896
  {
3692
3897
  "name": "nuxt-vue3-google-signin",
3693
3898
  "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
3694
- "repo": "syetalabs/nuxt-vue3-google-signin",
3899
+ "repo": "wavezync/nuxt-vue3-google-signin",
3695
3900
  "npm": "nuxt-vue3-google-signin",
3696
3901
  "icon": "vue3-google-signin.svg",
3697
- "github": "https://github.com/syetalabs/nuxt-vue3-google-signin",
3698
- "website": "https://vue3-google-signin.syetalabs.io",
3699
- "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",
3700
3905
  "category": "Libraries",
3701
3906
  "type": "3rd-party",
3702
3907
  "maintainers": [
@@ -3712,7 +3917,7 @@
3712
3917
  },
3713
3918
  {
3714
3919
  "name": "nuxt-vuetify",
3715
- "description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
3920
+ "description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
3716
3921
  "repo": "invictus-codes/nuxt-vuetify",
3717
3922
  "npm": "@invictus.codes/nuxt-vuetify",
3718
3923
  "icon": "vuetify-logo-v3-dark.svg",
@@ -3732,6 +3937,28 @@
3732
3937
  "requires": {}
3733
3938
  }
3734
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
+ },
3735
3962
  {
3736
3963
  "name": "nuxt7",
3737
3964
  "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
@@ -4284,6 +4511,28 @@
4284
4511
  "requires": {}
4285
4512
  }
4286
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.png",
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
+ },
4287
4536
  {
4288
4537
  "name": "recaptcha",
4289
4538
  "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
@@ -4354,11 +4603,11 @@
4354
4603
  {
4355
4604
  "name": "robots",
4356
4605
  "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
4357
- "repo": "nuxt-community/robots-module",
4606
+ "repo": "nuxt-modules/robots",
4358
4607
  "npm": "@nuxtjs/robots",
4359
4608
  "icon": "robots.png",
4360
- "github": "https://github.com/nuxt-community/robots-module",
4361
- "website": "https://github.com/nuxt-community/robots-module",
4609
+ "github": "https://github.com/nuxt-modules/robots",
4610
+ "website": "https://github.com/nuxt-modules/robots",
4362
4611
  "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
4363
4612
  "category": "SEO",
4364
4613
  "type": "community",
@@ -4564,7 +4813,7 @@
4564
4813
  "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
4565
4814
  "repo": "nuxt-community/sentry-module",
4566
4815
  "npm": "@nuxtjs/sentry",
4567
- "icon": "sentry.png",
4816
+ "icon": "sentry.svg",
4568
4817
  "github": "https://github.com/nuxt-community/sentry-module",
4569
4818
  "website": "https://sentry.nuxtjs.org/",
4570
4819
  "learn_more": "https://sentry.io/welcome/",
@@ -4671,6 +4920,29 @@
4671
4920
  "requires": {}
4672
4921
  }
4673
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
+ },
4674
4946
  {
4675
4947
  "name": "session",
4676
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",
@@ -5120,10 +5392,10 @@
5120
5392
  {
5121
5393
  "name": "strapi",
5122
5394
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
5123
- "repo": "nuxt-community/strapi-module",
5395
+ "repo": "nuxt-modules/strapi",
5124
5396
  "npm": "@nuxtjs/strapi",
5125
5397
  "icon": "strapi.png",
5126
- "github": "https://github.com/nuxt-community/strapi-module",
5398
+ "github": "https://github.com/nuxt-modules/strapi",
5127
5399
  "website": "https://strapi.nuxtjs.org",
5128
5400
  "learn_more": "https://strapi.io/",
5129
5401
  "category": "CMS",
@@ -5147,6 +5419,32 @@
5147
5419
  }
5148
5420
  }
5149
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
+ },
5150
5448
  {
5151
5449
  "name": "stripe",
5152
5450
  "description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
@@ -5240,10 +5538,10 @@
5240
5538
  {
5241
5539
  "name": "supabase",
5242
5540
  "description": "First class integration with Supabase",
5243
- "repo": "nuxt-community/supabase-module",
5541
+ "repo": "nuxt-modules/supabase",
5244
5542
  "npm": "@nuxtjs/supabase",
5245
5543
  "icon": "supabase.png",
5246
- "github": "https://github.com/nuxt-community/supabase-module",
5544
+ "github": "https://github.com/nuxt-modules/supabase",
5247
5545
  "website": "https://supabase.nuxtjs.org",
5248
5546
  "learn_more": "https://supabase.com",
5249
5547
  "category": "Database",
@@ -5407,10 +5705,10 @@
5407
5705
  {
5408
5706
  "name": "tailwindcss",
5409
5707
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5410
- "repo": "nuxt-community/tailwindcss-module",
5708
+ "repo": "nuxt-modules/tailwindcss-module",
5411
5709
  "npm": "@nuxtjs/tailwindcss",
5412
5710
  "icon": "tailwindcss.png",
5413
- "github": "https://github.com/nuxt-community/tailwindcss-module",
5711
+ "github": "https://github.com/nuxt-modules/tailwindcss-module",
5414
5712
  "website": "https://tailwindcss.nuxtjs.org",
5415
5713
  "learn_more": "https://tailwindcss.com/",
5416
5714
  "category": "UI",
@@ -5420,6 +5718,10 @@
5420
5718
  "name": "Sébastien Chopin",
5421
5719
  "github": "Atinux",
5422
5720
  "twitter": "Atinux"
5721
+ },
5722
+ {
5723
+ "name": "Inesh Bose",
5724
+ "github": "ineshbose"
5423
5725
  }
5424
5726
  ],
5425
5727
  "compatibility": {
@@ -5450,6 +5752,28 @@
5450
5752
  "requires": {}
5451
5753
  }
5452
5754
  },
5755
+ {
5756
+ "name": "time",
5757
+ "description": "Safely render local dates and times on the server with Nuxt",
5758
+ "repo": "danielroe/nuxt-time",
5759
+ "npm": "nuxt-time",
5760
+ "icon": "",
5761
+ "github": "https://github.com/danielroe/nuxt-time",
5762
+ "website": "https://github.com/danielroe/nuxt-time",
5763
+ "learn_more": "",
5764
+ "category": "Extensions",
5765
+ "type": "3rd-party",
5766
+ "maintainers": [
5767
+ {
5768
+ "name": "danielroe",
5769
+ "github": "danielroe"
5770
+ }
5771
+ ],
5772
+ "compatibility": {
5773
+ "nuxt": "^3.0.0",
5774
+ "requires": {}
5775
+ }
5776
+ },
5453
5777
  {
5454
5778
  "name": "toast",
5455
5779
  "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
@@ -5473,6 +5797,39 @@
5473
5797
  "requires": {}
5474
5798
  }
5475
5799
  },
5800
+ {
5801
+ "name": "tresjs",
5802
+ "description": "Create 3D experiences in your Nuxt application using TresJS.",
5803
+ "repo": "tresjs/nuxt",
5804
+ "npm": "@tresjs/nuxt",
5805
+ "icon": "tresjs.svg",
5806
+ "github": "https://github.com/Tresjs/nuxt",
5807
+ "website": "https://tresjs.org/guide/nuxt.html",
5808
+ "learn_more": "https://tresjs.org/",
5809
+ "category": "Libraries",
5810
+ "type": "3rd-party",
5811
+ "maintainers": [
5812
+ {
5813
+ "name": "Alvaro Saburido",
5814
+ "github": "alvarosabu",
5815
+ "twitter": "alvarosabu"
5816
+ },
5817
+ {
5818
+ "name": "Jaime Torrealba",
5819
+ "github": "JaimeTorrealba",
5820
+ "twitter": "jaimebboyjt"
5821
+ },
5822
+ {
5823
+ "name": "Tino Koch",
5824
+ "github": "Tinoooo",
5825
+ "twitter": "ichbintino"
5826
+ }
5827
+ ],
5828
+ "compatibility": {
5829
+ "nuxt": "^3.0.0",
5830
+ "requires": {}
5831
+ }
5832
+ },
5476
5833
  {
5477
5834
  "name": "turnstile",
5478
5835
  "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
@@ -5859,6 +6216,30 @@
5859
6216
  "requires": {}
5860
6217
  }
5861
6218
  },
6219
+ {
6220
+ "name": "use-wagmi",
6221
+ "description": "Vue Composition for Ethereum based on wagmi",
6222
+ "repo": "unicape/use-wagmi#main/packages/nuxt",
6223
+ "npm": "@use-wagmi/nuxt",
6224
+ "icon": "use-wagmi.png",
6225
+ "github": "https://github.com/unicape/use-wagmi",
6226
+ "website": "https://github.com/unicape/use-wagmi",
6227
+ "learn_more": "https://github.com/unicape/use-wagmi",
6228
+ "category": "Extensions",
6229
+ "type": "3rd-party",
6230
+ "maintainers": [
6231
+ {
6232
+ "name": "Unic Ape",
6233
+ "github": "unicape"
6234
+ }
6235
+ ],
6236
+ "compatibility": {
6237
+ "nuxt": "^2.0.0 || ^3.0.0",
6238
+ "requires": {
6239
+ "bridge": true
6240
+ }
6241
+ }
6242
+ },
5862
6243
  {
5863
6244
  "name": "user-agent",
5864
6245
  "description": "Nuxt.js module for handling User-Agent.",
@@ -5951,6 +6332,28 @@
5951
6332
  }
5952
6333
  }
5953
6334
  },
6335
+ {
6336
+ "name": "vcalendar",
6337
+ "description": "VCalendar module for Nuxt",
6338
+ "repo": "samk-dev/nuxt-vcalendar",
6339
+ "npm": "@samk-dev/nuxt-vcalendar",
6340
+ "icon": "vcalendar.png",
6341
+ "github": "https://github.com/samk-dev/vcalendar",
6342
+ "website": "https://github.com/samk-dev/vcalendar",
6343
+ "learn_more": "",
6344
+ "category": "Libraries",
6345
+ "type": "3rd-party",
6346
+ "maintainers": [
6347
+ {
6348
+ "name": "Sam K",
6349
+ "github": "samk-dev"
6350
+ }
6351
+ ],
6352
+ "compatibility": {
6353
+ "nuxt": "^3.0.0",
6354
+ "requires": {}
6355
+ }
6356
+ },
5954
6357
  {
5955
6358
  "name": "vee-validate",
5956
6359
  "description": "Painless Vue forms for Nuxt.js",
@@ -6072,13 +6475,13 @@
6072
6475
  {
6073
6476
  "name": "vitest",
6074
6477
  "description": "Vitest integration with Nuxt",
6075
- "repo": "danielroe/nuxt-vitest#main",
6478
+ "repo": "danielroe/nuxt-vitest",
6076
6479
  "npm": "nuxt-vitest",
6077
6480
  "icon": "vitest.svg",
6078
6481
  "github": "https://github.com/danielroe/nuxt-vitest",
6079
6482
  "website": "https://github.com/danielroe/nuxt-vitest",
6080
6483
  "learn_more": "",
6081
- "category": "Extensions",
6484
+ "category": "Devtools",
6082
6485
  "type": "3rd-party",
6083
6486
  "maintainers": [
6084
6487
  {
@@ -6095,6 +6498,36 @@
6095
6498
  "requires": {}
6096
6499
  }
6097
6500
  },
6501
+ {
6502
+ "name": "vue-email",
6503
+ "description": "Write email templates with vue",
6504
+ "repo": "Dave136/vue-email#main/packages/vue-email",
6505
+ "npm": "vue-email",
6506
+ "icon": "vue-email.svg",
6507
+ "github": "https://github.com/Dave136/vue-email",
6508
+ "website": "https://vue-email.vercel.app/",
6509
+ "learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
6510
+ "category": "UI",
6511
+ "type": "3rd-party",
6512
+ "maintainers": [
6513
+ {
6514
+ "name": "David Arenas",
6515
+ "github": "Dave136",
6516
+ "twitter": "davejs4",
6517
+ "avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
6518
+ },
6519
+ {
6520
+ "name": "Younes Barrad",
6521
+ "github": "Flowko",
6522
+ "twitter": "imflowko",
6523
+ "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
6524
+ }
6525
+ ],
6526
+ "compatibility": {
6527
+ "nuxt": "^3.0.0",
6528
+ "requires": {}
6529
+ }
6530
+ },
6098
6531
  {
6099
6532
  "name": "vue-macros",
6100
6533
  "description": "Explore more macros and syntax sugar to Vue.",
@@ -6189,7 +6622,7 @@
6189
6622
  {
6190
6623
  "name": "vue-query",
6191
6624
  "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
6192
- "repo": "Hebilicious/vue-query-nuxt#main",
6625
+ "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
6193
6626
  "npm": "@hebilicious/vue-query-nuxt",
6194
6627
  "icon": "vue-query.svg",
6195
6628
  "github": "https://github.com/Hebilicious/vue-query-nuxt",
@@ -6279,6 +6712,29 @@
6279
6712
  "requires": {}
6280
6713
  }
6281
6714
  },
6715
+ {
6716
+ "name": "vue3-carousel-nuxt",
6717
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
6718
+ "repo": "gaetansenn/vue3-carousel-nuxt",
6719
+ "npm": "vue3-carousel-nuxt",
6720
+ "icon": "",
6721
+ "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
6722
+ "website": "",
6723
+ "learn_more": "",
6724
+ "category": "UI",
6725
+ "type": "3rd-party",
6726
+ "maintainers": [
6727
+ {
6728
+ "name": "Gaetan SENN",
6729
+ "github": "gaetansenn",
6730
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
6731
+ }
6732
+ ],
6733
+ "compatibility": {
6734
+ "nuxt": "^3.0.0",
6735
+ "requires": {}
6736
+ }
6737
+ },
6282
6738
  {
6283
6739
  "name": "vuefire",
6284
6740
  "description": "Idiomatic composables for the Firebase SDK",
@@ -6323,6 +6779,28 @@
6323
6779
  "requires": {}
6324
6780
  }
6325
6781
  },
6782
+ {
6783
+ "name": "vuetify-nuxt-module",
6784
+ "description": "Zero-config Nuxt Module for Vuetify.",
6785
+ "repo": "userquin/vuetify-nuxt-module",
6786
+ "npm": "vuetify-nuxt-module",
6787
+ "icon": "vuetify-logo-v3-dark.svg",
6788
+ "github": "https://github.com/userquin/vuetify-nuxt-module",
6789
+ "website": "https://github.com/userquin/vuetify-nuxt-module",
6790
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
6791
+ "category": "UI",
6792
+ "type": "3rd-party",
6793
+ "maintainers": [
6794
+ {
6795
+ "name": "Joaquín Sánchez",
6796
+ "github": "userquin"
6797
+ }
6798
+ ],
6799
+ "compatibility": {
6800
+ "nuxt": "^3.0.0",
6801
+ "requires": {}
6802
+ }
6803
+ },
6326
6804
  {
6327
6805
  "name": "vuetify",
6328
6806
  "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
@@ -6423,11 +6901,11 @@
6423
6901
  {
6424
6902
  "name": "web-vitals",
6425
6903
  "description": "Web Vitals for Nuxt",
6426
- "repo": "nuxt-community/web-vitals-module",
6904
+ "repo": "nuxt-modules/web-vitals",
6427
6905
  "npm": "@nuxtjs/web-vitals",
6428
6906
  "icon": "web-vitals.png",
6429
- "github": "https://github.com/nuxt-community/web-vitals-module",
6430
- "website": "https://github.com/nuxt-community/web-vitals-module",
6907
+ "github": "https://github.com/nuxt-modules/web-vitals",
6908
+ "website": "https://github.com/nuxt-modules/web-vitals",
6431
6909
  "learn_more": "",
6432
6910
  "category": "Performance",
6433
6911
  "type": "community",
@@ -6759,52 +7237,6 @@
6759
7237
  "requires": {}
6760
7238
  }
6761
7239
  },
6762
- {
6763
- "name": "yandex-metrika-next",
6764
- "description": "Yandex Metrika integration for Nuxt",
6765
- "repo": "artmizu/yandex-metrika-nuxt",
6766
- "npm": "@artmizu/yandex-metrika-nuxt",
6767
- "icon": "yandex-metrika.svg",
6768
- "github": "https://github.com/artmizu/yandex-metrika-nuxt",
6769
- "website": "https://github.com/artmizu/yandex-metrika-nuxt",
6770
- "learn_more": "",
6771
- "category": "Analytics",
6772
- "type": "3rd-party",
6773
- "maintainers": [
6774
- {
6775
- "name": "Aleksandr Saburov",
6776
- "github": "artmizu",
6777
- "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
6778
- }
6779
- ],
6780
- "compatibility": {
6781
- "nuxt": "^3.0.0",
6782
- "requires": {}
6783
- }
6784
- },
6785
- {
6786
- "name": "yandex-metrika",
6787
- "description": "Yandex metrika Module for Nuxt.js",
6788
- "repo": "nuxt-community/yandex-metrika-module",
6789
- "npm": "@nuxtjs/yandex-metrika",
6790
- "icon": "",
6791
- "github": "https://github.com/nuxt-community/yandex-metrika-module",
6792
- "website": "https://github.com/nuxt-community/yandex-metrika-module",
6793
- "learn_more": "https://metrica.yandex.com/about",
6794
- "category": "Analytics",
6795
- "type": "community",
6796
- "maintainers": [
6797
- {
6798
- "name": "Pooya Parsa",
6799
- "github": "pi0",
6800
- "twitter": "_pi0_"
6801
- }
6802
- ],
6803
- "compatibility": {
6804
- "nuxt": "^2.0.0",
6805
- "requires": {}
6806
- }
6807
- },
6808
7240
  {
6809
7241
  "name": "zendesk",
6810
7242
  "description": "Nuxt.js module for Zendesk",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-1893cf",
3
+ "version": "0.6.0-1c2704",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json",
6
6
  "files": [