@nuxt/modules 0.6.0-bac3a2 → 0.6.0-bbf627

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 +362 -26
  2. 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://github.com/arashsheyda/nuxt-mongoose",
3422
+ "website": "https://nuxt-mongoose.nuxt.space",
3355
3423
  "learn_more": "",
3356
3424
  "category": "Database",
3357
3425
  "type": "3rd-party",
@@ -3389,6 +3457,28 @@
3389
3457
  "requires": {}
3390
3458
  }
3391
3459
  },
3460
+ {
3461
+ "name": "nuxt-phosphor-icons",
3462
+ "description": "Just a simple integration for @phosphor-icons in Nuxt",
3463
+ "repo": "OyewoleOyedeji/nuxt-phosphor-icons",
3464
+ "npm": "nuxt-phosphor-icons",
3465
+ "icon": "phosphor-icons.svg",
3466
+ "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3467
+ "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3468
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3469
+ "category": "UI",
3470
+ "type": "3rd-party",
3471
+ "maintainers": [
3472
+ {
3473
+ "name": "OyewoleOyedeji",
3474
+ "github": "OyewoleOyedeji"
3475
+ }
3476
+ ],
3477
+ "compatibility": {
3478
+ "nuxt": "^3.0.0",
3479
+ "requires": {}
3480
+ }
3481
+ },
3392
3482
  {
3393
3483
  "name": "nuxt-pino-log",
3394
3484
  "description": "Structured logs for nuxt apps using pino",
@@ -4625,6 +4715,29 @@
4625
4715
  "requires": {}
4626
4716
  }
4627
4717
  },
4718
+ {
4719
+ "name": "server-block",
4720
+ "description": "Use <server> tags in your Nuxt pages components.",
4721
+ "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
4722
+ "npm": "@hebilicious/server-block-nuxt",
4723
+ "icon": "server-block.svg",
4724
+ "github": "https://github.com/Hebilicious/server-block-nuxt",
4725
+ "website": "https://github.com/Hebilicious/server-block-nuxt#readme",
4726
+ "learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
4727
+ "category": "Extensions",
4728
+ "type": "3rd-party",
4729
+ "maintainers": [
4730
+ {
4731
+ "name": "Hebilicious",
4732
+ "github": "Hebilicious",
4733
+ "twitter": "its_hebilicious"
4734
+ }
4735
+ ],
4736
+ "compatibility": {
4737
+ "nuxt": "^3.0.0",
4738
+ "requires": {}
4739
+ }
4740
+ },
4628
4741
  {
4629
4742
  "name": "session",
4630
4743
  "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 +5214,32 @@
5101
5214
  }
5102
5215
  }
5103
5216
  },
5217
+ {
5218
+ "name": "stripe-next",
5219
+ "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.",
5220
+ "repo": "fuentesloic/nuxt-stripe",
5221
+ "npm": "@unlok-co/nuxt-stripe",
5222
+ "icon": "stripe.png",
5223
+ "github": "https://github.com/fuentesloic/nuxt-stripe",
5224
+ "website": "https://github.com/fuentesloic/nuxt-stripe",
5225
+ "learn_more": "https://stripe.com/docs",
5226
+ "category": "Payment",
5227
+ "type": "3rd-party",
5228
+ "maintainers": [
5229
+ {
5230
+ "name": "Loic Fuentes",
5231
+ "github": "fuentesloic"
5232
+ },
5233
+ {
5234
+ "name": "Florent Giraud",
5235
+ "github": "flozero"
5236
+ }
5237
+ ],
5238
+ "compatibility": {
5239
+ "nuxt": "^3.0.0",
5240
+ "requires": {}
5241
+ }
5242
+ },
5104
5243
  {
5105
5244
  "name": "stripe",
5106
5245
  "description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
@@ -5404,6 +5543,28 @@
5404
5543
  "requires": {}
5405
5544
  }
5406
5545
  },
5546
+ {
5547
+ "name": "time",
5548
+ "description": "Safely render local dates and times on the server with Nuxt",
5549
+ "repo": "danielroe/nuxt-time",
5550
+ "npm": "nuxt-time",
5551
+ "icon": "",
5552
+ "github": "https://github.com/danielroe/nuxt-time",
5553
+ "website": "https://github.com/danielroe/nuxt-time",
5554
+ "learn_more": "",
5555
+ "category": "Extensions",
5556
+ "type": "3rd-party",
5557
+ "maintainers": [
5558
+ {
5559
+ "name": "danielroe",
5560
+ "github": "danielroe"
5561
+ }
5562
+ ],
5563
+ "compatibility": {
5564
+ "nuxt": "^3.0.0",
5565
+ "requires": {}
5566
+ }
5567
+ },
5407
5568
  {
5408
5569
  "name": "toast",
5409
5570
  "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
@@ -5427,6 +5588,39 @@
5427
5588
  "requires": {}
5428
5589
  }
5429
5590
  },
5591
+ {
5592
+ "name": "tresjs",
5593
+ "description": "Create 3D experiences in your Nuxt application using TresJS.",
5594
+ "repo": "tresjs/nuxt",
5595
+ "npm": "@tresjs/nuxt",
5596
+ "icon": "tresjs.svg",
5597
+ "github": "https://github.com/Tresjs/nuxt",
5598
+ "website": "https://tresjs.org/guide/nuxt.html",
5599
+ "learn_more": "https://tresjs.org/",
5600
+ "category": "Libraries",
5601
+ "type": "3rd-party",
5602
+ "maintainers": [
5603
+ {
5604
+ "name": "Alvaro Saburido",
5605
+ "github": "alvarosabu",
5606
+ "twitter": "alvarosabu"
5607
+ },
5608
+ {
5609
+ "name": "Jaime Torrealba",
5610
+ "github": "JaimeTorrealba",
5611
+ "twitter": "jaimebboyjt"
5612
+ },
5613
+ {
5614
+ "name": "Tino Koch",
5615
+ "github": "Tinoooo",
5616
+ "twitter": "ichbintino"
5617
+ }
5618
+ ],
5619
+ "compatibility": {
5620
+ "nuxt": "^3.0.0",
5621
+ "requires": {}
5622
+ }
5623
+ },
5430
5624
  {
5431
5625
  "name": "turnstile",
5432
5626
  "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
@@ -5476,6 +5670,28 @@
5476
5670
  }
5477
5671
  }
5478
5672
  },
5673
+ {
5674
+ "name": "twemoji",
5675
+ "description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
5676
+ "repo": "yizack/nuxt-twemoji",
5677
+ "npm": "nuxt-twemoji",
5678
+ "icon": "twemoji.svg",
5679
+ "github": "https://github.com/Yizack/nuxt-twemoji",
5680
+ "website": "https://github.com/Yizack/nuxt-twemoji",
5681
+ "learn_more": "",
5682
+ "category": "UI",
5683
+ "type": "3rd-party",
5684
+ "maintainers": [
5685
+ {
5686
+ "name": "Yizack Rangel",
5687
+ "github": "yizack"
5688
+ }
5689
+ ],
5690
+ "compatibility": {
5691
+ "nuxt": "^3.0.0",
5692
+ "requires": {}
5693
+ }
5694
+ },
5479
5695
  {
5480
5696
  "name": "twicpics",
5481
5697
  "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
@@ -5928,6 +6144,28 @@
5928
6144
  "requires": {}
5929
6145
  }
5930
6146
  },
6147
+ {
6148
+ "name": "vercel-analytics",
6149
+ "description": "Vercel Analytics integration for Nuxt",
6150
+ "repo": "xanderbarkhatov/nuxt-vercel-analytics",
6151
+ "npm": "nuxt-vercel-analytics",
6152
+ "icon": "",
6153
+ "github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
6154
+ "website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
6155
+ "learn_more": "https://vercel.com/docs/concepts/analytics",
6156
+ "category": "Analytics",
6157
+ "type": "3rd-party",
6158
+ "maintainers": [
6159
+ {
6160
+ "name": "Alexander B.",
6161
+ "github": "xanderbarkhatov"
6162
+ }
6163
+ ],
6164
+ "compatibility": {
6165
+ "nuxt": "^3.0.0",
6166
+ "requires": {}
6167
+ }
6168
+ },
5931
6169
  {
5932
6170
  "name": "vexip-ui",
5933
6171
  "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
@@ -5982,13 +6220,13 @@
5982
6220
  {
5983
6221
  "name": "vitest",
5984
6222
  "description": "Vitest integration with Nuxt",
5985
- "repo": "danielroe/nuxt-vitest#main",
6223
+ "repo": "danielroe/nuxt-vitest",
5986
6224
  "npm": "nuxt-vitest",
5987
6225
  "icon": "vitest.svg",
5988
6226
  "github": "https://github.com/danielroe/nuxt-vitest",
5989
6227
  "website": "https://github.com/danielroe/nuxt-vitest",
5990
6228
  "learn_more": "",
5991
- "category": "Extensions",
6229
+ "category": "Devtools",
5992
6230
  "type": "3rd-party",
5993
6231
  "maintainers": [
5994
6232
  {
@@ -6005,6 +6243,36 @@
6005
6243
  "requires": {}
6006
6244
  }
6007
6245
  },
6246
+ {
6247
+ "name": "vue-email",
6248
+ "description": "Write email templates with vue",
6249
+ "repo": "Dave136/vue-email#main/packages/vue-email",
6250
+ "npm": "vue-email",
6251
+ "icon": "vue-email.svg",
6252
+ "github": "https://github.com/Dave136/vue-email",
6253
+ "website": "https://vue-email.vercel.app/",
6254
+ "learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
6255
+ "category": "UI",
6256
+ "type": "3rd-party",
6257
+ "maintainers": [
6258
+ {
6259
+ "name": "David Arenas",
6260
+ "github": "Dave136",
6261
+ "twitter": "davejs4",
6262
+ "avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
6263
+ },
6264
+ {
6265
+ "name": "Younes Barrad",
6266
+ "github": "Flowko",
6267
+ "twitter": "imflowko",
6268
+ "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
6269
+ }
6270
+ ],
6271
+ "compatibility": {
6272
+ "nuxt": "^3.0.0",
6273
+ "requires": {}
6274
+ }
6275
+ },
6008
6276
  {
6009
6277
  "name": "vue-macros",
6010
6278
  "description": "Explore more macros and syntax sugar to Vue.",
@@ -6096,6 +6364,29 @@
6096
6364
  "requires": {}
6097
6365
  }
6098
6366
  },
6367
+ {
6368
+ "name": "vue-query",
6369
+ "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
6370
+ "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
6371
+ "npm": "@hebilicious/vue-query-nuxt",
6372
+ "icon": "vue-query.svg",
6373
+ "github": "https://github.com/Hebilicious/vue-query-nuxt",
6374
+ "website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
6375
+ "learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
6376
+ "category": "Request",
6377
+ "type": "3rd-party",
6378
+ "maintainers": [
6379
+ {
6380
+ "name": "Hebilicious",
6381
+ "github": "Hebilicious",
6382
+ "twitter": "its_hebilicious"
6383
+ }
6384
+ ],
6385
+ "compatibility": {
6386
+ "nuxt": "^3.0.0",
6387
+ "requires": {}
6388
+ }
6389
+ },
6099
6390
  {
6100
6391
  "name": "vue-select",
6101
6392
  "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
@@ -6166,6 +6457,29 @@
6166
6457
  "requires": {}
6167
6458
  }
6168
6459
  },
6460
+ {
6461
+ "name": "vue3-carousel-nuxt",
6462
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
6463
+ "repo": "gaetansenn/vue3-carousel-nuxt",
6464
+ "npm": "vue3-carousel-nuxt",
6465
+ "icon": "",
6466
+ "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
6467
+ "website": "",
6468
+ "learn_more": "",
6469
+ "category": "UI",
6470
+ "type": "3rd-party",
6471
+ "maintainers": [
6472
+ {
6473
+ "name": "Gaetan SENN",
6474
+ "github": "gaetansenn",
6475
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
6476
+ }
6477
+ ],
6478
+ "compatibility": {
6479
+ "nuxt": "^3.0.0",
6480
+ "requires": {}
6481
+ }
6482
+ },
6169
6483
  {
6170
6484
  "name": "vuefire",
6171
6485
  "description": "Idiomatic composables for the Firebase SDK",
@@ -6210,6 +6524,28 @@
6210
6524
  "requires": {}
6211
6525
  }
6212
6526
  },
6527
+ {
6528
+ "name": "vuetify-nuxt-module",
6529
+ "description": "Zero-config Nuxt Module for Vuetify.",
6530
+ "repo": "userquin/vuetify-nuxt-module",
6531
+ "npm": "vuetify-nuxt-module",
6532
+ "icon": "vuetify-logo-v3-dark.svg",
6533
+ "github": "https://github.com/userquin/vuetify-nuxt-module",
6534
+ "website": "https://github.com/userquin/vuetify-nuxt-module",
6535
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
6536
+ "category": "UI",
6537
+ "type": "3rd-party",
6538
+ "maintainers": [
6539
+ {
6540
+ "name": "Joaquín Sánchez",
6541
+ "github": "userquin"
6542
+ }
6543
+ ],
6544
+ "compatibility": {
6545
+ "nuxt": "^3.0.0",
6546
+ "requires": {}
6547
+ }
6548
+ },
6213
6549
  {
6214
6550
  "name": "vuetify",
6215
6551
  "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-bac3a2",
3
+ "version": "0.6.0-bbf627",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json",
6
6
  "files": [