@nuxt/modules 0.6.0-d3e123 → 0.6.0-d513f6

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 +2664 -595
  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,50 @@
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
+ },
3260
+ {
3261
+ "name": "mdc",
3262
+ "description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
3263
+ "repo": "nuxt-modules/mdc",
3264
+ "npm": "@nuxtjs/mdc",
3265
+ "icon": "mdc.png",
3266
+ "github": "https://github.com/nuxt-modules/mdc",
3267
+ "website": "https://github.com/nuxt-modules/mdc",
3268
+ "learn_more": "",
3269
+ "category": "Extensions",
3270
+ "type": "community",
3271
+ "maintainers": [
3272
+ {
3273
+ "name": "farnabaz",
3274
+ "github": "farnabaz"
3275
+ }
3276
+ ],
3277
+ "compatibility": {
3278
+ "nuxt": "^3.0.0",
3279
+ "requires": {}
3280
+ }
3281
+ },
2652
3282
  {
2653
3283
  "name": "mdx",
2654
3284
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -2674,7 +3304,7 @@
2674
3304
  },
2675
3305
  {
2676
3306
  "name": "medusa",
2677
- "description": "Easily connect to Medusa from your Nuxt 3 application",
3307
+ "description": "Easily connect to Medusa from your Nuxt application",
2678
3308
  "repo": "Baroshem/nuxt-medusa",
2679
3309
  "npm": "nuxt-medusa",
2680
3310
  "icon": "medusa.svg",
@@ -2699,7 +3329,7 @@
2699
3329
  },
2700
3330
  {
2701
3331
  "name": "meilisearch",
2702
- "description": "Meilisearch Instant Search module for Nuxt 3",
3332
+ "description": "Meilisearch Instant Search module for Nuxt",
2703
3333
  "repo": "xlanex6/nuxt-meilisearch",
2704
3334
  "npm": "nuxt-meilisearch",
2705
3335
  "icon": "meilisearch.svg",
@@ -2719,7 +3349,8 @@
2719
3349
  "nuxt": "^3.0.0",
2720
3350
  "requires": {
2721
3351
  "bridge": false
2722
- }
3352
+ },
3353
+ "devtools": "^0.0.0"
2723
3354
  }
2724
3355
  },
2725
3356
  {
@@ -2744,28 +3375,6 @@
2744
3375
  "requires": {}
2745
3376
  }
2746
3377
  },
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
3378
  {
2770
3379
  "name": "module-feed",
2771
3380
  "description": "Feed module enables everyone to have RSS, Atom and JSON.",
@@ -2791,7 +3400,7 @@
2791
3400
  },
2792
3401
  {
2793
3402
  "name": "moment",
2794
- "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3403
+ "description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
2795
3404
  "repo": "nuxt-community/moment-module",
2796
3405
  "npm": "@nuxtjs/moment",
2797
3406
  "icon": "momentjs.png",
@@ -2817,20 +3426,20 @@
2817
3426
  }
2818
3427
  },
2819
3428
  {
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",
3429
+ "name": "neo",
3430
+ "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
3431
+ "repo": "ezypeeze/nuxt-neo",
3432
+ "npm": "nuxt-neo",
2824
3433
  "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",
3434
+ "github": "https://github.com/ezypeeze/nuxt-neo",
3435
+ "website": "https://ezypeeze.github.io/nuxt-neo",
3436
+ "learn_more": "",
3437
+ "category": "Request",
2829
3438
  "type": "3rd-party",
2830
3439
  "maintainers": [
2831
3440
  {
2832
- "name": "vanhoofmaarten",
2833
- "github": "vanhoofmaarten"
3441
+ "name": "ezypeeze",
3442
+ "github": "ezypeeze"
2834
3443
  }
2835
3444
  ],
2836
3445
  "compatibility": {
@@ -2839,30 +3448,30 @@
2839
3448
  }
2840
3449
  },
2841
3450
  {
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",
3451
+ "name": "neo4j",
3452
+ "description": "Effortlessly integrate Neo4j's powerful graph database into your Nuxt applications!",
3453
+ "repo": "arashsheyda/nuxt-neo4j",
3454
+ "npm": "nuxt-neo4j",
3455
+ "icon": "nuxt-neo4j.png",
3456
+ "github": "https://github.com/arashsheyda/nuxt-neo4j",
3457
+ "website": "https://github.com/arashsheyda/nuxt-neo4j",
2849
3458
  "learn_more": "",
2850
- "category": "Request",
3459
+ "category": "Database",
2851
3460
  "type": "3rd-party",
2852
3461
  "maintainers": [
2853
3462
  {
2854
- "name": "ezypeeze",
2855
- "github": "ezypeeze"
3463
+ "name": "arashsheyda",
3464
+ "github": "arashsheyda"
2856
3465
  }
2857
3466
  ],
2858
3467
  "compatibility": {
2859
- "nuxt": "^2.0.0",
3468
+ "nuxt": "^3.0.0",
2860
3469
  "requires": {}
2861
3470
  }
2862
3471
  },
2863
3472
  {
2864
3473
  "name": "netlify-cache",
2865
- "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
3474
+ "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
2866
3475
  "repo": "DreaMinder/nuxt-netlify-cache",
2867
3476
  "npm": "nuxt-netlify-cache",
2868
3477
  "icon": "netlify.png",
@@ -2907,13 +3516,13 @@
2907
3516
  },
2908
3517
  {
2909
3518
  "name": "netlify",
2910
- "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
2911
- "repo": "bazzite/nuxt-netlify",
3519
+ "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3520
+ "repo": "juliomrqz/nuxt-netlify",
2912
3521
  "npm": "@aceforth/nuxt-netlify",
2913
3522
  "icon": "netlify.png",
2914
- "github": "https://github.com/bazzite/nuxt-netlify",
2915
- "website": "https://marquez.co/docs/nuxt-netlify/",
2916
- "learn_more": "",
3523
+ "github": "https://github.com/juliomrqz/nuxt-netlify",
3524
+ "website": "https://github.com/juliomrqz/nuxt-netlify",
3525
+ "learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
2917
3526
  "category": "Deployment",
2918
3527
  "type": "3rd-party",
2919
3528
  "maintainers": [
@@ -2978,42 +3587,42 @@
2978
3587
  }
2979
3588
  },
2980
3589
  {
2981
- "name": "nuxt-auth",
2982
- "description": "",
2983
- "repo": "sidebase/nuxt-auth",
2984
- "npm": "@sidebase/nuxt-auth",
3590
+ "name": "nupolyon",
3591
+ "description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
3592
+ "repo": "adenvt/nupolyon",
3593
+ "npm": "nupolyon",
2985
3594
  "icon": "",
2986
- "github": "https://github.com/sidebase/nuxt-auth",
2987
- "website": "https://github.com/sidebase/nuxt-auth",
3595
+ "github": "https://github.com/adenvt/nupolyon",
3596
+ "website": "https://github.com/adenvt/nupolyon",
2988
3597
  "learn_more": "",
2989
- "category": "Devtools",
3598
+ "category": "Performance",
2990
3599
  "type": "3rd-party",
2991
3600
  "maintainers": [
2992
3601
  {
2993
- "name": "sidebase",
2994
- "github": "sidebase"
3602
+ "name": "adenvt",
3603
+ "github": "adenvt"
2995
3604
  }
2996
3605
  ],
2997
3606
  "compatibility": {
2998
- "nuxt": "^2.0.0",
3607
+ "nuxt": "^3.0.0",
2999
3608
  "requires": {}
3000
3609
  }
3001
3610
  },
3002
3611
  {
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",
3612
+ "name": "nuxt-anchorscroll",
3613
+ "description": "Scroll to top and to anchor support for Nuxt",
3614
+ "repo": "helltraitor/nuxt-anchorscroll",
3615
+ "npm": "nuxt-anchorscroll",
3616
+ "icon": "",
3617
+ "github": "https://github.com/helltraitor/nuxt-anchorscroll",
3618
+ "website": "https://github.com/helltraitor/nuxt-anchorscroll",
3619
+ "learn_more": "",
3620
+ "category": "UI",
3012
3621
  "type": "3rd-party",
3013
3622
  "maintainers": [
3014
3623
  {
3015
- "name": "Oliver Trajceski",
3016
- "github": "schnapsterdog"
3624
+ "name": "Helltraitor",
3625
+ "github": "helltraitor"
3017
3626
  }
3018
3627
  ],
3019
3628
  "compatibility": {
@@ -3022,70 +3631,342 @@
3022
3631
  }
3023
3632
  },
3024
3633
  {
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",
3634
+ "name": "nuxt-asciidoc",
3635
+ "description": "Transformer for using asciidoc in nuxt",
3636
+ "repo": "Chris2011/nuxt-asciidoc",
3637
+ "npm": "nuxt-asciidoc",
3638
+ "icon": "nuxt-asciidoc.svg",
3639
+ "github": "https://github.com/Chris2011/nuxt-asciidoc",
3640
+ "website": "https://github.com/Chris2011/nuxt-asciidoc",
3641
+ "learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
3642
+ "category": "Extensions",
3034
3643
  "type": "3rd-party",
3035
3644
  "maintainers": [
3036
3645
  {
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"
3646
+ "name": "Christian Lenz",
3647
+ "github": "Chris2011",
3648
+ "twitter": "Chrizzly42"
3046
3649
  }
3047
3650
  ],
3048
3651
  "compatibility": {
3049
- "nuxt": "^2.0.0 || ^3.0.0",
3652
+ "nuxt": "^3.0.0",
3050
3653
  "requires": {}
3051
3654
  }
3052
3655
  },
3053
3656
  {
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",
3657
+ "name": "nuxt-auth-sanctum",
3658
+ "description": "Nuxt module for Laravel Sanctum authentication",
3659
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3660
+ "npm": "nuxt-auth-sanctum",
3661
+ "icon": "laravel.svg",
3662
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3663
+ "website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
3664
+ "learn_more": "https://laravel.com/docs/10.x/sanctum",
3665
+ "category": "Security",
3063
3666
  "type": "3rd-party",
3064
3667
  "maintainers": [
3065
3668
  {
3066
- "name": "pinpon-dev",
3067
- "github": "pinpon-dev"
3669
+ "name": "Artem Manchenkov",
3670
+ "github": "manchenkoff",
3671
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
3068
3672
  }
3069
3673
  ],
3070
3674
  "compatibility": {
3071
- "nuxt": "^2.0.0",
3675
+ "nuxt": "^3.9.0",
3072
3676
  "requires": {}
3073
3677
  }
3074
3678
  },
3075
3679
  {
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",
3680
+ "name": "nuxt-basic-auth",
3681
+ "description": "Nuxt Module for Basic Authentication",
3682
+ "repo": "kgierke/nuxt-basic-auth",
3683
+ "npm": "@kgierke/nuxt-basic-auth",
3684
+ "icon": "",
3685
+ "github": "https://github.com/kgierke/nuxt-basic-auth",
3686
+ "website": "https://github.com/kgierke/nuxt-basic-auth",
3083
3687
  "learn_more": "",
3084
- "category": "Devtools",
3688
+ "category": "Security",
3085
3689
  "type": "3rd-party",
3086
3690
  "maintainers": [
3087
3691
  {
3088
- "name": "lihbr",
3692
+ "name": "kgierke",
3693
+ "github": "kgierke"
3694
+ }
3695
+ ],
3696
+ "compatibility": {
3697
+ "nuxt": "^3.0.0",
3698
+ "requires": {}
3699
+ }
3700
+ },
3701
+ {
3702
+ "name": "nuxt-bezier",
3703
+ "description": "Reusable transition components",
3704
+ "repo": "50rayn/nuxt-bezier",
3705
+ "npm": "nuxt-bezier",
3706
+ "icon": "nuxt-bezier.png",
3707
+ "github": "https://github.com/50rayn/nuxt-bezier",
3708
+ "website": "https://github.com/50rayn/nuxt-bezier",
3709
+ "learn_more": "https://github.com/Noction/vue-bezier",
3710
+ "category": "UI",
3711
+ "type": "3rd-party",
3712
+ "maintainers": [
3713
+ {
3714
+ "name": "Soryn Gitlan",
3715
+ "github": "50rayn"
3716
+ }
3717
+ ],
3718
+ "compatibility": {
3719
+ "nuxt": "^3.0.0",
3720
+ "requires": {}
3721
+ }
3722
+ },
3723
+ {
3724
+ "name": "nuxt-bootstrap-icons",
3725
+ "description": "Just a simple integration for Bootstrap Icons",
3726
+ "repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
3727
+ "npm": "nuxt-bootstrap-icons",
3728
+ "icon": "bootstrap-icons.svg",
3729
+ "github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3730
+ "website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3731
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3732
+ "category": "UI",
3733
+ "type": "3rd-party",
3734
+ "maintainers": [
3735
+ {
3736
+ "name": "OyewoleOyedeji",
3737
+ "github": "OyewoleOyedeji"
3738
+ }
3739
+ ],
3740
+ "compatibility": {
3741
+ "nuxt": "^3.0.0",
3742
+ "requires": {}
3743
+ }
3744
+ },
3745
+ {
3746
+ "name": "nuxt-chatgpt",
3747
+ "description": "ChatGPT integration for Nuxt",
3748
+ "repo": "schnapsterdog/nuxt-chatgpt",
3749
+ "npm": "nuxt-chatgpt",
3750
+ "icon": "chatgpt.svg",
3751
+ "github": "https://github.com/schnapsterdog/nuxt-chatgpt",
3752
+ "website": "https://github.com/schnapsterdog/nuxt-chatgpt",
3753
+ "learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
3754
+ "category": "Libraries",
3755
+ "type": "3rd-party",
3756
+ "maintainers": [
3757
+ {
3758
+ "name": "Oliver Trajceski",
3759
+ "github": "schnapsterdog"
3760
+ }
3761
+ ],
3762
+ "compatibility": {
3763
+ "nuxt": "^3.0.0",
3764
+ "requires": {}
3765
+ }
3766
+ },
3767
+ {
3768
+ "name": "nuxt-cookie-consent",
3769
+ "description": "Nuxt module for integrating with cookie consent providers with ease",
3770
+ "repo": "weareheavy/nuxt-cookie-consent",
3771
+ "npm": "@weareheavy/nuxt-cookie-consent",
3772
+ "icon": "wah.svg",
3773
+ "github": "https://github.com/weareheavy/nuxt-cookie-consent",
3774
+ "website": "https://nuxt-cookie-consent.packages.weareheavy.com",
3775
+ "learn_more": "",
3776
+ "category": "Extensions",
3777
+ "type": "3rd-party",
3778
+ "maintainers": [
3779
+ {
3780
+ "name": "weareheavy",
3781
+ "github": "weareheavy"
3782
+ }
3783
+ ],
3784
+ "compatibility": {
3785
+ "nuxt": "^3.0.0",
3786
+ "requires": {}
3787
+ }
3788
+ },
3789
+ {
3790
+ "name": "nuxt-facebook-chat",
3791
+ "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
3792
+ "repo": "superdev-tech/nuxt-facebook-chat",
3793
+ "npm": "nuxt-facebook-chat",
3794
+ "icon": "nuxt-facebook-chat.svg",
3795
+ "github": "https://github.com/superdev-tech/nuxt-facebook-chat",
3796
+ "website": "https://github.com/superdev-tech/nuxt-facebook-chat",
3797
+ "learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
3798
+ "category": "Libraries",
3799
+ "type": "3rd-party",
3800
+ "maintainers": [
3801
+ {
3802
+ "name": "Supanut Dokmaithong",
3803
+ "github": "Boomgeek"
3804
+ },
3805
+ {
3806
+ "name": "superdev-tech",
3807
+ "github": "superdev-tech"
3808
+ }
3809
+ ],
3810
+ "compatibility": {
3811
+ "nuxt": "^3.0.0",
3812
+ "requires": {}
3813
+ }
3814
+ },
3815
+ {
3816
+ "name": "nuxt-feather-icons",
3817
+ "description": "The Feather Icons in Nuxt 3.",
3818
+ "repo": "4sllan/nuxt-feather-icons",
3819
+ "npm": "nuxt-feather-icons",
3820
+ "icon": "nuxt-feather-icons.png",
3821
+ "github": "https://github.com/4sllan/nuxt-feather-icons",
3822
+ "website": "https://github.com/4sllan/nuxt-feather-icons",
3823
+ "learn_more": "https://github.com/4sllan/nuxt-feather-icons",
3824
+ "category": "UI",
3825
+ "type": "3rd-party",
3826
+ "maintainers": [
3827
+ {
3828
+ "name": "4sllan",
3829
+ "github": "4sllan"
3830
+ }
3831
+ ],
3832
+ "compatibility": {
3833
+ "nuxt": "^3.0.0",
3834
+ "requires": {}
3835
+ }
3836
+ },
3837
+ {
3838
+ "name": "nuxt-feedme",
3839
+ "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
3840
+ "repo": "helltraitor/nuxt-feedme",
3841
+ "npm": "nuxt-feedme",
3842
+ "icon": "",
3843
+ "github": "https://github.com/helltraitor/nuxt-feedme",
3844
+ "website": "https://github.com/helltraitor/nuxt-feedme",
3845
+ "learn_more": "",
3846
+ "category": "SEO",
3847
+ "type": "3rd-party",
3848
+ "maintainers": [
3849
+ {
3850
+ "name": "Helltraitor",
3851
+ "github": "helltraitor"
3852
+ }
3853
+ ],
3854
+ "compatibility": {
3855
+ "nuxt": "^3.0.0",
3856
+ "requires": {}
3857
+ }
3858
+ },
3859
+ {
3860
+ "name": "nuxt-fontawesome",
3861
+ "description": "Module to use Font Awesome 6 icons in your Nuxt project",
3862
+ "repo": "bezumkin/nuxt-fontawesome",
3863
+ "npm": "@vesp/nuxt-fontawesome",
3864
+ "icon": "nuxt-fontawesome.svg",
3865
+ "github": "https://github.com/bezumkin/nuxt-fontawesome",
3866
+ "website": "https://github.com/bezumkin/nuxt-fontawesome",
3867
+ "learn_more": "https://fontawesome.com",
3868
+ "category": "UI",
3869
+ "type": "3rd-party",
3870
+ "maintainers": [
3871
+ {
3872
+ "name": "Vasily Naumkin",
3873
+ "github": "bezumkin",
3874
+ "avatar": "https://avatars.githubusercontent.com/u/1257284"
3875
+ }
3876
+ ],
3877
+ "compatibility": {
3878
+ "nuxt": "^3.0.0",
3879
+ "requires": {}
3880
+ }
3881
+ },
3882
+ {
3883
+ "name": "nuxt-graphql-middleware",
3884
+ "description": "Expose GraphQL queries and mutations as server API routes.",
3885
+ "repo": "dulnan/nuxt-graphql-middleware",
3886
+ "npm": "nuxt-graphql-middleware",
3887
+ "icon": "nuxt-graphql-middleware.svg",
3888
+ "github": "https://github.com/dulnan/nuxt-graphql-middleware",
3889
+ "website": "https://github.com/dulnan/nuxt-graphql-middleware",
3890
+ "learn_more": "",
3891
+ "category": "Request",
3892
+ "type": "3rd-party",
3893
+ "maintainers": [
3894
+ {
3895
+ "name": "dulnan",
3896
+ "github": "dulnan",
3897
+ "twitter": "dulnan",
3898
+ "avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
3899
+ },
3900
+ {
3901
+ "name": "ayalon",
3902
+ "github": "ayalon",
3903
+ "avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
3904
+ }
3905
+ ],
3906
+ "compatibility": {
3907
+ "nuxt": "^2.0.0 || ^3.0.0",
3908
+ "requires": {}
3909
+ }
3910
+ },
3911
+ {
3912
+ "name": "nuxt-graphql-playground",
3913
+ "description": "",
3914
+ "repo": "pinpon-dev/nuxt-graphql-playground",
3915
+ "npm": "@pin-pon/nuxt-graphql-playground",
3916
+ "icon": "",
3917
+ "github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
3918
+ "website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
3919
+ "learn_more": "",
3920
+ "category": "Devtools",
3921
+ "type": "3rd-party",
3922
+ "maintainers": [
3923
+ {
3924
+ "name": "pinpon-dev",
3925
+ "github": "pinpon-dev"
3926
+ }
3927
+ ],
3928
+ "compatibility": {
3929
+ "nuxt": "^2.0.0",
3930
+ "requires": {}
3931
+ }
3932
+ },
3933
+ {
3934
+ "name": "nuxt-gtm",
3935
+ "description": "A Nuxt module for Google Tag Manager",
3936
+ "repo": "zadigetvoltaire/nuxt-gtm",
3937
+ "npm": "@zadigetvoltaire/nuxt-gtm",
3938
+ "icon": "nuxt-gtm.svg",
3939
+ "github": "https://github.com/zadigetvoltaire/nuxt-gtm",
3940
+ "website": "https://github.com/zadigetvoltaire/nuxt-gtm",
3941
+ "learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
3942
+ "category": "Analytics",
3943
+ "type": "3rd-party",
3944
+ "maintainers": [
3945
+ {
3946
+ "name": "Zadig&Voltaire Team",
3947
+ "github": "zadigetvoltaire"
3948
+ }
3949
+ ],
3950
+ "compatibility": {
3951
+ "nuxt": "^3.0.0",
3952
+ "requires": {},
3953
+ "devtools": "^0.0.0"
3954
+ }
3955
+ },
3956
+ {
3957
+ "name": "nuxt-hue",
3958
+ "description": "Enlighten your Nuxt experience",
3959
+ "repo": "lihbr/nuxt-hue",
3960
+ "npm": "nuxt-hue",
3961
+ "icon": "nuxt-hue.svg",
3962
+ "github": "https://github.com/lihbr/nuxt-hue",
3963
+ "website": "https://github.com/lihbr/nuxt-hue",
3964
+ "learn_more": "",
3965
+ "category": "Devtools",
3966
+ "type": "3rd-party",
3967
+ "maintainers": [
3968
+ {
3969
+ "name": "lihbr",
3089
3970
  "github": "lihbr"
3090
3971
  }
3091
3972
  ],
@@ -3096,6 +3977,50 @@
3096
3977
  }
3097
3978
  }
3098
3979
  },
3980
+ {
3981
+ "name": "nuxt-interpolation",
3982
+ "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
3983
+ "repo": "daliborgogic/nuxt-interpolation#master",
3984
+ "npm": "nuxt-interpolation",
3985
+ "icon": "",
3986
+ "github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3987
+ "website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3988
+ "learn_more": "",
3989
+ "category": "Devtools",
3990
+ "type": "3rd-party",
3991
+ "maintainers": [
3992
+ {
3993
+ "name": "daliborgogic",
3994
+ "github": "daliborgogic"
3995
+ }
3996
+ ],
3997
+ "compatibility": {
3998
+ "nuxt": "^2.0.0",
3999
+ "requires": {}
4000
+ }
4001
+ },
4002
+ {
4003
+ "name": "nuxt-jsonld",
4004
+ "description": "Manage JSON-LD in Vue component.",
4005
+ "repo": "ymmooot/nuxt-jsonld",
4006
+ "npm": "nuxt-jsonld",
4007
+ "icon": "",
4008
+ "github": "https://github.com/ymmooot/nuxt-jsonld",
4009
+ "website": "https://github.com/ymmooot/nuxt-jsonld",
4010
+ "learn_more": "",
4011
+ "category": "SEO",
4012
+ "type": "3rd-party",
4013
+ "maintainers": [
4014
+ {
4015
+ "name": "ymmooot",
4016
+ "github": "ymmooot"
4017
+ }
4018
+ ],
4019
+ "compatibility": {
4020
+ "nuxt": "^3.0.0",
4021
+ "requires": {}
4022
+ }
4023
+ },
3099
4024
  {
3100
4025
  "name": "nuxt-localtunnel",
3101
4026
  "description": "Exposes your Nuxt localhost to the world automatically.",
@@ -3103,8 +4028,8 @@
3103
4028
  "npm": "@nuxtus/nuxt-localtunnel",
3104
4029
  "icon": "nuxt-localtunnel.svg",
3105
4030
  "github": "https://github.com/nuxtus/localtunnel",
3106
- "website": "https://nuxtus.com",
3107
- "learn_more": "https://docs.nuxtus.com/#/localtunnel",
4031
+ "website": "https://docs.nuxtus.com",
4032
+ "learn_more": "https://docs.nuxtus.com/localtunnel.html",
3108
4033
  "category": "Devtools",
3109
4034
  "type": "3rd-party",
3110
4035
  "maintainers": [
@@ -3121,7 +4046,7 @@
3121
4046
  },
3122
4047
  {
3123
4048
  "name": "nuxt-loco",
3124
- "description": "A localise.biz module to synth locale with Nuxt.js",
4049
+ "description": "A localise.biz module to synth locale with Nuxt",
3125
4050
  "repo": "gaetansenn/nuxt-loco",
3126
4051
  "npm": "nuxt-loco",
3127
4052
  "icon": "",
@@ -3142,6 +4067,28 @@
3142
4067
  "requires": {}
3143
4068
  }
3144
4069
  },
4070
+ {
4071
+ "name": "nuxt-mail",
4072
+ "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
4073
+ "repo": "dword-design/nuxt-mail",
4074
+ "npm": "nuxt-mail",
4075
+ "icon": "",
4076
+ "github": "https://github.com/dword-design/nuxt-mail",
4077
+ "website": "https://github.com/dword-design/nuxt-mail",
4078
+ "learn_more": "",
4079
+ "category": "Extensions",
4080
+ "type": "3rd-party",
4081
+ "maintainers": [
4082
+ {
4083
+ "name": "Sebastian Landwehr",
4084
+ "github": "dword-design"
4085
+ }
4086
+ ],
4087
+ "compatibility": {
4088
+ "nuxt": "^2.0.0 || ^3.0.0",
4089
+ "requires": {}
4090
+ }
4091
+ },
3145
4092
  {
3146
4093
  "name": "nuxt-mapbox",
3147
4094
  "description": "Elegant Mapbox integration with Nuxt",
@@ -3164,6 +4111,28 @@
3164
4111
  "requires": {}
3165
4112
  }
3166
4113
  },
4114
+ {
4115
+ "name": "nuxt-mdi",
4116
+ "description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
4117
+ "repo": "ERPedersen/nuxt-mdi",
4118
+ "npm": "nuxt-mdi",
4119
+ "icon": "mdi.png",
4120
+ "github": "https://github.com/ERPedersen/nuxt-mdi",
4121
+ "website": "https://nuxt-mdi.emilrosenius.com",
4122
+ "learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
4123
+ "category": "Libraries",
4124
+ "type": "3rd-party",
4125
+ "maintainers": [
4126
+ {
4127
+ "name": "Emil Rosenius",
4128
+ "github": "ERPedersen"
4129
+ }
4130
+ ],
4131
+ "compatibility": {
4132
+ "nuxt": "^3.0.0",
4133
+ "requires": {}
4134
+ }
4135
+ },
3167
4136
  {
3168
4137
  "name": "nuxt-monaco-editor",
3169
4138
  "description": "Integrate monaco-editor with Nuxt",
@@ -3186,6 +4155,124 @@
3186
4155
  "requires": {}
3187
4156
  }
3188
4157
  },
4158
+ {
4159
+ "name": "nuxt-mongoose",
4160
+ "description": "A Nuxt module for simplifying the use of Mongoose in your project.",
4161
+ "repo": "arashsheyda/nuxt-mongoose",
4162
+ "npm": "nuxt-mongoose",
4163
+ "icon": "nuxt-mongoose.svg",
4164
+ "github": "https://github.com/arashsheyda/nuxt-mongoose",
4165
+ "website": "https://nuxt-mongoose.nuxt.space",
4166
+ "learn_more": "",
4167
+ "category": "Database",
4168
+ "type": "3rd-party",
4169
+ "maintainers": [
4170
+ {
4171
+ "name": "arashsheyda",
4172
+ "github": "arashsheyda"
4173
+ }
4174
+ ],
4175
+ "compatibility": {
4176
+ "nuxt": "^3.0.0",
4177
+ "requires": {},
4178
+ "devtools": "^0.0.0"
4179
+ }
4180
+ },
4181
+ {
4182
+ "name": "nuxt-oidc-auth",
4183
+ "description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
4184
+ "repo": "itpropro/nuxt-oidc-auth",
4185
+ "npm": "nuxt-oidc-auth",
4186
+ "icon": "",
4187
+ "github": "https://github.com/itpropro/nuxt-oidc-auth",
4188
+ "website": "https://github.com/itpropro/nuxt-oidc-auth",
4189
+ "learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
4190
+ "category": "Security",
4191
+ "type": "3rd-party",
4192
+ "maintainers": [
4193
+ {
4194
+ "name": "Jan-Henrik Damaschke",
4195
+ "github": "itpropro",
4196
+ "twitter": "jandamaschke"
4197
+ }
4198
+ ],
4199
+ "compatibility": {
4200
+ "nuxt": "^3.0.0",
4201
+ "requires": {}
4202
+ }
4203
+ },
4204
+ {
4205
+ "name": "nuxt-openapi-docs-module",
4206
+ "description": "Generate pages from OpenAPI specifications",
4207
+ "repo": "on-org/nuxt-openapi-docs-module",
4208
+ "npm": "nuxt-openapi-docs-module",
4209
+ "icon": "nuxt-openapi-docs-module.png",
4210
+ "github": "https://github.com/on-org/nuxt-openapi-docs-module",
4211
+ "website": "https://github.com/on-org/nuxt-openapi-docs-module",
4212
+ "learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
4213
+ "category": "Libraries",
4214
+ "type": "3rd-party",
4215
+ "maintainers": [
4216
+ {
4217
+ "name": "Pavel Kuzmin",
4218
+ "github": "s00d"
4219
+ }
4220
+ ],
4221
+ "compatibility": {
4222
+ "nuxt": "^3.0.0",
4223
+ "requires": {}
4224
+ }
4225
+ },
4226
+ {
4227
+ "name": "nuxt-openid-connect",
4228
+ "description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
4229
+ "repo": "aborn/nuxt-openid-connect",
4230
+ "npm": "nuxt-openid-connect",
4231
+ "icon": "",
4232
+ "github": "https://github.com/aborn/nuxt-openid-connect",
4233
+ "website": "https://github.com/aborn/nuxt-openid-connect",
4234
+ "learn_more": "",
4235
+ "category": "Security",
4236
+ "type": "3rd-party",
4237
+ "maintainers": [
4238
+ {
4239
+ "name": "Aborn Jiang",
4240
+ "github": "aborn"
4241
+ },
4242
+ {
4243
+ "name": "Khaled Almana",
4244
+ "github": "KhaledAlMana"
4245
+ }
4246
+ ],
4247
+ "compatibility": {
4248
+ "nuxt": "^3.0.0",
4249
+ "requires": {},
4250
+ "devtools": "^0.0.0"
4251
+ }
4252
+ },
4253
+ {
4254
+ "name": "nuxt-payload-analyzer",
4255
+ "description": "Analyze Nuxt Payload Size",
4256
+ "repo": "barbapapazes/nuxt-payload-analyzer",
4257
+ "npm": "nuxt-payload-analyzer",
4258
+ "icon": "",
4259
+ "github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
4260
+ "website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
4261
+ "learn_more": "",
4262
+ "category": "Performance",
4263
+ "type": "3rd-party",
4264
+ "maintainers": [
4265
+ {
4266
+ "name": "Barbapapazes",
4267
+ "github": "Barbapapazes",
4268
+ "twitter": "soubiran_"
4269
+ }
4270
+ ],
4271
+ "compatibility": {
4272
+ "nuxt": "^3.0.0",
4273
+ "requires": {}
4274
+ }
4275
+ },
3189
4276
  {
3190
4277
  "name": "nuxt-pdf",
3191
4278
  "description": "Zero-boilerplate PDF exports of your Pages and Components",
@@ -3209,6 +4296,28 @@
3209
4296
  "requires": {}
3210
4297
  }
3211
4298
  },
4299
+ {
4300
+ "name": "nuxt-phosphor-icons",
4301
+ "description": "Just a simple integration for @phosphor-icons in Nuxt",
4302
+ "repo": "OyewoleOyedeji/nuxt-phosphor-icons",
4303
+ "npm": "nuxt-phosphor-icons",
4304
+ "icon": "phosphor-icons.svg",
4305
+ "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4306
+ "website": "https://nuxt-phosphor-icons.vercel.app",
4307
+ "learn_more": "https://nuxt-phosphor-icons.vercel.app",
4308
+ "category": "UI",
4309
+ "type": "3rd-party",
4310
+ "maintainers": [
4311
+ {
4312
+ "name": "OyewoleOyedeji",
4313
+ "github": "OyewoleOyedeji"
4314
+ }
4315
+ ],
4316
+ "compatibility": {
4317
+ "nuxt": "^3.0.0",
4318
+ "requires": {}
4319
+ }
4320
+ },
3212
4321
  {
3213
4322
  "name": "nuxt-pino-log",
3214
4323
  "description": "Structured logs for nuxt apps using pino",
@@ -3232,20 +4341,24 @@
3232
4341
  }
3233
4342
  },
3234
4343
  {
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",
4344
+ "name": "nuxt-plotly",
4345
+ "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
4346
+ "repo": "superdev-tech/nuxt-plotly",
4347
+ "npm": "nuxt-plotly",
4348
+ "icon": "nuxt-plotly.svg",
4349
+ "github": "https://github.com/superdev-tech/nuxt-plotly",
4350
+ "website": "https://github.com/superdev-tech/nuxt-plotly",
4351
+ "learn_more": "https://www.npmjs.com/package/nuxt-plotly",
4352
+ "category": "Libraries",
4353
+ "type": "3rd-party",
3245
4354
  "maintainers": [
3246
4355
  {
3247
- "name": "Johann Schopplich",
3248
- "github": "johannschopplich"
4356
+ "name": "Supanut Dokmaithong",
4357
+ "github": "Boomgeek"
4358
+ },
4359
+ {
4360
+ "name": "superdev-tech",
4361
+ "github": "superdev-tech"
3249
4362
  }
3250
4363
  ],
3251
4364
  "compatibility": {
@@ -3255,7 +4368,7 @@
3255
4368
  },
3256
4369
  {
3257
4370
  "name": "nuxt-png-to-ico",
3258
- "description": "Nuxt.js module for auto generating favicons",
4371
+ "description": "Nuxt module for auto generating favicons",
3259
4372
  "repo": "b5710546232/nuxt-png-to-ico",
3260
4373
  "npm": "nuxt-png-to-ico",
3261
4374
  "icon": "",
@@ -3276,9 +4389,31 @@
3276
4389
  "requires": {}
3277
4390
  }
3278
4391
  },
4392
+ {
4393
+ "name": "nuxt-posthog",
4394
+ "description": "Integrate PostHog into your application with minimal configuration",
4395
+ "repo": "mitjans/nuxt-posthog",
4396
+ "npm": "nuxt-posthog",
4397
+ "icon": "posthog.svg",
4398
+ "github": "https://github.com/mitjans/nuxt-posthog",
4399
+ "website": "https://nuxt-posthog.cmitjans.dev",
4400
+ "learn_more": "https://posthog.com",
4401
+ "category": "Analytics",
4402
+ "type": "3rd-party",
4403
+ "maintainers": [
4404
+ {
4405
+ "name": "Carles Mitjans",
4406
+ "github": "mitjans"
4407
+ }
4408
+ ],
4409
+ "compatibility": {
4410
+ "nuxt": "^3.0.0",
4411
+ "requires": {}
4412
+ }
4413
+ },
3279
4414
  {
3280
4415
  "name": "nuxt-smartlook",
3281
- "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
4416
+ "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
3282
4417
  "repo": "f00b4r/nuxt-smartlook",
3283
4418
  "npm": "nuxt-smartlook",
3284
4419
  "icon": "nuxt-smartlook.png",
@@ -3300,6 +4435,28 @@
3300
4435
  "requires": {}
3301
4436
  }
3302
4437
  },
4438
+ {
4439
+ "name": "nuxt-social-share",
4440
+ "description": "Simple Social Sharing for Nuxt",
4441
+ "repo": "stefanobartoletti/nuxt-social-share",
4442
+ "npm": "@stefanobartoletti/nuxt-social-share",
4443
+ "icon": "nuxt-social-share.png",
4444
+ "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4445
+ "website": "https://github.com/stefanobartoletti/nuxt-social-share",
4446
+ "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4447
+ "category": "Extensions",
4448
+ "type": "3rd-party",
4449
+ "maintainers": [
4450
+ {
4451
+ "name": "stefanobartoletti",
4452
+ "github": "stefanobartoletti"
4453
+ }
4454
+ ],
4455
+ "compatibility": {
4456
+ "nuxt": "^3.0.0",
4457
+ "requires": {}
4458
+ }
4459
+ },
3303
4460
  {
3304
4461
  "name": "ssr-lit",
3305
4462
  "description": "Server-Side Rendering for Lit Element components",
@@ -3330,10 +4487,10 @@
3330
4487
  },
3331
4488
  {
3332
4489
  "name": "nuxt-storm",
3333
- "description": "WebStorm & PHPStorm support for NuxtJS components",
4490
+ "description": "WebStorm & PHPStorm support for Nuxt components",
3334
4491
  "repo": "fumeapp/nuxt-storm",
3335
4492
  "npm": "nuxt-storm",
3336
- "icon": "nuxt-storm.png",
4493
+ "icon": "",
3337
4494
  "github": "https://github.com/fumeapp/nuxt-storm",
3338
4495
  "website": "https://github.com/fumeapp/nuxt-storm",
3339
4496
  "learn_more": "https://github.com/fumeapp/nuxt-storm",
@@ -3350,6 +4507,30 @@
3350
4507
  "requires": {}
3351
4508
  }
3352
4509
  },
4510
+ {
4511
+ "name": "nuxt-svgo-loader",
4512
+ "description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
4513
+ "repo": "Mini-ghost/nuxt-svgo-loader",
4514
+ "npm": "nuxt-svgo-loader",
4515
+ "icon": "",
4516
+ "github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4517
+ "website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4518
+ "learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4519
+ "category": "Images",
4520
+ "type": "3rd-party",
4521
+ "maintainers": [
4522
+ {
4523
+ "name": "Alex Liu",
4524
+ "github": "Mini-ghost",
4525
+ "twitter": "Minighost_Alex"
4526
+ }
4527
+ ],
4528
+ "compatibility": {
4529
+ "nuxt": "^3.0.0",
4530
+ "requires": {},
4531
+ "devtools": "^0.0.0"
4532
+ }
4533
+ },
3353
4534
  {
3354
4535
  "name": "nuxt-svgo",
3355
4536
  "description": "Nuxt module to load optimized SVG files as Vue components",
@@ -3374,41 +4555,19 @@
3374
4555
  },
3375
4556
  {
3376
4557
  "name": "nuxt-unleash",
3377
- "description": "Nuxt.js module to use Unleash toggle feature services",
4558
+ "description": "Nuxt module to use Unleash toggle feature services",
3378
4559
  "repo": "conejerock/nuxt-unleash",
3379
4560
  "npm": "nuxt-unleash",
3380
4561
  "icon": "nuxt-unleash.svg",
3381
- "github": "https://github.com/conejerock/nuxt-unleash",
3382
- "website": "https://github.com/conejerock/nuxt-unleash",
3383
- "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",
4562
+ "github": "https://github.com/conejerock/nuxt-unleash",
4563
+ "website": "https://github.com/conejerock/nuxt-unleash",
4564
+ "learn_more": "https://github.com/Unleash/unleash",
4565
+ "category": "Deployment",
3407
4566
  "type": "3rd-party",
3408
4567
  "maintainers": [
3409
4568
  {
3410
- "name": "Tahul",
3411
- "github": "Tahul"
4569
+ "name": "Juanjo Conejerock",
4570
+ "github": "conejerock"
3412
4571
  }
3413
4572
  ],
3414
4573
  "compatibility": {
@@ -3465,12 +4624,12 @@
3465
4624
  {
3466
4625
  "name": "nuxt-vue3-google-signin",
3467
4626
  "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
3468
- "repo": "syetalabs/nuxt-vue3-google-signin",
4627
+ "repo": "wavezync/nuxt-vue3-google-signin",
3469
4628
  "npm": "nuxt-vue3-google-signin",
3470
4629
  "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",
4630
+ "github": "https://github.com/wavezync/nuxt-vue3-google-signin",
4631
+ "website": "https://vue3-google-signin.wavezync.com",
4632
+ "learn_more": "https://vue3-google-signin.wavezync.com",
3474
4633
  "category": "Libraries",
3475
4634
  "type": "3rd-party",
3476
4635
  "maintainers": [
@@ -3484,9 +4643,75 @@
3484
4643
  "requires": {}
3485
4644
  }
3486
4645
  },
4646
+ {
4647
+ "name": "nuxt-zod-i18n",
4648
+ "description": "A Nuxt Module for localizing zod error messages.",
4649
+ "repo": "xibman/nuxt-zod-i18n",
4650
+ "npm": "nuxt-zod-i18n",
4651
+ "icon": "nuxt-zod-i18n.svg",
4652
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
4653
+ "website": "https://xibman-nuxt-zod-i18n.nuxt.space",
4654
+ "learn_more": "",
4655
+ "category": "Libraries",
4656
+ "type": "3rd-party",
4657
+ "maintainers": [
4658
+ {
4659
+ "name": "xibman",
4660
+ "github": "xibman"
4661
+ }
4662
+ ],
4663
+ "compatibility": {
4664
+ "nuxt": "^3.0.0",
4665
+ "requires": {}
4666
+ }
4667
+ },
4668
+ {
4669
+ "name": "nuxt3-interpolation",
4670
+ "description": "",
4671
+ "repo": "daliborgogic/interpolation#master",
4672
+ "npm": "nuxt3-interpolation",
4673
+ "icon": "",
4674
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
4675
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
4676
+ "learn_more": "",
4677
+ "category": "Devtools",
4678
+ "type": "3rd-party",
4679
+ "maintainers": [
4680
+ {
4681
+ "name": "daliborgogic",
4682
+ "github": "daliborgogic"
4683
+ }
4684
+ ],
4685
+ "compatibility": {
4686
+ "nuxt": "^3.0.0",
4687
+ "requires": {}
4688
+ }
4689
+ },
4690
+ {
4691
+ "name": "nuxt3-leaflet",
4692
+ "description": "Leaflet integration with Nuxt",
4693
+ "repo": "Gugustinette/Nuxt-Leaflet",
4694
+ "npm": "nuxt3-leaflet",
4695
+ "icon": "leaflet.png",
4696
+ "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4697
+ "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
4698
+ "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
4699
+ "category": "Libraries",
4700
+ "type": "3rd-party",
4701
+ "maintainers": [
4702
+ {
4703
+ "name": "Augustin MERCIER",
4704
+ "github": "Gugustinette"
4705
+ }
4706
+ ],
4707
+ "compatibility": {
4708
+ "nuxt": "^3.0.0",
4709
+ "requires": {}
4710
+ }
4711
+ },
3487
4712
  {
3488
4713
  "name": "nuxt7",
3489
- "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
4714
+ "description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
3490
4715
  "repo": "nuxt-community/nuxt7",
3491
4716
  "npm": "nuxt7",
3492
4717
  "icon": "",
@@ -3509,15 +4734,15 @@
3509
4734
  },
3510
4735
  {
3511
4736
  "name": "og-image",
3512
- "description": "Easily generate dynamic social share images.",
3513
- "repo": "harlan-zw/nuxt-og-image",
4737
+ "description": "Enlightened runtime images generated with Vue templates.",
4738
+ "repo": "nuxt-modules/og-image",
3514
4739
  "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": "",
4740
+ "icon": "og-image.svg",
4741
+ "github": "https://github.com/nuxt-modules/og-image",
4742
+ "website": "https://nuxtseo.com/og-image",
4743
+ "learn_more": "https://nuxtseo.com/og-image",
3519
4744
  "category": "SEO",
3520
- "type": "3rd-party",
4745
+ "type": "community",
3521
4746
  "maintainers": [
3522
4747
  {
3523
4748
  "name": "Harlan Wilton",
@@ -3528,7 +4753,8 @@
3528
4753
  ],
3529
4754
  "compatibility": {
3530
4755
  "nuxt": "^3.0.0",
3531
- "requires": {}
4756
+ "requires": {},
4757
+ "devtools": "^0.0.0"
3532
4758
  }
3533
4759
  },
3534
4760
  {
@@ -3556,13 +4782,13 @@
3556
4782
  },
3557
4783
  {
3558
4784
  "name": "optimized-images",
3559
- "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
4785
+ "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
3560
4786
  "repo": "juliomrqz/nuxt-optimized-images",
3561
4787
  "npm": "@aceforth/nuxt-optimized-images",
3562
4788
  "icon": "",
3563
4789
  "github": "https://github.com/juliomrqz/nuxt-optimized-images",
3564
- "website": "https://marquez.co/docs/nuxt-optimized-images/",
3565
- "learn_more": "",
4790
+ "website": "https://github.com/juliomrqz/nuxt-optimized-images",
4791
+ "learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
3566
4792
  "category": "Images",
3567
4793
  "type": "3rd-party",
3568
4794
  "maintainers": [
@@ -3601,7 +4827,7 @@
3601
4827
  },
3602
4828
  {
3603
4829
  "name": "parse",
3604
- "description": "Parse package for Nuxt.js",
4830
+ "description": "Parse package for Nuxt",
3605
4831
  "repo": "cierrateam/nuxt-parse",
3606
4832
  "npm": "nuxt-parse",
3607
4833
  "icon": "",
@@ -3621,6 +4847,29 @@
3621
4847
  "requires": {}
3622
4848
  }
3623
4849
  },
4850
+ {
4851
+ "name": "particles",
4852
+ "description": "Easily add particle animations to your Nuxt projects using tsParticles",
4853
+ "repo": "Joepocalyptic/nuxt-particles",
4854
+ "npm": "nuxt-particles",
4855
+ "icon": "",
4856
+ "github": "https://github.com/Joepocalyptic/nuxt-particles",
4857
+ "website": "https://nuxt-particles.joeypereira.dev",
4858
+ "learn_more": "https://particles.js.org/",
4859
+ "category": "Libraries",
4860
+ "type": "3rd-party",
4861
+ "maintainers": [
4862
+ {
4863
+ "name": "Joey Pereira",
4864
+ "github": "Joepocalyptic",
4865
+ "avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
4866
+ }
4867
+ ],
4868
+ "compatibility": {
4869
+ "nuxt": "^3.0.0",
4870
+ "requires": {}
4871
+ }
4872
+ },
3624
4873
  {
3625
4874
  "name": "partytown",
3626
4875
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
@@ -3646,6 +4895,74 @@
3646
4895
  }
3647
4896
  }
3648
4897
  },
4898
+ {
4899
+ "name": "paypal",
4900
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
4901
+ "repo": "arashsheyda/nuxt-paypal",
4902
+ "npm": "nuxt-paypal",
4903
+ "icon": "paypal.svg",
4904
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
4905
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
4906
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
4907
+ "category": "Payment",
4908
+ "type": "3rd-party",
4909
+ "maintainers": [
4910
+ {
4911
+ "name": "Arash Sheyda",
4912
+ "github": "arashsheyda"
4913
+ }
4914
+ ],
4915
+ "compatibility": {
4916
+ "nuxt": "^3.0.0",
4917
+ "requires": {}
4918
+ }
4919
+ },
4920
+ {
4921
+ "name": "pdfeasy",
4922
+ "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
4923
+ "repo": "betterwrite/pdfeasy#main/packages/nuxt",
4924
+ "npm": "nuxt-pdfeasy",
4925
+ "icon": "pdfeasy.png",
4926
+ "github": "https://github.com/betterwrite/pdfeasy",
4927
+ "website": "https://github.com/betterwrite/pdfeasy",
4928
+ "learn_more": "https://github.com/betterwrite/pdfeasy",
4929
+ "category": "Extensions",
4930
+ "type": "3rd-party",
4931
+ "maintainers": [
4932
+ {
4933
+ "name": "Giovane Cardoso",
4934
+ "github": "novout",
4935
+ "twitter": "novoutttttt",
4936
+ "avatar": "https://avatars.githubusercontent.com/novout?v=4"
4937
+ }
4938
+ ],
4939
+ "compatibility": {
4940
+ "nuxt": "^3.0.0",
4941
+ "requires": {}
4942
+ }
4943
+ },
4944
+ {
4945
+ "name": "pergel",
4946
+ "description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
4947
+ "repo": "oku-ui/pergel#main/packages-core/pergel",
4948
+ "npm": "pergel",
4949
+ "icon": "pergel.svg",
4950
+ "github": "https://github.com/oku-ui/pergel",
4951
+ "website": "https://oku-ui.com/pergel",
4952
+ "learn_more": "",
4953
+ "category": "Devtools",
4954
+ "type": "3rd-party",
4955
+ "maintainers": [
4956
+ {
4957
+ "name": "Mehmet - productdevbook",
4958
+ "github": "productdevbook"
4959
+ }
4960
+ ],
4961
+ "compatibility": {
4962
+ "nuxt": "^3.10.0",
4963
+ "requires": {}
4964
+ }
4965
+ },
3649
4966
  {
3650
4967
  "name": "persian-datepicker",
3651
4968
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
@@ -3743,10 +5060,10 @@
3743
5060
  },
3744
5061
  {
3745
5062
  "name": "plausible",
3746
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
5063
+ "description": "Nuxt module to natively integrate Plausible analytics",
3747
5064
  "repo": "nuxt-modules/plausible",
3748
5065
  "npm": "@nuxtjs/plausible",
3749
- "icon": "",
5066
+ "icon": "plausible.svg",
3750
5067
  "github": "https://github.com/nuxt-modules/plausible",
3751
5068
  "website": "https://github.com/nuxt-modules/plausible",
3752
5069
  "learn_more": "",
@@ -3754,12 +5071,12 @@
3754
5071
  "type": "community",
3755
5072
  "maintainers": [
3756
5073
  {
3757
- "name": "nuxt-modules",
3758
- "github": "nuxt-modules"
5074
+ "name": "Johann Schopplich",
5075
+ "github": "johannschopplich"
3759
5076
  }
3760
5077
  ],
3761
5078
  "compatibility": {
3762
- "nuxt": "^2.0.0",
5079
+ "nuxt": "^2.0.0 || ^3.0.0",
3763
5080
  "requires": {}
3764
5081
  }
3765
5082
  },
@@ -3785,9 +5102,56 @@
3785
5102
  "requires": {}
3786
5103
  }
3787
5104
  },
5105
+ {
5106
+ "name": "prepare",
5107
+ "description": "Initialization steps at build time – like Nuxt 2 server init",
5108
+ "repo": "johannschopplich/nuxt-prepare",
5109
+ "npm": "nuxt-prepare",
5110
+ "icon": "prepare.svg",
5111
+ "github": "https://github.com/johannschopplich/nuxt-prepare",
5112
+ "website": "https://nuxt-prepare.byjohann.dev",
5113
+ "learn_more": "",
5114
+ "category": "Devtools",
5115
+ "type": "3rd-party",
5116
+ "maintainers": [
5117
+ {
5118
+ "name": "Johann Schopplich",
5119
+ "github": "johannschopplich",
5120
+ "twitter": "jschopplich",
5121
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
5122
+ }
5123
+ ],
5124
+ "compatibility": {
5125
+ "nuxt": "^3.0.0",
5126
+ "requires": {}
5127
+ }
5128
+ },
5129
+ {
5130
+ "name": "primevue",
5131
+ "description": "Next Generation Vue UI Component Library",
5132
+ "repo": "primefaces/primevue-nuxt-module",
5133
+ "npm": "nuxt-primevue",
5134
+ "icon": "primevue.svg",
5135
+ "github": "https://github.com/primefaces/primevue-nuxt-module",
5136
+ "website": "https://primevue.org/",
5137
+ "learn_more": "https://primevue.org/",
5138
+ "category": "UI",
5139
+ "type": "3rd-party",
5140
+ "maintainers": [
5141
+ {
5142
+ "name": "primefaces",
5143
+ "github": "primefaces",
5144
+ "twitter": "primevue"
5145
+ }
5146
+ ],
5147
+ "compatibility": {
5148
+ "nuxt": "^3.0.0",
5149
+ "requires": {}
5150
+ }
5151
+ },
3788
5152
  {
3789
5153
  "name": "prismic",
3790
- "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
5154
+ "description": "Easily connect your Nuxt application to your content hosted on Prismic",
3791
5155
  "repo": "nuxt-modules/prismic",
3792
5156
  "npm": "@nuxtjs/prismic",
3793
5157
  "icon": "prismic.png",
@@ -3854,7 +5218,7 @@
3854
5218
  },
3855
5219
  {
3856
5220
  "name": "proxy",
3857
- "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
5221
+ "description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
3858
5222
  "repo": "nuxt-community/proxy-module",
3859
5223
  "npm": "@nuxtjs/proxy",
3860
5224
  "icon": "",
@@ -3900,7 +5264,7 @@
3900
5264
  },
3901
5265
  {
3902
5266
  "name": "purgecss",
3903
- "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
5267
+ "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
3904
5268
  "repo": "Developmint/nuxt-purgecss#main",
3905
5269
  "npm": "nuxt-purgecss",
3906
5270
  "icon": "purgecss.png",
@@ -3922,7 +5286,7 @@
3922
5286
  },
3923
5287
  {
3924
5288
  "name": "pwa",
3925
- "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
5289
+ "description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
3926
5290
  "repo": "nuxt-community/pwa-module",
3927
5291
  "npm": "@nuxtjs/pwa",
3928
5292
  "icon": "pwa.png",
@@ -3947,7 +5311,7 @@
3947
5311
  },
3948
5312
  {
3949
5313
  "name": "python",
3950
- "description": "Write Nuxt.js applications using Python",
5314
+ "description": "Write Nuxt applications using Python",
3951
5315
  "repo": "nuxt-community/python-module",
3952
5316
  "npm": "@nuxtjs/python",
3953
5317
  "icon": "python.png",
@@ -3984,6 +5348,64 @@
3984
5348
  "github": "Maiquu"
3985
5349
  }
3986
5350
  ],
5351
+ "compatibility": {
5352
+ "nuxt": "^3.0.0",
5353
+ "requires": {},
5354
+ "devtools": "^0.0.0"
5355
+ }
5356
+ },
5357
+ {
5358
+ "name": "radash",
5359
+ "description": "radash module with auto-import and custom prefix",
5360
+ "repo": "bbg/nuxt-radash",
5361
+ "npm": "nuxt-radash",
5362
+ "icon": "radash.png",
5363
+ "github": "https://github.com/bbg/nuxt-radash",
5364
+ "website": "https://github.com/bbg/nuxt-radash#readme",
5365
+ "learn_more": "https://github.com/rayepps/radash/",
5366
+ "category": "Libraries",
5367
+ "type": "3rd-party",
5368
+ "maintainers": [
5369
+ {
5370
+ "name": "Batuhan Göksu",
5371
+ "github": "bbg"
5372
+ }
5373
+ ],
5374
+ "compatibility": {
5375
+ "nuxt": "^3.0.0",
5376
+ "requires": {}
5377
+ }
5378
+ },
5379
+ {
5380
+ "name": "radix-vue",
5381
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
5382
+ "repo": "radix-vue/radix-vue",
5383
+ "npm": "radix-vue",
5384
+ "icon": "radix-vue.svg",
5385
+ "github": "https://github.com/radix-vue/radix-vue",
5386
+ "website": "https://www.radix-vue.com/",
5387
+ "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
5388
+ "category": "UI",
5389
+ "type": "3rd-party",
5390
+ "maintainers": [
5391
+ {
5392
+ "name": "Zernonia",
5393
+ "github": "zernonia",
5394
+ "twitter": "zernonia"
5395
+ },
5396
+ {
5397
+ "name": "Khairul Haaziq",
5398
+ "github": "khairulhaaziq"
5399
+ },
5400
+ {
5401
+ "name": "Mujahid Anuar",
5402
+ "github": "mujahidfa"
5403
+ },
5404
+ {
5405
+ "name": "Max",
5406
+ "github": "onmax"
5407
+ }
5408
+ ],
3987
5409
  "compatibility": {
3988
5410
  "nuxt": "^3.0.0",
3989
5411
  "requires": {}
@@ -3991,7 +5413,7 @@
3991
5413
  },
3992
5414
  {
3993
5415
  "name": "recaptcha",
3994
- "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
5416
+ "description": "Simple and easy Google reCAPTCHA module with Nuxt",
3995
5417
  "repo": "nuxt-community/recaptcha-module",
3996
5418
  "npm": "@nuxtjs/recaptcha",
3997
5419
  "icon": "recaptcha.png",
@@ -4034,9 +5456,32 @@
4034
5456
  "requires": {}
4035
5457
  }
4036
5458
  },
5459
+ {
5460
+ "name": "resend",
5461
+ "description": "Resend integration for Nuxt",
5462
+ "repo": "nhedger/nuxt-resend",
5463
+ "npm": "nuxt-resend",
5464
+ "icon": "resend.svg",
5465
+ "github": "https://github.com/nhedger/nuxt-resend",
5466
+ "website": "https://github.com/nhedger/nuxt-resend",
5467
+ "learn_more": "https://resend.com",
5468
+ "category": "Extensions",
5469
+ "type": "3rd-party",
5470
+ "maintainers": [
5471
+ {
5472
+ "name": "Nicolas Hedger",
5473
+ "github": "nhedger",
5474
+ "twitter": "nicolashedger"
5475
+ }
5476
+ ],
5477
+ "compatibility": {
5478
+ "nuxt": "^3.0.0",
5479
+ "requires": {}
5480
+ }
5481
+ },
4037
5482
  {
4038
5483
  "name": "rfg-icon",
4039
- "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
5484
+ "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
4040
5485
  "repo": "pimlie/nuxt-rfg-icon",
4041
5486
  "npm": "nuxt-rfg-icon",
4042
5487
  "icon": "real-favicon-generator.png",
@@ -4058,13 +5503,13 @@
4058
5503
  },
4059
5504
  {
4060
5505
  "name": "robots",
4061
- "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
4062
- "repo": "nuxt-community/robots-module",
5506
+ "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
5507
+ "repo": "nuxt-modules/robots",
4063
5508
  "npm": "@nuxtjs/robots",
4064
5509
  "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",
5510
+ "github": "https://github.com/nuxt-modules/robots",
5511
+ "website": "https://github.com/nuxt-modules/robots",
5512
+ "learn_more": "",
4068
5513
  "category": "SEO",
4069
5514
  "type": "community",
4070
5515
  "maintainers": [
@@ -4082,23 +5527,23 @@
4082
5527
  },
4083
5528
  {
4084
5529
  "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",
5530
+ "description": "Nuxt 3 module to integrate Rollbar.",
5531
+ "repo": "jairoblatt/nuxt-rollbar",
5532
+ "npm": "nuxt-rollbar",
4088
5533
  "icon": "rollbar.png",
4089
- "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
4090
- "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
5534
+ "github": "https://github.com/jairoblatt/nuxt-rollbar",
5535
+ "website": "https://github.com/jairoblatt/nuxt-rollbar",
4091
5536
  "learn_more": "https://docs.rollbar.com/docs/javascript",
4092
5537
  "category": "Monitoring",
4093
5538
  "type": "3rd-party",
4094
5539
  "maintainers": [
4095
5540
  {
4096
- "name": "Gaël Reyrol",
4097
- "github": "gaelreyrol"
5541
+ "name": "Jairo Blatt",
5542
+ "github": "jairoblatt"
4098
5543
  }
4099
5544
  ],
4100
5545
  "compatibility": {
4101
- "nuxt": "^2.0.0",
5546
+ "nuxt": "^3.0.0",
4102
5547
  "requires": {}
4103
5548
  }
4104
5549
  },
@@ -4127,7 +5572,7 @@
4127
5572
  },
4128
5573
  {
4129
5574
  "name": "router",
4130
- "description": "Nuxt.js module to use router.js instead of pages/ directory",
5575
+ "description": "Nuxt module to use router.js instead of pages/ directory",
4131
5576
  "repo": "nuxt-community/router-module",
4132
5577
  "npm": "@nuxtjs/router",
4133
5578
  "icon": "vue.png",
@@ -4175,13 +5620,13 @@
4175
5620
  },
4176
5621
  {
4177
5622
  "name": "schema-org",
4178
- "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
4179
- "repo": "vueuse/schema-org#main/packages/nuxt",
5623
+ "description": "Quick and easy Schema.org graphs.",
5624
+ "repo": "harlan-zw/nuxt-schema-org",
4180
5625
  "npm": "nuxt-schema-org",
4181
5626
  "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",
5627
+ "github": "https://github.com/harlan-zw/nuxt-schema-org",
5628
+ "website": "https://nuxtseo.com/schema-org",
5629
+ "learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
4185
5630
  "category": "SEO",
4186
5631
  "type": "3rd-party",
4187
5632
  "maintainers": [
@@ -4244,13 +5689,13 @@
4244
5689
  },
4245
5690
  {
4246
5691
  "name": "segment",
4247
- "description": "Nuxt.js module for Segment Analytics.js",
5692
+ "description": "Nuxt module for Segment Analytics.js",
4248
5693
  "repo": "dansmaculotte/nuxt-segment",
4249
5694
  "npm": "@dansmaculotte/nuxt-segment",
4250
5695
  "icon": "segment.png",
4251
5696
  "github": "https://github.com/dansmaculotte/nuxt-segment",
4252
5697
  "website": "https://github.com/dansmaculotte/nuxt-segment",
4253
- "learn_more": "https://segment.com/docs/connections/sources/catalog/Libraries/website/javascript/",
5698
+ "learn_more": "",
4254
5699
  "category": "Analytics",
4255
5700
  "type": "3rd-party",
4256
5701
  "maintainers": [
@@ -4266,10 +5711,10 @@
4266
5711
  },
4267
5712
  {
4268
5713
  "name": "sentry",
4269
- "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
5714
+ "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
4270
5715
  "repo": "nuxt-community/sentry-module",
4271
5716
  "npm": "@nuxtjs/sentry",
4272
- "icon": "sentry.png",
5717
+ "icon": "sentry.svg",
4273
5718
  "github": "https://github.com/nuxt-community/sentry-module",
4274
5719
  "website": "https://sentry.nuxtjs.org/",
4275
5720
  "learn_more": "https://sentry.io/welcome/",
@@ -4287,20 +5732,22 @@
4287
5732
  }
4288
5733
  },
4289
5734
  {
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": "",
5735
+ "name": "seo-experiments",
5736
+ "description": "Powerful SEO DX improvements.",
5737
+ "repo": "harlan-zw/nuxt-seo-experiments",
5738
+ "npm": "nuxt-seo-experiments",
5739
+ "icon": "seo-experiments.svg",
5740
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5741
+ "website": "https://nuxtseo.com/experiments",
5742
+ "learn_more": "https://nuxtseo.com/experiments",
4298
5743
  "category": "SEO",
4299
5744
  "type": "3rd-party",
4300
5745
  "maintainers": [
4301
5746
  {
4302
- "name": "harlan-zw",
4303
- "github": "harlan-zw"
5747
+ "name": "Harlan Wilton",
5748
+ "github": "harlan-zw",
5749
+ "twitter": "harlan_zw",
5750
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
4304
5751
  }
4305
5752
  ],
4306
5753
  "compatibility": {
@@ -4331,9 +5778,31 @@
4331
5778
  "requires": {}
4332
5779
  }
4333
5780
  },
5781
+ {
5782
+ "name": "seo",
5783
+ "description": "The complete SEO solution for Nuxt.",
5784
+ "repo": "harlan-zw/nuxt-seo",
5785
+ "npm": "@nuxtjs/seo",
5786
+ "icon": "nuxt.svg",
5787
+ "github": "https://github.com/harlan-zw/nuxt-seo",
5788
+ "website": "https://nuxtseo.com/",
5789
+ "learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
5790
+ "category": "SEO",
5791
+ "type": "3rd-party",
5792
+ "maintainers": [
5793
+ {
5794
+ "name": "harlan-zw",
5795
+ "github": "harlan-zw"
5796
+ }
5797
+ ],
5798
+ "compatibility": {
5799
+ "nuxt": "^3.0.0",
5800
+ "requires": {}
5801
+ }
5802
+ },
4334
5803
  {
4335
5804
  "name": "seomatic-meta",
4336
- "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
5805
+ "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
4337
5806
  "repo": "ben-rogerson/nuxt-seomatic-meta",
4338
5807
  "npm": "nuxt-seomatic-meta",
4339
5808
  "icon": "seomatic.png",
@@ -4376,6 +5845,29 @@
4376
5845
  "requires": {}
4377
5846
  }
4378
5847
  },
5848
+ {
5849
+ "name": "server-block",
5850
+ "description": "Use <server> tags in your Nuxt pages components.",
5851
+ "repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
5852
+ "npm": "@hebilicious/server-block-nuxt",
5853
+ "icon": "server-block.svg",
5854
+ "github": "https://github.com/Hebilicious/server-block-nuxt",
5855
+ "website": "https://github.com/Hebilicious/server-block-nuxt#readme",
5856
+ "learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
5857
+ "category": "Extensions",
5858
+ "type": "3rd-party",
5859
+ "maintainers": [
5860
+ {
5861
+ "name": "Hebilicious",
5862
+ "github": "Hebilicious",
5863
+ "twitter": "its_hebilicious"
5864
+ }
5865
+ ],
5866
+ "compatibility": {
5867
+ "nuxt": "^3.0.0",
5868
+ "requires": {}
5869
+ }
5870
+ },
4379
5871
  {
4380
5872
  "name": "session",
4381
5873
  "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 +5893,7 @@
4401
5893
  },
4402
5894
  {
4403
5895
  "name": "shopify",
4404
- "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
5896
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
4405
5897
  "repo": "Gomah/nuxt-shopify",
4406
5898
  "npm": "nuxt-shopify",
4407
5899
  "icon": "shopify.png",
@@ -4422,7 +5914,29 @@
4422
5914
  }
4423
5915
  },
4424
5916
  {
4425
- "name": "nuxt-auth",
5917
+ "name": "shuimo-ui",
5918
+ "description": "A Chinese Shuimo style component library.",
5919
+ "repo": "shuimo-design/shuimo-ui#main/plugins/nuxt",
5920
+ "npm": "@shuimo-design/shuimo-ui-nuxt",
5921
+ "icon": "shuimo-ui.svg",
5922
+ "github": "https://github.com/shuimo-design/shuimo-ui",
5923
+ "website": "https://shuimo.design",
5924
+ "learn_more": "https://github.com/shuimo-design/shuimo-ui/tree/main/plugins/nuxt",
5925
+ "category": "UI",
5926
+ "type": "3rd-party",
5927
+ "maintainers": [
5928
+ {
5929
+ "name": "higuaifan",
5930
+ "github": "higuaifan"
5931
+ }
5932
+ ],
5933
+ "compatibility": {
5934
+ "nuxt": "^3.0.0",
5935
+ "requires": {}
5936
+ }
5937
+ },
5938
+ {
5939
+ "name": "sidebase-auth",
4426
5940
  "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
5941
  "repo": "sidebase/nuxt-auth",
4428
5942
  "npm": "@sidebase/nuxt-auth",
@@ -4468,37 +5982,13 @@
4468
5982
  },
4469
5983
  {
4470
5984
  "name": "simple-robots",
4471
- "description": "Simply manage the robots crawling your Nuxt app.",
5985
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
4472
5986
  "repo": "harlan-zw/nuxt-simple-robots",
4473
5987
  "npm": "nuxt-simple-robots",
4474
- "icon": "",
5988
+ "icon": "simple-robots.svg",
4475
5989
  "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": "",
5990
+ "website": "https://nuxtseo.com/robots",
5991
+ "learn_more": "https://nuxtseo.com/robots",
4502
5992
  "category": "SEO",
4503
5993
  "type": "3rd-party",
4504
5994
  "maintainers": [
@@ -4516,16 +6006,22 @@
4516
6006
  },
4517
6007
  {
4518
6008
  "name": "sitemap",
4519
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
4520
- "repo": "nuxt-community/sitemap-module#dev",
6009
+ "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
6010
+ "repo": "nuxt-modules/sitemap",
4521
6011
  "npm": "@nuxtjs/sitemap",
4522
- "icon": "",
4523
- "github": "https://github.com/nuxt-community/sitemap-module#dev",
4524
- "website": "https://sitemap.nuxtjs.org",
4525
- "learn_more": "",
6012
+ "icon": "simple-sitemap.svg",
6013
+ "github": "https://github.com/nuxt-modules/sitemap",
6014
+ "website": "https://nuxtseo.com/",
6015
+ "learn_more": "https://nuxtseo.com/sitemap",
4526
6016
  "category": "SEO",
4527
6017
  "type": "community",
4528
6018
  "maintainers": [
6019
+ {
6020
+ "name": "Harlan Wilton",
6021
+ "github": "harlan-zw",
6022
+ "twitter": "harlan_zw",
6023
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
6024
+ },
4529
6025
  {
4530
6026
  "name": "Nicolas PENNEC",
4531
6027
  "github": "NicoPennec",
@@ -4533,7 +6029,7 @@
4533
6029
  }
4534
6030
  ],
4535
6031
  "compatibility": {
4536
- "nuxt": "^2.0.0",
6032
+ "nuxt": "^3.0.0",
4537
6033
  "requires": {}
4538
6034
  }
4539
6035
  },
@@ -4561,7 +6057,7 @@
4561
6057
  },
4562
6058
  {
4563
6059
  "name": "snipcart",
4564
- "description": "Snipcart integration module for Nuxt.js",
6060
+ "description": "Snipcart integration module for Nuxt",
4565
6061
  "repo": "nuxt-modules/snipcart",
4566
6062
  "npm": "@nuxtjs/snipcart",
4567
6063
  "icon": "snipcart.png",
@@ -4584,7 +6080,7 @@
4584
6080
  },
4585
6081
  {
4586
6082
  "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.).",
6083
+ "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
4588
6084
  "repo": "AlekseyPleshkov/nuxt-social-meta",
4589
6085
  "npm": "nuxt-social-meta",
4590
6086
  "icon": "",
@@ -4706,7 +6202,7 @@
4706
6202
  },
4707
6203
  {
4708
6204
  "name": "storage",
4709
- "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
6205
+ "description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
4710
6206
  "repo": "mazipan/nuxt-storage",
4711
6207
  "npm": "nuxt-storage",
4712
6208
  "icon": "",
@@ -4728,7 +6224,7 @@
4728
6224
  },
4729
6225
  {
4730
6226
  "name": "storefront-ui",
4731
- "description": "Storefront UI Module for Nuxt.js",
6227
+ "description": "Storefront UI Module for Nuxt",
4732
6228
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
4733
6229
  "npm": "@storefront-ui/nuxt",
4734
6230
  "icon": "storefront-ui.svg",
@@ -4772,8 +6268,8 @@
4772
6268
  },
4773
6269
  {
4774
6270
  "name": "storyblok",
4775
- "description": "Storyblok Nuxt.js module",
4776
- "repo": "storyblok/storyblok-nuxt#master/lib",
6271
+ "description": "Storyblok Nuxt module",
6272
+ "repo": "storyblok/storyblok-nuxt#main",
4777
6273
  "npm": "@storyblok/nuxt",
4778
6274
  "icon": "storyblok.png",
4779
6275
  "github": "https://github.com/storyblok/storyblok-nuxt",
@@ -4789,46 +6285,43 @@
4789
6285
  ],
4790
6286
  "compatibility": {
4791
6287
  "nuxt": "^2.0.0 || ^3.0.0",
4792
- "requires": {}
6288
+ "requires": {},
6289
+ "devtools": "^0.0.0"
4793
6290
  }
4794
6291
  },
4795
6292
  {
4796
6293
  "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",
6294
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
6295
+ "repo": "nuxt-modules/storybook",
4799
6296
  "npm": "@nuxtjs/storybook",
4800
6297
  "icon": "storybook.png",
4801
- "github": "https://github.com/nuxt-community/storybook",
6298
+ "github": "https://github.com/nuxt-modules/storybook",
4802
6299
  "website": "https://storybook.nuxtjs.org",
4803
- "learn_more": "https://storybook.js.org/",
6300
+ "learn_more": "https://github.com/storybook-vue/storybook-nuxt",
4804
6301
  "category": "Devtools",
4805
6302
  "type": "community",
4806
6303
  "maintainers": [
4807
6304
  {
4808
- "name": "Ahad Birang",
4809
- "github": "farnabaz",
4810
- "twitter": "a_birang"
4811
- },
4812
- {
4813
- "name": "Pooya Parsa",
4814
- "github": "pi0",
4815
- "twitter": "_pi0_"
6305
+ "name": "Chakir QATAB",
6306
+ "github": "chakAs3",
6307
+ "twitter": "ChakirQatab"
4816
6308
  }
4817
6309
  ],
4818
6310
  "compatibility": {
4819
- "nuxt": "^2.0.0",
6311
+ "nuxt": "^2.0.0 || ^3.0.0",
4820
6312
  "requires": {
4821
6313
  "bridge": "optional"
4822
- }
6314
+ },
6315
+ "devtools": "^0.7.2"
4823
6316
  }
4824
6317
  },
4825
6318
  {
4826
6319
  "name": "strapi",
4827
6320
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
4828
- "repo": "nuxt-community/strapi-module",
6321
+ "repo": "nuxt-modules/strapi",
4829
6322
  "npm": "@nuxtjs/strapi",
4830
6323
  "icon": "strapi.png",
4831
- "github": "https://github.com/nuxt-community/strapi-module",
6324
+ "github": "https://github.com/nuxt-modules/strapi",
4832
6325
  "website": "https://strapi.nuxtjs.org",
4833
6326
  "learn_more": "https://strapi.io/",
4834
6327
  "category": "CMS",
@@ -4849,7 +6342,34 @@
4849
6342
  "nuxt": "^2.0.0 || ^3.0.0",
4850
6343
  "requires": {
4851
6344
  "bridge": true
6345
+ },
6346
+ "devtools": "^0.0.0"
6347
+ }
6348
+ },
6349
+ {
6350
+ "name": "stripe-next",
6351
+ "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.",
6352
+ "repo": "fuentesloic/nuxt-stripe",
6353
+ "npm": "@unlok-co/nuxt-stripe",
6354
+ "icon": "stripe.png",
6355
+ "github": "https://github.com/fuentesloic/nuxt-stripe",
6356
+ "website": "https://github.com/fuentesloic/nuxt-stripe",
6357
+ "learn_more": "https://stripe.com/docs",
6358
+ "category": "Payment",
6359
+ "type": "3rd-party",
6360
+ "maintainers": [
6361
+ {
6362
+ "name": "Loic Fuentes",
6363
+ "github": "fuentesloic"
6364
+ },
6365
+ {
6366
+ "name": "Florent Giraud",
6367
+ "github": "flozero"
4852
6368
  }
6369
+ ],
6370
+ "compatibility": {
6371
+ "nuxt": "^3.0.0",
6372
+ "requires": {}
4853
6373
  }
4854
6374
  },
4855
6375
  {
@@ -4874,6 +6394,36 @@
4874
6394
  "requires": {}
4875
6395
  }
4876
6396
  },
6397
+ {
6398
+ "name": "studio",
6399
+ "description": "A new experience to build content-driven website with Nuxt.",
6400
+ "repo": "nuxtlabs/studio-module",
6401
+ "npm": "@nuxthq/studio",
6402
+ "icon": "studio.svg",
6403
+ "github": "https://github.com/nuxtlabs/studio-module",
6404
+ "website": "https://nuxt.studio",
6405
+ "learn_more": "https://nuxt.studio",
6406
+ "category": "CMS",
6407
+ "type": "3rd-party",
6408
+ "maintainers": [
6409
+ {
6410
+ "name": "Ahad Birang",
6411
+ "github": "farnabaz",
6412
+ "twitter": "a_birang"
6413
+ },
6414
+ {
6415
+ "name": "Sébastien Chopin",
6416
+ "github": "Atinux",
6417
+ "twitter": "Atinux"
6418
+ }
6419
+ ],
6420
+ "compatibility": {
6421
+ "nuxt": "^3.0.0",
6422
+ "requires": {
6423
+ "content": true
6424
+ }
6425
+ }
6426
+ },
4877
6427
  {
4878
6428
  "name": "style-resources",
4879
6429
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
@@ -4899,7 +6449,7 @@
4899
6449
  },
4900
6450
  {
4901
6451
  "name": "stylelint",
4902
- "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
6452
+ "description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
4903
6453
  "repo": "nuxt-community/stylelint-module",
4904
6454
  "npm": "@nuxtjs/stylelint-module",
4905
6455
  "icon": "stylelint.png",
@@ -4945,10 +6495,10 @@
4945
6495
  {
4946
6496
  "name": "supabase",
4947
6497
  "description": "First class integration with Supabase",
4948
- "repo": "nuxt-community/supabase-module",
6498
+ "repo": "nuxt-modules/supabase",
4949
6499
  "npm": "@nuxtjs/supabase",
4950
6500
  "icon": "supabase.png",
4951
- "github": "https://github.com/nuxt-community/supabase-module",
6501
+ "github": "https://github.com/nuxt-modules/supabase",
4952
6502
  "website": "https://supabase.nuxtjs.org",
4953
6503
  "learn_more": "https://supabase.com",
4954
6504
  "category": "Database",
@@ -4999,12 +6549,12 @@
4999
6549
  },
5000
6550
  {
5001
6551
  "name": "svg-sprite",
5002
- "description": "Optimized and Easy way to use svg files in Nuxt.js",
5003
- "repo": "nuxt-community/svg-sprite-module",
6552
+ "description": "Optimized and Easy way to use svg files in Nuxt",
6553
+ "repo": "nuxt-modules/svg-sprite",
5004
6554
  "npm": "@nuxtjs/svg-sprite",
5005
6555
  "icon": "",
5006
- "github": "https://github.com/nuxt-community/svg-sprite-module",
5007
- "website": "https://github.com/nuxt-community/svg-sprite-module",
6556
+ "github": "https://github.com/nuxt-modules/svg-sprite",
6557
+ "website": "https://github.com/nuxt-modules/svg-sprite",
5008
6558
  "learn_more": "",
5009
6559
  "category": "UI",
5010
6560
  "type": "community",
@@ -5016,13 +6566,13 @@
5016
6566
  }
5017
6567
  ],
5018
6568
  "compatibility": {
5019
- "nuxt": "^2.0.0",
6569
+ "nuxt": "^2.0.0 || ^3.0.0",
5020
6570
  "requires": {}
5021
6571
  }
5022
6572
  },
5023
6573
  {
5024
6574
  "name": "svg",
5025
- "description": "Super simple svg loading module for Nuxt.js",
6575
+ "description": "Super simple svg loading module for Nuxt",
5026
6576
  "repo": "nuxt-community/svg-module",
5027
6577
  "npm": "@nuxtjs/svg",
5028
6578
  "icon": "",
@@ -5064,9 +6614,33 @@
5064
6614
  "requires": {}
5065
6615
  }
5066
6616
  },
6617
+ {
6618
+ "name": "swiftsearch",
6619
+ "description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
6620
+ "repo": "atoms-studio/nuxt-swiftsearch",
6621
+ "npm": "@atoms-studio/nuxt-swiftsearch",
6622
+ "icon": "nuxt-swiftsearch.svg",
6623
+ "github": "https://github.com/atoms-studio/nuxt-swiftsearch",
6624
+ "website": "https://nuxt-swiftsearch.netlify.app/",
6625
+ "learn_more": "",
6626
+ "category": "Libraries",
6627
+ "type": "3rd-party",
6628
+ "maintainers": [
6629
+ {
6630
+ "name": "Matteo Rigoni",
6631
+ "github": "rigo-m",
6632
+ "twitter": "MatteoRigoni",
6633
+ "avatar": "https://avatars.githubusercontent.com/rigo-m?v=4"
6634
+ }
6635
+ ],
6636
+ "compatibility": {
6637
+ "nuxt": "^3.10.0",
6638
+ "requires": {}
6639
+ }
6640
+ },
5067
6641
  {
5068
6642
  "name": "swiper",
5069
- "description": "Nuxt.js module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
6643
+ "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
5070
6644
  "repo": "cpreston321/nuxt-swiper",
5071
6645
  "npm": "nuxt-swiper",
5072
6646
  "icon": "swiper.svg",
@@ -5112,10 +6686,10 @@
5112
6686
  {
5113
6687
  "name": "tailwindcss",
5114
6688
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5115
- "repo": "nuxt-community/tailwindcss-module",
6689
+ "repo": "nuxt-modules/tailwindcss",
5116
6690
  "npm": "@nuxtjs/tailwindcss",
5117
6691
  "icon": "tailwindcss.png",
5118
- "github": "https://github.com/nuxt-community/tailwindcss-module",
6692
+ "github": "https://github.com/nuxt-modules/tailwindcss",
5119
6693
  "website": "https://tailwindcss.nuxtjs.org",
5120
6694
  "learn_more": "https://tailwindcss.com/",
5121
6695
  "category": "UI",
@@ -5125,10 +6699,46 @@
5125
6699
  "name": "Sébastien Chopin",
5126
6700
  "github": "Atinux",
5127
6701
  "twitter": "Atinux"
6702
+ },
6703
+ {
6704
+ "name": "Inesh Bose",
6705
+ "github": "ineshbose"
5128
6706
  }
5129
6707
  ],
5130
6708
  "compatibility": {
5131
6709
  "nuxt": "^2.0.0 || ^3.0.0",
6710
+ "requires": {},
6711
+ "devtools": "^0.0.0"
6712
+ },
6713
+ "aliases": [
6714
+ "tailwind"
6715
+ ]
6716
+ },
6717
+ {
6718
+ "name": "test-utils",
6719
+ "description": "Test utilities for Nuxt",
6720
+ "repo": "nuxt/test-utils#main",
6721
+ "npm": "@nuxt/test-utils",
6722
+ "icon": "nuxt.svg",
6723
+ "github": "https://github.com/nuxt/test-utils",
6724
+ "website": "https://nuxt.com/docs/getting-started/testing",
6725
+ "learn_more": "",
6726
+ "category": "Devtools",
6727
+ "type": "official",
6728
+ "maintainers": [
6729
+ {
6730
+ "name": "Daniel Roe",
6731
+ "github": "danielroe",
6732
+ "twitter": "danielcroe"
6733
+ },
6734
+ {
6735
+ "name": "Anthony Fu",
6736
+ "github": "antfu",
6737
+ "twitter": "antfu7"
6738
+ }
6739
+ ],
6740
+ "compatibility": {
6741
+ "nuxt": "^3.0.0",
5132
6742
  "requires": {}
5133
6743
  }
5134
6744
  },
@@ -5155,9 +6765,53 @@
5155
6765
  "requires": {}
5156
6766
  }
5157
6767
  },
6768
+ {
6769
+ "name": "time",
6770
+ "description": "Safely render local dates and times on the server with Nuxt",
6771
+ "repo": "danielroe/nuxt-time",
6772
+ "npm": "nuxt-time",
6773
+ "icon": "",
6774
+ "github": "https://github.com/danielroe/nuxt-time",
6775
+ "website": "https://github.com/danielroe/nuxt-time",
6776
+ "learn_more": "",
6777
+ "category": "Extensions",
6778
+ "type": "3rd-party",
6779
+ "maintainers": [
6780
+ {
6781
+ "name": "danielroe",
6782
+ "github": "danielroe"
6783
+ }
6784
+ ],
6785
+ "compatibility": {
6786
+ "nuxt": "^3.0.0",
6787
+ "requires": {}
6788
+ }
6789
+ },
6790
+ {
6791
+ "name": "tiptap",
6792
+ "description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
6793
+ "repo": "modbender/nuxt-tiptap-editor",
6794
+ "npm": "nuxt-tiptap-editor",
6795
+ "icon": "tiptap.png",
6796
+ "github": "https://github.com/modbender/nuxt-tiptap-editor",
6797
+ "website": "https://nuxt-tiptap-editor.vercel.app",
6798
+ "learn_more": "https://nuxt-tiptap-editor.vercel.app",
6799
+ "category": "Libraries",
6800
+ "type": "3rd-party",
6801
+ "maintainers": [
6802
+ {
6803
+ "name": "modbender",
6804
+ "github": "modbender"
6805
+ }
6806
+ ],
6807
+ "compatibility": {
6808
+ "nuxt": "^3.0.0",
6809
+ "requires": {}
6810
+ }
6811
+ },
5158
6812
  {
5159
6813
  "name": "toast",
5160
- "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
6814
+ "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
5161
6815
  "repo": "nuxt-community/modules#master/packages/toast",
5162
6816
  "npm": "@nuxtjs/toast",
5163
6817
  "icon": "",
@@ -5178,6 +6832,61 @@
5178
6832
  "requires": {}
5179
6833
  }
5180
6834
  },
6835
+ {
6836
+ "name": "translation-manager",
6837
+ "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
6838
+ "repo": "samk-dev/nuxt-translation-manager",
6839
+ "npm": "nuxt-translation-manager",
6840
+ "icon": "translation-manager.png",
6841
+ "github": "https://github.com/samk-dev/nuxt-translation-manager",
6842
+ "website": "https://github.com/samk-dev/nuxt-translation-manager",
6843
+ "learn_more": "",
6844
+ "category": "Extensions",
6845
+ "type": "3rd-party",
6846
+ "maintainers": [
6847
+ {
6848
+ "name": "Sam K",
6849
+ "github": "samk-dev"
6850
+ }
6851
+ ],
6852
+ "compatibility": {
6853
+ "nuxt": "^3.0.0",
6854
+ "requires": {}
6855
+ }
6856
+ },
6857
+ {
6858
+ "name": "tresjs",
6859
+ "description": "Create 3D experiences in your Nuxt application using TresJS.",
6860
+ "repo": "tresjs/nuxt",
6861
+ "npm": "@tresjs/nuxt",
6862
+ "icon": "tresjs.svg",
6863
+ "github": "https://github.com/Tresjs/nuxt",
6864
+ "website": "https://tresjs.org/guide/nuxt.html",
6865
+ "learn_more": "https://tresjs.org/",
6866
+ "category": "Libraries",
6867
+ "type": "3rd-party",
6868
+ "maintainers": [
6869
+ {
6870
+ "name": "Alvaro Saburido",
6871
+ "github": "alvarosabu",
6872
+ "twitter": "alvarosabu"
6873
+ },
6874
+ {
6875
+ "name": "Jaime Torrealba",
6876
+ "github": "JaimeTorrealba",
6877
+ "twitter": "jaimebboyjt"
6878
+ },
6879
+ {
6880
+ "name": "Tino Koch",
6881
+ "github": "Tinoooo",
6882
+ "twitter": "ichbintino"
6883
+ }
6884
+ ],
6885
+ "compatibility": {
6886
+ "nuxt": "^3.0.0",
6887
+ "requires": {}
6888
+ }
6889
+ },
5181
6890
  {
5182
6891
  "name": "turnstile",
5183
6892
  "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
@@ -5205,7 +6914,7 @@
5205
6914
  },
5206
6915
  {
5207
6916
  "name": "twa",
5208
- "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
6917
+ "description": "Nuxt module for generating Trusted Web App from Nuxt app",
5209
6918
  "repo": "tuarrep/nuxt-twa",
5210
6919
  "npm": "nuxt-twa",
5211
6920
  "icon": "",
@@ -5227,6 +6936,28 @@
5227
6936
  }
5228
6937
  }
5229
6938
  },
6939
+ {
6940
+ "name": "twemoji",
6941
+ "description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
6942
+ "repo": "yizack/nuxt-twemoji",
6943
+ "npm": "nuxt-twemoji",
6944
+ "icon": "twemoji.svg",
6945
+ "github": "https://github.com/Yizack/nuxt-twemoji",
6946
+ "website": "https://github.com/Yizack/nuxt-twemoji",
6947
+ "learn_more": "",
6948
+ "category": "UI",
6949
+ "type": "3rd-party",
6950
+ "maintainers": [
6951
+ {
6952
+ "name": "Yizack Rangel",
6953
+ "github": "yizack"
6954
+ }
6955
+ ],
6956
+ "compatibility": {
6957
+ "nuxt": "^3.0.0",
6958
+ "requires": {}
6959
+ }
6960
+ },
5230
6961
  {
5231
6962
  "name": "twicpics",
5232
6963
  "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
@@ -5371,6 +7102,63 @@
5371
7102
  "requires": {}
5372
7103
  }
5373
7104
  },
7105
+ {
7106
+ "name": "typo3",
7107
+ "description": "TYPO3 Headless Frontend Rendering module",
7108
+ "repo": "TYPO3-Headless/nuxt-typo3",
7109
+ "npm": "@t3headless/nuxt-typo3",
7110
+ "icon": "typo3.svg",
7111
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
7112
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
7113
+ "learn_more": "https://github.com/TYPO3-Headless",
7114
+ "category": "CMS",
7115
+ "type": "3rd-party",
7116
+ "maintainers": [
7117
+ {
7118
+ "name": "Macopedia",
7119
+ "github": "macopedia",
7120
+ "twitter": "macopediapl"
7121
+ }
7122
+ ],
7123
+ "compatibility": {
7124
+ "nuxt": "^2.0.0 || ^3.0.0",
7125
+ "requires": {},
7126
+ "devtools": "^0.0.0"
7127
+ }
7128
+ },
7129
+ {
7130
+ "name": "ui",
7131
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
7132
+ "repo": "nuxt/ui#dev",
7133
+ "npm": "@nuxt/ui",
7134
+ "icon": "nuxt.svg",
7135
+ "github": "https://github.com/nuxt/ui",
7136
+ "website": "https://ui.nuxt.com",
7137
+ "learn_more": "",
7138
+ "category": "UI",
7139
+ "type": "official",
7140
+ "maintainers": [
7141
+ {
7142
+ "name": "Benjamin Canac",
7143
+ "github": "benjamincanac",
7144
+ "twitter": "benjamincanac"
7145
+ },
7146
+ {
7147
+ "name": "Sebastien Chopin",
7148
+ "github": "Atinux",
7149
+ "twitter": "Atinux"
7150
+ },
7151
+ {
7152
+ "name": "Sylvain Marroufin",
7153
+ "github": "smarroufin",
7154
+ "twitter": "smarroufin"
7155
+ }
7156
+ ],
7157
+ "compatibility": {
7158
+ "nuxt": "^3.0.0",
7159
+ "requires": {}
7160
+ }
7161
+ },
5374
7162
  {
5375
7163
  "name": "umami",
5376
7164
  "description": "Embed the Umami analytics library into Nuxt",
@@ -5395,31 +7183,9 @@
5395
7183
  }
5396
7184
  }
5397
7185
  },
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
7186
  {
5421
7187
  "name": "universal-storage",
5422
- "description": "Universal Storage Utilities for Nuxt.js",
7188
+ "description": "Universal Storage Utilities for Nuxt",
5423
7189
  "repo": "nuxt-community/universal-storage-module",
5424
7190
  "npm": "@nuxtjs/universal-storage",
5425
7191
  "icon": "",
@@ -5446,40 +7212,36 @@
5446
7212
  }
5447
7213
  },
5448
7214
  {
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",
7215
+ "name": "unlazy",
7216
+ "description": "Lazy loading library for placeholder images",
7217
+ "repo": "johannschopplich/unlazy#main/packages/nuxt",
7218
+ "npm": "@unlazy/nuxt",
7219
+ "icon": "unlazy.svg",
7220
+ "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
7221
+ "website": "https://unlazy.byjohann.dev/",
7222
+ "learn_more": "",
7223
+ "category": "Images",
5458
7224
  "type": "3rd-party",
5459
7225
  "maintainers": [
5460
7226
  {
5461
- "name": "Harlan Wilton",
5462
- "github": "harlan-zw",
5463
- "twitter": "harlan_zw",
5464
- "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
7227
+ "name": "Johann Schopplich",
7228
+ "github": "johannschopplich"
5465
7229
  }
5466
7230
  ],
5467
7231
  "compatibility": {
5468
- "nuxt": "^2.0.0 || ^3.0.0",
5469
- "requires": {
5470
- "bridge": "optional"
5471
- }
7232
+ "nuxt": "^3.0.0",
7233
+ "requires": {}
5472
7234
  }
5473
7235
  },
5474
7236
  {
5475
7237
  "name": "unocss",
5476
7238
  "description": "The instant on-demand atomic CSS engine.",
5477
- "repo": "antfu/unocss#main/packages/nuxt",
7239
+ "repo": "unocss/unocss#main/packages/nuxt",
5478
7240
  "npm": "@unocss/nuxt",
5479
7241
  "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",
7242
+ "github": "https://github.com/unocss/unocss",
7243
+ "website": "https://github.com/unocss/unocss",
7244
+ "learn_more": "https://github.com/unocss/unocss",
5483
7245
  "category": "UI",
5484
7246
  "type": "3rd-party",
5485
7247
  "maintainers": [
@@ -5494,35 +7256,82 @@
5494
7256
  "nuxt": "^2.0.0 || ^3.0.0",
5495
7257
  "requires": {
5496
7258
  "bridge": "optional"
7259
+ },
7260
+ "devtools": "^0.0.0"
7261
+ }
7262
+ },
7263
+ {
7264
+ "name": "ununuracss",
7265
+ "description": "A Real CSS Engine. Only Scoped.",
7266
+ "repo": "novout/ununuracss#main/packages/nuxt",
7267
+ "npm": "nuxt-ununura",
7268
+ "icon": "ununuracss.png",
7269
+ "github": "https://github.com/novout/ununuracss",
7270
+ "website": "https://github.com/novout/ununuracss",
7271
+ "learn_more": "https://github.com/novout/ununuracss",
7272
+ "category": "UI",
7273
+ "type": "3rd-party",
7274
+ "maintainers": [
7275
+ {
7276
+ "name": "Giovane Cardoso",
7277
+ "github": "novout",
7278
+ "avatar": "https://avatars.githubusercontent.com/novout?v=4"
7279
+ }
7280
+ ],
7281
+ "compatibility": {
7282
+ "nuxt": "^2.0.0 || ^3.0.0",
7283
+ "requires": {}
7284
+ }
7285
+ },
7286
+ {
7287
+ "name": "use-bootstrap",
7288
+ "description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
7289
+ "repo": "simplise/use-bootstrap",
7290
+ "npm": "usebootstrap",
7291
+ "icon": "use-bootstrap.svg",
7292
+ "github": "https://github.com/simplise/use-bootstrap",
7293
+ "website": "https://usebootstrap.org/",
7294
+ "learn_more": "https://usebootstrap.org/",
7295
+ "category": "UI",
7296
+ "type": "3rd-party",
7297
+ "maintainers": [
7298
+ {
7299
+ "name": "KoujiSano",
7300
+ "github": "KoujiSano"
5497
7301
  }
7302
+ ],
7303
+ "compatibility": {
7304
+ "nuxt": "^3.0.0",
7305
+ "requires": {}
5498
7306
  }
5499
7307
  },
5500
7308
  {
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",
7309
+ "name": "use-wagmi",
7310
+ "description": "Vue Composition for Ethereum based on wagmi",
7311
+ "repo": "unicape/use-wagmi#main/packages/nuxt",
7312
+ "npm": "@use-wagmi/nuxt",
7313
+ "icon": "use-wagmi.png",
7314
+ "github": "https://github.com/unicape/use-wagmi",
7315
+ "website": "https://github.com/unicape/use-wagmi",
7316
+ "learn_more": "https://github.com/unicape/use-wagmi",
7317
+ "category": "Extensions",
5510
7318
  "type": "3rd-party",
5511
7319
  "maintainers": [
5512
7320
  {
5513
- "name": "Giovane Cardoso",
5514
- "github": "novout",
5515
- "avatar": "https://avatars.githubusercontent.com/novout?v=4"
7321
+ "name": "Unic Ape",
7322
+ "github": "unicape"
5516
7323
  }
5517
7324
  ],
5518
7325
  "compatibility": {
5519
7326
  "nuxt": "^2.0.0 || ^3.0.0",
5520
- "requires": {}
7327
+ "requires": {
7328
+ "bridge": true
7329
+ }
5521
7330
  }
5522
7331
  },
5523
7332
  {
5524
7333
  "name": "user-agent",
5525
- "description": "Nuxt.js module for handling User-Agent.",
7334
+ "description": "Nuxt module for handling User-Agent.",
5526
7335
  "repo": "fukuiretu/nuxt-user-agent",
5527
7336
  "npm": "nuxt-user-agent",
5528
7337
  "icon": "",
@@ -5542,28 +7351,6 @@
5542
7351
  "requires": {}
5543
7352
  }
5544
7353
  },
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
7354
  {
5568
7355
  "name": "vant",
5569
7356
  "description": "A lightweight, customizable Vue UI library for mobile web apps.",
@@ -5588,6 +7375,74 @@
5588
7375
  }
5589
7376
  }
5590
7377
  },
7378
+ {
7379
+ "name": "varlet",
7380
+ "description": "A Material design mobile component library developed based on Vue3",
7381
+ "repo": "varletjs/varlet-nuxt",
7382
+ "npm": "@varlet/nuxt",
7383
+ "icon": "varlet.svg",
7384
+ "github": "https://github.com/varletjs/varlet",
7385
+ "website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
7386
+ "learn_more": "https://github.com/varletjs/varlet-nuxt",
7387
+ "category": "UI",
7388
+ "type": "3rd-party",
7389
+ "maintainers": [
7390
+ {
7391
+ "name": "zhangmo8",
7392
+ "github": "zhangmo8"
7393
+ }
7394
+ ],
7395
+ "compatibility": {
7396
+ "nuxt": "^3.0.0",
7397
+ "requires": {
7398
+ "bridge": "optional"
7399
+ }
7400
+ }
7401
+ },
7402
+ {
7403
+ "name": "vcalendar",
7404
+ "description": "VCalendar module for Nuxt",
7405
+ "repo": "samk-dev/nuxt-vcalendar",
7406
+ "npm": "@samk-dev/nuxt-vcalendar",
7407
+ "icon": "vcalendar.png",
7408
+ "github": "https://github.com/samk-dev/nuxt-vcalendar",
7409
+ "website": "https://github.com/samk-dev/nuxt-vcalendar",
7410
+ "learn_more": "",
7411
+ "category": "Libraries",
7412
+ "type": "3rd-party",
7413
+ "maintainers": [
7414
+ {
7415
+ "name": "Sam K",
7416
+ "github": "samk-dev"
7417
+ }
7418
+ ],
7419
+ "compatibility": {
7420
+ "nuxt": "^3.0.0",
7421
+ "requires": {}
7422
+ }
7423
+ },
7424
+ {
7425
+ "name": "vee-validate",
7426
+ "description": "Painless Vue forms for Nuxt",
7427
+ "repo": "logaretm/vee-validate#main/packages/nuxt",
7428
+ "npm": "@vee-validate/nuxt",
7429
+ "icon": "vee-validate.png",
7430
+ "github": "https://github.com/logaretm/vee-validate/",
7431
+ "website": "https://vee-validate.logaretm.com/v4/",
7432
+ "learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
7433
+ "category": "Libraries",
7434
+ "type": "3rd-party",
7435
+ "maintainers": [
7436
+ {
7437
+ "name": "Abdelrahman Awad",
7438
+ "github": "logaretm"
7439
+ }
7440
+ ],
7441
+ "compatibility": {
7442
+ "nuxt": "^3.0.0",
7443
+ "requires": {}
7444
+ }
7445
+ },
5591
7446
  {
5592
7447
  "name": "vendor",
5593
7448
  "description": "directly serve node_modules",
@@ -5611,9 +7466,54 @@
5611
7466
  "requires": {}
5612
7467
  }
5613
7468
  },
7469
+ {
7470
+ "name": "vercel-analytics",
7471
+ "description": "Vercel Analytics integration for Nuxt",
7472
+ "repo": "xanderbarkhatov/nuxt-vercel-analytics",
7473
+ "npm": "nuxt-vercel-analytics",
7474
+ "icon": "",
7475
+ "github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
7476
+ "website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
7477
+ "learn_more": "https://vercel.com/docs/concepts/analytics",
7478
+ "category": "Analytics",
7479
+ "type": "3rd-party",
7480
+ "maintainers": [
7481
+ {
7482
+ "name": "Alexander B.",
7483
+ "github": "xanderbarkhatov"
7484
+ }
7485
+ ],
7486
+ "compatibility": {
7487
+ "nuxt": "^3.0.0",
7488
+ "requires": {}
7489
+ }
7490
+ },
7491
+ {
7492
+ "name": "vexip-ui",
7493
+ "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
7494
+ "repo": "vexip-ui/nuxt",
7495
+ "npm": "@vexip-ui/nuxt",
7496
+ "icon": "vexip-ui.svg",
7497
+ "github": "https://github.com/vexip-ui/vexip-ui",
7498
+ "website": "https://www.vexipui.com/",
7499
+ "learn_more": "https://github.com/vexip-ui/nuxt",
7500
+ "category": "UI",
7501
+ "type": "3rd-party",
7502
+ "maintainers": [
7503
+ {
7504
+ "name": "未觉雨声",
7505
+ "github": "qmhc",
7506
+ "twitter": "qmhc95"
7507
+ }
7508
+ ],
7509
+ "compatibility": {
7510
+ "nuxt": "^3.0.0",
7511
+ "requires": {}
7512
+ }
7513
+ },
5614
7514
  {
5615
7515
  "name": "vite-pwa-nuxt",
5616
- "description": "Zero-config PWA Plugin for Nuxt 3",
7516
+ "description": "Zero-config PWA Plugin for Nuxt",
5617
7517
  "repo": "vite-pwa/nuxt",
5618
7518
  "npm": "@vite-pwa/nuxt",
5619
7519
  "icon": "vite-pwa-nuxt.svg",
@@ -5640,24 +7540,52 @@
5640
7540
  }
5641
7541
  },
5642
7542
  {
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",
7543
+ "name": "vue-email",
7544
+ "description": "💌 Write email templates with vue",
7545
+ "repo": "vue-email/nuxt",
7546
+ "npm": "@vue-email/nuxt",
7547
+ "icon": "vue-email.svg",
7548
+ "github": "https://github.com/vue-email/nuxt",
7549
+ "website": "https://vuemail.net/",
7550
+ "learn_more": "https://vuemail.net/ssr/nuxt",
7551
+ "category": "UI",
5652
7552
  "type": "3rd-party",
5653
7553
  "maintainers": [
5654
7554
  {
5655
- "name": "Daniel Roe",
5656
- "github": "danielroe"
7555
+ "name": "David Arenas",
7556
+ "github": "Dave136",
7557
+ "twitter": "davejs4",
7558
+ "avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
5657
7559
  },
5658
7560
  {
5659
- "name": "Anthony Fu",
5660
- "github": "antfu"
7561
+ "name": "Younes Barrad",
7562
+ "github": "Flowko",
7563
+ "twitter": "imflowko",
7564
+ "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
7565
+ }
7566
+ ],
7567
+ "compatibility": {
7568
+ "nuxt": "^3.0.0",
7569
+ "requires": {},
7570
+ "devtools": "^0.0.0"
7571
+ }
7572
+ },
7573
+ {
7574
+ "name": "vue-final-modal",
7575
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
7576
+ "repo": "vue-final/vue-final-modal#master/packages/nuxt",
7577
+ "npm": "@vue-final-modal/nuxt",
7578
+ "icon": "vue-final-modal.svg",
7579
+ "github": "https://github.com/vue-final/vue-final-modal",
7580
+ "website": "https://vue-final-modal.org/",
7581
+ "learn_more": "https://vue-final-modal.org/",
7582
+ "category": "UI",
7583
+ "type": "3rd-party",
7584
+ "maintainers": [
7585
+ {
7586
+ "name": "Hunter Liu",
7587
+ "github": "hunterliu1003",
7588
+ "twitter": "hunterliu1003"
5661
7589
  }
5662
7590
  ],
5663
7591
  "compatibility": {
@@ -5667,13 +7595,13 @@
5667
7595
  },
5668
7596
  {
5669
7597
  "name": "vue-macros",
5670
- "description": "Explore and extend more macros and syntax sugar to Vue.",
5671
- "repo": "sxzz/unplugin-vue-macros#main/packages/nuxt",
7598
+ "description": "Explore more macros and syntax sugar to Vue.",
7599
+ "repo": "sxzz/vue-macros#main/packages/nuxt",
5672
7600
  "npm": "@vue-macros/nuxt",
5673
7601
  "icon": "vue-macros.svg",
5674
- "github": "https://github.com/sxzz/unplugin-vue-macros",
7602
+ "github": "https://github.com/sxzz/vue-macros",
5675
7603
  "website": "https://vue-macros.sxzz.moe",
5676
- "learn_more": "https://github.com/sxzz/unplugin-vue-macros",
7604
+ "learn_more": "https://github.com/sxzz/vue-macros",
5677
7605
  "category": "Extensions",
5678
7606
  "type": "3rd-party",
5679
7607
  "maintainers": [
@@ -5687,7 +7615,8 @@
5687
7615
  "nuxt": "^3.0.0",
5688
7616
  "requires": {
5689
7617
  "bridge": "optional"
5690
- }
7618
+ },
7619
+ "devtools": "^0.0.0"
5691
7620
  }
5692
7621
  },
5693
7622
  {
@@ -5714,7 +7643,7 @@
5714
7643
  },
5715
7644
  {
5716
7645
  "name": "vue-multiselect",
5717
- "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
7646
+ "description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
5718
7647
  "repo": "spektrummedia/nuxt-vue-multiselect",
5719
7648
  "npm": "nuxt-vue-multiselect",
5720
7649
  "icon": "",
@@ -5739,7 +7668,7 @@
5739
7668
  "description": "Plausible analytics for Vue.js and Nuxt",
5740
7669
  "repo": "moritzsternemann/vue-plausible",
5741
7670
  "npm": "vue-plausible",
5742
- "icon": "plausible.png",
7671
+ "icon": "plausible.svg",
5743
7672
  "github": "https://github.com/moritzsternemann/vue-plausible",
5744
7673
  "website": "https://github.com/moritzsternemann/vue-plausible",
5745
7674
  "learn_more": "",
@@ -5756,6 +7685,29 @@
5756
7685
  "requires": {}
5757
7686
  }
5758
7687
  },
7688
+ {
7689
+ "name": "vue-query",
7690
+ "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
7691
+ "repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
7692
+ "npm": "@hebilicious/vue-query-nuxt",
7693
+ "icon": "vue-query.svg",
7694
+ "github": "https://github.com/Hebilicious/vue-query-nuxt",
7695
+ "website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
7696
+ "learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
7697
+ "category": "Request",
7698
+ "type": "3rd-party",
7699
+ "maintainers": [
7700
+ {
7701
+ "name": "Hebilicious",
7702
+ "github": "Hebilicious",
7703
+ "twitter": "its_hebilicious"
7704
+ }
7705
+ ],
7706
+ "compatibility": {
7707
+ "nuxt": "^3.0.0",
7708
+ "requires": {}
7709
+ }
7710
+ },
5759
7711
  {
5760
7712
  "name": "vue-select",
5761
7713
  "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
@@ -5805,7 +7757,7 @@
5805
7757
  },
5806
7758
  {
5807
7759
  "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",
7760
+ "description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
5809
7761
  "repo": "juliomrqz/vue-warehouse",
5810
7762
  "npm": "vue-warehouse",
5811
7763
  "icon": "",
@@ -5826,10 +7778,33 @@
5826
7778
  "requires": {}
5827
7779
  }
5828
7780
  },
7781
+ {
7782
+ "name": "vue3-carousel-nuxt",
7783
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
7784
+ "repo": "gaetansenn/vue3-carousel-nuxt",
7785
+ "npm": "vue3-carousel-nuxt",
7786
+ "icon": "",
7787
+ "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7788
+ "website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7789
+ "learn_more": "",
7790
+ "category": "UI",
7791
+ "type": "3rd-party",
7792
+ "maintainers": [
7793
+ {
7794
+ "name": "Gaetan SENN",
7795
+ "github": "gaetansenn",
7796
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
7797
+ }
7798
+ ],
7799
+ "compatibility": {
7800
+ "nuxt": "^3.0.0",
7801
+ "requires": {}
7802
+ }
7803
+ },
5829
7804
  {
5830
7805
  "name": "vuefire",
5831
7806
  "description": "Idiomatic composables for the Firebase SDK",
5832
- "repo": "vuejs/vuefire/packages/nuxt",
7807
+ "repo": "vuejs/vuefire#main/packages/nuxt",
5833
7808
  "npm": "nuxt-vuefire",
5834
7809
  "icon": "vuefire.svg",
5835
7810
  "github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
@@ -5848,15 +7823,61 @@
5848
7823
  "requires": {}
5849
7824
  }
5850
7825
  },
7826
+ {
7827
+ "name": "vueform-builder",
7828
+ "description": "Official Vueform Builder module for Nuxt",
7829
+ "repo": "vueform/builder#main/nuxt",
7830
+ "npm": "@vueform/builder-nuxt",
7831
+ "icon": "vueform.svg",
7832
+ "github": "https://github.com/vueform/builder",
7833
+ "website": "https://builder.vueform.com",
7834
+ "learn_more": "https://builder.vueform.com/docs/installation#nuxt",
7835
+ "category": "Libraries",
7836
+ "type": "3rd-party",
7837
+ "maintainers": [
7838
+ {
7839
+ "name": "Adam Berecz",
7840
+ "github": "adamberecz",
7841
+ "twitter": "bereczadam"
7842
+ }
7843
+ ],
7844
+ "compatibility": {
7845
+ "nuxt": "^3.0.0",
7846
+ "requires": {}
7847
+ }
7848
+ },
7849
+ {
7850
+ "name": "vueform",
7851
+ "description": "Official Vueform module for Nuxt",
7852
+ "repo": "vueform/vueform#main/nuxt",
7853
+ "npm": "@vueform/nuxt",
7854
+ "icon": "vueform.svg",
7855
+ "github": "https://github.com/vueform/vueform",
7856
+ "website": "https://vueform.com",
7857
+ "learn_more": "https://vueform.com/docs/installation#nuxt",
7858
+ "category": "Libraries",
7859
+ "type": "3rd-party",
7860
+ "maintainers": [
7861
+ {
7862
+ "name": "Adam Berecz",
7863
+ "github": "adamberecz",
7864
+ "twitter": "bereczadam"
7865
+ }
7866
+ ],
7867
+ "compatibility": {
7868
+ "nuxt": "^3.0.0",
7869
+ "requires": {}
7870
+ }
7871
+ },
5851
7872
  {
5852
7873
  "name": "vuestic",
5853
- "description": "Vuestic UI module for Nuxt 3",
7874
+ "description": "Vuestic UI module for Nuxt",
5854
7875
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
5855
7876
  "npm": "@vuestic/nuxt",
5856
7877
  "icon": "vuestic.png",
5857
7878
  "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",
7879
+ "website": "https://ui.vuestic.dev",
7880
+ "learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
5860
7881
  "category": "UI",
5861
7882
  "type": "3rd-party",
5862
7883
  "maintainers": [
@@ -5870,9 +7891,31 @@
5870
7891
  "requires": {}
5871
7892
  }
5872
7893
  },
7894
+ {
7895
+ "name": "vuetify-nuxt-module",
7896
+ "description": "Zero-config Nuxt Module for Vuetify.",
7897
+ "repo": "userquin/vuetify-nuxt-module",
7898
+ "npm": "vuetify-nuxt-module",
7899
+ "icon": "vuetify-logo-v3-dark.svg",
7900
+ "github": "https://github.com/userquin/vuetify-nuxt-module",
7901
+ "website": "https://vuetify-nuxt-module.netlify.app/",
7902
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
7903
+ "category": "UI",
7904
+ "type": "3rd-party",
7905
+ "maintainers": [
7906
+ {
7907
+ "name": "Joaquín Sánchez",
7908
+ "github": "userquin"
7909
+ }
7910
+ ],
7911
+ "compatibility": {
7912
+ "nuxt": "^3.0.0",
7913
+ "requires": {}
7914
+ }
7915
+ },
5873
7916
  {
5874
7917
  "name": "vuetify",
5875
- "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
7918
+ "description": "Vuetify Module for Nuxt to add Material Design components to your application.",
5876
7919
  "repo": "nuxt-community/vuetify-module",
5877
7920
  "npm": "@nuxtjs/vuetify",
5878
7921
  "icon": "vuetify.png",
@@ -5919,7 +7962,8 @@
5919
7962
  "nuxt": "^2.0.0 || ^3.0.0",
5920
7963
  "requires": {
5921
7964
  "bridge": "optional"
5922
- }
7965
+ },
7966
+ "devtools": "^0.0.0"
5923
7967
  }
5924
7968
  },
5925
7969
  {
@@ -5944,14 +7988,37 @@
5944
7988
  "requires": {}
5945
7989
  }
5946
7990
  },
7991
+ {
7992
+ "name": "vunix",
7993
+ "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.",
7994
+ "repo": "gaetansenn/vunix#main/packages/nuxt",
7995
+ "npm": "@vunix/nuxt",
7996
+ "icon": "",
7997
+ "github": "https://github.com/gaetansenn/vunix",
7998
+ "website": "https://vunix.dewib.com/",
7999
+ "learn_more": "",
8000
+ "category": "UI",
8001
+ "type": "3rd-party",
8002
+ "maintainers": [
8003
+ {
8004
+ "name": "Gaetan SENN",
8005
+ "github": "gaetansenn",
8006
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
8007
+ }
8008
+ ],
8009
+ "compatibility": {
8010
+ "nuxt": "^3.0.0",
8011
+ "requires": {}
8012
+ }
8013
+ },
5947
8014
  {
5948
8015
  "name": "web-vitals",
5949
8016
  "description": "Web Vitals for Nuxt",
5950
- "repo": "nuxt-community/web-vitals-module",
8017
+ "repo": "nuxt-modules/web-vitals",
5951
8018
  "npm": "@nuxtjs/web-vitals",
5952
8019
  "icon": "web-vitals.png",
5953
- "github": "https://github.com/nuxt-community/web-vitals-module",
5954
- "website": "https://github.com/nuxt-community/web-vitals-module",
8020
+ "github": "https://github.com/nuxt-modules/web-vitals",
8021
+ "website": "https://github.com/nuxt-modules/web-vitals",
5955
8022
  "learn_more": "",
5956
8023
  "category": "Performance",
5957
8024
  "type": "community",
@@ -6002,7 +8069,7 @@
6002
8069
  },
6003
8070
  {
6004
8071
  "name": "webpack-optimisations",
6005
- "description": "Nuxt.js v2 module to automatically make your builds faster.",
8072
+ "description": "Nuxt v2 module to automatically make your builds faster.",
6006
8073
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
6007
8074
  "npm": "nuxt-webpack-optimisations",
6008
8075
  "icon": "build-optimisations.svg",
@@ -6077,7 +8144,7 @@
6077
8144
  "icon": "webpack.png",
6078
8145
  "github": "https://github.com/nuxt-community/webpackmonitor-module",
6079
8146
  "website": "https://github.com/nuxt-community/webpackmonitor-module",
6080
- "learn_more": "http://webpackmonitor.com/",
8147
+ "learn_more": "",
6081
8148
  "category": "Devtools",
6082
8149
  "type": "community",
6083
8150
  "maintainers": [
@@ -6092,14 +8159,62 @@
6092
8159
  "requires": {}
6093
8160
  }
6094
8161
  },
8162
+ {
8163
+ "name": "well-known",
8164
+ "description": "A Nuxt module to add well-known URIs using middlewares",
8165
+ "repo": "zadigetvoltaire/nuxt-well-known",
8166
+ "npm": "@zadigetvoltaire/nuxt-well-known",
8167
+ "icon": "well-known.svg",
8168
+ "github": "https://github.com/zadigetvoltaire/nuxt-well-known",
8169
+ "website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
8170
+ "learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
8171
+ "category": "SEO",
8172
+ "type": "3rd-party",
8173
+ "maintainers": [
8174
+ {
8175
+ "name": "Zadig&Voltaire Team",
8176
+ "github": "https://github.com/zadigetvoltaire"
8177
+ }
8178
+ ],
8179
+ "compatibility": {
8180
+ "nuxt": "^3.0.0",
8181
+ "requires": {}
8182
+ }
8183
+ },
8184
+ {
8185
+ "name": "wideangle",
8186
+ "description": "Nuxt module to integrate Wide Angle Analytics",
8187
+ "repo": "inputobjects/wideangle-nuxt",
8188
+ "npm": "wideangle-nuxt",
8189
+ "icon": "wideangle.png",
8190
+ "github": "https://github.com/inputobjects/wideangle-nuxt",
8191
+ "website": "https://wideangle.co",
8192
+ "learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
8193
+ "category": "Analytics",
8194
+ "type": "3rd-party",
8195
+ "maintainers": [
8196
+ {
8197
+ "name": "Wide Angle Analytics by Input Objects GmbH",
8198
+ "github": "inputobjects"
8199
+ },
8200
+ {
8201
+ "name": "Jarek Rozanski",
8202
+ "github": "jrozanski"
8203
+ }
8204
+ ],
8205
+ "compatibility": {
8206
+ "nuxt": "^3.0.0",
8207
+ "requires": {}
8208
+ }
8209
+ },
6095
8210
  {
6096
8211
  "name": "windicss",
6097
8212
  "description": "Next generation utility-first CSS framework.",
6098
- "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
8213
+ "repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
6099
8214
  "npm": "nuxt-windicss",
6100
8215
  "icon": "windicss.svg",
6101
- "github": "https://github.com/windicss/nuxt-windicss-module",
6102
- "website": "https://github.com/windicss/nuxt-windicss-module",
8216
+ "github": "https://github.com/windicss/nuxt-windicss",
8217
+ "website": "https://github.com/windicss/nuxt-windicss",
6103
8218
  "learn_more": "https://windicss.org/",
6104
8219
  "category": "UI",
6105
8220
  "type": "3rd-party",
@@ -6235,55 +8350,9 @@
6235
8350
  "requires": {}
6236
8351
  }
6237
8352
  },
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
8353
  {
6285
8354
  "name": "zendesk",
6286
- "description": "Nuxt.js module for Zendesk",
8355
+ "description": "Nuxt module for Zendesk",
6287
8356
  "repo": "DansMaCulotte/nuxt-zendesk",
6288
8357
  "npm": "@dansmaculotte/nuxt-zendesk",
6289
8358
  "icon": "zendesk.png",