@nuxt/modules 0.6.0-3d6041 → 0.6.0-85a12b

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 +226 -8
  2. package/package.json +1 -1
package/modules.json CHANGED
@@ -124,6 +124,29 @@
124
124
  "requires": {}
125
125
  }
126
126
  },
127
+ {
128
+ "name": "prometheus",
129
+ "description": "Prometheus metrics for NodeJS and a set of custom metrics for Nuxt applications",
130
+ "repo": "artmizu/nuxt-prometheus",
131
+ "npm": "@artmizu/nuxt-prometheus",
132
+ "icon": "prometheus.svg",
133
+ "github": "https://github.com/artmizu/nuxt-prometheus",
134
+ "website": "",
135
+ "learn_more": "",
136
+ "category": "Monitoring",
137
+ "type": "3rd-party",
138
+ "maintainers": [
139
+ {
140
+ "name": "Aleksandr Saburov",
141
+ "github": "artmizu",
142
+ "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
143
+ }
144
+ ],
145
+ "compatibility": {
146
+ "nuxt": "^2.0.0 || ^3.0.0",
147
+ "requires": {}
148
+ }
149
+ },
127
150
  {
128
151
  "name": "animejs",
129
152
  "description": "Anime.js module for Nuxt.js",
@@ -480,6 +503,29 @@
480
503
  "requires": {}
481
504
  }
482
505
  },
506
+ {
507
+ "name": "calendly",
508
+ "description": "Calendly is a scheduling tool that allows you to schedule meetings with your customers. This module allows you to easily add Calendly to your Nuxt application.",
509
+ "repo": "madebyfabian/nuxt-calendly",
510
+ "npm": "nuxt-calendly",
511
+ "icon": "calendly.svg",
512
+ "github": "https://github.com/madebyfabian/nuxt-calendly",
513
+ "website": "https://nuxt-calendly.vercel.app/",
514
+ "learn_more": "https://calendly.com/",
515
+ "category": "Extensions",
516
+ "type": "3rd-party",
517
+ "maintainers": [
518
+ {
519
+ "name": "Fabian B.",
520
+ "github": "madebyfabian",
521
+ "twitter": "madebyfabian"
522
+ }
523
+ ],
524
+ "compatibility": {
525
+ "nuxt": "^3.0.0",
526
+ "requires": {}
527
+ }
528
+ },
483
529
  {
484
530
  "name": "canvas-sketch",
485
531
  "description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
@@ -613,6 +659,33 @@
613
659
  "requires": {}
614
660
  }
615
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.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
+ },
616
689
  {
617
690
  "name": "cloudinary",
618
691
  "description": "Optimize images and videos in your Nuxt.js application",
@@ -762,6 +835,52 @@
762
835
  "requires": {}
763
836
  }
764
837
  },
838
+ {
839
+ "name": "cookie-control",
840
+ "description": "A highly configurable cookie banner for Nuxt.",
841
+ "repo": "dargmuesli/nuxt-cookie-control",
842
+ "npm": "@dargmuesli/nuxt-cookie-control",
843
+ "icon": "cookie-control.png",
844
+ "github": "https://github.com/dargmuesli/nuxt-cookie-control",
845
+ "website": "https://github.com/dargmuesli/nuxt-cookie-control",
846
+ "learn_more": "",
847
+ "category": "Extensions",
848
+ "type": "3rd-party",
849
+ "maintainers": [
850
+ {
851
+ "name": "dargmuesli",
852
+ "github": "dargmuesli",
853
+ "avatar": "https://avatars.githubusercontent.com/dargmuesli"
854
+ }
855
+ ],
856
+ "compatibility": {
857
+ "nuxt": "^3.0.0",
858
+ "requires": {}
859
+ }
860
+ },
861
+ {
862
+ "name": "csurf",
863
+ "description": "Cross-Site Request Forgery (CSRF) Prevention for Nuxt",
864
+ "repo": "morgbn/nuxt-csurf",
865
+ "npm": "nuxt-csurf",
866
+ "icon": "csurf.svg",
867
+ "github": "https://github.com/morgbn/nuxt-csurf",
868
+ "website": "https://github.com/morgbn/nuxt-csurf",
869
+ "learn_more": "https://github.com/Morgbn/nuxt-csurf#readme",
870
+ "category": "Security",
871
+ "type": "3rd-party",
872
+ "maintainers": [
873
+ {
874
+ "name": "morgbn",
875
+ "github": "morgbn",
876
+ "avatar": "https://avatars.githubusercontent.com/u/25689856?v=4"
877
+ }
878
+ ],
879
+ "compatibility": {
880
+ "nuxt": "^3.0.0",
881
+ "requires": {}
882
+ }
883
+ },
765
884
  {
766
885
  "name": "custom-elements",
767
886
  "description": "Publish your Components as a vue-custom-element standalone build.",
@@ -2905,6 +3024,29 @@
2905
3024
  "requires": {}
2906
3025
  }
2907
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
+ },
2908
3050
  {
2909
3051
  "name": "nuxt-pino-log",
2910
3052
  "description": "Structured logs for nuxt apps using pino",
@@ -3504,6 +3646,28 @@
3504
3646
  "requires": {}
3505
3647
  }
3506
3648
  },
3649
+ {
3650
+ "name": "prometheus",
3651
+ "description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
3652
+ "repo": "artmizu/nuxt-prometheus",
3653
+ "npm": "@artmizu/nuxt-prometheus",
3654
+ "icon": "",
3655
+ "github": "https://github.com/artmizu/nuxt-prometheus",
3656
+ "website": "https://github.com/artmizu/nuxt-prometheus",
3657
+ "learn_more": "",
3658
+ "category": "Devtools",
3659
+ "type": "3rd-party",
3660
+ "maintainers": [
3661
+ {
3662
+ "name": "artmizu",
3663
+ "github": "artmizu"
3664
+ }
3665
+ ],
3666
+ "compatibility": {
3667
+ "nuxt": "^2.0.0",
3668
+ "requires": {}
3669
+ }
3670
+ },
3507
3671
  {
3508
3672
  "name": "protected-mailto",
3509
3673
  "description": "Nuxt component to generate encoded mailto links",
@@ -3942,7 +4106,7 @@
3942
4106
  "name": "seo-kit",
3943
4107
  "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
3944
4108
  "repo": "harlan-zw/nuxt-seo-kit",
3945
- "npm": "nuxt-seo-kit",
4109
+ "npm": "nuxt-seo-kit-mono",
3946
4110
  "icon": "seo-kit.svg",
3947
4111
  "github": "https://github.com/harlan-zw/nuxt-seo-kit",
3948
4112
  "website": "https://github.com/harlan-zw/nuxt-seo-kit",
@@ -4192,23 +4356,23 @@
4192
4356
  {
4193
4357
  "name": "snipcart",
4194
4358
  "description": "Snipcart integration module for Nuxt.js",
4195
- "repo": "nuxt-community/snipcart-module",
4359
+ "repo": "nuxt-modules/snipcart-module",
4196
4360
  "npm": "@nuxtjs/snipcart",
4197
4361
  "icon": "snipcart.png",
4198
- "github": "https://github.com/nuxt-community/snipcart-module",
4199
- "website": "https://github.com/nuxt-community/snipcart-module",
4200
- "learn_more": "",
4362
+ "github": "https://github.com/nuxt-modules/snipcart",
4363
+ "website": "https://github.com/nuxt-modules/snipcart",
4364
+ "learn_more": "https://snipcart.com",
4201
4365
  "category": "Payment",
4202
4366
  "type": "community",
4203
4367
  "maintainers": [
4204
4368
  {
4205
4369
  "name": "Florent GIRAUD",
4206
- "github": "f3ltron",
4207
- "twitter": "giraud_florent"
4370
+ "github": "flozero",
4371
+ "twitter": "flozeroo"
4208
4372
  }
4209
4373
  ],
4210
4374
  "compatibility": {
4211
- "nuxt": "^2.0.0",
4375
+ "nuxt": "^2.0.0 || ^3.0.0",
4212
4376
  "requires": {}
4213
4377
  }
4214
4378
  },
@@ -5171,6 +5335,60 @@
5171
5335
  "requires": {}
5172
5336
  }
5173
5337
  },
5338
+ {
5339
+ "name": "vite-pwa-nuxt",
5340
+ "description": "Zero-config PWA Plugin for Nuxt 3",
5341
+ "repo": "vite-pwa/nuxt",
5342
+ "npm": "@vite-pwa/nuxt",
5343
+ "icon": "vite-pwa-nuxt.svg",
5344
+ "github": "https://github.com/vite-pwa/nuxt",
5345
+ "website": "https://github.com/vite-pwa/nuxt",
5346
+ "learn_more": "https://vite-pwa-org.netlify.app/frameworks/nuxt.html",
5347
+ "category": "Performance",
5348
+ "type": "3rd-party",
5349
+ "maintainers": [
5350
+ {
5351
+ "name": "Joaquín Sánchez",
5352
+ "github": "userquin",
5353
+ "twitter": "userquin"
5354
+ },
5355
+ {
5356
+ "name": "Anthony Fu",
5357
+ "github": "antfu",
5358
+ "twitter": "antfu7"
5359
+ }
5360
+ ],
5361
+ "compatibility": {
5362
+ "nuxt": "^3.0.0",
5363
+ "requires": {}
5364
+ }
5365
+ },
5366
+ {
5367
+ "name": "vitest",
5368
+ "description": "Vitest integration with Nuxt",
5369
+ "repo": "danielroe/nuxt-vitest#main",
5370
+ "npm": "nuxt-vitest",
5371
+ "icon": "vitest.svg",
5372
+ "github": "https://github.com/danielroe/nuxt-vitest",
5373
+ "website": "https://github.com/danielroe/nuxt-vitest",
5374
+ "learn_more": "",
5375
+ "category": "Extensions",
5376
+ "type": "3rd-party",
5377
+ "maintainers": [
5378
+ {
5379
+ "name": "Daniel Roe",
5380
+ "github": "danielroe"
5381
+ },
5382
+ {
5383
+ "name": "Anthony Fu",
5384
+ "github": "antfu"
5385
+ }
5386
+ ],
5387
+ "compatibility": {
5388
+ "nuxt": "^3.0.0",
5389
+ "requires": {}
5390
+ }
5391
+ },
5174
5392
  {
5175
5393
  "name": "vue-macros",
5176
5394
  "description": "Explore and extend more macros and syntax sugar to Vue.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-3d6041",
3
+ "version": "0.6.0-85a12b",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json",
6
6
  "files": [