@nuxt/modules 0.6.0-a80774 → 0.6.0-af05bd

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 +691 -93
  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,37 +124,14 @@
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
- "description": "Anime.js module for Nuxt.js",
153
- "repo": "ivodolenc/nuxt-animejs",
154
- "npm": "nuxt-animejs",
129
+ "description": "Anime.js module for Nuxt",
130
+ "repo": "hypernym-studio/nuxt-anime",
131
+ "npm": "@hypernym/nuxt-anime",
155
132
  "icon": "",
156
- "github": "https://github.com/ivodolenc/nuxt-animejs",
157
- "website": "https://github.com/ivodolenc/nuxt-animejs",
133
+ "github": "https://github.com/hypernym-studio/nuxt-anime",
134
+ "website": "https://github.com/hypernym-studio/nuxt-anime",
158
135
  "learn_more": "",
159
136
  "category": "Libraries",
160
137
  "type": "3rd-party",
@@ -165,7 +142,7 @@
165
142
  }
166
143
  ],
167
144
  "compatibility": {
168
- "nuxt": "^2.0.0",
145
+ "nuxt": "^2.0.0 || ^3.0.0",
169
146
  "requires": {}
170
147
  }
171
148
  },
@@ -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",
@@ -272,7 +249,7 @@
272
249
  "github": "https://github.com/Hrdtr/nuxt-appwrite",
273
250
  "website": "https://github.com/Hrdtr/nuxt-appwrite",
274
251
  "learn_more": "",
275
- "category": "Request",
252
+ "category": "Database",
276
253
  "type": "3rd-party",
277
254
  "maintainers": [
278
255
  {
@@ -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",
@@ -551,11 +551,11 @@
551
551
  {
552
552
  "name": "chatwoot",
553
553
  "description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
554
- "repo": "huntersofbook/huntersofbook#main/projects/chatwoot/packages/nuxt",
555
- "npm": "@huntersofbook/chatwoot-nuxt",
554
+ "repo": "productdevbookcom/chatwoot",
555
+ "npm": "@productdevbook/chatwoot",
556
556
  "icon": "chatwoot.png",
557
- "github": "https://github.com/huntersofbook/huntersofbook/tree/main/projects/chatwoot/packages/nuxt",
558
- "website": "https://github.com/huntersofbook/huntersofbook/tree/main/projects/chatwoot/packages/nuxt",
557
+ "github": "https://github.com/productdevbookcom/chatwoot",
558
+ "website": "https://github.com/productdevbookcom/chatwoot",
559
559
  "learn_more": "https://www.chatwoot.com",
560
560
  "category": "Libraries",
561
561
  "type": "3rd-party",
@@ -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",
@@ -730,6 +757,29 @@
730
757
  "requires": {}
731
758
  }
732
759
  },
760
+ {
761
+ "name": "content-assets",
762
+ "description": "Enable locally-located assets in Nuxt Content",
763
+ "repo": "davestewart/nuxt-content-assets",
764
+ "npm": "nuxt-content-assets",
765
+ "icon": "content-assets.png",
766
+ "github": "https://github.com/davestewart/nuxt-content-assets",
767
+ "website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
768
+ "learn_more": "",
769
+ "category": "Images",
770
+ "type": "3rd-party",
771
+ "maintainers": [
772
+ {
773
+ "name": "davestewart",
774
+ "github": "davestewart",
775
+ "twitter": "dave_stewart"
776
+ }
777
+ ],
778
+ "compatibility": {
779
+ "nuxt": "^3.0.0",
780
+ "requires": {}
781
+ }
782
+ },
733
783
  {
734
784
  "name": "content",
735
785
  "description": "Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.",
@@ -902,11 +952,11 @@
902
952
  }
903
953
  },
904
954
  {
905
- "name": "datocms",
906
- "description": "DatoCMS integration for Nuxt.js",
955
+ "name": "datocms-nuxt2",
956
+ "description": "DatoCMS integration for Nuxt.js v2",
907
957
  "repo": "voorhoede/nuxt-datocms-module",
908
958
  "npm": "@voorhoede/nuxt-datocms-module",
909
- "icon": "datocms.png",
959
+ "icon": "datocms.svg",
910
960
  "github": "https://github.com/voorhoede/nuxt-datocms-module",
911
961
  "website": "https://github.com/voorhoede/nuxt-datocms-module",
912
962
  "learn_more": "https://www.datocms.com/",
@@ -923,26 +973,50 @@
923
973
  "requires": {}
924
974
  }
925
975
  },
976
+ {
977
+ "name": "datocms",
978
+ "description": "DatoCMS module for Nuxt",
979
+ "repo": "hex-digital/nuxt-datocms",
980
+ "npm": "@hexdigital/nuxt-datocms",
981
+ "icon": "datocms.svg",
982
+ "github": "https://github.com/hex-digital/nuxt-datocms",
983
+ "website": "https://github.com/hex-digital/nuxt-datocms#readme",
984
+ "learn_more": "https://www.datocms.com/",
985
+ "category": "CMS",
986
+ "type": "3rd-party",
987
+ "maintainers": [
988
+ {
989
+ "name": "Jamie Warburton",
990
+ "github": "jamiewarb",
991
+ "twitter": "jamiewarb",
992
+ "avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
993
+ }
994
+ ],
995
+ "compatibility": {
996
+ "nuxt": "^3.0.0",
997
+ "requires": {}
998
+ }
999
+ },
926
1000
  {
927
1001
  "name": "dayjs",
928
- "description": "The best way for use Day.js easily in your Nuxt.js project.",
929
- "repo": "nuxt-community/dayjs-module",
930
- "npm": "@nuxtjs/dayjs",
1002
+ "description": "Day.js module for Nuxt",
1003
+ "repo": "fumeapp/dayjs",
1004
+ "npm": "dayjs-nuxt",
931
1005
  "icon": "day-js.png",
932
- "github": "https://github.com/nuxt-community/dayjs-module",
933
- "website": "https://github.com/nuxt-community/dayjs-module",
1006
+ "github": "https://github.com/fumeapp/dayjs",
1007
+ "website": "https://github.com/fumeapp/dayjs",
934
1008
  "learn_more": "https://day.js.org/",
935
- "category": "Date",
936
- "type": "community",
1009
+ "category": "Libraries",
1010
+ "type": "3rd-party",
937
1011
  "maintainers": [
938
1012
  {
939
- "name": "Takuma HANATANI",
940
- "github": "potato4d",
941
- "twitter": "potato4d"
1013
+ "name": "Kevin Olson",
1014
+ "github": "acidjazz",
1015
+ "twitter": "AppFume"
942
1016
  }
943
1017
  ],
944
1018
  "compatibility": {
945
- "nuxt": "^2.0.0",
1019
+ "nuxt": "^3.0.0",
946
1020
  "requires": {}
947
1021
  }
948
1022
  },
@@ -991,6 +1065,29 @@
991
1065
  "requires": {}
992
1066
  }
993
1067
  },
1068
+ {
1069
+ "name": "devtools",
1070
+ "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1071
+ "repo": "nuxt/devtools#main",
1072
+ "npm": "@nuxt/devtools",
1073
+ "icon": "nuxt.png",
1074
+ "github": "https://github.com/nuxt/devtools",
1075
+ "website": "https://devtools.nuxtjs.org/",
1076
+ "learn_more": "",
1077
+ "category": "Devtools",
1078
+ "type": "official",
1079
+ "maintainers": [
1080
+ {
1081
+ "name": "Anthony Fu",
1082
+ "github": "antfu",
1083
+ "twitter": "antfu7"
1084
+ }
1085
+ ],
1086
+ "compatibility": {
1087
+ "nuxt": "^3.0.0",
1088
+ "requires": {}
1089
+ }
1090
+ },
994
1091
  {
995
1092
  "name": "directus",
996
1093
  "description": "Easily connect your Nuxt3 application to your directus server.",
@@ -1093,6 +1190,28 @@
1093
1190
  "requires": {}
1094
1191
  }
1095
1192
  },
1193
+ {
1194
+ "name": "electron",
1195
+ "description": "Integrate Nuxt and Electron.",
1196
+ "repo": "caoxiemeihao/nuxt-electron",
1197
+ "npm": "nuxt-electron",
1198
+ "icon": "electron.svg",
1199
+ "github": "https://github.com/caoxiemeihao/nuxt-electron",
1200
+ "website": "https://github.com/caoxiemeihao/nuxt-electron",
1201
+ "learn_more": "https://github.com/caoxiemeihao/nuxt-electron#readme",
1202
+ "category": "Extensions",
1203
+ "type": "3rd-party",
1204
+ "maintainers": [
1205
+ {
1206
+ "name": "草鞋没号",
1207
+ "github": "caoxiemeihao"
1208
+ }
1209
+ ],
1210
+ "compatibility": {
1211
+ "nuxt": "^3.0.0",
1212
+ "requires": {}
1213
+ }
1214
+ },
1096
1215
  {
1097
1216
  "name": "element-plus",
1098
1217
  "description": "A Vue 3 based component library for designers and developers",
@@ -1163,7 +1282,7 @@
1163
1282
  }
1164
1283
  ],
1165
1284
  "compatibility": {
1166
- "nuxt": "^2.0.0",
1285
+ "nuxt": "^2.0.0 || ^3.0.0",
1167
1286
  "requires": {}
1168
1287
  }
1169
1288
  },
@@ -1668,6 +1787,30 @@
1668
1787
  "requires": {}
1669
1788
  }
1670
1789
  },
1790
+ {
1791
+ "name": "gtag",
1792
+ "description": "Google Analytics integration for Nuxt 3",
1793
+ "repo": "johannschopplich/nuxt-gtag",
1794
+ "npm": "nuxt-gtag",
1795
+ "icon": "gtag.svg",
1796
+ "github": "https://github.com/johannschopplich/nuxt-gtag",
1797
+ "website": "https://github.com/johannschopplich/nuxt-gtag#readme",
1798
+ "learn_more": "",
1799
+ "category": "Analytics",
1800
+ "type": "3rd-party",
1801
+ "maintainers": [
1802
+ {
1803
+ "name": "Johann Schopplich",
1804
+ "github": "johannschopplich",
1805
+ "twitter": "jschopplich",
1806
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
1807
+ }
1808
+ ],
1809
+ "compatibility": {
1810
+ "nuxt": "^3.0.0",
1811
+ "requires": {}
1812
+ }
1813
+ },
1671
1814
  {
1672
1815
  "name": "gtm",
1673
1816
  "description": "Google Tag Manager Module for Nuxt.js",
@@ -2322,7 +2465,7 @@
2322
2465
  },
2323
2466
  {
2324
2467
  "name": "link-checker",
2325
- "description": "",
2468
+ "description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
2326
2469
  "repo": "harlan-zw/nuxt-link-checker",
2327
2470
  "npm": "nuxt-link-checker",
2328
2471
  "icon": "",
@@ -2552,6 +2695,31 @@
2552
2695
  "requires": {}
2553
2696
  }
2554
2697
  },
2698
+ {
2699
+ "name": "medusa",
2700
+ "description": "Easily connect to Medusa from your Nuxt 3 application",
2701
+ "repo": "Baroshem/nuxt-medusa",
2702
+ "npm": "nuxt-medusa",
2703
+ "icon": "medusa.svg",
2704
+ "github": "https://github.com/Baroshem/nuxt-medusa/",
2705
+ "website": "https://nuxt-medusa.vercel.app/",
2706
+ "learn_more": "https://nuxt-medusa.vercel.app/",
2707
+ "category": "Ecommerce",
2708
+ "type": "3rd-party",
2709
+ "maintainers": [
2710
+ {
2711
+ "name": "Jakub Andrzejewski",
2712
+ "github": "Baroshem",
2713
+ "avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
2714
+ }
2715
+ ],
2716
+ "compatibility": {
2717
+ "nuxt": "^2.0.0 || ^3.0.0",
2718
+ "requires": {
2719
+ "bridge": true
2720
+ }
2721
+ }
2722
+ },
2555
2723
  {
2556
2724
  "name": "meilisearch",
2557
2725
  "description": "Meilisearch Instant Search module for Nuxt 3",
@@ -2621,6 +2789,29 @@
2621
2789
  "requires": {}
2622
2790
  }
2623
2791
  },
2792
+ {
2793
+ "name": "module-feed",
2794
+ "description": "Feed module enables everyone to have RSS, Atom and JSON.",
2795
+ "repo": "tresko/nuxt-module-feed",
2796
+ "npm": "nuxt-module-feed",
2797
+ "icon": "",
2798
+ "github": "https://github.com/tresko/nuxt-module-feed",
2799
+ "website": "https://github.com/tresko/nuxt-module-feed",
2800
+ "learn_more": "",
2801
+ "category": "SEO",
2802
+ "type": "3rd-party",
2803
+ "maintainers": [
2804
+ {
2805
+ "name": "Miha Sedej",
2806
+ "github": "tresko",
2807
+ "twitter": "mihasedej"
2808
+ }
2809
+ ],
2810
+ "compatibility": {
2811
+ "nuxt": "^3.0.0",
2812
+ "requires": {}
2813
+ }
2814
+ },
2624
2815
  {
2625
2816
  "name": "moment",
2626
2817
  "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
@@ -2831,6 +3022,28 @@
2831
3022
  "requires": {}
2832
3023
  }
2833
3024
  },
3025
+ {
3026
+ "name": "nuxt-chatgpt",
3027
+ "description": "ChatGPT integration for Nuxt 3",
3028
+ "repo": "schnapsterdog/nuxt-chatgpt",
3029
+ "npm": "nuxt-chatgpt",
3030
+ "icon": "chatgpt.svg",
3031
+ "github": "https://github.com/schnapsterdog/nuxt-chatgpt",
3032
+ "website": "https://github.com/schnapsterdog/nuxt-chatgpt",
3033
+ "learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
3034
+ "category": "Libraries",
3035
+ "type": "3rd-party",
3036
+ "maintainers": [
3037
+ {
3038
+ "name": "Oliver Trajceski",
3039
+ "github": "schnapsterdog"
3040
+ }
3041
+ ],
3042
+ "compatibility": {
3043
+ "nuxt": "^3.0.0",
3044
+ "requires": {}
3045
+ }
3046
+ },
2834
3047
  {
2835
3048
  "name": "nuxt-graphql-middleware",
2836
3049
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -2906,6 +3119,28 @@
2906
3119
  }
2907
3120
  }
2908
3121
  },
3122
+ {
3123
+ "name": "nuxt-lazy-load",
3124
+ "description": "A simple way to lazy load images, videos, audio, and iframes without custom components or extra attributes like data-src, just basic HTML tags",
3125
+ "repo": "",
3126
+ "npm": "nuxt-lazy-load",
3127
+ "icon": "nuxt-lazy-load.svg",
3128
+ "github": "",
3129
+ "website": "https://gitlab.com/broj42/nuxt-lazy-load",
3130
+ "learn_more": "https://gitlab.com/broj42/nuxt-lazy-load",
3131
+ "category": "Performance",
3132
+ "type": "3rd-party",
3133
+ "maintainers": [
3134
+ {
3135
+ "name": "Dario Ferderber",
3136
+ "github": "darioferderber"
3137
+ }
3138
+ ],
3139
+ "compatibility": {
3140
+ "nuxt": "^2.0.0 || ^3.0.0",
3141
+ "requires": {}
3142
+ }
3143
+ },
2909
3144
  {
2910
3145
  "name": "nuxt-localtunnel",
2911
3146
  "description": "Exposes your Nuxt localhost to the world automatically.",
@@ -2952,6 +3187,28 @@
2952
3187
  "requires": {}
2953
3188
  }
2954
3189
  },
3190
+ {
3191
+ "name": "nuxt-mapbox",
3192
+ "description": "Elegant Mapbox integration with Nuxt",
3193
+ "repo": "AlexLavoie42/Nuxt-Mapbox",
3194
+ "npm": "nuxt-mapbox",
3195
+ "icon": "nuxt-mapbox.svg",
3196
+ "github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3197
+ "website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3198
+ "learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3199
+ "category": "Libraries",
3200
+ "type": "3rd-party",
3201
+ "maintainers": [
3202
+ {
3203
+ "name": "Alex Lavoie",
3204
+ "github": "AlexLavoie42"
3205
+ }
3206
+ ],
3207
+ "compatibility": {
3208
+ "nuxt": "^3.0.0",
3209
+ "requires": {}
3210
+ }
3211
+ },
2955
3212
  {
2956
3213
  "name": "nuxt-monaco-editor",
2957
3214
  "description": "Integrate monaco-editor with Nuxt",
@@ -2974,6 +3231,51 @@
2974
3231
  "requires": {}
2975
3232
  }
2976
3233
  },
3234
+ {
3235
+ "name": "nuxt-mongoose",
3236
+ "description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
3237
+ "repo": "arashsheyda/nuxt-mongoose",
3238
+ "npm": "nuxt-mongoose",
3239
+ "icon": "nuxt-mongoose.svg",
3240
+ "github": "https://github.com/arashsheyda/nuxt-mongoose",
3241
+ "website": "https://github.com/arashsheyda/nuxt-mongoose",
3242
+ "learn_more": "",
3243
+ "category": "Database",
3244
+ "type": "3rd-party",
3245
+ "maintainers": [
3246
+ {
3247
+ "name": "arashsheyda",
3248
+ "github": "arashsheyda"
3249
+ }
3250
+ ],
3251
+ "compatibility": {
3252
+ "nuxt": "^3.0.0",
3253
+ "requires": {}
3254
+ }
3255
+ },
3256
+ {
3257
+ "name": "nuxt-pdf",
3258
+ "description": "Zero-boilerplate PDF exports of your Pages and Components",
3259
+ "repo": "sidebase/nuxt-pdf",
3260
+ "npm": "@sidebase/nuxt-pdf",
3261
+ "icon": "nuxt-pdf.png",
3262
+ "github": "https://github.com/sidebase/nuxt-pdf",
3263
+ "website": "https://sidebase.io/nuxt-pdf",
3264
+ "learn_more": "https://github.com/sidebase",
3265
+ "category": "Extensions",
3266
+ "type": "3rd-party",
3267
+ "maintainers": [
3268
+ {
3269
+ "name": "sidebase",
3270
+ "github": "sidebase",
3271
+ "twitter": "sidebase_io"
3272
+ }
3273
+ ],
3274
+ "compatibility": {
3275
+ "nuxt": "^3.0.0",
3276
+ "requires": {}
3277
+ }
3278
+ },
2977
3279
  {
2978
3280
  "name": "nuxt-pino-log",
2979
3281
  "description": "Structured logs for nuxt apps using pino",
@@ -3249,6 +3551,28 @@
3249
3551
  "requires": {}
3250
3552
  }
3251
3553
  },
3554
+ {
3555
+ "name": "nuxt-vuetify",
3556
+ "description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
3557
+ "repo": "invictus-codes/nuxt-vuetify",
3558
+ "npm": "@invictus.codes/nuxt-vuetify",
3559
+ "icon": "vuetify-logo-v3-dark.svg",
3560
+ "github": "https://github.com/invictus-codes/nuxt-vuetify",
3561
+ "website": "https://invictus-codes.github.io/nuxt-vuetify/",
3562
+ "learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
3563
+ "category": "UI",
3564
+ "type": "3rd-party",
3565
+ "maintainers": [
3566
+ {
3567
+ "name": "Jens van Hellemondt",
3568
+ "github": "invictus-codes"
3569
+ }
3570
+ ],
3571
+ "compatibility": {
3572
+ "nuxt": "^3.0.0",
3573
+ "requires": {}
3574
+ }
3575
+ },
3252
3576
  {
3253
3577
  "name": "nuxt7",
3254
3578
  "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
@@ -3411,6 +3735,30 @@
3411
3735
  }
3412
3736
  }
3413
3737
  },
3738
+ {
3739
+ "name": "pdfeasy",
3740
+ "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
3741
+ "repo": "betterwrite/pdfeasy#main/packages/nuxt",
3742
+ "npm": "nuxt-pdfeasy",
3743
+ "icon": "pdfeasy.png",
3744
+ "github": "https://github.com/betterwrite/pdfeasy",
3745
+ "website": "https://github.com/betterwrite/pdfeasy",
3746
+ "learn_more": "https://github.com/betterwrite/pdfeasy",
3747
+ "category": "Extensions",
3748
+ "type": "3rd-party",
3749
+ "maintainers": [
3750
+ {
3751
+ "name": "Giovane Cardoso",
3752
+ "github": "novout",
3753
+ "twitter": "novoutttttt",
3754
+ "avatar": "https://avatars.githubusercontent.com/novout?v=4"
3755
+ }
3756
+ ],
3757
+ "compatibility": {
3758
+ "nuxt": "^3.0.0",
3759
+ "requires": {}
3760
+ }
3761
+ },
3414
3762
  {
3415
3763
  "name": "persian-datepicker",
3416
3764
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
@@ -3578,11 +3926,11 @@
3578
3926
  "description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
3579
3927
  "repo": "artmizu/nuxt-prometheus",
3580
3928
  "npm": "@artmizu/nuxt-prometheus",
3581
- "icon": "",
3929
+ "icon": "prometheus.svg",
3582
3930
  "github": "https://github.com/artmizu/nuxt-prometheus",
3583
3931
  "website": "https://github.com/artmizu/nuxt-prometheus",
3584
3932
  "learn_more": "",
3585
- "category": "Devtools",
3933
+ "category": "Monitoring",
3586
3934
  "type": "3rd-party",
3587
3935
  "maintainers": [
3588
3936
  {
@@ -3591,7 +3939,7 @@
3591
3939
  }
3592
3940
  ],
3593
3941
  "compatibility": {
3594
- "nuxt": "^2.0.0",
3942
+ "nuxt": "^3.0.0",
3595
3943
  "requires": {}
3596
3944
  }
3597
3945
  },
@@ -3732,6 +4080,28 @@
3732
4080
  "requires": {}
3733
4081
  }
3734
4082
  },
4083
+ {
4084
+ "name": "quasar",
4085
+ "description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
4086
+ "repo": "Maiquu/nuxt-quasar",
4087
+ "npm": "nuxt-quasar-ui",
4088
+ "icon": "quasar.svg",
4089
+ "github": "https://github.com/Maiquu/nuxt-quasar",
4090
+ "website": "https://quasar.dev/",
4091
+ "learn_more": "https://github.com/Maiquu/nuxt-quasar",
4092
+ "category": "UI",
4093
+ "type": "3rd-party",
4094
+ "maintainers": [
4095
+ {
4096
+ "name": "Ege İliklier",
4097
+ "github": "Maiquu"
4098
+ }
4099
+ ],
4100
+ "compatibility": {
4101
+ "nuxt": "^3.0.0",
4102
+ "requires": {}
4103
+ }
4104
+ },
3735
4105
  {
3736
4106
  "name": "recaptcha",
3737
4107
  "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
@@ -4032,8 +4402,8 @@
4032
4402
  {
4033
4403
  "name": "seo-kit",
4034
4404
  "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",
4405
+ "repo": "harlan-zw/nuxt-seo-kit#main/layer",
4406
+ "npm": "nuxt-seo-kit",
4037
4407
  "icon": "seo-kit.svg",
4038
4408
  "github": "https://github.com/harlan-zw/nuxt-seo-kit",
4039
4409
  "website": "https://github.com/harlan-zw/nuxt-seo-kit",
@@ -4280,26 +4650,48 @@
4280
4650
  "requires": {}
4281
4651
  }
4282
4652
  },
4653
+ {
4654
+ "name": "snackbar",
4655
+ "description": "Nuxt Snackbar module using vue3-snackbar",
4656
+ "repo": "modbender/nuxt-snackbar#master",
4657
+ "npm": "nuxt-snackbar",
4658
+ "icon": "snackbar.png",
4659
+ "github": "https://github.com/modbender/nuxt-snackbar/tree/master",
4660
+ "website": "https://github.com/modbender/nuxt-snackbar/tree/master",
4661
+ "learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
4662
+ "category": "UI",
4663
+ "type": "3rd-party",
4664
+ "maintainers": [
4665
+ {
4666
+ "name": "modbender",
4667
+ "github": "modbender"
4668
+ }
4669
+ ],
4670
+ "compatibility": {
4671
+ "nuxt": "^3.0.0",
4672
+ "requires": {}
4673
+ }
4674
+ },
4283
4675
  {
4284
4676
  "name": "snipcart",
4285
4677
  "description": "Snipcart integration module for Nuxt.js",
4286
- "repo": "nuxt-community/snipcart-module",
4678
+ "repo": "nuxt-modules/snipcart",
4287
4679
  "npm": "@nuxtjs/snipcart",
4288
4680
  "icon": "snipcart.png",
4289
- "github": "https://github.com/nuxt-community/snipcart-module",
4290
- "website": "https://github.com/nuxt-community/snipcart-module",
4291
- "learn_more": "",
4292
- "category": "Payment",
4681
+ "github": "https://github.com/nuxt-modules/snipcart",
4682
+ "website": "https://github.com/nuxt-modules/snipcart",
4683
+ "learn_more": "https://snipcart.com",
4684
+ "category": "Ecommerce",
4293
4685
  "type": "community",
4294
4686
  "maintainers": [
4295
4687
  {
4296
4688
  "name": "Florent GIRAUD",
4297
- "github": "f3ltron",
4298
- "twitter": "giraud_florent"
4689
+ "github": "flozero",
4690
+ "twitter": "flozeroo"
4299
4691
  }
4300
4692
  ],
4301
4693
  "compatibility": {
4302
- "nuxt": "^2.0.0",
4694
+ "nuxt": "^2.0.0 || ^3.0.0",
4303
4695
  "requires": {}
4304
4696
  }
4305
4697
  },
@@ -4636,7 +5028,7 @@
4636
5028
  }
4637
5029
  ],
4638
5030
  "compatibility": {
4639
- "nuxt": "^2.0.0",
5031
+ "nuxt": "^2.0.0 || ^3.0.0",
4640
5032
  "requires": {}
4641
5033
  }
4642
5034
  },
@@ -4807,6 +5199,29 @@
4807
5199
  "requires": {}
4808
5200
  }
4809
5201
  },
5202
+ {
5203
+ "name": "tailvue",
5204
+ "description": "Vue components built for Vue3 powered by Windi CSS or tailwindcss",
5205
+ "repo": "fumeapp/tailvue",
5206
+ "npm": "tailvue",
5207
+ "icon": "tailvue.jpg",
5208
+ "github": "https://github.com/fumeapp/tailvue",
5209
+ "website": "https://github.com/fumeapp/tailvue",
5210
+ "learn_more": "https://github.com/fumeapp/tailvue#readme",
5211
+ "category": "UI",
5212
+ "type": "3rd-party",
5213
+ "maintainers": [
5214
+ {
5215
+ "name": "Kevin Olson",
5216
+ "github": "acidjazz",
5217
+ "twitter": "AppFume"
5218
+ }
5219
+ ],
5220
+ "compatibility": {
5221
+ "nuxt": "^3.0.0",
5222
+ "requires": {}
5223
+ }
5224
+ },
4810
5225
  {
4811
5226
  "name": "tailwindcss",
4812
5227
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
@@ -5096,11 +5511,11 @@
5096
5511
  {
5097
5512
  "name": "unhead",
5098
5513
  "description": "Experimental features for Nuxt SEO / head management.",
5099
- "repo": "harlan-zw/nuxt-unhead",
5100
- "npm": "nuxt-unhead",
5514
+ "repo": "harlan-zw/nuxt-seo-experiments",
5515
+ "npm": "nuxt-seo-experiments",
5101
5516
  "icon": "",
5102
- "github": "https://github.com/harlan-zw/nuxt-unhead",
5103
- "website": "https://github.com/harlan-zw/nuxt-unhead",
5517
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5518
+ "website": "https://github.com/harlan-zw/nuxt-seo-experiments",
5104
5519
  "learn_more": "",
5105
5520
  "category": "SEO",
5106
5521
  "type": "3rd-party",
@@ -5143,6 +5558,28 @@
5143
5558
  "requires": {}
5144
5559
  }
5145
5560
  },
5561
+ {
5562
+ "name": "unlazy",
5563
+ "description": "Lazy loading library for placeholder images",
5564
+ "repo": "johannschopplich/unlazy/packages/nuxt",
5565
+ "npm": "@unlazy/nuxt",
5566
+ "icon": "unlazy.svg",
5567
+ "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
5568
+ "website": "https://unlazy.byjohann.dev/",
5569
+ "learn_more": "",
5570
+ "category": "Images",
5571
+ "type": "3rd-party",
5572
+ "maintainers": [
5573
+ {
5574
+ "name": "Johann Schopplich",
5575
+ "github": "johannschopplich"
5576
+ }
5577
+ ],
5578
+ "compatibility": {
5579
+ "nuxt": "^3.0.0",
5580
+ "requires": {}
5581
+ }
5582
+ },
5146
5583
  {
5147
5584
  "name": "unlighthouse",
5148
5585
  "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
@@ -5195,6 +5632,29 @@
5195
5632
  }
5196
5633
  }
5197
5634
  },
5635
+ {
5636
+ "name": "ununuracss",
5637
+ "description": "A Real CSS Engine. Only Scoped.",
5638
+ "repo": "novout/ununuracss#main/packages/nuxt",
5639
+ "npm": "nuxt-ununura",
5640
+ "icon": "ununuracss.png",
5641
+ "github": "https://github.com/novout/ununuracss",
5642
+ "website": "https://ununura.com/#/",
5643
+ "learn_more": "https://ununura.com/#/docs/why",
5644
+ "category": "UI",
5645
+ "type": "3rd-party",
5646
+ "maintainers": [
5647
+ {
5648
+ "name": "Giovane Cardoso",
5649
+ "github": "novout",
5650
+ "avatar": "https://avatars.githubusercontent.com/novout?v=4"
5651
+ }
5652
+ ],
5653
+ "compatibility": {
5654
+ "nuxt": "^2.0.0 || ^3.0.0",
5655
+ "requires": {}
5656
+ }
5657
+ },
5198
5658
  {
5199
5659
  "name": "user-agent",
5200
5660
  "description": "Nuxt.js module for handling User-Agent.",
@@ -5239,6 +5699,76 @@
5239
5699
  "requires": {}
5240
5700
  }
5241
5701
  },
5702
+ {
5703
+ "name": "vant",
5704
+ "description": "A lightweight, customizable Vue UI library for mobile web apps.",
5705
+ "repo": "vant-ui/vant-nuxt",
5706
+ "npm": "@vant/nuxt",
5707
+ "icon": "vant.png",
5708
+ "github": "https://github.com/vant-ui/vant-nuxt",
5709
+ "website": "https://vant-ui.github.io/vant",
5710
+ "learn_more": "https://github.com/vant-ui/vant-nuxt#readme",
5711
+ "category": "UI",
5712
+ "type": "3rd-party",
5713
+ "maintainers": [
5714
+ {
5715
+ "name": "tolking",
5716
+ "github": "tolking"
5717
+ }
5718
+ ],
5719
+ "compatibility": {
5720
+ "nuxt": "^3.0.0",
5721
+ "requires": {
5722
+ "bridge": "optional"
5723
+ }
5724
+ }
5725
+ },
5726
+ {
5727
+ "name": "varlet",
5728
+ "description": "A Material design mobile component library developed based on Vue3",
5729
+ "repo": "varletjs/varlet-nuxt",
5730
+ "npm": "@varlet/nuxt",
5731
+ "icon": "varlet.svg",
5732
+ "github": "https://github.com/varletjs/varlet",
5733
+ "website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
5734
+ "learn_more": "https://github.com/varletjs/varlet-nuxt",
5735
+ "category": "UI",
5736
+ "type": "3rd-party",
5737
+ "maintainers": [
5738
+ {
5739
+ "name": "zhangmo8",
5740
+ "github": "zhangmo8"
5741
+ }
5742
+ ],
5743
+ "compatibility": {
5744
+ "nuxt": "^3.0.0",
5745
+ "requires": {
5746
+ "bridge": "optional"
5747
+ }
5748
+ }
5749
+ },
5750
+ {
5751
+ "name": "vee-validate",
5752
+ "description": "Painless Vue forms for Nuxt.js",
5753
+ "repo": "logaretm/vee-validate#main/packages/nuxt",
5754
+ "npm": "@vee-validate/nuxt",
5755
+ "icon": "vee-validate.png",
5756
+ "github": "https://github.com/logaretm/vee-validate/",
5757
+ "website": "https://vee-validate.logaretm.com/v4/",
5758
+ "learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
5759
+ "category": "Libraries",
5760
+ "type": "3rd-party",
5761
+ "maintainers": [
5762
+ {
5763
+ "name": "Abdelrahman Awad",
5764
+ "github": "logaretm"
5765
+ }
5766
+ ],
5767
+ "compatibility": {
5768
+ "nuxt": "^3.0.0",
5769
+ "requires": {}
5770
+ }
5771
+ },
5242
5772
  {
5243
5773
  "name": "vendor",
5244
5774
  "description": "directly serve node_modules",
@@ -5262,6 +5792,29 @@
5262
5792
  "requires": {}
5263
5793
  }
5264
5794
  },
5795
+ {
5796
+ "name": "vexip-ui",
5797
+ "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
5798
+ "repo": "vexip-ui/nuxt",
5799
+ "npm": "@vexip-ui/nuxt",
5800
+ "icon": "vexip-ui.svg",
5801
+ "github": "https://github.com/vexip-ui/vexip-ui",
5802
+ "website": "https://www.vexipui.com/",
5803
+ "learn_more": "https://github.com/vexip-ui/nuxt",
5804
+ "category": "UI",
5805
+ "type": "3rd-party",
5806
+ "maintainers": [
5807
+ {
5808
+ "name": "未觉雨声",
5809
+ "github": "qmhc",
5810
+ "twitter": "qmhc95"
5811
+ }
5812
+ ],
5813
+ "compatibility": {
5814
+ "nuxt": "^3.0.0",
5815
+ "requires": {}
5816
+ }
5817
+ },
5265
5818
  {
5266
5819
  "name": "vite-pwa-nuxt",
5267
5820
  "description": "Zero-config PWA Plugin for Nuxt 3",
@@ -5595,6 +6148,29 @@
5595
6148
  "requires": {}
5596
6149
  }
5597
6150
  },
6151
+ {
6152
+ "name": "vunix",
6153
+ "description": "Comprehensive UI toolkit for Vue.js and Nuxt.js that empowers you to build amazing user interfaces with ease. With Vunix, you can leverage the power of popular utility-first CSS frameworks like Tailwind CSS, Unocss, WindiCss, or use your own custom CSS classes.",
6154
+ "repo": "gaetansenn/vunix#main/packages/nuxt",
6155
+ "npm": "@vunix/nuxt",
6156
+ "icon": "",
6157
+ "github": "https://github.com/gaetansenn/vunix",
6158
+ "website": "https://vunix.dewib.com/",
6159
+ "learn_more": "",
6160
+ "category": "UI",
6161
+ "type": "3rd-party",
6162
+ "maintainers": [
6163
+ {
6164
+ "name": "Gaetan SENN",
6165
+ "github": "gaetansenn",
6166
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
6167
+ }
6168
+ ],
6169
+ "compatibility": {
6170
+ "nuxt": "^3.0.0",
6171
+ "requires": {}
6172
+ }
6173
+ },
5598
6174
  {
5599
6175
  "name": "web-vitals",
5600
6176
  "description": "Web Vitals for Nuxt",
@@ -5629,29 +6205,6 @@
5629
6205
  }
5630
6206
  }
5631
6207
  },
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
6208
  {
5656
6209
  "name": "webfontloader",
5657
6210
  "description": "Efficient web font loading has never been easier!",
@@ -5766,6 +6319,28 @@
5766
6319
  "requires": {}
5767
6320
  }
5768
6321
  },
6322
+ {
6323
+ "name": "well-known",
6324
+ "description": "A Nuxt.js module to add well-known URIs using middlewares",
6325
+ "repo": "zadigetvoltaire/nuxt-well-known",
6326
+ "npm": "@zadigetvoltaire/nuxt-well-known",
6327
+ "icon": "well-known.svg",
6328
+ "github": "https://github.com/zadigetvoltaire/nuxt-well-known",
6329
+ "website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
6330
+ "learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
6331
+ "category": "SEO",
6332
+ "type": "3rd-party",
6333
+ "maintainers": [
6334
+ {
6335
+ "name": "Zadig&Voltaire Team",
6336
+ "github": "https://github.com/zadigetvoltaire"
6337
+ }
6338
+ ],
6339
+ "compatibility": {
6340
+ "nuxt": "^3.0.0",
6341
+ "requires": {}
6342
+ }
6343
+ },
5769
6344
  {
5770
6345
  "name": "windicss",
5771
6346
  "description": "Next generation utility-first CSS framework.",
@@ -5909,6 +6484,29 @@
5909
6484
  "requires": {}
5910
6485
  }
5911
6486
  },
6487
+ {
6488
+ "name": "yandex-metrika-next",
6489
+ "description": "Yandex Metrika integration for Nuxt",
6490
+ "repo": "artmizu/yandex-metrika-nuxt",
6491
+ "npm": "@artmizu/yandex-metrika-nuxt",
6492
+ "icon": "yandex-metrika.svg",
6493
+ "github": "https://github.com/artmizu/yandex-metrika-nuxt",
6494
+ "website": "https://github.com/artmizu/yandex-metrika-nuxt",
6495
+ "learn_more": "",
6496
+ "category": "Analytics",
6497
+ "type": "3rd-party",
6498
+ "maintainers": [
6499
+ {
6500
+ "name": "Aleksandr Saburov",
6501
+ "github": "artmizu",
6502
+ "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
6503
+ }
6504
+ ],
6505
+ "compatibility": {
6506
+ "nuxt": "^3.0.0",
6507
+ "requires": {}
6508
+ }
6509
+ },
5912
6510
  {
5913
6511
  "name": "yandex-metrika",
5914
6512
  "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-af05bd",
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
  }