@nuxt/modules 0.6.0-e0bae3 → 0.6.0-e618b0

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 +676 -19
  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",
@@ -262,6 +286,29 @@
262
286
  "requires": {}
263
287
  }
264
288
  },
289
+ {
290
+ "name": "ark-ui",
291
+ "description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
292
+ "repo": "iamdin/nuxt-ark-ui",
293
+ "npm": "nuxt-ark-ui",
294
+ "icon": "ark-ui.svg",
295
+ "github": "https://github.com/iamdin/nuxt-ark-ui",
296
+ "website": "https://ark-ui.com/",
297
+ "learn_more": "https://github.com/iamdin/nuxt-ark-ui",
298
+ "category": "UI",
299
+ "type": "3rd-party",
300
+ "maintainers": [
301
+ {
302
+ "name": "Din",
303
+ "github": "iamdin",
304
+ "twitter": "iamdinq"
305
+ }
306
+ ],
307
+ "compatibility": {
308
+ "nuxt": "^3.0.0",
309
+ "requires": {}
310
+ }
311
+ },
265
312
  {
266
313
  "name": "auth",
267
314
  "description": "Zero-boilerplate authentication support for Nuxt.js.",
@@ -289,6 +336,29 @@
289
336
  "requires": {}
290
337
  }
291
338
  },
339
+ {
340
+ "name": "authjs",
341
+ "description": "Auth.js authentication Nuxt module. Edge compatible.",
342
+ "repo": "Hebilicious/authjs-nuxt#main",
343
+ "npm": "@hebilicious/authjs-nuxt",
344
+ "icon": "authjs.png",
345
+ "github": "https://github.com/Hebilicious/authjs-nuxt",
346
+ "website": "https://authjs-nuxt.pages.dev/",
347
+ "learn_more": "https://authjs.dev/",
348
+ "category": "Security",
349
+ "type": "3rd-party",
350
+ "maintainers": [
351
+ {
352
+ "name": "Hebilicious",
353
+ "github": "Hebilicious",
354
+ "twitter": "its_hebilicious"
355
+ }
356
+ ],
357
+ "compatibility": {
358
+ "nuxt": "^3.0.0",
359
+ "requires": {}
360
+ }
361
+ },
292
362
  {
293
363
  "name": "axios",
294
364
  "description": "Secure and easy Axios module with Nuxt.js",
@@ -526,6 +596,28 @@
526
596
  "requires": {}
527
597
  }
528
598
  },
599
+ {
600
+ "name": "capo",
601
+ "description": "Capo.js implementation for Nuxt 3",
602
+ "repo": "danielroe/nuxt-capo",
603
+ "npm": "nuxt-capo",
604
+ "icon": "",
605
+ "github": "https://github.com/danielroe/nuxt-capo",
606
+ "website": "https://github.com/danielroe/nuxt-capo",
607
+ "learn_more": "",
608
+ "category": "Performance",
609
+ "type": "3rd-party",
610
+ "maintainers": [
611
+ {
612
+ "name": "danielroe",
613
+ "github": "danielroe"
614
+ }
615
+ ],
616
+ "compatibility": {
617
+ "nuxt": "^3.0.0",
618
+ "requires": {}
619
+ }
620
+ },
529
621
  {
530
622
  "name": "chakra-ui",
531
623
  "description": "Chakra UI Module for Nuxt.js",
@@ -592,6 +684,29 @@
592
684
  "requires": {}
593
685
  }
594
686
  },
687
+ {
688
+ "name": "clarity-analytics",
689
+ "description": "Clarity Analytics Module for Nuxt",
690
+ "repo": "Barbapapazes/nuxt-clarity-analytics",
691
+ "npm": "nuxt-clarity-analytics",
692
+ "icon": "",
693
+ "github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
694
+ "website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
695
+ "learn_more": "https://clarity.microsoft.com/",
696
+ "category": "Analytics",
697
+ "type": "3rd-party",
698
+ "maintainers": [
699
+ {
700
+ "name": "Barbapapazes",
701
+ "github": "Barbapapazes",
702
+ "twitter": "soubiran_"
703
+ }
704
+ ],
705
+ "compatibility": {
706
+ "nuxt": "^3.0.0",
707
+ "requires": {}
708
+ }
709
+ },
595
710
  {
596
711
  "name": "client-init",
597
712
  "description": "Provide client version of `nuxtServerInit`.",
@@ -785,7 +900,7 @@
785
900
  "description": "Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.",
786
901
  "repo": "nuxt/content#main",
787
902
  "npm": "@nuxt/content",
788
- "icon": "nuxt.png",
903
+ "icon": "nuxt.svg",
789
904
  "github": "https://github.com/nuxt/content",
790
905
  "website": "https://content.nuxtjs.org",
791
906
  "learn_more": "",
@@ -1068,9 +1183,9 @@
1068
1183
  {
1069
1184
  "name": "devtools",
1070
1185
  "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1071
- "repo": "nuxt/devtools#main",
1186
+ "repo": "nuxt/devtools#main/packages/devtools",
1072
1187
  "npm": "@nuxt/devtools",
1073
- "icon": "nuxt.png",
1188
+ "icon": "nuxt.svg",
1074
1189
  "github": "https://github.com/nuxt/devtools",
1075
1190
  "website": "https://devtools.nuxtjs.org/",
1076
1191
  "learn_more": "",
@@ -1113,6 +1228,28 @@
1113
1228
  }
1114
1229
  }
1115
1230
  },
1231
+ {
1232
+ "name": "disqus",
1233
+ "description": "Disqus for Nuxt 3",
1234
+ "repo": "modbender/nuxt-disqus",
1235
+ "npm": "nuxt-disqus",
1236
+ "icon": "disqus.svg",
1237
+ "github": "https://github.com/modbender/nuxt-disqus",
1238
+ "website": "https://github.com/modbender/nuxt-disqus",
1239
+ "learn_more": "https://github.com/modbender/vue3-disqus",
1240
+ "category": "Libraries",
1241
+ "type": "3rd-party",
1242
+ "maintainers": [
1243
+ {
1244
+ "name": "modbender",
1245
+ "github": "modbender"
1246
+ }
1247
+ ],
1248
+ "compatibility": {
1249
+ "nuxt": "^3.0.0",
1250
+ "requires": {}
1251
+ }
1252
+ },
1116
1253
  {
1117
1254
  "name": "dotenv",
1118
1255
  "description": "A Nuxt.js module that loads your .env file into your context options",
@@ -1508,6 +1645,29 @@
1508
1645
  "requires": {}
1509
1646
  }
1510
1647
  },
1648
+ {
1649
+ "name": "form-actions",
1650
+ "description": "A set of features and composables to interact with forms and server data.",
1651
+ "repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt#main",
1652
+ "npm": "@hebilicious/form-actions-nuxt",
1653
+ "icon": "form-actions.svg",
1654
+ "github": "https://github.com/Hebilicious/form-actions-nuxt",
1655
+ "website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1656
+ "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1657
+ "category": "Request",
1658
+ "type": "3rd-party",
1659
+ "maintainers": [
1660
+ {
1661
+ "name": "Hebilicious",
1662
+ "github": "Hebilicious",
1663
+ "twitter": "its_hebilicious"
1664
+ }
1665
+ ],
1666
+ "compatibility": {
1667
+ "nuxt": "^3.0.0",
1668
+ "requires": {}
1669
+ }
1670
+ },
1511
1671
  {
1512
1672
  "name": "formkit",
1513
1673
  "description": "Seamless FormKit integration for Nuxt",
@@ -1856,6 +2016,28 @@
1856
2016
  "requires": {}
1857
2017
  }
1858
2018
  },
2019
+ {
2020
+ "name": "hanko",
2021
+ "description": "Hanko integration for Nuxt for passwordless authentication",
2022
+ "repo": "nuxt-modules/hanko",
2023
+ "npm": "@nuxtjs/hanko",
2024
+ "icon": "hanko.svg",
2025
+ "github": "https://github.com/nuxt-modules/hanko",
2026
+ "website": "https://github.com/nuxt-modules/hanko",
2027
+ "learn_more": "https://hanko.io/",
2028
+ "category": "Security",
2029
+ "type": "community",
2030
+ "maintainers": [
2031
+ {
2032
+ "name": "danielroe",
2033
+ "github": "danielroe"
2034
+ }
2035
+ ],
2036
+ "compatibility": {
2037
+ "nuxt": "^3.0.0",
2038
+ "requires": {}
2039
+ }
2040
+ },
1859
2041
  {
1860
2042
  "name": "harlem",
1861
2043
  "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
@@ -2114,6 +2296,28 @@
2114
2296
  "requires": {}
2115
2297
  }
2116
2298
  },
2299
+ {
2300
+ "name": "icon-font",
2301
+ "description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
2302
+ "repo": "coremyslo/nuxt-icon-font",
2303
+ "npm": "@coremyslo/nuxt-icon-font",
2304
+ "icon": "",
2305
+ "github": "https://github.com/coremyslo/nuxt-icon-font",
2306
+ "website": "https://github.com/coremyslo/nuxt-icon-font",
2307
+ "learn_more": "",
2308
+ "category": "UI",
2309
+ "type": "3rd-party",
2310
+ "maintainers": [
2311
+ {
2312
+ "name": "coremyslo",
2313
+ "github": "coremyslo"
2314
+ }
2315
+ ],
2316
+ "compatibility": {
2317
+ "nuxt": "^3.0.0",
2318
+ "requires": {}
2319
+ }
2320
+ },
2117
2321
  {
2118
2322
  "name": "icon",
2119
2323
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2240,12 +2444,12 @@
2240
2444
  {
2241
2445
  "name": "inkline",
2242
2446
  "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",
2447
+ "repo": "inkline/plugin",
2448
+ "npm": "@inkline/plugin",
2245
2449
  "icon": "inkline.svg",
2246
- "github": "https://github.com/inkline/nuxt-module-inkline",
2450
+ "github": "https://github.com/inkline/plugin",
2247
2451
  "website": "https://inkline.io",
2248
- "learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
2452
+ "learn_more": "https://inkline.io/docs/installation/nuxt",
2249
2453
  "category": "UI",
2250
2454
  "type": "3rd-party",
2251
2455
  "maintainers": [
@@ -3000,6 +3204,50 @@
3000
3204
  "requires": {}
3001
3205
  }
3002
3206
  },
3207
+ {
3208
+ "name": "nupolyon",
3209
+ "description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
3210
+ "repo": "adenvt/nupolyon",
3211
+ "npm": "nupolyon",
3212
+ "icon": "",
3213
+ "github": "https://github.com/adenvt/nupolyon",
3214
+ "website": "https://github.com/adenvt/nupolyon",
3215
+ "learn_more": "",
3216
+ "category": "Performance",
3217
+ "type": "3rd-party",
3218
+ "maintainers": [
3219
+ {
3220
+ "name": "adenvt",
3221
+ "github": "adenvt"
3222
+ }
3223
+ ],
3224
+ "compatibility": {
3225
+ "nuxt": "^3.0.0",
3226
+ "requires": {}
3227
+ }
3228
+ },
3229
+ {
3230
+ "name": "nuxt-anchorscroll",
3231
+ "description": "Scroll to top and to anchor support for Nuxt",
3232
+ "repo": "helltraitor/nuxt-anchorscroll",
3233
+ "npm": "nuxt-anchorscroll",
3234
+ "icon": "",
3235
+ "github": "https://github.com/helltraitor/nuxt-anchorscroll",
3236
+ "website": "https://github.com/helltraitor/nuxt-anchorscroll",
3237
+ "learn_more": "",
3238
+ "category": "UI",
3239
+ "type": "3rd-party",
3240
+ "maintainers": [
3241
+ {
3242
+ "name": "Helltraitor",
3243
+ "github": "helltraitor"
3244
+ }
3245
+ ],
3246
+ "compatibility": {
3247
+ "nuxt": "^3.0.0",
3248
+ "requires": {}
3249
+ }
3250
+ },
3003
3251
  {
3004
3252
  "name": "nuxt-auth",
3005
3253
  "description": "",
@@ -3095,6 +3343,28 @@
3095
3343
  "requires": {}
3096
3344
  }
3097
3345
  },
3346
+ {
3347
+ "name": "nuxt-gtm",
3348
+ "description": "A Nuxt.js module for Google Tag Manager",
3349
+ "repo": "zadigetvoltaire/nuxt-gtm",
3350
+ "npm": "@zadigetvoltaire/nuxt-gtm",
3351
+ "icon": "nuxt-gtm.svg",
3352
+ "github": "https://github.com/zadigetvoltaire/nuxt-gtm",
3353
+ "website": "https://github.com/zadigetvoltaire/nuxt-gtm",
3354
+ "learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
3355
+ "category": "Analytics",
3356
+ "type": "3rd-party",
3357
+ "maintainers": [
3358
+ {
3359
+ "name": "Zadig&Voltaire Team",
3360
+ "github": "https://github.com/zadigetvoltaire"
3361
+ }
3362
+ ],
3363
+ "compatibility": {
3364
+ "nuxt": "^3.0.0",
3365
+ "requires": {}
3366
+ }
3367
+ },
3098
3368
  {
3099
3369
  "name": "nuxt-hue",
3100
3370
  "description": "Enlighten your Nuxt experience",
@@ -3216,7 +3486,7 @@
3216
3486
  "npm": "nuxt-mongoose",
3217
3487
  "icon": "nuxt-mongoose.svg",
3218
3488
  "github": "https://github.com/arashsheyda/nuxt-mongoose",
3219
- "website": "https://github.com/arashsheyda/nuxt-mongoose",
3489
+ "website": "https://nuxt-mongoose.nuxt.space",
3220
3490
  "learn_more": "",
3221
3491
  "category": "Database",
3222
3492
  "type": "3rd-party",
@@ -3254,6 +3524,28 @@
3254
3524
  "requires": {}
3255
3525
  }
3256
3526
  },
3527
+ {
3528
+ "name": "nuxt-phosphor-icons",
3529
+ "description": "Just a simple integration for @phosphor-icons in Nuxt",
3530
+ "repo": "OyewoleOyedeji/nuxt-phosphor-icons",
3531
+ "npm": "nuxt-phosphor-icons",
3532
+ "icon": "phosphor-icons.svg",
3533
+ "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3534
+ "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3535
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3536
+ "category": "UI",
3537
+ "type": "3rd-party",
3538
+ "maintainers": [
3539
+ {
3540
+ "name": "OyewoleOyedeji",
3541
+ "github": "OyewoleOyedeji"
3542
+ }
3543
+ ],
3544
+ "compatibility": {
3545
+ "nuxt": "^3.0.0",
3546
+ "requires": {}
3547
+ }
3548
+ },
3257
3549
  {
3258
3550
  "name": "nuxt-pino-log",
3259
3551
  "description": "Structured logs for nuxt apps using pino",
@@ -3298,6 +3590,32 @@
3298
3590
  "requires": {}
3299
3591
  }
3300
3592
  },
3593
+ {
3594
+ "name": "nuxt-plotly",
3595
+ "description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
3596
+ "repo": "superdev-tech/nuxt-plotly",
3597
+ "npm": "nuxt-plotly",
3598
+ "icon": "nuxt-plotly.svg",
3599
+ "github": "https://github.com/superdev-tech/nuxt-plotly",
3600
+ "website": "https://github.com/superdev-tech/nuxt-plotly",
3601
+ "learn_more": "https://www.npmjs.com/package/nuxt-plotly",
3602
+ "category": "Libraries",
3603
+ "type": "3rd-party",
3604
+ "maintainers": [
3605
+ {
3606
+ "name": "Supanut Dokmaithong",
3607
+ "github": "Boomgeek"
3608
+ },
3609
+ {
3610
+ "name": "superdev-tech",
3611
+ "github": "superdev-tech"
3612
+ }
3613
+ ],
3614
+ "compatibility": {
3615
+ "nuxt": "^3.0.0",
3616
+ "requires": {}
3617
+ }
3618
+ },
3301
3619
  {
3302
3620
  "name": "nuxt-png-to-ico",
3303
3621
  "description": "Nuxt.js module for auto generating favicons",
@@ -3510,12 +3828,12 @@
3510
3828
  {
3511
3829
  "name": "nuxt-vue3-google-signin",
3512
3830
  "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
3513
- "repo": "syetalabs/nuxt-vue3-google-signin",
3831
+ "repo": "wavezync/nuxt-vue3-google-signin",
3514
3832
  "npm": "nuxt-vue3-google-signin",
3515
3833
  "icon": "vue3-google-signin.svg",
3516
- "github": "https://github.com/syetalabs/nuxt-vue3-google-signin",
3517
- "website": "https://vue3-google-signin.syetalabs.io",
3518
- "learn_more": "https://vue3-google-signin.syetalabs.io",
3834
+ "github": "https://github.com/wavezync/nuxt-vue3-google-signin",
3835
+ "website": "https://vue3-google-signin.wavezync.com",
3836
+ "learn_more": "https://vue3-google-signin.wavezync.com",
3519
3837
  "category": "Libraries",
3520
3838
  "type": "3rd-party",
3521
3839
  "maintainers": [
@@ -3531,7 +3849,7 @@
3531
3849
  },
3532
3850
  {
3533
3851
  "name": "nuxt-vuetify",
3534
- "description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
3852
+ "description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
3535
3853
  "repo": "invictus-codes/nuxt-vuetify",
3536
3854
  "npm": "@invictus.codes/nuxt-vuetify",
3537
3855
  "icon": "vuetify-logo-v3-dark.svg",
@@ -3551,6 +3869,28 @@
3551
3869
  "requires": {}
3552
3870
  }
3553
3871
  },
3872
+ {
3873
+ "name": "nuxt3-leaflet",
3874
+ "description": "Leaflet integration with Nuxt",
3875
+ "repo": "Gugustinette/Nuxt-Leaflet",
3876
+ "npm": "nuxt3-leaflet",
3877
+ "icon": "leaflet.png",
3878
+ "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
3879
+ "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
3880
+ "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
3881
+ "category": "Libraries",
3882
+ "type": "3rd-party",
3883
+ "maintainers": [
3884
+ {
3885
+ "name": "Augustin MERCIER",
3886
+ "github": "Gugustinette"
3887
+ }
3888
+ ],
3889
+ "compatibility": {
3890
+ "nuxt": "^3.0.0",
3891
+ "requires": {}
3892
+ }
3893
+ },
3554
3894
  {
3555
3895
  "name": "nuxt7",
3556
3896
  "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
@@ -3574,6 +3914,29 @@
3574
3914
  "requires": {}
3575
3915
  }
3576
3916
  },
3917
+ {
3918
+ "name": "nuxtlabs-ui",
3919
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
3920
+ "repo": "nuxtlabs/ui",
3921
+ "npm": "@nuxthq/ui",
3922
+ "icon": "nuxtlabs-ui.svg",
3923
+ "github": "https://github.com/nuxtlabs/ui",
3924
+ "website": "https://ui.nuxtlabs.com",
3925
+ "learn_more": "https://ui.nuxtlabs.com",
3926
+ "category": "UI",
3927
+ "type": "3rd-party",
3928
+ "maintainers": [
3929
+ {
3930
+ "name": "Benjamin Canac",
3931
+ "github": "benjamincanac",
3932
+ "twitter": "benjamincanac"
3933
+ }
3934
+ ],
3935
+ "compatibility": {
3936
+ "nuxt": "^3.0.0",
3937
+ "requires": {}
3938
+ }
3939
+ },
3577
3940
  {
3578
3941
  "name": "og-image",
3579
3942
  "description": "Easily generate dynamic social share images.",
@@ -4080,6 +4443,28 @@
4080
4443
  "requires": {}
4081
4444
  }
4082
4445
  },
4446
+ {
4447
+ "name": "radash",
4448
+ "description": "radash module with auto-import and custom prefix",
4449
+ "repo": "bbg/nuxt-radash",
4450
+ "npm": "nuxt-radash",
4451
+ "icon": "radash.svg",
4452
+ "github": "https://github.com/bbg/nuxt-radash",
4453
+ "website": "https://github.com/bbg/nuxt-radash#readme",
4454
+ "learn_more": "https://github.com/rayepps/radash/",
4455
+ "category": "Libraries",
4456
+ "type": "3rd-party",
4457
+ "maintainers": [
4458
+ {
4459
+ "name": "Batuhan Göksu",
4460
+ "github": "bbg"
4461
+ }
4462
+ ],
4463
+ "compatibility": {
4464
+ "nuxt": "^3.0.0",
4465
+ "requires": {}
4466
+ }
4467
+ },
4083
4468
  {
4084
4469
  "name": "recaptcha",
4085
4470
  "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
@@ -4467,6 +4852,29 @@
4467
4852
  "requires": {}
4468
4853
  }
4469
4854
  },
4855
+ {
4856
+ "name": "server-block",
4857
+ "description": "Use <server> tags in your Nuxt pages components.",
4858
+ "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
4859
+ "npm": "@hebilicious/server-block-nuxt",
4860
+ "icon": "server-block.svg",
4861
+ "github": "https://github.com/Hebilicious/server-block-nuxt",
4862
+ "website": "https://github.com/Hebilicious/server-block-nuxt#readme",
4863
+ "learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
4864
+ "category": "Extensions",
4865
+ "type": "3rd-party",
4866
+ "maintainers": [
4867
+ {
4868
+ "name": "Hebilicious",
4869
+ "github": "Hebilicious",
4870
+ "twitter": "its_hebilicious"
4871
+ }
4872
+ ],
4873
+ "compatibility": {
4874
+ "nuxt": "^3.0.0",
4875
+ "requires": {}
4876
+ }
4877
+ },
4470
4878
  {
4471
4879
  "name": "session",
4472
4880
  "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",
@@ -4943,6 +5351,32 @@
4943
5351
  }
4944
5352
  }
4945
5353
  },
5354
+ {
5355
+ "name": "stripe-next",
5356
+ "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.",
5357
+ "repo": "fuentesloic/nuxt-stripe",
5358
+ "npm": "@unlok-co/nuxt-stripe",
5359
+ "icon": "stripe.png",
5360
+ "github": "https://github.com/fuentesloic/nuxt-stripe",
5361
+ "website": "https://github.com/fuentesloic/nuxt-stripe",
5362
+ "learn_more": "https://stripe.com/docs",
5363
+ "category": "Payment",
5364
+ "type": "3rd-party",
5365
+ "maintainers": [
5366
+ {
5367
+ "name": "Loic Fuentes",
5368
+ "github": "fuentesloic"
5369
+ },
5370
+ {
5371
+ "name": "Florent Giraud",
5372
+ "github": "flozero"
5373
+ }
5374
+ ],
5375
+ "compatibility": {
5376
+ "nuxt": "^3.0.0",
5377
+ "requires": {}
5378
+ }
5379
+ },
4946
5380
  {
4947
5381
  "name": "stripe",
4948
5382
  "description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
@@ -5246,6 +5680,28 @@
5246
5680
  "requires": {}
5247
5681
  }
5248
5682
  },
5683
+ {
5684
+ "name": "time",
5685
+ "description": "Safely render local dates and times on the server with Nuxt",
5686
+ "repo": "danielroe/nuxt-time",
5687
+ "npm": "nuxt-time",
5688
+ "icon": "",
5689
+ "github": "https://github.com/danielroe/nuxt-time",
5690
+ "website": "https://github.com/danielroe/nuxt-time",
5691
+ "learn_more": "",
5692
+ "category": "Extensions",
5693
+ "type": "3rd-party",
5694
+ "maintainers": [
5695
+ {
5696
+ "name": "danielroe",
5697
+ "github": "danielroe"
5698
+ }
5699
+ ],
5700
+ "compatibility": {
5701
+ "nuxt": "^3.0.0",
5702
+ "requires": {}
5703
+ }
5704
+ },
5249
5705
  {
5250
5706
  "name": "toast",
5251
5707
  "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
@@ -5269,6 +5725,39 @@
5269
5725
  "requires": {}
5270
5726
  }
5271
5727
  },
5728
+ {
5729
+ "name": "tresjs",
5730
+ "description": "Create 3D experiences in your Nuxt application using TresJS.",
5731
+ "repo": "tresjs/nuxt",
5732
+ "npm": "@tresjs/nuxt",
5733
+ "icon": "tresjs.svg",
5734
+ "github": "https://github.com/Tresjs/nuxt",
5735
+ "website": "https://tresjs.org/guide/nuxt.html",
5736
+ "learn_more": "https://tresjs.org/",
5737
+ "category": "Libraries",
5738
+ "type": "3rd-party",
5739
+ "maintainers": [
5740
+ {
5741
+ "name": "Alvaro Saburido",
5742
+ "github": "alvarosabu",
5743
+ "twitter": "alvarosabu"
5744
+ },
5745
+ {
5746
+ "name": "Jaime Torrealba",
5747
+ "github": "JaimeTorrealba",
5748
+ "twitter": "jaimebboyjt"
5749
+ },
5750
+ {
5751
+ "name": "Tino Koch",
5752
+ "github": "Tinoooo",
5753
+ "twitter": "ichbintino"
5754
+ }
5755
+ ],
5756
+ "compatibility": {
5757
+ "nuxt": "^3.0.0",
5758
+ "requires": {}
5759
+ }
5760
+ },
5272
5761
  {
5273
5762
  "name": "turnstile",
5274
5763
  "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
@@ -5318,6 +5807,28 @@
5318
5807
  }
5319
5808
  }
5320
5809
  },
5810
+ {
5811
+ "name": "twemoji",
5812
+ "description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
5813
+ "repo": "yizack/nuxt-twemoji",
5814
+ "npm": "nuxt-twemoji",
5815
+ "icon": "twemoji.svg",
5816
+ "github": "https://github.com/Yizack/nuxt-twemoji",
5817
+ "website": "https://github.com/Yizack/nuxt-twemoji",
5818
+ "learn_more": "",
5819
+ "category": "UI",
5820
+ "type": "3rd-party",
5821
+ "maintainers": [
5822
+ {
5823
+ "name": "Yizack Rangel",
5824
+ "github": "yizack"
5825
+ }
5826
+ ],
5827
+ "compatibility": {
5828
+ "nuxt": "^3.0.0",
5829
+ "requires": {}
5830
+ }
5831
+ },
5321
5832
  {
5322
5833
  "name": "twicpics",
5323
5834
  "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
@@ -5770,6 +6281,28 @@
5770
6281
  "requires": {}
5771
6282
  }
5772
6283
  },
6284
+ {
6285
+ "name": "vercel-analytics",
6286
+ "description": "Vercel Analytics integration for Nuxt",
6287
+ "repo": "xanderbarkhatov/nuxt-vercel-analytics",
6288
+ "npm": "nuxt-vercel-analytics",
6289
+ "icon": "",
6290
+ "github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
6291
+ "website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
6292
+ "learn_more": "https://vercel.com/docs/concepts/analytics",
6293
+ "category": "Analytics",
6294
+ "type": "3rd-party",
6295
+ "maintainers": [
6296
+ {
6297
+ "name": "Alexander B.",
6298
+ "github": "xanderbarkhatov"
6299
+ }
6300
+ ],
6301
+ "compatibility": {
6302
+ "nuxt": "^3.0.0",
6303
+ "requires": {}
6304
+ }
6305
+ },
5773
6306
  {
5774
6307
  "name": "vexip-ui",
5775
6308
  "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
@@ -5824,13 +6357,13 @@
5824
6357
  {
5825
6358
  "name": "vitest",
5826
6359
  "description": "Vitest integration with Nuxt",
5827
- "repo": "danielroe/nuxt-vitest#main",
6360
+ "repo": "danielroe/nuxt-vitest",
5828
6361
  "npm": "nuxt-vitest",
5829
6362
  "icon": "vitest.svg",
5830
6363
  "github": "https://github.com/danielroe/nuxt-vitest",
5831
6364
  "website": "https://github.com/danielroe/nuxt-vitest",
5832
6365
  "learn_more": "",
5833
- "category": "Extensions",
6366
+ "category": "Devtools",
5834
6367
  "type": "3rd-party",
5835
6368
  "maintainers": [
5836
6369
  {
@@ -5847,15 +6380,45 @@
5847
6380
  "requires": {}
5848
6381
  }
5849
6382
  },
6383
+ {
6384
+ "name": "vue-email",
6385
+ "description": "Write email templates with vue",
6386
+ "repo": "Dave136/vue-email#main/packages/vue-email",
6387
+ "npm": "vue-email",
6388
+ "icon": "vue-email.svg",
6389
+ "github": "https://github.com/Dave136/vue-email",
6390
+ "website": "https://vue-email.vercel.app/",
6391
+ "learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
6392
+ "category": "UI",
6393
+ "type": "3rd-party",
6394
+ "maintainers": [
6395
+ {
6396
+ "name": "David Arenas",
6397
+ "github": "Dave136",
6398
+ "twitter": "davejs4",
6399
+ "avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
6400
+ },
6401
+ {
6402
+ "name": "Younes Barrad",
6403
+ "github": "Flowko",
6404
+ "twitter": "imflowko",
6405
+ "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
6406
+ }
6407
+ ],
6408
+ "compatibility": {
6409
+ "nuxt": "^3.0.0",
6410
+ "requires": {}
6411
+ }
6412
+ },
5850
6413
  {
5851
6414
  "name": "vue-macros",
5852
- "description": "Explore and extend more macros and syntax sugar to Vue.",
5853
- "repo": "sxzz/unplugin-vue-macros#main/packages/nuxt",
6415
+ "description": "Explore more macros and syntax sugar to Vue.",
6416
+ "repo": "sxzz/vue-macros#main/packages/nuxt",
5854
6417
  "npm": "@vue-macros/nuxt",
5855
6418
  "icon": "vue-macros.svg",
5856
- "github": "https://github.com/sxzz/unplugin-vue-macros",
6419
+ "github": "https://github.com/sxzz/vue-macros",
5857
6420
  "website": "https://vue-macros.sxzz.moe",
5858
- "learn_more": "https://github.com/sxzz/unplugin-vue-macros",
6421
+ "learn_more": "https://github.com/sxzz/vue-macros",
5859
6422
  "category": "Extensions",
5860
6423
  "type": "3rd-party",
5861
6424
  "maintainers": [
@@ -5938,6 +6501,29 @@
5938
6501
  "requires": {}
5939
6502
  }
5940
6503
  },
6504
+ {
6505
+ "name": "vue-query",
6506
+ "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
6507
+ "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
6508
+ "npm": "@hebilicious/vue-query-nuxt",
6509
+ "icon": "vue-query.svg",
6510
+ "github": "https://github.com/Hebilicious/vue-query-nuxt",
6511
+ "website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
6512
+ "learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
6513
+ "category": "Request",
6514
+ "type": "3rd-party",
6515
+ "maintainers": [
6516
+ {
6517
+ "name": "Hebilicious",
6518
+ "github": "Hebilicious",
6519
+ "twitter": "its_hebilicious"
6520
+ }
6521
+ ],
6522
+ "compatibility": {
6523
+ "nuxt": "^3.0.0",
6524
+ "requires": {}
6525
+ }
6526
+ },
5941
6527
  {
5942
6528
  "name": "vue-select",
5943
6529
  "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
@@ -6008,6 +6594,29 @@
6008
6594
  "requires": {}
6009
6595
  }
6010
6596
  },
6597
+ {
6598
+ "name": "vue3-carousel-nuxt",
6599
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
6600
+ "repo": "gaetansenn/vue3-carousel-nuxt",
6601
+ "npm": "vue3-carousel-nuxt",
6602
+ "icon": "",
6603
+ "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
6604
+ "website": "",
6605
+ "learn_more": "",
6606
+ "category": "UI",
6607
+ "type": "3rd-party",
6608
+ "maintainers": [
6609
+ {
6610
+ "name": "Gaetan SENN",
6611
+ "github": "gaetansenn",
6612
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
6613
+ }
6614
+ ],
6615
+ "compatibility": {
6616
+ "nuxt": "^3.0.0",
6617
+ "requires": {}
6618
+ }
6619
+ },
6011
6620
  {
6012
6621
  "name": "vuefire",
6013
6622
  "description": "Idiomatic composables for the Firebase SDK",
@@ -6052,6 +6661,28 @@
6052
6661
  "requires": {}
6053
6662
  }
6054
6663
  },
6664
+ {
6665
+ "name": "vuetify-nuxt-module",
6666
+ "description": "Zero-config Nuxt Module for Vuetify.",
6667
+ "repo": "userquin/vuetify-nuxt-module",
6668
+ "npm": "vuetify-nuxt-module",
6669
+ "icon": "vuetify-logo-v3-dark.svg",
6670
+ "github": "https://github.com/userquin/vuetify-nuxt-module",
6671
+ "website": "https://github.com/userquin/vuetify-nuxt-module",
6672
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
6673
+ "category": "UI",
6674
+ "type": "3rd-party",
6675
+ "maintainers": [
6676
+ {
6677
+ "name": "Joaquín Sánchez",
6678
+ "github": "userquin"
6679
+ }
6680
+ ],
6681
+ "compatibility": {
6682
+ "nuxt": "^3.0.0",
6683
+ "requires": {}
6684
+ }
6685
+ },
6055
6686
  {
6056
6687
  "name": "vuetify",
6057
6688
  "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
@@ -6319,6 +6950,32 @@
6319
6950
  "requires": {}
6320
6951
  }
6321
6952
  },
6953
+ {
6954
+ "name": "wideangle",
6955
+ "description": "Nuxt 3 module to integrate Wide Angle Analytics",
6956
+ "repo": "inputobjects/wideangle-nuxt",
6957
+ "npm": "wideangle-nuxt",
6958
+ "icon": "wideangle.png",
6959
+ "github": "https://github.com/inputobjects/wideangle-nuxt",
6960
+ "website": "https://wideangle.co",
6961
+ "learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
6962
+ "category": "Analytics",
6963
+ "type": "3rd-party",
6964
+ "maintainers": [
6965
+ {
6966
+ "name": "Wide Angle Analytics by Input Objects GmbH",
6967
+ "github": "inputobjects"
6968
+ },
6969
+ {
6970
+ "name": "Jarek Rozanski",
6971
+ "github": "jrozanski"
6972
+ }
6973
+ ],
6974
+ "compatibility": {
6975
+ "nuxt": "^3.0.0",
6976
+ "requires": {}
6977
+ }
6978
+ },
6322
6979
  {
6323
6980
  "name": "windicss",
6324
6981
  "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-e0bae3",
3
+ "version": "0.6.0-e618b0",
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
  }