@nuxt/modules 0.6.0-1893cf → 0.6.0-23d0df
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/modules.json +372 -34
- 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",
|
|
@@ -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",
|
|
@@ -1183,6 +1228,28 @@
|
|
|
1183
1228
|
}
|
|
1184
1229
|
}
|
|
1185
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
|
+
},
|
|
1186
1253
|
{
|
|
1187
1254
|
"name": "dotenv",
|
|
1188
1255
|
"description": "A Nuxt.js module that loads your .env file into your context options",
|
|
@@ -1581,8 +1648,8 @@
|
|
|
1581
1648
|
{
|
|
1582
1649
|
"name": "form-actions",
|
|
1583
1650
|
"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",
|
|
1651
|
+
"repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt#main",
|
|
1652
|
+
"npm": "@hebilicious/form-actions-nuxt",
|
|
1586
1653
|
"icon": "form-actions.svg",
|
|
1587
1654
|
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1588
1655
|
"website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
@@ -1949,6 +2016,28 @@
|
|
|
1949
2016
|
"requires": {}
|
|
1950
2017
|
}
|
|
1951
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
|
+
},
|
|
1952
2041
|
{
|
|
1953
2042
|
"name": "harlem",
|
|
1954
2043
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -3137,6 +3226,28 @@
|
|
|
3137
3226
|
"requires": {}
|
|
3138
3227
|
}
|
|
3139
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
|
+
},
|
|
3140
3251
|
{
|
|
3141
3252
|
"name": "nuxt-auth",
|
|
3142
3253
|
"description": "",
|
|
@@ -3278,28 +3389,6 @@
|
|
|
3278
3389
|
}
|
|
3279
3390
|
}
|
|
3280
3391
|
},
|
|
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
3392
|
{
|
|
3304
3393
|
"name": "nuxt-localtunnel",
|
|
3305
3394
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -3397,7 +3486,7 @@
|
|
|
3397
3486
|
"npm": "nuxt-mongoose",
|
|
3398
3487
|
"icon": "nuxt-mongoose.svg",
|
|
3399
3488
|
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3400
|
-
"website": "https://
|
|
3489
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3401
3490
|
"learn_more": "",
|
|
3402
3491
|
"category": "Database",
|
|
3403
3492
|
"type": "3rd-party",
|
|
@@ -3435,6 +3524,28 @@
|
|
|
3435
3524
|
"requires": {}
|
|
3436
3525
|
}
|
|
3437
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
|
+
},
|
|
3438
3549
|
{
|
|
3439
3550
|
"name": "nuxt-pino-log",
|
|
3440
3551
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3479,6 +3590,32 @@
|
|
|
3479
3590
|
"requires": {}
|
|
3480
3591
|
}
|
|
3481
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
|
+
},
|
|
3482
3619
|
{
|
|
3483
3620
|
"name": "nuxt-png-to-ico",
|
|
3484
3621
|
"description": "Nuxt.js module for auto generating favicons",
|
|
@@ -3691,12 +3828,12 @@
|
|
|
3691
3828
|
{
|
|
3692
3829
|
"name": "nuxt-vue3-google-signin",
|
|
3693
3830
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3694
|
-
"repo": "
|
|
3831
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3695
3832
|
"npm": "nuxt-vue3-google-signin",
|
|
3696
3833
|
"icon": "vue3-google-signin.svg",
|
|
3697
|
-
"github": "https://github.com/
|
|
3698
|
-
"website": "https://vue3-google-signin.
|
|
3699
|
-
"learn_more": "https://vue3-google-signin.
|
|
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",
|
|
3700
3837
|
"category": "Libraries",
|
|
3701
3838
|
"type": "3rd-party",
|
|
3702
3839
|
"maintainers": [
|
|
@@ -3712,7 +3849,7 @@
|
|
|
3712
3849
|
},
|
|
3713
3850
|
{
|
|
3714
3851
|
"name": "nuxt-vuetify",
|
|
3715
|
-
"description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
|
|
3852
|
+
"description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
|
|
3716
3853
|
"repo": "invictus-codes/nuxt-vuetify",
|
|
3717
3854
|
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3718
3855
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
@@ -4284,6 +4421,28 @@
|
|
|
4284
4421
|
"requires": {}
|
|
4285
4422
|
}
|
|
4286
4423
|
},
|
|
4424
|
+
{
|
|
4425
|
+
"name": "radash",
|
|
4426
|
+
"description": "radash module with auto-import and custom prefix",
|
|
4427
|
+
"repo": "bbg/nuxt-radash",
|
|
4428
|
+
"npm": "nuxt-radash",
|
|
4429
|
+
"icon": "radash.svg",
|
|
4430
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
4431
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
4432
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
4433
|
+
"category": "Libraries",
|
|
4434
|
+
"type": "3rd-party",
|
|
4435
|
+
"maintainers": [
|
|
4436
|
+
{
|
|
4437
|
+
"name": "Batuhan Göksu",
|
|
4438
|
+
"github": "bbg"
|
|
4439
|
+
}
|
|
4440
|
+
],
|
|
4441
|
+
"compatibility": {
|
|
4442
|
+
"nuxt": "^3.0.0",
|
|
4443
|
+
"requires": {}
|
|
4444
|
+
}
|
|
4445
|
+
},
|
|
4287
4446
|
{
|
|
4288
4447
|
"name": "recaptcha",
|
|
4289
4448
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
@@ -4671,6 +4830,29 @@
|
|
|
4671
4830
|
"requires": {}
|
|
4672
4831
|
}
|
|
4673
4832
|
},
|
|
4833
|
+
{
|
|
4834
|
+
"name": "server-block",
|
|
4835
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
4836
|
+
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
|
|
4837
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
4838
|
+
"icon": "server-block.svg",
|
|
4839
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
4840
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
4841
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
4842
|
+
"category": "Extensions",
|
|
4843
|
+
"type": "3rd-party",
|
|
4844
|
+
"maintainers": [
|
|
4845
|
+
{
|
|
4846
|
+
"name": "Hebilicious",
|
|
4847
|
+
"github": "Hebilicious",
|
|
4848
|
+
"twitter": "its_hebilicious"
|
|
4849
|
+
}
|
|
4850
|
+
],
|
|
4851
|
+
"compatibility": {
|
|
4852
|
+
"nuxt": "^3.0.0",
|
|
4853
|
+
"requires": {}
|
|
4854
|
+
}
|
|
4855
|
+
},
|
|
4674
4856
|
{
|
|
4675
4857
|
"name": "session",
|
|
4676
4858
|
"description": "Session middleware to persist user data across requests, a client-side useSession composable to interact with the session, supports many storage backends via unjs/unstorage",
|
|
@@ -5147,6 +5329,32 @@
|
|
|
5147
5329
|
}
|
|
5148
5330
|
}
|
|
5149
5331
|
},
|
|
5332
|
+
{
|
|
5333
|
+
"name": "stripe-next",
|
|
5334
|
+
"description": "This Nuxt module provides an easy way to integrate Stripe in your Nuxt application, both on the client-side and server-side. It utilizes the official stripe package for server-side usage and @stripe/stripe-js for the client-side.",
|
|
5335
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
5336
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
5337
|
+
"icon": "stripe.png",
|
|
5338
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5339
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5340
|
+
"learn_more": "https://stripe.com/docs",
|
|
5341
|
+
"category": "Payment",
|
|
5342
|
+
"type": "3rd-party",
|
|
5343
|
+
"maintainers": [
|
|
5344
|
+
{
|
|
5345
|
+
"name": "Loic Fuentes",
|
|
5346
|
+
"github": "fuentesloic"
|
|
5347
|
+
},
|
|
5348
|
+
{
|
|
5349
|
+
"name": "Florent Giraud",
|
|
5350
|
+
"github": "flozero"
|
|
5351
|
+
}
|
|
5352
|
+
],
|
|
5353
|
+
"compatibility": {
|
|
5354
|
+
"nuxt": "^3.0.0",
|
|
5355
|
+
"requires": {}
|
|
5356
|
+
}
|
|
5357
|
+
},
|
|
5150
5358
|
{
|
|
5151
5359
|
"name": "stripe",
|
|
5152
5360
|
"description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
|
|
@@ -5450,6 +5658,28 @@
|
|
|
5450
5658
|
"requires": {}
|
|
5451
5659
|
}
|
|
5452
5660
|
},
|
|
5661
|
+
{
|
|
5662
|
+
"name": "time",
|
|
5663
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
5664
|
+
"repo": "danielroe/nuxt-time",
|
|
5665
|
+
"npm": "nuxt-time",
|
|
5666
|
+
"icon": "",
|
|
5667
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
5668
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
5669
|
+
"learn_more": "",
|
|
5670
|
+
"category": "Extensions",
|
|
5671
|
+
"type": "3rd-party",
|
|
5672
|
+
"maintainers": [
|
|
5673
|
+
{
|
|
5674
|
+
"name": "danielroe",
|
|
5675
|
+
"github": "danielroe"
|
|
5676
|
+
}
|
|
5677
|
+
],
|
|
5678
|
+
"compatibility": {
|
|
5679
|
+
"nuxt": "^3.0.0",
|
|
5680
|
+
"requires": {}
|
|
5681
|
+
}
|
|
5682
|
+
},
|
|
5453
5683
|
{
|
|
5454
5684
|
"name": "toast",
|
|
5455
5685
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
|
|
@@ -5473,6 +5703,39 @@
|
|
|
5473
5703
|
"requires": {}
|
|
5474
5704
|
}
|
|
5475
5705
|
},
|
|
5706
|
+
{
|
|
5707
|
+
"name": "tresjs",
|
|
5708
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
5709
|
+
"repo": "tresjs/nuxt",
|
|
5710
|
+
"npm": "@tresjs/nuxt",
|
|
5711
|
+
"icon": "tresjs.svg",
|
|
5712
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
5713
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
5714
|
+
"learn_more": "https://tresjs.org/",
|
|
5715
|
+
"category": "Libraries",
|
|
5716
|
+
"type": "3rd-party",
|
|
5717
|
+
"maintainers": [
|
|
5718
|
+
{
|
|
5719
|
+
"name": "Alvaro Saburido",
|
|
5720
|
+
"github": "alvarosabu",
|
|
5721
|
+
"twitter": "alvarosabu"
|
|
5722
|
+
},
|
|
5723
|
+
{
|
|
5724
|
+
"name": "Jaime Torrealba",
|
|
5725
|
+
"github": "JaimeTorrealba",
|
|
5726
|
+
"twitter": "jaimebboyjt"
|
|
5727
|
+
},
|
|
5728
|
+
{
|
|
5729
|
+
"name": "Tino Koch",
|
|
5730
|
+
"github": "Tinoooo",
|
|
5731
|
+
"twitter": "ichbintino"
|
|
5732
|
+
}
|
|
5733
|
+
],
|
|
5734
|
+
"compatibility": {
|
|
5735
|
+
"nuxt": "^3.0.0",
|
|
5736
|
+
"requires": {}
|
|
5737
|
+
}
|
|
5738
|
+
},
|
|
5476
5739
|
{
|
|
5477
5740
|
"name": "turnstile",
|
|
5478
5741
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -6072,13 +6335,13 @@
|
|
|
6072
6335
|
{
|
|
6073
6336
|
"name": "vitest",
|
|
6074
6337
|
"description": "Vitest integration with Nuxt",
|
|
6075
|
-
"repo": "danielroe/nuxt-vitest
|
|
6338
|
+
"repo": "danielroe/nuxt-vitest",
|
|
6076
6339
|
"npm": "nuxt-vitest",
|
|
6077
6340
|
"icon": "vitest.svg",
|
|
6078
6341
|
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
6079
6342
|
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
6080
6343
|
"learn_more": "",
|
|
6081
|
-
"category": "
|
|
6344
|
+
"category": "Devtools",
|
|
6082
6345
|
"type": "3rd-party",
|
|
6083
6346
|
"maintainers": [
|
|
6084
6347
|
{
|
|
@@ -6095,6 +6358,36 @@
|
|
|
6095
6358
|
"requires": {}
|
|
6096
6359
|
}
|
|
6097
6360
|
},
|
|
6361
|
+
{
|
|
6362
|
+
"name": "vue-email",
|
|
6363
|
+
"description": "Write email templates with vue",
|
|
6364
|
+
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6365
|
+
"npm": "vue-email",
|
|
6366
|
+
"icon": "vue-email.svg",
|
|
6367
|
+
"github": "https://github.com/Dave136/vue-email",
|
|
6368
|
+
"website": "https://vue-email.vercel.app/",
|
|
6369
|
+
"learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
|
|
6370
|
+
"category": "UI",
|
|
6371
|
+
"type": "3rd-party",
|
|
6372
|
+
"maintainers": [
|
|
6373
|
+
{
|
|
6374
|
+
"name": "David Arenas",
|
|
6375
|
+
"github": "Dave136",
|
|
6376
|
+
"twitter": "davejs4",
|
|
6377
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
6378
|
+
},
|
|
6379
|
+
{
|
|
6380
|
+
"name": "Younes Barrad",
|
|
6381
|
+
"github": "Flowko",
|
|
6382
|
+
"twitter": "imflowko",
|
|
6383
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6384
|
+
}
|
|
6385
|
+
],
|
|
6386
|
+
"compatibility": {
|
|
6387
|
+
"nuxt": "^3.0.0",
|
|
6388
|
+
"requires": {}
|
|
6389
|
+
}
|
|
6390
|
+
},
|
|
6098
6391
|
{
|
|
6099
6392
|
"name": "vue-macros",
|
|
6100
6393
|
"description": "Explore more macros and syntax sugar to Vue.",
|
|
@@ -6189,7 +6482,7 @@
|
|
|
6189
6482
|
{
|
|
6190
6483
|
"name": "vue-query",
|
|
6191
6484
|
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6192
|
-
"repo": "Hebilicious/vue-query-nuxt#main",
|
|
6485
|
+
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
|
|
6193
6486
|
"npm": "@hebilicious/vue-query-nuxt",
|
|
6194
6487
|
"icon": "vue-query.svg",
|
|
6195
6488
|
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
@@ -6279,6 +6572,29 @@
|
|
|
6279
6572
|
"requires": {}
|
|
6280
6573
|
}
|
|
6281
6574
|
},
|
|
6575
|
+
{
|
|
6576
|
+
"name": "vue3-carousel-nuxt",
|
|
6577
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
|
|
6578
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6579
|
+
"npm": "vue3-carousel-nuxt",
|
|
6580
|
+
"icon": "",
|
|
6581
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
6582
|
+
"website": "",
|
|
6583
|
+
"learn_more": "",
|
|
6584
|
+
"category": "UI",
|
|
6585
|
+
"type": "3rd-party",
|
|
6586
|
+
"maintainers": [
|
|
6587
|
+
{
|
|
6588
|
+
"name": "Gaetan SENN",
|
|
6589
|
+
"github": "gaetansenn",
|
|
6590
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6591
|
+
}
|
|
6592
|
+
],
|
|
6593
|
+
"compatibility": {
|
|
6594
|
+
"nuxt": "^3.0.0",
|
|
6595
|
+
"requires": {}
|
|
6596
|
+
}
|
|
6597
|
+
},
|
|
6282
6598
|
{
|
|
6283
6599
|
"name": "vuefire",
|
|
6284
6600
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
@@ -6323,6 +6639,28 @@
|
|
|
6323
6639
|
"requires": {}
|
|
6324
6640
|
}
|
|
6325
6641
|
},
|
|
6642
|
+
{
|
|
6643
|
+
"name": "vuetify-nuxt-module",
|
|
6644
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
6645
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
6646
|
+
"npm": "vuetify-nuxt-module",
|
|
6647
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
6648
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6649
|
+
"website": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6650
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
|
|
6651
|
+
"category": "UI",
|
|
6652
|
+
"type": "3rd-party",
|
|
6653
|
+
"maintainers": [
|
|
6654
|
+
{
|
|
6655
|
+
"name": "Joaquín Sánchez",
|
|
6656
|
+
"github": "userquin"
|
|
6657
|
+
}
|
|
6658
|
+
],
|
|
6659
|
+
"compatibility": {
|
|
6660
|
+
"nuxt": "^3.0.0",
|
|
6661
|
+
"requires": {}
|
|
6662
|
+
}
|
|
6663
|
+
},
|
|
6326
6664
|
{
|
|
6327
6665
|
"name": "vuetify",
|
|
6328
6666
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|