@nuxt/modules 0.6.0-a80774 → 0.6.0-ad2d27

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 +2522 -438
  3. package/package.json +12 -10
package/modules.json CHANGED
@@ -1,7 +1,29 @@
1
1
  [
2
+ {
3
+ "name": "Nuxt zodI18n",
4
+ "description": "A Nuxt Module for localizing zod error messages.",
5
+ "repo": "xibman/nuxt-zod-i18n",
6
+ "npm": "nuxt-zod-i18n",
7
+ "icon": "",
8
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
9
+ "website": "https://github.com/xibman/nuxt-zod-i18n",
10
+ "learn_more": "",
11
+ "category": "Devtools",
12
+ "type": "3rd-party",
13
+ "maintainers": [
14
+ {
15
+ "name": "xibman",
16
+ "github": "xibman"
17
+ }
18
+ ],
19
+ "compatibility": {
20
+ "nuxt": "^2.0.0",
21
+ "requires": {}
22
+ }
23
+ },
2
24
  {
3
25
  "name": "ackee",
4
- "description": "Nuxt.js module for Ackee analytics",
26
+ "description": "Nuxt module for Ackee analytics",
5
27
  "repo": "bdrtsky/nuxt-ackee",
6
28
  "npm": "nuxt-ackee",
7
29
  "icon": "ackee.png",
@@ -28,7 +50,7 @@
28
50
  },
29
51
  {
30
52
  "name": "agility-cms",
31
- "description": "Agility CMS Integration for Nuxt.js",
53
+ "description": "Agility CMS Integration for Nuxt",
32
54
  "repo": "agility/agilitycms-nuxt-module",
33
55
  "npm": "@agility/agilitycms-nuxt-module",
34
56
  "icon": "agility.png",
@@ -51,7 +73,7 @@
51
73
  },
52
74
  {
53
75
  "name": "algolia",
54
- "description": "Algolia Search Module for Nuxt 3",
76
+ "description": "Algolia Search Module for Nuxt",
55
77
  "repo": "nuxt-modules/algolia",
56
78
  "npm": "@nuxtjs/algolia",
57
79
  "icon": "algolia.svg",
@@ -125,21 +147,20 @@
125
147
  }
126
148
  },
127
149
  {
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": "",
150
+ "name": "animejs",
151
+ "description": "Anime.js module for Nuxt",
152
+ "repo": "hypernym-studio/nuxt-anime",
153
+ "npm": "@hypernym/nuxt-anime",
154
+ "icon": "",
155
+ "github": "https://github.com/hypernym-studio/nuxt-anime",
156
+ "website": "https://github.com/hypernym-studio/nuxt-anime",
135
157
  "learn_more": "",
136
- "category": "Monitoring",
158
+ "category": "Libraries",
137
159
  "type": "3rd-party",
138
160
  "maintainers": [
139
161
  {
140
- "name": "Aleksandr Saburov",
141
- "github": "artmizu",
142
- "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
162
+ "name": "ivodolenc",
163
+ "github": "ivodolenc"
143
164
  }
144
165
  ],
145
166
  "compatibility": {
@@ -148,35 +169,59 @@
148
169
  }
149
170
  },
150
171
  {
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",
172
+ "name": "ant-design-vue",
173
+ "description": "A Vue 3 based component library for designers and developers",
174
+ "repo": "vueComponent/ant-design-vue-nuxt",
175
+ "npm": "@ant-design-vue/nuxt",
176
+ "icon": "ant-design-vue.svg",
177
+ "github": "https://github.com/vueComponent/ant-design-vue-nuxt",
178
+ "website": "https://antdv.com",
179
+ "learn_more": "https://github.com/vueComponent/ant-design-vue-nuxt",
180
+ "category": "UI",
181
+ "type": "3rd-party",
182
+ "maintainers": [
183
+ {
184
+ "name": "tangjinzhou",
185
+ "github": "tangjinzhou"
186
+ }
187
+ ],
188
+ "compatibility": {
189
+ "nuxt": "^3.0.0",
190
+ "requires": {
191
+ "bridge": "optional"
192
+ }
193
+ }
194
+ },
195
+ {
196
+ "name": "aos",
197
+ "description": "A Nuxt module that adds Animate On Scroll",
198
+ "repo": "egidiusmengelberg/nuxt-aos",
199
+ "npm": "nuxt-aos",
200
+ "icon": "aos.png",
201
+ "github": "https://github.com/egidiusmengelberg/nuxt-aos",
202
+ "website": "https://github.com/egidiusmengelberg/nuxt-aos",
158
203
  "learn_more": "",
159
- "category": "Libraries",
204
+ "category": "Devtools",
160
205
  "type": "3rd-party",
161
206
  "maintainers": [
162
207
  {
163
- "name": "ivodolenc",
164
- "github": "ivodolenc"
208
+ "name": "egidiusmengelberg",
209
+ "github": "egidiusmengelberg"
165
210
  }
166
211
  ],
167
212
  "compatibility": {
168
- "nuxt": "^2.0.0",
213
+ "nuxt": "^3.0.0",
169
214
  "requires": {}
170
215
  }
171
216
  },
172
217
  {
173
218
  "name": "api-party",
174
- "description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
219
+ "description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
175
220
  "repo": "johannschopplich/nuxt-api-party",
176
221
  "npm": "nuxt-api-party",
177
222
  "icon": "api-party.svg",
178
223
  "github": "https://github.com/johannschopplich/nuxt-api-party",
179
- "website": "https://github.com/johannschopplich/nuxt-api-party#readme",
224
+ "website": "https://nuxt-api-party.jhnn.dev/",
180
225
  "learn_more": "",
181
226
  "category": "Request",
182
227
  "type": "3rd-party",
@@ -219,7 +264,7 @@
219
264
  },
220
265
  {
221
266
  "name": "apollo",
222
- "description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
267
+ "description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
223
268
  "repo": "nuxt-modules/apollo",
224
269
  "npm": "@nuxtjs/apollo",
225
270
  "icon": "apollo.png",
@@ -243,7 +288,7 @@
243
288
  },
244
289
  {
245
290
  "name": "applicationinsights",
246
- "description": "AppInsights module for Nuxt.js",
291
+ "description": "AppInsights module for Nuxt",
247
292
  "repo": "nuxt-community/applicationinsights-module",
248
293
  "npm": "@nuxtjs/applicationinsights",
249
294
  "icon": "application-insights.png",
@@ -272,7 +317,7 @@
272
317
  "github": "https://github.com/Hrdtr/nuxt-appwrite",
273
318
  "website": "https://github.com/Hrdtr/nuxt-appwrite",
274
319
  "learn_more": "",
275
- "category": "Request",
320
+ "category": "Database",
276
321
  "type": "3rd-party",
277
322
  "maintainers": [
278
323
  {
@@ -281,13 +326,80 @@
281
326
  }
282
327
  ],
283
328
  "compatibility": {
284
- "nuxt": "^2.0.0",
329
+ "nuxt": "^3.0.0",
330
+ "requires": {}
331
+ }
332
+ },
333
+ {
334
+ "name": "arco-design-nuxt-module",
335
+ "description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
336
+ "repo": "wiidede/arco-design-nuxt-module",
337
+ "npm": "arco-design-nuxt-module",
338
+ "icon": "arco-design.svg",
339
+ "github": "https://github.com/wiidede/arco-design-nuxt-module",
340
+ "website": "https://arco.design/vue",
341
+ "learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
342
+ "category": "UI",
343
+ "type": "3rd-party",
344
+ "maintainers": [
345
+ {
346
+ "name": "wiidede",
347
+ "github": "wiidede"
348
+ }
349
+ ],
350
+ "compatibility": {
351
+ "nuxt": "^3.0.0",
352
+ "requires": {}
353
+ }
354
+ },
355
+ {
356
+ "name": "ark-ui",
357
+ "description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
358
+ "repo": "iamdin/nuxt-ark-ui",
359
+ "npm": "nuxt-ark-ui",
360
+ "icon": "ark-ui.svg",
361
+ "github": "https://github.com/iamdin/nuxt-ark-ui",
362
+ "website": "https://ark-ui.com/",
363
+ "learn_more": "https://github.com/iamdin/nuxt-ark-ui",
364
+ "category": "UI",
365
+ "type": "3rd-party",
366
+ "maintainers": [
367
+ {
368
+ "name": "Din",
369
+ "github": "iamdin",
370
+ "twitter": "iamdinq"
371
+ }
372
+ ],
373
+ "compatibility": {
374
+ "nuxt": "^3.0.0",
375
+ "requires": {}
376
+ }
377
+ },
378
+ {
379
+ "name": "auth-utils",
380
+ "description": "Minimalist Auth module for Nuxt with SSR.",
381
+ "repo": "atinux/nuxt-auth-utils",
382
+ "npm": "nuxt-auth-utils",
383
+ "icon": "",
384
+ "github": "https://github.com/atinux/nuxt-auth-utils",
385
+ "website": "https://github.com/atinux/nuxt-auth-utils",
386
+ "learn_more": "",
387
+ "category": "Devtools",
388
+ "type": "3rd-party",
389
+ "maintainers": [
390
+ {
391
+ "name": "atinux",
392
+ "github": "atinux"
393
+ }
394
+ ],
395
+ "compatibility": {
396
+ "nuxt": "^3.0.0",
285
397
  "requires": {}
286
398
  }
287
399
  },
288
400
  {
289
401
  "name": "auth",
290
- "description": "Zero-boilerplate authentication support for Nuxt.js.",
402
+ "description": "Zero-boilerplate authentication support for Nuxt.",
291
403
  "repo": "nuxt-community/auth-module",
292
404
  "npm": "@nuxtjs/auth",
293
405
  "icon": "auth.png",
@@ -312,9 +424,55 @@
312
424
  "requires": {}
313
425
  }
314
426
  },
427
+ {
428
+ "name": "authjs",
429
+ "description": "Auth.js authentication Nuxt module. Edge compatible.",
430
+ "repo": "Hebilicious/authjs-nuxt#main",
431
+ "npm": "@hebilicious/authjs-nuxt",
432
+ "icon": "authjs.png",
433
+ "github": "https://github.com/Hebilicious/authjs-nuxt",
434
+ "website": "https://authjs-nuxt.pages.dev/",
435
+ "learn_more": "https://authjs.dev/",
436
+ "category": "Security",
437
+ "type": "3rd-party",
438
+ "maintainers": [
439
+ {
440
+ "name": "Hebilicious",
441
+ "github": "Hebilicious",
442
+ "twitter": "its_hebilicious"
443
+ }
444
+ ],
445
+ "compatibility": {
446
+ "nuxt": "^3.0.0",
447
+ "requires": {}
448
+ }
449
+ },
450
+ {
451
+ "name": "auto-animate",
452
+ "description": "Automatic animations for your Nuxt app with a single line of code.",
453
+ "repo": "formkit/auto-animate",
454
+ "npm": "@formkit/auto-animate",
455
+ "icon": "auto-animate.svg",
456
+ "github": "https://github.com/formkit/auto-animate",
457
+ "website": "https://auto-animate.formkit.com",
458
+ "learn_more": "https://auto-animate.formkit.com",
459
+ "category": "Libraries",
460
+ "type": "3rd-party",
461
+ "maintainers": [
462
+ {
463
+ "name": "Justin Schroeder",
464
+ "github": "justin-schroeder",
465
+ "twitter": "jpschroeder"
466
+ }
467
+ ],
468
+ "compatibility": {
469
+ "nuxt": "^3.0.0",
470
+ "requires": {}
471
+ }
472
+ },
315
473
  {
316
474
  "name": "axios",
317
- "description": "Secure and easy Axios module with Nuxt.js",
475
+ "description": "Secure and easy Axios module with Nuxt",
318
476
  "repo": "nuxt-community/axios-module",
319
477
  "npm": "@nuxtjs/axios",
320
478
  "icon": "axios.svg",
@@ -337,7 +495,7 @@
337
495
  },
338
496
  {
339
497
  "name": "basic-auth",
340
- "description": "Provide basic authentication to your Nuxt.js application",
498
+ "description": "Provide basic authentication to your Nuxt application",
341
499
  "repo": "potato4d/nuxt-basic-auth-module",
342
500
  "npm": "nuxt-basic-auth-module",
343
501
  "icon": "",
@@ -461,7 +619,7 @@
461
619
  },
462
620
  {
463
621
  "name": "bulma-slim",
464
- "description": "Nuxt.js module to automatically make a slim Bulma build of used features with Purgecss",
622
+ "description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
465
623
  "repo": "mustardamus/nuxt-bulma-slim",
466
624
  "npm": "nuxt-bulma-slim",
467
625
  "icon": "bulma.png",
@@ -503,9 +661,32 @@
503
661
  "requires": {}
504
662
  }
505
663
  },
664
+ {
665
+ "name": "calendly",
666
+ "description": "Calendly is a scheduling tool that allows you to schedule meetings with your customers. This module allows you to easily add Calendly to your Nuxt application.",
667
+ "repo": "madebyfabian/nuxt-calendly",
668
+ "npm": "nuxt-calendly",
669
+ "icon": "calendly.svg",
670
+ "github": "https://github.com/madebyfabian/nuxt-calendly",
671
+ "website": "https://nuxt-calendly.vercel.app/",
672
+ "learn_more": "https://calendly.com/",
673
+ "category": "Extensions",
674
+ "type": "3rd-party",
675
+ "maintainers": [
676
+ {
677
+ "name": "Fabian B.",
678
+ "github": "madebyfabian",
679
+ "twitter": "madebyfabian"
680
+ }
681
+ ],
682
+ "compatibility": {
683
+ "nuxt": "^3.0.0",
684
+ "requires": {}
685
+ }
686
+ },
506
687
  {
507
688
  "name": "canvas-sketch",
508
- "description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
689
+ "description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
509
690
  "repo": "LuXDAmore/generative-art",
510
691
  "npm": "@luxdamore/nuxt-canvas-sketch",
511
692
  "icon": "",
@@ -526,9 +707,31 @@
526
707
  "requires": {}
527
708
  }
528
709
  },
710
+ {
711
+ "name": "capo",
712
+ "description": "Capo.js implementation for Nuxt",
713
+ "repo": "danielroe/nuxt-capo",
714
+ "npm": "nuxt-capo",
715
+ "icon": "",
716
+ "github": "https://github.com/danielroe/nuxt-capo",
717
+ "website": "https://github.com/danielroe/nuxt-capo",
718
+ "learn_more": "",
719
+ "category": "Performance",
720
+ "type": "3rd-party",
721
+ "maintainers": [
722
+ {
723
+ "name": "danielroe",
724
+ "github": "danielroe"
725
+ }
726
+ ],
727
+ "compatibility": {
728
+ "nuxt": "^3.0.0",
729
+ "requires": {}
730
+ }
731
+ },
529
732
  {
530
733
  "name": "chakra-ui",
531
- "description": "Chakra UI Module for Nuxt.js",
734
+ "description": "Chakra UI Module for Nuxt",
532
735
  "repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
533
736
  "npm": "@chakra-ui/nuxt",
534
737
  "icon": "chakra-ui.png",
@@ -551,11 +754,11 @@
551
754
  {
552
755
  "name": "chatwoot",
553
756
  "description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
554
- "repo": "huntersofbook/huntersofbook#main/projects/chatwoot/packages/nuxt",
555
- "npm": "@huntersofbook/chatwoot-nuxt",
757
+ "repo": "productdevbookcom/chatwoot",
758
+ "npm": "@productdevbook/chatwoot",
556
759
  "icon": "chatwoot.png",
557
- "github": "https://github.com/huntersofbook/huntersofbook/tree/main/projects/chatwoot/packages/nuxt",
558
- "website": "https://github.com/huntersofbook/huntersofbook/tree/main/projects/chatwoot/packages/nuxt",
760
+ "github": "https://github.com/productdevbookcom/chatwoot",
761
+ "website": "https://github.com/productdevbookcom/chatwoot",
559
762
  "learn_more": "https://www.chatwoot.com",
560
763
  "category": "Libraries",
561
764
  "type": "3rd-party",
@@ -592,6 +795,29 @@
592
795
  "requires": {}
593
796
  }
594
797
  },
798
+ {
799
+ "name": "clarity-analytics",
800
+ "description": "Clarity Analytics Module for Nuxt",
801
+ "repo": "Barbapapazes/nuxt-clarity-analytics",
802
+ "npm": "nuxt-clarity-analytics",
803
+ "icon": "",
804
+ "github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
805
+ "website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
806
+ "learn_more": "https://clarity.microsoft.com/",
807
+ "category": "Analytics",
808
+ "type": "3rd-party",
809
+ "maintainers": [
810
+ {
811
+ "name": "Barbapapazes",
812
+ "github": "Barbapapazes",
813
+ "twitter": "soubiran_"
814
+ }
815
+ ],
816
+ "compatibility": {
817
+ "nuxt": "^3.0.0",
818
+ "requires": {}
819
+ }
820
+ },
595
821
  {
596
822
  "name": "client-init",
597
823
  "description": "Provide client version of `nuxtServerInit`.",
@@ -616,7 +842,7 @@
616
842
  },
617
843
  {
618
844
  "name": "cloudcms",
619
- "description": "CloudCMS Nuxt.js Module",
845
+ "description": "CloudCMS Nuxt Module",
620
846
  "repo": "gitana/cloudcms-nuxt",
621
847
  "npm": "cloudcms-nuxt",
622
848
  "icon": "",
@@ -636,13 +862,40 @@
636
862
  "requires": {}
637
863
  }
638
864
  },
865
+ {
866
+ "name": "cloudflare-analytics",
867
+ "description": "Cloudflare Web Analytics Module for Nuxt",
868
+ "repo": "hamlogic/nuxt-cloudflare-analytics",
869
+ "npm": "nuxt-cloudflare-analytics",
870
+ "icon": "cloudflare.svg",
871
+ "github": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
872
+ "website": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
873
+ "learn_more": "https://www.cloudflare.com/web-analytics/",
874
+ "category": "Analytics",
875
+ "type": "3rd-party",
876
+ "maintainers": [
877
+ {
878
+ "name": "hamlogic",
879
+ "github": "hamlogic"
880
+ },
881
+ {
882
+ "name": "Fabian B.",
883
+ "github": "madebyfabian",
884
+ "twitter": "madebyfabian"
885
+ }
886
+ ],
887
+ "compatibility": {
888
+ "nuxt": "^3.0.0",
889
+ "requires": {}
890
+ }
891
+ },
639
892
  {
640
893
  "name": "cloudinary",
641
- "description": "Optimize images and videos in your Nuxt.js application",
642
- "repo": "nuxt-community/cloudinary-module",
894
+ "description": "Optimize images and videos in your Nuxt application",
895
+ "repo": "nuxt-modules/cloudinary",
643
896
  "npm": "@nuxtjs/cloudinary",
644
897
  "icon": "cloudinary.png",
645
- "github": "https://github.com/nuxt-community/cloudinary-module",
898
+ "github": "https://github.com/nuxt-modules/cloudinary",
646
899
  "website": "https://cloudinary.nuxtjs.org",
647
900
  "learn_more": "https://cloudinary.com",
648
901
  "category": "Images",
@@ -661,11 +914,11 @@
661
914
  },
662
915
  {
663
916
  "name": "color-mode",
664
- "description": "Dark and Light mode for NuxtJS with auto detection",
665
- "repo": "nuxt-community/color-mode-module",
917
+ "description": "Dark and Light mode for Nuxt with auto detection",
918
+ "repo": "nuxt-modules/color-mode",
666
919
  "npm": "@nuxtjs/color-mode",
667
920
  "icon": "color-mode.png",
668
- "github": "https://github.com/nuxt-community/color-mode-module",
921
+ "github": "https://github.com/nuxt-modules/color-mode",
669
922
  "website": "https://color-mode.nuxtjs.org",
670
923
  "learn_more": "",
671
924
  "category": "UI",
@@ -730,12 +983,35 @@
730
983
  "requires": {}
731
984
  }
732
985
  },
986
+ {
987
+ "name": "content-assets",
988
+ "description": "Enable locally-located assets in Nuxt Content",
989
+ "repo": "davestewart/nuxt-content-assets",
990
+ "npm": "nuxt-content-assets",
991
+ "icon": "content-assets.png",
992
+ "github": "https://github.com/davestewart/nuxt-content-assets",
993
+ "website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
994
+ "learn_more": "",
995
+ "category": "Images",
996
+ "type": "3rd-party",
997
+ "maintainers": [
998
+ {
999
+ "name": "davestewart",
1000
+ "github": "davestewart",
1001
+ "twitter": "dave_stewart"
1002
+ }
1003
+ ],
1004
+ "compatibility": {
1005
+ "nuxt": "^3.0.0",
1006
+ "requires": {}
1007
+ }
1008
+ },
733
1009
  {
734
1010
  "name": "content",
735
1011
  "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.",
736
1012
  "repo": "nuxt/content#main",
737
1013
  "npm": "@nuxt/content",
738
- "icon": "nuxt.png",
1014
+ "icon": "nuxt.svg",
739
1015
  "github": "https://github.com/nuxt/content",
740
1016
  "website": "https://content.nuxtjs.org",
741
1017
  "learn_more": "",
@@ -859,7 +1135,7 @@
859
1135
  },
860
1136
  {
861
1137
  "name": "darkmode.js",
862
- "description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
1138
+ "description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
863
1139
  "repo": "sandoche/nuxtjs-darkmode-js-module#main",
864
1140
  "npm": "nuxtjs-darkmode-js-module",
865
1141
  "icon": "darkmode.png",
@@ -881,7 +1157,7 @@
881
1157
  },
882
1158
  {
883
1159
  "name": "date-fns",
884
- "description": "Modern JavaScript date utility library - date-fns for Nuxt.js",
1160
+ "description": "Modern JavaScript date utility library - date-fns for Nuxt",
885
1161
  "repo": "nuxt-community/date-fns-module",
886
1162
  "npm": "@nuxtjs/date-fns",
887
1163
  "icon": "date-fns.png",
@@ -902,11 +1178,11 @@
902
1178
  }
903
1179
  },
904
1180
  {
905
- "name": "datocms",
906
- "description": "DatoCMS integration for Nuxt.js",
1181
+ "name": "datocms-nuxt2",
1182
+ "description": "DatoCMS integration for Nuxt v2",
907
1183
  "repo": "voorhoede/nuxt-datocms-module",
908
1184
  "npm": "@voorhoede/nuxt-datocms-module",
909
- "icon": "datocms.png",
1185
+ "icon": "datocms.svg",
910
1186
  "github": "https://github.com/voorhoede/nuxt-datocms-module",
911
1187
  "website": "https://github.com/voorhoede/nuxt-datocms-module",
912
1188
  "learn_more": "https://www.datocms.com/",
@@ -923,33 +1199,57 @@
923
1199
  "requires": {}
924
1200
  }
925
1201
  },
1202
+ {
1203
+ "name": "datocms",
1204
+ "description": "DatoCMS module for Nuxt",
1205
+ "repo": "hex-digital/nuxt-datocms",
1206
+ "npm": "@hexdigital/nuxt-datocms",
1207
+ "icon": "datocms.svg",
1208
+ "github": "https://github.com/hex-digital/nuxt-datocms",
1209
+ "website": "https://github.com/hex-digital/nuxt-datocms#readme",
1210
+ "learn_more": "https://www.datocms.com/",
1211
+ "category": "CMS",
1212
+ "type": "3rd-party",
1213
+ "maintainers": [
1214
+ {
1215
+ "name": "Jamie Warburton",
1216
+ "github": "jamiewarb",
1217
+ "twitter": "jamiewarb",
1218
+ "avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
1219
+ }
1220
+ ],
1221
+ "compatibility": {
1222
+ "nuxt": "^3.0.0",
1223
+ "requires": {}
1224
+ }
1225
+ },
926
1226
  {
927
1227
  "name": "dayjs",
928
- "description": "The best way for use Day.js easily in your Nuxt.js project.",
929
- "repo": "nuxt-community/dayjs-module",
930
- "npm": "@nuxtjs/dayjs",
1228
+ "description": "Day.js module for Nuxt",
1229
+ "repo": "fumeapp/dayjs",
1230
+ "npm": "dayjs-nuxt",
931
1231
  "icon": "day-js.png",
932
- "github": "https://github.com/nuxt-community/dayjs-module",
933
- "website": "https://github.com/nuxt-community/dayjs-module",
1232
+ "github": "https://github.com/fumeapp/dayjs",
1233
+ "website": "https://github.com/fumeapp/dayjs",
934
1234
  "learn_more": "https://day.js.org/",
935
- "category": "Date",
936
- "type": "community",
1235
+ "category": "Libraries",
1236
+ "type": "3rd-party",
937
1237
  "maintainers": [
938
1238
  {
939
- "name": "Takuma HANATANI",
940
- "github": "potato4d",
941
- "twitter": "potato4d"
1239
+ "name": "Kevin Olson",
1240
+ "github": "acidjazz",
1241
+ "twitter": "AppFume"
942
1242
  }
943
1243
  ],
944
1244
  "compatibility": {
945
- "nuxt": "^2.0.0",
1245
+ "nuxt": "^3.0.0",
946
1246
  "requires": {}
947
1247
  }
948
1248
  },
949
1249
  {
950
1250
  "name": "delay-hydration",
951
- "description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
952
- "repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
1251
+ "description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
1252
+ "repo": "harlan-zw/nuxt-delay-hydration",
953
1253
  "npm": "nuxt-delay-hydration",
954
1254
  "icon": "lighthouse.svg",
955
1255
  "github": "https://github.com/harlan-zw/nuxt-delay-hydration",
@@ -971,12 +1271,12 @@
971
1271
  },
972
1272
  {
973
1273
  "name": "device",
974
- "description": "Device detection module for Nuxt.js",
975
- "repo": "nuxt-community/device-module",
1274
+ "description": "Device detection module for Nuxt",
1275
+ "repo": "nuxt-modules/device",
976
1276
  "npm": "@nuxtjs/device",
977
1277
  "icon": "",
978
- "github": "https://github.com/nuxt-community/device-module",
979
- "website": "https://github.com/nuxt-community/device-module",
1278
+ "github": "https://github.com/nuxt-modules/device",
1279
+ "website": "https://github.com/nuxt-modules/device",
980
1280
  "learn_more": "",
981
1281
  "category": "Extensions",
982
1282
  "type": "community",
@@ -991,15 +1291,38 @@
991
1291
  "requires": {}
992
1292
  }
993
1293
  },
1294
+ {
1295
+ "name": "devtools",
1296
+ "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1297
+ "repo": "nuxt/devtools#main/packages/devtools",
1298
+ "npm": "@nuxt/devtools",
1299
+ "icon": "nuxt.svg",
1300
+ "github": "https://github.com/nuxt/devtools",
1301
+ "website": "https://devtools.nuxtjs.org/",
1302
+ "learn_more": "",
1303
+ "category": "Devtools",
1304
+ "type": "official",
1305
+ "maintainers": [
1306
+ {
1307
+ "name": "Anthony Fu",
1308
+ "github": "antfu",
1309
+ "twitter": "antfu7"
1310
+ }
1311
+ ],
1312
+ "compatibility": {
1313
+ "nuxt": "^3.0.0",
1314
+ "requires": {}
1315
+ }
1316
+ },
994
1317
  {
995
1318
  "name": "directus",
996
- "description": "Easily connect your Nuxt3 application to your directus server.",
1319
+ "description": "Easily connect your Nuxt application to your directus server.",
997
1320
  "repo": "intevel/nuxt-directus",
998
1321
  "npm": "nuxt-directus",
999
1322
  "icon": "directus.svg",
1000
- "github": "https://github.com/directus/nuxt-directus/",
1001
- "website": "https://nuxt-directus.netlify.app/",
1002
- "learn_more": "https://nuxt-directus.netlify.app/",
1323
+ "github": "https://github.com/intevel/nuxt-directus/",
1324
+ "website": "https://nuxt-directus.site/",
1325
+ "learn_more": "https://nuxt-directus.site/",
1003
1326
  "category": "CMS",
1004
1327
  "type": "3rd-party",
1005
1328
  "maintainers": [
@@ -1010,15 +1333,58 @@
1010
1333
  }
1011
1334
  ],
1012
1335
  "compatibility": {
1013
- "nuxt": "^2.0.0 || ^3.0.0",
1014
- "requires": {
1015
- "bridge": true
1336
+ "nuxt": "^3.0.0",
1337
+ "requires": {},
1338
+ "devtools": "^0.0.0"
1339
+ }
1340
+ },
1341
+ {
1342
+ "name": "disqus",
1343
+ "description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
1344
+ "repo": "modbender/nuxt-disqus",
1345
+ "npm": "nuxt-disqus",
1346
+ "icon": "disqus.svg",
1347
+ "github": "https://github.com/modbender/nuxt-disqus",
1348
+ "website": "https://github.com/modbender/nuxt-disqus",
1349
+ "learn_more": "https://github.com/modbender/vue3-disqus",
1350
+ "category": "Libraries",
1351
+ "type": "3rd-party",
1352
+ "maintainers": [
1353
+ {
1354
+ "name": "modbender",
1355
+ "github": "modbender"
1356
+ }
1357
+ ],
1358
+ "compatibility": {
1359
+ "nuxt": "^3.0.0",
1360
+ "requires": {}
1361
+ }
1362
+ },
1363
+ {
1364
+ "name": "doppler",
1365
+ "description": "Integrate your Doppler secrets into your Nuxt build",
1366
+ "repo": "JamieCurnow/nuxt-doppler",
1367
+ "npm": "nuxt-doppler",
1368
+ "icon": "doppler.png",
1369
+ "github": "https://github.com/JamieCurnow/nuxt-doppler",
1370
+ "website": "https://github.com/JamieCurnow/nuxt-doppler",
1371
+ "learn_more": "",
1372
+ "category": "Devtools",
1373
+ "type": "3rd-party",
1374
+ "maintainers": [
1375
+ {
1376
+ "name": "JamieCurnow",
1377
+ "github": "JamieCurnow"
1016
1378
  }
1379
+ ],
1380
+ "compatibility": {
1381
+ "nuxt": "^3.0.0",
1382
+ "requires": {}
1017
1383
  }
1018
1384
  },
1019
1385
  {
1020
1386
  "name": "dotenv",
1021
- "description": "A Nuxt.js module that loads your .env file into your context options",
1387
+ "description": "A Nuxt module that loads your .env file into your context options",
1022
1388
  "repo": "nuxt-community/dotenv-module",
1023
1389
  "npm": "@nuxtjs/dotenv",
1024
1390
  "icon": "dotenv.png",
@@ -1040,13 +1406,13 @@
1040
1406
  },
1041
1407
  {
1042
1408
  "name": "drupal-ce",
1043
- "description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
1409
+ "description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
1044
1410
  "repo": "drunomics/nuxtjs-drupal-ce",
1045
1411
  "npm": "nuxtjs-drupal-ce",
1046
1412
  "icon": "drupal-ce.png",
1047
1413
  "github": "https://github.com/drunomics/nuxtjs-drupal-ce",
1048
- "website": "https://stack.lupus.digital",
1049
- "learn_more": "https://stack.lupus.digital/2-resources/learning",
1414
+ "website": "https://lupus-decoupled.org",
1415
+ "learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
1050
1416
  "category": "CMS",
1051
1417
  "type": "3rd-party",
1052
1418
  "maintainers": [
@@ -1061,19 +1427,19 @@
1061
1427
  "avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
1062
1428
  },
1063
1429
  {
1064
- "name": "David Licen",
1065
- "github": "davision",
1066
- "avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
1430
+ "name": "Matic",
1431
+ "github": "TurtlBbx",
1432
+ "avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
1067
1433
  }
1068
1434
  ],
1069
1435
  "compatibility": {
1070
- "nuxt": "^2.0.0",
1436
+ "nuxt": "^2.0.0 || ^3.0.0",
1071
1437
  "requires": {}
1072
1438
  }
1073
1439
  },
1074
1440
  {
1075
1441
  "name": "druxt",
1076
- "description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
1442
+ "description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
1077
1443
  "repo": "druxt/druxt.js#develop/packages/druxt",
1078
1444
  "npm": "druxt",
1079
1445
  "icon": "druxt.svg",
@@ -1094,9 +1460,54 @@
1094
1460
  }
1095
1461
  },
1096
1462
  {
1097
- "name": "element-plus",
1098
- "description": "A Vue 3 based component library for designers and developers",
1099
- "repo": "element-plus/element-plus-nuxt",
1463
+ "name": "edgedb",
1464
+ "description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
1465
+ "repo": "Tahul/nuxt-edgedb",
1466
+ "npm": "nuxt-edgedb-module",
1467
+ "icon": "edgedb.svg",
1468
+ "github": "https://github.com/Tahul/nuxt-edgedb",
1469
+ "website": "https://github.com/Tahul/nuxt-edgedb",
1470
+ "learn_more": "https://github.com/Tahul/nuxt-edgedb",
1471
+ "category": "Database",
1472
+ "type": "3rd-party",
1473
+ "maintainers": [
1474
+ {
1475
+ "name": "Yaël Guilloux",
1476
+ "github": "Tahul",
1477
+ "twitter": "yaeeelglx"
1478
+ }
1479
+ ],
1480
+ "compatibility": {
1481
+ "nuxt": "^3.8.0",
1482
+ "requires": {}
1483
+ }
1484
+ },
1485
+ {
1486
+ "name": "electron",
1487
+ "description": "Integrate Nuxt and Electron.",
1488
+ "repo": "caoxiemeihao/nuxt-electron",
1489
+ "npm": "nuxt-electron",
1490
+ "icon": "electron.svg",
1491
+ "github": "https://github.com/caoxiemeihao/nuxt-electron",
1492
+ "website": "https://github.com/caoxiemeihao/nuxt-electron",
1493
+ "learn_more": "https://github.com/caoxiemeihao/nuxt-electron#readme",
1494
+ "category": "Extensions",
1495
+ "type": "3rd-party",
1496
+ "maintainers": [
1497
+ {
1498
+ "name": "草鞋没号",
1499
+ "github": "caoxiemeihao"
1500
+ }
1501
+ ],
1502
+ "compatibility": {
1503
+ "nuxt": "^3.0.0",
1504
+ "requires": {}
1505
+ }
1506
+ },
1507
+ {
1508
+ "name": "element-plus",
1509
+ "description": "A Vue 3 based component library for designers and developers",
1510
+ "repo": "element-plus/element-plus-nuxt",
1100
1511
  "npm": "@element-plus/nuxt",
1101
1512
  "icon": "element-plus.svg",
1102
1513
  "github": "https://github.com/element-plus/element-plus",
@@ -1119,7 +1530,7 @@
1119
1530
  },
1120
1531
  {
1121
1532
  "name": "emotion",
1122
- "description": "The Next Generation of CSS-in-JS for Nuxt.js",
1533
+ "description": "The Next Generation of CSS-in-JS for Nuxt",
1123
1534
  "repo": "nuxt-modules/emotion",
1124
1535
  "npm": "@nuxtjs/emotion",
1125
1536
  "icon": "emotion.png",
@@ -1147,7 +1558,7 @@
1147
1558
  },
1148
1559
  {
1149
1560
  "name": "eslint",
1150
- "description": "ESLint module for Nuxt.js",
1561
+ "description": "ESLint module for Nuxt",
1151
1562
  "repo": "nuxt-community/eslint-module",
1152
1563
  "npm": "@nuxtjs/eslint-module",
1153
1564
  "icon": "eslint.png",
@@ -1163,13 +1574,13 @@
1163
1574
  }
1164
1575
  ],
1165
1576
  "compatibility": {
1166
- "nuxt": "^2.0.0",
1577
+ "nuxt": "^2.0.0 || ^3.0.0",
1167
1578
  "requires": {}
1168
1579
  }
1169
1580
  },
1170
1581
  {
1171
1582
  "name": "event-trace",
1172
- "description": "Module for event trace in Nuxt.js",
1583
+ "description": "Module for event trace in Nuxt",
1173
1584
  "repo": "nuxt-community/nuxt-event-trace",
1174
1585
  "npm": "nuxt-event-trace",
1175
1586
  "icon": "",
@@ -1213,7 +1624,7 @@
1213
1624
  },
1214
1625
  {
1215
1626
  "name": "feature-toggle",
1216
- "description": "Feature toggle module for Nuxt.js",
1627
+ "description": "Feature toggle module for Nuxt",
1217
1628
  "repo": "stephenkr/nuxt-feature-toggle",
1218
1629
  "npm": "nuxt-feature-toggle",
1219
1630
  "icon": "",
@@ -1280,7 +1691,7 @@
1280
1691
  },
1281
1692
  {
1282
1693
  "name": "floating-prompt-module",
1283
- "description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
1694
+ "description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
1284
1695
  "repo": "sandoche/nuxt-floating-prompt-module#main",
1285
1696
  "npm": "nuxt-floating-prompt-module",
1286
1697
  "icon": "",
@@ -1389,6 +1800,29 @@
1389
1800
  "requires": {}
1390
1801
  }
1391
1802
  },
1803
+ {
1804
+ "name": "form-actions",
1805
+ "description": "A set of features and composables to interact with forms and server data.",
1806
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
1807
+ "npm": "@hebilicious/form-actions-nuxt",
1808
+ "icon": "form-actions.svg",
1809
+ "github": "https://github.com/Hebilicious/form-actions-nuxt",
1810
+ "website": "https://form-actions-nuxt.pages.dev/",
1811
+ "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1812
+ "category": "Request",
1813
+ "type": "3rd-party",
1814
+ "maintainers": [
1815
+ {
1816
+ "name": "Hebilicious",
1817
+ "github": "Hebilicious",
1818
+ "twitter": "its_hebilicious"
1819
+ }
1820
+ ],
1821
+ "compatibility": {
1822
+ "nuxt": "^3.7.0",
1823
+ "requires": {}
1824
+ }
1825
+ },
1392
1826
  {
1393
1827
  "name": "formkit",
1394
1828
  "description": "Seamless FormKit integration for Nuxt",
@@ -1463,7 +1897,7 @@
1463
1897
  },
1464
1898
  {
1465
1899
  "name": "google-adsense",
1466
- "description": "Google Adsense Module for Nuxt.js",
1900
+ "description": "Google Adsense Module for Nuxt",
1467
1901
  "repo": "nuxt-community/google-adsense-module",
1468
1902
  "npm": "@nuxtjs/google-adsense",
1469
1903
  "icon": "google-adsense.png",
@@ -1489,7 +1923,7 @@
1489
1923
  },
1490
1924
  {
1491
1925
  "name": "google-analytics",
1492
- "description": "Google analytics Module for Nuxt.js",
1926
+ "description": "Google analytics Module for Nuxt",
1493
1927
  "repo": "nuxt-community/analytics-module",
1494
1928
  "npm": "@nuxtjs/google-analytics",
1495
1929
  "icon": "google-analytics.png",
@@ -1521,12 +1955,12 @@
1521
1955
  },
1522
1956
  {
1523
1957
  "name": "google-fonts",
1524
- "description": "Google Fonts module for NuxtJS",
1525
- "repo": "nuxt-community/google-fonts-module",
1958
+ "description": "Google Fonts module for Nuxt",
1959
+ "repo": "nuxt-modules/google-fonts",
1526
1960
  "npm": "@nuxtjs/google-fonts",
1527
1961
  "icon": "google-fonts.png",
1528
- "github": "https://github.com/nuxt-community/google-fonts-module",
1529
- "website": "https://github.com/nuxt-community/google-fonts-module",
1962
+ "github": "https://github.com/nuxt-modules/google-fonts",
1963
+ "website": "https://google-fonts.nuxtjs.org",
1530
1964
  "learn_more": "https://developers.google.com/fonts",
1531
1965
  "category": "Fonts",
1532
1966
  "type": "community",
@@ -1545,7 +1979,7 @@
1545
1979
  },
1546
1980
  {
1547
1981
  "name": "google-gtag",
1548
- "description": "Google GTag for Nuxt.js",
1982
+ "description": "Google GTag for Nuxt",
1549
1983
  "repo": "nuxt-community/google-gtag",
1550
1984
  "npm": "@nuxtjs/google-gtag",
1551
1985
  "icon": "gtm.png",
@@ -1571,7 +2005,7 @@
1571
2005
  },
1572
2006
  {
1573
2007
  "name": "google-optimize",
1574
- "description": "SSR friendly Google Optimize module for Nuxt.js",
2008
+ "description": "SSR friendly Google Optimize module for Nuxt",
1575
2009
  "repo": "nuxt-community/google-optimize-module",
1576
2010
  "npm": "nuxt-google-optimize",
1577
2011
  "icon": "google-optimize.png",
@@ -1626,7 +2060,7 @@
1626
2060
  },
1627
2061
  {
1628
2062
  "name": "graphql-request",
1629
- "description": "Easy Minimal GraphQL client integration with Nuxt.js",
2063
+ "description": "Easy Minimal GraphQL client integration with Nuxt",
1630
2064
  "repo": "gomah/nuxt-graphql-request",
1631
2065
  "npm": "nuxt-graphql-request",
1632
2066
  "icon": "graphql-request.png",
@@ -1642,7 +2076,7 @@
1642
2076
  }
1643
2077
  ],
1644
2078
  "compatibility": {
1645
- "nuxt": "^2.0.0",
2079
+ "nuxt": "^2.0.0 || ^3.0.0",
1646
2080
  "requires": {}
1647
2081
  }
1648
2082
  },
@@ -1663,6 +2097,31 @@
1663
2097
  "github": "tobiasdiez"
1664
2098
  }
1665
2099
  ],
2100
+ "compatibility": {
2101
+ "nuxt": "^3.0.0",
2102
+ "requires": {},
2103
+ "devtools": "^0.0.0"
2104
+ }
2105
+ },
2106
+ {
2107
+ "name": "gtag",
2108
+ "description": "Google Analytics integration for Nuxt",
2109
+ "repo": "johannschopplich/nuxt-gtag",
2110
+ "npm": "nuxt-gtag",
2111
+ "icon": "gtag.svg",
2112
+ "github": "https://github.com/johannschopplich/nuxt-gtag",
2113
+ "website": "https://github.com/johannschopplich/nuxt-gtag#readme",
2114
+ "learn_more": "",
2115
+ "category": "Analytics",
2116
+ "type": "3rd-party",
2117
+ "maintainers": [
2118
+ {
2119
+ "name": "Johann Schopplich",
2120
+ "github": "johannschopplich",
2121
+ "twitter": "jschopplich",
2122
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
2123
+ }
2124
+ ],
1666
2125
  "compatibility": {
1667
2126
  "nuxt": "^3.0.0",
1668
2127
  "requires": {}
@@ -1670,7 +2129,7 @@
1670
2129
  },
1671
2130
  {
1672
2131
  "name": "gtm",
1673
- "description": "Google Tag Manager Module for Nuxt.js",
2132
+ "description": "Google Tag Manager Module for Nuxt",
1674
2133
  "repo": "nuxt-community/gtm-module",
1675
2134
  "npm": "@nuxtjs/gtm",
1676
2135
  "icon": "gtm.png",
@@ -1693,7 +2152,7 @@
1693
2152
  },
1694
2153
  {
1695
2154
  "name": "guess",
1696
- "description": "Guess.js module for Nuxt.js",
2155
+ "description": "Guess.js module for Nuxt",
1697
2156
  "repo": "nuxt-community/guess-module",
1698
2157
  "npm": "@nuxtjs/guess-module",
1699
2158
  "icon": "guessjs.png",
@@ -1713,6 +2172,28 @@
1713
2172
  "requires": {}
1714
2173
  }
1715
2174
  },
2175
+ {
2176
+ "name": "hanko",
2177
+ "description": "Hanko integration for Nuxt for passwordless authentication",
2178
+ "repo": "nuxt-modules/hanko",
2179
+ "npm": "@nuxtjs/hanko",
2180
+ "icon": "hanko.svg",
2181
+ "github": "https://github.com/nuxt-modules/hanko",
2182
+ "website": "https://github.com/nuxt-modules/hanko",
2183
+ "learn_more": "https://hanko.io/",
2184
+ "category": "Security",
2185
+ "type": "community",
2186
+ "maintainers": [
2187
+ {
2188
+ "name": "danielroe",
2189
+ "github": "danielroe"
2190
+ }
2191
+ ],
2192
+ "compatibility": {
2193
+ "nuxt": "^3.0.0",
2194
+ "requires": {}
2195
+ }
2196
+ },
1716
2197
  {
1717
2198
  "name": "harlem",
1718
2199
  "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
@@ -1783,7 +2264,7 @@
1783
2264
  },
1784
2265
  {
1785
2266
  "name": "helmet",
1786
- "description": "Easy Helmet module with Nuxt.js'",
2267
+ "description": "Easy Helmet module with Nuxt'",
1787
2268
  "repo": "victor-perez/nuxt-helmet",
1788
2269
  "npm": "nuxt-helmet",
1789
2270
  "icon": "",
@@ -1827,7 +2308,7 @@
1827
2308
  },
1828
2309
  {
1829
2310
  "name": "history-state",
1830
- "description": "Nuxt.js module to backup or restore historical states",
2311
+ "description": "Nuxt module to backup or restore historical states",
1831
2312
  "repo": "hidekatsu-izuno/nuxt-history-state",
1832
2313
  "npm": "nuxt-history-state",
1833
2314
  "icon": "",
@@ -1896,7 +2377,7 @@
1896
2377
  },
1897
2378
  {
1898
2379
  "name": "http",
1899
- "description": "Universal HTTP Module for Nuxt.js",
2380
+ "description": "Universal HTTP Module for Nuxt",
1900
2381
  "repo": "nuxt/http",
1901
2382
  "npm": "@nuxt/http",
1902
2383
  "icon": "http.png",
@@ -1924,7 +2405,7 @@
1924
2405
  },
1925
2406
  {
1926
2407
  "name": "humans-txt",
1927
- "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.",
2408
+ "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.",
1928
2409
  "repo": "Luxdamore/nuxt-humans-txt",
1929
2410
  "npm": "@luxdamore/nuxt-humans-txt",
1930
2411
  "icon": "",
@@ -1948,11 +2429,11 @@
1948
2429
  {
1949
2430
  "name": "i18n",
1950
2431
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
1951
- "repo": "nuxt-community/i18n-module",
2432
+ "repo": "nuxt-modules/i18n",
1952
2433
  "npm": "@nuxtjs/i18n",
1953
2434
  "icon": "i18n.png",
1954
- "github": "https://github.com/nuxt-community/i18n-module",
1955
- "website": "https://i18n.nuxtjs.org",
2435
+ "github": "https://github.com/nuxt-modules/i18n",
2436
+ "website": "https://v8.i18n.nuxtjs.org",
1956
2437
  "learn_more": "https://kazupon.github.io/vue-i18n/",
1957
2438
  "category": "Extensions",
1958
2439
  "type": "community",
@@ -1971,6 +2452,51 @@
1971
2452
  "requires": {}
1972
2453
  }
1973
2454
  },
2455
+ {
2456
+ "name": "icon-font",
2457
+ "description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
2458
+ "repo": "coremyslo/nuxt-icon-font",
2459
+ "npm": "@coremyslo/nuxt-icon-font",
2460
+ "icon": "",
2461
+ "github": "https://github.com/coremyslo/nuxt-icon-font",
2462
+ "website": "https://github.com/coremyslo/nuxt-icon-font",
2463
+ "learn_more": "",
2464
+ "category": "UI",
2465
+ "type": "3rd-party",
2466
+ "maintainers": [
2467
+ {
2468
+ "name": "coremyslo",
2469
+ "github": "coremyslo"
2470
+ }
2471
+ ],
2472
+ "compatibility": {
2473
+ "nuxt": "^3.0.0",
2474
+ "requires": {}
2475
+ }
2476
+ },
2477
+ {
2478
+ "name": "icon-tw",
2479
+ "description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
2480
+ "repo": "jcamp-code/nuxt-icon-tw",
2481
+ "npm": "nuxt-icon-tw",
2482
+ "icon": "nuxt-icon.png",
2483
+ "github": "https://github.com/jcamp-code/nuxt-icon-tw",
2484
+ "website": "https://github.com/jcamp-code/nuxt-icon-tw",
2485
+ "learn_more": "",
2486
+ "category": "UI",
2487
+ "type": "3rd-party",
2488
+ "maintainers": [
2489
+ {
2490
+ "name": "JohnCampionJr",
2491
+ "github": "JohnCampionJr"
2492
+ }
2493
+ ],
2494
+ "compatibility": {
2495
+ "nuxt": "^3.0.0",
2496
+ "requires": {},
2497
+ "devtools": "^0.0.0"
2498
+ }
2499
+ },
1974
2500
  {
1975
2501
  "name": "icon",
1976
2502
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -1990,7 +2516,8 @@
1990
2516
  ],
1991
2517
  "compatibility": {
1992
2518
  "nuxt": "^3.0.0",
1993
- "requires": {}
2519
+ "requires": {},
2520
+ "devtools": "^0.0.0"
1994
2521
  }
1995
2522
  },
1996
2523
  {
@@ -2039,12 +2566,12 @@
2039
2566
  },
2040
2567
  {
2041
2568
  "name": "image",
2042
- "description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
2569
+ "description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
2043
2570
  "repo": "nuxt/image",
2044
2571
  "npm": "@nuxt/image",
2045
2572
  "icon": "image.png",
2046
2573
  "github": "https://github.com/nuxt/image",
2047
- "website": "https://image.nuxtjs.org",
2574
+ "website": "https://image.nuxt.com",
2048
2575
  "learn_more": "",
2049
2576
  "category": "Images",
2050
2577
  "type": "official",
@@ -2054,6 +2581,11 @@
2054
2581
  "github": "farnabaz",
2055
2582
  "twitter": "a_birang"
2056
2583
  },
2584
+ {
2585
+ "name": "Daniel Roe",
2586
+ "github": "danielroe",
2587
+ "twitter": "danielcroe"
2588
+ },
2057
2589
  {
2058
2590
  "name": "Pooya Parsa",
2059
2591
  "github": "pi0",
@@ -2074,7 +2606,7 @@
2074
2606
  },
2075
2607
  {
2076
2608
  "name": "imagemin",
2077
- "description": "Automatically optimize (compress) all images used in Nuxt.js",
2609
+ "description": "Automatically optimize (compress) all images used in Nuxt",
2078
2610
  "repo": "nuxt-community/imagemin-module",
2079
2611
  "npm": "@nuxtjs/imagemin",
2080
2612
  "icon": "imagemin.png",
@@ -2097,12 +2629,12 @@
2097
2629
  {
2098
2630
  "name": "inkline",
2099
2631
  "description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
2100
- "repo": "inkline/nuxt-module-inkline",
2101
- "npm": "@inkline/nuxt",
2632
+ "repo": "inkline/plugin",
2633
+ "npm": "@inkline/plugin",
2102
2634
  "icon": "inkline.svg",
2103
- "github": "https://github.com/inkline/nuxt-module-inkline",
2635
+ "github": "https://github.com/inkline/plugin",
2104
2636
  "website": "https://inkline.io",
2105
- "learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
2637
+ "learn_more": "https://inkline.io/docs/installation/nuxt",
2106
2638
  "category": "UI",
2107
2639
  "type": "3rd-party",
2108
2640
  "maintainers": [
@@ -2121,7 +2653,7 @@
2121
2653
  },
2122
2654
  {
2123
2655
  "name": "intercom",
2124
- "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
2656
+ "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
2125
2657
  "repo": "hex-digital/nuxt-intercom",
2126
2658
  "npm": "@hexdigital/nuxt-intercom",
2127
2659
  "icon": "intercom.png",
@@ -2166,7 +2698,7 @@
2166
2698
  },
2167
2699
  {
2168
2700
  "name": "jsonapi",
2169
- "description": "Easy JSON:API client integration for Nuxt.js",
2701
+ "description": "Easy JSON:API client integration for Nuxt",
2170
2702
  "repo": "patrickcate/nuxt-jsonapi",
2171
2703
  "npm": "nuxt-jsonapi",
2172
2704
  "icon": "jsonapi.svg",
@@ -2208,9 +2740,36 @@
2208
2740
  "requires": {}
2209
2741
  }
2210
2742
  },
2743
+ {
2744
+ "name": "kinde",
2745
+ "description": "Kinde authentication integration for Nuxt",
2746
+ "repo": "nuxt-modules/kinde",
2747
+ "npm": "@nuxtjs/kinde",
2748
+ "icon": "kinde.svg",
2749
+ "github": "https://github.com/nuxt-modules/kinde",
2750
+ "website": "https://kinde.com/docs/developer-tools/nuxt-module/",
2751
+ "learn_more": "https://kinde.com/",
2752
+ "category": "Security",
2753
+ "type": "community",
2754
+ "maintainers": [
2755
+ {
2756
+ "name": "danielroe",
2757
+ "github": "danielroe"
2758
+ },
2759
+ {
2760
+ "name": "daveordead",
2761
+ "github": "DaveOrDead",
2762
+ "twitter": "dave_or_dead"
2763
+ }
2764
+ ],
2765
+ "compatibility": {
2766
+ "nuxt": "^3.0.0",
2767
+ "requires": {}
2768
+ }
2769
+ },
2211
2770
  {
2212
2771
  "name": "kql",
2213
- "description": "Nuxt 3 module for Kirby's Query Language API",
2772
+ "description": "Nuxt module for Kirby's Query Language API",
2214
2773
  "repo": "johannschopplich/nuxt-kql",
2215
2774
  "npm": "nuxt-kql",
2216
2775
  "icon": "kql.svg",
@@ -2234,7 +2793,7 @@
2234
2793
  },
2235
2794
  {
2236
2795
  "name": "laravel-echo",
2237
- "description": "Laravel Echo for Nuxt.js",
2796
+ "description": "Laravel Echo for Nuxt",
2238
2797
  "repo": "nuxt-community/laravel-echo",
2239
2798
  "npm": "@nuxtjs/laravel-echo",
2240
2799
  "icon": "laravel-echo.png",
@@ -2276,6 +2835,28 @@
2276
2835
  "requires": {}
2277
2836
  }
2278
2837
  },
2838
+ {
2839
+ "name": "laravel-precognition",
2840
+ "description": "Nuxt module to work with Laravel Precognition and $fetch",
2841
+ "repo": "sot1986/nuxt-laravel-precognition",
2842
+ "npm": "nuxt-laravel-precognition",
2843
+ "icon": "laravel.svg",
2844
+ "github": "https://github.com/sot1986/nuxt-laravel-precognition",
2845
+ "website": "https://github.com/sot1986/nuxt-laravel-precognition",
2846
+ "learn_more": "",
2847
+ "category": "Security",
2848
+ "type": "3rd-party",
2849
+ "maintainers": [
2850
+ {
2851
+ "name": "sot1986",
2852
+ "github": "sot1986"
2853
+ }
2854
+ ],
2855
+ "compatibility": {
2856
+ "nuxt": "^3.0.0",
2857
+ "requires": {}
2858
+ }
2859
+ },
2279
2860
  {
2280
2861
  "name": "laravel",
2281
2862
  "description": "Nuxt cli extension for use with laravel as backend",
@@ -2322,13 +2903,13 @@
2322
2903
  },
2323
2904
  {
2324
2905
  "name": "link-checker",
2325
- "description": "",
2906
+ "description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
2326
2907
  "repo": "harlan-zw/nuxt-link-checker",
2327
2908
  "npm": "nuxt-link-checker",
2328
- "icon": "",
2909
+ "icon": "link-checker.svg",
2329
2910
  "github": "https://github.com/harlan-zw/nuxt-link-checker",
2330
- "website": "https://github.com/harlan-zw/nuxt-link-checker",
2331
- "learn_more": "",
2911
+ "website": "https://nuxtseo.com/link-checker",
2912
+ "learn_more": "https://nuxtseo.com/link-checker",
2332
2913
  "category": "SEO",
2333
2914
  "type": "3rd-party",
2334
2915
  "maintainers": [
@@ -2341,7 +2922,8 @@
2341
2922
  ],
2342
2923
  "compatibility": {
2343
2924
  "nuxt": "^3.0.0",
2344
- "requires": {}
2925
+ "requires": {},
2926
+ "devtools": "^0.0.0"
2345
2927
  }
2346
2928
  },
2347
2929
  {
@@ -2418,12 +3000,12 @@
2418
3000
  },
2419
3001
  {
2420
3002
  "name": "logrocket",
2421
- "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
2422
- "repo": "nuxt-community/nuxt-logrocket",
3003
+ "description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
3004
+ "repo": "nuxt-modules/logrocket",
2423
3005
  "npm": "nuxt-logrocket",
2424
3006
  "icon": "logrocket.png",
2425
- "github": "https://github.com/nuxt-community/nuxt-logrocket",
2426
- "website": "https://github.com/nuxt-community/nuxt-logrocket",
3007
+ "github": "https://github.com/nuxt-modules/logrocket",
3008
+ "website": "https://github.com/nuxt-modules/logrocket",
2427
3009
  "learn_more": "https://docs.logrocket.com/docs",
2428
3010
  "category": "Monitoring",
2429
3011
  "type": "community",
@@ -2439,9 +3021,35 @@
2439
3021
  "requires": {}
2440
3022
  }
2441
3023
  },
3024
+ {
3025
+ "name": "lucide-icons",
3026
+ "description": "Nuxt module to integrate Lucide icons",
3027
+ "repo": "swisnl/nuxt-lucide-icons",
3028
+ "npm": "nuxt-lucide-icons",
3029
+ "icon": "lucide-icons.svg",
3030
+ "github": "https://github.com/swisnl/nuxt-lucide-icons",
3031
+ "website": "https://github.com/swisnl/nuxt-lucide-icons",
3032
+ "learn_more": "",
3033
+ "category": "UI",
3034
+ "type": "3rd-party",
3035
+ "maintainers": [
3036
+ {
3037
+ "name": "SWIS",
3038
+ "github": "swisnl"
3039
+ },
3040
+ {
3041
+ "name": "Jasper Zonneveld",
3042
+ "github": "JaZo"
3043
+ }
3044
+ ],
3045
+ "compatibility": {
3046
+ "nuxt": "^3.0.0",
3047
+ "requires": {}
3048
+ }
3049
+ },
2442
3050
  {
2443
3051
  "name": "lunr",
2444
- "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
3052
+ "description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
2445
3053
  "repo": "nuxt-community/lunr-module",
2446
3054
  "npm": "@nuxtjs/lunr-module",
2447
3055
  "icon": "",
@@ -2529,6 +3137,28 @@
2529
3137
  "requires": {}
2530
3138
  }
2531
3139
  },
3140
+ {
3141
+ "name": "maz-ui",
3142
+ "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3143
+ "repo": "louismazel/maz-ui",
3144
+ "npm": "maz-ui",
3145
+ "icon": "maz-ui.png",
3146
+ "github": "https://github.com/louismazel/maz-ui",
3147
+ "website": "https://louismazel.github.io/maz-ui-3/",
3148
+ "learn_more": "https://louismazel.github.io/maz-ui-3/",
3149
+ "category": "UI",
3150
+ "type": "community",
3151
+ "maintainers": [
3152
+ {
3153
+ "name": "Loïc Mazuel",
3154
+ "github": "LouisMazel"
3155
+ }
3156
+ ],
3157
+ "compatibility": {
3158
+ "nuxt": "^3.0.0",
3159
+ "requires": {}
3160
+ }
3161
+ },
2532
3162
  {
2533
3163
  "name": "mdx",
2534
3164
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -2552,9 +3182,34 @@
2552
3182
  "requires": {}
2553
3183
  }
2554
3184
  },
3185
+ {
3186
+ "name": "medusa",
3187
+ "description": "Easily connect to Medusa from your Nuxt application",
3188
+ "repo": "Baroshem/nuxt-medusa",
3189
+ "npm": "nuxt-medusa",
3190
+ "icon": "medusa.svg",
3191
+ "github": "https://github.com/Baroshem/nuxt-medusa/",
3192
+ "website": "https://nuxt-medusa.vercel.app/",
3193
+ "learn_more": "https://nuxt-medusa.vercel.app/",
3194
+ "category": "Ecommerce",
3195
+ "type": "3rd-party",
3196
+ "maintainers": [
3197
+ {
3198
+ "name": "Jakub Andrzejewski",
3199
+ "github": "Baroshem",
3200
+ "avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
3201
+ }
3202
+ ],
3203
+ "compatibility": {
3204
+ "nuxt": "^2.0.0 || ^3.0.0",
3205
+ "requires": {
3206
+ "bridge": true
3207
+ }
3208
+ }
3209
+ },
2555
3210
  {
2556
3211
  "name": "meilisearch",
2557
- "description": "Meilisearch Instant Search module for Nuxt 3",
3212
+ "description": "Meilisearch Instant Search module for Nuxt",
2558
3213
  "repo": "xlanex6/nuxt-meilisearch",
2559
3214
  "npm": "nuxt-meilisearch",
2560
3215
  "icon": "meilisearch.svg",
@@ -2574,7 +3229,8 @@
2574
3229
  "nuxt": "^3.0.0",
2575
3230
  "requires": {
2576
3231
  "bridge": false
2577
- }
3232
+ },
3233
+ "devtools": "^0.0.0"
2578
3234
  }
2579
3235
  },
2580
3236
  {
@@ -2621,9 +3277,32 @@
2621
3277
  "requires": {}
2622
3278
  }
2623
3279
  },
3280
+ {
3281
+ "name": "module-feed",
3282
+ "description": "Feed module enables everyone to have RSS, Atom and JSON.",
3283
+ "repo": "tresko/nuxt-module-feed",
3284
+ "npm": "nuxt-module-feed",
3285
+ "icon": "",
3286
+ "github": "https://github.com/tresko/nuxt-module-feed",
3287
+ "website": "https://github.com/tresko/nuxt-module-feed",
3288
+ "learn_more": "",
3289
+ "category": "SEO",
3290
+ "type": "3rd-party",
3291
+ "maintainers": [
3292
+ {
3293
+ "name": "Miha Sedej",
3294
+ "github": "tresko",
3295
+ "twitter": "mihasedej"
3296
+ }
3297
+ ],
3298
+ "compatibility": {
3299
+ "nuxt": "^3.0.0",
3300
+ "requires": {}
3301
+ }
3302
+ },
2624
3303
  {
2625
3304
  "name": "moment",
2626
- "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3305
+ "description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
2627
3306
  "repo": "nuxt-community/moment-module",
2628
3307
  "npm": "@nuxtjs/moment",
2629
3308
  "icon": "momentjs.png",
@@ -2650,7 +3329,7 @@
2650
3329
  },
2651
3330
  {
2652
3331
  "name": "mq",
2653
- "description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3332
+ "description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
2654
3333
  "repo": "vanhoofmaarten/nuxt-mq",
2655
3334
  "npm": "nuxt-mq",
2656
3335
  "icon": "",
@@ -2694,7 +3373,7 @@
2694
3373
  },
2695
3374
  {
2696
3375
  "name": "netlify-cache",
2697
- "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
3376
+ "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
2698
3377
  "repo": "DreaMinder/nuxt-netlify-cache",
2699
3378
  "npm": "nuxt-netlify-cache",
2700
3379
  "icon": "netlify.png",
@@ -2739,7 +3418,7 @@
2739
3418
  },
2740
3419
  {
2741
3420
  "name": "netlify",
2742
- "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
3421
+ "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
2743
3422
  "repo": "bazzite/nuxt-netlify",
2744
3423
  "npm": "@aceforth/nuxt-netlify",
2745
3424
  "icon": "netlify.png",
@@ -2810,102 +3489,328 @@
2810
3489
  }
2811
3490
  },
2812
3491
  {
2813
- "name": "nuxt-auth",
2814
- "description": "",
2815
- "repo": "sidebase/nuxt-auth",
2816
- "npm": "@sidebase/nuxt-auth",
3492
+ "name": "nupolyon",
3493
+ "description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
3494
+ "repo": "adenvt/nupolyon",
3495
+ "npm": "nupolyon",
2817
3496
  "icon": "",
2818
- "github": "https://github.com/sidebase/nuxt-auth",
2819
- "website": "https://github.com/sidebase/nuxt-auth",
3497
+ "github": "https://github.com/adenvt/nupolyon",
3498
+ "website": "https://github.com/adenvt/nupolyon",
2820
3499
  "learn_more": "",
2821
- "category": "Devtools",
3500
+ "category": "Performance",
2822
3501
  "type": "3rd-party",
2823
3502
  "maintainers": [
2824
3503
  {
2825
- "name": "sidebase",
2826
- "github": "sidebase"
3504
+ "name": "adenvt",
3505
+ "github": "adenvt"
2827
3506
  }
2828
3507
  ],
2829
3508
  "compatibility": {
2830
- "nuxt": "^2.0.0",
3509
+ "nuxt": "^3.0.0",
2831
3510
  "requires": {}
2832
3511
  }
2833
3512
  },
2834
3513
  {
2835
- "name": "nuxt-graphql-middleware",
2836
- "description": "Expose GraphQL queries and mutations as server API routes.",
2837
- "repo": "dulnan/nuxt-graphql-middleware",
2838
- "npm": "nuxt-graphql-middleware",
2839
- "icon": "nuxt-graphql-middleware.svg",
2840
- "github": "https://github.com/dulnan/nuxt-graphql-middleware",
2841
- "website": "https://nuxt-graphql-middleware.dulnan.net",
3514
+ "name": "nuxt-anchorscroll",
3515
+ "description": "Scroll to top and to anchor support for Nuxt",
3516
+ "repo": "helltraitor/nuxt-anchorscroll",
3517
+ "npm": "nuxt-anchorscroll",
3518
+ "icon": "",
3519
+ "github": "https://github.com/helltraitor/nuxt-anchorscroll",
3520
+ "website": "https://github.com/helltraitor/nuxt-anchorscroll",
2842
3521
  "learn_more": "",
2843
- "category": "Request",
3522
+ "category": "UI",
2844
3523
  "type": "3rd-party",
2845
3524
  "maintainers": [
2846
3525
  {
2847
- "name": "dulnan",
2848
- "github": "dulnan",
2849
- "twitter": "dulnan",
2850
- "avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
2851
- },
2852
- {
2853
- "name": "ayalon",
2854
- "github": "ayalon",
2855
- "avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
3526
+ "name": "Helltraitor",
3527
+ "github": "helltraitor"
2856
3528
  }
2857
3529
  ],
2858
3530
  "compatibility": {
2859
- "nuxt": "^2.0.0 || ^3.0.0",
3531
+ "nuxt": "^3.0.0",
2860
3532
  "requires": {}
2861
3533
  }
2862
3534
  },
2863
3535
  {
2864
- "name": "nuxt-graphql-playground",
2865
- "description": "",
2866
- "repo": "pinpon-dev/nuxt-graphql-playground",
2867
- "npm": "@pin-pon/nuxt-graphql-playground",
2868
- "icon": "",
2869
- "github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
2870
- "website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
3536
+ "name": "nuxt-auth-sanctum",
3537
+ "description": "Nuxt module for Laravel Sanctum authentication",
3538
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3539
+ "npm": "nuxt-auth-sanctum",
3540
+ "icon": "laravel.svg",
3541
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3542
+ "website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
2871
3543
  "learn_more": "",
2872
- "category": "Devtools",
3544
+ "category": "Security",
2873
3545
  "type": "3rd-party",
2874
3546
  "maintainers": [
2875
3547
  {
2876
- "name": "pinpon-dev",
2877
- "github": "pinpon-dev"
3548
+ "name": "Artem Manchenkov",
3549
+ "github": "manchenkoff",
3550
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
2878
3551
  }
2879
3552
  ],
2880
3553
  "compatibility": {
2881
- "nuxt": "^2.0.0",
3554
+ "nuxt": "^3.0.0",
2882
3555
  "requires": {}
2883
3556
  }
2884
3557
  },
2885
3558
  {
2886
- "name": "nuxt-hue",
2887
- "description": "Enlighten your Nuxt experience",
2888
- "repo": "lihbr/nuxt-hue",
2889
- "npm": "nuxt-hue",
2890
- "icon": "nuxt-hue.svg",
2891
- "github": "https://github.com/lihbr/nuxt-hue",
2892
- "website": "https://github.com/lihbr/nuxt-hue",
3559
+ "name": "nuxt-basic-auth",
3560
+ "description": "Nuxt Module for Basic Authentication",
3561
+ "repo": "kgierke/nuxt-basic-auth",
3562
+ "npm": "@kgierke/nuxt-basic-auth",
3563
+ "icon": "",
3564
+ "github": "https://github.com/kgierke/nuxt-basic-auth",
3565
+ "website": "https://github.com/kgierke/nuxt-basic-auth",
2893
3566
  "learn_more": "",
2894
- "category": "Devtools",
3567
+ "category": "Security",
2895
3568
  "type": "3rd-party",
2896
3569
  "maintainers": [
2897
3570
  {
2898
- "name": "lihbr",
2899
- "github": "lihbr"
3571
+ "name": "kgierke",
3572
+ "github": "kgierke"
2900
3573
  }
2901
3574
  ],
2902
3575
  "compatibility": {
2903
- "nuxt": "^2.0.0 || ^3.0.0",
3576
+ "nuxt": "^3.0.0",
3577
+ "requires": {}
3578
+ }
3579
+ },
3580
+ {
3581
+ "name": "nuxt-bootstrap-icons",
3582
+ "description": "Just a simple integration for Bootstrap Icons",
3583
+ "repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
3584
+ "npm": "nuxt-bootstrap-icons",
3585
+ "icon": "bootstrap-icons.svg",
3586
+ "github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3587
+ "website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3588
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3589
+ "category": "UI",
3590
+ "type": "3rd-party",
3591
+ "maintainers": [
3592
+ {
3593
+ "name": "OyewoleOyedeji",
3594
+ "github": "OyewoleOyedeji"
3595
+ }
3596
+ ],
3597
+ "compatibility": {
3598
+ "nuxt": "^3.0.0",
3599
+ "requires": {}
3600
+ }
3601
+ },
3602
+ {
3603
+ "name": "nuxt-chatgpt",
3604
+ "description": "ChatGPT integration for Nuxt",
3605
+ "repo": "schnapsterdog/nuxt-chatgpt",
3606
+ "npm": "nuxt-chatgpt",
3607
+ "icon": "chatgpt.svg",
3608
+ "github": "https://github.com/schnapsterdog/nuxt-chatgpt",
3609
+ "website": "https://github.com/schnapsterdog/nuxt-chatgpt",
3610
+ "learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
3611
+ "category": "Libraries",
3612
+ "type": "3rd-party",
3613
+ "maintainers": [
3614
+ {
3615
+ "name": "Oliver Trajceski",
3616
+ "github": "schnapsterdog"
3617
+ }
3618
+ ],
3619
+ "compatibility": {
3620
+ "nuxt": "^3.0.0",
3621
+ "requires": {}
3622
+ }
3623
+ },
3624
+ {
3625
+ "name": "nuxt-facebook-chat",
3626
+ "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
3627
+ "repo": "superdev-tech/nuxt-facebook-chat",
3628
+ "npm": "nuxt-facebook-chat",
3629
+ "icon": "nuxt-facebook-chat.svg",
3630
+ "github": "https://github.com/superdev-tech/nuxt-facebook-chat",
3631
+ "website": "https://github.com/superdev-tech/nuxt-facebook-chat",
3632
+ "learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
3633
+ "category": "Libraries",
3634
+ "type": "3rd-party",
3635
+ "maintainers": [
3636
+ {
3637
+ "name": "Supanut Dokmaithong",
3638
+ "github": "Boomgeek"
3639
+ },
3640
+ {
3641
+ "name": "superdev-tech",
3642
+ "github": "superdev-tech"
3643
+ }
3644
+ ],
3645
+ "compatibility": {
3646
+ "nuxt": "^3.0.0",
3647
+ "requires": {}
3648
+ }
3649
+ },
3650
+ {
3651
+ "name": "nuxt-feedme",
3652
+ "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
3653
+ "repo": "helltraitor/nuxt-feedme",
3654
+ "npm": "nuxt-feedme",
3655
+ "icon": "",
3656
+ "github": "https://github.com/helltraitor/nuxt-feedme",
3657
+ "website": "https://github.com/helltraitor/nuxt-feedme",
3658
+ "learn_more": "",
3659
+ "category": "SEO",
3660
+ "type": "3rd-party",
3661
+ "maintainers": [
3662
+ {
3663
+ "name": "Helltraitor",
3664
+ "github": "helltraitor"
3665
+ }
3666
+ ],
3667
+ "compatibility": {
3668
+ "nuxt": "^3.0.0",
3669
+ "requires": {}
3670
+ }
3671
+ },
3672
+ {
3673
+ "name": "nuxt-graphql-middleware",
3674
+ "description": "Expose GraphQL queries and mutations as server API routes.",
3675
+ "repo": "dulnan/nuxt-graphql-middleware",
3676
+ "npm": "nuxt-graphql-middleware",
3677
+ "icon": "nuxt-graphql-middleware.svg",
3678
+ "github": "https://github.com/dulnan/nuxt-graphql-middleware",
3679
+ "website": "https://nuxt-graphql-middleware.dulnan.net",
3680
+ "learn_more": "",
3681
+ "category": "Request",
3682
+ "type": "3rd-party",
3683
+ "maintainers": [
3684
+ {
3685
+ "name": "dulnan",
3686
+ "github": "dulnan",
3687
+ "twitter": "dulnan",
3688
+ "avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
3689
+ },
3690
+ {
3691
+ "name": "ayalon",
3692
+ "github": "ayalon",
3693
+ "avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
3694
+ }
3695
+ ],
3696
+ "compatibility": {
3697
+ "nuxt": "^2.0.0 || ^3.0.0",
3698
+ "requires": {}
3699
+ }
3700
+ },
3701
+ {
3702
+ "name": "nuxt-graphql-playground",
3703
+ "description": "",
3704
+ "repo": "pinpon-dev/nuxt-graphql-playground",
3705
+ "npm": "@pin-pon/nuxt-graphql-playground",
3706
+ "icon": "",
3707
+ "github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
3708
+ "website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
3709
+ "learn_more": "",
3710
+ "category": "Devtools",
3711
+ "type": "3rd-party",
3712
+ "maintainers": [
3713
+ {
3714
+ "name": "pinpon-dev",
3715
+ "github": "pinpon-dev"
3716
+ }
3717
+ ],
3718
+ "compatibility": {
3719
+ "nuxt": "^2.0.0",
3720
+ "requires": {}
3721
+ }
3722
+ },
3723
+ {
3724
+ "name": "nuxt-gtm",
3725
+ "description": "A Nuxt module for Google Tag Manager",
3726
+ "repo": "zadigetvoltaire/nuxt-gtm",
3727
+ "npm": "@zadigetvoltaire/nuxt-gtm",
3728
+ "icon": "nuxt-gtm.svg",
3729
+ "github": "https://github.com/zadigetvoltaire/nuxt-gtm",
3730
+ "website": "https://github.com/zadigetvoltaire/nuxt-gtm",
3731
+ "learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
3732
+ "category": "Analytics",
3733
+ "type": "3rd-party",
3734
+ "maintainers": [
3735
+ {
3736
+ "name": "Zadig&Voltaire Team",
3737
+ "github": "https://github.com/zadigetvoltaire"
3738
+ }
3739
+ ],
3740
+ "compatibility": {
3741
+ "nuxt": "^3.0.0",
3742
+ "requires": {},
3743
+ "devtools": "^0.0.0"
3744
+ }
3745
+ },
3746
+ {
3747
+ "name": "nuxt-hue",
3748
+ "description": "Enlighten your Nuxt experience",
3749
+ "repo": "lihbr/nuxt-hue",
3750
+ "npm": "nuxt-hue",
3751
+ "icon": "nuxt-hue.svg",
3752
+ "github": "https://github.com/lihbr/nuxt-hue",
3753
+ "website": "https://github.com/lihbr/nuxt-hue",
3754
+ "learn_more": "",
3755
+ "category": "Devtools",
3756
+ "type": "3rd-party",
3757
+ "maintainers": [
3758
+ {
3759
+ "name": "lihbr",
3760
+ "github": "lihbr"
3761
+ }
3762
+ ],
3763
+ "compatibility": {
3764
+ "nuxt": "^2.0.0 || ^3.0.0",
2904
3765
  "requires": {
2905
3766
  "bridge": "optional"
2906
3767
  }
2907
3768
  }
2908
3769
  },
3770
+ {
3771
+ "name": "nuxt-interpolation",
3772
+ "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
3773
+ "repo": "daliborgogic/nuxt-interpolation#master",
3774
+ "npm": "nuxt-interpolation",
3775
+ "icon": "",
3776
+ "github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3777
+ "website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3778
+ "learn_more": "",
3779
+ "category": "Devtools",
3780
+ "type": "3rd-party",
3781
+ "maintainers": [
3782
+ {
3783
+ "name": "daliborgogic",
3784
+ "github": "daliborgogic"
3785
+ }
3786
+ ],
3787
+ "compatibility": {
3788
+ "nuxt": "^2.0.0",
3789
+ "requires": {}
3790
+ }
3791
+ },
3792
+ {
3793
+ "name": "nuxt-jsonld",
3794
+ "description": "Manage JSON-LD in Vue component.",
3795
+ "repo": "ymmooot/nuxt-jsonld",
3796
+ "npm": "nuxt-jsonld",
3797
+ "icon": "",
3798
+ "github": "https://github.com/ymmooot/nuxt-jsonld",
3799
+ "website": "https://github.com/ymmooot/nuxt-jsonld",
3800
+ "learn_more": "",
3801
+ "category": "SEO",
3802
+ "type": "3rd-party",
3803
+ "maintainers": [
3804
+ {
3805
+ "name": "ymmooot",
3806
+ "github": "ymmooot"
3807
+ }
3808
+ ],
3809
+ "compatibility": {
3810
+ "nuxt": "^3.0.0",
3811
+ "requires": {}
3812
+ }
3813
+ },
2909
3814
  {
2910
3815
  "name": "nuxt-localtunnel",
2911
3816
  "description": "Exposes your Nuxt localhost to the world automatically.",
@@ -2931,7 +3836,7 @@
2931
3836
  },
2932
3837
  {
2933
3838
  "name": "nuxt-loco",
2934
- "description": "A localise.biz module to synth locale with Nuxt.js",
3839
+ "description": "A localise.biz module to synth locale with Nuxt",
2935
3840
  "repo": "gaetansenn/nuxt-loco",
2936
3841
  "npm": "nuxt-loco",
2937
3842
  "icon": "",
@@ -2952,6 +3857,72 @@
2952
3857
  "requires": {}
2953
3858
  }
2954
3859
  },
3860
+ {
3861
+ "name": "nuxt-mail",
3862
+ "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
3863
+ "repo": "dword-design/nuxt-mail",
3864
+ "npm": "nuxt-mail",
3865
+ "icon": "",
3866
+ "github": "https://github.com/dword-design/nuxt-mail",
3867
+ "website": "https://github.com/dword-design/nuxt-mail",
3868
+ "learn_more": "",
3869
+ "category": "Extensions",
3870
+ "type": "3rd-party",
3871
+ "maintainers": [
3872
+ {
3873
+ "name": "Sebastian Landwehr",
3874
+ "github": "dword-design"
3875
+ }
3876
+ ],
3877
+ "compatibility": {
3878
+ "nuxt": "^2.0.0 || ^3.0.0",
3879
+ "requires": {}
3880
+ }
3881
+ },
3882
+ {
3883
+ "name": "nuxt-mapbox",
3884
+ "description": "Elegant Mapbox integration with Nuxt",
3885
+ "repo": "AlexLavoie42/Nuxt-Mapbox",
3886
+ "npm": "nuxt-mapbox",
3887
+ "icon": "nuxt-mapbox.svg",
3888
+ "github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3889
+ "website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3890
+ "learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3891
+ "category": "Libraries",
3892
+ "type": "3rd-party",
3893
+ "maintainers": [
3894
+ {
3895
+ "name": "Alex Lavoie",
3896
+ "github": "AlexLavoie42"
3897
+ }
3898
+ ],
3899
+ "compatibility": {
3900
+ "nuxt": "^3.0.0",
3901
+ "requires": {}
3902
+ }
3903
+ },
3904
+ {
3905
+ "name": "nuxt-mdi",
3906
+ "description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
3907
+ "repo": "ERPedersen/nuxt-mdi",
3908
+ "npm": "nuxt-mdi",
3909
+ "icon": "mdi.png",
3910
+ "github": "https://github.com/ERPedersen/nuxt-mdi",
3911
+ "website": "https://nuxt-mdi.emilrosenius.com",
3912
+ "learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
3913
+ "category": "Libraries",
3914
+ "type": "3rd-party",
3915
+ "maintainers": [
3916
+ {
3917
+ "name": "Emil Rosenius",
3918
+ "github": "ERPedersen"
3919
+ }
3920
+ ],
3921
+ "compatibility": {
3922
+ "nuxt": "^3.0.0",
3923
+ "requires": {}
3924
+ }
3925
+ },
2955
3926
  {
2956
3927
  "name": "nuxt-monaco-editor",
2957
3928
  "description": "Integrate monaco-editor with Nuxt",
@@ -2974,6 +3945,97 @@
2974
3945
  "requires": {}
2975
3946
  }
2976
3947
  },
3948
+ {
3949
+ "name": "nuxt-mongoose",
3950
+ "description": "A Nuxt module for simplifying the use of Mongoose in your project.",
3951
+ "repo": "arashsheyda/nuxt-mongoose",
3952
+ "npm": "nuxt-mongoose",
3953
+ "icon": "nuxt-mongoose.svg",
3954
+ "github": "https://github.com/arashsheyda/nuxt-mongoose",
3955
+ "website": "https://nuxt-mongoose.nuxt.space",
3956
+ "learn_more": "",
3957
+ "category": "Database",
3958
+ "type": "3rd-party",
3959
+ "maintainers": [
3960
+ {
3961
+ "name": "arashsheyda",
3962
+ "github": "arashsheyda"
3963
+ }
3964
+ ],
3965
+ "compatibility": {
3966
+ "nuxt": "^3.0.0",
3967
+ "requires": {},
3968
+ "devtools": "^0.0.0"
3969
+ }
3970
+ },
3971
+ {
3972
+ "name": "nuxt-payload-analyzer",
3973
+ "description": "Analyze Nuxt Payload Size",
3974
+ "repo": "barbapapazes/nuxt-payload-analyzer",
3975
+ "npm": "nuxt-payload-analyzer",
3976
+ "icon": "",
3977
+ "github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
3978
+ "website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
3979
+ "learn_more": "",
3980
+ "category": "Performance",
3981
+ "type": "3rd-party",
3982
+ "maintainers": [
3983
+ {
3984
+ "name": "Barbapapazes",
3985
+ "github": "Barbapapazes",
3986
+ "twitter": "soubiran_"
3987
+ }
3988
+ ],
3989
+ "compatibility": {
3990
+ "nuxt": "^3.0.0",
3991
+ "requires": {}
3992
+ }
3993
+ },
3994
+ {
3995
+ "name": "nuxt-pdf",
3996
+ "description": "Zero-boilerplate PDF exports of your Pages and Components",
3997
+ "repo": "sidebase/nuxt-pdf",
3998
+ "npm": "@sidebase/nuxt-pdf",
3999
+ "icon": "nuxt-pdf.png",
4000
+ "github": "https://github.com/sidebase/nuxt-pdf",
4001
+ "website": "https://sidebase.io/nuxt-pdf",
4002
+ "learn_more": "https://github.com/sidebase",
4003
+ "category": "Extensions",
4004
+ "type": "3rd-party",
4005
+ "maintainers": [
4006
+ {
4007
+ "name": "sidebase",
4008
+ "github": "sidebase",
4009
+ "twitter": "sidebase_io"
4010
+ }
4011
+ ],
4012
+ "compatibility": {
4013
+ "nuxt": "^3.0.0",
4014
+ "requires": {}
4015
+ }
4016
+ },
4017
+ {
4018
+ "name": "nuxt-phosphor-icons",
4019
+ "description": "Just a simple integration for @phosphor-icons in Nuxt",
4020
+ "repo": "OyewoleOyedeji/nuxt-phosphor-icons",
4021
+ "npm": "nuxt-phosphor-icons",
4022
+ "icon": "phosphor-icons.svg",
4023
+ "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4024
+ "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4025
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4026
+ "category": "UI",
4027
+ "type": "3rd-party",
4028
+ "maintainers": [
4029
+ {
4030
+ "name": "OyewoleOyedeji",
4031
+ "github": "OyewoleOyedeji"
4032
+ }
4033
+ ],
4034
+ "compatibility": {
4035
+ "nuxt": "^3.0.0",
4036
+ "requires": {}
4037
+ }
4038
+ },
2977
4039
  {
2978
4040
  "name": "nuxt-pino-log",
2979
4041
  "description": "Structured logs for nuxt apps using pino",
@@ -2998,7 +4060,7 @@
2998
4060
  },
2999
4061
  {
3000
4062
  "name": "plausible",
3001
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4063
+ "description": "Nuxt module to natively integrate Plausible analytics",
3002
4064
  "repo": "nuxt-modules/plausible",
3003
4065
  "npm": "@nuxtjs/plausible",
3004
4066
  "icon": "plausible.png",
@@ -3018,9 +4080,35 @@
3018
4080
  "requires": {}
3019
4081
  }
3020
4082
  },
4083
+ {
4084
+ "name": "nuxt-plotly",
4085
+ "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
4086
+ "repo": "superdev-tech/nuxt-plotly",
4087
+ "npm": "nuxt-plotly",
4088
+ "icon": "nuxt-plotly.svg",
4089
+ "github": "https://github.com/superdev-tech/nuxt-plotly",
4090
+ "website": "https://github.com/superdev-tech/nuxt-plotly",
4091
+ "learn_more": "https://www.npmjs.com/package/nuxt-plotly",
4092
+ "category": "Libraries",
4093
+ "type": "3rd-party",
4094
+ "maintainers": [
4095
+ {
4096
+ "name": "Supanut Dokmaithong",
4097
+ "github": "Boomgeek"
4098
+ },
4099
+ {
4100
+ "name": "superdev-tech",
4101
+ "github": "superdev-tech"
4102
+ }
4103
+ ],
4104
+ "compatibility": {
4105
+ "nuxt": "^3.0.0",
4106
+ "requires": {}
4107
+ }
4108
+ },
3021
4109
  {
3022
4110
  "name": "nuxt-png-to-ico",
3023
- "description": "Nuxt.js module for auto generating favicons",
4111
+ "description": "Nuxt module for auto generating favicons",
3024
4112
  "repo": "b5710546232/nuxt-png-to-ico",
3025
4113
  "npm": "nuxt-png-to-ico",
3026
4114
  "icon": "",
@@ -3043,7 +4131,7 @@
3043
4131
  },
3044
4132
  {
3045
4133
  "name": "nuxt-smartlook",
3046
- "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
4134
+ "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
3047
4135
  "repo": "f00b4r/nuxt-smartlook",
3048
4136
  "npm": "nuxt-smartlook",
3049
4137
  "icon": "nuxt-smartlook.png",
@@ -3054,14 +4142,36 @@
3054
4142
  "type": "3rd-party",
3055
4143
  "maintainers": [
3056
4144
  {
3057
- "name": "Milan Sulc",
3058
- "github": "f3l1x",
3059
- "twitter": "xf3l1x",
3060
- "avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
4145
+ "name": "Milan Sulc",
4146
+ "github": "f3l1x",
4147
+ "twitter": "xf3l1x",
4148
+ "avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
4149
+ }
4150
+ ],
4151
+ "compatibility": {
4152
+ "nuxt": "^2.0.0",
4153
+ "requires": {}
4154
+ }
4155
+ },
4156
+ {
4157
+ "name": "nuxt-social-share",
4158
+ "description": "Simple Social Sharing for Nuxt",
4159
+ "repo": "stefanobartoletti/nuxt-social-share",
4160
+ "npm": "@stefanobartoletti/nuxt-social-share",
4161
+ "icon": "nuxt-social-share.png",
4162
+ "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4163
+ "website": "https://github.com/stefanobartoletti/nuxt-social-share",
4164
+ "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4165
+ "category": "Extensions",
4166
+ "type": "3rd-party",
4167
+ "maintainers": [
4168
+ {
4169
+ "name": "stefanobartoletti",
4170
+ "github": "stefanobartoletti"
3061
4171
  }
3062
4172
  ],
3063
4173
  "compatibility": {
3064
- "nuxt": "^2.0.0",
4174
+ "nuxt": "^3.0.0",
3065
4175
  "requires": {}
3066
4176
  }
3067
4177
  },
@@ -3095,7 +4205,7 @@
3095
4205
  },
3096
4206
  {
3097
4207
  "name": "nuxt-storm",
3098
- "description": "WebStorm & PHPStorm support for NuxtJS components",
4208
+ "description": "WebStorm & PHPStorm support for Nuxt components",
3099
4209
  "repo": "fumeapp/nuxt-storm",
3100
4210
  "npm": "nuxt-storm",
3101
4211
  "icon": "nuxt-storm.png",
@@ -3139,7 +4249,7 @@
3139
4249
  },
3140
4250
  {
3141
4251
  "name": "nuxt-unleash",
3142
- "description": "Nuxt.js module to use Unleash toggle feature services",
4252
+ "description": "Nuxt module to use Unleash toggle feature services",
3143
4253
  "repo": "conejerock/nuxt-unleash",
3144
4254
  "npm": "nuxt-unleash",
3145
4255
  "icon": "nuxt-unleash.svg",
@@ -3230,12 +4340,12 @@
3230
4340
  {
3231
4341
  "name": "nuxt-vue3-google-signin",
3232
4342
  "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
3233
- "repo": "syetalabs/nuxt-vue3-google-signin",
4343
+ "repo": "wavezync/nuxt-vue3-google-signin",
3234
4344
  "npm": "nuxt-vue3-google-signin",
3235
4345
  "icon": "vue3-google-signin.svg",
3236
- "github": "https://github.com/syetalabs/nuxt-vue3-google-signin",
3237
- "website": "https://vue3-google-signin.syetalabs.io",
3238
- "learn_more": "https://vue3-google-signin.syetalabs.io",
4346
+ "github": "https://github.com/wavezync/nuxt-vue3-google-signin",
4347
+ "website": "https://vue3-google-signin.wavezync.com",
4348
+ "learn_more": "https://vue3-google-signin.wavezync.com",
3239
4349
  "category": "Libraries",
3240
4350
  "type": "3rd-party",
3241
4351
  "maintainers": [
@@ -3249,9 +4359,75 @@
3249
4359
  "requires": {}
3250
4360
  }
3251
4361
  },
4362
+ {
4363
+ "name": "Nuxt zodI18n",
4364
+ "description": "A Nuxt Module for localizing zod error messages.",
4365
+ "repo": "xibman/nuxt-zod-i18n",
4366
+ "npm": "nuxt-zod-i18n",
4367
+ "icon": "nuxt-zod-i18n.svg",
4368
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
4369
+ "website": "https://xibman-nuxt-zod-i18n.nuxt.space",
4370
+ "learn_more": "",
4371
+ "category": "Libraries",
4372
+ "type": "3rd-party",
4373
+ "maintainers": [
4374
+ {
4375
+ "name": "xibman",
4376
+ "github": "xibman"
4377
+ }
4378
+ ],
4379
+ "compatibility": {
4380
+ "nuxt": "^3.0.0",
4381
+ "requires": {}
4382
+ }
4383
+ },
4384
+ {
4385
+ "name": "nuxt3-interpolation",
4386
+ "description": "",
4387
+ "repo": "daliborgogic/interpolation#master",
4388
+ "npm": "nuxt3-interpolation",
4389
+ "icon": "",
4390
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
4391
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
4392
+ "learn_more": "",
4393
+ "category": "Devtools",
4394
+ "type": "3rd-party",
4395
+ "maintainers": [
4396
+ {
4397
+ "name": "daliborgogic",
4398
+ "github": "daliborgogic"
4399
+ }
4400
+ ],
4401
+ "compatibility": {
4402
+ "nuxt": "^3.0.0",
4403
+ "requires": {}
4404
+ }
4405
+ },
4406
+ {
4407
+ "name": "nuxt3-leaflet",
4408
+ "description": "Leaflet integration with Nuxt",
4409
+ "repo": "Gugustinette/Nuxt-Leaflet",
4410
+ "npm": "nuxt3-leaflet",
4411
+ "icon": "leaflet.png",
4412
+ "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4413
+ "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
4414
+ "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
4415
+ "category": "Libraries",
4416
+ "type": "3rd-party",
4417
+ "maintainers": [
4418
+ {
4419
+ "name": "Augustin MERCIER",
4420
+ "github": "Gugustinette"
4421
+ }
4422
+ ],
4423
+ "compatibility": {
4424
+ "nuxt": "^3.0.0",
4425
+ "requires": {}
4426
+ }
4427
+ },
3252
4428
  {
3253
4429
  "name": "nuxt7",
3254
- "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
4430
+ "description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
3255
4431
  "repo": "nuxt-community/nuxt7",
3256
4432
  "npm": "nuxt7",
3257
4433
  "icon": "",
@@ -3274,13 +4450,13 @@
3274
4450
  },
3275
4451
  {
3276
4452
  "name": "og-image",
3277
- "description": "Easily generate dynamic social share images.",
4453
+ "description": "Enlightened runtime images generated with Vue templates.",
3278
4454
  "repo": "harlan-zw/nuxt-og-image",
3279
4455
  "npm": "nuxt-og-image",
3280
- "icon": "",
4456
+ "icon": "og-image.svg",
3281
4457
  "github": "https://github.com/harlan-zw/nuxt-og-image",
3282
- "website": "https://github.com/harlan-zw/nuxt-og-image",
3283
- "learn_more": "",
4458
+ "website": "https://nuxtseo.com/og-image",
4459
+ "learn_more": "https://nuxtseo.com/og-image",
3284
4460
  "category": "SEO",
3285
4461
  "type": "3rd-party",
3286
4462
  "maintainers": [
@@ -3293,7 +4469,8 @@
3293
4469
  ],
3294
4470
  "compatibility": {
3295
4471
  "nuxt": "^3.0.0",
3296
- "requires": {}
4472
+ "requires": {},
4473
+ "devtools": "^0.0.0"
3297
4474
  }
3298
4475
  },
3299
4476
  {
@@ -3321,7 +4498,7 @@
3321
4498
  },
3322
4499
  {
3323
4500
  "name": "optimized-images",
3324
- "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
4501
+ "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
3325
4502
  "repo": "juliomrqz/nuxt-optimized-images",
3326
4503
  "npm": "@aceforth/nuxt-optimized-images",
3327
4504
  "icon": "",
@@ -3366,7 +4543,7 @@
3366
4543
  },
3367
4544
  {
3368
4545
  "name": "parse",
3369
- "description": "Parse package for Nuxt.js",
4546
+ "description": "Parse package for Nuxt",
3370
4547
  "repo": "cierrateam/nuxt-parse",
3371
4548
  "npm": "nuxt-parse",
3372
4549
  "icon": "",
@@ -3386,6 +4563,29 @@
3386
4563
  "requires": {}
3387
4564
  }
3388
4565
  },
4566
+ {
4567
+ "name": "particles",
4568
+ "description": "Easily add particle animations to your Nuxt projects using tsParticles",
4569
+ "repo": "Joepocalyptic/nuxt-particles",
4570
+ "npm": "nuxt-particles",
4571
+ "icon": "",
4572
+ "github": "https://github.com/Joepocalyptic/nuxt-particles",
4573
+ "website": "https://nuxt-particles.joeypereira.dev",
4574
+ "learn_more": "https://particles.js.org/",
4575
+ "category": "Libraries",
4576
+ "type": "3rd-party",
4577
+ "maintainers": [
4578
+ {
4579
+ "name": "Joey Pereira",
4580
+ "github": "Joepocalyptic",
4581
+ "avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
4582
+ }
4583
+ ],
4584
+ "compatibility": {
4585
+ "nuxt": "^3.0.0",
4586
+ "requires": {}
4587
+ }
4588
+ },
3389
4589
  {
3390
4590
  "name": "partytown",
3391
4591
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
@@ -3411,6 +4611,52 @@
3411
4611
  }
3412
4612
  }
3413
4613
  },
4614
+ {
4615
+ "name": "paypal",
4616
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
4617
+ "repo": "arashsheyda/nuxt-paypal",
4618
+ "npm": "nuxt-paypal",
4619
+ "icon": "paypal.svg",
4620
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
4621
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
4622
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
4623
+ "category": "Payment",
4624
+ "type": "3rd-party",
4625
+ "maintainers": [
4626
+ {
4627
+ "name": "Arash Sheyda",
4628
+ "github": "arashsheyda"
4629
+ }
4630
+ ],
4631
+ "compatibility": {
4632
+ "nuxt": "^3.0.0",
4633
+ "requires": {}
4634
+ }
4635
+ },
4636
+ {
4637
+ "name": "pdfeasy",
4638
+ "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
4639
+ "repo": "betterwrite/pdfeasy#main/packages/nuxt",
4640
+ "npm": "nuxt-pdfeasy",
4641
+ "icon": "pdfeasy.png",
4642
+ "github": "https://github.com/betterwrite/pdfeasy",
4643
+ "website": "https://github.com/betterwrite/pdfeasy",
4644
+ "learn_more": "https://github.com/betterwrite/pdfeasy",
4645
+ "category": "Extensions",
4646
+ "type": "3rd-party",
4647
+ "maintainers": [
4648
+ {
4649
+ "name": "Giovane Cardoso",
4650
+ "github": "novout",
4651
+ "twitter": "novoutttttt",
4652
+ "avatar": "https://avatars.githubusercontent.com/novout?v=4"
4653
+ }
4654
+ ],
4655
+ "compatibility": {
4656
+ "nuxt": "^3.0.0",
4657
+ "requires": {}
4658
+ }
4659
+ },
3414
4660
  {
3415
4661
  "name": "persian-datepicker",
3416
4662
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
@@ -3508,7 +4754,7 @@
3508
4754
  },
3509
4755
  {
3510
4756
  "name": "plausible",
3511
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4757
+ "description": "Nuxt module to natively integrate Plausible analytics",
3512
4758
  "repo": "nuxt-modules/plausible",
3513
4759
  "npm": "@nuxtjs/plausible",
3514
4760
  "icon": "",
@@ -3550,9 +4796,56 @@
3550
4796
  "requires": {}
3551
4797
  }
3552
4798
  },
4799
+ {
4800
+ "name": "prepare",
4801
+ "description": "Initialization steps at build time – like Nuxt 2 server init",
4802
+ "repo": "johannschopplich/nuxt-prepare",
4803
+ "npm": "nuxt-prepare",
4804
+ "icon": "prepare.svg",
4805
+ "github": "https://github.com/johannschopplich/nuxt-prepare",
4806
+ "website": "https://nuxt-prepare.jhnn.dev",
4807
+ "learn_more": "",
4808
+ "category": "Devtools",
4809
+ "type": "3rd-party",
4810
+ "maintainers": [
4811
+ {
4812
+ "name": "Johann Schopplich",
4813
+ "github": "johannschopplich",
4814
+ "twitter": "jschopplich",
4815
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
4816
+ }
4817
+ ],
4818
+ "compatibility": {
4819
+ "nuxt": "^3.0.0",
4820
+ "requires": {}
4821
+ }
4822
+ },
4823
+ {
4824
+ "name": "primevue",
4825
+ "description": "Next Generation Vue UI Component Library",
4826
+ "repo": "primefaces/primevue-nuxt-module",
4827
+ "npm": "nuxt-primevue",
4828
+ "icon": "primevue.svg",
4829
+ "github": "https://github.com/primefaces/primevue-nuxt-module",
4830
+ "website": "https://primevue.org/",
4831
+ "learn_more": "https://primevue.org/",
4832
+ "category": "UI",
4833
+ "type": "3rd-party",
4834
+ "maintainers": [
4835
+ {
4836
+ "name": "primefaces",
4837
+ "github": "primefaces",
4838
+ "twitter": "primevue"
4839
+ }
4840
+ ],
4841
+ "compatibility": {
4842
+ "nuxt": "^3.0.0",
4843
+ "requires": {}
4844
+ }
4845
+ },
3553
4846
  {
3554
4847
  "name": "prismic",
3555
- "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
4848
+ "description": "Easily connect your Nuxt application to your content hosted on Prismic",
3556
4849
  "repo": "nuxt-modules/prismic",
3557
4850
  "npm": "@nuxtjs/prismic",
3558
4851
  "icon": "prismic.png",
@@ -3578,11 +4871,11 @@
3578
4871
  "description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
3579
4872
  "repo": "artmizu/nuxt-prometheus",
3580
4873
  "npm": "@artmizu/nuxt-prometheus",
3581
- "icon": "",
4874
+ "icon": "prometheus.svg",
3582
4875
  "github": "https://github.com/artmizu/nuxt-prometheus",
3583
4876
  "website": "https://github.com/artmizu/nuxt-prometheus",
3584
4877
  "learn_more": "",
3585
- "category": "Devtools",
4878
+ "category": "Monitoring",
3586
4879
  "type": "3rd-party",
3587
4880
  "maintainers": [
3588
4881
  {
@@ -3591,7 +4884,7 @@
3591
4884
  }
3592
4885
  ],
3593
4886
  "compatibility": {
3594
- "nuxt": "^2.0.0",
4887
+ "nuxt": "^3.0.0",
3595
4888
  "requires": {}
3596
4889
  }
3597
4890
  },
@@ -3619,7 +4912,7 @@
3619
4912
  },
3620
4913
  {
3621
4914
  "name": "proxy",
3622
- "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
4915
+ "description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
3623
4916
  "repo": "nuxt-community/proxy-module",
3624
4917
  "npm": "@nuxtjs/proxy",
3625
4918
  "icon": "",
@@ -3665,7 +4958,7 @@
3665
4958
  },
3666
4959
  {
3667
4960
  "name": "purgecss",
3668
- "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
4961
+ "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
3669
4962
  "repo": "Developmint/nuxt-purgecss#main",
3670
4963
  "npm": "nuxt-purgecss",
3671
4964
  "icon": "purgecss.png",
@@ -3687,7 +4980,7 @@
3687
4980
  },
3688
4981
  {
3689
4982
  "name": "pwa",
3690
- "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
4983
+ "description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
3691
4984
  "repo": "nuxt-community/pwa-module",
3692
4985
  "npm": "@nuxtjs/pwa",
3693
4986
  "icon": "pwa.png",
@@ -3712,7 +5005,7 @@
3712
5005
  },
3713
5006
  {
3714
5007
  "name": "python",
3715
- "description": "Write Nuxt.js applications using Python",
5008
+ "description": "Write Nuxt applications using Python",
3716
5009
  "repo": "nuxt-community/python-module",
3717
5010
  "npm": "@nuxtjs/python",
3718
5011
  "icon": "python.png",
@@ -3732,9 +5025,89 @@
3732
5025
  "requires": {}
3733
5026
  }
3734
5027
  },
5028
+ {
5029
+ "name": "quasar",
5030
+ "description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
5031
+ "repo": "Maiquu/nuxt-quasar",
5032
+ "npm": "nuxt-quasar-ui",
5033
+ "icon": "quasar.svg",
5034
+ "github": "https://github.com/Maiquu/nuxt-quasar",
5035
+ "website": "https://quasar.dev/",
5036
+ "learn_more": "https://github.com/Maiquu/nuxt-quasar",
5037
+ "category": "UI",
5038
+ "type": "3rd-party",
5039
+ "maintainers": [
5040
+ {
5041
+ "name": "Ege İliklier",
5042
+ "github": "Maiquu"
5043
+ }
5044
+ ],
5045
+ "compatibility": {
5046
+ "nuxt": "^3.0.0",
5047
+ "requires": {},
5048
+ "devtools": "^0.0.0"
5049
+ }
5050
+ },
5051
+ {
5052
+ "name": "radash",
5053
+ "description": "radash module with auto-import and custom prefix",
5054
+ "repo": "bbg/nuxt-radash",
5055
+ "npm": "nuxt-radash",
5056
+ "icon": "radash.png",
5057
+ "github": "https://github.com/bbg/nuxt-radash",
5058
+ "website": "https://github.com/bbg/nuxt-radash#readme",
5059
+ "learn_more": "https://github.com/rayepps/radash/",
5060
+ "category": "Libraries",
5061
+ "type": "3rd-party",
5062
+ "maintainers": [
5063
+ {
5064
+ "name": "Batuhan Göksu",
5065
+ "github": "bbg"
5066
+ }
5067
+ ],
5068
+ "compatibility": {
5069
+ "nuxt": "^3.0.0",
5070
+ "requires": {}
5071
+ }
5072
+ },
5073
+ {
5074
+ "name": "radix-vue",
5075
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
5076
+ "repo": "radix-vue/radix-vue",
5077
+ "npm": "radix-vue",
5078
+ "icon": "radix-vue.svg",
5079
+ "github": "https://github.com/radix-vue/radix-vue",
5080
+ "website": "https://www.radix-vue.com/",
5081
+ "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
5082
+ "category": "UI",
5083
+ "type": "3rd-party",
5084
+ "maintainers": [
5085
+ {
5086
+ "name": "Zernonia",
5087
+ "github": "zernonia",
5088
+ "twitter": "zernonia"
5089
+ },
5090
+ {
5091
+ "name": "Khairul Haaziq",
5092
+ "github": "khairulhaaziq"
5093
+ },
5094
+ {
5095
+ "name": "Mujahid Anuar",
5096
+ "github": "mujahidfa"
5097
+ },
5098
+ {
5099
+ "name": "Max",
5100
+ "github": "onmax"
5101
+ }
5102
+ ],
5103
+ "compatibility": {
5104
+ "nuxt": "^3.0.0",
5105
+ "requires": {}
5106
+ }
5107
+ },
3735
5108
  {
3736
5109
  "name": "recaptcha",
3737
- "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
5110
+ "description": "Simple and easy Google reCAPTCHA module with Nuxt",
3738
5111
  "repo": "nuxt-community/recaptcha-module",
3739
5112
  "npm": "@nuxtjs/recaptcha",
3740
5113
  "icon": "recaptcha.png",
@@ -3777,9 +5150,32 @@
3777
5150
  "requires": {}
3778
5151
  }
3779
5152
  },
5153
+ {
5154
+ "name": "resend",
5155
+ "description": "Resend integration for Nuxt",
5156
+ "repo": "nhedger/nuxt-resend",
5157
+ "npm": "nuxt-resend",
5158
+ "icon": "resend.svg",
5159
+ "github": "https://github.com/nhedger/nuxt-resend",
5160
+ "website": "https://github.com/nhedger/nuxt-resend",
5161
+ "learn_more": "https://resend.com",
5162
+ "category": "Extensions",
5163
+ "type": "3rd-party",
5164
+ "maintainers": [
5165
+ {
5166
+ "name": "Nicolas Hedger",
5167
+ "github": "nhedger",
5168
+ "twitter": "nicolashedger"
5169
+ }
5170
+ ],
5171
+ "compatibility": {
5172
+ "nuxt": "^3.0.0",
5173
+ "requires": {}
5174
+ }
5175
+ },
3780
5176
  {
3781
5177
  "name": "rfg-icon",
3782
- "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
5178
+ "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
3783
5179
  "repo": "pimlie/nuxt-rfg-icon",
3784
5180
  "npm": "nuxt-rfg-icon",
3785
5181
  "icon": "real-favicon-generator.png",
@@ -3801,12 +5197,12 @@
3801
5197
  },
3802
5198
  {
3803
5199
  "name": "robots",
3804
- "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
3805
- "repo": "nuxt-community/robots-module",
5200
+ "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
5201
+ "repo": "nuxt-modules/robots",
3806
5202
  "npm": "@nuxtjs/robots",
3807
5203
  "icon": "robots.png",
3808
- "github": "https://github.com/nuxt-community/robots-module",
3809
- "website": "https://github.com/nuxt-community/robots-module",
5204
+ "github": "https://github.com/nuxt-modules/robots",
5205
+ "website": "https://github.com/nuxt-modules/robots",
3810
5206
  "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
3811
5207
  "category": "SEO",
3812
5208
  "type": "community",
@@ -3825,23 +5221,23 @@
3825
5221
  },
3826
5222
  {
3827
5223
  "name": "rollbar",
3828
- "description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
3829
- "repo": "gaelreyrol/nuxt-rollbar-module",
3830
- "npm": "nuxt-rollbar-module",
5224
+ "description": "Nuxt 3 module to integrate Rollbar.",
5225
+ "repo": "jairoblatt/nuxt-rollbar",
5226
+ "npm": "nuxt-rollbar",
3831
5227
  "icon": "rollbar.png",
3832
- "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
3833
- "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
5228
+ "github": "https://github.com/jairoblatt/nuxt-rollbar",
5229
+ "website": "https://github.com/jairoblatt/nuxt-rollbar",
3834
5230
  "learn_more": "https://docs.rollbar.com/docs/javascript",
3835
5231
  "category": "Monitoring",
3836
5232
  "type": "3rd-party",
3837
5233
  "maintainers": [
3838
5234
  {
3839
- "name": "Gaël Reyrol",
3840
- "github": "gaelreyrol"
5235
+ "name": "Jairo Blatt",
5236
+ "github": "jairoblatt"
3841
5237
  }
3842
5238
  ],
3843
5239
  "compatibility": {
3844
- "nuxt": "^2.0.0",
5240
+ "nuxt": "^3.0.0",
3845
5241
  "requires": {}
3846
5242
  }
3847
5243
  },
@@ -3870,7 +5266,7 @@
3870
5266
  },
3871
5267
  {
3872
5268
  "name": "router",
3873
- "description": "Nuxt.js module to use router.js instead of pages/ directory",
5269
+ "description": "Nuxt module to use router.js instead of pages/ directory",
3874
5270
  "repo": "nuxt-community/router-module",
3875
5271
  "npm": "@nuxtjs/router",
3876
5272
  "icon": "vue.png",
@@ -3918,13 +5314,13 @@
3918
5314
  },
3919
5315
  {
3920
5316
  "name": "schema-org",
3921
- "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
3922
- "repo": "vueuse/schema-org#main/packages/nuxt",
5317
+ "description": "Schema.org for Nuxt.",
5318
+ "repo": "harlan-zw/nuxt-schema-org",
3923
5319
  "npm": "nuxt-schema-org",
3924
5320
  "icon": "schema-org.svg",
3925
- "github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
3926
- "website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
3927
- "learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
5321
+ "github": "https://github.com/harlan-zw/nuxt-schema-org",
5322
+ "website": "https://nuxtseo.com/schema-org",
5323
+ "learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
3928
5324
  "category": "SEO",
3929
5325
  "type": "3rd-party",
3930
5326
  "maintainers": [
@@ -3987,7 +5383,7 @@
3987
5383
  },
3988
5384
  {
3989
5385
  "name": "segment",
3990
- "description": "Nuxt.js module for Segment Analytics.js",
5386
+ "description": "Nuxt module for Segment Analytics.js",
3991
5387
  "repo": "dansmaculotte/nuxt-segment",
3992
5388
  "npm": "@dansmaculotte/nuxt-segment",
3993
5389
  "icon": "segment.png",
@@ -4009,10 +5405,10 @@
4009
5405
  },
4010
5406
  {
4011
5407
  "name": "sentry",
4012
- "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
5408
+ "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
4013
5409
  "repo": "nuxt-community/sentry-module",
4014
5410
  "npm": "@nuxtjs/sentry",
4015
- "icon": "sentry.png",
5411
+ "icon": "sentry.svg",
4016
5412
  "github": "https://github.com/nuxt-community/sentry-module",
4017
5413
  "website": "https://sentry.nuxtjs.org/",
4018
5414
  "learn_more": "https://sentry.io/welcome/",
@@ -4029,14 +5425,38 @@
4029
5425
  "requires": {}
4030
5426
  }
4031
5427
  },
5428
+ {
5429
+ "name": "seo-experiments",
5430
+ "description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
5431
+ "repo": "harlan-zw/nuxt-seo-experiments",
5432
+ "npm": "nuxt-seo-experiments",
5433
+ "icon": "seo-experiments.svg",
5434
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5435
+ "website": "https://nuxtseo.com/experiments",
5436
+ "learn_more": "https://nuxtseo.com/experiments",
5437
+ "category": "SEO",
5438
+ "type": "3rd-party",
5439
+ "maintainers": [
5440
+ {
5441
+ "name": "Harlan Wilton",
5442
+ "github": "harlan-zw",
5443
+ "twitter": "harlan_zw",
5444
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5445
+ }
5446
+ ],
5447
+ "compatibility": {
5448
+ "nuxt": "^3.0.0",
5449
+ "requires": {}
5450
+ }
5451
+ },
4032
5452
  {
4033
5453
  "name": "seo-kit",
4034
- "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
4035
- "repo": "harlan-zw/nuxt-seo-kit",
4036
- "npm": "nuxt-seo-kit-mono",
5454
+ "description": "The complete SEO solution for Nuxt.",
5455
+ "repo": "harlan-zw/nuxt-seo-kit#main/layer",
5456
+ "npm": "nuxt-seo-kit",
4037
5457
  "icon": "seo-kit.svg",
4038
5458
  "github": "https://github.com/harlan-zw/nuxt-seo-kit",
4039
- "website": "https://github.com/harlan-zw/nuxt-seo-kit",
5459
+ "website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
4040
5460
  "learn_more": "",
4041
5461
  "category": "SEO",
4042
5462
  "type": "3rd-party",
@@ -4076,7 +5496,7 @@
4076
5496
  },
4077
5497
  {
4078
5498
  "name": "seomatic-meta",
4079
- "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
5499
+ "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
4080
5500
  "repo": "ben-rogerson/nuxt-seomatic-meta",
4081
5501
  "npm": "nuxt-seomatic-meta",
4082
5502
  "icon": "seomatic.png",
@@ -4119,6 +5539,29 @@
4119
5539
  "requires": {}
4120
5540
  }
4121
5541
  },
5542
+ {
5543
+ "name": "server-block",
5544
+ "description": "Use <server> tags in your Nuxt pages components.",
5545
+ "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
5546
+ "npm": "@hebilicious/server-block-nuxt",
5547
+ "icon": "server-block.svg",
5548
+ "github": "https://github.com/Hebilicious/server-block-nuxt",
5549
+ "website": "https://github.com/Hebilicious/server-block-nuxt#readme",
5550
+ "learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
5551
+ "category": "Extensions",
5552
+ "type": "3rd-party",
5553
+ "maintainers": [
5554
+ {
5555
+ "name": "Hebilicious",
5556
+ "github": "Hebilicious",
5557
+ "twitter": "its_hebilicious"
5558
+ }
5559
+ ],
5560
+ "compatibility": {
5561
+ "nuxt": "^3.0.0",
5562
+ "requires": {}
5563
+ }
5564
+ },
4122
5565
  {
4123
5566
  "name": "session",
4124
5567
  "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",
@@ -4144,7 +5587,7 @@
4144
5587
  },
4145
5588
  {
4146
5589
  "name": "shopify",
4147
- "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
5590
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
4148
5591
  "repo": "Gomah/nuxt-shopify",
4149
5592
  "npm": "nuxt-shopify",
4150
5593
  "icon": "shopify.png",
@@ -4165,7 +5608,7 @@
4165
5608
  }
4166
5609
  },
4167
5610
  {
4168
- "name": "nuxt-auth",
5611
+ "name": "sidebase-auth",
4169
5612
  "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.",
4170
5613
  "repo": "sidebase/nuxt-auth",
4171
5614
  "npm": "@sidebase/nuxt-auth",
@@ -4211,13 +5654,13 @@
4211
5654
  },
4212
5655
  {
4213
5656
  "name": "simple-robots",
4214
- "description": "Simply manage the robots crawling your Nuxt app.",
5657
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
4215
5658
  "repo": "harlan-zw/nuxt-simple-robots",
4216
5659
  "npm": "nuxt-simple-robots",
4217
- "icon": "",
5660
+ "icon": "simple-robots.svg",
4218
5661
  "github": "https://github.com/harlan-zw/nuxt-simple-robots",
4219
- "website": "https://github.com/harlan-zw/nuxt-simple-robots",
4220
- "learn_more": "",
5662
+ "website": "https://nuxtseo.com/robots",
5663
+ "learn_more": "https://nuxtseo.com/robots",
4221
5664
  "category": "SEO",
4222
5665
  "type": "3rd-party",
4223
5666
  "maintainers": [
@@ -4235,13 +5678,13 @@
4235
5678
  },
4236
5679
  {
4237
5680
  "name": "simple-sitemap",
4238
- "description": "Simple, minimal sitemap.xml generation.",
5681
+ "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
4239
5682
  "repo": "harlan-zw/nuxt-simple-sitemap",
4240
5683
  "npm": "nuxt-simple-sitemap",
4241
- "icon": "",
5684
+ "icon": "simple-sitemap.svg",
4242
5685
  "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4243
- "website": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4244
- "learn_more": "",
5686
+ "website": "https://nuxtseo.com/simple-sitemap",
5687
+ "learn_more": "https://nuxtseo.com/simple-sitemap",
4245
5688
  "category": "SEO",
4246
5689
  "type": "3rd-party",
4247
5690
  "maintainers": [
@@ -4259,7 +5702,7 @@
4259
5702
  },
4260
5703
  {
4261
5704
  "name": "sitemap",
4262
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
5705
+ "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
4263
5706
  "repo": "nuxt-community/sitemap-module#dev",
4264
5707
  "npm": "@nuxtjs/sitemap",
4265
5708
  "icon": "",
@@ -4280,32 +5723,54 @@
4280
5723
  "requires": {}
4281
5724
  }
4282
5725
  },
5726
+ {
5727
+ "name": "snackbar",
5728
+ "description": "Nuxt Snackbar module using vue3-snackbar",
5729
+ "repo": "modbender/nuxt-snackbar#master",
5730
+ "npm": "nuxt-snackbar",
5731
+ "icon": "snackbar.png",
5732
+ "github": "https://github.com/modbender/nuxt-snackbar/tree/master",
5733
+ "website": "https://github.com/modbender/nuxt-snackbar/tree/master",
5734
+ "learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
5735
+ "category": "UI",
5736
+ "type": "3rd-party",
5737
+ "maintainers": [
5738
+ {
5739
+ "name": "modbender",
5740
+ "github": "modbender"
5741
+ }
5742
+ ],
5743
+ "compatibility": {
5744
+ "nuxt": "^3.0.0",
5745
+ "requires": {}
5746
+ }
5747
+ },
4283
5748
  {
4284
5749
  "name": "snipcart",
4285
- "description": "Snipcart integration module for Nuxt.js",
4286
- "repo": "nuxt-community/snipcart-module",
5750
+ "description": "Snipcart integration module for Nuxt",
5751
+ "repo": "nuxt-modules/snipcart",
4287
5752
  "npm": "@nuxtjs/snipcart",
4288
5753
  "icon": "snipcart.png",
4289
- "github": "https://github.com/nuxt-community/snipcart-module",
4290
- "website": "https://github.com/nuxt-community/snipcart-module",
4291
- "learn_more": "",
4292
- "category": "Payment",
5754
+ "github": "https://github.com/nuxt-modules/snipcart",
5755
+ "website": "https://github.com/nuxt-modules/snipcart",
5756
+ "learn_more": "https://snipcart.com",
5757
+ "category": "Ecommerce",
4293
5758
  "type": "community",
4294
5759
  "maintainers": [
4295
5760
  {
4296
5761
  "name": "Florent GIRAUD",
4297
- "github": "f3ltron",
4298
- "twitter": "giraud_florent"
5762
+ "github": "flozero",
5763
+ "twitter": "flozeroo"
4299
5764
  }
4300
5765
  ],
4301
5766
  "compatibility": {
4302
- "nuxt": "^2.0.0",
5767
+ "nuxt": "^2.0.0 || ^3.0.0",
4303
5768
  "requires": {}
4304
5769
  }
4305
5770
  },
4306
5771
  {
4307
5772
  "name": "social-meta",
4308
- "description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
5773
+ "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
4309
5774
  "repo": "AlekseyPleshkov/nuxt-social-meta",
4310
5775
  "npm": "nuxt-social-meta",
4311
5776
  "icon": "",
@@ -4427,7 +5892,7 @@
4427
5892
  },
4428
5893
  {
4429
5894
  "name": "storage",
4430
- "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
5895
+ "description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
4431
5896
  "repo": "mazipan/nuxt-storage",
4432
5897
  "npm": "nuxt-storage",
4433
5898
  "icon": "",
@@ -4449,7 +5914,7 @@
4449
5914
  },
4450
5915
  {
4451
5916
  "name": "storefront-ui",
4452
- "description": "Storefront UI Module for Nuxt.js",
5917
+ "description": "Storefront UI Module for Nuxt",
4453
5918
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
4454
5919
  "npm": "@storefront-ui/nuxt",
4455
5920
  "icon": "storefront-ui.svg",
@@ -4493,7 +5958,7 @@
4493
5958
  },
4494
5959
  {
4495
5960
  "name": "storyblok",
4496
- "description": "Storyblok Nuxt.js module",
5961
+ "description": "Storyblok Nuxt module",
4497
5962
  "repo": "storyblok/storyblok-nuxt#master/lib",
4498
5963
  "npm": "@storyblok/nuxt",
4499
5964
  "icon": "storyblok.png",
@@ -4510,46 +5975,43 @@
4510
5975
  ],
4511
5976
  "compatibility": {
4512
5977
  "nuxt": "^2.0.0 || ^3.0.0",
4513
- "requires": {}
5978
+ "requires": {},
5979
+ "devtools": "^0.0.0"
4514
5980
  }
4515
5981
  },
4516
5982
  {
4517
5983
  "name": "storybook",
4518
- "description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
4519
- "repo": "nuxt-community/storybook",
5984
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
5985
+ "repo": "nuxt-modules/storybook",
4520
5986
  "npm": "@nuxtjs/storybook",
4521
5987
  "icon": "storybook.png",
4522
- "github": "https://github.com/nuxt-community/storybook",
5988
+ "github": "https://github.com/nuxt-modules/storybook",
4523
5989
  "website": "https://storybook.nuxtjs.org",
4524
- "learn_more": "https://storybook.js.org/",
5990
+ "learn_more": "https://github.com/storybook-vue/storybook-nuxt",
4525
5991
  "category": "Devtools",
4526
5992
  "type": "community",
4527
5993
  "maintainers": [
4528
5994
  {
4529
- "name": "Ahad Birang",
4530
- "github": "farnabaz",
4531
- "twitter": "a_birang"
4532
- },
4533
- {
4534
- "name": "Pooya Parsa",
4535
- "github": "pi0",
4536
- "twitter": "_pi0_"
5995
+ "name": "Chakir QATAB",
5996
+ "github": "chakAs3",
5997
+ "twitter": "ChakirQatab"
4537
5998
  }
4538
5999
  ],
4539
6000
  "compatibility": {
4540
- "nuxt": "^2.0.0",
6001
+ "nuxt": "^2.0.0 || ^3.0.0",
4541
6002
  "requires": {
4542
6003
  "bridge": "optional"
4543
- }
6004
+ },
6005
+ "devtools": "^0.7.2"
4544
6006
  }
4545
6007
  },
4546
6008
  {
4547
6009
  "name": "strapi",
4548
6010
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
4549
- "repo": "nuxt-community/strapi-module",
6011
+ "repo": "nuxt-modules/strapi",
4550
6012
  "npm": "@nuxtjs/strapi",
4551
6013
  "icon": "strapi.png",
4552
- "github": "https://github.com/nuxt-community/strapi-module",
6014
+ "github": "https://github.com/nuxt-modules/strapi",
4553
6015
  "website": "https://strapi.nuxtjs.org",
4554
6016
  "learn_more": "https://strapi.io/",
4555
6017
  "category": "CMS",
@@ -4570,7 +6032,34 @@
4570
6032
  "nuxt": "^2.0.0 || ^3.0.0",
4571
6033
  "requires": {
4572
6034
  "bridge": true
6035
+ },
6036
+ "devtools": "^0.0.0"
6037
+ }
6038
+ },
6039
+ {
6040
+ "name": "stripe-next",
6041
+ "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.",
6042
+ "repo": "fuentesloic/nuxt-stripe",
6043
+ "npm": "@unlok-co/nuxt-stripe",
6044
+ "icon": "stripe.png",
6045
+ "github": "https://github.com/fuentesloic/nuxt-stripe",
6046
+ "website": "https://github.com/fuentesloic/nuxt-stripe",
6047
+ "learn_more": "https://stripe.com/docs",
6048
+ "category": "Payment",
6049
+ "type": "3rd-party",
6050
+ "maintainers": [
6051
+ {
6052
+ "name": "Loic Fuentes",
6053
+ "github": "fuentesloic"
6054
+ },
6055
+ {
6056
+ "name": "Florent Giraud",
6057
+ "github": "flozero"
4573
6058
  }
6059
+ ],
6060
+ "compatibility": {
6061
+ "nuxt": "^3.0.0",
6062
+ "requires": {}
4574
6063
  }
4575
6064
  },
4576
6065
  {
@@ -4595,6 +6084,36 @@
4595
6084
  "requires": {}
4596
6085
  }
4597
6086
  },
6087
+ {
6088
+ "name": "studio",
6089
+ "description": "A new experience to build content-driven website with Nuxt.",
6090
+ "repo": "nuxtlabs/studio-module",
6091
+ "npm": "@nuxthq/studio",
6092
+ "icon": "studio.svg",
6093
+ "github": "https://github.com/nuxtlabs/studio-module",
6094
+ "website": "https://nuxt.studio",
6095
+ "learn_more": "https://nuxt.studio",
6096
+ "category": "CMS",
6097
+ "type": "3rd-party",
6098
+ "maintainers": [
6099
+ {
6100
+ "name": "Ahad Birang",
6101
+ "github": "farnabaz",
6102
+ "twitter": "a_birang"
6103
+ },
6104
+ {
6105
+ "name": "Sébastien Chopin",
6106
+ "github": "Atinux",
6107
+ "twitter": "Atinux"
6108
+ }
6109
+ ],
6110
+ "compatibility": {
6111
+ "nuxt": "^3.0.0",
6112
+ "requires": {
6113
+ "content": true
6114
+ }
6115
+ }
6116
+ },
4598
6117
  {
4599
6118
  "name": "style-resources",
4600
6119
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
@@ -4620,7 +6139,7 @@
4620
6139
  },
4621
6140
  {
4622
6141
  "name": "stylelint",
4623
- "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
6142
+ "description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
4624
6143
  "repo": "nuxt-community/stylelint-module",
4625
6144
  "npm": "@nuxtjs/stylelint-module",
4626
6145
  "icon": "stylelint.png",
@@ -4636,7 +6155,7 @@
4636
6155
  }
4637
6156
  ],
4638
6157
  "compatibility": {
4639
- "nuxt": "^2.0.0",
6158
+ "nuxt": "^2.0.0 || ^3.0.0",
4640
6159
  "requires": {}
4641
6160
  }
4642
6161
  },
@@ -4666,10 +6185,10 @@
4666
6185
  {
4667
6186
  "name": "supabase",
4668
6187
  "description": "First class integration with Supabase",
4669
- "repo": "nuxt-community/supabase-module",
6188
+ "repo": "nuxt-modules/supabase",
4670
6189
  "npm": "@nuxtjs/supabase",
4671
6190
  "icon": "supabase.png",
4672
- "github": "https://github.com/nuxt-community/supabase-module",
6191
+ "github": "https://github.com/nuxt-modules/supabase",
4673
6192
  "website": "https://supabase.nuxtjs.org",
4674
6193
  "learn_more": "https://supabase.com",
4675
6194
  "category": "Database",
@@ -4720,12 +6239,12 @@
4720
6239
  },
4721
6240
  {
4722
6241
  "name": "svg-sprite",
4723
- "description": "Optimized and Easy way to use svg files in Nuxt.js",
4724
- "repo": "nuxt-community/svg-sprite-module",
6242
+ "description": "Optimized and Easy way to use svg files in Nuxt",
6243
+ "repo": "nuxt-modules/svg-sprite",
4725
6244
  "npm": "@nuxtjs/svg-sprite",
4726
6245
  "icon": "",
4727
- "github": "https://github.com/nuxt-community/svg-sprite-module",
4728
- "website": "https://github.com/nuxt-community/svg-sprite-module",
6246
+ "github": "https://github.com/nuxt-modules/svg-sprite",
6247
+ "website": "https://github.com/nuxt-modules/svg-sprite",
4729
6248
  "learn_more": "",
4730
6249
  "category": "UI",
4731
6250
  "type": "community",
@@ -4737,13 +6256,13 @@
4737
6256
  }
4738
6257
  ],
4739
6258
  "compatibility": {
4740
- "nuxt": "^2.0.0",
6259
+ "nuxt": "^2.0.0 || ^3.0.0",
4741
6260
  "requires": {}
4742
6261
  }
4743
6262
  },
4744
6263
  {
4745
6264
  "name": "svg",
4746
- "description": "Super simple svg loading module for Nuxt.js",
6265
+ "description": "Super simple svg loading module for Nuxt",
4747
6266
  "repo": "nuxt-community/svg-module",
4748
6267
  "npm": "@nuxtjs/svg",
4749
6268
  "icon": "",
@@ -4787,7 +6306,7 @@
4787
6306
  },
4788
6307
  {
4789
6308
  "name": "swiper",
4790
- "description": "Nuxt.js module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
6309
+ "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
4791
6310
  "repo": "cpreston321/nuxt-swiper",
4792
6311
  "npm": "nuxt-swiper",
4793
6312
  "icon": "swiper.svg",
@@ -4807,13 +6326,36 @@
4807
6326
  "requires": {}
4808
6327
  }
4809
6328
  },
6329
+ {
6330
+ "name": "tailvue",
6331
+ "description": "Vue components built for Vue3 powered by Windi CSS or tailwindcss",
6332
+ "repo": "fumeapp/tailvue",
6333
+ "npm": "tailvue",
6334
+ "icon": "tailvue.jpg",
6335
+ "github": "https://github.com/fumeapp/tailvue",
6336
+ "website": "https://github.com/fumeapp/tailvue",
6337
+ "learn_more": "https://github.com/fumeapp/tailvue#readme",
6338
+ "category": "UI",
6339
+ "type": "3rd-party",
6340
+ "maintainers": [
6341
+ {
6342
+ "name": "Kevin Olson",
6343
+ "github": "acidjazz",
6344
+ "twitter": "AppFume"
6345
+ }
6346
+ ],
6347
+ "compatibility": {
6348
+ "nuxt": "^3.0.0",
6349
+ "requires": {}
6350
+ }
6351
+ },
4810
6352
  {
4811
6353
  "name": "tailwindcss",
4812
6354
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
4813
- "repo": "nuxt-community/tailwindcss-module",
6355
+ "repo": "nuxt-modules/tailwindcss",
4814
6356
  "npm": "@nuxtjs/tailwindcss",
4815
6357
  "icon": "tailwindcss.png",
4816
- "github": "https://github.com/nuxt-community/tailwindcss-module",
6358
+ "github": "https://github.com/nuxt-modules/tailwindcss",
4817
6359
  "website": "https://tailwindcss.nuxtjs.org",
4818
6360
  "learn_more": "https://tailwindcss.com/",
4819
6361
  "category": "UI",
@@ -4823,11 +6365,16 @@
4823
6365
  "name": "Sébastien Chopin",
4824
6366
  "github": "Atinux",
4825
6367
  "twitter": "Atinux"
6368
+ },
6369
+ {
6370
+ "name": "Inesh Bose",
6371
+ "github": "ineshbose"
4826
6372
  }
4827
6373
  ],
4828
6374
  "compatibility": {
4829
6375
  "nuxt": "^2.0.0 || ^3.0.0",
4830
- "requires": {}
6376
+ "requires": {},
6377
+ "devtools": "^0.0.0"
4831
6378
  }
4832
6379
  },
4833
6380
  {
@@ -4853,9 +6400,31 @@
4853
6400
  "requires": {}
4854
6401
  }
4855
6402
  },
6403
+ {
6404
+ "name": "time",
6405
+ "description": "Safely render local dates and times on the server with Nuxt",
6406
+ "repo": "danielroe/nuxt-time",
6407
+ "npm": "nuxt-time",
6408
+ "icon": "",
6409
+ "github": "https://github.com/danielroe/nuxt-time",
6410
+ "website": "https://github.com/danielroe/nuxt-time",
6411
+ "learn_more": "",
6412
+ "category": "Extensions",
6413
+ "type": "3rd-party",
6414
+ "maintainers": [
6415
+ {
6416
+ "name": "danielroe",
6417
+ "github": "danielroe"
6418
+ }
6419
+ ],
6420
+ "compatibility": {
6421
+ "nuxt": "^3.0.0",
6422
+ "requires": {}
6423
+ }
6424
+ },
4856
6425
  {
4857
6426
  "name": "toast",
4858
- "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
6427
+ "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
4859
6428
  "repo": "nuxt-community/modules#master/packages/toast",
4860
6429
  "npm": "@nuxtjs/toast",
4861
6430
  "icon": "",
@@ -4876,6 +6445,39 @@
4876
6445
  "requires": {}
4877
6446
  }
4878
6447
  },
6448
+ {
6449
+ "name": "tresjs",
6450
+ "description": "Create 3D experiences in your Nuxt application using TresJS.",
6451
+ "repo": "tresjs/nuxt",
6452
+ "npm": "@tresjs/nuxt",
6453
+ "icon": "tresjs.svg",
6454
+ "github": "https://github.com/Tresjs/nuxt",
6455
+ "website": "https://tresjs.org/guide/nuxt.html",
6456
+ "learn_more": "https://tresjs.org/",
6457
+ "category": "Libraries",
6458
+ "type": "3rd-party",
6459
+ "maintainers": [
6460
+ {
6461
+ "name": "Alvaro Saburido",
6462
+ "github": "alvarosabu",
6463
+ "twitter": "alvarosabu"
6464
+ },
6465
+ {
6466
+ "name": "Jaime Torrealba",
6467
+ "github": "JaimeTorrealba",
6468
+ "twitter": "jaimebboyjt"
6469
+ },
6470
+ {
6471
+ "name": "Tino Koch",
6472
+ "github": "Tinoooo",
6473
+ "twitter": "ichbintino"
6474
+ }
6475
+ ],
6476
+ "compatibility": {
6477
+ "nuxt": "^3.0.0",
6478
+ "requires": {}
6479
+ }
6480
+ },
4879
6481
  {
4880
6482
  "name": "turnstile",
4881
6483
  "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
@@ -4903,7 +6505,7 @@
4903
6505
  },
4904
6506
  {
4905
6507
  "name": "twa",
4906
- "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
6508
+ "description": "Nuxt module for generating Trusted Web App from Nuxt app",
4907
6509
  "repo": "tuarrep/nuxt-twa",
4908
6510
  "npm": "nuxt-twa",
4909
6511
  "icon": "",
@@ -4925,6 +6527,28 @@
4925
6527
  }
4926
6528
  }
4927
6529
  },
6530
+ {
6531
+ "name": "twemoji",
6532
+ "description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
6533
+ "repo": "yizack/nuxt-twemoji",
6534
+ "npm": "nuxt-twemoji",
6535
+ "icon": "twemoji.svg",
6536
+ "github": "https://github.com/Yizack/nuxt-twemoji",
6537
+ "website": "https://github.com/Yizack/nuxt-twemoji",
6538
+ "learn_more": "",
6539
+ "category": "UI",
6540
+ "type": "3rd-party",
6541
+ "maintainers": [
6542
+ {
6543
+ "name": "Yizack Rangel",
6544
+ "github": "yizack"
6545
+ }
6546
+ ],
6547
+ "compatibility": {
6548
+ "nuxt": "^3.0.0",
6549
+ "requires": {}
6550
+ }
6551
+ },
4928
6552
  {
4929
6553
  "name": "twicpics",
4930
6554
  "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
@@ -5069,6 +6693,63 @@
5069
6693
  "requires": {}
5070
6694
  }
5071
6695
  },
6696
+ {
6697
+ "name": "typo3",
6698
+ "description": "TYPO3 Headless Frontend Rendering module",
6699
+ "repo": "TYPO3-Headless/nuxt-typo3",
6700
+ "npm": "@t3headless/nuxt-typo3",
6701
+ "icon": "typo3.svg",
6702
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
6703
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
6704
+ "learn_more": "https://github.com/TYPO3-Headless",
6705
+ "category": "CMS",
6706
+ "type": "3rd-party",
6707
+ "maintainers": [
6708
+ {
6709
+ "name": "Macopedia",
6710
+ "github": "macopedia",
6711
+ "twitter": "macopediapl"
6712
+ }
6713
+ ],
6714
+ "compatibility": {
6715
+ "nuxt": "^2.0.0 || ^3.0.0",
6716
+ "requires": {},
6717
+ "devtools": "^0.0.0"
6718
+ }
6719
+ },
6720
+ {
6721
+ "name": "ui",
6722
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
6723
+ "repo": "nuxt/ui#dev",
6724
+ "npm": "@nuxt/ui",
6725
+ "icon": "nuxt.svg",
6726
+ "github": "https://github.com/nuxt/ui",
6727
+ "website": "https://ui.nuxt.com",
6728
+ "learn_more": "",
6729
+ "category": "UI",
6730
+ "type": "official",
6731
+ "maintainers": [
6732
+ {
6733
+ "name": "Benjamin Canac",
6734
+ "github": "benjamincanac",
6735
+ "twitter": "benjamincanac"
6736
+ },
6737
+ {
6738
+ "name": "Sebastien Chopin",
6739
+ "github": "Atinux",
6740
+ "twitter": "Atinux"
6741
+ },
6742
+ {
6743
+ "name": "Sylvain Marroufin",
6744
+ "github": "smarroufin",
6745
+ "twitter": "smarroufin"
6746
+ }
6747
+ ],
6748
+ "compatibility": {
6749
+ "nuxt": "^3.0.0",
6750
+ "requires": {}
6751
+ }
6752
+ },
5072
6753
  {
5073
6754
  "name": "umami",
5074
6755
  "description": "Embed the Umami analytics library into Nuxt",
@@ -5096,11 +6777,11 @@
5096
6777
  {
5097
6778
  "name": "unhead",
5098
6779
  "description": "Experimental features for Nuxt SEO / head management.",
5099
- "repo": "harlan-zw/nuxt-unhead",
5100
- "npm": "nuxt-unhead",
6780
+ "repo": "harlan-zw/nuxt-seo-experiments",
6781
+ "npm": "nuxt-seo-experiments",
5101
6782
  "icon": "",
5102
- "github": "https://github.com/harlan-zw/nuxt-unhead",
5103
- "website": "https://github.com/harlan-zw/nuxt-unhead",
6783
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
6784
+ "website": "https://github.com/harlan-zw/nuxt-seo-experiments",
5104
6785
  "learn_more": "",
5105
6786
  "category": "SEO",
5106
6787
  "type": "3rd-party",
@@ -5117,7 +6798,7 @@
5117
6798
  },
5118
6799
  {
5119
6800
  "name": "universal-storage",
5120
- "description": "Universal Storage Utilities for Nuxt.js",
6801
+ "description": "Universal Storage Utilities for Nuxt",
5121
6802
  "repo": "nuxt-community/universal-storage-module",
5122
6803
  "npm": "@nuxtjs/universal-storage",
5123
6804
  "icon": "",
@@ -5128,14 +6809,180 @@
5128
6809
  "type": "community",
5129
6810
  "maintainers": [
5130
6811
  {
5131
- "name": "Pooya Parsa",
5132
- "github": "pi0",
5133
- "twitter": "_pi0_"
5134
- },
5135
- {
5136
- "name": "Farzad Soltani",
5137
- "github": "farzadso",
5138
- "twitter": "farzadso"
6812
+ "name": "Pooya Parsa",
6813
+ "github": "pi0",
6814
+ "twitter": "_pi0_"
6815
+ },
6816
+ {
6817
+ "name": "Farzad Soltani",
6818
+ "github": "farzadso",
6819
+ "twitter": "farzadso"
6820
+ }
6821
+ ],
6822
+ "compatibility": {
6823
+ "nuxt": "^2.0.0",
6824
+ "requires": {}
6825
+ }
6826
+ },
6827
+ {
6828
+ "name": "unlazy",
6829
+ "description": "Lazy loading library for placeholder images",
6830
+ "repo": "johannschopplich/unlazy/packages/nuxt",
6831
+ "npm": "@unlazy/nuxt",
6832
+ "icon": "unlazy.svg",
6833
+ "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
6834
+ "website": "https://unlazy.byjohann.dev/",
6835
+ "learn_more": "",
6836
+ "category": "Images",
6837
+ "type": "3rd-party",
6838
+ "maintainers": [
6839
+ {
6840
+ "name": "Johann Schopplich",
6841
+ "github": "johannschopplich"
6842
+ }
6843
+ ],
6844
+ "compatibility": {
6845
+ "nuxt": "^3.0.0",
6846
+ "requires": {}
6847
+ }
6848
+ },
6849
+ {
6850
+ "name": "unlighthouse",
6851
+ "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
6852
+ "repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
6853
+ "npm": "@unlighthouse/nuxt",
6854
+ "icon": "unlighthouse.svg",
6855
+ "github": "https://github.com/harlan-zw/unlighthouse",
6856
+ "website": "https://github.com/harlan-zw/unlighthouse",
6857
+ "learn_more": "https://github.com/harlan-zw/unlighthouse",
6858
+ "category": "Devtools",
6859
+ "type": "3rd-party",
6860
+ "maintainers": [
6861
+ {
6862
+ "name": "Harlan Wilton",
6863
+ "github": "harlan-zw",
6864
+ "twitter": "harlan_zw",
6865
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
6866
+ }
6867
+ ],
6868
+ "compatibility": {
6869
+ "nuxt": "^2.0.0 || ^3.0.0",
6870
+ "requires": {
6871
+ "bridge": "optional"
6872
+ }
6873
+ }
6874
+ },
6875
+ {
6876
+ "name": "unocss",
6877
+ "description": "The instant on-demand atomic CSS engine.",
6878
+ "repo": "unocss/unocss#main/packages/nuxt",
6879
+ "npm": "@unocss/nuxt",
6880
+ "icon": "unocss.svg",
6881
+ "github": "https://github.com/unocss/unocss",
6882
+ "website": "https://github.com/unocss/unocss",
6883
+ "learn_more": "https://github.com/unocss/unocss",
6884
+ "category": "UI",
6885
+ "type": "3rd-party",
6886
+ "maintainers": [
6887
+ {
6888
+ "name": "Anthony Fu",
6889
+ "github": "antfu",
6890
+ "twitter": "antfu7",
6891
+ "avatar": "https://avatars.githubusercontent.com/antfu?v=4"
6892
+ }
6893
+ ],
6894
+ "compatibility": {
6895
+ "nuxt": "^2.0.0 || ^3.0.0",
6896
+ "requires": {
6897
+ "bridge": "optional"
6898
+ },
6899
+ "devtools": "^0.0.0"
6900
+ }
6901
+ },
6902
+ {
6903
+ "name": "ununuracss",
6904
+ "description": "A Real CSS Engine. Only Scoped.",
6905
+ "repo": "novout/ununuracss#main/packages/nuxt",
6906
+ "npm": "nuxt-ununura",
6907
+ "icon": "ununuracss.png",
6908
+ "github": "https://github.com/novout/ununuracss",
6909
+ "website": "https://ununura.com/#/",
6910
+ "learn_more": "https://ununura.com/#/docs/why",
6911
+ "category": "UI",
6912
+ "type": "3rd-party",
6913
+ "maintainers": [
6914
+ {
6915
+ "name": "Giovane Cardoso",
6916
+ "github": "novout",
6917
+ "avatar": "https://avatars.githubusercontent.com/novout?v=4"
6918
+ }
6919
+ ],
6920
+ "compatibility": {
6921
+ "nuxt": "^2.0.0 || ^3.0.0",
6922
+ "requires": {}
6923
+ }
6924
+ },
6925
+ {
6926
+ "name": "use-wagmi",
6927
+ "description": "Vue Composition for Ethereum based on wagmi",
6928
+ "repo": "unicape/use-wagmi#main/packages/nuxt",
6929
+ "npm": "@use-wagmi/nuxt",
6930
+ "icon": "use-wagmi.png",
6931
+ "github": "https://github.com/unicape/use-wagmi",
6932
+ "website": "https://github.com/unicape/use-wagmi",
6933
+ "learn_more": "https://github.com/unicape/use-wagmi",
6934
+ "category": "Extensions",
6935
+ "type": "3rd-party",
6936
+ "maintainers": [
6937
+ {
6938
+ "name": "Unic Ape",
6939
+ "github": "unicape"
6940
+ }
6941
+ ],
6942
+ "compatibility": {
6943
+ "nuxt": "^2.0.0 || ^3.0.0",
6944
+ "requires": {
6945
+ "bridge": true
6946
+ }
6947
+ }
6948
+ },
6949
+ {
6950
+ "name": "user-agent",
6951
+ "description": "Nuxt module for handling User-Agent.",
6952
+ "repo": "fukuiretu/nuxt-user-agent",
6953
+ "npm": "nuxt-user-agent",
6954
+ "icon": "",
6955
+ "github": "https://github.com/fukuiretu/nuxt-user-agent",
6956
+ "website": "https://github.com/fukuiretu/nuxt-user-agent",
6957
+ "learn_more": "",
6958
+ "category": "Extensions",
6959
+ "type": "3rd-party",
6960
+ "maintainers": [
6961
+ {
6962
+ "name": "fukuiretu",
6963
+ "github": "fukuiretu"
6964
+ }
6965
+ ],
6966
+ "compatibility": {
6967
+ "nuxt": "^2.0.0",
6968
+ "requires": {}
6969
+ }
6970
+ },
6971
+ {
6972
+ "name": "validate",
6973
+ "description": "Simple Nuxt input validation module using vee-validate",
6974
+ "repo": "lewyuburi/nuxt-validate",
6975
+ "npm": "nuxt-validate",
6976
+ "icon": "vee-validate.png",
6977
+ "github": "https://github.com/lewyuburi/nuxt-validate",
6978
+ "website": "https://github.com/lewyuburi/nuxt-validate",
6979
+ "learn_more": "https://logaretm.github.io/vee-validate/",
6980
+ "category": "Libraries",
6981
+ "type": "3rd-party",
6982
+ "maintainers": [
6983
+ {
6984
+ "name": "lewyuburi",
6985
+ "github": "lewyuburi"
5139
6986
  }
5140
6987
  ],
5141
6988
  "compatibility": {
@@ -5144,98 +6991,94 @@
5144
6991
  }
5145
6992
  },
5146
6993
  {
5147
- "name": "unlighthouse",
5148
- "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
5149
- "repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
5150
- "npm": "@unlighthouse/nuxt",
5151
- "icon": "unlighthouse.svg",
5152
- "github": "https://github.com/harlan-zw/unlighthouse",
5153
- "website": "https://github.com/harlan-zw/unlighthouse",
5154
- "learn_more": "https://github.com/harlan-zw/unlighthouse",
5155
- "category": "Devtools",
6994
+ "name": "vant",
6995
+ "description": "A lightweight, customizable Vue UI library for mobile web apps.",
6996
+ "repo": "vant-ui/vant-nuxt",
6997
+ "npm": "@vant/nuxt",
6998
+ "icon": "vant.png",
6999
+ "github": "https://github.com/vant-ui/vant-nuxt",
7000
+ "website": "https://vant-ui.github.io/vant",
7001
+ "learn_more": "https://github.com/vant-ui/vant-nuxt#readme",
7002
+ "category": "UI",
5156
7003
  "type": "3rd-party",
5157
7004
  "maintainers": [
5158
7005
  {
5159
- "name": "Harlan Wilton",
5160
- "github": "harlan-zw",
5161
- "twitter": "harlan_zw",
5162
- "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
7006
+ "name": "tolking",
7007
+ "github": "tolking"
5163
7008
  }
5164
7009
  ],
5165
7010
  "compatibility": {
5166
- "nuxt": "^2.0.0 || ^3.0.0",
7011
+ "nuxt": "^3.0.0",
5167
7012
  "requires": {
5168
7013
  "bridge": "optional"
5169
7014
  }
5170
7015
  }
5171
7016
  },
5172
7017
  {
5173
- "name": "unocss",
5174
- "description": "The instant on-demand atomic CSS engine.",
5175
- "repo": "antfu/unocss#main/packages/nuxt",
5176
- "npm": "@unocss/nuxt",
5177
- "icon": "unocss.svg",
5178
- "github": "https://github.com/antfu/unocss",
5179
- "website": "https://github.com/antfu/unocss",
5180
- "learn_more": "https://github.com/antfu/unocss",
7018
+ "name": "varlet",
7019
+ "description": "A Material design mobile component library developed based on Vue3",
7020
+ "repo": "varletjs/varlet-nuxt",
7021
+ "npm": "@varlet/nuxt",
7022
+ "icon": "varlet.svg",
7023
+ "github": "https://github.com/varletjs/varlet",
7024
+ "website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
7025
+ "learn_more": "https://github.com/varletjs/varlet-nuxt",
5181
7026
  "category": "UI",
5182
7027
  "type": "3rd-party",
5183
7028
  "maintainers": [
5184
7029
  {
5185
- "name": "Anthony Fu",
5186
- "github": "antfu",
5187
- "twitter": "antfu7",
5188
- "avatar": "https://avatars.githubusercontent.com/antfu?v=4"
7030
+ "name": "zhangmo8",
7031
+ "github": "zhangmo8"
5189
7032
  }
5190
7033
  ],
5191
7034
  "compatibility": {
5192
- "nuxt": "^2.0.0 || ^3.0.0",
7035
+ "nuxt": "^3.0.0",
5193
7036
  "requires": {
5194
7037
  "bridge": "optional"
5195
7038
  }
5196
7039
  }
5197
7040
  },
5198
7041
  {
5199
- "name": "user-agent",
5200
- "description": "Nuxt.js module for handling User-Agent.",
5201
- "repo": "fukuiretu/nuxt-user-agent",
5202
- "npm": "nuxt-user-agent",
5203
- "icon": "",
5204
- "github": "https://github.com/fukuiretu/nuxt-user-agent",
5205
- "website": "https://github.com/fukuiretu/nuxt-user-agent",
7042
+ "name": "vcalendar",
7043
+ "description": "VCalendar module for Nuxt",
7044
+ "repo": "samk-dev/nuxt-vcalendar",
7045
+ "npm": "@samk-dev/nuxt-vcalendar",
7046
+ "icon": "vcalendar.png",
7047
+ "github": "https://github.com/samk-dev/vcalendar",
7048
+ "website": "https://github.com/samk-dev/vcalendar",
5206
7049
  "learn_more": "",
5207
- "category": "Extensions",
7050
+ "category": "Libraries",
5208
7051
  "type": "3rd-party",
5209
7052
  "maintainers": [
5210
7053
  {
5211
- "name": "fukuiretu",
5212
- "github": "fukuiretu"
7054
+ "name": "Sam K",
7055
+ "github": "samk-dev"
5213
7056
  }
5214
7057
  ],
5215
7058
  "compatibility": {
5216
- "nuxt": "^2.0.0",
7059
+ "nuxt": "^3.0.0",
5217
7060
  "requires": {}
5218
7061
  }
5219
7062
  },
5220
7063
  {
5221
- "name": "validate",
5222
- "description": "Simple Nuxt input validation module using vee-validate",
5223
- "repo": "lewyuburi/nuxt-validate",
5224
- "npm": "nuxt-validate",
7064
+ "name": "vee-validate",
7065
+ "description": "Painless Vue forms for Nuxt",
7066
+ "repo": "logaretm/vee-validate#main/packages/nuxt",
7067
+ "npm": "@vee-validate/nuxt",
5225
7068
  "icon": "vee-validate.png",
5226
- "github": "https://github.com/lewyuburi/nuxt-validate",
5227
- "website": "https://github.com/lewyuburi/nuxt-validate",
5228
- "learn_more": "https://logaretm.github.io/vee-validate/",
7069
+ "github": "https://github.com/logaretm/vee-validate/",
7070
+ "website": "https://vee-validate.logaretm.com/v4/",
7071
+ "learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
5229
7072
  "category": "Libraries",
5230
7073
  "type": "3rd-party",
5231
7074
  "maintainers": [
5232
7075
  {
5233
- "name": "lewyuburi",
5234
- "github": "lewyuburi"
7076
+ "name": "Abdelrahman Awad",
7077
+ "github": "logaretm"
5235
7078
  }
5236
7079
  ],
5237
7080
  "compatibility": {
5238
- "nuxt": "^2.0.0",
7081
+ "nuxt": "^3.0.0",
5239
7082
  "requires": {}
5240
7083
  }
5241
7084
  },
@@ -5262,9 +7105,54 @@
5262
7105
  "requires": {}
5263
7106
  }
5264
7107
  },
7108
+ {
7109
+ "name": "vercel-analytics",
7110
+ "description": "Vercel Analytics integration for Nuxt",
7111
+ "repo": "xanderbarkhatov/nuxt-vercel-analytics",
7112
+ "npm": "nuxt-vercel-analytics",
7113
+ "icon": "",
7114
+ "github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
7115
+ "website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
7116
+ "learn_more": "https://vercel.com/docs/concepts/analytics",
7117
+ "category": "Analytics",
7118
+ "type": "3rd-party",
7119
+ "maintainers": [
7120
+ {
7121
+ "name": "Alexander B.",
7122
+ "github": "xanderbarkhatov"
7123
+ }
7124
+ ],
7125
+ "compatibility": {
7126
+ "nuxt": "^3.0.0",
7127
+ "requires": {}
7128
+ }
7129
+ },
7130
+ {
7131
+ "name": "vexip-ui",
7132
+ "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
7133
+ "repo": "vexip-ui/nuxt",
7134
+ "npm": "@vexip-ui/nuxt",
7135
+ "icon": "vexip-ui.svg",
7136
+ "github": "https://github.com/vexip-ui/vexip-ui",
7137
+ "website": "https://www.vexipui.com/",
7138
+ "learn_more": "https://github.com/vexip-ui/nuxt",
7139
+ "category": "UI",
7140
+ "type": "3rd-party",
7141
+ "maintainers": [
7142
+ {
7143
+ "name": "未觉雨声",
7144
+ "github": "qmhc",
7145
+ "twitter": "qmhc95"
7146
+ }
7147
+ ],
7148
+ "compatibility": {
7149
+ "nuxt": "^3.0.0",
7150
+ "requires": {}
7151
+ }
7152
+ },
5265
7153
  {
5266
7154
  "name": "vite-pwa-nuxt",
5267
- "description": "Zero-config PWA Plugin for Nuxt 3",
7155
+ "description": "Zero-config PWA Plugin for Nuxt",
5268
7156
  "repo": "vite-pwa/nuxt",
5269
7157
  "npm": "@vite-pwa/nuxt",
5270
7158
  "icon": "vite-pwa-nuxt.svg",
@@ -5293,13 +7181,13 @@
5293
7181
  {
5294
7182
  "name": "vitest",
5295
7183
  "description": "Vitest integration with Nuxt",
5296
- "repo": "danielroe/nuxt-vitest#main",
7184
+ "repo": "danielroe/nuxt-vitest",
5297
7185
  "npm": "nuxt-vitest",
5298
7186
  "icon": "vitest.svg",
5299
7187
  "github": "https://github.com/danielroe/nuxt-vitest",
5300
7188
  "website": "https://github.com/danielroe/nuxt-vitest",
5301
7189
  "learn_more": "",
5302
- "category": "Extensions",
7190
+ "category": "Devtools",
5303
7191
  "type": "3rd-party",
5304
7192
  "maintainers": [
5305
7193
  {
@@ -5311,6 +7199,61 @@
5311
7199
  "github": "antfu"
5312
7200
  }
5313
7201
  ],
7202
+ "compatibility": {
7203
+ "nuxt": "^3.0.0",
7204
+ "requires": {},
7205
+ "devtools": "^0.0.0"
7206
+ }
7207
+ },
7208
+ {
7209
+ "name": "vue-email",
7210
+ "description": "💌 Write email templates with vue",
7211
+ "repo": "Dave136/vue-email#main/packages/vue-email",
7212
+ "npm": "vue-email",
7213
+ "icon": "vue-email.svg",
7214
+ "github": "https://github.com/Dave136/vue-email",
7215
+ "website": "https://www.vuemail.net/",
7216
+ "learn_more": "https://vue-email.vercel.app/getting-started",
7217
+ "category": "UI",
7218
+ "type": "3rd-party",
7219
+ "maintainers": [
7220
+ {
7221
+ "name": "David Arenas",
7222
+ "github": "Dave136",
7223
+ "twitter": "davejs4",
7224
+ "avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
7225
+ },
7226
+ {
7227
+ "name": "Younes Barrad",
7228
+ "github": "Flowko",
7229
+ "twitter": "imflowko",
7230
+ "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
7231
+ }
7232
+ ],
7233
+ "compatibility": {
7234
+ "nuxt": "^3.0.0",
7235
+ "requires": {},
7236
+ "devtools": "^0.0.0"
7237
+ }
7238
+ },
7239
+ {
7240
+ "name": "vue-final-modal",
7241
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
7242
+ "repo": "vue-final/vue-final-modal",
7243
+ "npm": "@vue-final-modal/nuxt",
7244
+ "icon": "vue-final-modal.svg",
7245
+ "github": "https://github.com/vue-final/vue-final-modal",
7246
+ "website": "https://vue-final-modal.org/",
7247
+ "learn_more": "https://vue-final-modal.org/",
7248
+ "category": "UI",
7249
+ "type": "3rd-party",
7250
+ "maintainers": [
7251
+ {
7252
+ "name": "Hunter Liu",
7253
+ "github": "hunterliu1003",
7254
+ "twitter": "hunterliu1003"
7255
+ }
7256
+ ],
5314
7257
  "compatibility": {
5315
7258
  "nuxt": "^3.0.0",
5316
7259
  "requires": {}
@@ -5318,13 +7261,13 @@
5318
7261
  },
5319
7262
  {
5320
7263
  "name": "vue-macros",
5321
- "description": "Explore and extend more macros and syntax sugar to Vue.",
5322
- "repo": "sxzz/unplugin-vue-macros#main/packages/nuxt",
7264
+ "description": "Explore more macros and syntax sugar to Vue.",
7265
+ "repo": "sxzz/vue-macros#main/packages/nuxt",
5323
7266
  "npm": "@vue-macros/nuxt",
5324
7267
  "icon": "vue-macros.svg",
5325
- "github": "https://github.com/sxzz/unplugin-vue-macros",
7268
+ "github": "https://github.com/sxzz/vue-macros",
5326
7269
  "website": "https://vue-macros.sxzz.moe",
5327
- "learn_more": "https://github.com/sxzz/unplugin-vue-macros",
7270
+ "learn_more": "https://github.com/sxzz/vue-macros",
5328
7271
  "category": "Extensions",
5329
7272
  "type": "3rd-party",
5330
7273
  "maintainers": [
@@ -5338,7 +7281,8 @@
5338
7281
  "nuxt": "^3.0.0",
5339
7282
  "requires": {
5340
7283
  "bridge": "optional"
5341
- }
7284
+ },
7285
+ "devtools": "^0.0.0"
5342
7286
  }
5343
7287
  },
5344
7288
  {
@@ -5365,7 +7309,7 @@
5365
7309
  },
5366
7310
  {
5367
7311
  "name": "vue-multiselect",
5368
- "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
7312
+ "description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
5369
7313
  "repo": "spektrummedia/nuxt-vue-multiselect",
5370
7314
  "npm": "nuxt-vue-multiselect",
5371
7315
  "icon": "",
@@ -5407,6 +7351,29 @@
5407
7351
  "requires": {}
5408
7352
  }
5409
7353
  },
7354
+ {
7355
+ "name": "vue-query",
7356
+ "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
7357
+ "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
7358
+ "npm": "@hebilicious/vue-query-nuxt",
7359
+ "icon": "vue-query.svg",
7360
+ "github": "https://github.com/Hebilicious/vue-query-nuxt",
7361
+ "website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
7362
+ "learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
7363
+ "category": "Request",
7364
+ "type": "3rd-party",
7365
+ "maintainers": [
7366
+ {
7367
+ "name": "Hebilicious",
7368
+ "github": "Hebilicious",
7369
+ "twitter": "its_hebilicious"
7370
+ }
7371
+ ],
7372
+ "compatibility": {
7373
+ "nuxt": "^3.0.0",
7374
+ "requires": {}
7375
+ }
7376
+ },
5410
7377
  {
5411
7378
  "name": "vue-select",
5412
7379
  "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
@@ -5456,7 +7423,7 @@
5456
7423
  },
5457
7424
  {
5458
7425
  "name": "vue-warehouse",
5459
- "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
7426
+ "description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
5460
7427
  "repo": "juliomrqz/vue-warehouse",
5461
7428
  "npm": "vue-warehouse",
5462
7429
  "icon": "",
@@ -5477,6 +7444,29 @@
5477
7444
  "requires": {}
5478
7445
  }
5479
7446
  },
7447
+ {
7448
+ "name": "vue3-carousel-nuxt",
7449
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
7450
+ "repo": "gaetansenn/vue3-carousel-nuxt",
7451
+ "npm": "vue3-carousel-nuxt",
7452
+ "icon": "",
7453
+ "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7454
+ "website": "",
7455
+ "learn_more": "",
7456
+ "category": "UI",
7457
+ "type": "3rd-party",
7458
+ "maintainers": [
7459
+ {
7460
+ "name": "Gaetan SENN",
7461
+ "github": "gaetansenn",
7462
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
7463
+ }
7464
+ ],
7465
+ "compatibility": {
7466
+ "nuxt": "^3.0.0",
7467
+ "requires": {}
7468
+ }
7469
+ },
5480
7470
  {
5481
7471
  "name": "vuefire",
5482
7472
  "description": "Idiomatic composables for the Firebase SDK",
@@ -5499,9 +7489,55 @@
5499
7489
  "requires": {}
5500
7490
  }
5501
7491
  },
7492
+ {
7493
+ "name": "vueform-builder",
7494
+ "description": "Official Vueform Builder module for Nuxt",
7495
+ "repo": "vueform/builder/nuxt",
7496
+ "npm": "@vueform/builder-nuxt",
7497
+ "icon": "vueform.svg",
7498
+ "github": "https://github.com/vueform/builder",
7499
+ "website": "https://builder.vueform.com",
7500
+ "learn_more": "https://builder.vueform.com/docs/installation#nuxt",
7501
+ "category": "Libraries",
7502
+ "type": "3rd-party",
7503
+ "maintainers": [
7504
+ {
7505
+ "name": "Adam Berecz",
7506
+ "github": "adamberecz",
7507
+ "twitter": "bereczadam"
7508
+ }
7509
+ ],
7510
+ "compatibility": {
7511
+ "nuxt": "^3.0.0",
7512
+ "requires": {}
7513
+ }
7514
+ },
7515
+ {
7516
+ "name": "vueform",
7517
+ "description": "Official Vueform module for Nuxt",
7518
+ "repo": "vueform/vueform/nuxt",
7519
+ "npm": "@vueform/nuxt",
7520
+ "icon": "vueform.svg",
7521
+ "github": "https://github.com/vueform/vueform",
7522
+ "website": "https://vueform.com",
7523
+ "learn_more": "https://vueform.com/docs/installation#nuxt",
7524
+ "category": "Libraries",
7525
+ "type": "3rd-party",
7526
+ "maintainers": [
7527
+ {
7528
+ "name": "Adam Berecz",
7529
+ "github": "adamberecz",
7530
+ "twitter": "bereczadam"
7531
+ }
7532
+ ],
7533
+ "compatibility": {
7534
+ "nuxt": "^3.0.0",
7535
+ "requires": {}
7536
+ }
7537
+ },
5502
7538
  {
5503
7539
  "name": "vuestic",
5504
- "description": "Vuestic UI module for Nuxt 3",
7540
+ "description": "Vuestic UI module for Nuxt",
5505
7541
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
5506
7542
  "npm": "@vuestic/nuxt",
5507
7543
  "icon": "vuestic.png",
@@ -5521,9 +7557,31 @@
5521
7557
  "requires": {}
5522
7558
  }
5523
7559
  },
7560
+ {
7561
+ "name": "vuetify-nuxt-module",
7562
+ "description": "Zero-config Nuxt Module for Vuetify.",
7563
+ "repo": "userquin/vuetify-nuxt-module",
7564
+ "npm": "vuetify-nuxt-module",
7565
+ "icon": "vuetify-logo-v3-dark.svg",
7566
+ "github": "https://github.com/userquin/vuetify-nuxt-module",
7567
+ "website": "https://vuetify-nuxt-module.netlify.app/",
7568
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
7569
+ "category": "UI",
7570
+ "type": "3rd-party",
7571
+ "maintainers": [
7572
+ {
7573
+ "name": "Joaquín Sánchez",
7574
+ "github": "userquin"
7575
+ }
7576
+ ],
7577
+ "compatibility": {
7578
+ "nuxt": "^3.0.0",
7579
+ "requires": {}
7580
+ }
7581
+ },
5524
7582
  {
5525
7583
  "name": "vuetify",
5526
- "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
7584
+ "description": "Vuetify Module for Nuxt to add Material Design components to your application.",
5527
7585
  "repo": "nuxt-community/vuetify-module",
5528
7586
  "npm": "@nuxtjs/vuetify",
5529
7587
  "icon": "vuetify.png",
@@ -5570,7 +7628,8 @@
5570
7628
  "nuxt": "^2.0.0 || ^3.0.0",
5571
7629
  "requires": {
5572
7630
  "bridge": "optional"
5573
- }
7631
+ },
7632
+ "devtools": "^0.0.0"
5574
7633
  }
5575
7634
  },
5576
7635
  {
@@ -5595,14 +7654,37 @@
5595
7654
  "requires": {}
5596
7655
  }
5597
7656
  },
7657
+ {
7658
+ "name": "vunix",
7659
+ "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.",
7660
+ "repo": "gaetansenn/vunix#main/packages/nuxt",
7661
+ "npm": "@vunix/nuxt",
7662
+ "icon": "",
7663
+ "github": "https://github.com/gaetansenn/vunix",
7664
+ "website": "https://vunix.dewib.com/",
7665
+ "learn_more": "",
7666
+ "category": "UI",
7667
+ "type": "3rd-party",
7668
+ "maintainers": [
7669
+ {
7670
+ "name": "Gaetan SENN",
7671
+ "github": "gaetansenn",
7672
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
7673
+ }
7674
+ ],
7675
+ "compatibility": {
7676
+ "nuxt": "^3.0.0",
7677
+ "requires": {}
7678
+ }
7679
+ },
5598
7680
  {
5599
7681
  "name": "web-vitals",
5600
7682
  "description": "Web Vitals for Nuxt",
5601
- "repo": "nuxt-community/web-vitals-module",
7683
+ "repo": "nuxt-modules/web-vitals",
5602
7684
  "npm": "@nuxtjs/web-vitals",
5603
7685
  "icon": "web-vitals.png",
5604
- "github": "https://github.com/nuxt-community/web-vitals-module",
5605
- "website": "https://github.com/nuxt-community/web-vitals-module",
7686
+ "github": "https://github.com/nuxt-modules/web-vitals",
7687
+ "website": "https://github.com/nuxt-modules/web-vitals",
5606
7688
  "learn_more": "",
5607
7689
  "category": "Performance",
5608
7690
  "type": "community",
@@ -5629,29 +7711,6 @@
5629
7711
  }
5630
7712
  }
5631
7713
  },
5632
- {
5633
- "name": "web3js",
5634
- "description": "Web3.js module integration for Nuxt.js",
5635
- "repo": "bl0cknumber/nuxt-web3",
5636
- "npm": "nuxt-web3",
5637
- "icon": "web3js.svg",
5638
- "github": "https://github.com/bl0cknumber/nuxt-web3",
5639
- "website": "https://github.com/bl0cknumber/nuxt-web3",
5640
- "learn_more": "https://web3js.readthedocs.io/",
5641
- "category": "Libraries",
5642
- "type": "3rd-party",
5643
- "maintainers": [
5644
- {
5645
- "name": "Muhammad Fauzan",
5646
- "github": "bl0cknumber",
5647
- "twitter": "fncolon"
5648
- }
5649
- ],
5650
- "compatibility": {
5651
- "nuxt": "^2.0.0",
5652
- "requires": {}
5653
- }
5654
- },
5655
7714
  {
5656
7715
  "name": "webfontloader",
5657
7716
  "description": "Efficient web font loading has never been easier!",
@@ -5676,7 +7735,7 @@
5676
7735
  },
5677
7736
  {
5678
7737
  "name": "webpack-optimisations",
5679
- "description": "Nuxt.js v2 module to automatically make your builds faster.",
7738
+ "description": "Nuxt v2 module to automatically make your builds faster.",
5680
7739
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
5681
7740
  "npm": "nuxt-webpack-optimisations",
5682
7741
  "icon": "build-optimisations.svg",
@@ -5766,14 +7825,62 @@
5766
7825
  "requires": {}
5767
7826
  }
5768
7827
  },
7828
+ {
7829
+ "name": "well-known",
7830
+ "description": "A Nuxt module to add well-known URIs using middlewares",
7831
+ "repo": "zadigetvoltaire/nuxt-well-known",
7832
+ "npm": "@zadigetvoltaire/nuxt-well-known",
7833
+ "icon": "well-known.svg",
7834
+ "github": "https://github.com/zadigetvoltaire/nuxt-well-known",
7835
+ "website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
7836
+ "learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
7837
+ "category": "SEO",
7838
+ "type": "3rd-party",
7839
+ "maintainers": [
7840
+ {
7841
+ "name": "Zadig&Voltaire Team",
7842
+ "github": "https://github.com/zadigetvoltaire"
7843
+ }
7844
+ ],
7845
+ "compatibility": {
7846
+ "nuxt": "^3.0.0",
7847
+ "requires": {}
7848
+ }
7849
+ },
7850
+ {
7851
+ "name": "wideangle",
7852
+ "description": "Nuxt module to integrate Wide Angle Analytics",
7853
+ "repo": "inputobjects/wideangle-nuxt",
7854
+ "npm": "wideangle-nuxt",
7855
+ "icon": "wideangle.png",
7856
+ "github": "https://github.com/inputobjects/wideangle-nuxt",
7857
+ "website": "https://wideangle.co",
7858
+ "learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
7859
+ "category": "Analytics",
7860
+ "type": "3rd-party",
7861
+ "maintainers": [
7862
+ {
7863
+ "name": "Wide Angle Analytics by Input Objects GmbH",
7864
+ "github": "inputobjects"
7865
+ },
7866
+ {
7867
+ "name": "Jarek Rozanski",
7868
+ "github": "jrozanski"
7869
+ }
7870
+ ],
7871
+ "compatibility": {
7872
+ "nuxt": "^3.0.0",
7873
+ "requires": {}
7874
+ }
7875
+ },
5769
7876
  {
5770
7877
  "name": "windicss",
5771
7878
  "description": "Next generation utility-first CSS framework.",
5772
- "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
7879
+ "repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
5773
7880
  "npm": "nuxt-windicss",
5774
7881
  "icon": "windicss.svg",
5775
- "github": "https://github.com/windicss/nuxt-windicss-module",
5776
- "website": "https://github.com/windicss/nuxt-windicss-module",
7882
+ "github": "https://github.com/windicss/nuxt-windicss",
7883
+ "website": "https://github.com/windicss/nuxt-windicss",
5777
7884
  "learn_more": "https://windicss.org/",
5778
7885
  "category": "UI",
5779
7886
  "type": "3rd-party",
@@ -5909,32 +8016,9 @@
5909
8016
  "requires": {}
5910
8017
  }
5911
8018
  },
5912
- {
5913
- "name": "yandex-metrika",
5914
- "description": "Yandex metrika Module for Nuxt.js",
5915
- "repo": "nuxt-community/yandex-metrika-module",
5916
- "npm": "@nuxtjs/yandex-metrika",
5917
- "icon": "",
5918
- "github": "https://github.com/nuxt-community/yandex-metrika-module",
5919
- "website": "https://github.com/nuxt-community/yandex-metrika-module",
5920
- "learn_more": "https://metrica.yandex.com/about",
5921
- "category": "Analytics",
5922
- "type": "community",
5923
- "maintainers": [
5924
- {
5925
- "name": "Pooya Parsa",
5926
- "github": "pi0",
5927
- "twitter": "_pi0_"
5928
- }
5929
- ],
5930
- "compatibility": {
5931
- "nuxt": "^2.0.0",
5932
- "requires": {}
5933
- }
5934
- },
5935
8019
  {
5936
8020
  "name": "zendesk",
5937
- "description": "Nuxt.js module for Zendesk",
8021
+ "description": "Nuxt module for Zendesk",
5938
8022
  "repo": "DansMaCulotte/nuxt-zendesk",
5939
8023
  "npm": "@dansmaculotte/nuxt-zendesk",
5940
8024
  "icon": "zendesk.png",