@nuxt/modules 0.6.0-afdffa → 0.6.0-d07bb7
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 +57 -7
- package/package.json +1 -1
package/modules.json
CHANGED
|
@@ -659,6 +659,33 @@
|
|
|
659
659
|
"requires": {}
|
|
660
660
|
}
|
|
661
661
|
},
|
|
662
|
+
{
|
|
663
|
+
"name": "cloudflare-analytics",
|
|
664
|
+
"description": "Cloudflare Web Analytics Module for Nuxt",
|
|
665
|
+
"repo": "hamlogic/nuxt-cloudflare-analytics",
|
|
666
|
+
"npm": "nuxt-cloudflare-analytics",
|
|
667
|
+
"icon": "cloudflare-analytics.svg",
|
|
668
|
+
"github": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
|
|
669
|
+
"website": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
|
|
670
|
+
"learn_more": "https://www.cloudflare.com/web-analytics/",
|
|
671
|
+
"category": "Analytics",
|
|
672
|
+
"type": "3rd-party",
|
|
673
|
+
"maintainers": [
|
|
674
|
+
{
|
|
675
|
+
"name": "hamlogic",
|
|
676
|
+
"github": "hamlogic"
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
"name": "Fabian B.",
|
|
680
|
+
"github": "madebyfabian",
|
|
681
|
+
"twitter": "madebyfabian"
|
|
682
|
+
}
|
|
683
|
+
],
|
|
684
|
+
"compatibility": {
|
|
685
|
+
"nuxt": "^3.0.0",
|
|
686
|
+
"requires": {}
|
|
687
|
+
}
|
|
688
|
+
},
|
|
662
689
|
{
|
|
663
690
|
"name": "cloudinary",
|
|
664
691
|
"description": "Optimize images and videos in your Nuxt.js application",
|
|
@@ -2997,6 +3024,29 @@
|
|
|
2997
3024
|
"requires": {}
|
|
2998
3025
|
}
|
|
2999
3026
|
},
|
|
3027
|
+
{
|
|
3028
|
+
"name": "nuxt-pdf",
|
|
3029
|
+
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
3030
|
+
"repo": "sidebase/nuxt-pdf",
|
|
3031
|
+
"npm": "@sidebase/nuxt-pdf",
|
|
3032
|
+
"icon": "nuxt-pdf.png",
|
|
3033
|
+
"github": "https://github.com/sidebase/nuxt-pdf",
|
|
3034
|
+
"website": "https://sidebase.io/nuxt-pdf",
|
|
3035
|
+
"learn_more": "https://github.com/sidebase",
|
|
3036
|
+
"category": "Extensions",
|
|
3037
|
+
"type": "3rd-party",
|
|
3038
|
+
"maintainers": [
|
|
3039
|
+
{
|
|
3040
|
+
"name": "sidebase",
|
|
3041
|
+
"github": "sidebase",
|
|
3042
|
+
"twitter": "sidebase_io"
|
|
3043
|
+
}
|
|
3044
|
+
],
|
|
3045
|
+
"compatibility": {
|
|
3046
|
+
"nuxt": "^3.0.0",
|
|
3047
|
+
"requires": {}
|
|
3048
|
+
}
|
|
3049
|
+
},
|
|
3000
3050
|
{
|
|
3001
3051
|
"name": "nuxt-pino-log",
|
|
3002
3052
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -4306,23 +4356,23 @@
|
|
|
4306
4356
|
{
|
|
4307
4357
|
"name": "snipcart",
|
|
4308
4358
|
"description": "Snipcart integration module for Nuxt.js",
|
|
4309
|
-
"repo": "nuxt-
|
|
4359
|
+
"repo": "nuxt-modules/snipcart-module",
|
|
4310
4360
|
"npm": "@nuxtjs/snipcart",
|
|
4311
4361
|
"icon": "snipcart.png",
|
|
4312
|
-
"github": "https://github.com/nuxt-
|
|
4313
|
-
"website": "https://github.com/nuxt-
|
|
4314
|
-
"learn_more": "",
|
|
4362
|
+
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4363
|
+
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4364
|
+
"learn_more": "https://snipcart.com",
|
|
4315
4365
|
"category": "Payment",
|
|
4316
4366
|
"type": "community",
|
|
4317
4367
|
"maintainers": [
|
|
4318
4368
|
{
|
|
4319
4369
|
"name": "Florent GIRAUD",
|
|
4320
|
-
"github": "
|
|
4321
|
-
"twitter": "
|
|
4370
|
+
"github": "flozero",
|
|
4371
|
+
"twitter": "flozeroo"
|
|
4322
4372
|
}
|
|
4323
4373
|
],
|
|
4324
4374
|
"compatibility": {
|
|
4325
|
-
"nuxt": "^2.0.0",
|
|
4375
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4326
4376
|
"requires": {}
|
|
4327
4377
|
}
|
|
4328
4378
|
},
|