@nuxt/modules 0.6.0-a80774 → 0.6.0-b1fdab

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 (3) hide show
  1. package/README.md +4 -0
  2. package/modules.json +298 -63
  3. package/package.json +5 -5
package/README.md CHANGED
@@ -3,6 +3,7 @@
3
3
  # Nuxt Modules
4
4
 
5
5
  [![npm version][npm-version-src]][npm-version-href]
6
+ [![Nuxt][nuxt-src]][nuxt-href]
6
7
  [![Volta][volta-src]][volta-href]
7
8
 
8
9
  > Discover the Nuxt modules to add any CMS, Database, UI, Auth and integrations into your Vue application.
@@ -97,5 +98,8 @@ pnpm build
97
98
  [npm-version-src]: https://img.shields.io/npm/v/@nuxt/modules/latest.svg?style=flat&colorA=18181B&colorB=28CF8D
98
99
  [npm-version-href]: https://npmjs.com/package/@nuxt/modules
99
100
 
101
+ [nuxt-src]: https://img.shields.io/badge/Nuxt%20Modules-18181B?logo=nuxt.js
102
+ [nuxt-href]: https://nuxt.com/modules
103
+
100
104
  [volta-src]: https://user-images.githubusercontent.com/904724/209143798-32345f6c-3cf8-4e06-9659-f4ace4a6acde.svg
101
105
  [volta-href]: https://volta.net/nuxt/modules?utm_source=readme_nuxt_modules
package/modules.json CHANGED
@@ -124,29 +124,6 @@
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
- },
150
127
  {
151
128
  "name": "animejs",
152
129
  "description": "Anime.js module for Nuxt.js",
@@ -176,7 +153,7 @@
176
153
  "npm": "nuxt-api-party",
177
154
  "icon": "api-party.svg",
178
155
  "github": "https://github.com/johannschopplich/nuxt-api-party",
179
- "website": "https://github.com/johannschopplich/nuxt-api-party#readme",
156
+ "website": "https://nuxt-api-party.jhnn.dev/",
180
157
  "learn_more": "",
181
158
  "category": "Request",
182
159
  "type": "3rd-party",
@@ -281,7 +258,7 @@
281
258
  }
282
259
  ],
283
260
  "compatibility": {
284
- "nuxt": "^2.0.0",
261
+ "nuxt": "^3.0.0",
285
262
  "requires": {}
286
263
  }
287
264
  },
@@ -503,6 +480,29 @@
503
480
  "requires": {}
504
481
  }
505
482
  },
483
+ {
484
+ "name": "calendly",
485
+ "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.",
486
+ "repo": "madebyfabian/nuxt-calendly",
487
+ "npm": "nuxt-calendly",
488
+ "icon": "calendly.svg",
489
+ "github": "https://github.com/madebyfabian/nuxt-calendly",
490
+ "website": "https://nuxt-calendly.vercel.app/",
491
+ "learn_more": "https://calendly.com/",
492
+ "category": "Extensions",
493
+ "type": "3rd-party",
494
+ "maintainers": [
495
+ {
496
+ "name": "Fabian B.",
497
+ "github": "madebyfabian",
498
+ "twitter": "madebyfabian"
499
+ }
500
+ ],
501
+ "compatibility": {
502
+ "nuxt": "^3.0.0",
503
+ "requires": {}
504
+ }
505
+ },
506
506
  {
507
507
  "name": "canvas-sketch",
508
508
  "description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
@@ -636,6 +636,33 @@
636
636
  "requires": {}
637
637
  }
638
638
  },
639
+ {
640
+ "name": "cloudflare-analytics",
641
+ "description": "Cloudflare Web Analytics Module for Nuxt",
642
+ "repo": "hamlogic/nuxt-cloudflare-analytics",
643
+ "npm": "nuxt-cloudflare-analytics",
644
+ "icon": "cloudflare.svg",
645
+ "github": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
646
+ "website": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
647
+ "learn_more": "https://www.cloudflare.com/web-analytics/",
648
+ "category": "Analytics",
649
+ "type": "3rd-party",
650
+ "maintainers": [
651
+ {
652
+ "name": "hamlogic",
653
+ "github": "hamlogic"
654
+ },
655
+ {
656
+ "name": "Fabian B.",
657
+ "github": "madebyfabian",
658
+ "twitter": "madebyfabian"
659
+ }
660
+ ],
661
+ "compatibility": {
662
+ "nuxt": "^3.0.0",
663
+ "requires": {}
664
+ }
665
+ },
639
666
  {
640
667
  "name": "cloudinary",
641
668
  "description": "Optimize images and videos in your Nuxt.js application",
@@ -1093,6 +1120,28 @@
1093
1120
  "requires": {}
1094
1121
  }
1095
1122
  },
1123
+ {
1124
+ "name": "electron",
1125
+ "description": "Integrate Nuxt and Electron.",
1126
+ "repo": "caoxiemeihao/nuxt-electron",
1127
+ "npm": "nuxt-electron",
1128
+ "icon": "electron.svg",
1129
+ "github": "https://github.com/caoxiemeihao/nuxt-electron",
1130
+ "website": "https://github.com/caoxiemeihao/nuxt-electron",
1131
+ "learn_more": "https://github.com/caoxiemeihao/nuxt-electron#readme",
1132
+ "category": "Extensions",
1133
+ "type": "3rd-party",
1134
+ "maintainers": [
1135
+ {
1136
+ "name": "草鞋没号",
1137
+ "github": "caoxiemeihao"
1138
+ }
1139
+ ],
1140
+ "compatibility": {
1141
+ "nuxt": "^3.0.0",
1142
+ "requires": {}
1143
+ }
1144
+ },
1096
1145
  {
1097
1146
  "name": "element-plus",
1098
1147
  "description": "A Vue 3 based component library for designers and developers",
@@ -1163,7 +1212,7 @@
1163
1212
  }
1164
1213
  ],
1165
1214
  "compatibility": {
1166
- "nuxt": "^2.0.0",
1215
+ "nuxt": "^2.0.0 || ^3.0.0",
1167
1216
  "requires": {}
1168
1217
  }
1169
1218
  },
@@ -1668,6 +1717,30 @@
1668
1717
  "requires": {}
1669
1718
  }
1670
1719
  },
1720
+ {
1721
+ "name": "gtag",
1722
+ "description": "Google Analytics integration for Nuxt 3",
1723
+ "repo": "johannschopplich/nuxt-gtag",
1724
+ "npm": "nuxt-gtag",
1725
+ "icon": "gtag.svg",
1726
+ "github": "https://github.com/johannschopplich/nuxt-gtag",
1727
+ "website": "https://github.com/johannschopplich/nuxt-gtag#readme",
1728
+ "learn_more": "",
1729
+ "category": "Analytics",
1730
+ "type": "3rd-party",
1731
+ "maintainers": [
1732
+ {
1733
+ "name": "Johann Schopplich",
1734
+ "github": "johannschopplich",
1735
+ "twitter": "jschopplich",
1736
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
1737
+ }
1738
+ ],
1739
+ "compatibility": {
1740
+ "nuxt": "^3.0.0",
1741
+ "requires": {}
1742
+ }
1743
+ },
1671
1744
  {
1672
1745
  "name": "gtm",
1673
1746
  "description": "Google Tag Manager Module for Nuxt.js",
@@ -2322,7 +2395,7 @@
2322
2395
  },
2323
2396
  {
2324
2397
  "name": "link-checker",
2325
- "description": "",
2398
+ "description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
2326
2399
  "repo": "harlan-zw/nuxt-link-checker",
2327
2400
  "npm": "nuxt-link-checker",
2328
2401
  "icon": "",
@@ -2552,6 +2625,31 @@
2552
2625
  "requires": {}
2553
2626
  }
2554
2627
  },
2628
+ {
2629
+ "name": "medusa",
2630
+ "description": "Easily connect to Medusa from your Nuxt 3 application",
2631
+ "repo": "Baroshem/nuxt-medusa",
2632
+ "npm": "nuxt-medusa",
2633
+ "icon": "medusa.svg",
2634
+ "github": "https://github.com/Baroshem/nuxt-medusa/",
2635
+ "website": "https://nuxt-medusa.vercel.app/",
2636
+ "learn_more": "https://nuxt-medusa.vercel.app/",
2637
+ "category": "Ecommerce",
2638
+ "type": "3rd-party",
2639
+ "maintainers": [
2640
+ {
2641
+ "name": "Jakub Andrzejewski",
2642
+ "github": "Baroshem",
2643
+ "avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
2644
+ }
2645
+ ],
2646
+ "compatibility": {
2647
+ "nuxt": "^2.0.0 || ^3.0.0",
2648
+ "requires": {
2649
+ "bridge": true
2650
+ }
2651
+ }
2652
+ },
2555
2653
  {
2556
2654
  "name": "meilisearch",
2557
2655
  "description": "Meilisearch Instant Search module for Nuxt 3",
@@ -2952,6 +3050,28 @@
2952
3050
  "requires": {}
2953
3051
  }
2954
3052
  },
3053
+ {
3054
+ "name": "nuxt-mapbox",
3055
+ "description": "Elegant Mapbox integration with Nuxt",
3056
+ "repo": "AlexLavoie42/Nuxt-Mapbox",
3057
+ "npm": "nuxt-mapbox",
3058
+ "icon": "nuxt-mapbox.svg",
3059
+ "github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3060
+ "website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3061
+ "learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3062
+ "category": "Libraries",
3063
+ "type": "3rd-party",
3064
+ "maintainers": [
3065
+ {
3066
+ "name": "Alex Lavoie",
3067
+ "github": "AlexLavoie42"
3068
+ }
3069
+ ],
3070
+ "compatibility": {
3071
+ "nuxt": "^3.0.0",
3072
+ "requires": {}
3073
+ }
3074
+ },
2955
3075
  {
2956
3076
  "name": "nuxt-monaco-editor",
2957
3077
  "description": "Integrate monaco-editor with Nuxt",
@@ -2974,6 +3094,29 @@
2974
3094
  "requires": {}
2975
3095
  }
2976
3096
  },
3097
+ {
3098
+ "name": "nuxt-pdf",
3099
+ "description": "Zero-boilerplate PDF exports of your Pages and Components",
3100
+ "repo": "sidebase/nuxt-pdf",
3101
+ "npm": "@sidebase/nuxt-pdf",
3102
+ "icon": "nuxt-pdf.png",
3103
+ "github": "https://github.com/sidebase/nuxt-pdf",
3104
+ "website": "https://sidebase.io/nuxt-pdf",
3105
+ "learn_more": "https://github.com/sidebase",
3106
+ "category": "Extensions",
3107
+ "type": "3rd-party",
3108
+ "maintainers": [
3109
+ {
3110
+ "name": "sidebase",
3111
+ "github": "sidebase",
3112
+ "twitter": "sidebase_io"
3113
+ }
3114
+ ],
3115
+ "compatibility": {
3116
+ "nuxt": "^3.0.0",
3117
+ "requires": {}
3118
+ }
3119
+ },
2977
3120
  {
2978
3121
  "name": "nuxt-pino-log",
2979
3122
  "description": "Structured logs for nuxt apps using pino",
@@ -3578,11 +3721,11 @@
3578
3721
  "description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
3579
3722
  "repo": "artmizu/nuxt-prometheus",
3580
3723
  "npm": "@artmizu/nuxt-prometheus",
3581
- "icon": "",
3724
+ "icon": "prometheus.svg",
3582
3725
  "github": "https://github.com/artmizu/nuxt-prometheus",
3583
3726
  "website": "https://github.com/artmizu/nuxt-prometheus",
3584
3727
  "learn_more": "",
3585
- "category": "Devtools",
3728
+ "category": "Monitoring",
3586
3729
  "type": "3rd-party",
3587
3730
  "maintainers": [
3588
3731
  {
@@ -3591,7 +3734,7 @@
3591
3734
  }
3592
3735
  ],
3593
3736
  "compatibility": {
3594
- "nuxt": "^2.0.0",
3737
+ "nuxt": "^3.0.0",
3595
3738
  "requires": {}
3596
3739
  }
3597
3740
  },
@@ -4032,8 +4175,8 @@
4032
4175
  {
4033
4176
  "name": "seo-kit",
4034
4177
  "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
4035
- "repo": "harlan-zw/nuxt-seo-kit",
4036
- "npm": "nuxt-seo-kit-mono",
4178
+ "repo": "harlan-zw/nuxt-seo-kit#main/layer",
4179
+ "npm": "nuxt-seo-kit",
4037
4180
  "icon": "seo-kit.svg",
4038
4181
  "github": "https://github.com/harlan-zw/nuxt-seo-kit",
4039
4182
  "website": "https://github.com/harlan-zw/nuxt-seo-kit",
@@ -4280,26 +4423,48 @@
4280
4423
  "requires": {}
4281
4424
  }
4282
4425
  },
4426
+ {
4427
+ "name": "snackbar",
4428
+ "description": "Nuxt Snackbar module using vue3-snackbar",
4429
+ "repo": "modbender/nuxt-snackbar#master",
4430
+ "npm": "nuxt-snackbar",
4431
+ "icon": "snackbar.png",
4432
+ "github": "https://github.com/modbender/nuxt-snackbar/tree/master",
4433
+ "website": "https://github.com/modbender/nuxt-snackbar/tree/master",
4434
+ "learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
4435
+ "category": "UI",
4436
+ "type": "3rd-party",
4437
+ "maintainers": [
4438
+ {
4439
+ "name": "modbender",
4440
+ "github": "modbender"
4441
+ }
4442
+ ],
4443
+ "compatibility": {
4444
+ "nuxt": "^3.0.0",
4445
+ "requires": {}
4446
+ }
4447
+ },
4283
4448
  {
4284
4449
  "name": "snipcart",
4285
4450
  "description": "Snipcart integration module for Nuxt.js",
4286
- "repo": "nuxt-community/snipcart-module",
4451
+ "repo": "nuxt-modules/snipcart",
4287
4452
  "npm": "@nuxtjs/snipcart",
4288
4453
  "icon": "snipcart.png",
4289
- "github": "https://github.com/nuxt-community/snipcart-module",
4290
- "website": "https://github.com/nuxt-community/snipcart-module",
4291
- "learn_more": "",
4454
+ "github": "https://github.com/nuxt-modules/snipcart",
4455
+ "website": "https://github.com/nuxt-modules/snipcart",
4456
+ "learn_more": "https://snipcart.com",
4292
4457
  "category": "Payment",
4293
4458
  "type": "community",
4294
4459
  "maintainers": [
4295
4460
  {
4296
4461
  "name": "Florent GIRAUD",
4297
- "github": "f3ltron",
4298
- "twitter": "giraud_florent"
4462
+ "github": "flozero",
4463
+ "twitter": "flozeroo"
4299
4464
  }
4300
4465
  ],
4301
4466
  "compatibility": {
4302
- "nuxt": "^2.0.0",
4467
+ "nuxt": "^2.0.0 || ^3.0.0",
4303
4468
  "requires": {}
4304
4469
  }
4305
4470
  },
@@ -4636,7 +4801,7 @@
4636
4801
  }
4637
4802
  ],
4638
4803
  "compatibility": {
4639
- "nuxt": "^2.0.0",
4804
+ "nuxt": "^2.0.0 || ^3.0.0",
4640
4805
  "requires": {}
4641
4806
  }
4642
4807
  },
@@ -4807,6 +4972,29 @@
4807
4972
  "requires": {}
4808
4973
  }
4809
4974
  },
4975
+ {
4976
+ "name": "tailvue",
4977
+ "description": "Vue components built for Vue3 powered by Windi CSS or tailwindcss",
4978
+ "repo": "fumeapp/tailvue",
4979
+ "npm": "tailvue",
4980
+ "icon": "tailvue.jpg",
4981
+ "github": "https://github.com/fumeapp/tailvue",
4982
+ "website": "https://github.com/fumeapp/tailvue",
4983
+ "learn_more": "https://github.com/fumeapp/tailvue#readme",
4984
+ "category": "UI",
4985
+ "type": "3rd-party",
4986
+ "maintainers": [
4987
+ {
4988
+ "name": "Kevin Olson",
4989
+ "github": "acidjazz",
4990
+ "twitter": "AppFume"
4991
+ }
4992
+ ],
4993
+ "compatibility": {
4994
+ "nuxt": "^3.0.0",
4995
+ "requires": {}
4996
+ }
4997
+ },
4810
4998
  {
4811
4999
  "name": "tailwindcss",
4812
5000
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
@@ -5195,6 +5383,29 @@
5195
5383
  }
5196
5384
  }
5197
5385
  },
5386
+ {
5387
+ "name": "ununuracss",
5388
+ "description": "A Real CSS Engine. Only Scoped.",
5389
+ "repo": "novout/ununuracss#main/packages/nuxt",
5390
+ "npm": "nuxt-ununura",
5391
+ "icon": "ununuracss.png",
5392
+ "github": "https://github.com/novout/ununuracss",
5393
+ "website": "https://ununura.com/#/",
5394
+ "learn_more": "https://ununura.com/#/docs/why",
5395
+ "category": "UI",
5396
+ "type": "3rd-party",
5397
+ "maintainers": [
5398
+ {
5399
+ "name": "Giovane Cardoso",
5400
+ "github": "novout",
5401
+ "avatar": "https://avatars.githubusercontent.com/novout?v=4"
5402
+ }
5403
+ ],
5404
+ "compatibility": {
5405
+ "nuxt": "^2.0.0 || ^3.0.0",
5406
+ "requires": {}
5407
+ }
5408
+ },
5198
5409
  {
5199
5410
  "name": "user-agent",
5200
5411
  "description": "Nuxt.js module for handling User-Agent.",
@@ -5239,6 +5450,30 @@
5239
5450
  "requires": {}
5240
5451
  }
5241
5452
  },
5453
+ {
5454
+ "name": "vant",
5455
+ "description": "A lightweight, customizable Vue UI library for mobile web apps.",
5456
+ "repo": "vant-ui/vant-nuxt",
5457
+ "npm": "@vant/nuxt",
5458
+ "icon": "vant.png",
5459
+ "github": "https://github.com/vant-ui/vant-nuxt",
5460
+ "website": "https://vant-ui.github.io/vant",
5461
+ "learn_more": "https://github.com/vant-ui/vant-nuxt#readme",
5462
+ "category": "UI",
5463
+ "type": "3rd-party",
5464
+ "maintainers": [
5465
+ {
5466
+ "name": "tolking",
5467
+ "github": "tolking"
5468
+ }
5469
+ ],
5470
+ "compatibility": {
5471
+ "nuxt": "^3.0.0",
5472
+ "requires": {
5473
+ "bridge": "optional"
5474
+ }
5475
+ }
5476
+ },
5242
5477
  {
5243
5478
  "name": "vendor",
5244
5479
  "description": "directly serve node_modules",
@@ -5629,29 +5864,6 @@
5629
5864
  }
5630
5865
  }
5631
5866
  },
5632
- {
5633
- "name": "web3js",
5634
- "description": "Web3.js module integration for Nuxt.js",
5635
- "repo": "bl0cknumber/nuxt-web3",
5636
- "npm": "nuxt-web3",
5637
- "icon": "web3js.svg",
5638
- "github": "https://github.com/bl0cknumber/nuxt-web3",
5639
- "website": "https://github.com/bl0cknumber/nuxt-web3",
5640
- "learn_more": "https://web3js.readthedocs.io/",
5641
- "category": "Libraries",
5642
- "type": "3rd-party",
5643
- "maintainers": [
5644
- {
5645
- "name": "Muhammad Fauzan",
5646
- "github": "bl0cknumber",
5647
- "twitter": "fncolon"
5648
- }
5649
- ],
5650
- "compatibility": {
5651
- "nuxt": "^2.0.0",
5652
- "requires": {}
5653
- }
5654
- },
5655
5867
  {
5656
5868
  "name": "webfontloader",
5657
5869
  "description": "Efficient web font loading has never been easier!",
@@ -5909,6 +6121,29 @@
5909
6121
  "requires": {}
5910
6122
  }
5911
6123
  },
6124
+ {
6125
+ "name": "yandex-metrika-next",
6126
+ "description": "Yandex Metrika integration for Nuxt",
6127
+ "repo": "artmizu/yandex-metrika-nuxt",
6128
+ "npm": "@artmizu/yandex-metrika-nuxt",
6129
+ "icon": "yandex-metrika.svg",
6130
+ "github": "https://github.com/artmizu/yandex-metrika-nuxt",
6131
+ "website": "https://github.com/artmizu/yandex-metrika-nuxt",
6132
+ "learn_more": "",
6133
+ "category": "Analytics",
6134
+ "type": "3rd-party",
6135
+ "maintainers": [
6136
+ {
6137
+ "name": "Aleksandr Saburov",
6138
+ "github": "artmizu",
6139
+ "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
6140
+ }
6141
+ ],
6142
+ "compatibility": {
6143
+ "nuxt": "^3.0.0",
6144
+ "requires": {}
6145
+ }
6146
+ },
5912
6147
  {
5913
6148
  "name": "yandex-metrika",
5914
6149
  "description": "Yandex metrika Module for Nuxt.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-a80774",
3
+ "version": "0.6.0-b1fdab",
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
  }