@nuxt/modules 0.6.0-3dedd0 → 0.6.0-42d442
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 +273 -26
- 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",
|
|
@@ -1115,7 +1160,7 @@
|
|
|
1115
1160
|
{
|
|
1116
1161
|
"name": "devtools",
|
|
1117
1162
|
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1118
|
-
"repo": "nuxt/devtools#main",
|
|
1163
|
+
"repo": "nuxt/devtools#main/packages/devtools",
|
|
1119
1164
|
"npm": "@nuxt/devtools",
|
|
1120
1165
|
"icon": "nuxt.svg",
|
|
1121
1166
|
"github": "https://github.com/nuxt/devtools",
|
|
@@ -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.",
|
|
@@ -3232,28 +3322,6 @@
|
|
|
3232
3322
|
}
|
|
3233
3323
|
}
|
|
3234
3324
|
},
|
|
3235
|
-
{
|
|
3236
|
-
"name": "nuxt-lazy-load",
|
|
3237
|
-
"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": "",
|
|
3239
|
-
"npm": "nuxt-lazy-load",
|
|
3240
|
-
"icon": "nuxt-lazy-load.svg",
|
|
3241
|
-
"github": "",
|
|
3242
|
-
"website": "https://gitlab.com/broj42/nuxt-lazy-load",
|
|
3243
|
-
"learn_more": "https://gitlab.com/broj42/nuxt-lazy-load",
|
|
3244
|
-
"category": "Performance",
|
|
3245
|
-
"type": "3rd-party",
|
|
3246
|
-
"maintainers": [
|
|
3247
|
-
{
|
|
3248
|
-
"name": "Dario Ferderber",
|
|
3249
|
-
"github": "darioferderber"
|
|
3250
|
-
}
|
|
3251
|
-
],
|
|
3252
|
-
"compatibility": {
|
|
3253
|
-
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3254
|
-
"requires": {}
|
|
3255
|
-
}
|
|
3256
|
-
},
|
|
3257
3325
|
{
|
|
3258
3326
|
"name": "nuxt-localtunnel",
|
|
3259
3327
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -3351,7 +3419,7 @@
|
|
|
3351
3419
|
"npm": "nuxt-mongoose",
|
|
3352
3420
|
"icon": "nuxt-mongoose.svg",
|
|
3353
3421
|
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3354
|
-
"website": "https://
|
|
3422
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3355
3423
|
"learn_more": "",
|
|
3356
3424
|
"category": "Database",
|
|
3357
3425
|
"type": "3rd-party",
|
|
@@ -4625,6 +4693,29 @@
|
|
|
4625
4693
|
"requires": {}
|
|
4626
4694
|
}
|
|
4627
4695
|
},
|
|
4696
|
+
{
|
|
4697
|
+
"name": "server-block",
|
|
4698
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
4699
|
+
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
|
|
4700
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
4701
|
+
"icon": "server-block.svg",
|
|
4702
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
4703
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
4704
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
4705
|
+
"category": "Extensions",
|
|
4706
|
+
"type": "3rd-party",
|
|
4707
|
+
"maintainers": [
|
|
4708
|
+
{
|
|
4709
|
+
"name": "Hebilicious",
|
|
4710
|
+
"github": "Hebilicious",
|
|
4711
|
+
"twitter": "its_hebilicious"
|
|
4712
|
+
}
|
|
4713
|
+
],
|
|
4714
|
+
"compatibility": {
|
|
4715
|
+
"nuxt": "^3.0.0",
|
|
4716
|
+
"requires": {}
|
|
4717
|
+
}
|
|
4718
|
+
},
|
|
4628
4719
|
{
|
|
4629
4720
|
"name": "session",
|
|
4630
4721
|
"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",
|
|
@@ -5101,6 +5192,32 @@
|
|
|
5101
5192
|
}
|
|
5102
5193
|
}
|
|
5103
5194
|
},
|
|
5195
|
+
{
|
|
5196
|
+
"name": "stripe-next",
|
|
5197
|
+
"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.",
|
|
5198
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
5199
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
5200
|
+
"icon": "stripe.png",
|
|
5201
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5202
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5203
|
+
"learn_more": "https://stripe.com/docs",
|
|
5204
|
+
"category": "Payment",
|
|
5205
|
+
"type": "3rd-party",
|
|
5206
|
+
"maintainers": [
|
|
5207
|
+
{
|
|
5208
|
+
"name": "Loic Fuentes",
|
|
5209
|
+
"github": "fuentesloic"
|
|
5210
|
+
},
|
|
5211
|
+
{
|
|
5212
|
+
"name": "Florent Giraud",
|
|
5213
|
+
"github": "flozero"
|
|
5214
|
+
}
|
|
5215
|
+
],
|
|
5216
|
+
"compatibility": {
|
|
5217
|
+
"nuxt": "^3.0.0",
|
|
5218
|
+
"requires": {}
|
|
5219
|
+
}
|
|
5220
|
+
},
|
|
5104
5221
|
{
|
|
5105
5222
|
"name": "stripe",
|
|
5106
5223
|
"description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
|
|
@@ -5404,6 +5521,28 @@
|
|
|
5404
5521
|
"requires": {}
|
|
5405
5522
|
}
|
|
5406
5523
|
},
|
|
5524
|
+
{
|
|
5525
|
+
"name": "time",
|
|
5526
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
5527
|
+
"repo": "danielroe/nuxt-time",
|
|
5528
|
+
"npm": "nuxt-time",
|
|
5529
|
+
"icon": "",
|
|
5530
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
5531
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
5532
|
+
"learn_more": "",
|
|
5533
|
+
"category": "Extensions",
|
|
5534
|
+
"type": "3rd-party",
|
|
5535
|
+
"maintainers": [
|
|
5536
|
+
{
|
|
5537
|
+
"name": "danielroe",
|
|
5538
|
+
"github": "danielroe"
|
|
5539
|
+
}
|
|
5540
|
+
],
|
|
5541
|
+
"compatibility": {
|
|
5542
|
+
"nuxt": "^3.0.0",
|
|
5543
|
+
"requires": {}
|
|
5544
|
+
}
|
|
5545
|
+
},
|
|
5407
5546
|
{
|
|
5408
5547
|
"name": "toast",
|
|
5409
5548
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
|
|
@@ -5427,6 +5566,39 @@
|
|
|
5427
5566
|
"requires": {}
|
|
5428
5567
|
}
|
|
5429
5568
|
},
|
|
5569
|
+
{
|
|
5570
|
+
"name": "tresjs",
|
|
5571
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
5572
|
+
"repo": "tresjs/nuxt",
|
|
5573
|
+
"npm": "@tresjs/nuxt",
|
|
5574
|
+
"icon": "tresjs.svg",
|
|
5575
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
5576
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
5577
|
+
"learn_more": "https://tresjs.org/",
|
|
5578
|
+
"category": "Libraries",
|
|
5579
|
+
"type": "3rd-party",
|
|
5580
|
+
"maintainers": [
|
|
5581
|
+
{
|
|
5582
|
+
"name": "Alvaro Saburido",
|
|
5583
|
+
"github": "alvarosabu",
|
|
5584
|
+
"twitter": "alvarosabu"
|
|
5585
|
+
},
|
|
5586
|
+
{
|
|
5587
|
+
"name": "Jaime Torrealba",
|
|
5588
|
+
"github": "JaimeTorrealba",
|
|
5589
|
+
"twitter": "jaimebboyjt"
|
|
5590
|
+
},
|
|
5591
|
+
{
|
|
5592
|
+
"name": "Tino Koch",
|
|
5593
|
+
"github": "Tinoooo",
|
|
5594
|
+
"twitter": "ichbintino"
|
|
5595
|
+
}
|
|
5596
|
+
],
|
|
5597
|
+
"compatibility": {
|
|
5598
|
+
"nuxt": "^3.0.0",
|
|
5599
|
+
"requires": {}
|
|
5600
|
+
}
|
|
5601
|
+
},
|
|
5430
5602
|
{
|
|
5431
5603
|
"name": "turnstile",
|
|
5432
5604
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -6026,13 +6198,13 @@
|
|
|
6026
6198
|
{
|
|
6027
6199
|
"name": "vitest",
|
|
6028
6200
|
"description": "Vitest integration with Nuxt",
|
|
6029
|
-
"repo": "danielroe/nuxt-vitest
|
|
6201
|
+
"repo": "danielroe/nuxt-vitest",
|
|
6030
6202
|
"npm": "nuxt-vitest",
|
|
6031
6203
|
"icon": "vitest.svg",
|
|
6032
6204
|
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
6033
6205
|
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
6034
6206
|
"learn_more": "",
|
|
6035
|
-
"category": "
|
|
6207
|
+
"category": "Devtools",
|
|
6036
6208
|
"type": "3rd-party",
|
|
6037
6209
|
"maintainers": [
|
|
6038
6210
|
{
|
|
@@ -6049,6 +6221,36 @@
|
|
|
6049
6221
|
"requires": {}
|
|
6050
6222
|
}
|
|
6051
6223
|
},
|
|
6224
|
+
{
|
|
6225
|
+
"name": "vue-email",
|
|
6226
|
+
"description": "Write email templates with vue",
|
|
6227
|
+
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6228
|
+
"npm": "vue-email",
|
|
6229
|
+
"icon": "vue-email.svg",
|
|
6230
|
+
"github": "https://github.com/Dave136/vue-email#main/packages/vue-email",
|
|
6231
|
+
"website": "https://vue-email.vercel.app/",
|
|
6232
|
+
"learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
|
|
6233
|
+
"category": "UI",
|
|
6234
|
+
"type": "3rd-party",
|
|
6235
|
+
"maintainers": [
|
|
6236
|
+
{
|
|
6237
|
+
"name": "David Arenas",
|
|
6238
|
+
"github": "Dave136",
|
|
6239
|
+
"twitter": "davejs4",
|
|
6240
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
6241
|
+
},
|
|
6242
|
+
{
|
|
6243
|
+
"name": "Younes Barrad",
|
|
6244
|
+
"github": "Flowko",
|
|
6245
|
+
"twitter": "imflowko",
|
|
6246
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6247
|
+
}
|
|
6248
|
+
],
|
|
6249
|
+
"compatibility": {
|
|
6250
|
+
"nuxt": "^3.0.0",
|
|
6251
|
+
"requires": {}
|
|
6252
|
+
}
|
|
6253
|
+
},
|
|
6052
6254
|
{
|
|
6053
6255
|
"name": "vue-macros",
|
|
6054
6256
|
"description": "Explore more macros and syntax sugar to Vue.",
|
|
@@ -6140,6 +6342,29 @@
|
|
|
6140
6342
|
"requires": {}
|
|
6141
6343
|
}
|
|
6142
6344
|
},
|
|
6345
|
+
{
|
|
6346
|
+
"name": "vue-query",
|
|
6347
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6348
|
+
"repo": "Hebilicious/vue-query-nuxt#main",
|
|
6349
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
6350
|
+
"icon": "vue-query.svg",
|
|
6351
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
6352
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
6353
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
6354
|
+
"category": "Request",
|
|
6355
|
+
"type": "3rd-party",
|
|
6356
|
+
"maintainers": [
|
|
6357
|
+
{
|
|
6358
|
+
"name": "Hebilicious",
|
|
6359
|
+
"github": "Hebilicious",
|
|
6360
|
+
"twitter": "its_hebilicious"
|
|
6361
|
+
}
|
|
6362
|
+
],
|
|
6363
|
+
"compatibility": {
|
|
6364
|
+
"nuxt": "^3.0.0",
|
|
6365
|
+
"requires": {}
|
|
6366
|
+
}
|
|
6367
|
+
},
|
|
6143
6368
|
{
|
|
6144
6369
|
"name": "vue-select",
|
|
6145
6370
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -6254,6 +6479,28 @@
|
|
|
6254
6479
|
"requires": {}
|
|
6255
6480
|
}
|
|
6256
6481
|
},
|
|
6482
|
+
{
|
|
6483
|
+
"name": "vuetify-nuxt-module",
|
|
6484
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
6485
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
6486
|
+
"npm": "vuetify-nuxt-module",
|
|
6487
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
6488
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6489
|
+
"website": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6490
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
|
|
6491
|
+
"category": "UI",
|
|
6492
|
+
"type": "3rd-party",
|
|
6493
|
+
"maintainers": [
|
|
6494
|
+
{
|
|
6495
|
+
"name": "Joaquín Sánchez",
|
|
6496
|
+
"github": "userquin"
|
|
6497
|
+
}
|
|
6498
|
+
],
|
|
6499
|
+
"compatibility": {
|
|
6500
|
+
"nuxt": "^3.0.0",
|
|
6501
|
+
"requires": {}
|
|
6502
|
+
}
|
|
6503
|
+
},
|
|
6257
6504
|
{
|
|
6258
6505
|
"name": "vuetify",
|
|
6259
6506
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|