@nuxt/modules 0.6.0-953659 → 0.6.0-9c3066

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 +1732 -302
  3. package/package.json +10 -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,58 @@
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",
285
353
  "requires": {}
286
354
  }
287
355
  },
288
356
  {
289
357
  "name": "auth",
290
- "description": "Zero-boilerplate authentication support for Nuxt.js.",
358
+ "description": "Zero-boilerplate authentication support for Nuxt.",
291
359
  "repo": "nuxt-community/auth-module",
292
360
  "npm": "@nuxtjs/auth",
293
361
  "icon": "auth.png",
@@ -312,9 +380,55 @@
312
380
  "requires": {}
313
381
  }
314
382
  },
383
+ {
384
+ "name": "authjs",
385
+ "description": "Auth.js authentication Nuxt module. Edge compatible.",
386
+ "repo": "Hebilicious/authjs-nuxt#main",
387
+ "npm": "@hebilicious/authjs-nuxt",
388
+ "icon": "authjs.png",
389
+ "github": "https://github.com/Hebilicious/authjs-nuxt",
390
+ "website": "https://authjs-nuxt.pages.dev/",
391
+ "learn_more": "https://authjs.dev/",
392
+ "category": "Security",
393
+ "type": "3rd-party",
394
+ "maintainers": [
395
+ {
396
+ "name": "Hebilicious",
397
+ "github": "Hebilicious",
398
+ "twitter": "its_hebilicious"
399
+ }
400
+ ],
401
+ "compatibility": {
402
+ "nuxt": "^3.0.0",
403
+ "requires": {}
404
+ }
405
+ },
406
+ {
407
+ "name": "auto-animate",
408
+ "description": "Automatic animations for your Nuxt app with a single line of code.",
409
+ "repo": "formkit/auto-animate",
410
+ "npm": "@formkit/auto-animate",
411
+ "icon": "auto-animate.svg",
412
+ "github": "https://github.com/formkit/auto-animate",
413
+ "website": "https://auto-animate.formkit.com",
414
+ "learn_more": "https://auto-animate.formkit.com",
415
+ "category": "Libraries",
416
+ "type": "3rd-party",
417
+ "maintainers": [
418
+ {
419
+ "name": "Justin Schroeder",
420
+ "github": "justin-schroeder",
421
+ "twitter": "jpschroeder"
422
+ }
423
+ ],
424
+ "compatibility": {
425
+ "nuxt": "^3.0.0",
426
+ "requires": {}
427
+ }
428
+ },
315
429
  {
316
430
  "name": "axios",
317
- "description": "Secure and easy Axios module with Nuxt.js",
431
+ "description": "Secure and easy Axios module with Nuxt",
318
432
  "repo": "nuxt-community/axios-module",
319
433
  "npm": "@nuxtjs/axios",
320
434
  "icon": "axios.svg",
@@ -337,7 +451,7 @@
337
451
  },
338
452
  {
339
453
  "name": "basic-auth",
340
- "description": "Provide basic authentication to your Nuxt.js application",
454
+ "description": "Provide basic authentication to your Nuxt application",
341
455
  "repo": "potato4d/nuxt-basic-auth-module",
342
456
  "npm": "nuxt-basic-auth-module",
343
457
  "icon": "",
@@ -461,7 +575,7 @@
461
575
  },
462
576
  {
463
577
  "name": "bulma-slim",
464
- "description": "Nuxt.js module to automatically make a slim Bulma build of used features with Purgecss",
578
+ "description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
465
579
  "repo": "mustardamus/nuxt-bulma-slim",
466
580
  "npm": "nuxt-bulma-slim",
467
581
  "icon": "bulma.png",
@@ -528,7 +642,7 @@
528
642
  },
529
643
  {
530
644
  "name": "canvas-sketch",
531
- "description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
645
+ "description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
532
646
  "repo": "LuXDAmore/generative-art",
533
647
  "npm": "@luxdamore/nuxt-canvas-sketch",
534
648
  "icon": "",
@@ -549,9 +663,31 @@
549
663
  "requires": {}
550
664
  }
551
665
  },
666
+ {
667
+ "name": "capo",
668
+ "description": "Capo.js implementation for Nuxt",
669
+ "repo": "danielroe/nuxt-capo",
670
+ "npm": "nuxt-capo",
671
+ "icon": "",
672
+ "github": "https://github.com/danielroe/nuxt-capo",
673
+ "website": "https://github.com/danielroe/nuxt-capo",
674
+ "learn_more": "",
675
+ "category": "Performance",
676
+ "type": "3rd-party",
677
+ "maintainers": [
678
+ {
679
+ "name": "danielroe",
680
+ "github": "danielroe"
681
+ }
682
+ ],
683
+ "compatibility": {
684
+ "nuxt": "^3.0.0",
685
+ "requires": {}
686
+ }
687
+ },
552
688
  {
553
689
  "name": "chakra-ui",
554
- "description": "Chakra UI Module for Nuxt.js",
690
+ "description": "Chakra UI Module for Nuxt",
555
691
  "repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
556
692
  "npm": "@chakra-ui/nuxt",
557
693
  "icon": "chakra-ui.png",
@@ -574,11 +710,11 @@
574
710
  {
575
711
  "name": "chatwoot",
576
712
  "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",
713
+ "repo": "productdevbookcom/chatwoot",
714
+ "npm": "@productdevbook/chatwoot",
579
715
  "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",
716
+ "github": "https://github.com/productdevbookcom/chatwoot",
717
+ "website": "https://github.com/productdevbookcom/chatwoot",
582
718
  "learn_more": "https://www.chatwoot.com",
583
719
  "category": "Libraries",
584
720
  "type": "3rd-party",
@@ -615,6 +751,29 @@
615
751
  "requires": {}
616
752
  }
617
753
  },
754
+ {
755
+ "name": "clarity-analytics",
756
+ "description": "Clarity Analytics Module for Nuxt",
757
+ "repo": "Barbapapazes/nuxt-clarity-analytics",
758
+ "npm": "nuxt-clarity-analytics",
759
+ "icon": "",
760
+ "github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
761
+ "website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
762
+ "learn_more": "https://clarity.microsoft.com/",
763
+ "category": "Analytics",
764
+ "type": "3rd-party",
765
+ "maintainers": [
766
+ {
767
+ "name": "Barbapapazes",
768
+ "github": "Barbapapazes",
769
+ "twitter": "soubiran_"
770
+ }
771
+ ],
772
+ "compatibility": {
773
+ "nuxt": "^3.0.0",
774
+ "requires": {}
775
+ }
776
+ },
618
777
  {
619
778
  "name": "client-init",
620
779
  "description": "Provide client version of `nuxtServerInit`.",
@@ -639,7 +798,7 @@
639
798
  },
640
799
  {
641
800
  "name": "cloudcms",
642
- "description": "CloudCMS Nuxt.js Module",
801
+ "description": "CloudCMS Nuxt Module",
643
802
  "repo": "gitana/cloudcms-nuxt",
644
803
  "npm": "cloudcms-nuxt",
645
804
  "icon": "",
@@ -688,11 +847,11 @@
688
847
  },
689
848
  {
690
849
  "name": "cloudinary",
691
- "description": "Optimize images and videos in your Nuxt.js application",
692
- "repo": "nuxt-community/cloudinary-module",
850
+ "description": "Optimize images and videos in your Nuxt application",
851
+ "repo": "nuxt-modules/cloudinary",
693
852
  "npm": "@nuxtjs/cloudinary",
694
853
  "icon": "cloudinary.png",
695
- "github": "https://github.com/nuxt-community/cloudinary-module",
854
+ "github": "https://github.com/nuxt-modules/cloudinary",
696
855
  "website": "https://cloudinary.nuxtjs.org",
697
856
  "learn_more": "https://cloudinary.com",
698
857
  "category": "Images",
@@ -711,11 +870,11 @@
711
870
  },
712
871
  {
713
872
  "name": "color-mode",
714
- "description": "Dark and Light mode for NuxtJS with auto detection",
715
- "repo": "nuxt-community/color-mode-module",
873
+ "description": "Dark and Light mode for Nuxt with auto detection",
874
+ "repo": "nuxt-modules/color-mode",
716
875
  "npm": "@nuxtjs/color-mode",
717
876
  "icon": "color-mode.png",
718
- "github": "https://github.com/nuxt-community/color-mode-module",
877
+ "github": "https://github.com/nuxt-modules/color-mode",
719
878
  "website": "https://color-mode.nuxtjs.org",
720
879
  "learn_more": "",
721
880
  "category": "UI",
@@ -780,12 +939,35 @@
780
939
  "requires": {}
781
940
  }
782
941
  },
942
+ {
943
+ "name": "content-assets",
944
+ "description": "Enable locally-located assets in Nuxt Content",
945
+ "repo": "davestewart/nuxt-content-assets",
946
+ "npm": "nuxt-content-assets",
947
+ "icon": "content-assets.png",
948
+ "github": "https://github.com/davestewart/nuxt-content-assets",
949
+ "website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
950
+ "learn_more": "",
951
+ "category": "Images",
952
+ "type": "3rd-party",
953
+ "maintainers": [
954
+ {
955
+ "name": "davestewart",
956
+ "github": "davestewart",
957
+ "twitter": "dave_stewart"
958
+ }
959
+ ],
960
+ "compatibility": {
961
+ "nuxt": "^3.0.0",
962
+ "requires": {}
963
+ }
964
+ },
783
965
  {
784
966
  "name": "content",
785
967
  "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
968
  "repo": "nuxt/content#main",
787
969
  "npm": "@nuxt/content",
788
- "icon": "nuxt.png",
970
+ "icon": "nuxt.svg",
789
971
  "github": "https://github.com/nuxt/content",
790
972
  "website": "https://content.nuxtjs.org",
791
973
  "learn_more": "",
@@ -909,7 +1091,7 @@
909
1091
  },
910
1092
  {
911
1093
  "name": "darkmode.js",
912
- "description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
1094
+ "description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
913
1095
  "repo": "sandoche/nuxtjs-darkmode-js-module#main",
914
1096
  "npm": "nuxtjs-darkmode-js-module",
915
1097
  "icon": "darkmode.png",
@@ -931,7 +1113,7 @@
931
1113
  },
932
1114
  {
933
1115
  "name": "date-fns",
934
- "description": "Modern JavaScript date utility library - date-fns for Nuxt.js",
1116
+ "description": "Modern JavaScript date utility library - date-fns for Nuxt",
935
1117
  "repo": "nuxt-community/date-fns-module",
936
1118
  "npm": "@nuxtjs/date-fns",
937
1119
  "icon": "date-fns.png",
@@ -952,11 +1134,11 @@
952
1134
  }
953
1135
  },
954
1136
  {
955
- "name": "datocms",
956
- "description": "DatoCMS integration for Nuxt.js",
1137
+ "name": "datocms-nuxt2",
1138
+ "description": "DatoCMS integration for Nuxt v2",
957
1139
  "repo": "voorhoede/nuxt-datocms-module",
958
1140
  "npm": "@voorhoede/nuxt-datocms-module",
959
- "icon": "datocms.png",
1141
+ "icon": "datocms.svg",
960
1142
  "github": "https://github.com/voorhoede/nuxt-datocms-module",
961
1143
  "website": "https://github.com/voorhoede/nuxt-datocms-module",
962
1144
  "learn_more": "https://www.datocms.com/",
@@ -973,33 +1155,57 @@
973
1155
  "requires": {}
974
1156
  }
975
1157
  },
1158
+ {
1159
+ "name": "datocms",
1160
+ "description": "DatoCMS module for Nuxt",
1161
+ "repo": "hex-digital/nuxt-datocms",
1162
+ "npm": "@hexdigital/nuxt-datocms",
1163
+ "icon": "datocms.svg",
1164
+ "github": "https://github.com/hex-digital/nuxt-datocms",
1165
+ "website": "https://github.com/hex-digital/nuxt-datocms#readme",
1166
+ "learn_more": "https://www.datocms.com/",
1167
+ "category": "CMS",
1168
+ "type": "3rd-party",
1169
+ "maintainers": [
1170
+ {
1171
+ "name": "Jamie Warburton",
1172
+ "github": "jamiewarb",
1173
+ "twitter": "jamiewarb",
1174
+ "avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
1175
+ }
1176
+ ],
1177
+ "compatibility": {
1178
+ "nuxt": "^3.0.0",
1179
+ "requires": {}
1180
+ }
1181
+ },
976
1182
  {
977
1183
  "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",
1184
+ "description": "Day.js module for Nuxt",
1185
+ "repo": "fumeapp/dayjs",
1186
+ "npm": "dayjs-nuxt",
981
1187
  "icon": "day-js.png",
982
- "github": "https://github.com/nuxt-community/dayjs-module",
983
- "website": "https://github.com/nuxt-community/dayjs-module",
1188
+ "github": "https://github.com/fumeapp/dayjs",
1189
+ "website": "https://github.com/fumeapp/dayjs",
984
1190
  "learn_more": "https://day.js.org/",
985
- "category": "Date",
986
- "type": "community",
1191
+ "category": "Libraries",
1192
+ "type": "3rd-party",
987
1193
  "maintainers": [
988
1194
  {
989
- "name": "Takuma HANATANI",
990
- "github": "potato4d",
991
- "twitter": "potato4d"
1195
+ "name": "Kevin Olson",
1196
+ "github": "acidjazz",
1197
+ "twitter": "AppFume"
992
1198
  }
993
1199
  ],
994
1200
  "compatibility": {
995
- "nuxt": "^2.0.0",
1201
+ "nuxt": "^3.0.0",
996
1202
  "requires": {}
997
1203
  }
998
1204
  },
999
1205
  {
1000
1206
  "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",
1207
+ "description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
1208
+ "repo": "harlan-zw/nuxt-delay-hydration",
1003
1209
  "npm": "nuxt-delay-hydration",
1004
1210
  "icon": "lighthouse.svg",
1005
1211
  "github": "https://github.com/harlan-zw/nuxt-delay-hydration",
@@ -1021,12 +1227,12 @@
1021
1227
  },
1022
1228
  {
1023
1229
  "name": "device",
1024
- "description": "Device detection module for Nuxt.js",
1025
- "repo": "nuxt-community/device-module",
1230
+ "description": "Device detection module for Nuxt",
1231
+ "repo": "nuxt-modules/device",
1026
1232
  "npm": "@nuxtjs/device",
1027
1233
  "icon": "",
1028
- "github": "https://github.com/nuxt-community/device-module",
1029
- "website": "https://github.com/nuxt-community/device-module",
1234
+ "github": "https://github.com/nuxt-modules/device",
1235
+ "website": "https://github.com/nuxt-modules/device",
1030
1236
  "learn_more": "",
1031
1237
  "category": "Extensions",
1032
1238
  "type": "community",
@@ -1041,15 +1247,38 @@
1041
1247
  "requires": {}
1042
1248
  }
1043
1249
  },
1250
+ {
1251
+ "name": "devtools",
1252
+ "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1253
+ "repo": "nuxt/devtools#main/packages/devtools",
1254
+ "npm": "@nuxt/devtools",
1255
+ "icon": "nuxt.svg",
1256
+ "github": "https://github.com/nuxt/devtools",
1257
+ "website": "https://devtools.nuxtjs.org/",
1258
+ "learn_more": "",
1259
+ "category": "Devtools",
1260
+ "type": "official",
1261
+ "maintainers": [
1262
+ {
1263
+ "name": "Anthony Fu",
1264
+ "github": "antfu",
1265
+ "twitter": "antfu7"
1266
+ }
1267
+ ],
1268
+ "compatibility": {
1269
+ "nuxt": "^3.0.0",
1270
+ "requires": {}
1271
+ }
1272
+ },
1044
1273
  {
1045
1274
  "name": "directus",
1046
- "description": "Easily connect your Nuxt3 application to your directus server.",
1275
+ "description": "Easily connect your Nuxt application to your directus server.",
1047
1276
  "repo": "intevel/nuxt-directus",
1048
1277
  "npm": "nuxt-directus",
1049
1278
  "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/",
1279
+ "github": "https://github.com/intevel/nuxt-directus/",
1280
+ "website": "https://nuxt-directus.site/",
1281
+ "learn_more": "https://nuxt-directus.site/",
1053
1282
  "category": "CMS",
1054
1283
  "type": "3rd-party",
1055
1284
  "maintainers": [
@@ -1060,15 +1289,35 @@
1060
1289
  }
1061
1290
  ],
1062
1291
  "compatibility": {
1063
- "nuxt": "^2.0.0 || ^3.0.0",
1064
- "requires": {
1065
- "bridge": true
1292
+ "nuxt": "^3.0.0",
1293
+ "requires": {}
1294
+ }
1295
+ },
1296
+ {
1297
+ "name": "disqus",
1298
+ "description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
1299
+ "repo": "modbender/nuxt-disqus",
1300
+ "npm": "nuxt-disqus",
1301
+ "icon": "disqus.svg",
1302
+ "github": "https://github.com/modbender/nuxt-disqus",
1303
+ "website": "https://github.com/modbender/nuxt-disqus",
1304
+ "learn_more": "https://github.com/modbender/vue3-disqus",
1305
+ "category": "Libraries",
1306
+ "type": "3rd-party",
1307
+ "maintainers": [
1308
+ {
1309
+ "name": "modbender",
1310
+ "github": "modbender"
1066
1311
  }
1312
+ ],
1313
+ "compatibility": {
1314
+ "nuxt": "^3.0.0",
1315
+ "requires": {}
1067
1316
  }
1068
1317
  },
1069
1318
  {
1070
1319
  "name": "dotenv",
1071
- "description": "A Nuxt.js module that loads your .env file into your context options",
1320
+ "description": "A Nuxt module that loads your .env file into your context options",
1072
1321
  "repo": "nuxt-community/dotenv-module",
1073
1322
  "npm": "@nuxtjs/dotenv",
1074
1323
  "icon": "dotenv.png",
@@ -1090,7 +1339,7 @@
1090
1339
  },
1091
1340
  {
1092
1341
  "name": "drupal-ce",
1093
- "description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
1342
+ "description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
1094
1343
  "repo": "drunomics/nuxtjs-drupal-ce",
1095
1344
  "npm": "nuxtjs-drupal-ce",
1096
1345
  "icon": "drupal-ce.png",
@@ -1123,7 +1372,7 @@
1123
1372
  },
1124
1373
  {
1125
1374
  "name": "druxt",
1126
- "description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
1375
+ "description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
1127
1376
  "repo": "druxt/druxt.js#develop/packages/druxt",
1128
1377
  "npm": "druxt",
1129
1378
  "icon": "druxt.svg",
@@ -1143,6 +1392,28 @@
1143
1392
  "requires": {}
1144
1393
  }
1145
1394
  },
1395
+ {
1396
+ "name": "electron",
1397
+ "description": "Integrate Nuxt and Electron.",
1398
+ "repo": "caoxiemeihao/nuxt-electron",
1399
+ "npm": "nuxt-electron",
1400
+ "icon": "electron.svg",
1401
+ "github": "https://github.com/caoxiemeihao/nuxt-electron",
1402
+ "website": "https://github.com/caoxiemeihao/nuxt-electron",
1403
+ "learn_more": "https://github.com/caoxiemeihao/nuxt-electron#readme",
1404
+ "category": "Extensions",
1405
+ "type": "3rd-party",
1406
+ "maintainers": [
1407
+ {
1408
+ "name": "草鞋没号",
1409
+ "github": "caoxiemeihao"
1410
+ }
1411
+ ],
1412
+ "compatibility": {
1413
+ "nuxt": "^3.0.0",
1414
+ "requires": {}
1415
+ }
1416
+ },
1146
1417
  {
1147
1418
  "name": "element-plus",
1148
1419
  "description": "A Vue 3 based component library for designers and developers",
@@ -1169,7 +1440,7 @@
1169
1440
  },
1170
1441
  {
1171
1442
  "name": "emotion",
1172
- "description": "The Next Generation of CSS-in-JS for Nuxt.js",
1443
+ "description": "The Next Generation of CSS-in-JS for Nuxt",
1173
1444
  "repo": "nuxt-modules/emotion",
1174
1445
  "npm": "@nuxtjs/emotion",
1175
1446
  "icon": "emotion.png",
@@ -1197,7 +1468,7 @@
1197
1468
  },
1198
1469
  {
1199
1470
  "name": "eslint",
1200
- "description": "ESLint module for Nuxt.js",
1471
+ "description": "ESLint module for Nuxt",
1201
1472
  "repo": "nuxt-community/eslint-module",
1202
1473
  "npm": "@nuxtjs/eslint-module",
1203
1474
  "icon": "eslint.png",
@@ -1213,13 +1484,13 @@
1213
1484
  }
1214
1485
  ],
1215
1486
  "compatibility": {
1216
- "nuxt": "^2.0.0",
1487
+ "nuxt": "^2.0.0 || ^3.0.0",
1217
1488
  "requires": {}
1218
1489
  }
1219
1490
  },
1220
1491
  {
1221
1492
  "name": "event-trace",
1222
- "description": "Module for event trace in Nuxt.js",
1493
+ "description": "Module for event trace in Nuxt",
1223
1494
  "repo": "nuxt-community/nuxt-event-trace",
1224
1495
  "npm": "nuxt-event-trace",
1225
1496
  "icon": "",
@@ -1263,7 +1534,7 @@
1263
1534
  },
1264
1535
  {
1265
1536
  "name": "feature-toggle",
1266
- "description": "Feature toggle module for Nuxt.js",
1537
+ "description": "Feature toggle module for Nuxt",
1267
1538
  "repo": "stephenkr/nuxt-feature-toggle",
1268
1539
  "npm": "nuxt-feature-toggle",
1269
1540
  "icon": "",
@@ -1330,7 +1601,7 @@
1330
1601
  },
1331
1602
  {
1332
1603
  "name": "floating-prompt-module",
1333
- "description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
1604
+ "description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
1334
1605
  "repo": "sandoche/nuxt-floating-prompt-module#main",
1335
1606
  "npm": "nuxt-floating-prompt-module",
1336
1607
  "icon": "",
@@ -1439,6 +1710,29 @@
1439
1710
  "requires": {}
1440
1711
  }
1441
1712
  },
1713
+ {
1714
+ "name": "form-actions",
1715
+ "description": "A set of features and composables to interact with forms and server data.",
1716
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
1717
+ "npm": "@hebilicious/form-actions-nuxt",
1718
+ "icon": "form-actions.svg",
1719
+ "github": "https://github.com/Hebilicious/form-actions-nuxt",
1720
+ "website": "https://form-actions-nuxt.pages.dev/",
1721
+ "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1722
+ "category": "Request",
1723
+ "type": "3rd-party",
1724
+ "maintainers": [
1725
+ {
1726
+ "name": "Hebilicious",
1727
+ "github": "Hebilicious",
1728
+ "twitter": "its_hebilicious"
1729
+ }
1730
+ ],
1731
+ "compatibility": {
1732
+ "nuxt": "^3.7.0",
1733
+ "requires": {}
1734
+ }
1735
+ },
1442
1736
  {
1443
1737
  "name": "formkit",
1444
1738
  "description": "Seamless FormKit integration for Nuxt",
@@ -1513,7 +1807,7 @@
1513
1807
  },
1514
1808
  {
1515
1809
  "name": "google-adsense",
1516
- "description": "Google Adsense Module for Nuxt.js",
1810
+ "description": "Google Adsense Module for Nuxt",
1517
1811
  "repo": "nuxt-community/google-adsense-module",
1518
1812
  "npm": "@nuxtjs/google-adsense",
1519
1813
  "icon": "google-adsense.png",
@@ -1539,7 +1833,7 @@
1539
1833
  },
1540
1834
  {
1541
1835
  "name": "google-analytics",
1542
- "description": "Google analytics Module for Nuxt.js",
1836
+ "description": "Google analytics Module for Nuxt",
1543
1837
  "repo": "nuxt-community/analytics-module",
1544
1838
  "npm": "@nuxtjs/google-analytics",
1545
1839
  "icon": "google-analytics.png",
@@ -1571,12 +1865,12 @@
1571
1865
  },
1572
1866
  {
1573
1867
  "name": "google-fonts",
1574
- "description": "Google Fonts module for NuxtJS",
1575
- "repo": "nuxt-community/google-fonts-module",
1868
+ "description": "Google Fonts module for Nuxt",
1869
+ "repo": "nuxt-modules/google-fonts",
1576
1870
  "npm": "@nuxtjs/google-fonts",
1577
1871
  "icon": "google-fonts.png",
1578
- "github": "https://github.com/nuxt-community/google-fonts-module",
1579
- "website": "https://github.com/nuxt-community/google-fonts-module",
1872
+ "github": "https://github.com/nuxt-modules/google-fonts",
1873
+ "website": "https://google-fonts.nuxtjs.org",
1580
1874
  "learn_more": "https://developers.google.com/fonts",
1581
1875
  "category": "Fonts",
1582
1876
  "type": "community",
@@ -1595,7 +1889,7 @@
1595
1889
  },
1596
1890
  {
1597
1891
  "name": "google-gtag",
1598
- "description": "Google GTag for Nuxt.js",
1892
+ "description": "Google GTag for Nuxt",
1599
1893
  "repo": "nuxt-community/google-gtag",
1600
1894
  "npm": "@nuxtjs/google-gtag",
1601
1895
  "icon": "gtm.png",
@@ -1621,7 +1915,7 @@
1621
1915
  },
1622
1916
  {
1623
1917
  "name": "google-optimize",
1624
- "description": "SSR friendly Google Optimize module for Nuxt.js",
1918
+ "description": "SSR friendly Google Optimize module for Nuxt",
1625
1919
  "repo": "nuxt-community/google-optimize-module",
1626
1920
  "npm": "nuxt-google-optimize",
1627
1921
  "icon": "google-optimize.png",
@@ -1676,7 +1970,7 @@
1676
1970
  },
1677
1971
  {
1678
1972
  "name": "graphql-request",
1679
- "description": "Easy Minimal GraphQL client integration with Nuxt.js",
1973
+ "description": "Easy Minimal GraphQL client integration with Nuxt",
1680
1974
  "repo": "gomah/nuxt-graphql-request",
1681
1975
  "npm": "nuxt-graphql-request",
1682
1976
  "icon": "graphql-request.png",
@@ -1692,7 +1986,7 @@
1692
1986
  }
1693
1987
  ],
1694
1988
  "compatibility": {
1695
- "nuxt": "^2.0.0",
1989
+ "nuxt": "^2.0.0 || ^3.0.0",
1696
1990
  "requires": {}
1697
1991
  }
1698
1992
  },
@@ -1718,9 +2012,33 @@
1718
2012
  "requires": {}
1719
2013
  }
1720
2014
  },
2015
+ {
2016
+ "name": "gtag",
2017
+ "description": "Google Analytics integration for Nuxt",
2018
+ "repo": "johannschopplich/nuxt-gtag",
2019
+ "npm": "nuxt-gtag",
2020
+ "icon": "gtag.svg",
2021
+ "github": "https://github.com/johannschopplich/nuxt-gtag",
2022
+ "website": "https://github.com/johannschopplich/nuxt-gtag#readme",
2023
+ "learn_more": "",
2024
+ "category": "Analytics",
2025
+ "type": "3rd-party",
2026
+ "maintainers": [
2027
+ {
2028
+ "name": "Johann Schopplich",
2029
+ "github": "johannschopplich",
2030
+ "twitter": "jschopplich",
2031
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
2032
+ }
2033
+ ],
2034
+ "compatibility": {
2035
+ "nuxt": "^3.0.0",
2036
+ "requires": {}
2037
+ }
2038
+ },
1721
2039
  {
1722
2040
  "name": "gtm",
1723
- "description": "Google Tag Manager Module for Nuxt.js",
2041
+ "description": "Google Tag Manager Module for Nuxt",
1724
2042
  "repo": "nuxt-community/gtm-module",
1725
2043
  "npm": "@nuxtjs/gtm",
1726
2044
  "icon": "gtm.png",
@@ -1743,7 +2061,7 @@
1743
2061
  },
1744
2062
  {
1745
2063
  "name": "guess",
1746
- "description": "Guess.js module for Nuxt.js",
2064
+ "description": "Guess.js module for Nuxt",
1747
2065
  "repo": "nuxt-community/guess-module",
1748
2066
  "npm": "@nuxtjs/guess-module",
1749
2067
  "icon": "guessjs.png",
@@ -1763,6 +2081,28 @@
1763
2081
  "requires": {}
1764
2082
  }
1765
2083
  },
2084
+ {
2085
+ "name": "hanko",
2086
+ "description": "Hanko integration for Nuxt for passwordless authentication",
2087
+ "repo": "nuxt-modules/hanko",
2088
+ "npm": "@nuxtjs/hanko",
2089
+ "icon": "hanko.svg",
2090
+ "github": "https://github.com/nuxt-modules/hanko",
2091
+ "website": "https://github.com/nuxt-modules/hanko",
2092
+ "learn_more": "https://hanko.io/",
2093
+ "category": "Security",
2094
+ "type": "community",
2095
+ "maintainers": [
2096
+ {
2097
+ "name": "danielroe",
2098
+ "github": "danielroe"
2099
+ }
2100
+ ],
2101
+ "compatibility": {
2102
+ "nuxt": "^3.0.0",
2103
+ "requires": {}
2104
+ }
2105
+ },
1766
2106
  {
1767
2107
  "name": "harlem",
1768
2108
  "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
@@ -1833,7 +2173,7 @@
1833
2173
  },
1834
2174
  {
1835
2175
  "name": "helmet",
1836
- "description": "Easy Helmet module with Nuxt.js'",
2176
+ "description": "Easy Helmet module with Nuxt'",
1837
2177
  "repo": "victor-perez/nuxt-helmet",
1838
2178
  "npm": "nuxt-helmet",
1839
2179
  "icon": "",
@@ -1877,7 +2217,7 @@
1877
2217
  },
1878
2218
  {
1879
2219
  "name": "history-state",
1880
- "description": "Nuxt.js module to backup or restore historical states",
2220
+ "description": "Nuxt module to backup or restore historical states",
1881
2221
  "repo": "hidekatsu-izuno/nuxt-history-state",
1882
2222
  "npm": "nuxt-history-state",
1883
2223
  "icon": "",
@@ -1946,7 +2286,7 @@
1946
2286
  },
1947
2287
  {
1948
2288
  "name": "http",
1949
- "description": "Universal HTTP Module for Nuxt.js",
2289
+ "description": "Universal HTTP Module for Nuxt",
1950
2290
  "repo": "nuxt/http",
1951
2291
  "npm": "@nuxt/http",
1952
2292
  "icon": "http.png",
@@ -1974,7 +2314,7 @@
1974
2314
  },
1975
2315
  {
1976
2316
  "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.",
2317
+ "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
2318
  "repo": "Luxdamore/nuxt-humans-txt",
1979
2319
  "npm": "@luxdamore/nuxt-humans-txt",
1980
2320
  "icon": "",
@@ -1998,11 +2338,11 @@
1998
2338
  {
1999
2339
  "name": "i18n",
2000
2340
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
2001
- "repo": "nuxt-community/i18n-module",
2341
+ "repo": "nuxt-modules/i18n",
2002
2342
  "npm": "@nuxtjs/i18n",
2003
2343
  "icon": "i18n.png",
2004
- "github": "https://github.com/nuxt-community/i18n-module",
2005
- "website": "https://i18n.nuxtjs.org",
2344
+ "github": "https://github.com/nuxt-modules/i18n",
2345
+ "website": "https://v8.i18n.nuxtjs.org",
2006
2346
  "learn_more": "https://kazupon.github.io/vue-i18n/",
2007
2347
  "category": "Extensions",
2008
2348
  "type": "community",
@@ -2022,20 +2362,42 @@
2022
2362
  }
2023
2363
  },
2024
2364
  {
2025
- "name": "icon",
2026
- "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
2027
- "repo": "nuxt-modules/icon",
2028
- "npm": "nuxt-icon",
2029
- "icon": "nuxt-icon.png",
2030
- "github": "https://github.com/nuxt-modules/icon",
2031
- "website": "https://github.com/nuxt-modules/icon",
2365
+ "name": "icon-font",
2366
+ "description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
2367
+ "repo": "coremyslo/nuxt-icon-font",
2368
+ "npm": "@coremyslo/nuxt-icon-font",
2369
+ "icon": "",
2370
+ "github": "https://github.com/coremyslo/nuxt-icon-font",
2371
+ "website": "https://github.com/coremyslo/nuxt-icon-font",
2032
2372
  "learn_more": "",
2033
2373
  "category": "UI",
2034
- "type": "community",
2374
+ "type": "3rd-party",
2035
2375
  "maintainers": [
2036
2376
  {
2037
- "name": "Atinux",
2038
- "github": "Atinux"
2377
+ "name": "coremyslo",
2378
+ "github": "coremyslo"
2379
+ }
2380
+ ],
2381
+ "compatibility": {
2382
+ "nuxt": "^3.0.0",
2383
+ "requires": {}
2384
+ }
2385
+ },
2386
+ {
2387
+ "name": "icon",
2388
+ "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
2389
+ "repo": "nuxt-modules/icon",
2390
+ "npm": "nuxt-icon",
2391
+ "icon": "nuxt-icon.png",
2392
+ "github": "https://github.com/nuxt-modules/icon",
2393
+ "website": "https://github.com/nuxt-modules/icon",
2394
+ "learn_more": "",
2395
+ "category": "UI",
2396
+ "type": "community",
2397
+ "maintainers": [
2398
+ {
2399
+ "name": "Atinux",
2400
+ "github": "Atinux"
2039
2401
  }
2040
2402
  ],
2041
2403
  "compatibility": {
@@ -2089,12 +2451,12 @@
2089
2451
  },
2090
2452
  {
2091
2453
  "name": "image",
2092
- "description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
2454
+ "description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
2093
2455
  "repo": "nuxt/image",
2094
2456
  "npm": "@nuxt/image",
2095
2457
  "icon": "image.png",
2096
2458
  "github": "https://github.com/nuxt/image",
2097
- "website": "https://image.nuxtjs.org",
2459
+ "website": "https://image.nuxt.com",
2098
2460
  "learn_more": "",
2099
2461
  "category": "Images",
2100
2462
  "type": "official",
@@ -2104,6 +2466,11 @@
2104
2466
  "github": "farnabaz",
2105
2467
  "twitter": "a_birang"
2106
2468
  },
2469
+ {
2470
+ "name": "Daniel Roe",
2471
+ "github": "danielroe",
2472
+ "twitter": "danielcroe"
2473
+ },
2107
2474
  {
2108
2475
  "name": "Pooya Parsa",
2109
2476
  "github": "pi0",
@@ -2124,7 +2491,7 @@
2124
2491
  },
2125
2492
  {
2126
2493
  "name": "imagemin",
2127
- "description": "Automatically optimize (compress) all images used in Nuxt.js",
2494
+ "description": "Automatically optimize (compress) all images used in Nuxt",
2128
2495
  "repo": "nuxt-community/imagemin-module",
2129
2496
  "npm": "@nuxtjs/imagemin",
2130
2497
  "icon": "imagemin.png",
@@ -2147,12 +2514,12 @@
2147
2514
  {
2148
2515
  "name": "inkline",
2149
2516
  "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",
2517
+ "repo": "inkline/plugin",
2518
+ "npm": "@inkline/plugin",
2152
2519
  "icon": "inkline.svg",
2153
- "github": "https://github.com/inkline/nuxt-module-inkline",
2520
+ "github": "https://github.com/inkline/plugin",
2154
2521
  "website": "https://inkline.io",
2155
- "learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
2522
+ "learn_more": "https://inkline.io/docs/installation/nuxt",
2156
2523
  "category": "UI",
2157
2524
  "type": "3rd-party",
2158
2525
  "maintainers": [
@@ -2171,7 +2538,7 @@
2171
2538
  },
2172
2539
  {
2173
2540
  "name": "intercom",
2174
- "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
2541
+ "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
2175
2542
  "repo": "hex-digital/nuxt-intercom",
2176
2543
  "npm": "@hexdigital/nuxt-intercom",
2177
2544
  "icon": "intercom.png",
@@ -2216,7 +2583,7 @@
2216
2583
  },
2217
2584
  {
2218
2585
  "name": "jsonapi",
2219
- "description": "Easy JSON:API client integration for Nuxt.js",
2586
+ "description": "Easy JSON:API client integration for Nuxt",
2220
2587
  "repo": "patrickcate/nuxt-jsonapi",
2221
2588
  "npm": "nuxt-jsonapi",
2222
2589
  "icon": "jsonapi.svg",
@@ -2260,7 +2627,7 @@
2260
2627
  },
2261
2628
  {
2262
2629
  "name": "kql",
2263
- "description": "Nuxt 3 module for Kirby's Query Language API",
2630
+ "description": "Nuxt module for Kirby's Query Language API",
2264
2631
  "repo": "johannschopplich/nuxt-kql",
2265
2632
  "npm": "nuxt-kql",
2266
2633
  "icon": "kql.svg",
@@ -2284,7 +2651,7 @@
2284
2651
  },
2285
2652
  {
2286
2653
  "name": "laravel-echo",
2287
- "description": "Laravel Echo for Nuxt.js",
2654
+ "description": "Laravel Echo for Nuxt",
2288
2655
  "repo": "nuxt-community/laravel-echo",
2289
2656
  "npm": "@nuxtjs/laravel-echo",
2290
2657
  "icon": "laravel-echo.png",
@@ -2372,13 +2739,13 @@
2372
2739
  },
2373
2740
  {
2374
2741
  "name": "link-checker",
2375
- "description": "",
2742
+ "description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
2376
2743
  "repo": "harlan-zw/nuxt-link-checker",
2377
2744
  "npm": "nuxt-link-checker",
2378
- "icon": "",
2745
+ "icon": "link-checker.svg",
2379
2746
  "github": "https://github.com/harlan-zw/nuxt-link-checker",
2380
- "website": "https://github.com/harlan-zw/nuxt-link-checker",
2381
- "learn_more": "",
2747
+ "website": "https://nuxtseo.com/link-checker",
2748
+ "learn_more": "https://nuxtseo.com/link-checker",
2382
2749
  "category": "SEO",
2383
2750
  "type": "3rd-party",
2384
2751
  "maintainers": [
@@ -2468,12 +2835,12 @@
2468
2835
  },
2469
2836
  {
2470
2837
  "name": "logrocket",
2471
- "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
2472
- "repo": "nuxt-community/nuxt-logrocket",
2838
+ "description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
2839
+ "repo": "nuxt-modules/logrocket",
2473
2840
  "npm": "nuxt-logrocket",
2474
2841
  "icon": "logrocket.png",
2475
- "github": "https://github.com/nuxt-community/nuxt-logrocket",
2476
- "website": "https://github.com/nuxt-community/nuxt-logrocket",
2842
+ "github": "https://github.com/nuxt-modules/logrocket",
2843
+ "website": "https://github.com/nuxt-modules/logrocket",
2477
2844
  "learn_more": "https://docs.logrocket.com/docs",
2478
2845
  "category": "Monitoring",
2479
2846
  "type": "community",
@@ -2489,9 +2856,35 @@
2489
2856
  "requires": {}
2490
2857
  }
2491
2858
  },
2859
+ {
2860
+ "name": "lucide-icons",
2861
+ "description": "Nuxt module to integrate Lucide icons",
2862
+ "repo": "swisnl/nuxt-lucide-icons",
2863
+ "npm": "nuxt-lucide-icons",
2864
+ "icon": "lucide-icons.svg",
2865
+ "github": "https://github.com/swisnl/nuxt-lucide-icons",
2866
+ "website": "https://github.com/swisnl/nuxt-lucide-icons",
2867
+ "learn_more": "",
2868
+ "category": "UI",
2869
+ "type": "3rd-party",
2870
+ "maintainers": [
2871
+ {
2872
+ "name": "SWIS",
2873
+ "github": "swisnl"
2874
+ },
2875
+ {
2876
+ "name": "Jasper Zonneveld",
2877
+ "github": "JaZo"
2878
+ }
2879
+ ],
2880
+ "compatibility": {
2881
+ "nuxt": "^3.0.0",
2882
+ "requires": {}
2883
+ }
2884
+ },
2492
2885
  {
2493
2886
  "name": "lunr",
2494
- "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
2887
+ "description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
2495
2888
  "repo": "nuxt-community/lunr-module",
2496
2889
  "npm": "@nuxtjs/lunr-module",
2497
2890
  "icon": "",
@@ -2602,9 +2995,34 @@
2602
2995
  "requires": {}
2603
2996
  }
2604
2997
  },
2998
+ {
2999
+ "name": "medusa",
3000
+ "description": "Easily connect to Medusa from your Nuxt application",
3001
+ "repo": "Baroshem/nuxt-medusa",
3002
+ "npm": "nuxt-medusa",
3003
+ "icon": "medusa.svg",
3004
+ "github": "https://github.com/Baroshem/nuxt-medusa/",
3005
+ "website": "https://nuxt-medusa.vercel.app/",
3006
+ "learn_more": "https://nuxt-medusa.vercel.app/",
3007
+ "category": "Ecommerce",
3008
+ "type": "3rd-party",
3009
+ "maintainers": [
3010
+ {
3011
+ "name": "Jakub Andrzejewski",
3012
+ "github": "Baroshem",
3013
+ "avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
3014
+ }
3015
+ ],
3016
+ "compatibility": {
3017
+ "nuxt": "^2.0.0 || ^3.0.0",
3018
+ "requires": {
3019
+ "bridge": true
3020
+ }
3021
+ }
3022
+ },
2605
3023
  {
2606
3024
  "name": "meilisearch",
2607
- "description": "Meilisearch Instant Search module for Nuxt 3",
3025
+ "description": "Meilisearch Instant Search module for Nuxt",
2608
3026
  "repo": "xlanex6/nuxt-meilisearch",
2609
3027
  "npm": "nuxt-meilisearch",
2610
3028
  "icon": "meilisearch.svg",
@@ -2671,9 +3089,32 @@
2671
3089
  "requires": {}
2672
3090
  }
2673
3091
  },
3092
+ {
3093
+ "name": "module-feed",
3094
+ "description": "Feed module enables everyone to have RSS, Atom and JSON.",
3095
+ "repo": "tresko/nuxt-module-feed",
3096
+ "npm": "nuxt-module-feed",
3097
+ "icon": "",
3098
+ "github": "https://github.com/tresko/nuxt-module-feed",
3099
+ "website": "https://github.com/tresko/nuxt-module-feed",
3100
+ "learn_more": "",
3101
+ "category": "SEO",
3102
+ "type": "3rd-party",
3103
+ "maintainers": [
3104
+ {
3105
+ "name": "Miha Sedej",
3106
+ "github": "tresko",
3107
+ "twitter": "mihasedej"
3108
+ }
3109
+ ],
3110
+ "compatibility": {
3111
+ "nuxt": "^3.0.0",
3112
+ "requires": {}
3113
+ }
3114
+ },
2674
3115
  {
2675
3116
  "name": "moment",
2676
- "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3117
+ "description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
2677
3118
  "repo": "nuxt-community/moment-module",
2678
3119
  "npm": "@nuxtjs/moment",
2679
3120
  "icon": "momentjs.png",
@@ -2700,7 +3141,7 @@
2700
3141
  },
2701
3142
  {
2702
3143
  "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.",
3144
+ "description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
2704
3145
  "repo": "vanhoofmaarten/nuxt-mq",
2705
3146
  "npm": "nuxt-mq",
2706
3147
  "icon": "",
@@ -2744,7 +3185,7 @@
2744
3185
  },
2745
3186
  {
2746
3187
  "name": "netlify-cache",
2747
- "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
3188
+ "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
2748
3189
  "repo": "DreaMinder/nuxt-netlify-cache",
2749
3190
  "npm": "nuxt-netlify-cache",
2750
3191
  "icon": "netlify.png",
@@ -2789,7 +3230,7 @@
2789
3230
  },
2790
3231
  {
2791
3232
  "name": "netlify",
2792
- "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
3233
+ "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
2793
3234
  "repo": "bazzite/nuxt-netlify",
2794
3235
  "npm": "@aceforth/nuxt-netlify",
2795
3236
  "icon": "netlify.png",
@@ -2859,6 +3300,50 @@
2859
3300
  "requires": {}
2860
3301
  }
2861
3302
  },
3303
+ {
3304
+ "name": "nupolyon",
3305
+ "description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
3306
+ "repo": "adenvt/nupolyon",
3307
+ "npm": "nupolyon",
3308
+ "icon": "",
3309
+ "github": "https://github.com/adenvt/nupolyon",
3310
+ "website": "https://github.com/adenvt/nupolyon",
3311
+ "learn_more": "",
3312
+ "category": "Performance",
3313
+ "type": "3rd-party",
3314
+ "maintainers": [
3315
+ {
3316
+ "name": "adenvt",
3317
+ "github": "adenvt"
3318
+ }
3319
+ ],
3320
+ "compatibility": {
3321
+ "nuxt": "^3.0.0",
3322
+ "requires": {}
3323
+ }
3324
+ },
3325
+ {
3326
+ "name": "nuxt-anchorscroll",
3327
+ "description": "Scroll to top and to anchor support for Nuxt",
3328
+ "repo": "helltraitor/nuxt-anchorscroll",
3329
+ "npm": "nuxt-anchorscroll",
3330
+ "icon": "",
3331
+ "github": "https://github.com/helltraitor/nuxt-anchorscroll",
3332
+ "website": "https://github.com/helltraitor/nuxt-anchorscroll",
3333
+ "learn_more": "",
3334
+ "category": "UI",
3335
+ "type": "3rd-party",
3336
+ "maintainers": [
3337
+ {
3338
+ "name": "Helltraitor",
3339
+ "github": "helltraitor"
3340
+ }
3341
+ ],
3342
+ "compatibility": {
3343
+ "nuxt": "^3.0.0",
3344
+ "requires": {}
3345
+ }
3346
+ },
2862
3347
  {
2863
3348
  "name": "nuxt-auth",
2864
3349
  "description": "",
@@ -2881,6 +3366,120 @@
2881
3366
  "requires": {}
2882
3367
  }
2883
3368
  },
3369
+ {
3370
+ "name": "nuxt-basic-auth",
3371
+ "description": "Nuxt Module for Basic Authentication",
3372
+ "repo": "kgierke/nuxt-basic-auth",
3373
+ "npm": "@kgierke/nuxt-basic-auth",
3374
+ "icon": "",
3375
+ "github": "https://github.com/kgierke/nuxt-basic-auth",
3376
+ "website": "https://github.com/kgierke/nuxt-basic-auth",
3377
+ "learn_more": "",
3378
+ "category": "Security",
3379
+ "type": "3rd-party",
3380
+ "maintainers": [
3381
+ {
3382
+ "name": "kgierke",
3383
+ "github": "kgierke"
3384
+ }
3385
+ ],
3386
+ "compatibility": {
3387
+ "nuxt": "^3.0.0",
3388
+ "requires": {}
3389
+ }
3390
+ },
3391
+ {
3392
+ "name": "nuxt-bootstrap-icons",
3393
+ "description": "Just a simple integration for Bootstrap Icons",
3394
+ "repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
3395
+ "npm": "nuxt-bootstrap-icons",
3396
+ "icon": "bootstrap-icons.svg",
3397
+ "github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3398
+ "website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3399
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3400
+ "category": "UI",
3401
+ "type": "3rd-party",
3402
+ "maintainers": [
3403
+ {
3404
+ "name": "OyewoleOyedeji",
3405
+ "github": "OyewoleOyedeji"
3406
+ }
3407
+ ],
3408
+ "compatibility": {
3409
+ "nuxt": "^3.0.0",
3410
+ "requires": {}
3411
+ }
3412
+ },
3413
+ {
3414
+ "name": "nuxt-chatgpt",
3415
+ "description": "ChatGPT integration for Nuxt",
3416
+ "repo": "schnapsterdog/nuxt-chatgpt",
3417
+ "npm": "nuxt-chatgpt",
3418
+ "icon": "chatgpt.svg",
3419
+ "github": "https://github.com/schnapsterdog/nuxt-chatgpt",
3420
+ "website": "https://github.com/schnapsterdog/nuxt-chatgpt",
3421
+ "learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
3422
+ "category": "Libraries",
3423
+ "type": "3rd-party",
3424
+ "maintainers": [
3425
+ {
3426
+ "name": "Oliver Trajceski",
3427
+ "github": "schnapsterdog"
3428
+ }
3429
+ ],
3430
+ "compatibility": {
3431
+ "nuxt": "^3.0.0",
3432
+ "requires": {}
3433
+ }
3434
+ },
3435
+ {
3436
+ "name": "nuxt-facebook-chat",
3437
+ "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
3438
+ "repo": "superdev-tech/nuxt-facebook-chat",
3439
+ "npm": "nuxt-facebook-chat",
3440
+ "icon": "nuxt-facebook-chat.svg",
3441
+ "github": "https://github.com/superdev-tech/nuxt-facebook-chat",
3442
+ "website": "https://github.com/superdev-tech/nuxt-facebook-chat",
3443
+ "learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
3444
+ "category": "Libraries",
3445
+ "type": "3rd-party",
3446
+ "maintainers": [
3447
+ {
3448
+ "name": "Supanut Dokmaithong",
3449
+ "github": "Boomgeek"
3450
+ },
3451
+ {
3452
+ "name": "superdev-tech",
3453
+ "github": "superdev-tech"
3454
+ }
3455
+ ],
3456
+ "compatibility": {
3457
+ "nuxt": "^3.0.0",
3458
+ "requires": {}
3459
+ }
3460
+ },
3461
+ {
3462
+ "name": "nuxt-feedme",
3463
+ "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
3464
+ "repo": "helltraitor/nuxt-feedme",
3465
+ "npm": "nuxt-feedme",
3466
+ "icon": "",
3467
+ "github": "https://github.com/helltraitor/nuxt-feedme",
3468
+ "website": "https://github.com/helltraitor/nuxt-feedme",
3469
+ "learn_more": "",
3470
+ "category": "SEO",
3471
+ "type": "3rd-party",
3472
+ "maintainers": [
3473
+ {
3474
+ "name": "Helltraitor",
3475
+ "github": "helltraitor"
3476
+ }
3477
+ ],
3478
+ "compatibility": {
3479
+ "nuxt": "^3.0.0",
3480
+ "requires": {}
3481
+ }
3482
+ },
2884
3483
  {
2885
3484
  "name": "nuxt-graphql-middleware",
2886
3485
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -2932,6 +3531,28 @@
2932
3531
  "requires": {}
2933
3532
  }
2934
3533
  },
3534
+ {
3535
+ "name": "nuxt-gtm",
3536
+ "description": "A Nuxt module for Google Tag Manager",
3537
+ "repo": "zadigetvoltaire/nuxt-gtm",
3538
+ "npm": "@zadigetvoltaire/nuxt-gtm",
3539
+ "icon": "nuxt-gtm.svg",
3540
+ "github": "https://github.com/zadigetvoltaire/nuxt-gtm",
3541
+ "website": "https://github.com/zadigetvoltaire/nuxt-gtm",
3542
+ "learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
3543
+ "category": "Analytics",
3544
+ "type": "3rd-party",
3545
+ "maintainers": [
3546
+ {
3547
+ "name": "Zadig&Voltaire Team",
3548
+ "github": "https://github.com/zadigetvoltaire"
3549
+ }
3550
+ ],
3551
+ "compatibility": {
3552
+ "nuxt": "^3.0.0",
3553
+ "requires": {}
3554
+ }
3555
+ },
2935
3556
  {
2936
3557
  "name": "nuxt-hue",
2937
3558
  "description": "Enlighten your Nuxt experience",
@@ -2956,6 +3577,28 @@
2956
3577
  }
2957
3578
  }
2958
3579
  },
3580
+ {
3581
+ "name": "nuxt-jsonld",
3582
+ "description": "Manage JSON-LD in Vue component.",
3583
+ "repo": "ymmooot/nuxt-jsonld",
3584
+ "npm": "nuxt-jsonld",
3585
+ "icon": "",
3586
+ "github": "https://github.com/ymmooot/nuxt-jsonld",
3587
+ "website": "https://github.com/ymmooot/nuxt-jsonld",
3588
+ "learn_more": "",
3589
+ "category": "SEO",
3590
+ "type": "3rd-party",
3591
+ "maintainers": [
3592
+ {
3593
+ "name": "ymmooot",
3594
+ "github": "ymmooot"
3595
+ }
3596
+ ],
3597
+ "compatibility": {
3598
+ "nuxt": "^3.0.0",
3599
+ "requires": {}
3600
+ }
3601
+ },
2959
3602
  {
2960
3603
  "name": "nuxt-localtunnel",
2961
3604
  "description": "Exposes your Nuxt localhost to the world automatically.",
@@ -2981,7 +3624,7 @@
2981
3624
  },
2982
3625
  {
2983
3626
  "name": "nuxt-loco",
2984
- "description": "A localise.biz module to synth locale with Nuxt.js",
3627
+ "description": "A localise.biz module to synth locale with Nuxt",
2985
3628
  "repo": "gaetansenn/nuxt-loco",
2986
3629
  "npm": "nuxt-loco",
2987
3630
  "icon": "",
@@ -3002,6 +3645,50 @@
3002
3645
  "requires": {}
3003
3646
  }
3004
3647
  },
3648
+ {
3649
+ "name": "nuxt-mapbox",
3650
+ "description": "Elegant Mapbox integration with Nuxt",
3651
+ "repo": "AlexLavoie42/Nuxt-Mapbox",
3652
+ "npm": "nuxt-mapbox",
3653
+ "icon": "nuxt-mapbox.svg",
3654
+ "github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3655
+ "website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3656
+ "learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3657
+ "category": "Libraries",
3658
+ "type": "3rd-party",
3659
+ "maintainers": [
3660
+ {
3661
+ "name": "Alex Lavoie",
3662
+ "github": "AlexLavoie42"
3663
+ }
3664
+ ],
3665
+ "compatibility": {
3666
+ "nuxt": "^3.0.0",
3667
+ "requires": {}
3668
+ }
3669
+ },
3670
+ {
3671
+ "name": "nuxt-mdi",
3672
+ "description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
3673
+ "repo": "ERPedersen/nuxt-mdi",
3674
+ "npm": "nuxt-mdi",
3675
+ "icon": "mdi.png",
3676
+ "github": "https://github.com/ERPedersen/nuxt-mdi",
3677
+ "website": "https://nuxt-mdi.emilrosenius.com",
3678
+ "learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
3679
+ "category": "Libraries",
3680
+ "type": "3rd-party",
3681
+ "maintainers": [
3682
+ {
3683
+ "name": "Emil Rosenius",
3684
+ "github": "ERPedersen"
3685
+ }
3686
+ ],
3687
+ "compatibility": {
3688
+ "nuxt": "^3.0.0",
3689
+ "requires": {}
3690
+ }
3691
+ },
3005
3692
  {
3006
3693
  "name": "nuxt-monaco-editor",
3007
3694
  "description": "Integrate monaco-editor with Nuxt",
@@ -3024,6 +3711,28 @@
3024
3711
  "requires": {}
3025
3712
  }
3026
3713
  },
3714
+ {
3715
+ "name": "nuxt-mongoose",
3716
+ "description": "A Nuxt module for simplifying the use of Mongoose in your project.",
3717
+ "repo": "arashsheyda/nuxt-mongoose",
3718
+ "npm": "nuxt-mongoose",
3719
+ "icon": "nuxt-mongoose.svg",
3720
+ "github": "https://github.com/arashsheyda/nuxt-mongoose",
3721
+ "website": "https://nuxt-mongoose.nuxt.space",
3722
+ "learn_more": "",
3723
+ "category": "Database",
3724
+ "type": "3rd-party",
3725
+ "maintainers": [
3726
+ {
3727
+ "name": "arashsheyda",
3728
+ "github": "arashsheyda"
3729
+ }
3730
+ ],
3731
+ "compatibility": {
3732
+ "nuxt": "^3.0.0",
3733
+ "requires": {}
3734
+ }
3735
+ },
3027
3736
  {
3028
3737
  "name": "nuxt-pdf",
3029
3738
  "description": "Zero-boilerplate PDF exports of your Pages and Components",
@@ -3047,6 +3756,28 @@
3047
3756
  "requires": {}
3048
3757
  }
3049
3758
  },
3759
+ {
3760
+ "name": "nuxt-phosphor-icons",
3761
+ "description": "Just a simple integration for @phosphor-icons in Nuxt",
3762
+ "repo": "OyewoleOyedeji/nuxt-phosphor-icons",
3763
+ "npm": "nuxt-phosphor-icons",
3764
+ "icon": "phosphor-icons.svg",
3765
+ "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3766
+ "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3767
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3768
+ "category": "UI",
3769
+ "type": "3rd-party",
3770
+ "maintainers": [
3771
+ {
3772
+ "name": "OyewoleOyedeji",
3773
+ "github": "OyewoleOyedeji"
3774
+ }
3775
+ ],
3776
+ "compatibility": {
3777
+ "nuxt": "^3.0.0",
3778
+ "requires": {}
3779
+ }
3780
+ },
3050
3781
  {
3051
3782
  "name": "nuxt-pino-log",
3052
3783
  "description": "Structured logs for nuxt apps using pino",
@@ -3071,7 +3802,7 @@
3071
3802
  },
3072
3803
  {
3073
3804
  "name": "plausible",
3074
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
3805
+ "description": "Nuxt module to natively integrate Plausible analytics",
3075
3806
  "repo": "nuxt-modules/plausible",
3076
3807
  "npm": "@nuxtjs/plausible",
3077
3808
  "icon": "plausible.png",
@@ -3092,19 +3823,45 @@
3092
3823
  }
3093
3824
  },
3094
3825
  {
3095
- "name": "nuxt-png-to-ico",
3096
- "description": "Nuxt.js module for auto generating favicons",
3097
- "repo": "b5710546232/nuxt-png-to-ico",
3098
- "npm": "nuxt-png-to-ico",
3099
- "icon": "",
3100
- "github": "https://github.com/b5710546232/nuxt-png-to-ico",
3101
- "website": "https://github.com/b5710546232/nuxt-png-to-ico",
3102
- "learn_more": "https://github.com/steambap/png-to-ico",
3103
- "category": "Devtools",
3826
+ "name": "nuxt-plotly",
3827
+ "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
3828
+ "repo": "superdev-tech/nuxt-plotly",
3829
+ "npm": "nuxt-plotly",
3830
+ "icon": "nuxt-plotly.svg",
3831
+ "github": "https://github.com/superdev-tech/nuxt-plotly",
3832
+ "website": "https://github.com/superdev-tech/nuxt-plotly",
3833
+ "learn_more": "https://www.npmjs.com/package/nuxt-plotly",
3834
+ "category": "Libraries",
3104
3835
  "type": "3rd-party",
3105
3836
  "maintainers": [
3106
3837
  {
3107
- "name": "b5710546232",
3838
+ "name": "Supanut Dokmaithong",
3839
+ "github": "Boomgeek"
3840
+ },
3841
+ {
3842
+ "name": "superdev-tech",
3843
+ "github": "superdev-tech"
3844
+ }
3845
+ ],
3846
+ "compatibility": {
3847
+ "nuxt": "^3.0.0",
3848
+ "requires": {}
3849
+ }
3850
+ },
3851
+ {
3852
+ "name": "nuxt-png-to-ico",
3853
+ "description": "Nuxt module for auto generating favicons",
3854
+ "repo": "b5710546232/nuxt-png-to-ico",
3855
+ "npm": "nuxt-png-to-ico",
3856
+ "icon": "",
3857
+ "github": "https://github.com/b5710546232/nuxt-png-to-ico",
3858
+ "website": "https://github.com/b5710546232/nuxt-png-to-ico",
3859
+ "learn_more": "https://github.com/steambap/png-to-ico",
3860
+ "category": "Devtools",
3861
+ "type": "3rd-party",
3862
+ "maintainers": [
3863
+ {
3864
+ "name": "b5710546232",
3108
3865
  "github": "b5710546232",
3109
3866
  "avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
3110
3867
  }
@@ -3116,7 +3873,7 @@
3116
3873
  },
3117
3874
  {
3118
3875
  "name": "nuxt-smartlook",
3119
- "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
3876
+ "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
3120
3877
  "repo": "f00b4r/nuxt-smartlook",
3121
3878
  "npm": "nuxt-smartlook",
3122
3879
  "icon": "nuxt-smartlook.png",
@@ -3168,7 +3925,7 @@
3168
3925
  },
3169
3926
  {
3170
3927
  "name": "nuxt-storm",
3171
- "description": "WebStorm & PHPStorm support for NuxtJS components",
3928
+ "description": "WebStorm & PHPStorm support for Nuxt components",
3172
3929
  "repo": "fumeapp/nuxt-storm",
3173
3930
  "npm": "nuxt-storm",
3174
3931
  "icon": "nuxt-storm.png",
@@ -3212,7 +3969,7 @@
3212
3969
  },
3213
3970
  {
3214
3971
  "name": "nuxt-unleash",
3215
- "description": "Nuxt.js module to use Unleash toggle feature services",
3972
+ "description": "Nuxt module to use Unleash toggle feature services",
3216
3973
  "repo": "conejerock/nuxt-unleash",
3217
3974
  "npm": "nuxt-unleash",
3218
3975
  "icon": "nuxt-unleash.svg",
@@ -3303,12 +4060,12 @@
3303
4060
  {
3304
4061
  "name": "nuxt-vue3-google-signin",
3305
4062
  "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
3306
- "repo": "syetalabs/nuxt-vue3-google-signin",
4063
+ "repo": "wavezync/nuxt-vue3-google-signin",
3307
4064
  "npm": "nuxt-vue3-google-signin",
3308
4065
  "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",
4066
+ "github": "https://github.com/wavezync/nuxt-vue3-google-signin",
4067
+ "website": "https://vue3-google-signin.wavezync.com",
4068
+ "learn_more": "https://vue3-google-signin.wavezync.com",
3312
4069
  "category": "Libraries",
3313
4070
  "type": "3rd-party",
3314
4071
  "maintainers": [
@@ -3322,9 +4079,53 @@
3322
4079
  "requires": {}
3323
4080
  }
3324
4081
  },
4082
+ {
4083
+ "name": "nuxt-vuetify",
4084
+ "description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
4085
+ "repo": "invictus-codes/nuxt-vuetify",
4086
+ "npm": "@invictus.codes/nuxt-vuetify",
4087
+ "icon": "vuetify-logo-v3-dark.svg",
4088
+ "github": "https://github.com/invictus-codes/nuxt-vuetify",
4089
+ "website": "https://invictus-codes.github.io/nuxt-vuetify/",
4090
+ "learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
4091
+ "category": "UI",
4092
+ "type": "3rd-party",
4093
+ "maintainers": [
4094
+ {
4095
+ "name": "Jens van Hellemondt",
4096
+ "github": "invictus-codes"
4097
+ }
4098
+ ],
4099
+ "compatibility": {
4100
+ "nuxt": "^3.0.0",
4101
+ "requires": {}
4102
+ }
4103
+ },
4104
+ {
4105
+ "name": "nuxt3-leaflet",
4106
+ "description": "Leaflet integration with Nuxt",
4107
+ "repo": "Gugustinette/Nuxt-Leaflet",
4108
+ "npm": "nuxt3-leaflet",
4109
+ "icon": "leaflet.png",
4110
+ "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4111
+ "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
4112
+ "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
4113
+ "category": "Libraries",
4114
+ "type": "3rd-party",
4115
+ "maintainers": [
4116
+ {
4117
+ "name": "Augustin MERCIER",
4118
+ "github": "Gugustinette"
4119
+ }
4120
+ ],
4121
+ "compatibility": {
4122
+ "nuxt": "^3.0.0",
4123
+ "requires": {}
4124
+ }
4125
+ },
3325
4126
  {
3326
4127
  "name": "nuxt7",
3327
- "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
4128
+ "description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
3328
4129
  "repo": "nuxt-community/nuxt7",
3329
4130
  "npm": "nuxt7",
3330
4131
  "icon": "",
@@ -3347,13 +4148,13 @@
3347
4148
  },
3348
4149
  {
3349
4150
  "name": "og-image",
3350
- "description": "Easily generate dynamic social share images.",
4151
+ "description": "Enlightened runtime images generated with Vue templates.",
3351
4152
  "repo": "harlan-zw/nuxt-og-image",
3352
4153
  "npm": "nuxt-og-image",
3353
- "icon": "",
4154
+ "icon": "og-image.svg",
3354
4155
  "github": "https://github.com/harlan-zw/nuxt-og-image",
3355
- "website": "https://github.com/harlan-zw/nuxt-og-image",
3356
- "learn_more": "",
4156
+ "website": "https://nuxtseo.com/og-image",
4157
+ "learn_more": "https://nuxtseo.com/og-image",
3357
4158
  "category": "SEO",
3358
4159
  "type": "3rd-party",
3359
4160
  "maintainers": [
@@ -3394,7 +4195,7 @@
3394
4195
  },
3395
4196
  {
3396
4197
  "name": "optimized-images",
3397
- "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
4198
+ "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
3398
4199
  "repo": "juliomrqz/nuxt-optimized-images",
3399
4200
  "npm": "@aceforth/nuxt-optimized-images",
3400
4201
  "icon": "",
@@ -3439,7 +4240,7 @@
3439
4240
  },
3440
4241
  {
3441
4242
  "name": "parse",
3442
- "description": "Parse package for Nuxt.js",
4243
+ "description": "Parse package for Nuxt",
3443
4244
  "repo": "cierrateam/nuxt-parse",
3444
4245
  "npm": "nuxt-parse",
3445
4246
  "icon": "",
@@ -3459,6 +4260,29 @@
3459
4260
  "requires": {}
3460
4261
  }
3461
4262
  },
4263
+ {
4264
+ "name": "particles",
4265
+ "description": "Easily add particle animations to your Nuxt projects using tsParticles",
4266
+ "repo": "Joepocalyptic/nuxt-particles",
4267
+ "npm": "nuxt-particles",
4268
+ "icon": "",
4269
+ "github": "https://github.com/Joepocalyptic/nuxt-particles",
4270
+ "website": "https://nuxt-particles.joeypereira.dev",
4271
+ "learn_more": "https://particles.js.org/",
4272
+ "category": "Libraries",
4273
+ "type": "3rd-party",
4274
+ "maintainers": [
4275
+ {
4276
+ "name": "Joey Pereira",
4277
+ "github": "Joepocalyptic",
4278
+ "avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
4279
+ }
4280
+ ],
4281
+ "compatibility": {
4282
+ "nuxt": "^3.0.0",
4283
+ "requires": {}
4284
+ }
4285
+ },
3462
4286
  {
3463
4287
  "name": "partytown",
3464
4288
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
@@ -3484,6 +4308,30 @@
3484
4308
  }
3485
4309
  }
3486
4310
  },
4311
+ {
4312
+ "name": "pdfeasy",
4313
+ "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
4314
+ "repo": "betterwrite/pdfeasy#main/packages/nuxt",
4315
+ "npm": "nuxt-pdfeasy",
4316
+ "icon": "pdfeasy.png",
4317
+ "github": "https://github.com/betterwrite/pdfeasy",
4318
+ "website": "https://github.com/betterwrite/pdfeasy",
4319
+ "learn_more": "https://github.com/betterwrite/pdfeasy",
4320
+ "category": "Extensions",
4321
+ "type": "3rd-party",
4322
+ "maintainers": [
4323
+ {
4324
+ "name": "Giovane Cardoso",
4325
+ "github": "novout",
4326
+ "twitter": "novoutttttt",
4327
+ "avatar": "https://avatars.githubusercontent.com/novout?v=4"
4328
+ }
4329
+ ],
4330
+ "compatibility": {
4331
+ "nuxt": "^3.0.0",
4332
+ "requires": {}
4333
+ }
4334
+ },
3487
4335
  {
3488
4336
  "name": "persian-datepicker",
3489
4337
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
@@ -3581,7 +4429,7 @@
3581
4429
  },
3582
4430
  {
3583
4431
  "name": "plausible",
3584
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4432
+ "description": "Nuxt module to natively integrate Plausible analytics",
3585
4433
  "repo": "nuxt-modules/plausible",
3586
4434
  "npm": "@nuxtjs/plausible",
3587
4435
  "icon": "",
@@ -3623,9 +4471,33 @@
3623
4471
  "requires": {}
3624
4472
  }
3625
4473
  },
4474
+ {
4475
+ "name": "prepare",
4476
+ "description": "Initialization steps at build time – like Nuxt 2 server init",
4477
+ "repo": "johannschopplich/nuxt-prepare",
4478
+ "npm": "nuxt-prepare",
4479
+ "icon": "prepare.svg",
4480
+ "github": "https://github.com/johannschopplich/nuxt-prepare",
4481
+ "website": "https://nuxt-prepare.jhnn.dev",
4482
+ "learn_more": "",
4483
+ "category": "Devtools",
4484
+ "type": "3rd-party",
4485
+ "maintainers": [
4486
+ {
4487
+ "name": "Johann Schopplich",
4488
+ "github": "johannschopplich",
4489
+ "twitter": "jschopplich",
4490
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
4491
+ }
4492
+ ],
4493
+ "compatibility": {
4494
+ "nuxt": "^3.0.0",
4495
+ "requires": {}
4496
+ }
4497
+ },
3626
4498
  {
3627
4499
  "name": "prismic",
3628
- "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
4500
+ "description": "Easily connect your Nuxt application to your content hosted on Prismic",
3629
4501
  "repo": "nuxt-modules/prismic",
3630
4502
  "npm": "@nuxtjs/prismic",
3631
4503
  "icon": "prismic.png",
@@ -3651,11 +4523,11 @@
3651
4523
  "description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
3652
4524
  "repo": "artmizu/nuxt-prometheus",
3653
4525
  "npm": "@artmizu/nuxt-prometheus",
3654
- "icon": "",
4526
+ "icon": "prometheus.svg",
3655
4527
  "github": "https://github.com/artmizu/nuxt-prometheus",
3656
4528
  "website": "https://github.com/artmizu/nuxt-prometheus",
3657
4529
  "learn_more": "",
3658
- "category": "Devtools",
4530
+ "category": "Monitoring",
3659
4531
  "type": "3rd-party",
3660
4532
  "maintainers": [
3661
4533
  {
@@ -3664,7 +4536,7 @@
3664
4536
  }
3665
4537
  ],
3666
4538
  "compatibility": {
3667
- "nuxt": "^2.0.0",
4539
+ "nuxt": "^3.0.0",
3668
4540
  "requires": {}
3669
4541
  }
3670
4542
  },
@@ -3692,7 +4564,7 @@
3692
4564
  },
3693
4565
  {
3694
4566
  "name": "proxy",
3695
- "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
4567
+ "description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
3696
4568
  "repo": "nuxt-community/proxy-module",
3697
4569
  "npm": "@nuxtjs/proxy",
3698
4570
  "icon": "",
@@ -3738,7 +4610,7 @@
3738
4610
  },
3739
4611
  {
3740
4612
  "name": "purgecss",
3741
- "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
4613
+ "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
3742
4614
  "repo": "Developmint/nuxt-purgecss#main",
3743
4615
  "npm": "nuxt-purgecss",
3744
4616
  "icon": "purgecss.png",
@@ -3760,7 +4632,7 @@
3760
4632
  },
3761
4633
  {
3762
4634
  "name": "pwa",
3763
- "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
4635
+ "description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
3764
4636
  "repo": "nuxt-community/pwa-module",
3765
4637
  "npm": "@nuxtjs/pwa",
3766
4638
  "icon": "pwa.png",
@@ -3785,7 +4657,7 @@
3785
4657
  },
3786
4658
  {
3787
4659
  "name": "python",
3788
- "description": "Write Nuxt.js applications using Python",
4660
+ "description": "Write Nuxt applications using Python",
3789
4661
  "repo": "nuxt-community/python-module",
3790
4662
  "npm": "@nuxtjs/python",
3791
4663
  "icon": "python.png",
@@ -3805,9 +4677,53 @@
3805
4677
  "requires": {}
3806
4678
  }
3807
4679
  },
4680
+ {
4681
+ "name": "quasar",
4682
+ "description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
4683
+ "repo": "Maiquu/nuxt-quasar",
4684
+ "npm": "nuxt-quasar-ui",
4685
+ "icon": "quasar.svg",
4686
+ "github": "https://github.com/Maiquu/nuxt-quasar",
4687
+ "website": "https://quasar.dev/",
4688
+ "learn_more": "https://github.com/Maiquu/nuxt-quasar",
4689
+ "category": "UI",
4690
+ "type": "3rd-party",
4691
+ "maintainers": [
4692
+ {
4693
+ "name": "Ege İliklier",
4694
+ "github": "Maiquu"
4695
+ }
4696
+ ],
4697
+ "compatibility": {
4698
+ "nuxt": "^3.0.0",
4699
+ "requires": {}
4700
+ }
4701
+ },
4702
+ {
4703
+ "name": "radash",
4704
+ "description": "radash module with auto-import and custom prefix",
4705
+ "repo": "bbg/nuxt-radash",
4706
+ "npm": "nuxt-radash",
4707
+ "icon": "radash.png",
4708
+ "github": "https://github.com/bbg/nuxt-radash",
4709
+ "website": "https://github.com/bbg/nuxt-radash#readme",
4710
+ "learn_more": "https://github.com/rayepps/radash/",
4711
+ "category": "Libraries",
4712
+ "type": "3rd-party",
4713
+ "maintainers": [
4714
+ {
4715
+ "name": "Batuhan Göksu",
4716
+ "github": "bbg"
4717
+ }
4718
+ ],
4719
+ "compatibility": {
4720
+ "nuxt": "^3.0.0",
4721
+ "requires": {}
4722
+ }
4723
+ },
3808
4724
  {
3809
4725
  "name": "recaptcha",
3810
- "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
4726
+ "description": "Simple and easy Google reCAPTCHA module with Nuxt",
3811
4727
  "repo": "nuxt-community/recaptcha-module",
3812
4728
  "npm": "@nuxtjs/recaptcha",
3813
4729
  "icon": "recaptcha.png",
@@ -3852,7 +4768,7 @@
3852
4768
  },
3853
4769
  {
3854
4770
  "name": "rfg-icon",
3855
- "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
4771
+ "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
3856
4772
  "repo": "pimlie/nuxt-rfg-icon",
3857
4773
  "npm": "nuxt-rfg-icon",
3858
4774
  "icon": "real-favicon-generator.png",
@@ -3874,12 +4790,12 @@
3874
4790
  },
3875
4791
  {
3876
4792
  "name": "robots",
3877
- "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
3878
- "repo": "nuxt-community/robots-module",
4793
+ "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
4794
+ "repo": "nuxt-modules/robots",
3879
4795
  "npm": "@nuxtjs/robots",
3880
4796
  "icon": "robots.png",
3881
- "github": "https://github.com/nuxt-community/robots-module",
3882
- "website": "https://github.com/nuxt-community/robots-module",
4797
+ "github": "https://github.com/nuxt-modules/robots",
4798
+ "website": "https://github.com/nuxt-modules/robots",
3883
4799
  "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
3884
4800
  "category": "SEO",
3885
4801
  "type": "community",
@@ -3898,7 +4814,7 @@
3898
4814
  },
3899
4815
  {
3900
4816
  "name": "rollbar",
3901
- "description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
4817
+ "description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
3902
4818
  "repo": "gaelreyrol/nuxt-rollbar-module",
3903
4819
  "npm": "nuxt-rollbar-module",
3904
4820
  "icon": "rollbar.png",
@@ -3943,7 +4859,7 @@
3943
4859
  },
3944
4860
  {
3945
4861
  "name": "router",
3946
- "description": "Nuxt.js module to use router.js instead of pages/ directory",
4862
+ "description": "Nuxt module to use router.js instead of pages/ directory",
3947
4863
  "repo": "nuxt-community/router-module",
3948
4864
  "npm": "@nuxtjs/router",
3949
4865
  "icon": "vue.png",
@@ -3991,13 +4907,13 @@
3991
4907
  },
3992
4908
  {
3993
4909
  "name": "schema-org",
3994
- "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
3995
- "repo": "vueuse/schema-org#main/packages/nuxt",
4910
+ "description": "Schema.org for Nuxt.",
4911
+ "repo": "harlan-zw/nuxt-schema-org",
3996
4912
  "npm": "nuxt-schema-org",
3997
4913
  "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",
4914
+ "github": "https://github.com/harlan-zw/nuxt-schema-org",
4915
+ "website": "https://nuxtseo.com/schema-org",
4916
+ "learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
4001
4917
  "category": "SEO",
4002
4918
  "type": "3rd-party",
4003
4919
  "maintainers": [
@@ -4060,7 +4976,7 @@
4060
4976
  },
4061
4977
  {
4062
4978
  "name": "segment",
4063
- "description": "Nuxt.js module for Segment Analytics.js",
4979
+ "description": "Nuxt module for Segment Analytics.js",
4064
4980
  "repo": "dansmaculotte/nuxt-segment",
4065
4981
  "npm": "@dansmaculotte/nuxt-segment",
4066
4982
  "icon": "segment.png",
@@ -4082,10 +4998,10 @@
4082
4998
  },
4083
4999
  {
4084
5000
  "name": "sentry",
4085
- "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
5001
+ "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
4086
5002
  "repo": "nuxt-community/sentry-module",
4087
5003
  "npm": "@nuxtjs/sentry",
4088
- "icon": "sentry.png",
5004
+ "icon": "sentry.svg",
4089
5005
  "github": "https://github.com/nuxt-community/sentry-module",
4090
5006
  "website": "https://sentry.nuxtjs.org/",
4091
5007
  "learn_more": "https://sentry.io/welcome/",
@@ -4102,14 +5018,38 @@
4102
5018
  "requires": {}
4103
5019
  }
4104
5020
  },
5021
+ {
5022
+ "name": "seo-experiments",
5023
+ "description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
5024
+ "repo": "harlan-zw/nuxt-seo-experiments",
5025
+ "npm": "nuxt-seo-experiments",
5026
+ "icon": "seo-experiments.svg",
5027
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5028
+ "website": "https://nuxtseo.com/experiments",
5029
+ "learn_more": "https://nuxtseo.com/experiments",
5030
+ "category": "SEO",
5031
+ "type": "3rd-party",
5032
+ "maintainers": [
5033
+ {
5034
+ "name": "Harlan Wilton",
5035
+ "github": "harlan-zw",
5036
+ "twitter": "harlan_zw",
5037
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5038
+ }
5039
+ ],
5040
+ "compatibility": {
5041
+ "nuxt": "^3.0.0",
5042
+ "requires": {}
5043
+ }
5044
+ },
4105
5045
  {
4106
5046
  "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",
5047
+ "description": "The complete SEO solution for Nuxt.",
5048
+ "repo": "harlan-zw/nuxt-seo-kit#main/layer",
5049
+ "npm": "nuxt-seo-kit",
4110
5050
  "icon": "seo-kit.svg",
4111
5051
  "github": "https://github.com/harlan-zw/nuxt-seo-kit",
4112
- "website": "https://github.com/harlan-zw/nuxt-seo-kit",
5052
+ "website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
4113
5053
  "learn_more": "",
4114
5054
  "category": "SEO",
4115
5055
  "type": "3rd-party",
@@ -4149,7 +5089,7 @@
4149
5089
  },
4150
5090
  {
4151
5091
  "name": "seomatic-meta",
4152
- "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
5092
+ "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
4153
5093
  "repo": "ben-rogerson/nuxt-seomatic-meta",
4154
5094
  "npm": "nuxt-seomatic-meta",
4155
5095
  "icon": "seomatic.png",
@@ -4192,6 +5132,29 @@
4192
5132
  "requires": {}
4193
5133
  }
4194
5134
  },
5135
+ {
5136
+ "name": "server-block",
5137
+ "description": "Use <server> tags in your Nuxt pages components.",
5138
+ "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
5139
+ "npm": "@hebilicious/server-block-nuxt",
5140
+ "icon": "server-block.svg",
5141
+ "github": "https://github.com/Hebilicious/server-block-nuxt",
5142
+ "website": "https://github.com/Hebilicious/server-block-nuxt#readme",
5143
+ "learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
5144
+ "category": "Extensions",
5145
+ "type": "3rd-party",
5146
+ "maintainers": [
5147
+ {
5148
+ "name": "Hebilicious",
5149
+ "github": "Hebilicious",
5150
+ "twitter": "its_hebilicious"
5151
+ }
5152
+ ],
5153
+ "compatibility": {
5154
+ "nuxt": "^3.0.0",
5155
+ "requires": {}
5156
+ }
5157
+ },
4195
5158
  {
4196
5159
  "name": "session",
4197
5160
  "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 +5180,7 @@
4217
5180
  },
4218
5181
  {
4219
5182
  "name": "shopify",
4220
- "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
5183
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
4221
5184
  "repo": "Gomah/nuxt-shopify",
4222
5185
  "npm": "nuxt-shopify",
4223
5186
  "icon": "shopify.png",
@@ -4284,13 +5247,13 @@
4284
5247
  },
4285
5248
  {
4286
5249
  "name": "simple-robots",
4287
- "description": "Simply manage the robots crawling your Nuxt app.",
5250
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
4288
5251
  "repo": "harlan-zw/nuxt-simple-robots",
4289
5252
  "npm": "nuxt-simple-robots",
4290
- "icon": "",
5253
+ "icon": "simple-robots.svg",
4291
5254
  "github": "https://github.com/harlan-zw/nuxt-simple-robots",
4292
- "website": "https://github.com/harlan-zw/nuxt-simple-robots",
4293
- "learn_more": "",
5255
+ "website": "https://nuxtseo.com/robots",
5256
+ "learn_more": "https://nuxtseo.com/robots",
4294
5257
  "category": "SEO",
4295
5258
  "type": "3rd-party",
4296
5259
  "maintainers": [
@@ -4308,13 +5271,13 @@
4308
5271
  },
4309
5272
  {
4310
5273
  "name": "simple-sitemap",
4311
- "description": "Simple, minimal sitemap.xml generation.",
5274
+ "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
4312
5275
  "repo": "harlan-zw/nuxt-simple-sitemap",
4313
5276
  "npm": "nuxt-simple-sitemap",
4314
- "icon": "",
5277
+ "icon": "simple-sitemap.svg",
4315
5278
  "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4316
- "website": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4317
- "learn_more": "",
5279
+ "website": "https://nuxtseo.com/simple-sitemap",
5280
+ "learn_more": "https://nuxtseo.com/simple-sitemap",
4318
5281
  "category": "SEO",
4319
5282
  "type": "3rd-party",
4320
5283
  "maintainers": [
@@ -4332,7 +5295,7 @@
4332
5295
  },
4333
5296
  {
4334
5297
  "name": "sitemap",
4335
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
5298
+ "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
4336
5299
  "repo": "nuxt-community/sitemap-module#dev",
4337
5300
  "npm": "@nuxtjs/sitemap",
4338
5301
  "icon": "",
@@ -4353,16 +5316,38 @@
4353
5316
  "requires": {}
4354
5317
  }
4355
5318
  },
5319
+ {
5320
+ "name": "snackbar",
5321
+ "description": "Nuxt Snackbar module using vue3-snackbar",
5322
+ "repo": "modbender/nuxt-snackbar#master",
5323
+ "npm": "nuxt-snackbar",
5324
+ "icon": "snackbar.png",
5325
+ "github": "https://github.com/modbender/nuxt-snackbar/tree/master",
5326
+ "website": "https://github.com/modbender/nuxt-snackbar/tree/master",
5327
+ "learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
5328
+ "category": "UI",
5329
+ "type": "3rd-party",
5330
+ "maintainers": [
5331
+ {
5332
+ "name": "modbender",
5333
+ "github": "modbender"
5334
+ }
5335
+ ],
5336
+ "compatibility": {
5337
+ "nuxt": "^3.0.0",
5338
+ "requires": {}
5339
+ }
5340
+ },
4356
5341
  {
4357
5342
  "name": "snipcart",
4358
- "description": "Snipcart integration module for Nuxt.js",
4359
- "repo": "nuxt-modules/snipcart-module",
5343
+ "description": "Snipcart integration module for Nuxt",
5344
+ "repo": "nuxt-modules/snipcart",
4360
5345
  "npm": "@nuxtjs/snipcart",
4361
5346
  "icon": "snipcart.png",
4362
5347
  "github": "https://github.com/nuxt-modules/snipcart",
4363
5348
  "website": "https://github.com/nuxt-modules/snipcart",
4364
5349
  "learn_more": "https://snipcart.com",
4365
- "category": "Payment",
5350
+ "category": "Ecommerce",
4366
5351
  "type": "community",
4367
5352
  "maintainers": [
4368
5353
  {
@@ -4378,7 +5363,7 @@
4378
5363
  },
4379
5364
  {
4380
5365
  "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.).",
5366
+ "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
4382
5367
  "repo": "AlekseyPleshkov/nuxt-social-meta",
4383
5368
  "npm": "nuxt-social-meta",
4384
5369
  "icon": "",
@@ -4500,7 +5485,7 @@
4500
5485
  },
4501
5486
  {
4502
5487
  "name": "storage",
4503
- "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
5488
+ "description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
4504
5489
  "repo": "mazipan/nuxt-storage",
4505
5490
  "npm": "nuxt-storage",
4506
5491
  "icon": "",
@@ -4522,7 +5507,7 @@
4522
5507
  },
4523
5508
  {
4524
5509
  "name": "storefront-ui",
4525
- "description": "Storefront UI Module for Nuxt.js",
5510
+ "description": "Storefront UI Module for Nuxt",
4526
5511
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
4527
5512
  "npm": "@storefront-ui/nuxt",
4528
5513
  "icon": "storefront-ui.svg",
@@ -4566,7 +5551,7 @@
4566
5551
  },
4567
5552
  {
4568
5553
  "name": "storyblok",
4569
- "description": "Storyblok Nuxt.js module",
5554
+ "description": "Storyblok Nuxt module",
4570
5555
  "repo": "storyblok/storyblok-nuxt#master/lib",
4571
5556
  "npm": "@storyblok/nuxt",
4572
5557
  "icon": "storyblok.png",
@@ -4588,9 +5573,9 @@
4588
5573
  },
4589
5574
  {
4590
5575
  "name": "storybook",
4591
- "description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
5576
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
4592
5577
  "repo": "nuxt-community/storybook",
4593
- "npm": "@nuxtjs/storybook",
5578
+ "npm": "@storybook-vue/nuxt-storybook",
4594
5579
  "icon": "storybook.png",
4595
5580
  "github": "https://github.com/nuxt-community/storybook",
4596
5581
  "website": "https://storybook.nuxtjs.org",
@@ -4619,10 +5604,10 @@
4619
5604
  {
4620
5605
  "name": "strapi",
4621
5606
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
4622
- "repo": "nuxt-community/strapi-module",
5607
+ "repo": "nuxt-modules/strapi",
4623
5608
  "npm": "@nuxtjs/strapi",
4624
5609
  "icon": "strapi.png",
4625
- "github": "https://github.com/nuxt-community/strapi-module",
5610
+ "github": "https://github.com/nuxt-modules/strapi",
4626
5611
  "website": "https://strapi.nuxtjs.org",
4627
5612
  "learn_more": "https://strapi.io/",
4628
5613
  "category": "CMS",
@@ -4646,6 +5631,32 @@
4646
5631
  }
4647
5632
  }
4648
5633
  },
5634
+ {
5635
+ "name": "stripe-next",
5636
+ "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.",
5637
+ "repo": "fuentesloic/nuxt-stripe",
5638
+ "npm": "@unlok-co/nuxt-stripe",
5639
+ "icon": "stripe.png",
5640
+ "github": "https://github.com/fuentesloic/nuxt-stripe",
5641
+ "website": "https://github.com/fuentesloic/nuxt-stripe",
5642
+ "learn_more": "https://stripe.com/docs",
5643
+ "category": "Payment",
5644
+ "type": "3rd-party",
5645
+ "maintainers": [
5646
+ {
5647
+ "name": "Loic Fuentes",
5648
+ "github": "fuentesloic"
5649
+ },
5650
+ {
5651
+ "name": "Florent Giraud",
5652
+ "github": "flozero"
5653
+ }
5654
+ ],
5655
+ "compatibility": {
5656
+ "nuxt": "^3.0.0",
5657
+ "requires": {}
5658
+ }
5659
+ },
4649
5660
  {
4650
5661
  "name": "stripe",
4651
5662
  "description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
@@ -4693,7 +5704,7 @@
4693
5704
  },
4694
5705
  {
4695
5706
  "name": "stylelint",
4696
- "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
5707
+ "description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
4697
5708
  "repo": "nuxt-community/stylelint-module",
4698
5709
  "npm": "@nuxtjs/stylelint-module",
4699
5710
  "icon": "stylelint.png",
@@ -4709,7 +5720,7 @@
4709
5720
  }
4710
5721
  ],
4711
5722
  "compatibility": {
4712
- "nuxt": "^2.0.0",
5723
+ "nuxt": "^2.0.0 || ^3.0.0",
4713
5724
  "requires": {}
4714
5725
  }
4715
5726
  },
@@ -4739,10 +5750,10 @@
4739
5750
  {
4740
5751
  "name": "supabase",
4741
5752
  "description": "First class integration with Supabase",
4742
- "repo": "nuxt-community/supabase-module",
5753
+ "repo": "nuxt-modules/supabase",
4743
5754
  "npm": "@nuxtjs/supabase",
4744
5755
  "icon": "supabase.png",
4745
- "github": "https://github.com/nuxt-community/supabase-module",
5756
+ "github": "https://github.com/nuxt-modules/supabase",
4746
5757
  "website": "https://supabase.nuxtjs.org",
4747
5758
  "learn_more": "https://supabase.com",
4748
5759
  "category": "Database",
@@ -4793,12 +5804,12 @@
4793
5804
  },
4794
5805
  {
4795
5806
  "name": "svg-sprite",
4796
- "description": "Optimized and Easy way to use svg files in Nuxt.js",
4797
- "repo": "nuxt-community/svg-sprite-module",
5807
+ "description": "Optimized and Easy way to use svg files in Nuxt",
5808
+ "repo": "nuxt-modules/svg-sprite",
4798
5809
  "npm": "@nuxtjs/svg-sprite",
4799
5810
  "icon": "",
4800
- "github": "https://github.com/nuxt-community/svg-sprite-module",
4801
- "website": "https://github.com/nuxt-community/svg-sprite-module",
5811
+ "github": "https://github.com/nuxt-modules/svg-sprite",
5812
+ "website": "https://github.com/nuxt-modules/svg-sprite",
4802
5813
  "learn_more": "",
4803
5814
  "category": "UI",
4804
5815
  "type": "community",
@@ -4810,13 +5821,13 @@
4810
5821
  }
4811
5822
  ],
4812
5823
  "compatibility": {
4813
- "nuxt": "^2.0.0",
5824
+ "nuxt": "^2.0.0 || ^3.0.0",
4814
5825
  "requires": {}
4815
5826
  }
4816
5827
  },
4817
5828
  {
4818
5829
  "name": "svg",
4819
- "description": "Super simple svg loading module for Nuxt.js",
5830
+ "description": "Super simple svg loading module for Nuxt",
4820
5831
  "repo": "nuxt-community/svg-module",
4821
5832
  "npm": "@nuxtjs/svg",
4822
5833
  "icon": "",
@@ -4860,7 +5871,7 @@
4860
5871
  },
4861
5872
  {
4862
5873
  "name": "swiper",
4863
- "description": "Nuxt.js module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
5874
+ "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
4864
5875
  "repo": "cpreston321/nuxt-swiper",
4865
5876
  "npm": "nuxt-swiper",
4866
5877
  "icon": "swiper.svg",
@@ -4885,7 +5896,7 @@
4885
5896
  "description": "Vue components built for Vue3 powered by Windi CSS or tailwindcss",
4886
5897
  "repo": "fumeapp/tailvue",
4887
5898
  "npm": "tailvue",
4888
- "icon": "tailvue.png",
5899
+ "icon": "tailvue.jpg",
4889
5900
  "github": "https://github.com/fumeapp/tailvue",
4890
5901
  "website": "https://github.com/fumeapp/tailvue",
4891
5902
  "learn_more": "https://github.com/fumeapp/tailvue#readme",
@@ -4906,10 +5917,10 @@
4906
5917
  {
4907
5918
  "name": "tailwindcss",
4908
5919
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
4909
- "repo": "nuxt-community/tailwindcss-module",
5920
+ "repo": "nuxt-modules/tailwindcss-module",
4910
5921
  "npm": "@nuxtjs/tailwindcss",
4911
5922
  "icon": "tailwindcss.png",
4912
- "github": "https://github.com/nuxt-community/tailwindcss-module",
5923
+ "github": "https://github.com/nuxt-modules/tailwindcss-module",
4913
5924
  "website": "https://tailwindcss.nuxtjs.org",
4914
5925
  "learn_more": "https://tailwindcss.com/",
4915
5926
  "category": "UI",
@@ -4919,6 +5930,10 @@
4919
5930
  "name": "Sébastien Chopin",
4920
5931
  "github": "Atinux",
4921
5932
  "twitter": "Atinux"
5933
+ },
5934
+ {
5935
+ "name": "Inesh Bose",
5936
+ "github": "ineshbose"
4922
5937
  }
4923
5938
  ],
4924
5939
  "compatibility": {
@@ -4949,9 +5964,31 @@
4949
5964
  "requires": {}
4950
5965
  }
4951
5966
  },
5967
+ {
5968
+ "name": "time",
5969
+ "description": "Safely render local dates and times on the server with Nuxt",
5970
+ "repo": "danielroe/nuxt-time",
5971
+ "npm": "nuxt-time",
5972
+ "icon": "",
5973
+ "github": "https://github.com/danielroe/nuxt-time",
5974
+ "website": "https://github.com/danielroe/nuxt-time",
5975
+ "learn_more": "",
5976
+ "category": "Extensions",
5977
+ "type": "3rd-party",
5978
+ "maintainers": [
5979
+ {
5980
+ "name": "danielroe",
5981
+ "github": "danielroe"
5982
+ }
5983
+ ],
5984
+ "compatibility": {
5985
+ "nuxt": "^3.0.0",
5986
+ "requires": {}
5987
+ }
5988
+ },
4952
5989
  {
4953
5990
  "name": "toast",
4954
- "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
5991
+ "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
4955
5992
  "repo": "nuxt-community/modules#master/packages/toast",
4956
5993
  "npm": "@nuxtjs/toast",
4957
5994
  "icon": "",
@@ -4972,6 +6009,39 @@
4972
6009
  "requires": {}
4973
6010
  }
4974
6011
  },
6012
+ {
6013
+ "name": "tresjs",
6014
+ "description": "Create 3D experiences in your Nuxt application using TresJS.",
6015
+ "repo": "tresjs/nuxt",
6016
+ "npm": "@tresjs/nuxt",
6017
+ "icon": "tresjs.svg",
6018
+ "github": "https://github.com/Tresjs/nuxt",
6019
+ "website": "https://tresjs.org/guide/nuxt.html",
6020
+ "learn_more": "https://tresjs.org/",
6021
+ "category": "Libraries",
6022
+ "type": "3rd-party",
6023
+ "maintainers": [
6024
+ {
6025
+ "name": "Alvaro Saburido",
6026
+ "github": "alvarosabu",
6027
+ "twitter": "alvarosabu"
6028
+ },
6029
+ {
6030
+ "name": "Jaime Torrealba",
6031
+ "github": "JaimeTorrealba",
6032
+ "twitter": "jaimebboyjt"
6033
+ },
6034
+ {
6035
+ "name": "Tino Koch",
6036
+ "github": "Tinoooo",
6037
+ "twitter": "ichbintino"
6038
+ }
6039
+ ],
6040
+ "compatibility": {
6041
+ "nuxt": "^3.0.0",
6042
+ "requires": {}
6043
+ }
6044
+ },
4975
6045
  {
4976
6046
  "name": "turnstile",
4977
6047
  "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
@@ -4999,7 +6069,7 @@
4999
6069
  },
5000
6070
  {
5001
6071
  "name": "twa",
5002
- "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
6072
+ "description": "Nuxt module for generating Trusted Web App from Nuxt app",
5003
6073
  "repo": "tuarrep/nuxt-twa",
5004
6074
  "npm": "nuxt-twa",
5005
6075
  "icon": "",
@@ -5021,6 +6091,28 @@
5021
6091
  }
5022
6092
  }
5023
6093
  },
6094
+ {
6095
+ "name": "twemoji",
6096
+ "description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
6097
+ "repo": "yizack/nuxt-twemoji",
6098
+ "npm": "nuxt-twemoji",
6099
+ "icon": "twemoji.svg",
6100
+ "github": "https://github.com/Yizack/nuxt-twemoji",
6101
+ "website": "https://github.com/Yizack/nuxt-twemoji",
6102
+ "learn_more": "",
6103
+ "category": "UI",
6104
+ "type": "3rd-party",
6105
+ "maintainers": [
6106
+ {
6107
+ "name": "Yizack Rangel",
6108
+ "github": "yizack"
6109
+ }
6110
+ ],
6111
+ "compatibility": {
6112
+ "nuxt": "^3.0.0",
6113
+ "requires": {}
6114
+ }
6115
+ },
5024
6116
  {
5025
6117
  "name": "twicpics",
5026
6118
  "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
@@ -5165,6 +6257,39 @@
5165
6257
  "requires": {}
5166
6258
  }
5167
6259
  },
6260
+ {
6261
+ "name": "ui",
6262
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
6263
+ "repo": "nuxt/ui#dev",
6264
+ "npm": "@nuxt/ui",
6265
+ "icon": "nuxt.svg",
6266
+ "github": "https://github.com/nuxt/ui",
6267
+ "website": "https://ui.nuxt.com",
6268
+ "learn_more": "",
6269
+ "category": "UI",
6270
+ "type": "official",
6271
+ "maintainers": [
6272
+ {
6273
+ "name": "Benjamin Canac",
6274
+ "github": "benjamincanac",
6275
+ "twitter": "benjamincanac"
6276
+ },
6277
+ {
6278
+ "name": "Sebastien Chopin",
6279
+ "github": "Atinux",
6280
+ "twitter": "Atinux"
6281
+ },
6282
+ {
6283
+ "name": "Sylvain Marroufin",
6284
+ "github": "smarroufin",
6285
+ "twitter": "smarroufin"
6286
+ }
6287
+ ],
6288
+ "compatibility": {
6289
+ "nuxt": "^3.0.0",
6290
+ "requires": {}
6291
+ }
6292
+ },
5168
6293
  {
5169
6294
  "name": "umami",
5170
6295
  "description": "Embed the Umami analytics library into Nuxt",
@@ -5192,11 +6317,11 @@
5192
6317
  {
5193
6318
  "name": "unhead",
5194
6319
  "description": "Experimental features for Nuxt SEO / head management.",
5195
- "repo": "harlan-zw/nuxt-unhead",
5196
- "npm": "nuxt-unhead",
6320
+ "repo": "harlan-zw/nuxt-seo-experiments",
6321
+ "npm": "nuxt-seo-experiments",
5197
6322
  "icon": "",
5198
- "github": "https://github.com/harlan-zw/nuxt-unhead",
5199
- "website": "https://github.com/harlan-zw/nuxt-unhead",
6323
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
6324
+ "website": "https://github.com/harlan-zw/nuxt-seo-experiments",
5200
6325
  "learn_more": "",
5201
6326
  "category": "SEO",
5202
6327
  "type": "3rd-party",
@@ -5213,7 +6338,7 @@
5213
6338
  },
5214
6339
  {
5215
6340
  "name": "universal-storage",
5216
- "description": "Universal Storage Utilities for Nuxt.js",
6341
+ "description": "Universal Storage Utilities for Nuxt",
5217
6342
  "repo": "nuxt-community/universal-storage-module",
5218
6343
  "npm": "@nuxtjs/universal-storage",
5219
6344
  "icon": "",
@@ -5239,6 +6364,28 @@
5239
6364
  "requires": {}
5240
6365
  }
5241
6366
  },
6367
+ {
6368
+ "name": "unlazy",
6369
+ "description": "Lazy loading library for placeholder images",
6370
+ "repo": "johannschopplich/unlazy/packages/nuxt",
6371
+ "npm": "@unlazy/nuxt",
6372
+ "icon": "unlazy.svg",
6373
+ "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
6374
+ "website": "https://unlazy.byjohann.dev/",
6375
+ "learn_more": "",
6376
+ "category": "Images",
6377
+ "type": "3rd-party",
6378
+ "maintainers": [
6379
+ {
6380
+ "name": "Johann Schopplich",
6381
+ "github": "johannschopplich"
6382
+ }
6383
+ ],
6384
+ "compatibility": {
6385
+ "nuxt": "^3.0.0",
6386
+ "requires": {}
6387
+ }
6388
+ },
5242
6389
  {
5243
6390
  "name": "unlighthouse",
5244
6391
  "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
@@ -5291,9 +6438,56 @@
5291
6438
  }
5292
6439
  }
5293
6440
  },
6441
+ {
6442
+ "name": "ununuracss",
6443
+ "description": "A Real CSS Engine. Only Scoped.",
6444
+ "repo": "novout/ununuracss#main/packages/nuxt",
6445
+ "npm": "nuxt-ununura",
6446
+ "icon": "ununuracss.png",
6447
+ "github": "https://github.com/novout/ununuracss",
6448
+ "website": "https://ununura.com/#/",
6449
+ "learn_more": "https://ununura.com/#/docs/why",
6450
+ "category": "UI",
6451
+ "type": "3rd-party",
6452
+ "maintainers": [
6453
+ {
6454
+ "name": "Giovane Cardoso",
6455
+ "github": "novout",
6456
+ "avatar": "https://avatars.githubusercontent.com/novout?v=4"
6457
+ }
6458
+ ],
6459
+ "compatibility": {
6460
+ "nuxt": "^2.0.0 || ^3.0.0",
6461
+ "requires": {}
6462
+ }
6463
+ },
6464
+ {
6465
+ "name": "use-wagmi",
6466
+ "description": "Vue Composition for Ethereum based on wagmi",
6467
+ "repo": "unicape/use-wagmi#main/packages/nuxt",
6468
+ "npm": "@use-wagmi/nuxt",
6469
+ "icon": "use-wagmi.png",
6470
+ "github": "https://github.com/unicape/use-wagmi",
6471
+ "website": "https://github.com/unicape/use-wagmi",
6472
+ "learn_more": "https://github.com/unicape/use-wagmi",
6473
+ "category": "Extensions",
6474
+ "type": "3rd-party",
6475
+ "maintainers": [
6476
+ {
6477
+ "name": "Unic Ape",
6478
+ "github": "unicape"
6479
+ }
6480
+ ],
6481
+ "compatibility": {
6482
+ "nuxt": "^2.0.0 || ^3.0.0",
6483
+ "requires": {
6484
+ "bridge": true
6485
+ }
6486
+ }
6487
+ },
5294
6488
  {
5295
6489
  "name": "user-agent",
5296
- "description": "Nuxt.js module for handling User-Agent.",
6490
+ "description": "Nuxt module for handling User-Agent.",
5297
6491
  "repo": "fukuiretu/nuxt-user-agent",
5298
6492
  "npm": "nuxt-user-agent",
5299
6493
  "icon": "",
@@ -5359,6 +6553,74 @@
5359
6553
  }
5360
6554
  }
5361
6555
  },
6556
+ {
6557
+ "name": "varlet",
6558
+ "description": "A Material design mobile component library developed based on Vue3",
6559
+ "repo": "varletjs/varlet-nuxt",
6560
+ "npm": "@varlet/nuxt",
6561
+ "icon": "varlet.svg",
6562
+ "github": "https://github.com/varletjs/varlet",
6563
+ "website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
6564
+ "learn_more": "https://github.com/varletjs/varlet-nuxt",
6565
+ "category": "UI",
6566
+ "type": "3rd-party",
6567
+ "maintainers": [
6568
+ {
6569
+ "name": "zhangmo8",
6570
+ "github": "zhangmo8"
6571
+ }
6572
+ ],
6573
+ "compatibility": {
6574
+ "nuxt": "^3.0.0",
6575
+ "requires": {
6576
+ "bridge": "optional"
6577
+ }
6578
+ }
6579
+ },
6580
+ {
6581
+ "name": "vcalendar",
6582
+ "description": "VCalendar module for Nuxt",
6583
+ "repo": "samk-dev/nuxt-vcalendar",
6584
+ "npm": "@samk-dev/nuxt-vcalendar",
6585
+ "icon": "vcalendar.png",
6586
+ "github": "https://github.com/samk-dev/vcalendar",
6587
+ "website": "https://github.com/samk-dev/vcalendar",
6588
+ "learn_more": "",
6589
+ "category": "Libraries",
6590
+ "type": "3rd-party",
6591
+ "maintainers": [
6592
+ {
6593
+ "name": "Sam K",
6594
+ "github": "samk-dev"
6595
+ }
6596
+ ],
6597
+ "compatibility": {
6598
+ "nuxt": "^3.0.0",
6599
+ "requires": {}
6600
+ }
6601
+ },
6602
+ {
6603
+ "name": "vee-validate",
6604
+ "description": "Painless Vue forms for Nuxt",
6605
+ "repo": "logaretm/vee-validate#main/packages/nuxt",
6606
+ "npm": "@vee-validate/nuxt",
6607
+ "icon": "vee-validate.png",
6608
+ "github": "https://github.com/logaretm/vee-validate/",
6609
+ "website": "https://vee-validate.logaretm.com/v4/",
6610
+ "learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
6611
+ "category": "Libraries",
6612
+ "type": "3rd-party",
6613
+ "maintainers": [
6614
+ {
6615
+ "name": "Abdelrahman Awad",
6616
+ "github": "logaretm"
6617
+ }
6618
+ ],
6619
+ "compatibility": {
6620
+ "nuxt": "^3.0.0",
6621
+ "requires": {}
6622
+ }
6623
+ },
5362
6624
  {
5363
6625
  "name": "vendor",
5364
6626
  "description": "directly serve node_modules",
@@ -5382,9 +6644,54 @@
5382
6644
  "requires": {}
5383
6645
  }
5384
6646
  },
6647
+ {
6648
+ "name": "vercel-analytics",
6649
+ "description": "Vercel Analytics integration for Nuxt",
6650
+ "repo": "xanderbarkhatov/nuxt-vercel-analytics",
6651
+ "npm": "nuxt-vercel-analytics",
6652
+ "icon": "",
6653
+ "github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
6654
+ "website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
6655
+ "learn_more": "https://vercel.com/docs/concepts/analytics",
6656
+ "category": "Analytics",
6657
+ "type": "3rd-party",
6658
+ "maintainers": [
6659
+ {
6660
+ "name": "Alexander B.",
6661
+ "github": "xanderbarkhatov"
6662
+ }
6663
+ ],
6664
+ "compatibility": {
6665
+ "nuxt": "^3.0.0",
6666
+ "requires": {}
6667
+ }
6668
+ },
6669
+ {
6670
+ "name": "vexip-ui",
6671
+ "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
6672
+ "repo": "vexip-ui/nuxt",
6673
+ "npm": "@vexip-ui/nuxt",
6674
+ "icon": "vexip-ui.svg",
6675
+ "github": "https://github.com/vexip-ui/vexip-ui",
6676
+ "website": "https://www.vexipui.com/",
6677
+ "learn_more": "https://github.com/vexip-ui/nuxt",
6678
+ "category": "UI",
6679
+ "type": "3rd-party",
6680
+ "maintainers": [
6681
+ {
6682
+ "name": "未觉雨声",
6683
+ "github": "qmhc",
6684
+ "twitter": "qmhc95"
6685
+ }
6686
+ ],
6687
+ "compatibility": {
6688
+ "nuxt": "^3.0.0",
6689
+ "requires": {}
6690
+ }
6691
+ },
5385
6692
  {
5386
6693
  "name": "vite-pwa-nuxt",
5387
- "description": "Zero-config PWA Plugin for Nuxt 3",
6694
+ "description": "Zero-config PWA Plugin for Nuxt",
5388
6695
  "repo": "vite-pwa/nuxt",
5389
6696
  "npm": "@vite-pwa/nuxt",
5390
6697
  "icon": "vite-pwa-nuxt.svg",
@@ -5413,13 +6720,13 @@
5413
6720
  {
5414
6721
  "name": "vitest",
5415
6722
  "description": "Vitest integration with Nuxt",
5416
- "repo": "danielroe/nuxt-vitest#main",
6723
+ "repo": "danielroe/nuxt-vitest",
5417
6724
  "npm": "nuxt-vitest",
5418
6725
  "icon": "vitest.svg",
5419
6726
  "github": "https://github.com/danielroe/nuxt-vitest",
5420
6727
  "website": "https://github.com/danielroe/nuxt-vitest",
5421
6728
  "learn_more": "",
5422
- "category": "Extensions",
6729
+ "category": "Devtools",
5423
6730
  "type": "3rd-party",
5424
6731
  "maintainers": [
5425
6732
  {
@@ -5436,15 +6743,45 @@
5436
6743
  "requires": {}
5437
6744
  }
5438
6745
  },
6746
+ {
6747
+ "name": "vue-email",
6748
+ "description": "Write email templates with vue",
6749
+ "repo": "Dave136/vue-email#main/packages/vue-email",
6750
+ "npm": "vue-email",
6751
+ "icon": "vue-email.svg",
6752
+ "github": "https://github.com/Dave136/vue-email",
6753
+ "website": "https://vue-email.vercel.app/",
6754
+ "learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
6755
+ "category": "UI",
6756
+ "type": "3rd-party",
6757
+ "maintainers": [
6758
+ {
6759
+ "name": "David Arenas",
6760
+ "github": "Dave136",
6761
+ "twitter": "davejs4",
6762
+ "avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
6763
+ },
6764
+ {
6765
+ "name": "Younes Barrad",
6766
+ "github": "Flowko",
6767
+ "twitter": "imflowko",
6768
+ "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
6769
+ }
6770
+ ],
6771
+ "compatibility": {
6772
+ "nuxt": "^3.0.0",
6773
+ "requires": {}
6774
+ }
6775
+ },
5439
6776
  {
5440
6777
  "name": "vue-macros",
5441
- "description": "Explore and extend more macros and syntax sugar to Vue.",
5442
- "repo": "sxzz/unplugin-vue-macros#main/packages/nuxt",
6778
+ "description": "Explore more macros and syntax sugar to Vue.",
6779
+ "repo": "sxzz/vue-macros#main/packages/nuxt",
5443
6780
  "npm": "@vue-macros/nuxt",
5444
6781
  "icon": "vue-macros.svg",
5445
- "github": "https://github.com/sxzz/unplugin-vue-macros",
6782
+ "github": "https://github.com/sxzz/vue-macros",
5446
6783
  "website": "https://vue-macros.sxzz.moe",
5447
- "learn_more": "https://github.com/sxzz/unplugin-vue-macros",
6784
+ "learn_more": "https://github.com/sxzz/vue-macros",
5448
6785
  "category": "Extensions",
5449
6786
  "type": "3rd-party",
5450
6787
  "maintainers": [
@@ -5485,7 +6822,7 @@
5485
6822
  },
5486
6823
  {
5487
6824
  "name": "vue-multiselect",
5488
- "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
6825
+ "description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
5489
6826
  "repo": "spektrummedia/nuxt-vue-multiselect",
5490
6827
  "npm": "nuxt-vue-multiselect",
5491
6828
  "icon": "",
@@ -5527,6 +6864,29 @@
5527
6864
  "requires": {}
5528
6865
  }
5529
6866
  },
6867
+ {
6868
+ "name": "vue-query",
6869
+ "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
6870
+ "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
6871
+ "npm": "@hebilicious/vue-query-nuxt",
6872
+ "icon": "vue-query.svg",
6873
+ "github": "https://github.com/Hebilicious/vue-query-nuxt",
6874
+ "website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
6875
+ "learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
6876
+ "category": "Request",
6877
+ "type": "3rd-party",
6878
+ "maintainers": [
6879
+ {
6880
+ "name": "Hebilicious",
6881
+ "github": "Hebilicious",
6882
+ "twitter": "its_hebilicious"
6883
+ }
6884
+ ],
6885
+ "compatibility": {
6886
+ "nuxt": "^3.0.0",
6887
+ "requires": {}
6888
+ }
6889
+ },
5530
6890
  {
5531
6891
  "name": "vue-select",
5532
6892
  "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
@@ -5576,7 +6936,7 @@
5576
6936
  },
5577
6937
  {
5578
6938
  "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",
6939
+ "description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
5580
6940
  "repo": "juliomrqz/vue-warehouse",
5581
6941
  "npm": "vue-warehouse",
5582
6942
  "icon": "",
@@ -5597,6 +6957,29 @@
5597
6957
  "requires": {}
5598
6958
  }
5599
6959
  },
6960
+ {
6961
+ "name": "vue3-carousel-nuxt",
6962
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
6963
+ "repo": "gaetansenn/vue3-carousel-nuxt",
6964
+ "npm": "vue3-carousel-nuxt",
6965
+ "icon": "",
6966
+ "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
6967
+ "website": "",
6968
+ "learn_more": "",
6969
+ "category": "UI",
6970
+ "type": "3rd-party",
6971
+ "maintainers": [
6972
+ {
6973
+ "name": "Gaetan SENN",
6974
+ "github": "gaetansenn",
6975
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
6976
+ }
6977
+ ],
6978
+ "compatibility": {
6979
+ "nuxt": "^3.0.0",
6980
+ "requires": {}
6981
+ }
6982
+ },
5600
6983
  {
5601
6984
  "name": "vuefire",
5602
6985
  "description": "Idiomatic composables for the Firebase SDK",
@@ -5621,7 +7004,7 @@
5621
7004
  },
5622
7005
  {
5623
7006
  "name": "vuestic",
5624
- "description": "Vuestic UI module for Nuxt 3",
7007
+ "description": "Vuestic UI module for Nuxt",
5625
7008
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
5626
7009
  "npm": "@vuestic/nuxt",
5627
7010
  "icon": "vuestic.png",
@@ -5641,9 +7024,31 @@
5641
7024
  "requires": {}
5642
7025
  }
5643
7026
  },
7027
+ {
7028
+ "name": "vuetify-nuxt-module",
7029
+ "description": "Zero-config Nuxt Module for Vuetify.",
7030
+ "repo": "userquin/vuetify-nuxt-module",
7031
+ "npm": "vuetify-nuxt-module",
7032
+ "icon": "vuetify-logo-v3-dark.svg",
7033
+ "github": "https://github.com/userquin/vuetify-nuxt-module",
7034
+ "website": "https://github.com/userquin/vuetify-nuxt-module",
7035
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
7036
+ "category": "UI",
7037
+ "type": "3rd-party",
7038
+ "maintainers": [
7039
+ {
7040
+ "name": "Joaquín Sánchez",
7041
+ "github": "userquin"
7042
+ }
7043
+ ],
7044
+ "compatibility": {
7045
+ "nuxt": "^3.0.0",
7046
+ "requires": {}
7047
+ }
7048
+ },
5644
7049
  {
5645
7050
  "name": "vuetify",
5646
- "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
7051
+ "description": "Vuetify Module for Nuxt to add Material Design components to your application.",
5647
7052
  "repo": "nuxt-community/vuetify-module",
5648
7053
  "npm": "@nuxtjs/vuetify",
5649
7054
  "icon": "vuetify.png",
@@ -5715,14 +7120,37 @@
5715
7120
  "requires": {}
5716
7121
  }
5717
7122
  },
7123
+ {
7124
+ "name": "vunix",
7125
+ "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.",
7126
+ "repo": "gaetansenn/vunix#main/packages/nuxt",
7127
+ "npm": "@vunix/nuxt",
7128
+ "icon": "",
7129
+ "github": "https://github.com/gaetansenn/vunix",
7130
+ "website": "https://vunix.dewib.com/",
7131
+ "learn_more": "",
7132
+ "category": "UI",
7133
+ "type": "3rd-party",
7134
+ "maintainers": [
7135
+ {
7136
+ "name": "Gaetan SENN",
7137
+ "github": "gaetansenn",
7138
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
7139
+ }
7140
+ ],
7141
+ "compatibility": {
7142
+ "nuxt": "^3.0.0",
7143
+ "requires": {}
7144
+ }
7145
+ },
5718
7146
  {
5719
7147
  "name": "web-vitals",
5720
7148
  "description": "Web Vitals for Nuxt",
5721
- "repo": "nuxt-community/web-vitals-module",
7149
+ "repo": "nuxt-modules/web-vitals",
5722
7150
  "npm": "@nuxtjs/web-vitals",
5723
7151
  "icon": "web-vitals.png",
5724
- "github": "https://github.com/nuxt-community/web-vitals-module",
5725
- "website": "https://github.com/nuxt-community/web-vitals-module",
7152
+ "github": "https://github.com/nuxt-modules/web-vitals",
7153
+ "website": "https://github.com/nuxt-modules/web-vitals",
5726
7154
  "learn_more": "",
5727
7155
  "category": "Performance",
5728
7156
  "type": "community",
@@ -5749,29 +7177,6 @@
5749
7177
  }
5750
7178
  }
5751
7179
  },
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
7180
  {
5776
7181
  "name": "webfontloader",
5777
7182
  "description": "Efficient web font loading has never been easier!",
@@ -5796,7 +7201,7 @@
5796
7201
  },
5797
7202
  {
5798
7203
  "name": "webpack-optimisations",
5799
- "description": "Nuxt.js v2 module to automatically make your builds faster.",
7204
+ "description": "Nuxt v2 module to automatically make your builds faster.",
5800
7205
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
5801
7206
  "npm": "nuxt-webpack-optimisations",
5802
7207
  "icon": "build-optimisations.svg",
@@ -5886,6 +7291,54 @@
5886
7291
  "requires": {}
5887
7292
  }
5888
7293
  },
7294
+ {
7295
+ "name": "well-known",
7296
+ "description": "A Nuxt module to add well-known URIs using middlewares",
7297
+ "repo": "zadigetvoltaire/nuxt-well-known",
7298
+ "npm": "@zadigetvoltaire/nuxt-well-known",
7299
+ "icon": "well-known.svg",
7300
+ "github": "https://github.com/zadigetvoltaire/nuxt-well-known",
7301
+ "website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
7302
+ "learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
7303
+ "category": "SEO",
7304
+ "type": "3rd-party",
7305
+ "maintainers": [
7306
+ {
7307
+ "name": "Zadig&Voltaire Team",
7308
+ "github": "https://github.com/zadigetvoltaire"
7309
+ }
7310
+ ],
7311
+ "compatibility": {
7312
+ "nuxt": "^3.0.0",
7313
+ "requires": {}
7314
+ }
7315
+ },
7316
+ {
7317
+ "name": "wideangle",
7318
+ "description": "Nuxt module to integrate Wide Angle Analytics",
7319
+ "repo": "inputobjects/wideangle-nuxt",
7320
+ "npm": "wideangle-nuxt",
7321
+ "icon": "wideangle.png",
7322
+ "github": "https://github.com/inputobjects/wideangle-nuxt",
7323
+ "website": "https://wideangle.co",
7324
+ "learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
7325
+ "category": "Analytics",
7326
+ "type": "3rd-party",
7327
+ "maintainers": [
7328
+ {
7329
+ "name": "Wide Angle Analytics by Input Objects GmbH",
7330
+ "github": "inputobjects"
7331
+ },
7332
+ {
7333
+ "name": "Jarek Rozanski",
7334
+ "github": "jrozanski"
7335
+ }
7336
+ ],
7337
+ "compatibility": {
7338
+ "nuxt": "^3.0.0",
7339
+ "requires": {}
7340
+ }
7341
+ },
5889
7342
  {
5890
7343
  "name": "windicss",
5891
7344
  "description": "Next generation utility-first CSS framework.",
@@ -6029,32 +7482,9 @@
6029
7482
  "requires": {}
6030
7483
  }
6031
7484
  },
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
7485
  {
6056
7486
  "name": "zendesk",
6057
- "description": "Nuxt.js module for Zendesk",
7487
+ "description": "Nuxt module for Zendesk",
6058
7488
  "repo": "DansMaCulotte/nuxt-zendesk",
6059
7489
  "npm": "@dansmaculotte/nuxt-zendesk",
6060
7490
  "icon": "zendesk.png",