@nuxt/modules 0.6.0-846761 → 0.6.0-85beed
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 +242 -4
- package/package.json +1 -1
package/modules.json
CHANGED
|
@@ -313,6 +313,29 @@
|
|
|
313
313
|
"requires": {}
|
|
314
314
|
}
|
|
315
315
|
},
|
|
316
|
+
{
|
|
317
|
+
"name": "authjs",
|
|
318
|
+
"description": "Auth.js authentication Nuxt module. Edge compatible.",
|
|
319
|
+
"repo": "Hebilicious/authjs-nuxt#main",
|
|
320
|
+
"npm": "@hebilicious/authjs-nuxt",
|
|
321
|
+
"icon": "authjs.png",
|
|
322
|
+
"github": "https://github.com/Hebilicious/authjs-nuxt",
|
|
323
|
+
"website": "https://authjs-nuxt.pages.dev/",
|
|
324
|
+
"learn_more": "https://authjs.dev/",
|
|
325
|
+
"category": "Security",
|
|
326
|
+
"type": "3rd-party",
|
|
327
|
+
"maintainers": [
|
|
328
|
+
{
|
|
329
|
+
"name": "Hebilicious",
|
|
330
|
+
"github": "Hebilicious",
|
|
331
|
+
"twitter": "its_hebilicious"
|
|
332
|
+
}
|
|
333
|
+
],
|
|
334
|
+
"compatibility": {
|
|
335
|
+
"nuxt": "^3.0.0",
|
|
336
|
+
"requires": {}
|
|
337
|
+
}
|
|
338
|
+
},
|
|
316
339
|
{
|
|
317
340
|
"name": "axios",
|
|
318
341
|
"description": "Secure and easy Axios module with Nuxt.js",
|
|
@@ -550,6 +573,28 @@
|
|
|
550
573
|
"requires": {}
|
|
551
574
|
}
|
|
552
575
|
},
|
|
576
|
+
{
|
|
577
|
+
"name": "capo",
|
|
578
|
+
"description": "Capo.js implementation for Nuxt 3",
|
|
579
|
+
"repo": "danielroe/nuxt-capo",
|
|
580
|
+
"npm": "nuxt-capo",
|
|
581
|
+
"icon": "",
|
|
582
|
+
"github": "https://github.com/danielroe/nuxt-capo",
|
|
583
|
+
"website": "https://github.com/danielroe/nuxt-capo",
|
|
584
|
+
"learn_more": "",
|
|
585
|
+
"category": "Performance",
|
|
586
|
+
"type": "3rd-party",
|
|
587
|
+
"maintainers": [
|
|
588
|
+
{
|
|
589
|
+
"name": "danielroe",
|
|
590
|
+
"github": "danielroe"
|
|
591
|
+
}
|
|
592
|
+
],
|
|
593
|
+
"compatibility": {
|
|
594
|
+
"nuxt": "^3.0.0",
|
|
595
|
+
"requires": {}
|
|
596
|
+
}
|
|
597
|
+
},
|
|
553
598
|
{
|
|
554
599
|
"name": "chakra-ui",
|
|
555
600
|
"description": "Chakra UI Module for Nuxt.js",
|
|
@@ -1555,6 +1600,29 @@
|
|
|
1555
1600
|
"requires": {}
|
|
1556
1601
|
}
|
|
1557
1602
|
},
|
|
1603
|
+
{
|
|
1604
|
+
"name": "form-actions",
|
|
1605
|
+
"description": "A set of features and composables to interact with forms and server data.",
|
|
1606
|
+
"repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt#main",
|
|
1607
|
+
"npm": "@hebilicious/form-actions-nuxt",
|
|
1608
|
+
"icon": "form-actions.svg",
|
|
1609
|
+
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1610
|
+
"website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1611
|
+
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1612
|
+
"category": "Request",
|
|
1613
|
+
"type": "3rd-party",
|
|
1614
|
+
"maintainers": [
|
|
1615
|
+
{
|
|
1616
|
+
"name": "Hebilicious",
|
|
1617
|
+
"github": "Hebilicious",
|
|
1618
|
+
"twitter": "its_hebilicious"
|
|
1619
|
+
}
|
|
1620
|
+
],
|
|
1621
|
+
"compatibility": {
|
|
1622
|
+
"nuxt": "^3.0.0",
|
|
1623
|
+
"requires": {}
|
|
1624
|
+
}
|
|
1625
|
+
},
|
|
1558
1626
|
{
|
|
1559
1627
|
"name": "formkit",
|
|
1560
1628
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1903,6 +1971,28 @@
|
|
|
1903
1971
|
"requires": {}
|
|
1904
1972
|
}
|
|
1905
1973
|
},
|
|
1974
|
+
{
|
|
1975
|
+
"name": "hanko",
|
|
1976
|
+
"description": "Hanko integration for Nuxt for passwordless authentication",
|
|
1977
|
+
"repo": "nuxt-modules/hanko",
|
|
1978
|
+
"npm": "@nuxtjs/hanko",
|
|
1979
|
+
"icon": "hanko.svg",
|
|
1980
|
+
"github": "https://github.com/nuxt-modules/hanko",
|
|
1981
|
+
"website": "https://github.com/nuxt-modules/hanko",
|
|
1982
|
+
"learn_more": "https://hanko.io/",
|
|
1983
|
+
"category": "Security",
|
|
1984
|
+
"type": "community",
|
|
1985
|
+
"maintainers": [
|
|
1986
|
+
{
|
|
1987
|
+
"name": "danielroe",
|
|
1988
|
+
"github": "danielroe"
|
|
1989
|
+
}
|
|
1990
|
+
],
|
|
1991
|
+
"compatibility": {
|
|
1992
|
+
"nuxt": "^3.0.0",
|
|
1993
|
+
"requires": {}
|
|
1994
|
+
}
|
|
1995
|
+
},
|
|
1906
1996
|
{
|
|
1907
1997
|
"name": "harlem",
|
|
1908
1998
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -3235,7 +3325,7 @@
|
|
|
3235
3325
|
{
|
|
3236
3326
|
"name": "nuxt-lazy-load",
|
|
3237
3327
|
"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",
|
|
3238
|
-
"repo": "",
|
|
3328
|
+
"repo": "broj42/nuxt-lazy-load",
|
|
3239
3329
|
"npm": "nuxt-lazy-load",
|
|
3240
3330
|
"icon": "nuxt-lazy-load.svg",
|
|
3241
3331
|
"github": "",
|
|
@@ -3351,7 +3441,7 @@
|
|
|
3351
3441
|
"npm": "nuxt-mongoose",
|
|
3352
3442
|
"icon": "nuxt-mongoose.svg",
|
|
3353
3443
|
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3354
|
-
"website": "https://
|
|
3444
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3355
3445
|
"learn_more": "",
|
|
3356
3446
|
"category": "Database",
|
|
3357
3447
|
"type": "3rd-party",
|
|
@@ -5101,6 +5191,32 @@
|
|
|
5101
5191
|
}
|
|
5102
5192
|
}
|
|
5103
5193
|
},
|
|
5194
|
+
{
|
|
5195
|
+
"name": "stripe-next",
|
|
5196
|
+
"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.",
|
|
5197
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
5198
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
5199
|
+
"icon": "stripe.png",
|
|
5200
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5201
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5202
|
+
"learn_more": "https://stripe.com/docs",
|
|
5203
|
+
"category": "Payment",
|
|
5204
|
+
"type": "3rd-party",
|
|
5205
|
+
"maintainers": [
|
|
5206
|
+
{
|
|
5207
|
+
"name": "Loic Fuentes",
|
|
5208
|
+
"github": "fuentesloic"
|
|
5209
|
+
},
|
|
5210
|
+
{
|
|
5211
|
+
"name": "Florent Giraud",
|
|
5212
|
+
"github": "flozero"
|
|
5213
|
+
}
|
|
5214
|
+
],
|
|
5215
|
+
"compatibility": {
|
|
5216
|
+
"nuxt": "^3.0.0",
|
|
5217
|
+
"requires": {}
|
|
5218
|
+
}
|
|
5219
|
+
},
|
|
5104
5220
|
{
|
|
5105
5221
|
"name": "stripe",
|
|
5106
5222
|
"description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
|
|
@@ -5404,6 +5520,28 @@
|
|
|
5404
5520
|
"requires": {}
|
|
5405
5521
|
}
|
|
5406
5522
|
},
|
|
5523
|
+
{
|
|
5524
|
+
"name": "time",
|
|
5525
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
5526
|
+
"repo": "danielroe/nuxt-time",
|
|
5527
|
+
"npm": "nuxt-time",
|
|
5528
|
+
"icon": "",
|
|
5529
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
5530
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
5531
|
+
"learn_more": "",
|
|
5532
|
+
"category": "Extensions",
|
|
5533
|
+
"type": "3rd-party",
|
|
5534
|
+
"maintainers": [
|
|
5535
|
+
{
|
|
5536
|
+
"name": "danielroe",
|
|
5537
|
+
"github": "danielroe"
|
|
5538
|
+
}
|
|
5539
|
+
],
|
|
5540
|
+
"compatibility": {
|
|
5541
|
+
"nuxt": "^3.0.0",
|
|
5542
|
+
"requires": {}
|
|
5543
|
+
}
|
|
5544
|
+
},
|
|
5407
5545
|
{
|
|
5408
5546
|
"name": "toast",
|
|
5409
5547
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
|
|
@@ -5427,6 +5565,39 @@
|
|
|
5427
5565
|
"requires": {}
|
|
5428
5566
|
}
|
|
5429
5567
|
},
|
|
5568
|
+
{
|
|
5569
|
+
"name": "tresjs",
|
|
5570
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
5571
|
+
"repo": "tresjs/nuxt",
|
|
5572
|
+
"npm": "@tresjs/nuxt",
|
|
5573
|
+
"icon": "tresjs.svg",
|
|
5574
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
5575
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
5576
|
+
"learn_more": "https://tresjs.org/",
|
|
5577
|
+
"category": "Libraries",
|
|
5578
|
+
"type": "3rd-party",
|
|
5579
|
+
"maintainers": [
|
|
5580
|
+
{
|
|
5581
|
+
"name": "Alvaro Saburido",
|
|
5582
|
+
"github": "alvarosabu",
|
|
5583
|
+
"twitter": "alvarosabu"
|
|
5584
|
+
},
|
|
5585
|
+
{
|
|
5586
|
+
"name": "Jaime Torrealba",
|
|
5587
|
+
"github": "JaimeTorrealba",
|
|
5588
|
+
"twitter": "jaimebboyjt"
|
|
5589
|
+
},
|
|
5590
|
+
{
|
|
5591
|
+
"name": "Tino Koch",
|
|
5592
|
+
"github": "Tinoooo",
|
|
5593
|
+
"twitter": "ichbintino"
|
|
5594
|
+
}
|
|
5595
|
+
],
|
|
5596
|
+
"compatibility": {
|
|
5597
|
+
"nuxt": "^3.0.0",
|
|
5598
|
+
"requires": {}
|
|
5599
|
+
}
|
|
5600
|
+
},
|
|
5430
5601
|
{
|
|
5431
5602
|
"name": "turnstile",
|
|
5432
5603
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -5950,6 +6121,28 @@
|
|
|
5950
6121
|
"requires": {}
|
|
5951
6122
|
}
|
|
5952
6123
|
},
|
|
6124
|
+
{
|
|
6125
|
+
"name": "vercel-analytics",
|
|
6126
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
6127
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
6128
|
+
"npm": "nuxt-vercel-analytics",
|
|
6129
|
+
"icon": "",
|
|
6130
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6131
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6132
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
6133
|
+
"category": "Analytics",
|
|
6134
|
+
"type": "3rd-party",
|
|
6135
|
+
"maintainers": [
|
|
6136
|
+
{
|
|
6137
|
+
"name": "Alexander B.",
|
|
6138
|
+
"github": "xanderbarkhatov"
|
|
6139
|
+
}
|
|
6140
|
+
],
|
|
6141
|
+
"compatibility": {
|
|
6142
|
+
"nuxt": "^3.0.0",
|
|
6143
|
+
"requires": {}
|
|
6144
|
+
}
|
|
6145
|
+
},
|
|
5953
6146
|
{
|
|
5954
6147
|
"name": "vexip-ui",
|
|
5955
6148
|
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
@@ -6004,13 +6197,13 @@
|
|
|
6004
6197
|
{
|
|
6005
6198
|
"name": "vitest",
|
|
6006
6199
|
"description": "Vitest integration with Nuxt",
|
|
6007
|
-
"repo": "danielroe/nuxt-vitest
|
|
6200
|
+
"repo": "danielroe/nuxt-vitest",
|
|
6008
6201
|
"npm": "nuxt-vitest",
|
|
6009
6202
|
"icon": "vitest.svg",
|
|
6010
6203
|
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
6011
6204
|
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
6012
6205
|
"learn_more": "",
|
|
6013
|
-
"category": "
|
|
6206
|
+
"category": "Devtools",
|
|
6014
6207
|
"type": "3rd-party",
|
|
6015
6208
|
"maintainers": [
|
|
6016
6209
|
{
|
|
@@ -6118,6 +6311,29 @@
|
|
|
6118
6311
|
"requires": {}
|
|
6119
6312
|
}
|
|
6120
6313
|
},
|
|
6314
|
+
{
|
|
6315
|
+
"name": "vue-query",
|
|
6316
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6317
|
+
"repo": "Hebilicious/vue-query-nuxt#main",
|
|
6318
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
6319
|
+
"icon": "vue-query.svg",
|
|
6320
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
6321
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
6322
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
6323
|
+
"category": "Request",
|
|
6324
|
+
"type": "3rd-party",
|
|
6325
|
+
"maintainers": [
|
|
6326
|
+
{
|
|
6327
|
+
"name": "Hebilicious",
|
|
6328
|
+
"github": "Hebilicious",
|
|
6329
|
+
"twitter": "its_hebilicious"
|
|
6330
|
+
}
|
|
6331
|
+
],
|
|
6332
|
+
"compatibility": {
|
|
6333
|
+
"nuxt": "^3.0.0",
|
|
6334
|
+
"requires": {}
|
|
6335
|
+
}
|
|
6336
|
+
},
|
|
6121
6337
|
{
|
|
6122
6338
|
"name": "vue-select",
|
|
6123
6339
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -6232,6 +6448,28 @@
|
|
|
6232
6448
|
"requires": {}
|
|
6233
6449
|
}
|
|
6234
6450
|
},
|
|
6451
|
+
{
|
|
6452
|
+
"name": "vuetify-nuxt-module",
|
|
6453
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
6454
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
6455
|
+
"npm": "vuetify-nuxt-module",
|
|
6456
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
6457
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6458
|
+
"website": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6459
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
|
|
6460
|
+
"category": "UI",
|
|
6461
|
+
"type": "3rd-party",
|
|
6462
|
+
"maintainers": [
|
|
6463
|
+
{
|
|
6464
|
+
"name": "Joaquín Sánchez",
|
|
6465
|
+
"github": "userquin"
|
|
6466
|
+
}
|
|
6467
|
+
],
|
|
6468
|
+
"compatibility": {
|
|
6469
|
+
"nuxt": "^3.0.0",
|
|
6470
|
+
"requires": {}
|
|
6471
|
+
}
|
|
6472
|
+
},
|
|
6235
6473
|
{
|
|
6236
6474
|
"name": "vuetify",
|
|
6237
6475
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|