@nuxt/modules 0.6.0-3d6041 → 0.6.0-624cd3

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 +321 -9
  2. package/package.json +5 -5
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",
@@ -258,7 +281,7 @@
258
281
  }
259
282
  ],
260
283
  "compatibility": {
261
- "nuxt": "^2.0.0",
284
+ "nuxt": "^3.0.0",
262
285
  "requires": {}
263
286
  }
264
287
  },
@@ -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.",
@@ -1024,6 +1143,28 @@
1024
1143
  "requires": {}
1025
1144
  }
1026
1145
  },
1146
+ {
1147
+ "name": "electron",
1148
+ "description": "Integrate Nuxt and Electron.",
1149
+ "repo": "caoxiemeihao/nuxt-electron",
1150
+ "npm": "nuxt-electron",
1151
+ "icon": "electron.svg",
1152
+ "github": "https://github.com/caoxiemeihao/nuxt-electron",
1153
+ "website": "https://github.com/caoxiemeihao/nuxt-electron",
1154
+ "learn_more": "https://github.com/caoxiemeihao/nuxt-electron#readme",
1155
+ "category": "Extensions",
1156
+ "type": "3rd-party",
1157
+ "maintainers": [
1158
+ {
1159
+ "name": "草鞋没号",
1160
+ "github": "caoxiemeihao"
1161
+ }
1162
+ ],
1163
+ "compatibility": {
1164
+ "nuxt": "^3.0.0",
1165
+ "requires": {}
1166
+ }
1167
+ },
1027
1168
  {
1028
1169
  "name": "element-plus",
1029
1170
  "description": "A Vue 3 based component library for designers and developers",
@@ -2483,6 +2624,31 @@
2483
2624
  "requires": {}
2484
2625
  }
2485
2626
  },
2627
+ {
2628
+ "name": "medusa",
2629
+ "description": "Easily connect to Medusa from your Nuxt 3 application",
2630
+ "repo": "Baroshem/nuxt-medusa",
2631
+ "npm": "nuxt-medusa",
2632
+ "icon": "medusa.svg",
2633
+ "github": "https://github.com/Baroshem/nuxt-medusa/",
2634
+ "website": "https://nuxt-medusa.vercel.app/",
2635
+ "learn_more": "https://nuxt-medusa.vercel.app/",
2636
+ "category": "Ecommerce",
2637
+ "type": "3rd-party",
2638
+ "maintainers": [
2639
+ {
2640
+ "name": "Jakub Andrzejewski",
2641
+ "github": "Baroshem",
2642
+ "avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
2643
+ }
2644
+ ],
2645
+ "compatibility": {
2646
+ "nuxt": "^2.0.0 || ^3.0.0",
2647
+ "requires": {
2648
+ "bridge": true
2649
+ }
2650
+ }
2651
+ },
2486
2652
  {
2487
2653
  "name": "meilisearch",
2488
2654
  "description": "Meilisearch Instant Search module for Nuxt 3",
@@ -2905,6 +3071,29 @@
2905
3071
  "requires": {}
2906
3072
  }
2907
3073
  },
3074
+ {
3075
+ "name": "nuxt-pdf",
3076
+ "description": "Zero-boilerplate PDF exports of your Pages and Components",
3077
+ "repo": "sidebase/nuxt-pdf",
3078
+ "npm": "@sidebase/nuxt-pdf",
3079
+ "icon": "nuxt-pdf.png",
3080
+ "github": "https://github.com/sidebase/nuxt-pdf",
3081
+ "website": "https://sidebase.io/nuxt-pdf",
3082
+ "learn_more": "https://github.com/sidebase",
3083
+ "category": "Extensions",
3084
+ "type": "3rd-party",
3085
+ "maintainers": [
3086
+ {
3087
+ "name": "sidebase",
3088
+ "github": "sidebase",
3089
+ "twitter": "sidebase_io"
3090
+ }
3091
+ ],
3092
+ "compatibility": {
3093
+ "nuxt": "^3.0.0",
3094
+ "requires": {}
3095
+ }
3096
+ },
2908
3097
  {
2909
3098
  "name": "nuxt-pino-log",
2910
3099
  "description": "Structured logs for nuxt apps using pino",
@@ -3504,6 +3693,28 @@
3504
3693
  "requires": {}
3505
3694
  }
3506
3695
  },
3696
+ {
3697
+ "name": "prometheus",
3698
+ "description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
3699
+ "repo": "artmizu/nuxt-prometheus",
3700
+ "npm": "@artmizu/nuxt-prometheus",
3701
+ "icon": "",
3702
+ "github": "https://github.com/artmizu/nuxt-prometheus",
3703
+ "website": "https://github.com/artmizu/nuxt-prometheus",
3704
+ "learn_more": "",
3705
+ "category": "Devtools",
3706
+ "type": "3rd-party",
3707
+ "maintainers": [
3708
+ {
3709
+ "name": "artmizu",
3710
+ "github": "artmizu"
3711
+ }
3712
+ ],
3713
+ "compatibility": {
3714
+ "nuxt": "^2.0.0",
3715
+ "requires": {}
3716
+ }
3717
+ },
3507
3718
  {
3508
3719
  "name": "protected-mailto",
3509
3720
  "description": "Nuxt component to generate encoded mailto links",
@@ -3941,7 +4152,7 @@
3941
4152
  {
3942
4153
  "name": "seo-kit",
3943
4154
  "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
3944
- "repo": "harlan-zw/nuxt-seo-kit",
4155
+ "repo": "harlan-zw/nuxt-seo-kit#main/layer",
3945
4156
  "npm": "nuxt-seo-kit",
3946
4157
  "icon": "seo-kit.svg",
3947
4158
  "github": "https://github.com/harlan-zw/nuxt-seo-kit",
@@ -4192,23 +4403,23 @@
4192
4403
  {
4193
4404
  "name": "snipcart",
4194
4405
  "description": "Snipcart integration module for Nuxt.js",
4195
- "repo": "nuxt-community/snipcart-module",
4406
+ "repo": "nuxt-modules/snipcart",
4196
4407
  "npm": "@nuxtjs/snipcart",
4197
4408
  "icon": "snipcart.png",
4198
- "github": "https://github.com/nuxt-community/snipcart-module",
4199
- "website": "https://github.com/nuxt-community/snipcart-module",
4200
- "learn_more": "",
4409
+ "github": "https://github.com/nuxt-modules/snipcart",
4410
+ "website": "https://github.com/nuxt-modules/snipcart",
4411
+ "learn_more": "https://snipcart.com",
4201
4412
  "category": "Payment",
4202
4413
  "type": "community",
4203
4414
  "maintainers": [
4204
4415
  {
4205
4416
  "name": "Florent GIRAUD",
4206
- "github": "f3ltron",
4207
- "twitter": "giraud_florent"
4417
+ "github": "flozero",
4418
+ "twitter": "flozeroo"
4208
4419
  }
4209
4420
  ],
4210
4421
  "compatibility": {
4211
- "nuxt": "^2.0.0",
4422
+ "nuxt": "^2.0.0 || ^3.0.0",
4212
4423
  "requires": {}
4213
4424
  }
4214
4425
  },
@@ -4716,6 +4927,29 @@
4716
4927
  "requires": {}
4717
4928
  }
4718
4929
  },
4930
+ {
4931
+ "name": "tailvue",
4932
+ "description": "Vue components built for Vue3 powered by Windi CSS or tailwindcss",
4933
+ "repo": "fumeapp/tailvue",
4934
+ "npm": "tailvue",
4935
+ "icon": "tailvue.jpg",
4936
+ "github": "https://github.com/fumeapp/tailvue",
4937
+ "website": "https://github.com/fumeapp/tailvue",
4938
+ "learn_more": "https://github.com/fumeapp/tailvue#readme",
4939
+ "category": "UI",
4940
+ "type": "3rd-party",
4941
+ "maintainers": [
4942
+ {
4943
+ "name": "Kevin Olson",
4944
+ "github": "acidjazz",
4945
+ "twitter": "AppFume"
4946
+ }
4947
+ ],
4948
+ "compatibility": {
4949
+ "nuxt": "^3.0.0",
4950
+ "requires": {}
4951
+ }
4952
+ },
4719
4953
  {
4720
4954
  "name": "tailwindcss",
4721
4955
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
@@ -5148,6 +5382,30 @@
5148
5382
  "requires": {}
5149
5383
  }
5150
5384
  },
5385
+ {
5386
+ "name": "vant",
5387
+ "description": "A lightweight, customizable Vue UI library for mobile web apps.",
5388
+ "repo": "vant-ui/vant-nuxt",
5389
+ "npm": "@vant/nuxt",
5390
+ "icon": "vant.png",
5391
+ "github": "https://github.com/vant-ui/vant-nuxt",
5392
+ "website": "https://vant-ui.github.io/vant",
5393
+ "learn_more": "https://github.com/vant-ui/vant-nuxt#readme",
5394
+ "category": "UI",
5395
+ "type": "3rd-party",
5396
+ "maintainers": [
5397
+ {
5398
+ "name": "tolking",
5399
+ "github": "tolking"
5400
+ }
5401
+ ],
5402
+ "compatibility": {
5403
+ "nuxt": "^3.0.0",
5404
+ "requires": {
5405
+ "bridge": "optional"
5406
+ }
5407
+ }
5408
+ },
5151
5409
  {
5152
5410
  "name": "vendor",
5153
5411
  "description": "directly serve node_modules",
@@ -5171,6 +5429,60 @@
5171
5429
  "requires": {}
5172
5430
  }
5173
5431
  },
5432
+ {
5433
+ "name": "vite-pwa-nuxt",
5434
+ "description": "Zero-config PWA Plugin for Nuxt 3",
5435
+ "repo": "vite-pwa/nuxt",
5436
+ "npm": "@vite-pwa/nuxt",
5437
+ "icon": "vite-pwa-nuxt.svg",
5438
+ "github": "https://github.com/vite-pwa/nuxt",
5439
+ "website": "https://github.com/vite-pwa/nuxt",
5440
+ "learn_more": "https://vite-pwa-org.netlify.app/frameworks/nuxt.html",
5441
+ "category": "Performance",
5442
+ "type": "3rd-party",
5443
+ "maintainers": [
5444
+ {
5445
+ "name": "Joaquín Sánchez",
5446
+ "github": "userquin",
5447
+ "twitter": "userquin"
5448
+ },
5449
+ {
5450
+ "name": "Anthony Fu",
5451
+ "github": "antfu",
5452
+ "twitter": "antfu7"
5453
+ }
5454
+ ],
5455
+ "compatibility": {
5456
+ "nuxt": "^3.0.0",
5457
+ "requires": {}
5458
+ }
5459
+ },
5460
+ {
5461
+ "name": "vitest",
5462
+ "description": "Vitest integration with Nuxt",
5463
+ "repo": "danielroe/nuxt-vitest#main",
5464
+ "npm": "nuxt-vitest",
5465
+ "icon": "vitest.svg",
5466
+ "github": "https://github.com/danielroe/nuxt-vitest",
5467
+ "website": "https://github.com/danielroe/nuxt-vitest",
5468
+ "learn_more": "",
5469
+ "category": "Extensions",
5470
+ "type": "3rd-party",
5471
+ "maintainers": [
5472
+ {
5473
+ "name": "Daniel Roe",
5474
+ "github": "danielroe"
5475
+ },
5476
+ {
5477
+ "name": "Anthony Fu",
5478
+ "github": "antfu"
5479
+ }
5480
+ ],
5481
+ "compatibility": {
5482
+ "nuxt": "^3.0.0",
5483
+ "requires": {}
5484
+ }
5485
+ },
5174
5486
  {
5175
5487
  "name": "vue-macros",
5176
5488
  "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-624cd3",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json",
6
6
  "files": [
@@ -19,15 +19,15 @@
19
19
  "devDependencies": {
20
20
  "@nuxt/eslint-config": "^0.1.1",
21
21
  "@types/js-yaml": "^4.0.5",
22
- "@types/node": "^18.11.18",
22
+ "@types/node": "^18.14.0",
23
23
  "defu": "^6.1.1",
24
- "eslint": "^8.32.0",
24
+ "eslint": "^8.34.0",
25
25
  "globby": "^13.1.3",
26
26
  "hasha": "^5.2.2",
27
- "jiti": "^1.16.2",
27
+ "jiti": "^1.17.1",
28
28
  "js-yaml": "^4.1.0",
29
29
  "ofetch": "^1.0.0",
30
30
  "typescript": "^4.9.4"
31
31
  },
32
- "packageManager": "pnpm@7.25.1"
32
+ "packageManager": "pnpm@7.27.1"
33
33
  }