@nuxt/modules 0.6.0-e5823c → 0.6.0-fb7bfb

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 +247 -9
  2. package/package.json +2 -2
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,29 @@
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
+ },
765
861
  {
766
862
  "name": "csurf",
767
863
  "description": "Cross-Site Request Forgery (CSRF) Prevention for Nuxt",
@@ -1047,6 +1143,28 @@
1047
1143
  "requires": {}
1048
1144
  }
1049
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
+ },
1050
1168
  {
1051
1169
  "name": "element-plus",
1052
1170
  "description": "A Vue 3 based component library for designers and developers",
@@ -2928,6 +3046,29 @@
2928
3046
  "requires": {}
2929
3047
  }
2930
3048
  },
3049
+ {
3050
+ "name": "nuxt-pdf",
3051
+ "description": "Zero-boilerplate PDF exports of your Pages and Components",
3052
+ "repo": "sidebase/nuxt-pdf",
3053
+ "npm": "@sidebase/nuxt-pdf",
3054
+ "icon": "nuxt-pdf.png",
3055
+ "github": "https://github.com/sidebase/nuxt-pdf",
3056
+ "website": "https://sidebase.io/nuxt-pdf",
3057
+ "learn_more": "https://github.com/sidebase",
3058
+ "category": "Extensions",
3059
+ "type": "3rd-party",
3060
+ "maintainers": [
3061
+ {
3062
+ "name": "sidebase",
3063
+ "github": "sidebase",
3064
+ "twitter": "sidebase_io"
3065
+ }
3066
+ ],
3067
+ "compatibility": {
3068
+ "nuxt": "^3.0.0",
3069
+ "requires": {}
3070
+ }
3071
+ },
2931
3072
  {
2932
3073
  "name": "nuxt-pino-log",
2933
3074
  "description": "Structured logs for nuxt apps using pino",
@@ -3527,6 +3668,28 @@
3527
3668
  "requires": {}
3528
3669
  }
3529
3670
  },
3671
+ {
3672
+ "name": "prometheus",
3673
+ "description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
3674
+ "repo": "artmizu/nuxt-prometheus",
3675
+ "npm": "@artmizu/nuxt-prometheus",
3676
+ "icon": "",
3677
+ "github": "https://github.com/artmizu/nuxt-prometheus",
3678
+ "website": "https://github.com/artmizu/nuxt-prometheus",
3679
+ "learn_more": "",
3680
+ "category": "Devtools",
3681
+ "type": "3rd-party",
3682
+ "maintainers": [
3683
+ {
3684
+ "name": "artmizu",
3685
+ "github": "artmizu"
3686
+ }
3687
+ ],
3688
+ "compatibility": {
3689
+ "nuxt": "^2.0.0",
3690
+ "requires": {}
3691
+ }
3692
+ },
3530
3693
  {
3531
3694
  "name": "protected-mailto",
3532
3695
  "description": "Nuxt component to generate encoded mailto links",
@@ -3965,7 +4128,7 @@
3965
4128
  "name": "seo-kit",
3966
4129
  "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
3967
4130
  "repo": "harlan-zw/nuxt-seo-kit",
3968
- "npm": "nuxt-seo-kit",
4131
+ "npm": "nuxt-seo-kit-mono",
3969
4132
  "icon": "seo-kit.svg",
3970
4133
  "github": "https://github.com/harlan-zw/nuxt-seo-kit",
3971
4134
  "website": "https://github.com/harlan-zw/nuxt-seo-kit",
@@ -4215,23 +4378,23 @@
4215
4378
  {
4216
4379
  "name": "snipcart",
4217
4380
  "description": "Snipcart integration module for Nuxt.js",
4218
- "repo": "nuxt-community/snipcart-module",
4381
+ "repo": "nuxt-modules/snipcart",
4219
4382
  "npm": "@nuxtjs/snipcart",
4220
4383
  "icon": "snipcart.png",
4221
- "github": "https://github.com/nuxt-community/snipcart-module",
4222
- "website": "https://github.com/nuxt-community/snipcart-module",
4223
- "learn_more": "",
4384
+ "github": "https://github.com/nuxt-modules/snipcart",
4385
+ "website": "https://github.com/nuxt-modules/snipcart",
4386
+ "learn_more": "https://snipcart.com",
4224
4387
  "category": "Payment",
4225
4388
  "type": "community",
4226
4389
  "maintainers": [
4227
4390
  {
4228
4391
  "name": "Florent GIRAUD",
4229
- "github": "f3ltron",
4230
- "twitter": "giraud_florent"
4392
+ "github": "flozero",
4393
+ "twitter": "flozeroo"
4231
4394
  }
4232
4395
  ],
4233
4396
  "compatibility": {
4234
- "nuxt": "^2.0.0",
4397
+ "nuxt": "^2.0.0 || ^3.0.0",
4235
4398
  "requires": {}
4236
4399
  }
4237
4400
  },
@@ -4739,6 +4902,29 @@
4739
4902
  "requires": {}
4740
4903
  }
4741
4904
  },
4905
+ {
4906
+ "name": "tailvue",
4907
+ "description": "Vue components built for Vue3 powered by Windi CSS or tailwindcss",
4908
+ "repo": "fumeapp/tailvue",
4909
+ "npm": "tailvue",
4910
+ "icon": "tailvue.jpg",
4911
+ "github": "https://github.com/fumeapp/tailvue",
4912
+ "website": "https://github.com/fumeapp/tailvue",
4913
+ "learn_more": "https://github.com/fumeapp/tailvue#readme",
4914
+ "category": "UI",
4915
+ "type": "3rd-party",
4916
+ "maintainers": [
4917
+ {
4918
+ "name": "Kevin Olson",
4919
+ "github": "acidjazz",
4920
+ "twitter": "AppFume"
4921
+ }
4922
+ ],
4923
+ "compatibility": {
4924
+ "nuxt": "^3.0.0",
4925
+ "requires": {}
4926
+ }
4927
+ },
4742
4928
  {
4743
4929
  "name": "tailwindcss",
4744
4930
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
@@ -5171,6 +5357,30 @@
5171
5357
  "requires": {}
5172
5358
  }
5173
5359
  },
5360
+ {
5361
+ "name": "vant",
5362
+ "description": "A lightweight, customizable Vue UI library for mobile web apps.",
5363
+ "repo": "vant-ui/vant-nuxt",
5364
+ "npm": "@vant/nuxt",
5365
+ "icon": "vant.png",
5366
+ "github": "https://github.com/vant-ui/vant-nuxt",
5367
+ "website": "https://vant-ui.github.io/vant",
5368
+ "learn_more": "https://github.com/vant-ui/vant-nuxt#readme",
5369
+ "category": "UI",
5370
+ "type": "3rd-party",
5371
+ "maintainers": [
5372
+ {
5373
+ "name": "tolking",
5374
+ "github": "tolking"
5375
+ }
5376
+ ],
5377
+ "compatibility": {
5378
+ "nuxt": "^3.0.0",
5379
+ "requires": {
5380
+ "bridge": "optional"
5381
+ }
5382
+ }
5383
+ },
5174
5384
  {
5175
5385
  "name": "vendor",
5176
5386
  "description": "directly serve node_modules",
@@ -5194,6 +5404,34 @@
5194
5404
  "requires": {}
5195
5405
  }
5196
5406
  },
5407
+ {
5408
+ "name": "vite-pwa-nuxt",
5409
+ "description": "Zero-config PWA Plugin for Nuxt 3",
5410
+ "repo": "vite-pwa/nuxt",
5411
+ "npm": "@vite-pwa/nuxt",
5412
+ "icon": "vite-pwa-nuxt.svg",
5413
+ "github": "https://github.com/vite-pwa/nuxt",
5414
+ "website": "https://github.com/vite-pwa/nuxt",
5415
+ "learn_more": "https://vite-pwa-org.netlify.app/frameworks/nuxt.html",
5416
+ "category": "Performance",
5417
+ "type": "3rd-party",
5418
+ "maintainers": [
5419
+ {
5420
+ "name": "Joaquín Sánchez",
5421
+ "github": "userquin",
5422
+ "twitter": "userquin"
5423
+ },
5424
+ {
5425
+ "name": "Anthony Fu",
5426
+ "github": "antfu",
5427
+ "twitter": "antfu7"
5428
+ }
5429
+ ],
5430
+ "compatibility": {
5431
+ "nuxt": "^3.0.0",
5432
+ "requires": {}
5433
+ }
5434
+ },
5197
5435
  {
5198
5436
  "name": "vitest",
5199
5437
  "description": "Vitest integration with Nuxt",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-e5823c",
3
+ "version": "0.6.0-fb7bfb",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json",
6
6
  "files": [
@@ -21,7 +21,7 @@
21
21
  "@types/js-yaml": "^4.0.5",
22
22
  "@types/node": "^18.11.18",
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
27
  "jiti": "^1.16.2",