@nuxt/modules 0.6.0-bdada2 → 0.6.0-c29eb8
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 +60 -1
- package/package.json +1 -1
package/modules.json
CHANGED
|
@@ -3441,7 +3441,7 @@
|
|
|
3441
3441
|
"npm": "nuxt-mongoose",
|
|
3442
3442
|
"icon": "nuxt-mongoose.svg",
|
|
3443
3443
|
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3444
|
-
"website": "https://
|
|
3444
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3445
3445
|
"learn_more": "",
|
|
3446
3446
|
"category": "Database",
|
|
3447
3447
|
"type": "3rd-party",
|
|
@@ -5191,6 +5191,32 @@
|
|
|
5191
5191
|
}
|
|
5192
5192
|
}
|
|
5193
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
|
+
},
|
|
5194
5220
|
{
|
|
5195
5221
|
"name": "stripe",
|
|
5196
5222
|
"description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
|
|
@@ -5539,6 +5565,39 @@
|
|
|
5539
5565
|
"requires": {}
|
|
5540
5566
|
}
|
|
5541
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
|
+
},
|
|
5542
5601
|
{
|
|
5543
5602
|
"name": "turnstile",
|
|
5544
5603
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|