@nuxt/modules 0.6.0-1893cf → 0.6.0-275249

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 +152 -5
  2. package/package.json +1 -1
package/modules.json CHANGED
@@ -573,6 +573,28 @@
573
573
  "requires": {}
574
574
  }
575
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
+ },
576
598
  {
577
599
  "name": "chakra-ui",
578
600
  "description": "Chakra UI Module for Nuxt.js",
@@ -1581,8 +1603,8 @@
1581
1603
  {
1582
1604
  "name": "form-actions",
1583
1605
  "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",
1606
+ "repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt#main",
1607
+ "npm": "@hebilicious/form-actions-nuxt",
1586
1608
  "icon": "form-actions.svg",
1587
1609
  "github": "https://github.com/Hebilicious/form-actions-nuxt",
1588
1610
  "website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
@@ -1949,6 +1971,28 @@
1949
1971
  "requires": {}
1950
1972
  }
1951
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
+ },
1952
1996
  {
1953
1997
  "name": "harlem",
1954
1998
  "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
@@ -3397,7 +3441,7 @@
3397
3441
  "npm": "nuxt-mongoose",
3398
3442
  "icon": "nuxt-mongoose.svg",
3399
3443
  "github": "https://github.com/arashsheyda/nuxt-mongoose",
3400
- "website": "https://github.com/arashsheyda/nuxt-mongoose",
3444
+ "website": "https://nuxt-mongoose.nuxt.space",
3401
3445
  "learn_more": "",
3402
3446
  "category": "Database",
3403
3447
  "type": "3rd-party",
@@ -5147,6 +5191,32 @@
5147
5191
  }
5148
5192
  }
5149
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
+ },
5150
5220
  {
5151
5221
  "name": "stripe",
5152
5222
  "description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
@@ -5450,6 +5520,28 @@
5450
5520
  "requires": {}
5451
5521
  }
5452
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
+ },
5453
5545
  {
5454
5546
  "name": "toast",
5455
5547
  "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
@@ -5473,6 +5565,39 @@
5473
5565
  "requires": {}
5474
5566
  }
5475
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
+ },
5476
5601
  {
5477
5602
  "name": "turnstile",
5478
5603
  "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
@@ -6072,13 +6197,13 @@
6072
6197
  {
6073
6198
  "name": "vitest",
6074
6199
  "description": "Vitest integration with Nuxt",
6075
- "repo": "danielroe/nuxt-vitest#main",
6200
+ "repo": "danielroe/nuxt-vitest",
6076
6201
  "npm": "nuxt-vitest",
6077
6202
  "icon": "vitest.svg",
6078
6203
  "github": "https://github.com/danielroe/nuxt-vitest",
6079
6204
  "website": "https://github.com/danielroe/nuxt-vitest",
6080
6205
  "learn_more": "",
6081
- "category": "Extensions",
6206
+ "category": "Devtools",
6082
6207
  "type": "3rd-party",
6083
6208
  "maintainers": [
6084
6209
  {
@@ -6323,6 +6448,28 @@
6323
6448
  "requires": {}
6324
6449
  }
6325
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
+ },
6326
6473
  {
6327
6474
  "name": "vuetify",
6328
6475
  "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-1893cf",
3
+ "version": "0.6.0-275249",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json",
6
6
  "files": [