@nuxt/modules 0.6.0-40e577 → 0.6.0-435293

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 +2417 -530
  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,13 +142,59 @@
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": "Devtools",
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": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
152
198
  "repo": "johannschopplich/nuxt-api-party",
153
199
  "npm": "nuxt-api-party",
154
200
  "icon": "api-party.svg",
@@ -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",
@@ -249,7 +295,7 @@
249
295
  "github": "https://github.com/Hrdtr/nuxt-appwrite",
250
296
  "website": "https://github.com/Hrdtr/nuxt-appwrite",
251
297
  "learn_more": "",
252
- "category": "Request",
298
+ "category": "Database",
253
299
  "type": "3rd-party",
254
300
  "maintainers": [
255
301
  {
@@ -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": "Devtools",
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",
@@ -929,11 +1156,11 @@
929
1156
  }
930
1157
  },
931
1158
  {
932
- "name": "datocms",
933
- "description": "DatoCMS integration for Nuxt.js",
1159
+ "name": "datocms-nuxt2",
1160
+ "description": "DatoCMS integration for Nuxt v2",
934
1161
  "repo": "voorhoede/nuxt-datocms-module",
935
1162
  "npm": "@voorhoede/nuxt-datocms-module",
936
- "icon": "datocms.png",
1163
+ "icon": "datocms.svg",
937
1164
  "github": "https://github.com/voorhoede/nuxt-datocms-module",
938
1165
  "website": "https://github.com/voorhoede/nuxt-datocms-module",
939
1166
  "learn_more": "https://www.datocms.com/",
@@ -950,33 +1177,57 @@
950
1177
  "requires": {}
951
1178
  }
952
1179
  },
1180
+ {
1181
+ "name": "datocms",
1182
+ "description": "DatoCMS module for Nuxt",
1183
+ "repo": "hex-digital/nuxt-datocms",
1184
+ "npm": "@hexdigital/nuxt-datocms",
1185
+ "icon": "datocms.svg",
1186
+ "github": "https://github.com/hex-digital/nuxt-datocms",
1187
+ "website": "https://github.com/hex-digital/nuxt-datocms#readme",
1188
+ "learn_more": "https://www.datocms.com/",
1189
+ "category": "CMS",
1190
+ "type": "3rd-party",
1191
+ "maintainers": [
1192
+ {
1193
+ "name": "Jamie Warburton",
1194
+ "github": "jamiewarb",
1195
+ "twitter": "jamiewarb",
1196
+ "avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
1197
+ }
1198
+ ],
1199
+ "compatibility": {
1200
+ "nuxt": "^3.0.0",
1201
+ "requires": {}
1202
+ }
1203
+ },
953
1204
  {
954
1205
  "name": "dayjs",
955
- "description": "The best way for use Day.js easily in your Nuxt.js project.",
956
- "repo": "nuxt-community/dayjs-module",
957
- "npm": "@nuxtjs/dayjs",
1206
+ "description": "Day.js module for Nuxt",
1207
+ "repo": "fumeapp/dayjs",
1208
+ "npm": "dayjs-nuxt",
958
1209
  "icon": "day-js.png",
959
- "github": "https://github.com/nuxt-community/dayjs-module",
960
- "website": "https://github.com/nuxt-community/dayjs-module",
1210
+ "github": "https://github.com/fumeapp/dayjs",
1211
+ "website": "https://github.com/fumeapp/dayjs",
961
1212
  "learn_more": "https://day.js.org/",
962
- "category": "Date",
963
- "type": "community",
1213
+ "category": "Libraries",
1214
+ "type": "3rd-party",
964
1215
  "maintainers": [
965
1216
  {
966
- "name": "Takuma HANATANI",
967
- "github": "potato4d",
968
- "twitter": "potato4d"
1217
+ "name": "Kevin Olson",
1218
+ "github": "acidjazz",
1219
+ "twitter": "AppFume"
969
1220
  }
970
1221
  ],
971
1222
  "compatibility": {
972
- "nuxt": "^2.0.0",
1223
+ "nuxt": "^3.0.0",
973
1224
  "requires": {}
974
1225
  }
975
1226
  },
976
1227
  {
977
1228
  "name": "delay-hydration",
978
- "description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
979
- "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",
980
1231
  "npm": "nuxt-delay-hydration",
981
1232
  "icon": "lighthouse.svg",
982
1233
  "github": "https://github.com/harlan-zw/nuxt-delay-hydration",
@@ -998,12 +1249,12 @@
998
1249
  },
999
1250
  {
1000
1251
  "name": "device",
1001
- "description": "Device detection module for Nuxt.js",
1002
- "repo": "nuxt-community/device-module",
1252
+ "description": "Device detection module for Nuxt",
1253
+ "repo": "nuxt-modules/device",
1003
1254
  "npm": "@nuxtjs/device",
1004
1255
  "icon": "",
1005
- "github": "https://github.com/nuxt-community/device-module",
1006
- "website": "https://github.com/nuxt-community/device-module",
1256
+ "github": "https://github.com/nuxt-modules/device",
1257
+ "website": "https://github.com/nuxt-modules/device",
1007
1258
  "learn_more": "",
1008
1259
  "category": "Extensions",
1009
1260
  "type": "community",
@@ -1018,15 +1269,38 @@
1018
1269
  "requires": {}
1019
1270
  }
1020
1271
  },
1272
+ {
1273
+ "name": "devtools",
1274
+ "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1275
+ "repo": "nuxt/devtools#main/packages/devtools",
1276
+ "npm": "@nuxt/devtools",
1277
+ "icon": "nuxt.svg",
1278
+ "github": "https://github.com/nuxt/devtools",
1279
+ "website": "https://devtools.nuxtjs.org/",
1280
+ "learn_more": "",
1281
+ "category": "Devtools",
1282
+ "type": "official",
1283
+ "maintainers": [
1284
+ {
1285
+ "name": "Anthony Fu",
1286
+ "github": "antfu",
1287
+ "twitter": "antfu7"
1288
+ }
1289
+ ],
1290
+ "compatibility": {
1291
+ "nuxt": "^3.0.0",
1292
+ "requires": {}
1293
+ }
1294
+ },
1021
1295
  {
1022
1296
  "name": "directus",
1023
- "description": "Easily connect your Nuxt3 application to your directus server.",
1297
+ "description": "Easily connect your Nuxt application to your directus server.",
1024
1298
  "repo": "intevel/nuxt-directus",
1025
1299
  "npm": "nuxt-directus",
1026
1300
  "icon": "directus.svg",
1027
- "github": "https://github.com/directus/nuxt-directus/",
1028
- "website": "https://nuxt-directus.netlify.app/",
1029
- "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/",
1030
1304
  "category": "CMS",
1031
1305
  "type": "3rd-party",
1032
1306
  "maintainers": [
@@ -1037,15 +1311,58 @@
1037
1311
  }
1038
1312
  ],
1039
1313
  "compatibility": {
1040
- "nuxt": "^2.0.0 || ^3.0.0",
1041
- "requires": {
1042
- "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"
1043
1356
  }
1357
+ ],
1358
+ "compatibility": {
1359
+ "nuxt": "^3.0.0",
1360
+ "requires": {}
1044
1361
  }
1045
1362
  },
1046
1363
  {
1047
1364
  "name": "dotenv",
1048
- "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",
1049
1366
  "repo": "nuxt-community/dotenv-module",
1050
1367
  "npm": "@nuxtjs/dotenv",
1051
1368
  "icon": "dotenv.png",
@@ -1067,13 +1384,13 @@
1067
1384
  },
1068
1385
  {
1069
1386
  "name": "drupal-ce",
1070
- "description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
1387
+ "description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
1071
1388
  "repo": "drunomics/nuxtjs-drupal-ce",
1072
1389
  "npm": "nuxtjs-drupal-ce",
1073
1390
  "icon": "drupal-ce.png",
1074
1391
  "github": "https://github.com/drunomics/nuxtjs-drupal-ce",
1075
- "website": "https://stack.lupus.digital",
1076
- "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",
1077
1394
  "category": "CMS",
1078
1395
  "type": "3rd-party",
1079
1396
  "maintainers": [
@@ -1088,19 +1405,19 @@
1088
1405
  "avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
1089
1406
  },
1090
1407
  {
1091
- "name": "David Licen",
1092
- "github": "davision",
1093
- "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"
1094
1411
  }
1095
1412
  ],
1096
1413
  "compatibility": {
1097
- "nuxt": "^2.0.0",
1414
+ "nuxt": "^2.0.0 || ^3.0.0",
1098
1415
  "requires": {}
1099
1416
  }
1100
1417
  },
1101
1418
  {
1102
1419
  "name": "druxt",
1103
- "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.",
1104
1421
  "repo": "druxt/druxt.js#develop/packages/druxt",
1105
1422
  "npm": "druxt",
1106
1423
  "icon": "druxt.svg",
@@ -1120,6 +1437,29 @@
1120
1437
  "requires": {}
1121
1438
  }
1122
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
+ },
1123
1463
  {
1124
1464
  "name": "electron",
1125
1465
  "description": "Integrate Nuxt and Electron.",
@@ -1168,7 +1508,7 @@
1168
1508
  },
1169
1509
  {
1170
1510
  "name": "emotion",
1171
- "description": "The Next Generation of CSS-in-JS for Nuxt.js",
1511
+ "description": "The Next Generation of CSS-in-JS for Nuxt",
1172
1512
  "repo": "nuxt-modules/emotion",
1173
1513
  "npm": "@nuxtjs/emotion",
1174
1514
  "icon": "emotion.png",
@@ -1196,7 +1536,7 @@
1196
1536
  },
1197
1537
  {
1198
1538
  "name": "eslint",
1199
- "description": "ESLint module for Nuxt.js",
1539
+ "description": "ESLint module for Nuxt",
1200
1540
  "repo": "nuxt-community/eslint-module",
1201
1541
  "npm": "@nuxtjs/eslint-module",
1202
1542
  "icon": "eslint.png",
@@ -1218,7 +1558,7 @@
1218
1558
  },
1219
1559
  {
1220
1560
  "name": "event-trace",
1221
- "description": "Module for event trace in Nuxt.js",
1561
+ "description": "Module for event trace in Nuxt",
1222
1562
  "repo": "nuxt-community/nuxt-event-trace",
1223
1563
  "npm": "nuxt-event-trace",
1224
1564
  "icon": "",
@@ -1238,6 +1578,29 @@
1238
1578
  "requires": {}
1239
1579
  }
1240
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
+ },
1241
1604
  {
1242
1605
  "name": "fathom",
1243
1606
  "description": "Fathom analytics for Nuxt",
@@ -1262,7 +1625,7 @@
1262
1625
  },
1263
1626
  {
1264
1627
  "name": "feature-toggle",
1265
- "description": "Feature toggle module for Nuxt.js",
1628
+ "description": "Feature toggle module for Nuxt",
1266
1629
  "repo": "stephenkr/nuxt-feature-toggle",
1267
1630
  "npm": "nuxt-feature-toggle",
1268
1631
  "icon": "",
@@ -1329,7 +1692,7 @@
1329
1692
  },
1330
1693
  {
1331
1694
  "name": "floating-prompt-module",
1332
- "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",
1333
1696
  "repo": "sandoche/nuxt-floating-prompt-module#main",
1334
1697
  "npm": "nuxt-floating-prompt-module",
1335
1698
  "icon": "",
@@ -1438,6 +1801,29 @@
1438
1801
  "requires": {}
1439
1802
  }
1440
1803
  },
1804
+ {
1805
+ "name": "form-actions",
1806
+ "description": "A set of features and composables to interact with forms and server data.",
1807
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
1808
+ "npm": "@hebilicious/form-actions-nuxt",
1809
+ "icon": "form-actions.svg",
1810
+ "github": "https://github.com/Hebilicious/form-actions-nuxt",
1811
+ "website": "https://form-actions-nuxt.pages.dev/",
1812
+ "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1813
+ "category": "Request",
1814
+ "type": "3rd-party",
1815
+ "maintainers": [
1816
+ {
1817
+ "name": "Hebilicious",
1818
+ "github": "Hebilicious",
1819
+ "twitter": "its_hebilicious"
1820
+ }
1821
+ ],
1822
+ "compatibility": {
1823
+ "nuxt": "^3.7.0",
1824
+ "requires": {}
1825
+ }
1826
+ },
1441
1827
  {
1442
1828
  "name": "formkit",
1443
1829
  "description": "Seamless FormKit integration for Nuxt",
@@ -1446,7 +1832,7 @@
1446
1832
  "icon": "formkit.png",
1447
1833
  "github": "https://github.com/formkit/formkit",
1448
1834
  "website": "https://formkit.com",
1449
- "learn_more": "https://formkit.com/essentials/installation#with-nuxt",
1835
+ "learn_more": "https://formkit.com/getting-started/installation",
1450
1836
  "category": "Libraries",
1451
1837
  "type": "3rd-party",
1452
1838
  "maintainers": [
@@ -1512,7 +1898,7 @@
1512
1898
  },
1513
1899
  {
1514
1900
  "name": "google-adsense",
1515
- "description": "Google Adsense Module for Nuxt.js",
1901
+ "description": "Google Adsense Module for Nuxt",
1516
1902
  "repo": "nuxt-community/google-adsense-module",
1517
1903
  "npm": "@nuxtjs/google-adsense",
1518
1904
  "icon": "google-adsense.png",
@@ -1538,7 +1924,7 @@
1538
1924
  },
1539
1925
  {
1540
1926
  "name": "google-analytics",
1541
- "description": "Google analytics Module for Nuxt.js",
1927
+ "description": "Google analytics Module for Nuxt",
1542
1928
  "repo": "nuxt-community/analytics-module",
1543
1929
  "npm": "@nuxtjs/google-analytics",
1544
1930
  "icon": "google-analytics.png",
@@ -1570,12 +1956,12 @@
1570
1956
  },
1571
1957
  {
1572
1958
  "name": "google-fonts",
1573
- "description": "Google Fonts module for NuxtJS",
1574
- "repo": "nuxt-community/google-fonts-module",
1959
+ "description": "Google Fonts module for Nuxt",
1960
+ "repo": "nuxt-modules/google-fonts",
1575
1961
  "npm": "@nuxtjs/google-fonts",
1576
1962
  "icon": "google-fonts.png",
1577
- "github": "https://github.com/nuxt-community/google-fonts-module",
1578
- "website": "https://github.com/nuxt-community/google-fonts-module",
1963
+ "github": "https://github.com/nuxt-modules/google-fonts",
1964
+ "website": "https://google-fonts.nuxtjs.org",
1579
1965
  "learn_more": "https://developers.google.com/fonts",
1580
1966
  "category": "Fonts",
1581
1967
  "type": "community",
@@ -1594,7 +1980,7 @@
1594
1980
  },
1595
1981
  {
1596
1982
  "name": "google-gtag",
1597
- "description": "Google GTag for Nuxt.js",
1983
+ "description": "Google GTag for Nuxt",
1598
1984
  "repo": "nuxt-community/google-gtag",
1599
1985
  "npm": "@nuxtjs/google-gtag",
1600
1986
  "icon": "gtm.png",
@@ -1620,7 +2006,7 @@
1620
2006
  },
1621
2007
  {
1622
2008
  "name": "google-optimize",
1623
- "description": "SSR friendly Google Optimize module for Nuxt.js",
2009
+ "description": "SSR friendly Google Optimize module for Nuxt",
1624
2010
  "repo": "nuxt-community/google-optimize-module",
1625
2011
  "npm": "nuxt-google-optimize",
1626
2012
  "icon": "google-optimize.png",
@@ -1659,7 +2045,7 @@
1659
2045
  "icon": "graphql-client.svg",
1660
2046
  "github": "https://github.com/diizzayy/nuxt-graphql-client",
1661
2047
  "website": "https://github.com/diizzayy/nuxt-graphql-client",
1662
- "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
2048
+ "learn_more": "https://nuxt-graphql-client.web.app/",
1663
2049
  "category": "Request",
1664
2050
  "type": "3rd-party",
1665
2051
  "maintainers": [
@@ -1675,7 +2061,7 @@
1675
2061
  },
1676
2062
  {
1677
2063
  "name": "graphql-request",
1678
- "description": "Easy Minimal GraphQL client integration with Nuxt.js",
2064
+ "description": "Easy Minimal GraphQL client integration with Nuxt",
1679
2065
  "repo": "gomah/nuxt-graphql-request",
1680
2066
  "npm": "nuxt-graphql-request",
1681
2067
  "icon": "graphql-request.png",
@@ -1691,7 +2077,7 @@
1691
2077
  }
1692
2078
  ],
1693
2079
  "compatibility": {
1694
- "nuxt": "^2.0.0",
2080
+ "nuxt": "^2.0.0 || ^3.0.0",
1695
2081
  "requires": {}
1696
2082
  }
1697
2083
  },
@@ -1714,12 +2100,13 @@
1714
2100
  ],
1715
2101
  "compatibility": {
1716
2102
  "nuxt": "^3.0.0",
1717
- "requires": {}
2103
+ "requires": {},
2104
+ "devtools": "^0.0.0"
1718
2105
  }
1719
2106
  },
1720
2107
  {
1721
2108
  "name": "gtag",
1722
- "description": "Google Analytics integration for Nuxt 3",
2109
+ "description": "Google Analytics integration for Nuxt",
1723
2110
  "repo": "johannschopplich/nuxt-gtag",
1724
2111
  "npm": "nuxt-gtag",
1725
2112
  "icon": "gtag.svg",
@@ -1743,7 +2130,7 @@
1743
2130
  },
1744
2131
  {
1745
2132
  "name": "gtm",
1746
- "description": "Google Tag Manager Module for Nuxt.js",
2133
+ "description": "Google Tag Manager Module for Nuxt",
1747
2134
  "repo": "nuxt-community/gtm-module",
1748
2135
  "npm": "@nuxtjs/gtm",
1749
2136
  "icon": "gtm.png",
@@ -1766,7 +2153,7 @@
1766
2153
  },
1767
2154
  {
1768
2155
  "name": "guess",
1769
- "description": "Guess.js module for Nuxt.js",
2156
+ "description": "Guess.js module for Nuxt",
1770
2157
  "repo": "nuxt-community/guess-module",
1771
2158
  "npm": "@nuxtjs/guess-module",
1772
2159
  "icon": "guessjs.png",
@@ -1787,11 +2174,33 @@
1787
2174
  }
1788
2175
  },
1789
2176
  {
1790
- "name": "harlem",
1791
- "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
1792
- "repo": "nuxt-modules/harlem",
1793
- "npm": "@nuxtjs/harlem",
1794
- "icon": "harlem.svg",
2177
+ "name": "hanko",
2178
+ "description": "Hanko integration for Nuxt for passwordless authentication",
2179
+ "repo": "nuxt-modules/hanko",
2180
+ "npm": "@nuxtjs/hanko",
2181
+ "icon": "hanko.svg",
2182
+ "github": "https://github.com/nuxt-modules/hanko",
2183
+ "website": "https://github.com/nuxt-modules/hanko",
2184
+ "learn_more": "https://hanko.io/",
2185
+ "category": "Security",
2186
+ "type": "community",
2187
+ "maintainers": [
2188
+ {
2189
+ "name": "danielroe",
2190
+ "github": "danielroe"
2191
+ }
2192
+ ],
2193
+ "compatibility": {
2194
+ "nuxt": "^3.0.0",
2195
+ "requires": {}
2196
+ }
2197
+ },
2198
+ {
2199
+ "name": "harlem",
2200
+ "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
2201
+ "repo": "nuxt-modules/harlem",
2202
+ "npm": "@nuxtjs/harlem",
2203
+ "icon": "harlem.svg",
1795
2204
  "github": "https://github.com/nuxt-modules/harlem",
1796
2205
  "website": "https://github.com/nuxt-modules/harlem",
1797
2206
  "learn_more": "https://harlemjs.com/",
@@ -1856,7 +2265,7 @@
1856
2265
  },
1857
2266
  {
1858
2267
  "name": "helmet",
1859
- "description": "Easy Helmet module with Nuxt.js'",
2268
+ "description": "Easy Helmet module with Nuxt'",
1860
2269
  "repo": "victor-perez/nuxt-helmet",
1861
2270
  "npm": "nuxt-helmet",
1862
2271
  "icon": "",
@@ -1900,7 +2309,7 @@
1900
2309
  },
1901
2310
  {
1902
2311
  "name": "history-state",
1903
- "description": "Nuxt.js module to backup or restore historical states",
2312
+ "description": "Nuxt module to backup or restore historical states",
1904
2313
  "repo": "hidekatsu-izuno/nuxt-history-state",
1905
2314
  "npm": "nuxt-history-state",
1906
2315
  "icon": "",
@@ -1969,7 +2378,7 @@
1969
2378
  },
1970
2379
  {
1971
2380
  "name": "http",
1972
- "description": "Universal HTTP Module for Nuxt.js",
2381
+ "description": "Universal HTTP Module for Nuxt",
1973
2382
  "repo": "nuxt/http",
1974
2383
  "npm": "@nuxt/http",
1975
2384
  "icon": "http.png",
@@ -1997,7 +2406,7 @@
1997
2406
  },
1998
2407
  {
1999
2408
  "name": "humans-txt",
2000
- "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.",
2409
+ "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.",
2001
2410
  "repo": "Luxdamore/nuxt-humans-txt",
2002
2411
  "npm": "@luxdamore/nuxt-humans-txt",
2003
2412
  "icon": "",
@@ -2021,12 +2430,12 @@
2021
2430
  {
2022
2431
  "name": "i18n",
2023
2432
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
2024
- "repo": "nuxt-community/i18n-module",
2433
+ "repo": "nuxt-modules/i18n",
2025
2434
  "npm": "@nuxtjs/i18n",
2026
2435
  "icon": "i18n.png",
2027
- "github": "https://github.com/nuxt-community/i18n-module",
2436
+ "github": "https://github.com/nuxt-modules/i18n",
2028
2437
  "website": "https://i18n.nuxtjs.org",
2029
- "learn_more": "https://kazupon.github.io/vue-i18n/",
2438
+ "learn_more": "https://vue-i18n.intlify.dev/",
2030
2439
  "category": "Extensions",
2031
2440
  "type": "community",
2032
2441
  "maintainers": [
@@ -2037,6 +2446,10 @@
2037
2446
  {
2038
2447
  "name": "Kazuya Kawaguchi",
2039
2448
  "github": "kazupon"
2449
+ },
2450
+ {
2451
+ "name": "Bobbie Goede",
2452
+ "github": "BobbieGoede"
2040
2453
  }
2041
2454
  ],
2042
2455
  "compatibility": {
@@ -2044,6 +2457,51 @@
2044
2457
  "requires": {}
2045
2458
  }
2046
2459
  },
2460
+ {
2461
+ "name": "icon-font",
2462
+ "description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
2463
+ "repo": "coremyslo/nuxt-icon-font",
2464
+ "npm": "@coremyslo/nuxt-icon-font",
2465
+ "icon": "",
2466
+ "github": "https://github.com/coremyslo/nuxt-icon-font",
2467
+ "website": "https://github.com/coremyslo/nuxt-icon-font",
2468
+ "learn_more": "",
2469
+ "category": "UI",
2470
+ "type": "3rd-party",
2471
+ "maintainers": [
2472
+ {
2473
+ "name": "coremyslo",
2474
+ "github": "coremyslo"
2475
+ }
2476
+ ],
2477
+ "compatibility": {
2478
+ "nuxt": "^3.0.0",
2479
+ "requires": {}
2480
+ }
2481
+ },
2482
+ {
2483
+ "name": "icon-tw",
2484
+ "description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
2485
+ "repo": "jcamp-code/nuxt-icon-tw",
2486
+ "npm": "nuxt-icon-tw",
2487
+ "icon": "nuxt-icon.png",
2488
+ "github": "https://github.com/jcamp-code/nuxt-icon-tw",
2489
+ "website": "https://github.com/jcamp-code/nuxt-icon-tw",
2490
+ "learn_more": "",
2491
+ "category": "UI",
2492
+ "type": "3rd-party",
2493
+ "maintainers": [
2494
+ {
2495
+ "name": "JohnCampionJr",
2496
+ "github": "JohnCampionJr"
2497
+ }
2498
+ ],
2499
+ "compatibility": {
2500
+ "nuxt": "^3.0.0",
2501
+ "requires": {},
2502
+ "devtools": "^0.0.0"
2503
+ }
2504
+ },
2047
2505
  {
2048
2506
  "name": "icon",
2049
2507
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2063,7 +2521,8 @@
2063
2521
  ],
2064
2522
  "compatibility": {
2065
2523
  "nuxt": "^3.0.0",
2066
- "requires": {}
2524
+ "requires": {},
2525
+ "devtools": "^0.0.0"
2067
2526
  }
2068
2527
  },
2069
2528
  {
@@ -2112,12 +2571,12 @@
2112
2571
  },
2113
2572
  {
2114
2573
  "name": "image",
2115
- "description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
2574
+ "description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
2116
2575
  "repo": "nuxt/image",
2117
2576
  "npm": "@nuxt/image",
2118
2577
  "icon": "image.png",
2119
2578
  "github": "https://github.com/nuxt/image",
2120
- "website": "https://image.nuxtjs.org",
2579
+ "website": "https://image.nuxt.com",
2121
2580
  "learn_more": "",
2122
2581
  "category": "Images",
2123
2582
  "type": "official",
@@ -2127,6 +2586,11 @@
2127
2586
  "github": "farnabaz",
2128
2587
  "twitter": "a_birang"
2129
2588
  },
2589
+ {
2590
+ "name": "Daniel Roe",
2591
+ "github": "danielroe",
2592
+ "twitter": "danielcroe"
2593
+ },
2130
2594
  {
2131
2595
  "name": "Pooya Parsa",
2132
2596
  "github": "pi0",
@@ -2147,7 +2611,7 @@
2147
2611
  },
2148
2612
  {
2149
2613
  "name": "imagemin",
2150
- "description": "Automatically optimize (compress) all images used in Nuxt.js",
2614
+ "description": "Automatically optimize (compress) all images used in Nuxt",
2151
2615
  "repo": "nuxt-community/imagemin-module",
2152
2616
  "npm": "@nuxtjs/imagemin",
2153
2617
  "icon": "imagemin.png",
@@ -2170,12 +2634,12 @@
2170
2634
  {
2171
2635
  "name": "inkline",
2172
2636
  "description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
2173
- "repo": "inkline/nuxt-module-inkline",
2174
- "npm": "@inkline/nuxt",
2637
+ "repo": "inkline/plugin",
2638
+ "npm": "@inkline/plugin",
2175
2639
  "icon": "inkline.svg",
2176
- "github": "https://github.com/inkline/nuxt-module-inkline",
2640
+ "github": "https://github.com/inkline/plugin",
2177
2641
  "website": "https://inkline.io",
2178
- "learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
2642
+ "learn_more": "https://inkline.io/docs/installation/nuxt",
2179
2643
  "category": "UI",
2180
2644
  "type": "3rd-party",
2181
2645
  "maintainers": [
@@ -2194,7 +2658,7 @@
2194
2658
  },
2195
2659
  {
2196
2660
  "name": "intercom",
2197
- "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
2661
+ "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
2198
2662
  "repo": "hex-digital/nuxt-intercom",
2199
2663
  "npm": "@hexdigital/nuxt-intercom",
2200
2664
  "icon": "intercom.png",
@@ -2239,7 +2703,7 @@
2239
2703
  },
2240
2704
  {
2241
2705
  "name": "jsonapi",
2242
- "description": "Easy JSON:API client integration for Nuxt.js",
2706
+ "description": "Easy JSON:API client integration for Nuxt",
2243
2707
  "repo": "patrickcate/nuxt-jsonapi",
2244
2708
  "npm": "nuxt-jsonapi",
2245
2709
  "icon": "jsonapi.svg",
@@ -2281,9 +2745,37 @@
2281
2745
  "requires": {}
2282
2746
  }
2283
2747
  },
2748
+ {
2749
+ "name": "kinde",
2750
+ "description": "Kinde authentication integration for Nuxt",
2751
+ "repo": "nuxt-modules/kinde",
2752
+ "npm": "@nuxtjs/kinde",
2753
+ "icon": "kinde.svg",
2754
+ "github": "https://github.com/nuxt-modules/kinde",
2755
+ "website": "https://kinde.com/docs/developer-tools/nuxt-module/",
2756
+ "learn_more": "https://kinde.com/",
2757
+ "category": "Security",
2758
+ "type": "community",
2759
+ "maintainers": [
2760
+ {
2761
+ "name": "danielroe",
2762
+ "github": "danielroe"
2763
+ },
2764
+ {
2765
+ "name": "daveordead",
2766
+ "github": "DaveOrDead",
2767
+ "twitter": "dave_or_dead"
2768
+ }
2769
+ ],
2770
+ "compatibility": {
2771
+ "nuxt": "^3.0.0",
2772
+ "requires": {}
2773
+ },
2774
+ "sponsor": true
2775
+ },
2284
2776
  {
2285
2777
  "name": "kql",
2286
- "description": "Nuxt 3 module for Kirby's Query Language API",
2778
+ "description": "Nuxt module for Kirby's Query Language API",
2287
2779
  "repo": "johannschopplich/nuxt-kql",
2288
2780
  "npm": "nuxt-kql",
2289
2781
  "icon": "kql.svg",
@@ -2307,7 +2799,7 @@
2307
2799
  },
2308
2800
  {
2309
2801
  "name": "laravel-echo",
2310
- "description": "Laravel Echo for Nuxt.js",
2802
+ "description": "Laravel Echo for Nuxt",
2311
2803
  "repo": "nuxt-community/laravel-echo",
2312
2804
  "npm": "@nuxtjs/laravel-echo",
2313
2805
  "icon": "laravel-echo.png",
@@ -2349,6 +2841,28 @@
2349
2841
  "requires": {}
2350
2842
  }
2351
2843
  },
2844
+ {
2845
+ "name": "laravel-precognition",
2846
+ "description": "Nuxt module to work with Laravel Precognition and $fetch",
2847
+ "repo": "sot1986/nuxt-laravel-precognition",
2848
+ "npm": "nuxt-laravel-precognition",
2849
+ "icon": "laravel.svg",
2850
+ "github": "https://github.com/sot1986/nuxt-laravel-precognition",
2851
+ "website": "https://github.com/sot1986/nuxt-laravel-precognition",
2852
+ "learn_more": "",
2853
+ "category": "Security",
2854
+ "type": "3rd-party",
2855
+ "maintainers": [
2856
+ {
2857
+ "name": "sot1986",
2858
+ "github": "sot1986"
2859
+ }
2860
+ ],
2861
+ "compatibility": {
2862
+ "nuxt": "^3.0.0",
2863
+ "requires": {}
2864
+ }
2865
+ },
2352
2866
  {
2353
2867
  "name": "laravel",
2354
2868
  "description": "Nuxt cli extension for use with laravel as backend",
@@ -2395,13 +2909,13 @@
2395
2909
  },
2396
2910
  {
2397
2911
  "name": "link-checker",
2398
- "description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
2912
+ "description": "Find and magically fix links that may be negatively effecting your SEO.",
2399
2913
  "repo": "harlan-zw/nuxt-link-checker",
2400
2914
  "npm": "nuxt-link-checker",
2401
- "icon": "",
2915
+ "icon": "link-checker.svg",
2402
2916
  "github": "https://github.com/harlan-zw/nuxt-link-checker",
2403
- "website": "https://github.com/harlan-zw/nuxt-link-checker",
2404
- "learn_more": "",
2917
+ "website": "https://nuxtseo.com/link-checker",
2918
+ "learn_more": "https://nuxtseo.com/link-checker",
2405
2919
  "category": "SEO",
2406
2920
  "type": "3rd-party",
2407
2921
  "maintainers": [
@@ -2414,7 +2928,8 @@
2414
2928
  ],
2415
2929
  "compatibility": {
2416
2930
  "nuxt": "^3.0.0",
2417
- "requires": {}
2931
+ "requires": {},
2932
+ "devtools": "^0.0.0"
2418
2933
  }
2419
2934
  },
2420
2935
  {
@@ -2491,12 +3006,12 @@
2491
3006
  },
2492
3007
  {
2493
3008
  "name": "logrocket",
2494
- "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
2495
- "repo": "nuxt-community/nuxt-logrocket",
3009
+ "description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
3010
+ "repo": "nuxt-modules/logrocket",
2496
3011
  "npm": "nuxt-logrocket",
2497
3012
  "icon": "logrocket.png",
2498
- "github": "https://github.com/nuxt-community/nuxt-logrocket",
2499
- "website": "https://github.com/nuxt-community/nuxt-logrocket",
3013
+ "github": "https://github.com/nuxt-modules/logrocket",
3014
+ "website": "https://github.com/nuxt-modules/logrocket",
2500
3015
  "learn_more": "https://docs.logrocket.com/docs",
2501
3016
  "category": "Monitoring",
2502
3017
  "type": "community",
@@ -2512,9 +3027,35 @@
2512
3027
  "requires": {}
2513
3028
  }
2514
3029
  },
3030
+ {
3031
+ "name": "lucide-icons",
3032
+ "description": "Nuxt module to integrate Lucide icons",
3033
+ "repo": "swisnl/nuxt-lucide-icons",
3034
+ "npm": "nuxt-lucide-icons",
3035
+ "icon": "lucide-icons.svg",
3036
+ "github": "https://github.com/swisnl/nuxt-lucide-icons",
3037
+ "website": "https://github.com/swisnl/nuxt-lucide-icons",
3038
+ "learn_more": "",
3039
+ "category": "UI",
3040
+ "type": "3rd-party",
3041
+ "maintainers": [
3042
+ {
3043
+ "name": "SWIS",
3044
+ "github": "swisnl"
3045
+ },
3046
+ {
3047
+ "name": "Jasper Zonneveld",
3048
+ "github": "JaZo"
3049
+ }
3050
+ ],
3051
+ "compatibility": {
3052
+ "nuxt": "^3.0.0",
3053
+ "requires": {}
3054
+ }
3055
+ },
2515
3056
  {
2516
3057
  "name": "lunr",
2517
- "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
3058
+ "description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
2518
3059
  "repo": "nuxt-community/lunr-module",
2519
3060
  "npm": "@nuxtjs/lunr-module",
2520
3061
  "icon": "",
@@ -2537,10 +3078,10 @@
2537
3078
  {
2538
3079
  "name": "magic-regexp",
2539
3080
  "description": "A compiled-away, type-safe, readable RegExp alternative",
2540
- "repo": "danielroe/magic-regexp",
3081
+ "repo": "unjs/magic-regexp",
2541
3082
  "npm": "magic-regexp",
2542
3083
  "icon": "magic-regexp.svg",
2543
- "github": "https://github.com/danielroe/magic-regexp",
3084
+ "github": "https://github.com/unjs/magic-regexp",
2544
3085
  "website": "https://magic-regexp.roe.dev",
2545
3086
  "learn_more": "https://magic-regexp.roe.dev",
2546
3087
  "category": "Libraries",
@@ -2580,6 +3121,30 @@
2580
3121
  "requires": {}
2581
3122
  }
2582
3123
  },
3124
+ {
3125
+ "name": "marquee",
3126
+ "description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
3127
+ "repo": "hanzydev/nuxt-marquee",
3128
+ "npm": "nuxt-marquee",
3129
+ "icon": "marquee.png",
3130
+ "github": "https://github.com/hanzydev/nuxt-marquee/",
3131
+ "website": "https://hanzydev.github.io/nuxt-marquee/",
3132
+ "learn_more": "",
3133
+ "category": "UI",
3134
+ "type": "3rd-party",
3135
+ "maintainers": [
3136
+ {
3137
+ "name": "Hànzy",
3138
+ "github": "hanzydev",
3139
+ "avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
3140
+ }
3141
+ ],
3142
+ "compatibility": {
3143
+ "nuxt": "^3.0.0",
3144
+ "requires": {},
3145
+ "devtools": "^0.0.0"
3146
+ }
3147
+ },
2583
3148
  {
2584
3149
  "name": "matomo",
2585
3150
  "description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
@@ -2602,6 +3167,28 @@
2602
3167
  "requires": {}
2603
3168
  }
2604
3169
  },
3170
+ {
3171
+ "name": "maz-ui",
3172
+ "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3173
+ "repo": "louismazel/maz-ui#master/packages/nuxt-module",
3174
+ "npm": "nuxt-module",
3175
+ "icon": "maz-ui.png",
3176
+ "github": "https://github.com/louismazel/maz-ui",
3177
+ "website": "https://maz-ui.com/",
3178
+ "learn_more": "https://maz-ui.com/guide/nuxt",
3179
+ "category": "UI",
3180
+ "type": "3rd-party",
3181
+ "maintainers": [
3182
+ {
3183
+ "name": "Loïc Mazuel",
3184
+ "github": "LouisMazel"
3185
+ }
3186
+ ],
3187
+ "compatibility": {
3188
+ "nuxt": "^3.0.0",
3189
+ "requires": {}
3190
+ }
3191
+ },
2605
3192
  {
2606
3193
  "name": "mdx",
2607
3194
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -2627,7 +3214,7 @@
2627
3214
  },
2628
3215
  {
2629
3216
  "name": "medusa",
2630
- "description": "Easily connect to Medusa from your Nuxt 3 application",
3217
+ "description": "Easily connect to Medusa from your Nuxt application",
2631
3218
  "repo": "Baroshem/nuxt-medusa",
2632
3219
  "npm": "nuxt-medusa",
2633
3220
  "icon": "medusa.svg",
@@ -2652,7 +3239,7 @@
2652
3239
  },
2653
3240
  {
2654
3241
  "name": "meilisearch",
2655
- "description": "Meilisearch Instant Search module for Nuxt 3",
3242
+ "description": "Meilisearch Instant Search module for Nuxt",
2656
3243
  "repo": "xlanex6/nuxt-meilisearch",
2657
3244
  "npm": "nuxt-meilisearch",
2658
3245
  "icon": "meilisearch.svg",
@@ -2672,7 +3259,8 @@
2672
3259
  "nuxt": "^3.0.0",
2673
3260
  "requires": {
2674
3261
  "bridge": false
2675
- }
3262
+ },
3263
+ "devtools": "^0.0.0"
2676
3264
  }
2677
3265
  },
2678
3266
  {
@@ -2698,30 +3286,31 @@
2698
3286
  }
2699
3287
  },
2700
3288
  {
2701
- "name": "mobile",
2702
- "description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
2703
- "repo": "ChanningDefoe/nuxt-mobile-detect",
2704
- "npm": "nuxt-mobile",
3289
+ "name": "module-feed",
3290
+ "description": "Feed module enables everyone to have RSS, Atom and JSON.",
3291
+ "repo": "tresko/nuxt-module-feed",
3292
+ "npm": "nuxt-module-feed",
2705
3293
  "icon": "",
2706
- "github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
2707
- "website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
2708
- "learn_more": "https://github.com/hgoebl/mobile-detect.js",
2709
- "category": "Extensions",
3294
+ "github": "https://github.com/tresko/nuxt-module-feed",
3295
+ "website": "https://github.com/tresko/nuxt-module-feed",
3296
+ "learn_more": "",
3297
+ "category": "SEO",
2710
3298
  "type": "3rd-party",
2711
3299
  "maintainers": [
2712
3300
  {
2713
- "name": "ChanningDefoe",
2714
- "github": "ChanningDefoe"
3301
+ "name": "Miha Sedej",
3302
+ "github": "tresko",
3303
+ "twitter": "mihasedej"
2715
3304
  }
2716
3305
  ],
2717
3306
  "compatibility": {
2718
- "nuxt": "^2.0.0",
3307
+ "nuxt": "^3.0.0",
2719
3308
  "requires": {}
2720
3309
  }
2721
3310
  },
2722
3311
  {
2723
3312
  "name": "moment",
2724
- "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3313
+ "description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
2725
3314
  "repo": "nuxt-community/moment-module",
2726
3315
  "npm": "@nuxtjs/moment",
2727
3316
  "icon": "momentjs.png",
@@ -2746,28 +3335,6 @@
2746
3335
  "requires": {}
2747
3336
  }
2748
3337
  },
2749
- {
2750
- "name": "mq",
2751
- "description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
2752
- "repo": "vanhoofmaarten/nuxt-mq",
2753
- "npm": "nuxt-mq",
2754
- "icon": "",
2755
- "github": "https://github.com/vanhoofmaarten/nuxt-mq",
2756
- "website": "https://github.com/vanhoofmaarten/nuxt-mq",
2757
- "learn_more": "https://github.com/AlexandreBonaventure/vue-mq",
2758
- "category": "Libraries",
2759
- "type": "3rd-party",
2760
- "maintainers": [
2761
- {
2762
- "name": "vanhoofmaarten",
2763
- "github": "vanhoofmaarten"
2764
- }
2765
- ],
2766
- "compatibility": {
2767
- "nuxt": "^2.0.0",
2768
- "requires": {}
2769
- }
2770
- },
2771
3338
  {
2772
3339
  "name": "neo",
2773
3340
  "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
@@ -2792,7 +3359,7 @@
2792
3359
  },
2793
3360
  {
2794
3361
  "name": "netlify-cache",
2795
- "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
3362
+ "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
2796
3363
  "repo": "DreaMinder/nuxt-netlify-cache",
2797
3364
  "npm": "nuxt-netlify-cache",
2798
3365
  "icon": "netlify.png",
@@ -2837,13 +3404,13 @@
2837
3404
  },
2838
3405
  {
2839
3406
  "name": "netlify",
2840
- "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
2841
- "repo": "bazzite/nuxt-netlify",
3407
+ "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3408
+ "repo": "juliomrqz/nuxt-netlify",
2842
3409
  "npm": "@aceforth/nuxt-netlify",
2843
3410
  "icon": "netlify.png",
2844
- "github": "https://github.com/bazzite/nuxt-netlify",
2845
- "website": "https://marquez.co/docs/nuxt-netlify/",
2846
- "learn_more": "",
3411
+ "github": "https://github.com/juliomrqz/nuxt-netlify",
3412
+ "website": "https://github.com/juliomrqz/nuxt-netlify",
3413
+ "learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
2847
3414
  "category": "Deployment",
2848
3415
  "type": "3rd-party",
2849
3416
  "maintainers": [
@@ -2908,42 +3475,42 @@
2908
3475
  }
2909
3476
  },
2910
3477
  {
2911
- "name": "nuxt-auth",
2912
- "description": "",
2913
- "repo": "sidebase/nuxt-auth",
2914
- "npm": "@sidebase/nuxt-auth",
3478
+ "name": "nupolyon",
3479
+ "description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
3480
+ "repo": "adenvt/nupolyon",
3481
+ "npm": "nupolyon",
2915
3482
  "icon": "",
2916
- "github": "https://github.com/sidebase/nuxt-auth",
2917
- "website": "https://github.com/sidebase/nuxt-auth",
3483
+ "github": "https://github.com/adenvt/nupolyon",
3484
+ "website": "https://github.com/adenvt/nupolyon",
2918
3485
  "learn_more": "",
2919
- "category": "Devtools",
3486
+ "category": "Performance",
2920
3487
  "type": "3rd-party",
2921
3488
  "maintainers": [
2922
3489
  {
2923
- "name": "sidebase",
2924
- "github": "sidebase"
3490
+ "name": "adenvt",
3491
+ "github": "adenvt"
2925
3492
  }
2926
3493
  ],
2927
3494
  "compatibility": {
2928
- "nuxt": "^2.0.0",
3495
+ "nuxt": "^3.0.0",
2929
3496
  "requires": {}
2930
3497
  }
2931
3498
  },
2932
3499
  {
2933
- "name": "nuxt-chatgpt",
2934
- "description": "ChatGPT integration for Nuxt 3",
2935
- "repo": "schnapsterdog/nuxt-chatgpt",
2936
- "npm": "nuxt-chatgpt",
2937
- "icon": "chatgpt.svg",
2938
- "github": "https://github.com/schnapsterdog/nuxt-chatgpt",
2939
- "website": "https://github.com/schnapsterdog/nuxt-chatgpt",
2940
- "learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
2941
- "category": "Libraries",
3500
+ "name": "nuxt-anchorscroll",
3501
+ "description": "Scroll to top and to anchor support for Nuxt",
3502
+ "repo": "helltraitor/nuxt-anchorscroll",
3503
+ "npm": "nuxt-anchorscroll",
3504
+ "icon": "",
3505
+ "github": "https://github.com/helltraitor/nuxt-anchorscroll",
3506
+ "website": "https://github.com/helltraitor/nuxt-anchorscroll",
3507
+ "learn_more": "",
3508
+ "category": "UI",
2942
3509
  "type": "3rd-party",
2943
3510
  "maintainers": [
2944
3511
  {
2945
- "name": "Oliver Trajceski",
2946
- "github": "schnapsterdog"
3512
+ "name": "Helltraitor",
3513
+ "github": "helltraitor"
2947
3514
  }
2948
3515
  ],
2949
3516
  "compatibility": {
@@ -2952,96 +3519,88 @@
2952
3519
  }
2953
3520
  },
2954
3521
  {
2955
- "name": "nuxt-graphql-middleware",
2956
- "description": "Expose GraphQL queries and mutations as server API routes.",
2957
- "repo": "dulnan/nuxt-graphql-middleware",
2958
- "npm": "nuxt-graphql-middleware",
2959
- "icon": "nuxt-graphql-middleware.svg",
2960
- "github": "https://github.com/dulnan/nuxt-graphql-middleware",
2961
- "website": "https://nuxt-graphql-middleware.dulnan.net",
2962
- "learn_more": "",
2963
- "category": "Request",
3522
+ "name": "nuxt-asciidoc",
3523
+ "description": "Transformer for using asciidoc in nuxt",
3524
+ "repo": "Chris2011/nuxt-asciidoc",
3525
+ "npm": "nuxt-asciidoc",
3526
+ "icon": "nuxt-asciidoc.svg",
3527
+ "github": "https://github.com/Chris2011/nuxt-asciidoc",
3528
+ "website": "https://github.com/Chris2011/nuxt-asciidoc",
3529
+ "learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
3530
+ "category": "Extensions",
2964
3531
  "type": "3rd-party",
2965
3532
  "maintainers": [
2966
3533
  {
2967
- "name": "dulnan",
2968
- "github": "dulnan",
2969
- "twitter": "dulnan",
2970
- "avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
2971
- },
2972
- {
2973
- "name": "ayalon",
2974
- "github": "ayalon",
2975
- "avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
3534
+ "name": "Christian Lenz",
3535
+ "github": "Chris2011",
3536
+ "twitter": "Chrizzly42"
2976
3537
  }
2977
3538
  ],
2978
3539
  "compatibility": {
2979
- "nuxt": "^2.0.0 || ^3.0.0",
3540
+ "nuxt": "^3.0.0",
2980
3541
  "requires": {}
2981
3542
  }
2982
3543
  },
2983
3544
  {
2984
- "name": "nuxt-graphql-playground",
2985
- "description": "",
2986
- "repo": "pinpon-dev/nuxt-graphql-playground",
2987
- "npm": "@pin-pon/nuxt-graphql-playground",
2988
- "icon": "",
2989
- "github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
2990
- "website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
3545
+ "name": "nuxt-auth-sanctum",
3546
+ "description": "Nuxt module for Laravel Sanctum authentication",
3547
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3548
+ "npm": "nuxt-auth-sanctum",
3549
+ "icon": "laravel.svg",
3550
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3551
+ "website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
2991
3552
  "learn_more": "",
2992
- "category": "Devtools",
3553
+ "category": "Security",
2993
3554
  "type": "3rd-party",
2994
3555
  "maintainers": [
2995
3556
  {
2996
- "name": "pinpon-dev",
2997
- "github": "pinpon-dev"
3557
+ "name": "Artem Manchenkov",
3558
+ "github": "manchenkoff",
3559
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
2998
3560
  }
2999
3561
  ],
3000
3562
  "compatibility": {
3001
- "nuxt": "^2.0.0",
3563
+ "nuxt": "^3.0.0",
3002
3564
  "requires": {}
3003
3565
  }
3004
3566
  },
3005
3567
  {
3006
- "name": "nuxt-hue",
3007
- "description": "Enlighten your Nuxt experience",
3008
- "repo": "lihbr/nuxt-hue",
3009
- "npm": "nuxt-hue",
3010
- "icon": "nuxt-hue.svg",
3011
- "github": "https://github.com/lihbr/nuxt-hue",
3012
- "website": "https://github.com/lihbr/nuxt-hue",
3568
+ "name": "nuxt-basic-auth",
3569
+ "description": "Nuxt Module for Basic Authentication",
3570
+ "repo": "kgierke/nuxt-basic-auth",
3571
+ "npm": "@kgierke/nuxt-basic-auth",
3572
+ "icon": "",
3573
+ "github": "https://github.com/kgierke/nuxt-basic-auth",
3574
+ "website": "https://github.com/kgierke/nuxt-basic-auth",
3013
3575
  "learn_more": "",
3014
- "category": "Devtools",
3576
+ "category": "Security",
3015
3577
  "type": "3rd-party",
3016
3578
  "maintainers": [
3017
3579
  {
3018
- "name": "lihbr",
3019
- "github": "lihbr"
3580
+ "name": "kgierke",
3581
+ "github": "kgierke"
3020
3582
  }
3021
3583
  ],
3022
3584
  "compatibility": {
3023
- "nuxt": "^2.0.0 || ^3.0.0",
3024
- "requires": {
3025
- "bridge": "optional"
3026
- }
3585
+ "nuxt": "^3.0.0",
3586
+ "requires": {}
3027
3587
  }
3028
3588
  },
3029
3589
  {
3030
- "name": "nuxt-localtunnel",
3031
- "description": "Exposes your Nuxt localhost to the world automatically.",
3032
- "repo": "nuxtus/localtunnel",
3033
- "npm": "@nuxtus/nuxt-localtunnel",
3034
- "icon": "nuxt-localtunnel.svg",
3035
- "github": "https://github.com/nuxtus/localtunnel",
3036
- "website": "https://nuxtus.com",
3037
- "learn_more": "https://docs.nuxtus.com/#/localtunnel",
3038
- "category": "Devtools",
3590
+ "name": "nuxt-bootstrap-icons",
3591
+ "description": "Just a simple integration for Bootstrap Icons",
3592
+ "repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
3593
+ "npm": "nuxt-bootstrap-icons",
3594
+ "icon": "bootstrap-icons.svg",
3595
+ "github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3596
+ "website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3597
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3598
+ "category": "UI",
3039
3599
  "type": "3rd-party",
3040
3600
  "maintainers": [
3041
3601
  {
3042
- "name": "Craig Harman",
3043
- "github": "craigharman",
3044
- "twitter": "craig_harman"
3602
+ "name": "OyewoleOyedeji",
3603
+ "github": "OyewoleOyedeji"
3045
3604
  }
3046
3605
  ],
3047
3606
  "compatibility": {
@@ -3050,21 +3609,20 @@
3050
3609
  }
3051
3610
  },
3052
3611
  {
3053
- "name": "nuxt-loco",
3054
- "description": "A localise.biz module to synth locale with Nuxt.js",
3055
- "repo": "gaetansenn/nuxt-loco",
3056
- "npm": "nuxt-loco",
3057
- "icon": "",
3058
- "github": "https://github.com/gaetansenn/nuxt-loco",
3059
- "website": "https://nuxt-loco.dewib.com/",
3060
- "learn_more": "",
3612
+ "name": "nuxt-chatgpt",
3613
+ "description": "ChatGPT integration for Nuxt",
3614
+ "repo": "schnapsterdog/nuxt-chatgpt",
3615
+ "npm": "nuxt-chatgpt",
3616
+ "icon": "chatgpt.svg",
3617
+ "github": "https://github.com/schnapsterdog/nuxt-chatgpt",
3618
+ "website": "https://github.com/schnapsterdog/nuxt-chatgpt",
3619
+ "learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
3061
3620
  "category": "Libraries",
3062
3621
  "type": "3rd-party",
3063
3622
  "maintainers": [
3064
3623
  {
3065
- "name": "Gaetan SENN",
3066
- "github": "gaetansenn",
3067
- "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
3624
+ "name": "Oliver Trajceski",
3625
+ "github": "schnapsterdog"
3068
3626
  }
3069
3627
  ],
3070
3628
  "compatibility": {
@@ -3073,13 +3631,293 @@
3073
3631
  }
3074
3632
  },
3075
3633
  {
3076
- "name": "nuxt-mapbox",
3077
- "description": "Elegant Mapbox integration with Nuxt",
3078
- "repo": "AlexLavoie42/Nuxt-Mapbox",
3079
- "npm": "nuxt-mapbox",
3080
- "icon": "nuxt-mapbox.svg",
3081
- "github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3082
- "website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3634
+ "name": "nuxt-facebook-chat",
3635
+ "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
3636
+ "repo": "superdev-tech/nuxt-facebook-chat",
3637
+ "npm": "nuxt-facebook-chat",
3638
+ "icon": "nuxt-facebook-chat.svg",
3639
+ "github": "https://github.com/superdev-tech/nuxt-facebook-chat",
3640
+ "website": "https://github.com/superdev-tech/nuxt-facebook-chat",
3641
+ "learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
3642
+ "category": "Libraries",
3643
+ "type": "3rd-party",
3644
+ "maintainers": [
3645
+ {
3646
+ "name": "Supanut Dokmaithong",
3647
+ "github": "Boomgeek"
3648
+ },
3649
+ {
3650
+ "name": "superdev-tech",
3651
+ "github": "superdev-tech"
3652
+ }
3653
+ ],
3654
+ "compatibility": {
3655
+ "nuxt": "^3.0.0",
3656
+ "requires": {}
3657
+ }
3658
+ },
3659
+ {
3660
+ "name": "nuxt-feather-icons",
3661
+ "description": "The Feather Icons in Nuxt 3.",
3662
+ "repo": "4sllan/nuxt-feather-icons",
3663
+ "npm": "nuxt-feather-icons",
3664
+ "icon": "nuxt-feather-icons.png",
3665
+ "github": "https://github.com/4sllan/nuxt-feather-icons",
3666
+ "website": "https://github.com/4sllan/nuxt-feather-icons",
3667
+ "learn_more": "https://github.com/4sllan/nuxt-feather-icons",
3668
+ "category": "UI",
3669
+ "type": "3rd-party",
3670
+ "maintainers": [
3671
+ {
3672
+ "name": "4sllan",
3673
+ "github": "4sllan"
3674
+ }
3675
+ ],
3676
+ "compatibility": {
3677
+ "nuxt": "^3.0.0",
3678
+ "requires": {}
3679
+ }
3680
+ },
3681
+ {
3682
+ "name": "nuxt-feedme",
3683
+ "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
3684
+ "repo": "helltraitor/nuxt-feedme",
3685
+ "npm": "nuxt-feedme",
3686
+ "icon": "",
3687
+ "github": "https://github.com/helltraitor/nuxt-feedme",
3688
+ "website": "https://github.com/helltraitor/nuxt-feedme",
3689
+ "learn_more": "",
3690
+ "category": "SEO",
3691
+ "type": "3rd-party",
3692
+ "maintainers": [
3693
+ {
3694
+ "name": "Helltraitor",
3695
+ "github": "helltraitor"
3696
+ }
3697
+ ],
3698
+ "compatibility": {
3699
+ "nuxt": "^3.0.0",
3700
+ "requires": {}
3701
+ }
3702
+ },
3703
+ {
3704
+ "name": "nuxt-graphql-middleware",
3705
+ "description": "Expose GraphQL queries and mutations as server API routes.",
3706
+ "repo": "dulnan/nuxt-graphql-middleware",
3707
+ "npm": "nuxt-graphql-middleware",
3708
+ "icon": "nuxt-graphql-middleware.svg",
3709
+ "github": "https://github.com/dulnan/nuxt-graphql-middleware",
3710
+ "website": "https://nuxt-graphql-middleware.dulnan.net",
3711
+ "learn_more": "",
3712
+ "category": "Request",
3713
+ "type": "3rd-party",
3714
+ "maintainers": [
3715
+ {
3716
+ "name": "dulnan",
3717
+ "github": "dulnan",
3718
+ "twitter": "dulnan",
3719
+ "avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
3720
+ },
3721
+ {
3722
+ "name": "ayalon",
3723
+ "github": "ayalon",
3724
+ "avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
3725
+ }
3726
+ ],
3727
+ "compatibility": {
3728
+ "nuxt": "^2.0.0 || ^3.0.0",
3729
+ "requires": {}
3730
+ }
3731
+ },
3732
+ {
3733
+ "name": "nuxt-graphql-playground",
3734
+ "description": "",
3735
+ "repo": "pinpon-dev/nuxt-graphql-playground",
3736
+ "npm": "@pin-pon/nuxt-graphql-playground",
3737
+ "icon": "",
3738
+ "github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
3739
+ "website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
3740
+ "learn_more": "",
3741
+ "category": "Devtools",
3742
+ "type": "3rd-party",
3743
+ "maintainers": [
3744
+ {
3745
+ "name": "pinpon-dev",
3746
+ "github": "pinpon-dev"
3747
+ }
3748
+ ],
3749
+ "compatibility": {
3750
+ "nuxt": "^2.0.0",
3751
+ "requires": {}
3752
+ }
3753
+ },
3754
+ {
3755
+ "name": "nuxt-gtm",
3756
+ "description": "A Nuxt module for Google Tag Manager",
3757
+ "repo": "zadigetvoltaire/nuxt-gtm",
3758
+ "npm": "@zadigetvoltaire/nuxt-gtm",
3759
+ "icon": "nuxt-gtm.svg",
3760
+ "github": "https://github.com/zadigetvoltaire/nuxt-gtm",
3761
+ "website": "https://github.com/zadigetvoltaire/nuxt-gtm",
3762
+ "learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
3763
+ "category": "Analytics",
3764
+ "type": "3rd-party",
3765
+ "maintainers": [
3766
+ {
3767
+ "name": "Zadig&Voltaire Team",
3768
+ "github": "https://github.com/zadigetvoltaire"
3769
+ }
3770
+ ],
3771
+ "compatibility": {
3772
+ "nuxt": "^3.0.0",
3773
+ "requires": {},
3774
+ "devtools": "^0.0.0"
3775
+ }
3776
+ },
3777
+ {
3778
+ "name": "nuxt-hue",
3779
+ "description": "Enlighten your Nuxt experience",
3780
+ "repo": "lihbr/nuxt-hue",
3781
+ "npm": "nuxt-hue",
3782
+ "icon": "nuxt-hue.svg",
3783
+ "github": "https://github.com/lihbr/nuxt-hue",
3784
+ "website": "https://github.com/lihbr/nuxt-hue",
3785
+ "learn_more": "",
3786
+ "category": "Devtools",
3787
+ "type": "3rd-party",
3788
+ "maintainers": [
3789
+ {
3790
+ "name": "lihbr",
3791
+ "github": "lihbr"
3792
+ }
3793
+ ],
3794
+ "compatibility": {
3795
+ "nuxt": "^2.0.0 || ^3.0.0",
3796
+ "requires": {
3797
+ "bridge": "optional"
3798
+ }
3799
+ }
3800
+ },
3801
+ {
3802
+ "name": "nuxt-interpolation",
3803
+ "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
3804
+ "repo": "daliborgogic/nuxt-interpolation#master",
3805
+ "npm": "nuxt-interpolation",
3806
+ "icon": "",
3807
+ "github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3808
+ "website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3809
+ "learn_more": "",
3810
+ "category": "Devtools",
3811
+ "type": "3rd-party",
3812
+ "maintainers": [
3813
+ {
3814
+ "name": "daliborgogic",
3815
+ "github": "daliborgogic"
3816
+ }
3817
+ ],
3818
+ "compatibility": {
3819
+ "nuxt": "^2.0.0",
3820
+ "requires": {}
3821
+ }
3822
+ },
3823
+ {
3824
+ "name": "nuxt-jsonld",
3825
+ "description": "Manage JSON-LD in Vue component.",
3826
+ "repo": "ymmooot/nuxt-jsonld",
3827
+ "npm": "nuxt-jsonld",
3828
+ "icon": "",
3829
+ "github": "https://github.com/ymmooot/nuxt-jsonld",
3830
+ "website": "https://github.com/ymmooot/nuxt-jsonld",
3831
+ "learn_more": "",
3832
+ "category": "SEO",
3833
+ "type": "3rd-party",
3834
+ "maintainers": [
3835
+ {
3836
+ "name": "ymmooot",
3837
+ "github": "ymmooot"
3838
+ }
3839
+ ],
3840
+ "compatibility": {
3841
+ "nuxt": "^3.0.0",
3842
+ "requires": {}
3843
+ }
3844
+ },
3845
+ {
3846
+ "name": "nuxt-localtunnel",
3847
+ "description": "Exposes your Nuxt localhost to the world automatically.",
3848
+ "repo": "nuxtus/localtunnel",
3849
+ "npm": "@nuxtus/nuxt-localtunnel",
3850
+ "icon": "nuxt-localtunnel.svg",
3851
+ "github": "https://github.com/nuxtus/localtunnel",
3852
+ "website": "https://docs.nuxtus.com",
3853
+ "learn_more": "https://docs.nuxtus.com/localtunnel.html",
3854
+ "category": "Devtools",
3855
+ "type": "3rd-party",
3856
+ "maintainers": [
3857
+ {
3858
+ "name": "Craig Harman",
3859
+ "github": "craigharman",
3860
+ "twitter": "craig_harman"
3861
+ }
3862
+ ],
3863
+ "compatibility": {
3864
+ "nuxt": "^3.0.0",
3865
+ "requires": {}
3866
+ }
3867
+ },
3868
+ {
3869
+ "name": "nuxt-loco",
3870
+ "description": "A localise.biz module to synth locale with Nuxt",
3871
+ "repo": "gaetansenn/nuxt-loco",
3872
+ "npm": "nuxt-loco",
3873
+ "icon": "",
3874
+ "github": "https://github.com/gaetansenn/nuxt-loco",
3875
+ "website": "https://nuxt-loco.dewib.com/",
3876
+ "learn_more": "",
3877
+ "category": "Libraries",
3878
+ "type": "3rd-party",
3879
+ "maintainers": [
3880
+ {
3881
+ "name": "Gaetan SENN",
3882
+ "github": "gaetansenn",
3883
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
3884
+ }
3885
+ ],
3886
+ "compatibility": {
3887
+ "nuxt": "^3.0.0",
3888
+ "requires": {}
3889
+ }
3890
+ },
3891
+ {
3892
+ "name": "nuxt-mail",
3893
+ "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
3894
+ "repo": "dword-design/nuxt-mail",
3895
+ "npm": "nuxt-mail",
3896
+ "icon": "",
3897
+ "github": "https://github.com/dword-design/nuxt-mail",
3898
+ "website": "https://github.com/dword-design/nuxt-mail",
3899
+ "learn_more": "",
3900
+ "category": "Extensions",
3901
+ "type": "3rd-party",
3902
+ "maintainers": [
3903
+ {
3904
+ "name": "Sebastian Landwehr",
3905
+ "github": "dword-design"
3906
+ }
3907
+ ],
3908
+ "compatibility": {
3909
+ "nuxt": "^2.0.0 || ^3.0.0",
3910
+ "requires": {}
3911
+ }
3912
+ },
3913
+ {
3914
+ "name": "nuxt-mapbox",
3915
+ "description": "Elegant Mapbox integration with Nuxt",
3916
+ "repo": "AlexLavoie42/Nuxt-Mapbox",
3917
+ "npm": "nuxt-mapbox",
3918
+ "icon": "nuxt-mapbox.svg",
3919
+ "github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3920
+ "website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3083
3921
  "learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3084
3922
  "category": "Libraries",
3085
3923
  "type": "3rd-party",
@@ -3094,6 +3932,28 @@
3094
3932
  "requires": {}
3095
3933
  }
3096
3934
  },
3935
+ {
3936
+ "name": "nuxt-mdi",
3937
+ "description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
3938
+ "repo": "ERPedersen/nuxt-mdi",
3939
+ "npm": "nuxt-mdi",
3940
+ "icon": "mdi.png",
3941
+ "github": "https://github.com/ERPedersen/nuxt-mdi",
3942
+ "website": "https://nuxt-mdi.emilrosenius.com",
3943
+ "learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
3944
+ "category": "Libraries",
3945
+ "type": "3rd-party",
3946
+ "maintainers": [
3947
+ {
3948
+ "name": "Emil Rosenius",
3949
+ "github": "ERPedersen"
3950
+ }
3951
+ ],
3952
+ "compatibility": {
3953
+ "nuxt": "^3.0.0",
3954
+ "requires": {}
3955
+ }
3956
+ },
3097
3957
  {
3098
3958
  "name": "nuxt-monaco-editor",
3099
3959
  "description": "Integrate monaco-editor with Nuxt",
@@ -3116,6 +3976,97 @@
3116
3976
  "requires": {}
3117
3977
  }
3118
3978
  },
3979
+ {
3980
+ "name": "nuxt-mongoose",
3981
+ "description": "A Nuxt module for simplifying the use of Mongoose in your project.",
3982
+ "repo": "arashsheyda/nuxt-mongoose",
3983
+ "npm": "nuxt-mongoose",
3984
+ "icon": "nuxt-mongoose.svg",
3985
+ "github": "https://github.com/arashsheyda/nuxt-mongoose",
3986
+ "website": "https://nuxt-mongoose.nuxt.space",
3987
+ "learn_more": "",
3988
+ "category": "Database",
3989
+ "type": "3rd-party",
3990
+ "maintainers": [
3991
+ {
3992
+ "name": "arashsheyda",
3993
+ "github": "arashsheyda"
3994
+ }
3995
+ ],
3996
+ "compatibility": {
3997
+ "nuxt": "^3.0.0",
3998
+ "requires": {},
3999
+ "devtools": "^0.0.0"
4000
+ }
4001
+ },
4002
+ {
4003
+ "name": "nuxt-oidc-auth",
4004
+ "description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
4005
+ "repo": "itpropro/nuxt-oidc-auth",
4006
+ "npm": "nuxt-oidc-auth",
4007
+ "icon": "",
4008
+ "github": "https://github.com/itpropro/nuxt-oidc-auth",
4009
+ "website": "https://github.com/itpropro/nuxt-oidc-auth",
4010
+ "learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
4011
+ "category": "Security",
4012
+ "type": "3rd-party",
4013
+ "maintainers": [
4014
+ {
4015
+ "name": "Jan-Henrik Damaschke",
4016
+ "github": "itpropro",
4017
+ "twitter": "jandamaschke"
4018
+ }
4019
+ ],
4020
+ "compatibility": {
4021
+ "nuxt": "^3.0.0",
4022
+ "requires": {}
4023
+ }
4024
+ },
4025
+ {
4026
+ "name": "nuxt-openapi-docs-module",
4027
+ "description": "Generate pages from OpenAPI specifications",
4028
+ "repo": "on-org/nuxt-openapi-docs-module",
4029
+ "npm": "nuxt-openapi-docs-module",
4030
+ "icon": "nuxt-openapi-docs-module.png",
4031
+ "github": "https://github.com/on-org/nuxt-openapi-docs-module",
4032
+ "website": "https://github.com/on-org/nuxt-openapi-docs-module",
4033
+ "learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
4034
+ "category": "Libraries",
4035
+ "type": "3rd-party",
4036
+ "maintainers": [
4037
+ {
4038
+ "name": "Pavel Kuzmin",
4039
+ "github": "s00d"
4040
+ }
4041
+ ],
4042
+ "compatibility": {
4043
+ "nuxt": "^3.0.0",
4044
+ "requires": {}
4045
+ }
4046
+ },
4047
+ {
4048
+ "name": "nuxt-payload-analyzer",
4049
+ "description": "Analyze Nuxt Payload Size",
4050
+ "repo": "barbapapazes/nuxt-payload-analyzer",
4051
+ "npm": "nuxt-payload-analyzer",
4052
+ "icon": "",
4053
+ "github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
4054
+ "website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
4055
+ "learn_more": "",
4056
+ "category": "Performance",
4057
+ "type": "3rd-party",
4058
+ "maintainers": [
4059
+ {
4060
+ "name": "Barbapapazes",
4061
+ "github": "Barbapapazes",
4062
+ "twitter": "soubiran_"
4063
+ }
4064
+ ],
4065
+ "compatibility": {
4066
+ "nuxt": "^3.0.0",
4067
+ "requires": {}
4068
+ }
4069
+ },
3119
4070
  {
3120
4071
  "name": "nuxt-pdf",
3121
4072
  "description": "Zero-boilerplate PDF exports of your Pages and Components",
@@ -3139,6 +4090,28 @@
3139
4090
  "requires": {}
3140
4091
  }
3141
4092
  },
4093
+ {
4094
+ "name": "nuxt-phosphor-icons",
4095
+ "description": "Just a simple integration for @phosphor-icons in Nuxt",
4096
+ "repo": "OyewoleOyedeji/nuxt-phosphor-icons",
4097
+ "npm": "nuxt-phosphor-icons",
4098
+ "icon": "phosphor-icons.svg",
4099
+ "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4100
+ "website": "https://nuxt-phosphor-icons.vercel.app",
4101
+ "learn_more": "https://nuxt-phosphor-icons.vercel.app",
4102
+ "category": "UI",
4103
+ "type": "3rd-party",
4104
+ "maintainers": [
4105
+ {
4106
+ "name": "OyewoleOyedeji",
4107
+ "github": "OyewoleOyedeji"
4108
+ }
4109
+ ],
4110
+ "compatibility": {
4111
+ "nuxt": "^3.0.0",
4112
+ "requires": {}
4113
+ }
4114
+ },
3142
4115
  {
3143
4116
  "name": "nuxt-pino-log",
3144
4117
  "description": "Structured logs for nuxt apps using pino",
@@ -3163,7 +4136,7 @@
3163
4136
  },
3164
4137
  {
3165
4138
  "name": "plausible",
3166
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4139
+ "description": "Nuxt module to natively integrate Plausible analytics",
3167
4140
  "repo": "nuxt-modules/plausible",
3168
4141
  "npm": "@nuxtjs/plausible",
3169
4142
  "icon": "plausible.png",
@@ -3183,9 +4156,35 @@
3183
4156
  "requires": {}
3184
4157
  }
3185
4158
  },
4159
+ {
4160
+ "name": "nuxt-plotly",
4161
+ "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
4162
+ "repo": "superdev-tech/nuxt-plotly",
4163
+ "npm": "nuxt-plotly",
4164
+ "icon": "nuxt-plotly.svg",
4165
+ "github": "https://github.com/superdev-tech/nuxt-plotly",
4166
+ "website": "https://github.com/superdev-tech/nuxt-plotly",
4167
+ "learn_more": "https://www.npmjs.com/package/nuxt-plotly",
4168
+ "category": "Libraries",
4169
+ "type": "3rd-party",
4170
+ "maintainers": [
4171
+ {
4172
+ "name": "Supanut Dokmaithong",
4173
+ "github": "Boomgeek"
4174
+ },
4175
+ {
4176
+ "name": "superdev-tech",
4177
+ "github": "superdev-tech"
4178
+ }
4179
+ ],
4180
+ "compatibility": {
4181
+ "nuxt": "^3.0.0",
4182
+ "requires": {}
4183
+ }
4184
+ },
3186
4185
  {
3187
4186
  "name": "nuxt-png-to-ico",
3188
- "description": "Nuxt.js module for auto generating favicons",
4187
+ "description": "Nuxt module for auto generating favicons",
3189
4188
  "repo": "b5710546232/nuxt-png-to-ico",
3190
4189
  "npm": "nuxt-png-to-ico",
3191
4190
  "icon": "",
@@ -3208,7 +4207,7 @@
3208
4207
  },
3209
4208
  {
3210
4209
  "name": "nuxt-smartlook",
3211
- "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
4210
+ "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
3212
4211
  "repo": "f00b4r/nuxt-smartlook",
3213
4212
  "npm": "nuxt-smartlook",
3214
4213
  "icon": "nuxt-smartlook.png",
@@ -3230,6 +4229,28 @@
3230
4229
  "requires": {}
3231
4230
  }
3232
4231
  },
4232
+ {
4233
+ "name": "nuxt-social-share",
4234
+ "description": "Simple Social Sharing for Nuxt",
4235
+ "repo": "stefanobartoletti/nuxt-social-share",
4236
+ "npm": "@stefanobartoletti/nuxt-social-share",
4237
+ "icon": "nuxt-social-share.png",
4238
+ "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4239
+ "website": "https://github.com/stefanobartoletti/nuxt-social-share",
4240
+ "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4241
+ "category": "Extensions",
4242
+ "type": "3rd-party",
4243
+ "maintainers": [
4244
+ {
4245
+ "name": "stefanobartoletti",
4246
+ "github": "stefanobartoletti"
4247
+ }
4248
+ ],
4249
+ "compatibility": {
4250
+ "nuxt": "^3.0.0",
4251
+ "requires": {}
4252
+ }
4253
+ },
3233
4254
  {
3234
4255
  "name": "ssr-lit",
3235
4256
  "description": "Server-Side Rendering for Lit Element components",
@@ -3260,10 +4281,10 @@
3260
4281
  },
3261
4282
  {
3262
4283
  "name": "nuxt-storm",
3263
- "description": "WebStorm & PHPStorm support for NuxtJS components",
4284
+ "description": "WebStorm & PHPStorm support for Nuxt components",
3264
4285
  "repo": "fumeapp/nuxt-storm",
3265
4286
  "npm": "nuxt-storm",
3266
- "icon": "nuxt-storm.png",
4287
+ "icon": "",
3267
4288
  "github": "https://github.com/fumeapp/nuxt-storm",
3268
4289
  "website": "https://github.com/fumeapp/nuxt-storm",
3269
4290
  "learn_more": "https://github.com/fumeapp/nuxt-storm",
@@ -3280,6 +4301,30 @@
3280
4301
  "requires": {}
3281
4302
  }
3282
4303
  },
4304
+ {
4305
+ "name": "nuxt-svgo-loader",
4306
+ "description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
4307
+ "repo": "Mini-ghost/nuxt-svgo-loader",
4308
+ "npm": "nuxt-svgo-loader",
4309
+ "icon": "",
4310
+ "github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4311
+ "website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4312
+ "learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4313
+ "category": "Images",
4314
+ "type": "3rd-party",
4315
+ "maintainers": [
4316
+ {
4317
+ "name": "Alex Liu",
4318
+ "github": "Mini-ghost",
4319
+ "twitter": "Minighost_Alex"
4320
+ }
4321
+ ],
4322
+ "compatibility": {
4323
+ "nuxt": "^3.0.0",
4324
+ "requires": {},
4325
+ "devtools": "^0.0.0"
4326
+ }
4327
+ },
3283
4328
  {
3284
4329
  "name": "nuxt-svgo",
3285
4330
  "description": "Nuxt module to load optimized SVG files as Vue components",
@@ -3304,7 +4349,7 @@
3304
4349
  },
3305
4350
  {
3306
4351
  "name": "nuxt-unleash",
3307
- "description": "Nuxt.js module to use Unleash toggle feature services",
4352
+ "description": "Nuxt module to use Unleash toggle feature services",
3308
4353
  "repo": "conejerock/nuxt-unleash",
3309
4354
  "npm": "nuxt-unleash",
3310
4355
  "icon": "nuxt-unleash.svg",
@@ -3324,28 +4369,6 @@
3324
4369
  "requires": {}
3325
4370
  }
3326
4371
  },
3327
- {
3328
- "name": "nuxt-use-motion",
3329
- "description": "A Nuxt module putting your components in motion",
3330
- "repo": "Tahul/nuxt-use-motion",
3331
- "npm": "nuxt-use-motion",
3332
- "icon": "nuxt-use-motion.svg",
3333
- "github": "https://github.com/Tahul/nuxt-use-motion",
3334
- "website": "https://github.com/Tahul/nuxt-use-motion",
3335
- "learn_more": "https://github.com/vueuse/motion",
3336
- "category": "Libraries",
3337
- "type": "3rd-party",
3338
- "maintainers": [
3339
- {
3340
- "name": "Tahul",
3341
- "github": "Tahul"
3342
- }
3343
- ],
3344
- "compatibility": {
3345
- "nuxt": "^2.0.0",
3346
- "requires": {}
3347
- }
3348
- },
3349
4372
  {
3350
4373
  "name": "nuxt-use-sound",
3351
4374
  "description": "A Nuxt module for playing sound effects.",
@@ -3395,12 +4418,12 @@
3395
4418
  {
3396
4419
  "name": "nuxt-vue3-google-signin",
3397
4420
  "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
3398
- "repo": "syetalabs/nuxt-vue3-google-signin",
4421
+ "repo": "wavezync/nuxt-vue3-google-signin",
3399
4422
  "npm": "nuxt-vue3-google-signin",
3400
4423
  "icon": "vue3-google-signin.svg",
3401
- "github": "https://github.com/syetalabs/nuxt-vue3-google-signin",
3402
- "website": "https://vue3-google-signin.syetalabs.io",
3403
- "learn_more": "https://vue3-google-signin.syetalabs.io",
4424
+ "github": "https://github.com/wavezync/nuxt-vue3-google-signin",
4425
+ "website": "https://vue3-google-signin.wavezync.com",
4426
+ "learn_more": "https://vue3-google-signin.wavezync.com",
3404
4427
  "category": "Libraries",
3405
4428
  "type": "3rd-party",
3406
4429
  "maintainers": [
@@ -3414,9 +4437,75 @@
3414
4437
  "requires": {}
3415
4438
  }
3416
4439
  },
4440
+ {
4441
+ "name": "nuxt-zod-i18n",
4442
+ "description": "A Nuxt Module for localizing zod error messages.",
4443
+ "repo": "xibman/nuxt-zod-i18n",
4444
+ "npm": "nuxt-zod-i18n",
4445
+ "icon": "nuxt-zod-i18n.svg",
4446
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
4447
+ "website": "https://xibman-nuxt-zod-i18n.nuxt.space",
4448
+ "learn_more": "",
4449
+ "category": "Libraries",
4450
+ "type": "3rd-party",
4451
+ "maintainers": [
4452
+ {
4453
+ "name": "xibman",
4454
+ "github": "xibman"
4455
+ }
4456
+ ],
4457
+ "compatibility": {
4458
+ "nuxt": "^3.0.0",
4459
+ "requires": {}
4460
+ }
4461
+ },
4462
+ {
4463
+ "name": "nuxt3-interpolation",
4464
+ "description": "",
4465
+ "repo": "daliborgogic/interpolation#master",
4466
+ "npm": "nuxt3-interpolation",
4467
+ "icon": "",
4468
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
4469
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
4470
+ "learn_more": "",
4471
+ "category": "Devtools",
4472
+ "type": "3rd-party",
4473
+ "maintainers": [
4474
+ {
4475
+ "name": "daliborgogic",
4476
+ "github": "daliborgogic"
4477
+ }
4478
+ ],
4479
+ "compatibility": {
4480
+ "nuxt": "^3.0.0",
4481
+ "requires": {}
4482
+ }
4483
+ },
4484
+ {
4485
+ "name": "nuxt3-leaflet",
4486
+ "description": "Leaflet integration with Nuxt",
4487
+ "repo": "Gugustinette/Nuxt-Leaflet",
4488
+ "npm": "nuxt3-leaflet",
4489
+ "icon": "leaflet.png",
4490
+ "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4491
+ "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
4492
+ "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
4493
+ "category": "Libraries",
4494
+ "type": "3rd-party",
4495
+ "maintainers": [
4496
+ {
4497
+ "name": "Augustin MERCIER",
4498
+ "github": "Gugustinette"
4499
+ }
4500
+ ],
4501
+ "compatibility": {
4502
+ "nuxt": "^3.0.0",
4503
+ "requires": {}
4504
+ }
4505
+ },
3417
4506
  {
3418
4507
  "name": "nuxt7",
3419
- "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
4508
+ "description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
3420
4509
  "repo": "nuxt-community/nuxt7",
3421
4510
  "npm": "nuxt7",
3422
4511
  "icon": "",
@@ -3439,15 +4528,15 @@
3439
4528
  },
3440
4529
  {
3441
4530
  "name": "og-image",
3442
- "description": "Easily generate dynamic social share images.",
3443
- "repo": "harlan-zw/nuxt-og-image",
4531
+ "description": "Enlightened runtime images generated with Vue templates.",
4532
+ "repo": "nuxt-modules/og-image",
3444
4533
  "npm": "nuxt-og-image",
3445
- "icon": "",
3446
- "github": "https://github.com/harlan-zw/nuxt-og-image",
3447
- "website": "https://github.com/harlan-zw/nuxt-og-image",
3448
- "learn_more": "",
4534
+ "icon": "og-image.svg",
4535
+ "github": "https://github.com/nuxt-modules/og-image",
4536
+ "website": "https://nuxtseo.com/og-image",
4537
+ "learn_more": "https://nuxtseo.com/og-image",
3449
4538
  "category": "SEO",
3450
- "type": "3rd-party",
4539
+ "type": "community",
3451
4540
  "maintainers": [
3452
4541
  {
3453
4542
  "name": "Harlan Wilton",
@@ -3458,7 +4547,8 @@
3458
4547
  ],
3459
4548
  "compatibility": {
3460
4549
  "nuxt": "^3.0.0",
3461
- "requires": {}
4550
+ "requires": {},
4551
+ "devtools": "^0.0.0"
3462
4552
  }
3463
4553
  },
3464
4554
  {
@@ -3486,13 +4576,13 @@
3486
4576
  },
3487
4577
  {
3488
4578
  "name": "optimized-images",
3489
- "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
4579
+ "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
3490
4580
  "repo": "juliomrqz/nuxt-optimized-images",
3491
4581
  "npm": "@aceforth/nuxt-optimized-images",
3492
4582
  "icon": "",
3493
4583
  "github": "https://github.com/juliomrqz/nuxt-optimized-images",
3494
- "website": "https://marquez.co/docs/nuxt-optimized-images/",
3495
- "learn_more": "",
4584
+ "website": "https://github.com/juliomrqz/nuxt-optimized-images",
4585
+ "learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
3496
4586
  "category": "Images",
3497
4587
  "type": "3rd-party",
3498
4588
  "maintainers": [
@@ -3531,7 +4621,7 @@
3531
4621
  },
3532
4622
  {
3533
4623
  "name": "parse",
3534
- "description": "Parse package for Nuxt.js",
4624
+ "description": "Parse package for Nuxt",
3535
4625
  "repo": "cierrateam/nuxt-parse",
3536
4626
  "npm": "nuxt-parse",
3537
4627
  "icon": "",
@@ -3551,6 +4641,29 @@
3551
4641
  "requires": {}
3552
4642
  }
3553
4643
  },
4644
+ {
4645
+ "name": "particles",
4646
+ "description": "Easily add particle animations to your Nuxt projects using tsParticles",
4647
+ "repo": "Joepocalyptic/nuxt-particles",
4648
+ "npm": "nuxt-particles",
4649
+ "icon": "",
4650
+ "github": "https://github.com/Joepocalyptic/nuxt-particles",
4651
+ "website": "https://nuxt-particles.joeypereira.dev",
4652
+ "learn_more": "https://particles.js.org/",
4653
+ "category": "Libraries",
4654
+ "type": "3rd-party",
4655
+ "maintainers": [
4656
+ {
4657
+ "name": "Joey Pereira",
4658
+ "github": "Joepocalyptic",
4659
+ "avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
4660
+ }
4661
+ ],
4662
+ "compatibility": {
4663
+ "nuxt": "^3.0.0",
4664
+ "requires": {}
4665
+ }
4666
+ },
3554
4667
  {
3555
4668
  "name": "partytown",
3556
4669
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
@@ -3576,6 +4689,52 @@
3576
4689
  }
3577
4690
  }
3578
4691
  },
4692
+ {
4693
+ "name": "paypal",
4694
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
4695
+ "repo": "arashsheyda/nuxt-paypal",
4696
+ "npm": "nuxt-paypal",
4697
+ "icon": "paypal.svg",
4698
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
4699
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
4700
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
4701
+ "category": "Payment",
4702
+ "type": "3rd-party",
4703
+ "maintainers": [
4704
+ {
4705
+ "name": "Arash Sheyda",
4706
+ "github": "arashsheyda"
4707
+ }
4708
+ ],
4709
+ "compatibility": {
4710
+ "nuxt": "^3.0.0",
4711
+ "requires": {}
4712
+ }
4713
+ },
4714
+ {
4715
+ "name": "pdfeasy",
4716
+ "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
4717
+ "repo": "betterwrite/pdfeasy#main/packages/nuxt",
4718
+ "npm": "nuxt-pdfeasy",
4719
+ "icon": "pdfeasy.png",
4720
+ "github": "https://github.com/betterwrite/pdfeasy",
4721
+ "website": "https://github.com/betterwrite/pdfeasy",
4722
+ "learn_more": "https://github.com/betterwrite/pdfeasy",
4723
+ "category": "Extensions",
4724
+ "type": "3rd-party",
4725
+ "maintainers": [
4726
+ {
4727
+ "name": "Giovane Cardoso",
4728
+ "github": "novout",
4729
+ "twitter": "novoutttttt",
4730
+ "avatar": "https://avatars.githubusercontent.com/novout?v=4"
4731
+ }
4732
+ ],
4733
+ "compatibility": {
4734
+ "nuxt": "^3.0.0",
4735
+ "requires": {}
4736
+ }
4737
+ },
3579
4738
  {
3580
4739
  "name": "persian-datepicker",
3581
4740
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
@@ -3673,7 +4832,7 @@
3673
4832
  },
3674
4833
  {
3675
4834
  "name": "plausible",
3676
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4835
+ "description": "Nuxt module to natively integrate Plausible analytics",
3677
4836
  "repo": "nuxt-modules/plausible",
3678
4837
  "npm": "@nuxtjs/plausible",
3679
4838
  "icon": "",
@@ -3715,9 +4874,56 @@
3715
4874
  "requires": {}
3716
4875
  }
3717
4876
  },
4877
+ {
4878
+ "name": "prepare",
4879
+ "description": "Initialization steps at build time – like Nuxt 2 server init",
4880
+ "repo": "johannschopplich/nuxt-prepare",
4881
+ "npm": "nuxt-prepare",
4882
+ "icon": "prepare.svg",
4883
+ "github": "https://github.com/johannschopplich/nuxt-prepare",
4884
+ "website": "https://nuxt-prepare.byjohann.dev",
4885
+ "learn_more": "",
4886
+ "category": "Devtools",
4887
+ "type": "3rd-party",
4888
+ "maintainers": [
4889
+ {
4890
+ "name": "Johann Schopplich",
4891
+ "github": "johannschopplich",
4892
+ "twitter": "jschopplich",
4893
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
4894
+ }
4895
+ ],
4896
+ "compatibility": {
4897
+ "nuxt": "^3.0.0",
4898
+ "requires": {}
4899
+ }
4900
+ },
4901
+ {
4902
+ "name": "primevue",
4903
+ "description": "Next Generation Vue UI Component Library",
4904
+ "repo": "primefaces/primevue-nuxt-module",
4905
+ "npm": "nuxt-primevue",
4906
+ "icon": "primevue.svg",
4907
+ "github": "https://github.com/primefaces/primevue-nuxt-module",
4908
+ "website": "https://primevue.org/",
4909
+ "learn_more": "https://primevue.org/",
4910
+ "category": "UI",
4911
+ "type": "3rd-party",
4912
+ "maintainers": [
4913
+ {
4914
+ "name": "primefaces",
4915
+ "github": "primefaces",
4916
+ "twitter": "primevue"
4917
+ }
4918
+ ],
4919
+ "compatibility": {
4920
+ "nuxt": "^3.0.0",
4921
+ "requires": {}
4922
+ }
4923
+ },
3718
4924
  {
3719
4925
  "name": "prismic",
3720
- "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
4926
+ "description": "Easily connect your Nuxt application to your content hosted on Prismic",
3721
4927
  "repo": "nuxt-modules/prismic",
3722
4928
  "npm": "@nuxtjs/prismic",
3723
4929
  "icon": "prismic.png",
@@ -3784,7 +4990,7 @@
3784
4990
  },
3785
4991
  {
3786
4992
  "name": "proxy",
3787
- "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
4993
+ "description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
3788
4994
  "repo": "nuxt-community/proxy-module",
3789
4995
  "npm": "@nuxtjs/proxy",
3790
4996
  "icon": "",
@@ -3830,7 +5036,7 @@
3830
5036
  },
3831
5037
  {
3832
5038
  "name": "purgecss",
3833
- "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
5039
+ "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
3834
5040
  "repo": "Developmint/nuxt-purgecss#main",
3835
5041
  "npm": "nuxt-purgecss",
3836
5042
  "icon": "purgecss.png",
@@ -3852,7 +5058,7 @@
3852
5058
  },
3853
5059
  {
3854
5060
  "name": "pwa",
3855
- "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
5061
+ "description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
3856
5062
  "repo": "nuxt-community/pwa-module",
3857
5063
  "npm": "@nuxtjs/pwa",
3858
5064
  "icon": "pwa.png",
@@ -3877,7 +5083,7 @@
3877
5083
  },
3878
5084
  {
3879
5085
  "name": "python",
3880
- "description": "Write Nuxt.js applications using Python",
5086
+ "description": "Write Nuxt applications using Python",
3881
5087
  "repo": "nuxt-community/python-module",
3882
5088
  "npm": "@nuxtjs/python",
3883
5089
  "icon": "python.png",
@@ -3914,6 +5120,64 @@
3914
5120
  "github": "Maiquu"
3915
5121
  }
3916
5122
  ],
5123
+ "compatibility": {
5124
+ "nuxt": "^3.0.0",
5125
+ "requires": {},
5126
+ "devtools": "^0.0.0"
5127
+ }
5128
+ },
5129
+ {
5130
+ "name": "radash",
5131
+ "description": "radash module with auto-import and custom prefix",
5132
+ "repo": "bbg/nuxt-radash",
5133
+ "npm": "nuxt-radash",
5134
+ "icon": "radash.png",
5135
+ "github": "https://github.com/bbg/nuxt-radash",
5136
+ "website": "https://github.com/bbg/nuxt-radash#readme",
5137
+ "learn_more": "https://github.com/rayepps/radash/",
5138
+ "category": "Libraries",
5139
+ "type": "3rd-party",
5140
+ "maintainers": [
5141
+ {
5142
+ "name": "Batuhan Göksu",
5143
+ "github": "bbg"
5144
+ }
5145
+ ],
5146
+ "compatibility": {
5147
+ "nuxt": "^3.0.0",
5148
+ "requires": {}
5149
+ }
5150
+ },
5151
+ {
5152
+ "name": "radix-vue",
5153
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
5154
+ "repo": "radix-vue/radix-vue",
5155
+ "npm": "radix-vue",
5156
+ "icon": "radix-vue.svg",
5157
+ "github": "https://github.com/radix-vue/radix-vue",
5158
+ "website": "https://www.radix-vue.com/",
5159
+ "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
5160
+ "category": "UI",
5161
+ "type": "3rd-party",
5162
+ "maintainers": [
5163
+ {
5164
+ "name": "Zernonia",
5165
+ "github": "zernonia",
5166
+ "twitter": "zernonia"
5167
+ },
5168
+ {
5169
+ "name": "Khairul Haaziq",
5170
+ "github": "khairulhaaziq"
5171
+ },
5172
+ {
5173
+ "name": "Mujahid Anuar",
5174
+ "github": "mujahidfa"
5175
+ },
5176
+ {
5177
+ "name": "Max",
5178
+ "github": "onmax"
5179
+ }
5180
+ ],
3917
5181
  "compatibility": {
3918
5182
  "nuxt": "^3.0.0",
3919
5183
  "requires": {}
@@ -3921,7 +5185,7 @@
3921
5185
  },
3922
5186
  {
3923
5187
  "name": "recaptcha",
3924
- "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
5188
+ "description": "Simple and easy Google reCAPTCHA module with Nuxt",
3925
5189
  "repo": "nuxt-community/recaptcha-module",
3926
5190
  "npm": "@nuxtjs/recaptcha",
3927
5191
  "icon": "recaptcha.png",
@@ -3960,13 +5224,36 @@
3960
5224
  }
3961
5225
  ],
3962
5226
  "compatibility": {
3963
- "nuxt": "^2.0.0",
5227
+ "nuxt": "^2.0.0",
5228
+ "requires": {}
5229
+ }
5230
+ },
5231
+ {
5232
+ "name": "resend",
5233
+ "description": "Resend integration for Nuxt",
5234
+ "repo": "nhedger/nuxt-resend",
5235
+ "npm": "nuxt-resend",
5236
+ "icon": "resend.svg",
5237
+ "github": "https://github.com/nhedger/nuxt-resend",
5238
+ "website": "https://github.com/nhedger/nuxt-resend",
5239
+ "learn_more": "https://resend.com",
5240
+ "category": "Extensions",
5241
+ "type": "3rd-party",
5242
+ "maintainers": [
5243
+ {
5244
+ "name": "Nicolas Hedger",
5245
+ "github": "nhedger",
5246
+ "twitter": "nicolashedger"
5247
+ }
5248
+ ],
5249
+ "compatibility": {
5250
+ "nuxt": "^3.0.0",
3964
5251
  "requires": {}
3965
5252
  }
3966
5253
  },
3967
5254
  {
3968
5255
  "name": "rfg-icon",
3969
- "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
5256
+ "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
3970
5257
  "repo": "pimlie/nuxt-rfg-icon",
3971
5258
  "npm": "nuxt-rfg-icon",
3972
5259
  "icon": "real-favicon-generator.png",
@@ -3988,13 +5275,13 @@
3988
5275
  },
3989
5276
  {
3990
5277
  "name": "robots",
3991
- "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
3992
- "repo": "nuxt-community/robots-module",
5278
+ "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
5279
+ "repo": "nuxt-modules/robots",
3993
5280
  "npm": "@nuxtjs/robots",
3994
5281
  "icon": "robots.png",
3995
- "github": "https://github.com/nuxt-community/robots-module",
3996
- "website": "https://github.com/nuxt-community/robots-module",
3997
- "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
5282
+ "github": "https://github.com/nuxt-modules/robots",
5283
+ "website": "https://github.com/nuxt-modules/robots",
5284
+ "learn_more": "",
3998
5285
  "category": "SEO",
3999
5286
  "type": "community",
4000
5287
  "maintainers": [
@@ -4012,23 +5299,23 @@
4012
5299
  },
4013
5300
  {
4014
5301
  "name": "rollbar",
4015
- "description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
4016
- "repo": "gaelreyrol/nuxt-rollbar-module",
4017
- "npm": "nuxt-rollbar-module",
5302
+ "description": "Nuxt 3 module to integrate Rollbar.",
5303
+ "repo": "jairoblatt/nuxt-rollbar",
5304
+ "npm": "nuxt-rollbar",
4018
5305
  "icon": "rollbar.png",
4019
- "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
4020
- "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
5306
+ "github": "https://github.com/jairoblatt/nuxt-rollbar",
5307
+ "website": "https://github.com/jairoblatt/nuxt-rollbar",
4021
5308
  "learn_more": "https://docs.rollbar.com/docs/javascript",
4022
5309
  "category": "Monitoring",
4023
5310
  "type": "3rd-party",
4024
5311
  "maintainers": [
4025
5312
  {
4026
- "name": "Gaël Reyrol",
4027
- "github": "gaelreyrol"
5313
+ "name": "Jairo Blatt",
5314
+ "github": "jairoblatt"
4028
5315
  }
4029
5316
  ],
4030
5317
  "compatibility": {
4031
- "nuxt": "^2.0.0",
5318
+ "nuxt": "^3.0.0",
4032
5319
  "requires": {}
4033
5320
  }
4034
5321
  },
@@ -4057,7 +5344,7 @@
4057
5344
  },
4058
5345
  {
4059
5346
  "name": "router",
4060
- "description": "Nuxt.js module to use router.js instead of pages/ directory",
5347
+ "description": "Nuxt module to use router.js instead of pages/ directory",
4061
5348
  "repo": "nuxt-community/router-module",
4062
5349
  "npm": "@nuxtjs/router",
4063
5350
  "icon": "vue.png",
@@ -4105,13 +5392,13 @@
4105
5392
  },
4106
5393
  {
4107
5394
  "name": "schema-org",
4108
- "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
4109
- "repo": "vueuse/schema-org#main/packages/nuxt",
5395
+ "description": "Quick and easy Schema.org graphs.",
5396
+ "repo": "harlan-zw/nuxt-schema-org",
4110
5397
  "npm": "nuxt-schema-org",
4111
5398
  "icon": "schema-org.svg",
4112
- "github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4113
- "website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4114
- "learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
5399
+ "github": "https://github.com/harlan-zw/nuxt-schema-org",
5400
+ "website": "https://nuxtseo.com/schema-org",
5401
+ "learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
4115
5402
  "category": "SEO",
4116
5403
  "type": "3rd-party",
4117
5404
  "maintainers": [
@@ -4174,13 +5461,13 @@
4174
5461
  },
4175
5462
  {
4176
5463
  "name": "segment",
4177
- "description": "Nuxt.js module for Segment Analytics.js",
5464
+ "description": "Nuxt module for Segment Analytics.js",
4178
5465
  "repo": "dansmaculotte/nuxt-segment",
4179
5466
  "npm": "@dansmaculotte/nuxt-segment",
4180
5467
  "icon": "segment.png",
4181
5468
  "github": "https://github.com/dansmaculotte/nuxt-segment",
4182
5469
  "website": "https://github.com/dansmaculotte/nuxt-segment",
4183
- "learn_more": "https://segment.com/docs/connections/sources/catalog/Libraries/website/javascript/",
5470
+ "learn_more": "",
4184
5471
  "category": "Analytics",
4185
5472
  "type": "3rd-party",
4186
5473
  "maintainers": [
@@ -4196,10 +5483,10 @@
4196
5483
  },
4197
5484
  {
4198
5485
  "name": "sentry",
4199
- "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
5486
+ "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
4200
5487
  "repo": "nuxt-community/sentry-module",
4201
5488
  "npm": "@nuxtjs/sentry",
4202
- "icon": "sentry.png",
5489
+ "icon": "sentry.svg",
4203
5490
  "github": "https://github.com/nuxt-community/sentry-module",
4204
5491
  "website": "https://sentry.nuxtjs.org/",
4205
5492
  "learn_more": "https://sentry.io/welcome/",
@@ -4217,20 +5504,22 @@
4217
5504
  }
4218
5505
  },
4219
5506
  {
4220
- "name": "seo-kit",
4221
- "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
4222
- "repo": "harlan-zw/nuxt-seo-kit#main/layer",
4223
- "npm": "nuxt-seo-kit",
4224
- "icon": "seo-kit.svg",
4225
- "github": "https://github.com/harlan-zw/nuxt-seo-kit",
4226
- "website": "https://github.com/harlan-zw/nuxt-seo-kit",
4227
- "learn_more": "",
5507
+ "name": "seo-experiments",
5508
+ "description": "Powerful SEO DX improvements.",
5509
+ "repo": "harlan-zw/nuxt-seo-experiments",
5510
+ "npm": "nuxt-seo-experiments",
5511
+ "icon": "seo-experiments.svg",
5512
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5513
+ "website": "https://nuxtseo.com/experiments",
5514
+ "learn_more": "https://nuxtseo.com/experiments",
4228
5515
  "category": "SEO",
4229
5516
  "type": "3rd-party",
4230
5517
  "maintainers": [
4231
5518
  {
4232
- "name": "harlan-zw",
4233
- "github": "harlan-zw"
5519
+ "name": "Harlan Wilton",
5520
+ "github": "harlan-zw",
5521
+ "twitter": "harlan_zw",
5522
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
4234
5523
  }
4235
5524
  ],
4236
5525
  "compatibility": {
@@ -4261,9 +5550,31 @@
4261
5550
  "requires": {}
4262
5551
  }
4263
5552
  },
5553
+ {
5554
+ "name": "seo",
5555
+ "description": "The complete SEO solution for Nuxt.",
5556
+ "repo": "harlan-zw/nuxt-seo",
5557
+ "npm": "@nuxtjs/seo",
5558
+ "icon": "nuxt.svg",
5559
+ "github": "https://github.com/harlan-zw/nuxt-seo",
5560
+ "website": "https://nuxtseo.com/",
5561
+ "learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
5562
+ "category": "SEO",
5563
+ "type": "3rd-party",
5564
+ "maintainers": [
5565
+ {
5566
+ "name": "harlan-zw",
5567
+ "github": "harlan-zw"
5568
+ }
5569
+ ],
5570
+ "compatibility": {
5571
+ "nuxt": "^3.0.0",
5572
+ "requires": {}
5573
+ }
5574
+ },
4264
5575
  {
4265
5576
  "name": "seomatic-meta",
4266
- "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
5577
+ "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
4267
5578
  "repo": "ben-rogerson/nuxt-seomatic-meta",
4268
5579
  "npm": "nuxt-seomatic-meta",
4269
5580
  "icon": "seomatic.png",
@@ -4306,6 +5617,29 @@
4306
5617
  "requires": {}
4307
5618
  }
4308
5619
  },
5620
+ {
5621
+ "name": "server-block",
5622
+ "description": "Use <server> tags in your Nuxt pages components.",
5623
+ "repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
5624
+ "npm": "@hebilicious/server-block-nuxt",
5625
+ "icon": "server-block.svg",
5626
+ "github": "https://github.com/Hebilicious/server-block-nuxt",
5627
+ "website": "https://github.com/Hebilicious/server-block-nuxt#readme",
5628
+ "learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
5629
+ "category": "Extensions",
5630
+ "type": "3rd-party",
5631
+ "maintainers": [
5632
+ {
5633
+ "name": "Hebilicious",
5634
+ "github": "Hebilicious",
5635
+ "twitter": "its_hebilicious"
5636
+ }
5637
+ ],
5638
+ "compatibility": {
5639
+ "nuxt": "^3.0.0",
5640
+ "requires": {}
5641
+ }
5642
+ },
4309
5643
  {
4310
5644
  "name": "session",
4311
5645
  "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",
@@ -4331,7 +5665,7 @@
4331
5665
  },
4332
5666
  {
4333
5667
  "name": "shopify",
4334
- "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
5668
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
4335
5669
  "repo": "Gomah/nuxt-shopify",
4336
5670
  "npm": "nuxt-shopify",
4337
5671
  "icon": "shopify.png",
@@ -4352,7 +5686,7 @@
4352
5686
  }
4353
5687
  },
4354
5688
  {
4355
- "name": "nuxt-auth",
5689
+ "name": "sidebase-auth",
4356
5690
  "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.",
4357
5691
  "repo": "sidebase/nuxt-auth",
4358
5692
  "npm": "@sidebase/nuxt-auth",
@@ -4398,13 +5732,13 @@
4398
5732
  },
4399
5733
  {
4400
5734
  "name": "simple-robots",
4401
- "description": "Simply manage the robots crawling your Nuxt app.",
5735
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
4402
5736
  "repo": "harlan-zw/nuxt-simple-robots",
4403
5737
  "npm": "nuxt-simple-robots",
4404
- "icon": "",
5738
+ "icon": "simple-robots.svg",
4405
5739
  "github": "https://github.com/harlan-zw/nuxt-simple-robots",
4406
- "website": "https://github.com/harlan-zw/nuxt-simple-robots",
4407
- "learn_more": "",
5740
+ "website": "https://nuxtseo.com/robots",
5741
+ "learn_more": "https://nuxtseo.com/robots",
4408
5742
  "category": "SEO",
4409
5743
  "type": "3rd-party",
4410
5744
  "maintainers": [
@@ -4421,41 +5755,23 @@
4421
5755
  }
4422
5756
  },
4423
5757
  {
4424
- "name": "simple-sitemap",
4425
- "description": "Simple, minimal sitemap.xml generation.",
4426
- "repo": "harlan-zw/nuxt-simple-sitemap",
4427
- "npm": "nuxt-simple-sitemap",
4428
- "icon": "",
4429
- "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4430
- "website": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4431
- "learn_more": "",
5758
+ "name": "sitemap",
5759
+ "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
5760
+ "repo": "nuxt-modules/sitemap",
5761
+ "npm": "@nuxtjs/sitemap",
5762
+ "icon": "simple-sitemap.svg",
5763
+ "github": "https://github.com/nuxt-modules/sitemap",
5764
+ "website": "https://nuxtseo.com/",
5765
+ "learn_more": "https://nuxtseo.com/sitemap",
4432
5766
  "category": "SEO",
4433
- "type": "3rd-party",
5767
+ "type": "community",
4434
5768
  "maintainers": [
4435
5769
  {
4436
5770
  "name": "Harlan Wilton",
4437
5771
  "github": "harlan-zw",
4438
5772
  "twitter": "harlan_zw",
4439
5773
  "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
4440
- }
4441
- ],
4442
- "compatibility": {
4443
- "nuxt": "^3.0.0",
4444
- "requires": {}
4445
- }
4446
- },
4447
- {
4448
- "name": "sitemap",
4449
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
4450
- "repo": "nuxt-community/sitemap-module#dev",
4451
- "npm": "@nuxtjs/sitemap",
4452
- "icon": "",
4453
- "github": "https://github.com/nuxt-community/sitemap-module#dev",
4454
- "website": "https://sitemap.nuxtjs.org",
4455
- "learn_more": "",
4456
- "category": "SEO",
4457
- "type": "community",
4458
- "maintainers": [
5774
+ },
4459
5775
  {
4460
5776
  "name": "Nicolas PENNEC",
4461
5777
  "github": "NicoPennec",
@@ -4463,7 +5779,7 @@
4463
5779
  }
4464
5780
  ],
4465
5781
  "compatibility": {
4466
- "nuxt": "^2.0.0",
5782
+ "nuxt": "^3.0.0",
4467
5783
  "requires": {}
4468
5784
  }
4469
5785
  },
@@ -4491,14 +5807,14 @@
4491
5807
  },
4492
5808
  {
4493
5809
  "name": "snipcart",
4494
- "description": "Snipcart integration module for Nuxt.js",
5810
+ "description": "Snipcart integration module for Nuxt",
4495
5811
  "repo": "nuxt-modules/snipcart",
4496
5812
  "npm": "@nuxtjs/snipcart",
4497
5813
  "icon": "snipcart.png",
4498
5814
  "github": "https://github.com/nuxt-modules/snipcart",
4499
5815
  "website": "https://github.com/nuxt-modules/snipcart",
4500
5816
  "learn_more": "https://snipcart.com",
4501
- "category": "Payment",
5817
+ "category": "Ecommerce",
4502
5818
  "type": "community",
4503
5819
  "maintainers": [
4504
5820
  {
@@ -4514,7 +5830,7 @@
4514
5830
  },
4515
5831
  {
4516
5832
  "name": "social-meta",
4517
- "description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
5833
+ "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
4518
5834
  "repo": "AlekseyPleshkov/nuxt-social-meta",
4519
5835
  "npm": "nuxt-social-meta",
4520
5836
  "icon": "",
@@ -4636,7 +5952,7 @@
4636
5952
  },
4637
5953
  {
4638
5954
  "name": "storage",
4639
- "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
5955
+ "description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
4640
5956
  "repo": "mazipan/nuxt-storage",
4641
5957
  "npm": "nuxt-storage",
4642
5958
  "icon": "",
@@ -4658,7 +5974,7 @@
4658
5974
  },
4659
5975
  {
4660
5976
  "name": "storefront-ui",
4661
- "description": "Storefront UI Module for Nuxt.js",
5977
+ "description": "Storefront UI Module for Nuxt",
4662
5978
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
4663
5979
  "npm": "@storefront-ui/nuxt",
4664
5980
  "icon": "storefront-ui.svg",
@@ -4702,8 +6018,8 @@
4702
6018
  },
4703
6019
  {
4704
6020
  "name": "storyblok",
4705
- "description": "Storyblok Nuxt.js module",
4706
- "repo": "storyblok/storyblok-nuxt#master/lib",
6021
+ "description": "Storyblok Nuxt module",
6022
+ "repo": "storyblok/storyblok-nuxt#main",
4707
6023
  "npm": "@storyblok/nuxt",
4708
6024
  "icon": "storyblok.png",
4709
6025
  "github": "https://github.com/storyblok/storyblok-nuxt",
@@ -4719,46 +6035,43 @@
4719
6035
  ],
4720
6036
  "compatibility": {
4721
6037
  "nuxt": "^2.0.0 || ^3.0.0",
4722
- "requires": {}
6038
+ "requires": {},
6039
+ "devtools": "^0.0.0"
4723
6040
  }
4724
6041
  },
4725
6042
  {
4726
6043
  "name": "storybook",
4727
- "description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
4728
- "repo": "nuxt-community/storybook",
6044
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
6045
+ "repo": "nuxt-modules/storybook",
4729
6046
  "npm": "@nuxtjs/storybook",
4730
6047
  "icon": "storybook.png",
4731
- "github": "https://github.com/nuxt-community/storybook",
6048
+ "github": "https://github.com/nuxt-modules/storybook",
4732
6049
  "website": "https://storybook.nuxtjs.org",
4733
- "learn_more": "https://storybook.js.org/",
6050
+ "learn_more": "https://github.com/storybook-vue/storybook-nuxt",
4734
6051
  "category": "Devtools",
4735
6052
  "type": "community",
4736
6053
  "maintainers": [
4737
6054
  {
4738
- "name": "Ahad Birang",
4739
- "github": "farnabaz",
4740
- "twitter": "a_birang"
4741
- },
4742
- {
4743
- "name": "Pooya Parsa",
4744
- "github": "pi0",
4745
- "twitter": "_pi0_"
6055
+ "name": "Chakir QATAB",
6056
+ "github": "chakAs3",
6057
+ "twitter": "ChakirQatab"
4746
6058
  }
4747
6059
  ],
4748
6060
  "compatibility": {
4749
- "nuxt": "^2.0.0",
6061
+ "nuxt": "^2.0.0 || ^3.0.0",
4750
6062
  "requires": {
4751
6063
  "bridge": "optional"
4752
- }
6064
+ },
6065
+ "devtools": "^0.7.2"
4753
6066
  }
4754
6067
  },
4755
6068
  {
4756
6069
  "name": "strapi",
4757
6070
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
4758
- "repo": "nuxt-community/strapi-module",
6071
+ "repo": "nuxt-modules/strapi",
4759
6072
  "npm": "@nuxtjs/strapi",
4760
6073
  "icon": "strapi.png",
4761
- "github": "https://github.com/nuxt-community/strapi-module",
6074
+ "github": "https://github.com/nuxt-modules/strapi",
4762
6075
  "website": "https://strapi.nuxtjs.org",
4763
6076
  "learn_more": "https://strapi.io/",
4764
6077
  "category": "CMS",
@@ -4779,7 +6092,34 @@
4779
6092
  "nuxt": "^2.0.0 || ^3.0.0",
4780
6093
  "requires": {
4781
6094
  "bridge": true
6095
+ },
6096
+ "devtools": "^0.0.0"
6097
+ }
6098
+ },
6099
+ {
6100
+ "name": "stripe-next",
6101
+ "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.",
6102
+ "repo": "fuentesloic/nuxt-stripe",
6103
+ "npm": "@unlok-co/nuxt-stripe",
6104
+ "icon": "stripe.png",
6105
+ "github": "https://github.com/fuentesloic/nuxt-stripe",
6106
+ "website": "https://github.com/fuentesloic/nuxt-stripe",
6107
+ "learn_more": "https://stripe.com/docs",
6108
+ "category": "Payment",
6109
+ "type": "3rd-party",
6110
+ "maintainers": [
6111
+ {
6112
+ "name": "Loic Fuentes",
6113
+ "github": "fuentesloic"
6114
+ },
6115
+ {
6116
+ "name": "Florent Giraud",
6117
+ "github": "flozero"
4782
6118
  }
6119
+ ],
6120
+ "compatibility": {
6121
+ "nuxt": "^3.0.0",
6122
+ "requires": {}
4783
6123
  }
4784
6124
  },
4785
6125
  {
@@ -4804,6 +6144,36 @@
4804
6144
  "requires": {}
4805
6145
  }
4806
6146
  },
6147
+ {
6148
+ "name": "studio",
6149
+ "description": "A new experience to build content-driven website with Nuxt.",
6150
+ "repo": "nuxtlabs/studio-module",
6151
+ "npm": "@nuxthq/studio",
6152
+ "icon": "studio.svg",
6153
+ "github": "https://github.com/nuxtlabs/studio-module",
6154
+ "website": "https://nuxt.studio",
6155
+ "learn_more": "https://nuxt.studio",
6156
+ "category": "CMS",
6157
+ "type": "3rd-party",
6158
+ "maintainers": [
6159
+ {
6160
+ "name": "Ahad Birang",
6161
+ "github": "farnabaz",
6162
+ "twitter": "a_birang"
6163
+ },
6164
+ {
6165
+ "name": "Sébastien Chopin",
6166
+ "github": "Atinux",
6167
+ "twitter": "Atinux"
6168
+ }
6169
+ ],
6170
+ "compatibility": {
6171
+ "nuxt": "^3.0.0",
6172
+ "requires": {
6173
+ "content": true
6174
+ }
6175
+ }
6176
+ },
4807
6177
  {
4808
6178
  "name": "style-resources",
4809
6179
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
@@ -4829,7 +6199,7 @@
4829
6199
  },
4830
6200
  {
4831
6201
  "name": "stylelint",
4832
- "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
6202
+ "description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
4833
6203
  "repo": "nuxt-community/stylelint-module",
4834
6204
  "npm": "@nuxtjs/stylelint-module",
4835
6205
  "icon": "stylelint.png",
@@ -4875,10 +6245,10 @@
4875
6245
  {
4876
6246
  "name": "supabase",
4877
6247
  "description": "First class integration with Supabase",
4878
- "repo": "nuxt-community/supabase-module",
6248
+ "repo": "nuxt-modules/supabase",
4879
6249
  "npm": "@nuxtjs/supabase",
4880
6250
  "icon": "supabase.png",
4881
- "github": "https://github.com/nuxt-community/supabase-module",
6251
+ "github": "https://github.com/nuxt-modules/supabase",
4882
6252
  "website": "https://supabase.nuxtjs.org",
4883
6253
  "learn_more": "https://supabase.com",
4884
6254
  "category": "Database",
@@ -4929,12 +6299,12 @@
4929
6299
  },
4930
6300
  {
4931
6301
  "name": "svg-sprite",
4932
- "description": "Optimized and Easy way to use svg files in Nuxt.js",
4933
- "repo": "nuxt-community/svg-sprite-module",
6302
+ "description": "Optimized and Easy way to use svg files in Nuxt",
6303
+ "repo": "nuxt-modules/svg-sprite",
4934
6304
  "npm": "@nuxtjs/svg-sprite",
4935
6305
  "icon": "",
4936
- "github": "https://github.com/nuxt-community/svg-sprite-module",
4937
- "website": "https://github.com/nuxt-community/svg-sprite-module",
6306
+ "github": "https://github.com/nuxt-modules/svg-sprite",
6307
+ "website": "https://github.com/nuxt-modules/svg-sprite",
4938
6308
  "learn_more": "",
4939
6309
  "category": "UI",
4940
6310
  "type": "community",
@@ -4946,13 +6316,13 @@
4946
6316
  }
4947
6317
  ],
4948
6318
  "compatibility": {
4949
- "nuxt": "^2.0.0",
6319
+ "nuxt": "^2.0.0 || ^3.0.0",
4950
6320
  "requires": {}
4951
6321
  }
4952
6322
  },
4953
6323
  {
4954
6324
  "name": "svg",
4955
- "description": "Super simple svg loading module for Nuxt.js",
6325
+ "description": "Super simple svg loading module for Nuxt",
4956
6326
  "repo": "nuxt-community/svg-module",
4957
6327
  "npm": "@nuxtjs/svg",
4958
6328
  "icon": "",
@@ -4996,7 +6366,7 @@
4996
6366
  },
4997
6367
  {
4998
6368
  "name": "swiper",
4999
- "description": "Nuxt.js module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
6369
+ "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
5000
6370
  "repo": "cpreston321/nuxt-swiper",
5001
6371
  "npm": "nuxt-swiper",
5002
6372
  "icon": "swiper.svg",
@@ -5042,10 +6412,10 @@
5042
6412
  {
5043
6413
  "name": "tailwindcss",
5044
6414
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5045
- "repo": "nuxt-community/tailwindcss-module",
6415
+ "repo": "nuxt-modules/tailwindcss",
5046
6416
  "npm": "@nuxtjs/tailwindcss",
5047
6417
  "icon": "tailwindcss.png",
5048
- "github": "https://github.com/nuxt-community/tailwindcss-module",
6418
+ "github": "https://github.com/nuxt-modules/tailwindcss",
5049
6419
  "website": "https://tailwindcss.nuxtjs.org",
5050
6420
  "learn_more": "https://tailwindcss.com/",
5051
6421
  "category": "UI",
@@ -5055,11 +6425,16 @@
5055
6425
  "name": "Sébastien Chopin",
5056
6426
  "github": "Atinux",
5057
6427
  "twitter": "Atinux"
6428
+ },
6429
+ {
6430
+ "name": "Inesh Bose",
6431
+ "github": "ineshbose"
5058
6432
  }
5059
6433
  ],
5060
6434
  "compatibility": {
5061
6435
  "nuxt": "^2.0.0 || ^3.0.0",
5062
- "requires": {}
6436
+ "requires": {},
6437
+ "devtools": "^0.0.0"
5063
6438
  }
5064
6439
  },
5065
6440
  {
@@ -5085,9 +6460,53 @@
5085
6460
  "requires": {}
5086
6461
  }
5087
6462
  },
6463
+ {
6464
+ "name": "time",
6465
+ "description": "Safely render local dates and times on the server with Nuxt",
6466
+ "repo": "danielroe/nuxt-time",
6467
+ "npm": "nuxt-time",
6468
+ "icon": "",
6469
+ "github": "https://github.com/danielroe/nuxt-time",
6470
+ "website": "https://github.com/danielroe/nuxt-time",
6471
+ "learn_more": "",
6472
+ "category": "Extensions",
6473
+ "type": "3rd-party",
6474
+ "maintainers": [
6475
+ {
6476
+ "name": "danielroe",
6477
+ "github": "danielroe"
6478
+ }
6479
+ ],
6480
+ "compatibility": {
6481
+ "nuxt": "^3.0.0",
6482
+ "requires": {}
6483
+ }
6484
+ },
6485
+ {
6486
+ "name": "tiptap",
6487
+ "description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
6488
+ "repo": "modbender/nuxt-tiptap-editor",
6489
+ "npm": "nuxt-tiptap-editor",
6490
+ "icon": "tiptap.png",
6491
+ "github": "https://github.com/modbender/nuxt-tiptap-editor",
6492
+ "website": "https://github.com/modbender/nuxt-tiptap-editor",
6493
+ "learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
6494
+ "category": "Libraries",
6495
+ "type": "3rd-party",
6496
+ "maintainers": [
6497
+ {
6498
+ "name": "modbender",
6499
+ "github": "modbender"
6500
+ }
6501
+ ],
6502
+ "compatibility": {
6503
+ "nuxt": "^3.0.0",
6504
+ "requires": {}
6505
+ }
6506
+ },
5088
6507
  {
5089
6508
  "name": "toast",
5090
- "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
6509
+ "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
5091
6510
  "repo": "nuxt-community/modules#master/packages/toast",
5092
6511
  "npm": "@nuxtjs/toast",
5093
6512
  "icon": "",
@@ -5108,6 +6527,61 @@
5108
6527
  "requires": {}
5109
6528
  }
5110
6529
  },
6530
+ {
6531
+ "name": "translation-manager",
6532
+ "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
6533
+ "repo": "samk-dev/nuxt-translation-manager",
6534
+ "npm": "nuxt-translation-manager",
6535
+ "icon": "translation-manager.png",
6536
+ "github": "https://github.com/samk-dev/nuxt-translation-manager",
6537
+ "website": "https://github.com/samk-dev/nuxt-translation-manager",
6538
+ "learn_more": "",
6539
+ "category": "Extensions",
6540
+ "type": "3rd-party",
6541
+ "maintainers": [
6542
+ {
6543
+ "name": "Sam K",
6544
+ "github": "samk-dev"
6545
+ }
6546
+ ],
6547
+ "compatibility": {
6548
+ "nuxt": "^3.0.0",
6549
+ "requires": {}
6550
+ }
6551
+ },
6552
+ {
6553
+ "name": "tresjs",
6554
+ "description": "Create 3D experiences in your Nuxt application using TresJS.",
6555
+ "repo": "tresjs/nuxt",
6556
+ "npm": "@tresjs/nuxt",
6557
+ "icon": "tresjs.svg",
6558
+ "github": "https://github.com/Tresjs/nuxt",
6559
+ "website": "https://tresjs.org/guide/nuxt.html",
6560
+ "learn_more": "https://tresjs.org/",
6561
+ "category": "Libraries",
6562
+ "type": "3rd-party",
6563
+ "maintainers": [
6564
+ {
6565
+ "name": "Alvaro Saburido",
6566
+ "github": "alvarosabu",
6567
+ "twitter": "alvarosabu"
6568
+ },
6569
+ {
6570
+ "name": "Jaime Torrealba",
6571
+ "github": "JaimeTorrealba",
6572
+ "twitter": "jaimebboyjt"
6573
+ },
6574
+ {
6575
+ "name": "Tino Koch",
6576
+ "github": "Tinoooo",
6577
+ "twitter": "ichbintino"
6578
+ }
6579
+ ],
6580
+ "compatibility": {
6581
+ "nuxt": "^3.0.0",
6582
+ "requires": {}
6583
+ }
6584
+ },
5111
6585
  {
5112
6586
  "name": "turnstile",
5113
6587
  "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
@@ -5135,7 +6609,7 @@
5135
6609
  },
5136
6610
  {
5137
6611
  "name": "twa",
5138
- "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
6612
+ "description": "Nuxt module for generating Trusted Web App from Nuxt app",
5139
6613
  "repo": "tuarrep/nuxt-twa",
5140
6614
  "npm": "nuxt-twa",
5141
6615
  "icon": "",
@@ -5157,6 +6631,28 @@
5157
6631
  }
5158
6632
  }
5159
6633
  },
6634
+ {
6635
+ "name": "twemoji",
6636
+ "description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
6637
+ "repo": "yizack/nuxt-twemoji",
6638
+ "npm": "nuxt-twemoji",
6639
+ "icon": "twemoji.svg",
6640
+ "github": "https://github.com/Yizack/nuxt-twemoji",
6641
+ "website": "https://github.com/Yizack/nuxt-twemoji",
6642
+ "learn_more": "",
6643
+ "category": "UI",
6644
+ "type": "3rd-party",
6645
+ "maintainers": [
6646
+ {
6647
+ "name": "Yizack Rangel",
6648
+ "github": "yizack"
6649
+ }
6650
+ ],
6651
+ "compatibility": {
6652
+ "nuxt": "^3.0.0",
6653
+ "requires": {}
6654
+ }
6655
+ },
5160
6656
  {
5161
6657
  "name": "twicpics",
5162
6658
  "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
@@ -5301,6 +6797,63 @@
5301
6797
  "requires": {}
5302
6798
  }
5303
6799
  },
6800
+ {
6801
+ "name": "typo3",
6802
+ "description": "TYPO3 Headless Frontend Rendering module",
6803
+ "repo": "TYPO3-Headless/nuxt-typo3",
6804
+ "npm": "@t3headless/nuxt-typo3",
6805
+ "icon": "typo3.svg",
6806
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
6807
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
6808
+ "learn_more": "https://github.com/TYPO3-Headless",
6809
+ "category": "CMS",
6810
+ "type": "3rd-party",
6811
+ "maintainers": [
6812
+ {
6813
+ "name": "Macopedia",
6814
+ "github": "macopedia",
6815
+ "twitter": "macopediapl"
6816
+ }
6817
+ ],
6818
+ "compatibility": {
6819
+ "nuxt": "^2.0.0 || ^3.0.0",
6820
+ "requires": {},
6821
+ "devtools": "^0.0.0"
6822
+ }
6823
+ },
6824
+ {
6825
+ "name": "ui",
6826
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
6827
+ "repo": "nuxt/ui#dev",
6828
+ "npm": "@nuxt/ui",
6829
+ "icon": "nuxt.svg",
6830
+ "github": "https://github.com/nuxt/ui",
6831
+ "website": "https://ui.nuxt.com",
6832
+ "learn_more": "",
6833
+ "category": "UI",
6834
+ "type": "official",
6835
+ "maintainers": [
6836
+ {
6837
+ "name": "Benjamin Canac",
6838
+ "github": "benjamincanac",
6839
+ "twitter": "benjamincanac"
6840
+ },
6841
+ {
6842
+ "name": "Sebastien Chopin",
6843
+ "github": "Atinux",
6844
+ "twitter": "Atinux"
6845
+ },
6846
+ {
6847
+ "name": "Sylvain Marroufin",
6848
+ "github": "smarroufin",
6849
+ "twitter": "smarroufin"
6850
+ }
6851
+ ],
6852
+ "compatibility": {
6853
+ "nuxt": "^3.0.0",
6854
+ "requires": {}
6855
+ }
6856
+ },
5304
6857
  {
5305
6858
  "name": "umami",
5306
6859
  "description": "Embed the Umami analytics library into Nuxt",
@@ -5325,31 +6878,9 @@
5325
6878
  }
5326
6879
  }
5327
6880
  },
5328
- {
5329
- "name": "unhead",
5330
- "description": "Experimental features for Nuxt SEO / head management.",
5331
- "repo": "harlan-zw/nuxt-unhead",
5332
- "npm": "nuxt-unhead",
5333
- "icon": "",
5334
- "github": "https://github.com/harlan-zw/nuxt-unhead",
5335
- "website": "https://github.com/harlan-zw/nuxt-unhead",
5336
- "learn_more": "",
5337
- "category": "SEO",
5338
- "type": "3rd-party",
5339
- "maintainers": [
5340
- {
5341
- "name": "harlan-zw",
5342
- "github": "harlan-zw"
5343
- }
5344
- ],
5345
- "compatibility": {
5346
- "nuxt": "^3.0.0",
5347
- "requires": {}
5348
- }
5349
- },
5350
6881
  {
5351
6882
  "name": "universal-storage",
5352
- "description": "Universal Storage Utilities for Nuxt.js",
6883
+ "description": "Universal Storage Utilities for Nuxt",
5353
6884
  "repo": "nuxt-community/universal-storage-module",
5354
6885
  "npm": "@nuxtjs/universal-storage",
5355
6886
  "icon": "",
@@ -5371,7 +6902,29 @@
5371
6902
  }
5372
6903
  ],
5373
6904
  "compatibility": {
5374
- "nuxt": "^2.0.0",
6905
+ "nuxt": "^2.0.0",
6906
+ "requires": {}
6907
+ }
6908
+ },
6909
+ {
6910
+ "name": "unlazy",
6911
+ "description": "Lazy loading library for placeholder images",
6912
+ "repo": "johannschopplich/unlazy#main/packages/nuxt",
6913
+ "npm": "@unlazy/nuxt",
6914
+ "icon": "unlazy.svg",
6915
+ "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
6916
+ "website": "https://unlazy.byjohann.dev/",
6917
+ "learn_more": "",
6918
+ "category": "Images",
6919
+ "type": "3rd-party",
6920
+ "maintainers": [
6921
+ {
6922
+ "name": "Johann Schopplich",
6923
+ "github": "johannschopplich"
6924
+ }
6925
+ ],
6926
+ "compatibility": {
6927
+ "nuxt": "^3.0.0",
5375
6928
  "requires": {}
5376
6929
  }
5377
6930
  },
@@ -5404,12 +6957,12 @@
5404
6957
  {
5405
6958
  "name": "unocss",
5406
6959
  "description": "The instant on-demand atomic CSS engine.",
5407
- "repo": "antfu/unocss#main/packages/nuxt",
6960
+ "repo": "unocss/unocss#main/packages/nuxt",
5408
6961
  "npm": "@unocss/nuxt",
5409
6962
  "icon": "unocss.svg",
5410
- "github": "https://github.com/antfu/unocss",
5411
- "website": "https://github.com/antfu/unocss",
5412
- "learn_more": "https://github.com/antfu/unocss",
6963
+ "github": "https://github.com/unocss/unocss",
6964
+ "website": "https://github.com/unocss/unocss",
6965
+ "learn_more": "https://github.com/unocss/unocss",
5413
6966
  "category": "UI",
5414
6967
  "type": "3rd-party",
5415
6968
  "maintainers": [
@@ -5424,7 +6977,8 @@
5424
6977
  "nuxt": "^2.0.0 || ^3.0.0",
5425
6978
  "requires": {
5426
6979
  "bridge": "optional"
5427
- }
6980
+ },
6981
+ "devtools": "^0.0.0"
5428
6982
  }
5429
6983
  },
5430
6984
  {
@@ -5450,9 +7004,33 @@
5450
7004
  "requires": {}
5451
7005
  }
5452
7006
  },
7007
+ {
7008
+ "name": "use-wagmi",
7009
+ "description": "Vue Composition for Ethereum based on wagmi",
7010
+ "repo": "unicape/use-wagmi#main/packages/nuxt",
7011
+ "npm": "@use-wagmi/nuxt",
7012
+ "icon": "use-wagmi.png",
7013
+ "github": "https://github.com/unicape/use-wagmi",
7014
+ "website": "https://github.com/unicape/use-wagmi",
7015
+ "learn_more": "https://github.com/unicape/use-wagmi",
7016
+ "category": "Extensions",
7017
+ "type": "3rd-party",
7018
+ "maintainers": [
7019
+ {
7020
+ "name": "Unic Ape",
7021
+ "github": "unicape"
7022
+ }
7023
+ ],
7024
+ "compatibility": {
7025
+ "nuxt": "^2.0.0 || ^3.0.0",
7026
+ "requires": {
7027
+ "bridge": true
7028
+ }
7029
+ }
7030
+ },
5453
7031
  {
5454
7032
  "name": "user-agent",
5455
- "description": "Nuxt.js module for handling User-Agent.",
7033
+ "description": "Nuxt module for handling User-Agent.",
5456
7034
  "repo": "fukuiretu/nuxt-user-agent",
5457
7035
  "npm": "nuxt-user-agent",
5458
7036
  "icon": "",
@@ -5480,7 +7058,7 @@
5480
7058
  "icon": "vee-validate.png",
5481
7059
  "github": "https://github.com/lewyuburi/nuxt-validate",
5482
7060
  "website": "https://github.com/lewyuburi/nuxt-validate",
5483
- "learn_more": "https://logaretm.github.io/vee-validate/",
7061
+ "learn_more": "",
5484
7062
  "category": "Libraries",
5485
7063
  "type": "3rd-party",
5486
7064
  "maintainers": [
@@ -5518,6 +7096,74 @@
5518
7096
  }
5519
7097
  }
5520
7098
  },
7099
+ {
7100
+ "name": "varlet",
7101
+ "description": "A Material design mobile component library developed based on Vue3",
7102
+ "repo": "varletjs/varlet-nuxt",
7103
+ "npm": "@varlet/nuxt",
7104
+ "icon": "varlet.svg",
7105
+ "github": "https://github.com/varletjs/varlet",
7106
+ "website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
7107
+ "learn_more": "https://github.com/varletjs/varlet-nuxt",
7108
+ "category": "UI",
7109
+ "type": "3rd-party",
7110
+ "maintainers": [
7111
+ {
7112
+ "name": "zhangmo8",
7113
+ "github": "zhangmo8"
7114
+ }
7115
+ ],
7116
+ "compatibility": {
7117
+ "nuxt": "^3.0.0",
7118
+ "requires": {
7119
+ "bridge": "optional"
7120
+ }
7121
+ }
7122
+ },
7123
+ {
7124
+ "name": "vcalendar",
7125
+ "description": "VCalendar module for Nuxt",
7126
+ "repo": "samk-dev/nuxt-vcalendar",
7127
+ "npm": "@samk-dev/nuxt-vcalendar",
7128
+ "icon": "vcalendar.png",
7129
+ "github": "https://github.com/samk-dev/vcalendar",
7130
+ "website": "https://github.com/samk-dev/vcalendar",
7131
+ "learn_more": "",
7132
+ "category": "Libraries",
7133
+ "type": "3rd-party",
7134
+ "maintainers": [
7135
+ {
7136
+ "name": "Sam K",
7137
+ "github": "samk-dev"
7138
+ }
7139
+ ],
7140
+ "compatibility": {
7141
+ "nuxt": "^3.0.0",
7142
+ "requires": {}
7143
+ }
7144
+ },
7145
+ {
7146
+ "name": "vee-validate",
7147
+ "description": "Painless Vue forms for Nuxt",
7148
+ "repo": "logaretm/vee-validate#main/packages/nuxt",
7149
+ "npm": "@vee-validate/nuxt",
7150
+ "icon": "vee-validate.png",
7151
+ "github": "https://github.com/logaretm/vee-validate/",
7152
+ "website": "https://vee-validate.logaretm.com/v4/",
7153
+ "learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
7154
+ "category": "Libraries",
7155
+ "type": "3rd-party",
7156
+ "maintainers": [
7157
+ {
7158
+ "name": "Abdelrahman Awad",
7159
+ "github": "logaretm"
7160
+ }
7161
+ ],
7162
+ "compatibility": {
7163
+ "nuxt": "^3.0.0",
7164
+ "requires": {}
7165
+ }
7166
+ },
5521
7167
  {
5522
7168
  "name": "vendor",
5523
7169
  "description": "directly serve node_modules",
@@ -5541,9 +7187,54 @@
5541
7187
  "requires": {}
5542
7188
  }
5543
7189
  },
7190
+ {
7191
+ "name": "vercel-analytics",
7192
+ "description": "Vercel Analytics integration for Nuxt",
7193
+ "repo": "xanderbarkhatov/nuxt-vercel-analytics",
7194
+ "npm": "nuxt-vercel-analytics",
7195
+ "icon": "",
7196
+ "github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
7197
+ "website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
7198
+ "learn_more": "https://vercel.com/docs/concepts/analytics",
7199
+ "category": "Analytics",
7200
+ "type": "3rd-party",
7201
+ "maintainers": [
7202
+ {
7203
+ "name": "Alexander B.",
7204
+ "github": "xanderbarkhatov"
7205
+ }
7206
+ ],
7207
+ "compatibility": {
7208
+ "nuxt": "^3.0.0",
7209
+ "requires": {}
7210
+ }
7211
+ },
7212
+ {
7213
+ "name": "vexip-ui",
7214
+ "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
7215
+ "repo": "vexip-ui/nuxt",
7216
+ "npm": "@vexip-ui/nuxt",
7217
+ "icon": "vexip-ui.svg",
7218
+ "github": "https://github.com/vexip-ui/vexip-ui",
7219
+ "website": "https://www.vexipui.com/",
7220
+ "learn_more": "https://github.com/vexip-ui/nuxt",
7221
+ "category": "UI",
7222
+ "type": "3rd-party",
7223
+ "maintainers": [
7224
+ {
7225
+ "name": "未觉雨声",
7226
+ "github": "qmhc",
7227
+ "twitter": "qmhc95"
7228
+ }
7229
+ ],
7230
+ "compatibility": {
7231
+ "nuxt": "^3.0.0",
7232
+ "requires": {}
7233
+ }
7234
+ },
5544
7235
  {
5545
7236
  "name": "vite-pwa-nuxt",
5546
- "description": "Zero-config PWA Plugin for Nuxt 3",
7237
+ "description": "Zero-config PWA Plugin for Nuxt",
5547
7238
  "repo": "vite-pwa/nuxt",
5548
7239
  "npm": "@vite-pwa/nuxt",
5549
7240
  "icon": "vite-pwa-nuxt.svg",
@@ -5572,13 +7263,13 @@
5572
7263
  {
5573
7264
  "name": "vitest",
5574
7265
  "description": "Vitest integration with Nuxt",
5575
- "repo": "danielroe/nuxt-vitest#main",
7266
+ "repo": "danielroe/nuxt-vitest",
5576
7267
  "npm": "nuxt-vitest",
5577
7268
  "icon": "vitest.svg",
5578
7269
  "github": "https://github.com/danielroe/nuxt-vitest",
5579
7270
  "website": "https://github.com/danielroe/nuxt-vitest",
5580
7271
  "learn_more": "",
5581
- "category": "Extensions",
7272
+ "category": "Devtools",
5582
7273
  "type": "3rd-party",
5583
7274
  "maintainers": [
5584
7275
  {
@@ -5590,6 +7281,61 @@
5590
7281
  "github": "antfu"
5591
7282
  }
5592
7283
  ],
7284
+ "compatibility": {
7285
+ "nuxt": "^3.0.0",
7286
+ "requires": {},
7287
+ "devtools": "^0.0.0"
7288
+ }
7289
+ },
7290
+ {
7291
+ "name": "vue-email",
7292
+ "description": "💌 Write email templates with vue",
7293
+ "repo": "vue-email/nuxt",
7294
+ "npm": "@vue-email/nuxt",
7295
+ "icon": "vue-email.svg",
7296
+ "github": "https://github.com/vue-email/nuxt",
7297
+ "website": "https://vuemail.net/",
7298
+ "learn_more": "https://vuemail.net/ssr/nuxt",
7299
+ "category": "UI",
7300
+ "type": "3rd-party",
7301
+ "maintainers": [
7302
+ {
7303
+ "name": "David Arenas",
7304
+ "github": "Dave136",
7305
+ "twitter": "davejs4",
7306
+ "avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
7307
+ },
7308
+ {
7309
+ "name": "Younes Barrad",
7310
+ "github": "Flowko",
7311
+ "twitter": "imflowko",
7312
+ "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
7313
+ }
7314
+ ],
7315
+ "compatibility": {
7316
+ "nuxt": "^3.0.0",
7317
+ "requires": {},
7318
+ "devtools": "^0.0.0"
7319
+ }
7320
+ },
7321
+ {
7322
+ "name": "vue-final-modal",
7323
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
7324
+ "repo": "vue-final/vue-final-modal#master/packages/nuxt",
7325
+ "npm": "@vue-final-modal/nuxt",
7326
+ "icon": "vue-final-modal.svg",
7327
+ "github": "https://github.com/vue-final/vue-final-modal",
7328
+ "website": "https://vue-final-modal.org/",
7329
+ "learn_more": "https://vue-final-modal.org/",
7330
+ "category": "UI",
7331
+ "type": "3rd-party",
7332
+ "maintainers": [
7333
+ {
7334
+ "name": "Hunter Liu",
7335
+ "github": "hunterliu1003",
7336
+ "twitter": "hunterliu1003"
7337
+ }
7338
+ ],
5593
7339
  "compatibility": {
5594
7340
  "nuxt": "^3.0.0",
5595
7341
  "requires": {}
@@ -5597,13 +7343,13 @@
5597
7343
  },
5598
7344
  {
5599
7345
  "name": "vue-macros",
5600
- "description": "Explore and extend more macros and syntax sugar to Vue.",
5601
- "repo": "sxzz/unplugin-vue-macros#main/packages/nuxt",
7346
+ "description": "Explore more macros and syntax sugar to Vue.",
7347
+ "repo": "sxzz/vue-macros#main/packages/nuxt",
5602
7348
  "npm": "@vue-macros/nuxt",
5603
7349
  "icon": "vue-macros.svg",
5604
- "github": "https://github.com/sxzz/unplugin-vue-macros",
7350
+ "github": "https://github.com/sxzz/vue-macros",
5605
7351
  "website": "https://vue-macros.sxzz.moe",
5606
- "learn_more": "https://github.com/sxzz/unplugin-vue-macros",
7352
+ "learn_more": "https://github.com/sxzz/vue-macros",
5607
7353
  "category": "Extensions",
5608
7354
  "type": "3rd-party",
5609
7355
  "maintainers": [
@@ -5617,7 +7363,8 @@
5617
7363
  "nuxt": "^3.0.0",
5618
7364
  "requires": {
5619
7365
  "bridge": "optional"
5620
- }
7366
+ },
7367
+ "devtools": "^0.0.0"
5621
7368
  }
5622
7369
  },
5623
7370
  {
@@ -5644,7 +7391,7 @@
5644
7391
  },
5645
7392
  {
5646
7393
  "name": "vue-multiselect",
5647
- "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
7394
+ "description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
5648
7395
  "repo": "spektrummedia/nuxt-vue-multiselect",
5649
7396
  "npm": "nuxt-vue-multiselect",
5650
7397
  "icon": "",
@@ -5686,6 +7433,29 @@
5686
7433
  "requires": {}
5687
7434
  }
5688
7435
  },
7436
+ {
7437
+ "name": "vue-query",
7438
+ "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
7439
+ "repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
7440
+ "npm": "@hebilicious/vue-query-nuxt",
7441
+ "icon": "vue-query.svg",
7442
+ "github": "https://github.com/Hebilicious/vue-query-nuxt",
7443
+ "website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
7444
+ "learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
7445
+ "category": "Request",
7446
+ "type": "3rd-party",
7447
+ "maintainers": [
7448
+ {
7449
+ "name": "Hebilicious",
7450
+ "github": "Hebilicious",
7451
+ "twitter": "its_hebilicious"
7452
+ }
7453
+ ],
7454
+ "compatibility": {
7455
+ "nuxt": "^3.0.0",
7456
+ "requires": {}
7457
+ }
7458
+ },
5689
7459
  {
5690
7460
  "name": "vue-select",
5691
7461
  "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
@@ -5735,7 +7505,7 @@
5735
7505
  },
5736
7506
  {
5737
7507
  "name": "vue-warehouse",
5738
- "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
7508
+ "description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
5739
7509
  "repo": "juliomrqz/vue-warehouse",
5740
7510
  "npm": "vue-warehouse",
5741
7511
  "icon": "",
@@ -5756,10 +7526,33 @@
5756
7526
  "requires": {}
5757
7527
  }
5758
7528
  },
7529
+ {
7530
+ "name": "vue3-carousel-nuxt",
7531
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
7532
+ "repo": "gaetansenn/vue3-carousel-nuxt",
7533
+ "npm": "vue3-carousel-nuxt",
7534
+ "icon": "",
7535
+ "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7536
+ "website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7537
+ "learn_more": "",
7538
+ "category": "UI",
7539
+ "type": "3rd-party",
7540
+ "maintainers": [
7541
+ {
7542
+ "name": "Gaetan SENN",
7543
+ "github": "gaetansenn",
7544
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
7545
+ }
7546
+ ],
7547
+ "compatibility": {
7548
+ "nuxt": "^3.0.0",
7549
+ "requires": {}
7550
+ }
7551
+ },
5759
7552
  {
5760
7553
  "name": "vuefire",
5761
7554
  "description": "Idiomatic composables for the Firebase SDK",
5762
- "repo": "vuejs/vuefire/packages/nuxt",
7555
+ "repo": "vuejs/vuefire#main/packages/nuxt",
5763
7556
  "npm": "nuxt-vuefire",
5764
7557
  "icon": "vuefire.svg",
5765
7558
  "github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
@@ -5778,15 +7571,61 @@
5778
7571
  "requires": {}
5779
7572
  }
5780
7573
  },
7574
+ {
7575
+ "name": "vueform-builder",
7576
+ "description": "Official Vueform Builder module for Nuxt",
7577
+ "repo": "vueform/builder#main/nuxt",
7578
+ "npm": "@vueform/builder-nuxt",
7579
+ "icon": "vueform.svg",
7580
+ "github": "https://github.com/vueform/builder",
7581
+ "website": "https://builder.vueform.com",
7582
+ "learn_more": "https://builder.vueform.com/docs/installation#nuxt",
7583
+ "category": "Libraries",
7584
+ "type": "3rd-party",
7585
+ "maintainers": [
7586
+ {
7587
+ "name": "Adam Berecz",
7588
+ "github": "adamberecz",
7589
+ "twitter": "bereczadam"
7590
+ }
7591
+ ],
7592
+ "compatibility": {
7593
+ "nuxt": "^3.0.0",
7594
+ "requires": {}
7595
+ }
7596
+ },
7597
+ {
7598
+ "name": "vueform",
7599
+ "description": "Official Vueform module for Nuxt",
7600
+ "repo": "vueform/vueform#main/nuxt",
7601
+ "npm": "@vueform/nuxt",
7602
+ "icon": "vueform.svg",
7603
+ "github": "https://github.com/vueform/vueform",
7604
+ "website": "https://vueform.com",
7605
+ "learn_more": "https://vueform.com/docs/installation#nuxt",
7606
+ "category": "Libraries",
7607
+ "type": "3rd-party",
7608
+ "maintainers": [
7609
+ {
7610
+ "name": "Adam Berecz",
7611
+ "github": "adamberecz",
7612
+ "twitter": "bereczadam"
7613
+ }
7614
+ ],
7615
+ "compatibility": {
7616
+ "nuxt": "^3.0.0",
7617
+ "requires": {}
7618
+ }
7619
+ },
5781
7620
  {
5782
7621
  "name": "vuestic",
5783
- "description": "Vuestic UI module for Nuxt 3",
7622
+ "description": "Vuestic UI module for Nuxt",
5784
7623
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
5785
7624
  "npm": "@vuestic/nuxt",
5786
7625
  "icon": "vuestic.png",
5787
7626
  "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
5788
- "website": "https://vuestic.dev",
5789
- "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
7627
+ "website": "https://ui.vuestic.dev",
7628
+ "learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
5790
7629
  "category": "UI",
5791
7630
  "type": "3rd-party",
5792
7631
  "maintainers": [
@@ -5800,9 +7639,31 @@
5800
7639
  "requires": {}
5801
7640
  }
5802
7641
  },
7642
+ {
7643
+ "name": "vuetify-nuxt-module",
7644
+ "description": "Zero-config Nuxt Module for Vuetify.",
7645
+ "repo": "userquin/vuetify-nuxt-module",
7646
+ "npm": "vuetify-nuxt-module",
7647
+ "icon": "vuetify-logo-v3-dark.svg",
7648
+ "github": "https://github.com/userquin/vuetify-nuxt-module",
7649
+ "website": "https://vuetify-nuxt-module.netlify.app/",
7650
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
7651
+ "category": "UI",
7652
+ "type": "3rd-party",
7653
+ "maintainers": [
7654
+ {
7655
+ "name": "Joaquín Sánchez",
7656
+ "github": "userquin"
7657
+ }
7658
+ ],
7659
+ "compatibility": {
7660
+ "nuxt": "^3.0.0",
7661
+ "requires": {}
7662
+ }
7663
+ },
5803
7664
  {
5804
7665
  "name": "vuetify",
5805
- "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
7666
+ "description": "Vuetify Module for Nuxt to add Material Design components to your application.",
5806
7667
  "repo": "nuxt-community/vuetify-module",
5807
7668
  "npm": "@nuxtjs/vuetify",
5808
7669
  "icon": "vuetify.png",
@@ -5849,7 +7710,8 @@
5849
7710
  "nuxt": "^2.0.0 || ^3.0.0",
5850
7711
  "requires": {
5851
7712
  "bridge": "optional"
5852
- }
7713
+ },
7714
+ "devtools": "^0.0.0"
5853
7715
  }
5854
7716
  },
5855
7717
  {
@@ -5874,14 +7736,37 @@
5874
7736
  "requires": {}
5875
7737
  }
5876
7738
  },
7739
+ {
7740
+ "name": "vunix",
7741
+ "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.",
7742
+ "repo": "gaetansenn/vunix#main/packages/nuxt",
7743
+ "npm": "@vunix/nuxt",
7744
+ "icon": "",
7745
+ "github": "https://github.com/gaetansenn/vunix",
7746
+ "website": "https://vunix.dewib.com/",
7747
+ "learn_more": "",
7748
+ "category": "UI",
7749
+ "type": "3rd-party",
7750
+ "maintainers": [
7751
+ {
7752
+ "name": "Gaetan SENN",
7753
+ "github": "gaetansenn",
7754
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
7755
+ }
7756
+ ],
7757
+ "compatibility": {
7758
+ "nuxt": "^3.0.0",
7759
+ "requires": {}
7760
+ }
7761
+ },
5877
7762
  {
5878
7763
  "name": "web-vitals",
5879
7764
  "description": "Web Vitals for Nuxt",
5880
- "repo": "nuxt-community/web-vitals-module",
7765
+ "repo": "nuxt-modules/web-vitals",
5881
7766
  "npm": "@nuxtjs/web-vitals",
5882
7767
  "icon": "web-vitals.png",
5883
- "github": "https://github.com/nuxt-community/web-vitals-module",
5884
- "website": "https://github.com/nuxt-community/web-vitals-module",
7768
+ "github": "https://github.com/nuxt-modules/web-vitals",
7769
+ "website": "https://github.com/nuxt-modules/web-vitals",
5885
7770
  "learn_more": "",
5886
7771
  "category": "Performance",
5887
7772
  "type": "community",
@@ -5932,7 +7817,7 @@
5932
7817
  },
5933
7818
  {
5934
7819
  "name": "webpack-optimisations",
5935
- "description": "Nuxt.js v2 module to automatically make your builds faster.",
7820
+ "description": "Nuxt v2 module to automatically make your builds faster.",
5936
7821
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
5937
7822
  "npm": "nuxt-webpack-optimisations",
5938
7823
  "icon": "build-optimisations.svg",
@@ -6007,7 +7892,7 @@
6007
7892
  "icon": "webpack.png",
6008
7893
  "github": "https://github.com/nuxt-community/webpackmonitor-module",
6009
7894
  "website": "https://github.com/nuxt-community/webpackmonitor-module",
6010
- "learn_more": "http://webpackmonitor.com/",
7895
+ "learn_more": "",
6011
7896
  "category": "Devtools",
6012
7897
  "type": "community",
6013
7898
  "maintainers": [
@@ -6022,14 +7907,62 @@
6022
7907
  "requires": {}
6023
7908
  }
6024
7909
  },
7910
+ {
7911
+ "name": "well-known",
7912
+ "description": "A Nuxt module to add well-known URIs using middlewares",
7913
+ "repo": "zadigetvoltaire/nuxt-well-known",
7914
+ "npm": "@zadigetvoltaire/nuxt-well-known",
7915
+ "icon": "well-known.svg",
7916
+ "github": "https://github.com/zadigetvoltaire/nuxt-well-known",
7917
+ "website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
7918
+ "learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
7919
+ "category": "SEO",
7920
+ "type": "3rd-party",
7921
+ "maintainers": [
7922
+ {
7923
+ "name": "Zadig&Voltaire Team",
7924
+ "github": "https://github.com/zadigetvoltaire"
7925
+ }
7926
+ ],
7927
+ "compatibility": {
7928
+ "nuxt": "^3.0.0",
7929
+ "requires": {}
7930
+ }
7931
+ },
7932
+ {
7933
+ "name": "wideangle",
7934
+ "description": "Nuxt module to integrate Wide Angle Analytics",
7935
+ "repo": "inputobjects/wideangle-nuxt",
7936
+ "npm": "wideangle-nuxt",
7937
+ "icon": "wideangle.png",
7938
+ "github": "https://github.com/inputobjects/wideangle-nuxt",
7939
+ "website": "https://wideangle.co",
7940
+ "learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
7941
+ "category": "Analytics",
7942
+ "type": "3rd-party",
7943
+ "maintainers": [
7944
+ {
7945
+ "name": "Wide Angle Analytics by Input Objects GmbH",
7946
+ "github": "inputobjects"
7947
+ },
7948
+ {
7949
+ "name": "Jarek Rozanski",
7950
+ "github": "jrozanski"
7951
+ }
7952
+ ],
7953
+ "compatibility": {
7954
+ "nuxt": "^3.0.0",
7955
+ "requires": {}
7956
+ }
7957
+ },
6025
7958
  {
6026
7959
  "name": "windicss",
6027
7960
  "description": "Next generation utility-first CSS framework.",
6028
- "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
7961
+ "repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
6029
7962
  "npm": "nuxt-windicss",
6030
7963
  "icon": "windicss.svg",
6031
- "github": "https://github.com/windicss/nuxt-windicss-module",
6032
- "website": "https://github.com/windicss/nuxt-windicss-module",
7964
+ "github": "https://github.com/windicss/nuxt-windicss",
7965
+ "website": "https://github.com/windicss/nuxt-windicss",
6033
7966
  "learn_more": "https://windicss.org/",
6034
7967
  "category": "UI",
6035
7968
  "type": "3rd-party",
@@ -6165,55 +8098,9 @@
6165
8098
  "requires": {}
6166
8099
  }
6167
8100
  },
6168
- {
6169
- "name": "yandex-metrika-next",
6170
- "description": "Yandex Metrika integration for Nuxt",
6171
- "repo": "artmizu/yandex-metrika-nuxt",
6172
- "npm": "@artmizu/yandex-metrika-nuxt",
6173
- "icon": "yandex-metrika.svg",
6174
- "github": "https://github.com/artmizu/yandex-metrika-nuxt",
6175
- "website": "https://github.com/artmizu/yandex-metrika-nuxt",
6176
- "learn_more": "",
6177
- "category": "Analytics",
6178
- "type": "3rd-party",
6179
- "maintainers": [
6180
- {
6181
- "name": "Aleksandr Saburov",
6182
- "github": "artmizu",
6183
- "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
6184
- }
6185
- ],
6186
- "compatibility": {
6187
- "nuxt": "^3.0.0",
6188
- "requires": {}
6189
- }
6190
- },
6191
- {
6192
- "name": "yandex-metrika",
6193
- "description": "Yandex metrika Module for Nuxt.js",
6194
- "repo": "nuxt-community/yandex-metrika-module",
6195
- "npm": "@nuxtjs/yandex-metrika",
6196
- "icon": "",
6197
- "github": "https://github.com/nuxt-community/yandex-metrika-module",
6198
- "website": "https://github.com/nuxt-community/yandex-metrika-module",
6199
- "learn_more": "https://metrica.yandex.com/about",
6200
- "category": "Analytics",
6201
- "type": "community",
6202
- "maintainers": [
6203
- {
6204
- "name": "Pooya Parsa",
6205
- "github": "pi0",
6206
- "twitter": "_pi0_"
6207
- }
6208
- ],
6209
- "compatibility": {
6210
- "nuxt": "^2.0.0",
6211
- "requires": {}
6212
- }
6213
- },
6214
8101
  {
6215
8102
  "name": "zendesk",
6216
- "description": "Nuxt.js module for Zendesk",
8103
+ "description": "Nuxt module for Zendesk",
6217
8104
  "repo": "DansMaCulotte/nuxt-zendesk",
6218
8105
  "npm": "@dansmaculotte/nuxt-zendesk",
6219
8106
  "icon": "zendesk.png",