@nuxt/modules 0.6.0-46106e → 0.6.0-489bdd

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +4 -0
  2. package/modules.json +2272 -441
  3. package/package.json +12 -10
package/modules.json CHANGED
@@ -1,7 +1,7 @@
1
1
  [
2
2
  {
3
3
  "name": "ackee",
4
- "description": "Nuxt.js module for Ackee analytics",
4
+ "description": "Nuxt module for Ackee analytics",
5
5
  "repo": "bdrtsky/nuxt-ackee",
6
6
  "npm": "nuxt-ackee",
7
7
  "icon": "ackee.png",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  {
30
30
  "name": "agility-cms",
31
- "description": "Agility CMS Integration for Nuxt.js",
31
+ "description": "Agility CMS Integration for Nuxt",
32
32
  "repo": "agility/agilitycms-nuxt-module",
33
33
  "npm": "@agility/agilitycms-nuxt-module",
34
34
  "icon": "agility.png",
@@ -51,7 +51,7 @@
51
51
  },
52
52
  {
53
53
  "name": "algolia",
54
- "description": "Algolia Search Module for Nuxt 3",
54
+ "description": "Algolia Search Module for Nuxt",
55
55
  "repo": "nuxt-modules/algolia",
56
56
  "npm": "@nuxtjs/algolia",
57
57
  "icon": "algolia.svg",
@@ -125,21 +125,20 @@
125
125
  }
126
126
  },
127
127
  {
128
- "name": "prometheus",
129
- "description": "Prometheus metrics for NodeJS and a set of custom metrics for Nuxt applications",
130
- "repo": "artmizu/nuxt-prometheus",
131
- "npm": "@artmizu/nuxt-prometheus",
132
- "icon": "prometheus.svg",
133
- "github": "https://github.com/artmizu/nuxt-prometheus",
134
- "website": "",
128
+ "name": "animejs",
129
+ "description": "Anime.js module for Nuxt",
130
+ "repo": "hypernym-studio/nuxt-anime",
131
+ "npm": "@hypernym/nuxt-anime",
132
+ "icon": "",
133
+ "github": "https://github.com/hypernym-studio/nuxt-anime",
134
+ "website": "https://github.com/hypernym-studio/nuxt-anime",
135
135
  "learn_more": "",
136
- "category": "Monitoring",
136
+ "category": "Libraries",
137
137
  "type": "3rd-party",
138
138
  "maintainers": [
139
139
  {
140
- "name": "Aleksandr Saburov",
141
- "github": "artmizu",
142
- "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
140
+ "name": "ivodolenc",
141
+ "github": "ivodolenc"
143
142
  }
144
143
  ],
145
144
  "compatibility": {
@@ -148,35 +147,59 @@
148
147
  }
149
148
  },
150
149
  {
151
- "name": "animejs",
152
- "description": "Anime.js module for Nuxt.js",
153
- "repo": "ivodolenc/nuxt-animejs",
154
- "npm": "nuxt-animejs",
155
- "icon": "",
156
- "github": "https://github.com/ivodolenc/nuxt-animejs",
157
- "website": "https://github.com/ivodolenc/nuxt-animejs",
150
+ "name": "ant-design-vue",
151
+ "description": "A Vue 3 based component library for designers and developers",
152
+ "repo": "vueComponent/ant-design-vue-nuxt",
153
+ "npm": "@ant-design-vue/nuxt",
154
+ "icon": "ant-design-vue.svg",
155
+ "github": "https://github.com/vueComponent/ant-design-vue-nuxt",
156
+ "website": "https://antdv.com",
157
+ "learn_more": "https://github.com/vueComponent/ant-design-vue-nuxt",
158
+ "category": "UI",
159
+ "type": "3rd-party",
160
+ "maintainers": [
161
+ {
162
+ "name": "tangjinzhou",
163
+ "github": "tangjinzhou"
164
+ }
165
+ ],
166
+ "compatibility": {
167
+ "nuxt": "^3.0.0",
168
+ "requires": {
169
+ "bridge": "optional"
170
+ }
171
+ }
172
+ },
173
+ {
174
+ "name": "aos",
175
+ "description": "A Nuxt module that adds Animate On Scroll",
176
+ "repo": "egidiusmengelberg/nuxt-aos",
177
+ "npm": "nuxt-aos",
178
+ "icon": "aos.png",
179
+ "github": "https://github.com/egidiusmengelberg/nuxt-aos",
180
+ "website": "https://github.com/egidiusmengelberg/nuxt-aos",
158
181
  "learn_more": "",
159
- "category": "Libraries",
182
+ "category": "Devtools",
160
183
  "type": "3rd-party",
161
184
  "maintainers": [
162
185
  {
163
- "name": "ivodolenc",
164
- "github": "ivodolenc"
186
+ "name": "egidiusmengelberg",
187
+ "github": "egidiusmengelberg"
165
188
  }
166
189
  ],
167
190
  "compatibility": {
168
- "nuxt": "^2.0.0",
191
+ "nuxt": "^3.0.0",
169
192
  "requires": {}
170
193
  }
171
194
  },
172
195
  {
173
196
  "name": "api-party",
174
- "description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
197
+ "description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
175
198
  "repo": "johannschopplich/nuxt-api-party",
176
199
  "npm": "nuxt-api-party",
177
200
  "icon": "api-party.svg",
178
201
  "github": "https://github.com/johannschopplich/nuxt-api-party",
179
- "website": "https://github.com/johannschopplich/nuxt-api-party#readme",
202
+ "website": "https://nuxt-api-party.jhnn.dev/",
180
203
  "learn_more": "",
181
204
  "category": "Request",
182
205
  "type": "3rd-party",
@@ -219,7 +242,7 @@
219
242
  },
220
243
  {
221
244
  "name": "apollo",
222
- "description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
245
+ "description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
223
246
  "repo": "nuxt-modules/apollo",
224
247
  "npm": "@nuxtjs/apollo",
225
248
  "icon": "apollo.png",
@@ -243,7 +266,7 @@
243
266
  },
244
267
  {
245
268
  "name": "applicationinsights",
246
- "description": "AppInsights module for Nuxt.js",
269
+ "description": "AppInsights module for Nuxt",
247
270
  "repo": "nuxt-community/applicationinsights-module",
248
271
  "npm": "@nuxtjs/applicationinsights",
249
272
  "icon": "application-insights.png",
@@ -272,7 +295,7 @@
272
295
  "github": "https://github.com/Hrdtr/nuxt-appwrite",
273
296
  "website": "https://github.com/Hrdtr/nuxt-appwrite",
274
297
  "learn_more": "",
275
- "category": "Request",
298
+ "category": "Database",
276
299
  "type": "3rd-party",
277
300
  "maintainers": [
278
301
  {
@@ -281,13 +304,80 @@
281
304
  }
282
305
  ],
283
306
  "compatibility": {
284
- "nuxt": "^2.0.0",
307
+ "nuxt": "^3.0.0",
308
+ "requires": {}
309
+ }
310
+ },
311
+ {
312
+ "name": "arco-design-nuxt-module",
313
+ "description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
314
+ "repo": "wiidede/arco-design-nuxt-module",
315
+ "npm": "arco-design-nuxt-module",
316
+ "icon": "arco-design.svg",
317
+ "github": "https://github.com/wiidede/arco-design-nuxt-module",
318
+ "website": "https://arco.design/vue",
319
+ "learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
320
+ "category": "UI",
321
+ "type": "3rd-party",
322
+ "maintainers": [
323
+ {
324
+ "name": "wiidede",
325
+ "github": "wiidede"
326
+ }
327
+ ],
328
+ "compatibility": {
329
+ "nuxt": "^3.0.0",
330
+ "requires": {}
331
+ }
332
+ },
333
+ {
334
+ "name": "ark-ui",
335
+ "description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
336
+ "repo": "iamdin/nuxt-ark-ui",
337
+ "npm": "nuxt-ark-ui",
338
+ "icon": "ark-ui.svg",
339
+ "github": "https://github.com/iamdin/nuxt-ark-ui",
340
+ "website": "https://ark-ui.com/",
341
+ "learn_more": "https://github.com/iamdin/nuxt-ark-ui",
342
+ "category": "UI",
343
+ "type": "3rd-party",
344
+ "maintainers": [
345
+ {
346
+ "name": "Din",
347
+ "github": "iamdin",
348
+ "twitter": "iamdinq"
349
+ }
350
+ ],
351
+ "compatibility": {
352
+ "nuxt": "^3.0.0",
353
+ "requires": {}
354
+ }
355
+ },
356
+ {
357
+ "name": "auth-utils",
358
+ "description": "Minimalist Auth module for Nuxt with SSR.",
359
+ "repo": "atinux/nuxt-auth-utils",
360
+ "npm": "nuxt-auth-utils",
361
+ "icon": "",
362
+ "github": "https://github.com/atinux/nuxt-auth-utils",
363
+ "website": "https://github.com/atinux/nuxt-auth-utils",
364
+ "learn_more": "",
365
+ "category": "Devtools",
366
+ "type": "3rd-party",
367
+ "maintainers": [
368
+ {
369
+ "name": "atinux",
370
+ "github": "atinux"
371
+ }
372
+ ],
373
+ "compatibility": {
374
+ "nuxt": "^3.0.0",
285
375
  "requires": {}
286
376
  }
287
377
  },
288
378
  {
289
379
  "name": "auth",
290
- "description": "Zero-boilerplate authentication support for Nuxt.js.",
380
+ "description": "Zero-boilerplate authentication support for Nuxt.",
291
381
  "repo": "nuxt-community/auth-module",
292
382
  "npm": "@nuxtjs/auth",
293
383
  "icon": "auth.png",
@@ -312,9 +402,55 @@
312
402
  "requires": {}
313
403
  }
314
404
  },
405
+ {
406
+ "name": "authjs",
407
+ "description": "Auth.js authentication Nuxt module. Edge compatible.",
408
+ "repo": "Hebilicious/authjs-nuxt#main",
409
+ "npm": "@hebilicious/authjs-nuxt",
410
+ "icon": "authjs.png",
411
+ "github": "https://github.com/Hebilicious/authjs-nuxt",
412
+ "website": "https://authjs-nuxt.pages.dev/",
413
+ "learn_more": "https://authjs.dev/",
414
+ "category": "Security",
415
+ "type": "3rd-party",
416
+ "maintainers": [
417
+ {
418
+ "name": "Hebilicious",
419
+ "github": "Hebilicious",
420
+ "twitter": "its_hebilicious"
421
+ }
422
+ ],
423
+ "compatibility": {
424
+ "nuxt": "^3.0.0",
425
+ "requires": {}
426
+ }
427
+ },
428
+ {
429
+ "name": "auto-animate",
430
+ "description": "Automatic animations for your Nuxt app with a single line of code.",
431
+ "repo": "formkit/auto-animate",
432
+ "npm": "@formkit/auto-animate",
433
+ "icon": "auto-animate.svg",
434
+ "github": "https://github.com/formkit/auto-animate",
435
+ "website": "https://auto-animate.formkit.com",
436
+ "learn_more": "https://auto-animate.formkit.com",
437
+ "category": "Libraries",
438
+ "type": "3rd-party",
439
+ "maintainers": [
440
+ {
441
+ "name": "Justin Schroeder",
442
+ "github": "justin-schroeder",
443
+ "twitter": "jpschroeder"
444
+ }
445
+ ],
446
+ "compatibility": {
447
+ "nuxt": "^3.0.0",
448
+ "requires": {}
449
+ }
450
+ },
315
451
  {
316
452
  "name": "axios",
317
- "description": "Secure and easy Axios module with Nuxt.js",
453
+ "description": "Secure and easy Axios module with Nuxt",
318
454
  "repo": "nuxt-community/axios-module",
319
455
  "npm": "@nuxtjs/axios",
320
456
  "icon": "axios.svg",
@@ -337,7 +473,7 @@
337
473
  },
338
474
  {
339
475
  "name": "basic-auth",
340
- "description": "Provide basic authentication to your Nuxt.js application",
476
+ "description": "Provide basic authentication to your Nuxt application",
341
477
  "repo": "potato4d/nuxt-basic-auth-module",
342
478
  "npm": "nuxt-basic-auth-module",
343
479
  "icon": "",
@@ -461,7 +597,7 @@
461
597
  },
462
598
  {
463
599
  "name": "bulma-slim",
464
- "description": "Nuxt.js module to automatically make a slim Bulma build of used features with Purgecss",
600
+ "description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
465
601
  "repo": "mustardamus/nuxt-bulma-slim",
466
602
  "npm": "nuxt-bulma-slim",
467
603
  "icon": "bulma.png",
@@ -528,7 +664,7 @@
528
664
  },
529
665
  {
530
666
  "name": "canvas-sketch",
531
- "description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
667
+ "description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
532
668
  "repo": "LuXDAmore/generative-art",
533
669
  "npm": "@luxdamore/nuxt-canvas-sketch",
534
670
  "icon": "",
@@ -549,9 +685,31 @@
549
685
  "requires": {}
550
686
  }
551
687
  },
688
+ {
689
+ "name": "capo",
690
+ "description": "Capo.js implementation for Nuxt",
691
+ "repo": "danielroe/nuxt-capo",
692
+ "npm": "nuxt-capo",
693
+ "icon": "",
694
+ "github": "https://github.com/danielroe/nuxt-capo",
695
+ "website": "https://github.com/danielroe/nuxt-capo",
696
+ "learn_more": "",
697
+ "category": "Performance",
698
+ "type": "3rd-party",
699
+ "maintainers": [
700
+ {
701
+ "name": "danielroe",
702
+ "github": "danielroe"
703
+ }
704
+ ],
705
+ "compatibility": {
706
+ "nuxt": "^3.0.0",
707
+ "requires": {}
708
+ }
709
+ },
552
710
  {
553
711
  "name": "chakra-ui",
554
- "description": "Chakra UI Module for Nuxt.js",
712
+ "description": "Chakra UI Module for Nuxt",
555
713
  "repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
556
714
  "npm": "@chakra-ui/nuxt",
557
715
  "icon": "chakra-ui.png",
@@ -574,11 +732,11 @@
574
732
  {
575
733
  "name": "chatwoot",
576
734
  "description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
577
- "repo": "huntersofbook/huntersofbook#main/projects/chatwoot/packages/nuxt",
578
- "npm": "@huntersofbook/chatwoot-nuxt",
735
+ "repo": "productdevbookcom/chatwoot",
736
+ "npm": "@productdevbook/chatwoot",
579
737
  "icon": "chatwoot.png",
580
- "github": "https://github.com/huntersofbook/huntersofbook/tree/main/projects/chatwoot/packages/nuxt",
581
- "website": "https://github.com/huntersofbook/huntersofbook/tree/main/projects/chatwoot/packages/nuxt",
738
+ "github": "https://github.com/productdevbookcom/chatwoot",
739
+ "website": "https://github.com/productdevbookcom/chatwoot",
582
740
  "learn_more": "https://www.chatwoot.com",
583
741
  "category": "Libraries",
584
742
  "type": "3rd-party",
@@ -615,6 +773,29 @@
615
773
  "requires": {}
616
774
  }
617
775
  },
776
+ {
777
+ "name": "clarity-analytics",
778
+ "description": "Clarity Analytics Module for Nuxt",
779
+ "repo": "Barbapapazes/nuxt-clarity-analytics",
780
+ "npm": "nuxt-clarity-analytics",
781
+ "icon": "",
782
+ "github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
783
+ "website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
784
+ "learn_more": "https://clarity.microsoft.com/",
785
+ "category": "Analytics",
786
+ "type": "3rd-party",
787
+ "maintainers": [
788
+ {
789
+ "name": "Barbapapazes",
790
+ "github": "Barbapapazes",
791
+ "twitter": "soubiran_"
792
+ }
793
+ ],
794
+ "compatibility": {
795
+ "nuxt": "^3.0.0",
796
+ "requires": {}
797
+ }
798
+ },
618
799
  {
619
800
  "name": "client-init",
620
801
  "description": "Provide client version of `nuxtServerInit`.",
@@ -639,7 +820,7 @@
639
820
  },
640
821
  {
641
822
  "name": "cloudcms",
642
- "description": "CloudCMS Nuxt.js Module",
823
+ "description": "CloudCMS Nuxt Module",
643
824
  "repo": "gitana/cloudcms-nuxt",
644
825
  "npm": "cloudcms-nuxt",
645
826
  "icon": "",
@@ -688,11 +869,11 @@
688
869
  },
689
870
  {
690
871
  "name": "cloudinary",
691
- "description": "Optimize images and videos in your Nuxt.js application",
692
- "repo": "nuxt-community/cloudinary-module",
872
+ "description": "Optimize images and videos in your Nuxt application",
873
+ "repo": "nuxt-modules/cloudinary",
693
874
  "npm": "@nuxtjs/cloudinary",
694
875
  "icon": "cloudinary.png",
695
- "github": "https://github.com/nuxt-community/cloudinary-module",
876
+ "github": "https://github.com/nuxt-modules/cloudinary",
696
877
  "website": "https://cloudinary.nuxtjs.org",
697
878
  "learn_more": "https://cloudinary.com",
698
879
  "category": "Images",
@@ -711,11 +892,11 @@
711
892
  },
712
893
  {
713
894
  "name": "color-mode",
714
- "description": "Dark and Light mode for NuxtJS with auto detection",
715
- "repo": "nuxt-community/color-mode-module",
895
+ "description": "Dark and Light mode for Nuxt with auto detection",
896
+ "repo": "nuxt-modules/color-mode",
716
897
  "npm": "@nuxtjs/color-mode",
717
898
  "icon": "color-mode.png",
718
- "github": "https://github.com/nuxt-community/color-mode-module",
899
+ "github": "https://github.com/nuxt-modules/color-mode",
719
900
  "website": "https://color-mode.nuxtjs.org",
720
901
  "learn_more": "",
721
902
  "category": "UI",
@@ -780,12 +961,35 @@
780
961
  "requires": {}
781
962
  }
782
963
  },
964
+ {
965
+ "name": "content-assets",
966
+ "description": "Enable locally-located assets in Nuxt Content",
967
+ "repo": "davestewart/nuxt-content-assets",
968
+ "npm": "nuxt-content-assets",
969
+ "icon": "content-assets.png",
970
+ "github": "https://github.com/davestewart/nuxt-content-assets",
971
+ "website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
972
+ "learn_more": "",
973
+ "category": "Images",
974
+ "type": "3rd-party",
975
+ "maintainers": [
976
+ {
977
+ "name": "davestewart",
978
+ "github": "davestewart",
979
+ "twitter": "dave_stewart"
980
+ }
981
+ ],
982
+ "compatibility": {
983
+ "nuxt": "^3.0.0",
984
+ "requires": {}
985
+ }
986
+ },
783
987
  {
784
988
  "name": "content",
785
989
  "description": "Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.",
786
990
  "repo": "nuxt/content#main",
787
991
  "npm": "@nuxt/content",
788
- "icon": "nuxt.png",
992
+ "icon": "nuxt.svg",
789
993
  "github": "https://github.com/nuxt/content",
790
994
  "website": "https://content.nuxtjs.org",
791
995
  "learn_more": "",
@@ -909,7 +1113,7 @@
909
1113
  },
910
1114
  {
911
1115
  "name": "darkmode.js",
912
- "description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
1116
+ "description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
913
1117
  "repo": "sandoche/nuxtjs-darkmode-js-module#main",
914
1118
  "npm": "nuxtjs-darkmode-js-module",
915
1119
  "icon": "darkmode.png",
@@ -931,7 +1135,7 @@
931
1135
  },
932
1136
  {
933
1137
  "name": "date-fns",
934
- "description": "Modern JavaScript date utility library - date-fns for Nuxt.js",
1138
+ "description": "Modern JavaScript date utility library - date-fns for Nuxt",
935
1139
  "repo": "nuxt-community/date-fns-module",
936
1140
  "npm": "@nuxtjs/date-fns",
937
1141
  "icon": "date-fns.png",
@@ -952,11 +1156,11 @@
952
1156
  }
953
1157
  },
954
1158
  {
955
- "name": "datocms",
956
- "description": "DatoCMS integration for Nuxt.js",
1159
+ "name": "datocms-nuxt2",
1160
+ "description": "DatoCMS integration for Nuxt v2",
957
1161
  "repo": "voorhoede/nuxt-datocms-module",
958
1162
  "npm": "@voorhoede/nuxt-datocms-module",
959
- "icon": "datocms.png",
1163
+ "icon": "datocms.svg",
960
1164
  "github": "https://github.com/voorhoede/nuxt-datocms-module",
961
1165
  "website": "https://github.com/voorhoede/nuxt-datocms-module",
962
1166
  "learn_more": "https://www.datocms.com/",
@@ -973,33 +1177,57 @@
973
1177
  "requires": {}
974
1178
  }
975
1179
  },
1180
+ {
1181
+ "name": "datocms",
1182
+ "description": "DatoCMS module for Nuxt",
1183
+ "repo": "hex-digital/nuxt-datocms",
1184
+ "npm": "@hexdigital/nuxt-datocms",
1185
+ "icon": "datocms.svg",
1186
+ "github": "https://github.com/hex-digital/nuxt-datocms",
1187
+ "website": "https://github.com/hex-digital/nuxt-datocms#readme",
1188
+ "learn_more": "https://www.datocms.com/",
1189
+ "category": "CMS",
1190
+ "type": "3rd-party",
1191
+ "maintainers": [
1192
+ {
1193
+ "name": "Jamie Warburton",
1194
+ "github": "jamiewarb",
1195
+ "twitter": "jamiewarb",
1196
+ "avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
1197
+ }
1198
+ ],
1199
+ "compatibility": {
1200
+ "nuxt": "^3.0.0",
1201
+ "requires": {}
1202
+ }
1203
+ },
976
1204
  {
977
1205
  "name": "dayjs",
978
- "description": "The best way for use Day.js easily in your Nuxt.js project.",
979
- "repo": "nuxt-community/dayjs-module",
980
- "npm": "@nuxtjs/dayjs",
1206
+ "description": "Day.js module for Nuxt",
1207
+ "repo": "fumeapp/dayjs",
1208
+ "npm": "dayjs-nuxt",
981
1209
  "icon": "day-js.png",
982
- "github": "https://github.com/nuxt-community/dayjs-module",
983
- "website": "https://github.com/nuxt-community/dayjs-module",
1210
+ "github": "https://github.com/fumeapp/dayjs",
1211
+ "website": "https://github.com/fumeapp/dayjs",
984
1212
  "learn_more": "https://day.js.org/",
985
- "category": "Date",
986
- "type": "community",
1213
+ "category": "Libraries",
1214
+ "type": "3rd-party",
987
1215
  "maintainers": [
988
1216
  {
989
- "name": "Takuma HANATANI",
990
- "github": "potato4d",
991
- "twitter": "potato4d"
1217
+ "name": "Kevin Olson",
1218
+ "github": "acidjazz",
1219
+ "twitter": "AppFume"
992
1220
  }
993
1221
  ],
994
1222
  "compatibility": {
995
- "nuxt": "^2.0.0",
1223
+ "nuxt": "^3.0.0",
996
1224
  "requires": {}
997
1225
  }
998
1226
  },
999
1227
  {
1000
1228
  "name": "delay-hydration",
1001
- "description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
1002
- "repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
1229
+ "description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
1230
+ "repo": "harlan-zw/nuxt-delay-hydration",
1003
1231
  "npm": "nuxt-delay-hydration",
1004
1232
  "icon": "lighthouse.svg",
1005
1233
  "github": "https://github.com/harlan-zw/nuxt-delay-hydration",
@@ -1021,12 +1249,12 @@
1021
1249
  },
1022
1250
  {
1023
1251
  "name": "device",
1024
- "description": "Device detection module for Nuxt.js",
1025
- "repo": "nuxt-community/device-module",
1252
+ "description": "Device detection module for Nuxt",
1253
+ "repo": "nuxt-modules/device",
1026
1254
  "npm": "@nuxtjs/device",
1027
1255
  "icon": "",
1028
- "github": "https://github.com/nuxt-community/device-module",
1029
- "website": "https://github.com/nuxt-community/device-module",
1256
+ "github": "https://github.com/nuxt-modules/device",
1257
+ "website": "https://github.com/nuxt-modules/device",
1030
1258
  "learn_more": "",
1031
1259
  "category": "Extensions",
1032
1260
  "type": "community",
@@ -1041,15 +1269,38 @@
1041
1269
  "requires": {}
1042
1270
  }
1043
1271
  },
1272
+ {
1273
+ "name": "devtools",
1274
+ "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1275
+ "repo": "nuxt/devtools#main/packages/devtools",
1276
+ "npm": "@nuxt/devtools",
1277
+ "icon": "nuxt.svg",
1278
+ "github": "https://github.com/nuxt/devtools",
1279
+ "website": "https://devtools.nuxtjs.org/",
1280
+ "learn_more": "",
1281
+ "category": "Devtools",
1282
+ "type": "official",
1283
+ "maintainers": [
1284
+ {
1285
+ "name": "Anthony Fu",
1286
+ "github": "antfu",
1287
+ "twitter": "antfu7"
1288
+ }
1289
+ ],
1290
+ "compatibility": {
1291
+ "nuxt": "^3.0.0",
1292
+ "requires": {}
1293
+ }
1294
+ },
1044
1295
  {
1045
1296
  "name": "directus",
1046
- "description": "Easily connect your Nuxt3 application to your directus server.",
1297
+ "description": "Easily connect your Nuxt application to your directus server.",
1047
1298
  "repo": "intevel/nuxt-directus",
1048
1299
  "npm": "nuxt-directus",
1049
1300
  "icon": "directus.svg",
1050
- "github": "https://github.com/directus/nuxt-directus/",
1051
- "website": "https://nuxt-directus.netlify.app/",
1052
- "learn_more": "https://nuxt-directus.netlify.app/",
1301
+ "github": "https://github.com/intevel/nuxt-directus/",
1302
+ "website": "https://nuxt-directus.site/",
1303
+ "learn_more": "https://nuxt-directus.site/",
1053
1304
  "category": "CMS",
1054
1305
  "type": "3rd-party",
1055
1306
  "maintainers": [
@@ -1060,15 +1311,36 @@
1060
1311
  }
1061
1312
  ],
1062
1313
  "compatibility": {
1063
- "nuxt": "^2.0.0 || ^3.0.0",
1064
- "requires": {
1065
- "bridge": true
1314
+ "nuxt": "^3.0.0",
1315
+ "requires": {},
1316
+ "devtools": "^0.0.0"
1317
+ }
1318
+ },
1319
+ {
1320
+ "name": "disqus",
1321
+ "description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
1322
+ "repo": "modbender/nuxt-disqus",
1323
+ "npm": "nuxt-disqus",
1324
+ "icon": "disqus.svg",
1325
+ "github": "https://github.com/modbender/nuxt-disqus",
1326
+ "website": "https://github.com/modbender/nuxt-disqus",
1327
+ "learn_more": "https://github.com/modbender/vue3-disqus",
1328
+ "category": "Libraries",
1329
+ "type": "3rd-party",
1330
+ "maintainers": [
1331
+ {
1332
+ "name": "modbender",
1333
+ "github": "modbender"
1066
1334
  }
1335
+ ],
1336
+ "compatibility": {
1337
+ "nuxt": "^3.0.0",
1338
+ "requires": {}
1067
1339
  }
1068
1340
  },
1069
1341
  {
1070
1342
  "name": "dotenv",
1071
- "description": "A Nuxt.js module that loads your .env file into your context options",
1343
+ "description": "A Nuxt module that loads your .env file into your context options",
1072
1344
  "repo": "nuxt-community/dotenv-module",
1073
1345
  "npm": "@nuxtjs/dotenv",
1074
1346
  "icon": "dotenv.png",
@@ -1090,7 +1362,7 @@
1090
1362
  },
1091
1363
  {
1092
1364
  "name": "drupal-ce",
1093
- "description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
1365
+ "description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
1094
1366
  "repo": "drunomics/nuxtjs-drupal-ce",
1095
1367
  "npm": "nuxtjs-drupal-ce",
1096
1368
  "icon": "drupal-ce.png",
@@ -1123,7 +1395,7 @@
1123
1395
  },
1124
1396
  {
1125
1397
  "name": "druxt",
1126
- "description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
1398
+ "description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
1127
1399
  "repo": "druxt/druxt.js#develop/packages/druxt",
1128
1400
  "npm": "druxt",
1129
1401
  "icon": "druxt.svg",
@@ -1143,6 +1415,51 @@
1143
1415
  "requires": {}
1144
1416
  }
1145
1417
  },
1418
+ {
1419
+ "name": "edgedb",
1420
+ "description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
1421
+ "repo": "Tahul/nuxt-edgedb",
1422
+ "npm": "nuxt-edgedb-module",
1423
+ "icon": "edgedb.svg",
1424
+ "github": "https://github.com/Tahul/nuxt-edgedb",
1425
+ "website": "https://github.com/Tahul/nuxt-edgedb",
1426
+ "learn_more": "https://github.com/Tahul/nuxt-edgedb",
1427
+ "category": "Database",
1428
+ "type": "3rd-party",
1429
+ "maintainers": [
1430
+ {
1431
+ "name": "Yaël Guilloux",
1432
+ "github": "Tahul",
1433
+ "twitter": "yaeeelglx"
1434
+ }
1435
+ ],
1436
+ "compatibility": {
1437
+ "nuxt": "^3.8.0",
1438
+ "requires": {}
1439
+ }
1440
+ },
1441
+ {
1442
+ "name": "electron",
1443
+ "description": "Integrate Nuxt and Electron.",
1444
+ "repo": "caoxiemeihao/nuxt-electron",
1445
+ "npm": "nuxt-electron",
1446
+ "icon": "electron.svg",
1447
+ "github": "https://github.com/caoxiemeihao/nuxt-electron",
1448
+ "website": "https://github.com/caoxiemeihao/nuxt-electron",
1449
+ "learn_more": "https://github.com/caoxiemeihao/nuxt-electron#readme",
1450
+ "category": "Extensions",
1451
+ "type": "3rd-party",
1452
+ "maintainers": [
1453
+ {
1454
+ "name": "草鞋没号",
1455
+ "github": "caoxiemeihao"
1456
+ }
1457
+ ],
1458
+ "compatibility": {
1459
+ "nuxt": "^3.0.0",
1460
+ "requires": {}
1461
+ }
1462
+ },
1146
1463
  {
1147
1464
  "name": "element-plus",
1148
1465
  "description": "A Vue 3 based component library for designers and developers",
@@ -1169,7 +1486,7 @@
1169
1486
  },
1170
1487
  {
1171
1488
  "name": "emotion",
1172
- "description": "The Next Generation of CSS-in-JS for Nuxt.js",
1489
+ "description": "The Next Generation of CSS-in-JS for Nuxt",
1173
1490
  "repo": "nuxt-modules/emotion",
1174
1491
  "npm": "@nuxtjs/emotion",
1175
1492
  "icon": "emotion.png",
@@ -1197,7 +1514,7 @@
1197
1514
  },
1198
1515
  {
1199
1516
  "name": "eslint",
1200
- "description": "ESLint module for Nuxt.js",
1517
+ "description": "ESLint module for Nuxt",
1201
1518
  "repo": "nuxt-community/eslint-module",
1202
1519
  "npm": "@nuxtjs/eslint-module",
1203
1520
  "icon": "eslint.png",
@@ -1213,13 +1530,13 @@
1213
1530
  }
1214
1531
  ],
1215
1532
  "compatibility": {
1216
- "nuxt": "^2.0.0",
1533
+ "nuxt": "^2.0.0 || ^3.0.0",
1217
1534
  "requires": {}
1218
1535
  }
1219
1536
  },
1220
1537
  {
1221
1538
  "name": "event-trace",
1222
- "description": "Module for event trace in Nuxt.js",
1539
+ "description": "Module for event trace in Nuxt",
1223
1540
  "repo": "nuxt-community/nuxt-event-trace",
1224
1541
  "npm": "nuxt-event-trace",
1225
1542
  "icon": "",
@@ -1263,7 +1580,7 @@
1263
1580
  },
1264
1581
  {
1265
1582
  "name": "feature-toggle",
1266
- "description": "Feature toggle module for Nuxt.js",
1583
+ "description": "Feature toggle module for Nuxt",
1267
1584
  "repo": "stephenkr/nuxt-feature-toggle",
1268
1585
  "npm": "nuxt-feature-toggle",
1269
1586
  "icon": "",
@@ -1330,7 +1647,7 @@
1330
1647
  },
1331
1648
  {
1332
1649
  "name": "floating-prompt-module",
1333
- "description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
1650
+ "description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
1334
1651
  "repo": "sandoche/nuxt-floating-prompt-module#main",
1335
1652
  "npm": "nuxt-floating-prompt-module",
1336
1653
  "icon": "",
@@ -1439,6 +1756,29 @@
1439
1756
  "requires": {}
1440
1757
  }
1441
1758
  },
1759
+ {
1760
+ "name": "form-actions",
1761
+ "description": "A set of features and composables to interact with forms and server data.",
1762
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
1763
+ "npm": "@hebilicious/form-actions-nuxt",
1764
+ "icon": "form-actions.svg",
1765
+ "github": "https://github.com/Hebilicious/form-actions-nuxt",
1766
+ "website": "https://form-actions-nuxt.pages.dev/",
1767
+ "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1768
+ "category": "Request",
1769
+ "type": "3rd-party",
1770
+ "maintainers": [
1771
+ {
1772
+ "name": "Hebilicious",
1773
+ "github": "Hebilicious",
1774
+ "twitter": "its_hebilicious"
1775
+ }
1776
+ ],
1777
+ "compatibility": {
1778
+ "nuxt": "^3.7.0",
1779
+ "requires": {}
1780
+ }
1781
+ },
1442
1782
  {
1443
1783
  "name": "formkit",
1444
1784
  "description": "Seamless FormKit integration for Nuxt",
@@ -1513,7 +1853,7 @@
1513
1853
  },
1514
1854
  {
1515
1855
  "name": "google-adsense",
1516
- "description": "Google Adsense Module for Nuxt.js",
1856
+ "description": "Google Adsense Module for Nuxt",
1517
1857
  "repo": "nuxt-community/google-adsense-module",
1518
1858
  "npm": "@nuxtjs/google-adsense",
1519
1859
  "icon": "google-adsense.png",
@@ -1539,7 +1879,7 @@
1539
1879
  },
1540
1880
  {
1541
1881
  "name": "google-analytics",
1542
- "description": "Google analytics Module for Nuxt.js",
1882
+ "description": "Google analytics Module for Nuxt",
1543
1883
  "repo": "nuxt-community/analytics-module",
1544
1884
  "npm": "@nuxtjs/google-analytics",
1545
1885
  "icon": "google-analytics.png",
@@ -1571,12 +1911,12 @@
1571
1911
  },
1572
1912
  {
1573
1913
  "name": "google-fonts",
1574
- "description": "Google Fonts module for NuxtJS",
1575
- "repo": "nuxt-community/google-fonts-module",
1914
+ "description": "Google Fonts module for Nuxt",
1915
+ "repo": "nuxt-modules/google-fonts",
1576
1916
  "npm": "@nuxtjs/google-fonts",
1577
1917
  "icon": "google-fonts.png",
1578
- "github": "https://github.com/nuxt-community/google-fonts-module",
1579
- "website": "https://github.com/nuxt-community/google-fonts-module",
1918
+ "github": "https://github.com/nuxt-modules/google-fonts",
1919
+ "website": "https://google-fonts.nuxtjs.org",
1580
1920
  "learn_more": "https://developers.google.com/fonts",
1581
1921
  "category": "Fonts",
1582
1922
  "type": "community",
@@ -1595,7 +1935,7 @@
1595
1935
  },
1596
1936
  {
1597
1937
  "name": "google-gtag",
1598
- "description": "Google GTag for Nuxt.js",
1938
+ "description": "Google GTag for Nuxt",
1599
1939
  "repo": "nuxt-community/google-gtag",
1600
1940
  "npm": "@nuxtjs/google-gtag",
1601
1941
  "icon": "gtm.png",
@@ -1621,7 +1961,7 @@
1621
1961
  },
1622
1962
  {
1623
1963
  "name": "google-optimize",
1624
- "description": "SSR friendly Google Optimize module for Nuxt.js",
1964
+ "description": "SSR friendly Google Optimize module for Nuxt",
1625
1965
  "repo": "nuxt-community/google-optimize-module",
1626
1966
  "npm": "nuxt-google-optimize",
1627
1967
  "icon": "google-optimize.png",
@@ -1676,7 +2016,7 @@
1676
2016
  },
1677
2017
  {
1678
2018
  "name": "graphql-request",
1679
- "description": "Easy Minimal GraphQL client integration with Nuxt.js",
2019
+ "description": "Easy Minimal GraphQL client integration with Nuxt",
1680
2020
  "repo": "gomah/nuxt-graphql-request",
1681
2021
  "npm": "nuxt-graphql-request",
1682
2022
  "icon": "graphql-request.png",
@@ -1692,7 +2032,7 @@
1692
2032
  }
1693
2033
  ],
1694
2034
  "compatibility": {
1695
- "nuxt": "^2.0.0",
2035
+ "nuxt": "^2.0.0 || ^3.0.0",
1696
2036
  "requires": {}
1697
2037
  }
1698
2038
  },
@@ -1715,26 +2055,51 @@
1715
2055
  ],
1716
2056
  "compatibility": {
1717
2057
  "nuxt": "^3.0.0",
1718
- "requires": {}
2058
+ "requires": {},
2059
+ "devtools": "^0.0.0"
1719
2060
  }
1720
2061
  },
1721
2062
  {
1722
- "name": "gtm",
1723
- "description": "Google Tag Manager Module for Nuxt.js",
1724
- "repo": "nuxt-community/gtm-module",
1725
- "npm": "@nuxtjs/gtm",
1726
- "icon": "gtm.png",
1727
- "github": "https://github.com/nuxt-community/gtm-module",
1728
- "website": "https://github.com/nuxt-community/gtm-module",
1729
- "learn_more": "https://marketingplatform.google.com/about/tag-manager/",
2063
+ "name": "gtag",
2064
+ "description": "Google Analytics integration for Nuxt",
2065
+ "repo": "johannschopplich/nuxt-gtag",
2066
+ "npm": "nuxt-gtag",
2067
+ "icon": "gtag.svg",
2068
+ "github": "https://github.com/johannschopplich/nuxt-gtag",
2069
+ "website": "https://github.com/johannschopplich/nuxt-gtag#readme",
2070
+ "learn_more": "",
1730
2071
  "category": "Analytics",
1731
- "type": "community",
2072
+ "type": "3rd-party",
1732
2073
  "maintainers": [
1733
2074
  {
1734
- "name": "Pooya Parsa",
1735
- "github": "pi0",
1736
- "twitter": "_pi0_"
1737
- }
2075
+ "name": "Johann Schopplich",
2076
+ "github": "johannschopplich",
2077
+ "twitter": "jschopplich",
2078
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
2079
+ }
2080
+ ],
2081
+ "compatibility": {
2082
+ "nuxt": "^3.0.0",
2083
+ "requires": {}
2084
+ }
2085
+ },
2086
+ {
2087
+ "name": "gtm",
2088
+ "description": "Google Tag Manager Module for Nuxt",
2089
+ "repo": "nuxt-community/gtm-module",
2090
+ "npm": "@nuxtjs/gtm",
2091
+ "icon": "gtm.png",
2092
+ "github": "https://github.com/nuxt-community/gtm-module",
2093
+ "website": "https://github.com/nuxt-community/gtm-module",
2094
+ "learn_more": "https://marketingplatform.google.com/about/tag-manager/",
2095
+ "category": "Analytics",
2096
+ "type": "community",
2097
+ "maintainers": [
2098
+ {
2099
+ "name": "Pooya Parsa",
2100
+ "github": "pi0",
2101
+ "twitter": "_pi0_"
2102
+ }
1738
2103
  ],
1739
2104
  "compatibility": {
1740
2105
  "nuxt": "^2.0.0",
@@ -1743,7 +2108,7 @@
1743
2108
  },
1744
2109
  {
1745
2110
  "name": "guess",
1746
- "description": "Guess.js module for Nuxt.js",
2111
+ "description": "Guess.js module for Nuxt",
1747
2112
  "repo": "nuxt-community/guess-module",
1748
2113
  "npm": "@nuxtjs/guess-module",
1749
2114
  "icon": "guessjs.png",
@@ -1763,6 +2128,28 @@
1763
2128
  "requires": {}
1764
2129
  }
1765
2130
  },
2131
+ {
2132
+ "name": "hanko",
2133
+ "description": "Hanko integration for Nuxt for passwordless authentication",
2134
+ "repo": "nuxt-modules/hanko",
2135
+ "npm": "@nuxtjs/hanko",
2136
+ "icon": "hanko.svg",
2137
+ "github": "https://github.com/nuxt-modules/hanko",
2138
+ "website": "https://github.com/nuxt-modules/hanko",
2139
+ "learn_more": "https://hanko.io/",
2140
+ "category": "Security",
2141
+ "type": "community",
2142
+ "maintainers": [
2143
+ {
2144
+ "name": "danielroe",
2145
+ "github": "danielroe"
2146
+ }
2147
+ ],
2148
+ "compatibility": {
2149
+ "nuxt": "^3.0.0",
2150
+ "requires": {}
2151
+ }
2152
+ },
1766
2153
  {
1767
2154
  "name": "harlem",
1768
2155
  "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
@@ -1833,7 +2220,7 @@
1833
2220
  },
1834
2221
  {
1835
2222
  "name": "helmet",
1836
- "description": "Easy Helmet module with Nuxt.js'",
2223
+ "description": "Easy Helmet module with Nuxt'",
1837
2224
  "repo": "victor-perez/nuxt-helmet",
1838
2225
  "npm": "nuxt-helmet",
1839
2226
  "icon": "",
@@ -1877,7 +2264,7 @@
1877
2264
  },
1878
2265
  {
1879
2266
  "name": "history-state",
1880
- "description": "Nuxt.js module to backup or restore historical states",
2267
+ "description": "Nuxt module to backup or restore historical states",
1881
2268
  "repo": "hidekatsu-izuno/nuxt-history-state",
1882
2269
  "npm": "nuxt-history-state",
1883
2270
  "icon": "",
@@ -1946,7 +2333,7 @@
1946
2333
  },
1947
2334
  {
1948
2335
  "name": "http",
1949
- "description": "Universal HTTP Module for Nuxt.js",
2336
+ "description": "Universal HTTP Module for Nuxt",
1950
2337
  "repo": "nuxt/http",
1951
2338
  "npm": "@nuxt/http",
1952
2339
  "icon": "http.png",
@@ -1974,7 +2361,7 @@
1974
2361
  },
1975
2362
  {
1976
2363
  "name": "humans-txt",
1977
- "description": "An initiative for knowing the people behind a website. It is a Nuxt.js buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
2364
+ "description": "An initiative for knowing the people behind a website. It is a Nuxt buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
1978
2365
  "repo": "Luxdamore/nuxt-humans-txt",
1979
2366
  "npm": "@luxdamore/nuxt-humans-txt",
1980
2367
  "icon": "",
@@ -1998,11 +2385,11 @@
1998
2385
  {
1999
2386
  "name": "i18n",
2000
2387
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
2001
- "repo": "nuxt-community/i18n-module",
2388
+ "repo": "nuxt-modules/i18n",
2002
2389
  "npm": "@nuxtjs/i18n",
2003
2390
  "icon": "i18n.png",
2004
- "github": "https://github.com/nuxt-community/i18n-module",
2005
- "website": "https://i18n.nuxtjs.org",
2391
+ "github": "https://github.com/nuxt-modules/i18n",
2392
+ "website": "https://v8.i18n.nuxtjs.org",
2006
2393
  "learn_more": "https://kazupon.github.io/vue-i18n/",
2007
2394
  "category": "Extensions",
2008
2395
  "type": "community",
@@ -2021,6 +2408,28 @@
2021
2408
  "requires": {}
2022
2409
  }
2023
2410
  },
2411
+ {
2412
+ "name": "icon-font",
2413
+ "description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
2414
+ "repo": "coremyslo/nuxt-icon-font",
2415
+ "npm": "@coremyslo/nuxt-icon-font",
2416
+ "icon": "",
2417
+ "github": "https://github.com/coremyslo/nuxt-icon-font",
2418
+ "website": "https://github.com/coremyslo/nuxt-icon-font",
2419
+ "learn_more": "",
2420
+ "category": "UI",
2421
+ "type": "3rd-party",
2422
+ "maintainers": [
2423
+ {
2424
+ "name": "coremyslo",
2425
+ "github": "coremyslo"
2426
+ }
2427
+ ],
2428
+ "compatibility": {
2429
+ "nuxt": "^3.0.0",
2430
+ "requires": {}
2431
+ }
2432
+ },
2024
2433
  {
2025
2434
  "name": "icon",
2026
2435
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2040,7 +2449,8 @@
2040
2449
  ],
2041
2450
  "compatibility": {
2042
2451
  "nuxt": "^3.0.0",
2043
- "requires": {}
2452
+ "requires": {},
2453
+ "devtools": "^0.0.0"
2044
2454
  }
2045
2455
  },
2046
2456
  {
@@ -2089,12 +2499,12 @@
2089
2499
  },
2090
2500
  {
2091
2501
  "name": "image",
2092
- "description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
2502
+ "description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
2093
2503
  "repo": "nuxt/image",
2094
2504
  "npm": "@nuxt/image",
2095
2505
  "icon": "image.png",
2096
2506
  "github": "https://github.com/nuxt/image",
2097
- "website": "https://image.nuxtjs.org",
2507
+ "website": "https://image.nuxt.com",
2098
2508
  "learn_more": "",
2099
2509
  "category": "Images",
2100
2510
  "type": "official",
@@ -2104,6 +2514,11 @@
2104
2514
  "github": "farnabaz",
2105
2515
  "twitter": "a_birang"
2106
2516
  },
2517
+ {
2518
+ "name": "Daniel Roe",
2519
+ "github": "danielroe",
2520
+ "twitter": "danielcroe"
2521
+ },
2107
2522
  {
2108
2523
  "name": "Pooya Parsa",
2109
2524
  "github": "pi0",
@@ -2124,7 +2539,7 @@
2124
2539
  },
2125
2540
  {
2126
2541
  "name": "imagemin",
2127
- "description": "Automatically optimize (compress) all images used in Nuxt.js",
2542
+ "description": "Automatically optimize (compress) all images used in Nuxt",
2128
2543
  "repo": "nuxt-community/imagemin-module",
2129
2544
  "npm": "@nuxtjs/imagemin",
2130
2545
  "icon": "imagemin.png",
@@ -2147,12 +2562,12 @@
2147
2562
  {
2148
2563
  "name": "inkline",
2149
2564
  "description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
2150
- "repo": "inkline/nuxt-module-inkline",
2151
- "npm": "@inkline/nuxt",
2565
+ "repo": "inkline/plugin",
2566
+ "npm": "@inkline/plugin",
2152
2567
  "icon": "inkline.svg",
2153
- "github": "https://github.com/inkline/nuxt-module-inkline",
2568
+ "github": "https://github.com/inkline/plugin",
2154
2569
  "website": "https://inkline.io",
2155
- "learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
2570
+ "learn_more": "https://inkline.io/docs/installation/nuxt",
2156
2571
  "category": "UI",
2157
2572
  "type": "3rd-party",
2158
2573
  "maintainers": [
@@ -2171,7 +2586,7 @@
2171
2586
  },
2172
2587
  {
2173
2588
  "name": "intercom",
2174
- "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
2589
+ "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
2175
2590
  "repo": "hex-digital/nuxt-intercom",
2176
2591
  "npm": "@hexdigital/nuxt-intercom",
2177
2592
  "icon": "intercom.png",
@@ -2216,7 +2631,7 @@
2216
2631
  },
2217
2632
  {
2218
2633
  "name": "jsonapi",
2219
- "description": "Easy JSON:API client integration for Nuxt.js",
2634
+ "description": "Easy JSON:API client integration for Nuxt",
2220
2635
  "repo": "patrickcate/nuxt-jsonapi",
2221
2636
  "npm": "nuxt-jsonapi",
2222
2637
  "icon": "jsonapi.svg",
@@ -2258,9 +2673,36 @@
2258
2673
  "requires": {}
2259
2674
  }
2260
2675
  },
2676
+ {
2677
+ "name": "kinde",
2678
+ "description": "Kinde authentication integration for Nuxt",
2679
+ "repo": "nuxt-modules/kinde",
2680
+ "npm": "@nuxtjs/kinde",
2681
+ "icon": "kinde.svg",
2682
+ "github": "https://github.com/nuxt-modules/kinde",
2683
+ "website": "https://kinde.com/docs/developer-tools/nuxt-module/",
2684
+ "learn_more": "https://kinde.com/",
2685
+ "category": "Security",
2686
+ "type": "community",
2687
+ "maintainers": [
2688
+ {
2689
+ "name": "danielroe",
2690
+ "github": "danielroe"
2691
+ },
2692
+ {
2693
+ "name": "daveordead",
2694
+ "github": "DaveOrDead",
2695
+ "twitter": "dave_or_dead"
2696
+ }
2697
+ ],
2698
+ "compatibility": {
2699
+ "nuxt": "^3.0.0",
2700
+ "requires": {}
2701
+ }
2702
+ },
2261
2703
  {
2262
2704
  "name": "kql",
2263
- "description": "Nuxt 3 module for Kirby's Query Language API",
2705
+ "description": "Nuxt module for Kirby's Query Language API",
2264
2706
  "repo": "johannschopplich/nuxt-kql",
2265
2707
  "npm": "nuxt-kql",
2266
2708
  "icon": "kql.svg",
@@ -2284,7 +2726,7 @@
2284
2726
  },
2285
2727
  {
2286
2728
  "name": "laravel-echo",
2287
- "description": "Laravel Echo for Nuxt.js",
2729
+ "description": "Laravel Echo for Nuxt",
2288
2730
  "repo": "nuxt-community/laravel-echo",
2289
2731
  "npm": "@nuxtjs/laravel-echo",
2290
2732
  "icon": "laravel-echo.png",
@@ -2372,13 +2814,13 @@
2372
2814
  },
2373
2815
  {
2374
2816
  "name": "link-checker",
2375
- "description": "",
2817
+ "description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
2376
2818
  "repo": "harlan-zw/nuxt-link-checker",
2377
2819
  "npm": "nuxt-link-checker",
2378
- "icon": "",
2820
+ "icon": "link-checker.svg",
2379
2821
  "github": "https://github.com/harlan-zw/nuxt-link-checker",
2380
- "website": "https://github.com/harlan-zw/nuxt-link-checker",
2381
- "learn_more": "",
2822
+ "website": "https://nuxtseo.com/link-checker",
2823
+ "learn_more": "https://nuxtseo.com/link-checker",
2382
2824
  "category": "SEO",
2383
2825
  "type": "3rd-party",
2384
2826
  "maintainers": [
@@ -2391,7 +2833,8 @@
2391
2833
  ],
2392
2834
  "compatibility": {
2393
2835
  "nuxt": "^3.0.0",
2394
- "requires": {}
2836
+ "requires": {},
2837
+ "devtools": "^0.0.0"
2395
2838
  }
2396
2839
  },
2397
2840
  {
@@ -2468,12 +2911,12 @@
2468
2911
  },
2469
2912
  {
2470
2913
  "name": "logrocket",
2471
- "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
2472
- "repo": "nuxt-community/nuxt-logrocket",
2914
+ "description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
2915
+ "repo": "nuxt-modules/logrocket",
2473
2916
  "npm": "nuxt-logrocket",
2474
2917
  "icon": "logrocket.png",
2475
- "github": "https://github.com/nuxt-community/nuxt-logrocket",
2476
- "website": "https://github.com/nuxt-community/nuxt-logrocket",
2918
+ "github": "https://github.com/nuxt-modules/logrocket",
2919
+ "website": "https://github.com/nuxt-modules/logrocket",
2477
2920
  "learn_more": "https://docs.logrocket.com/docs",
2478
2921
  "category": "Monitoring",
2479
2922
  "type": "community",
@@ -2489,9 +2932,35 @@
2489
2932
  "requires": {}
2490
2933
  }
2491
2934
  },
2935
+ {
2936
+ "name": "lucide-icons",
2937
+ "description": "Nuxt module to integrate Lucide icons",
2938
+ "repo": "swisnl/nuxt-lucide-icons",
2939
+ "npm": "nuxt-lucide-icons",
2940
+ "icon": "lucide-icons.svg",
2941
+ "github": "https://github.com/swisnl/nuxt-lucide-icons",
2942
+ "website": "https://github.com/swisnl/nuxt-lucide-icons",
2943
+ "learn_more": "",
2944
+ "category": "UI",
2945
+ "type": "3rd-party",
2946
+ "maintainers": [
2947
+ {
2948
+ "name": "SWIS",
2949
+ "github": "swisnl"
2950
+ },
2951
+ {
2952
+ "name": "Jasper Zonneveld",
2953
+ "github": "JaZo"
2954
+ }
2955
+ ],
2956
+ "compatibility": {
2957
+ "nuxt": "^3.0.0",
2958
+ "requires": {}
2959
+ }
2960
+ },
2492
2961
  {
2493
2962
  "name": "lunr",
2494
- "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
2963
+ "description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
2495
2964
  "repo": "nuxt-community/lunr-module",
2496
2965
  "npm": "@nuxtjs/lunr-module",
2497
2966
  "icon": "",
@@ -2579,6 +3048,28 @@
2579
3048
  "requires": {}
2580
3049
  }
2581
3050
  },
3051
+ {
3052
+ "name": "maz-ui",
3053
+ "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3054
+ "repo": "louismazel/maz-ui",
3055
+ "npm": "maz-ui",
3056
+ "icon": "maz-ui.png",
3057
+ "github": "https://github.com/louismazel/maz-ui",
3058
+ "website": "https://louismazel.github.io/maz-ui-3/",
3059
+ "learn_more": "https://louismazel.github.io/maz-ui-3/",
3060
+ "category": "UI",
3061
+ "type": "community",
3062
+ "maintainers": [
3063
+ {
3064
+ "name": "Loïc Mazuel",
3065
+ "github": "LouisMazel"
3066
+ }
3067
+ ],
3068
+ "compatibility": {
3069
+ "nuxt": "^3.0.0",
3070
+ "requires": {}
3071
+ }
3072
+ },
2582
3073
  {
2583
3074
  "name": "mdx",
2584
3075
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -2602,9 +3093,34 @@
2602
3093
  "requires": {}
2603
3094
  }
2604
3095
  },
3096
+ {
3097
+ "name": "medusa",
3098
+ "description": "Easily connect to Medusa from your Nuxt application",
3099
+ "repo": "Baroshem/nuxt-medusa",
3100
+ "npm": "nuxt-medusa",
3101
+ "icon": "medusa.svg",
3102
+ "github": "https://github.com/Baroshem/nuxt-medusa/",
3103
+ "website": "https://nuxt-medusa.vercel.app/",
3104
+ "learn_more": "https://nuxt-medusa.vercel.app/",
3105
+ "category": "Ecommerce",
3106
+ "type": "3rd-party",
3107
+ "maintainers": [
3108
+ {
3109
+ "name": "Jakub Andrzejewski",
3110
+ "github": "Baroshem",
3111
+ "avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
3112
+ }
3113
+ ],
3114
+ "compatibility": {
3115
+ "nuxt": "^2.0.0 || ^3.0.0",
3116
+ "requires": {
3117
+ "bridge": true
3118
+ }
3119
+ }
3120
+ },
2605
3121
  {
2606
3122
  "name": "meilisearch",
2607
- "description": "Meilisearch Instant Search module for Nuxt 3",
3123
+ "description": "Meilisearch Instant Search module for Nuxt",
2608
3124
  "repo": "xlanex6/nuxt-meilisearch",
2609
3125
  "npm": "nuxt-meilisearch",
2610
3126
  "icon": "meilisearch.svg",
@@ -2624,7 +3140,8 @@
2624
3140
  "nuxt": "^3.0.0",
2625
3141
  "requires": {
2626
3142
  "bridge": false
2627
- }
3143
+ },
3144
+ "devtools": "^0.0.0"
2628
3145
  }
2629
3146
  },
2630
3147
  {
@@ -2671,9 +3188,32 @@
2671
3188
  "requires": {}
2672
3189
  }
2673
3190
  },
3191
+ {
3192
+ "name": "module-feed",
3193
+ "description": "Feed module enables everyone to have RSS, Atom and JSON.",
3194
+ "repo": "tresko/nuxt-module-feed",
3195
+ "npm": "nuxt-module-feed",
3196
+ "icon": "",
3197
+ "github": "https://github.com/tresko/nuxt-module-feed",
3198
+ "website": "https://github.com/tresko/nuxt-module-feed",
3199
+ "learn_more": "",
3200
+ "category": "SEO",
3201
+ "type": "3rd-party",
3202
+ "maintainers": [
3203
+ {
3204
+ "name": "Miha Sedej",
3205
+ "github": "tresko",
3206
+ "twitter": "mihasedej"
3207
+ }
3208
+ ],
3209
+ "compatibility": {
3210
+ "nuxt": "^3.0.0",
3211
+ "requires": {}
3212
+ }
3213
+ },
2674
3214
  {
2675
3215
  "name": "moment",
2676
- "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3216
+ "description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
2677
3217
  "repo": "nuxt-community/moment-module",
2678
3218
  "npm": "@nuxtjs/moment",
2679
3219
  "icon": "momentjs.png",
@@ -2700,7 +3240,7 @@
2700
3240
  },
2701
3241
  {
2702
3242
  "name": "mq",
2703
- "description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3243
+ "description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
2704
3244
  "repo": "vanhoofmaarten/nuxt-mq",
2705
3245
  "npm": "nuxt-mq",
2706
3246
  "icon": "",
@@ -2744,7 +3284,7 @@
2744
3284
  },
2745
3285
  {
2746
3286
  "name": "netlify-cache",
2747
- "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
3287
+ "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
2748
3288
  "repo": "DreaMinder/nuxt-netlify-cache",
2749
3289
  "npm": "nuxt-netlify-cache",
2750
3290
  "icon": "netlify.png",
@@ -2789,7 +3329,7 @@
2789
3329
  },
2790
3330
  {
2791
3331
  "name": "netlify",
2792
- "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
3332
+ "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
2793
3333
  "repo": "bazzite/nuxt-netlify",
2794
3334
  "npm": "@aceforth/nuxt-netlify",
2795
3335
  "icon": "netlify.png",
@@ -2860,118 +3400,109 @@
2860
3400
  }
2861
3401
  },
2862
3402
  {
2863
- "name": "nuxt-auth",
2864
- "description": "",
2865
- "repo": "sidebase/nuxt-auth",
2866
- "npm": "@sidebase/nuxt-auth",
3403
+ "name": "nupolyon",
3404
+ "description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
3405
+ "repo": "adenvt/nupolyon",
3406
+ "npm": "nupolyon",
2867
3407
  "icon": "",
2868
- "github": "https://github.com/sidebase/nuxt-auth",
2869
- "website": "https://github.com/sidebase/nuxt-auth",
3408
+ "github": "https://github.com/adenvt/nupolyon",
3409
+ "website": "https://github.com/adenvt/nupolyon",
2870
3410
  "learn_more": "",
2871
- "category": "Devtools",
3411
+ "category": "Performance",
2872
3412
  "type": "3rd-party",
2873
3413
  "maintainers": [
2874
3414
  {
2875
- "name": "sidebase",
2876
- "github": "sidebase"
3415
+ "name": "adenvt",
3416
+ "github": "adenvt"
2877
3417
  }
2878
3418
  ],
2879
3419
  "compatibility": {
2880
- "nuxt": "^2.0.0",
3420
+ "nuxt": "^3.0.0",
2881
3421
  "requires": {}
2882
3422
  }
2883
3423
  },
2884
3424
  {
2885
- "name": "nuxt-graphql-middleware",
2886
- "description": "Expose GraphQL queries and mutations as server API routes.",
2887
- "repo": "dulnan/nuxt-graphql-middleware",
2888
- "npm": "nuxt-graphql-middleware",
2889
- "icon": "nuxt-graphql-middleware.svg",
2890
- "github": "https://github.com/dulnan/nuxt-graphql-middleware",
2891
- "website": "https://nuxt-graphql-middleware.dulnan.net",
3425
+ "name": "nuxt-anchorscroll",
3426
+ "description": "Scroll to top and to anchor support for Nuxt",
3427
+ "repo": "helltraitor/nuxt-anchorscroll",
3428
+ "npm": "nuxt-anchorscroll",
3429
+ "icon": "",
3430
+ "github": "https://github.com/helltraitor/nuxt-anchorscroll",
3431
+ "website": "https://github.com/helltraitor/nuxt-anchorscroll",
2892
3432
  "learn_more": "",
2893
- "category": "Request",
3433
+ "category": "UI",
2894
3434
  "type": "3rd-party",
2895
3435
  "maintainers": [
2896
3436
  {
2897
- "name": "dulnan",
2898
- "github": "dulnan",
2899
- "twitter": "dulnan",
2900
- "avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
2901
- },
2902
- {
2903
- "name": "ayalon",
2904
- "github": "ayalon",
2905
- "avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
3437
+ "name": "Helltraitor",
3438
+ "github": "helltraitor"
2906
3439
  }
2907
3440
  ],
2908
3441
  "compatibility": {
2909
- "nuxt": "^2.0.0 || ^3.0.0",
3442
+ "nuxt": "^3.0.0",
2910
3443
  "requires": {}
2911
3444
  }
2912
3445
  },
2913
3446
  {
2914
- "name": "nuxt-graphql-playground",
2915
- "description": "",
2916
- "repo": "pinpon-dev/nuxt-graphql-playground",
2917
- "npm": "@pin-pon/nuxt-graphql-playground",
2918
- "icon": "",
2919
- "github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
2920
- "website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
3447
+ "name": "nuxt-auth-sanctum",
3448
+ "description": "Nuxt module for Laravel Sanctum authentication",
3449
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3450
+ "npm": "nuxt-auth-sanctum",
3451
+ "icon": "laravel.svg",
3452
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3453
+ "website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
2921
3454
  "learn_more": "",
2922
- "category": "Devtools",
3455
+ "category": "Security",
2923
3456
  "type": "3rd-party",
2924
3457
  "maintainers": [
2925
3458
  {
2926
- "name": "pinpon-dev",
2927
- "github": "pinpon-dev"
3459
+ "name": "Artem Manchenkov",
3460
+ "github": "manchenkoff",
3461
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
2928
3462
  }
2929
3463
  ],
2930
3464
  "compatibility": {
2931
- "nuxt": "^2.0.0",
3465
+ "nuxt": "^3.0.0",
2932
3466
  "requires": {}
2933
3467
  }
2934
3468
  },
2935
3469
  {
2936
- "name": "nuxt-hue",
2937
- "description": "Enlighten your Nuxt experience",
2938
- "repo": "lihbr/nuxt-hue",
2939
- "npm": "nuxt-hue",
2940
- "icon": "nuxt-hue.svg",
2941
- "github": "https://github.com/lihbr/nuxt-hue",
2942
- "website": "https://github.com/lihbr/nuxt-hue",
3470
+ "name": "nuxt-basic-auth",
3471
+ "description": "Nuxt Module for Basic Authentication",
3472
+ "repo": "kgierke/nuxt-basic-auth",
3473
+ "npm": "@kgierke/nuxt-basic-auth",
3474
+ "icon": "",
3475
+ "github": "https://github.com/kgierke/nuxt-basic-auth",
3476
+ "website": "https://github.com/kgierke/nuxt-basic-auth",
2943
3477
  "learn_more": "",
2944
- "category": "Devtools",
3478
+ "category": "Security",
2945
3479
  "type": "3rd-party",
2946
3480
  "maintainers": [
2947
3481
  {
2948
- "name": "lihbr",
2949
- "github": "lihbr"
3482
+ "name": "kgierke",
3483
+ "github": "kgierke"
2950
3484
  }
2951
3485
  ],
2952
3486
  "compatibility": {
2953
- "nuxt": "^2.0.0 || ^3.0.0",
2954
- "requires": {
2955
- "bridge": "optional"
2956
- }
3487
+ "nuxt": "^3.0.0",
3488
+ "requires": {}
2957
3489
  }
2958
3490
  },
2959
3491
  {
2960
- "name": "nuxt-localtunnel",
2961
- "description": "Exposes your Nuxt localhost to the world automatically.",
2962
- "repo": "nuxtus/localtunnel",
2963
- "npm": "@nuxtus/nuxt-localtunnel",
2964
- "icon": "nuxt-localtunnel.svg",
2965
- "github": "https://github.com/nuxtus/localtunnel",
2966
- "website": "https://nuxtus.com",
2967
- "learn_more": "https://docs.nuxtus.com/#/localtunnel",
2968
- "category": "Devtools",
3492
+ "name": "nuxt-bootstrap-icons",
3493
+ "description": "Just a simple integration for Bootstrap Icons",
3494
+ "repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
3495
+ "npm": "nuxt-bootstrap-icons",
3496
+ "icon": "bootstrap-icons.svg",
3497
+ "github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3498
+ "website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3499
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3500
+ "category": "UI",
2969
3501
  "type": "3rd-party",
2970
3502
  "maintainers": [
2971
3503
  {
2972
- "name": "Craig Harman",
2973
- "github": "craigharman",
2974
- "twitter": "craig_harman"
3504
+ "name": "OyewoleOyedeji",
3505
+ "github": "OyewoleOyedeji"
2975
3506
  }
2976
3507
  ],
2977
3508
  "compatibility": {
@@ -2980,21 +3511,20 @@
2980
3511
  }
2981
3512
  },
2982
3513
  {
2983
- "name": "nuxt-loco",
2984
- "description": "A localise.biz module to synth locale with Nuxt.js",
2985
- "repo": "gaetansenn/nuxt-loco",
2986
- "npm": "nuxt-loco",
2987
- "icon": "",
2988
- "github": "https://github.com/gaetansenn/nuxt-loco",
2989
- "website": "https://nuxt-loco.dewib.com/",
2990
- "learn_more": "",
3514
+ "name": "nuxt-chatgpt",
3515
+ "description": "ChatGPT integration for Nuxt",
3516
+ "repo": "schnapsterdog/nuxt-chatgpt",
3517
+ "npm": "nuxt-chatgpt",
3518
+ "icon": "chatgpt.svg",
3519
+ "github": "https://github.com/schnapsterdog/nuxt-chatgpt",
3520
+ "website": "https://github.com/schnapsterdog/nuxt-chatgpt",
3521
+ "learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
2991
3522
  "category": "Libraries",
2992
3523
  "type": "3rd-party",
2993
3524
  "maintainers": [
2994
3525
  {
2995
- "name": "Gaetan SENN",
2996
- "github": "gaetansenn",
2997
- "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
3526
+ "name": "Oliver Trajceski",
3527
+ "github": "schnapsterdog"
2998
3528
  }
2999
3529
  ],
3000
3530
  "compatibility": {
@@ -3003,20 +3533,24 @@
3003
3533
  }
3004
3534
  },
3005
3535
  {
3006
- "name": "nuxt-monaco-editor",
3007
- "description": "Integrate monaco-editor with Nuxt",
3008
- "repo": "e-chan1007/nuxt-monaco-editor",
3009
- "npm": "nuxt-monaco-editor",
3010
- "icon": "nuxt-monaco-editor.png",
3011
- "github": "https://github.com/e-chan1007/nuxt-monaco-editor",
3012
- "website": "https://github.com/e-chan1007/nuxt-monaco-editor",
3013
- "learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
3536
+ "name": "nuxt-facebook-chat",
3537
+ "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
3538
+ "repo": "superdev-tech/nuxt-facebook-chat",
3539
+ "npm": "nuxt-facebook-chat",
3540
+ "icon": "nuxt-facebook-chat.svg",
3541
+ "github": "https://github.com/superdev-tech/nuxt-facebook-chat",
3542
+ "website": "https://github.com/superdev-tech/nuxt-facebook-chat",
3543
+ "learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
3014
3544
  "category": "Libraries",
3015
3545
  "type": "3rd-party",
3016
3546
  "maintainers": [
3017
3547
  {
3018
- "name": "e-chan1007",
3019
- "github": "e-chan1007"
3548
+ "name": "Supanut Dokmaithong",
3549
+ "github": "Boomgeek"
3550
+ },
3551
+ {
3552
+ "name": "superdev-tech",
3553
+ "github": "superdev-tech"
3020
3554
  }
3021
3555
  ],
3022
3556
  "compatibility": {
@@ -3025,21 +3559,20 @@
3025
3559
  }
3026
3560
  },
3027
3561
  {
3028
- "name": "nuxt-pdf",
3029
- "description": "Zero-boilerplate PDF exports of your Pages and Components",
3030
- "repo": "sidebase/nuxt-pdf",
3031
- "npm": "@sidebase/nuxt-pdf",
3032
- "icon": "nuxt-pdf.png",
3033
- "github": "https://github.com/sidebase/nuxt-pdf",
3034
- "website": "https://sidebase.io/nuxt-pdf",
3035
- "learn_more": "https://github.com/sidebase",
3036
- "category": "Extensions",
3562
+ "name": "nuxt-feedme",
3563
+ "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
3564
+ "repo": "helltraitor/nuxt-feedme",
3565
+ "npm": "nuxt-feedme",
3566
+ "icon": "",
3567
+ "github": "https://github.com/helltraitor/nuxt-feedme",
3568
+ "website": "https://github.com/helltraitor/nuxt-feedme",
3569
+ "learn_more": "",
3570
+ "category": "SEO",
3037
3571
  "type": "3rd-party",
3038
3572
  "maintainers": [
3039
3573
  {
3040
- "name": "sidebase",
3041
- "github": "sidebase",
3042
- "twitter": "sidebase_io"
3574
+ "name": "Helltraitor",
3575
+ "github": "helltraitor"
3043
3576
  }
3044
3577
  ],
3045
3578
  "compatibility": {
@@ -3048,10 +3581,355 @@
3048
3581
  }
3049
3582
  },
3050
3583
  {
3051
- "name": "nuxt-pino-log",
3052
- "description": "Structured logs for nuxt apps using pino",
3053
- "repo": "kpn/nuxt-pino-log",
3054
- "npm": "nuxt-pino-log",
3584
+ "name": "nuxt-graphql-middleware",
3585
+ "description": "Expose GraphQL queries and mutations as server API routes.",
3586
+ "repo": "dulnan/nuxt-graphql-middleware",
3587
+ "npm": "nuxt-graphql-middleware",
3588
+ "icon": "nuxt-graphql-middleware.svg",
3589
+ "github": "https://github.com/dulnan/nuxt-graphql-middleware",
3590
+ "website": "https://nuxt-graphql-middleware.dulnan.net",
3591
+ "learn_more": "",
3592
+ "category": "Request",
3593
+ "type": "3rd-party",
3594
+ "maintainers": [
3595
+ {
3596
+ "name": "dulnan",
3597
+ "github": "dulnan",
3598
+ "twitter": "dulnan",
3599
+ "avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
3600
+ },
3601
+ {
3602
+ "name": "ayalon",
3603
+ "github": "ayalon",
3604
+ "avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
3605
+ }
3606
+ ],
3607
+ "compatibility": {
3608
+ "nuxt": "^2.0.0 || ^3.0.0",
3609
+ "requires": {}
3610
+ }
3611
+ },
3612
+ {
3613
+ "name": "nuxt-graphql-playground",
3614
+ "description": "",
3615
+ "repo": "pinpon-dev/nuxt-graphql-playground",
3616
+ "npm": "@pin-pon/nuxt-graphql-playground",
3617
+ "icon": "",
3618
+ "github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
3619
+ "website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
3620
+ "learn_more": "",
3621
+ "category": "Devtools",
3622
+ "type": "3rd-party",
3623
+ "maintainers": [
3624
+ {
3625
+ "name": "pinpon-dev",
3626
+ "github": "pinpon-dev"
3627
+ }
3628
+ ],
3629
+ "compatibility": {
3630
+ "nuxt": "^2.0.0",
3631
+ "requires": {}
3632
+ }
3633
+ },
3634
+ {
3635
+ "name": "nuxt-gtm",
3636
+ "description": "A Nuxt module for Google Tag Manager",
3637
+ "repo": "zadigetvoltaire/nuxt-gtm",
3638
+ "npm": "@zadigetvoltaire/nuxt-gtm",
3639
+ "icon": "nuxt-gtm.svg",
3640
+ "github": "https://github.com/zadigetvoltaire/nuxt-gtm",
3641
+ "website": "https://github.com/zadigetvoltaire/nuxt-gtm",
3642
+ "learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
3643
+ "category": "Analytics",
3644
+ "type": "3rd-party",
3645
+ "maintainers": [
3646
+ {
3647
+ "name": "Zadig&Voltaire Team",
3648
+ "github": "https://github.com/zadigetvoltaire"
3649
+ }
3650
+ ],
3651
+ "compatibility": {
3652
+ "nuxt": "^3.0.0",
3653
+ "requires": {},
3654
+ "devtools": "^0.0.0"
3655
+ }
3656
+ },
3657
+ {
3658
+ "name": "nuxt-hue",
3659
+ "description": "Enlighten your Nuxt experience",
3660
+ "repo": "lihbr/nuxt-hue",
3661
+ "npm": "nuxt-hue",
3662
+ "icon": "nuxt-hue.svg",
3663
+ "github": "https://github.com/lihbr/nuxt-hue",
3664
+ "website": "https://github.com/lihbr/nuxt-hue",
3665
+ "learn_more": "",
3666
+ "category": "Devtools",
3667
+ "type": "3rd-party",
3668
+ "maintainers": [
3669
+ {
3670
+ "name": "lihbr",
3671
+ "github": "lihbr"
3672
+ }
3673
+ ],
3674
+ "compatibility": {
3675
+ "nuxt": "^2.0.0 || ^3.0.0",
3676
+ "requires": {
3677
+ "bridge": "optional"
3678
+ }
3679
+ }
3680
+ },
3681
+ {
3682
+ "name": "nuxt-jsonld",
3683
+ "description": "Manage JSON-LD in Vue component.",
3684
+ "repo": "ymmooot/nuxt-jsonld",
3685
+ "npm": "nuxt-jsonld",
3686
+ "icon": "",
3687
+ "github": "https://github.com/ymmooot/nuxt-jsonld",
3688
+ "website": "https://github.com/ymmooot/nuxt-jsonld",
3689
+ "learn_more": "",
3690
+ "category": "SEO",
3691
+ "type": "3rd-party",
3692
+ "maintainers": [
3693
+ {
3694
+ "name": "ymmooot",
3695
+ "github": "ymmooot"
3696
+ }
3697
+ ],
3698
+ "compatibility": {
3699
+ "nuxt": "^3.0.0",
3700
+ "requires": {}
3701
+ }
3702
+ },
3703
+ {
3704
+ "name": "nuxt-localtunnel",
3705
+ "description": "Exposes your Nuxt localhost to the world automatically.",
3706
+ "repo": "nuxtus/localtunnel",
3707
+ "npm": "@nuxtus/nuxt-localtunnel",
3708
+ "icon": "nuxt-localtunnel.svg",
3709
+ "github": "https://github.com/nuxtus/localtunnel",
3710
+ "website": "https://nuxtus.com",
3711
+ "learn_more": "https://docs.nuxtus.com/#/localtunnel",
3712
+ "category": "Devtools",
3713
+ "type": "3rd-party",
3714
+ "maintainers": [
3715
+ {
3716
+ "name": "Craig Harman",
3717
+ "github": "craigharman",
3718
+ "twitter": "craig_harman"
3719
+ }
3720
+ ],
3721
+ "compatibility": {
3722
+ "nuxt": "^3.0.0",
3723
+ "requires": {}
3724
+ }
3725
+ },
3726
+ {
3727
+ "name": "nuxt-loco",
3728
+ "description": "A localise.biz module to synth locale with Nuxt",
3729
+ "repo": "gaetansenn/nuxt-loco",
3730
+ "npm": "nuxt-loco",
3731
+ "icon": "",
3732
+ "github": "https://github.com/gaetansenn/nuxt-loco",
3733
+ "website": "https://nuxt-loco.dewib.com/",
3734
+ "learn_more": "",
3735
+ "category": "Libraries",
3736
+ "type": "3rd-party",
3737
+ "maintainers": [
3738
+ {
3739
+ "name": "Gaetan SENN",
3740
+ "github": "gaetansenn",
3741
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
3742
+ }
3743
+ ],
3744
+ "compatibility": {
3745
+ "nuxt": "^3.0.0",
3746
+ "requires": {}
3747
+ }
3748
+ },
3749
+ {
3750
+ "name": "nuxt-mail",
3751
+ "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
3752
+ "repo": "dword-design/nuxt-mail",
3753
+ "npm": "nuxt-mail",
3754
+ "icon": "",
3755
+ "github": "https://github.com/dword-design/nuxt-mail",
3756
+ "website": "https://github.com/dword-design/nuxt-mail",
3757
+ "learn_more": "",
3758
+ "category": "Extensions",
3759
+ "type": "3rd-party",
3760
+ "maintainers": [
3761
+ {
3762
+ "name": "Sebastian Landwehr",
3763
+ "github": "dword-design"
3764
+ }
3765
+ ],
3766
+ "compatibility": {
3767
+ "nuxt": "^2.0.0 || ^3.0.0",
3768
+ "requires": {}
3769
+ }
3770
+ },
3771
+ {
3772
+ "name": "nuxt-mapbox",
3773
+ "description": "Elegant Mapbox integration with Nuxt",
3774
+ "repo": "AlexLavoie42/Nuxt-Mapbox",
3775
+ "npm": "nuxt-mapbox",
3776
+ "icon": "nuxt-mapbox.svg",
3777
+ "github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3778
+ "website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3779
+ "learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3780
+ "category": "Libraries",
3781
+ "type": "3rd-party",
3782
+ "maintainers": [
3783
+ {
3784
+ "name": "Alex Lavoie",
3785
+ "github": "AlexLavoie42"
3786
+ }
3787
+ ],
3788
+ "compatibility": {
3789
+ "nuxt": "^3.0.0",
3790
+ "requires": {}
3791
+ }
3792
+ },
3793
+ {
3794
+ "name": "nuxt-mdi",
3795
+ "description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
3796
+ "repo": "ERPedersen/nuxt-mdi",
3797
+ "npm": "nuxt-mdi",
3798
+ "icon": "mdi.png",
3799
+ "github": "https://github.com/ERPedersen/nuxt-mdi",
3800
+ "website": "https://nuxt-mdi.emilrosenius.com",
3801
+ "learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
3802
+ "category": "Libraries",
3803
+ "type": "3rd-party",
3804
+ "maintainers": [
3805
+ {
3806
+ "name": "Emil Rosenius",
3807
+ "github": "ERPedersen"
3808
+ }
3809
+ ],
3810
+ "compatibility": {
3811
+ "nuxt": "^3.0.0",
3812
+ "requires": {}
3813
+ }
3814
+ },
3815
+ {
3816
+ "name": "nuxt-monaco-editor",
3817
+ "description": "Integrate monaco-editor with Nuxt",
3818
+ "repo": "e-chan1007/nuxt-monaco-editor",
3819
+ "npm": "nuxt-monaco-editor",
3820
+ "icon": "nuxt-monaco-editor.png",
3821
+ "github": "https://github.com/e-chan1007/nuxt-monaco-editor",
3822
+ "website": "https://github.com/e-chan1007/nuxt-monaco-editor",
3823
+ "learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
3824
+ "category": "Libraries",
3825
+ "type": "3rd-party",
3826
+ "maintainers": [
3827
+ {
3828
+ "name": "e-chan1007",
3829
+ "github": "e-chan1007"
3830
+ }
3831
+ ],
3832
+ "compatibility": {
3833
+ "nuxt": "^3.0.0",
3834
+ "requires": {}
3835
+ }
3836
+ },
3837
+ {
3838
+ "name": "nuxt-mongoose",
3839
+ "description": "A Nuxt module for simplifying the use of Mongoose in your project.",
3840
+ "repo": "arashsheyda/nuxt-mongoose",
3841
+ "npm": "nuxt-mongoose",
3842
+ "icon": "nuxt-mongoose.svg",
3843
+ "github": "https://github.com/arashsheyda/nuxt-mongoose",
3844
+ "website": "https://nuxt-mongoose.nuxt.space",
3845
+ "learn_more": "",
3846
+ "category": "Database",
3847
+ "type": "3rd-party",
3848
+ "maintainers": [
3849
+ {
3850
+ "name": "arashsheyda",
3851
+ "github": "arashsheyda"
3852
+ }
3853
+ ],
3854
+ "compatibility": {
3855
+ "nuxt": "^3.0.0",
3856
+ "requires": {},
3857
+ "devtools": "^0.0.0"
3858
+ }
3859
+ },
3860
+ {
3861
+ "name": "nuxt-payload-analyzer",
3862
+ "description": "Analyze Nuxt Payload Size",
3863
+ "repo": "barbapapazes/nuxt-payload-analyzer",
3864
+ "npm": "nuxt-payload-analyzer",
3865
+ "icon": "",
3866
+ "github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
3867
+ "website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
3868
+ "learn_more": "",
3869
+ "category": "Performance",
3870
+ "type": "3rd-party",
3871
+ "maintainers": [
3872
+ {
3873
+ "name": "Barbapapazes",
3874
+ "github": "Barbapapazes",
3875
+ "twitter": "soubiran_"
3876
+ }
3877
+ ],
3878
+ "compatibility": {
3879
+ "nuxt": "^3.0.0",
3880
+ "requires": {}
3881
+ }
3882
+ },
3883
+ {
3884
+ "name": "nuxt-pdf",
3885
+ "description": "Zero-boilerplate PDF exports of your Pages and Components",
3886
+ "repo": "sidebase/nuxt-pdf",
3887
+ "npm": "@sidebase/nuxt-pdf",
3888
+ "icon": "nuxt-pdf.png",
3889
+ "github": "https://github.com/sidebase/nuxt-pdf",
3890
+ "website": "https://sidebase.io/nuxt-pdf",
3891
+ "learn_more": "https://github.com/sidebase",
3892
+ "category": "Extensions",
3893
+ "type": "3rd-party",
3894
+ "maintainers": [
3895
+ {
3896
+ "name": "sidebase",
3897
+ "github": "sidebase",
3898
+ "twitter": "sidebase_io"
3899
+ }
3900
+ ],
3901
+ "compatibility": {
3902
+ "nuxt": "^3.0.0",
3903
+ "requires": {}
3904
+ }
3905
+ },
3906
+ {
3907
+ "name": "nuxt-phosphor-icons",
3908
+ "description": "Just a simple integration for @phosphor-icons in Nuxt",
3909
+ "repo": "OyewoleOyedeji/nuxt-phosphor-icons",
3910
+ "npm": "nuxt-phosphor-icons",
3911
+ "icon": "phosphor-icons.svg",
3912
+ "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3913
+ "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3914
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3915
+ "category": "UI",
3916
+ "type": "3rd-party",
3917
+ "maintainers": [
3918
+ {
3919
+ "name": "OyewoleOyedeji",
3920
+ "github": "OyewoleOyedeji"
3921
+ }
3922
+ ],
3923
+ "compatibility": {
3924
+ "nuxt": "^3.0.0",
3925
+ "requires": {}
3926
+ }
3927
+ },
3928
+ {
3929
+ "name": "nuxt-pino-log",
3930
+ "description": "Structured logs for nuxt apps using pino",
3931
+ "repo": "kpn/nuxt-pino-log",
3932
+ "npm": "nuxt-pino-log",
3055
3933
  "icon": "",
3056
3934
  "github": "https://github.com/kpn/nuxt-pino-log",
3057
3935
  "website": "https://github.com/kpn/nuxt-pino-log",
@@ -3071,7 +3949,7 @@
3071
3949
  },
3072
3950
  {
3073
3951
  "name": "plausible",
3074
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
3952
+ "description": "Nuxt module to natively integrate Plausible analytics",
3075
3953
  "repo": "nuxt-modules/plausible",
3076
3954
  "npm": "@nuxtjs/plausible",
3077
3955
  "icon": "plausible.png",
@@ -3091,9 +3969,35 @@
3091
3969
  "requires": {}
3092
3970
  }
3093
3971
  },
3972
+ {
3973
+ "name": "nuxt-plotly",
3974
+ "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
3975
+ "repo": "superdev-tech/nuxt-plotly",
3976
+ "npm": "nuxt-plotly",
3977
+ "icon": "nuxt-plotly.svg",
3978
+ "github": "https://github.com/superdev-tech/nuxt-plotly",
3979
+ "website": "https://github.com/superdev-tech/nuxt-plotly",
3980
+ "learn_more": "https://www.npmjs.com/package/nuxt-plotly",
3981
+ "category": "Libraries",
3982
+ "type": "3rd-party",
3983
+ "maintainers": [
3984
+ {
3985
+ "name": "Supanut Dokmaithong",
3986
+ "github": "Boomgeek"
3987
+ },
3988
+ {
3989
+ "name": "superdev-tech",
3990
+ "github": "superdev-tech"
3991
+ }
3992
+ ],
3993
+ "compatibility": {
3994
+ "nuxt": "^3.0.0",
3995
+ "requires": {}
3996
+ }
3997
+ },
3094
3998
  {
3095
3999
  "name": "nuxt-png-to-ico",
3096
- "description": "Nuxt.js module for auto generating favicons",
4000
+ "description": "Nuxt module for auto generating favicons",
3097
4001
  "repo": "b5710546232/nuxt-png-to-ico",
3098
4002
  "npm": "nuxt-png-to-ico",
3099
4003
  "icon": "",
@@ -3116,7 +4020,7 @@
3116
4020
  },
3117
4021
  {
3118
4022
  "name": "nuxt-smartlook",
3119
- "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
4023
+ "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
3120
4024
  "repo": "f00b4r/nuxt-smartlook",
3121
4025
  "npm": "nuxt-smartlook",
3122
4026
  "icon": "nuxt-smartlook.png",
@@ -3138,6 +4042,28 @@
3138
4042
  "requires": {}
3139
4043
  }
3140
4044
  },
4045
+ {
4046
+ "name": "nuxt-social-share",
4047
+ "description": "Simple Social Sharing for Nuxt",
4048
+ "repo": "stefanobartoletti/nuxt-social-share",
4049
+ "npm": "@stefanobartoletti/nuxt-social-share",
4050
+ "icon": "nuxt-social-share.png",
4051
+ "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4052
+ "website": "https://github.com/stefanobartoletti/nuxt-social-share",
4053
+ "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4054
+ "category": "Extensions",
4055
+ "type": "3rd-party",
4056
+ "maintainers": [
4057
+ {
4058
+ "name": "stefanobartoletti",
4059
+ "github": "stefanobartoletti"
4060
+ }
4061
+ ],
4062
+ "compatibility": {
4063
+ "nuxt": "^3.0.0",
4064
+ "requires": {}
4065
+ }
4066
+ },
3141
4067
  {
3142
4068
  "name": "ssr-lit",
3143
4069
  "description": "Server-Side Rendering for Lit Element components",
@@ -3168,7 +4094,7 @@
3168
4094
  },
3169
4095
  {
3170
4096
  "name": "nuxt-storm",
3171
- "description": "WebStorm & PHPStorm support for NuxtJS components",
4097
+ "description": "WebStorm & PHPStorm support for Nuxt components",
3172
4098
  "repo": "fumeapp/nuxt-storm",
3173
4099
  "npm": "nuxt-storm",
3174
4100
  "icon": "nuxt-storm.png",
@@ -3212,7 +4138,7 @@
3212
4138
  },
3213
4139
  {
3214
4140
  "name": "nuxt-unleash",
3215
- "description": "Nuxt.js module to use Unleash toggle feature services",
4141
+ "description": "Nuxt module to use Unleash toggle feature services",
3216
4142
  "repo": "conejerock/nuxt-unleash",
3217
4143
  "npm": "nuxt-unleash",
3218
4144
  "icon": "nuxt-unleash.svg",
@@ -3303,12 +4229,12 @@
3303
4229
  {
3304
4230
  "name": "nuxt-vue3-google-signin",
3305
4231
  "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
3306
- "repo": "syetalabs/nuxt-vue3-google-signin",
4232
+ "repo": "wavezync/nuxt-vue3-google-signin",
3307
4233
  "npm": "nuxt-vue3-google-signin",
3308
4234
  "icon": "vue3-google-signin.svg",
3309
- "github": "https://github.com/syetalabs/nuxt-vue3-google-signin",
3310
- "website": "https://vue3-google-signin.syetalabs.io",
3311
- "learn_more": "https://vue3-google-signin.syetalabs.io",
4235
+ "github": "https://github.com/wavezync/nuxt-vue3-google-signin",
4236
+ "website": "https://vue3-google-signin.wavezync.com",
4237
+ "learn_more": "https://vue3-google-signin.wavezync.com",
3312
4238
  "category": "Libraries",
3313
4239
  "type": "3rd-party",
3314
4240
  "maintainers": [
@@ -3322,9 +4248,53 @@
3322
4248
  "requires": {}
3323
4249
  }
3324
4250
  },
4251
+ {
4252
+ "name": "nuxt-vuetify",
4253
+ "description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
4254
+ "repo": "invictus-codes/nuxt-vuetify",
4255
+ "npm": "@invictus.codes/nuxt-vuetify",
4256
+ "icon": "vuetify-logo-v3-dark.svg",
4257
+ "github": "https://github.com/invictus-codes/nuxt-vuetify",
4258
+ "website": "https://invictus-codes.github.io/nuxt-vuetify/",
4259
+ "learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
4260
+ "category": "UI",
4261
+ "type": "3rd-party",
4262
+ "maintainers": [
4263
+ {
4264
+ "name": "Jens van Hellemondt",
4265
+ "github": "invictus-codes"
4266
+ }
4267
+ ],
4268
+ "compatibility": {
4269
+ "nuxt": "^3.0.0",
4270
+ "requires": {}
4271
+ }
4272
+ },
4273
+ {
4274
+ "name": "nuxt3-leaflet",
4275
+ "description": "Leaflet integration with Nuxt",
4276
+ "repo": "Gugustinette/Nuxt-Leaflet",
4277
+ "npm": "nuxt3-leaflet",
4278
+ "icon": "leaflet.png",
4279
+ "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4280
+ "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
4281
+ "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
4282
+ "category": "Libraries",
4283
+ "type": "3rd-party",
4284
+ "maintainers": [
4285
+ {
4286
+ "name": "Augustin MERCIER",
4287
+ "github": "Gugustinette"
4288
+ }
4289
+ ],
4290
+ "compatibility": {
4291
+ "nuxt": "^3.0.0",
4292
+ "requires": {}
4293
+ }
4294
+ },
3325
4295
  {
3326
4296
  "name": "nuxt7",
3327
- "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
4297
+ "description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
3328
4298
  "repo": "nuxt-community/nuxt7",
3329
4299
  "npm": "nuxt7",
3330
4300
  "icon": "",
@@ -3347,13 +4317,13 @@
3347
4317
  },
3348
4318
  {
3349
4319
  "name": "og-image",
3350
- "description": "Easily generate dynamic social share images.",
4320
+ "description": "Enlightened runtime images generated with Vue templates.",
3351
4321
  "repo": "harlan-zw/nuxt-og-image",
3352
4322
  "npm": "nuxt-og-image",
3353
- "icon": "",
4323
+ "icon": "og-image.svg",
3354
4324
  "github": "https://github.com/harlan-zw/nuxt-og-image",
3355
- "website": "https://github.com/harlan-zw/nuxt-og-image",
3356
- "learn_more": "",
4325
+ "website": "https://nuxtseo.com/og-image",
4326
+ "learn_more": "https://nuxtseo.com/og-image",
3357
4327
  "category": "SEO",
3358
4328
  "type": "3rd-party",
3359
4329
  "maintainers": [
@@ -3366,7 +4336,8 @@
3366
4336
  ],
3367
4337
  "compatibility": {
3368
4338
  "nuxt": "^3.0.0",
3369
- "requires": {}
4339
+ "requires": {},
4340
+ "devtools": "^0.0.0"
3370
4341
  }
3371
4342
  },
3372
4343
  {
@@ -3394,7 +4365,7 @@
3394
4365
  },
3395
4366
  {
3396
4367
  "name": "optimized-images",
3397
- "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
4368
+ "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
3398
4369
  "repo": "juliomrqz/nuxt-optimized-images",
3399
4370
  "npm": "@aceforth/nuxt-optimized-images",
3400
4371
  "icon": "",
@@ -3439,7 +4410,7 @@
3439
4410
  },
3440
4411
  {
3441
4412
  "name": "parse",
3442
- "description": "Parse package for Nuxt.js",
4413
+ "description": "Parse package for Nuxt",
3443
4414
  "repo": "cierrateam/nuxt-parse",
3444
4415
  "npm": "nuxt-parse",
3445
4416
  "icon": "",
@@ -3459,6 +4430,29 @@
3459
4430
  "requires": {}
3460
4431
  }
3461
4432
  },
4433
+ {
4434
+ "name": "particles",
4435
+ "description": "Easily add particle animations to your Nuxt projects using tsParticles",
4436
+ "repo": "Joepocalyptic/nuxt-particles",
4437
+ "npm": "nuxt-particles",
4438
+ "icon": "",
4439
+ "github": "https://github.com/Joepocalyptic/nuxt-particles",
4440
+ "website": "https://nuxt-particles.joeypereira.dev",
4441
+ "learn_more": "https://particles.js.org/",
4442
+ "category": "Libraries",
4443
+ "type": "3rd-party",
4444
+ "maintainers": [
4445
+ {
4446
+ "name": "Joey Pereira",
4447
+ "github": "Joepocalyptic",
4448
+ "avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
4449
+ }
4450
+ ],
4451
+ "compatibility": {
4452
+ "nuxt": "^3.0.0",
4453
+ "requires": {}
4454
+ }
4455
+ },
3462
4456
  {
3463
4457
  "name": "partytown",
3464
4458
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
@@ -3484,6 +4478,52 @@
3484
4478
  }
3485
4479
  }
3486
4480
  },
4481
+ {
4482
+ "name": "paypal",
4483
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
4484
+ "repo": "arashsheyda/nuxt-paypal",
4485
+ "npm": "nuxt-paypal",
4486
+ "icon": "paypal.svg",
4487
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
4488
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
4489
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
4490
+ "category": "Payment",
4491
+ "type": "3rd-party",
4492
+ "maintainers": [
4493
+ {
4494
+ "name": "Arash Sheyda",
4495
+ "github": "arashsheyda"
4496
+ }
4497
+ ],
4498
+ "compatibility": {
4499
+ "nuxt": "^3.0.0",
4500
+ "requires": {}
4501
+ }
4502
+ },
4503
+ {
4504
+ "name": "pdfeasy",
4505
+ "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
4506
+ "repo": "betterwrite/pdfeasy#main/packages/nuxt",
4507
+ "npm": "nuxt-pdfeasy",
4508
+ "icon": "pdfeasy.png",
4509
+ "github": "https://github.com/betterwrite/pdfeasy",
4510
+ "website": "https://github.com/betterwrite/pdfeasy",
4511
+ "learn_more": "https://github.com/betterwrite/pdfeasy",
4512
+ "category": "Extensions",
4513
+ "type": "3rd-party",
4514
+ "maintainers": [
4515
+ {
4516
+ "name": "Giovane Cardoso",
4517
+ "github": "novout",
4518
+ "twitter": "novoutttttt",
4519
+ "avatar": "https://avatars.githubusercontent.com/novout?v=4"
4520
+ }
4521
+ ],
4522
+ "compatibility": {
4523
+ "nuxt": "^3.0.0",
4524
+ "requires": {}
4525
+ }
4526
+ },
3487
4527
  {
3488
4528
  "name": "persian-datepicker",
3489
4529
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
@@ -3581,7 +4621,7 @@
3581
4621
  },
3582
4622
  {
3583
4623
  "name": "plausible",
3584
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4624
+ "description": "Nuxt module to natively integrate Plausible analytics",
3585
4625
  "repo": "nuxt-modules/plausible",
3586
4626
  "npm": "@nuxtjs/plausible",
3587
4627
  "icon": "",
@@ -3623,9 +4663,56 @@
3623
4663
  "requires": {}
3624
4664
  }
3625
4665
  },
4666
+ {
4667
+ "name": "prepare",
4668
+ "description": "Initialization steps at build time – like Nuxt 2 server init",
4669
+ "repo": "johannschopplich/nuxt-prepare",
4670
+ "npm": "nuxt-prepare",
4671
+ "icon": "prepare.svg",
4672
+ "github": "https://github.com/johannschopplich/nuxt-prepare",
4673
+ "website": "https://nuxt-prepare.jhnn.dev",
4674
+ "learn_more": "",
4675
+ "category": "Devtools",
4676
+ "type": "3rd-party",
4677
+ "maintainers": [
4678
+ {
4679
+ "name": "Johann Schopplich",
4680
+ "github": "johannschopplich",
4681
+ "twitter": "jschopplich",
4682
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
4683
+ }
4684
+ ],
4685
+ "compatibility": {
4686
+ "nuxt": "^3.0.0",
4687
+ "requires": {}
4688
+ }
4689
+ },
4690
+ {
4691
+ "name": "primevue",
4692
+ "description": "Next Generation Vue UI Component Library",
4693
+ "repo": "primefaces/primevue-nuxt-module",
4694
+ "npm": "nuxt-primevue",
4695
+ "icon": "primevue.svg",
4696
+ "github": "https://github.com/primefaces/primevue-nuxt-module",
4697
+ "website": "https://primevue.org/",
4698
+ "learn_more": "https://primevue.org/",
4699
+ "category": "UI",
4700
+ "type": "3rd-party",
4701
+ "maintainers": [
4702
+ {
4703
+ "name": "primefaces",
4704
+ "github": "primefaces",
4705
+ "twitter": "primevue"
4706
+ }
4707
+ ],
4708
+ "compatibility": {
4709
+ "nuxt": "^3.0.0",
4710
+ "requires": {}
4711
+ }
4712
+ },
3626
4713
  {
3627
4714
  "name": "prismic",
3628
- "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
4715
+ "description": "Easily connect your Nuxt application to your content hosted on Prismic",
3629
4716
  "repo": "nuxt-modules/prismic",
3630
4717
  "npm": "@nuxtjs/prismic",
3631
4718
  "icon": "prismic.png",
@@ -3651,11 +4738,11 @@
3651
4738
  "description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
3652
4739
  "repo": "artmizu/nuxt-prometheus",
3653
4740
  "npm": "@artmizu/nuxt-prometheus",
3654
- "icon": "",
4741
+ "icon": "prometheus.svg",
3655
4742
  "github": "https://github.com/artmizu/nuxt-prometheus",
3656
4743
  "website": "https://github.com/artmizu/nuxt-prometheus",
3657
4744
  "learn_more": "",
3658
- "category": "Devtools",
4745
+ "category": "Monitoring",
3659
4746
  "type": "3rd-party",
3660
4747
  "maintainers": [
3661
4748
  {
@@ -3664,7 +4751,7 @@
3664
4751
  }
3665
4752
  ],
3666
4753
  "compatibility": {
3667
- "nuxt": "^2.0.0",
4754
+ "nuxt": "^3.0.0",
3668
4755
  "requires": {}
3669
4756
  }
3670
4757
  },
@@ -3692,7 +4779,7 @@
3692
4779
  },
3693
4780
  {
3694
4781
  "name": "proxy",
3695
- "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
4782
+ "description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
3696
4783
  "repo": "nuxt-community/proxy-module",
3697
4784
  "npm": "@nuxtjs/proxy",
3698
4785
  "icon": "",
@@ -3738,7 +4825,7 @@
3738
4825
  },
3739
4826
  {
3740
4827
  "name": "purgecss",
3741
- "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
4828
+ "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
3742
4829
  "repo": "Developmint/nuxt-purgecss#main",
3743
4830
  "npm": "nuxt-purgecss",
3744
4831
  "icon": "purgecss.png",
@@ -3760,7 +4847,7 @@
3760
4847
  },
3761
4848
  {
3762
4849
  "name": "pwa",
3763
- "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
4850
+ "description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
3764
4851
  "repo": "nuxt-community/pwa-module",
3765
4852
  "npm": "@nuxtjs/pwa",
3766
4853
  "icon": "pwa.png",
@@ -3785,7 +4872,7 @@
3785
4872
  },
3786
4873
  {
3787
4874
  "name": "python",
3788
- "description": "Write Nuxt.js applications using Python",
4875
+ "description": "Write Nuxt applications using Python",
3789
4876
  "repo": "nuxt-community/python-module",
3790
4877
  "npm": "@nuxtjs/python",
3791
4878
  "icon": "python.png",
@@ -3796,18 +4883,98 @@
3796
4883
  "type": "community",
3797
4884
  "maintainers": [
3798
4885
  {
3799
- "name": "Sebastian Silva",
3800
- "github": "icarito"
4886
+ "name": "Sebastian Silva",
4887
+ "github": "icarito"
4888
+ }
4889
+ ],
4890
+ "compatibility": {
4891
+ "nuxt": "^2.0.0",
4892
+ "requires": {}
4893
+ }
4894
+ },
4895
+ {
4896
+ "name": "quasar",
4897
+ "description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
4898
+ "repo": "Maiquu/nuxt-quasar",
4899
+ "npm": "nuxt-quasar-ui",
4900
+ "icon": "quasar.svg",
4901
+ "github": "https://github.com/Maiquu/nuxt-quasar",
4902
+ "website": "https://quasar.dev/",
4903
+ "learn_more": "https://github.com/Maiquu/nuxt-quasar",
4904
+ "category": "UI",
4905
+ "type": "3rd-party",
4906
+ "maintainers": [
4907
+ {
4908
+ "name": "Ege İliklier",
4909
+ "github": "Maiquu"
4910
+ }
4911
+ ],
4912
+ "compatibility": {
4913
+ "nuxt": "^3.0.0",
4914
+ "requires": {},
4915
+ "devtools": "^0.0.0"
4916
+ }
4917
+ },
4918
+ {
4919
+ "name": "radash",
4920
+ "description": "radash module with auto-import and custom prefix",
4921
+ "repo": "bbg/nuxt-radash",
4922
+ "npm": "nuxt-radash",
4923
+ "icon": "radash.png",
4924
+ "github": "https://github.com/bbg/nuxt-radash",
4925
+ "website": "https://github.com/bbg/nuxt-radash#readme",
4926
+ "learn_more": "https://github.com/rayepps/radash/",
4927
+ "category": "Libraries",
4928
+ "type": "3rd-party",
4929
+ "maintainers": [
4930
+ {
4931
+ "name": "Batuhan Göksu",
4932
+ "github": "bbg"
4933
+ }
4934
+ ],
4935
+ "compatibility": {
4936
+ "nuxt": "^3.0.0",
4937
+ "requires": {}
4938
+ }
4939
+ },
4940
+ {
4941
+ "name": "radix-vue",
4942
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
4943
+ "repo": "radix-vue/radix-vue",
4944
+ "npm": "radix-vue",
4945
+ "icon": "radix-vue.svg",
4946
+ "github": "https://github.com/radix-vue/radix-vue",
4947
+ "website": "https://www.radix-vue.com/",
4948
+ "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
4949
+ "category": "UI",
4950
+ "type": "3rd-party",
4951
+ "maintainers": [
4952
+ {
4953
+ "name": "Zernonia",
4954
+ "github": "zernonia",
4955
+ "twitter": "zernonia"
4956
+ },
4957
+ {
4958
+ "name": "Khairul Haaziq",
4959
+ "github": "khairulhaaziq"
4960
+ },
4961
+ {
4962
+ "name": "Mujahid Anuar",
4963
+ "github": "mujahidfa"
4964
+ },
4965
+ {
4966
+ "name": "Max",
4967
+ "github": "onmax"
3801
4968
  }
3802
4969
  ],
3803
4970
  "compatibility": {
3804
- "nuxt": "^2.0.0",
4971
+ "nuxt": "^3.0.0",
3805
4972
  "requires": {}
3806
4973
  }
3807
4974
  },
3808
4975
  {
3809
4976
  "name": "recaptcha",
3810
- "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
4977
+ "description": "Simple and easy Google reCAPTCHA module with Nuxt",
3811
4978
  "repo": "nuxt-community/recaptcha-module",
3812
4979
  "npm": "@nuxtjs/recaptcha",
3813
4980
  "icon": "recaptcha.png",
@@ -3850,9 +5017,32 @@
3850
5017
  "requires": {}
3851
5018
  }
3852
5019
  },
5020
+ {
5021
+ "name": "resend",
5022
+ "description": "Resend integration for Nuxt",
5023
+ "repo": "nhedger/nuxt-resend",
5024
+ "npm": "nuxt-resend",
5025
+ "icon": "resend.svg",
5026
+ "github": "https://github.com/nhedger/nuxt-resend",
5027
+ "website": "https://github.com/nhedger/nuxt-resend",
5028
+ "learn_more": "https://resend.com",
5029
+ "category": "Extensions",
5030
+ "type": "3rd-party",
5031
+ "maintainers": [
5032
+ {
5033
+ "name": "Nicolas Hedger",
5034
+ "github": "nhedger",
5035
+ "twitter": "nicolashedger"
5036
+ }
5037
+ ],
5038
+ "compatibility": {
5039
+ "nuxt": "^3.0.0",
5040
+ "requires": {}
5041
+ }
5042
+ },
3853
5043
  {
3854
5044
  "name": "rfg-icon",
3855
- "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
5045
+ "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
3856
5046
  "repo": "pimlie/nuxt-rfg-icon",
3857
5047
  "npm": "nuxt-rfg-icon",
3858
5048
  "icon": "real-favicon-generator.png",
@@ -3874,12 +5064,12 @@
3874
5064
  },
3875
5065
  {
3876
5066
  "name": "robots",
3877
- "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
3878
- "repo": "nuxt-community/robots-module",
5067
+ "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
5068
+ "repo": "nuxt-modules/robots",
3879
5069
  "npm": "@nuxtjs/robots",
3880
5070
  "icon": "robots.png",
3881
- "github": "https://github.com/nuxt-community/robots-module",
3882
- "website": "https://github.com/nuxt-community/robots-module",
5071
+ "github": "https://github.com/nuxt-modules/robots",
5072
+ "website": "https://github.com/nuxt-modules/robots",
3883
5073
  "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
3884
5074
  "category": "SEO",
3885
5075
  "type": "community",
@@ -3898,7 +5088,7 @@
3898
5088
  },
3899
5089
  {
3900
5090
  "name": "rollbar",
3901
- "description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
5091
+ "description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
3902
5092
  "repo": "gaelreyrol/nuxt-rollbar-module",
3903
5093
  "npm": "nuxt-rollbar-module",
3904
5094
  "icon": "rollbar.png",
@@ -3943,7 +5133,7 @@
3943
5133
  },
3944
5134
  {
3945
5135
  "name": "router",
3946
- "description": "Nuxt.js module to use router.js instead of pages/ directory",
5136
+ "description": "Nuxt module to use router.js instead of pages/ directory",
3947
5137
  "repo": "nuxt-community/router-module",
3948
5138
  "npm": "@nuxtjs/router",
3949
5139
  "icon": "vue.png",
@@ -3991,13 +5181,13 @@
3991
5181
  },
3992
5182
  {
3993
5183
  "name": "schema-org",
3994
- "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
3995
- "repo": "vueuse/schema-org#main/packages/nuxt",
5184
+ "description": "Schema.org for Nuxt.",
5185
+ "repo": "harlan-zw/nuxt-schema-org",
3996
5186
  "npm": "nuxt-schema-org",
3997
5187
  "icon": "schema-org.svg",
3998
- "github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
3999
- "website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4000
- "learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
5188
+ "github": "https://github.com/harlan-zw/nuxt-schema-org",
5189
+ "website": "https://nuxtseo.com/schema-org",
5190
+ "learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
4001
5191
  "category": "SEO",
4002
5192
  "type": "3rd-party",
4003
5193
  "maintainers": [
@@ -4060,7 +5250,7 @@
4060
5250
  },
4061
5251
  {
4062
5252
  "name": "segment",
4063
- "description": "Nuxt.js module for Segment Analytics.js",
5253
+ "description": "Nuxt module for Segment Analytics.js",
4064
5254
  "repo": "dansmaculotte/nuxt-segment",
4065
5255
  "npm": "@dansmaculotte/nuxt-segment",
4066
5256
  "icon": "segment.png",
@@ -4082,10 +5272,10 @@
4082
5272
  },
4083
5273
  {
4084
5274
  "name": "sentry",
4085
- "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
5275
+ "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
4086
5276
  "repo": "nuxt-community/sentry-module",
4087
5277
  "npm": "@nuxtjs/sentry",
4088
- "icon": "sentry.png",
5278
+ "icon": "sentry.svg",
4089
5279
  "github": "https://github.com/nuxt-community/sentry-module",
4090
5280
  "website": "https://sentry.nuxtjs.org/",
4091
5281
  "learn_more": "https://sentry.io/welcome/",
@@ -4102,14 +5292,38 @@
4102
5292
  "requires": {}
4103
5293
  }
4104
5294
  },
5295
+ {
5296
+ "name": "seo-experiments",
5297
+ "description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
5298
+ "repo": "harlan-zw/nuxt-seo-experiments",
5299
+ "npm": "nuxt-seo-experiments",
5300
+ "icon": "seo-experiments.svg",
5301
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5302
+ "website": "https://nuxtseo.com/experiments",
5303
+ "learn_more": "https://nuxtseo.com/experiments",
5304
+ "category": "SEO",
5305
+ "type": "3rd-party",
5306
+ "maintainers": [
5307
+ {
5308
+ "name": "Harlan Wilton",
5309
+ "github": "harlan-zw",
5310
+ "twitter": "harlan_zw",
5311
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5312
+ }
5313
+ ],
5314
+ "compatibility": {
5315
+ "nuxt": "^3.0.0",
5316
+ "requires": {}
5317
+ }
5318
+ },
4105
5319
  {
4106
5320
  "name": "seo-kit",
4107
- "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
4108
- "repo": "harlan-zw/nuxt-seo-kit",
4109
- "npm": "nuxt-seo-kit-mono",
5321
+ "description": "The complete SEO solution for Nuxt.",
5322
+ "repo": "harlan-zw/nuxt-seo-kit#main/layer",
5323
+ "npm": "nuxt-seo-kit",
4110
5324
  "icon": "seo-kit.svg",
4111
5325
  "github": "https://github.com/harlan-zw/nuxt-seo-kit",
4112
- "website": "https://github.com/harlan-zw/nuxt-seo-kit",
5326
+ "website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
4113
5327
  "learn_more": "",
4114
5328
  "category": "SEO",
4115
5329
  "type": "3rd-party",
@@ -4149,7 +5363,7 @@
4149
5363
  },
4150
5364
  {
4151
5365
  "name": "seomatic-meta",
4152
- "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
5366
+ "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
4153
5367
  "repo": "ben-rogerson/nuxt-seomatic-meta",
4154
5368
  "npm": "nuxt-seomatic-meta",
4155
5369
  "icon": "seomatic.png",
@@ -4192,6 +5406,29 @@
4192
5406
  "requires": {}
4193
5407
  }
4194
5408
  },
5409
+ {
5410
+ "name": "server-block",
5411
+ "description": "Use <server> tags in your Nuxt pages components.",
5412
+ "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
5413
+ "npm": "@hebilicious/server-block-nuxt",
5414
+ "icon": "server-block.svg",
5415
+ "github": "https://github.com/Hebilicious/server-block-nuxt",
5416
+ "website": "https://github.com/Hebilicious/server-block-nuxt#readme",
5417
+ "learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
5418
+ "category": "Extensions",
5419
+ "type": "3rd-party",
5420
+ "maintainers": [
5421
+ {
5422
+ "name": "Hebilicious",
5423
+ "github": "Hebilicious",
5424
+ "twitter": "its_hebilicious"
5425
+ }
5426
+ ],
5427
+ "compatibility": {
5428
+ "nuxt": "^3.0.0",
5429
+ "requires": {}
5430
+ }
5431
+ },
4195
5432
  {
4196
5433
  "name": "session",
4197
5434
  "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",
@@ -4217,7 +5454,7 @@
4217
5454
  },
4218
5455
  {
4219
5456
  "name": "shopify",
4220
- "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
5457
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
4221
5458
  "repo": "Gomah/nuxt-shopify",
4222
5459
  "npm": "nuxt-shopify",
4223
5460
  "icon": "shopify.png",
@@ -4238,7 +5475,7 @@
4238
5475
  }
4239
5476
  },
4240
5477
  {
4241
- "name": "nuxt-auth",
5478
+ "name": "sidebase-auth",
4242
5479
  "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.",
4243
5480
  "repo": "sidebase/nuxt-auth",
4244
5481
  "npm": "@sidebase/nuxt-auth",
@@ -4284,13 +5521,13 @@
4284
5521
  },
4285
5522
  {
4286
5523
  "name": "simple-robots",
4287
- "description": "Simply manage the robots crawling your Nuxt app.",
5524
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
4288
5525
  "repo": "harlan-zw/nuxt-simple-robots",
4289
5526
  "npm": "nuxt-simple-robots",
4290
- "icon": "",
5527
+ "icon": "simple-robots.svg",
4291
5528
  "github": "https://github.com/harlan-zw/nuxt-simple-robots",
4292
- "website": "https://github.com/harlan-zw/nuxt-simple-robots",
4293
- "learn_more": "",
5529
+ "website": "https://nuxtseo.com/robots",
5530
+ "learn_more": "https://nuxtseo.com/robots",
4294
5531
  "category": "SEO",
4295
5532
  "type": "3rd-party",
4296
5533
  "maintainers": [
@@ -4308,13 +5545,13 @@
4308
5545
  },
4309
5546
  {
4310
5547
  "name": "simple-sitemap",
4311
- "description": "Simple, minimal sitemap.xml generation.",
5548
+ "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
4312
5549
  "repo": "harlan-zw/nuxt-simple-sitemap",
4313
5550
  "npm": "nuxt-simple-sitemap",
4314
- "icon": "",
5551
+ "icon": "simple-sitemap.svg",
4315
5552
  "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4316
- "website": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4317
- "learn_more": "",
5553
+ "website": "https://nuxtseo.com/simple-sitemap",
5554
+ "learn_more": "https://nuxtseo.com/simple-sitemap",
4318
5555
  "category": "SEO",
4319
5556
  "type": "3rd-party",
4320
5557
  "maintainers": [
@@ -4332,7 +5569,7 @@
4332
5569
  },
4333
5570
  {
4334
5571
  "name": "sitemap",
4335
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
5572
+ "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
4336
5573
  "repo": "nuxt-community/sitemap-module#dev",
4337
5574
  "npm": "@nuxtjs/sitemap",
4338
5575
  "icon": "",
@@ -4353,16 +5590,38 @@
4353
5590
  "requires": {}
4354
5591
  }
4355
5592
  },
5593
+ {
5594
+ "name": "snackbar",
5595
+ "description": "Nuxt Snackbar module using vue3-snackbar",
5596
+ "repo": "modbender/nuxt-snackbar#master",
5597
+ "npm": "nuxt-snackbar",
5598
+ "icon": "snackbar.png",
5599
+ "github": "https://github.com/modbender/nuxt-snackbar/tree/master",
5600
+ "website": "https://github.com/modbender/nuxt-snackbar/tree/master",
5601
+ "learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
5602
+ "category": "UI",
5603
+ "type": "3rd-party",
5604
+ "maintainers": [
5605
+ {
5606
+ "name": "modbender",
5607
+ "github": "modbender"
5608
+ }
5609
+ ],
5610
+ "compatibility": {
5611
+ "nuxt": "^3.0.0",
5612
+ "requires": {}
5613
+ }
5614
+ },
4356
5615
  {
4357
5616
  "name": "snipcart",
4358
- "description": "Snipcart integration module for Nuxt.js",
4359
- "repo": "nuxt-modules/snipcart-module",
5617
+ "description": "Snipcart integration module for Nuxt",
5618
+ "repo": "nuxt-modules/snipcart",
4360
5619
  "npm": "@nuxtjs/snipcart",
4361
5620
  "icon": "snipcart.png",
4362
5621
  "github": "https://github.com/nuxt-modules/snipcart",
4363
5622
  "website": "https://github.com/nuxt-modules/snipcart",
4364
5623
  "learn_more": "https://snipcart.com",
4365
- "category": "Payment",
5624
+ "category": "Ecommerce",
4366
5625
  "type": "community",
4367
5626
  "maintainers": [
4368
5627
  {
@@ -4378,7 +5637,7 @@
4378
5637
  },
4379
5638
  {
4380
5639
  "name": "social-meta",
4381
- "description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
5640
+ "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
4382
5641
  "repo": "AlekseyPleshkov/nuxt-social-meta",
4383
5642
  "npm": "nuxt-social-meta",
4384
5643
  "icon": "",
@@ -4500,7 +5759,7 @@
4500
5759
  },
4501
5760
  {
4502
5761
  "name": "storage",
4503
- "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
5762
+ "description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
4504
5763
  "repo": "mazipan/nuxt-storage",
4505
5764
  "npm": "nuxt-storage",
4506
5765
  "icon": "",
@@ -4522,7 +5781,7 @@
4522
5781
  },
4523
5782
  {
4524
5783
  "name": "storefront-ui",
4525
- "description": "Storefront UI Module for Nuxt.js",
5784
+ "description": "Storefront UI Module for Nuxt",
4526
5785
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
4527
5786
  "npm": "@storefront-ui/nuxt",
4528
5787
  "icon": "storefront-ui.svg",
@@ -4566,7 +5825,7 @@
4566
5825
  },
4567
5826
  {
4568
5827
  "name": "storyblok",
4569
- "description": "Storyblok Nuxt.js module",
5828
+ "description": "Storyblok Nuxt module",
4570
5829
  "repo": "storyblok/storyblok-nuxt#master/lib",
4571
5830
  "npm": "@storyblok/nuxt",
4572
5831
  "icon": "storyblok.png",
@@ -4583,46 +5842,43 @@
4583
5842
  ],
4584
5843
  "compatibility": {
4585
5844
  "nuxt": "^2.0.0 || ^3.0.0",
4586
- "requires": {}
5845
+ "requires": {},
5846
+ "devtools": "^0.0.0"
4587
5847
  }
4588
5848
  },
4589
5849
  {
4590
5850
  "name": "storybook",
4591
- "description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
4592
- "repo": "nuxt-community/storybook",
5851
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
5852
+ "repo": "nuxt-modules/storybook",
4593
5853
  "npm": "@nuxtjs/storybook",
4594
5854
  "icon": "storybook.png",
4595
- "github": "https://github.com/nuxt-community/storybook",
5855
+ "github": "https://github.com/nuxt-modules/storybook",
4596
5856
  "website": "https://storybook.nuxtjs.org",
4597
- "learn_more": "https://storybook.js.org/",
5857
+ "learn_more": "https://github.com/storybook-vue/storybook-nuxt",
4598
5858
  "category": "Devtools",
4599
5859
  "type": "community",
4600
5860
  "maintainers": [
4601
5861
  {
4602
- "name": "Ahad Birang",
4603
- "github": "farnabaz",
4604
- "twitter": "a_birang"
4605
- },
4606
- {
4607
- "name": "Pooya Parsa",
4608
- "github": "pi0",
4609
- "twitter": "_pi0_"
5862
+ "name": "Chakir QATAB",
5863
+ "github": "chakAs3",
5864
+ "twitter": "ChakirQatab"
4610
5865
  }
4611
5866
  ],
4612
5867
  "compatibility": {
4613
- "nuxt": "^2.0.0",
5868
+ "nuxt": "^2.0.0 || ^3.0.0",
4614
5869
  "requires": {
4615
5870
  "bridge": "optional"
4616
- }
5871
+ },
5872
+ "devtools": "^0.7.2"
4617
5873
  }
4618
5874
  },
4619
5875
  {
4620
5876
  "name": "strapi",
4621
5877
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
4622
- "repo": "nuxt-community/strapi-module",
5878
+ "repo": "nuxt-modules/strapi",
4623
5879
  "npm": "@nuxtjs/strapi",
4624
5880
  "icon": "strapi.png",
4625
- "github": "https://github.com/nuxt-community/strapi-module",
5881
+ "github": "https://github.com/nuxt-modules/strapi",
4626
5882
  "website": "https://strapi.nuxtjs.org",
4627
5883
  "learn_more": "https://strapi.io/",
4628
5884
  "category": "CMS",
@@ -4643,7 +5899,34 @@
4643
5899
  "nuxt": "^2.0.0 || ^3.0.0",
4644
5900
  "requires": {
4645
5901
  "bridge": true
5902
+ },
5903
+ "devtools": "^0.0.0"
5904
+ }
5905
+ },
5906
+ {
5907
+ "name": "stripe-next",
5908
+ "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.",
5909
+ "repo": "fuentesloic/nuxt-stripe",
5910
+ "npm": "@unlok-co/nuxt-stripe",
5911
+ "icon": "stripe.png",
5912
+ "github": "https://github.com/fuentesloic/nuxt-stripe",
5913
+ "website": "https://github.com/fuentesloic/nuxt-stripe",
5914
+ "learn_more": "https://stripe.com/docs",
5915
+ "category": "Payment",
5916
+ "type": "3rd-party",
5917
+ "maintainers": [
5918
+ {
5919
+ "name": "Loic Fuentes",
5920
+ "github": "fuentesloic"
5921
+ },
5922
+ {
5923
+ "name": "Florent Giraud",
5924
+ "github": "flozero"
4646
5925
  }
5926
+ ],
5927
+ "compatibility": {
5928
+ "nuxt": "^3.0.0",
5929
+ "requires": {}
4647
5930
  }
4648
5931
  },
4649
5932
  {
@@ -4668,6 +5951,36 @@
4668
5951
  "requires": {}
4669
5952
  }
4670
5953
  },
5954
+ {
5955
+ "name": "studio",
5956
+ "description": "A new experience to build content-driven website with Nuxt.",
5957
+ "repo": "nuxtlabs/studio-module",
5958
+ "npm": "@nuxthq/studio",
5959
+ "icon": "studio.svg",
5960
+ "github": "https://github.com/nuxtlabs/studio-module",
5961
+ "website": "https://nuxt.studio",
5962
+ "learn_more": "https://nuxt.studio",
5963
+ "category": "CMS",
5964
+ "type": "3rd-party",
5965
+ "maintainers": [
5966
+ {
5967
+ "name": "Ahad Birang",
5968
+ "github": "farnabaz",
5969
+ "twitter": "a_birang"
5970
+ },
5971
+ {
5972
+ "name": "Sébastien Chopin",
5973
+ "github": "Atinux",
5974
+ "twitter": "Atinux"
5975
+ }
5976
+ ],
5977
+ "compatibility": {
5978
+ "nuxt": "^3.0.0",
5979
+ "requires": {
5980
+ "content": true
5981
+ }
5982
+ }
5983
+ },
4671
5984
  {
4672
5985
  "name": "style-resources",
4673
5986
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
@@ -4693,7 +6006,7 @@
4693
6006
  },
4694
6007
  {
4695
6008
  "name": "stylelint",
4696
- "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
6009
+ "description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
4697
6010
  "repo": "nuxt-community/stylelint-module",
4698
6011
  "npm": "@nuxtjs/stylelint-module",
4699
6012
  "icon": "stylelint.png",
@@ -4709,7 +6022,7 @@
4709
6022
  }
4710
6023
  ],
4711
6024
  "compatibility": {
4712
- "nuxt": "^2.0.0",
6025
+ "nuxt": "^2.0.0 || ^3.0.0",
4713
6026
  "requires": {}
4714
6027
  }
4715
6028
  },
@@ -4739,10 +6052,10 @@
4739
6052
  {
4740
6053
  "name": "supabase",
4741
6054
  "description": "First class integration with Supabase",
4742
- "repo": "nuxt-community/supabase-module",
6055
+ "repo": "nuxt-modules/supabase",
4743
6056
  "npm": "@nuxtjs/supabase",
4744
6057
  "icon": "supabase.png",
4745
- "github": "https://github.com/nuxt-community/supabase-module",
6058
+ "github": "https://github.com/nuxt-modules/supabase",
4746
6059
  "website": "https://supabase.nuxtjs.org",
4747
6060
  "learn_more": "https://supabase.com",
4748
6061
  "category": "Database",
@@ -4793,12 +6106,12 @@
4793
6106
  },
4794
6107
  {
4795
6108
  "name": "svg-sprite",
4796
- "description": "Optimized and Easy way to use svg files in Nuxt.js",
4797
- "repo": "nuxt-community/svg-sprite-module",
6109
+ "description": "Optimized and Easy way to use svg files in Nuxt",
6110
+ "repo": "nuxt-modules/svg-sprite",
4798
6111
  "npm": "@nuxtjs/svg-sprite",
4799
6112
  "icon": "",
4800
- "github": "https://github.com/nuxt-community/svg-sprite-module",
4801
- "website": "https://github.com/nuxt-community/svg-sprite-module",
6113
+ "github": "https://github.com/nuxt-modules/svg-sprite",
6114
+ "website": "https://github.com/nuxt-modules/svg-sprite",
4802
6115
  "learn_more": "",
4803
6116
  "category": "UI",
4804
6117
  "type": "community",
@@ -4810,13 +6123,13 @@
4810
6123
  }
4811
6124
  ],
4812
6125
  "compatibility": {
4813
- "nuxt": "^2.0.0",
6126
+ "nuxt": "^2.0.0 || ^3.0.0",
4814
6127
  "requires": {}
4815
6128
  }
4816
6129
  },
4817
6130
  {
4818
6131
  "name": "svg",
4819
- "description": "Super simple svg loading module for Nuxt.js",
6132
+ "description": "Super simple svg loading module for Nuxt",
4820
6133
  "repo": "nuxt-community/svg-module",
4821
6134
  "npm": "@nuxtjs/svg",
4822
6135
  "icon": "",
@@ -4860,7 +6173,7 @@
4860
6173
  },
4861
6174
  {
4862
6175
  "name": "swiper",
4863
- "description": "Nuxt.js module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
6176
+ "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
4864
6177
  "repo": "cpreston321/nuxt-swiper",
4865
6178
  "npm": "nuxt-swiper",
4866
6179
  "icon": "swiper.svg",
@@ -4906,10 +6219,10 @@
4906
6219
  {
4907
6220
  "name": "tailwindcss",
4908
6221
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
4909
- "repo": "nuxt-community/tailwindcss-module",
6222
+ "repo": "nuxt-modules/tailwindcss",
4910
6223
  "npm": "@nuxtjs/tailwindcss",
4911
6224
  "icon": "tailwindcss.png",
4912
- "github": "https://github.com/nuxt-community/tailwindcss-module",
6225
+ "github": "https://github.com/nuxt-modules/tailwindcss",
4913
6226
  "website": "https://tailwindcss.nuxtjs.org",
4914
6227
  "learn_more": "https://tailwindcss.com/",
4915
6228
  "category": "UI",
@@ -4919,11 +6232,16 @@
4919
6232
  "name": "Sébastien Chopin",
4920
6233
  "github": "Atinux",
4921
6234
  "twitter": "Atinux"
6235
+ },
6236
+ {
6237
+ "name": "Inesh Bose",
6238
+ "github": "ineshbose"
4922
6239
  }
4923
6240
  ],
4924
6241
  "compatibility": {
4925
6242
  "nuxt": "^2.0.0 || ^3.0.0",
4926
- "requires": {}
6243
+ "requires": {},
6244
+ "devtools": "^0.0.0"
4927
6245
  }
4928
6246
  },
4929
6247
  {
@@ -4949,9 +6267,31 @@
4949
6267
  "requires": {}
4950
6268
  }
4951
6269
  },
6270
+ {
6271
+ "name": "time",
6272
+ "description": "Safely render local dates and times on the server with Nuxt",
6273
+ "repo": "danielroe/nuxt-time",
6274
+ "npm": "nuxt-time",
6275
+ "icon": "",
6276
+ "github": "https://github.com/danielroe/nuxt-time",
6277
+ "website": "https://github.com/danielroe/nuxt-time",
6278
+ "learn_more": "",
6279
+ "category": "Extensions",
6280
+ "type": "3rd-party",
6281
+ "maintainers": [
6282
+ {
6283
+ "name": "danielroe",
6284
+ "github": "danielroe"
6285
+ }
6286
+ ],
6287
+ "compatibility": {
6288
+ "nuxt": "^3.0.0",
6289
+ "requires": {}
6290
+ }
6291
+ },
4952
6292
  {
4953
6293
  "name": "toast",
4954
- "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
6294
+ "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
4955
6295
  "repo": "nuxt-community/modules#master/packages/toast",
4956
6296
  "npm": "@nuxtjs/toast",
4957
6297
  "icon": "",
@@ -4972,6 +6312,39 @@
4972
6312
  "requires": {}
4973
6313
  }
4974
6314
  },
6315
+ {
6316
+ "name": "tresjs",
6317
+ "description": "Create 3D experiences in your Nuxt application using TresJS.",
6318
+ "repo": "tresjs/nuxt",
6319
+ "npm": "@tresjs/nuxt",
6320
+ "icon": "tresjs.svg",
6321
+ "github": "https://github.com/Tresjs/nuxt",
6322
+ "website": "https://tresjs.org/guide/nuxt.html",
6323
+ "learn_more": "https://tresjs.org/",
6324
+ "category": "Libraries",
6325
+ "type": "3rd-party",
6326
+ "maintainers": [
6327
+ {
6328
+ "name": "Alvaro Saburido",
6329
+ "github": "alvarosabu",
6330
+ "twitter": "alvarosabu"
6331
+ },
6332
+ {
6333
+ "name": "Jaime Torrealba",
6334
+ "github": "JaimeTorrealba",
6335
+ "twitter": "jaimebboyjt"
6336
+ },
6337
+ {
6338
+ "name": "Tino Koch",
6339
+ "github": "Tinoooo",
6340
+ "twitter": "ichbintino"
6341
+ }
6342
+ ],
6343
+ "compatibility": {
6344
+ "nuxt": "^3.0.0",
6345
+ "requires": {}
6346
+ }
6347
+ },
4975
6348
  {
4976
6349
  "name": "turnstile",
4977
6350
  "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
@@ -4999,7 +6372,7 @@
4999
6372
  },
5000
6373
  {
5001
6374
  "name": "twa",
5002
- "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
6375
+ "description": "Nuxt module for generating Trusted Web App from Nuxt app",
5003
6376
  "repo": "tuarrep/nuxt-twa",
5004
6377
  "npm": "nuxt-twa",
5005
6378
  "icon": "",
@@ -5021,6 +6394,28 @@
5021
6394
  }
5022
6395
  }
5023
6396
  },
6397
+ {
6398
+ "name": "twemoji",
6399
+ "description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
6400
+ "repo": "yizack/nuxt-twemoji",
6401
+ "npm": "nuxt-twemoji",
6402
+ "icon": "twemoji.svg",
6403
+ "github": "https://github.com/Yizack/nuxt-twemoji",
6404
+ "website": "https://github.com/Yizack/nuxt-twemoji",
6405
+ "learn_more": "",
6406
+ "category": "UI",
6407
+ "type": "3rd-party",
6408
+ "maintainers": [
6409
+ {
6410
+ "name": "Yizack Rangel",
6411
+ "github": "yizack"
6412
+ }
6413
+ ],
6414
+ "compatibility": {
6415
+ "nuxt": "^3.0.0",
6416
+ "requires": {}
6417
+ }
6418
+ },
5024
6419
  {
5025
6420
  "name": "twicpics",
5026
6421
  "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
@@ -5165,6 +6560,63 @@
5165
6560
  "requires": {}
5166
6561
  }
5167
6562
  },
6563
+ {
6564
+ "name": "typo3",
6565
+ "description": "TYPO3 Headless Frontend Rendering module",
6566
+ "repo": "TYPO3-Headless/nuxt-typo3",
6567
+ "npm": "@t3headless/nuxt-typo3",
6568
+ "icon": "typo3.svg",
6569
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
6570
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
6571
+ "learn_more": "https://github.com/TYPO3-Headless",
6572
+ "category": "CMS",
6573
+ "type": "3rd-party",
6574
+ "maintainers": [
6575
+ {
6576
+ "name": "Macopedia",
6577
+ "github": "macopedia",
6578
+ "twitter": "macopediapl"
6579
+ }
6580
+ ],
6581
+ "compatibility": {
6582
+ "nuxt": "^2.0.0 || ^3.0.0",
6583
+ "requires": {},
6584
+ "devtools": "^0.0.0"
6585
+ }
6586
+ },
6587
+ {
6588
+ "name": "ui",
6589
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
6590
+ "repo": "nuxt/ui#dev",
6591
+ "npm": "@nuxt/ui",
6592
+ "icon": "nuxt.svg",
6593
+ "github": "https://github.com/nuxt/ui",
6594
+ "website": "https://ui.nuxt.com",
6595
+ "learn_more": "",
6596
+ "category": "UI",
6597
+ "type": "official",
6598
+ "maintainers": [
6599
+ {
6600
+ "name": "Benjamin Canac",
6601
+ "github": "benjamincanac",
6602
+ "twitter": "benjamincanac"
6603
+ },
6604
+ {
6605
+ "name": "Sebastien Chopin",
6606
+ "github": "Atinux",
6607
+ "twitter": "Atinux"
6608
+ },
6609
+ {
6610
+ "name": "Sylvain Marroufin",
6611
+ "github": "smarroufin",
6612
+ "twitter": "smarroufin"
6613
+ }
6614
+ ],
6615
+ "compatibility": {
6616
+ "nuxt": "^3.0.0",
6617
+ "requires": {}
6618
+ }
6619
+ },
5168
6620
  {
5169
6621
  "name": "umami",
5170
6622
  "description": "Embed the Umami analytics library into Nuxt",
@@ -5192,11 +6644,11 @@
5192
6644
  {
5193
6645
  "name": "unhead",
5194
6646
  "description": "Experimental features for Nuxt SEO / head management.",
5195
- "repo": "harlan-zw/nuxt-unhead",
5196
- "npm": "nuxt-unhead",
6647
+ "repo": "harlan-zw/nuxt-seo-experiments",
6648
+ "npm": "nuxt-seo-experiments",
5197
6649
  "icon": "",
5198
- "github": "https://github.com/harlan-zw/nuxt-unhead",
5199
- "website": "https://github.com/harlan-zw/nuxt-unhead",
6650
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
6651
+ "website": "https://github.com/harlan-zw/nuxt-seo-experiments",
5200
6652
  "learn_more": "",
5201
6653
  "category": "SEO",
5202
6654
  "type": "3rd-party",
@@ -5213,7 +6665,7 @@
5213
6665
  },
5214
6666
  {
5215
6667
  "name": "universal-storage",
5216
- "description": "Universal Storage Utilities for Nuxt.js",
6668
+ "description": "Universal Storage Utilities for Nuxt",
5217
6669
  "repo": "nuxt-community/universal-storage-module",
5218
6670
  "npm": "@nuxtjs/universal-storage",
5219
6671
  "icon": "",
@@ -5239,6 +6691,28 @@
5239
6691
  "requires": {}
5240
6692
  }
5241
6693
  },
6694
+ {
6695
+ "name": "unlazy",
6696
+ "description": "Lazy loading library for placeholder images",
6697
+ "repo": "johannschopplich/unlazy/packages/nuxt",
6698
+ "npm": "@unlazy/nuxt",
6699
+ "icon": "unlazy.svg",
6700
+ "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
6701
+ "website": "https://unlazy.byjohann.dev/",
6702
+ "learn_more": "",
6703
+ "category": "Images",
6704
+ "type": "3rd-party",
6705
+ "maintainers": [
6706
+ {
6707
+ "name": "Johann Schopplich",
6708
+ "github": "johannschopplich"
6709
+ }
6710
+ ],
6711
+ "compatibility": {
6712
+ "nuxt": "^3.0.0",
6713
+ "requires": {}
6714
+ }
6715
+ },
5242
6716
  {
5243
6717
  "name": "unlighthouse",
5244
6718
  "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
@@ -5252,48 +6726,96 @@
5252
6726
  "type": "3rd-party",
5253
6727
  "maintainers": [
5254
6728
  {
5255
- "name": "Harlan Wilton",
5256
- "github": "harlan-zw",
5257
- "twitter": "harlan_zw",
5258
- "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
6729
+ "name": "Harlan Wilton",
6730
+ "github": "harlan-zw",
6731
+ "twitter": "harlan_zw",
6732
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
6733
+ }
6734
+ ],
6735
+ "compatibility": {
6736
+ "nuxt": "^2.0.0 || ^3.0.0",
6737
+ "requires": {
6738
+ "bridge": "optional"
6739
+ }
6740
+ }
6741
+ },
6742
+ {
6743
+ "name": "unocss",
6744
+ "description": "The instant on-demand atomic CSS engine.",
6745
+ "repo": "unocss/unocss#main/packages/nuxt",
6746
+ "npm": "@unocss/nuxt",
6747
+ "icon": "unocss.svg",
6748
+ "github": "https://github.com/unocss/unocss",
6749
+ "website": "https://github.com/unocss/unocss",
6750
+ "learn_more": "https://github.com/unocss/unocss",
6751
+ "category": "UI",
6752
+ "type": "3rd-party",
6753
+ "maintainers": [
6754
+ {
6755
+ "name": "Anthony Fu",
6756
+ "github": "antfu",
6757
+ "twitter": "antfu7",
6758
+ "avatar": "https://avatars.githubusercontent.com/antfu?v=4"
6759
+ }
6760
+ ],
6761
+ "compatibility": {
6762
+ "nuxt": "^2.0.0 || ^3.0.0",
6763
+ "requires": {
6764
+ "bridge": "optional"
6765
+ },
6766
+ "devtools": "^0.0.0"
6767
+ }
6768
+ },
6769
+ {
6770
+ "name": "ununuracss",
6771
+ "description": "A Real CSS Engine. Only Scoped.",
6772
+ "repo": "novout/ununuracss#main/packages/nuxt",
6773
+ "npm": "nuxt-ununura",
6774
+ "icon": "ununuracss.png",
6775
+ "github": "https://github.com/novout/ununuracss",
6776
+ "website": "https://ununura.com/#/",
6777
+ "learn_more": "https://ununura.com/#/docs/why",
6778
+ "category": "UI",
6779
+ "type": "3rd-party",
6780
+ "maintainers": [
6781
+ {
6782
+ "name": "Giovane Cardoso",
6783
+ "github": "novout",
6784
+ "avatar": "https://avatars.githubusercontent.com/novout?v=4"
5259
6785
  }
5260
6786
  ],
5261
6787
  "compatibility": {
5262
6788
  "nuxt": "^2.0.0 || ^3.0.0",
5263
- "requires": {
5264
- "bridge": "optional"
5265
- }
6789
+ "requires": {}
5266
6790
  }
5267
6791
  },
5268
6792
  {
5269
- "name": "unocss",
5270
- "description": "The instant on-demand atomic CSS engine.",
5271
- "repo": "antfu/unocss#main/packages/nuxt",
5272
- "npm": "@unocss/nuxt",
5273
- "icon": "unocss.svg",
5274
- "github": "https://github.com/antfu/unocss",
5275
- "website": "https://github.com/antfu/unocss",
5276
- "learn_more": "https://github.com/antfu/unocss",
5277
- "category": "UI",
6793
+ "name": "use-wagmi",
6794
+ "description": "Vue Composition for Ethereum based on wagmi",
6795
+ "repo": "unicape/use-wagmi#main/packages/nuxt",
6796
+ "npm": "@use-wagmi/nuxt",
6797
+ "icon": "use-wagmi.png",
6798
+ "github": "https://github.com/unicape/use-wagmi",
6799
+ "website": "https://github.com/unicape/use-wagmi",
6800
+ "learn_more": "https://github.com/unicape/use-wagmi",
6801
+ "category": "Extensions",
5278
6802
  "type": "3rd-party",
5279
6803
  "maintainers": [
5280
6804
  {
5281
- "name": "Anthony Fu",
5282
- "github": "antfu",
5283
- "twitter": "antfu7",
5284
- "avatar": "https://avatars.githubusercontent.com/antfu?v=4"
6805
+ "name": "Unic Ape",
6806
+ "github": "unicape"
5285
6807
  }
5286
6808
  ],
5287
6809
  "compatibility": {
5288
6810
  "nuxt": "^2.0.0 || ^3.0.0",
5289
6811
  "requires": {
5290
- "bridge": "optional"
6812
+ "bridge": true
5291
6813
  }
5292
6814
  }
5293
6815
  },
5294
6816
  {
5295
6817
  "name": "user-agent",
5296
- "description": "Nuxt.js module for handling User-Agent.",
6818
+ "description": "Nuxt module for handling User-Agent.",
5297
6819
  "repo": "fukuiretu/nuxt-user-agent",
5298
6820
  "npm": "nuxt-user-agent",
5299
6821
  "icon": "",
@@ -5359,6 +6881,74 @@
5359
6881
  }
5360
6882
  }
5361
6883
  },
6884
+ {
6885
+ "name": "varlet",
6886
+ "description": "A Material design mobile component library developed based on Vue3",
6887
+ "repo": "varletjs/varlet-nuxt",
6888
+ "npm": "@varlet/nuxt",
6889
+ "icon": "varlet.svg",
6890
+ "github": "https://github.com/varletjs/varlet",
6891
+ "website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
6892
+ "learn_more": "https://github.com/varletjs/varlet-nuxt",
6893
+ "category": "UI",
6894
+ "type": "3rd-party",
6895
+ "maintainers": [
6896
+ {
6897
+ "name": "zhangmo8",
6898
+ "github": "zhangmo8"
6899
+ }
6900
+ ],
6901
+ "compatibility": {
6902
+ "nuxt": "^3.0.0",
6903
+ "requires": {
6904
+ "bridge": "optional"
6905
+ }
6906
+ }
6907
+ },
6908
+ {
6909
+ "name": "vcalendar",
6910
+ "description": "VCalendar module for Nuxt",
6911
+ "repo": "samk-dev/nuxt-vcalendar",
6912
+ "npm": "@samk-dev/nuxt-vcalendar",
6913
+ "icon": "vcalendar.png",
6914
+ "github": "https://github.com/samk-dev/vcalendar",
6915
+ "website": "https://github.com/samk-dev/vcalendar",
6916
+ "learn_more": "",
6917
+ "category": "Libraries",
6918
+ "type": "3rd-party",
6919
+ "maintainers": [
6920
+ {
6921
+ "name": "Sam K",
6922
+ "github": "samk-dev"
6923
+ }
6924
+ ],
6925
+ "compatibility": {
6926
+ "nuxt": "^3.0.0",
6927
+ "requires": {}
6928
+ }
6929
+ },
6930
+ {
6931
+ "name": "vee-validate",
6932
+ "description": "Painless Vue forms for Nuxt",
6933
+ "repo": "logaretm/vee-validate#main/packages/nuxt",
6934
+ "npm": "@vee-validate/nuxt",
6935
+ "icon": "vee-validate.png",
6936
+ "github": "https://github.com/logaretm/vee-validate/",
6937
+ "website": "https://vee-validate.logaretm.com/v4/",
6938
+ "learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
6939
+ "category": "Libraries",
6940
+ "type": "3rd-party",
6941
+ "maintainers": [
6942
+ {
6943
+ "name": "Abdelrahman Awad",
6944
+ "github": "logaretm"
6945
+ }
6946
+ ],
6947
+ "compatibility": {
6948
+ "nuxt": "^3.0.0",
6949
+ "requires": {}
6950
+ }
6951
+ },
5362
6952
  {
5363
6953
  "name": "vendor",
5364
6954
  "description": "directly serve node_modules",
@@ -5382,9 +6972,54 @@
5382
6972
  "requires": {}
5383
6973
  }
5384
6974
  },
6975
+ {
6976
+ "name": "vercel-analytics",
6977
+ "description": "Vercel Analytics integration for Nuxt",
6978
+ "repo": "xanderbarkhatov/nuxt-vercel-analytics",
6979
+ "npm": "nuxt-vercel-analytics",
6980
+ "icon": "",
6981
+ "github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
6982
+ "website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
6983
+ "learn_more": "https://vercel.com/docs/concepts/analytics",
6984
+ "category": "Analytics",
6985
+ "type": "3rd-party",
6986
+ "maintainers": [
6987
+ {
6988
+ "name": "Alexander B.",
6989
+ "github": "xanderbarkhatov"
6990
+ }
6991
+ ],
6992
+ "compatibility": {
6993
+ "nuxt": "^3.0.0",
6994
+ "requires": {}
6995
+ }
6996
+ },
6997
+ {
6998
+ "name": "vexip-ui",
6999
+ "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
7000
+ "repo": "vexip-ui/nuxt",
7001
+ "npm": "@vexip-ui/nuxt",
7002
+ "icon": "vexip-ui.svg",
7003
+ "github": "https://github.com/vexip-ui/vexip-ui",
7004
+ "website": "https://www.vexipui.com/",
7005
+ "learn_more": "https://github.com/vexip-ui/nuxt",
7006
+ "category": "UI",
7007
+ "type": "3rd-party",
7008
+ "maintainers": [
7009
+ {
7010
+ "name": "未觉雨声",
7011
+ "github": "qmhc",
7012
+ "twitter": "qmhc95"
7013
+ }
7014
+ ],
7015
+ "compatibility": {
7016
+ "nuxt": "^3.0.0",
7017
+ "requires": {}
7018
+ }
7019
+ },
5385
7020
  {
5386
7021
  "name": "vite-pwa-nuxt",
5387
- "description": "Zero-config PWA Plugin for Nuxt 3",
7022
+ "description": "Zero-config PWA Plugin for Nuxt",
5388
7023
  "repo": "vite-pwa/nuxt",
5389
7024
  "npm": "@vite-pwa/nuxt",
5390
7025
  "icon": "vite-pwa-nuxt.svg",
@@ -5413,13 +7048,13 @@
5413
7048
  {
5414
7049
  "name": "vitest",
5415
7050
  "description": "Vitest integration with Nuxt",
5416
- "repo": "danielroe/nuxt-vitest#main",
7051
+ "repo": "danielroe/nuxt-vitest",
5417
7052
  "npm": "nuxt-vitest",
5418
7053
  "icon": "vitest.svg",
5419
7054
  "github": "https://github.com/danielroe/nuxt-vitest",
5420
7055
  "website": "https://github.com/danielroe/nuxt-vitest",
5421
7056
  "learn_more": "",
5422
- "category": "Extensions",
7057
+ "category": "Devtools",
5423
7058
  "type": "3rd-party",
5424
7059
  "maintainers": [
5425
7060
  {
@@ -5431,6 +7066,61 @@
5431
7066
  "github": "antfu"
5432
7067
  }
5433
7068
  ],
7069
+ "compatibility": {
7070
+ "nuxt": "^3.0.0",
7071
+ "requires": {},
7072
+ "devtools": "^0.0.0"
7073
+ }
7074
+ },
7075
+ {
7076
+ "name": "vue-email",
7077
+ "description": "💌 Write email templates with vue",
7078
+ "repo": "Dave136/vue-email#main/packages/vue-email",
7079
+ "npm": "vue-email",
7080
+ "icon": "vue-email.svg",
7081
+ "github": "https://github.com/Dave136/vue-email",
7082
+ "website": "https://www.vuemail.net/",
7083
+ "learn_more": "https://vue-email.vercel.app/getting-started",
7084
+ "category": "UI",
7085
+ "type": "3rd-party",
7086
+ "maintainers": [
7087
+ {
7088
+ "name": "David Arenas",
7089
+ "github": "Dave136",
7090
+ "twitter": "davejs4",
7091
+ "avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
7092
+ },
7093
+ {
7094
+ "name": "Younes Barrad",
7095
+ "github": "Flowko",
7096
+ "twitter": "imflowko",
7097
+ "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
7098
+ }
7099
+ ],
7100
+ "compatibility": {
7101
+ "nuxt": "^3.0.0",
7102
+ "requires": {},
7103
+ "devtools": "^0.0.0"
7104
+ }
7105
+ },
7106
+ {
7107
+ "name": "vue-final-modal",
7108
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
7109
+ "repo": "vue-final/vue-final-modal",
7110
+ "npm": "@vue-final-modal/nuxt",
7111
+ "icon": "vue-final-modal.svg",
7112
+ "github": "https://github.com/vue-final/vue-final-modal",
7113
+ "website": "https://vue-final-modal.org/",
7114
+ "learn_more": "https://vue-final-modal.org/",
7115
+ "category": "UI",
7116
+ "type": "3rd-party",
7117
+ "maintainers": [
7118
+ {
7119
+ "name": "Hunter Liu",
7120
+ "github": "hunterliu1003",
7121
+ "twitter": "hunterliu1003"
7122
+ }
7123
+ ],
5434
7124
  "compatibility": {
5435
7125
  "nuxt": "^3.0.0",
5436
7126
  "requires": {}
@@ -5438,13 +7128,13 @@
5438
7128
  },
5439
7129
  {
5440
7130
  "name": "vue-macros",
5441
- "description": "Explore and extend more macros and syntax sugar to Vue.",
5442
- "repo": "sxzz/unplugin-vue-macros#main/packages/nuxt",
7131
+ "description": "Explore more macros and syntax sugar to Vue.",
7132
+ "repo": "sxzz/vue-macros#main/packages/nuxt",
5443
7133
  "npm": "@vue-macros/nuxt",
5444
7134
  "icon": "vue-macros.svg",
5445
- "github": "https://github.com/sxzz/unplugin-vue-macros",
7135
+ "github": "https://github.com/sxzz/vue-macros",
5446
7136
  "website": "https://vue-macros.sxzz.moe",
5447
- "learn_more": "https://github.com/sxzz/unplugin-vue-macros",
7137
+ "learn_more": "https://github.com/sxzz/vue-macros",
5448
7138
  "category": "Extensions",
5449
7139
  "type": "3rd-party",
5450
7140
  "maintainers": [
@@ -5458,7 +7148,8 @@
5458
7148
  "nuxt": "^3.0.0",
5459
7149
  "requires": {
5460
7150
  "bridge": "optional"
5461
- }
7151
+ },
7152
+ "devtools": "^0.0.0"
5462
7153
  }
5463
7154
  },
5464
7155
  {
@@ -5485,7 +7176,7 @@
5485
7176
  },
5486
7177
  {
5487
7178
  "name": "vue-multiselect",
5488
- "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
7179
+ "description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
5489
7180
  "repo": "spektrummedia/nuxt-vue-multiselect",
5490
7181
  "npm": "nuxt-vue-multiselect",
5491
7182
  "icon": "",
@@ -5527,6 +7218,29 @@
5527
7218
  "requires": {}
5528
7219
  }
5529
7220
  },
7221
+ {
7222
+ "name": "vue-query",
7223
+ "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
7224
+ "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
7225
+ "npm": "@hebilicious/vue-query-nuxt",
7226
+ "icon": "vue-query.svg",
7227
+ "github": "https://github.com/Hebilicious/vue-query-nuxt",
7228
+ "website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
7229
+ "learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
7230
+ "category": "Request",
7231
+ "type": "3rd-party",
7232
+ "maintainers": [
7233
+ {
7234
+ "name": "Hebilicious",
7235
+ "github": "Hebilicious",
7236
+ "twitter": "its_hebilicious"
7237
+ }
7238
+ ],
7239
+ "compatibility": {
7240
+ "nuxt": "^3.0.0",
7241
+ "requires": {}
7242
+ }
7243
+ },
5530
7244
  {
5531
7245
  "name": "vue-select",
5532
7246
  "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
@@ -5576,7 +7290,7 @@
5576
7290
  },
5577
7291
  {
5578
7292
  "name": "vue-warehouse",
5579
- "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
7293
+ "description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
5580
7294
  "repo": "juliomrqz/vue-warehouse",
5581
7295
  "npm": "vue-warehouse",
5582
7296
  "icon": "",
@@ -5597,6 +7311,29 @@
5597
7311
  "requires": {}
5598
7312
  }
5599
7313
  },
7314
+ {
7315
+ "name": "vue3-carousel-nuxt",
7316
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
7317
+ "repo": "gaetansenn/vue3-carousel-nuxt",
7318
+ "npm": "vue3-carousel-nuxt",
7319
+ "icon": "",
7320
+ "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7321
+ "website": "",
7322
+ "learn_more": "",
7323
+ "category": "UI",
7324
+ "type": "3rd-party",
7325
+ "maintainers": [
7326
+ {
7327
+ "name": "Gaetan SENN",
7328
+ "github": "gaetansenn",
7329
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
7330
+ }
7331
+ ],
7332
+ "compatibility": {
7333
+ "nuxt": "^3.0.0",
7334
+ "requires": {}
7335
+ }
7336
+ },
5600
7337
  {
5601
7338
  "name": "vuefire",
5602
7339
  "description": "Idiomatic composables for the Firebase SDK",
@@ -5619,9 +7356,55 @@
5619
7356
  "requires": {}
5620
7357
  }
5621
7358
  },
7359
+ {
7360
+ "name": "vueform-builder",
7361
+ "description": "Official Vueform Builder module for Nuxt",
7362
+ "repo": "vueform/builder/nuxt",
7363
+ "npm": "@vueform/builder-nuxt",
7364
+ "icon": "vueform.svg",
7365
+ "github": "https://github.com/vueform/builder",
7366
+ "website": "https://builder.vueform.com",
7367
+ "learn_more": "https://builder.vueform.com/docs/installation#nuxt",
7368
+ "category": "Libraries",
7369
+ "type": "3rd-party",
7370
+ "maintainers": [
7371
+ {
7372
+ "name": "Adam Berecz",
7373
+ "github": "adamberecz",
7374
+ "twitter": "bereczadam"
7375
+ }
7376
+ ],
7377
+ "compatibility": {
7378
+ "nuxt": "^3.0.0",
7379
+ "requires": {}
7380
+ }
7381
+ },
7382
+ {
7383
+ "name": "vueform",
7384
+ "description": "Official Vueform module for Nuxt",
7385
+ "repo": "vueform/vueform/nuxt",
7386
+ "npm": "@vueform/nuxt",
7387
+ "icon": "vueform.svg",
7388
+ "github": "https://github.com/vueform/vueform",
7389
+ "website": "https://vueform.com",
7390
+ "learn_more": "https://vueform.com/docs/installation#nuxt",
7391
+ "category": "Libraries",
7392
+ "type": "3rd-party",
7393
+ "maintainers": [
7394
+ {
7395
+ "name": "Adam Berecz",
7396
+ "github": "adamberecz",
7397
+ "twitter": "bereczadam"
7398
+ }
7399
+ ],
7400
+ "compatibility": {
7401
+ "nuxt": "^3.0.0",
7402
+ "requires": {}
7403
+ }
7404
+ },
5622
7405
  {
5623
7406
  "name": "vuestic",
5624
- "description": "Vuestic UI module for Nuxt 3",
7407
+ "description": "Vuestic UI module for Nuxt",
5625
7408
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
5626
7409
  "npm": "@vuestic/nuxt",
5627
7410
  "icon": "vuestic.png",
@@ -5641,9 +7424,31 @@
5641
7424
  "requires": {}
5642
7425
  }
5643
7426
  },
7427
+ {
7428
+ "name": "vuetify-nuxt-module",
7429
+ "description": "Zero-config Nuxt Module for Vuetify.",
7430
+ "repo": "userquin/vuetify-nuxt-module",
7431
+ "npm": "vuetify-nuxt-module",
7432
+ "icon": "vuetify-logo-v3-dark.svg",
7433
+ "github": "https://github.com/userquin/vuetify-nuxt-module",
7434
+ "website": "https://github.com/userquin/vuetify-nuxt-module",
7435
+ "learn_more": "https://vuetify-nuxt-module.netlify.app/",
7436
+ "category": "UI",
7437
+ "type": "3rd-party",
7438
+ "maintainers": [
7439
+ {
7440
+ "name": "Joaquín Sánchez",
7441
+ "github": "userquin"
7442
+ }
7443
+ ],
7444
+ "compatibility": {
7445
+ "nuxt": "^3.0.0",
7446
+ "requires": {}
7447
+ }
7448
+ },
5644
7449
  {
5645
7450
  "name": "vuetify",
5646
- "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
7451
+ "description": "Vuetify Module for Nuxt to add Material Design components to your application.",
5647
7452
  "repo": "nuxt-community/vuetify-module",
5648
7453
  "npm": "@nuxtjs/vuetify",
5649
7454
  "icon": "vuetify.png",
@@ -5690,7 +7495,8 @@
5690
7495
  "nuxt": "^2.0.0 || ^3.0.0",
5691
7496
  "requires": {
5692
7497
  "bridge": "optional"
5693
- }
7498
+ },
7499
+ "devtools": "^0.0.0"
5694
7500
  }
5695
7501
  },
5696
7502
  {
@@ -5715,14 +7521,37 @@
5715
7521
  "requires": {}
5716
7522
  }
5717
7523
  },
7524
+ {
7525
+ "name": "vunix",
7526
+ "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.",
7527
+ "repo": "gaetansenn/vunix#main/packages/nuxt",
7528
+ "npm": "@vunix/nuxt",
7529
+ "icon": "",
7530
+ "github": "https://github.com/gaetansenn/vunix",
7531
+ "website": "https://vunix.dewib.com/",
7532
+ "learn_more": "",
7533
+ "category": "UI",
7534
+ "type": "3rd-party",
7535
+ "maintainers": [
7536
+ {
7537
+ "name": "Gaetan SENN",
7538
+ "github": "gaetansenn",
7539
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
7540
+ }
7541
+ ],
7542
+ "compatibility": {
7543
+ "nuxt": "^3.0.0",
7544
+ "requires": {}
7545
+ }
7546
+ },
5718
7547
  {
5719
7548
  "name": "web-vitals",
5720
7549
  "description": "Web Vitals for Nuxt",
5721
- "repo": "nuxt-community/web-vitals-module",
7550
+ "repo": "nuxt-modules/web-vitals",
5722
7551
  "npm": "@nuxtjs/web-vitals",
5723
7552
  "icon": "web-vitals.png",
5724
- "github": "https://github.com/nuxt-community/web-vitals-module",
5725
- "website": "https://github.com/nuxt-community/web-vitals-module",
7553
+ "github": "https://github.com/nuxt-modules/web-vitals",
7554
+ "website": "https://github.com/nuxt-modules/web-vitals",
5726
7555
  "learn_more": "",
5727
7556
  "category": "Performance",
5728
7557
  "type": "community",
@@ -5749,29 +7578,6 @@
5749
7578
  }
5750
7579
  }
5751
7580
  },
5752
- {
5753
- "name": "web3js",
5754
- "description": "Web3.js module integration for Nuxt.js",
5755
- "repo": "bl0cknumber/nuxt-web3",
5756
- "npm": "nuxt-web3",
5757
- "icon": "web3js.svg",
5758
- "github": "https://github.com/bl0cknumber/nuxt-web3",
5759
- "website": "https://github.com/bl0cknumber/nuxt-web3",
5760
- "learn_more": "https://web3js.readthedocs.io/",
5761
- "category": "Libraries",
5762
- "type": "3rd-party",
5763
- "maintainers": [
5764
- {
5765
- "name": "Muhammad Fauzan",
5766
- "github": "bl0cknumber",
5767
- "twitter": "fncolon"
5768
- }
5769
- ],
5770
- "compatibility": {
5771
- "nuxt": "^2.0.0",
5772
- "requires": {}
5773
- }
5774
- },
5775
7581
  {
5776
7582
  "name": "webfontloader",
5777
7583
  "description": "Efficient web font loading has never been easier!",
@@ -5796,7 +7602,7 @@
5796
7602
  },
5797
7603
  {
5798
7604
  "name": "webpack-optimisations",
5799
- "description": "Nuxt.js v2 module to automatically make your builds faster.",
7605
+ "description": "Nuxt v2 module to automatically make your builds faster.",
5800
7606
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
5801
7607
  "npm": "nuxt-webpack-optimisations",
5802
7608
  "icon": "build-optimisations.svg",
@@ -5886,6 +7692,54 @@
5886
7692
  "requires": {}
5887
7693
  }
5888
7694
  },
7695
+ {
7696
+ "name": "well-known",
7697
+ "description": "A Nuxt module to add well-known URIs using middlewares",
7698
+ "repo": "zadigetvoltaire/nuxt-well-known",
7699
+ "npm": "@zadigetvoltaire/nuxt-well-known",
7700
+ "icon": "well-known.svg",
7701
+ "github": "https://github.com/zadigetvoltaire/nuxt-well-known",
7702
+ "website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
7703
+ "learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
7704
+ "category": "SEO",
7705
+ "type": "3rd-party",
7706
+ "maintainers": [
7707
+ {
7708
+ "name": "Zadig&Voltaire Team",
7709
+ "github": "https://github.com/zadigetvoltaire"
7710
+ }
7711
+ ],
7712
+ "compatibility": {
7713
+ "nuxt": "^3.0.0",
7714
+ "requires": {}
7715
+ }
7716
+ },
7717
+ {
7718
+ "name": "wideangle",
7719
+ "description": "Nuxt module to integrate Wide Angle Analytics",
7720
+ "repo": "inputobjects/wideangle-nuxt",
7721
+ "npm": "wideangle-nuxt",
7722
+ "icon": "wideangle.png",
7723
+ "github": "https://github.com/inputobjects/wideangle-nuxt",
7724
+ "website": "https://wideangle.co",
7725
+ "learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
7726
+ "category": "Analytics",
7727
+ "type": "3rd-party",
7728
+ "maintainers": [
7729
+ {
7730
+ "name": "Wide Angle Analytics by Input Objects GmbH",
7731
+ "github": "inputobjects"
7732
+ },
7733
+ {
7734
+ "name": "Jarek Rozanski",
7735
+ "github": "jrozanski"
7736
+ }
7737
+ ],
7738
+ "compatibility": {
7739
+ "nuxt": "^3.0.0",
7740
+ "requires": {}
7741
+ }
7742
+ },
5889
7743
  {
5890
7744
  "name": "windicss",
5891
7745
  "description": "Next generation utility-first CSS framework.",
@@ -6029,32 +7883,9 @@
6029
7883
  "requires": {}
6030
7884
  }
6031
7885
  },
6032
- {
6033
- "name": "yandex-metrika",
6034
- "description": "Yandex metrika Module for Nuxt.js",
6035
- "repo": "nuxt-community/yandex-metrika-module",
6036
- "npm": "@nuxtjs/yandex-metrika",
6037
- "icon": "",
6038
- "github": "https://github.com/nuxt-community/yandex-metrika-module",
6039
- "website": "https://github.com/nuxt-community/yandex-metrika-module",
6040
- "learn_more": "https://metrica.yandex.com/about",
6041
- "category": "Analytics",
6042
- "type": "community",
6043
- "maintainers": [
6044
- {
6045
- "name": "Pooya Parsa",
6046
- "github": "pi0",
6047
- "twitter": "_pi0_"
6048
- }
6049
- ],
6050
- "compatibility": {
6051
- "nuxt": "^2.0.0",
6052
- "requires": {}
6053
- }
6054
- },
6055
7886
  {
6056
7887
  "name": "zendesk",
6057
- "description": "Nuxt.js module for Zendesk",
7888
+ "description": "Nuxt module for Zendesk",
6058
7889
  "repo": "DansMaCulotte/nuxt-zendesk",
6059
7890
  "npm": "@dansmaculotte/nuxt-zendesk",
6060
7891
  "icon": "zendesk.png",