@nuxt/modules 0.6.0-de9bf1 → 0.6.0-df8b7b

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 +2367 -399
  3. package/package.json +12 -10
package/modules.json CHANGED
@@ -1,7 +1,7 @@
1
1
  [
2
2
  {
3
3
  "name": "ackee",
4
- "description": "Nuxt.js module for Ackee analytics",
4
+ "description": "Nuxt module for Ackee analytics",
5
5
  "repo": "bdrtsky/nuxt-ackee",
6
6
  "npm": "nuxt-ackee",
7
7
  "icon": "ackee.png",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  {
30
30
  "name": "agility-cms",
31
- "description": "Agility CMS Integration for Nuxt.js",
31
+ "description": "Agility CMS Integration for Nuxt",
32
32
  "repo": "agility/agilitycms-nuxt-module",
33
33
  "npm": "@agility/agilitycms-nuxt-module",
34
34
  "icon": "agility.png",
@@ -51,7 +51,7 @@
51
51
  },
52
52
  {
53
53
  "name": "algolia",
54
- "description": "Algolia Search Module for Nuxt 3",
54
+ "description": "Algolia Search Module for Nuxt",
55
55
  "repo": "nuxt-modules/algolia",
56
56
  "npm": "@nuxtjs/algolia",
57
57
  "icon": "algolia.svg",
@@ -125,21 +125,20 @@
125
125
  }
126
126
  },
127
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": "",
128
+ "name": "animejs",
129
+ "description": "Anime.js module for Nuxt",
130
+ "repo": "hypernym-studio/nuxt-anime",
131
+ "npm": "@hypernym/nuxt-anime",
132
+ "icon": "",
133
+ "github": "https://github.com/hypernym-studio/nuxt-anime",
134
+ "website": "https://github.com/hypernym-studio/nuxt-anime",
135
135
  "learn_more": "",
136
- "category": "Monitoring",
136
+ "category": "Libraries",
137
137
  "type": "3rd-party",
138
138
  "maintainers": [
139
139
  {
140
- "name": "Aleksandr Saburov",
141
- "github": "artmizu",
142
- "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
140
+ "name": "ivodolenc",
141
+ "github": "ivodolenc"
143
142
  }
144
143
  ],
145
144
  "compatibility": {
@@ -148,35 +147,59 @@
148
147
  }
149
148
  },
150
149
  {
151
- "name": "animejs",
152
- "description": "Anime.js module for Nuxt.js",
153
- "repo": "ivodolenc/nuxt-animejs",
154
- "npm": "nuxt-animejs",
155
- "icon": "",
156
- "github": "https://github.com/ivodolenc/nuxt-animejs",
157
- "website": "https://github.com/ivodolenc/nuxt-animejs",
150
+ "name": "ant-design-vue",
151
+ "description": "A Vue 3 based component library for designers and developers",
152
+ "repo": "vueComponent/ant-design-vue-nuxt",
153
+ "npm": "@ant-design-vue/nuxt",
154
+ "icon": "ant-design-vue.svg",
155
+ "github": "https://github.com/vueComponent/ant-design-vue-nuxt",
156
+ "website": "https://antdv.com",
157
+ "learn_more": "https://github.com/vueComponent/ant-design-vue-nuxt",
158
+ "category": "UI",
159
+ "type": "3rd-party",
160
+ "maintainers": [
161
+ {
162
+ "name": "tangjinzhou",
163
+ "github": "tangjinzhou"
164
+ }
165
+ ],
166
+ "compatibility": {
167
+ "nuxt": "^3.0.0",
168
+ "requires": {
169
+ "bridge": "optional"
170
+ }
171
+ }
172
+ },
173
+ {
174
+ "name": "aos",
175
+ "description": "A Nuxt module that adds Animate On Scroll",
176
+ "repo": "egidiusmengelberg/nuxt-aos",
177
+ "npm": "nuxt-aos",
178
+ "icon": "aos.png",
179
+ "github": "https://github.com/egidiusmengelberg/nuxt-aos",
180
+ "website": "https://github.com/egidiusmengelberg/nuxt-aos",
158
181
  "learn_more": "",
159
- "category": "Libraries",
182
+ "category": "Devtools",
160
183
  "type": "3rd-party",
161
184
  "maintainers": [
162
185
  {
163
- "name": "ivodolenc",
164
- "github": "ivodolenc"
186
+ "name": "egidiusmengelberg",
187
+ "github": "egidiusmengelberg"
165
188
  }
166
189
  ],
167
190
  "compatibility": {
168
- "nuxt": "^2.0.0",
191
+ "nuxt": "^3.0.0",
169
192
  "requires": {}
170
193
  }
171
194
  },
172
195
  {
173
196
  "name": "api-party",
174
- "description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
197
+ "description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
175
198
  "repo": "johannschopplich/nuxt-api-party",
176
199
  "npm": "nuxt-api-party",
177
200
  "icon": "api-party.svg",
178
201
  "github": "https://github.com/johannschopplich/nuxt-api-party",
179
- "website": "https://github.com/johannschopplich/nuxt-api-party#readme",
202
+ "website": "https://nuxt-api-party.jhnn.dev/",
180
203
  "learn_more": "",
181
204
  "category": "Request",
182
205
  "type": "3rd-party",
@@ -219,7 +242,7 @@
219
242
  },
220
243
  {
221
244
  "name": "apollo",
222
- "description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
245
+ "description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
223
246
  "repo": "nuxt-modules/apollo",
224
247
  "npm": "@nuxtjs/apollo",
225
248
  "icon": "apollo.png",
@@ -243,7 +266,7 @@
243
266
  },
244
267
  {
245
268
  "name": "applicationinsights",
246
- "description": "AppInsights module for Nuxt.js",
269
+ "description": "AppInsights module for Nuxt",
247
270
  "repo": "nuxt-community/applicationinsights-module",
248
271
  "npm": "@nuxtjs/applicationinsights",
249
272
  "icon": "application-insights.png",
@@ -272,7 +295,7 @@
272
295
  "github": "https://github.com/Hrdtr/nuxt-appwrite",
273
296
  "website": "https://github.com/Hrdtr/nuxt-appwrite",
274
297
  "learn_more": "",
275
- "category": "Request",
298
+ "category": "Database",
276
299
  "type": "3rd-party",
277
300
  "maintainers": [
278
301
  {
@@ -281,13 +304,80 @@
281
304
  }
282
305
  ],
283
306
  "compatibility": {
284
- "nuxt": "^2.0.0",
307
+ "nuxt": "^3.0.0",
308
+ "requires": {}
309
+ }
310
+ },
311
+ {
312
+ "name": "arco-design-nuxt-module",
313
+ "description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
314
+ "repo": "wiidede/arco-design-nuxt-module",
315
+ "npm": "arco-design-nuxt-module",
316
+ "icon": "arco-design.svg",
317
+ "github": "https://github.com/wiidede/arco-design-nuxt-module",
318
+ "website": "https://arco.design/vue",
319
+ "learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
320
+ "category": "UI",
321
+ "type": "3rd-party",
322
+ "maintainers": [
323
+ {
324
+ "name": "wiidede",
325
+ "github": "wiidede"
326
+ }
327
+ ],
328
+ "compatibility": {
329
+ "nuxt": "^3.0.0",
330
+ "requires": {}
331
+ }
332
+ },
333
+ {
334
+ "name": "ark-ui",
335
+ "description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
336
+ "repo": "iamdin/nuxt-ark-ui",
337
+ "npm": "nuxt-ark-ui",
338
+ "icon": "ark-ui.svg",
339
+ "github": "https://github.com/iamdin/nuxt-ark-ui",
340
+ "website": "https://ark-ui.com/",
341
+ "learn_more": "https://github.com/iamdin/nuxt-ark-ui",
342
+ "category": "UI",
343
+ "type": "3rd-party",
344
+ "maintainers": [
345
+ {
346
+ "name": "Din",
347
+ "github": "iamdin",
348
+ "twitter": "iamdinq"
349
+ }
350
+ ],
351
+ "compatibility": {
352
+ "nuxt": "^3.0.0",
353
+ "requires": {}
354
+ }
355
+ },
356
+ {
357
+ "name": "auth-utils",
358
+ "description": "Minimalist Auth module for Nuxt with SSR.",
359
+ "repo": "atinux/nuxt-auth-utils",
360
+ "npm": "nuxt-auth-utils",
361
+ "icon": "",
362
+ "github": "https://github.com/atinux/nuxt-auth-utils",
363
+ "website": "https://github.com/atinux/nuxt-auth-utils",
364
+ "learn_more": "",
365
+ "category": "Devtools",
366
+ "type": "3rd-party",
367
+ "maintainers": [
368
+ {
369
+ "name": "atinux",
370
+ "github": "atinux"
371
+ }
372
+ ],
373
+ "compatibility": {
374
+ "nuxt": "^3.0.0",
285
375
  "requires": {}
286
376
  }
287
377
  },
288
378
  {
289
379
  "name": "auth",
290
- "description": "Zero-boilerplate authentication support for Nuxt.js.",
380
+ "description": "Zero-boilerplate authentication support for Nuxt.",
291
381
  "repo": "nuxt-community/auth-module",
292
382
  "npm": "@nuxtjs/auth",
293
383
  "icon": "auth.png",
@@ -312,9 +402,55 @@
312
402
  "requires": {}
313
403
  }
314
404
  },
405
+ {
406
+ "name": "authjs",
407
+ "description": "Auth.js authentication Nuxt module. Edge compatible.",
408
+ "repo": "Hebilicious/authjs-nuxt#main",
409
+ "npm": "@hebilicious/authjs-nuxt",
410
+ "icon": "authjs.png",
411
+ "github": "https://github.com/Hebilicious/authjs-nuxt",
412
+ "website": "https://authjs-nuxt.pages.dev/",
413
+ "learn_more": "https://authjs.dev/",
414
+ "category": "Security",
415
+ "type": "3rd-party",
416
+ "maintainers": [
417
+ {
418
+ "name": "Hebilicious",
419
+ "github": "Hebilicious",
420
+ "twitter": "its_hebilicious"
421
+ }
422
+ ],
423
+ "compatibility": {
424
+ "nuxt": "^3.0.0",
425
+ "requires": {}
426
+ }
427
+ },
428
+ {
429
+ "name": "auto-animate",
430
+ "description": "Automatic animations for your Nuxt app with a single line of code.",
431
+ "repo": "formkit/auto-animate",
432
+ "npm": "@formkit/auto-animate",
433
+ "icon": "auto-animate.svg",
434
+ "github": "https://github.com/formkit/auto-animate",
435
+ "website": "https://auto-animate.formkit.com",
436
+ "learn_more": "https://auto-animate.formkit.com",
437
+ "category": "Libraries",
438
+ "type": "3rd-party",
439
+ "maintainers": [
440
+ {
441
+ "name": "Justin Schroeder",
442
+ "github": "justin-schroeder",
443
+ "twitter": "jpschroeder"
444
+ }
445
+ ],
446
+ "compatibility": {
447
+ "nuxt": "^3.0.0",
448
+ "requires": {}
449
+ }
450
+ },
315
451
  {
316
452
  "name": "axios",
317
- "description": "Secure and easy Axios module with Nuxt.js",
453
+ "description": "Secure and easy Axios module with Nuxt",
318
454
  "repo": "nuxt-community/axios-module",
319
455
  "npm": "@nuxtjs/axios",
320
456
  "icon": "axios.svg",
@@ -337,7 +473,7 @@
337
473
  },
338
474
  {
339
475
  "name": "basic-auth",
340
- "description": "Provide basic authentication to your Nuxt.js application",
476
+ "description": "Provide basic authentication to your Nuxt application",
341
477
  "repo": "potato4d/nuxt-basic-auth-module",
342
478
  "npm": "nuxt-basic-auth-module",
343
479
  "icon": "",
@@ -461,7 +597,7 @@
461
597
  },
462
598
  {
463
599
  "name": "bulma-slim",
464
- "description": "Nuxt.js module to automatically make a slim Bulma build of used features with Purgecss",
600
+ "description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
465
601
  "repo": "mustardamus/nuxt-bulma-slim",
466
602
  "npm": "nuxt-bulma-slim",
467
603
  "icon": "bulma.png",
@@ -528,7 +664,7 @@
528
664
  },
529
665
  {
530
666
  "name": "canvas-sketch",
531
- "description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
667
+ "description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
532
668
  "repo": "LuXDAmore/generative-art",
533
669
  "npm": "@luxdamore/nuxt-canvas-sketch",
534
670
  "icon": "",
@@ -549,9 +685,31 @@
549
685
  "requires": {}
550
686
  }
551
687
  },
688
+ {
689
+ "name": "capo",
690
+ "description": "Capo.js implementation for Nuxt",
691
+ "repo": "danielroe/nuxt-capo",
692
+ "npm": "nuxt-capo",
693
+ "icon": "",
694
+ "github": "https://github.com/danielroe/nuxt-capo",
695
+ "website": "https://github.com/danielroe/nuxt-capo",
696
+ "learn_more": "",
697
+ "category": "Performance",
698
+ "type": "3rd-party",
699
+ "maintainers": [
700
+ {
701
+ "name": "danielroe",
702
+ "github": "danielroe"
703
+ }
704
+ ],
705
+ "compatibility": {
706
+ "nuxt": "^3.0.0",
707
+ "requires": {}
708
+ }
709
+ },
552
710
  {
553
711
  "name": "chakra-ui",
554
- "description": "Chakra UI Module for Nuxt.js",
712
+ "description": "Chakra UI Module for Nuxt",
555
713
  "repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
556
714
  "npm": "@chakra-ui/nuxt",
557
715
  "icon": "chakra-ui.png",
@@ -574,11 +732,11 @@
574
732
  {
575
733
  "name": "chatwoot",
576
734
  "description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
577
- "repo": "huntersofbook/huntersofbook#main/projects/chatwoot/packages/nuxt",
578
- "npm": "@huntersofbook/chatwoot-nuxt",
735
+ "repo": "productdevbookcom/chatwoot",
736
+ "npm": "@productdevbook/chatwoot",
579
737
  "icon": "chatwoot.png",
580
- "github": "https://github.com/huntersofbook/huntersofbook/tree/main/projects/chatwoot/packages/nuxt",
581
- "website": "https://github.com/huntersofbook/huntersofbook/tree/main/projects/chatwoot/packages/nuxt",
738
+ "github": "https://github.com/productdevbookcom/chatwoot",
739
+ "website": "https://github.com/productdevbookcom/chatwoot",
582
740
  "learn_more": "https://www.chatwoot.com",
583
741
  "category": "Libraries",
584
742
  "type": "3rd-party",
@@ -615,6 +773,29 @@
615
773
  "requires": {}
616
774
  }
617
775
  },
776
+ {
777
+ "name": "clarity-analytics",
778
+ "description": "Clarity Analytics Module for Nuxt",
779
+ "repo": "Barbapapazes/nuxt-clarity-analytics",
780
+ "npm": "nuxt-clarity-analytics",
781
+ "icon": "",
782
+ "github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
783
+ "website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
784
+ "learn_more": "https://clarity.microsoft.com/",
785
+ "category": "Analytics",
786
+ "type": "3rd-party",
787
+ "maintainers": [
788
+ {
789
+ "name": "Barbapapazes",
790
+ "github": "Barbapapazes",
791
+ "twitter": "soubiran_"
792
+ }
793
+ ],
794
+ "compatibility": {
795
+ "nuxt": "^3.0.0",
796
+ "requires": {}
797
+ }
798
+ },
618
799
  {
619
800
  "name": "client-init",
620
801
  "description": "Provide client version of `nuxtServerInit`.",
@@ -639,7 +820,7 @@
639
820
  },
640
821
  {
641
822
  "name": "cloudcms",
642
- "description": "CloudCMS Nuxt.js Module",
823
+ "description": "CloudCMS Nuxt Module",
643
824
  "repo": "gitana/cloudcms-nuxt",
644
825
  "npm": "cloudcms-nuxt",
645
826
  "icon": "",
@@ -664,7 +845,7 @@
664
845
  "description": "Cloudflare Web Analytics Module for Nuxt",
665
846
  "repo": "hamlogic/nuxt-cloudflare-analytics",
666
847
  "npm": "nuxt-cloudflare-analytics",
667
- "icon": "cloudflare-analytics.svg",
848
+ "icon": "cloudflare.svg",
668
849
  "github": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
669
850
  "website": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
670
851
  "learn_more": "https://www.cloudflare.com/web-analytics/",
@@ -688,11 +869,11 @@
688
869
  },
689
870
  {
690
871
  "name": "cloudinary",
691
- "description": "Optimize images and videos in your Nuxt.js application",
692
- "repo": "nuxt-community/cloudinary-module",
872
+ "description": "Optimize images and videos in your Nuxt application",
873
+ "repo": "nuxt-modules/cloudinary",
693
874
  "npm": "@nuxtjs/cloudinary",
694
875
  "icon": "cloudinary.png",
695
- "github": "https://github.com/nuxt-community/cloudinary-module",
876
+ "github": "https://github.com/nuxt-modules/cloudinary",
696
877
  "website": "https://cloudinary.nuxtjs.org",
697
878
  "learn_more": "https://cloudinary.com",
698
879
  "category": "Images",
@@ -711,11 +892,11 @@
711
892
  },
712
893
  {
713
894
  "name": "color-mode",
714
- "description": "Dark and Light mode for NuxtJS with auto detection",
715
- "repo": "nuxt-community/color-mode-module",
895
+ "description": "Dark and Light mode for Nuxt with auto detection",
896
+ "repo": "nuxt-modules/color-mode",
716
897
  "npm": "@nuxtjs/color-mode",
717
898
  "icon": "color-mode.png",
718
- "github": "https://github.com/nuxt-community/color-mode-module",
899
+ "github": "https://github.com/nuxt-modules/color-mode",
719
900
  "website": "https://color-mode.nuxtjs.org",
720
901
  "learn_more": "",
721
902
  "category": "UI",
@@ -780,12 +961,35 @@
780
961
  "requires": {}
781
962
  }
782
963
  },
964
+ {
965
+ "name": "content-assets",
966
+ "description": "Enable locally-located assets in Nuxt Content",
967
+ "repo": "davestewart/nuxt-content-assets",
968
+ "npm": "nuxt-content-assets",
969
+ "icon": "content-assets.png",
970
+ "github": "https://github.com/davestewart/nuxt-content-assets",
971
+ "website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
972
+ "learn_more": "",
973
+ "category": "Images",
974
+ "type": "3rd-party",
975
+ "maintainers": [
976
+ {
977
+ "name": "davestewart",
978
+ "github": "davestewart",
979
+ "twitter": "dave_stewart"
980
+ }
981
+ ],
982
+ "compatibility": {
983
+ "nuxt": "^3.0.0",
984
+ "requires": {}
985
+ }
986
+ },
783
987
  {
784
988
  "name": "content",
785
989
  "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.",
786
990
  "repo": "nuxt/content#main",
787
991
  "npm": "@nuxt/content",
788
- "icon": "nuxt.png",
992
+ "icon": "nuxt.svg",
789
993
  "github": "https://github.com/nuxt/content",
790
994
  "website": "https://content.nuxtjs.org",
791
995
  "learn_more": "",
@@ -909,7 +1113,7 @@
909
1113
  },
910
1114
  {
911
1115
  "name": "darkmode.js",
912
- "description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
1116
+ "description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
913
1117
  "repo": "sandoche/nuxtjs-darkmode-js-module#main",
914
1118
  "npm": "nuxtjs-darkmode-js-module",
915
1119
  "icon": "darkmode.png",
@@ -931,7 +1135,7 @@
931
1135
  },
932
1136
  {
933
1137
  "name": "date-fns",
934
- "description": "Modern JavaScript date utility library - date-fns for Nuxt.js",
1138
+ "description": "Modern JavaScript date utility library - date-fns for Nuxt",
935
1139
  "repo": "nuxt-community/date-fns-module",
936
1140
  "npm": "@nuxtjs/date-fns",
937
1141
  "icon": "date-fns.png",
@@ -952,11 +1156,11 @@
952
1156
  }
953
1157
  },
954
1158
  {
955
- "name": "datocms",
956
- "description": "DatoCMS integration for Nuxt.js",
1159
+ "name": "datocms-nuxt2",
1160
+ "description": "DatoCMS integration for Nuxt v2",
957
1161
  "repo": "voorhoede/nuxt-datocms-module",
958
1162
  "npm": "@voorhoede/nuxt-datocms-module",
959
- "icon": "datocms.png",
1163
+ "icon": "datocms.svg",
960
1164
  "github": "https://github.com/voorhoede/nuxt-datocms-module",
961
1165
  "website": "https://github.com/voorhoede/nuxt-datocms-module",
962
1166
  "learn_more": "https://www.datocms.com/",
@@ -973,33 +1177,57 @@
973
1177
  "requires": {}
974
1178
  }
975
1179
  },
1180
+ {
1181
+ "name": "datocms",
1182
+ "description": "DatoCMS module for Nuxt",
1183
+ "repo": "hex-digital/nuxt-datocms",
1184
+ "npm": "@hexdigital/nuxt-datocms",
1185
+ "icon": "datocms.svg",
1186
+ "github": "https://github.com/hex-digital/nuxt-datocms",
1187
+ "website": "https://github.com/hex-digital/nuxt-datocms#readme",
1188
+ "learn_more": "https://www.datocms.com/",
1189
+ "category": "CMS",
1190
+ "type": "3rd-party",
1191
+ "maintainers": [
1192
+ {
1193
+ "name": "Jamie Warburton",
1194
+ "github": "jamiewarb",
1195
+ "twitter": "jamiewarb",
1196
+ "avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
1197
+ }
1198
+ ],
1199
+ "compatibility": {
1200
+ "nuxt": "^3.0.0",
1201
+ "requires": {}
1202
+ }
1203
+ },
976
1204
  {
977
1205
  "name": "dayjs",
978
- "description": "The best way for use Day.js easily in your Nuxt.js project.",
979
- "repo": "nuxt-community/dayjs-module",
980
- "npm": "@nuxtjs/dayjs",
1206
+ "description": "Day.js module for Nuxt",
1207
+ "repo": "fumeapp/dayjs",
1208
+ "npm": "dayjs-nuxt",
981
1209
  "icon": "day-js.png",
982
- "github": "https://github.com/nuxt-community/dayjs-module",
983
- "website": "https://github.com/nuxt-community/dayjs-module",
1210
+ "github": "https://github.com/fumeapp/dayjs",
1211
+ "website": "https://github.com/fumeapp/dayjs",
984
1212
  "learn_more": "https://day.js.org/",
985
- "category": "Date",
986
- "type": "community",
1213
+ "category": "Libraries",
1214
+ "type": "3rd-party",
987
1215
  "maintainers": [
988
1216
  {
989
- "name": "Takuma HANATANI",
990
- "github": "potato4d",
991
- "twitter": "potato4d"
1217
+ "name": "Kevin Olson",
1218
+ "github": "acidjazz",
1219
+ "twitter": "AppFume"
992
1220
  }
993
1221
  ],
994
1222
  "compatibility": {
995
- "nuxt": "^2.0.0",
1223
+ "nuxt": "^3.0.0",
996
1224
  "requires": {}
997
1225
  }
998
1226
  },
999
1227
  {
1000
1228
  "name": "delay-hydration",
1001
- "description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
1002
- "repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
1229
+ "description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
1230
+ "repo": "harlan-zw/nuxt-delay-hydration",
1003
1231
  "npm": "nuxt-delay-hydration",
1004
1232
  "icon": "lighthouse.svg",
1005
1233
  "github": "https://github.com/harlan-zw/nuxt-delay-hydration",
@@ -1021,12 +1249,12 @@
1021
1249
  },
1022
1250
  {
1023
1251
  "name": "device",
1024
- "description": "Device detection module for Nuxt.js",
1025
- "repo": "nuxt-community/device-module",
1252
+ "description": "Device detection module for Nuxt",
1253
+ "repo": "nuxt-modules/device",
1026
1254
  "npm": "@nuxtjs/device",
1027
1255
  "icon": "",
1028
- "github": "https://github.com/nuxt-community/device-module",
1029
- "website": "https://github.com/nuxt-community/device-module",
1256
+ "github": "https://github.com/nuxt-modules/device",
1257
+ "website": "https://github.com/nuxt-modules/device",
1030
1258
  "learn_more": "",
1031
1259
  "category": "Extensions",
1032
1260
  "type": "community",
@@ -1041,15 +1269,38 @@
1041
1269
  "requires": {}
1042
1270
  }
1043
1271
  },
1272
+ {
1273
+ "name": "devtools",
1274
+ "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1275
+ "repo": "nuxt/devtools#main/packages/devtools",
1276
+ "npm": "@nuxt/devtools",
1277
+ "icon": "nuxt.svg",
1278
+ "github": "https://github.com/nuxt/devtools",
1279
+ "website": "https://devtools.nuxtjs.org/",
1280
+ "learn_more": "",
1281
+ "category": "Devtools",
1282
+ "type": "official",
1283
+ "maintainers": [
1284
+ {
1285
+ "name": "Anthony Fu",
1286
+ "github": "antfu",
1287
+ "twitter": "antfu7"
1288
+ }
1289
+ ],
1290
+ "compatibility": {
1291
+ "nuxt": "^3.0.0",
1292
+ "requires": {}
1293
+ }
1294
+ },
1044
1295
  {
1045
1296
  "name": "directus",
1046
- "description": "Easily connect your Nuxt3 application to your directus server.",
1297
+ "description": "Easily connect your Nuxt application to your directus server.",
1047
1298
  "repo": "intevel/nuxt-directus",
1048
1299
  "npm": "nuxt-directus",
1049
1300
  "icon": "directus.svg",
1050
- "github": "https://github.com/directus/nuxt-directus/",
1051
- "website": "https://nuxt-directus.netlify.app/",
1052
- "learn_more": "https://nuxt-directus.netlify.app/",
1301
+ "github": "https://github.com/intevel/nuxt-directus/",
1302
+ "website": "https://nuxt-directus.site/",
1303
+ "learn_more": "https://nuxt-directus.site/",
1053
1304
  "category": "CMS",
1054
1305
  "type": "3rd-party",
1055
1306
  "maintainers": [
@@ -1060,15 +1311,36 @@
1060
1311
  }
1061
1312
  ],
1062
1313
  "compatibility": {
1063
- "nuxt": "^2.0.0 || ^3.0.0",
1064
- "requires": {
1065
- "bridge": true
1314
+ "nuxt": "^3.0.0",
1315
+ "requires": {},
1316
+ "devtools": "^0.0.0"
1317
+ }
1318
+ },
1319
+ {
1320
+ "name": "disqus",
1321
+ "description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
1322
+ "repo": "modbender/nuxt-disqus",
1323
+ "npm": "nuxt-disqus",
1324
+ "icon": "disqus.svg",
1325
+ "github": "https://github.com/modbender/nuxt-disqus",
1326
+ "website": "https://github.com/modbender/nuxt-disqus",
1327
+ "learn_more": "https://github.com/modbender/vue3-disqus",
1328
+ "category": "Libraries",
1329
+ "type": "3rd-party",
1330
+ "maintainers": [
1331
+ {
1332
+ "name": "modbender",
1333
+ "github": "modbender"
1066
1334
  }
1335
+ ],
1336
+ "compatibility": {
1337
+ "nuxt": "^3.0.0",
1338
+ "requires": {}
1067
1339
  }
1068
1340
  },
1069
1341
  {
1070
1342
  "name": "dotenv",
1071
- "description": "A Nuxt.js module that loads your .env file into your context options",
1343
+ "description": "A Nuxt module that loads your .env file into your context options",
1072
1344
  "repo": "nuxt-community/dotenv-module",
1073
1345
  "npm": "@nuxtjs/dotenv",
1074
1346
  "icon": "dotenv.png",
@@ -1090,7 +1362,7 @@
1090
1362
  },
1091
1363
  {
1092
1364
  "name": "drupal-ce",
1093
- "description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
1365
+ "description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
1094
1366
  "repo": "drunomics/nuxtjs-drupal-ce",
1095
1367
  "npm": "nuxtjs-drupal-ce",
1096
1368
  "icon": "drupal-ce.png",
@@ -1123,7 +1395,7 @@
1123
1395
  },
1124
1396
  {
1125
1397
  "name": "druxt",
1126
- "description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
1398
+ "description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
1127
1399
  "repo": "druxt/druxt.js#develop/packages/druxt",
1128
1400
  "npm": "druxt",
1129
1401
  "icon": "druxt.svg",
@@ -1143,6 +1415,51 @@
1143
1415
  "requires": {}
1144
1416
  }
1145
1417
  },
1418
+ {
1419
+ "name": "edgedb",
1420
+ "description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
1421
+ "repo": "Tahul/nuxt-edgedb",
1422
+ "npm": "nuxt-edgedb-module",
1423
+ "icon": "edgedb.svg",
1424
+ "github": "https://github.com/Tahul/nuxt-edgedb",
1425
+ "website": "https://github.com/Tahul/nuxt-edgedb",
1426
+ "learn_more": "https://github.com/Tahul/nuxt-edgedb",
1427
+ "category": "Database",
1428
+ "type": "3rd-party",
1429
+ "maintainers": [
1430
+ {
1431
+ "name": "Yaël Guilloux",
1432
+ "github": "Tahul",
1433
+ "twitter": "yaeeelglx"
1434
+ }
1435
+ ],
1436
+ "compatibility": {
1437
+ "nuxt": "^3.8.0",
1438
+ "requires": {}
1439
+ }
1440
+ },
1441
+ {
1442
+ "name": "electron",
1443
+ "description": "Integrate Nuxt and Electron.",
1444
+ "repo": "caoxiemeihao/nuxt-electron",
1445
+ "npm": "nuxt-electron",
1446
+ "icon": "electron.svg",
1447
+ "github": "https://github.com/caoxiemeihao/nuxt-electron",
1448
+ "website": "https://github.com/caoxiemeihao/nuxt-electron",
1449
+ "learn_more": "https://github.com/caoxiemeihao/nuxt-electron#readme",
1450
+ "category": "Extensions",
1451
+ "type": "3rd-party",
1452
+ "maintainers": [
1453
+ {
1454
+ "name": "草鞋没号",
1455
+ "github": "caoxiemeihao"
1456
+ }
1457
+ ],
1458
+ "compatibility": {
1459
+ "nuxt": "^3.0.0",
1460
+ "requires": {}
1461
+ }
1462
+ },
1146
1463
  {
1147
1464
  "name": "element-plus",
1148
1465
  "description": "A Vue 3 based component library for designers and developers",
@@ -1169,7 +1486,7 @@
1169
1486
  },
1170
1487
  {
1171
1488
  "name": "emotion",
1172
- "description": "The Next Generation of CSS-in-JS for Nuxt.js",
1489
+ "description": "The Next Generation of CSS-in-JS for Nuxt",
1173
1490
  "repo": "nuxt-modules/emotion",
1174
1491
  "npm": "@nuxtjs/emotion",
1175
1492
  "icon": "emotion.png",
@@ -1197,7 +1514,7 @@
1197
1514
  },
1198
1515
  {
1199
1516
  "name": "eslint",
1200
- "description": "ESLint module for Nuxt.js",
1517
+ "description": "ESLint module for Nuxt",
1201
1518
  "repo": "nuxt-community/eslint-module",
1202
1519
  "npm": "@nuxtjs/eslint-module",
1203
1520
  "icon": "eslint.png",
@@ -1213,13 +1530,13 @@
1213
1530
  }
1214
1531
  ],
1215
1532
  "compatibility": {
1216
- "nuxt": "^2.0.0",
1533
+ "nuxt": "^2.0.0 || ^3.0.0",
1217
1534
  "requires": {}
1218
1535
  }
1219
1536
  },
1220
1537
  {
1221
1538
  "name": "event-trace",
1222
- "description": "Module for event trace in Nuxt.js",
1539
+ "description": "Module for event trace in Nuxt",
1223
1540
  "repo": "nuxt-community/nuxt-event-trace",
1224
1541
  "npm": "nuxt-event-trace",
1225
1542
  "icon": "",
@@ -1263,7 +1580,7 @@
1263
1580
  },
1264
1581
  {
1265
1582
  "name": "feature-toggle",
1266
- "description": "Feature toggle module for Nuxt.js",
1583
+ "description": "Feature toggle module for Nuxt",
1267
1584
  "repo": "stephenkr/nuxt-feature-toggle",
1268
1585
  "npm": "nuxt-feature-toggle",
1269
1586
  "icon": "",
@@ -1330,7 +1647,7 @@
1330
1647
  },
1331
1648
  {
1332
1649
  "name": "floating-prompt-module",
1333
- "description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
1650
+ "description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
1334
1651
  "repo": "sandoche/nuxt-floating-prompt-module#main",
1335
1652
  "npm": "nuxt-floating-prompt-module",
1336
1653
  "icon": "",
@@ -1439,6 +1756,29 @@
1439
1756
  "requires": {}
1440
1757
  }
1441
1758
  },
1759
+ {
1760
+ "name": "form-actions",
1761
+ "description": "A set of features and composables to interact with forms and server data.",
1762
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
1763
+ "npm": "@hebilicious/form-actions-nuxt",
1764
+ "icon": "form-actions.svg",
1765
+ "github": "https://github.com/Hebilicious/form-actions-nuxt",
1766
+ "website": "https://form-actions-nuxt.pages.dev/",
1767
+ "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1768
+ "category": "Request",
1769
+ "type": "3rd-party",
1770
+ "maintainers": [
1771
+ {
1772
+ "name": "Hebilicious",
1773
+ "github": "Hebilicious",
1774
+ "twitter": "its_hebilicious"
1775
+ }
1776
+ ],
1777
+ "compatibility": {
1778
+ "nuxt": "^3.7.0",
1779
+ "requires": {}
1780
+ }
1781
+ },
1442
1782
  {
1443
1783
  "name": "formkit",
1444
1784
  "description": "Seamless FormKit integration for Nuxt",
@@ -1513,7 +1853,7 @@
1513
1853
  },
1514
1854
  {
1515
1855
  "name": "google-adsense",
1516
- "description": "Google Adsense Module for Nuxt.js",
1856
+ "description": "Google Adsense Module for Nuxt",
1517
1857
  "repo": "nuxt-community/google-adsense-module",
1518
1858
  "npm": "@nuxtjs/google-adsense",
1519
1859
  "icon": "google-adsense.png",
@@ -1539,7 +1879,7 @@
1539
1879
  },
1540
1880
  {
1541
1881
  "name": "google-analytics",
1542
- "description": "Google analytics Module for Nuxt.js",
1882
+ "description": "Google analytics Module for Nuxt",
1543
1883
  "repo": "nuxt-community/analytics-module",
1544
1884
  "npm": "@nuxtjs/google-analytics",
1545
1885
  "icon": "google-analytics.png",
@@ -1571,12 +1911,12 @@
1571
1911
  },
1572
1912
  {
1573
1913
  "name": "google-fonts",
1574
- "description": "Google Fonts module for NuxtJS",
1575
- "repo": "nuxt-community/google-fonts-module",
1914
+ "description": "Google Fonts module for Nuxt",
1915
+ "repo": "nuxt-modules/google-fonts",
1576
1916
  "npm": "@nuxtjs/google-fonts",
1577
1917
  "icon": "google-fonts.png",
1578
- "github": "https://github.com/nuxt-community/google-fonts-module",
1579
- "website": "https://github.com/nuxt-community/google-fonts-module",
1918
+ "github": "https://github.com/nuxt-modules/google-fonts",
1919
+ "website": "https://google-fonts.nuxtjs.org",
1580
1920
  "learn_more": "https://developers.google.com/fonts",
1581
1921
  "category": "Fonts",
1582
1922
  "type": "community",
@@ -1595,7 +1935,7 @@
1595
1935
  },
1596
1936
  {
1597
1937
  "name": "google-gtag",
1598
- "description": "Google GTag for Nuxt.js",
1938
+ "description": "Google GTag for Nuxt",
1599
1939
  "repo": "nuxt-community/google-gtag",
1600
1940
  "npm": "@nuxtjs/google-gtag",
1601
1941
  "icon": "gtm.png",
@@ -1621,7 +1961,7 @@
1621
1961
  },
1622
1962
  {
1623
1963
  "name": "google-optimize",
1624
- "description": "SSR friendly Google Optimize module for Nuxt.js",
1964
+ "description": "SSR friendly Google Optimize module for Nuxt",
1625
1965
  "repo": "nuxt-community/google-optimize-module",
1626
1966
  "npm": "nuxt-google-optimize",
1627
1967
  "icon": "google-optimize.png",
@@ -1676,7 +2016,7 @@
1676
2016
  },
1677
2017
  {
1678
2018
  "name": "graphql-request",
1679
- "description": "Easy Minimal GraphQL client integration with Nuxt.js",
2019
+ "description": "Easy Minimal GraphQL client integration with Nuxt",
1680
2020
  "repo": "gomah/nuxt-graphql-request",
1681
2021
  "npm": "nuxt-graphql-request",
1682
2022
  "icon": "graphql-request.png",
@@ -1692,7 +2032,7 @@
1692
2032
  }
1693
2033
  ],
1694
2034
  "compatibility": {
1695
- "nuxt": "^2.0.0",
2035
+ "nuxt": "^2.0.0 || ^3.0.0",
1696
2036
  "requires": {}
1697
2037
  }
1698
2038
  },
@@ -1713,6 +2053,31 @@
1713
2053
  "github": "tobiasdiez"
1714
2054
  }
1715
2055
  ],
2056
+ "compatibility": {
2057
+ "nuxt": "^3.0.0",
2058
+ "requires": {},
2059
+ "devtools": "^0.0.0"
2060
+ }
2061
+ },
2062
+ {
2063
+ "name": "gtag",
2064
+ "description": "Google Analytics integration for Nuxt",
2065
+ "repo": "johannschopplich/nuxt-gtag",
2066
+ "npm": "nuxt-gtag",
2067
+ "icon": "gtag.svg",
2068
+ "github": "https://github.com/johannschopplich/nuxt-gtag",
2069
+ "website": "https://github.com/johannschopplich/nuxt-gtag#readme",
2070
+ "learn_more": "",
2071
+ "category": "Analytics",
2072
+ "type": "3rd-party",
2073
+ "maintainers": [
2074
+ {
2075
+ "name": "Johann Schopplich",
2076
+ "github": "johannschopplich",
2077
+ "twitter": "jschopplich",
2078
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
2079
+ }
2080
+ ],
1716
2081
  "compatibility": {
1717
2082
  "nuxt": "^3.0.0",
1718
2083
  "requires": {}
@@ -1720,7 +2085,7 @@
1720
2085
  },
1721
2086
  {
1722
2087
  "name": "gtm",
1723
- "description": "Google Tag Manager Module for Nuxt.js",
2088
+ "description": "Google Tag Manager Module for Nuxt",
1724
2089
  "repo": "nuxt-community/gtm-module",
1725
2090
  "npm": "@nuxtjs/gtm",
1726
2091
  "icon": "gtm.png",
@@ -1743,7 +2108,7 @@
1743
2108
  },
1744
2109
  {
1745
2110
  "name": "guess",
1746
- "description": "Guess.js module for Nuxt.js",
2111
+ "description": "Guess.js module for Nuxt",
1747
2112
  "repo": "nuxt-community/guess-module",
1748
2113
  "npm": "@nuxtjs/guess-module",
1749
2114
  "icon": "guessjs.png",
@@ -1764,7 +2129,29 @@
1764
2129
  }
1765
2130
  },
1766
2131
  {
1767
- "name": "harlem",
2132
+ "name": "hanko",
2133
+ "description": "Hanko integration for Nuxt for passwordless authentication",
2134
+ "repo": "nuxt-modules/hanko",
2135
+ "npm": "@nuxtjs/hanko",
2136
+ "icon": "hanko.svg",
2137
+ "github": "https://github.com/nuxt-modules/hanko",
2138
+ "website": "https://github.com/nuxt-modules/hanko",
2139
+ "learn_more": "https://hanko.io/",
2140
+ "category": "Security",
2141
+ "type": "community",
2142
+ "maintainers": [
2143
+ {
2144
+ "name": "danielroe",
2145
+ "github": "danielroe"
2146
+ }
2147
+ ],
2148
+ "compatibility": {
2149
+ "nuxt": "^3.0.0",
2150
+ "requires": {}
2151
+ }
2152
+ },
2153
+ {
2154
+ "name": "harlem",
1768
2155
  "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
1769
2156
  "repo": "nuxt-modules/harlem",
1770
2157
  "npm": "@nuxtjs/harlem",
@@ -1833,7 +2220,7 @@
1833
2220
  },
1834
2221
  {
1835
2222
  "name": "helmet",
1836
- "description": "Easy Helmet module with Nuxt.js'",
2223
+ "description": "Easy Helmet module with Nuxt'",
1837
2224
  "repo": "victor-perez/nuxt-helmet",
1838
2225
  "npm": "nuxt-helmet",
1839
2226
  "icon": "",
@@ -1877,7 +2264,7 @@
1877
2264
  },
1878
2265
  {
1879
2266
  "name": "history-state",
1880
- "description": "Nuxt.js module to backup or restore historical states",
2267
+ "description": "Nuxt module to backup or restore historical states",
1881
2268
  "repo": "hidekatsu-izuno/nuxt-history-state",
1882
2269
  "npm": "nuxt-history-state",
1883
2270
  "icon": "",
@@ -1946,7 +2333,7 @@
1946
2333
  },
1947
2334
  {
1948
2335
  "name": "http",
1949
- "description": "Universal HTTP Module for Nuxt.js",
2336
+ "description": "Universal HTTP Module for Nuxt",
1950
2337
  "repo": "nuxt/http",
1951
2338
  "npm": "@nuxt/http",
1952
2339
  "icon": "http.png",
@@ -1974,7 +2361,7 @@
1974
2361
  },
1975
2362
  {
1976
2363
  "name": "humans-txt",
1977
- "description": "An initiative for knowing the people behind a website. It is a Nuxt.js buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
2364
+ "description": "An initiative for knowing the people behind a website. It is a Nuxt buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
1978
2365
  "repo": "Luxdamore/nuxt-humans-txt",
1979
2366
  "npm": "@luxdamore/nuxt-humans-txt",
1980
2367
  "icon": "",
@@ -1998,11 +2385,11 @@
1998
2385
  {
1999
2386
  "name": "i18n",
2000
2387
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
2001
- "repo": "nuxt-community/i18n-module",
2388
+ "repo": "nuxt-modules/i18n",
2002
2389
  "npm": "@nuxtjs/i18n",
2003
2390
  "icon": "i18n.png",
2004
- "github": "https://github.com/nuxt-community/i18n-module",
2005
- "website": "https://i18n.nuxtjs.org",
2391
+ "github": "https://github.com/nuxt-modules/i18n",
2392
+ "website": "https://v8.i18n.nuxtjs.org",
2006
2393
  "learn_more": "https://kazupon.github.io/vue-i18n/",
2007
2394
  "category": "Extensions",
2008
2395
  "type": "community",
@@ -2021,6 +2408,51 @@
2021
2408
  "requires": {}
2022
2409
  }
2023
2410
  },
2411
+ {
2412
+ "name": "icon-font",
2413
+ "description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
2414
+ "repo": "coremyslo/nuxt-icon-font",
2415
+ "npm": "@coremyslo/nuxt-icon-font",
2416
+ "icon": "",
2417
+ "github": "https://github.com/coremyslo/nuxt-icon-font",
2418
+ "website": "https://github.com/coremyslo/nuxt-icon-font",
2419
+ "learn_more": "",
2420
+ "category": "UI",
2421
+ "type": "3rd-party",
2422
+ "maintainers": [
2423
+ {
2424
+ "name": "coremyslo",
2425
+ "github": "coremyslo"
2426
+ }
2427
+ ],
2428
+ "compatibility": {
2429
+ "nuxt": "^3.0.0",
2430
+ "requires": {}
2431
+ }
2432
+ },
2433
+ {
2434
+ "name": "icon-tw",
2435
+ "description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
2436
+ "repo": "jcamp-code/nuxt-icon-tw",
2437
+ "npm": "nuxt-icon-tw",
2438
+ "icon": "nuxt-icon.png",
2439
+ "github": "https://github.com/jcamp-code/nuxt-icon-tw",
2440
+ "website": "https://github.com/jcamp-code/nuxt-icon-tw",
2441
+ "learn_more": "",
2442
+ "category": "UI",
2443
+ "type": "3rd-party",
2444
+ "maintainers": [
2445
+ {
2446
+ "name": "JohnCampionJr",
2447
+ "github": "JohnCampionJr"
2448
+ }
2449
+ ],
2450
+ "compatibility": {
2451
+ "nuxt": "^3.0.0",
2452
+ "requires": {},
2453
+ "devtools": "^0.0.0"
2454
+ }
2455
+ },
2024
2456
  {
2025
2457
  "name": "icon",
2026
2458
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2040,7 +2472,8 @@
2040
2472
  ],
2041
2473
  "compatibility": {
2042
2474
  "nuxt": "^3.0.0",
2043
- "requires": {}
2475
+ "requires": {},
2476
+ "devtools": "^0.0.0"
2044
2477
  }
2045
2478
  },
2046
2479
  {
@@ -2089,12 +2522,12 @@
2089
2522
  },
2090
2523
  {
2091
2524
  "name": "image",
2092
- "description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
2525
+ "description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
2093
2526
  "repo": "nuxt/image",
2094
2527
  "npm": "@nuxt/image",
2095
2528
  "icon": "image.png",
2096
2529
  "github": "https://github.com/nuxt/image",
2097
- "website": "https://image.nuxtjs.org",
2530
+ "website": "https://image.nuxt.com",
2098
2531
  "learn_more": "",
2099
2532
  "category": "Images",
2100
2533
  "type": "official",
@@ -2104,6 +2537,11 @@
2104
2537
  "github": "farnabaz",
2105
2538
  "twitter": "a_birang"
2106
2539
  },
2540
+ {
2541
+ "name": "Daniel Roe",
2542
+ "github": "danielroe",
2543
+ "twitter": "danielcroe"
2544
+ },
2107
2545
  {
2108
2546
  "name": "Pooya Parsa",
2109
2547
  "github": "pi0",
@@ -2124,7 +2562,7 @@
2124
2562
  },
2125
2563
  {
2126
2564
  "name": "imagemin",
2127
- "description": "Automatically optimize (compress) all images used in Nuxt.js",
2565
+ "description": "Automatically optimize (compress) all images used in Nuxt",
2128
2566
  "repo": "nuxt-community/imagemin-module",
2129
2567
  "npm": "@nuxtjs/imagemin",
2130
2568
  "icon": "imagemin.png",
@@ -2147,12 +2585,12 @@
2147
2585
  {
2148
2586
  "name": "inkline",
2149
2587
  "description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
2150
- "repo": "inkline/nuxt-module-inkline",
2151
- "npm": "@inkline/nuxt",
2588
+ "repo": "inkline/plugin",
2589
+ "npm": "@inkline/plugin",
2152
2590
  "icon": "inkline.svg",
2153
- "github": "https://github.com/inkline/nuxt-module-inkline",
2591
+ "github": "https://github.com/inkline/plugin",
2154
2592
  "website": "https://inkline.io",
2155
- "learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
2593
+ "learn_more": "https://inkline.io/docs/installation/nuxt",
2156
2594
  "category": "UI",
2157
2595
  "type": "3rd-party",
2158
2596
  "maintainers": [
@@ -2171,7 +2609,7 @@
2171
2609
  },
2172
2610
  {
2173
2611
  "name": "intercom",
2174
- "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
2612
+ "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
2175
2613
  "repo": "hex-digital/nuxt-intercom",
2176
2614
  "npm": "@hexdigital/nuxt-intercom",
2177
2615
  "icon": "intercom.png",
@@ -2216,7 +2654,7 @@
2216
2654
  },
2217
2655
  {
2218
2656
  "name": "jsonapi",
2219
- "description": "Easy JSON:API client integration for Nuxt.js",
2657
+ "description": "Easy JSON:API client integration for Nuxt",
2220
2658
  "repo": "patrickcate/nuxt-jsonapi",
2221
2659
  "npm": "nuxt-jsonapi",
2222
2660
  "icon": "jsonapi.svg",
@@ -2258,9 +2696,36 @@
2258
2696
  "requires": {}
2259
2697
  }
2260
2698
  },
2699
+ {
2700
+ "name": "kinde",
2701
+ "description": "Kinde authentication integration for Nuxt",
2702
+ "repo": "nuxt-modules/kinde",
2703
+ "npm": "@nuxtjs/kinde",
2704
+ "icon": "kinde.svg",
2705
+ "github": "https://github.com/nuxt-modules/kinde",
2706
+ "website": "https://kinde.com/docs/developer-tools/nuxt-module/",
2707
+ "learn_more": "https://kinde.com/",
2708
+ "category": "Security",
2709
+ "type": "community",
2710
+ "maintainers": [
2711
+ {
2712
+ "name": "danielroe",
2713
+ "github": "danielroe"
2714
+ },
2715
+ {
2716
+ "name": "daveordead",
2717
+ "github": "DaveOrDead",
2718
+ "twitter": "dave_or_dead"
2719
+ }
2720
+ ],
2721
+ "compatibility": {
2722
+ "nuxt": "^3.0.0",
2723
+ "requires": {}
2724
+ }
2725
+ },
2261
2726
  {
2262
2727
  "name": "kql",
2263
- "description": "Nuxt 3 module for Kirby's Query Language API",
2728
+ "description": "Nuxt module for Kirby's Query Language API",
2264
2729
  "repo": "johannschopplich/nuxt-kql",
2265
2730
  "npm": "nuxt-kql",
2266
2731
  "icon": "kql.svg",
@@ -2284,7 +2749,7 @@
2284
2749
  },
2285
2750
  {
2286
2751
  "name": "laravel-echo",
2287
- "description": "Laravel Echo for Nuxt.js",
2752
+ "description": "Laravel Echo for Nuxt",
2288
2753
  "repo": "nuxt-community/laravel-echo",
2289
2754
  "npm": "@nuxtjs/laravel-echo",
2290
2755
  "icon": "laravel-echo.png",
@@ -2372,13 +2837,13 @@
2372
2837
  },
2373
2838
  {
2374
2839
  "name": "link-checker",
2375
- "description": "",
2840
+ "description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
2376
2841
  "repo": "harlan-zw/nuxt-link-checker",
2377
2842
  "npm": "nuxt-link-checker",
2378
- "icon": "",
2843
+ "icon": "link-checker.svg",
2379
2844
  "github": "https://github.com/harlan-zw/nuxt-link-checker",
2380
- "website": "https://github.com/harlan-zw/nuxt-link-checker",
2381
- "learn_more": "",
2845
+ "website": "https://nuxtseo.com/link-checker",
2846
+ "learn_more": "https://nuxtseo.com/link-checker",
2382
2847
  "category": "SEO",
2383
2848
  "type": "3rd-party",
2384
2849
  "maintainers": [
@@ -2391,7 +2856,8 @@
2391
2856
  ],
2392
2857
  "compatibility": {
2393
2858
  "nuxt": "^3.0.0",
2394
- "requires": {}
2859
+ "requires": {},
2860
+ "devtools": "^0.0.0"
2395
2861
  }
2396
2862
  },
2397
2863
  {
@@ -2468,12 +2934,12 @@
2468
2934
  },
2469
2935
  {
2470
2936
  "name": "logrocket",
2471
- "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
2472
- "repo": "nuxt-community/nuxt-logrocket",
2937
+ "description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
2938
+ "repo": "nuxt-modules/logrocket",
2473
2939
  "npm": "nuxt-logrocket",
2474
2940
  "icon": "logrocket.png",
2475
- "github": "https://github.com/nuxt-community/nuxt-logrocket",
2476
- "website": "https://github.com/nuxt-community/nuxt-logrocket",
2941
+ "github": "https://github.com/nuxt-modules/logrocket",
2942
+ "website": "https://github.com/nuxt-modules/logrocket",
2477
2943
  "learn_more": "https://docs.logrocket.com/docs",
2478
2944
  "category": "Monitoring",
2479
2945
  "type": "community",
@@ -2489,9 +2955,35 @@
2489
2955
  "requires": {}
2490
2956
  }
2491
2957
  },
2958
+ {
2959
+ "name": "lucide-icons",
2960
+ "description": "Nuxt module to integrate Lucide icons",
2961
+ "repo": "swisnl/nuxt-lucide-icons",
2962
+ "npm": "nuxt-lucide-icons",
2963
+ "icon": "lucide-icons.svg",
2964
+ "github": "https://github.com/swisnl/nuxt-lucide-icons",
2965
+ "website": "https://github.com/swisnl/nuxt-lucide-icons",
2966
+ "learn_more": "",
2967
+ "category": "UI",
2968
+ "type": "3rd-party",
2969
+ "maintainers": [
2970
+ {
2971
+ "name": "SWIS",
2972
+ "github": "swisnl"
2973
+ },
2974
+ {
2975
+ "name": "Jasper Zonneveld",
2976
+ "github": "JaZo"
2977
+ }
2978
+ ],
2979
+ "compatibility": {
2980
+ "nuxt": "^3.0.0",
2981
+ "requires": {}
2982
+ }
2983
+ },
2492
2984
  {
2493
2985
  "name": "lunr",
2494
- "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
2986
+ "description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
2495
2987
  "repo": "nuxt-community/lunr-module",
2496
2988
  "npm": "@nuxtjs/lunr-module",
2497
2989
  "icon": "",
@@ -2579,6 +3071,28 @@
2579
3071
  "requires": {}
2580
3072
  }
2581
3073
  },
3074
+ {
3075
+ "name": "maz-ui",
3076
+ "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3077
+ "repo": "louismazel/maz-ui",
3078
+ "npm": "maz-ui",
3079
+ "icon": "maz-ui.png",
3080
+ "github": "https://github.com/louismazel/maz-ui",
3081
+ "website": "https://louismazel.github.io/maz-ui-3/",
3082
+ "learn_more": "https://louismazel.github.io/maz-ui-3/",
3083
+ "category": "UI",
3084
+ "type": "community",
3085
+ "maintainers": [
3086
+ {
3087
+ "name": "Loïc Mazuel",
3088
+ "github": "LouisMazel"
3089
+ }
3090
+ ],
3091
+ "compatibility": {
3092
+ "nuxt": "^3.0.0",
3093
+ "requires": {}
3094
+ }
3095
+ },
2582
3096
  {
2583
3097
  "name": "mdx",
2584
3098
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -2602,9 +3116,34 @@
2602
3116
  "requires": {}
2603
3117
  }
2604
3118
  },
3119
+ {
3120
+ "name": "medusa",
3121
+ "description": "Easily connect to Medusa from your Nuxt application",
3122
+ "repo": "Baroshem/nuxt-medusa",
3123
+ "npm": "nuxt-medusa",
3124
+ "icon": "medusa.svg",
3125
+ "github": "https://github.com/Baroshem/nuxt-medusa/",
3126
+ "website": "https://nuxt-medusa.vercel.app/",
3127
+ "learn_more": "https://nuxt-medusa.vercel.app/",
3128
+ "category": "Ecommerce",
3129
+ "type": "3rd-party",
3130
+ "maintainers": [
3131
+ {
3132
+ "name": "Jakub Andrzejewski",
3133
+ "github": "Baroshem",
3134
+ "avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
3135
+ }
3136
+ ],
3137
+ "compatibility": {
3138
+ "nuxt": "^2.0.0 || ^3.0.0",
3139
+ "requires": {
3140
+ "bridge": true
3141
+ }
3142
+ }
3143
+ },
2605
3144
  {
2606
3145
  "name": "meilisearch",
2607
- "description": "Meilisearch Instant Search module for Nuxt 3",
3146
+ "description": "Meilisearch Instant Search module for Nuxt",
2608
3147
  "repo": "xlanex6/nuxt-meilisearch",
2609
3148
  "npm": "nuxt-meilisearch",
2610
3149
  "icon": "meilisearch.svg",
@@ -2624,7 +3163,8 @@
2624
3163
  "nuxt": "^3.0.0",
2625
3164
  "requires": {
2626
3165
  "bridge": false
2627
- }
3166
+ },
3167
+ "devtools": "^0.0.0"
2628
3168
  }
2629
3169
  },
2630
3170
  {
@@ -2671,9 +3211,32 @@
2671
3211
  "requires": {}
2672
3212
  }
2673
3213
  },
3214
+ {
3215
+ "name": "module-feed",
3216
+ "description": "Feed module enables everyone to have RSS, Atom and JSON.",
3217
+ "repo": "tresko/nuxt-module-feed",
3218
+ "npm": "nuxt-module-feed",
3219
+ "icon": "",
3220
+ "github": "https://github.com/tresko/nuxt-module-feed",
3221
+ "website": "https://github.com/tresko/nuxt-module-feed",
3222
+ "learn_more": "",
3223
+ "category": "SEO",
3224
+ "type": "3rd-party",
3225
+ "maintainers": [
3226
+ {
3227
+ "name": "Miha Sedej",
3228
+ "github": "tresko",
3229
+ "twitter": "mihasedej"
3230
+ }
3231
+ ],
3232
+ "compatibility": {
3233
+ "nuxt": "^3.0.0",
3234
+ "requires": {}
3235
+ }
3236
+ },
2674
3237
  {
2675
3238
  "name": "moment",
2676
- "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3239
+ "description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
2677
3240
  "repo": "nuxt-community/moment-module",
2678
3241
  "npm": "@nuxtjs/moment",
2679
3242
  "icon": "momentjs.png",
@@ -2700,7 +3263,7 @@
2700
3263
  },
2701
3264
  {
2702
3265
  "name": "mq",
2703
- "description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3266
+ "description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
2704
3267
  "repo": "vanhoofmaarten/nuxt-mq",
2705
3268
  "npm": "nuxt-mq",
2706
3269
  "icon": "",
@@ -2744,7 +3307,7 @@
2744
3307
  },
2745
3308
  {
2746
3309
  "name": "netlify-cache",
2747
- "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
3310
+ "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
2748
3311
  "repo": "DreaMinder/nuxt-netlify-cache",
2749
3312
  "npm": "nuxt-netlify-cache",
2750
3313
  "icon": "netlify.png",
@@ -2789,7 +3352,7 @@
2789
3352
  },
2790
3353
  {
2791
3354
  "name": "netlify",
2792
- "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
3355
+ "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
2793
3356
  "repo": "bazzite/nuxt-netlify",
2794
3357
  "npm": "@aceforth/nuxt-netlify",
2795
3358
  "icon": "netlify.png",
@@ -2860,24 +3423,183 @@
2860
3423
  }
2861
3424
  },
2862
3425
  {
2863
- "name": "nuxt-auth",
2864
- "description": "",
2865
- "repo": "sidebase/nuxt-auth",
2866
- "npm": "@sidebase/nuxt-auth",
3426
+ "name": "nupolyon",
3427
+ "description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
3428
+ "repo": "adenvt/nupolyon",
3429
+ "npm": "nupolyon",
2867
3430
  "icon": "",
2868
- "github": "https://github.com/sidebase/nuxt-auth",
2869
- "website": "https://github.com/sidebase/nuxt-auth",
3431
+ "github": "https://github.com/adenvt/nupolyon",
3432
+ "website": "https://github.com/adenvt/nupolyon",
2870
3433
  "learn_more": "",
2871
- "category": "Devtools",
3434
+ "category": "Performance",
2872
3435
  "type": "3rd-party",
2873
3436
  "maintainers": [
2874
3437
  {
2875
- "name": "sidebase",
2876
- "github": "sidebase"
3438
+ "name": "adenvt",
3439
+ "github": "adenvt"
2877
3440
  }
2878
3441
  ],
2879
3442
  "compatibility": {
2880
- "nuxt": "^2.0.0",
3443
+ "nuxt": "^3.0.0",
3444
+ "requires": {}
3445
+ }
3446
+ },
3447
+ {
3448
+ "name": "nuxt-anchorscroll",
3449
+ "description": "Scroll to top and to anchor support for Nuxt",
3450
+ "repo": "helltraitor/nuxt-anchorscroll",
3451
+ "npm": "nuxt-anchorscroll",
3452
+ "icon": "",
3453
+ "github": "https://github.com/helltraitor/nuxt-anchorscroll",
3454
+ "website": "https://github.com/helltraitor/nuxt-anchorscroll",
3455
+ "learn_more": "",
3456
+ "category": "UI",
3457
+ "type": "3rd-party",
3458
+ "maintainers": [
3459
+ {
3460
+ "name": "Helltraitor",
3461
+ "github": "helltraitor"
3462
+ }
3463
+ ],
3464
+ "compatibility": {
3465
+ "nuxt": "^3.0.0",
3466
+ "requires": {}
3467
+ }
3468
+ },
3469
+ {
3470
+ "name": "nuxt-auth-sanctum",
3471
+ "description": "Nuxt module for Laravel Sanctum authentication",
3472
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3473
+ "npm": "nuxt-auth-sanctum",
3474
+ "icon": "laravel.svg",
3475
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3476
+ "website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3477
+ "learn_more": "",
3478
+ "category": "Security",
3479
+ "type": "3rd-party",
3480
+ "maintainers": [
3481
+ {
3482
+ "name": "Artem Manchenkov",
3483
+ "github": "manchenkoff",
3484
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
3485
+ }
3486
+ ],
3487
+ "compatibility": {
3488
+ "nuxt": "^3.0.0",
3489
+ "requires": {}
3490
+ }
3491
+ },
3492
+ {
3493
+ "name": "nuxt-basic-auth",
3494
+ "description": "Nuxt Module for Basic Authentication",
3495
+ "repo": "kgierke/nuxt-basic-auth",
3496
+ "npm": "@kgierke/nuxt-basic-auth",
3497
+ "icon": "",
3498
+ "github": "https://github.com/kgierke/nuxt-basic-auth",
3499
+ "website": "https://github.com/kgierke/nuxt-basic-auth",
3500
+ "learn_more": "",
3501
+ "category": "Security",
3502
+ "type": "3rd-party",
3503
+ "maintainers": [
3504
+ {
3505
+ "name": "kgierke",
3506
+ "github": "kgierke"
3507
+ }
3508
+ ],
3509
+ "compatibility": {
3510
+ "nuxt": "^3.0.0",
3511
+ "requires": {}
3512
+ }
3513
+ },
3514
+ {
3515
+ "name": "nuxt-bootstrap-icons",
3516
+ "description": "Just a simple integration for Bootstrap Icons",
3517
+ "repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
3518
+ "npm": "nuxt-bootstrap-icons",
3519
+ "icon": "bootstrap-icons.svg",
3520
+ "github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3521
+ "website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3522
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3523
+ "category": "UI",
3524
+ "type": "3rd-party",
3525
+ "maintainers": [
3526
+ {
3527
+ "name": "OyewoleOyedeji",
3528
+ "github": "OyewoleOyedeji"
3529
+ }
3530
+ ],
3531
+ "compatibility": {
3532
+ "nuxt": "^3.0.0",
3533
+ "requires": {}
3534
+ }
3535
+ },
3536
+ {
3537
+ "name": "nuxt-chatgpt",
3538
+ "description": "ChatGPT integration for Nuxt",
3539
+ "repo": "schnapsterdog/nuxt-chatgpt",
3540
+ "npm": "nuxt-chatgpt",
3541
+ "icon": "chatgpt.svg",
3542
+ "github": "https://github.com/schnapsterdog/nuxt-chatgpt",
3543
+ "website": "https://github.com/schnapsterdog/nuxt-chatgpt",
3544
+ "learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
3545
+ "category": "Libraries",
3546
+ "type": "3rd-party",
3547
+ "maintainers": [
3548
+ {
3549
+ "name": "Oliver Trajceski",
3550
+ "github": "schnapsterdog"
3551
+ }
3552
+ ],
3553
+ "compatibility": {
3554
+ "nuxt": "^3.0.0",
3555
+ "requires": {}
3556
+ }
3557
+ },
3558
+ {
3559
+ "name": "nuxt-facebook-chat",
3560
+ "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
3561
+ "repo": "superdev-tech/nuxt-facebook-chat",
3562
+ "npm": "nuxt-facebook-chat",
3563
+ "icon": "nuxt-facebook-chat.svg",
3564
+ "github": "https://github.com/superdev-tech/nuxt-facebook-chat",
3565
+ "website": "https://github.com/superdev-tech/nuxt-facebook-chat",
3566
+ "learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
3567
+ "category": "Libraries",
3568
+ "type": "3rd-party",
3569
+ "maintainers": [
3570
+ {
3571
+ "name": "Supanut Dokmaithong",
3572
+ "github": "Boomgeek"
3573
+ },
3574
+ {
3575
+ "name": "superdev-tech",
3576
+ "github": "superdev-tech"
3577
+ }
3578
+ ],
3579
+ "compatibility": {
3580
+ "nuxt": "^3.0.0",
3581
+ "requires": {}
3582
+ }
3583
+ },
3584
+ {
3585
+ "name": "nuxt-feedme",
3586
+ "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
3587
+ "repo": "helltraitor/nuxt-feedme",
3588
+ "npm": "nuxt-feedme",
3589
+ "icon": "",
3590
+ "github": "https://github.com/helltraitor/nuxt-feedme",
3591
+ "website": "https://github.com/helltraitor/nuxt-feedme",
3592
+ "learn_more": "",
3593
+ "category": "SEO",
3594
+ "type": "3rd-party",
3595
+ "maintainers": [
3596
+ {
3597
+ "name": "Helltraitor",
3598
+ "github": "helltraitor"
3599
+ }
3600
+ ],
3601
+ "compatibility": {
3602
+ "nuxt": "^3.0.0",
2881
3603
  "requires": {}
2882
3604
  }
2883
3605
  },
@@ -2932,6 +3654,29 @@
2932
3654
  "requires": {}
2933
3655
  }
2934
3656
  },
3657
+ {
3658
+ "name": "nuxt-gtm",
3659
+ "description": "A Nuxt module for Google Tag Manager",
3660
+ "repo": "zadigetvoltaire/nuxt-gtm",
3661
+ "npm": "@zadigetvoltaire/nuxt-gtm",
3662
+ "icon": "nuxt-gtm.svg",
3663
+ "github": "https://github.com/zadigetvoltaire/nuxt-gtm",
3664
+ "website": "https://github.com/zadigetvoltaire/nuxt-gtm",
3665
+ "learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
3666
+ "category": "Analytics",
3667
+ "type": "3rd-party",
3668
+ "maintainers": [
3669
+ {
3670
+ "name": "Zadig&Voltaire Team",
3671
+ "github": "https://github.com/zadigetvoltaire"
3672
+ }
3673
+ ],
3674
+ "compatibility": {
3675
+ "nuxt": "^3.0.0",
3676
+ "requires": {},
3677
+ "devtools": "^0.0.0"
3678
+ }
3679
+ },
2935
3680
  {
2936
3681
  "name": "nuxt-hue",
2937
3682
  "description": "Enlighten your Nuxt experience",
@@ -2957,21 +3702,65 @@
2957
3702
  }
2958
3703
  },
2959
3704
  {
2960
- "name": "nuxt-localtunnel",
2961
- "description": "Exposes your Nuxt localhost to the world automatically.",
2962
- "repo": "nuxtus/localtunnel",
2963
- "npm": "@nuxtus/nuxt-localtunnel",
2964
- "icon": "nuxt-localtunnel.svg",
2965
- "github": "https://github.com/nuxtus/localtunnel",
2966
- "website": "https://nuxtus.com",
2967
- "learn_more": "https://docs.nuxtus.com/#/localtunnel",
3705
+ "name": "nuxt-interpolation",
3706
+ "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
3707
+ "repo": "daliborgogic/nuxt-interpolation#master",
3708
+ "npm": "nuxt-interpolation",
3709
+ "icon": "",
3710
+ "github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3711
+ "website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3712
+ "learn_more": "",
2968
3713
  "category": "Devtools",
2969
3714
  "type": "3rd-party",
2970
3715
  "maintainers": [
2971
3716
  {
2972
- "name": "Craig Harman",
2973
- "github": "craigharman",
2974
- "twitter": "craig_harman"
3717
+ "name": "daliborgogic",
3718
+ "github": "daliborgogic"
3719
+ }
3720
+ ],
3721
+ "compatibility": {
3722
+ "nuxt": "^2.0.0",
3723
+ "requires": {}
3724
+ }
3725
+ },
3726
+ {
3727
+ "name": "nuxt-jsonld",
3728
+ "description": "Manage JSON-LD in Vue component.",
3729
+ "repo": "ymmooot/nuxt-jsonld",
3730
+ "npm": "nuxt-jsonld",
3731
+ "icon": "",
3732
+ "github": "https://github.com/ymmooot/nuxt-jsonld",
3733
+ "website": "https://github.com/ymmooot/nuxt-jsonld",
3734
+ "learn_more": "",
3735
+ "category": "SEO",
3736
+ "type": "3rd-party",
3737
+ "maintainers": [
3738
+ {
3739
+ "name": "ymmooot",
3740
+ "github": "ymmooot"
3741
+ }
3742
+ ],
3743
+ "compatibility": {
3744
+ "nuxt": "^3.0.0",
3745
+ "requires": {}
3746
+ }
3747
+ },
3748
+ {
3749
+ "name": "nuxt-localtunnel",
3750
+ "description": "Exposes your Nuxt localhost to the world automatically.",
3751
+ "repo": "nuxtus/localtunnel",
3752
+ "npm": "@nuxtus/nuxt-localtunnel",
3753
+ "icon": "nuxt-localtunnel.svg",
3754
+ "github": "https://github.com/nuxtus/localtunnel",
3755
+ "website": "https://nuxtus.com",
3756
+ "learn_more": "https://docs.nuxtus.com/#/localtunnel",
3757
+ "category": "Devtools",
3758
+ "type": "3rd-party",
3759
+ "maintainers": [
3760
+ {
3761
+ "name": "Craig Harman",
3762
+ "github": "craigharman",
3763
+ "twitter": "craig_harman"
2975
3764
  }
2976
3765
  ],
2977
3766
  "compatibility": {
@@ -2981,7 +3770,7 @@
2981
3770
  },
2982
3771
  {
2983
3772
  "name": "nuxt-loco",
2984
- "description": "A localise.biz module to synth locale with Nuxt.js",
3773
+ "description": "A localise.biz module to synth locale with Nuxt",
2985
3774
  "repo": "gaetansenn/nuxt-loco",
2986
3775
  "npm": "nuxt-loco",
2987
3776
  "icon": "",
@@ -3002,6 +3791,72 @@
3002
3791
  "requires": {}
3003
3792
  }
3004
3793
  },
3794
+ {
3795
+ "name": "nuxt-mail",
3796
+ "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
3797
+ "repo": "dword-design/nuxt-mail",
3798
+ "npm": "nuxt-mail",
3799
+ "icon": "",
3800
+ "github": "https://github.com/dword-design/nuxt-mail",
3801
+ "website": "https://github.com/dword-design/nuxt-mail",
3802
+ "learn_more": "",
3803
+ "category": "Extensions",
3804
+ "type": "3rd-party",
3805
+ "maintainers": [
3806
+ {
3807
+ "name": "Sebastian Landwehr",
3808
+ "github": "dword-design"
3809
+ }
3810
+ ],
3811
+ "compatibility": {
3812
+ "nuxt": "^2.0.0 || ^3.0.0",
3813
+ "requires": {}
3814
+ }
3815
+ },
3816
+ {
3817
+ "name": "nuxt-mapbox",
3818
+ "description": "Elegant Mapbox integration with Nuxt",
3819
+ "repo": "AlexLavoie42/Nuxt-Mapbox",
3820
+ "npm": "nuxt-mapbox",
3821
+ "icon": "nuxt-mapbox.svg",
3822
+ "github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3823
+ "website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3824
+ "learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3825
+ "category": "Libraries",
3826
+ "type": "3rd-party",
3827
+ "maintainers": [
3828
+ {
3829
+ "name": "Alex Lavoie",
3830
+ "github": "AlexLavoie42"
3831
+ }
3832
+ ],
3833
+ "compatibility": {
3834
+ "nuxt": "^3.0.0",
3835
+ "requires": {}
3836
+ }
3837
+ },
3838
+ {
3839
+ "name": "nuxt-mdi",
3840
+ "description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
3841
+ "repo": "ERPedersen/nuxt-mdi",
3842
+ "npm": "nuxt-mdi",
3843
+ "icon": "mdi.png",
3844
+ "github": "https://github.com/ERPedersen/nuxt-mdi",
3845
+ "website": "https://nuxt-mdi.emilrosenius.com",
3846
+ "learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
3847
+ "category": "Libraries",
3848
+ "type": "3rd-party",
3849
+ "maintainers": [
3850
+ {
3851
+ "name": "Emil Rosenius",
3852
+ "github": "ERPedersen"
3853
+ }
3854
+ ],
3855
+ "compatibility": {
3856
+ "nuxt": "^3.0.0",
3857
+ "requires": {}
3858
+ }
3859
+ },
3005
3860
  {
3006
3861
  "name": "nuxt-monaco-editor",
3007
3862
  "description": "Integrate monaco-editor with Nuxt",
@@ -3024,6 +3879,97 @@
3024
3879
  "requires": {}
3025
3880
  }
3026
3881
  },
3882
+ {
3883
+ "name": "nuxt-mongoose",
3884
+ "description": "A Nuxt module for simplifying the use of Mongoose in your project.",
3885
+ "repo": "arashsheyda/nuxt-mongoose",
3886
+ "npm": "nuxt-mongoose",
3887
+ "icon": "nuxt-mongoose.svg",
3888
+ "github": "https://github.com/arashsheyda/nuxt-mongoose",
3889
+ "website": "https://nuxt-mongoose.nuxt.space",
3890
+ "learn_more": "",
3891
+ "category": "Database",
3892
+ "type": "3rd-party",
3893
+ "maintainers": [
3894
+ {
3895
+ "name": "arashsheyda",
3896
+ "github": "arashsheyda"
3897
+ }
3898
+ ],
3899
+ "compatibility": {
3900
+ "nuxt": "^3.0.0",
3901
+ "requires": {},
3902
+ "devtools": "^0.0.0"
3903
+ }
3904
+ },
3905
+ {
3906
+ "name": "nuxt-payload-analyzer",
3907
+ "description": "Analyze Nuxt Payload Size",
3908
+ "repo": "barbapapazes/nuxt-payload-analyzer",
3909
+ "npm": "nuxt-payload-analyzer",
3910
+ "icon": "",
3911
+ "github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
3912
+ "website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
3913
+ "learn_more": "",
3914
+ "category": "Performance",
3915
+ "type": "3rd-party",
3916
+ "maintainers": [
3917
+ {
3918
+ "name": "Barbapapazes",
3919
+ "github": "Barbapapazes",
3920
+ "twitter": "soubiran_"
3921
+ }
3922
+ ],
3923
+ "compatibility": {
3924
+ "nuxt": "^3.0.0",
3925
+ "requires": {}
3926
+ }
3927
+ },
3928
+ {
3929
+ "name": "nuxt-pdf",
3930
+ "description": "Zero-boilerplate PDF exports of your Pages and Components",
3931
+ "repo": "sidebase/nuxt-pdf",
3932
+ "npm": "@sidebase/nuxt-pdf",
3933
+ "icon": "nuxt-pdf.png",
3934
+ "github": "https://github.com/sidebase/nuxt-pdf",
3935
+ "website": "https://sidebase.io/nuxt-pdf",
3936
+ "learn_more": "https://github.com/sidebase",
3937
+ "category": "Extensions",
3938
+ "type": "3rd-party",
3939
+ "maintainers": [
3940
+ {
3941
+ "name": "sidebase",
3942
+ "github": "sidebase",
3943
+ "twitter": "sidebase_io"
3944
+ }
3945
+ ],
3946
+ "compatibility": {
3947
+ "nuxt": "^3.0.0",
3948
+ "requires": {}
3949
+ }
3950
+ },
3951
+ {
3952
+ "name": "nuxt-phosphor-icons",
3953
+ "description": "Just a simple integration for @phosphor-icons in Nuxt",
3954
+ "repo": "OyewoleOyedeji/nuxt-phosphor-icons",
3955
+ "npm": "nuxt-phosphor-icons",
3956
+ "icon": "phosphor-icons.svg",
3957
+ "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3958
+ "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3959
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3960
+ "category": "UI",
3961
+ "type": "3rd-party",
3962
+ "maintainers": [
3963
+ {
3964
+ "name": "OyewoleOyedeji",
3965
+ "github": "OyewoleOyedeji"
3966
+ }
3967
+ ],
3968
+ "compatibility": {
3969
+ "nuxt": "^3.0.0",
3970
+ "requires": {}
3971
+ }
3972
+ },
3027
3973
  {
3028
3974
  "name": "nuxt-pino-log",
3029
3975
  "description": "Structured logs for nuxt apps using pino",
@@ -3048,7 +3994,7 @@
3048
3994
  },
3049
3995
  {
3050
3996
  "name": "plausible",
3051
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
3997
+ "description": "Nuxt module to natively integrate Plausible analytics",
3052
3998
  "repo": "nuxt-modules/plausible",
3053
3999
  "npm": "@nuxtjs/plausible",
3054
4000
  "icon": "plausible.png",
@@ -3068,9 +4014,35 @@
3068
4014
  "requires": {}
3069
4015
  }
3070
4016
  },
4017
+ {
4018
+ "name": "nuxt-plotly",
4019
+ "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
4020
+ "repo": "superdev-tech/nuxt-plotly",
4021
+ "npm": "nuxt-plotly",
4022
+ "icon": "nuxt-plotly.svg",
4023
+ "github": "https://github.com/superdev-tech/nuxt-plotly",
4024
+ "website": "https://github.com/superdev-tech/nuxt-plotly",
4025
+ "learn_more": "https://www.npmjs.com/package/nuxt-plotly",
4026
+ "category": "Libraries",
4027
+ "type": "3rd-party",
4028
+ "maintainers": [
4029
+ {
4030
+ "name": "Supanut Dokmaithong",
4031
+ "github": "Boomgeek"
4032
+ },
4033
+ {
4034
+ "name": "superdev-tech",
4035
+ "github": "superdev-tech"
4036
+ }
4037
+ ],
4038
+ "compatibility": {
4039
+ "nuxt": "^3.0.0",
4040
+ "requires": {}
4041
+ }
4042
+ },
3071
4043
  {
3072
4044
  "name": "nuxt-png-to-ico",
3073
- "description": "Nuxt.js module for auto generating favicons",
4045
+ "description": "Nuxt module for auto generating favicons",
3074
4046
  "repo": "b5710546232/nuxt-png-to-ico",
3075
4047
  "npm": "nuxt-png-to-ico",
3076
4048
  "icon": "",
@@ -3093,7 +4065,7 @@
3093
4065
  },
3094
4066
  {
3095
4067
  "name": "nuxt-smartlook",
3096
- "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
4068
+ "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
3097
4069
  "repo": "f00b4r/nuxt-smartlook",
3098
4070
  "npm": "nuxt-smartlook",
3099
4071
  "icon": "nuxt-smartlook.png",
@@ -3115,6 +4087,28 @@
3115
4087
  "requires": {}
3116
4088
  }
3117
4089
  },
4090
+ {
4091
+ "name": "nuxt-social-share",
4092
+ "description": "Simple Social Sharing for Nuxt",
4093
+ "repo": "stefanobartoletti/nuxt-social-share",
4094
+ "npm": "@stefanobartoletti/nuxt-social-share",
4095
+ "icon": "nuxt-social-share.png",
4096
+ "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4097
+ "website": "https://github.com/stefanobartoletti/nuxt-social-share",
4098
+ "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4099
+ "category": "Extensions",
4100
+ "type": "3rd-party",
4101
+ "maintainers": [
4102
+ {
4103
+ "name": "stefanobartoletti",
4104
+ "github": "stefanobartoletti"
4105
+ }
4106
+ ],
4107
+ "compatibility": {
4108
+ "nuxt": "^3.0.0",
4109
+ "requires": {}
4110
+ }
4111
+ },
3118
4112
  {
3119
4113
  "name": "ssr-lit",
3120
4114
  "description": "Server-Side Rendering for Lit Element components",
@@ -3145,7 +4139,7 @@
3145
4139
  },
3146
4140
  {
3147
4141
  "name": "nuxt-storm",
3148
- "description": "WebStorm & PHPStorm support for NuxtJS components",
4142
+ "description": "WebStorm & PHPStorm support for Nuxt components",
3149
4143
  "repo": "fumeapp/nuxt-storm",
3150
4144
  "npm": "nuxt-storm",
3151
4145
  "icon": "nuxt-storm.png",
@@ -3189,7 +4183,7 @@
3189
4183
  },
3190
4184
  {
3191
4185
  "name": "nuxt-unleash",
3192
- "description": "Nuxt.js module to use Unleash toggle feature services",
4186
+ "description": "Nuxt module to use Unleash toggle feature services",
3193
4187
  "repo": "conejerock/nuxt-unleash",
3194
4188
  "npm": "nuxt-unleash",
3195
4189
  "icon": "nuxt-unleash.svg",
@@ -3280,12 +4274,12 @@
3280
4274
  {
3281
4275
  "name": "nuxt-vue3-google-signin",
3282
4276
  "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
3283
- "repo": "syetalabs/nuxt-vue3-google-signin",
4277
+ "repo": "wavezync/nuxt-vue3-google-signin",
3284
4278
  "npm": "nuxt-vue3-google-signin",
3285
4279
  "icon": "vue3-google-signin.svg",
3286
- "github": "https://github.com/syetalabs/nuxt-vue3-google-signin",
3287
- "website": "https://vue3-google-signin.syetalabs.io",
3288
- "learn_more": "https://vue3-google-signin.syetalabs.io",
4280
+ "github": "https://github.com/wavezync/nuxt-vue3-google-signin",
4281
+ "website": "https://vue3-google-signin.wavezync.com",
4282
+ "learn_more": "https://vue3-google-signin.wavezync.com",
3289
4283
  "category": "Libraries",
3290
4284
  "type": "3rd-party",
3291
4285
  "maintainers": [
@@ -3299,9 +4293,75 @@
3299
4293
  "requires": {}
3300
4294
  }
3301
4295
  },
4296
+ {
4297
+ "name": "nuxt-vuetify",
4298
+ "description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
4299
+ "repo": "invictus-codes/nuxt-vuetify",
4300
+ "npm": "@invictus.codes/nuxt-vuetify",
4301
+ "icon": "vuetify-logo-v3-dark.svg",
4302
+ "github": "https://github.com/invictus-codes/nuxt-vuetify",
4303
+ "website": "https://invictus-codes.github.io/nuxt-vuetify/",
4304
+ "learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
4305
+ "category": "UI",
4306
+ "type": "3rd-party",
4307
+ "maintainers": [
4308
+ {
4309
+ "name": "Jens van Hellemondt",
4310
+ "github": "invictus-codes"
4311
+ }
4312
+ ],
4313
+ "compatibility": {
4314
+ "nuxt": "^3.0.0",
4315
+ "requires": {}
4316
+ }
4317
+ },
4318
+ {
4319
+ "name": "nuxt3-interpolation",
4320
+ "description": "",
4321
+ "repo": "daliborgogic/interpolation#master",
4322
+ "npm": "nuxt3-interpolation",
4323
+ "icon": "",
4324
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
4325
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
4326
+ "learn_more": "",
4327
+ "category": "Devtools",
4328
+ "type": "3rd-party",
4329
+ "maintainers": [
4330
+ {
4331
+ "name": "daliborgogic",
4332
+ "github": "daliborgogic"
4333
+ }
4334
+ ],
4335
+ "compatibility": {
4336
+ "nuxt": "^3.0.0",
4337
+ "requires": {}
4338
+ }
4339
+ },
4340
+ {
4341
+ "name": "nuxt3-leaflet",
4342
+ "description": "Leaflet integration with Nuxt",
4343
+ "repo": "Gugustinette/Nuxt-Leaflet",
4344
+ "npm": "nuxt3-leaflet",
4345
+ "icon": "leaflet.png",
4346
+ "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4347
+ "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
4348
+ "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
4349
+ "category": "Libraries",
4350
+ "type": "3rd-party",
4351
+ "maintainers": [
4352
+ {
4353
+ "name": "Augustin MERCIER",
4354
+ "github": "Gugustinette"
4355
+ }
4356
+ ],
4357
+ "compatibility": {
4358
+ "nuxt": "^3.0.0",
4359
+ "requires": {}
4360
+ }
4361
+ },
3302
4362
  {
3303
4363
  "name": "nuxt7",
3304
- "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
4364
+ "description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
3305
4365
  "repo": "nuxt-community/nuxt7",
3306
4366
  "npm": "nuxt7",
3307
4367
  "icon": "",
@@ -3324,13 +4384,13 @@
3324
4384
  },
3325
4385
  {
3326
4386
  "name": "og-image",
3327
- "description": "Easily generate dynamic social share images.",
4387
+ "description": "Enlightened runtime images generated with Vue templates.",
3328
4388
  "repo": "harlan-zw/nuxt-og-image",
3329
4389
  "npm": "nuxt-og-image",
3330
- "icon": "",
4390
+ "icon": "og-image.svg",
3331
4391
  "github": "https://github.com/harlan-zw/nuxt-og-image",
3332
- "website": "https://github.com/harlan-zw/nuxt-og-image",
3333
- "learn_more": "",
4392
+ "website": "https://nuxtseo.com/og-image",
4393
+ "learn_more": "https://nuxtseo.com/og-image",
3334
4394
  "category": "SEO",
3335
4395
  "type": "3rd-party",
3336
4396
  "maintainers": [
@@ -3343,7 +4403,8 @@
3343
4403
  ],
3344
4404
  "compatibility": {
3345
4405
  "nuxt": "^3.0.0",
3346
- "requires": {}
4406
+ "requires": {},
4407
+ "devtools": "^0.0.0"
3347
4408
  }
3348
4409
  },
3349
4410
  {
@@ -3371,7 +4432,7 @@
3371
4432
  },
3372
4433
  {
3373
4434
  "name": "optimized-images",
3374
- "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
4435
+ "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
3375
4436
  "repo": "juliomrqz/nuxt-optimized-images",
3376
4437
  "npm": "@aceforth/nuxt-optimized-images",
3377
4438
  "icon": "",
@@ -3416,7 +4477,7 @@
3416
4477
  },
3417
4478
  {
3418
4479
  "name": "parse",
3419
- "description": "Parse package for Nuxt.js",
4480
+ "description": "Parse package for Nuxt",
3420
4481
  "repo": "cierrateam/nuxt-parse",
3421
4482
  "npm": "nuxt-parse",
3422
4483
  "icon": "",
@@ -3436,6 +4497,29 @@
3436
4497
  "requires": {}
3437
4498
  }
3438
4499
  },
4500
+ {
4501
+ "name": "particles",
4502
+ "description": "Easily add particle animations to your Nuxt projects using tsParticles",
4503
+ "repo": "Joepocalyptic/nuxt-particles",
4504
+ "npm": "nuxt-particles",
4505
+ "icon": "",
4506
+ "github": "https://github.com/Joepocalyptic/nuxt-particles",
4507
+ "website": "https://nuxt-particles.joeypereira.dev",
4508
+ "learn_more": "https://particles.js.org/",
4509
+ "category": "Libraries",
4510
+ "type": "3rd-party",
4511
+ "maintainers": [
4512
+ {
4513
+ "name": "Joey Pereira",
4514
+ "github": "Joepocalyptic",
4515
+ "avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
4516
+ }
4517
+ ],
4518
+ "compatibility": {
4519
+ "nuxt": "^3.0.0",
4520
+ "requires": {}
4521
+ }
4522
+ },
3439
4523
  {
3440
4524
  "name": "partytown",
3441
4525
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
@@ -3461,6 +4545,52 @@
3461
4545
  }
3462
4546
  }
3463
4547
  },
4548
+ {
4549
+ "name": "paypal",
4550
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
4551
+ "repo": "arashsheyda/nuxt-paypal",
4552
+ "npm": "nuxt-paypal",
4553
+ "icon": "paypal.svg",
4554
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
4555
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
4556
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
4557
+ "category": "Payment",
4558
+ "type": "3rd-party",
4559
+ "maintainers": [
4560
+ {
4561
+ "name": "Arash Sheyda",
4562
+ "github": "arashsheyda"
4563
+ }
4564
+ ],
4565
+ "compatibility": {
4566
+ "nuxt": "^3.0.0",
4567
+ "requires": {}
4568
+ }
4569
+ },
4570
+ {
4571
+ "name": "pdfeasy",
4572
+ "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
4573
+ "repo": "betterwrite/pdfeasy#main/packages/nuxt",
4574
+ "npm": "nuxt-pdfeasy",
4575
+ "icon": "pdfeasy.png",
4576
+ "github": "https://github.com/betterwrite/pdfeasy",
4577
+ "website": "https://github.com/betterwrite/pdfeasy",
4578
+ "learn_more": "https://github.com/betterwrite/pdfeasy",
4579
+ "category": "Extensions",
4580
+ "type": "3rd-party",
4581
+ "maintainers": [
4582
+ {
4583
+ "name": "Giovane Cardoso",
4584
+ "github": "novout",
4585
+ "twitter": "novoutttttt",
4586
+ "avatar": "https://avatars.githubusercontent.com/novout?v=4"
4587
+ }
4588
+ ],
4589
+ "compatibility": {
4590
+ "nuxt": "^3.0.0",
4591
+ "requires": {}
4592
+ }
4593
+ },
3464
4594
  {
3465
4595
  "name": "persian-datepicker",
3466
4596
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
@@ -3558,7 +4688,7 @@
3558
4688
  },
3559
4689
  {
3560
4690
  "name": "plausible",
3561
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4691
+ "description": "Nuxt module to natively integrate Plausible analytics",
3562
4692
  "repo": "nuxt-modules/plausible",
3563
4693
  "npm": "@nuxtjs/plausible",
3564
4694
  "icon": "",
@@ -3601,21 +4731,68 @@
3601
4731
  }
3602
4732
  },
3603
4733
  {
3604
- "name": "prismic",
3605
- "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
3606
- "repo": "nuxt-modules/prismic",
3607
- "npm": "@nuxtjs/prismic",
3608
- "icon": "prismic.png",
3609
- "github": "https://github.com/nuxt-modules/prismic",
3610
- "website": "https://prismic.nuxtjs.org",
3611
- "learn_more": "https://prismic.io",
3612
- "category": "CMS",
3613
- "type": "community",
4734
+ "name": "prepare",
4735
+ "description": "Initialization steps at build time like Nuxt 2 server init",
4736
+ "repo": "johannschopplich/nuxt-prepare",
4737
+ "npm": "nuxt-prepare",
4738
+ "icon": "prepare.svg",
4739
+ "github": "https://github.com/johannschopplich/nuxt-prepare",
4740
+ "website": "https://nuxt-prepare.jhnn.dev",
4741
+ "learn_more": "",
4742
+ "category": "Devtools",
4743
+ "type": "3rd-party",
3614
4744
  "maintainers": [
3615
4745
  {
3616
- "name": "lihbr",
3617
- "github": "lihbr",
3618
- "twitter": "li_hbr"
4746
+ "name": "Johann Schopplich",
4747
+ "github": "johannschopplich",
4748
+ "twitter": "jschopplich",
4749
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
4750
+ }
4751
+ ],
4752
+ "compatibility": {
4753
+ "nuxt": "^3.0.0",
4754
+ "requires": {}
4755
+ }
4756
+ },
4757
+ {
4758
+ "name": "primevue",
4759
+ "description": "Next Generation Vue UI Component Library",
4760
+ "repo": "primefaces/primevue-nuxt-module",
4761
+ "npm": "nuxt-primevue",
4762
+ "icon": "primevue.svg",
4763
+ "github": "https://github.com/primefaces/primevue-nuxt-module",
4764
+ "website": "https://primevue.org/",
4765
+ "learn_more": "https://primevue.org/",
4766
+ "category": "UI",
4767
+ "type": "3rd-party",
4768
+ "maintainers": [
4769
+ {
4770
+ "name": "primefaces",
4771
+ "github": "primefaces",
4772
+ "twitter": "primevue"
4773
+ }
4774
+ ],
4775
+ "compatibility": {
4776
+ "nuxt": "^3.0.0",
4777
+ "requires": {}
4778
+ }
4779
+ },
4780
+ {
4781
+ "name": "prismic",
4782
+ "description": "Easily connect your Nuxt application to your content hosted on Prismic",
4783
+ "repo": "nuxt-modules/prismic",
4784
+ "npm": "@nuxtjs/prismic",
4785
+ "icon": "prismic.png",
4786
+ "github": "https://github.com/nuxt-modules/prismic",
4787
+ "website": "https://prismic.nuxtjs.org",
4788
+ "learn_more": "https://prismic.io",
4789
+ "category": "CMS",
4790
+ "type": "community",
4791
+ "maintainers": [
4792
+ {
4793
+ "name": "lihbr",
4794
+ "github": "lihbr",
4795
+ "twitter": "li_hbr"
3619
4796
  }
3620
4797
  ],
3621
4798
  "compatibility": {
@@ -3628,11 +4805,11 @@
3628
4805
  "description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
3629
4806
  "repo": "artmizu/nuxt-prometheus",
3630
4807
  "npm": "@artmizu/nuxt-prometheus",
3631
- "icon": "",
4808
+ "icon": "prometheus.svg",
3632
4809
  "github": "https://github.com/artmizu/nuxt-prometheus",
3633
4810
  "website": "https://github.com/artmizu/nuxt-prometheus",
3634
4811
  "learn_more": "",
3635
- "category": "Devtools",
4812
+ "category": "Monitoring",
3636
4813
  "type": "3rd-party",
3637
4814
  "maintainers": [
3638
4815
  {
@@ -3641,7 +4818,7 @@
3641
4818
  }
3642
4819
  ],
3643
4820
  "compatibility": {
3644
- "nuxt": "^2.0.0",
4821
+ "nuxt": "^3.0.0",
3645
4822
  "requires": {}
3646
4823
  }
3647
4824
  },
@@ -3669,7 +4846,7 @@
3669
4846
  },
3670
4847
  {
3671
4848
  "name": "proxy",
3672
- "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
4849
+ "description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
3673
4850
  "repo": "nuxt-community/proxy-module",
3674
4851
  "npm": "@nuxtjs/proxy",
3675
4852
  "icon": "",
@@ -3715,7 +4892,7 @@
3715
4892
  },
3716
4893
  {
3717
4894
  "name": "purgecss",
3718
- "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
4895
+ "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
3719
4896
  "repo": "Developmint/nuxt-purgecss#main",
3720
4897
  "npm": "nuxt-purgecss",
3721
4898
  "icon": "purgecss.png",
@@ -3737,7 +4914,7 @@
3737
4914
  },
3738
4915
  {
3739
4916
  "name": "pwa",
3740
- "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
4917
+ "description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
3741
4918
  "repo": "nuxt-community/pwa-module",
3742
4919
  "npm": "@nuxtjs/pwa",
3743
4920
  "icon": "pwa.png",
@@ -3762,7 +4939,7 @@
3762
4939
  },
3763
4940
  {
3764
4941
  "name": "python",
3765
- "description": "Write Nuxt.js applications using Python",
4942
+ "description": "Write Nuxt applications using Python",
3766
4943
  "repo": "nuxt-community/python-module",
3767
4944
  "npm": "@nuxtjs/python",
3768
4945
  "icon": "python.png",
@@ -3782,9 +4959,89 @@
3782
4959
  "requires": {}
3783
4960
  }
3784
4961
  },
4962
+ {
4963
+ "name": "quasar",
4964
+ "description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
4965
+ "repo": "Maiquu/nuxt-quasar",
4966
+ "npm": "nuxt-quasar-ui",
4967
+ "icon": "quasar.svg",
4968
+ "github": "https://github.com/Maiquu/nuxt-quasar",
4969
+ "website": "https://quasar.dev/",
4970
+ "learn_more": "https://github.com/Maiquu/nuxt-quasar",
4971
+ "category": "UI",
4972
+ "type": "3rd-party",
4973
+ "maintainers": [
4974
+ {
4975
+ "name": "Ege İliklier",
4976
+ "github": "Maiquu"
4977
+ }
4978
+ ],
4979
+ "compatibility": {
4980
+ "nuxt": "^3.0.0",
4981
+ "requires": {},
4982
+ "devtools": "^0.0.0"
4983
+ }
4984
+ },
4985
+ {
4986
+ "name": "radash",
4987
+ "description": "radash module with auto-import and custom prefix",
4988
+ "repo": "bbg/nuxt-radash",
4989
+ "npm": "nuxt-radash",
4990
+ "icon": "radash.png",
4991
+ "github": "https://github.com/bbg/nuxt-radash",
4992
+ "website": "https://github.com/bbg/nuxt-radash#readme",
4993
+ "learn_more": "https://github.com/rayepps/radash/",
4994
+ "category": "Libraries",
4995
+ "type": "3rd-party",
4996
+ "maintainers": [
4997
+ {
4998
+ "name": "Batuhan Göksu",
4999
+ "github": "bbg"
5000
+ }
5001
+ ],
5002
+ "compatibility": {
5003
+ "nuxt": "^3.0.0",
5004
+ "requires": {}
5005
+ }
5006
+ },
5007
+ {
5008
+ "name": "radix-vue",
5009
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
5010
+ "repo": "radix-vue/radix-vue",
5011
+ "npm": "radix-vue",
5012
+ "icon": "radix-vue.svg",
5013
+ "github": "https://github.com/radix-vue/radix-vue",
5014
+ "website": "https://www.radix-vue.com/",
5015
+ "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
5016
+ "category": "UI",
5017
+ "type": "3rd-party",
5018
+ "maintainers": [
5019
+ {
5020
+ "name": "Zernonia",
5021
+ "github": "zernonia",
5022
+ "twitter": "zernonia"
5023
+ },
5024
+ {
5025
+ "name": "Khairul Haaziq",
5026
+ "github": "khairulhaaziq"
5027
+ },
5028
+ {
5029
+ "name": "Mujahid Anuar",
5030
+ "github": "mujahidfa"
5031
+ },
5032
+ {
5033
+ "name": "Max",
5034
+ "github": "onmax"
5035
+ }
5036
+ ],
5037
+ "compatibility": {
5038
+ "nuxt": "^3.0.0",
5039
+ "requires": {}
5040
+ }
5041
+ },
3785
5042
  {
3786
5043
  "name": "recaptcha",
3787
- "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
5044
+ "description": "Simple and easy Google reCAPTCHA module with Nuxt",
3788
5045
  "repo": "nuxt-community/recaptcha-module",
3789
5046
  "npm": "@nuxtjs/recaptcha",
3790
5047
  "icon": "recaptcha.png",
@@ -3827,9 +5084,32 @@
3827
5084
  "requires": {}
3828
5085
  }
3829
5086
  },
5087
+ {
5088
+ "name": "resend",
5089
+ "description": "Resend integration for Nuxt",
5090
+ "repo": "nhedger/nuxt-resend",
5091
+ "npm": "nuxt-resend",
5092
+ "icon": "resend.svg",
5093
+ "github": "https://github.com/nhedger/nuxt-resend",
5094
+ "website": "https://github.com/nhedger/nuxt-resend",
5095
+ "learn_more": "https://resend.com",
5096
+ "category": "Extensions",
5097
+ "type": "3rd-party",
5098
+ "maintainers": [
5099
+ {
5100
+ "name": "Nicolas Hedger",
5101
+ "github": "nhedger",
5102
+ "twitter": "nicolashedger"
5103
+ }
5104
+ ],
5105
+ "compatibility": {
5106
+ "nuxt": "^3.0.0",
5107
+ "requires": {}
5108
+ }
5109
+ },
3830
5110
  {
3831
5111
  "name": "rfg-icon",
3832
- "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
5112
+ "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
3833
5113
  "repo": "pimlie/nuxt-rfg-icon",
3834
5114
  "npm": "nuxt-rfg-icon",
3835
5115
  "icon": "real-favicon-generator.png",
@@ -3851,12 +5131,12 @@
3851
5131
  },
3852
5132
  {
3853
5133
  "name": "robots",
3854
- "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
3855
- "repo": "nuxt-community/robots-module",
5134
+ "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
5135
+ "repo": "nuxt-modules/robots",
3856
5136
  "npm": "@nuxtjs/robots",
3857
5137
  "icon": "robots.png",
3858
- "github": "https://github.com/nuxt-community/robots-module",
3859
- "website": "https://github.com/nuxt-community/robots-module",
5138
+ "github": "https://github.com/nuxt-modules/robots",
5139
+ "website": "https://github.com/nuxt-modules/robots",
3860
5140
  "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
3861
5141
  "category": "SEO",
3862
5142
  "type": "community",
@@ -3875,7 +5155,7 @@
3875
5155
  },
3876
5156
  {
3877
5157
  "name": "rollbar",
3878
- "description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
5158
+ "description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
3879
5159
  "repo": "gaelreyrol/nuxt-rollbar-module",
3880
5160
  "npm": "nuxt-rollbar-module",
3881
5161
  "icon": "rollbar.png",
@@ -3920,7 +5200,7 @@
3920
5200
  },
3921
5201
  {
3922
5202
  "name": "router",
3923
- "description": "Nuxt.js module to use router.js instead of pages/ directory",
5203
+ "description": "Nuxt module to use router.js instead of pages/ directory",
3924
5204
  "repo": "nuxt-community/router-module",
3925
5205
  "npm": "@nuxtjs/router",
3926
5206
  "icon": "vue.png",
@@ -3968,13 +5248,13 @@
3968
5248
  },
3969
5249
  {
3970
5250
  "name": "schema-org",
3971
- "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
3972
- "repo": "vueuse/schema-org#main/packages/nuxt",
5251
+ "description": "Schema.org for Nuxt.",
5252
+ "repo": "harlan-zw/nuxt-schema-org",
3973
5253
  "npm": "nuxt-schema-org",
3974
5254
  "icon": "schema-org.svg",
3975
- "github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
3976
- "website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
3977
- "learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
5255
+ "github": "https://github.com/harlan-zw/nuxt-schema-org",
5256
+ "website": "https://nuxtseo.com/schema-org",
5257
+ "learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
3978
5258
  "category": "SEO",
3979
5259
  "type": "3rd-party",
3980
5260
  "maintainers": [
@@ -4037,7 +5317,7 @@
4037
5317
  },
4038
5318
  {
4039
5319
  "name": "segment",
4040
- "description": "Nuxt.js module for Segment Analytics.js",
5320
+ "description": "Nuxt module for Segment Analytics.js",
4041
5321
  "repo": "dansmaculotte/nuxt-segment",
4042
5322
  "npm": "@dansmaculotte/nuxt-segment",
4043
5323
  "icon": "segment.png",
@@ -4059,10 +5339,10 @@
4059
5339
  },
4060
5340
  {
4061
5341
  "name": "sentry",
4062
- "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
5342
+ "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
4063
5343
  "repo": "nuxt-community/sentry-module",
4064
5344
  "npm": "@nuxtjs/sentry",
4065
- "icon": "sentry.png",
5345
+ "icon": "sentry.svg",
4066
5346
  "github": "https://github.com/nuxt-community/sentry-module",
4067
5347
  "website": "https://sentry.nuxtjs.org/",
4068
5348
  "learn_more": "https://sentry.io/welcome/",
@@ -4079,14 +5359,38 @@
4079
5359
  "requires": {}
4080
5360
  }
4081
5361
  },
5362
+ {
5363
+ "name": "seo-experiments",
5364
+ "description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
5365
+ "repo": "harlan-zw/nuxt-seo-experiments",
5366
+ "npm": "nuxt-seo-experiments",
5367
+ "icon": "seo-experiments.svg",
5368
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5369
+ "website": "https://nuxtseo.com/experiments",
5370
+ "learn_more": "https://nuxtseo.com/experiments",
5371
+ "category": "SEO",
5372
+ "type": "3rd-party",
5373
+ "maintainers": [
5374
+ {
5375
+ "name": "Harlan Wilton",
5376
+ "github": "harlan-zw",
5377
+ "twitter": "harlan_zw",
5378
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5379
+ }
5380
+ ],
5381
+ "compatibility": {
5382
+ "nuxt": "^3.0.0",
5383
+ "requires": {}
5384
+ }
5385
+ },
4082
5386
  {
4083
5387
  "name": "seo-kit",
4084
- "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
4085
- "repo": "harlan-zw/nuxt-seo-kit",
4086
- "npm": "nuxt-seo-kit-mono",
5388
+ "description": "The complete SEO solution for Nuxt.",
5389
+ "repo": "harlan-zw/nuxt-seo-kit#main/layer",
5390
+ "npm": "nuxt-seo-kit",
4087
5391
  "icon": "seo-kit.svg",
4088
5392
  "github": "https://github.com/harlan-zw/nuxt-seo-kit",
4089
- "website": "https://github.com/harlan-zw/nuxt-seo-kit",
5393
+ "website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
4090
5394
  "learn_more": "",
4091
5395
  "category": "SEO",
4092
5396
  "type": "3rd-party",
@@ -4126,7 +5430,7 @@
4126
5430
  },
4127
5431
  {
4128
5432
  "name": "seomatic-meta",
4129
- "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
5433
+ "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
4130
5434
  "repo": "ben-rogerson/nuxt-seomatic-meta",
4131
5435
  "npm": "nuxt-seomatic-meta",
4132
5436
  "icon": "seomatic.png",
@@ -4169,6 +5473,29 @@
4169
5473
  "requires": {}
4170
5474
  }
4171
5475
  },
5476
+ {
5477
+ "name": "server-block",
5478
+ "description": "Use <server> tags in your Nuxt pages components.",
5479
+ "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
5480
+ "npm": "@hebilicious/server-block-nuxt",
5481
+ "icon": "server-block.svg",
5482
+ "github": "https://github.com/Hebilicious/server-block-nuxt",
5483
+ "website": "https://github.com/Hebilicious/server-block-nuxt#readme",
5484
+ "learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
5485
+ "category": "Extensions",
5486
+ "type": "3rd-party",
5487
+ "maintainers": [
5488
+ {
5489
+ "name": "Hebilicious",
5490
+ "github": "Hebilicious",
5491
+ "twitter": "its_hebilicious"
5492
+ }
5493
+ ],
5494
+ "compatibility": {
5495
+ "nuxt": "^3.0.0",
5496
+ "requires": {}
5497
+ }
5498
+ },
4172
5499
  {
4173
5500
  "name": "session",
4174
5501
  "description": "Session middleware to persist user data across requests, a client-side useSession composable to interact with the session, supports many storage backends via unjs/unstorage",
@@ -4194,7 +5521,7 @@
4194
5521
  },
4195
5522
  {
4196
5523
  "name": "shopify",
4197
- "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
5524
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
4198
5525
  "repo": "Gomah/nuxt-shopify",
4199
5526
  "npm": "nuxt-shopify",
4200
5527
  "icon": "shopify.png",
@@ -4215,7 +5542,7 @@
4215
5542
  }
4216
5543
  },
4217
5544
  {
4218
- "name": "nuxt-auth",
5545
+ "name": "sidebase-auth",
4219
5546
  "description": "Zero-boilerplate authentication for nuxt 3 with support for many strategies (oauth, credentials, ...) and providers (google, azure, ...). Additionally supports session manipulation, client- and server-side protection and more.",
4220
5547
  "repo": "sidebase/nuxt-auth",
4221
5548
  "npm": "@sidebase/nuxt-auth",
@@ -4261,13 +5588,13 @@
4261
5588
  },
4262
5589
  {
4263
5590
  "name": "simple-robots",
4264
- "description": "Simply manage the robots crawling your Nuxt app.",
5591
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
4265
5592
  "repo": "harlan-zw/nuxt-simple-robots",
4266
5593
  "npm": "nuxt-simple-robots",
4267
- "icon": "",
5594
+ "icon": "simple-robots.svg",
4268
5595
  "github": "https://github.com/harlan-zw/nuxt-simple-robots",
4269
- "website": "https://github.com/harlan-zw/nuxt-simple-robots",
4270
- "learn_more": "",
5596
+ "website": "https://nuxtseo.com/robots",
5597
+ "learn_more": "https://nuxtseo.com/robots",
4271
5598
  "category": "SEO",
4272
5599
  "type": "3rd-party",
4273
5600
  "maintainers": [
@@ -4285,13 +5612,13 @@
4285
5612
  },
4286
5613
  {
4287
5614
  "name": "simple-sitemap",
4288
- "description": "Simple, minimal sitemap.xml generation.",
5615
+ "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
4289
5616
  "repo": "harlan-zw/nuxt-simple-sitemap",
4290
5617
  "npm": "nuxt-simple-sitemap",
4291
- "icon": "",
5618
+ "icon": "simple-sitemap.svg",
4292
5619
  "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4293
- "website": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4294
- "learn_more": "",
5620
+ "website": "https://nuxtseo.com/simple-sitemap",
5621
+ "learn_more": "https://nuxtseo.com/simple-sitemap",
4295
5622
  "category": "SEO",
4296
5623
  "type": "3rd-party",
4297
5624
  "maintainers": [
@@ -4309,7 +5636,7 @@
4309
5636
  },
4310
5637
  {
4311
5638
  "name": "sitemap",
4312
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
5639
+ "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
4313
5640
  "repo": "nuxt-community/sitemap-module#dev",
4314
5641
  "npm": "@nuxtjs/sitemap",
4315
5642
  "icon": "",
@@ -4330,32 +5657,54 @@
4330
5657
  "requires": {}
4331
5658
  }
4332
5659
  },
5660
+ {
5661
+ "name": "snackbar",
5662
+ "description": "Nuxt Snackbar module using vue3-snackbar",
5663
+ "repo": "modbender/nuxt-snackbar#master",
5664
+ "npm": "nuxt-snackbar",
5665
+ "icon": "snackbar.png",
5666
+ "github": "https://github.com/modbender/nuxt-snackbar/tree/master",
5667
+ "website": "https://github.com/modbender/nuxt-snackbar/tree/master",
5668
+ "learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
5669
+ "category": "UI",
5670
+ "type": "3rd-party",
5671
+ "maintainers": [
5672
+ {
5673
+ "name": "modbender",
5674
+ "github": "modbender"
5675
+ }
5676
+ ],
5677
+ "compatibility": {
5678
+ "nuxt": "^3.0.0",
5679
+ "requires": {}
5680
+ }
5681
+ },
4333
5682
  {
4334
5683
  "name": "snipcart",
4335
- "description": "Snipcart integration module for Nuxt.js",
4336
- "repo": "nuxt-community/snipcart-module",
5684
+ "description": "Snipcart integration module for Nuxt",
5685
+ "repo": "nuxt-modules/snipcart",
4337
5686
  "npm": "@nuxtjs/snipcart",
4338
5687
  "icon": "snipcart.png",
4339
- "github": "https://github.com/nuxt-community/snipcart-module",
4340
- "website": "https://github.com/nuxt-community/snipcart-module",
4341
- "learn_more": "",
4342
- "category": "Payment",
5688
+ "github": "https://github.com/nuxt-modules/snipcart",
5689
+ "website": "https://github.com/nuxt-modules/snipcart",
5690
+ "learn_more": "https://snipcart.com",
5691
+ "category": "Ecommerce",
4343
5692
  "type": "community",
4344
5693
  "maintainers": [
4345
5694
  {
4346
5695
  "name": "Florent GIRAUD",
4347
- "github": "f3ltron",
4348
- "twitter": "giraud_florent"
5696
+ "github": "flozero",
5697
+ "twitter": "flozeroo"
4349
5698
  }
4350
5699
  ],
4351
5700
  "compatibility": {
4352
- "nuxt": "^2.0.0",
5701
+ "nuxt": "^2.0.0 || ^3.0.0",
4353
5702
  "requires": {}
4354
5703
  }
4355
5704
  },
4356
5705
  {
4357
5706
  "name": "social-meta",
4358
- "description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
5707
+ "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
4359
5708
  "repo": "AlekseyPleshkov/nuxt-social-meta",
4360
5709
  "npm": "nuxt-social-meta",
4361
5710
  "icon": "",
@@ -4477,7 +5826,7 @@
4477
5826
  },
4478
5827
  {
4479
5828
  "name": "storage",
4480
- "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
5829
+ "description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
4481
5830
  "repo": "mazipan/nuxt-storage",
4482
5831
  "npm": "nuxt-storage",
4483
5832
  "icon": "",
@@ -4499,7 +5848,7 @@
4499
5848
  },
4500
5849
  {
4501
5850
  "name": "storefront-ui",
4502
- "description": "Storefront UI Module for Nuxt.js",
5851
+ "description": "Storefront UI Module for Nuxt",
4503
5852
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
4504
5853
  "npm": "@storefront-ui/nuxt",
4505
5854
  "icon": "storefront-ui.svg",
@@ -4543,7 +5892,7 @@
4543
5892
  },
4544
5893
  {
4545
5894
  "name": "storyblok",
4546
- "description": "Storyblok Nuxt.js module",
5895
+ "description": "Storyblok Nuxt module",
4547
5896
  "repo": "storyblok/storyblok-nuxt#master/lib",
4548
5897
  "npm": "@storyblok/nuxt",
4549
5898
  "icon": "storyblok.png",
@@ -4560,46 +5909,43 @@
4560
5909
  ],
4561
5910
  "compatibility": {
4562
5911
  "nuxt": "^2.0.0 || ^3.0.0",
4563
- "requires": {}
5912
+ "requires": {},
5913
+ "devtools": "^0.0.0"
4564
5914
  }
4565
5915
  },
4566
5916
  {
4567
5917
  "name": "storybook",
4568
- "description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
4569
- "repo": "nuxt-community/storybook",
5918
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
5919
+ "repo": "nuxt-modules/storybook",
4570
5920
  "npm": "@nuxtjs/storybook",
4571
5921
  "icon": "storybook.png",
4572
- "github": "https://github.com/nuxt-community/storybook",
5922
+ "github": "https://github.com/nuxt-modules/storybook",
4573
5923
  "website": "https://storybook.nuxtjs.org",
4574
- "learn_more": "https://storybook.js.org/",
5924
+ "learn_more": "https://github.com/storybook-vue/storybook-nuxt",
4575
5925
  "category": "Devtools",
4576
5926
  "type": "community",
4577
5927
  "maintainers": [
4578
5928
  {
4579
- "name": "Ahad Birang",
4580
- "github": "farnabaz",
4581
- "twitter": "a_birang"
4582
- },
4583
- {
4584
- "name": "Pooya Parsa",
4585
- "github": "pi0",
4586
- "twitter": "_pi0_"
5929
+ "name": "Chakir QATAB",
5930
+ "github": "chakAs3",
5931
+ "twitter": "ChakirQatab"
4587
5932
  }
4588
5933
  ],
4589
5934
  "compatibility": {
4590
- "nuxt": "^2.0.0",
5935
+ "nuxt": "^2.0.0 || ^3.0.0",
4591
5936
  "requires": {
4592
5937
  "bridge": "optional"
4593
- }
5938
+ },
5939
+ "devtools": "^0.7.2"
4594
5940
  }
4595
5941
  },
4596
5942
  {
4597
5943
  "name": "strapi",
4598
5944
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
4599
- "repo": "nuxt-community/strapi-module",
5945
+ "repo": "nuxt-modules/strapi",
4600
5946
  "npm": "@nuxtjs/strapi",
4601
5947
  "icon": "strapi.png",
4602
- "github": "https://github.com/nuxt-community/strapi-module",
5948
+ "github": "https://github.com/nuxt-modules/strapi",
4603
5949
  "website": "https://strapi.nuxtjs.org",
4604
5950
  "learn_more": "https://strapi.io/",
4605
5951
  "category": "CMS",
@@ -4620,7 +5966,34 @@
4620
5966
  "nuxt": "^2.0.0 || ^3.0.0",
4621
5967
  "requires": {
4622
5968
  "bridge": true
5969
+ },
5970
+ "devtools": "^0.0.0"
5971
+ }
5972
+ },
5973
+ {
5974
+ "name": "stripe-next",
5975
+ "description": "This Nuxt module provides an easy way to integrate Stripe in your Nuxt application, both on the client-side and server-side. It utilizes the official stripe package for server-side usage and @stripe/stripe-js for the client-side.",
5976
+ "repo": "fuentesloic/nuxt-stripe",
5977
+ "npm": "@unlok-co/nuxt-stripe",
5978
+ "icon": "stripe.png",
5979
+ "github": "https://github.com/fuentesloic/nuxt-stripe",
5980
+ "website": "https://github.com/fuentesloic/nuxt-stripe",
5981
+ "learn_more": "https://stripe.com/docs",
5982
+ "category": "Payment",
5983
+ "type": "3rd-party",
5984
+ "maintainers": [
5985
+ {
5986
+ "name": "Loic Fuentes",
5987
+ "github": "fuentesloic"
5988
+ },
5989
+ {
5990
+ "name": "Florent Giraud",
5991
+ "github": "flozero"
4623
5992
  }
5993
+ ],
5994
+ "compatibility": {
5995
+ "nuxt": "^3.0.0",
5996
+ "requires": {}
4624
5997
  }
4625
5998
  },
4626
5999
  {
@@ -4645,6 +6018,36 @@
4645
6018
  "requires": {}
4646
6019
  }
4647
6020
  },
6021
+ {
6022
+ "name": "studio",
6023
+ "description": "A new experience to build content-driven website with Nuxt.",
6024
+ "repo": "nuxtlabs/studio-module",
6025
+ "npm": "@nuxthq/studio",
6026
+ "icon": "studio.svg",
6027
+ "github": "https://github.com/nuxtlabs/studio-module",
6028
+ "website": "https://nuxt.studio",
6029
+ "learn_more": "https://nuxt.studio",
6030
+ "category": "CMS",
6031
+ "type": "3rd-party",
6032
+ "maintainers": [
6033
+ {
6034
+ "name": "Ahad Birang",
6035
+ "github": "farnabaz",
6036
+ "twitter": "a_birang"
6037
+ },
6038
+ {
6039
+ "name": "Sébastien Chopin",
6040
+ "github": "Atinux",
6041
+ "twitter": "Atinux"
6042
+ }
6043
+ ],
6044
+ "compatibility": {
6045
+ "nuxt": "^3.0.0",
6046
+ "requires": {
6047
+ "content": true
6048
+ }
6049
+ }
6050
+ },
4648
6051
  {
4649
6052
  "name": "style-resources",
4650
6053
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
@@ -4670,7 +6073,7 @@
4670
6073
  },
4671
6074
  {
4672
6075
  "name": "stylelint",
4673
- "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
6076
+ "description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
4674
6077
  "repo": "nuxt-community/stylelint-module",
4675
6078
  "npm": "@nuxtjs/stylelint-module",
4676
6079
  "icon": "stylelint.png",
@@ -4686,7 +6089,7 @@
4686
6089
  }
4687
6090
  ],
4688
6091
  "compatibility": {
4689
- "nuxt": "^2.0.0",
6092
+ "nuxt": "^2.0.0 || ^3.0.0",
4690
6093
  "requires": {}
4691
6094
  }
4692
6095
  },
@@ -4716,10 +6119,10 @@
4716
6119
  {
4717
6120
  "name": "supabase",
4718
6121
  "description": "First class integration with Supabase",
4719
- "repo": "nuxt-community/supabase-module",
6122
+ "repo": "nuxt-modules/supabase",
4720
6123
  "npm": "@nuxtjs/supabase",
4721
6124
  "icon": "supabase.png",
4722
- "github": "https://github.com/nuxt-community/supabase-module",
6125
+ "github": "https://github.com/nuxt-modules/supabase",
4723
6126
  "website": "https://supabase.nuxtjs.org",
4724
6127
  "learn_more": "https://supabase.com",
4725
6128
  "category": "Database",
@@ -4770,12 +6173,12 @@
4770
6173
  },
4771
6174
  {
4772
6175
  "name": "svg-sprite",
4773
- "description": "Optimized and Easy way to use svg files in Nuxt.js",
4774
- "repo": "nuxt-community/svg-sprite-module",
6176
+ "description": "Optimized and Easy way to use svg files in Nuxt",
6177
+ "repo": "nuxt-modules/svg-sprite",
4775
6178
  "npm": "@nuxtjs/svg-sprite",
4776
6179
  "icon": "",
4777
- "github": "https://github.com/nuxt-community/svg-sprite-module",
4778
- "website": "https://github.com/nuxt-community/svg-sprite-module",
6180
+ "github": "https://github.com/nuxt-modules/svg-sprite",
6181
+ "website": "https://github.com/nuxt-modules/svg-sprite",
4779
6182
  "learn_more": "",
4780
6183
  "category": "UI",
4781
6184
  "type": "community",
@@ -4787,13 +6190,13 @@
4787
6190
  }
4788
6191
  ],
4789
6192
  "compatibility": {
4790
- "nuxt": "^2.0.0",
6193
+ "nuxt": "^2.0.0 || ^3.0.0",
4791
6194
  "requires": {}
4792
6195
  }
4793
6196
  },
4794
6197
  {
4795
6198
  "name": "svg",
4796
- "description": "Super simple svg loading module for Nuxt.js",
6199
+ "description": "Super simple svg loading module for Nuxt",
4797
6200
  "repo": "nuxt-community/svg-module",
4798
6201
  "npm": "@nuxtjs/svg",
4799
6202
  "icon": "",
@@ -4837,7 +6240,7 @@
4837
6240
  },
4838
6241
  {
4839
6242
  "name": "swiper",
4840
- "description": "Nuxt.js module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
6243
+ "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
4841
6244
  "repo": "cpreston321/nuxt-swiper",
4842
6245
  "npm": "nuxt-swiper",
4843
6246
  "icon": "swiper.svg",
@@ -4857,13 +6260,36 @@
4857
6260
  "requires": {}
4858
6261
  }
4859
6262
  },
6263
+ {
6264
+ "name": "tailvue",
6265
+ "description": "Vue components built for Vue3 powered by Windi CSS or tailwindcss",
6266
+ "repo": "fumeapp/tailvue",
6267
+ "npm": "tailvue",
6268
+ "icon": "tailvue.jpg",
6269
+ "github": "https://github.com/fumeapp/tailvue",
6270
+ "website": "https://github.com/fumeapp/tailvue",
6271
+ "learn_more": "https://github.com/fumeapp/tailvue#readme",
6272
+ "category": "UI",
6273
+ "type": "3rd-party",
6274
+ "maintainers": [
6275
+ {
6276
+ "name": "Kevin Olson",
6277
+ "github": "acidjazz",
6278
+ "twitter": "AppFume"
6279
+ }
6280
+ ],
6281
+ "compatibility": {
6282
+ "nuxt": "^3.0.0",
6283
+ "requires": {}
6284
+ }
6285
+ },
4860
6286
  {
4861
6287
  "name": "tailwindcss",
4862
6288
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
4863
- "repo": "nuxt-community/tailwindcss-module",
6289
+ "repo": "nuxt-modules/tailwindcss",
4864
6290
  "npm": "@nuxtjs/tailwindcss",
4865
6291
  "icon": "tailwindcss.png",
4866
- "github": "https://github.com/nuxt-community/tailwindcss-module",
6292
+ "github": "https://github.com/nuxt-modules/tailwindcss",
4867
6293
  "website": "https://tailwindcss.nuxtjs.org",
4868
6294
  "learn_more": "https://tailwindcss.com/",
4869
6295
  "category": "UI",
@@ -4873,11 +6299,16 @@
4873
6299
  "name": "Sébastien Chopin",
4874
6300
  "github": "Atinux",
4875
6301
  "twitter": "Atinux"
6302
+ },
6303
+ {
6304
+ "name": "Inesh Bose",
6305
+ "github": "ineshbose"
4876
6306
  }
4877
6307
  ],
4878
6308
  "compatibility": {
4879
6309
  "nuxt": "^2.0.0 || ^3.0.0",
4880
- "requires": {}
6310
+ "requires": {},
6311
+ "devtools": "^0.0.0"
4881
6312
  }
4882
6313
  },
4883
6314
  {
@@ -4903,9 +6334,31 @@
4903
6334
  "requires": {}
4904
6335
  }
4905
6336
  },
6337
+ {
6338
+ "name": "time",
6339
+ "description": "Safely render local dates and times on the server with Nuxt",
6340
+ "repo": "danielroe/nuxt-time",
6341
+ "npm": "nuxt-time",
6342
+ "icon": "",
6343
+ "github": "https://github.com/danielroe/nuxt-time",
6344
+ "website": "https://github.com/danielroe/nuxt-time",
6345
+ "learn_more": "",
6346
+ "category": "Extensions",
6347
+ "type": "3rd-party",
6348
+ "maintainers": [
6349
+ {
6350
+ "name": "danielroe",
6351
+ "github": "danielroe"
6352
+ }
6353
+ ],
6354
+ "compatibility": {
6355
+ "nuxt": "^3.0.0",
6356
+ "requires": {}
6357
+ }
6358
+ },
4906
6359
  {
4907
6360
  "name": "toast",
4908
- "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
6361
+ "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
4909
6362
  "repo": "nuxt-community/modules#master/packages/toast",
4910
6363
  "npm": "@nuxtjs/toast",
4911
6364
  "icon": "",
@@ -4926,6 +6379,39 @@
4926
6379
  "requires": {}
4927
6380
  }
4928
6381
  },
6382
+ {
6383
+ "name": "tresjs",
6384
+ "description": "Create 3D experiences in your Nuxt application using TresJS.",
6385
+ "repo": "tresjs/nuxt",
6386
+ "npm": "@tresjs/nuxt",
6387
+ "icon": "tresjs.svg",
6388
+ "github": "https://github.com/Tresjs/nuxt",
6389
+ "website": "https://tresjs.org/guide/nuxt.html",
6390
+ "learn_more": "https://tresjs.org/",
6391
+ "category": "Libraries",
6392
+ "type": "3rd-party",
6393
+ "maintainers": [
6394
+ {
6395
+ "name": "Alvaro Saburido",
6396
+ "github": "alvarosabu",
6397
+ "twitter": "alvarosabu"
6398
+ },
6399
+ {
6400
+ "name": "Jaime Torrealba",
6401
+ "github": "JaimeTorrealba",
6402
+ "twitter": "jaimebboyjt"
6403
+ },
6404
+ {
6405
+ "name": "Tino Koch",
6406
+ "github": "Tinoooo",
6407
+ "twitter": "ichbintino"
6408
+ }
6409
+ ],
6410
+ "compatibility": {
6411
+ "nuxt": "^3.0.0",
6412
+ "requires": {}
6413
+ }
6414
+ },
4929
6415
  {
4930
6416
  "name": "turnstile",
4931
6417
  "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
@@ -4953,7 +6439,7 @@
4953
6439
  },
4954
6440
  {
4955
6441
  "name": "twa",
4956
- "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
6442
+ "description": "Nuxt module for generating Trusted Web App from Nuxt app",
4957
6443
  "repo": "tuarrep/nuxt-twa",
4958
6444
  "npm": "nuxt-twa",
4959
6445
  "icon": "",
@@ -4975,6 +6461,28 @@
4975
6461
  }
4976
6462
  }
4977
6463
  },
6464
+ {
6465
+ "name": "twemoji",
6466
+ "description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
6467
+ "repo": "yizack/nuxt-twemoji",
6468
+ "npm": "nuxt-twemoji",
6469
+ "icon": "twemoji.svg",
6470
+ "github": "https://github.com/Yizack/nuxt-twemoji",
6471
+ "website": "https://github.com/Yizack/nuxt-twemoji",
6472
+ "learn_more": "",
6473
+ "category": "UI",
6474
+ "type": "3rd-party",
6475
+ "maintainers": [
6476
+ {
6477
+ "name": "Yizack Rangel",
6478
+ "github": "yizack"
6479
+ }
6480
+ ],
6481
+ "compatibility": {
6482
+ "nuxt": "^3.0.0",
6483
+ "requires": {}
6484
+ }
6485
+ },
4978
6486
  {
4979
6487
  "name": "twicpics",
4980
6488
  "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
@@ -5119,6 +6627,63 @@
5119
6627
  "requires": {}
5120
6628
  }
5121
6629
  },
6630
+ {
6631
+ "name": "typo3",
6632
+ "description": "TYPO3 Headless Frontend Rendering module",
6633
+ "repo": "TYPO3-Headless/nuxt-typo3",
6634
+ "npm": "@t3headless/nuxt-typo3",
6635
+ "icon": "typo3.svg",
6636
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
6637
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
6638
+ "learn_more": "https://github.com/TYPO3-Headless",
6639
+ "category": "CMS",
6640
+ "type": "3rd-party",
6641
+ "maintainers": [
6642
+ {
6643
+ "name": "Macopedia",
6644
+ "github": "macopedia",
6645
+ "twitter": "macopediapl"
6646
+ }
6647
+ ],
6648
+ "compatibility": {
6649
+ "nuxt": "^2.0.0 || ^3.0.0",
6650
+ "requires": {},
6651
+ "devtools": "^0.0.0"
6652
+ }
6653
+ },
6654
+ {
6655
+ "name": "ui",
6656
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
6657
+ "repo": "nuxt/ui#dev",
6658
+ "npm": "@nuxt/ui",
6659
+ "icon": "nuxt.svg",
6660
+ "github": "https://github.com/nuxt/ui",
6661
+ "website": "https://ui.nuxt.com",
6662
+ "learn_more": "",
6663
+ "category": "UI",
6664
+ "type": "official",
6665
+ "maintainers": [
6666
+ {
6667
+ "name": "Benjamin Canac",
6668
+ "github": "benjamincanac",
6669
+ "twitter": "benjamincanac"
6670
+ },
6671
+ {
6672
+ "name": "Sebastien Chopin",
6673
+ "github": "Atinux",
6674
+ "twitter": "Atinux"
6675
+ },
6676
+ {
6677
+ "name": "Sylvain Marroufin",
6678
+ "github": "smarroufin",
6679
+ "twitter": "smarroufin"
6680
+ }
6681
+ ],
6682
+ "compatibility": {
6683
+ "nuxt": "^3.0.0",
6684
+ "requires": {}
6685
+ }
6686
+ },
5122
6687
  {
5123
6688
  "name": "umami",
5124
6689
  "description": "Embed the Umami analytics library into Nuxt",
@@ -5146,11 +6711,11 @@
5146
6711
  {
5147
6712
  "name": "unhead",
5148
6713
  "description": "Experimental features for Nuxt SEO / head management.",
5149
- "repo": "harlan-zw/nuxt-unhead",
5150
- "npm": "nuxt-unhead",
6714
+ "repo": "harlan-zw/nuxt-seo-experiments",
6715
+ "npm": "nuxt-seo-experiments",
5151
6716
  "icon": "",
5152
- "github": "https://github.com/harlan-zw/nuxt-unhead",
5153
- "website": "https://github.com/harlan-zw/nuxt-unhead",
6717
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
6718
+ "website": "https://github.com/harlan-zw/nuxt-seo-experiments",
5154
6719
  "learn_more": "",
5155
6720
  "category": "SEO",
5156
6721
  "type": "3rd-party",
@@ -5167,7 +6732,7 @@
5167
6732
  },
5168
6733
  {
5169
6734
  "name": "universal-storage",
5170
- "description": "Universal Storage Utilities for Nuxt.js",
6735
+ "description": "Universal Storage Utilities for Nuxt",
5171
6736
  "repo": "nuxt-community/universal-storage-module",
5172
6737
  "npm": "@nuxtjs/universal-storage",
5173
6738
  "icon": "",
@@ -5178,14 +6743,180 @@
5178
6743
  "type": "community",
5179
6744
  "maintainers": [
5180
6745
  {
5181
- "name": "Pooya Parsa",
5182
- "github": "pi0",
5183
- "twitter": "_pi0_"
5184
- },
5185
- {
5186
- "name": "Farzad Soltani",
5187
- "github": "farzadso",
5188
- "twitter": "farzadso"
6746
+ "name": "Pooya Parsa",
6747
+ "github": "pi0",
6748
+ "twitter": "_pi0_"
6749
+ },
6750
+ {
6751
+ "name": "Farzad Soltani",
6752
+ "github": "farzadso",
6753
+ "twitter": "farzadso"
6754
+ }
6755
+ ],
6756
+ "compatibility": {
6757
+ "nuxt": "^2.0.0",
6758
+ "requires": {}
6759
+ }
6760
+ },
6761
+ {
6762
+ "name": "unlazy",
6763
+ "description": "Lazy loading library for placeholder images",
6764
+ "repo": "johannschopplich/unlazy/packages/nuxt",
6765
+ "npm": "@unlazy/nuxt",
6766
+ "icon": "unlazy.svg",
6767
+ "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
6768
+ "website": "https://unlazy.byjohann.dev/",
6769
+ "learn_more": "",
6770
+ "category": "Images",
6771
+ "type": "3rd-party",
6772
+ "maintainers": [
6773
+ {
6774
+ "name": "Johann Schopplich",
6775
+ "github": "johannschopplich"
6776
+ }
6777
+ ],
6778
+ "compatibility": {
6779
+ "nuxt": "^3.0.0",
6780
+ "requires": {}
6781
+ }
6782
+ },
6783
+ {
6784
+ "name": "unlighthouse",
6785
+ "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
6786
+ "repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
6787
+ "npm": "@unlighthouse/nuxt",
6788
+ "icon": "unlighthouse.svg",
6789
+ "github": "https://github.com/harlan-zw/unlighthouse",
6790
+ "website": "https://github.com/harlan-zw/unlighthouse",
6791
+ "learn_more": "https://github.com/harlan-zw/unlighthouse",
6792
+ "category": "Devtools",
6793
+ "type": "3rd-party",
6794
+ "maintainers": [
6795
+ {
6796
+ "name": "Harlan Wilton",
6797
+ "github": "harlan-zw",
6798
+ "twitter": "harlan_zw",
6799
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
6800
+ }
6801
+ ],
6802
+ "compatibility": {
6803
+ "nuxt": "^2.0.0 || ^3.0.0",
6804
+ "requires": {
6805
+ "bridge": "optional"
6806
+ }
6807
+ }
6808
+ },
6809
+ {
6810
+ "name": "unocss",
6811
+ "description": "The instant on-demand atomic CSS engine.",
6812
+ "repo": "unocss/unocss#main/packages/nuxt",
6813
+ "npm": "@unocss/nuxt",
6814
+ "icon": "unocss.svg",
6815
+ "github": "https://github.com/unocss/unocss",
6816
+ "website": "https://github.com/unocss/unocss",
6817
+ "learn_more": "https://github.com/unocss/unocss",
6818
+ "category": "UI",
6819
+ "type": "3rd-party",
6820
+ "maintainers": [
6821
+ {
6822
+ "name": "Anthony Fu",
6823
+ "github": "antfu",
6824
+ "twitter": "antfu7",
6825
+ "avatar": "https://avatars.githubusercontent.com/antfu?v=4"
6826
+ }
6827
+ ],
6828
+ "compatibility": {
6829
+ "nuxt": "^2.0.0 || ^3.0.0",
6830
+ "requires": {
6831
+ "bridge": "optional"
6832
+ },
6833
+ "devtools": "^0.0.0"
6834
+ }
6835
+ },
6836
+ {
6837
+ "name": "ununuracss",
6838
+ "description": "A Real CSS Engine. Only Scoped.",
6839
+ "repo": "novout/ununuracss#main/packages/nuxt",
6840
+ "npm": "nuxt-ununura",
6841
+ "icon": "ununuracss.png",
6842
+ "github": "https://github.com/novout/ununuracss",
6843
+ "website": "https://ununura.com/#/",
6844
+ "learn_more": "https://ununura.com/#/docs/why",
6845
+ "category": "UI",
6846
+ "type": "3rd-party",
6847
+ "maintainers": [
6848
+ {
6849
+ "name": "Giovane Cardoso",
6850
+ "github": "novout",
6851
+ "avatar": "https://avatars.githubusercontent.com/novout?v=4"
6852
+ }
6853
+ ],
6854
+ "compatibility": {
6855
+ "nuxt": "^2.0.0 || ^3.0.0",
6856
+ "requires": {}
6857
+ }
6858
+ },
6859
+ {
6860
+ "name": "use-wagmi",
6861
+ "description": "Vue Composition for Ethereum based on wagmi",
6862
+ "repo": "unicape/use-wagmi#main/packages/nuxt",
6863
+ "npm": "@use-wagmi/nuxt",
6864
+ "icon": "use-wagmi.png",
6865
+ "github": "https://github.com/unicape/use-wagmi",
6866
+ "website": "https://github.com/unicape/use-wagmi",
6867
+ "learn_more": "https://github.com/unicape/use-wagmi",
6868
+ "category": "Extensions",
6869
+ "type": "3rd-party",
6870
+ "maintainers": [
6871
+ {
6872
+ "name": "Unic Ape",
6873
+ "github": "unicape"
6874
+ }
6875
+ ],
6876
+ "compatibility": {
6877
+ "nuxt": "^2.0.0 || ^3.0.0",
6878
+ "requires": {
6879
+ "bridge": true
6880
+ }
6881
+ }
6882
+ },
6883
+ {
6884
+ "name": "user-agent",
6885
+ "description": "Nuxt module for handling User-Agent.",
6886
+ "repo": "fukuiretu/nuxt-user-agent",
6887
+ "npm": "nuxt-user-agent",
6888
+ "icon": "",
6889
+ "github": "https://github.com/fukuiretu/nuxt-user-agent",
6890
+ "website": "https://github.com/fukuiretu/nuxt-user-agent",
6891
+ "learn_more": "",
6892
+ "category": "Extensions",
6893
+ "type": "3rd-party",
6894
+ "maintainers": [
6895
+ {
6896
+ "name": "fukuiretu",
6897
+ "github": "fukuiretu"
6898
+ }
6899
+ ],
6900
+ "compatibility": {
6901
+ "nuxt": "^2.0.0",
6902
+ "requires": {}
6903
+ }
6904
+ },
6905
+ {
6906
+ "name": "validate",
6907
+ "description": "Simple Nuxt input validation module using vee-validate",
6908
+ "repo": "lewyuburi/nuxt-validate",
6909
+ "npm": "nuxt-validate",
6910
+ "icon": "vee-validate.png",
6911
+ "github": "https://github.com/lewyuburi/nuxt-validate",
6912
+ "website": "https://github.com/lewyuburi/nuxt-validate",
6913
+ "learn_more": "https://logaretm.github.io/vee-validate/",
6914
+ "category": "Libraries",
6915
+ "type": "3rd-party",
6916
+ "maintainers": [
6917
+ {
6918
+ "name": "lewyuburi",
6919
+ "github": "lewyuburi"
5189
6920
  }
5190
6921
  ],
5191
6922
  "compatibility": {
@@ -5194,98 +6925,94 @@
5194
6925
  }
5195
6926
  },
5196
6927
  {
5197
- "name": "unlighthouse",
5198
- "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
5199
- "repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
5200
- "npm": "@unlighthouse/nuxt",
5201
- "icon": "unlighthouse.svg",
5202
- "github": "https://github.com/harlan-zw/unlighthouse",
5203
- "website": "https://github.com/harlan-zw/unlighthouse",
5204
- "learn_more": "https://github.com/harlan-zw/unlighthouse",
5205
- "category": "Devtools",
6928
+ "name": "vant",
6929
+ "description": "A lightweight, customizable Vue UI library for mobile web apps.",
6930
+ "repo": "vant-ui/vant-nuxt",
6931
+ "npm": "@vant/nuxt",
6932
+ "icon": "vant.png",
6933
+ "github": "https://github.com/vant-ui/vant-nuxt",
6934
+ "website": "https://vant-ui.github.io/vant",
6935
+ "learn_more": "https://github.com/vant-ui/vant-nuxt#readme",
6936
+ "category": "UI",
5206
6937
  "type": "3rd-party",
5207
6938
  "maintainers": [
5208
6939
  {
5209
- "name": "Harlan Wilton",
5210
- "github": "harlan-zw",
5211
- "twitter": "harlan_zw",
5212
- "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
6940
+ "name": "tolking",
6941
+ "github": "tolking"
5213
6942
  }
5214
6943
  ],
5215
6944
  "compatibility": {
5216
- "nuxt": "^2.0.0 || ^3.0.0",
6945
+ "nuxt": "^3.0.0",
5217
6946
  "requires": {
5218
6947
  "bridge": "optional"
5219
6948
  }
5220
6949
  }
5221
6950
  },
5222
6951
  {
5223
- "name": "unocss",
5224
- "description": "The instant on-demand atomic CSS engine.",
5225
- "repo": "antfu/unocss#main/packages/nuxt",
5226
- "npm": "@unocss/nuxt",
5227
- "icon": "unocss.svg",
5228
- "github": "https://github.com/antfu/unocss",
5229
- "website": "https://github.com/antfu/unocss",
5230
- "learn_more": "https://github.com/antfu/unocss",
6952
+ "name": "varlet",
6953
+ "description": "A Material design mobile component library developed based on Vue3",
6954
+ "repo": "varletjs/varlet-nuxt",
6955
+ "npm": "@varlet/nuxt",
6956
+ "icon": "varlet.svg",
6957
+ "github": "https://github.com/varletjs/varlet",
6958
+ "website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
6959
+ "learn_more": "https://github.com/varletjs/varlet-nuxt",
5231
6960
  "category": "UI",
5232
6961
  "type": "3rd-party",
5233
6962
  "maintainers": [
5234
6963
  {
5235
- "name": "Anthony Fu",
5236
- "github": "antfu",
5237
- "twitter": "antfu7",
5238
- "avatar": "https://avatars.githubusercontent.com/antfu?v=4"
6964
+ "name": "zhangmo8",
6965
+ "github": "zhangmo8"
5239
6966
  }
5240
6967
  ],
5241
6968
  "compatibility": {
5242
- "nuxt": "^2.0.0 || ^3.0.0",
6969
+ "nuxt": "^3.0.0",
5243
6970
  "requires": {
5244
6971
  "bridge": "optional"
5245
6972
  }
5246
6973
  }
5247
6974
  },
5248
6975
  {
5249
- "name": "user-agent",
5250
- "description": "Nuxt.js module for handling User-Agent.",
5251
- "repo": "fukuiretu/nuxt-user-agent",
5252
- "npm": "nuxt-user-agent",
5253
- "icon": "",
5254
- "github": "https://github.com/fukuiretu/nuxt-user-agent",
5255
- "website": "https://github.com/fukuiretu/nuxt-user-agent",
6976
+ "name": "vcalendar",
6977
+ "description": "VCalendar module for Nuxt",
6978
+ "repo": "samk-dev/nuxt-vcalendar",
6979
+ "npm": "@samk-dev/nuxt-vcalendar",
6980
+ "icon": "vcalendar.png",
6981
+ "github": "https://github.com/samk-dev/vcalendar",
6982
+ "website": "https://github.com/samk-dev/vcalendar",
5256
6983
  "learn_more": "",
5257
- "category": "Extensions",
6984
+ "category": "Libraries",
5258
6985
  "type": "3rd-party",
5259
6986
  "maintainers": [
5260
6987
  {
5261
- "name": "fukuiretu",
5262
- "github": "fukuiretu"
6988
+ "name": "Sam K",
6989
+ "github": "samk-dev"
5263
6990
  }
5264
6991
  ],
5265
6992
  "compatibility": {
5266
- "nuxt": "^2.0.0",
6993
+ "nuxt": "^3.0.0",
5267
6994
  "requires": {}
5268
6995
  }
5269
6996
  },
5270
6997
  {
5271
- "name": "validate",
5272
- "description": "Simple Nuxt input validation module using vee-validate",
5273
- "repo": "lewyuburi/nuxt-validate",
5274
- "npm": "nuxt-validate",
6998
+ "name": "vee-validate",
6999
+ "description": "Painless Vue forms for Nuxt",
7000
+ "repo": "logaretm/vee-validate#main/packages/nuxt",
7001
+ "npm": "@vee-validate/nuxt",
5275
7002
  "icon": "vee-validate.png",
5276
- "github": "https://github.com/lewyuburi/nuxt-validate",
5277
- "website": "https://github.com/lewyuburi/nuxt-validate",
5278
- "learn_more": "https://logaretm.github.io/vee-validate/",
7003
+ "github": "https://github.com/logaretm/vee-validate/",
7004
+ "website": "https://vee-validate.logaretm.com/v4/",
7005
+ "learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
5279
7006
  "category": "Libraries",
5280
7007
  "type": "3rd-party",
5281
7008
  "maintainers": [
5282
7009
  {
5283
- "name": "lewyuburi",
5284
- "github": "lewyuburi"
7010
+ "name": "Abdelrahman Awad",
7011
+ "github": "logaretm"
5285
7012
  }
5286
7013
  ],
5287
7014
  "compatibility": {
5288
- "nuxt": "^2.0.0",
7015
+ "nuxt": "^3.0.0",
5289
7016
  "requires": {}
5290
7017
  }
5291
7018
  },
@@ -5312,9 +7039,54 @@
5312
7039
  "requires": {}
5313
7040
  }
5314
7041
  },
7042
+ {
7043
+ "name": "vercel-analytics",
7044
+ "description": "Vercel Analytics integration for Nuxt",
7045
+ "repo": "xanderbarkhatov/nuxt-vercel-analytics",
7046
+ "npm": "nuxt-vercel-analytics",
7047
+ "icon": "",
7048
+ "github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
7049
+ "website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
7050
+ "learn_more": "https://vercel.com/docs/concepts/analytics",
7051
+ "category": "Analytics",
7052
+ "type": "3rd-party",
7053
+ "maintainers": [
7054
+ {
7055
+ "name": "Alexander B.",
7056
+ "github": "xanderbarkhatov"
7057
+ }
7058
+ ],
7059
+ "compatibility": {
7060
+ "nuxt": "^3.0.0",
7061
+ "requires": {}
7062
+ }
7063
+ },
7064
+ {
7065
+ "name": "vexip-ui",
7066
+ "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
7067
+ "repo": "vexip-ui/nuxt",
7068
+ "npm": "@vexip-ui/nuxt",
7069
+ "icon": "vexip-ui.svg",
7070
+ "github": "https://github.com/vexip-ui/vexip-ui",
7071
+ "website": "https://www.vexipui.com/",
7072
+ "learn_more": "https://github.com/vexip-ui/nuxt",
7073
+ "category": "UI",
7074
+ "type": "3rd-party",
7075
+ "maintainers": [
7076
+ {
7077
+ "name": "未觉雨声",
7078
+ "github": "qmhc",
7079
+ "twitter": "qmhc95"
7080
+ }
7081
+ ],
7082
+ "compatibility": {
7083
+ "nuxt": "^3.0.0",
7084
+ "requires": {}
7085
+ }
7086
+ },
5315
7087
  {
5316
7088
  "name": "vite-pwa-nuxt",
5317
- "description": "Zero-config PWA Plugin for Nuxt 3",
7089
+ "description": "Zero-config PWA Plugin for Nuxt",
5318
7090
  "repo": "vite-pwa/nuxt",
5319
7091
  "npm": "@vite-pwa/nuxt",
5320
7092
  "icon": "vite-pwa-nuxt.svg",
@@ -5343,13 +7115,13 @@
5343
7115
  {
5344
7116
  "name": "vitest",
5345
7117
  "description": "Vitest integration with Nuxt",
5346
- "repo": "danielroe/nuxt-vitest#main",
7118
+ "repo": "danielroe/nuxt-vitest",
5347
7119
  "npm": "nuxt-vitest",
5348
7120
  "icon": "vitest.svg",
5349
7121
  "github": "https://github.com/danielroe/nuxt-vitest",
5350
7122
  "website": "https://github.com/danielroe/nuxt-vitest",
5351
7123
  "learn_more": "",
5352
- "category": "Extensions",
7124
+ "category": "Devtools",
5353
7125
  "type": "3rd-party",
5354
7126
  "maintainers": [
5355
7127
  {
@@ -5361,6 +7133,61 @@
5361
7133
  "github": "antfu"
5362
7134
  }
5363
7135
  ],
7136
+ "compatibility": {
7137
+ "nuxt": "^3.0.0",
7138
+ "requires": {},
7139
+ "devtools": "^0.0.0"
7140
+ }
7141
+ },
7142
+ {
7143
+ "name": "vue-email",
7144
+ "description": "💌 Write email templates with vue",
7145
+ "repo": "Dave136/vue-email#main/packages/vue-email",
7146
+ "npm": "vue-email",
7147
+ "icon": "vue-email.svg",
7148
+ "github": "https://github.com/Dave136/vue-email",
7149
+ "website": "https://www.vuemail.net/",
7150
+ "learn_more": "https://vue-email.vercel.app/getting-started",
7151
+ "category": "UI",
7152
+ "type": "3rd-party",
7153
+ "maintainers": [
7154
+ {
7155
+ "name": "David Arenas",
7156
+ "github": "Dave136",
7157
+ "twitter": "davejs4",
7158
+ "avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
7159
+ },
7160
+ {
7161
+ "name": "Younes Barrad",
7162
+ "github": "Flowko",
7163
+ "twitter": "imflowko",
7164
+ "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
7165
+ }
7166
+ ],
7167
+ "compatibility": {
7168
+ "nuxt": "^3.0.0",
7169
+ "requires": {},
7170
+ "devtools": "^0.0.0"
7171
+ }
7172
+ },
7173
+ {
7174
+ "name": "vue-final-modal",
7175
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
7176
+ "repo": "vue-final/vue-final-modal",
7177
+ "npm": "@vue-final-modal/nuxt",
7178
+ "icon": "vue-final-modal.svg",
7179
+ "github": "https://github.com/vue-final/vue-final-modal",
7180
+ "website": "https://vue-final-modal.org/",
7181
+ "learn_more": "https://vue-final-modal.org/",
7182
+ "category": "UI",
7183
+ "type": "3rd-party",
7184
+ "maintainers": [
7185
+ {
7186
+ "name": "Hunter Liu",
7187
+ "github": "hunterliu1003",
7188
+ "twitter": "hunterliu1003"
7189
+ }
7190
+ ],
5364
7191
  "compatibility": {
5365
7192
  "nuxt": "^3.0.0",
5366
7193
  "requires": {}
@@ -5368,13 +7195,13 @@
5368
7195
  },
5369
7196
  {
5370
7197
  "name": "vue-macros",
5371
- "description": "Explore and extend more macros and syntax sugar to Vue.",
5372
- "repo": "sxzz/unplugin-vue-macros#main/packages/nuxt",
7198
+ "description": "Explore more macros and syntax sugar to Vue.",
7199
+ "repo": "sxzz/vue-macros#main/packages/nuxt",
5373
7200
  "npm": "@vue-macros/nuxt",
5374
7201
  "icon": "vue-macros.svg",
5375
- "github": "https://github.com/sxzz/unplugin-vue-macros",
7202
+ "github": "https://github.com/sxzz/vue-macros",
5376
7203
  "website": "https://vue-macros.sxzz.moe",
5377
- "learn_more": "https://github.com/sxzz/unplugin-vue-macros",
7204
+ "learn_more": "https://github.com/sxzz/vue-macros",
5378
7205
  "category": "Extensions",
5379
7206
  "type": "3rd-party",
5380
7207
  "maintainers": [
@@ -5388,7 +7215,8 @@
5388
7215
  "nuxt": "^3.0.0",
5389
7216
  "requires": {
5390
7217
  "bridge": "optional"
5391
- }
7218
+ },
7219
+ "devtools": "^0.0.0"
5392
7220
  }
5393
7221
  },
5394
7222
  {
@@ -5415,7 +7243,7 @@
5415
7243
  },
5416
7244
  {
5417
7245
  "name": "vue-multiselect",
5418
- "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
7246
+ "description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
5419
7247
  "repo": "spektrummedia/nuxt-vue-multiselect",
5420
7248
  "npm": "nuxt-vue-multiselect",
5421
7249
  "icon": "",
@@ -5457,6 +7285,29 @@
5457
7285
  "requires": {}
5458
7286
  }
5459
7287
  },
7288
+ {
7289
+ "name": "vue-query",
7290
+ "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
7291
+ "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
7292
+ "npm": "@hebilicious/vue-query-nuxt",
7293
+ "icon": "vue-query.svg",
7294
+ "github": "https://github.com/Hebilicious/vue-query-nuxt",
7295
+ "website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
7296
+ "learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
7297
+ "category": "Request",
7298
+ "type": "3rd-party",
7299
+ "maintainers": [
7300
+ {
7301
+ "name": "Hebilicious",
7302
+ "github": "Hebilicious",
7303
+ "twitter": "its_hebilicious"
7304
+ }
7305
+ ],
7306
+ "compatibility": {
7307
+ "nuxt": "^3.0.0",
7308
+ "requires": {}
7309
+ }
7310
+ },
5460
7311
  {
5461
7312
  "name": "vue-select",
5462
7313
  "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
@@ -5506,7 +7357,7 @@
5506
7357
  },
5507
7358
  {
5508
7359
  "name": "vue-warehouse",
5509
- "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
7360
+ "description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
5510
7361
  "repo": "juliomrqz/vue-warehouse",
5511
7362
  "npm": "vue-warehouse",
5512
7363
  "icon": "",
@@ -5527,6 +7378,29 @@
5527
7378
  "requires": {}
5528
7379
  }
5529
7380
  },
7381
+ {
7382
+ "name": "vue3-carousel-nuxt",
7383
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
7384
+ "repo": "gaetansenn/vue3-carousel-nuxt",
7385
+ "npm": "vue3-carousel-nuxt",
7386
+ "icon": "",
7387
+ "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7388
+ "website": "",
7389
+ "learn_more": "",
7390
+ "category": "UI",
7391
+ "type": "3rd-party",
7392
+ "maintainers": [
7393
+ {
7394
+ "name": "Gaetan SENN",
7395
+ "github": "gaetansenn",
7396
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
7397
+ }
7398
+ ],
7399
+ "compatibility": {
7400
+ "nuxt": "^3.0.0",
7401
+ "requires": {}
7402
+ }
7403
+ },
5530
7404
  {
5531
7405
  "name": "vuefire",
5532
7406
  "description": "Idiomatic composables for the Firebase SDK",
@@ -5549,9 +7423,55 @@
5549
7423
  "requires": {}
5550
7424
  }
5551
7425
  },
7426
+ {
7427
+ "name": "vueform-builder",
7428
+ "description": "Official Vueform Builder module for Nuxt",
7429
+ "repo": "vueform/builder/nuxt",
7430
+ "npm": "@vueform/builder-nuxt",
7431
+ "icon": "vueform.svg",
7432
+ "github": "https://github.com/vueform/builder",
7433
+ "website": "https://builder.vueform.com",
7434
+ "learn_more": "https://builder.vueform.com/docs/installation#nuxt",
7435
+ "category": "Libraries",
7436
+ "type": "3rd-party",
7437
+ "maintainers": [
7438
+ {
7439
+ "name": "Adam Berecz",
7440
+ "github": "adamberecz",
7441
+ "twitter": "bereczadam"
7442
+ }
7443
+ ],
7444
+ "compatibility": {
7445
+ "nuxt": "^3.0.0",
7446
+ "requires": {}
7447
+ }
7448
+ },
7449
+ {
7450
+ "name": "vueform",
7451
+ "description": "Official Vueform module for Nuxt",
7452
+ "repo": "vueform/vueform/nuxt",
7453
+ "npm": "@vueform/nuxt",
7454
+ "icon": "vueform.svg",
7455
+ "github": "https://github.com/vueform/vueform",
7456
+ "website": "https://vueform.com",
7457
+ "learn_more": "https://vueform.com/docs/installation#nuxt",
7458
+ "category": "Libraries",
7459
+ "type": "3rd-party",
7460
+ "maintainers": [
7461
+ {
7462
+ "name": "Adam Berecz",
7463
+ "github": "adamberecz",
7464
+ "twitter": "bereczadam"
7465
+ }
7466
+ ],
7467
+ "compatibility": {
7468
+ "nuxt": "^3.0.0",
7469
+ "requires": {}
7470
+ }
7471
+ },
5552
7472
  {
5553
7473
  "name": "vuestic",
5554
- "description": "Vuestic UI module for Nuxt 3",
7474
+ "description": "Vuestic UI module for Nuxt",
5555
7475
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
5556
7476
  "npm": "@vuestic/nuxt",
5557
7477
  "icon": "vuestic.png",
@@ -5571,9 +7491,31 @@
5571
7491
  "requires": {}
5572
7492
  }
5573
7493
  },
7494
+ {
7495
+ "name": "vuetify-nuxt-module",
7496
+ "description": "Zero-config Nuxt Module for Vuetify.",
7497
+ "repo": "userquin/vuetify-nuxt-module",
7498
+ "npm": "vuetify-nuxt-module",
7499
+ "icon": "vuetify-logo-v3-dark.svg",
7500
+ "github": "https://github.com/userquin/vuetify-nuxt-module",
7501
+ "website": "https://vuetify-nuxt-module.netlify.app/",
7502
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
7503
+ "category": "UI",
7504
+ "type": "3rd-party",
7505
+ "maintainers": [
7506
+ {
7507
+ "name": "Joaquín Sánchez",
7508
+ "github": "userquin"
7509
+ }
7510
+ ],
7511
+ "compatibility": {
7512
+ "nuxt": "^3.0.0",
7513
+ "requires": {}
7514
+ }
7515
+ },
5574
7516
  {
5575
7517
  "name": "vuetify",
5576
- "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
7518
+ "description": "Vuetify Module for Nuxt to add Material Design components to your application.",
5577
7519
  "repo": "nuxt-community/vuetify-module",
5578
7520
  "npm": "@nuxtjs/vuetify",
5579
7521
  "icon": "vuetify.png",
@@ -5620,7 +7562,8 @@
5620
7562
  "nuxt": "^2.0.0 || ^3.0.0",
5621
7563
  "requires": {
5622
7564
  "bridge": "optional"
5623
- }
7565
+ },
7566
+ "devtools": "^0.0.0"
5624
7567
  }
5625
7568
  },
5626
7569
  {
@@ -5645,14 +7588,37 @@
5645
7588
  "requires": {}
5646
7589
  }
5647
7590
  },
7591
+ {
7592
+ "name": "vunix",
7593
+ "description": "Comprehensive UI toolkit for Vue.js and Nuxt 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.",
7594
+ "repo": "gaetansenn/vunix#main/packages/nuxt",
7595
+ "npm": "@vunix/nuxt",
7596
+ "icon": "",
7597
+ "github": "https://github.com/gaetansenn/vunix",
7598
+ "website": "https://vunix.dewib.com/",
7599
+ "learn_more": "",
7600
+ "category": "UI",
7601
+ "type": "3rd-party",
7602
+ "maintainers": [
7603
+ {
7604
+ "name": "Gaetan SENN",
7605
+ "github": "gaetansenn",
7606
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
7607
+ }
7608
+ ],
7609
+ "compatibility": {
7610
+ "nuxt": "^3.0.0",
7611
+ "requires": {}
7612
+ }
7613
+ },
5648
7614
  {
5649
7615
  "name": "web-vitals",
5650
7616
  "description": "Web Vitals for Nuxt",
5651
- "repo": "nuxt-community/web-vitals-module",
7617
+ "repo": "nuxt-modules/web-vitals",
5652
7618
  "npm": "@nuxtjs/web-vitals",
5653
7619
  "icon": "web-vitals.png",
5654
- "github": "https://github.com/nuxt-community/web-vitals-module",
5655
- "website": "https://github.com/nuxt-community/web-vitals-module",
7620
+ "github": "https://github.com/nuxt-modules/web-vitals",
7621
+ "website": "https://github.com/nuxt-modules/web-vitals",
5656
7622
  "learn_more": "",
5657
7623
  "category": "Performance",
5658
7624
  "type": "community",
@@ -5679,29 +7645,6 @@
5679
7645
  }
5680
7646
  }
5681
7647
  },
5682
- {
5683
- "name": "web3js",
5684
- "description": "Web3.js module integration for Nuxt.js",
5685
- "repo": "bl0cknumber/nuxt-web3",
5686
- "npm": "nuxt-web3",
5687
- "icon": "web3js.svg",
5688
- "github": "https://github.com/bl0cknumber/nuxt-web3",
5689
- "website": "https://github.com/bl0cknumber/nuxt-web3",
5690
- "learn_more": "https://web3js.readthedocs.io/",
5691
- "category": "Libraries",
5692
- "type": "3rd-party",
5693
- "maintainers": [
5694
- {
5695
- "name": "Muhammad Fauzan",
5696
- "github": "bl0cknumber",
5697
- "twitter": "fncolon"
5698
- }
5699
- ],
5700
- "compatibility": {
5701
- "nuxt": "^2.0.0",
5702
- "requires": {}
5703
- }
5704
- },
5705
7648
  {
5706
7649
  "name": "webfontloader",
5707
7650
  "description": "Efficient web font loading has never been easier!",
@@ -5726,7 +7669,7 @@
5726
7669
  },
5727
7670
  {
5728
7671
  "name": "webpack-optimisations",
5729
- "description": "Nuxt.js v2 module to automatically make your builds faster.",
7672
+ "description": "Nuxt v2 module to automatically make your builds faster.",
5730
7673
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
5731
7674
  "npm": "nuxt-webpack-optimisations",
5732
7675
  "icon": "build-optimisations.svg",
@@ -5816,6 +7759,54 @@
5816
7759
  "requires": {}
5817
7760
  }
5818
7761
  },
7762
+ {
7763
+ "name": "well-known",
7764
+ "description": "A Nuxt module to add well-known URIs using middlewares",
7765
+ "repo": "zadigetvoltaire/nuxt-well-known",
7766
+ "npm": "@zadigetvoltaire/nuxt-well-known",
7767
+ "icon": "well-known.svg",
7768
+ "github": "https://github.com/zadigetvoltaire/nuxt-well-known",
7769
+ "website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
7770
+ "learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
7771
+ "category": "SEO",
7772
+ "type": "3rd-party",
7773
+ "maintainers": [
7774
+ {
7775
+ "name": "Zadig&Voltaire Team",
7776
+ "github": "https://github.com/zadigetvoltaire"
7777
+ }
7778
+ ],
7779
+ "compatibility": {
7780
+ "nuxt": "^3.0.0",
7781
+ "requires": {}
7782
+ }
7783
+ },
7784
+ {
7785
+ "name": "wideangle",
7786
+ "description": "Nuxt module to integrate Wide Angle Analytics",
7787
+ "repo": "inputobjects/wideangle-nuxt",
7788
+ "npm": "wideangle-nuxt",
7789
+ "icon": "wideangle.png",
7790
+ "github": "https://github.com/inputobjects/wideangle-nuxt",
7791
+ "website": "https://wideangle.co",
7792
+ "learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
7793
+ "category": "Analytics",
7794
+ "type": "3rd-party",
7795
+ "maintainers": [
7796
+ {
7797
+ "name": "Wide Angle Analytics by Input Objects GmbH",
7798
+ "github": "inputobjects"
7799
+ },
7800
+ {
7801
+ "name": "Jarek Rozanski",
7802
+ "github": "jrozanski"
7803
+ }
7804
+ ],
7805
+ "compatibility": {
7806
+ "nuxt": "^3.0.0",
7807
+ "requires": {}
7808
+ }
7809
+ },
5819
7810
  {
5820
7811
  "name": "windicss",
5821
7812
  "description": "Next generation utility-first CSS framework.",
@@ -5959,32 +7950,9 @@
5959
7950
  "requires": {}
5960
7951
  }
5961
7952
  },
5962
- {
5963
- "name": "yandex-metrika",
5964
- "description": "Yandex metrika Module for Nuxt.js",
5965
- "repo": "nuxt-community/yandex-metrika-module",
5966
- "npm": "@nuxtjs/yandex-metrika",
5967
- "icon": "",
5968
- "github": "https://github.com/nuxt-community/yandex-metrika-module",
5969
- "website": "https://github.com/nuxt-community/yandex-metrika-module",
5970
- "learn_more": "https://metrica.yandex.com/about",
5971
- "category": "Analytics",
5972
- "type": "community",
5973
- "maintainers": [
5974
- {
5975
- "name": "Pooya Parsa",
5976
- "github": "pi0",
5977
- "twitter": "_pi0_"
5978
- }
5979
- ],
5980
- "compatibility": {
5981
- "nuxt": "^2.0.0",
5982
- "requires": {}
5983
- }
5984
- },
5985
7953
  {
5986
7954
  "name": "zendesk",
5987
- "description": "Nuxt.js module for Zendesk",
7955
+ "description": "Nuxt module for Zendesk",
5988
7956
  "repo": "DansMaCulotte/nuxt-zendesk",
5989
7957
  "npm": "@dansmaculotte/nuxt-zendesk",
5990
7958
  "icon": "zendesk.png",