@nuxt/modules 0.6.0-624cd3 → 0.6.0-67001a

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 +1869 -335
  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
  {
@@ -285,9 +308,54 @@
285
308
  "requires": {}
286
309
  }
287
310
  },
311
+ {
312
+ "name": "arco-design-nuxt-module",
313
+ "description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
314
+ "repo": "wiidede/arco-design-nuxt-module",
315
+ "npm": "arco-design-nuxt-module",
316
+ "icon": "arco-design.svg",
317
+ "github": "https://github.com/wiidede/arco-design-nuxt-module",
318
+ "website": "https://arco.design/vue",
319
+ "learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
320
+ "category": "UI",
321
+ "type": "3rd-party",
322
+ "maintainers": [
323
+ {
324
+ "name": "wiidede",
325
+ "github": "wiidede"
326
+ }
327
+ ],
328
+ "compatibility": {
329
+ "nuxt": "^3.0.0",
330
+ "requires": {}
331
+ }
332
+ },
333
+ {
334
+ "name": "ark-ui",
335
+ "description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
336
+ "repo": "iamdin/nuxt-ark-ui",
337
+ "npm": "nuxt-ark-ui",
338
+ "icon": "ark-ui.svg",
339
+ "github": "https://github.com/iamdin/nuxt-ark-ui",
340
+ "website": "https://ark-ui.com/",
341
+ "learn_more": "https://github.com/iamdin/nuxt-ark-ui",
342
+ "category": "UI",
343
+ "type": "3rd-party",
344
+ "maintainers": [
345
+ {
346
+ "name": "Din",
347
+ "github": "iamdin",
348
+ "twitter": "iamdinq"
349
+ }
350
+ ],
351
+ "compatibility": {
352
+ "nuxt": "^3.0.0",
353
+ "requires": {}
354
+ }
355
+ },
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,36 @@
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
+ "devtools": "^0.0.0"
1295
+ }
1296
+ },
1297
+ {
1298
+ "name": "disqus",
1299
+ "description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
1300
+ "repo": "modbender/nuxt-disqus",
1301
+ "npm": "nuxt-disqus",
1302
+ "icon": "disqus.svg",
1303
+ "github": "https://github.com/modbender/nuxt-disqus",
1304
+ "website": "https://github.com/modbender/nuxt-disqus",
1305
+ "learn_more": "https://github.com/modbender/vue3-disqus",
1306
+ "category": "Libraries",
1307
+ "type": "3rd-party",
1308
+ "maintainers": [
1309
+ {
1310
+ "name": "modbender",
1311
+ "github": "modbender"
1066
1312
  }
1313
+ ],
1314
+ "compatibility": {
1315
+ "nuxt": "^3.0.0",
1316
+ "requires": {}
1067
1317
  }
1068
1318
  },
1069
1319
  {
1070
1320
  "name": "dotenv",
1071
- "description": "A Nuxt.js module that loads your .env file into your context options",
1321
+ "description": "A Nuxt module that loads your .env file into your context options",
1072
1322
  "repo": "nuxt-community/dotenv-module",
1073
1323
  "npm": "@nuxtjs/dotenv",
1074
1324
  "icon": "dotenv.png",
@@ -1090,7 +1340,7 @@
1090
1340
  },
1091
1341
  {
1092
1342
  "name": "drupal-ce",
1093
- "description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
1343
+ "description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
1094
1344
  "repo": "drunomics/nuxtjs-drupal-ce",
1095
1345
  "npm": "nuxtjs-drupal-ce",
1096
1346
  "icon": "drupal-ce.png",
@@ -1123,7 +1373,7 @@
1123
1373
  },
1124
1374
  {
1125
1375
  "name": "druxt",
1126
- "description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
1376
+ "description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
1127
1377
  "repo": "druxt/druxt.js#develop/packages/druxt",
1128
1378
  "npm": "druxt",
1129
1379
  "icon": "druxt.svg",
@@ -1191,7 +1441,7 @@
1191
1441
  },
1192
1442
  {
1193
1443
  "name": "emotion",
1194
- "description": "The Next Generation of CSS-in-JS for Nuxt.js",
1444
+ "description": "The Next Generation of CSS-in-JS for Nuxt",
1195
1445
  "repo": "nuxt-modules/emotion",
1196
1446
  "npm": "@nuxtjs/emotion",
1197
1447
  "icon": "emotion.png",
@@ -1219,7 +1469,7 @@
1219
1469
  },
1220
1470
  {
1221
1471
  "name": "eslint",
1222
- "description": "ESLint module for Nuxt.js",
1472
+ "description": "ESLint module for Nuxt",
1223
1473
  "repo": "nuxt-community/eslint-module",
1224
1474
  "npm": "@nuxtjs/eslint-module",
1225
1475
  "icon": "eslint.png",
@@ -1235,13 +1485,13 @@
1235
1485
  }
1236
1486
  ],
1237
1487
  "compatibility": {
1238
- "nuxt": "^2.0.0",
1488
+ "nuxt": "^2.0.0 || ^3.0.0",
1239
1489
  "requires": {}
1240
1490
  }
1241
1491
  },
1242
1492
  {
1243
1493
  "name": "event-trace",
1244
- "description": "Module for event trace in Nuxt.js",
1494
+ "description": "Module for event trace in Nuxt",
1245
1495
  "repo": "nuxt-community/nuxt-event-trace",
1246
1496
  "npm": "nuxt-event-trace",
1247
1497
  "icon": "",
@@ -1285,7 +1535,7 @@
1285
1535
  },
1286
1536
  {
1287
1537
  "name": "feature-toggle",
1288
- "description": "Feature toggle module for Nuxt.js",
1538
+ "description": "Feature toggle module for Nuxt",
1289
1539
  "repo": "stephenkr/nuxt-feature-toggle",
1290
1540
  "npm": "nuxt-feature-toggle",
1291
1541
  "icon": "",
@@ -1352,7 +1602,7 @@
1352
1602
  },
1353
1603
  {
1354
1604
  "name": "floating-prompt-module",
1355
- "description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
1605
+ "description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
1356
1606
  "repo": "sandoche/nuxt-floating-prompt-module#main",
1357
1607
  "npm": "nuxt-floating-prompt-module",
1358
1608
  "icon": "",
@@ -1461,6 +1711,29 @@
1461
1711
  "requires": {}
1462
1712
  }
1463
1713
  },
1714
+ {
1715
+ "name": "form-actions",
1716
+ "description": "A set of features and composables to interact with forms and server data.",
1717
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
1718
+ "npm": "@hebilicious/form-actions-nuxt",
1719
+ "icon": "form-actions.svg",
1720
+ "github": "https://github.com/Hebilicious/form-actions-nuxt",
1721
+ "website": "https://form-actions-nuxt.pages.dev/",
1722
+ "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1723
+ "category": "Request",
1724
+ "type": "3rd-party",
1725
+ "maintainers": [
1726
+ {
1727
+ "name": "Hebilicious",
1728
+ "github": "Hebilicious",
1729
+ "twitter": "its_hebilicious"
1730
+ }
1731
+ ],
1732
+ "compatibility": {
1733
+ "nuxt": "^3.7.0",
1734
+ "requires": {}
1735
+ }
1736
+ },
1464
1737
  {
1465
1738
  "name": "formkit",
1466
1739
  "description": "Seamless FormKit integration for Nuxt",
@@ -1535,7 +1808,7 @@
1535
1808
  },
1536
1809
  {
1537
1810
  "name": "google-adsense",
1538
- "description": "Google Adsense Module for Nuxt.js",
1811
+ "description": "Google Adsense Module for Nuxt",
1539
1812
  "repo": "nuxt-community/google-adsense-module",
1540
1813
  "npm": "@nuxtjs/google-adsense",
1541
1814
  "icon": "google-adsense.png",
@@ -1561,7 +1834,7 @@
1561
1834
  },
1562
1835
  {
1563
1836
  "name": "google-analytics",
1564
- "description": "Google analytics Module for Nuxt.js",
1837
+ "description": "Google analytics Module for Nuxt",
1565
1838
  "repo": "nuxt-community/analytics-module",
1566
1839
  "npm": "@nuxtjs/google-analytics",
1567
1840
  "icon": "google-analytics.png",
@@ -1593,12 +1866,12 @@
1593
1866
  },
1594
1867
  {
1595
1868
  "name": "google-fonts",
1596
- "description": "Google Fonts module for NuxtJS",
1597
- "repo": "nuxt-community/google-fonts-module",
1869
+ "description": "Google Fonts module for Nuxt",
1870
+ "repo": "nuxt-modules/google-fonts",
1598
1871
  "npm": "@nuxtjs/google-fonts",
1599
1872
  "icon": "google-fonts.png",
1600
- "github": "https://github.com/nuxt-community/google-fonts-module",
1601
- "website": "https://github.com/nuxt-community/google-fonts-module",
1873
+ "github": "https://github.com/nuxt-modules/google-fonts",
1874
+ "website": "https://google-fonts.nuxtjs.org",
1602
1875
  "learn_more": "https://developers.google.com/fonts",
1603
1876
  "category": "Fonts",
1604
1877
  "type": "community",
@@ -1617,7 +1890,7 @@
1617
1890
  },
1618
1891
  {
1619
1892
  "name": "google-gtag",
1620
- "description": "Google GTag for Nuxt.js",
1893
+ "description": "Google GTag for Nuxt",
1621
1894
  "repo": "nuxt-community/google-gtag",
1622
1895
  "npm": "@nuxtjs/google-gtag",
1623
1896
  "icon": "gtm.png",
@@ -1643,7 +1916,7 @@
1643
1916
  },
1644
1917
  {
1645
1918
  "name": "google-optimize",
1646
- "description": "SSR friendly Google Optimize module for Nuxt.js",
1919
+ "description": "SSR friendly Google Optimize module for Nuxt",
1647
1920
  "repo": "nuxt-community/google-optimize-module",
1648
1921
  "npm": "nuxt-google-optimize",
1649
1922
  "icon": "google-optimize.png",
@@ -1698,7 +1971,7 @@
1698
1971
  },
1699
1972
  {
1700
1973
  "name": "graphql-request",
1701
- "description": "Easy Minimal GraphQL client integration with Nuxt.js",
1974
+ "description": "Easy Minimal GraphQL client integration with Nuxt",
1702
1975
  "repo": "gomah/nuxt-graphql-request",
1703
1976
  "npm": "nuxt-graphql-request",
1704
1977
  "icon": "graphql-request.png",
@@ -1714,7 +1987,7 @@
1714
1987
  }
1715
1988
  ],
1716
1989
  "compatibility": {
1717
- "nuxt": "^2.0.0",
1990
+ "nuxt": "^2.0.0 || ^3.0.0",
1718
1991
  "requires": {}
1719
1992
  }
1720
1993
  },
@@ -1735,6 +2008,31 @@
1735
2008
  "github": "tobiasdiez"
1736
2009
  }
1737
2010
  ],
2011
+ "compatibility": {
2012
+ "nuxt": "^3.0.0",
2013
+ "requires": {},
2014
+ "devtools": "^0.0.0"
2015
+ }
2016
+ },
2017
+ {
2018
+ "name": "gtag",
2019
+ "description": "Google Analytics integration for Nuxt",
2020
+ "repo": "johannschopplich/nuxt-gtag",
2021
+ "npm": "nuxt-gtag",
2022
+ "icon": "gtag.svg",
2023
+ "github": "https://github.com/johannschopplich/nuxt-gtag",
2024
+ "website": "https://github.com/johannschopplich/nuxt-gtag#readme",
2025
+ "learn_more": "",
2026
+ "category": "Analytics",
2027
+ "type": "3rd-party",
2028
+ "maintainers": [
2029
+ {
2030
+ "name": "Johann Schopplich",
2031
+ "github": "johannschopplich",
2032
+ "twitter": "jschopplich",
2033
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
2034
+ }
2035
+ ],
1738
2036
  "compatibility": {
1739
2037
  "nuxt": "^3.0.0",
1740
2038
  "requires": {}
@@ -1742,7 +2040,7 @@
1742
2040
  },
1743
2041
  {
1744
2042
  "name": "gtm",
1745
- "description": "Google Tag Manager Module for Nuxt.js",
2043
+ "description": "Google Tag Manager Module for Nuxt",
1746
2044
  "repo": "nuxt-community/gtm-module",
1747
2045
  "npm": "@nuxtjs/gtm",
1748
2046
  "icon": "gtm.png",
@@ -1765,7 +2063,7 @@
1765
2063
  },
1766
2064
  {
1767
2065
  "name": "guess",
1768
- "description": "Guess.js module for Nuxt.js",
2066
+ "description": "Guess.js module for Nuxt",
1769
2067
  "repo": "nuxt-community/guess-module",
1770
2068
  "npm": "@nuxtjs/guess-module",
1771
2069
  "icon": "guessjs.png",
@@ -1785,6 +2083,28 @@
1785
2083
  "requires": {}
1786
2084
  }
1787
2085
  },
2086
+ {
2087
+ "name": "hanko",
2088
+ "description": "Hanko integration for Nuxt for passwordless authentication",
2089
+ "repo": "nuxt-modules/hanko",
2090
+ "npm": "@nuxtjs/hanko",
2091
+ "icon": "hanko.svg",
2092
+ "github": "https://github.com/nuxt-modules/hanko",
2093
+ "website": "https://github.com/nuxt-modules/hanko",
2094
+ "learn_more": "https://hanko.io/",
2095
+ "category": "Security",
2096
+ "type": "community",
2097
+ "maintainers": [
2098
+ {
2099
+ "name": "danielroe",
2100
+ "github": "danielroe"
2101
+ }
2102
+ ],
2103
+ "compatibility": {
2104
+ "nuxt": "^3.0.0",
2105
+ "requires": {}
2106
+ }
2107
+ },
1788
2108
  {
1789
2109
  "name": "harlem",
1790
2110
  "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
@@ -1855,7 +2175,7 @@
1855
2175
  },
1856
2176
  {
1857
2177
  "name": "helmet",
1858
- "description": "Easy Helmet module with Nuxt.js'",
2178
+ "description": "Easy Helmet module with Nuxt'",
1859
2179
  "repo": "victor-perez/nuxt-helmet",
1860
2180
  "npm": "nuxt-helmet",
1861
2181
  "icon": "",
@@ -1899,7 +2219,7 @@
1899
2219
  },
1900
2220
  {
1901
2221
  "name": "history-state",
1902
- "description": "Nuxt.js module to backup or restore historical states",
2222
+ "description": "Nuxt module to backup or restore historical states",
1903
2223
  "repo": "hidekatsu-izuno/nuxt-history-state",
1904
2224
  "npm": "nuxt-history-state",
1905
2225
  "icon": "",
@@ -1968,7 +2288,7 @@
1968
2288
  },
1969
2289
  {
1970
2290
  "name": "http",
1971
- "description": "Universal HTTP Module for Nuxt.js",
2291
+ "description": "Universal HTTP Module for Nuxt",
1972
2292
  "repo": "nuxt/http",
1973
2293
  "npm": "@nuxt/http",
1974
2294
  "icon": "http.png",
@@ -1996,7 +2316,7 @@
1996
2316
  },
1997
2317
  {
1998
2318
  "name": "humans-txt",
1999
- "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.",
2319
+ "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.",
2000
2320
  "repo": "Luxdamore/nuxt-humans-txt",
2001
2321
  "npm": "@luxdamore/nuxt-humans-txt",
2002
2322
  "icon": "",
@@ -2020,11 +2340,11 @@
2020
2340
  {
2021
2341
  "name": "i18n",
2022
2342
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
2023
- "repo": "nuxt-community/i18n-module",
2343
+ "repo": "nuxt-modules/i18n",
2024
2344
  "npm": "@nuxtjs/i18n",
2025
2345
  "icon": "i18n.png",
2026
- "github": "https://github.com/nuxt-community/i18n-module",
2027
- "website": "https://i18n.nuxtjs.org",
2346
+ "github": "https://github.com/nuxt-modules/i18n",
2347
+ "website": "https://v8.i18n.nuxtjs.org",
2028
2348
  "learn_more": "https://kazupon.github.io/vue-i18n/",
2029
2349
  "category": "Extensions",
2030
2350
  "type": "community",
@@ -2043,6 +2363,28 @@
2043
2363
  "requires": {}
2044
2364
  }
2045
2365
  },
2366
+ {
2367
+ "name": "icon-font",
2368
+ "description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
2369
+ "repo": "coremyslo/nuxt-icon-font",
2370
+ "npm": "@coremyslo/nuxt-icon-font",
2371
+ "icon": "",
2372
+ "github": "https://github.com/coremyslo/nuxt-icon-font",
2373
+ "website": "https://github.com/coremyslo/nuxt-icon-font",
2374
+ "learn_more": "",
2375
+ "category": "UI",
2376
+ "type": "3rd-party",
2377
+ "maintainers": [
2378
+ {
2379
+ "name": "coremyslo",
2380
+ "github": "coremyslo"
2381
+ }
2382
+ ],
2383
+ "compatibility": {
2384
+ "nuxt": "^3.0.0",
2385
+ "requires": {}
2386
+ }
2387
+ },
2046
2388
  {
2047
2389
  "name": "icon",
2048
2390
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2062,7 +2404,8 @@
2062
2404
  ],
2063
2405
  "compatibility": {
2064
2406
  "nuxt": "^3.0.0",
2065
- "requires": {}
2407
+ "requires": {},
2408
+ "devtools": "^0.0.0"
2066
2409
  }
2067
2410
  },
2068
2411
  {
@@ -2111,12 +2454,12 @@
2111
2454
  },
2112
2455
  {
2113
2456
  "name": "image",
2114
- "description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
2457
+ "description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
2115
2458
  "repo": "nuxt/image",
2116
2459
  "npm": "@nuxt/image",
2117
2460
  "icon": "image.png",
2118
2461
  "github": "https://github.com/nuxt/image",
2119
- "website": "https://image.nuxtjs.org",
2462
+ "website": "https://image.nuxt.com",
2120
2463
  "learn_more": "",
2121
2464
  "category": "Images",
2122
2465
  "type": "official",
@@ -2126,6 +2469,11 @@
2126
2469
  "github": "farnabaz",
2127
2470
  "twitter": "a_birang"
2128
2471
  },
2472
+ {
2473
+ "name": "Daniel Roe",
2474
+ "github": "danielroe",
2475
+ "twitter": "danielcroe"
2476
+ },
2129
2477
  {
2130
2478
  "name": "Pooya Parsa",
2131
2479
  "github": "pi0",
@@ -2146,7 +2494,7 @@
2146
2494
  },
2147
2495
  {
2148
2496
  "name": "imagemin",
2149
- "description": "Automatically optimize (compress) all images used in Nuxt.js",
2497
+ "description": "Automatically optimize (compress) all images used in Nuxt",
2150
2498
  "repo": "nuxt-community/imagemin-module",
2151
2499
  "npm": "@nuxtjs/imagemin",
2152
2500
  "icon": "imagemin.png",
@@ -2169,12 +2517,12 @@
2169
2517
  {
2170
2518
  "name": "inkline",
2171
2519
  "description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
2172
- "repo": "inkline/nuxt-module-inkline",
2173
- "npm": "@inkline/nuxt",
2520
+ "repo": "inkline/plugin",
2521
+ "npm": "@inkline/plugin",
2174
2522
  "icon": "inkline.svg",
2175
- "github": "https://github.com/inkline/nuxt-module-inkline",
2523
+ "github": "https://github.com/inkline/plugin",
2176
2524
  "website": "https://inkline.io",
2177
- "learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
2525
+ "learn_more": "https://inkline.io/docs/installation/nuxt",
2178
2526
  "category": "UI",
2179
2527
  "type": "3rd-party",
2180
2528
  "maintainers": [
@@ -2193,7 +2541,7 @@
2193
2541
  },
2194
2542
  {
2195
2543
  "name": "intercom",
2196
- "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
2544
+ "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
2197
2545
  "repo": "hex-digital/nuxt-intercom",
2198
2546
  "npm": "@hexdigital/nuxt-intercom",
2199
2547
  "icon": "intercom.png",
@@ -2238,7 +2586,7 @@
2238
2586
  },
2239
2587
  {
2240
2588
  "name": "jsonapi",
2241
- "description": "Easy JSON:API client integration for Nuxt.js",
2589
+ "description": "Easy JSON:API client integration for Nuxt",
2242
2590
  "repo": "patrickcate/nuxt-jsonapi",
2243
2591
  "npm": "nuxt-jsonapi",
2244
2592
  "icon": "jsonapi.svg",
@@ -2281,15 +2629,42 @@
2281
2629
  }
2282
2630
  },
2283
2631
  {
2284
- "name": "kql",
2285
- "description": "Nuxt 3 module for Kirby's Query Language API",
2286
- "repo": "johannschopplich/nuxt-kql",
2287
- "npm": "nuxt-kql",
2288
- "icon": "kql.svg",
2289
- "github": "https://github.com/johannschopplich/nuxt-kql",
2290
- "website": "https://nuxt-kql.jhnn.dev",
2291
- "learn_more": "",
2292
- "category": "CMS",
2632
+ "name": "kinde",
2633
+ "description": "Kinde authentication integration for Nuxt",
2634
+ "repo": "nuxt-modules/kinde",
2635
+ "npm": "@nuxtjs/kinde",
2636
+ "icon": "kinde.svg",
2637
+ "github": "https://github.com/nuxt-modules/kinde",
2638
+ "website": "https://kinde.com/docs/developer-tools/nuxt-module/",
2639
+ "learn_more": "https://kinde.com/",
2640
+ "category": "Security",
2641
+ "type": "community",
2642
+ "maintainers": [
2643
+ {
2644
+ "name": "danielroe",
2645
+ "github": "danielroe"
2646
+ },
2647
+ {
2648
+ "name": "daveordead",
2649
+ "github": "DaveOrDead",
2650
+ "twitter": "dave_or_dead"
2651
+ }
2652
+ ],
2653
+ "compatibility": {
2654
+ "nuxt": "^3.0.0",
2655
+ "requires": {}
2656
+ }
2657
+ },
2658
+ {
2659
+ "name": "kql",
2660
+ "description": "Nuxt module for Kirby's Query Language API",
2661
+ "repo": "johannschopplich/nuxt-kql",
2662
+ "npm": "nuxt-kql",
2663
+ "icon": "kql.svg",
2664
+ "github": "https://github.com/johannschopplich/nuxt-kql",
2665
+ "website": "https://nuxt-kql.jhnn.dev",
2666
+ "learn_more": "",
2667
+ "category": "CMS",
2293
2668
  "type": "3rd-party",
2294
2669
  "maintainers": [
2295
2670
  {
@@ -2306,7 +2681,7 @@
2306
2681
  },
2307
2682
  {
2308
2683
  "name": "laravel-echo",
2309
- "description": "Laravel Echo for Nuxt.js",
2684
+ "description": "Laravel Echo for Nuxt",
2310
2685
  "repo": "nuxt-community/laravel-echo",
2311
2686
  "npm": "@nuxtjs/laravel-echo",
2312
2687
  "icon": "laravel-echo.png",
@@ -2394,13 +2769,13 @@
2394
2769
  },
2395
2770
  {
2396
2771
  "name": "link-checker",
2397
- "description": "",
2772
+ "description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
2398
2773
  "repo": "harlan-zw/nuxt-link-checker",
2399
2774
  "npm": "nuxt-link-checker",
2400
- "icon": "",
2775
+ "icon": "link-checker.svg",
2401
2776
  "github": "https://github.com/harlan-zw/nuxt-link-checker",
2402
- "website": "https://github.com/harlan-zw/nuxt-link-checker",
2403
- "learn_more": "",
2777
+ "website": "https://nuxtseo.com/link-checker",
2778
+ "learn_more": "https://nuxtseo.com/link-checker",
2404
2779
  "category": "SEO",
2405
2780
  "type": "3rd-party",
2406
2781
  "maintainers": [
@@ -2413,7 +2788,8 @@
2413
2788
  ],
2414
2789
  "compatibility": {
2415
2790
  "nuxt": "^3.0.0",
2416
- "requires": {}
2791
+ "requires": {},
2792
+ "devtools": "^0.0.0"
2417
2793
  }
2418
2794
  },
2419
2795
  {
@@ -2490,12 +2866,12 @@
2490
2866
  },
2491
2867
  {
2492
2868
  "name": "logrocket",
2493
- "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
2494
- "repo": "nuxt-community/nuxt-logrocket",
2869
+ "description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
2870
+ "repo": "nuxt-modules/logrocket",
2495
2871
  "npm": "nuxt-logrocket",
2496
2872
  "icon": "logrocket.png",
2497
- "github": "https://github.com/nuxt-community/nuxt-logrocket",
2498
- "website": "https://github.com/nuxt-community/nuxt-logrocket",
2873
+ "github": "https://github.com/nuxt-modules/logrocket",
2874
+ "website": "https://github.com/nuxt-modules/logrocket",
2499
2875
  "learn_more": "https://docs.logrocket.com/docs",
2500
2876
  "category": "Monitoring",
2501
2877
  "type": "community",
@@ -2511,9 +2887,35 @@
2511
2887
  "requires": {}
2512
2888
  }
2513
2889
  },
2890
+ {
2891
+ "name": "lucide-icons",
2892
+ "description": "Nuxt module to integrate Lucide icons",
2893
+ "repo": "swisnl/nuxt-lucide-icons",
2894
+ "npm": "nuxt-lucide-icons",
2895
+ "icon": "lucide-icons.svg",
2896
+ "github": "https://github.com/swisnl/nuxt-lucide-icons",
2897
+ "website": "https://github.com/swisnl/nuxt-lucide-icons",
2898
+ "learn_more": "",
2899
+ "category": "UI",
2900
+ "type": "3rd-party",
2901
+ "maintainers": [
2902
+ {
2903
+ "name": "SWIS",
2904
+ "github": "swisnl"
2905
+ },
2906
+ {
2907
+ "name": "Jasper Zonneveld",
2908
+ "github": "JaZo"
2909
+ }
2910
+ ],
2911
+ "compatibility": {
2912
+ "nuxt": "^3.0.0",
2913
+ "requires": {}
2914
+ }
2915
+ },
2514
2916
  {
2515
2917
  "name": "lunr",
2516
- "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
2918
+ "description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
2517
2919
  "repo": "nuxt-community/lunr-module",
2518
2920
  "npm": "@nuxtjs/lunr-module",
2519
2921
  "icon": "",
@@ -2601,6 +3003,28 @@
2601
3003
  "requires": {}
2602
3004
  }
2603
3005
  },
3006
+ {
3007
+ "name": "maz-ui",
3008
+ "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3009
+ "repo": "louismazel/maz-ui",
3010
+ "npm": "maz-ui",
3011
+ "icon": "maz-ui.png",
3012
+ "github": "https://github.com/louismazel/maz-ui",
3013
+ "website": "https://louismazel.github.io/maz-ui-3/",
3014
+ "learn_more": "https://louismazel.github.io/maz-ui-3/",
3015
+ "category": "UI",
3016
+ "type": "community",
3017
+ "maintainers": [
3018
+ {
3019
+ "name": "Loïc Mazuel",
3020
+ "github": "LouisMazel"
3021
+ }
3022
+ ],
3023
+ "compatibility": {
3024
+ "nuxt": "^3.0.0",
3025
+ "requires": {}
3026
+ }
3027
+ },
2604
3028
  {
2605
3029
  "name": "mdx",
2606
3030
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -2626,7 +3050,7 @@
2626
3050
  },
2627
3051
  {
2628
3052
  "name": "medusa",
2629
- "description": "Easily connect to Medusa from your Nuxt 3 application",
3053
+ "description": "Easily connect to Medusa from your Nuxt application",
2630
3054
  "repo": "Baroshem/nuxt-medusa",
2631
3055
  "npm": "nuxt-medusa",
2632
3056
  "icon": "medusa.svg",
@@ -2651,7 +3075,7 @@
2651
3075
  },
2652
3076
  {
2653
3077
  "name": "meilisearch",
2654
- "description": "Meilisearch Instant Search module for Nuxt 3",
3078
+ "description": "Meilisearch Instant Search module for Nuxt",
2655
3079
  "repo": "xlanex6/nuxt-meilisearch",
2656
3080
  "npm": "nuxt-meilisearch",
2657
3081
  "icon": "meilisearch.svg",
@@ -2671,7 +3095,8 @@
2671
3095
  "nuxt": "^3.0.0",
2672
3096
  "requires": {
2673
3097
  "bridge": false
2674
- }
3098
+ },
3099
+ "devtools": "^0.0.0"
2675
3100
  }
2676
3101
  },
2677
3102
  {
@@ -2718,9 +3143,32 @@
2718
3143
  "requires": {}
2719
3144
  }
2720
3145
  },
3146
+ {
3147
+ "name": "module-feed",
3148
+ "description": "Feed module enables everyone to have RSS, Atom and JSON.",
3149
+ "repo": "tresko/nuxt-module-feed",
3150
+ "npm": "nuxt-module-feed",
3151
+ "icon": "",
3152
+ "github": "https://github.com/tresko/nuxt-module-feed",
3153
+ "website": "https://github.com/tresko/nuxt-module-feed",
3154
+ "learn_more": "",
3155
+ "category": "SEO",
3156
+ "type": "3rd-party",
3157
+ "maintainers": [
3158
+ {
3159
+ "name": "Miha Sedej",
3160
+ "github": "tresko",
3161
+ "twitter": "mihasedej"
3162
+ }
3163
+ ],
3164
+ "compatibility": {
3165
+ "nuxt": "^3.0.0",
3166
+ "requires": {}
3167
+ }
3168
+ },
2721
3169
  {
2722
3170
  "name": "moment",
2723
- "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3171
+ "description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
2724
3172
  "repo": "nuxt-community/moment-module",
2725
3173
  "npm": "@nuxtjs/moment",
2726
3174
  "icon": "momentjs.png",
@@ -2747,7 +3195,7 @@
2747
3195
  },
2748
3196
  {
2749
3197
  "name": "mq",
2750
- "description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3198
+ "description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
2751
3199
  "repo": "vanhoofmaarten/nuxt-mq",
2752
3200
  "npm": "nuxt-mq",
2753
3201
  "icon": "",
@@ -2791,7 +3239,7 @@
2791
3239
  },
2792
3240
  {
2793
3241
  "name": "netlify-cache",
2794
- "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
3242
+ "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
2795
3243
  "repo": "DreaMinder/nuxt-netlify-cache",
2796
3244
  "npm": "nuxt-netlify-cache",
2797
3245
  "icon": "netlify.png",
@@ -2836,7 +3284,7 @@
2836
3284
  },
2837
3285
  {
2838
3286
  "name": "netlify",
2839
- "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
3287
+ "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
2840
3288
  "repo": "bazzite/nuxt-netlify",
2841
3289
  "npm": "@aceforth/nuxt-netlify",
2842
3290
  "icon": "netlify.png",
@@ -2907,24 +3355,160 @@
2907
3355
  }
2908
3356
  },
2909
3357
  {
2910
- "name": "nuxt-auth",
2911
- "description": "",
2912
- "repo": "sidebase/nuxt-auth",
2913
- "npm": "@sidebase/nuxt-auth",
3358
+ "name": "nupolyon",
3359
+ "description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
3360
+ "repo": "adenvt/nupolyon",
3361
+ "npm": "nupolyon",
2914
3362
  "icon": "",
2915
- "github": "https://github.com/sidebase/nuxt-auth",
2916
- "website": "https://github.com/sidebase/nuxt-auth",
3363
+ "github": "https://github.com/adenvt/nupolyon",
3364
+ "website": "https://github.com/adenvt/nupolyon",
2917
3365
  "learn_more": "",
2918
- "category": "Devtools",
3366
+ "category": "Performance",
2919
3367
  "type": "3rd-party",
2920
3368
  "maintainers": [
2921
3369
  {
2922
- "name": "sidebase",
2923
- "github": "sidebase"
3370
+ "name": "adenvt",
3371
+ "github": "adenvt"
2924
3372
  }
2925
3373
  ],
2926
3374
  "compatibility": {
2927
- "nuxt": "^2.0.0",
3375
+ "nuxt": "^3.0.0",
3376
+ "requires": {}
3377
+ }
3378
+ },
3379
+ {
3380
+ "name": "nuxt-anchorscroll",
3381
+ "description": "Scroll to top and to anchor support for Nuxt",
3382
+ "repo": "helltraitor/nuxt-anchorscroll",
3383
+ "npm": "nuxt-anchorscroll",
3384
+ "icon": "",
3385
+ "github": "https://github.com/helltraitor/nuxt-anchorscroll",
3386
+ "website": "https://github.com/helltraitor/nuxt-anchorscroll",
3387
+ "learn_more": "",
3388
+ "category": "UI",
3389
+ "type": "3rd-party",
3390
+ "maintainers": [
3391
+ {
3392
+ "name": "Helltraitor",
3393
+ "github": "helltraitor"
3394
+ }
3395
+ ],
3396
+ "compatibility": {
3397
+ "nuxt": "^3.0.0",
3398
+ "requires": {}
3399
+ }
3400
+ },
3401
+ {
3402
+ "name": "nuxt-basic-auth",
3403
+ "description": "Nuxt Module for Basic Authentication",
3404
+ "repo": "kgierke/nuxt-basic-auth",
3405
+ "npm": "@kgierke/nuxt-basic-auth",
3406
+ "icon": "",
3407
+ "github": "https://github.com/kgierke/nuxt-basic-auth",
3408
+ "website": "https://github.com/kgierke/nuxt-basic-auth",
3409
+ "learn_more": "",
3410
+ "category": "Security",
3411
+ "type": "3rd-party",
3412
+ "maintainers": [
3413
+ {
3414
+ "name": "kgierke",
3415
+ "github": "kgierke"
3416
+ }
3417
+ ],
3418
+ "compatibility": {
3419
+ "nuxt": "^3.0.0",
3420
+ "requires": {}
3421
+ }
3422
+ },
3423
+ {
3424
+ "name": "nuxt-bootstrap-icons",
3425
+ "description": "Just a simple integration for Bootstrap Icons",
3426
+ "repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
3427
+ "npm": "nuxt-bootstrap-icons",
3428
+ "icon": "bootstrap-icons.svg",
3429
+ "github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3430
+ "website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3431
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3432
+ "category": "UI",
3433
+ "type": "3rd-party",
3434
+ "maintainers": [
3435
+ {
3436
+ "name": "OyewoleOyedeji",
3437
+ "github": "OyewoleOyedeji"
3438
+ }
3439
+ ],
3440
+ "compatibility": {
3441
+ "nuxt": "^3.0.0",
3442
+ "requires": {}
3443
+ }
3444
+ },
3445
+ {
3446
+ "name": "nuxt-chatgpt",
3447
+ "description": "ChatGPT integration for Nuxt",
3448
+ "repo": "schnapsterdog/nuxt-chatgpt",
3449
+ "npm": "nuxt-chatgpt",
3450
+ "icon": "chatgpt.svg",
3451
+ "github": "https://github.com/schnapsterdog/nuxt-chatgpt",
3452
+ "website": "https://github.com/schnapsterdog/nuxt-chatgpt",
3453
+ "learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
3454
+ "category": "Libraries",
3455
+ "type": "3rd-party",
3456
+ "maintainers": [
3457
+ {
3458
+ "name": "Oliver Trajceski",
3459
+ "github": "schnapsterdog"
3460
+ }
3461
+ ],
3462
+ "compatibility": {
3463
+ "nuxt": "^3.0.0",
3464
+ "requires": {}
3465
+ }
3466
+ },
3467
+ {
3468
+ "name": "nuxt-facebook-chat",
3469
+ "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
3470
+ "repo": "superdev-tech/nuxt-facebook-chat",
3471
+ "npm": "nuxt-facebook-chat",
3472
+ "icon": "nuxt-facebook-chat.svg",
3473
+ "github": "https://github.com/superdev-tech/nuxt-facebook-chat",
3474
+ "website": "https://github.com/superdev-tech/nuxt-facebook-chat",
3475
+ "learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
3476
+ "category": "Libraries",
3477
+ "type": "3rd-party",
3478
+ "maintainers": [
3479
+ {
3480
+ "name": "Supanut Dokmaithong",
3481
+ "github": "Boomgeek"
3482
+ },
3483
+ {
3484
+ "name": "superdev-tech",
3485
+ "github": "superdev-tech"
3486
+ }
3487
+ ],
3488
+ "compatibility": {
3489
+ "nuxt": "^3.0.0",
3490
+ "requires": {}
3491
+ }
3492
+ },
3493
+ {
3494
+ "name": "nuxt-feedme",
3495
+ "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
3496
+ "repo": "helltraitor/nuxt-feedme",
3497
+ "npm": "nuxt-feedme",
3498
+ "icon": "",
3499
+ "github": "https://github.com/helltraitor/nuxt-feedme",
3500
+ "website": "https://github.com/helltraitor/nuxt-feedme",
3501
+ "learn_more": "",
3502
+ "category": "SEO",
3503
+ "type": "3rd-party",
3504
+ "maintainers": [
3505
+ {
3506
+ "name": "Helltraitor",
3507
+ "github": "helltraitor"
3508
+ }
3509
+ ],
3510
+ "compatibility": {
3511
+ "nuxt": "^3.0.0",
2928
3512
  "requires": {}
2929
3513
  }
2930
3514
  },
@@ -2979,6 +3563,29 @@
2979
3563
  "requires": {}
2980
3564
  }
2981
3565
  },
3566
+ {
3567
+ "name": "nuxt-gtm",
3568
+ "description": "A Nuxt module for Google Tag Manager",
3569
+ "repo": "zadigetvoltaire/nuxt-gtm",
3570
+ "npm": "@zadigetvoltaire/nuxt-gtm",
3571
+ "icon": "nuxt-gtm.svg",
3572
+ "github": "https://github.com/zadigetvoltaire/nuxt-gtm",
3573
+ "website": "https://github.com/zadigetvoltaire/nuxt-gtm",
3574
+ "learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
3575
+ "category": "Analytics",
3576
+ "type": "3rd-party",
3577
+ "maintainers": [
3578
+ {
3579
+ "name": "Zadig&Voltaire Team",
3580
+ "github": "https://github.com/zadigetvoltaire"
3581
+ }
3582
+ ],
3583
+ "compatibility": {
3584
+ "nuxt": "^3.0.0",
3585
+ "requires": {},
3586
+ "devtools": "^0.0.0"
3587
+ }
3588
+ },
2982
3589
  {
2983
3590
  "name": "nuxt-hue",
2984
3591
  "description": "Enlighten your Nuxt experience",
@@ -3003,6 +3610,28 @@
3003
3610
  }
3004
3611
  }
3005
3612
  },
3613
+ {
3614
+ "name": "nuxt-jsonld",
3615
+ "description": "Manage JSON-LD in Vue component.",
3616
+ "repo": "ymmooot/nuxt-jsonld",
3617
+ "npm": "nuxt-jsonld",
3618
+ "icon": "",
3619
+ "github": "https://github.com/ymmooot/nuxt-jsonld",
3620
+ "website": "https://github.com/ymmooot/nuxt-jsonld",
3621
+ "learn_more": "",
3622
+ "category": "SEO",
3623
+ "type": "3rd-party",
3624
+ "maintainers": [
3625
+ {
3626
+ "name": "ymmooot",
3627
+ "github": "ymmooot"
3628
+ }
3629
+ ],
3630
+ "compatibility": {
3631
+ "nuxt": "^3.0.0",
3632
+ "requires": {}
3633
+ }
3634
+ },
3006
3635
  {
3007
3636
  "name": "nuxt-localtunnel",
3008
3637
  "description": "Exposes your Nuxt localhost to the world automatically.",
@@ -3028,7 +3657,7 @@
3028
3657
  },
3029
3658
  {
3030
3659
  "name": "nuxt-loco",
3031
- "description": "A localise.biz module to synth locale with Nuxt.js",
3660
+ "description": "A localise.biz module to synth locale with Nuxt",
3032
3661
  "repo": "gaetansenn/nuxt-loco",
3033
3662
  "npm": "nuxt-loco",
3034
3663
  "icon": "",
@@ -3049,6 +3678,50 @@
3049
3678
  "requires": {}
3050
3679
  }
3051
3680
  },
3681
+ {
3682
+ "name": "nuxt-mapbox",
3683
+ "description": "Elegant Mapbox integration with Nuxt",
3684
+ "repo": "AlexLavoie42/Nuxt-Mapbox",
3685
+ "npm": "nuxt-mapbox",
3686
+ "icon": "nuxt-mapbox.svg",
3687
+ "github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3688
+ "website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3689
+ "learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3690
+ "category": "Libraries",
3691
+ "type": "3rd-party",
3692
+ "maintainers": [
3693
+ {
3694
+ "name": "Alex Lavoie",
3695
+ "github": "AlexLavoie42"
3696
+ }
3697
+ ],
3698
+ "compatibility": {
3699
+ "nuxt": "^3.0.0",
3700
+ "requires": {}
3701
+ }
3702
+ },
3703
+ {
3704
+ "name": "nuxt-mdi",
3705
+ "description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
3706
+ "repo": "ERPedersen/nuxt-mdi",
3707
+ "npm": "nuxt-mdi",
3708
+ "icon": "mdi.png",
3709
+ "github": "https://github.com/ERPedersen/nuxt-mdi",
3710
+ "website": "https://nuxt-mdi.emilrosenius.com",
3711
+ "learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
3712
+ "category": "Libraries",
3713
+ "type": "3rd-party",
3714
+ "maintainers": [
3715
+ {
3716
+ "name": "Emil Rosenius",
3717
+ "github": "ERPedersen"
3718
+ }
3719
+ ],
3720
+ "compatibility": {
3721
+ "nuxt": "^3.0.0",
3722
+ "requires": {}
3723
+ }
3724
+ },
3052
3725
  {
3053
3726
  "name": "nuxt-monaco-editor",
3054
3727
  "description": "Integrate monaco-editor with Nuxt",
@@ -3071,6 +3744,52 @@
3071
3744
  "requires": {}
3072
3745
  }
3073
3746
  },
3747
+ {
3748
+ "name": "nuxt-mongoose",
3749
+ "description": "A Nuxt module for simplifying the use of Mongoose in your project.",
3750
+ "repo": "arashsheyda/nuxt-mongoose",
3751
+ "npm": "nuxt-mongoose",
3752
+ "icon": "nuxt-mongoose.svg",
3753
+ "github": "https://github.com/arashsheyda/nuxt-mongoose",
3754
+ "website": "https://nuxt-mongoose.nuxt.space",
3755
+ "learn_more": "",
3756
+ "category": "Database",
3757
+ "type": "3rd-party",
3758
+ "maintainers": [
3759
+ {
3760
+ "name": "arashsheyda",
3761
+ "github": "arashsheyda"
3762
+ }
3763
+ ],
3764
+ "compatibility": {
3765
+ "nuxt": "^3.0.0",
3766
+ "requires": {},
3767
+ "devtools": "^0.0.0"
3768
+ }
3769
+ },
3770
+ {
3771
+ "name": "nuxt-payload-analyzer",
3772
+ "description": "Analyze Nuxt Payload Size",
3773
+ "repo": "barbapapazes/nuxt-payload-analyzer",
3774
+ "npm": "nuxt-payload-analyzer",
3775
+ "icon": "",
3776
+ "github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
3777
+ "website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
3778
+ "learn_more": "",
3779
+ "category": "Performance",
3780
+ "type": "3rd-party",
3781
+ "maintainers": [
3782
+ {
3783
+ "name": "Barbapapazes",
3784
+ "github": "Barbapapazes",
3785
+ "twitter": "soubiran_"
3786
+ }
3787
+ ],
3788
+ "compatibility": {
3789
+ "nuxt": "^3.0.0",
3790
+ "requires": {}
3791
+ }
3792
+ },
3074
3793
  {
3075
3794
  "name": "nuxt-pdf",
3076
3795
  "description": "Zero-boilerplate PDF exports of your Pages and Components",
@@ -3094,6 +3813,28 @@
3094
3813
  "requires": {}
3095
3814
  }
3096
3815
  },
3816
+ {
3817
+ "name": "nuxt-phosphor-icons",
3818
+ "description": "Just a simple integration for @phosphor-icons in Nuxt",
3819
+ "repo": "OyewoleOyedeji/nuxt-phosphor-icons",
3820
+ "npm": "nuxt-phosphor-icons",
3821
+ "icon": "phosphor-icons.svg",
3822
+ "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3823
+ "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3824
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3825
+ "category": "UI",
3826
+ "type": "3rd-party",
3827
+ "maintainers": [
3828
+ {
3829
+ "name": "OyewoleOyedeji",
3830
+ "github": "OyewoleOyedeji"
3831
+ }
3832
+ ],
3833
+ "compatibility": {
3834
+ "nuxt": "^3.0.0",
3835
+ "requires": {}
3836
+ }
3837
+ },
3097
3838
  {
3098
3839
  "name": "nuxt-pino-log",
3099
3840
  "description": "Structured logs for nuxt apps using pino",
@@ -3118,7 +3859,7 @@
3118
3859
  },
3119
3860
  {
3120
3861
  "name": "plausible",
3121
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
3862
+ "description": "Nuxt module to natively integrate Plausible analytics",
3122
3863
  "repo": "nuxt-modules/plausible",
3123
3864
  "npm": "@nuxtjs/plausible",
3124
3865
  "icon": "plausible.png",
@@ -3138,9 +3879,35 @@
3138
3879
  "requires": {}
3139
3880
  }
3140
3881
  },
3882
+ {
3883
+ "name": "nuxt-plotly",
3884
+ "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
3885
+ "repo": "superdev-tech/nuxt-plotly",
3886
+ "npm": "nuxt-plotly",
3887
+ "icon": "nuxt-plotly.svg",
3888
+ "github": "https://github.com/superdev-tech/nuxt-plotly",
3889
+ "website": "https://github.com/superdev-tech/nuxt-plotly",
3890
+ "learn_more": "https://www.npmjs.com/package/nuxt-plotly",
3891
+ "category": "Libraries",
3892
+ "type": "3rd-party",
3893
+ "maintainers": [
3894
+ {
3895
+ "name": "Supanut Dokmaithong",
3896
+ "github": "Boomgeek"
3897
+ },
3898
+ {
3899
+ "name": "superdev-tech",
3900
+ "github": "superdev-tech"
3901
+ }
3902
+ ],
3903
+ "compatibility": {
3904
+ "nuxt": "^3.0.0",
3905
+ "requires": {}
3906
+ }
3907
+ },
3141
3908
  {
3142
3909
  "name": "nuxt-png-to-ico",
3143
- "description": "Nuxt.js module for auto generating favicons",
3910
+ "description": "Nuxt module for auto generating favicons",
3144
3911
  "repo": "b5710546232/nuxt-png-to-ico",
3145
3912
  "npm": "nuxt-png-to-ico",
3146
3913
  "icon": "",
@@ -3163,7 +3930,7 @@
3163
3930
  },
3164
3931
  {
3165
3932
  "name": "nuxt-smartlook",
3166
- "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
3933
+ "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
3167
3934
  "repo": "f00b4r/nuxt-smartlook",
3168
3935
  "npm": "nuxt-smartlook",
3169
3936
  "icon": "nuxt-smartlook.png",
@@ -3215,7 +3982,7 @@
3215
3982
  },
3216
3983
  {
3217
3984
  "name": "nuxt-storm",
3218
- "description": "WebStorm & PHPStorm support for NuxtJS components",
3985
+ "description": "WebStorm & PHPStorm support for Nuxt components",
3219
3986
  "repo": "fumeapp/nuxt-storm",
3220
3987
  "npm": "nuxt-storm",
3221
3988
  "icon": "nuxt-storm.png",
@@ -3259,7 +4026,7 @@
3259
4026
  },
3260
4027
  {
3261
4028
  "name": "nuxt-unleash",
3262
- "description": "Nuxt.js module to use Unleash toggle feature services",
4029
+ "description": "Nuxt module to use Unleash toggle feature services",
3263
4030
  "repo": "conejerock/nuxt-unleash",
3264
4031
  "npm": "nuxt-unleash",
3265
4032
  "icon": "nuxt-unleash.svg",
@@ -3350,12 +4117,12 @@
3350
4117
  {
3351
4118
  "name": "nuxt-vue3-google-signin",
3352
4119
  "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
3353
- "repo": "syetalabs/nuxt-vue3-google-signin",
4120
+ "repo": "wavezync/nuxt-vue3-google-signin",
3354
4121
  "npm": "nuxt-vue3-google-signin",
3355
4122
  "icon": "vue3-google-signin.svg",
3356
- "github": "https://github.com/syetalabs/nuxt-vue3-google-signin",
3357
- "website": "https://vue3-google-signin.syetalabs.io",
3358
- "learn_more": "https://vue3-google-signin.syetalabs.io",
4123
+ "github": "https://github.com/wavezync/nuxt-vue3-google-signin",
4124
+ "website": "https://vue3-google-signin.wavezync.com",
4125
+ "learn_more": "https://vue3-google-signin.wavezync.com",
3359
4126
  "category": "Libraries",
3360
4127
  "type": "3rd-party",
3361
4128
  "maintainers": [
@@ -3369,9 +4136,53 @@
3369
4136
  "requires": {}
3370
4137
  }
3371
4138
  },
4139
+ {
4140
+ "name": "nuxt-vuetify",
4141
+ "description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
4142
+ "repo": "invictus-codes/nuxt-vuetify",
4143
+ "npm": "@invictus.codes/nuxt-vuetify",
4144
+ "icon": "vuetify-logo-v3-dark.svg",
4145
+ "github": "https://github.com/invictus-codes/nuxt-vuetify",
4146
+ "website": "https://invictus-codes.github.io/nuxt-vuetify/",
4147
+ "learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
4148
+ "category": "UI",
4149
+ "type": "3rd-party",
4150
+ "maintainers": [
4151
+ {
4152
+ "name": "Jens van Hellemondt",
4153
+ "github": "invictus-codes"
4154
+ }
4155
+ ],
4156
+ "compatibility": {
4157
+ "nuxt": "^3.0.0",
4158
+ "requires": {}
4159
+ }
4160
+ },
4161
+ {
4162
+ "name": "nuxt3-leaflet",
4163
+ "description": "Leaflet integration with Nuxt",
4164
+ "repo": "Gugustinette/Nuxt-Leaflet",
4165
+ "npm": "nuxt3-leaflet",
4166
+ "icon": "leaflet.png",
4167
+ "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4168
+ "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
4169
+ "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
4170
+ "category": "Libraries",
4171
+ "type": "3rd-party",
4172
+ "maintainers": [
4173
+ {
4174
+ "name": "Augustin MERCIER",
4175
+ "github": "Gugustinette"
4176
+ }
4177
+ ],
4178
+ "compatibility": {
4179
+ "nuxt": "^3.0.0",
4180
+ "requires": {}
4181
+ }
4182
+ },
3372
4183
  {
3373
4184
  "name": "nuxt7",
3374
- "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
4185
+ "description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
3375
4186
  "repo": "nuxt-community/nuxt7",
3376
4187
  "npm": "nuxt7",
3377
4188
  "icon": "",
@@ -3394,13 +4205,13 @@
3394
4205
  },
3395
4206
  {
3396
4207
  "name": "og-image",
3397
- "description": "Easily generate dynamic social share images.",
4208
+ "description": "Enlightened runtime images generated with Vue templates.",
3398
4209
  "repo": "harlan-zw/nuxt-og-image",
3399
4210
  "npm": "nuxt-og-image",
3400
- "icon": "",
4211
+ "icon": "og-image.svg",
3401
4212
  "github": "https://github.com/harlan-zw/nuxt-og-image",
3402
- "website": "https://github.com/harlan-zw/nuxt-og-image",
3403
- "learn_more": "",
4213
+ "website": "https://nuxtseo.com/og-image",
4214
+ "learn_more": "https://nuxtseo.com/og-image",
3404
4215
  "category": "SEO",
3405
4216
  "type": "3rd-party",
3406
4217
  "maintainers": [
@@ -3413,7 +4224,8 @@
3413
4224
  ],
3414
4225
  "compatibility": {
3415
4226
  "nuxt": "^3.0.0",
3416
- "requires": {}
4227
+ "requires": {},
4228
+ "devtools": "^0.0.0"
3417
4229
  }
3418
4230
  },
3419
4231
  {
@@ -3441,7 +4253,7 @@
3441
4253
  },
3442
4254
  {
3443
4255
  "name": "optimized-images",
3444
- "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
4256
+ "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
3445
4257
  "repo": "juliomrqz/nuxt-optimized-images",
3446
4258
  "npm": "@aceforth/nuxt-optimized-images",
3447
4259
  "icon": "",
@@ -3486,7 +4298,7 @@
3486
4298
  },
3487
4299
  {
3488
4300
  "name": "parse",
3489
- "description": "Parse package for Nuxt.js",
4301
+ "description": "Parse package for Nuxt",
3490
4302
  "repo": "cierrateam/nuxt-parse",
3491
4303
  "npm": "nuxt-parse",
3492
4304
  "icon": "",
@@ -3506,6 +4318,29 @@
3506
4318
  "requires": {}
3507
4319
  }
3508
4320
  },
4321
+ {
4322
+ "name": "particles",
4323
+ "description": "Easily add particle animations to your Nuxt projects using tsParticles",
4324
+ "repo": "Joepocalyptic/nuxt-particles",
4325
+ "npm": "nuxt-particles",
4326
+ "icon": "",
4327
+ "github": "https://github.com/Joepocalyptic/nuxt-particles",
4328
+ "website": "https://nuxt-particles.joeypereira.dev",
4329
+ "learn_more": "https://particles.js.org/",
4330
+ "category": "Libraries",
4331
+ "type": "3rd-party",
4332
+ "maintainers": [
4333
+ {
4334
+ "name": "Joey Pereira",
4335
+ "github": "Joepocalyptic",
4336
+ "avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
4337
+ }
4338
+ ],
4339
+ "compatibility": {
4340
+ "nuxt": "^3.0.0",
4341
+ "requires": {}
4342
+ }
4343
+ },
3509
4344
  {
3510
4345
  "name": "partytown",
3511
4346
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
@@ -3519,16 +4354,40 @@
3519
4354
  "type": "community",
3520
4355
  "maintainers": [
3521
4356
  {
3522
- "name": "Daniel Roe",
3523
- "github": "danielroe",
3524
- "twitter": "danielcroe"
4357
+ "name": "Daniel Roe",
4358
+ "github": "danielroe",
4359
+ "twitter": "danielcroe"
4360
+ }
4361
+ ],
4362
+ "compatibility": {
4363
+ "nuxt": "^2.0.0 || ^3.0.0",
4364
+ "requires": {
4365
+ "bridge": true
4366
+ }
4367
+ }
4368
+ },
4369
+ {
4370
+ "name": "pdfeasy",
4371
+ "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
4372
+ "repo": "betterwrite/pdfeasy#main/packages/nuxt",
4373
+ "npm": "nuxt-pdfeasy",
4374
+ "icon": "pdfeasy.png",
4375
+ "github": "https://github.com/betterwrite/pdfeasy",
4376
+ "website": "https://github.com/betterwrite/pdfeasy",
4377
+ "learn_more": "https://github.com/betterwrite/pdfeasy",
4378
+ "category": "Extensions",
4379
+ "type": "3rd-party",
4380
+ "maintainers": [
4381
+ {
4382
+ "name": "Giovane Cardoso",
4383
+ "github": "novout",
4384
+ "twitter": "novoutttttt",
4385
+ "avatar": "https://avatars.githubusercontent.com/novout?v=4"
3525
4386
  }
3526
4387
  ],
3527
4388
  "compatibility": {
3528
- "nuxt": "^2.0.0 || ^3.0.0",
3529
- "requires": {
3530
- "bridge": true
3531
- }
4389
+ "nuxt": "^3.0.0",
4390
+ "requires": {}
3532
4391
  }
3533
4392
  },
3534
4393
  {
@@ -3628,7 +4487,7 @@
3628
4487
  },
3629
4488
  {
3630
4489
  "name": "plausible",
3631
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4490
+ "description": "Nuxt module to natively integrate Plausible analytics",
3632
4491
  "repo": "nuxt-modules/plausible",
3633
4492
  "npm": "@nuxtjs/plausible",
3634
4493
  "icon": "",
@@ -3670,9 +4529,56 @@
3670
4529
  "requires": {}
3671
4530
  }
3672
4531
  },
4532
+ {
4533
+ "name": "prepare",
4534
+ "description": "Initialization steps at build time – like Nuxt 2 server init",
4535
+ "repo": "johannschopplich/nuxt-prepare",
4536
+ "npm": "nuxt-prepare",
4537
+ "icon": "prepare.svg",
4538
+ "github": "https://github.com/johannschopplich/nuxt-prepare",
4539
+ "website": "https://nuxt-prepare.jhnn.dev",
4540
+ "learn_more": "",
4541
+ "category": "Devtools",
4542
+ "type": "3rd-party",
4543
+ "maintainers": [
4544
+ {
4545
+ "name": "Johann Schopplich",
4546
+ "github": "johannschopplich",
4547
+ "twitter": "jschopplich",
4548
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
4549
+ }
4550
+ ],
4551
+ "compatibility": {
4552
+ "nuxt": "^3.0.0",
4553
+ "requires": {}
4554
+ }
4555
+ },
4556
+ {
4557
+ "name": "primevue",
4558
+ "description": "Next Generation Vue UI Component Library",
4559
+ "repo": "primefaces/primevue-nuxt-module",
4560
+ "npm": "nuxt-primevue",
4561
+ "icon": "primevue.svg",
4562
+ "github": "https://github.com/primefaces/primevue-nuxt-module",
4563
+ "website": "https://primevue.org/",
4564
+ "learn_more": "https://primevue.org/",
4565
+ "category": "UI",
4566
+ "type": "3rd-party",
4567
+ "maintainers": [
4568
+ {
4569
+ "name": "primefaces",
4570
+ "github": "primefaces",
4571
+ "twitter": "primevue"
4572
+ }
4573
+ ],
4574
+ "compatibility": {
4575
+ "nuxt": "^3.0.0",
4576
+ "requires": {}
4577
+ }
4578
+ },
3673
4579
  {
3674
4580
  "name": "prismic",
3675
- "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
4581
+ "description": "Easily connect your Nuxt application to your content hosted on Prismic",
3676
4582
  "repo": "nuxt-modules/prismic",
3677
4583
  "npm": "@nuxtjs/prismic",
3678
4584
  "icon": "prismic.png",
@@ -3698,11 +4604,11 @@
3698
4604
  "description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
3699
4605
  "repo": "artmizu/nuxt-prometheus",
3700
4606
  "npm": "@artmizu/nuxt-prometheus",
3701
- "icon": "",
4607
+ "icon": "prometheus.svg",
3702
4608
  "github": "https://github.com/artmizu/nuxt-prometheus",
3703
4609
  "website": "https://github.com/artmizu/nuxt-prometheus",
3704
4610
  "learn_more": "",
3705
- "category": "Devtools",
4611
+ "category": "Monitoring",
3706
4612
  "type": "3rd-party",
3707
4613
  "maintainers": [
3708
4614
  {
@@ -3711,7 +4617,7 @@
3711
4617
  }
3712
4618
  ],
3713
4619
  "compatibility": {
3714
- "nuxt": "^2.0.0",
4620
+ "nuxt": "^3.0.0",
3715
4621
  "requires": {}
3716
4622
  }
3717
4623
  },
@@ -3739,7 +4645,7 @@
3739
4645
  },
3740
4646
  {
3741
4647
  "name": "proxy",
3742
- "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
4648
+ "description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
3743
4649
  "repo": "nuxt-community/proxy-module",
3744
4650
  "npm": "@nuxtjs/proxy",
3745
4651
  "icon": "",
@@ -3785,7 +4691,7 @@
3785
4691
  },
3786
4692
  {
3787
4693
  "name": "purgecss",
3788
- "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
4694
+ "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
3789
4695
  "repo": "Developmint/nuxt-purgecss#main",
3790
4696
  "npm": "nuxt-purgecss",
3791
4697
  "icon": "purgecss.png",
@@ -3807,7 +4713,7 @@
3807
4713
  },
3808
4714
  {
3809
4715
  "name": "pwa",
3810
- "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
4716
+ "description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
3811
4717
  "repo": "nuxt-community/pwa-module",
3812
4718
  "npm": "@nuxtjs/pwa",
3813
4719
  "icon": "pwa.png",
@@ -3832,7 +4738,7 @@
3832
4738
  },
3833
4739
  {
3834
4740
  "name": "python",
3835
- "description": "Write Nuxt.js applications using Python",
4741
+ "description": "Write Nuxt applications using Python",
3836
4742
  "repo": "nuxt-community/python-module",
3837
4743
  "npm": "@nuxtjs/python",
3838
4744
  "icon": "python.png",
@@ -3852,9 +4758,89 @@
3852
4758
  "requires": {}
3853
4759
  }
3854
4760
  },
4761
+ {
4762
+ "name": "quasar",
4763
+ "description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
4764
+ "repo": "Maiquu/nuxt-quasar",
4765
+ "npm": "nuxt-quasar-ui",
4766
+ "icon": "quasar.svg",
4767
+ "github": "https://github.com/Maiquu/nuxt-quasar",
4768
+ "website": "https://quasar.dev/",
4769
+ "learn_more": "https://github.com/Maiquu/nuxt-quasar",
4770
+ "category": "UI",
4771
+ "type": "3rd-party",
4772
+ "maintainers": [
4773
+ {
4774
+ "name": "Ege İliklier",
4775
+ "github": "Maiquu"
4776
+ }
4777
+ ],
4778
+ "compatibility": {
4779
+ "nuxt": "^3.0.0",
4780
+ "requires": {},
4781
+ "devtools": "^0.0.0"
4782
+ }
4783
+ },
4784
+ {
4785
+ "name": "radash",
4786
+ "description": "radash module with auto-import and custom prefix",
4787
+ "repo": "bbg/nuxt-radash",
4788
+ "npm": "nuxt-radash",
4789
+ "icon": "radash.png",
4790
+ "github": "https://github.com/bbg/nuxt-radash",
4791
+ "website": "https://github.com/bbg/nuxt-radash#readme",
4792
+ "learn_more": "https://github.com/rayepps/radash/",
4793
+ "category": "Libraries",
4794
+ "type": "3rd-party",
4795
+ "maintainers": [
4796
+ {
4797
+ "name": "Batuhan Göksu",
4798
+ "github": "bbg"
4799
+ }
4800
+ ],
4801
+ "compatibility": {
4802
+ "nuxt": "^3.0.0",
4803
+ "requires": {}
4804
+ }
4805
+ },
4806
+ {
4807
+ "name": "radix-vue",
4808
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
4809
+ "repo": "radix-vue/radix-vue",
4810
+ "npm": "radix-vue",
4811
+ "icon": "radix-vue.svg",
4812
+ "github": "https://github.com/radix-vue/radix-vue",
4813
+ "website": "https://www.radix-vue.com/",
4814
+ "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
4815
+ "category": "UI",
4816
+ "type": "3rd-party",
4817
+ "maintainers": [
4818
+ {
4819
+ "name": "Zernonia",
4820
+ "github": "zernonia",
4821
+ "twitter": "zernonia"
4822
+ },
4823
+ {
4824
+ "name": "Khairul Haaziq",
4825
+ "github": "khairulhaaziq"
4826
+ },
4827
+ {
4828
+ "name": "Mujahid Anuar",
4829
+ "github": "mujahidfa"
4830
+ },
4831
+ {
4832
+ "name": "Max",
4833
+ "github": "onmax"
4834
+ }
4835
+ ],
4836
+ "compatibility": {
4837
+ "nuxt": "^3.0.0",
4838
+ "requires": {}
4839
+ }
4840
+ },
3855
4841
  {
3856
4842
  "name": "recaptcha",
3857
- "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
4843
+ "description": "Simple and easy Google reCAPTCHA module with Nuxt",
3858
4844
  "repo": "nuxt-community/recaptcha-module",
3859
4845
  "npm": "@nuxtjs/recaptcha",
3860
4846
  "icon": "recaptcha.png",
@@ -3899,7 +4885,7 @@
3899
4885
  },
3900
4886
  {
3901
4887
  "name": "rfg-icon",
3902
- "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
4888
+ "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
3903
4889
  "repo": "pimlie/nuxt-rfg-icon",
3904
4890
  "npm": "nuxt-rfg-icon",
3905
4891
  "icon": "real-favicon-generator.png",
@@ -3921,12 +4907,12 @@
3921
4907
  },
3922
4908
  {
3923
4909
  "name": "robots",
3924
- "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
3925
- "repo": "nuxt-community/robots-module",
4910
+ "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
4911
+ "repo": "nuxt-modules/robots",
3926
4912
  "npm": "@nuxtjs/robots",
3927
4913
  "icon": "robots.png",
3928
- "github": "https://github.com/nuxt-community/robots-module",
3929
- "website": "https://github.com/nuxt-community/robots-module",
4914
+ "github": "https://github.com/nuxt-modules/robots",
4915
+ "website": "https://github.com/nuxt-modules/robots",
3930
4916
  "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
3931
4917
  "category": "SEO",
3932
4918
  "type": "community",
@@ -3945,7 +4931,7 @@
3945
4931
  },
3946
4932
  {
3947
4933
  "name": "rollbar",
3948
- "description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
4934
+ "description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
3949
4935
  "repo": "gaelreyrol/nuxt-rollbar-module",
3950
4936
  "npm": "nuxt-rollbar-module",
3951
4937
  "icon": "rollbar.png",
@@ -3990,7 +4976,7 @@
3990
4976
  },
3991
4977
  {
3992
4978
  "name": "router",
3993
- "description": "Nuxt.js module to use router.js instead of pages/ directory",
4979
+ "description": "Nuxt module to use router.js instead of pages/ directory",
3994
4980
  "repo": "nuxt-community/router-module",
3995
4981
  "npm": "@nuxtjs/router",
3996
4982
  "icon": "vue.png",
@@ -4038,13 +5024,13 @@
4038
5024
  },
4039
5025
  {
4040
5026
  "name": "schema-org",
4041
- "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
4042
- "repo": "vueuse/schema-org#main/packages/nuxt",
5027
+ "description": "Schema.org for Nuxt.",
5028
+ "repo": "harlan-zw/nuxt-schema-org",
4043
5029
  "npm": "nuxt-schema-org",
4044
5030
  "icon": "schema-org.svg",
4045
- "github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4046
- "website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4047
- "learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
5031
+ "github": "https://github.com/harlan-zw/nuxt-schema-org",
5032
+ "website": "https://nuxtseo.com/schema-org",
5033
+ "learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
4048
5034
  "category": "SEO",
4049
5035
  "type": "3rd-party",
4050
5036
  "maintainers": [
@@ -4107,7 +5093,7 @@
4107
5093
  },
4108
5094
  {
4109
5095
  "name": "segment",
4110
- "description": "Nuxt.js module for Segment Analytics.js",
5096
+ "description": "Nuxt module for Segment Analytics.js",
4111
5097
  "repo": "dansmaculotte/nuxt-segment",
4112
5098
  "npm": "@dansmaculotte/nuxt-segment",
4113
5099
  "icon": "segment.png",
@@ -4129,10 +5115,10 @@
4129
5115
  },
4130
5116
  {
4131
5117
  "name": "sentry",
4132
- "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
5118
+ "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
4133
5119
  "repo": "nuxt-community/sentry-module",
4134
5120
  "npm": "@nuxtjs/sentry",
4135
- "icon": "sentry.png",
5121
+ "icon": "sentry.svg",
4136
5122
  "github": "https://github.com/nuxt-community/sentry-module",
4137
5123
  "website": "https://sentry.nuxtjs.org/",
4138
5124
  "learn_more": "https://sentry.io/welcome/",
@@ -4149,14 +5135,38 @@
4149
5135
  "requires": {}
4150
5136
  }
4151
5137
  },
5138
+ {
5139
+ "name": "seo-experiments",
5140
+ "description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
5141
+ "repo": "harlan-zw/nuxt-seo-experiments",
5142
+ "npm": "nuxt-seo-experiments",
5143
+ "icon": "seo-experiments.svg",
5144
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5145
+ "website": "https://nuxtseo.com/experiments",
5146
+ "learn_more": "https://nuxtseo.com/experiments",
5147
+ "category": "SEO",
5148
+ "type": "3rd-party",
5149
+ "maintainers": [
5150
+ {
5151
+ "name": "Harlan Wilton",
5152
+ "github": "harlan-zw",
5153
+ "twitter": "harlan_zw",
5154
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5155
+ }
5156
+ ],
5157
+ "compatibility": {
5158
+ "nuxt": "^3.0.0",
5159
+ "requires": {}
5160
+ }
5161
+ },
4152
5162
  {
4153
5163
  "name": "seo-kit",
4154
- "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
5164
+ "description": "The complete SEO solution for Nuxt.",
4155
5165
  "repo": "harlan-zw/nuxt-seo-kit#main/layer",
4156
5166
  "npm": "nuxt-seo-kit",
4157
5167
  "icon": "seo-kit.svg",
4158
5168
  "github": "https://github.com/harlan-zw/nuxt-seo-kit",
4159
- "website": "https://github.com/harlan-zw/nuxt-seo-kit",
5169
+ "website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
4160
5170
  "learn_more": "",
4161
5171
  "category": "SEO",
4162
5172
  "type": "3rd-party",
@@ -4196,7 +5206,7 @@
4196
5206
  },
4197
5207
  {
4198
5208
  "name": "seomatic-meta",
4199
- "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
5209
+ "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
4200
5210
  "repo": "ben-rogerson/nuxt-seomatic-meta",
4201
5211
  "npm": "nuxt-seomatic-meta",
4202
5212
  "icon": "seomatic.png",
@@ -4239,6 +5249,29 @@
4239
5249
  "requires": {}
4240
5250
  }
4241
5251
  },
5252
+ {
5253
+ "name": "server-block",
5254
+ "description": "Use <server> tags in your Nuxt pages components.",
5255
+ "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
5256
+ "npm": "@hebilicious/server-block-nuxt",
5257
+ "icon": "server-block.svg",
5258
+ "github": "https://github.com/Hebilicious/server-block-nuxt",
5259
+ "website": "https://github.com/Hebilicious/server-block-nuxt#readme",
5260
+ "learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
5261
+ "category": "Extensions",
5262
+ "type": "3rd-party",
5263
+ "maintainers": [
5264
+ {
5265
+ "name": "Hebilicious",
5266
+ "github": "Hebilicious",
5267
+ "twitter": "its_hebilicious"
5268
+ }
5269
+ ],
5270
+ "compatibility": {
5271
+ "nuxt": "^3.0.0",
5272
+ "requires": {}
5273
+ }
5274
+ },
4242
5275
  {
4243
5276
  "name": "session",
4244
5277
  "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",
@@ -4264,7 +5297,7 @@
4264
5297
  },
4265
5298
  {
4266
5299
  "name": "shopify",
4267
- "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
5300
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
4268
5301
  "repo": "Gomah/nuxt-shopify",
4269
5302
  "npm": "nuxt-shopify",
4270
5303
  "icon": "shopify.png",
@@ -4285,7 +5318,7 @@
4285
5318
  }
4286
5319
  },
4287
5320
  {
4288
- "name": "nuxt-auth",
5321
+ "name": "sidebase-auth",
4289
5322
  "description": "Zero-boilerplate authentication for nuxt 3 with support for many strategies (oauth, credentials, ...) and providers (google, azure, ...). Additionally supports session manipulation, client- and server-side protection and more.",
4290
5323
  "repo": "sidebase/nuxt-auth",
4291
5324
  "npm": "@sidebase/nuxt-auth",
@@ -4331,13 +5364,13 @@
4331
5364
  },
4332
5365
  {
4333
5366
  "name": "simple-robots",
4334
- "description": "Simply manage the robots crawling your Nuxt app.",
5367
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
4335
5368
  "repo": "harlan-zw/nuxt-simple-robots",
4336
5369
  "npm": "nuxt-simple-robots",
4337
- "icon": "",
5370
+ "icon": "simple-robots.svg",
4338
5371
  "github": "https://github.com/harlan-zw/nuxt-simple-robots",
4339
- "website": "https://github.com/harlan-zw/nuxt-simple-robots",
4340
- "learn_more": "",
5372
+ "website": "https://nuxtseo.com/robots",
5373
+ "learn_more": "https://nuxtseo.com/robots",
4341
5374
  "category": "SEO",
4342
5375
  "type": "3rd-party",
4343
5376
  "maintainers": [
@@ -4355,13 +5388,13 @@
4355
5388
  },
4356
5389
  {
4357
5390
  "name": "simple-sitemap",
4358
- "description": "Simple, minimal sitemap.xml generation.",
5391
+ "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
4359
5392
  "repo": "harlan-zw/nuxt-simple-sitemap",
4360
5393
  "npm": "nuxt-simple-sitemap",
4361
- "icon": "",
5394
+ "icon": "simple-sitemap.svg",
4362
5395
  "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4363
- "website": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4364
- "learn_more": "",
5396
+ "website": "https://nuxtseo.com/simple-sitemap",
5397
+ "learn_more": "https://nuxtseo.com/simple-sitemap",
4365
5398
  "category": "SEO",
4366
5399
  "type": "3rd-party",
4367
5400
  "maintainers": [
@@ -4379,7 +5412,7 @@
4379
5412
  },
4380
5413
  {
4381
5414
  "name": "sitemap",
4382
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
5415
+ "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
4383
5416
  "repo": "nuxt-community/sitemap-module#dev",
4384
5417
  "npm": "@nuxtjs/sitemap",
4385
5418
  "icon": "",
@@ -4400,16 +5433,38 @@
4400
5433
  "requires": {}
4401
5434
  }
4402
5435
  },
5436
+ {
5437
+ "name": "snackbar",
5438
+ "description": "Nuxt Snackbar module using vue3-snackbar",
5439
+ "repo": "modbender/nuxt-snackbar#master",
5440
+ "npm": "nuxt-snackbar",
5441
+ "icon": "snackbar.png",
5442
+ "github": "https://github.com/modbender/nuxt-snackbar/tree/master",
5443
+ "website": "https://github.com/modbender/nuxt-snackbar/tree/master",
5444
+ "learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
5445
+ "category": "UI",
5446
+ "type": "3rd-party",
5447
+ "maintainers": [
5448
+ {
5449
+ "name": "modbender",
5450
+ "github": "modbender"
5451
+ }
5452
+ ],
5453
+ "compatibility": {
5454
+ "nuxt": "^3.0.0",
5455
+ "requires": {}
5456
+ }
5457
+ },
4403
5458
  {
4404
5459
  "name": "snipcart",
4405
- "description": "Snipcart integration module for Nuxt.js",
5460
+ "description": "Snipcart integration module for Nuxt",
4406
5461
  "repo": "nuxt-modules/snipcart",
4407
5462
  "npm": "@nuxtjs/snipcart",
4408
5463
  "icon": "snipcart.png",
4409
5464
  "github": "https://github.com/nuxt-modules/snipcart",
4410
5465
  "website": "https://github.com/nuxt-modules/snipcart",
4411
5466
  "learn_more": "https://snipcart.com",
4412
- "category": "Payment",
5467
+ "category": "Ecommerce",
4413
5468
  "type": "community",
4414
5469
  "maintainers": [
4415
5470
  {
@@ -4425,7 +5480,7 @@
4425
5480
  },
4426
5481
  {
4427
5482
  "name": "social-meta",
4428
- "description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
5483
+ "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
4429
5484
  "repo": "AlekseyPleshkov/nuxt-social-meta",
4430
5485
  "npm": "nuxt-social-meta",
4431
5486
  "icon": "",
@@ -4547,7 +5602,7 @@
4547
5602
  },
4548
5603
  {
4549
5604
  "name": "storage",
4550
- "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
5605
+ "description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
4551
5606
  "repo": "mazipan/nuxt-storage",
4552
5607
  "npm": "nuxt-storage",
4553
5608
  "icon": "",
@@ -4569,7 +5624,7 @@
4569
5624
  },
4570
5625
  {
4571
5626
  "name": "storefront-ui",
4572
- "description": "Storefront UI Module for Nuxt.js",
5627
+ "description": "Storefront UI Module for Nuxt",
4573
5628
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
4574
5629
  "npm": "@storefront-ui/nuxt",
4575
5630
  "icon": "storefront-ui.svg",
@@ -4613,7 +5668,7 @@
4613
5668
  },
4614
5669
  {
4615
5670
  "name": "storyblok",
4616
- "description": "Storyblok Nuxt.js module",
5671
+ "description": "Storyblok Nuxt module",
4617
5672
  "repo": "storyblok/storyblok-nuxt#master/lib",
4618
5673
  "npm": "@storyblok/nuxt",
4619
5674
  "icon": "storyblok.png",
@@ -4630,46 +5685,43 @@
4630
5685
  ],
4631
5686
  "compatibility": {
4632
5687
  "nuxt": "^2.0.0 || ^3.0.0",
4633
- "requires": {}
5688
+ "requires": {},
5689
+ "devtools": "^0.0.0"
4634
5690
  }
4635
5691
  },
4636
5692
  {
4637
5693
  "name": "storybook",
4638
- "description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
4639
- "repo": "nuxt-community/storybook",
5694
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
5695
+ "repo": "nuxt-modules/storybook",
4640
5696
  "npm": "@nuxtjs/storybook",
4641
5697
  "icon": "storybook.png",
4642
- "github": "https://github.com/nuxt-community/storybook",
5698
+ "github": "https://github.com/nuxt-modules/storybook",
4643
5699
  "website": "https://storybook.nuxtjs.org",
4644
- "learn_more": "https://storybook.js.org/",
5700
+ "learn_more": "https://github.com/storybook-vue/storybook-nuxt",
4645
5701
  "category": "Devtools",
4646
5702
  "type": "community",
4647
5703
  "maintainers": [
4648
5704
  {
4649
- "name": "Ahad Birang",
4650
- "github": "farnabaz",
4651
- "twitter": "a_birang"
4652
- },
4653
- {
4654
- "name": "Pooya Parsa",
4655
- "github": "pi0",
4656
- "twitter": "_pi0_"
5705
+ "name": "Chakir QATAB",
5706
+ "github": "chakAs3",
5707
+ "twitter": "ChakirQatab"
4657
5708
  }
4658
5709
  ],
4659
5710
  "compatibility": {
4660
- "nuxt": "^2.0.0",
5711
+ "nuxt": "^2.0.0 || ^3.0.0",
4661
5712
  "requires": {
4662
5713
  "bridge": "optional"
4663
- }
5714
+ },
5715
+ "devtools": "^0.7.2"
4664
5716
  }
4665
5717
  },
4666
5718
  {
4667
5719
  "name": "strapi",
4668
5720
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
4669
- "repo": "nuxt-community/strapi-module",
5721
+ "repo": "nuxt-modules/strapi",
4670
5722
  "npm": "@nuxtjs/strapi",
4671
5723
  "icon": "strapi.png",
4672
- "github": "https://github.com/nuxt-community/strapi-module",
5724
+ "github": "https://github.com/nuxt-modules/strapi",
4673
5725
  "website": "https://strapi.nuxtjs.org",
4674
5726
  "learn_more": "https://strapi.io/",
4675
5727
  "category": "CMS",
@@ -4690,7 +5742,34 @@
4690
5742
  "nuxt": "^2.0.0 || ^3.0.0",
4691
5743
  "requires": {
4692
5744
  "bridge": true
5745
+ },
5746
+ "devtools": "^0.0.0"
5747
+ }
5748
+ },
5749
+ {
5750
+ "name": "stripe-next",
5751
+ "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.",
5752
+ "repo": "fuentesloic/nuxt-stripe",
5753
+ "npm": "@unlok-co/nuxt-stripe",
5754
+ "icon": "stripe.png",
5755
+ "github": "https://github.com/fuentesloic/nuxt-stripe",
5756
+ "website": "https://github.com/fuentesloic/nuxt-stripe",
5757
+ "learn_more": "https://stripe.com/docs",
5758
+ "category": "Payment",
5759
+ "type": "3rd-party",
5760
+ "maintainers": [
5761
+ {
5762
+ "name": "Loic Fuentes",
5763
+ "github": "fuentesloic"
5764
+ },
5765
+ {
5766
+ "name": "Florent Giraud",
5767
+ "github": "flozero"
4693
5768
  }
5769
+ ],
5770
+ "compatibility": {
5771
+ "nuxt": "^3.0.0",
5772
+ "requires": {}
4694
5773
  }
4695
5774
  },
4696
5775
  {
@@ -4715,6 +5794,36 @@
4715
5794
  "requires": {}
4716
5795
  }
4717
5796
  },
5797
+ {
5798
+ "name": "studio",
5799
+ "description": "A new experience to build content-driven website with Nuxt.",
5800
+ "repo": "nuxtlabs/studio-module",
5801
+ "npm": "@nuxthq/studio",
5802
+ "icon": "studio.svg",
5803
+ "github": "https://github.com/nuxtlabs/studio-module",
5804
+ "website": "https://nuxt.studio",
5805
+ "learn_more": "https://nuxt.studio",
5806
+ "category": "CMS",
5807
+ "type": "3rd-party",
5808
+ "maintainers": [
5809
+ {
5810
+ "name": "Ahad Birang",
5811
+ "github": "farnabaz",
5812
+ "twitter": "a_birang"
5813
+ },
5814
+ {
5815
+ "name": "Sébastien Chopin",
5816
+ "github": "Atinux",
5817
+ "twitter": "Atinux"
5818
+ }
5819
+ ],
5820
+ "compatibility": {
5821
+ "nuxt": "^3.0.0",
5822
+ "requires": {
5823
+ "content": true
5824
+ }
5825
+ }
5826
+ },
4718
5827
  {
4719
5828
  "name": "style-resources",
4720
5829
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
@@ -4740,7 +5849,7 @@
4740
5849
  },
4741
5850
  {
4742
5851
  "name": "stylelint",
4743
- "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
5852
+ "description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
4744
5853
  "repo": "nuxt-community/stylelint-module",
4745
5854
  "npm": "@nuxtjs/stylelint-module",
4746
5855
  "icon": "stylelint.png",
@@ -4756,7 +5865,7 @@
4756
5865
  }
4757
5866
  ],
4758
5867
  "compatibility": {
4759
- "nuxt": "^2.0.0",
5868
+ "nuxt": "^2.0.0 || ^3.0.0",
4760
5869
  "requires": {}
4761
5870
  }
4762
5871
  },
@@ -4786,10 +5895,10 @@
4786
5895
  {
4787
5896
  "name": "supabase",
4788
5897
  "description": "First class integration with Supabase",
4789
- "repo": "nuxt-community/supabase-module",
5898
+ "repo": "nuxt-modules/supabase",
4790
5899
  "npm": "@nuxtjs/supabase",
4791
5900
  "icon": "supabase.png",
4792
- "github": "https://github.com/nuxt-community/supabase-module",
5901
+ "github": "https://github.com/nuxt-modules/supabase",
4793
5902
  "website": "https://supabase.nuxtjs.org",
4794
5903
  "learn_more": "https://supabase.com",
4795
5904
  "category": "Database",
@@ -4840,12 +5949,12 @@
4840
5949
  },
4841
5950
  {
4842
5951
  "name": "svg-sprite",
4843
- "description": "Optimized and Easy way to use svg files in Nuxt.js",
4844
- "repo": "nuxt-community/svg-sprite-module",
5952
+ "description": "Optimized and Easy way to use svg files in Nuxt",
5953
+ "repo": "nuxt-modules/svg-sprite",
4845
5954
  "npm": "@nuxtjs/svg-sprite",
4846
5955
  "icon": "",
4847
- "github": "https://github.com/nuxt-community/svg-sprite-module",
4848
- "website": "https://github.com/nuxt-community/svg-sprite-module",
5956
+ "github": "https://github.com/nuxt-modules/svg-sprite",
5957
+ "website": "https://github.com/nuxt-modules/svg-sprite",
4849
5958
  "learn_more": "",
4850
5959
  "category": "UI",
4851
5960
  "type": "community",
@@ -4857,13 +5966,13 @@
4857
5966
  }
4858
5967
  ],
4859
5968
  "compatibility": {
4860
- "nuxt": "^2.0.0",
5969
+ "nuxt": "^2.0.0 || ^3.0.0",
4861
5970
  "requires": {}
4862
5971
  }
4863
5972
  },
4864
5973
  {
4865
5974
  "name": "svg",
4866
- "description": "Super simple svg loading module for Nuxt.js",
5975
+ "description": "Super simple svg loading module for Nuxt",
4867
5976
  "repo": "nuxt-community/svg-module",
4868
5977
  "npm": "@nuxtjs/svg",
4869
5978
  "icon": "",
@@ -4907,7 +6016,7 @@
4907
6016
  },
4908
6017
  {
4909
6018
  "name": "swiper",
4910
- "description": "Nuxt.js module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
6019
+ "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
4911
6020
  "repo": "cpreston321/nuxt-swiper",
4912
6021
  "npm": "nuxt-swiper",
4913
6022
  "icon": "swiper.svg",
@@ -4953,10 +6062,10 @@
4953
6062
  {
4954
6063
  "name": "tailwindcss",
4955
6064
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
4956
- "repo": "nuxt-community/tailwindcss-module",
6065
+ "repo": "nuxt-modules/tailwindcss",
4957
6066
  "npm": "@nuxtjs/tailwindcss",
4958
6067
  "icon": "tailwindcss.png",
4959
- "github": "https://github.com/nuxt-community/tailwindcss-module",
6068
+ "github": "https://github.com/nuxt-modules/tailwindcss",
4960
6069
  "website": "https://tailwindcss.nuxtjs.org",
4961
6070
  "learn_more": "https://tailwindcss.com/",
4962
6071
  "category": "UI",
@@ -4966,11 +6075,16 @@
4966
6075
  "name": "Sébastien Chopin",
4967
6076
  "github": "Atinux",
4968
6077
  "twitter": "Atinux"
6078
+ },
6079
+ {
6080
+ "name": "Inesh Bose",
6081
+ "github": "ineshbose"
4969
6082
  }
4970
6083
  ],
4971
6084
  "compatibility": {
4972
6085
  "nuxt": "^2.0.0 || ^3.0.0",
4973
- "requires": {}
6086
+ "requires": {},
6087
+ "devtools": "^0.0.0"
4974
6088
  }
4975
6089
  },
4976
6090
  {
@@ -4996,9 +6110,31 @@
4996
6110
  "requires": {}
4997
6111
  }
4998
6112
  },
6113
+ {
6114
+ "name": "time",
6115
+ "description": "Safely render local dates and times on the server with Nuxt",
6116
+ "repo": "danielroe/nuxt-time",
6117
+ "npm": "nuxt-time",
6118
+ "icon": "",
6119
+ "github": "https://github.com/danielroe/nuxt-time",
6120
+ "website": "https://github.com/danielroe/nuxt-time",
6121
+ "learn_more": "",
6122
+ "category": "Extensions",
6123
+ "type": "3rd-party",
6124
+ "maintainers": [
6125
+ {
6126
+ "name": "danielroe",
6127
+ "github": "danielroe"
6128
+ }
6129
+ ],
6130
+ "compatibility": {
6131
+ "nuxt": "^3.0.0",
6132
+ "requires": {}
6133
+ }
6134
+ },
4999
6135
  {
5000
6136
  "name": "toast",
5001
- "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
6137
+ "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
5002
6138
  "repo": "nuxt-community/modules#master/packages/toast",
5003
6139
  "npm": "@nuxtjs/toast",
5004
6140
  "icon": "",
@@ -5019,6 +6155,39 @@
5019
6155
  "requires": {}
5020
6156
  }
5021
6157
  },
6158
+ {
6159
+ "name": "tresjs",
6160
+ "description": "Create 3D experiences in your Nuxt application using TresJS.",
6161
+ "repo": "tresjs/nuxt",
6162
+ "npm": "@tresjs/nuxt",
6163
+ "icon": "tresjs.svg",
6164
+ "github": "https://github.com/Tresjs/nuxt",
6165
+ "website": "https://tresjs.org/guide/nuxt.html",
6166
+ "learn_more": "https://tresjs.org/",
6167
+ "category": "Libraries",
6168
+ "type": "3rd-party",
6169
+ "maintainers": [
6170
+ {
6171
+ "name": "Alvaro Saburido",
6172
+ "github": "alvarosabu",
6173
+ "twitter": "alvarosabu"
6174
+ },
6175
+ {
6176
+ "name": "Jaime Torrealba",
6177
+ "github": "JaimeTorrealba",
6178
+ "twitter": "jaimebboyjt"
6179
+ },
6180
+ {
6181
+ "name": "Tino Koch",
6182
+ "github": "Tinoooo",
6183
+ "twitter": "ichbintino"
6184
+ }
6185
+ ],
6186
+ "compatibility": {
6187
+ "nuxt": "^3.0.0",
6188
+ "requires": {}
6189
+ }
6190
+ },
5022
6191
  {
5023
6192
  "name": "turnstile",
5024
6193
  "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
@@ -5046,7 +6215,7 @@
5046
6215
  },
5047
6216
  {
5048
6217
  "name": "twa",
5049
- "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
6218
+ "description": "Nuxt module for generating Trusted Web App from Nuxt app",
5050
6219
  "repo": "tuarrep/nuxt-twa",
5051
6220
  "npm": "nuxt-twa",
5052
6221
  "icon": "",
@@ -5068,6 +6237,28 @@
5068
6237
  }
5069
6238
  }
5070
6239
  },
6240
+ {
6241
+ "name": "twemoji",
6242
+ "description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
6243
+ "repo": "yizack/nuxt-twemoji",
6244
+ "npm": "nuxt-twemoji",
6245
+ "icon": "twemoji.svg",
6246
+ "github": "https://github.com/Yizack/nuxt-twemoji",
6247
+ "website": "https://github.com/Yizack/nuxt-twemoji",
6248
+ "learn_more": "",
6249
+ "category": "UI",
6250
+ "type": "3rd-party",
6251
+ "maintainers": [
6252
+ {
6253
+ "name": "Yizack Rangel",
6254
+ "github": "yizack"
6255
+ }
6256
+ ],
6257
+ "compatibility": {
6258
+ "nuxt": "^3.0.0",
6259
+ "requires": {}
6260
+ }
6261
+ },
5071
6262
  {
5072
6263
  "name": "twicpics",
5073
6264
  "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
@@ -5193,22 +6384,55 @@
5193
6384
  "type": "official",
5194
6385
  "maintainers": [
5195
6386
  {
5196
- "name": "Kevin Marrec",
5197
- "github": "kevinmarrec"
6387
+ "name": "Kevin Marrec",
6388
+ "github": "kevinmarrec"
6389
+ },
6390
+ {
6391
+ "name": "Pooya Parsa",
6392
+ "github": "pi0",
6393
+ "twitter": "_pi0_"
6394
+ },
6395
+ {
6396
+ "name": "Daniel Roe",
6397
+ "github": "danielroe",
6398
+ "twitter": "danielcroe"
6399
+ }
6400
+ ],
6401
+ "compatibility": {
6402
+ "nuxt": "^2.0.0",
6403
+ "requires": {}
6404
+ }
6405
+ },
6406
+ {
6407
+ "name": "ui",
6408
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
6409
+ "repo": "nuxt/ui#dev",
6410
+ "npm": "@nuxt/ui",
6411
+ "icon": "nuxt.svg",
6412
+ "github": "https://github.com/nuxt/ui",
6413
+ "website": "https://ui.nuxt.com",
6414
+ "learn_more": "",
6415
+ "category": "UI",
6416
+ "type": "official",
6417
+ "maintainers": [
6418
+ {
6419
+ "name": "Benjamin Canac",
6420
+ "github": "benjamincanac",
6421
+ "twitter": "benjamincanac"
5198
6422
  },
5199
6423
  {
5200
- "name": "Pooya Parsa",
5201
- "github": "pi0",
5202
- "twitter": "_pi0_"
6424
+ "name": "Sebastien Chopin",
6425
+ "github": "Atinux",
6426
+ "twitter": "Atinux"
5203
6427
  },
5204
6428
  {
5205
- "name": "Daniel Roe",
5206
- "github": "danielroe",
5207
- "twitter": "danielcroe"
6429
+ "name": "Sylvain Marroufin",
6430
+ "github": "smarroufin",
6431
+ "twitter": "smarroufin"
5208
6432
  }
5209
6433
  ],
5210
6434
  "compatibility": {
5211
- "nuxt": "^2.0.0",
6435
+ "nuxt": "^3.0.0",
5212
6436
  "requires": {}
5213
6437
  }
5214
6438
  },
@@ -5239,11 +6463,11 @@
5239
6463
  {
5240
6464
  "name": "unhead",
5241
6465
  "description": "Experimental features for Nuxt SEO / head management.",
5242
- "repo": "harlan-zw/nuxt-unhead",
5243
- "npm": "nuxt-unhead",
6466
+ "repo": "harlan-zw/nuxt-seo-experiments",
6467
+ "npm": "nuxt-seo-experiments",
5244
6468
  "icon": "",
5245
- "github": "https://github.com/harlan-zw/nuxt-unhead",
5246
- "website": "https://github.com/harlan-zw/nuxt-unhead",
6469
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
6470
+ "website": "https://github.com/harlan-zw/nuxt-seo-experiments",
5247
6471
  "learn_more": "",
5248
6472
  "category": "SEO",
5249
6473
  "type": "3rd-party",
@@ -5260,7 +6484,7 @@
5260
6484
  },
5261
6485
  {
5262
6486
  "name": "universal-storage",
5263
- "description": "Universal Storage Utilities for Nuxt.js",
6487
+ "description": "Universal Storage Utilities for Nuxt",
5264
6488
  "repo": "nuxt-community/universal-storage-module",
5265
6489
  "npm": "@nuxtjs/universal-storage",
5266
6490
  "icon": "",
@@ -5286,6 +6510,28 @@
5286
6510
  "requires": {}
5287
6511
  }
5288
6512
  },
6513
+ {
6514
+ "name": "unlazy",
6515
+ "description": "Lazy loading library for placeholder images",
6516
+ "repo": "johannschopplich/unlazy/packages/nuxt",
6517
+ "npm": "@unlazy/nuxt",
6518
+ "icon": "unlazy.svg",
6519
+ "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
6520
+ "website": "https://unlazy.byjohann.dev/",
6521
+ "learn_more": "",
6522
+ "category": "Images",
6523
+ "type": "3rd-party",
6524
+ "maintainers": [
6525
+ {
6526
+ "name": "Johann Schopplich",
6527
+ "github": "johannschopplich"
6528
+ }
6529
+ ],
6530
+ "compatibility": {
6531
+ "nuxt": "^3.0.0",
6532
+ "requires": {}
6533
+ }
6534
+ },
5289
6535
  {
5290
6536
  "name": "unlighthouse",
5291
6537
  "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
@@ -5335,12 +6581,60 @@
5335
6581
  "nuxt": "^2.0.0 || ^3.0.0",
5336
6582
  "requires": {
5337
6583
  "bridge": "optional"
6584
+ },
6585
+ "devtools": "^0.0.0"
6586
+ }
6587
+ },
6588
+ {
6589
+ "name": "ununuracss",
6590
+ "description": "A Real CSS Engine. Only Scoped.",
6591
+ "repo": "novout/ununuracss#main/packages/nuxt",
6592
+ "npm": "nuxt-ununura",
6593
+ "icon": "ununuracss.png",
6594
+ "github": "https://github.com/novout/ununuracss",
6595
+ "website": "https://ununura.com/#/",
6596
+ "learn_more": "https://ununura.com/#/docs/why",
6597
+ "category": "UI",
6598
+ "type": "3rd-party",
6599
+ "maintainers": [
6600
+ {
6601
+ "name": "Giovane Cardoso",
6602
+ "github": "novout",
6603
+ "avatar": "https://avatars.githubusercontent.com/novout?v=4"
6604
+ }
6605
+ ],
6606
+ "compatibility": {
6607
+ "nuxt": "^2.0.0 || ^3.0.0",
6608
+ "requires": {}
6609
+ }
6610
+ },
6611
+ {
6612
+ "name": "use-wagmi",
6613
+ "description": "Vue Composition for Ethereum based on wagmi",
6614
+ "repo": "unicape/use-wagmi#main/packages/nuxt",
6615
+ "npm": "@use-wagmi/nuxt",
6616
+ "icon": "use-wagmi.png",
6617
+ "github": "https://github.com/unicape/use-wagmi",
6618
+ "website": "https://github.com/unicape/use-wagmi",
6619
+ "learn_more": "https://github.com/unicape/use-wagmi",
6620
+ "category": "Extensions",
6621
+ "type": "3rd-party",
6622
+ "maintainers": [
6623
+ {
6624
+ "name": "Unic Ape",
6625
+ "github": "unicape"
6626
+ }
6627
+ ],
6628
+ "compatibility": {
6629
+ "nuxt": "^2.0.0 || ^3.0.0",
6630
+ "requires": {
6631
+ "bridge": true
5338
6632
  }
5339
6633
  }
5340
6634
  },
5341
6635
  {
5342
6636
  "name": "user-agent",
5343
- "description": "Nuxt.js module for handling User-Agent.",
6637
+ "description": "Nuxt module for handling User-Agent.",
5344
6638
  "repo": "fukuiretu/nuxt-user-agent",
5345
6639
  "npm": "nuxt-user-agent",
5346
6640
  "icon": "",
@@ -5406,6 +6700,74 @@
5406
6700
  }
5407
6701
  }
5408
6702
  },
6703
+ {
6704
+ "name": "varlet",
6705
+ "description": "A Material design mobile component library developed based on Vue3",
6706
+ "repo": "varletjs/varlet-nuxt",
6707
+ "npm": "@varlet/nuxt",
6708
+ "icon": "varlet.svg",
6709
+ "github": "https://github.com/varletjs/varlet",
6710
+ "website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
6711
+ "learn_more": "https://github.com/varletjs/varlet-nuxt",
6712
+ "category": "UI",
6713
+ "type": "3rd-party",
6714
+ "maintainers": [
6715
+ {
6716
+ "name": "zhangmo8",
6717
+ "github": "zhangmo8"
6718
+ }
6719
+ ],
6720
+ "compatibility": {
6721
+ "nuxt": "^3.0.0",
6722
+ "requires": {
6723
+ "bridge": "optional"
6724
+ }
6725
+ }
6726
+ },
6727
+ {
6728
+ "name": "vcalendar",
6729
+ "description": "VCalendar module for Nuxt",
6730
+ "repo": "samk-dev/nuxt-vcalendar",
6731
+ "npm": "@samk-dev/nuxt-vcalendar",
6732
+ "icon": "vcalendar.png",
6733
+ "github": "https://github.com/samk-dev/vcalendar",
6734
+ "website": "https://github.com/samk-dev/vcalendar",
6735
+ "learn_more": "",
6736
+ "category": "Libraries",
6737
+ "type": "3rd-party",
6738
+ "maintainers": [
6739
+ {
6740
+ "name": "Sam K",
6741
+ "github": "samk-dev"
6742
+ }
6743
+ ],
6744
+ "compatibility": {
6745
+ "nuxt": "^3.0.0",
6746
+ "requires": {}
6747
+ }
6748
+ },
6749
+ {
6750
+ "name": "vee-validate",
6751
+ "description": "Painless Vue forms for Nuxt",
6752
+ "repo": "logaretm/vee-validate#main/packages/nuxt",
6753
+ "npm": "@vee-validate/nuxt",
6754
+ "icon": "vee-validate.png",
6755
+ "github": "https://github.com/logaretm/vee-validate/",
6756
+ "website": "https://vee-validate.logaretm.com/v4/",
6757
+ "learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
6758
+ "category": "Libraries",
6759
+ "type": "3rd-party",
6760
+ "maintainers": [
6761
+ {
6762
+ "name": "Abdelrahman Awad",
6763
+ "github": "logaretm"
6764
+ }
6765
+ ],
6766
+ "compatibility": {
6767
+ "nuxt": "^3.0.0",
6768
+ "requires": {}
6769
+ }
6770
+ },
5409
6771
  {
5410
6772
  "name": "vendor",
5411
6773
  "description": "directly serve node_modules",
@@ -5429,9 +6791,54 @@
5429
6791
  "requires": {}
5430
6792
  }
5431
6793
  },
6794
+ {
6795
+ "name": "vercel-analytics",
6796
+ "description": "Vercel Analytics integration for Nuxt",
6797
+ "repo": "xanderbarkhatov/nuxt-vercel-analytics",
6798
+ "npm": "nuxt-vercel-analytics",
6799
+ "icon": "",
6800
+ "github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
6801
+ "website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
6802
+ "learn_more": "https://vercel.com/docs/concepts/analytics",
6803
+ "category": "Analytics",
6804
+ "type": "3rd-party",
6805
+ "maintainers": [
6806
+ {
6807
+ "name": "Alexander B.",
6808
+ "github": "xanderbarkhatov"
6809
+ }
6810
+ ],
6811
+ "compatibility": {
6812
+ "nuxt": "^3.0.0",
6813
+ "requires": {}
6814
+ }
6815
+ },
6816
+ {
6817
+ "name": "vexip-ui",
6818
+ "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
6819
+ "repo": "vexip-ui/nuxt",
6820
+ "npm": "@vexip-ui/nuxt",
6821
+ "icon": "vexip-ui.svg",
6822
+ "github": "https://github.com/vexip-ui/vexip-ui",
6823
+ "website": "https://www.vexipui.com/",
6824
+ "learn_more": "https://github.com/vexip-ui/nuxt",
6825
+ "category": "UI",
6826
+ "type": "3rd-party",
6827
+ "maintainers": [
6828
+ {
6829
+ "name": "未觉雨声",
6830
+ "github": "qmhc",
6831
+ "twitter": "qmhc95"
6832
+ }
6833
+ ],
6834
+ "compatibility": {
6835
+ "nuxt": "^3.0.0",
6836
+ "requires": {}
6837
+ }
6838
+ },
5432
6839
  {
5433
6840
  "name": "vite-pwa-nuxt",
5434
- "description": "Zero-config PWA Plugin for Nuxt 3",
6841
+ "description": "Zero-config PWA Plugin for Nuxt",
5435
6842
  "repo": "vite-pwa/nuxt",
5436
6843
  "npm": "@vite-pwa/nuxt",
5437
6844
  "icon": "vite-pwa-nuxt.svg",
@@ -5460,13 +6867,13 @@
5460
6867
  {
5461
6868
  "name": "vitest",
5462
6869
  "description": "Vitest integration with Nuxt",
5463
- "repo": "danielroe/nuxt-vitest#main",
6870
+ "repo": "danielroe/nuxt-vitest",
5464
6871
  "npm": "nuxt-vitest",
5465
6872
  "icon": "vitest.svg",
5466
6873
  "github": "https://github.com/danielroe/nuxt-vitest",
5467
6874
  "website": "https://github.com/danielroe/nuxt-vitest",
5468
6875
  "learn_more": "",
5469
- "category": "Extensions",
6876
+ "category": "Devtools",
5470
6877
  "type": "3rd-party",
5471
6878
  "maintainers": [
5472
6879
  {
@@ -5480,18 +6887,50 @@
5480
6887
  ],
5481
6888
  "compatibility": {
5482
6889
  "nuxt": "^3.0.0",
5483
- "requires": {}
6890
+ "requires": {},
6891
+ "devtools": "^0.0.0"
6892
+ }
6893
+ },
6894
+ {
6895
+ "name": "vue-email",
6896
+ "description": "💌 Write email templates with vue",
6897
+ "repo": "Dave136/vue-email#main/packages/vue-email",
6898
+ "npm": "vue-email",
6899
+ "icon": "vue-email.svg",
6900
+ "github": "https://github.com/Dave136/vue-email",
6901
+ "website": "https://www.vuemail.net/",
6902
+ "learn_more": "https://vue-email.vercel.app/getting-started",
6903
+ "category": "UI",
6904
+ "type": "3rd-party",
6905
+ "maintainers": [
6906
+ {
6907
+ "name": "David Arenas",
6908
+ "github": "Dave136",
6909
+ "twitter": "davejs4",
6910
+ "avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
6911
+ },
6912
+ {
6913
+ "name": "Younes Barrad",
6914
+ "github": "Flowko",
6915
+ "twitter": "imflowko",
6916
+ "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
6917
+ }
6918
+ ],
6919
+ "compatibility": {
6920
+ "nuxt": "^3.0.0",
6921
+ "requires": {},
6922
+ "devtools": "^0.0.0"
5484
6923
  }
5485
6924
  },
5486
6925
  {
5487
6926
  "name": "vue-macros",
5488
- "description": "Explore and extend more macros and syntax sugar to Vue.",
5489
- "repo": "sxzz/unplugin-vue-macros#main/packages/nuxt",
6927
+ "description": "Explore more macros and syntax sugar to Vue.",
6928
+ "repo": "sxzz/vue-macros#main/packages/nuxt",
5490
6929
  "npm": "@vue-macros/nuxt",
5491
6930
  "icon": "vue-macros.svg",
5492
- "github": "https://github.com/sxzz/unplugin-vue-macros",
6931
+ "github": "https://github.com/sxzz/vue-macros",
5493
6932
  "website": "https://vue-macros.sxzz.moe",
5494
- "learn_more": "https://github.com/sxzz/unplugin-vue-macros",
6933
+ "learn_more": "https://github.com/sxzz/vue-macros",
5495
6934
  "category": "Extensions",
5496
6935
  "type": "3rd-party",
5497
6936
  "maintainers": [
@@ -5505,7 +6944,8 @@
5505
6944
  "nuxt": "^3.0.0",
5506
6945
  "requires": {
5507
6946
  "bridge": "optional"
5508
- }
6947
+ },
6948
+ "devtools": "^0.0.0"
5509
6949
  }
5510
6950
  },
5511
6951
  {
@@ -5532,7 +6972,7 @@
5532
6972
  },
5533
6973
  {
5534
6974
  "name": "vue-multiselect",
5535
- "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
6975
+ "description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
5536
6976
  "repo": "spektrummedia/nuxt-vue-multiselect",
5537
6977
  "npm": "nuxt-vue-multiselect",
5538
6978
  "icon": "",
@@ -5574,6 +7014,29 @@
5574
7014
  "requires": {}
5575
7015
  }
5576
7016
  },
7017
+ {
7018
+ "name": "vue-query",
7019
+ "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
7020
+ "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
7021
+ "npm": "@hebilicious/vue-query-nuxt",
7022
+ "icon": "vue-query.svg",
7023
+ "github": "https://github.com/Hebilicious/vue-query-nuxt",
7024
+ "website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
7025
+ "learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
7026
+ "category": "Request",
7027
+ "type": "3rd-party",
7028
+ "maintainers": [
7029
+ {
7030
+ "name": "Hebilicious",
7031
+ "github": "Hebilicious",
7032
+ "twitter": "its_hebilicious"
7033
+ }
7034
+ ],
7035
+ "compatibility": {
7036
+ "nuxt": "^3.0.0",
7037
+ "requires": {}
7038
+ }
7039
+ },
5577
7040
  {
5578
7041
  "name": "vue-select",
5579
7042
  "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
@@ -5623,7 +7086,7 @@
5623
7086
  },
5624
7087
  {
5625
7088
  "name": "vue-warehouse",
5626
- "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
7089
+ "description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
5627
7090
  "repo": "juliomrqz/vue-warehouse",
5628
7091
  "npm": "vue-warehouse",
5629
7092
  "icon": "",
@@ -5644,6 +7107,29 @@
5644
7107
  "requires": {}
5645
7108
  }
5646
7109
  },
7110
+ {
7111
+ "name": "vue3-carousel-nuxt",
7112
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
7113
+ "repo": "gaetansenn/vue3-carousel-nuxt",
7114
+ "npm": "vue3-carousel-nuxt",
7115
+ "icon": "",
7116
+ "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7117
+ "website": "",
7118
+ "learn_more": "",
7119
+ "category": "UI",
7120
+ "type": "3rd-party",
7121
+ "maintainers": [
7122
+ {
7123
+ "name": "Gaetan SENN",
7124
+ "github": "gaetansenn",
7125
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
7126
+ }
7127
+ ],
7128
+ "compatibility": {
7129
+ "nuxt": "^3.0.0",
7130
+ "requires": {}
7131
+ }
7132
+ },
5647
7133
  {
5648
7134
  "name": "vuefire",
5649
7135
  "description": "Idiomatic composables for the Firebase SDK",
@@ -5668,7 +7154,7 @@
5668
7154
  },
5669
7155
  {
5670
7156
  "name": "vuestic",
5671
- "description": "Vuestic UI module for Nuxt 3",
7157
+ "description": "Vuestic UI module for Nuxt",
5672
7158
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
5673
7159
  "npm": "@vuestic/nuxt",
5674
7160
  "icon": "vuestic.png",
@@ -5688,9 +7174,31 @@
5688
7174
  "requires": {}
5689
7175
  }
5690
7176
  },
7177
+ {
7178
+ "name": "vuetify-nuxt-module",
7179
+ "description": "Zero-config Nuxt Module for Vuetify.",
7180
+ "repo": "userquin/vuetify-nuxt-module",
7181
+ "npm": "vuetify-nuxt-module",
7182
+ "icon": "vuetify-logo-v3-dark.svg",
7183
+ "github": "https://github.com/userquin/vuetify-nuxt-module",
7184
+ "website": "https://github.com/userquin/vuetify-nuxt-module",
7185
+ "learn_more": "https://vuetify-nuxt-module.netlify.app/",
7186
+ "category": "UI",
7187
+ "type": "3rd-party",
7188
+ "maintainers": [
7189
+ {
7190
+ "name": "Joaquín Sánchez",
7191
+ "github": "userquin"
7192
+ }
7193
+ ],
7194
+ "compatibility": {
7195
+ "nuxt": "^3.0.0",
7196
+ "requires": {}
7197
+ }
7198
+ },
5691
7199
  {
5692
7200
  "name": "vuetify",
5693
- "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
7201
+ "description": "Vuetify Module for Nuxt to add Material Design components to your application.",
5694
7202
  "repo": "nuxt-community/vuetify-module",
5695
7203
  "npm": "@nuxtjs/vuetify",
5696
7204
  "icon": "vuetify.png",
@@ -5737,7 +7245,8 @@
5737
7245
  "nuxt": "^2.0.0 || ^3.0.0",
5738
7246
  "requires": {
5739
7247
  "bridge": "optional"
5740
- }
7248
+ },
7249
+ "devtools": "^0.0.0"
5741
7250
  }
5742
7251
  },
5743
7252
  {
@@ -5762,14 +7271,37 @@
5762
7271
  "requires": {}
5763
7272
  }
5764
7273
  },
7274
+ {
7275
+ "name": "vunix",
7276
+ "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.",
7277
+ "repo": "gaetansenn/vunix#main/packages/nuxt",
7278
+ "npm": "@vunix/nuxt",
7279
+ "icon": "",
7280
+ "github": "https://github.com/gaetansenn/vunix",
7281
+ "website": "https://vunix.dewib.com/",
7282
+ "learn_more": "",
7283
+ "category": "UI",
7284
+ "type": "3rd-party",
7285
+ "maintainers": [
7286
+ {
7287
+ "name": "Gaetan SENN",
7288
+ "github": "gaetansenn",
7289
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
7290
+ }
7291
+ ],
7292
+ "compatibility": {
7293
+ "nuxt": "^3.0.0",
7294
+ "requires": {}
7295
+ }
7296
+ },
5765
7297
  {
5766
7298
  "name": "web-vitals",
5767
7299
  "description": "Web Vitals for Nuxt",
5768
- "repo": "nuxt-community/web-vitals-module",
7300
+ "repo": "nuxt-modules/web-vitals",
5769
7301
  "npm": "@nuxtjs/web-vitals",
5770
7302
  "icon": "web-vitals.png",
5771
- "github": "https://github.com/nuxt-community/web-vitals-module",
5772
- "website": "https://github.com/nuxt-community/web-vitals-module",
7303
+ "github": "https://github.com/nuxt-modules/web-vitals",
7304
+ "website": "https://github.com/nuxt-modules/web-vitals",
5773
7305
  "learn_more": "",
5774
7306
  "category": "Performance",
5775
7307
  "type": "community",
@@ -5796,29 +7328,6 @@
5796
7328
  }
5797
7329
  }
5798
7330
  },
5799
- {
5800
- "name": "web3js",
5801
- "description": "Web3.js module integration for Nuxt.js",
5802
- "repo": "bl0cknumber/nuxt-web3",
5803
- "npm": "nuxt-web3",
5804
- "icon": "web3js.svg",
5805
- "github": "https://github.com/bl0cknumber/nuxt-web3",
5806
- "website": "https://github.com/bl0cknumber/nuxt-web3",
5807
- "learn_more": "https://web3js.readthedocs.io/",
5808
- "category": "Libraries",
5809
- "type": "3rd-party",
5810
- "maintainers": [
5811
- {
5812
- "name": "Muhammad Fauzan",
5813
- "github": "bl0cknumber",
5814
- "twitter": "fncolon"
5815
- }
5816
- ],
5817
- "compatibility": {
5818
- "nuxt": "^2.0.0",
5819
- "requires": {}
5820
- }
5821
- },
5822
7331
  {
5823
7332
  "name": "webfontloader",
5824
7333
  "description": "Efficient web font loading has never been easier!",
@@ -5843,7 +7352,7 @@
5843
7352
  },
5844
7353
  {
5845
7354
  "name": "webpack-optimisations",
5846
- "description": "Nuxt.js v2 module to automatically make your builds faster.",
7355
+ "description": "Nuxt v2 module to automatically make your builds faster.",
5847
7356
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
5848
7357
  "npm": "nuxt-webpack-optimisations",
5849
7358
  "icon": "build-optimisations.svg",
@@ -5933,6 +7442,54 @@
5933
7442
  "requires": {}
5934
7443
  }
5935
7444
  },
7445
+ {
7446
+ "name": "well-known",
7447
+ "description": "A Nuxt module to add well-known URIs using middlewares",
7448
+ "repo": "zadigetvoltaire/nuxt-well-known",
7449
+ "npm": "@zadigetvoltaire/nuxt-well-known",
7450
+ "icon": "well-known.svg",
7451
+ "github": "https://github.com/zadigetvoltaire/nuxt-well-known",
7452
+ "website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
7453
+ "learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
7454
+ "category": "SEO",
7455
+ "type": "3rd-party",
7456
+ "maintainers": [
7457
+ {
7458
+ "name": "Zadig&Voltaire Team",
7459
+ "github": "https://github.com/zadigetvoltaire"
7460
+ }
7461
+ ],
7462
+ "compatibility": {
7463
+ "nuxt": "^3.0.0",
7464
+ "requires": {}
7465
+ }
7466
+ },
7467
+ {
7468
+ "name": "wideangle",
7469
+ "description": "Nuxt module to integrate Wide Angle Analytics",
7470
+ "repo": "inputobjects/wideangle-nuxt",
7471
+ "npm": "wideangle-nuxt",
7472
+ "icon": "wideangle.png",
7473
+ "github": "https://github.com/inputobjects/wideangle-nuxt",
7474
+ "website": "https://wideangle.co",
7475
+ "learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
7476
+ "category": "Analytics",
7477
+ "type": "3rd-party",
7478
+ "maintainers": [
7479
+ {
7480
+ "name": "Wide Angle Analytics by Input Objects GmbH",
7481
+ "github": "inputobjects"
7482
+ },
7483
+ {
7484
+ "name": "Jarek Rozanski",
7485
+ "github": "jrozanski"
7486
+ }
7487
+ ],
7488
+ "compatibility": {
7489
+ "nuxt": "^3.0.0",
7490
+ "requires": {}
7491
+ }
7492
+ },
5936
7493
  {
5937
7494
  "name": "windicss",
5938
7495
  "description": "Next generation utility-first CSS framework.",
@@ -6076,32 +7633,9 @@
6076
7633
  "requires": {}
6077
7634
  }
6078
7635
  },
6079
- {
6080
- "name": "yandex-metrika",
6081
- "description": "Yandex metrika Module for Nuxt.js",
6082
- "repo": "nuxt-community/yandex-metrika-module",
6083
- "npm": "@nuxtjs/yandex-metrika",
6084
- "icon": "",
6085
- "github": "https://github.com/nuxt-community/yandex-metrika-module",
6086
- "website": "https://github.com/nuxt-community/yandex-metrika-module",
6087
- "learn_more": "https://metrica.yandex.com/about",
6088
- "category": "Analytics",
6089
- "type": "community",
6090
- "maintainers": [
6091
- {
6092
- "name": "Pooya Parsa",
6093
- "github": "pi0",
6094
- "twitter": "_pi0_"
6095
- }
6096
- ],
6097
- "compatibility": {
6098
- "nuxt": "^2.0.0",
6099
- "requires": {}
6100
- }
6101
- },
6102
7636
  {
6103
7637
  "name": "zendesk",
6104
- "description": "Nuxt.js module for Zendesk",
7638
+ "description": "Nuxt module for Zendesk",
6105
7639
  "repo": "DansMaCulotte/nuxt-zendesk",
6106
7640
  "npm": "@dansmaculotte/nuxt-zendesk",
6107
7641
  "icon": "zendesk.png",