@nuxt/modules 0.6.0-1893cf → 0.6.0-2448bb

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 +153 -28
  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",
@@ -1138,7 +1160,7 @@
1138
1160
  {
1139
1161
  "name": "devtools",
1140
1162
  "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1141
- "repo": "nuxt/devtools#main",
1163
+ "repo": "nuxt/devtools#main/packages/devtools",
1142
1164
  "npm": "@nuxt/devtools",
1143
1165
  "icon": "nuxt.svg",
1144
1166
  "github": "https://github.com/nuxt/devtools",
@@ -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.",
@@ -3278,28 +3322,6 @@
3278
3322
  }
3279
3323
  }
3280
3324
  },
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
3325
  {
3304
3326
  "name": "nuxt-localtunnel",
3305
3327
  "description": "Exposes your Nuxt localhost to the world automatically.",
@@ -3397,7 +3419,7 @@
3397
3419
  "npm": "nuxt-mongoose",
3398
3420
  "icon": "nuxt-mongoose.svg",
3399
3421
  "github": "https://github.com/arashsheyda/nuxt-mongoose",
3400
- "website": "https://github.com/arashsheyda/nuxt-mongoose",
3422
+ "website": "https://nuxt-mongoose.nuxt.space",
3401
3423
  "learn_more": "",
3402
3424
  "category": "Database",
3403
3425
  "type": "3rd-party",
@@ -5147,6 +5169,32 @@
5147
5169
  }
5148
5170
  }
5149
5171
  },
5172
+ {
5173
+ "name": "stripe-next",
5174
+ "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.",
5175
+ "repo": "fuentesloic/nuxt-stripe",
5176
+ "npm": "@unlok-co/nuxt-stripe",
5177
+ "icon": "stripe.png",
5178
+ "github": "https://github.com/fuentesloic/nuxt-stripe",
5179
+ "website": "https://github.com/fuentesloic/nuxt-stripe",
5180
+ "learn_more": "https://stripe.com/docs",
5181
+ "category": "Payment",
5182
+ "type": "3rd-party",
5183
+ "maintainers": [
5184
+ {
5185
+ "name": "Loic Fuentes",
5186
+ "github": "fuentesloic"
5187
+ },
5188
+ {
5189
+ "name": "Florent Giraud",
5190
+ "github": "flozero"
5191
+ }
5192
+ ],
5193
+ "compatibility": {
5194
+ "nuxt": "^3.0.0",
5195
+ "requires": {}
5196
+ }
5197
+ },
5150
5198
  {
5151
5199
  "name": "stripe",
5152
5200
  "description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
@@ -5450,6 +5498,28 @@
5450
5498
  "requires": {}
5451
5499
  }
5452
5500
  },
5501
+ {
5502
+ "name": "time",
5503
+ "description": "Safely render local dates and times on the server with Nuxt",
5504
+ "repo": "danielroe/nuxt-time",
5505
+ "npm": "nuxt-time",
5506
+ "icon": "",
5507
+ "github": "https://github.com/danielroe/nuxt-time",
5508
+ "website": "https://github.com/danielroe/nuxt-time",
5509
+ "learn_more": "",
5510
+ "category": "Extensions",
5511
+ "type": "3rd-party",
5512
+ "maintainers": [
5513
+ {
5514
+ "name": "danielroe",
5515
+ "github": "danielroe"
5516
+ }
5517
+ ],
5518
+ "compatibility": {
5519
+ "nuxt": "^3.0.0",
5520
+ "requires": {}
5521
+ }
5522
+ },
5453
5523
  {
5454
5524
  "name": "toast",
5455
5525
  "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
@@ -5473,6 +5543,39 @@
5473
5543
  "requires": {}
5474
5544
  }
5475
5545
  },
5546
+ {
5547
+ "name": "tresjs",
5548
+ "description": "Create 3D experiences in your Nuxt application using TresJS.",
5549
+ "repo": "tresjs/nuxt",
5550
+ "npm": "@tresjs/nuxt",
5551
+ "icon": "tresjs.svg",
5552
+ "github": "https://github.com/Tresjs/nuxt",
5553
+ "website": "https://tresjs.org/guide/nuxt.html",
5554
+ "learn_more": "https://tresjs.org/",
5555
+ "category": "Libraries",
5556
+ "type": "3rd-party",
5557
+ "maintainers": [
5558
+ {
5559
+ "name": "Alvaro Saburido",
5560
+ "github": "alvarosabu",
5561
+ "twitter": "alvarosabu"
5562
+ },
5563
+ {
5564
+ "name": "Jaime Torrealba",
5565
+ "github": "JaimeTorrealba",
5566
+ "twitter": "jaimebboyjt"
5567
+ },
5568
+ {
5569
+ "name": "Tino Koch",
5570
+ "github": "Tinoooo",
5571
+ "twitter": "ichbintino"
5572
+ }
5573
+ ],
5574
+ "compatibility": {
5575
+ "nuxt": "^3.0.0",
5576
+ "requires": {}
5577
+ }
5578
+ },
5476
5579
  {
5477
5580
  "name": "turnstile",
5478
5581
  "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
@@ -6072,13 +6175,13 @@
6072
6175
  {
6073
6176
  "name": "vitest",
6074
6177
  "description": "Vitest integration with Nuxt",
6075
- "repo": "danielroe/nuxt-vitest#main",
6178
+ "repo": "danielroe/nuxt-vitest",
6076
6179
  "npm": "nuxt-vitest",
6077
6180
  "icon": "vitest.svg",
6078
6181
  "github": "https://github.com/danielroe/nuxt-vitest",
6079
6182
  "website": "https://github.com/danielroe/nuxt-vitest",
6080
6183
  "learn_more": "",
6081
- "category": "Extensions",
6184
+ "category": "Devtools",
6082
6185
  "type": "3rd-party",
6083
6186
  "maintainers": [
6084
6187
  {
@@ -6323,6 +6426,28 @@
6323
6426
  "requires": {}
6324
6427
  }
6325
6428
  },
6429
+ {
6430
+ "name": "vuetify-nuxt-module",
6431
+ "description": "Zero-config Nuxt Module for Vuetify.",
6432
+ "repo": "userquin/vuetify-nuxt-module",
6433
+ "npm": "vuetify-nuxt-module",
6434
+ "icon": "vuetify-logo-v3-dark.svg",
6435
+ "github": "https://github.com/userquin/vuetify-nuxt-module",
6436
+ "website": "https://github.com/userquin/vuetify-nuxt-module",
6437
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
6438
+ "category": "UI",
6439
+ "type": "3rd-party",
6440
+ "maintainers": [
6441
+ {
6442
+ "name": "Joaquín Sánchez",
6443
+ "github": "userquin"
6444
+ }
6445
+ ],
6446
+ "compatibility": {
6447
+ "nuxt": "^3.0.0",
6448
+ "requires": {}
6449
+ }
6450
+ },
6326
6451
  {
6327
6452
  "name": "vuetify",
6328
6453
  "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-2448bb",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json",
6
6
  "files": [