@nuxt/modules 0.6.0-d3e123 → 0.6.0-d56743

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/modules.json +2647 -603
  2. package/package.json +13 -10
package/modules.json CHANGED
@@ -1,7 +1,7 @@
1
1
  [
2
2
  {
3
3
  "name": "ackee",
4
- "description": "Nuxt.js module for Ackee analytics",
4
+ "description": "Nuxt module for Ackee analytics",
5
5
  "repo": "bdrtsky/nuxt-ackee",
6
6
  "npm": "nuxt-ackee",
7
7
  "icon": "ackee.png",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  {
30
30
  "name": "agility-cms",
31
- "description": "Agility CMS Integration for Nuxt.js",
31
+ "description": "Agility CMS Integration for Nuxt",
32
32
  "repo": "agility/agilitycms-nuxt-module",
33
33
  "npm": "@agility/agilitycms-nuxt-module",
34
34
  "icon": "agility.png",
@@ -51,7 +51,7 @@
51
51
  },
52
52
  {
53
53
  "name": "algolia",
54
- "description": "Algolia Search Module for Nuxt 3",
54
+ "description": "Algolia Search Module for Nuxt",
55
55
  "repo": "nuxt-modules/algolia",
56
56
  "npm": "@nuxtjs/algolia",
57
57
  "icon": "algolia.svg",
@@ -126,12 +126,12 @@
126
126
  },
127
127
  {
128
128
  "name": "animejs",
129
- "description": "Anime.js module for Nuxt.js",
130
- "repo": "ivodolenc/nuxt-animejs",
131
- "npm": "nuxt-animejs",
129
+ "description": "Anime.js module for Nuxt",
130
+ "repo": "hypernym-studio/nuxt-anime",
131
+ "npm": "@hypernym/nuxt-anime",
132
132
  "icon": "",
133
- "github": "https://github.com/ivodolenc/nuxt-animejs",
134
- "website": "https://github.com/ivodolenc/nuxt-animejs",
133
+ "github": "https://github.com/hypernym-studio/nuxt-anime",
134
+ "website": "https://github.com/hypernym-studio/nuxt-anime",
135
135
  "learn_more": "",
136
136
  "category": "Libraries",
137
137
  "type": "3rd-party",
@@ -142,18 +142,64 @@
142
142
  }
143
143
  ],
144
144
  "compatibility": {
145
- "nuxt": "^2.0.0",
145
+ "nuxt": "^2.0.0 || ^3.0.0",
146
+ "requires": {}
147
+ }
148
+ },
149
+ {
150
+ "name": "ant-design-vue",
151
+ "description": "A Vue 3 based component library for designers and developers",
152
+ "repo": "vueComponent/ant-design-vue-nuxt",
153
+ "npm": "@ant-design-vue/nuxt",
154
+ "icon": "ant-design-vue.svg",
155
+ "github": "https://github.com/vueComponent/ant-design-vue-nuxt",
156
+ "website": "https://antdv.com",
157
+ "learn_more": "https://github.com/vueComponent/ant-design-vue-nuxt",
158
+ "category": "UI",
159
+ "type": "3rd-party",
160
+ "maintainers": [
161
+ {
162
+ "name": "tangjinzhou",
163
+ "github": "tangjinzhou"
164
+ }
165
+ ],
166
+ "compatibility": {
167
+ "nuxt": "^3.0.0",
168
+ "requires": {
169
+ "bridge": "optional"
170
+ }
171
+ }
172
+ },
173
+ {
174
+ "name": "aos",
175
+ "description": "A Nuxt module that adds Animate On Scroll",
176
+ "repo": "egidiusmengelberg/nuxt-aos",
177
+ "npm": "nuxt-aos",
178
+ "icon": "aos.png",
179
+ "github": "https://github.com/egidiusmengelberg/nuxt-aos",
180
+ "website": "https://github.com/egidiusmengelberg/nuxt-aos",
181
+ "learn_more": "",
182
+ "category": "Libraries",
183
+ "type": "3rd-party",
184
+ "maintainers": [
185
+ {
186
+ "name": "egidiusmengelberg",
187
+ "github": "egidiusmengelberg"
188
+ }
189
+ ],
190
+ "compatibility": {
191
+ "nuxt": "^3.0.0",
146
192
  "requires": {}
147
193
  }
148
194
  },
149
195
  {
150
196
  "name": "api-party",
151
- "description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
197
+ "description": "Securely connect to any API with a server proxy and dynamic composables",
152
198
  "repo": "johannschopplich/nuxt-api-party",
153
199
  "npm": "nuxt-api-party",
154
200
  "icon": "api-party.svg",
155
201
  "github": "https://github.com/johannschopplich/nuxt-api-party",
156
- "website": "https://nuxt-api-party.jhnn.dev/",
202
+ "website": "https://nuxt-api-party.byjohann.dev/",
157
203
  "learn_more": "",
158
204
  "category": "Request",
159
205
  "type": "3rd-party",
@@ -196,7 +242,7 @@
196
242
  },
197
243
  {
198
244
  "name": "apollo",
199
- "description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
245
+ "description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
200
246
  "repo": "nuxt-modules/apollo",
201
247
  "npm": "@nuxtjs/apollo",
202
248
  "icon": "apollo.png",
@@ -220,7 +266,7 @@
220
266
  },
221
267
  {
222
268
  "name": "applicationinsights",
223
- "description": "AppInsights module for Nuxt.js",
269
+ "description": "AppInsights module for Nuxt",
224
270
  "repo": "nuxt-community/applicationinsights-module",
225
271
  "npm": "@nuxtjs/applicationinsights",
226
272
  "icon": "application-insights.png",
@@ -262,9 +308,76 @@
262
308
  "requires": {}
263
309
  }
264
310
  },
311
+ {
312
+ "name": "arco-design-nuxt-module",
313
+ "description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
314
+ "repo": "wiidede/arco-design-nuxt-module",
315
+ "npm": "arco-design-nuxt-module",
316
+ "icon": "arco-design.svg",
317
+ "github": "https://github.com/wiidede/arco-design-nuxt-module",
318
+ "website": "https://arco.design/vue",
319
+ "learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
320
+ "category": "UI",
321
+ "type": "3rd-party",
322
+ "maintainers": [
323
+ {
324
+ "name": "wiidede",
325
+ "github": "wiidede"
326
+ }
327
+ ],
328
+ "compatibility": {
329
+ "nuxt": "^3.0.0",
330
+ "requires": {}
331
+ }
332
+ },
333
+ {
334
+ "name": "ark-ui",
335
+ "description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
336
+ "repo": "iamdin/nuxt-ark-ui",
337
+ "npm": "nuxt-ark-ui",
338
+ "icon": "ark-ui.svg",
339
+ "github": "https://github.com/iamdin/nuxt-ark-ui",
340
+ "website": "https://ark-ui.com/",
341
+ "learn_more": "https://github.com/iamdin/nuxt-ark-ui",
342
+ "category": "UI",
343
+ "type": "3rd-party",
344
+ "maintainers": [
345
+ {
346
+ "name": "Din",
347
+ "github": "iamdin",
348
+ "twitter": "iamdinq"
349
+ }
350
+ ],
351
+ "compatibility": {
352
+ "nuxt": "^3.0.0",
353
+ "requires": {}
354
+ }
355
+ },
356
+ {
357
+ "name": "auth-utils",
358
+ "description": "Minimalist Auth module for Nuxt with SSR.",
359
+ "repo": "atinux/nuxt-auth-utils",
360
+ "npm": "nuxt-auth-utils",
361
+ "icon": "",
362
+ "github": "https://github.com/atinux/nuxt-auth-utils",
363
+ "website": "https://github.com/atinux/nuxt-auth-utils",
364
+ "learn_more": "",
365
+ "category": "Security",
366
+ "type": "3rd-party",
367
+ "maintainers": [
368
+ {
369
+ "name": "atinux",
370
+ "github": "atinux"
371
+ }
372
+ ],
373
+ "compatibility": {
374
+ "nuxt": "^3.0.0",
375
+ "requires": {}
376
+ }
377
+ },
265
378
  {
266
379
  "name": "auth",
267
- "description": "Zero-boilerplate authentication support for Nuxt.js.",
380
+ "description": "Zero-boilerplate authentication support for Nuxt.",
268
381
  "repo": "nuxt-community/auth-module",
269
382
  "npm": "@nuxtjs/auth",
270
383
  "icon": "auth.png",
@@ -289,9 +402,55 @@
289
402
  "requires": {}
290
403
  }
291
404
  },
405
+ {
406
+ "name": "authjs",
407
+ "description": "Auth.js authentication Nuxt module. Edge compatible.",
408
+ "repo": "Hebilicious/authjs-nuxt#main",
409
+ "npm": "@hebilicious/authjs-nuxt",
410
+ "icon": "authjs.png",
411
+ "github": "https://github.com/Hebilicious/authjs-nuxt",
412
+ "website": "https://authjs-nuxt.pages.dev/",
413
+ "learn_more": "https://authjs.dev/",
414
+ "category": "Security",
415
+ "type": "3rd-party",
416
+ "maintainers": [
417
+ {
418
+ "name": "Hebilicious",
419
+ "github": "Hebilicious",
420
+ "twitter": "its_hebilicious"
421
+ }
422
+ ],
423
+ "compatibility": {
424
+ "nuxt": "^3.0.0",
425
+ "requires": {}
426
+ }
427
+ },
428
+ {
429
+ "name": "auto-animate",
430
+ "description": "Automatic animations for your Nuxt app with a single line of code.",
431
+ "repo": "formkit/auto-animate",
432
+ "npm": "@formkit/auto-animate",
433
+ "icon": "auto-animate.svg",
434
+ "github": "https://github.com/formkit/auto-animate",
435
+ "website": "https://auto-animate.formkit.com",
436
+ "learn_more": "https://auto-animate.formkit.com",
437
+ "category": "Libraries",
438
+ "type": "3rd-party",
439
+ "maintainers": [
440
+ {
441
+ "name": "Justin Schroeder",
442
+ "github": "justin-schroeder",
443
+ "twitter": "jpschroeder"
444
+ }
445
+ ],
446
+ "compatibility": {
447
+ "nuxt": "^3.0.0",
448
+ "requires": {}
449
+ }
450
+ },
292
451
  {
293
452
  "name": "axios",
294
- "description": "Secure and easy Axios module with Nuxt.js",
453
+ "description": "Secure and easy Axios module with Nuxt",
295
454
  "repo": "nuxt-community/axios-module",
296
455
  "npm": "@nuxtjs/axios",
297
456
  "icon": "axios.svg",
@@ -314,7 +473,7 @@
314
473
  },
315
474
  {
316
475
  "name": "basic-auth",
317
- "description": "Provide basic authentication to your Nuxt.js application",
476
+ "description": "Provide basic authentication to your Nuxt application",
318
477
  "repo": "potato4d/nuxt-basic-auth-module",
319
478
  "npm": "nuxt-basic-auth-module",
320
479
  "icon": "",
@@ -438,7 +597,7 @@
438
597
  },
439
598
  {
440
599
  "name": "bulma-slim",
441
- "description": "Nuxt.js module to automatically make a slim Bulma build of used features with Purgecss",
600
+ "description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
442
601
  "repo": "mustardamus/nuxt-bulma-slim",
443
602
  "npm": "nuxt-bulma-slim",
444
603
  "icon": "bulma.png",
@@ -505,7 +664,7 @@
505
664
  },
506
665
  {
507
666
  "name": "canvas-sketch",
508
- "description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
667
+ "description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
509
668
  "repo": "LuXDAmore/generative-art",
510
669
  "npm": "@luxdamore/nuxt-canvas-sketch",
511
670
  "icon": "",
@@ -526,9 +685,31 @@
526
685
  "requires": {}
527
686
  }
528
687
  },
688
+ {
689
+ "name": "capo",
690
+ "description": "Capo.js implementation for Nuxt",
691
+ "repo": "danielroe/nuxt-capo",
692
+ "npm": "nuxt-capo",
693
+ "icon": "",
694
+ "github": "https://github.com/danielroe/nuxt-capo",
695
+ "website": "https://github.com/danielroe/nuxt-capo",
696
+ "learn_more": "",
697
+ "category": "Performance",
698
+ "type": "3rd-party",
699
+ "maintainers": [
700
+ {
701
+ "name": "danielroe",
702
+ "github": "danielroe"
703
+ }
704
+ ],
705
+ "compatibility": {
706
+ "nuxt": "^3.0.0",
707
+ "requires": {}
708
+ }
709
+ },
529
710
  {
530
711
  "name": "chakra-ui",
531
- "description": "Chakra UI Module for Nuxt.js",
712
+ "description": "Chakra UI Module for Nuxt",
532
713
  "repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
533
714
  "npm": "@chakra-ui/nuxt",
534
715
  "icon": "chakra-ui.png",
@@ -551,11 +732,11 @@
551
732
  {
552
733
  "name": "chatwoot",
553
734
  "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",
735
+ "repo": "productdevbookcom/chatwoot",
736
+ "npm": "@productdevbook/chatwoot",
556
737
  "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",
738
+ "github": "https://github.com/productdevbookcom/chatwoot",
739
+ "website": "https://github.com/productdevbookcom/chatwoot",
559
740
  "learn_more": "https://www.chatwoot.com",
560
741
  "category": "Libraries",
561
742
  "type": "3rd-party",
@@ -575,10 +756,10 @@
575
756
  "description": "Privacy-first, end-to-end encrypted analytics",
576
757
  "repo": "chiffre-io/nuxt-chiffre",
577
758
  "npm": "nuxt-chiffre",
578
- "icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
759
+ "icon": "chiffre.png",
579
760
  "github": "https://github.com/chiffre-io/nuxt-chiffre",
580
761
  "website": "https://github.com/chiffre-io/nuxt-chiffre",
581
- "learn_more": "https://chiffre.io",
762
+ "learn_more": "https://chiffre.io/",
582
763
  "category": "Analytics",
583
764
  "type": "3rd-party",
584
765
  "maintainers": [
@@ -592,6 +773,29 @@
592
773
  "requires": {}
593
774
  }
594
775
  },
776
+ {
777
+ "name": "clarity-analytics",
778
+ "description": "Clarity Analytics Module for Nuxt",
779
+ "repo": "Barbapapazes/nuxt-clarity-analytics",
780
+ "npm": "nuxt-clarity-analytics",
781
+ "icon": "",
782
+ "github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
783
+ "website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
784
+ "learn_more": "https://clarity.microsoft.com/",
785
+ "category": "Analytics",
786
+ "type": "3rd-party",
787
+ "maintainers": [
788
+ {
789
+ "name": "Barbapapazes",
790
+ "github": "Barbapapazes",
791
+ "twitter": "soubiran_"
792
+ }
793
+ ],
794
+ "compatibility": {
795
+ "nuxt": "^3.0.0",
796
+ "requires": {}
797
+ }
798
+ },
595
799
  {
596
800
  "name": "client-init",
597
801
  "description": "Provide client version of `nuxtServerInit`.",
@@ -616,7 +820,7 @@
616
820
  },
617
821
  {
618
822
  "name": "cloudcms",
619
- "description": "CloudCMS Nuxt.js Module",
823
+ "description": "CloudCMS Nuxt Module",
620
824
  "repo": "gitana/cloudcms-nuxt",
621
825
  "npm": "cloudcms-nuxt",
622
826
  "icon": "",
@@ -665,11 +869,11 @@
665
869
  },
666
870
  {
667
871
  "name": "cloudinary",
668
- "description": "Optimize images and videos in your Nuxt.js application",
669
- "repo": "nuxt-community/cloudinary-module",
872
+ "description": "Optimize images and videos in your Nuxt application",
873
+ "repo": "nuxt-modules/cloudinary",
670
874
  "npm": "@nuxtjs/cloudinary",
671
875
  "icon": "cloudinary.png",
672
- "github": "https://github.com/nuxt-community/cloudinary-module",
876
+ "github": "https://github.com/nuxt-modules/cloudinary",
673
877
  "website": "https://cloudinary.nuxtjs.org",
674
878
  "learn_more": "https://cloudinary.com",
675
879
  "category": "Images",
@@ -688,11 +892,11 @@
688
892
  },
689
893
  {
690
894
  "name": "color-mode",
691
- "description": "Dark and Light mode for NuxtJS with auto detection",
692
- "repo": "nuxt-community/color-mode-module",
895
+ "description": "Dark and Light mode for Nuxt with auto detection",
896
+ "repo": "nuxt-modules/color-mode",
693
897
  "npm": "@nuxtjs/color-mode",
694
898
  "icon": "color-mode.png",
695
- "github": "https://github.com/nuxt-community/color-mode-module",
899
+ "github": "https://github.com/nuxt-modules/color-mode",
696
900
  "website": "https://color-mode.nuxtjs.org",
697
901
  "learn_more": "",
698
902
  "category": "UI",
@@ -757,12 +961,35 @@
757
961
  "requires": {}
758
962
  }
759
963
  },
964
+ {
965
+ "name": "content-assets",
966
+ "description": "Enable locally-located assets in Nuxt Content",
967
+ "repo": "davestewart/nuxt-content-assets",
968
+ "npm": "nuxt-content-assets",
969
+ "icon": "content-assets.png",
970
+ "github": "https://github.com/davestewart/nuxt-content-assets",
971
+ "website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
972
+ "learn_more": "",
973
+ "category": "Images",
974
+ "type": "3rd-party",
975
+ "maintainers": [
976
+ {
977
+ "name": "davestewart",
978
+ "github": "davestewart",
979
+ "twitter": "dave_stewart"
980
+ }
981
+ ],
982
+ "compatibility": {
983
+ "nuxt": "^3.0.0",
984
+ "requires": {}
985
+ }
986
+ },
760
987
  {
761
988
  "name": "content",
762
989
  "description": "Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.",
763
990
  "repo": "nuxt/content#main",
764
991
  "npm": "@nuxt/content",
765
- "icon": "nuxt.png",
992
+ "icon": "nuxt.svg",
766
993
  "github": "https://github.com/nuxt/content",
767
994
  "website": "https://content.nuxtjs.org",
768
995
  "learn_more": "",
@@ -886,7 +1113,7 @@
886
1113
  },
887
1114
  {
888
1115
  "name": "darkmode.js",
889
- "description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
1116
+ "description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
890
1117
  "repo": "sandoche/nuxtjs-darkmode-js-module#main",
891
1118
  "npm": "nuxtjs-darkmode-js-module",
892
1119
  "icon": "darkmode.png",
@@ -908,7 +1135,7 @@
908
1135
  },
909
1136
  {
910
1137
  "name": "date-fns",
911
- "description": "Modern JavaScript date utility library - date-fns for Nuxt.js",
1138
+ "description": "Modern JavaScript date utility library - date-fns for Nuxt",
912
1139
  "repo": "nuxt-community/date-fns-module",
913
1140
  "npm": "@nuxtjs/date-fns",
914
1141
  "icon": "date-fns.png",
@@ -930,7 +1157,7 @@
930
1157
  },
931
1158
  {
932
1159
  "name": "datocms-nuxt2",
933
- "description": "DatoCMS integration for Nuxt.js v2",
1160
+ "description": "DatoCMS integration for Nuxt v2",
934
1161
  "repo": "voorhoede/nuxt-datocms-module",
935
1162
  "npm": "@voorhoede/nuxt-datocms-module",
936
1163
  "icon": "datocms.svg",
@@ -976,31 +1203,31 @@
976
1203
  },
977
1204
  {
978
1205
  "name": "dayjs",
979
- "description": "The best way for use Day.js easily in your Nuxt.js project.",
980
- "repo": "nuxt-community/dayjs-module",
981
- "npm": "@nuxtjs/dayjs",
1206
+ "description": "Day.js module for Nuxt",
1207
+ "repo": "fumeapp/dayjs",
1208
+ "npm": "dayjs-nuxt",
982
1209
  "icon": "day-js.png",
983
- "github": "https://github.com/nuxt-community/dayjs-module",
984
- "website": "https://github.com/nuxt-community/dayjs-module",
1210
+ "github": "https://github.com/fumeapp/dayjs",
1211
+ "website": "https://github.com/fumeapp/dayjs",
985
1212
  "learn_more": "https://day.js.org/",
986
- "category": "Date",
987
- "type": "community",
1213
+ "category": "Libraries",
1214
+ "type": "3rd-party",
988
1215
  "maintainers": [
989
1216
  {
990
- "name": "Takuma HANATANI",
991
- "github": "potato4d",
992
- "twitter": "potato4d"
1217
+ "name": "Kevin Olson",
1218
+ "github": "acidjazz",
1219
+ "twitter": "AppFume"
993
1220
  }
994
1221
  ],
995
1222
  "compatibility": {
996
- "nuxt": "^2.0.0",
1223
+ "nuxt": "^3.0.0",
997
1224
  "requires": {}
998
1225
  }
999
1226
  },
1000
1227
  {
1001
1228
  "name": "delay-hydration",
1002
- "description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
1003
- "repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
1229
+ "description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
1230
+ "repo": "harlan-zw/nuxt-delay-hydration",
1004
1231
  "npm": "nuxt-delay-hydration",
1005
1232
  "icon": "lighthouse.svg",
1006
1233
  "github": "https://github.com/harlan-zw/nuxt-delay-hydration",
@@ -1022,12 +1249,12 @@
1022
1249
  },
1023
1250
  {
1024
1251
  "name": "device",
1025
- "description": "Device detection module for Nuxt.js",
1026
- "repo": "nuxt-community/device-module",
1252
+ "description": "Device detection module for Nuxt",
1253
+ "repo": "nuxt-modules/device",
1027
1254
  "npm": "@nuxtjs/device",
1028
1255
  "icon": "",
1029
- "github": "https://github.com/nuxt-community/device-module",
1030
- "website": "https://github.com/nuxt-community/device-module",
1256
+ "github": "https://github.com/nuxt-modules/device",
1257
+ "website": "https://github.com/nuxt-modules/device",
1031
1258
  "learn_more": "",
1032
1259
  "category": "Extensions",
1033
1260
  "type": "community",
@@ -1045,9 +1272,9 @@
1045
1272
  {
1046
1273
  "name": "devtools",
1047
1274
  "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1048
- "repo": "nuxt/devtools#main",
1275
+ "repo": "nuxt/devtools#main/packages/devtools",
1049
1276
  "npm": "@nuxt/devtools",
1050
- "icon": "nuxt.png",
1277
+ "icon": "nuxt.svg",
1051
1278
  "github": "https://github.com/nuxt/devtools",
1052
1279
  "website": "https://devtools.nuxtjs.org/",
1053
1280
  "learn_more": "",
@@ -1067,13 +1294,13 @@
1067
1294
  },
1068
1295
  {
1069
1296
  "name": "directus",
1070
- "description": "Easily connect your Nuxt3 application to your directus server.",
1297
+ "description": "Easily connect your Nuxt application to your directus server.",
1071
1298
  "repo": "intevel/nuxt-directus",
1072
1299
  "npm": "nuxt-directus",
1073
1300
  "icon": "directus.svg",
1074
- "github": "https://github.com/directus/nuxt-directus/",
1075
- "website": "https://nuxt-directus.netlify.app/",
1076
- "learn_more": "https://nuxt-directus.netlify.app/",
1301
+ "github": "https://github.com/intevel/nuxt-directus/",
1302
+ "website": "https://nuxt-directus.site/",
1303
+ "learn_more": "https://nuxt-directus.site/",
1077
1304
  "category": "CMS",
1078
1305
  "type": "3rd-party",
1079
1306
  "maintainers": [
@@ -1084,15 +1311,58 @@
1084
1311
  }
1085
1312
  ],
1086
1313
  "compatibility": {
1087
- "nuxt": "^2.0.0 || ^3.0.0",
1088
- "requires": {
1089
- "bridge": true
1314
+ "nuxt": "^3.0.0",
1315
+ "requires": {},
1316
+ "devtools": "^0.0.0"
1317
+ }
1318
+ },
1319
+ {
1320
+ "name": "disqus",
1321
+ "description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
1322
+ "repo": "modbender/nuxt-disqus",
1323
+ "npm": "nuxt-disqus",
1324
+ "icon": "disqus.svg",
1325
+ "github": "https://github.com/modbender/nuxt-disqus",
1326
+ "website": "https://github.com/modbender/nuxt-disqus",
1327
+ "learn_more": "https://github.com/modbender/vue3-disqus",
1328
+ "category": "Libraries",
1329
+ "type": "3rd-party",
1330
+ "maintainers": [
1331
+ {
1332
+ "name": "modbender",
1333
+ "github": "modbender"
1334
+ }
1335
+ ],
1336
+ "compatibility": {
1337
+ "nuxt": "^3.0.0",
1338
+ "requires": {}
1339
+ }
1340
+ },
1341
+ {
1342
+ "name": "doppler",
1343
+ "description": "Integrate your Doppler secrets into your Nuxt build",
1344
+ "repo": "JamieCurnow/nuxt-doppler",
1345
+ "npm": "nuxt-doppler",
1346
+ "icon": "doppler.png",
1347
+ "github": "https://github.com/JamieCurnow/nuxt-doppler",
1348
+ "website": "https://github.com/JamieCurnow/nuxt-doppler",
1349
+ "learn_more": "",
1350
+ "category": "Devtools",
1351
+ "type": "3rd-party",
1352
+ "maintainers": [
1353
+ {
1354
+ "name": "JamieCurnow",
1355
+ "github": "JamieCurnow"
1090
1356
  }
1357
+ ],
1358
+ "compatibility": {
1359
+ "nuxt": "^3.0.0",
1360
+ "requires": {}
1091
1361
  }
1092
1362
  },
1093
1363
  {
1094
1364
  "name": "dotenv",
1095
- "description": "A Nuxt.js module that loads your .env file into your context options",
1365
+ "description": "A Nuxt module that loads your .env file into your context options",
1096
1366
  "repo": "nuxt-community/dotenv-module",
1097
1367
  "npm": "@nuxtjs/dotenv",
1098
1368
  "icon": "dotenv.png",
@@ -1114,13 +1384,13 @@
1114
1384
  },
1115
1385
  {
1116
1386
  "name": "drupal-ce",
1117
- "description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
1387
+ "description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
1118
1388
  "repo": "drunomics/nuxtjs-drupal-ce",
1119
1389
  "npm": "nuxtjs-drupal-ce",
1120
1390
  "icon": "drupal-ce.png",
1121
1391
  "github": "https://github.com/drunomics/nuxtjs-drupal-ce",
1122
- "website": "https://stack.lupus.digital",
1123
- "learn_more": "https://stack.lupus.digital/2-resources/learning",
1392
+ "website": "https://lupus-decoupled.org",
1393
+ "learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
1124
1394
  "category": "CMS",
1125
1395
  "type": "3rd-party",
1126
1396
  "maintainers": [
@@ -1135,19 +1405,19 @@
1135
1405
  "avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
1136
1406
  },
1137
1407
  {
1138
- "name": "David Licen",
1139
- "github": "davision",
1140
- "avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
1408
+ "name": "Matic",
1409
+ "github": "TurtlBbx",
1410
+ "avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
1141
1411
  }
1142
1412
  ],
1143
1413
  "compatibility": {
1144
- "nuxt": "^2.0.0",
1414
+ "nuxt": "^2.0.0 || ^3.0.0",
1145
1415
  "requires": {}
1146
1416
  }
1147
1417
  },
1148
1418
  {
1149
1419
  "name": "druxt",
1150
- "description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
1420
+ "description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
1151
1421
  "repo": "druxt/druxt.js#develop/packages/druxt",
1152
1422
  "npm": "druxt",
1153
1423
  "icon": "druxt.svg",
@@ -1167,6 +1437,29 @@
1167
1437
  "requires": {}
1168
1438
  }
1169
1439
  },
1440
+ {
1441
+ "name": "edgedb",
1442
+ "description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
1443
+ "repo": "Tahul/nuxt-edgedb",
1444
+ "npm": "nuxt-edgedb-module",
1445
+ "icon": "edgedb.svg",
1446
+ "github": "https://github.com/Tahul/nuxt-edgedb",
1447
+ "website": "https://github.com/Tahul/nuxt-edgedb",
1448
+ "learn_more": "https://github.com/Tahul/nuxt-edgedb",
1449
+ "category": "Database",
1450
+ "type": "3rd-party",
1451
+ "maintainers": [
1452
+ {
1453
+ "name": "Yaël Guilloux",
1454
+ "github": "Tahul",
1455
+ "twitter": "yaeeelglx"
1456
+ }
1457
+ ],
1458
+ "compatibility": {
1459
+ "nuxt": "^3.8.0",
1460
+ "requires": {}
1461
+ }
1462
+ },
1170
1463
  {
1171
1464
  "name": "electron",
1172
1465
  "description": "Integrate Nuxt and Electron.",
@@ -1215,7 +1508,7 @@
1215
1508
  },
1216
1509
  {
1217
1510
  "name": "emotion",
1218
- "description": "The Next Generation of CSS-in-JS for Nuxt.js",
1511
+ "description": "The Next Generation of CSS-in-JS for Nuxt",
1219
1512
  "repo": "nuxt-modules/emotion",
1220
1513
  "npm": "@nuxtjs/emotion",
1221
1514
  "icon": "emotion.png",
@@ -1243,7 +1536,7 @@
1243
1536
  },
1244
1537
  {
1245
1538
  "name": "eslint",
1246
- "description": "ESLint module for Nuxt.js",
1539
+ "description": "ESLint module for Nuxt",
1247
1540
  "repo": "nuxt-community/eslint-module",
1248
1541
  "npm": "@nuxtjs/eslint-module",
1249
1542
  "icon": "eslint.png",
@@ -1265,7 +1558,7 @@
1265
1558
  },
1266
1559
  {
1267
1560
  "name": "event-trace",
1268
- "description": "Module for event trace in Nuxt.js",
1561
+ "description": "Module for event trace in Nuxt",
1269
1562
  "repo": "nuxt-community/nuxt-event-trace",
1270
1563
  "npm": "nuxt-event-trace",
1271
1564
  "icon": "",
@@ -1285,6 +1578,29 @@
1285
1578
  "requires": {}
1286
1579
  }
1287
1580
  },
1581
+ {
1582
+ "name": "fathom-analytics",
1583
+ "description": "Fathom analytics integration for Nuxt",
1584
+ "repo": "valgeirb/nuxt-fathom",
1585
+ "npm": "nuxt-fathom",
1586
+ "icon": "fathom-analytics.svg",
1587
+ "github": "https://github.com/valgeirb/nuxt-fathom",
1588
+ "website": "https://github.com/valgeirb/nuxt-fathom#readme",
1589
+ "learn_more": "",
1590
+ "category": "Analytics",
1591
+ "type": "3rd-party",
1592
+ "maintainers": [
1593
+ {
1594
+ "name": "Valgeir Björnsson",
1595
+ "github": "valgeirb",
1596
+ "avatar": "https://avatars.githubusercontent.com/valgeirb"
1597
+ }
1598
+ ],
1599
+ "compatibility": {
1600
+ "nuxt": "^3.0.0",
1601
+ "requires": {}
1602
+ }
1603
+ },
1288
1604
  {
1289
1605
  "name": "fathom",
1290
1606
  "description": "Fathom analytics for Nuxt",
@@ -1309,7 +1625,7 @@
1309
1625
  },
1310
1626
  {
1311
1627
  "name": "feature-toggle",
1312
- "description": "Feature toggle module for Nuxt.js",
1628
+ "description": "Feature toggle module for Nuxt",
1313
1629
  "repo": "stephenkr/nuxt-feature-toggle",
1314
1630
  "npm": "nuxt-feature-toggle",
1315
1631
  "icon": "",
@@ -1376,7 +1692,7 @@
1376
1692
  },
1377
1693
  {
1378
1694
  "name": "floating-prompt-module",
1379
- "description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
1695
+ "description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
1380
1696
  "repo": "sandoche/nuxt-floating-prompt-module#main",
1381
1697
  "npm": "nuxt-floating-prompt-module",
1382
1698
  "icon": "",
@@ -1485,6 +1801,52 @@
1485
1801
  "requires": {}
1486
1802
  }
1487
1803
  },
1804
+ {
1805
+ "name": "fonts",
1806
+ "description": "Plug-and-play web font optimization and configuration for Nuxt apps.",
1807
+ "repo": "nuxt/fonts",
1808
+ "npm": "@nuxt/fonts",
1809
+ "icon": "nuxt.svg",
1810
+ "github": "https://github.com/nuxt/fonts",
1811
+ "website": "https://github.com/nuxt/fonts",
1812
+ "learn_more": "",
1813
+ "category": "Libraries",
1814
+ "type": "official",
1815
+ "maintainers": [
1816
+ {
1817
+ "name": "Daniel Roe",
1818
+ "github": "danielroe",
1819
+ "twitter": "danielcroe"
1820
+ }
1821
+ ],
1822
+ "compatibility": {
1823
+ "nuxt": "^3.0.0",
1824
+ "requires": {}
1825
+ }
1826
+ },
1827
+ {
1828
+ "name": "form-actions",
1829
+ "description": "A set of features and composables to interact with forms and server data.",
1830
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
1831
+ "npm": "@hebilicious/form-actions-nuxt",
1832
+ "icon": "form-actions.svg",
1833
+ "github": "https://github.com/Hebilicious/form-actions-nuxt",
1834
+ "website": "https://form-actions-nuxt.pages.dev/",
1835
+ "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1836
+ "category": "Request",
1837
+ "type": "3rd-party",
1838
+ "maintainers": [
1839
+ {
1840
+ "name": "Hebilicious",
1841
+ "github": "Hebilicious",
1842
+ "twitter": "its_hebilicious"
1843
+ }
1844
+ ],
1845
+ "compatibility": {
1846
+ "nuxt": "^3.7.0",
1847
+ "requires": {}
1848
+ }
1849
+ },
1488
1850
  {
1489
1851
  "name": "formkit",
1490
1852
  "description": "Seamless FormKit integration for Nuxt",
@@ -1493,7 +1855,7 @@
1493
1855
  "icon": "formkit.png",
1494
1856
  "github": "https://github.com/formkit/formkit",
1495
1857
  "website": "https://formkit.com",
1496
- "learn_more": "https://formkit.com/essentials/installation#with-nuxt",
1858
+ "learn_more": "https://formkit.com/getting-started/installation",
1497
1859
  "category": "Libraries",
1498
1860
  "type": "3rd-party",
1499
1861
  "maintainers": [
@@ -1559,7 +1921,7 @@
1559
1921
  },
1560
1922
  {
1561
1923
  "name": "google-adsense",
1562
- "description": "Google Adsense Module for Nuxt.js",
1924
+ "description": "Google Adsense Module for Nuxt",
1563
1925
  "repo": "nuxt-community/google-adsense-module",
1564
1926
  "npm": "@nuxtjs/google-adsense",
1565
1927
  "icon": "google-adsense.png",
@@ -1585,7 +1947,7 @@
1585
1947
  },
1586
1948
  {
1587
1949
  "name": "google-analytics",
1588
- "description": "Google analytics Module for Nuxt.js",
1950
+ "description": "Google analytics Module for Nuxt",
1589
1951
  "repo": "nuxt-community/analytics-module",
1590
1952
  "npm": "@nuxtjs/google-analytics",
1591
1953
  "icon": "google-analytics.png",
@@ -1617,12 +1979,12 @@
1617
1979
  },
1618
1980
  {
1619
1981
  "name": "google-fonts",
1620
- "description": "Google Fonts module for NuxtJS",
1621
- "repo": "nuxt-community/google-fonts-module",
1982
+ "description": "Google Fonts module for Nuxt",
1983
+ "repo": "nuxt-modules/google-fonts",
1622
1984
  "npm": "@nuxtjs/google-fonts",
1623
1985
  "icon": "google-fonts.png",
1624
- "github": "https://github.com/nuxt-community/google-fonts-module",
1625
- "website": "https://github.com/nuxt-community/google-fonts-module",
1986
+ "github": "https://github.com/nuxt-modules/google-fonts",
1987
+ "website": "https://google-fonts.nuxtjs.org",
1626
1988
  "learn_more": "https://developers.google.com/fonts",
1627
1989
  "category": "Fonts",
1628
1990
  "type": "community",
@@ -1641,7 +2003,7 @@
1641
2003
  },
1642
2004
  {
1643
2005
  "name": "google-gtag",
1644
- "description": "Google GTag for Nuxt.js",
2006
+ "description": "Google GTag for Nuxt",
1645
2007
  "repo": "nuxt-community/google-gtag",
1646
2008
  "npm": "@nuxtjs/google-gtag",
1647
2009
  "icon": "gtm.png",
@@ -1667,7 +2029,7 @@
1667
2029
  },
1668
2030
  {
1669
2031
  "name": "google-optimize",
1670
- "description": "SSR friendly Google Optimize module for Nuxt.js",
2032
+ "description": "SSR friendly Google Optimize module for Nuxt",
1671
2033
  "repo": "nuxt-community/google-optimize-module",
1672
2034
  "npm": "nuxt-google-optimize",
1673
2035
  "icon": "google-optimize.png",
@@ -1706,7 +2068,7 @@
1706
2068
  "icon": "graphql-client.svg",
1707
2069
  "github": "https://github.com/diizzayy/nuxt-graphql-client",
1708
2070
  "website": "https://github.com/diizzayy/nuxt-graphql-client",
1709
- "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
2071
+ "learn_more": "https://nuxt-graphql-client.web.app/",
1710
2072
  "category": "Request",
1711
2073
  "type": "3rd-party",
1712
2074
  "maintainers": [
@@ -1722,7 +2084,7 @@
1722
2084
  },
1723
2085
  {
1724
2086
  "name": "graphql-request",
1725
- "description": "Easy Minimal GraphQL client integration with Nuxt.js",
2087
+ "description": "Easy Minimal GraphQL client integration with Nuxt",
1726
2088
  "repo": "gomah/nuxt-graphql-request",
1727
2089
  "npm": "nuxt-graphql-request",
1728
2090
  "icon": "graphql-request.png",
@@ -1738,7 +2100,7 @@
1738
2100
  }
1739
2101
  ],
1740
2102
  "compatibility": {
1741
- "nuxt": "^2.0.0",
2103
+ "nuxt": "^2.0.0 || ^3.0.0",
1742
2104
  "requires": {}
1743
2105
  }
1744
2106
  },
@@ -1761,12 +2123,13 @@
1761
2123
  ],
1762
2124
  "compatibility": {
1763
2125
  "nuxt": "^3.0.0",
1764
- "requires": {}
2126
+ "requires": {},
2127
+ "devtools": "^0.0.0"
1765
2128
  }
1766
2129
  },
1767
2130
  {
1768
2131
  "name": "gtag",
1769
- "description": "Google Analytics integration for Nuxt 3",
2132
+ "description": "Google Analytics integration for Nuxt: Google Analytics, Google Ads and more",
1770
2133
  "repo": "johannschopplich/nuxt-gtag",
1771
2134
  "npm": "nuxt-gtag",
1772
2135
  "icon": "gtag.svg",
@@ -1790,7 +2153,7 @@
1790
2153
  },
1791
2154
  {
1792
2155
  "name": "gtm",
1793
- "description": "Google Tag Manager Module for Nuxt.js",
2156
+ "description": "Google Tag Manager Module for Nuxt",
1794
2157
  "repo": "nuxt-community/gtm-module",
1795
2158
  "npm": "@nuxtjs/gtm",
1796
2159
  "icon": "gtm.png",
@@ -1813,7 +2176,7 @@
1813
2176
  },
1814
2177
  {
1815
2178
  "name": "guess",
1816
- "description": "Guess.js module for Nuxt.js",
2179
+ "description": "Guess.js module for Nuxt",
1817
2180
  "repo": "nuxt-community/guess-module",
1818
2181
  "npm": "@nuxtjs/guess-module",
1819
2182
  "icon": "guessjs.png",
@@ -1833,6 +2196,28 @@
1833
2196
  "requires": {}
1834
2197
  }
1835
2198
  },
2199
+ {
2200
+ "name": "hanko",
2201
+ "description": "Hanko integration for Nuxt for passwordless authentication",
2202
+ "repo": "nuxt-modules/hanko",
2203
+ "npm": "@nuxtjs/hanko",
2204
+ "icon": "hanko.svg",
2205
+ "github": "https://github.com/nuxt-modules/hanko",
2206
+ "website": "https://github.com/nuxt-modules/hanko",
2207
+ "learn_more": "https://hanko.io/",
2208
+ "category": "Security",
2209
+ "type": "community",
2210
+ "maintainers": [
2211
+ {
2212
+ "name": "danielroe",
2213
+ "github": "danielroe"
2214
+ }
2215
+ ],
2216
+ "compatibility": {
2217
+ "nuxt": "^3.0.0",
2218
+ "requires": {}
2219
+ }
2220
+ },
1836
2221
  {
1837
2222
  "name": "harlem",
1838
2223
  "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
@@ -1903,7 +2288,7 @@
1903
2288
  },
1904
2289
  {
1905
2290
  "name": "helmet",
1906
- "description": "Easy Helmet module with Nuxt.js'",
2291
+ "description": "Easy Helmet module with Nuxt'",
1907
2292
  "repo": "victor-perez/nuxt-helmet",
1908
2293
  "npm": "nuxt-helmet",
1909
2294
  "icon": "",
@@ -1947,7 +2332,7 @@
1947
2332
  },
1948
2333
  {
1949
2334
  "name": "history-state",
1950
- "description": "Nuxt.js module to backup or restore historical states",
2335
+ "description": "Nuxt module to backup or restore historical states",
1951
2336
  "repo": "hidekatsu-izuno/nuxt-history-state",
1952
2337
  "npm": "nuxt-history-state",
1953
2338
  "icon": "",
@@ -1968,15 +2353,37 @@
1968
2353
  }
1969
2354
  },
1970
2355
  {
1971
- "name": "html-minifier",
1972
- "description": "Minify the html for each request served by nuxt server (nuxt start)",
1973
- "repo": "nuxt-community/html-minifier-module",
1974
- "npm": "@nuxtjs/html-minifier",
1975
- "icon": "",
1976
- "github": "https://github.com/nuxt-community/html-minifier-module",
1977
- "website": "https://github.com/nuxt-community/html-minifier-module",
1978
- "learn_more": "",
1979
- "category": "Performance",
2356
+ "name": "hotjar",
2357
+ "description": "Add HotJar to your Nuxt application",
2358
+ "repo": "damevin/nuxt-module-hotjar",
2359
+ "npm": "nuxt-module-hotjar",
2360
+ "icon": "hotjar.png",
2361
+ "github": "https://github.com/damevin/nuxt-module-hotjar",
2362
+ "website": "https://github.com/damevin/nuxt-module-hotjar",
2363
+ "learn_more": "https://github.com/damevin/nuxt-module-hotjar#nuxt-hotjar",
2364
+ "category": "SEO",
2365
+ "type": "3rd-party",
2366
+ "maintainers": [
2367
+ {
2368
+ "name": "Raphaël DAMEVIN",
2369
+ "github": "damevin"
2370
+ }
2371
+ ],
2372
+ "compatibility": {
2373
+ "nuxt": "^3.0.0",
2374
+ "requires": {}
2375
+ }
2376
+ },
2377
+ {
2378
+ "name": "html-minifier",
2379
+ "description": "Minify the html for each request served by nuxt server (nuxt start)",
2380
+ "repo": "nuxt-community/html-minifier-module",
2381
+ "npm": "@nuxtjs/html-minifier",
2382
+ "icon": "",
2383
+ "github": "https://github.com/nuxt-community/html-minifier-module",
2384
+ "website": "https://github.com/nuxt-community/html-minifier-module",
2385
+ "learn_more": "",
2386
+ "category": "Performance",
1980
2387
  "type": "community",
1981
2388
  "maintainers": [
1982
2389
  {
@@ -2016,7 +2423,7 @@
2016
2423
  },
2017
2424
  {
2018
2425
  "name": "http",
2019
- "description": "Universal HTTP Module for Nuxt.js",
2426
+ "description": "Universal HTTP Module for Nuxt",
2020
2427
  "repo": "nuxt/http",
2021
2428
  "npm": "@nuxt/http",
2022
2429
  "icon": "http.png",
@@ -2044,7 +2451,7 @@
2044
2451
  },
2045
2452
  {
2046
2453
  "name": "humans-txt",
2047
- "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.",
2454
+ "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.",
2048
2455
  "repo": "Luxdamore/nuxt-humans-txt",
2049
2456
  "npm": "@luxdamore/nuxt-humans-txt",
2050
2457
  "icon": "",
@@ -2068,12 +2475,12 @@
2068
2475
  {
2069
2476
  "name": "i18n",
2070
2477
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
2071
- "repo": "nuxt-community/i18n-module",
2478
+ "repo": "nuxt-modules/i18n",
2072
2479
  "npm": "@nuxtjs/i18n",
2073
2480
  "icon": "i18n.png",
2074
- "github": "https://github.com/nuxt-community/i18n-module",
2481
+ "github": "https://github.com/nuxt-modules/i18n",
2075
2482
  "website": "https://i18n.nuxtjs.org",
2076
- "learn_more": "https://kazupon.github.io/vue-i18n/",
2483
+ "learn_more": "https://vue-i18n.intlify.dev/",
2077
2484
  "category": "Extensions",
2078
2485
  "type": "community",
2079
2486
  "maintainers": [
@@ -2084,6 +2491,10 @@
2084
2491
  {
2085
2492
  "name": "Kazuya Kawaguchi",
2086
2493
  "github": "kazupon"
2494
+ },
2495
+ {
2496
+ "name": "Bobbie Goede",
2497
+ "github": "BobbieGoede"
2087
2498
  }
2088
2499
  ],
2089
2500
  "compatibility": {
@@ -2091,6 +2502,51 @@
2091
2502
  "requires": {}
2092
2503
  }
2093
2504
  },
2505
+ {
2506
+ "name": "icon-font",
2507
+ "description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
2508
+ "repo": "coremyslo/nuxt-icon-font",
2509
+ "npm": "@coremyslo/nuxt-icon-font",
2510
+ "icon": "",
2511
+ "github": "https://github.com/coremyslo/nuxt-icon-font",
2512
+ "website": "https://github.com/coremyslo/nuxt-icon-font",
2513
+ "learn_more": "",
2514
+ "category": "UI",
2515
+ "type": "3rd-party",
2516
+ "maintainers": [
2517
+ {
2518
+ "name": "coremyslo",
2519
+ "github": "coremyslo"
2520
+ }
2521
+ ],
2522
+ "compatibility": {
2523
+ "nuxt": "^3.0.0",
2524
+ "requires": {}
2525
+ }
2526
+ },
2527
+ {
2528
+ "name": "icon-tw",
2529
+ "description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
2530
+ "repo": "jcamp-code/nuxt-icon-tw",
2531
+ "npm": "nuxt-icon-tw",
2532
+ "icon": "nuxt-icon.png",
2533
+ "github": "https://github.com/jcamp-code/nuxt-icon-tw",
2534
+ "website": "https://github.com/jcamp-code/nuxt-icon-tw",
2535
+ "learn_more": "",
2536
+ "category": "UI",
2537
+ "type": "3rd-party",
2538
+ "maintainers": [
2539
+ {
2540
+ "name": "JohnCampionJr",
2541
+ "github": "JohnCampionJr"
2542
+ }
2543
+ ],
2544
+ "compatibility": {
2545
+ "nuxt": "^3.0.0",
2546
+ "requires": {},
2547
+ "devtools": "^0.0.0"
2548
+ }
2549
+ },
2094
2550
  {
2095
2551
  "name": "icon",
2096
2552
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2110,7 +2566,8 @@
2110
2566
  ],
2111
2567
  "compatibility": {
2112
2568
  "nuxt": "^3.0.0",
2113
- "requires": {}
2569
+ "requires": {},
2570
+ "devtools": "^0.0.0"
2114
2571
  }
2115
2572
  },
2116
2573
  {
@@ -2159,12 +2616,12 @@
2159
2616
  },
2160
2617
  {
2161
2618
  "name": "image",
2162
- "description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
2619
+ "description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
2163
2620
  "repo": "nuxt/image",
2164
2621
  "npm": "@nuxt/image",
2165
2622
  "icon": "image.png",
2166
2623
  "github": "https://github.com/nuxt/image",
2167
- "website": "https://image.nuxtjs.org",
2624
+ "website": "https://image.nuxt.com",
2168
2625
  "learn_more": "",
2169
2626
  "category": "Images",
2170
2627
  "type": "official",
@@ -2174,6 +2631,11 @@
2174
2631
  "github": "farnabaz",
2175
2632
  "twitter": "a_birang"
2176
2633
  },
2634
+ {
2635
+ "name": "Daniel Roe",
2636
+ "github": "danielroe",
2637
+ "twitter": "danielcroe"
2638
+ },
2177
2639
  {
2178
2640
  "name": "Pooya Parsa",
2179
2641
  "github": "pi0",
@@ -2194,7 +2656,7 @@
2194
2656
  },
2195
2657
  {
2196
2658
  "name": "imagemin",
2197
- "description": "Automatically optimize (compress) all images used in Nuxt.js",
2659
+ "description": "Automatically optimize (compress) all images used in Nuxt",
2198
2660
  "repo": "nuxt-community/imagemin-module",
2199
2661
  "npm": "@nuxtjs/imagemin",
2200
2662
  "icon": "imagemin.png",
@@ -2217,12 +2679,12 @@
2217
2679
  {
2218
2680
  "name": "inkline",
2219
2681
  "description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
2220
- "repo": "inkline/nuxt-module-inkline",
2221
- "npm": "@inkline/nuxt",
2682
+ "repo": "inkline/plugin",
2683
+ "npm": "@inkline/plugin",
2222
2684
  "icon": "inkline.svg",
2223
- "github": "https://github.com/inkline/nuxt-module-inkline",
2685
+ "github": "https://github.com/inkline/plugin",
2224
2686
  "website": "https://inkline.io",
2225
- "learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
2687
+ "learn_more": "https://inkline.io/docs/installation/nuxt",
2226
2688
  "category": "UI",
2227
2689
  "type": "3rd-party",
2228
2690
  "maintainers": [
@@ -2241,7 +2703,7 @@
2241
2703
  },
2242
2704
  {
2243
2705
  "name": "intercom",
2244
- "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
2706
+ "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
2245
2707
  "repo": "hex-digital/nuxt-intercom",
2246
2708
  "npm": "@hexdigital/nuxt-intercom",
2247
2709
  "icon": "intercom.png",
@@ -2286,7 +2748,7 @@
2286
2748
  },
2287
2749
  {
2288
2750
  "name": "jsonapi",
2289
- "description": "Easy JSON:API client integration for Nuxt.js",
2751
+ "description": "Easy JSON:API client integration for Nuxt",
2290
2752
  "repo": "patrickcate/nuxt-jsonapi",
2291
2753
  "npm": "nuxt-jsonapi",
2292
2754
  "icon": "jsonapi.svg",
@@ -2328,14 +2790,42 @@
2328
2790
  "requires": {}
2329
2791
  }
2330
2792
  },
2793
+ {
2794
+ "name": "kinde",
2795
+ "description": "Kinde authentication integration for Nuxt",
2796
+ "repo": "nuxt-modules/kinde",
2797
+ "npm": "@nuxtjs/kinde",
2798
+ "icon": "kinde.svg",
2799
+ "github": "https://github.com/nuxt-modules/kinde",
2800
+ "website": "https://kinde.com/docs/developer-tools/nuxt-module/",
2801
+ "learn_more": "https://kinde.com/",
2802
+ "category": "Security",
2803
+ "type": "community",
2804
+ "maintainers": [
2805
+ {
2806
+ "name": "danielroe",
2807
+ "github": "danielroe"
2808
+ },
2809
+ {
2810
+ "name": "daveordead",
2811
+ "github": "DaveOrDead",
2812
+ "twitter": "dave_or_dead"
2813
+ }
2814
+ ],
2815
+ "compatibility": {
2816
+ "nuxt": "^3.0.0",
2817
+ "requires": {}
2818
+ },
2819
+ "sponsor": true
2820
+ },
2331
2821
  {
2332
2822
  "name": "kql",
2333
- "description": "Nuxt 3 module for Kirby's Query Language API",
2823
+ "description": "Nuxt module for Kirby's Query Language API",
2334
2824
  "repo": "johannschopplich/nuxt-kql",
2335
2825
  "npm": "nuxt-kql",
2336
2826
  "icon": "kql.svg",
2337
2827
  "github": "https://github.com/johannschopplich/nuxt-kql",
2338
- "website": "https://nuxt-kql.jhnn.dev",
2828
+ "website": "https://nuxt-kql.byjohann.dev/",
2339
2829
  "learn_more": "",
2340
2830
  "category": "CMS",
2341
2831
  "type": "3rd-party",
@@ -2354,7 +2844,7 @@
2354
2844
  },
2355
2845
  {
2356
2846
  "name": "laravel-echo",
2357
- "description": "Laravel Echo for Nuxt.js",
2847
+ "description": "Laravel Echo for Nuxt",
2358
2848
  "repo": "nuxt-community/laravel-echo",
2359
2849
  "npm": "@nuxtjs/laravel-echo",
2360
2850
  "icon": "laravel-echo.png",
@@ -2396,6 +2886,28 @@
2396
2886
  "requires": {}
2397
2887
  }
2398
2888
  },
2889
+ {
2890
+ "name": "laravel-precognition",
2891
+ "description": "Nuxt module to work with Laravel Precognition and $fetch",
2892
+ "repo": "sot1986/nuxt-laravel-precognition",
2893
+ "npm": "nuxt-laravel-precognition",
2894
+ "icon": "laravel.svg",
2895
+ "github": "https://github.com/sot1986/nuxt-laravel-precognition",
2896
+ "website": "https://github.com/sot1986/nuxt-laravel-precognition",
2897
+ "learn_more": "",
2898
+ "category": "Security",
2899
+ "type": "3rd-party",
2900
+ "maintainers": [
2901
+ {
2902
+ "name": "sot1986",
2903
+ "github": "sot1986"
2904
+ }
2905
+ ],
2906
+ "compatibility": {
2907
+ "nuxt": "^3.0.0",
2908
+ "requires": {}
2909
+ }
2910
+ },
2399
2911
  {
2400
2912
  "name": "laravel",
2401
2913
  "description": "Nuxt cli extension for use with laravel as backend",
@@ -2442,13 +2954,13 @@
2442
2954
  },
2443
2955
  {
2444
2956
  "name": "link-checker",
2445
- "description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
2957
+ "description": "Find and magically fix links that may be negatively effecting your SEO.",
2446
2958
  "repo": "harlan-zw/nuxt-link-checker",
2447
2959
  "npm": "nuxt-link-checker",
2448
- "icon": "",
2960
+ "icon": "link-checker.svg",
2449
2961
  "github": "https://github.com/harlan-zw/nuxt-link-checker",
2450
- "website": "https://github.com/harlan-zw/nuxt-link-checker",
2451
- "learn_more": "",
2962
+ "website": "https://nuxtseo.com/link-checker",
2963
+ "learn_more": "https://nuxtseo.com/link-checker",
2452
2964
  "category": "SEO",
2453
2965
  "type": "3rd-party",
2454
2966
  "maintainers": [
@@ -2461,7 +2973,8 @@
2461
2973
  ],
2462
2974
  "compatibility": {
2463
2975
  "nuxt": "^3.0.0",
2464
- "requires": {}
2976
+ "requires": {},
2977
+ "devtools": "^0.0.0"
2465
2978
  }
2466
2979
  },
2467
2980
  {
@@ -2538,12 +3051,12 @@
2538
3051
  },
2539
3052
  {
2540
3053
  "name": "logrocket",
2541
- "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
2542
- "repo": "nuxt-community/nuxt-logrocket",
3054
+ "description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
3055
+ "repo": "nuxt-modules/logrocket",
2543
3056
  "npm": "nuxt-logrocket",
2544
3057
  "icon": "logrocket.png",
2545
- "github": "https://github.com/nuxt-community/nuxt-logrocket",
2546
- "website": "https://github.com/nuxt-community/nuxt-logrocket",
3058
+ "github": "https://github.com/nuxt-modules/logrocket",
3059
+ "website": "https://github.com/nuxt-modules/logrocket",
2547
3060
  "learn_more": "https://docs.logrocket.com/docs",
2548
3061
  "category": "Monitoring",
2549
3062
  "type": "community",
@@ -2559,9 +3072,35 @@
2559
3072
  "requires": {}
2560
3073
  }
2561
3074
  },
3075
+ {
3076
+ "name": "lucide-icons",
3077
+ "description": "Nuxt module to integrate Lucide icons",
3078
+ "repo": "swisnl/nuxt-lucide-icons",
3079
+ "npm": "nuxt-lucide-icons",
3080
+ "icon": "lucide-icons.svg",
3081
+ "github": "https://github.com/swisnl/nuxt-lucide-icons",
3082
+ "website": "https://github.com/swisnl/nuxt-lucide-icons",
3083
+ "learn_more": "",
3084
+ "category": "UI",
3085
+ "type": "3rd-party",
3086
+ "maintainers": [
3087
+ {
3088
+ "name": "SWIS",
3089
+ "github": "swisnl"
3090
+ },
3091
+ {
3092
+ "name": "Jasper Zonneveld",
3093
+ "github": "JaZo"
3094
+ }
3095
+ ],
3096
+ "compatibility": {
3097
+ "nuxt": "^3.0.0",
3098
+ "requires": {}
3099
+ }
3100
+ },
2562
3101
  {
2563
3102
  "name": "lunr",
2564
- "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
3103
+ "description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
2565
3104
  "repo": "nuxt-community/lunr-module",
2566
3105
  "npm": "@nuxtjs/lunr-module",
2567
3106
  "icon": "",
@@ -2584,10 +3123,10 @@
2584
3123
  {
2585
3124
  "name": "magic-regexp",
2586
3125
  "description": "A compiled-away, type-safe, readable RegExp alternative",
2587
- "repo": "danielroe/magic-regexp",
3126
+ "repo": "unjs/magic-regexp",
2588
3127
  "npm": "magic-regexp",
2589
3128
  "icon": "magic-regexp.svg",
2590
- "github": "https://github.com/danielroe/magic-regexp",
3129
+ "github": "https://github.com/unjs/magic-regexp",
2591
3130
  "website": "https://magic-regexp.roe.dev",
2592
3131
  "learn_more": "https://magic-regexp.roe.dev",
2593
3132
  "category": "Libraries",
@@ -2604,6 +3143,29 @@
2604
3143
  "requires": {}
2605
3144
  }
2606
3145
  },
3146
+ {
3147
+ "name": "mailpit",
3148
+ "description": "Integrates Mailpit web UI in Nuxt devtools",
3149
+ "repo": "tdolsen/nuxt-mailpit",
3150
+ "npm": "nuxt-mailpit",
3151
+ "icon": "mailpit.svg",
3152
+ "github": "https://github.com/tdolsen/nuxt-mailpit",
3153
+ "website": "https://github.com/tdolsen/nuxt-mailpit",
3154
+ "learn_more": "https://github.com/tdolsen/nuxt-mailpit",
3155
+ "category": "Devtools",
3156
+ "type": "3rd-party",
3157
+ "maintainers": [
3158
+ {
3159
+ "name": "Torkild Dyvik Olsen",
3160
+ "github": "tdolsen",
3161
+ "twitter": "tdolsen"
3162
+ }
3163
+ ],
3164
+ "compatibility": {
3165
+ "nuxt": "^3.8.0",
3166
+ "requires": {}
3167
+ }
3168
+ },
2607
3169
  {
2608
3170
  "name": "markdownit",
2609
3171
  "description": "Use Markdown in your Nuxt application with the markdownit-loader",
@@ -2627,6 +3189,30 @@
2627
3189
  "requires": {}
2628
3190
  }
2629
3191
  },
3192
+ {
3193
+ "name": "marquee",
3194
+ "description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
3195
+ "repo": "hanzydev/nuxt-marquee",
3196
+ "npm": "nuxt-marquee",
3197
+ "icon": "marquee.png",
3198
+ "github": "https://github.com/hanzydev/nuxt-marquee/",
3199
+ "website": "https://hanzydev.github.io/nuxt-marquee/",
3200
+ "learn_more": "",
3201
+ "category": "UI",
3202
+ "type": "3rd-party",
3203
+ "maintainers": [
3204
+ {
3205
+ "name": "Hànzy",
3206
+ "github": "hanzydev",
3207
+ "avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
3208
+ }
3209
+ ],
3210
+ "compatibility": {
3211
+ "nuxt": "^3.0.0",
3212
+ "requires": {},
3213
+ "devtools": "^0.0.0"
3214
+ }
3215
+ },
2630
3216
  {
2631
3217
  "name": "matomo",
2632
3218
  "description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
@@ -2649,6 +3235,28 @@
2649
3235
  "requires": {}
2650
3236
  }
2651
3237
  },
3238
+ {
3239
+ "name": "maz-ui",
3240
+ "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3241
+ "repo": "louismazel/maz-ui#master/packages/nuxt-module",
3242
+ "npm": "nuxt-module",
3243
+ "icon": "maz-ui.png",
3244
+ "github": "https://github.com/louismazel/maz-ui",
3245
+ "website": "https://maz-ui.com/",
3246
+ "learn_more": "https://maz-ui.com/guide/nuxt",
3247
+ "category": "UI",
3248
+ "type": "3rd-party",
3249
+ "maintainers": [
3250
+ {
3251
+ "name": "Loïc Mazuel",
3252
+ "github": "LouisMazel"
3253
+ }
3254
+ ],
3255
+ "compatibility": {
3256
+ "nuxt": "^3.0.0",
3257
+ "requires": {}
3258
+ }
3259
+ },
2652
3260
  {
2653
3261
  "name": "mdx",
2654
3262
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -2674,7 +3282,7 @@
2674
3282
  },
2675
3283
  {
2676
3284
  "name": "medusa",
2677
- "description": "Easily connect to Medusa from your Nuxt 3 application",
3285
+ "description": "Easily connect to Medusa from your Nuxt application",
2678
3286
  "repo": "Baroshem/nuxt-medusa",
2679
3287
  "npm": "nuxt-medusa",
2680
3288
  "icon": "medusa.svg",
@@ -2699,7 +3307,7 @@
2699
3307
  },
2700
3308
  {
2701
3309
  "name": "meilisearch",
2702
- "description": "Meilisearch Instant Search module for Nuxt 3",
3310
+ "description": "Meilisearch Instant Search module for Nuxt",
2703
3311
  "repo": "xlanex6/nuxt-meilisearch",
2704
3312
  "npm": "nuxt-meilisearch",
2705
3313
  "icon": "meilisearch.svg",
@@ -2719,7 +3327,8 @@
2719
3327
  "nuxt": "^3.0.0",
2720
3328
  "requires": {
2721
3329
  "bridge": false
2722
- }
3330
+ },
3331
+ "devtools": "^0.0.0"
2723
3332
  }
2724
3333
  },
2725
3334
  {
@@ -2744,28 +3353,6 @@
2744
3353
  "requires": {}
2745
3354
  }
2746
3355
  },
2747
- {
2748
- "name": "mobile",
2749
- "description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
2750
- "repo": "ChanningDefoe/nuxt-mobile-detect",
2751
- "npm": "nuxt-mobile",
2752
- "icon": "",
2753
- "github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
2754
- "website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
2755
- "learn_more": "https://github.com/hgoebl/mobile-detect.js",
2756
- "category": "Extensions",
2757
- "type": "3rd-party",
2758
- "maintainers": [
2759
- {
2760
- "name": "ChanningDefoe",
2761
- "github": "ChanningDefoe"
2762
- }
2763
- ],
2764
- "compatibility": {
2765
- "nuxt": "^2.0.0",
2766
- "requires": {}
2767
- }
2768
- },
2769
3356
  {
2770
3357
  "name": "module-feed",
2771
3358
  "description": "Feed module enables everyone to have RSS, Atom and JSON.",
@@ -2791,7 +3378,7 @@
2791
3378
  },
2792
3379
  {
2793
3380
  "name": "moment",
2794
- "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3381
+ "description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
2795
3382
  "repo": "nuxt-community/moment-module",
2796
3383
  "npm": "@nuxtjs/moment",
2797
3384
  "icon": "momentjs.png",
@@ -2817,20 +3404,20 @@
2817
3404
  }
2818
3405
  },
2819
3406
  {
2820
- "name": "mq",
2821
- "description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
2822
- "repo": "vanhoofmaarten/nuxt-mq",
2823
- "npm": "nuxt-mq",
3407
+ "name": "neo",
3408
+ "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
3409
+ "repo": "ezypeeze/nuxt-neo",
3410
+ "npm": "nuxt-neo",
2824
3411
  "icon": "",
2825
- "github": "https://github.com/vanhoofmaarten/nuxt-mq",
2826
- "website": "https://github.com/vanhoofmaarten/nuxt-mq",
2827
- "learn_more": "https://github.com/AlexandreBonaventure/vue-mq",
2828
- "category": "Libraries",
3412
+ "github": "https://github.com/ezypeeze/nuxt-neo",
3413
+ "website": "https://ezypeeze.github.io/nuxt-neo",
3414
+ "learn_more": "",
3415
+ "category": "Request",
2829
3416
  "type": "3rd-party",
2830
3417
  "maintainers": [
2831
3418
  {
2832
- "name": "vanhoofmaarten",
2833
- "github": "vanhoofmaarten"
3419
+ "name": "ezypeeze",
3420
+ "github": "ezypeeze"
2834
3421
  }
2835
3422
  ],
2836
3423
  "compatibility": {
@@ -2839,30 +3426,30 @@
2839
3426
  }
2840
3427
  },
2841
3428
  {
2842
- "name": "neo",
2843
- "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
2844
- "repo": "ezypeeze/nuxt-neo",
2845
- "npm": "nuxt-neo",
2846
- "icon": "",
2847
- "github": "https://github.com/ezypeeze/nuxt-neo",
2848
- "website": "https://ezypeeze.github.io/nuxt-neo",
3429
+ "name": "neo4j",
3430
+ "description": "Effortlessly integrate Neo4j's powerful graph database into your Nuxt applications!",
3431
+ "repo": "arashsheyda/nuxt-neo4j",
3432
+ "npm": "nuxt-neo4j",
3433
+ "icon": "nuxt-neo4j.png",
3434
+ "github": "https://github.com/arashsheyda/nuxt-neo4j",
3435
+ "website": "https://github.com/arashsheyda/nuxt-neo4j",
2849
3436
  "learn_more": "",
2850
- "category": "Request",
3437
+ "category": "Database",
2851
3438
  "type": "3rd-party",
2852
3439
  "maintainers": [
2853
3440
  {
2854
- "name": "ezypeeze",
2855
- "github": "ezypeeze"
3441
+ "name": "arashsheyda",
3442
+ "github": "arashsheyda"
2856
3443
  }
2857
3444
  ],
2858
3445
  "compatibility": {
2859
- "nuxt": "^2.0.0",
3446
+ "nuxt": "^3.0.0",
2860
3447
  "requires": {}
2861
3448
  }
2862
3449
  },
2863
3450
  {
2864
3451
  "name": "netlify-cache",
2865
- "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
3452
+ "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
2866
3453
  "repo": "DreaMinder/nuxt-netlify-cache",
2867
3454
  "npm": "nuxt-netlify-cache",
2868
3455
  "icon": "netlify.png",
@@ -2907,13 +3494,13 @@
2907
3494
  },
2908
3495
  {
2909
3496
  "name": "netlify",
2910
- "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
2911
- "repo": "bazzite/nuxt-netlify",
3497
+ "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3498
+ "repo": "juliomrqz/nuxt-netlify",
2912
3499
  "npm": "@aceforth/nuxt-netlify",
2913
3500
  "icon": "netlify.png",
2914
- "github": "https://github.com/bazzite/nuxt-netlify",
2915
- "website": "https://marquez.co/docs/nuxt-netlify/",
2916
- "learn_more": "",
3501
+ "github": "https://github.com/juliomrqz/nuxt-netlify",
3502
+ "website": "https://github.com/juliomrqz/nuxt-netlify",
3503
+ "learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
2917
3504
  "category": "Deployment",
2918
3505
  "type": "3rd-party",
2919
3506
  "maintainers": [
@@ -2978,42 +3565,42 @@
2978
3565
  }
2979
3566
  },
2980
3567
  {
2981
- "name": "nuxt-auth",
2982
- "description": "",
2983
- "repo": "sidebase/nuxt-auth",
2984
- "npm": "@sidebase/nuxt-auth",
3568
+ "name": "nupolyon",
3569
+ "description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
3570
+ "repo": "adenvt/nupolyon",
3571
+ "npm": "nupolyon",
2985
3572
  "icon": "",
2986
- "github": "https://github.com/sidebase/nuxt-auth",
2987
- "website": "https://github.com/sidebase/nuxt-auth",
3573
+ "github": "https://github.com/adenvt/nupolyon",
3574
+ "website": "https://github.com/adenvt/nupolyon",
2988
3575
  "learn_more": "",
2989
- "category": "Devtools",
3576
+ "category": "Performance",
2990
3577
  "type": "3rd-party",
2991
3578
  "maintainers": [
2992
3579
  {
2993
- "name": "sidebase",
2994
- "github": "sidebase"
3580
+ "name": "adenvt",
3581
+ "github": "adenvt"
2995
3582
  }
2996
3583
  ],
2997
3584
  "compatibility": {
2998
- "nuxt": "^2.0.0",
3585
+ "nuxt": "^3.0.0",
2999
3586
  "requires": {}
3000
3587
  }
3001
3588
  },
3002
3589
  {
3003
- "name": "nuxt-chatgpt",
3004
- "description": "ChatGPT integration for Nuxt 3",
3005
- "repo": "schnapsterdog/nuxt-chatgpt",
3006
- "npm": "nuxt-chatgpt",
3007
- "icon": "chatgpt.svg",
3008
- "github": "https://github.com/schnapsterdog/nuxt-chatgpt",
3009
- "website": "https://github.com/schnapsterdog/nuxt-chatgpt",
3010
- "learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
3011
- "category": "Libraries",
3590
+ "name": "nuxt-anchorscroll",
3591
+ "description": "Scroll to top and to anchor support for Nuxt",
3592
+ "repo": "helltraitor/nuxt-anchorscroll",
3593
+ "npm": "nuxt-anchorscroll",
3594
+ "icon": "",
3595
+ "github": "https://github.com/helltraitor/nuxt-anchorscroll",
3596
+ "website": "https://github.com/helltraitor/nuxt-anchorscroll",
3597
+ "learn_more": "",
3598
+ "category": "UI",
3012
3599
  "type": "3rd-party",
3013
3600
  "maintainers": [
3014
3601
  {
3015
- "name": "Oliver Trajceski",
3016
- "github": "schnapsterdog"
3602
+ "name": "Helltraitor",
3603
+ "github": "helltraitor"
3017
3604
  }
3018
3605
  ],
3019
3606
  "compatibility": {
@@ -3022,89 +3609,405 @@
3022
3609
  }
3023
3610
  },
3024
3611
  {
3025
- "name": "nuxt-graphql-middleware",
3026
- "description": "Expose GraphQL queries and mutations as server API routes.",
3027
- "repo": "dulnan/nuxt-graphql-middleware",
3028
- "npm": "nuxt-graphql-middleware",
3029
- "icon": "nuxt-graphql-middleware.svg",
3030
- "github": "https://github.com/dulnan/nuxt-graphql-middleware",
3031
- "website": "https://nuxt-graphql-middleware.dulnan.net",
3032
- "learn_more": "",
3033
- "category": "Request",
3612
+ "name": "nuxt-asciidoc",
3613
+ "description": "Transformer for using asciidoc in nuxt",
3614
+ "repo": "Chris2011/nuxt-asciidoc",
3615
+ "npm": "nuxt-asciidoc",
3616
+ "icon": "nuxt-asciidoc.svg",
3617
+ "github": "https://github.com/Chris2011/nuxt-asciidoc",
3618
+ "website": "https://github.com/Chris2011/nuxt-asciidoc",
3619
+ "learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
3620
+ "category": "Extensions",
3034
3621
  "type": "3rd-party",
3035
3622
  "maintainers": [
3036
3623
  {
3037
- "name": "dulnan",
3038
- "github": "dulnan",
3039
- "twitter": "dulnan",
3040
- "avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
3041
- },
3042
- {
3043
- "name": "ayalon",
3044
- "github": "ayalon",
3045
- "avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
3624
+ "name": "Christian Lenz",
3625
+ "github": "Chris2011",
3626
+ "twitter": "Chrizzly42"
3046
3627
  }
3047
3628
  ],
3048
3629
  "compatibility": {
3049
- "nuxt": "^2.0.0 || ^3.0.0",
3630
+ "nuxt": "^3.0.0",
3050
3631
  "requires": {}
3051
3632
  }
3052
3633
  },
3053
3634
  {
3054
- "name": "nuxt-graphql-playground",
3055
- "description": "",
3056
- "repo": "pinpon-dev/nuxt-graphql-playground",
3057
- "npm": "@pin-pon/nuxt-graphql-playground",
3058
- "icon": "",
3059
- "github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
3060
- "website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
3061
- "learn_more": "",
3062
- "category": "Devtools",
3635
+ "name": "nuxt-auth-sanctum",
3636
+ "description": "Nuxt module for Laravel Sanctum authentication",
3637
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3638
+ "npm": "nuxt-auth-sanctum",
3639
+ "icon": "laravel.svg",
3640
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3641
+ "website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
3642
+ "learn_more": "https://laravel.com/docs/10.x/sanctum",
3643
+ "category": "Security",
3063
3644
  "type": "3rd-party",
3064
3645
  "maintainers": [
3065
3646
  {
3066
- "name": "pinpon-dev",
3067
- "github": "pinpon-dev"
3647
+ "name": "Artem Manchenkov",
3648
+ "github": "manchenkoff",
3649
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
3068
3650
  }
3069
3651
  ],
3070
3652
  "compatibility": {
3071
- "nuxt": "^2.0.0",
3653
+ "nuxt": "^3.9.0",
3072
3654
  "requires": {}
3073
3655
  }
3074
3656
  },
3075
3657
  {
3076
- "name": "nuxt-hue",
3077
- "description": "Enlighten your Nuxt experience",
3078
- "repo": "lihbr/nuxt-hue",
3079
- "npm": "nuxt-hue",
3080
- "icon": "nuxt-hue.svg",
3081
- "github": "https://github.com/lihbr/nuxt-hue",
3082
- "website": "https://github.com/lihbr/nuxt-hue",
3658
+ "name": "nuxt-basic-auth",
3659
+ "description": "Nuxt Module for Basic Authentication",
3660
+ "repo": "kgierke/nuxt-basic-auth",
3661
+ "npm": "@kgierke/nuxt-basic-auth",
3662
+ "icon": "",
3663
+ "github": "https://github.com/kgierke/nuxt-basic-auth",
3664
+ "website": "https://github.com/kgierke/nuxt-basic-auth",
3083
3665
  "learn_more": "",
3084
- "category": "Devtools",
3666
+ "category": "Security",
3085
3667
  "type": "3rd-party",
3086
3668
  "maintainers": [
3087
3669
  {
3088
- "name": "lihbr",
3089
- "github": "lihbr"
3670
+ "name": "kgierke",
3671
+ "github": "kgierke"
3090
3672
  }
3091
3673
  ],
3092
3674
  "compatibility": {
3093
- "nuxt": "^2.0.0 || ^3.0.0",
3094
- "requires": {
3095
- "bridge": "optional"
3096
- }
3675
+ "nuxt": "^3.0.0",
3676
+ "requires": {}
3097
3677
  }
3098
3678
  },
3099
3679
  {
3100
- "name": "nuxt-localtunnel",
3101
- "description": "Exposes your Nuxt localhost to the world automatically.",
3102
- "repo": "nuxtus/localtunnel",
3103
- "npm": "@nuxtus/nuxt-localtunnel",
3104
- "icon": "nuxt-localtunnel.svg",
3105
- "github": "https://github.com/nuxtus/localtunnel",
3106
- "website": "https://nuxtus.com",
3107
- "learn_more": "https://docs.nuxtus.com/#/localtunnel",
3680
+ "name": "nuxt-bezier",
3681
+ "description": "Reusable transition components",
3682
+ "repo": "50rayn/nuxt-bezier",
3683
+ "npm": "nuxt-bezier",
3684
+ "icon": "nuxt-bezier.png",
3685
+ "github": "https://github.com/50rayn/nuxt-bezier",
3686
+ "website": "https://github.com/50rayn/nuxt-bezier",
3687
+ "learn_more": "https://github.com/Noction/vue-bezier",
3688
+ "category": "UI",
3689
+ "type": "3rd-party",
3690
+ "maintainers": [
3691
+ {
3692
+ "name": "Soryn Gitlan",
3693
+ "github": "50rayn"
3694
+ }
3695
+ ],
3696
+ "compatibility": {
3697
+ "nuxt": "^3.0.0",
3698
+ "requires": {}
3699
+ }
3700
+ },
3701
+ {
3702
+ "name": "nuxt-bootstrap-icons",
3703
+ "description": "Just a simple integration for Bootstrap Icons",
3704
+ "repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
3705
+ "npm": "nuxt-bootstrap-icons",
3706
+ "icon": "bootstrap-icons.svg",
3707
+ "github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3708
+ "website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3709
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3710
+ "category": "UI",
3711
+ "type": "3rd-party",
3712
+ "maintainers": [
3713
+ {
3714
+ "name": "OyewoleOyedeji",
3715
+ "github": "OyewoleOyedeji"
3716
+ }
3717
+ ],
3718
+ "compatibility": {
3719
+ "nuxt": "^3.0.0",
3720
+ "requires": {}
3721
+ }
3722
+ },
3723
+ {
3724
+ "name": "nuxt-chatgpt",
3725
+ "description": "ChatGPT integration for Nuxt",
3726
+ "repo": "schnapsterdog/nuxt-chatgpt",
3727
+ "npm": "nuxt-chatgpt",
3728
+ "icon": "chatgpt.svg",
3729
+ "github": "https://github.com/schnapsterdog/nuxt-chatgpt",
3730
+ "website": "https://github.com/schnapsterdog/nuxt-chatgpt",
3731
+ "learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
3732
+ "category": "Libraries",
3733
+ "type": "3rd-party",
3734
+ "maintainers": [
3735
+ {
3736
+ "name": "Oliver Trajceski",
3737
+ "github": "schnapsterdog"
3738
+ }
3739
+ ],
3740
+ "compatibility": {
3741
+ "nuxt": "^3.0.0",
3742
+ "requires": {}
3743
+ }
3744
+ },
3745
+ {
3746
+ "name": "nuxt-cookie-consent",
3747
+ "description": "Nuxt module for integrating with cookie consent providers with ease",
3748
+ "repo": "weareheavy/nuxt-cookie-consent",
3749
+ "npm": "@weareheavy/nuxt-cookie-consent",
3750
+ "icon": "wah.svg",
3751
+ "github": "https://github.com/weareheavy/nuxt-cookie-consent",
3752
+ "website": "https://nuxt-cookie-consent.packages.weareheavy.com",
3753
+ "learn_more": "",
3754
+ "category": "Extensions",
3755
+ "type": "3rd-party",
3756
+ "maintainers": [
3757
+ {
3758
+ "name": "weareheavy",
3759
+ "github": "weareheavy"
3760
+ }
3761
+ ],
3762
+ "compatibility": {
3763
+ "nuxt": "^3.0.0",
3764
+ "requires": {}
3765
+ }
3766
+ },
3767
+ {
3768
+ "name": "nuxt-facebook-chat",
3769
+ "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
3770
+ "repo": "superdev-tech/nuxt-facebook-chat",
3771
+ "npm": "nuxt-facebook-chat",
3772
+ "icon": "nuxt-facebook-chat.svg",
3773
+ "github": "https://github.com/superdev-tech/nuxt-facebook-chat",
3774
+ "website": "https://github.com/superdev-tech/nuxt-facebook-chat",
3775
+ "learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
3776
+ "category": "Libraries",
3777
+ "type": "3rd-party",
3778
+ "maintainers": [
3779
+ {
3780
+ "name": "Supanut Dokmaithong",
3781
+ "github": "Boomgeek"
3782
+ },
3783
+ {
3784
+ "name": "superdev-tech",
3785
+ "github": "superdev-tech"
3786
+ }
3787
+ ],
3788
+ "compatibility": {
3789
+ "nuxt": "^3.0.0",
3790
+ "requires": {}
3791
+ }
3792
+ },
3793
+ {
3794
+ "name": "nuxt-feather-icons",
3795
+ "description": "The Feather Icons in Nuxt 3.",
3796
+ "repo": "4sllan/nuxt-feather-icons",
3797
+ "npm": "nuxt-feather-icons",
3798
+ "icon": "nuxt-feather-icons.png",
3799
+ "github": "https://github.com/4sllan/nuxt-feather-icons",
3800
+ "website": "https://github.com/4sllan/nuxt-feather-icons",
3801
+ "learn_more": "https://github.com/4sllan/nuxt-feather-icons",
3802
+ "category": "UI",
3803
+ "type": "3rd-party",
3804
+ "maintainers": [
3805
+ {
3806
+ "name": "4sllan",
3807
+ "github": "4sllan"
3808
+ }
3809
+ ],
3810
+ "compatibility": {
3811
+ "nuxt": "^3.0.0",
3812
+ "requires": {}
3813
+ }
3814
+ },
3815
+ {
3816
+ "name": "nuxt-feedme",
3817
+ "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
3818
+ "repo": "helltraitor/nuxt-feedme",
3819
+ "npm": "nuxt-feedme",
3820
+ "icon": "",
3821
+ "github": "https://github.com/helltraitor/nuxt-feedme",
3822
+ "website": "https://github.com/helltraitor/nuxt-feedme",
3823
+ "learn_more": "",
3824
+ "category": "SEO",
3825
+ "type": "3rd-party",
3826
+ "maintainers": [
3827
+ {
3828
+ "name": "Helltraitor",
3829
+ "github": "helltraitor"
3830
+ }
3831
+ ],
3832
+ "compatibility": {
3833
+ "nuxt": "^3.0.0",
3834
+ "requires": {}
3835
+ }
3836
+ },
3837
+ {
3838
+ "name": "nuxt-fontawesome",
3839
+ "description": "Module to use Font Awesome 6 icons in your Nuxt project",
3840
+ "repo": "bezumkin/nuxt-fontawesome",
3841
+ "npm": "@vesp/nuxt-fontawesome",
3842
+ "icon": "nuxt-fontawesome.svg",
3843
+ "github": "https://github.com/bezumkin/nuxt-fontawesome",
3844
+ "website": "https://github.com/bezumkin/nuxt-fontawesome",
3845
+ "learn_more": "https://fontawesome.com",
3846
+ "category": "UI",
3847
+ "type": "3rd-party",
3848
+ "maintainers": [
3849
+ {
3850
+ "name": "Vasily Naumkin",
3851
+ "github": "bezumkin",
3852
+ "avatar": "https://avatars.githubusercontent.com/u/1257284"
3853
+ }
3854
+ ],
3855
+ "compatibility": {
3856
+ "nuxt": "^3.0.0",
3857
+ "requires": {}
3858
+ }
3859
+ },
3860
+ {
3861
+ "name": "nuxt-graphql-middleware",
3862
+ "description": "Expose GraphQL queries and mutations as server API routes.",
3863
+ "repo": "dulnan/nuxt-graphql-middleware",
3864
+ "npm": "nuxt-graphql-middleware",
3865
+ "icon": "nuxt-graphql-middleware.svg",
3866
+ "github": "https://github.com/dulnan/nuxt-graphql-middleware",
3867
+ "website": "https://github.com/dulnan/nuxt-graphql-middleware",
3868
+ "learn_more": "",
3869
+ "category": "Request",
3870
+ "type": "3rd-party",
3871
+ "maintainers": [
3872
+ {
3873
+ "name": "dulnan",
3874
+ "github": "dulnan",
3875
+ "twitter": "dulnan",
3876
+ "avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
3877
+ },
3878
+ {
3879
+ "name": "ayalon",
3880
+ "github": "ayalon",
3881
+ "avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
3882
+ }
3883
+ ],
3884
+ "compatibility": {
3885
+ "nuxt": "^2.0.0 || ^3.0.0",
3886
+ "requires": {}
3887
+ }
3888
+ },
3889
+ {
3890
+ "name": "nuxt-graphql-playground",
3891
+ "description": "",
3892
+ "repo": "pinpon-dev/nuxt-graphql-playground",
3893
+ "npm": "@pin-pon/nuxt-graphql-playground",
3894
+ "icon": "",
3895
+ "github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
3896
+ "website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
3897
+ "learn_more": "",
3898
+ "category": "Devtools",
3899
+ "type": "3rd-party",
3900
+ "maintainers": [
3901
+ {
3902
+ "name": "pinpon-dev",
3903
+ "github": "pinpon-dev"
3904
+ }
3905
+ ],
3906
+ "compatibility": {
3907
+ "nuxt": "^2.0.0",
3908
+ "requires": {}
3909
+ }
3910
+ },
3911
+ {
3912
+ "name": "nuxt-gtm",
3913
+ "description": "A Nuxt module for Google Tag Manager",
3914
+ "repo": "zadigetvoltaire/nuxt-gtm",
3915
+ "npm": "@zadigetvoltaire/nuxt-gtm",
3916
+ "icon": "nuxt-gtm.svg",
3917
+ "github": "https://github.com/zadigetvoltaire/nuxt-gtm",
3918
+ "website": "https://github.com/zadigetvoltaire/nuxt-gtm",
3919
+ "learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
3920
+ "category": "Analytics",
3921
+ "type": "3rd-party",
3922
+ "maintainers": [
3923
+ {
3924
+ "name": "Zadig&Voltaire Team",
3925
+ "github": "zadigetvoltaire"
3926
+ }
3927
+ ],
3928
+ "compatibility": {
3929
+ "nuxt": "^3.0.0",
3930
+ "requires": {},
3931
+ "devtools": "^0.0.0"
3932
+ }
3933
+ },
3934
+ {
3935
+ "name": "nuxt-hue",
3936
+ "description": "Enlighten your Nuxt experience",
3937
+ "repo": "lihbr/nuxt-hue",
3938
+ "npm": "nuxt-hue",
3939
+ "icon": "nuxt-hue.svg",
3940
+ "github": "https://github.com/lihbr/nuxt-hue",
3941
+ "website": "https://github.com/lihbr/nuxt-hue",
3942
+ "learn_more": "",
3943
+ "category": "Devtools",
3944
+ "type": "3rd-party",
3945
+ "maintainers": [
3946
+ {
3947
+ "name": "lihbr",
3948
+ "github": "lihbr"
3949
+ }
3950
+ ],
3951
+ "compatibility": {
3952
+ "nuxt": "^2.0.0 || ^3.0.0",
3953
+ "requires": {
3954
+ "bridge": "optional"
3955
+ }
3956
+ }
3957
+ },
3958
+ {
3959
+ "name": "nuxt-interpolation",
3960
+ "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
3961
+ "repo": "daliborgogic/nuxt-interpolation#master",
3962
+ "npm": "nuxt-interpolation",
3963
+ "icon": "",
3964
+ "github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3965
+ "website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3966
+ "learn_more": "",
3967
+ "category": "Devtools",
3968
+ "type": "3rd-party",
3969
+ "maintainers": [
3970
+ {
3971
+ "name": "daliborgogic",
3972
+ "github": "daliborgogic"
3973
+ }
3974
+ ],
3975
+ "compatibility": {
3976
+ "nuxt": "^2.0.0",
3977
+ "requires": {}
3978
+ }
3979
+ },
3980
+ {
3981
+ "name": "nuxt-jsonld",
3982
+ "description": "Manage JSON-LD in Vue component.",
3983
+ "repo": "ymmooot/nuxt-jsonld",
3984
+ "npm": "nuxt-jsonld",
3985
+ "icon": "",
3986
+ "github": "https://github.com/ymmooot/nuxt-jsonld",
3987
+ "website": "https://github.com/ymmooot/nuxt-jsonld",
3988
+ "learn_more": "",
3989
+ "category": "SEO",
3990
+ "type": "3rd-party",
3991
+ "maintainers": [
3992
+ {
3993
+ "name": "ymmooot",
3994
+ "github": "ymmooot"
3995
+ }
3996
+ ],
3997
+ "compatibility": {
3998
+ "nuxt": "^3.0.0",
3999
+ "requires": {}
4000
+ }
4001
+ },
4002
+ {
4003
+ "name": "nuxt-localtunnel",
4004
+ "description": "Exposes your Nuxt localhost to the world automatically.",
4005
+ "repo": "nuxtus/localtunnel",
4006
+ "npm": "@nuxtus/nuxt-localtunnel",
4007
+ "icon": "nuxt-localtunnel.svg",
4008
+ "github": "https://github.com/nuxtus/localtunnel",
4009
+ "website": "https://docs.nuxtus.com",
4010
+ "learn_more": "https://docs.nuxtus.com/localtunnel.html",
3108
4011
  "category": "Devtools",
3109
4012
  "type": "3rd-party",
3110
4013
  "maintainers": [
@@ -3121,7 +4024,7 @@
3121
4024
  },
3122
4025
  {
3123
4026
  "name": "nuxt-loco",
3124
- "description": "A localise.biz module to synth locale with Nuxt.js",
4027
+ "description": "A localise.biz module to synth locale with Nuxt",
3125
4028
  "repo": "gaetansenn/nuxt-loco",
3126
4029
  "npm": "nuxt-loco",
3127
4030
  "icon": "",
@@ -3142,6 +4045,28 @@
3142
4045
  "requires": {}
3143
4046
  }
3144
4047
  },
4048
+ {
4049
+ "name": "nuxt-mail",
4050
+ "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
4051
+ "repo": "dword-design/nuxt-mail",
4052
+ "npm": "nuxt-mail",
4053
+ "icon": "",
4054
+ "github": "https://github.com/dword-design/nuxt-mail",
4055
+ "website": "https://github.com/dword-design/nuxt-mail",
4056
+ "learn_more": "",
4057
+ "category": "Extensions",
4058
+ "type": "3rd-party",
4059
+ "maintainers": [
4060
+ {
4061
+ "name": "Sebastian Landwehr",
4062
+ "github": "dword-design"
4063
+ }
4064
+ ],
4065
+ "compatibility": {
4066
+ "nuxt": "^2.0.0 || ^3.0.0",
4067
+ "requires": {}
4068
+ }
4069
+ },
3145
4070
  {
3146
4071
  "name": "nuxt-mapbox",
3147
4072
  "description": "Elegant Mapbox integration with Nuxt",
@@ -3164,6 +4089,28 @@
3164
4089
  "requires": {}
3165
4090
  }
3166
4091
  },
4092
+ {
4093
+ "name": "nuxt-mdi",
4094
+ "description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
4095
+ "repo": "ERPedersen/nuxt-mdi",
4096
+ "npm": "nuxt-mdi",
4097
+ "icon": "mdi.png",
4098
+ "github": "https://github.com/ERPedersen/nuxt-mdi",
4099
+ "website": "https://nuxt-mdi.emilrosenius.com",
4100
+ "learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
4101
+ "category": "Libraries",
4102
+ "type": "3rd-party",
4103
+ "maintainers": [
4104
+ {
4105
+ "name": "Emil Rosenius",
4106
+ "github": "ERPedersen"
4107
+ }
4108
+ ],
4109
+ "compatibility": {
4110
+ "nuxt": "^3.0.0",
4111
+ "requires": {}
4112
+ }
4113
+ },
3167
4114
  {
3168
4115
  "name": "nuxt-monaco-editor",
3169
4116
  "description": "Integrate monaco-editor with Nuxt",
@@ -3186,6 +4133,124 @@
3186
4133
  "requires": {}
3187
4134
  }
3188
4135
  },
4136
+ {
4137
+ "name": "nuxt-mongoose",
4138
+ "description": "A Nuxt module for simplifying the use of Mongoose in your project.",
4139
+ "repo": "arashsheyda/nuxt-mongoose",
4140
+ "npm": "nuxt-mongoose",
4141
+ "icon": "nuxt-mongoose.svg",
4142
+ "github": "https://github.com/arashsheyda/nuxt-mongoose",
4143
+ "website": "https://nuxt-mongoose.nuxt.space",
4144
+ "learn_more": "",
4145
+ "category": "Database",
4146
+ "type": "3rd-party",
4147
+ "maintainers": [
4148
+ {
4149
+ "name": "arashsheyda",
4150
+ "github": "arashsheyda"
4151
+ }
4152
+ ],
4153
+ "compatibility": {
4154
+ "nuxt": "^3.0.0",
4155
+ "requires": {},
4156
+ "devtools": "^0.0.0"
4157
+ }
4158
+ },
4159
+ {
4160
+ "name": "nuxt-oidc-auth",
4161
+ "description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
4162
+ "repo": "itpropro/nuxt-oidc-auth",
4163
+ "npm": "nuxt-oidc-auth",
4164
+ "icon": "",
4165
+ "github": "https://github.com/itpropro/nuxt-oidc-auth",
4166
+ "website": "https://github.com/itpropro/nuxt-oidc-auth",
4167
+ "learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
4168
+ "category": "Security",
4169
+ "type": "3rd-party",
4170
+ "maintainers": [
4171
+ {
4172
+ "name": "Jan-Henrik Damaschke",
4173
+ "github": "itpropro",
4174
+ "twitter": "jandamaschke"
4175
+ }
4176
+ ],
4177
+ "compatibility": {
4178
+ "nuxt": "^3.0.0",
4179
+ "requires": {}
4180
+ }
4181
+ },
4182
+ {
4183
+ "name": "nuxt-openapi-docs-module",
4184
+ "description": "Generate pages from OpenAPI specifications",
4185
+ "repo": "on-org/nuxt-openapi-docs-module",
4186
+ "npm": "nuxt-openapi-docs-module",
4187
+ "icon": "nuxt-openapi-docs-module.png",
4188
+ "github": "https://github.com/on-org/nuxt-openapi-docs-module",
4189
+ "website": "https://github.com/on-org/nuxt-openapi-docs-module",
4190
+ "learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
4191
+ "category": "Libraries",
4192
+ "type": "3rd-party",
4193
+ "maintainers": [
4194
+ {
4195
+ "name": "Pavel Kuzmin",
4196
+ "github": "s00d"
4197
+ }
4198
+ ],
4199
+ "compatibility": {
4200
+ "nuxt": "^3.0.0",
4201
+ "requires": {}
4202
+ }
4203
+ },
4204
+ {
4205
+ "name": "nuxt-openid-connect",
4206
+ "description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
4207
+ "repo": "aborn/nuxt-openid-connect",
4208
+ "npm": "nuxt-openid-connect",
4209
+ "icon": "",
4210
+ "github": "https://github.com/aborn/nuxt-openid-connect",
4211
+ "website": "https://github.com/aborn/nuxt-openid-connect",
4212
+ "learn_more": "",
4213
+ "category": "Security",
4214
+ "type": "3rd-party",
4215
+ "maintainers": [
4216
+ {
4217
+ "name": "Aborn Jiang",
4218
+ "github": "aborn"
4219
+ },
4220
+ {
4221
+ "name": "Khaled Almana",
4222
+ "github": "KhaledAlMana"
4223
+ }
4224
+ ],
4225
+ "compatibility": {
4226
+ "nuxt": "^3.0.0",
4227
+ "requires": {},
4228
+ "devtools": "^0.0.0"
4229
+ }
4230
+ },
4231
+ {
4232
+ "name": "nuxt-payload-analyzer",
4233
+ "description": "Analyze Nuxt Payload Size",
4234
+ "repo": "barbapapazes/nuxt-payload-analyzer",
4235
+ "npm": "nuxt-payload-analyzer",
4236
+ "icon": "",
4237
+ "github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
4238
+ "website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
4239
+ "learn_more": "",
4240
+ "category": "Performance",
4241
+ "type": "3rd-party",
4242
+ "maintainers": [
4243
+ {
4244
+ "name": "Barbapapazes",
4245
+ "github": "Barbapapazes",
4246
+ "twitter": "soubiran_"
4247
+ }
4248
+ ],
4249
+ "compatibility": {
4250
+ "nuxt": "^3.0.0",
4251
+ "requires": {}
4252
+ }
4253
+ },
3189
4254
  {
3190
4255
  "name": "nuxt-pdf",
3191
4256
  "description": "Zero-boilerplate PDF exports of your Pages and Components",
@@ -3209,6 +4274,28 @@
3209
4274
  "requires": {}
3210
4275
  }
3211
4276
  },
4277
+ {
4278
+ "name": "nuxt-phosphor-icons",
4279
+ "description": "Just a simple integration for @phosphor-icons in Nuxt",
4280
+ "repo": "OyewoleOyedeji/nuxt-phosphor-icons",
4281
+ "npm": "nuxt-phosphor-icons",
4282
+ "icon": "phosphor-icons.svg",
4283
+ "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4284
+ "website": "https://nuxt-phosphor-icons.vercel.app",
4285
+ "learn_more": "https://nuxt-phosphor-icons.vercel.app",
4286
+ "category": "UI",
4287
+ "type": "3rd-party",
4288
+ "maintainers": [
4289
+ {
4290
+ "name": "OyewoleOyedeji",
4291
+ "github": "OyewoleOyedeji"
4292
+ }
4293
+ ],
4294
+ "compatibility": {
4295
+ "nuxt": "^3.0.0",
4296
+ "requires": {}
4297
+ }
4298
+ },
3212
4299
  {
3213
4300
  "name": "nuxt-pino-log",
3214
4301
  "description": "Structured logs for nuxt apps using pino",
@@ -3232,20 +4319,24 @@
3232
4319
  }
3233
4320
  },
3234
4321
  {
3235
- "name": "plausible",
3236
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
3237
- "repo": "nuxt-modules/plausible",
3238
- "npm": "@nuxtjs/plausible",
3239
- "icon": "plausible.png",
3240
- "github": "https://github.com/nuxt-modules/plausible",
3241
- "website": "https://github.com/nuxt-modules/plausible",
3242
- "learn_more": "https://plausible.io/",
3243
- "category": "Analytics",
3244
- "type": "community",
4322
+ "name": "nuxt-plotly",
4323
+ "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
4324
+ "repo": "superdev-tech/nuxt-plotly",
4325
+ "npm": "nuxt-plotly",
4326
+ "icon": "nuxt-plotly.svg",
4327
+ "github": "https://github.com/superdev-tech/nuxt-plotly",
4328
+ "website": "https://github.com/superdev-tech/nuxt-plotly",
4329
+ "learn_more": "https://www.npmjs.com/package/nuxt-plotly",
4330
+ "category": "Libraries",
4331
+ "type": "3rd-party",
3245
4332
  "maintainers": [
3246
4333
  {
3247
- "name": "Johann Schopplich",
3248
- "github": "johannschopplich"
4334
+ "name": "Supanut Dokmaithong",
4335
+ "github": "Boomgeek"
4336
+ },
4337
+ {
4338
+ "name": "superdev-tech",
4339
+ "github": "superdev-tech"
3249
4340
  }
3250
4341
  ],
3251
4342
  "compatibility": {
@@ -3255,7 +4346,7 @@
3255
4346
  },
3256
4347
  {
3257
4348
  "name": "nuxt-png-to-ico",
3258
- "description": "Nuxt.js module for auto generating favicons",
4349
+ "description": "Nuxt module for auto generating favicons",
3259
4350
  "repo": "b5710546232/nuxt-png-to-ico",
3260
4351
  "npm": "nuxt-png-to-ico",
3261
4352
  "icon": "",
@@ -3276,9 +4367,31 @@
3276
4367
  "requires": {}
3277
4368
  }
3278
4369
  },
4370
+ {
4371
+ "name": "nuxt-posthog",
4372
+ "description": "Integrate PostHog into your application with minimal configuration",
4373
+ "repo": "mitjans/nuxt-posthog",
4374
+ "npm": "nuxt-posthog",
4375
+ "icon": "posthog.svg",
4376
+ "github": "https://github.com/mitjans/nuxt-posthog",
4377
+ "website": "https://nuxt-posthog.cmitjans.dev",
4378
+ "learn_more": "https://posthog.com",
4379
+ "category": "Analytics",
4380
+ "type": "3rd-party",
4381
+ "maintainers": [
4382
+ {
4383
+ "name": "Carles Mitjans",
4384
+ "github": "mitjans"
4385
+ }
4386
+ ],
4387
+ "compatibility": {
4388
+ "nuxt": "^3.0.0",
4389
+ "requires": {}
4390
+ }
4391
+ },
3279
4392
  {
3280
4393
  "name": "nuxt-smartlook",
3281
- "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
4394
+ "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
3282
4395
  "repo": "f00b4r/nuxt-smartlook",
3283
4396
  "npm": "nuxt-smartlook",
3284
4397
  "icon": "nuxt-smartlook.png",
@@ -3300,6 +4413,28 @@
3300
4413
  "requires": {}
3301
4414
  }
3302
4415
  },
4416
+ {
4417
+ "name": "nuxt-social-share",
4418
+ "description": "Simple Social Sharing for Nuxt",
4419
+ "repo": "stefanobartoletti/nuxt-social-share",
4420
+ "npm": "@stefanobartoletti/nuxt-social-share",
4421
+ "icon": "nuxt-social-share.png",
4422
+ "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4423
+ "website": "https://github.com/stefanobartoletti/nuxt-social-share",
4424
+ "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4425
+ "category": "Extensions",
4426
+ "type": "3rd-party",
4427
+ "maintainers": [
4428
+ {
4429
+ "name": "stefanobartoletti",
4430
+ "github": "stefanobartoletti"
4431
+ }
4432
+ ],
4433
+ "compatibility": {
4434
+ "nuxt": "^3.0.0",
4435
+ "requires": {}
4436
+ }
4437
+ },
3303
4438
  {
3304
4439
  "name": "ssr-lit",
3305
4440
  "description": "Server-Side Rendering for Lit Element components",
@@ -3330,10 +4465,10 @@
3330
4465
  },
3331
4466
  {
3332
4467
  "name": "nuxt-storm",
3333
- "description": "WebStorm & PHPStorm support for NuxtJS components",
4468
+ "description": "WebStorm & PHPStorm support for Nuxt components",
3334
4469
  "repo": "fumeapp/nuxt-storm",
3335
4470
  "npm": "nuxt-storm",
3336
- "icon": "nuxt-storm.png",
4471
+ "icon": "",
3337
4472
  "github": "https://github.com/fumeapp/nuxt-storm",
3338
4473
  "website": "https://github.com/fumeapp/nuxt-storm",
3339
4474
  "learn_more": "https://github.com/fumeapp/nuxt-storm",
@@ -3350,6 +4485,30 @@
3350
4485
  "requires": {}
3351
4486
  }
3352
4487
  },
4488
+ {
4489
+ "name": "nuxt-svgo-loader",
4490
+ "description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
4491
+ "repo": "Mini-ghost/nuxt-svgo-loader",
4492
+ "npm": "nuxt-svgo-loader",
4493
+ "icon": "",
4494
+ "github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4495
+ "website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4496
+ "learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4497
+ "category": "Images",
4498
+ "type": "3rd-party",
4499
+ "maintainers": [
4500
+ {
4501
+ "name": "Alex Liu",
4502
+ "github": "Mini-ghost",
4503
+ "twitter": "Minighost_Alex"
4504
+ }
4505
+ ],
4506
+ "compatibility": {
4507
+ "nuxt": "^3.0.0",
4508
+ "requires": {},
4509
+ "devtools": "^0.0.0"
4510
+ }
4511
+ },
3353
4512
  {
3354
4513
  "name": "nuxt-svgo",
3355
4514
  "description": "Nuxt module to load optimized SVG files as Vue components",
@@ -3374,41 +4533,19 @@
3374
4533
  },
3375
4534
  {
3376
4535
  "name": "nuxt-unleash",
3377
- "description": "Nuxt.js module to use Unleash toggle feature services",
4536
+ "description": "Nuxt module to use Unleash toggle feature services",
3378
4537
  "repo": "conejerock/nuxt-unleash",
3379
4538
  "npm": "nuxt-unleash",
3380
4539
  "icon": "nuxt-unleash.svg",
3381
4540
  "github": "https://github.com/conejerock/nuxt-unleash",
3382
4541
  "website": "https://github.com/conejerock/nuxt-unleash",
3383
4542
  "learn_more": "https://github.com/Unleash/unleash",
3384
- "category": "Deployment",
3385
- "type": "3rd-party",
3386
- "maintainers": [
3387
- {
3388
- "name": "Juanjo Conejerock",
3389
- "github": "conejerock"
3390
- }
3391
- ],
3392
- "compatibility": {
3393
- "nuxt": "^2.0.0",
3394
- "requires": {}
3395
- }
3396
- },
3397
- {
3398
- "name": "nuxt-use-motion",
3399
- "description": "A Nuxt module putting your components in motion",
3400
- "repo": "Tahul/nuxt-use-motion",
3401
- "npm": "nuxt-use-motion",
3402
- "icon": "nuxt-use-motion.svg",
3403
- "github": "https://github.com/Tahul/nuxt-use-motion",
3404
- "website": "https://github.com/Tahul/nuxt-use-motion",
3405
- "learn_more": "https://github.com/vueuse/motion",
3406
- "category": "Libraries",
4543
+ "category": "Deployment",
3407
4544
  "type": "3rd-party",
3408
4545
  "maintainers": [
3409
4546
  {
3410
- "name": "Tahul",
3411
- "github": "Tahul"
4547
+ "name": "Juanjo Conejerock",
4548
+ "github": "conejerock"
3412
4549
  }
3413
4550
  ],
3414
4551
  "compatibility": {
@@ -3465,12 +4602,12 @@
3465
4602
  {
3466
4603
  "name": "nuxt-vue3-google-signin",
3467
4604
  "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
3468
- "repo": "syetalabs/nuxt-vue3-google-signin",
4605
+ "repo": "wavezync/nuxt-vue3-google-signin",
3469
4606
  "npm": "nuxt-vue3-google-signin",
3470
4607
  "icon": "vue3-google-signin.svg",
3471
- "github": "https://github.com/syetalabs/nuxt-vue3-google-signin",
3472
- "website": "https://vue3-google-signin.syetalabs.io",
3473
- "learn_more": "https://vue3-google-signin.syetalabs.io",
4608
+ "github": "https://github.com/wavezync/nuxt-vue3-google-signin",
4609
+ "website": "https://vue3-google-signin.wavezync.com",
4610
+ "learn_more": "https://vue3-google-signin.wavezync.com",
3474
4611
  "category": "Libraries",
3475
4612
  "type": "3rd-party",
3476
4613
  "maintainers": [
@@ -3484,9 +4621,75 @@
3484
4621
  "requires": {}
3485
4622
  }
3486
4623
  },
4624
+ {
4625
+ "name": "nuxt-zod-i18n",
4626
+ "description": "A Nuxt Module for localizing zod error messages.",
4627
+ "repo": "xibman/nuxt-zod-i18n",
4628
+ "npm": "nuxt-zod-i18n",
4629
+ "icon": "nuxt-zod-i18n.svg",
4630
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
4631
+ "website": "https://xibman-nuxt-zod-i18n.nuxt.space",
4632
+ "learn_more": "",
4633
+ "category": "Libraries",
4634
+ "type": "3rd-party",
4635
+ "maintainers": [
4636
+ {
4637
+ "name": "xibman",
4638
+ "github": "xibman"
4639
+ }
4640
+ ],
4641
+ "compatibility": {
4642
+ "nuxt": "^3.0.0",
4643
+ "requires": {}
4644
+ }
4645
+ },
4646
+ {
4647
+ "name": "nuxt3-interpolation",
4648
+ "description": "",
4649
+ "repo": "daliborgogic/interpolation#master",
4650
+ "npm": "nuxt3-interpolation",
4651
+ "icon": "",
4652
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
4653
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
4654
+ "learn_more": "",
4655
+ "category": "Devtools",
4656
+ "type": "3rd-party",
4657
+ "maintainers": [
4658
+ {
4659
+ "name": "daliborgogic",
4660
+ "github": "daliborgogic"
4661
+ }
4662
+ ],
4663
+ "compatibility": {
4664
+ "nuxt": "^3.0.0",
4665
+ "requires": {}
4666
+ }
4667
+ },
4668
+ {
4669
+ "name": "nuxt3-leaflet",
4670
+ "description": "Leaflet integration with Nuxt",
4671
+ "repo": "Gugustinette/Nuxt-Leaflet",
4672
+ "npm": "nuxt3-leaflet",
4673
+ "icon": "leaflet.png",
4674
+ "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4675
+ "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
4676
+ "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
4677
+ "category": "Libraries",
4678
+ "type": "3rd-party",
4679
+ "maintainers": [
4680
+ {
4681
+ "name": "Augustin MERCIER",
4682
+ "github": "Gugustinette"
4683
+ }
4684
+ ],
4685
+ "compatibility": {
4686
+ "nuxt": "^3.0.0",
4687
+ "requires": {}
4688
+ }
4689
+ },
3487
4690
  {
3488
4691
  "name": "nuxt7",
3489
- "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
4692
+ "description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
3490
4693
  "repo": "nuxt-community/nuxt7",
3491
4694
  "npm": "nuxt7",
3492
4695
  "icon": "",
@@ -3509,15 +4712,15 @@
3509
4712
  },
3510
4713
  {
3511
4714
  "name": "og-image",
3512
- "description": "Easily generate dynamic social share images.",
3513
- "repo": "harlan-zw/nuxt-og-image",
4715
+ "description": "Enlightened runtime images generated with Vue templates.",
4716
+ "repo": "nuxt-modules/og-image",
3514
4717
  "npm": "nuxt-og-image",
3515
- "icon": "",
3516
- "github": "https://github.com/harlan-zw/nuxt-og-image",
3517
- "website": "https://github.com/harlan-zw/nuxt-og-image",
3518
- "learn_more": "",
4718
+ "icon": "og-image.svg",
4719
+ "github": "https://github.com/nuxt-modules/og-image",
4720
+ "website": "https://nuxtseo.com/og-image",
4721
+ "learn_more": "https://nuxtseo.com/og-image",
3519
4722
  "category": "SEO",
3520
- "type": "3rd-party",
4723
+ "type": "community",
3521
4724
  "maintainers": [
3522
4725
  {
3523
4726
  "name": "Harlan Wilton",
@@ -3528,7 +4731,8 @@
3528
4731
  ],
3529
4732
  "compatibility": {
3530
4733
  "nuxt": "^3.0.0",
3531
- "requires": {}
4734
+ "requires": {},
4735
+ "devtools": "^0.0.0"
3532
4736
  }
3533
4737
  },
3534
4738
  {
@@ -3556,13 +4760,13 @@
3556
4760
  },
3557
4761
  {
3558
4762
  "name": "optimized-images",
3559
- "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
4763
+ "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
3560
4764
  "repo": "juliomrqz/nuxt-optimized-images",
3561
4765
  "npm": "@aceforth/nuxt-optimized-images",
3562
4766
  "icon": "",
3563
4767
  "github": "https://github.com/juliomrqz/nuxt-optimized-images",
3564
- "website": "https://marquez.co/docs/nuxt-optimized-images/",
3565
- "learn_more": "",
4768
+ "website": "https://github.com/juliomrqz/nuxt-optimized-images",
4769
+ "learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
3566
4770
  "category": "Images",
3567
4771
  "type": "3rd-party",
3568
4772
  "maintainers": [
@@ -3601,7 +4805,7 @@
3601
4805
  },
3602
4806
  {
3603
4807
  "name": "parse",
3604
- "description": "Parse package for Nuxt.js",
4808
+ "description": "Parse package for Nuxt",
3605
4809
  "repo": "cierrateam/nuxt-parse",
3606
4810
  "npm": "nuxt-parse",
3607
4811
  "icon": "",
@@ -3621,6 +4825,29 @@
3621
4825
  "requires": {}
3622
4826
  }
3623
4827
  },
4828
+ {
4829
+ "name": "particles",
4830
+ "description": "Easily add particle animations to your Nuxt projects using tsParticles",
4831
+ "repo": "Joepocalyptic/nuxt-particles",
4832
+ "npm": "nuxt-particles",
4833
+ "icon": "",
4834
+ "github": "https://github.com/Joepocalyptic/nuxt-particles",
4835
+ "website": "https://nuxt-particles.joeypereira.dev",
4836
+ "learn_more": "https://particles.js.org/",
4837
+ "category": "Libraries",
4838
+ "type": "3rd-party",
4839
+ "maintainers": [
4840
+ {
4841
+ "name": "Joey Pereira",
4842
+ "github": "Joepocalyptic",
4843
+ "avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
4844
+ }
4845
+ ],
4846
+ "compatibility": {
4847
+ "nuxt": "^3.0.0",
4848
+ "requires": {}
4849
+ }
4850
+ },
3624
4851
  {
3625
4852
  "name": "partytown",
3626
4853
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
@@ -3646,6 +4873,74 @@
3646
4873
  }
3647
4874
  }
3648
4875
  },
4876
+ {
4877
+ "name": "paypal",
4878
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
4879
+ "repo": "arashsheyda/nuxt-paypal",
4880
+ "npm": "nuxt-paypal",
4881
+ "icon": "paypal.svg",
4882
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
4883
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
4884
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
4885
+ "category": "Payment",
4886
+ "type": "3rd-party",
4887
+ "maintainers": [
4888
+ {
4889
+ "name": "Arash Sheyda",
4890
+ "github": "arashsheyda"
4891
+ }
4892
+ ],
4893
+ "compatibility": {
4894
+ "nuxt": "^3.0.0",
4895
+ "requires": {}
4896
+ }
4897
+ },
4898
+ {
4899
+ "name": "pdfeasy",
4900
+ "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
4901
+ "repo": "betterwrite/pdfeasy#main/packages/nuxt",
4902
+ "npm": "nuxt-pdfeasy",
4903
+ "icon": "pdfeasy.png",
4904
+ "github": "https://github.com/betterwrite/pdfeasy",
4905
+ "website": "https://github.com/betterwrite/pdfeasy",
4906
+ "learn_more": "https://github.com/betterwrite/pdfeasy",
4907
+ "category": "Extensions",
4908
+ "type": "3rd-party",
4909
+ "maintainers": [
4910
+ {
4911
+ "name": "Giovane Cardoso",
4912
+ "github": "novout",
4913
+ "twitter": "novoutttttt",
4914
+ "avatar": "https://avatars.githubusercontent.com/novout?v=4"
4915
+ }
4916
+ ],
4917
+ "compatibility": {
4918
+ "nuxt": "^3.0.0",
4919
+ "requires": {}
4920
+ }
4921
+ },
4922
+ {
4923
+ "name": "pergel",
4924
+ "description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
4925
+ "repo": "oku-ui/pergel#main/packages-core/pergel",
4926
+ "npm": "pergel",
4927
+ "icon": "pergel.svg",
4928
+ "github": "https://github.com/oku-ui/pergel",
4929
+ "website": "https://oku-ui.com/pergel",
4930
+ "learn_more": "",
4931
+ "category": "Devtools",
4932
+ "type": "3rd-party",
4933
+ "maintainers": [
4934
+ {
4935
+ "name": "Mehmet - productdevbook",
4936
+ "github": "productdevbook"
4937
+ }
4938
+ ],
4939
+ "compatibility": {
4940
+ "nuxt": "^3.10.0",
4941
+ "requires": {}
4942
+ }
4943
+ },
3649
4944
  {
3650
4945
  "name": "persian-datepicker",
3651
4946
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
@@ -3743,10 +5038,10 @@
3743
5038
  },
3744
5039
  {
3745
5040
  "name": "plausible",
3746
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
5041
+ "description": "Nuxt module to natively integrate Plausible analytics",
3747
5042
  "repo": "nuxt-modules/plausible",
3748
5043
  "npm": "@nuxtjs/plausible",
3749
- "icon": "",
5044
+ "icon": "plausible.svg",
3750
5045
  "github": "https://github.com/nuxt-modules/plausible",
3751
5046
  "website": "https://github.com/nuxt-modules/plausible",
3752
5047
  "learn_more": "",
@@ -3754,12 +5049,12 @@
3754
5049
  "type": "community",
3755
5050
  "maintainers": [
3756
5051
  {
3757
- "name": "nuxt-modules",
3758
- "github": "nuxt-modules"
5052
+ "name": "Johann Schopplich",
5053
+ "github": "johannschopplich"
3759
5054
  }
3760
5055
  ],
3761
5056
  "compatibility": {
3762
- "nuxt": "^2.0.0",
5057
+ "nuxt": "^2.0.0 || ^3.0.0",
3763
5058
  "requires": {}
3764
5059
  }
3765
5060
  },
@@ -3785,9 +5080,56 @@
3785
5080
  "requires": {}
3786
5081
  }
3787
5082
  },
5083
+ {
5084
+ "name": "prepare",
5085
+ "description": "Initialization steps at build time – like Nuxt 2 server init",
5086
+ "repo": "johannschopplich/nuxt-prepare",
5087
+ "npm": "nuxt-prepare",
5088
+ "icon": "prepare.svg",
5089
+ "github": "https://github.com/johannschopplich/nuxt-prepare",
5090
+ "website": "https://nuxt-prepare.byjohann.dev",
5091
+ "learn_more": "",
5092
+ "category": "Devtools",
5093
+ "type": "3rd-party",
5094
+ "maintainers": [
5095
+ {
5096
+ "name": "Johann Schopplich",
5097
+ "github": "johannschopplich",
5098
+ "twitter": "jschopplich",
5099
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
5100
+ }
5101
+ ],
5102
+ "compatibility": {
5103
+ "nuxt": "^3.0.0",
5104
+ "requires": {}
5105
+ }
5106
+ },
5107
+ {
5108
+ "name": "primevue",
5109
+ "description": "Next Generation Vue UI Component Library",
5110
+ "repo": "primefaces/primevue-nuxt-module",
5111
+ "npm": "nuxt-primevue",
5112
+ "icon": "primevue.svg",
5113
+ "github": "https://github.com/primefaces/primevue-nuxt-module",
5114
+ "website": "https://primevue.org/",
5115
+ "learn_more": "https://primevue.org/",
5116
+ "category": "UI",
5117
+ "type": "3rd-party",
5118
+ "maintainers": [
5119
+ {
5120
+ "name": "primefaces",
5121
+ "github": "primefaces",
5122
+ "twitter": "primevue"
5123
+ }
5124
+ ],
5125
+ "compatibility": {
5126
+ "nuxt": "^3.0.0",
5127
+ "requires": {}
5128
+ }
5129
+ },
3788
5130
  {
3789
5131
  "name": "prismic",
3790
- "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
5132
+ "description": "Easily connect your Nuxt application to your content hosted on Prismic",
3791
5133
  "repo": "nuxt-modules/prismic",
3792
5134
  "npm": "@nuxtjs/prismic",
3793
5135
  "icon": "prismic.png",
@@ -3854,7 +5196,7 @@
3854
5196
  },
3855
5197
  {
3856
5198
  "name": "proxy",
3857
- "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
5199
+ "description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
3858
5200
  "repo": "nuxt-community/proxy-module",
3859
5201
  "npm": "@nuxtjs/proxy",
3860
5202
  "icon": "",
@@ -3900,7 +5242,7 @@
3900
5242
  },
3901
5243
  {
3902
5244
  "name": "purgecss",
3903
- "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
5245
+ "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
3904
5246
  "repo": "Developmint/nuxt-purgecss#main",
3905
5247
  "npm": "nuxt-purgecss",
3906
5248
  "icon": "purgecss.png",
@@ -3922,7 +5264,7 @@
3922
5264
  },
3923
5265
  {
3924
5266
  "name": "pwa",
3925
- "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
5267
+ "description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
3926
5268
  "repo": "nuxt-community/pwa-module",
3927
5269
  "npm": "@nuxtjs/pwa",
3928
5270
  "icon": "pwa.png",
@@ -3947,7 +5289,7 @@
3947
5289
  },
3948
5290
  {
3949
5291
  "name": "python",
3950
- "description": "Write Nuxt.js applications using Python",
5292
+ "description": "Write Nuxt applications using Python",
3951
5293
  "repo": "nuxt-community/python-module",
3952
5294
  "npm": "@nuxtjs/python",
3953
5295
  "icon": "python.png",
@@ -3984,6 +5326,64 @@
3984
5326
  "github": "Maiquu"
3985
5327
  }
3986
5328
  ],
5329
+ "compatibility": {
5330
+ "nuxt": "^3.0.0",
5331
+ "requires": {},
5332
+ "devtools": "^0.0.0"
5333
+ }
5334
+ },
5335
+ {
5336
+ "name": "radash",
5337
+ "description": "radash module with auto-import and custom prefix",
5338
+ "repo": "bbg/nuxt-radash",
5339
+ "npm": "nuxt-radash",
5340
+ "icon": "radash.png",
5341
+ "github": "https://github.com/bbg/nuxt-radash",
5342
+ "website": "https://github.com/bbg/nuxt-radash#readme",
5343
+ "learn_more": "https://github.com/rayepps/radash/",
5344
+ "category": "Libraries",
5345
+ "type": "3rd-party",
5346
+ "maintainers": [
5347
+ {
5348
+ "name": "Batuhan Göksu",
5349
+ "github": "bbg"
5350
+ }
5351
+ ],
5352
+ "compatibility": {
5353
+ "nuxt": "^3.0.0",
5354
+ "requires": {}
5355
+ }
5356
+ },
5357
+ {
5358
+ "name": "radix-vue",
5359
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
5360
+ "repo": "radix-vue/radix-vue",
5361
+ "npm": "radix-vue",
5362
+ "icon": "radix-vue.svg",
5363
+ "github": "https://github.com/radix-vue/radix-vue",
5364
+ "website": "https://www.radix-vue.com/",
5365
+ "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
5366
+ "category": "UI",
5367
+ "type": "3rd-party",
5368
+ "maintainers": [
5369
+ {
5370
+ "name": "Zernonia",
5371
+ "github": "zernonia",
5372
+ "twitter": "zernonia"
5373
+ },
5374
+ {
5375
+ "name": "Khairul Haaziq",
5376
+ "github": "khairulhaaziq"
5377
+ },
5378
+ {
5379
+ "name": "Mujahid Anuar",
5380
+ "github": "mujahidfa"
5381
+ },
5382
+ {
5383
+ "name": "Max",
5384
+ "github": "onmax"
5385
+ }
5386
+ ],
3987
5387
  "compatibility": {
3988
5388
  "nuxt": "^3.0.0",
3989
5389
  "requires": {}
@@ -3991,7 +5391,7 @@
3991
5391
  },
3992
5392
  {
3993
5393
  "name": "recaptcha",
3994
- "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
5394
+ "description": "Simple and easy Google reCAPTCHA module with Nuxt",
3995
5395
  "repo": "nuxt-community/recaptcha-module",
3996
5396
  "npm": "@nuxtjs/recaptcha",
3997
5397
  "icon": "recaptcha.png",
@@ -4034,9 +5434,32 @@
4034
5434
  "requires": {}
4035
5435
  }
4036
5436
  },
5437
+ {
5438
+ "name": "resend",
5439
+ "description": "Resend integration for Nuxt",
5440
+ "repo": "nhedger/nuxt-resend",
5441
+ "npm": "nuxt-resend",
5442
+ "icon": "resend.svg",
5443
+ "github": "https://github.com/nhedger/nuxt-resend",
5444
+ "website": "https://github.com/nhedger/nuxt-resend",
5445
+ "learn_more": "https://resend.com",
5446
+ "category": "Extensions",
5447
+ "type": "3rd-party",
5448
+ "maintainers": [
5449
+ {
5450
+ "name": "Nicolas Hedger",
5451
+ "github": "nhedger",
5452
+ "twitter": "nicolashedger"
5453
+ }
5454
+ ],
5455
+ "compatibility": {
5456
+ "nuxt": "^3.0.0",
5457
+ "requires": {}
5458
+ }
5459
+ },
4037
5460
  {
4038
5461
  "name": "rfg-icon",
4039
- "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
5462
+ "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
4040
5463
  "repo": "pimlie/nuxt-rfg-icon",
4041
5464
  "npm": "nuxt-rfg-icon",
4042
5465
  "icon": "real-favicon-generator.png",
@@ -4058,13 +5481,13 @@
4058
5481
  },
4059
5482
  {
4060
5483
  "name": "robots",
4061
- "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
4062
- "repo": "nuxt-community/robots-module",
5484
+ "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
5485
+ "repo": "nuxt-modules/robots",
4063
5486
  "npm": "@nuxtjs/robots",
4064
5487
  "icon": "robots.png",
4065
- "github": "https://github.com/nuxt-community/robots-module",
4066
- "website": "https://github.com/nuxt-community/robots-module",
4067
- "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
5488
+ "github": "https://github.com/nuxt-modules/robots",
5489
+ "website": "https://github.com/nuxt-modules/robots",
5490
+ "learn_more": "",
4068
5491
  "category": "SEO",
4069
5492
  "type": "community",
4070
5493
  "maintainers": [
@@ -4082,23 +5505,23 @@
4082
5505
  },
4083
5506
  {
4084
5507
  "name": "rollbar",
4085
- "description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
4086
- "repo": "gaelreyrol/nuxt-rollbar-module",
4087
- "npm": "nuxt-rollbar-module",
5508
+ "description": "Nuxt 3 module to integrate Rollbar.",
5509
+ "repo": "jairoblatt/nuxt-rollbar",
5510
+ "npm": "nuxt-rollbar",
4088
5511
  "icon": "rollbar.png",
4089
- "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
4090
- "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
5512
+ "github": "https://github.com/jairoblatt/nuxt-rollbar",
5513
+ "website": "https://github.com/jairoblatt/nuxt-rollbar",
4091
5514
  "learn_more": "https://docs.rollbar.com/docs/javascript",
4092
5515
  "category": "Monitoring",
4093
5516
  "type": "3rd-party",
4094
5517
  "maintainers": [
4095
5518
  {
4096
- "name": "Gaël Reyrol",
4097
- "github": "gaelreyrol"
5519
+ "name": "Jairo Blatt",
5520
+ "github": "jairoblatt"
4098
5521
  }
4099
5522
  ],
4100
5523
  "compatibility": {
4101
- "nuxt": "^2.0.0",
5524
+ "nuxt": "^3.0.0",
4102
5525
  "requires": {}
4103
5526
  }
4104
5527
  },
@@ -4127,7 +5550,7 @@
4127
5550
  },
4128
5551
  {
4129
5552
  "name": "router",
4130
- "description": "Nuxt.js module to use router.js instead of pages/ directory",
5553
+ "description": "Nuxt module to use router.js instead of pages/ directory",
4131
5554
  "repo": "nuxt-community/router-module",
4132
5555
  "npm": "@nuxtjs/router",
4133
5556
  "icon": "vue.png",
@@ -4175,13 +5598,13 @@
4175
5598
  },
4176
5599
  {
4177
5600
  "name": "schema-org",
4178
- "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
4179
- "repo": "vueuse/schema-org#main/packages/nuxt",
5601
+ "description": "Quick and easy Schema.org graphs.",
5602
+ "repo": "harlan-zw/nuxt-schema-org",
4180
5603
  "npm": "nuxt-schema-org",
4181
5604
  "icon": "schema-org.svg",
4182
- "github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4183
- "website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4184
- "learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
5605
+ "github": "https://github.com/harlan-zw/nuxt-schema-org",
5606
+ "website": "https://nuxtseo.com/schema-org",
5607
+ "learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
4185
5608
  "category": "SEO",
4186
5609
  "type": "3rd-party",
4187
5610
  "maintainers": [
@@ -4244,13 +5667,13 @@
4244
5667
  },
4245
5668
  {
4246
5669
  "name": "segment",
4247
- "description": "Nuxt.js module for Segment Analytics.js",
5670
+ "description": "Nuxt module for Segment Analytics.js",
4248
5671
  "repo": "dansmaculotte/nuxt-segment",
4249
5672
  "npm": "@dansmaculotte/nuxt-segment",
4250
5673
  "icon": "segment.png",
4251
5674
  "github": "https://github.com/dansmaculotte/nuxt-segment",
4252
5675
  "website": "https://github.com/dansmaculotte/nuxt-segment",
4253
- "learn_more": "https://segment.com/docs/connections/sources/catalog/Libraries/website/javascript/",
5676
+ "learn_more": "",
4254
5677
  "category": "Analytics",
4255
5678
  "type": "3rd-party",
4256
5679
  "maintainers": [
@@ -4266,10 +5689,10 @@
4266
5689
  },
4267
5690
  {
4268
5691
  "name": "sentry",
4269
- "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
5692
+ "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
4270
5693
  "repo": "nuxt-community/sentry-module",
4271
5694
  "npm": "@nuxtjs/sentry",
4272
- "icon": "sentry.png",
5695
+ "icon": "sentry.svg",
4273
5696
  "github": "https://github.com/nuxt-community/sentry-module",
4274
5697
  "website": "https://sentry.nuxtjs.org/",
4275
5698
  "learn_more": "https://sentry.io/welcome/",
@@ -4287,20 +5710,22 @@
4287
5710
  }
4288
5711
  },
4289
5712
  {
4290
- "name": "seo-kit",
4291
- "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
4292
- "repo": "harlan-zw/nuxt-seo-kit#main/layer",
4293
- "npm": "nuxt-seo-kit",
4294
- "icon": "seo-kit.svg",
4295
- "github": "https://github.com/harlan-zw/nuxt-seo-kit",
4296
- "website": "https://github.com/harlan-zw/nuxt-seo-kit",
4297
- "learn_more": "",
5713
+ "name": "seo-experiments",
5714
+ "description": "Powerful SEO DX improvements.",
5715
+ "repo": "harlan-zw/nuxt-seo-experiments",
5716
+ "npm": "nuxt-seo-experiments",
5717
+ "icon": "seo-experiments.svg",
5718
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5719
+ "website": "https://nuxtseo.com/experiments",
5720
+ "learn_more": "https://nuxtseo.com/experiments",
4298
5721
  "category": "SEO",
4299
5722
  "type": "3rd-party",
4300
5723
  "maintainers": [
4301
5724
  {
4302
- "name": "harlan-zw",
4303
- "github": "harlan-zw"
5725
+ "name": "Harlan Wilton",
5726
+ "github": "harlan-zw",
5727
+ "twitter": "harlan_zw",
5728
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
4304
5729
  }
4305
5730
  ],
4306
5731
  "compatibility": {
@@ -4331,9 +5756,31 @@
4331
5756
  "requires": {}
4332
5757
  }
4333
5758
  },
5759
+ {
5760
+ "name": "seo",
5761
+ "description": "The complete SEO solution for Nuxt.",
5762
+ "repo": "harlan-zw/nuxt-seo",
5763
+ "npm": "@nuxtjs/seo",
5764
+ "icon": "nuxt.svg",
5765
+ "github": "https://github.com/harlan-zw/nuxt-seo",
5766
+ "website": "https://nuxtseo.com/",
5767
+ "learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
5768
+ "category": "SEO",
5769
+ "type": "3rd-party",
5770
+ "maintainers": [
5771
+ {
5772
+ "name": "harlan-zw",
5773
+ "github": "harlan-zw"
5774
+ }
5775
+ ],
5776
+ "compatibility": {
5777
+ "nuxt": "^3.0.0",
5778
+ "requires": {}
5779
+ }
5780
+ },
4334
5781
  {
4335
5782
  "name": "seomatic-meta",
4336
- "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
5783
+ "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
4337
5784
  "repo": "ben-rogerson/nuxt-seomatic-meta",
4338
5785
  "npm": "nuxt-seomatic-meta",
4339
5786
  "icon": "seomatic.png",
@@ -4376,6 +5823,29 @@
4376
5823
  "requires": {}
4377
5824
  }
4378
5825
  },
5826
+ {
5827
+ "name": "server-block",
5828
+ "description": "Use <server> tags in your Nuxt pages components.",
5829
+ "repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
5830
+ "npm": "@hebilicious/server-block-nuxt",
5831
+ "icon": "server-block.svg",
5832
+ "github": "https://github.com/Hebilicious/server-block-nuxt",
5833
+ "website": "https://github.com/Hebilicious/server-block-nuxt#readme",
5834
+ "learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
5835
+ "category": "Extensions",
5836
+ "type": "3rd-party",
5837
+ "maintainers": [
5838
+ {
5839
+ "name": "Hebilicious",
5840
+ "github": "Hebilicious",
5841
+ "twitter": "its_hebilicious"
5842
+ }
5843
+ ],
5844
+ "compatibility": {
5845
+ "nuxt": "^3.0.0",
5846
+ "requires": {}
5847
+ }
5848
+ },
4379
5849
  {
4380
5850
  "name": "session",
4381
5851
  "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",
@@ -4401,7 +5871,7 @@
4401
5871
  },
4402
5872
  {
4403
5873
  "name": "shopify",
4404
- "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
5874
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
4405
5875
  "repo": "Gomah/nuxt-shopify",
4406
5876
  "npm": "nuxt-shopify",
4407
5877
  "icon": "shopify.png",
@@ -4422,7 +5892,29 @@
4422
5892
  }
4423
5893
  },
4424
5894
  {
4425
- "name": "nuxt-auth",
5895
+ "name": "shuimo-ui",
5896
+ "description": "A Chinese Shuimo style component library.",
5897
+ "repo": "shuimo-design/shuimo-ui#main/plugins/nuxt",
5898
+ "npm": "@shuimo-design/shuimo-ui-nuxt",
5899
+ "icon": "shuimo-ui.svg",
5900
+ "github": "https://github.com/shuimo-design/shuimo-ui",
5901
+ "website": "https://shuimo.design",
5902
+ "learn_more": "https://github.com/shuimo-design/shuimo-ui/tree/main/plugins/nuxt",
5903
+ "category": "UI",
5904
+ "type": "3rd-party",
5905
+ "maintainers": [
5906
+ {
5907
+ "name": "higuaifan",
5908
+ "github": "higuaifan"
5909
+ }
5910
+ ],
5911
+ "compatibility": {
5912
+ "nuxt": "^3.0.0",
5913
+ "requires": {}
5914
+ }
5915
+ },
5916
+ {
5917
+ "name": "sidebase-auth",
4426
5918
  "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.",
4427
5919
  "repo": "sidebase/nuxt-auth",
4428
5920
  "npm": "@sidebase/nuxt-auth",
@@ -4468,37 +5960,13 @@
4468
5960
  },
4469
5961
  {
4470
5962
  "name": "simple-robots",
4471
- "description": "Simply manage the robots crawling your Nuxt app.",
5963
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
4472
5964
  "repo": "harlan-zw/nuxt-simple-robots",
4473
5965
  "npm": "nuxt-simple-robots",
4474
- "icon": "",
5966
+ "icon": "simple-robots.svg",
4475
5967
  "github": "https://github.com/harlan-zw/nuxt-simple-robots",
4476
- "website": "https://github.com/harlan-zw/nuxt-simple-robots",
4477
- "learn_more": "",
4478
- "category": "SEO",
4479
- "type": "3rd-party",
4480
- "maintainers": [
4481
- {
4482
- "name": "Harlan Wilton",
4483
- "github": "harlan-zw",
4484
- "twitter": "harlan_zw",
4485
- "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
4486
- }
4487
- ],
4488
- "compatibility": {
4489
- "nuxt": "^3.0.0",
4490
- "requires": {}
4491
- }
4492
- },
4493
- {
4494
- "name": "simple-sitemap",
4495
- "description": "Simple, minimal sitemap.xml generation.",
4496
- "repo": "harlan-zw/nuxt-simple-sitemap",
4497
- "npm": "nuxt-simple-sitemap",
4498
- "icon": "",
4499
- "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4500
- "website": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4501
- "learn_more": "",
5968
+ "website": "https://nuxtseo.com/robots",
5969
+ "learn_more": "https://nuxtseo.com/robots",
4502
5970
  "category": "SEO",
4503
5971
  "type": "3rd-party",
4504
5972
  "maintainers": [
@@ -4516,16 +5984,22 @@
4516
5984
  },
4517
5985
  {
4518
5986
  "name": "sitemap",
4519
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
4520
- "repo": "nuxt-community/sitemap-module#dev",
5987
+ "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
5988
+ "repo": "nuxt-modules/sitemap",
4521
5989
  "npm": "@nuxtjs/sitemap",
4522
- "icon": "",
4523
- "github": "https://github.com/nuxt-community/sitemap-module#dev",
4524
- "website": "https://sitemap.nuxtjs.org",
4525
- "learn_more": "",
5990
+ "icon": "simple-sitemap.svg",
5991
+ "github": "https://github.com/nuxt-modules/sitemap",
5992
+ "website": "https://nuxtseo.com/",
5993
+ "learn_more": "https://nuxtseo.com/sitemap",
4526
5994
  "category": "SEO",
4527
5995
  "type": "community",
4528
5996
  "maintainers": [
5997
+ {
5998
+ "name": "Harlan Wilton",
5999
+ "github": "harlan-zw",
6000
+ "twitter": "harlan_zw",
6001
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
6002
+ },
4529
6003
  {
4530
6004
  "name": "Nicolas PENNEC",
4531
6005
  "github": "NicoPennec",
@@ -4533,7 +6007,7 @@
4533
6007
  }
4534
6008
  ],
4535
6009
  "compatibility": {
4536
- "nuxt": "^2.0.0",
6010
+ "nuxt": "^3.0.0",
4537
6011
  "requires": {}
4538
6012
  }
4539
6013
  },
@@ -4561,7 +6035,7 @@
4561
6035
  },
4562
6036
  {
4563
6037
  "name": "snipcart",
4564
- "description": "Snipcart integration module for Nuxt.js",
6038
+ "description": "Snipcart integration module for Nuxt",
4565
6039
  "repo": "nuxt-modules/snipcart",
4566
6040
  "npm": "@nuxtjs/snipcart",
4567
6041
  "icon": "snipcart.png",
@@ -4584,7 +6058,7 @@
4584
6058
  },
4585
6059
  {
4586
6060
  "name": "social-meta",
4587
- "description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
6061
+ "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
4588
6062
  "repo": "AlekseyPleshkov/nuxt-social-meta",
4589
6063
  "npm": "nuxt-social-meta",
4590
6064
  "icon": "",
@@ -4706,7 +6180,7 @@
4706
6180
  },
4707
6181
  {
4708
6182
  "name": "storage",
4709
- "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
6183
+ "description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
4710
6184
  "repo": "mazipan/nuxt-storage",
4711
6185
  "npm": "nuxt-storage",
4712
6186
  "icon": "",
@@ -4728,7 +6202,7 @@
4728
6202
  },
4729
6203
  {
4730
6204
  "name": "storefront-ui",
4731
- "description": "Storefront UI Module for Nuxt.js",
6205
+ "description": "Storefront UI Module for Nuxt",
4732
6206
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
4733
6207
  "npm": "@storefront-ui/nuxt",
4734
6208
  "icon": "storefront-ui.svg",
@@ -4772,8 +6246,8 @@
4772
6246
  },
4773
6247
  {
4774
6248
  "name": "storyblok",
4775
- "description": "Storyblok Nuxt.js module",
4776
- "repo": "storyblok/storyblok-nuxt#master/lib",
6249
+ "description": "Storyblok Nuxt module",
6250
+ "repo": "storyblok/storyblok-nuxt#main",
4777
6251
  "npm": "@storyblok/nuxt",
4778
6252
  "icon": "storyblok.png",
4779
6253
  "github": "https://github.com/storyblok/storyblok-nuxt",
@@ -4789,46 +6263,43 @@
4789
6263
  ],
4790
6264
  "compatibility": {
4791
6265
  "nuxt": "^2.0.0 || ^3.0.0",
4792
- "requires": {}
6266
+ "requires": {},
6267
+ "devtools": "^0.0.0"
4793
6268
  }
4794
6269
  },
4795
6270
  {
4796
6271
  "name": "storybook",
4797
- "description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
4798
- "repo": "nuxt-community/storybook",
6272
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
6273
+ "repo": "nuxt-modules/storybook",
4799
6274
  "npm": "@nuxtjs/storybook",
4800
6275
  "icon": "storybook.png",
4801
- "github": "https://github.com/nuxt-community/storybook",
6276
+ "github": "https://github.com/nuxt-modules/storybook",
4802
6277
  "website": "https://storybook.nuxtjs.org",
4803
- "learn_more": "https://storybook.js.org/",
6278
+ "learn_more": "https://github.com/storybook-vue/storybook-nuxt",
4804
6279
  "category": "Devtools",
4805
6280
  "type": "community",
4806
6281
  "maintainers": [
4807
6282
  {
4808
- "name": "Ahad Birang",
4809
- "github": "farnabaz",
4810
- "twitter": "a_birang"
4811
- },
4812
- {
4813
- "name": "Pooya Parsa",
4814
- "github": "pi0",
4815
- "twitter": "_pi0_"
6283
+ "name": "Chakir QATAB",
6284
+ "github": "chakAs3",
6285
+ "twitter": "ChakirQatab"
4816
6286
  }
4817
6287
  ],
4818
6288
  "compatibility": {
4819
- "nuxt": "^2.0.0",
6289
+ "nuxt": "^2.0.0 || ^3.0.0",
4820
6290
  "requires": {
4821
6291
  "bridge": "optional"
4822
- }
6292
+ },
6293
+ "devtools": "^0.7.2"
4823
6294
  }
4824
6295
  },
4825
6296
  {
4826
6297
  "name": "strapi",
4827
6298
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
4828
- "repo": "nuxt-community/strapi-module",
6299
+ "repo": "nuxt-modules/strapi",
4829
6300
  "npm": "@nuxtjs/strapi",
4830
6301
  "icon": "strapi.png",
4831
- "github": "https://github.com/nuxt-community/strapi-module",
6302
+ "github": "https://github.com/nuxt-modules/strapi",
4832
6303
  "website": "https://strapi.nuxtjs.org",
4833
6304
  "learn_more": "https://strapi.io/",
4834
6305
  "category": "CMS",
@@ -4849,7 +6320,34 @@
4849
6320
  "nuxt": "^2.0.0 || ^3.0.0",
4850
6321
  "requires": {
4851
6322
  "bridge": true
6323
+ },
6324
+ "devtools": "^0.0.0"
6325
+ }
6326
+ },
6327
+ {
6328
+ "name": "stripe-next",
6329
+ "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.",
6330
+ "repo": "fuentesloic/nuxt-stripe",
6331
+ "npm": "@unlok-co/nuxt-stripe",
6332
+ "icon": "stripe.png",
6333
+ "github": "https://github.com/fuentesloic/nuxt-stripe",
6334
+ "website": "https://github.com/fuentesloic/nuxt-stripe",
6335
+ "learn_more": "https://stripe.com/docs",
6336
+ "category": "Payment",
6337
+ "type": "3rd-party",
6338
+ "maintainers": [
6339
+ {
6340
+ "name": "Loic Fuentes",
6341
+ "github": "fuentesloic"
6342
+ },
6343
+ {
6344
+ "name": "Florent Giraud",
6345
+ "github": "flozero"
4852
6346
  }
6347
+ ],
6348
+ "compatibility": {
6349
+ "nuxt": "^3.0.0",
6350
+ "requires": {}
4853
6351
  }
4854
6352
  },
4855
6353
  {
@@ -4874,6 +6372,36 @@
4874
6372
  "requires": {}
4875
6373
  }
4876
6374
  },
6375
+ {
6376
+ "name": "studio",
6377
+ "description": "A new experience to build content-driven website with Nuxt.",
6378
+ "repo": "nuxtlabs/studio-module",
6379
+ "npm": "@nuxthq/studio",
6380
+ "icon": "studio.svg",
6381
+ "github": "https://github.com/nuxtlabs/studio-module",
6382
+ "website": "https://nuxt.studio",
6383
+ "learn_more": "https://nuxt.studio",
6384
+ "category": "CMS",
6385
+ "type": "3rd-party",
6386
+ "maintainers": [
6387
+ {
6388
+ "name": "Ahad Birang",
6389
+ "github": "farnabaz",
6390
+ "twitter": "a_birang"
6391
+ },
6392
+ {
6393
+ "name": "Sébastien Chopin",
6394
+ "github": "Atinux",
6395
+ "twitter": "Atinux"
6396
+ }
6397
+ ],
6398
+ "compatibility": {
6399
+ "nuxt": "^3.0.0",
6400
+ "requires": {
6401
+ "content": true
6402
+ }
6403
+ }
6404
+ },
4877
6405
  {
4878
6406
  "name": "style-resources",
4879
6407
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
@@ -4899,7 +6427,7 @@
4899
6427
  },
4900
6428
  {
4901
6429
  "name": "stylelint",
4902
- "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
6430
+ "description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
4903
6431
  "repo": "nuxt-community/stylelint-module",
4904
6432
  "npm": "@nuxtjs/stylelint-module",
4905
6433
  "icon": "stylelint.png",
@@ -4945,10 +6473,10 @@
4945
6473
  {
4946
6474
  "name": "supabase",
4947
6475
  "description": "First class integration with Supabase",
4948
- "repo": "nuxt-community/supabase-module",
6476
+ "repo": "nuxt-modules/supabase",
4949
6477
  "npm": "@nuxtjs/supabase",
4950
6478
  "icon": "supabase.png",
4951
- "github": "https://github.com/nuxt-community/supabase-module",
6479
+ "github": "https://github.com/nuxt-modules/supabase",
4952
6480
  "website": "https://supabase.nuxtjs.org",
4953
6481
  "learn_more": "https://supabase.com",
4954
6482
  "category": "Database",
@@ -4999,12 +6527,12 @@
4999
6527
  },
5000
6528
  {
5001
6529
  "name": "svg-sprite",
5002
- "description": "Optimized and Easy way to use svg files in Nuxt.js",
5003
- "repo": "nuxt-community/svg-sprite-module",
6530
+ "description": "Optimized and Easy way to use svg files in Nuxt",
6531
+ "repo": "nuxt-modules/svg-sprite",
5004
6532
  "npm": "@nuxtjs/svg-sprite",
5005
6533
  "icon": "",
5006
- "github": "https://github.com/nuxt-community/svg-sprite-module",
5007
- "website": "https://github.com/nuxt-community/svg-sprite-module",
6534
+ "github": "https://github.com/nuxt-modules/svg-sprite",
6535
+ "website": "https://github.com/nuxt-modules/svg-sprite",
5008
6536
  "learn_more": "",
5009
6537
  "category": "UI",
5010
6538
  "type": "community",
@@ -5016,13 +6544,13 @@
5016
6544
  }
5017
6545
  ],
5018
6546
  "compatibility": {
5019
- "nuxt": "^2.0.0",
6547
+ "nuxt": "^2.0.0 || ^3.0.0",
5020
6548
  "requires": {}
5021
6549
  }
5022
6550
  },
5023
6551
  {
5024
6552
  "name": "svg",
5025
- "description": "Super simple svg loading module for Nuxt.js",
6553
+ "description": "Super simple svg loading module for Nuxt",
5026
6554
  "repo": "nuxt-community/svg-module",
5027
6555
  "npm": "@nuxtjs/svg",
5028
6556
  "icon": "",
@@ -5064,9 +6592,33 @@
5064
6592
  "requires": {}
5065
6593
  }
5066
6594
  },
6595
+ {
6596
+ "name": "swiftsearch",
6597
+ "description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
6598
+ "repo": "atoms-studio/nuxt-swiftsearch",
6599
+ "npm": "@atoms-studio/nuxt-swiftsearch",
6600
+ "icon": "nuxt-swiftsearch.svg",
6601
+ "github": "https://github.com/atoms-studio/nuxt-swiftsearch",
6602
+ "website": "https://nuxt-swiftsearch.netlify.app/",
6603
+ "learn_more": "",
6604
+ "category": "Libraries",
6605
+ "type": "3rd-party",
6606
+ "maintainers": [
6607
+ {
6608
+ "name": "Matteo Rigoni",
6609
+ "github": "rigo-m",
6610
+ "twitter": "MatteoRigoni",
6611
+ "avatar": "https://avatars.githubusercontent.com/rigo-m?v=4"
6612
+ }
6613
+ ],
6614
+ "compatibility": {
6615
+ "nuxt": "^3.10.0",
6616
+ "requires": {}
6617
+ }
6618
+ },
5067
6619
  {
5068
6620
  "name": "swiper",
5069
- "description": "Nuxt.js module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
6621
+ "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
5070
6622
  "repo": "cpreston321/nuxt-swiper",
5071
6623
  "npm": "nuxt-swiper",
5072
6624
  "icon": "swiper.svg",
@@ -5112,10 +6664,10 @@
5112
6664
  {
5113
6665
  "name": "tailwindcss",
5114
6666
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5115
- "repo": "nuxt-community/tailwindcss-module",
6667
+ "repo": "nuxt-modules/tailwindcss",
5116
6668
  "npm": "@nuxtjs/tailwindcss",
5117
6669
  "icon": "tailwindcss.png",
5118
- "github": "https://github.com/nuxt-community/tailwindcss-module",
6670
+ "github": "https://github.com/nuxt-modules/tailwindcss",
5119
6671
  "website": "https://tailwindcss.nuxtjs.org",
5120
6672
  "learn_more": "https://tailwindcss.com/",
5121
6673
  "category": "UI",
@@ -5125,10 +6677,43 @@
5125
6677
  "name": "Sébastien Chopin",
5126
6678
  "github": "Atinux",
5127
6679
  "twitter": "Atinux"
6680
+ },
6681
+ {
6682
+ "name": "Inesh Bose",
6683
+ "github": "ineshbose"
5128
6684
  }
5129
6685
  ],
5130
6686
  "compatibility": {
5131
6687
  "nuxt": "^2.0.0 || ^3.0.0",
6688
+ "requires": {},
6689
+ "devtools": "^0.0.0"
6690
+ }
6691
+ },
6692
+ {
6693
+ "name": "test-utils",
6694
+ "description": "Test utilities for Nuxt",
6695
+ "repo": "nuxt/test-utils#main",
6696
+ "npm": "@nuxt/test-utils",
6697
+ "icon": "nuxt.svg",
6698
+ "github": "https://github.com/nuxt/test-utils",
6699
+ "website": "https://nuxt.com/docs/getting-started/testing",
6700
+ "learn_more": "",
6701
+ "category": "Devtools",
6702
+ "type": "official",
6703
+ "maintainers": [
6704
+ {
6705
+ "name": "Daniel Roe",
6706
+ "github": "danielroe",
6707
+ "twitter": "danielcroe"
6708
+ },
6709
+ {
6710
+ "name": "Anthony Fu",
6711
+ "github": "antfu",
6712
+ "twitter": "antfu7"
6713
+ }
6714
+ ],
6715
+ "compatibility": {
6716
+ "nuxt": "^3.0.0",
5132
6717
  "requires": {}
5133
6718
  }
5134
6719
  },
@@ -5155,9 +6740,53 @@
5155
6740
  "requires": {}
5156
6741
  }
5157
6742
  },
6743
+ {
6744
+ "name": "time",
6745
+ "description": "Safely render local dates and times on the server with Nuxt",
6746
+ "repo": "danielroe/nuxt-time",
6747
+ "npm": "nuxt-time",
6748
+ "icon": "",
6749
+ "github": "https://github.com/danielroe/nuxt-time",
6750
+ "website": "https://github.com/danielroe/nuxt-time",
6751
+ "learn_more": "",
6752
+ "category": "Extensions",
6753
+ "type": "3rd-party",
6754
+ "maintainers": [
6755
+ {
6756
+ "name": "danielroe",
6757
+ "github": "danielroe"
6758
+ }
6759
+ ],
6760
+ "compatibility": {
6761
+ "nuxt": "^3.0.0",
6762
+ "requires": {}
6763
+ }
6764
+ },
6765
+ {
6766
+ "name": "tiptap",
6767
+ "description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
6768
+ "repo": "modbender/nuxt-tiptap-editor",
6769
+ "npm": "nuxt-tiptap-editor",
6770
+ "icon": "tiptap.png",
6771
+ "github": "https://github.com/modbender/nuxt-tiptap-editor",
6772
+ "website": "https://nuxt-tiptap-editor.vercel.app",
6773
+ "learn_more": "https://nuxt-tiptap-editor.vercel.app",
6774
+ "category": "Libraries",
6775
+ "type": "3rd-party",
6776
+ "maintainers": [
6777
+ {
6778
+ "name": "modbender",
6779
+ "github": "modbender"
6780
+ }
6781
+ ],
6782
+ "compatibility": {
6783
+ "nuxt": "^3.0.0",
6784
+ "requires": {}
6785
+ }
6786
+ },
5158
6787
  {
5159
6788
  "name": "toast",
5160
- "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
6789
+ "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
5161
6790
  "repo": "nuxt-community/modules#master/packages/toast",
5162
6791
  "npm": "@nuxtjs/toast",
5163
6792
  "icon": "",
@@ -5178,6 +6807,61 @@
5178
6807
  "requires": {}
5179
6808
  }
5180
6809
  },
6810
+ {
6811
+ "name": "translation-manager",
6812
+ "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
6813
+ "repo": "samk-dev/nuxt-translation-manager",
6814
+ "npm": "nuxt-translation-manager",
6815
+ "icon": "translation-manager.png",
6816
+ "github": "https://github.com/samk-dev/nuxt-translation-manager",
6817
+ "website": "https://github.com/samk-dev/nuxt-translation-manager",
6818
+ "learn_more": "",
6819
+ "category": "Extensions",
6820
+ "type": "3rd-party",
6821
+ "maintainers": [
6822
+ {
6823
+ "name": "Sam K",
6824
+ "github": "samk-dev"
6825
+ }
6826
+ ],
6827
+ "compatibility": {
6828
+ "nuxt": "^3.0.0",
6829
+ "requires": {}
6830
+ }
6831
+ },
6832
+ {
6833
+ "name": "tresjs",
6834
+ "description": "Create 3D experiences in your Nuxt application using TresJS.",
6835
+ "repo": "tresjs/nuxt",
6836
+ "npm": "@tresjs/nuxt",
6837
+ "icon": "tresjs.svg",
6838
+ "github": "https://github.com/Tresjs/nuxt",
6839
+ "website": "https://tresjs.org/guide/nuxt.html",
6840
+ "learn_more": "https://tresjs.org/",
6841
+ "category": "Libraries",
6842
+ "type": "3rd-party",
6843
+ "maintainers": [
6844
+ {
6845
+ "name": "Alvaro Saburido",
6846
+ "github": "alvarosabu",
6847
+ "twitter": "alvarosabu"
6848
+ },
6849
+ {
6850
+ "name": "Jaime Torrealba",
6851
+ "github": "JaimeTorrealba",
6852
+ "twitter": "jaimebboyjt"
6853
+ },
6854
+ {
6855
+ "name": "Tino Koch",
6856
+ "github": "Tinoooo",
6857
+ "twitter": "ichbintino"
6858
+ }
6859
+ ],
6860
+ "compatibility": {
6861
+ "nuxt": "^3.0.0",
6862
+ "requires": {}
6863
+ }
6864
+ },
5181
6865
  {
5182
6866
  "name": "turnstile",
5183
6867
  "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
@@ -5205,7 +6889,7 @@
5205
6889
  },
5206
6890
  {
5207
6891
  "name": "twa",
5208
- "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
6892
+ "description": "Nuxt module for generating Trusted Web App from Nuxt app",
5209
6893
  "repo": "tuarrep/nuxt-twa",
5210
6894
  "npm": "nuxt-twa",
5211
6895
  "icon": "",
@@ -5227,6 +6911,28 @@
5227
6911
  }
5228
6912
  }
5229
6913
  },
6914
+ {
6915
+ "name": "twemoji",
6916
+ "description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
6917
+ "repo": "yizack/nuxt-twemoji",
6918
+ "npm": "nuxt-twemoji",
6919
+ "icon": "twemoji.svg",
6920
+ "github": "https://github.com/Yizack/nuxt-twemoji",
6921
+ "website": "https://github.com/Yizack/nuxt-twemoji",
6922
+ "learn_more": "",
6923
+ "category": "UI",
6924
+ "type": "3rd-party",
6925
+ "maintainers": [
6926
+ {
6927
+ "name": "Yizack Rangel",
6928
+ "github": "yizack"
6929
+ }
6930
+ ],
6931
+ "compatibility": {
6932
+ "nuxt": "^3.0.0",
6933
+ "requires": {}
6934
+ }
6935
+ },
5230
6936
  {
5231
6937
  "name": "twicpics",
5232
6938
  "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
@@ -5371,6 +7077,63 @@
5371
7077
  "requires": {}
5372
7078
  }
5373
7079
  },
7080
+ {
7081
+ "name": "typo3",
7082
+ "description": "TYPO3 Headless Frontend Rendering module",
7083
+ "repo": "TYPO3-Headless/nuxt-typo3",
7084
+ "npm": "@t3headless/nuxt-typo3",
7085
+ "icon": "typo3.svg",
7086
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
7087
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
7088
+ "learn_more": "https://github.com/TYPO3-Headless",
7089
+ "category": "CMS",
7090
+ "type": "3rd-party",
7091
+ "maintainers": [
7092
+ {
7093
+ "name": "Macopedia",
7094
+ "github": "macopedia",
7095
+ "twitter": "macopediapl"
7096
+ }
7097
+ ],
7098
+ "compatibility": {
7099
+ "nuxt": "^2.0.0 || ^3.0.0",
7100
+ "requires": {},
7101
+ "devtools": "^0.0.0"
7102
+ }
7103
+ },
7104
+ {
7105
+ "name": "ui",
7106
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
7107
+ "repo": "nuxt/ui#dev",
7108
+ "npm": "@nuxt/ui",
7109
+ "icon": "nuxt.svg",
7110
+ "github": "https://github.com/nuxt/ui",
7111
+ "website": "https://ui.nuxt.com",
7112
+ "learn_more": "",
7113
+ "category": "UI",
7114
+ "type": "official",
7115
+ "maintainers": [
7116
+ {
7117
+ "name": "Benjamin Canac",
7118
+ "github": "benjamincanac",
7119
+ "twitter": "benjamincanac"
7120
+ },
7121
+ {
7122
+ "name": "Sebastien Chopin",
7123
+ "github": "Atinux",
7124
+ "twitter": "Atinux"
7125
+ },
7126
+ {
7127
+ "name": "Sylvain Marroufin",
7128
+ "github": "smarroufin",
7129
+ "twitter": "smarroufin"
7130
+ }
7131
+ ],
7132
+ "compatibility": {
7133
+ "nuxt": "^3.0.0",
7134
+ "requires": {}
7135
+ }
7136
+ },
5374
7137
  {
5375
7138
  "name": "umami",
5376
7139
  "description": "Embed the Umami analytics library into Nuxt",
@@ -5395,31 +7158,9 @@
5395
7158
  }
5396
7159
  }
5397
7160
  },
5398
- {
5399
- "name": "unhead",
5400
- "description": "Experimental features for Nuxt SEO / head management.",
5401
- "repo": "harlan-zw/nuxt-unhead",
5402
- "npm": "nuxt-unhead",
5403
- "icon": "",
5404
- "github": "https://github.com/harlan-zw/nuxt-unhead",
5405
- "website": "https://github.com/harlan-zw/nuxt-unhead",
5406
- "learn_more": "",
5407
- "category": "SEO",
5408
- "type": "3rd-party",
5409
- "maintainers": [
5410
- {
5411
- "name": "harlan-zw",
5412
- "github": "harlan-zw"
5413
- }
5414
- ],
5415
- "compatibility": {
5416
- "nuxt": "^3.0.0",
5417
- "requires": {}
5418
- }
5419
- },
5420
7161
  {
5421
7162
  "name": "universal-storage",
5422
- "description": "Universal Storage Utilities for Nuxt.js",
7163
+ "description": "Universal Storage Utilities for Nuxt",
5423
7164
  "repo": "nuxt-community/universal-storage-module",
5424
7165
  "npm": "@nuxtjs/universal-storage",
5425
7166
  "icon": "",
@@ -5446,40 +7187,36 @@
5446
7187
  }
5447
7188
  },
5448
7189
  {
5449
- "name": "unlighthouse",
5450
- "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
5451
- "repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
5452
- "npm": "@unlighthouse/nuxt",
5453
- "icon": "unlighthouse.svg",
5454
- "github": "https://github.com/harlan-zw/unlighthouse",
5455
- "website": "https://github.com/harlan-zw/unlighthouse",
5456
- "learn_more": "https://github.com/harlan-zw/unlighthouse",
5457
- "category": "Devtools",
7190
+ "name": "unlazy",
7191
+ "description": "Lazy loading library for placeholder images",
7192
+ "repo": "johannschopplich/unlazy#main/packages/nuxt",
7193
+ "npm": "@unlazy/nuxt",
7194
+ "icon": "unlazy.svg",
7195
+ "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
7196
+ "website": "https://unlazy.byjohann.dev/",
7197
+ "learn_more": "",
7198
+ "category": "Images",
5458
7199
  "type": "3rd-party",
5459
7200
  "maintainers": [
5460
7201
  {
5461
- "name": "Harlan Wilton",
5462
- "github": "harlan-zw",
5463
- "twitter": "harlan_zw",
5464
- "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
7202
+ "name": "Johann Schopplich",
7203
+ "github": "johannschopplich"
5465
7204
  }
5466
7205
  ],
5467
7206
  "compatibility": {
5468
- "nuxt": "^2.0.0 || ^3.0.0",
5469
- "requires": {
5470
- "bridge": "optional"
5471
- }
7207
+ "nuxt": "^3.0.0",
7208
+ "requires": {}
5472
7209
  }
5473
7210
  },
5474
7211
  {
5475
7212
  "name": "unocss",
5476
7213
  "description": "The instant on-demand atomic CSS engine.",
5477
- "repo": "antfu/unocss#main/packages/nuxt",
7214
+ "repo": "unocss/unocss#main/packages/nuxt",
5478
7215
  "npm": "@unocss/nuxt",
5479
7216
  "icon": "unocss.svg",
5480
- "github": "https://github.com/antfu/unocss",
5481
- "website": "https://github.com/antfu/unocss",
5482
- "learn_more": "https://github.com/antfu/unocss",
7217
+ "github": "https://github.com/unocss/unocss",
7218
+ "website": "https://github.com/unocss/unocss",
7219
+ "learn_more": "https://github.com/unocss/unocss",
5483
7220
  "category": "UI",
5484
7221
  "type": "3rd-party",
5485
7222
  "maintainers": [
@@ -5494,35 +7231,82 @@
5494
7231
  "nuxt": "^2.0.0 || ^3.0.0",
5495
7232
  "requires": {
5496
7233
  "bridge": "optional"
7234
+ },
7235
+ "devtools": "^0.0.0"
7236
+ }
7237
+ },
7238
+ {
7239
+ "name": "ununuracss",
7240
+ "description": "A Real CSS Engine. Only Scoped.",
7241
+ "repo": "novout/ununuracss#main/packages/nuxt",
7242
+ "npm": "nuxt-ununura",
7243
+ "icon": "ununuracss.png",
7244
+ "github": "https://github.com/novout/ununuracss",
7245
+ "website": "https://github.com/novout/ununuracss",
7246
+ "learn_more": "https://github.com/novout/ununuracss",
7247
+ "category": "UI",
7248
+ "type": "3rd-party",
7249
+ "maintainers": [
7250
+ {
7251
+ "name": "Giovane Cardoso",
7252
+ "github": "novout",
7253
+ "avatar": "https://avatars.githubusercontent.com/novout?v=4"
7254
+ }
7255
+ ],
7256
+ "compatibility": {
7257
+ "nuxt": "^2.0.0 || ^3.0.0",
7258
+ "requires": {}
7259
+ }
7260
+ },
7261
+ {
7262
+ "name": "use-bootstrap",
7263
+ "description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
7264
+ "repo": "simplise/use-bootstrap",
7265
+ "npm": "usebootstrap",
7266
+ "icon": "use-bootstrap.svg",
7267
+ "github": "https://github.com/simplise/use-bootstrap",
7268
+ "website": "https://usebootstrap.org/",
7269
+ "learn_more": "https://usebootstrap.org/",
7270
+ "category": "UI",
7271
+ "type": "3rd-party",
7272
+ "maintainers": [
7273
+ {
7274
+ "name": "KoujiSano",
7275
+ "github": "KoujiSano"
5497
7276
  }
7277
+ ],
7278
+ "compatibility": {
7279
+ "nuxt": "^3.0.0",
7280
+ "requires": {}
5498
7281
  }
5499
7282
  },
5500
7283
  {
5501
- "name": "ununuracss",
5502
- "description": "A Real CSS Engine. Only Scoped.",
5503
- "repo": "novout/ununuracss#main/packages/nuxt",
5504
- "npm": "nuxt-ununura",
5505
- "icon": "ununuracss.png",
5506
- "github": "https://github.com/novout/ununuracss",
5507
- "website": "https://ununura.com/#/",
5508
- "learn_more": "https://ununura.com/#/docs/why",
5509
- "category": "UI",
7284
+ "name": "use-wagmi",
7285
+ "description": "Vue Composition for Ethereum based on wagmi",
7286
+ "repo": "unicape/use-wagmi#main/packages/nuxt",
7287
+ "npm": "@use-wagmi/nuxt",
7288
+ "icon": "use-wagmi.png",
7289
+ "github": "https://github.com/unicape/use-wagmi",
7290
+ "website": "https://github.com/unicape/use-wagmi",
7291
+ "learn_more": "https://github.com/unicape/use-wagmi",
7292
+ "category": "Extensions",
5510
7293
  "type": "3rd-party",
5511
7294
  "maintainers": [
5512
7295
  {
5513
- "name": "Giovane Cardoso",
5514
- "github": "novout",
5515
- "avatar": "https://avatars.githubusercontent.com/novout?v=4"
7296
+ "name": "Unic Ape",
7297
+ "github": "unicape"
5516
7298
  }
5517
7299
  ],
5518
7300
  "compatibility": {
5519
7301
  "nuxt": "^2.0.0 || ^3.0.0",
5520
- "requires": {}
7302
+ "requires": {
7303
+ "bridge": true
7304
+ }
5521
7305
  }
5522
7306
  },
5523
7307
  {
5524
7308
  "name": "user-agent",
5525
- "description": "Nuxt.js module for handling User-Agent.",
7309
+ "description": "Nuxt module for handling User-Agent.",
5526
7310
  "repo": "fukuiretu/nuxt-user-agent",
5527
7311
  "npm": "nuxt-user-agent",
5528
7312
  "icon": "",
@@ -5542,28 +7326,6 @@
5542
7326
  "requires": {}
5543
7327
  }
5544
7328
  },
5545
- {
5546
- "name": "validate",
5547
- "description": "Simple Nuxt input validation module using vee-validate",
5548
- "repo": "lewyuburi/nuxt-validate",
5549
- "npm": "nuxt-validate",
5550
- "icon": "vee-validate.png",
5551
- "github": "https://github.com/lewyuburi/nuxt-validate",
5552
- "website": "https://github.com/lewyuburi/nuxt-validate",
5553
- "learn_more": "https://logaretm.github.io/vee-validate/",
5554
- "category": "Libraries",
5555
- "type": "3rd-party",
5556
- "maintainers": [
5557
- {
5558
- "name": "lewyuburi",
5559
- "github": "lewyuburi"
5560
- }
5561
- ],
5562
- "compatibility": {
5563
- "nuxt": "^2.0.0",
5564
- "requires": {}
5565
- }
5566
- },
5567
7329
  {
5568
7330
  "name": "vant",
5569
7331
  "description": "A lightweight, customizable Vue UI library for mobile web apps.",
@@ -5588,6 +7350,74 @@
5588
7350
  }
5589
7351
  }
5590
7352
  },
7353
+ {
7354
+ "name": "varlet",
7355
+ "description": "A Material design mobile component library developed based on Vue3",
7356
+ "repo": "varletjs/varlet-nuxt",
7357
+ "npm": "@varlet/nuxt",
7358
+ "icon": "varlet.svg",
7359
+ "github": "https://github.com/varletjs/varlet",
7360
+ "website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
7361
+ "learn_more": "https://github.com/varletjs/varlet-nuxt",
7362
+ "category": "UI",
7363
+ "type": "3rd-party",
7364
+ "maintainers": [
7365
+ {
7366
+ "name": "zhangmo8",
7367
+ "github": "zhangmo8"
7368
+ }
7369
+ ],
7370
+ "compatibility": {
7371
+ "nuxt": "^3.0.0",
7372
+ "requires": {
7373
+ "bridge": "optional"
7374
+ }
7375
+ }
7376
+ },
7377
+ {
7378
+ "name": "vcalendar",
7379
+ "description": "VCalendar module for Nuxt",
7380
+ "repo": "samk-dev/nuxt-vcalendar",
7381
+ "npm": "@samk-dev/nuxt-vcalendar",
7382
+ "icon": "vcalendar.png",
7383
+ "github": "https://github.com/samk-dev/vcalendar",
7384
+ "website": "https://github.com/samk-dev/vcalendar",
7385
+ "learn_more": "",
7386
+ "category": "Libraries",
7387
+ "type": "3rd-party",
7388
+ "maintainers": [
7389
+ {
7390
+ "name": "Sam K",
7391
+ "github": "samk-dev"
7392
+ }
7393
+ ],
7394
+ "compatibility": {
7395
+ "nuxt": "^3.0.0",
7396
+ "requires": {}
7397
+ }
7398
+ },
7399
+ {
7400
+ "name": "vee-validate",
7401
+ "description": "Painless Vue forms for Nuxt",
7402
+ "repo": "logaretm/vee-validate#main/packages/nuxt",
7403
+ "npm": "@vee-validate/nuxt",
7404
+ "icon": "vee-validate.png",
7405
+ "github": "https://github.com/logaretm/vee-validate/",
7406
+ "website": "https://vee-validate.logaretm.com/v4/",
7407
+ "learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
7408
+ "category": "Libraries",
7409
+ "type": "3rd-party",
7410
+ "maintainers": [
7411
+ {
7412
+ "name": "Abdelrahman Awad",
7413
+ "github": "logaretm"
7414
+ }
7415
+ ],
7416
+ "compatibility": {
7417
+ "nuxt": "^3.0.0",
7418
+ "requires": {}
7419
+ }
7420
+ },
5591
7421
  {
5592
7422
  "name": "vendor",
5593
7423
  "description": "directly serve node_modules",
@@ -5611,9 +7441,54 @@
5611
7441
  "requires": {}
5612
7442
  }
5613
7443
  },
7444
+ {
7445
+ "name": "vercel-analytics",
7446
+ "description": "Vercel Analytics integration for Nuxt",
7447
+ "repo": "xanderbarkhatov/nuxt-vercel-analytics",
7448
+ "npm": "nuxt-vercel-analytics",
7449
+ "icon": "",
7450
+ "github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
7451
+ "website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
7452
+ "learn_more": "https://vercel.com/docs/concepts/analytics",
7453
+ "category": "Analytics",
7454
+ "type": "3rd-party",
7455
+ "maintainers": [
7456
+ {
7457
+ "name": "Alexander B.",
7458
+ "github": "xanderbarkhatov"
7459
+ }
7460
+ ],
7461
+ "compatibility": {
7462
+ "nuxt": "^3.0.0",
7463
+ "requires": {}
7464
+ }
7465
+ },
7466
+ {
7467
+ "name": "vexip-ui",
7468
+ "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
7469
+ "repo": "vexip-ui/nuxt",
7470
+ "npm": "@vexip-ui/nuxt",
7471
+ "icon": "vexip-ui.svg",
7472
+ "github": "https://github.com/vexip-ui/vexip-ui",
7473
+ "website": "https://www.vexipui.com/",
7474
+ "learn_more": "https://github.com/vexip-ui/nuxt",
7475
+ "category": "UI",
7476
+ "type": "3rd-party",
7477
+ "maintainers": [
7478
+ {
7479
+ "name": "未觉雨声",
7480
+ "github": "qmhc",
7481
+ "twitter": "qmhc95"
7482
+ }
7483
+ ],
7484
+ "compatibility": {
7485
+ "nuxt": "^3.0.0",
7486
+ "requires": {}
7487
+ }
7488
+ },
5614
7489
  {
5615
7490
  "name": "vite-pwa-nuxt",
5616
- "description": "Zero-config PWA Plugin for Nuxt 3",
7491
+ "description": "Zero-config PWA Plugin for Nuxt",
5617
7492
  "repo": "vite-pwa/nuxt",
5618
7493
  "npm": "@vite-pwa/nuxt",
5619
7494
  "icon": "vite-pwa-nuxt.svg",
@@ -5640,24 +7515,52 @@
5640
7515
  }
5641
7516
  },
5642
7517
  {
5643
- "name": "vitest",
5644
- "description": "Vitest integration with Nuxt",
5645
- "repo": "danielroe/nuxt-vitest#main",
5646
- "npm": "nuxt-vitest",
5647
- "icon": "vitest.svg",
5648
- "github": "https://github.com/danielroe/nuxt-vitest",
5649
- "website": "https://github.com/danielroe/nuxt-vitest",
5650
- "learn_more": "",
5651
- "category": "Extensions",
7518
+ "name": "vue-email",
7519
+ "description": "💌 Write email templates with vue",
7520
+ "repo": "vue-email/nuxt",
7521
+ "npm": "@vue-email/nuxt",
7522
+ "icon": "vue-email.svg",
7523
+ "github": "https://github.com/vue-email/nuxt",
7524
+ "website": "https://vuemail.net/",
7525
+ "learn_more": "https://vuemail.net/ssr/nuxt",
7526
+ "category": "UI",
5652
7527
  "type": "3rd-party",
5653
7528
  "maintainers": [
5654
7529
  {
5655
- "name": "Daniel Roe",
5656
- "github": "danielroe"
7530
+ "name": "David Arenas",
7531
+ "github": "Dave136",
7532
+ "twitter": "davejs4",
7533
+ "avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
5657
7534
  },
5658
7535
  {
5659
- "name": "Anthony Fu",
5660
- "github": "antfu"
7536
+ "name": "Younes Barrad",
7537
+ "github": "Flowko",
7538
+ "twitter": "imflowko",
7539
+ "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
7540
+ }
7541
+ ],
7542
+ "compatibility": {
7543
+ "nuxt": "^3.0.0",
7544
+ "requires": {},
7545
+ "devtools": "^0.0.0"
7546
+ }
7547
+ },
7548
+ {
7549
+ "name": "vue-final-modal",
7550
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
7551
+ "repo": "vue-final/vue-final-modal#master/packages/nuxt",
7552
+ "npm": "@vue-final-modal/nuxt",
7553
+ "icon": "vue-final-modal.svg",
7554
+ "github": "https://github.com/vue-final/vue-final-modal",
7555
+ "website": "https://vue-final-modal.org/",
7556
+ "learn_more": "https://vue-final-modal.org/",
7557
+ "category": "UI",
7558
+ "type": "3rd-party",
7559
+ "maintainers": [
7560
+ {
7561
+ "name": "Hunter Liu",
7562
+ "github": "hunterliu1003",
7563
+ "twitter": "hunterliu1003"
5661
7564
  }
5662
7565
  ],
5663
7566
  "compatibility": {
@@ -5667,13 +7570,13 @@
5667
7570
  },
5668
7571
  {
5669
7572
  "name": "vue-macros",
5670
- "description": "Explore and extend more macros and syntax sugar to Vue.",
5671
- "repo": "sxzz/unplugin-vue-macros#main/packages/nuxt",
7573
+ "description": "Explore more macros and syntax sugar to Vue.",
7574
+ "repo": "sxzz/vue-macros#main/packages/nuxt",
5672
7575
  "npm": "@vue-macros/nuxt",
5673
7576
  "icon": "vue-macros.svg",
5674
- "github": "https://github.com/sxzz/unplugin-vue-macros",
7577
+ "github": "https://github.com/sxzz/vue-macros",
5675
7578
  "website": "https://vue-macros.sxzz.moe",
5676
- "learn_more": "https://github.com/sxzz/unplugin-vue-macros",
7579
+ "learn_more": "https://github.com/sxzz/vue-macros",
5677
7580
  "category": "Extensions",
5678
7581
  "type": "3rd-party",
5679
7582
  "maintainers": [
@@ -5687,7 +7590,8 @@
5687
7590
  "nuxt": "^3.0.0",
5688
7591
  "requires": {
5689
7592
  "bridge": "optional"
5690
- }
7593
+ },
7594
+ "devtools": "^0.0.0"
5691
7595
  }
5692
7596
  },
5693
7597
  {
@@ -5714,7 +7618,7 @@
5714
7618
  },
5715
7619
  {
5716
7620
  "name": "vue-multiselect",
5717
- "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
7621
+ "description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
5718
7622
  "repo": "spektrummedia/nuxt-vue-multiselect",
5719
7623
  "npm": "nuxt-vue-multiselect",
5720
7624
  "icon": "",
@@ -5739,7 +7643,7 @@
5739
7643
  "description": "Plausible analytics for Vue.js and Nuxt",
5740
7644
  "repo": "moritzsternemann/vue-plausible",
5741
7645
  "npm": "vue-plausible",
5742
- "icon": "plausible.png",
7646
+ "icon": "plausible.svg",
5743
7647
  "github": "https://github.com/moritzsternemann/vue-plausible",
5744
7648
  "website": "https://github.com/moritzsternemann/vue-plausible",
5745
7649
  "learn_more": "",
@@ -5756,6 +7660,29 @@
5756
7660
  "requires": {}
5757
7661
  }
5758
7662
  },
7663
+ {
7664
+ "name": "vue-query",
7665
+ "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
7666
+ "repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
7667
+ "npm": "@hebilicious/vue-query-nuxt",
7668
+ "icon": "vue-query.svg",
7669
+ "github": "https://github.com/Hebilicious/vue-query-nuxt",
7670
+ "website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
7671
+ "learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
7672
+ "category": "Request",
7673
+ "type": "3rd-party",
7674
+ "maintainers": [
7675
+ {
7676
+ "name": "Hebilicious",
7677
+ "github": "Hebilicious",
7678
+ "twitter": "its_hebilicious"
7679
+ }
7680
+ ],
7681
+ "compatibility": {
7682
+ "nuxt": "^3.0.0",
7683
+ "requires": {}
7684
+ }
7685
+ },
5759
7686
  {
5760
7687
  "name": "vue-select",
5761
7688
  "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
@@ -5805,7 +7732,7 @@
5805
7732
  },
5806
7733
  {
5807
7734
  "name": "vue-warehouse",
5808
- "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
7735
+ "description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
5809
7736
  "repo": "juliomrqz/vue-warehouse",
5810
7737
  "npm": "vue-warehouse",
5811
7738
  "icon": "",
@@ -5826,10 +7753,33 @@
5826
7753
  "requires": {}
5827
7754
  }
5828
7755
  },
7756
+ {
7757
+ "name": "vue3-carousel-nuxt",
7758
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
7759
+ "repo": "gaetansenn/vue3-carousel-nuxt",
7760
+ "npm": "vue3-carousel-nuxt",
7761
+ "icon": "",
7762
+ "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7763
+ "website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7764
+ "learn_more": "",
7765
+ "category": "UI",
7766
+ "type": "3rd-party",
7767
+ "maintainers": [
7768
+ {
7769
+ "name": "Gaetan SENN",
7770
+ "github": "gaetansenn",
7771
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
7772
+ }
7773
+ ],
7774
+ "compatibility": {
7775
+ "nuxt": "^3.0.0",
7776
+ "requires": {}
7777
+ }
7778
+ },
5829
7779
  {
5830
7780
  "name": "vuefire",
5831
7781
  "description": "Idiomatic composables for the Firebase SDK",
5832
- "repo": "vuejs/vuefire/packages/nuxt",
7782
+ "repo": "vuejs/vuefire#main/packages/nuxt",
5833
7783
  "npm": "nuxt-vuefire",
5834
7784
  "icon": "vuefire.svg",
5835
7785
  "github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
@@ -5848,15 +7798,61 @@
5848
7798
  "requires": {}
5849
7799
  }
5850
7800
  },
7801
+ {
7802
+ "name": "vueform-builder",
7803
+ "description": "Official Vueform Builder module for Nuxt",
7804
+ "repo": "vueform/builder#main/nuxt",
7805
+ "npm": "@vueform/builder-nuxt",
7806
+ "icon": "vueform.svg",
7807
+ "github": "https://github.com/vueform/builder",
7808
+ "website": "https://builder.vueform.com",
7809
+ "learn_more": "https://builder.vueform.com/docs/installation#nuxt",
7810
+ "category": "Libraries",
7811
+ "type": "3rd-party",
7812
+ "maintainers": [
7813
+ {
7814
+ "name": "Adam Berecz",
7815
+ "github": "adamberecz",
7816
+ "twitter": "bereczadam"
7817
+ }
7818
+ ],
7819
+ "compatibility": {
7820
+ "nuxt": "^3.0.0",
7821
+ "requires": {}
7822
+ }
7823
+ },
7824
+ {
7825
+ "name": "vueform",
7826
+ "description": "Official Vueform module for Nuxt",
7827
+ "repo": "vueform/vueform#main/nuxt",
7828
+ "npm": "@vueform/nuxt",
7829
+ "icon": "vueform.svg",
7830
+ "github": "https://github.com/vueform/vueform",
7831
+ "website": "https://vueform.com",
7832
+ "learn_more": "https://vueform.com/docs/installation#nuxt",
7833
+ "category": "Libraries",
7834
+ "type": "3rd-party",
7835
+ "maintainers": [
7836
+ {
7837
+ "name": "Adam Berecz",
7838
+ "github": "adamberecz",
7839
+ "twitter": "bereczadam"
7840
+ }
7841
+ ],
7842
+ "compatibility": {
7843
+ "nuxt": "^3.0.0",
7844
+ "requires": {}
7845
+ }
7846
+ },
5851
7847
  {
5852
7848
  "name": "vuestic",
5853
- "description": "Vuestic UI module for Nuxt 3",
7849
+ "description": "Vuestic UI module for Nuxt",
5854
7850
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
5855
7851
  "npm": "@vuestic/nuxt",
5856
7852
  "icon": "vuestic.png",
5857
7853
  "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
5858
- "website": "https://vuestic.dev",
5859
- "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
7854
+ "website": "https://ui.vuestic.dev",
7855
+ "learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
5860
7856
  "category": "UI",
5861
7857
  "type": "3rd-party",
5862
7858
  "maintainers": [
@@ -5870,9 +7866,31 @@
5870
7866
  "requires": {}
5871
7867
  }
5872
7868
  },
7869
+ {
7870
+ "name": "vuetify-nuxt-module",
7871
+ "description": "Zero-config Nuxt Module for Vuetify.",
7872
+ "repo": "userquin/vuetify-nuxt-module",
7873
+ "npm": "vuetify-nuxt-module",
7874
+ "icon": "vuetify-logo-v3-dark.svg",
7875
+ "github": "https://github.com/userquin/vuetify-nuxt-module",
7876
+ "website": "https://vuetify-nuxt-module.netlify.app/",
7877
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
7878
+ "category": "UI",
7879
+ "type": "3rd-party",
7880
+ "maintainers": [
7881
+ {
7882
+ "name": "Joaquín Sánchez",
7883
+ "github": "userquin"
7884
+ }
7885
+ ],
7886
+ "compatibility": {
7887
+ "nuxt": "^3.0.0",
7888
+ "requires": {}
7889
+ }
7890
+ },
5873
7891
  {
5874
7892
  "name": "vuetify",
5875
- "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
7893
+ "description": "Vuetify Module for Nuxt to add Material Design components to your application.",
5876
7894
  "repo": "nuxt-community/vuetify-module",
5877
7895
  "npm": "@nuxtjs/vuetify",
5878
7896
  "icon": "vuetify.png",
@@ -5919,7 +7937,8 @@
5919
7937
  "nuxt": "^2.0.0 || ^3.0.0",
5920
7938
  "requires": {
5921
7939
  "bridge": "optional"
5922
- }
7940
+ },
7941
+ "devtools": "^0.0.0"
5923
7942
  }
5924
7943
  },
5925
7944
  {
@@ -5944,14 +7963,37 @@
5944
7963
  "requires": {}
5945
7964
  }
5946
7965
  },
7966
+ {
7967
+ "name": "vunix",
7968
+ "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.",
7969
+ "repo": "gaetansenn/vunix#main/packages/nuxt",
7970
+ "npm": "@vunix/nuxt",
7971
+ "icon": "",
7972
+ "github": "https://github.com/gaetansenn/vunix",
7973
+ "website": "https://vunix.dewib.com/",
7974
+ "learn_more": "",
7975
+ "category": "UI",
7976
+ "type": "3rd-party",
7977
+ "maintainers": [
7978
+ {
7979
+ "name": "Gaetan SENN",
7980
+ "github": "gaetansenn",
7981
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
7982
+ }
7983
+ ],
7984
+ "compatibility": {
7985
+ "nuxt": "^3.0.0",
7986
+ "requires": {}
7987
+ }
7988
+ },
5947
7989
  {
5948
7990
  "name": "web-vitals",
5949
7991
  "description": "Web Vitals for Nuxt",
5950
- "repo": "nuxt-community/web-vitals-module",
7992
+ "repo": "nuxt-modules/web-vitals",
5951
7993
  "npm": "@nuxtjs/web-vitals",
5952
7994
  "icon": "web-vitals.png",
5953
- "github": "https://github.com/nuxt-community/web-vitals-module",
5954
- "website": "https://github.com/nuxt-community/web-vitals-module",
7995
+ "github": "https://github.com/nuxt-modules/web-vitals",
7996
+ "website": "https://github.com/nuxt-modules/web-vitals",
5955
7997
  "learn_more": "",
5956
7998
  "category": "Performance",
5957
7999
  "type": "community",
@@ -6002,7 +8044,7 @@
6002
8044
  },
6003
8045
  {
6004
8046
  "name": "webpack-optimisations",
6005
- "description": "Nuxt.js v2 module to automatically make your builds faster.",
8047
+ "description": "Nuxt v2 module to automatically make your builds faster.",
6006
8048
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
6007
8049
  "npm": "nuxt-webpack-optimisations",
6008
8050
  "icon": "build-optimisations.svg",
@@ -6077,7 +8119,7 @@
6077
8119
  "icon": "webpack.png",
6078
8120
  "github": "https://github.com/nuxt-community/webpackmonitor-module",
6079
8121
  "website": "https://github.com/nuxt-community/webpackmonitor-module",
6080
- "learn_more": "http://webpackmonitor.com/",
8122
+ "learn_more": "",
6081
8123
  "category": "Devtools",
6082
8124
  "type": "community",
6083
8125
  "maintainers": [
@@ -6092,14 +8134,62 @@
6092
8134
  "requires": {}
6093
8135
  }
6094
8136
  },
8137
+ {
8138
+ "name": "well-known",
8139
+ "description": "A Nuxt module to add well-known URIs using middlewares",
8140
+ "repo": "zadigetvoltaire/nuxt-well-known",
8141
+ "npm": "@zadigetvoltaire/nuxt-well-known",
8142
+ "icon": "well-known.svg",
8143
+ "github": "https://github.com/zadigetvoltaire/nuxt-well-known",
8144
+ "website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
8145
+ "learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
8146
+ "category": "SEO",
8147
+ "type": "3rd-party",
8148
+ "maintainers": [
8149
+ {
8150
+ "name": "Zadig&Voltaire Team",
8151
+ "github": "https://github.com/zadigetvoltaire"
8152
+ }
8153
+ ],
8154
+ "compatibility": {
8155
+ "nuxt": "^3.0.0",
8156
+ "requires": {}
8157
+ }
8158
+ },
8159
+ {
8160
+ "name": "wideangle",
8161
+ "description": "Nuxt module to integrate Wide Angle Analytics",
8162
+ "repo": "inputobjects/wideangle-nuxt",
8163
+ "npm": "wideangle-nuxt",
8164
+ "icon": "wideangle.png",
8165
+ "github": "https://github.com/inputobjects/wideangle-nuxt",
8166
+ "website": "https://wideangle.co",
8167
+ "learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
8168
+ "category": "Analytics",
8169
+ "type": "3rd-party",
8170
+ "maintainers": [
8171
+ {
8172
+ "name": "Wide Angle Analytics by Input Objects GmbH",
8173
+ "github": "inputobjects"
8174
+ },
8175
+ {
8176
+ "name": "Jarek Rozanski",
8177
+ "github": "jrozanski"
8178
+ }
8179
+ ],
8180
+ "compatibility": {
8181
+ "nuxt": "^3.0.0",
8182
+ "requires": {}
8183
+ }
8184
+ },
6095
8185
  {
6096
8186
  "name": "windicss",
6097
8187
  "description": "Next generation utility-first CSS framework.",
6098
- "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
8188
+ "repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
6099
8189
  "npm": "nuxt-windicss",
6100
8190
  "icon": "windicss.svg",
6101
- "github": "https://github.com/windicss/nuxt-windicss-module",
6102
- "website": "https://github.com/windicss/nuxt-windicss-module",
8191
+ "github": "https://github.com/windicss/nuxt-windicss",
8192
+ "website": "https://github.com/windicss/nuxt-windicss",
6103
8193
  "learn_more": "https://windicss.org/",
6104
8194
  "category": "UI",
6105
8195
  "type": "3rd-party",
@@ -6235,55 +8325,9 @@
6235
8325
  "requires": {}
6236
8326
  }
6237
8327
  },
6238
- {
6239
- "name": "yandex-metrika-next",
6240
- "description": "Yandex Metrika integration for Nuxt",
6241
- "repo": "artmizu/yandex-metrika-nuxt",
6242
- "npm": "@artmizu/yandex-metrika-nuxt",
6243
- "icon": "yandex-metrika.svg",
6244
- "github": "https://github.com/artmizu/yandex-metrika-nuxt",
6245
- "website": "https://github.com/artmizu/yandex-metrika-nuxt",
6246
- "learn_more": "",
6247
- "category": "Analytics",
6248
- "type": "3rd-party",
6249
- "maintainers": [
6250
- {
6251
- "name": "Aleksandr Saburov",
6252
- "github": "artmizu",
6253
- "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
6254
- }
6255
- ],
6256
- "compatibility": {
6257
- "nuxt": "^3.0.0",
6258
- "requires": {}
6259
- }
6260
- },
6261
- {
6262
- "name": "yandex-metrika",
6263
- "description": "Yandex metrika Module for Nuxt.js",
6264
- "repo": "nuxt-community/yandex-metrika-module",
6265
- "npm": "@nuxtjs/yandex-metrika",
6266
- "icon": "",
6267
- "github": "https://github.com/nuxt-community/yandex-metrika-module",
6268
- "website": "https://github.com/nuxt-community/yandex-metrika-module",
6269
- "learn_more": "https://metrica.yandex.com/about",
6270
- "category": "Analytics",
6271
- "type": "community",
6272
- "maintainers": [
6273
- {
6274
- "name": "Pooya Parsa",
6275
- "github": "pi0",
6276
- "twitter": "_pi0_"
6277
- }
6278
- ],
6279
- "compatibility": {
6280
- "nuxt": "^2.0.0",
6281
- "requires": {}
6282
- }
6283
- },
6284
8328
  {
6285
8329
  "name": "zendesk",
6286
- "description": "Nuxt.js module for Zendesk",
8330
+ "description": "Nuxt module for Zendesk",
6287
8331
  "repo": "DansMaCulotte/nuxt-zendesk",
6288
8332
  "npm": "@dansmaculotte/nuxt-zendesk",
6289
8333
  "icon": "zendesk.png",