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

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 +1895 -315
  3. package/package.json +10 -10
package/modules.json CHANGED
@@ -1,7 +1,7 @@
1
1
  [
2
2
  {
3
3
  "name": "ackee",
4
- "description": "Nuxt.js module for Ackee analytics",
4
+ "description": "Nuxt module for Ackee analytics",
5
5
  "repo": "bdrtsky/nuxt-ackee",
6
6
  "npm": "nuxt-ackee",
7
7
  "icon": "ackee.png",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  {
30
30
  "name": "agility-cms",
31
- "description": "Agility CMS Integration for Nuxt.js",
31
+ "description": "Agility CMS Integration for Nuxt",
32
32
  "repo": "agility/agilitycms-nuxt-module",
33
33
  "npm": "@agility/agilitycms-nuxt-module",
34
34
  "icon": "agility.png",
@@ -51,7 +51,7 @@
51
51
  },
52
52
  {
53
53
  "name": "algolia",
54
- "description": "Algolia Search Module for Nuxt 3",
54
+ "description": "Algolia Search Module for Nuxt",
55
55
  "repo": "nuxt-modules/algolia",
56
56
  "npm": "@nuxtjs/algolia",
57
57
  "icon": "algolia.svg",
@@ -125,21 +125,20 @@
125
125
  }
126
126
  },
127
127
  {
128
- "name": "prometheus",
129
- "description": "Prometheus metrics for NodeJS and a set of custom metrics for Nuxt applications",
130
- "repo": "artmizu/nuxt-prometheus",
131
- "npm": "@artmizu/nuxt-prometheus",
132
- "icon": "prometheus.svg",
133
- "github": "https://github.com/artmizu/nuxt-prometheus",
134
- "website": "",
128
+ "name": "animejs",
129
+ "description": "Anime.js module for Nuxt",
130
+ "repo": "hypernym-studio/nuxt-anime",
131
+ "npm": "@hypernym/nuxt-anime",
132
+ "icon": "",
133
+ "github": "https://github.com/hypernym-studio/nuxt-anime",
134
+ "website": "https://github.com/hypernym-studio/nuxt-anime",
135
135
  "learn_more": "",
136
- "category": "Monitoring",
136
+ "category": "Libraries",
137
137
  "type": "3rd-party",
138
138
  "maintainers": [
139
139
  {
140
- "name": "Aleksandr Saburov",
141
- "github": "artmizu",
142
- "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
140
+ "name": "ivodolenc",
141
+ "github": "ivodolenc"
143
142
  }
144
143
  ],
145
144
  "compatibility": {
@@ -148,35 +147,59 @@
148
147
  }
149
148
  },
150
149
  {
151
- "name": "animejs",
152
- "description": "Anime.js module for Nuxt.js",
153
- "repo": "ivodolenc/nuxt-animejs",
154
- "npm": "nuxt-animejs",
155
- "icon": "",
156
- "github": "https://github.com/ivodolenc/nuxt-animejs",
157
- "website": "https://github.com/ivodolenc/nuxt-animejs",
150
+ "name": "ant-design-vue",
151
+ "description": "A Vue 3 based component library for designers and developers",
152
+ "repo": "vueComponent/ant-design-vue-nuxt",
153
+ "npm": "@ant-design-vue/nuxt",
154
+ "icon": "ant-design-vue.svg",
155
+ "github": "https://github.com/vueComponent/ant-design-vue-nuxt",
156
+ "website": "https://antdv.com",
157
+ "learn_more": "https://github.com/vueComponent/ant-design-vue-nuxt",
158
+ "category": "UI",
159
+ "type": "3rd-party",
160
+ "maintainers": [
161
+ {
162
+ "name": "tangjinzhou",
163
+ "github": "tangjinzhou"
164
+ }
165
+ ],
166
+ "compatibility": {
167
+ "nuxt": "^3.0.0",
168
+ "requires": {
169
+ "bridge": "optional"
170
+ }
171
+ }
172
+ },
173
+ {
174
+ "name": "aos",
175
+ "description": "A Nuxt module that adds Animate On Scroll",
176
+ "repo": "egidiusmengelberg/nuxt-aos",
177
+ "npm": "nuxt-aos",
178
+ "icon": "aos.png",
179
+ "github": "https://github.com/egidiusmengelberg/nuxt-aos",
180
+ "website": "https://github.com/egidiusmengelberg/nuxt-aos",
158
181
  "learn_more": "",
159
- "category": "Libraries",
182
+ "category": "Devtools",
160
183
  "type": "3rd-party",
161
184
  "maintainers": [
162
185
  {
163
- "name": "ivodolenc",
164
- "github": "ivodolenc"
186
+ "name": "egidiusmengelberg",
187
+ "github": "egidiusmengelberg"
165
188
  }
166
189
  ],
167
190
  "compatibility": {
168
- "nuxt": "^2.0.0",
191
+ "nuxt": "^3.0.0",
169
192
  "requires": {}
170
193
  }
171
194
  },
172
195
  {
173
196
  "name": "api-party",
174
- "description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
197
+ "description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
175
198
  "repo": "johannschopplich/nuxt-api-party",
176
199
  "npm": "nuxt-api-party",
177
200
  "icon": "api-party.svg",
178
201
  "github": "https://github.com/johannschopplich/nuxt-api-party",
179
- "website": "https://github.com/johannschopplich/nuxt-api-party#readme",
202
+ "website": "https://nuxt-api-party.jhnn.dev/",
180
203
  "learn_more": "",
181
204
  "category": "Request",
182
205
  "type": "3rd-party",
@@ -219,7 +242,7 @@
219
242
  },
220
243
  {
221
244
  "name": "apollo",
222
- "description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
245
+ "description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
223
246
  "repo": "nuxt-modules/apollo",
224
247
  "npm": "@nuxtjs/apollo",
225
248
  "icon": "apollo.png",
@@ -243,7 +266,7 @@
243
266
  },
244
267
  {
245
268
  "name": "applicationinsights",
246
- "description": "AppInsights module for Nuxt.js",
269
+ "description": "AppInsights module for Nuxt",
247
270
  "repo": "nuxt-community/applicationinsights-module",
248
271
  "npm": "@nuxtjs/applicationinsights",
249
272
  "icon": "application-insights.png",
@@ -272,7 +295,7 @@
272
295
  "github": "https://github.com/Hrdtr/nuxt-appwrite",
273
296
  "website": "https://github.com/Hrdtr/nuxt-appwrite",
274
297
  "learn_more": "",
275
- "category": "Request",
298
+ "category": "Database",
276
299
  "type": "3rd-party",
277
300
  "maintainers": [
278
301
  {
@@ -281,13 +304,58 @@
281
304
  }
282
305
  ],
283
306
  "compatibility": {
284
- "nuxt": "^2.0.0",
307
+ "nuxt": "^3.0.0",
308
+ "requires": {}
309
+ }
310
+ },
311
+ {
312
+ "name": "arco-design-nuxt-module",
313
+ "description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
314
+ "repo": "wiidede/arco-design-nuxt-module",
315
+ "npm": "arco-design-nuxt-module",
316
+ "icon": "arco-design.svg",
317
+ "github": "https://github.com/wiidede/arco-design-nuxt-module",
318
+ "website": "https://arco.design/vue",
319
+ "learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
320
+ "category": "UI",
321
+ "type": "3rd-party",
322
+ "maintainers": [
323
+ {
324
+ "name": "wiidede",
325
+ "github": "wiidede"
326
+ }
327
+ ],
328
+ "compatibility": {
329
+ "nuxt": "^3.0.0",
330
+ "requires": {}
331
+ }
332
+ },
333
+ {
334
+ "name": "ark-ui",
335
+ "description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
336
+ "repo": "iamdin/nuxt-ark-ui",
337
+ "npm": "nuxt-ark-ui",
338
+ "icon": "ark-ui.svg",
339
+ "github": "https://github.com/iamdin/nuxt-ark-ui",
340
+ "website": "https://ark-ui.com/",
341
+ "learn_more": "https://github.com/iamdin/nuxt-ark-ui",
342
+ "category": "UI",
343
+ "type": "3rd-party",
344
+ "maintainers": [
345
+ {
346
+ "name": "Din",
347
+ "github": "iamdin",
348
+ "twitter": "iamdinq"
349
+ }
350
+ ],
351
+ "compatibility": {
352
+ "nuxt": "^3.0.0",
285
353
  "requires": {}
286
354
  }
287
355
  },
288
356
  {
289
357
  "name": "auth",
290
- "description": "Zero-boilerplate authentication support for Nuxt.js.",
358
+ "description": "Zero-boilerplate authentication support for Nuxt.",
291
359
  "repo": "nuxt-community/auth-module",
292
360
  "npm": "@nuxtjs/auth",
293
361
  "icon": "auth.png",
@@ -312,9 +380,55 @@
312
380
  "requires": {}
313
381
  }
314
382
  },
383
+ {
384
+ "name": "authjs",
385
+ "description": "Auth.js authentication Nuxt module. Edge compatible.",
386
+ "repo": "Hebilicious/authjs-nuxt#main",
387
+ "npm": "@hebilicious/authjs-nuxt",
388
+ "icon": "authjs.png",
389
+ "github": "https://github.com/Hebilicious/authjs-nuxt",
390
+ "website": "https://authjs-nuxt.pages.dev/",
391
+ "learn_more": "https://authjs.dev/",
392
+ "category": "Security",
393
+ "type": "3rd-party",
394
+ "maintainers": [
395
+ {
396
+ "name": "Hebilicious",
397
+ "github": "Hebilicious",
398
+ "twitter": "its_hebilicious"
399
+ }
400
+ ],
401
+ "compatibility": {
402
+ "nuxt": "^3.0.0",
403
+ "requires": {}
404
+ }
405
+ },
406
+ {
407
+ "name": "auto-animate",
408
+ "description": "Automatic animations for your Nuxt app with a single line of code.",
409
+ "repo": "formkit/auto-animate",
410
+ "npm": "@formkit/auto-animate",
411
+ "icon": "auto-animate.svg",
412
+ "github": "https://github.com/formkit/auto-animate",
413
+ "website": "https://auto-animate.formkit.com",
414
+ "learn_more": "https://auto-animate.formkit.com",
415
+ "category": "Libraries",
416
+ "type": "3rd-party",
417
+ "maintainers": [
418
+ {
419
+ "name": "Justin Schroeder",
420
+ "github": "justin-schroeder",
421
+ "twitter": "jpschroeder"
422
+ }
423
+ ],
424
+ "compatibility": {
425
+ "nuxt": "^3.0.0",
426
+ "requires": {}
427
+ }
428
+ },
315
429
  {
316
430
  "name": "axios",
317
- "description": "Secure and easy Axios module with Nuxt.js",
431
+ "description": "Secure and easy Axios module with Nuxt",
318
432
  "repo": "nuxt-community/axios-module",
319
433
  "npm": "@nuxtjs/axios",
320
434
  "icon": "axios.svg",
@@ -337,7 +451,7 @@
337
451
  },
338
452
  {
339
453
  "name": "basic-auth",
340
- "description": "Provide basic authentication to your Nuxt.js application",
454
+ "description": "Provide basic authentication to your Nuxt application",
341
455
  "repo": "potato4d/nuxt-basic-auth-module",
342
456
  "npm": "nuxt-basic-auth-module",
343
457
  "icon": "",
@@ -461,7 +575,7 @@
461
575
  },
462
576
  {
463
577
  "name": "bulma-slim",
464
- "description": "Nuxt.js module to automatically make a slim Bulma build of used features with Purgecss",
578
+ "description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
465
579
  "repo": "mustardamus/nuxt-bulma-slim",
466
580
  "npm": "nuxt-bulma-slim",
467
581
  "icon": "bulma.png",
@@ -528,7 +642,7 @@
528
642
  },
529
643
  {
530
644
  "name": "canvas-sketch",
531
- "description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
645
+ "description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
532
646
  "repo": "LuXDAmore/generative-art",
533
647
  "npm": "@luxdamore/nuxt-canvas-sketch",
534
648
  "icon": "",
@@ -549,9 +663,31 @@
549
663
  "requires": {}
550
664
  }
551
665
  },
666
+ {
667
+ "name": "capo",
668
+ "description": "Capo.js implementation for Nuxt",
669
+ "repo": "danielroe/nuxt-capo",
670
+ "npm": "nuxt-capo",
671
+ "icon": "",
672
+ "github": "https://github.com/danielroe/nuxt-capo",
673
+ "website": "https://github.com/danielroe/nuxt-capo",
674
+ "learn_more": "",
675
+ "category": "Performance",
676
+ "type": "3rd-party",
677
+ "maintainers": [
678
+ {
679
+ "name": "danielroe",
680
+ "github": "danielroe"
681
+ }
682
+ ],
683
+ "compatibility": {
684
+ "nuxt": "^3.0.0",
685
+ "requires": {}
686
+ }
687
+ },
552
688
  {
553
689
  "name": "chakra-ui",
554
- "description": "Chakra UI Module for Nuxt.js",
690
+ "description": "Chakra UI Module for Nuxt",
555
691
  "repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
556
692
  "npm": "@chakra-ui/nuxt",
557
693
  "icon": "chakra-ui.png",
@@ -574,11 +710,11 @@
574
710
  {
575
711
  "name": "chatwoot",
576
712
  "description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
577
- "repo": "huntersofbook/huntersofbook#main/projects/chatwoot/packages/nuxt",
578
- "npm": "@huntersofbook/chatwoot-nuxt",
713
+ "repo": "productdevbookcom/chatwoot",
714
+ "npm": "@productdevbook/chatwoot",
579
715
  "icon": "chatwoot.png",
580
- "github": "https://github.com/huntersofbook/huntersofbook/tree/main/projects/chatwoot/packages/nuxt",
581
- "website": "https://github.com/huntersofbook/huntersofbook/tree/main/projects/chatwoot/packages/nuxt",
716
+ "github": "https://github.com/productdevbookcom/chatwoot",
717
+ "website": "https://github.com/productdevbookcom/chatwoot",
582
718
  "learn_more": "https://www.chatwoot.com",
583
719
  "category": "Libraries",
584
720
  "type": "3rd-party",
@@ -615,6 +751,29 @@
615
751
  "requires": {}
616
752
  }
617
753
  },
754
+ {
755
+ "name": "clarity-analytics",
756
+ "description": "Clarity Analytics Module for Nuxt",
757
+ "repo": "Barbapapazes/nuxt-clarity-analytics",
758
+ "npm": "nuxt-clarity-analytics",
759
+ "icon": "",
760
+ "github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
761
+ "website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
762
+ "learn_more": "https://clarity.microsoft.com/",
763
+ "category": "Analytics",
764
+ "type": "3rd-party",
765
+ "maintainers": [
766
+ {
767
+ "name": "Barbapapazes",
768
+ "github": "Barbapapazes",
769
+ "twitter": "soubiran_"
770
+ }
771
+ ],
772
+ "compatibility": {
773
+ "nuxt": "^3.0.0",
774
+ "requires": {}
775
+ }
776
+ },
618
777
  {
619
778
  "name": "client-init",
620
779
  "description": "Provide client version of `nuxtServerInit`.",
@@ -639,7 +798,7 @@
639
798
  },
640
799
  {
641
800
  "name": "cloudcms",
642
- "description": "CloudCMS Nuxt.js Module",
801
+ "description": "CloudCMS Nuxt Module",
643
802
  "repo": "gitana/cloudcms-nuxt",
644
803
  "npm": "cloudcms-nuxt",
645
804
  "icon": "",
@@ -688,11 +847,11 @@
688
847
  },
689
848
  {
690
849
  "name": "cloudinary",
691
- "description": "Optimize images and videos in your Nuxt.js application",
692
- "repo": "nuxt-community/cloudinary-module",
850
+ "description": "Optimize images and videos in your Nuxt application",
851
+ "repo": "nuxt-modules/cloudinary",
693
852
  "npm": "@nuxtjs/cloudinary",
694
853
  "icon": "cloudinary.png",
695
- "github": "https://github.com/nuxt-community/cloudinary-module",
854
+ "github": "https://github.com/nuxt-modules/cloudinary",
696
855
  "website": "https://cloudinary.nuxtjs.org",
697
856
  "learn_more": "https://cloudinary.com",
698
857
  "category": "Images",
@@ -711,11 +870,11 @@
711
870
  },
712
871
  {
713
872
  "name": "color-mode",
714
- "description": "Dark and Light mode for NuxtJS with auto detection",
715
- "repo": "nuxt-community/color-mode-module",
873
+ "description": "Dark and Light mode for Nuxt with auto detection",
874
+ "repo": "nuxt-modules/color-mode",
716
875
  "npm": "@nuxtjs/color-mode",
717
876
  "icon": "color-mode.png",
718
- "github": "https://github.com/nuxt-community/color-mode-module",
877
+ "github": "https://github.com/nuxt-modules/color-mode",
719
878
  "website": "https://color-mode.nuxtjs.org",
720
879
  "learn_more": "",
721
880
  "category": "UI",
@@ -780,12 +939,35 @@
780
939
  "requires": {}
781
940
  }
782
941
  },
942
+ {
943
+ "name": "content-assets",
944
+ "description": "Enable locally-located assets in Nuxt Content",
945
+ "repo": "davestewart/nuxt-content-assets",
946
+ "npm": "nuxt-content-assets",
947
+ "icon": "content-assets.png",
948
+ "github": "https://github.com/davestewart/nuxt-content-assets",
949
+ "website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
950
+ "learn_more": "",
951
+ "category": "Images",
952
+ "type": "3rd-party",
953
+ "maintainers": [
954
+ {
955
+ "name": "davestewart",
956
+ "github": "davestewart",
957
+ "twitter": "dave_stewart"
958
+ }
959
+ ],
960
+ "compatibility": {
961
+ "nuxt": "^3.0.0",
962
+ "requires": {}
963
+ }
964
+ },
783
965
  {
784
966
  "name": "content",
785
967
  "description": "Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.",
786
968
  "repo": "nuxt/content#main",
787
969
  "npm": "@nuxt/content",
788
- "icon": "nuxt.png",
970
+ "icon": "nuxt.svg",
789
971
  "github": "https://github.com/nuxt/content",
790
972
  "website": "https://content.nuxtjs.org",
791
973
  "learn_more": "",
@@ -909,7 +1091,7 @@
909
1091
  },
910
1092
  {
911
1093
  "name": "darkmode.js",
912
- "description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
1094
+ "description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
913
1095
  "repo": "sandoche/nuxtjs-darkmode-js-module#main",
914
1096
  "npm": "nuxtjs-darkmode-js-module",
915
1097
  "icon": "darkmode.png",
@@ -931,7 +1113,7 @@
931
1113
  },
932
1114
  {
933
1115
  "name": "date-fns",
934
- "description": "Modern JavaScript date utility library - date-fns for Nuxt.js",
1116
+ "description": "Modern JavaScript date utility library - date-fns for Nuxt",
935
1117
  "repo": "nuxt-community/date-fns-module",
936
1118
  "npm": "@nuxtjs/date-fns",
937
1119
  "icon": "date-fns.png",
@@ -952,11 +1134,11 @@
952
1134
  }
953
1135
  },
954
1136
  {
955
- "name": "datocms",
956
- "description": "DatoCMS integration for Nuxt.js",
1137
+ "name": "datocms-nuxt2",
1138
+ "description": "DatoCMS integration for Nuxt v2",
957
1139
  "repo": "voorhoede/nuxt-datocms-module",
958
1140
  "npm": "@voorhoede/nuxt-datocms-module",
959
- "icon": "datocms.png",
1141
+ "icon": "datocms.svg",
960
1142
  "github": "https://github.com/voorhoede/nuxt-datocms-module",
961
1143
  "website": "https://github.com/voorhoede/nuxt-datocms-module",
962
1144
  "learn_more": "https://www.datocms.com/",
@@ -973,33 +1155,57 @@
973
1155
  "requires": {}
974
1156
  }
975
1157
  },
1158
+ {
1159
+ "name": "datocms",
1160
+ "description": "DatoCMS module for Nuxt",
1161
+ "repo": "hex-digital/nuxt-datocms",
1162
+ "npm": "@hexdigital/nuxt-datocms",
1163
+ "icon": "datocms.svg",
1164
+ "github": "https://github.com/hex-digital/nuxt-datocms",
1165
+ "website": "https://github.com/hex-digital/nuxt-datocms#readme",
1166
+ "learn_more": "https://www.datocms.com/",
1167
+ "category": "CMS",
1168
+ "type": "3rd-party",
1169
+ "maintainers": [
1170
+ {
1171
+ "name": "Jamie Warburton",
1172
+ "github": "jamiewarb",
1173
+ "twitter": "jamiewarb",
1174
+ "avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
1175
+ }
1176
+ ],
1177
+ "compatibility": {
1178
+ "nuxt": "^3.0.0",
1179
+ "requires": {}
1180
+ }
1181
+ },
976
1182
  {
977
1183
  "name": "dayjs",
978
- "description": "The best way for use Day.js easily in your Nuxt.js project.",
979
- "repo": "nuxt-community/dayjs-module",
980
- "npm": "@nuxtjs/dayjs",
1184
+ "description": "Day.js module for Nuxt",
1185
+ "repo": "fumeapp/dayjs",
1186
+ "npm": "dayjs-nuxt",
981
1187
  "icon": "day-js.png",
982
- "github": "https://github.com/nuxt-community/dayjs-module",
983
- "website": "https://github.com/nuxt-community/dayjs-module",
1188
+ "github": "https://github.com/fumeapp/dayjs",
1189
+ "website": "https://github.com/fumeapp/dayjs",
984
1190
  "learn_more": "https://day.js.org/",
985
- "category": "Date",
986
- "type": "community",
1191
+ "category": "Libraries",
1192
+ "type": "3rd-party",
987
1193
  "maintainers": [
988
1194
  {
989
- "name": "Takuma HANATANI",
990
- "github": "potato4d",
991
- "twitter": "potato4d"
1195
+ "name": "Kevin Olson",
1196
+ "github": "acidjazz",
1197
+ "twitter": "AppFume"
992
1198
  }
993
1199
  ],
994
1200
  "compatibility": {
995
- "nuxt": "^2.0.0",
1201
+ "nuxt": "^3.0.0",
996
1202
  "requires": {}
997
1203
  }
998
1204
  },
999
1205
  {
1000
1206
  "name": "delay-hydration",
1001
- "description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
1002
- "repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
1207
+ "description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
1208
+ "repo": "harlan-zw/nuxt-delay-hydration",
1003
1209
  "npm": "nuxt-delay-hydration",
1004
1210
  "icon": "lighthouse.svg",
1005
1211
  "github": "https://github.com/harlan-zw/nuxt-delay-hydration",
@@ -1021,12 +1227,12 @@
1021
1227
  },
1022
1228
  {
1023
1229
  "name": "device",
1024
- "description": "Device detection module for Nuxt.js",
1025
- "repo": "nuxt-community/device-module",
1230
+ "description": "Device detection module for Nuxt",
1231
+ "repo": "nuxt-modules/device",
1026
1232
  "npm": "@nuxtjs/device",
1027
1233
  "icon": "",
1028
- "github": "https://github.com/nuxt-community/device-module",
1029
- "website": "https://github.com/nuxt-community/device-module",
1234
+ "github": "https://github.com/nuxt-modules/device",
1235
+ "website": "https://github.com/nuxt-modules/device",
1030
1236
  "learn_more": "",
1031
1237
  "category": "Extensions",
1032
1238
  "type": "community",
@@ -1041,15 +1247,38 @@
1041
1247
  "requires": {}
1042
1248
  }
1043
1249
  },
1250
+ {
1251
+ "name": "devtools",
1252
+ "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1253
+ "repo": "nuxt/devtools#main/packages/devtools",
1254
+ "npm": "@nuxt/devtools",
1255
+ "icon": "nuxt.svg",
1256
+ "github": "https://github.com/nuxt/devtools",
1257
+ "website": "https://devtools.nuxtjs.org/",
1258
+ "learn_more": "",
1259
+ "category": "Devtools",
1260
+ "type": "official",
1261
+ "maintainers": [
1262
+ {
1263
+ "name": "Anthony Fu",
1264
+ "github": "antfu",
1265
+ "twitter": "antfu7"
1266
+ }
1267
+ ],
1268
+ "compatibility": {
1269
+ "nuxt": "^3.0.0",
1270
+ "requires": {}
1271
+ }
1272
+ },
1044
1273
  {
1045
1274
  "name": "directus",
1046
- "description": "Easily connect your Nuxt3 application to your directus server.",
1275
+ "description": "Easily connect your Nuxt application to your directus server.",
1047
1276
  "repo": "intevel/nuxt-directus",
1048
1277
  "npm": "nuxt-directus",
1049
1278
  "icon": "directus.svg",
1050
- "github": "https://github.com/directus/nuxt-directus/",
1051
- "website": "https://nuxt-directus.netlify.app/",
1052
- "learn_more": "https://nuxt-directus.netlify.app/",
1279
+ "github": "https://github.com/intevel/nuxt-directus/",
1280
+ "website": "https://nuxt-directus.site/",
1281
+ "learn_more": "https://nuxt-directus.site/",
1053
1282
  "category": "CMS",
1054
1283
  "type": "3rd-party",
1055
1284
  "maintainers": [
@@ -1060,15 +1289,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",
@@ -1143,6 +1393,28 @@
1143
1393
  "requires": {}
1144
1394
  }
1145
1395
  },
1396
+ {
1397
+ "name": "electron",
1398
+ "description": "Integrate Nuxt and Electron.",
1399
+ "repo": "caoxiemeihao/nuxt-electron",
1400
+ "npm": "nuxt-electron",
1401
+ "icon": "electron.svg",
1402
+ "github": "https://github.com/caoxiemeihao/nuxt-electron",
1403
+ "website": "https://github.com/caoxiemeihao/nuxt-electron",
1404
+ "learn_more": "https://github.com/caoxiemeihao/nuxt-electron#readme",
1405
+ "category": "Extensions",
1406
+ "type": "3rd-party",
1407
+ "maintainers": [
1408
+ {
1409
+ "name": "草鞋没号",
1410
+ "github": "caoxiemeihao"
1411
+ }
1412
+ ],
1413
+ "compatibility": {
1414
+ "nuxt": "^3.0.0",
1415
+ "requires": {}
1416
+ }
1417
+ },
1146
1418
  {
1147
1419
  "name": "element-plus",
1148
1420
  "description": "A Vue 3 based component library for designers and developers",
@@ -1169,7 +1441,7 @@
1169
1441
  },
1170
1442
  {
1171
1443
  "name": "emotion",
1172
- "description": "The Next Generation of CSS-in-JS for Nuxt.js",
1444
+ "description": "The Next Generation of CSS-in-JS for Nuxt",
1173
1445
  "repo": "nuxt-modules/emotion",
1174
1446
  "npm": "@nuxtjs/emotion",
1175
1447
  "icon": "emotion.png",
@@ -1197,7 +1469,7 @@
1197
1469
  },
1198
1470
  {
1199
1471
  "name": "eslint",
1200
- "description": "ESLint module for Nuxt.js",
1472
+ "description": "ESLint module for Nuxt",
1201
1473
  "repo": "nuxt-community/eslint-module",
1202
1474
  "npm": "@nuxtjs/eslint-module",
1203
1475
  "icon": "eslint.png",
@@ -1213,13 +1485,13 @@
1213
1485
  }
1214
1486
  ],
1215
1487
  "compatibility": {
1216
- "nuxt": "^2.0.0",
1488
+ "nuxt": "^2.0.0 || ^3.0.0",
1217
1489
  "requires": {}
1218
1490
  }
1219
1491
  },
1220
1492
  {
1221
1493
  "name": "event-trace",
1222
- "description": "Module for event trace in Nuxt.js",
1494
+ "description": "Module for event trace in Nuxt",
1223
1495
  "repo": "nuxt-community/nuxt-event-trace",
1224
1496
  "npm": "nuxt-event-trace",
1225
1497
  "icon": "",
@@ -1263,7 +1535,7 @@
1263
1535
  },
1264
1536
  {
1265
1537
  "name": "feature-toggle",
1266
- "description": "Feature toggle module for Nuxt.js",
1538
+ "description": "Feature toggle module for Nuxt",
1267
1539
  "repo": "stephenkr/nuxt-feature-toggle",
1268
1540
  "npm": "nuxt-feature-toggle",
1269
1541
  "icon": "",
@@ -1330,7 +1602,7 @@
1330
1602
  },
1331
1603
  {
1332
1604
  "name": "floating-prompt-module",
1333
- "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",
1334
1606
  "repo": "sandoche/nuxt-floating-prompt-module#main",
1335
1607
  "npm": "nuxt-floating-prompt-module",
1336
1608
  "icon": "",
@@ -1439,6 +1711,29 @@
1439
1711
  "requires": {}
1440
1712
  }
1441
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
+ },
1442
1737
  {
1443
1738
  "name": "formkit",
1444
1739
  "description": "Seamless FormKit integration for Nuxt",
@@ -1513,7 +1808,7 @@
1513
1808
  },
1514
1809
  {
1515
1810
  "name": "google-adsense",
1516
- "description": "Google Adsense Module for Nuxt.js",
1811
+ "description": "Google Adsense Module for Nuxt",
1517
1812
  "repo": "nuxt-community/google-adsense-module",
1518
1813
  "npm": "@nuxtjs/google-adsense",
1519
1814
  "icon": "google-adsense.png",
@@ -1539,7 +1834,7 @@
1539
1834
  },
1540
1835
  {
1541
1836
  "name": "google-analytics",
1542
- "description": "Google analytics Module for Nuxt.js",
1837
+ "description": "Google analytics Module for Nuxt",
1543
1838
  "repo": "nuxt-community/analytics-module",
1544
1839
  "npm": "@nuxtjs/google-analytics",
1545
1840
  "icon": "google-analytics.png",
@@ -1571,12 +1866,12 @@
1571
1866
  },
1572
1867
  {
1573
1868
  "name": "google-fonts",
1574
- "description": "Google Fonts module for NuxtJS",
1575
- "repo": "nuxt-community/google-fonts-module",
1869
+ "description": "Google Fonts module for Nuxt",
1870
+ "repo": "nuxt-modules/google-fonts",
1576
1871
  "npm": "@nuxtjs/google-fonts",
1577
1872
  "icon": "google-fonts.png",
1578
- "github": "https://github.com/nuxt-community/google-fonts-module",
1579
- "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",
1580
1875
  "learn_more": "https://developers.google.com/fonts",
1581
1876
  "category": "Fonts",
1582
1877
  "type": "community",
@@ -1595,7 +1890,7 @@
1595
1890
  },
1596
1891
  {
1597
1892
  "name": "google-gtag",
1598
- "description": "Google GTag for Nuxt.js",
1893
+ "description": "Google GTag for Nuxt",
1599
1894
  "repo": "nuxt-community/google-gtag",
1600
1895
  "npm": "@nuxtjs/google-gtag",
1601
1896
  "icon": "gtm.png",
@@ -1621,7 +1916,7 @@
1621
1916
  },
1622
1917
  {
1623
1918
  "name": "google-optimize",
1624
- "description": "SSR friendly Google Optimize module for Nuxt.js",
1919
+ "description": "SSR friendly Google Optimize module for Nuxt",
1625
1920
  "repo": "nuxt-community/google-optimize-module",
1626
1921
  "npm": "nuxt-google-optimize",
1627
1922
  "icon": "google-optimize.png",
@@ -1676,7 +1971,7 @@
1676
1971
  },
1677
1972
  {
1678
1973
  "name": "graphql-request",
1679
- "description": "Easy Minimal GraphQL client integration with Nuxt.js",
1974
+ "description": "Easy Minimal GraphQL client integration with Nuxt",
1680
1975
  "repo": "gomah/nuxt-graphql-request",
1681
1976
  "npm": "nuxt-graphql-request",
1682
1977
  "icon": "graphql-request.png",
@@ -1692,7 +1987,7 @@
1692
1987
  }
1693
1988
  ],
1694
1989
  "compatibility": {
1695
- "nuxt": "^2.0.0",
1990
+ "nuxt": "^2.0.0 || ^3.0.0",
1696
1991
  "requires": {}
1697
1992
  }
1698
1993
  },
@@ -1713,6 +2008,31 @@
1713
2008
  "github": "tobiasdiez"
1714
2009
  }
1715
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
+ ],
1716
2036
  "compatibility": {
1717
2037
  "nuxt": "^3.0.0",
1718
2038
  "requires": {}
@@ -1720,7 +2040,7 @@
1720
2040
  },
1721
2041
  {
1722
2042
  "name": "gtm",
1723
- "description": "Google Tag Manager Module for Nuxt.js",
2043
+ "description": "Google Tag Manager Module for Nuxt",
1724
2044
  "repo": "nuxt-community/gtm-module",
1725
2045
  "npm": "@nuxtjs/gtm",
1726
2046
  "icon": "gtm.png",
@@ -1743,7 +2063,7 @@
1743
2063
  },
1744
2064
  {
1745
2065
  "name": "guess",
1746
- "description": "Guess.js module for Nuxt.js",
2066
+ "description": "Guess.js module for Nuxt",
1747
2067
  "repo": "nuxt-community/guess-module",
1748
2068
  "npm": "@nuxtjs/guess-module",
1749
2069
  "icon": "guessjs.png",
@@ -1763,6 +2083,28 @@
1763
2083
  "requires": {}
1764
2084
  }
1765
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
+ },
1766
2108
  {
1767
2109
  "name": "harlem",
1768
2110
  "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
@@ -1833,7 +2175,7 @@
1833
2175
  },
1834
2176
  {
1835
2177
  "name": "helmet",
1836
- "description": "Easy Helmet module with Nuxt.js'",
2178
+ "description": "Easy Helmet module with Nuxt'",
1837
2179
  "repo": "victor-perez/nuxt-helmet",
1838
2180
  "npm": "nuxt-helmet",
1839
2181
  "icon": "",
@@ -1877,7 +2219,7 @@
1877
2219
  },
1878
2220
  {
1879
2221
  "name": "history-state",
1880
- "description": "Nuxt.js module to backup or restore historical states",
2222
+ "description": "Nuxt module to backup or restore historical states",
1881
2223
  "repo": "hidekatsu-izuno/nuxt-history-state",
1882
2224
  "npm": "nuxt-history-state",
1883
2225
  "icon": "",
@@ -1946,7 +2288,7 @@
1946
2288
  },
1947
2289
  {
1948
2290
  "name": "http",
1949
- "description": "Universal HTTP Module for Nuxt.js",
2291
+ "description": "Universal HTTP Module for Nuxt",
1950
2292
  "repo": "nuxt/http",
1951
2293
  "npm": "@nuxt/http",
1952
2294
  "icon": "http.png",
@@ -1974,7 +2316,7 @@
1974
2316
  },
1975
2317
  {
1976
2318
  "name": "humans-txt",
1977
- "description": "An initiative for knowing the people behind a website. It is a Nuxt.js buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
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.",
1978
2320
  "repo": "Luxdamore/nuxt-humans-txt",
1979
2321
  "npm": "@luxdamore/nuxt-humans-txt",
1980
2322
  "icon": "",
@@ -1998,11 +2340,11 @@
1998
2340
  {
1999
2341
  "name": "i18n",
2000
2342
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
2001
- "repo": "nuxt-community/i18n-module",
2343
+ "repo": "nuxt-modules/i18n",
2002
2344
  "npm": "@nuxtjs/i18n",
2003
2345
  "icon": "i18n.png",
2004
- "github": "https://github.com/nuxt-community/i18n-module",
2005
- "website": "https://i18n.nuxtjs.org",
2346
+ "github": "https://github.com/nuxt-modules/i18n",
2347
+ "website": "https://v8.i18n.nuxtjs.org",
2006
2348
  "learn_more": "https://kazupon.github.io/vue-i18n/",
2007
2349
  "category": "Extensions",
2008
2350
  "type": "community",
@@ -2021,6 +2363,28 @@
2021
2363
  "requires": {}
2022
2364
  }
2023
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
+ },
2024
2388
  {
2025
2389
  "name": "icon",
2026
2390
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2040,7 +2404,8 @@
2040
2404
  ],
2041
2405
  "compatibility": {
2042
2406
  "nuxt": "^3.0.0",
2043
- "requires": {}
2407
+ "requires": {},
2408
+ "devtools": "^0.0.0"
2044
2409
  }
2045
2410
  },
2046
2411
  {
@@ -2089,12 +2454,12 @@
2089
2454
  },
2090
2455
  {
2091
2456
  "name": "image",
2092
- "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.",
2093
2458
  "repo": "nuxt/image",
2094
2459
  "npm": "@nuxt/image",
2095
2460
  "icon": "image.png",
2096
2461
  "github": "https://github.com/nuxt/image",
2097
- "website": "https://image.nuxtjs.org",
2462
+ "website": "https://image.nuxt.com",
2098
2463
  "learn_more": "",
2099
2464
  "category": "Images",
2100
2465
  "type": "official",
@@ -2104,6 +2469,11 @@
2104
2469
  "github": "farnabaz",
2105
2470
  "twitter": "a_birang"
2106
2471
  },
2472
+ {
2473
+ "name": "Daniel Roe",
2474
+ "github": "danielroe",
2475
+ "twitter": "danielcroe"
2476
+ },
2107
2477
  {
2108
2478
  "name": "Pooya Parsa",
2109
2479
  "github": "pi0",
@@ -2124,7 +2494,7 @@
2124
2494
  },
2125
2495
  {
2126
2496
  "name": "imagemin",
2127
- "description": "Automatically optimize (compress) all images used in Nuxt.js",
2497
+ "description": "Automatically optimize (compress) all images used in Nuxt",
2128
2498
  "repo": "nuxt-community/imagemin-module",
2129
2499
  "npm": "@nuxtjs/imagemin",
2130
2500
  "icon": "imagemin.png",
@@ -2147,12 +2517,12 @@
2147
2517
  {
2148
2518
  "name": "inkline",
2149
2519
  "description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
2150
- "repo": "inkline/nuxt-module-inkline",
2151
- "npm": "@inkline/nuxt",
2520
+ "repo": "inkline/plugin",
2521
+ "npm": "@inkline/plugin",
2152
2522
  "icon": "inkline.svg",
2153
- "github": "https://github.com/inkline/nuxt-module-inkline",
2523
+ "github": "https://github.com/inkline/plugin",
2154
2524
  "website": "https://inkline.io",
2155
- "learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
2525
+ "learn_more": "https://inkline.io/docs/installation/nuxt",
2156
2526
  "category": "UI",
2157
2527
  "type": "3rd-party",
2158
2528
  "maintainers": [
@@ -2171,7 +2541,7 @@
2171
2541
  },
2172
2542
  {
2173
2543
  "name": "intercom",
2174
- "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
2544
+ "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
2175
2545
  "repo": "hex-digital/nuxt-intercom",
2176
2546
  "npm": "@hexdigital/nuxt-intercom",
2177
2547
  "icon": "intercom.png",
@@ -2216,7 +2586,7 @@
2216
2586
  },
2217
2587
  {
2218
2588
  "name": "jsonapi",
2219
- "description": "Easy JSON:API client integration for Nuxt.js",
2589
+ "description": "Easy JSON:API client integration for Nuxt",
2220
2590
  "repo": "patrickcate/nuxt-jsonapi",
2221
2591
  "npm": "nuxt-jsonapi",
2222
2592
  "icon": "jsonapi.svg",
@@ -2258,9 +2628,36 @@
2258
2628
  "requires": {}
2259
2629
  }
2260
2630
  },
2631
+ {
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
+ },
2261
2658
  {
2262
2659
  "name": "kql",
2263
- "description": "Nuxt 3 module for Kirby's Query Language API",
2660
+ "description": "Nuxt module for Kirby's Query Language API",
2264
2661
  "repo": "johannschopplich/nuxt-kql",
2265
2662
  "npm": "nuxt-kql",
2266
2663
  "icon": "kql.svg",
@@ -2284,7 +2681,7 @@
2284
2681
  },
2285
2682
  {
2286
2683
  "name": "laravel-echo",
2287
- "description": "Laravel Echo for Nuxt.js",
2684
+ "description": "Laravel Echo for Nuxt",
2288
2685
  "repo": "nuxt-community/laravel-echo",
2289
2686
  "npm": "@nuxtjs/laravel-echo",
2290
2687
  "icon": "laravel-echo.png",
@@ -2372,13 +2769,13 @@
2372
2769
  },
2373
2770
  {
2374
2771
  "name": "link-checker",
2375
- "description": "",
2772
+ "description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
2376
2773
  "repo": "harlan-zw/nuxt-link-checker",
2377
2774
  "npm": "nuxt-link-checker",
2378
- "icon": "",
2775
+ "icon": "link-checker.svg",
2379
2776
  "github": "https://github.com/harlan-zw/nuxt-link-checker",
2380
- "website": "https://github.com/harlan-zw/nuxt-link-checker",
2381
- "learn_more": "",
2777
+ "website": "https://nuxtseo.com/link-checker",
2778
+ "learn_more": "https://nuxtseo.com/link-checker",
2382
2779
  "category": "SEO",
2383
2780
  "type": "3rd-party",
2384
2781
  "maintainers": [
@@ -2391,7 +2788,8 @@
2391
2788
  ],
2392
2789
  "compatibility": {
2393
2790
  "nuxt": "^3.0.0",
2394
- "requires": {}
2791
+ "requires": {},
2792
+ "devtools": "^0.0.0"
2395
2793
  }
2396
2794
  },
2397
2795
  {
@@ -2468,12 +2866,12 @@
2468
2866
  },
2469
2867
  {
2470
2868
  "name": "logrocket",
2471
- "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
2472
- "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",
2473
2871
  "npm": "nuxt-logrocket",
2474
2872
  "icon": "logrocket.png",
2475
- "github": "https://github.com/nuxt-community/nuxt-logrocket",
2476
- "website": "https://github.com/nuxt-community/nuxt-logrocket",
2873
+ "github": "https://github.com/nuxt-modules/logrocket",
2874
+ "website": "https://github.com/nuxt-modules/logrocket",
2477
2875
  "learn_more": "https://docs.logrocket.com/docs",
2478
2876
  "category": "Monitoring",
2479
2877
  "type": "community",
@@ -2489,9 +2887,35 @@
2489
2887
  "requires": {}
2490
2888
  }
2491
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
+ },
2492
2916
  {
2493
2917
  "name": "lunr",
2494
- "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",
2495
2919
  "repo": "nuxt-community/lunr-module",
2496
2920
  "npm": "@nuxtjs/lunr-module",
2497
2921
  "icon": "",
@@ -2579,6 +3003,28 @@
2579
3003
  "requires": {}
2580
3004
  }
2581
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
+ },
2582
3028
  {
2583
3029
  "name": "mdx",
2584
3030
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -2602,9 +3048,34 @@
2602
3048
  "requires": {}
2603
3049
  }
2604
3050
  },
3051
+ {
3052
+ "name": "medusa",
3053
+ "description": "Easily connect to Medusa from your Nuxt application",
3054
+ "repo": "Baroshem/nuxt-medusa",
3055
+ "npm": "nuxt-medusa",
3056
+ "icon": "medusa.svg",
3057
+ "github": "https://github.com/Baroshem/nuxt-medusa/",
3058
+ "website": "https://nuxt-medusa.vercel.app/",
3059
+ "learn_more": "https://nuxt-medusa.vercel.app/",
3060
+ "category": "Ecommerce",
3061
+ "type": "3rd-party",
3062
+ "maintainers": [
3063
+ {
3064
+ "name": "Jakub Andrzejewski",
3065
+ "github": "Baroshem",
3066
+ "avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
3067
+ }
3068
+ ],
3069
+ "compatibility": {
3070
+ "nuxt": "^2.0.0 || ^3.0.0",
3071
+ "requires": {
3072
+ "bridge": true
3073
+ }
3074
+ }
3075
+ },
2605
3076
  {
2606
3077
  "name": "meilisearch",
2607
- "description": "Meilisearch Instant Search module for Nuxt 3",
3078
+ "description": "Meilisearch Instant Search module for Nuxt",
2608
3079
  "repo": "xlanex6/nuxt-meilisearch",
2609
3080
  "npm": "nuxt-meilisearch",
2610
3081
  "icon": "meilisearch.svg",
@@ -2624,7 +3095,8 @@
2624
3095
  "nuxt": "^3.0.0",
2625
3096
  "requires": {
2626
3097
  "bridge": false
2627
- }
3098
+ },
3099
+ "devtools": "^0.0.0"
2628
3100
  }
2629
3101
  },
2630
3102
  {
@@ -2671,9 +3143,32 @@
2671
3143
  "requires": {}
2672
3144
  }
2673
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
+ },
2674
3169
  {
2675
3170
  "name": "moment",
2676
- "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.",
2677
3172
  "repo": "nuxt-community/moment-module",
2678
3173
  "npm": "@nuxtjs/moment",
2679
3174
  "icon": "momentjs.png",
@@ -2700,7 +3195,7 @@
2700
3195
  },
2701
3196
  {
2702
3197
  "name": "mq",
2703
- "description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3198
+ "description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
2704
3199
  "repo": "vanhoofmaarten/nuxt-mq",
2705
3200
  "npm": "nuxt-mq",
2706
3201
  "icon": "",
@@ -2744,7 +3239,7 @@
2744
3239
  },
2745
3240
  {
2746
3241
  "name": "netlify-cache",
2747
- "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",
2748
3243
  "repo": "DreaMinder/nuxt-netlify-cache",
2749
3244
  "npm": "nuxt-netlify-cache",
2750
3245
  "icon": "netlify.png",
@@ -2789,7 +3284,7 @@
2789
3284
  },
2790
3285
  {
2791
3286
  "name": "netlify",
2792
- "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.",
2793
3288
  "repo": "bazzite/nuxt-netlify",
2794
3289
  "npm": "@aceforth/nuxt-netlify",
2795
3290
  "icon": "netlify.png",
@@ -2859,6 +3354,50 @@
2859
3354
  "requires": {}
2860
3355
  }
2861
3356
  },
3357
+ {
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",
3362
+ "icon": "",
3363
+ "github": "https://github.com/adenvt/nupolyon",
3364
+ "website": "https://github.com/adenvt/nupolyon",
3365
+ "learn_more": "",
3366
+ "category": "Performance",
3367
+ "type": "3rd-party",
3368
+ "maintainers": [
3369
+ {
3370
+ "name": "adenvt",
3371
+ "github": "adenvt"
3372
+ }
3373
+ ],
3374
+ "compatibility": {
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
+ },
2862
3401
  {
2863
3402
  "name": "nuxt-auth",
2864
3403
  "description": "",
@@ -2881,6 +3420,120 @@
2881
3420
  "requires": {}
2882
3421
  }
2883
3422
  },
3423
+ {
3424
+ "name": "nuxt-basic-auth",
3425
+ "description": "Nuxt Module for Basic Authentication",
3426
+ "repo": "kgierke/nuxt-basic-auth",
3427
+ "npm": "@kgierke/nuxt-basic-auth",
3428
+ "icon": "",
3429
+ "github": "https://github.com/kgierke/nuxt-basic-auth",
3430
+ "website": "https://github.com/kgierke/nuxt-basic-auth",
3431
+ "learn_more": "",
3432
+ "category": "Security",
3433
+ "type": "3rd-party",
3434
+ "maintainers": [
3435
+ {
3436
+ "name": "kgierke",
3437
+ "github": "kgierke"
3438
+ }
3439
+ ],
3440
+ "compatibility": {
3441
+ "nuxt": "^3.0.0",
3442
+ "requires": {}
3443
+ }
3444
+ },
3445
+ {
3446
+ "name": "nuxt-bootstrap-icons",
3447
+ "description": "Just a simple integration for Bootstrap Icons",
3448
+ "repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
3449
+ "npm": "nuxt-bootstrap-icons",
3450
+ "icon": "bootstrap-icons.svg",
3451
+ "github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3452
+ "website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3453
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3454
+ "category": "UI",
3455
+ "type": "3rd-party",
3456
+ "maintainers": [
3457
+ {
3458
+ "name": "OyewoleOyedeji",
3459
+ "github": "OyewoleOyedeji"
3460
+ }
3461
+ ],
3462
+ "compatibility": {
3463
+ "nuxt": "^3.0.0",
3464
+ "requires": {}
3465
+ }
3466
+ },
3467
+ {
3468
+ "name": "nuxt-chatgpt",
3469
+ "description": "ChatGPT integration for Nuxt",
3470
+ "repo": "schnapsterdog/nuxt-chatgpt",
3471
+ "npm": "nuxt-chatgpt",
3472
+ "icon": "chatgpt.svg",
3473
+ "github": "https://github.com/schnapsterdog/nuxt-chatgpt",
3474
+ "website": "https://github.com/schnapsterdog/nuxt-chatgpt",
3475
+ "learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
3476
+ "category": "Libraries",
3477
+ "type": "3rd-party",
3478
+ "maintainers": [
3479
+ {
3480
+ "name": "Oliver Trajceski",
3481
+ "github": "schnapsterdog"
3482
+ }
3483
+ ],
3484
+ "compatibility": {
3485
+ "nuxt": "^3.0.0",
3486
+ "requires": {}
3487
+ }
3488
+ },
3489
+ {
3490
+ "name": "nuxt-facebook-chat",
3491
+ "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
3492
+ "repo": "superdev-tech/nuxt-facebook-chat",
3493
+ "npm": "nuxt-facebook-chat",
3494
+ "icon": "nuxt-facebook-chat.svg",
3495
+ "github": "https://github.com/superdev-tech/nuxt-facebook-chat",
3496
+ "website": "https://github.com/superdev-tech/nuxt-facebook-chat",
3497
+ "learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
3498
+ "category": "Libraries",
3499
+ "type": "3rd-party",
3500
+ "maintainers": [
3501
+ {
3502
+ "name": "Supanut Dokmaithong",
3503
+ "github": "Boomgeek"
3504
+ },
3505
+ {
3506
+ "name": "superdev-tech",
3507
+ "github": "superdev-tech"
3508
+ }
3509
+ ],
3510
+ "compatibility": {
3511
+ "nuxt": "^3.0.0",
3512
+ "requires": {}
3513
+ }
3514
+ },
3515
+ {
3516
+ "name": "nuxt-feedme",
3517
+ "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
3518
+ "repo": "helltraitor/nuxt-feedme",
3519
+ "npm": "nuxt-feedme",
3520
+ "icon": "",
3521
+ "github": "https://github.com/helltraitor/nuxt-feedme",
3522
+ "website": "https://github.com/helltraitor/nuxt-feedme",
3523
+ "learn_more": "",
3524
+ "category": "SEO",
3525
+ "type": "3rd-party",
3526
+ "maintainers": [
3527
+ {
3528
+ "name": "Helltraitor",
3529
+ "github": "helltraitor"
3530
+ }
3531
+ ],
3532
+ "compatibility": {
3533
+ "nuxt": "^3.0.0",
3534
+ "requires": {}
3535
+ }
3536
+ },
2884
3537
  {
2885
3538
  "name": "nuxt-graphql-middleware",
2886
3539
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -2932,6 +3585,29 @@
2932
3585
  "requires": {}
2933
3586
  }
2934
3587
  },
3588
+ {
3589
+ "name": "nuxt-gtm",
3590
+ "description": "A Nuxt module for Google Tag Manager",
3591
+ "repo": "zadigetvoltaire/nuxt-gtm",
3592
+ "npm": "@zadigetvoltaire/nuxt-gtm",
3593
+ "icon": "nuxt-gtm.svg",
3594
+ "github": "https://github.com/zadigetvoltaire/nuxt-gtm",
3595
+ "website": "https://github.com/zadigetvoltaire/nuxt-gtm",
3596
+ "learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
3597
+ "category": "Analytics",
3598
+ "type": "3rd-party",
3599
+ "maintainers": [
3600
+ {
3601
+ "name": "Zadig&Voltaire Team",
3602
+ "github": "https://github.com/zadigetvoltaire"
3603
+ }
3604
+ ],
3605
+ "compatibility": {
3606
+ "nuxt": "^3.0.0",
3607
+ "requires": {},
3608
+ "devtools": "^0.0.0"
3609
+ }
3610
+ },
2935
3611
  {
2936
3612
  "name": "nuxt-hue",
2937
3613
  "description": "Enlighten your Nuxt experience",
@@ -2956,6 +3632,28 @@
2956
3632
  }
2957
3633
  }
2958
3634
  },
3635
+ {
3636
+ "name": "nuxt-jsonld",
3637
+ "description": "Manage JSON-LD in Vue component.",
3638
+ "repo": "ymmooot/nuxt-jsonld",
3639
+ "npm": "nuxt-jsonld",
3640
+ "icon": "",
3641
+ "github": "https://github.com/ymmooot/nuxt-jsonld",
3642
+ "website": "https://github.com/ymmooot/nuxt-jsonld",
3643
+ "learn_more": "",
3644
+ "category": "SEO",
3645
+ "type": "3rd-party",
3646
+ "maintainers": [
3647
+ {
3648
+ "name": "ymmooot",
3649
+ "github": "ymmooot"
3650
+ }
3651
+ ],
3652
+ "compatibility": {
3653
+ "nuxt": "^3.0.0",
3654
+ "requires": {}
3655
+ }
3656
+ },
2959
3657
  {
2960
3658
  "name": "nuxt-localtunnel",
2961
3659
  "description": "Exposes your Nuxt localhost to the world automatically.",
@@ -2981,7 +3679,7 @@
2981
3679
  },
2982
3680
  {
2983
3681
  "name": "nuxt-loco",
2984
- "description": "A localise.biz module to synth locale with Nuxt.js",
3682
+ "description": "A localise.biz module to synth locale with Nuxt",
2985
3683
  "repo": "gaetansenn/nuxt-loco",
2986
3684
  "npm": "nuxt-loco",
2987
3685
  "icon": "",
@@ -3002,6 +3700,50 @@
3002
3700
  "requires": {}
3003
3701
  }
3004
3702
  },
3703
+ {
3704
+ "name": "nuxt-mapbox",
3705
+ "description": "Elegant Mapbox integration with Nuxt",
3706
+ "repo": "AlexLavoie42/Nuxt-Mapbox",
3707
+ "npm": "nuxt-mapbox",
3708
+ "icon": "nuxt-mapbox.svg",
3709
+ "github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3710
+ "website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3711
+ "learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3712
+ "category": "Libraries",
3713
+ "type": "3rd-party",
3714
+ "maintainers": [
3715
+ {
3716
+ "name": "Alex Lavoie",
3717
+ "github": "AlexLavoie42"
3718
+ }
3719
+ ],
3720
+ "compatibility": {
3721
+ "nuxt": "^3.0.0",
3722
+ "requires": {}
3723
+ }
3724
+ },
3725
+ {
3726
+ "name": "nuxt-mdi",
3727
+ "description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
3728
+ "repo": "ERPedersen/nuxt-mdi",
3729
+ "npm": "nuxt-mdi",
3730
+ "icon": "mdi.png",
3731
+ "github": "https://github.com/ERPedersen/nuxt-mdi",
3732
+ "website": "https://nuxt-mdi.emilrosenius.com",
3733
+ "learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
3734
+ "category": "Libraries",
3735
+ "type": "3rd-party",
3736
+ "maintainers": [
3737
+ {
3738
+ "name": "Emil Rosenius",
3739
+ "github": "ERPedersen"
3740
+ }
3741
+ ],
3742
+ "compatibility": {
3743
+ "nuxt": "^3.0.0",
3744
+ "requires": {}
3745
+ }
3746
+ },
3005
3747
  {
3006
3748
  "name": "nuxt-monaco-editor",
3007
3749
  "description": "Integrate monaco-editor with Nuxt",
@@ -3024,6 +3766,29 @@
3024
3766
  "requires": {}
3025
3767
  }
3026
3768
  },
3769
+ {
3770
+ "name": "nuxt-mongoose",
3771
+ "description": "A Nuxt module for simplifying the use of Mongoose in your project.",
3772
+ "repo": "arashsheyda/nuxt-mongoose",
3773
+ "npm": "nuxt-mongoose",
3774
+ "icon": "nuxt-mongoose.svg",
3775
+ "github": "https://github.com/arashsheyda/nuxt-mongoose",
3776
+ "website": "https://nuxt-mongoose.nuxt.space",
3777
+ "learn_more": "",
3778
+ "category": "Database",
3779
+ "type": "3rd-party",
3780
+ "maintainers": [
3781
+ {
3782
+ "name": "arashsheyda",
3783
+ "github": "arashsheyda"
3784
+ }
3785
+ ],
3786
+ "compatibility": {
3787
+ "nuxt": "^3.0.0",
3788
+ "requires": {},
3789
+ "devtools": "^0.0.0"
3790
+ }
3791
+ },
3027
3792
  {
3028
3793
  "name": "nuxt-pdf",
3029
3794
  "description": "Zero-boilerplate PDF exports of your Pages and Components",
@@ -3047,6 +3812,28 @@
3047
3812
  "requires": {}
3048
3813
  }
3049
3814
  },
3815
+ {
3816
+ "name": "nuxt-phosphor-icons",
3817
+ "description": "Just a simple integration for @phosphor-icons in Nuxt",
3818
+ "repo": "OyewoleOyedeji/nuxt-phosphor-icons",
3819
+ "npm": "nuxt-phosphor-icons",
3820
+ "icon": "phosphor-icons.svg",
3821
+ "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3822
+ "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3823
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3824
+ "category": "UI",
3825
+ "type": "3rd-party",
3826
+ "maintainers": [
3827
+ {
3828
+ "name": "OyewoleOyedeji",
3829
+ "github": "OyewoleOyedeji"
3830
+ }
3831
+ ],
3832
+ "compatibility": {
3833
+ "nuxt": "^3.0.0",
3834
+ "requires": {}
3835
+ }
3836
+ },
3050
3837
  {
3051
3838
  "name": "nuxt-pino-log",
3052
3839
  "description": "Structured logs for nuxt apps using pino",
@@ -3071,7 +3858,7 @@
3071
3858
  },
3072
3859
  {
3073
3860
  "name": "plausible",
3074
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
3861
+ "description": "Nuxt module to natively integrate Plausible analytics",
3075
3862
  "repo": "nuxt-modules/plausible",
3076
3863
  "npm": "@nuxtjs/plausible",
3077
3864
  "icon": "plausible.png",
@@ -3092,10 +3879,36 @@
3092
3879
  }
3093
3880
  },
3094
3881
  {
3095
- "name": "nuxt-png-to-ico",
3096
- "description": "Nuxt.js module for auto generating favicons",
3097
- "repo": "b5710546232/nuxt-png-to-ico",
3098
- "npm": "nuxt-png-to-ico",
3882
+ "name": "nuxt-plotly",
3883
+ "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
3884
+ "repo": "superdev-tech/nuxt-plotly",
3885
+ "npm": "nuxt-plotly",
3886
+ "icon": "nuxt-plotly.svg",
3887
+ "github": "https://github.com/superdev-tech/nuxt-plotly",
3888
+ "website": "https://github.com/superdev-tech/nuxt-plotly",
3889
+ "learn_more": "https://www.npmjs.com/package/nuxt-plotly",
3890
+ "category": "Libraries",
3891
+ "type": "3rd-party",
3892
+ "maintainers": [
3893
+ {
3894
+ "name": "Supanut Dokmaithong",
3895
+ "github": "Boomgeek"
3896
+ },
3897
+ {
3898
+ "name": "superdev-tech",
3899
+ "github": "superdev-tech"
3900
+ }
3901
+ ],
3902
+ "compatibility": {
3903
+ "nuxt": "^3.0.0",
3904
+ "requires": {}
3905
+ }
3906
+ },
3907
+ {
3908
+ "name": "nuxt-png-to-ico",
3909
+ "description": "Nuxt module for auto generating favicons",
3910
+ "repo": "b5710546232/nuxt-png-to-ico",
3911
+ "npm": "nuxt-png-to-ico",
3099
3912
  "icon": "",
3100
3913
  "github": "https://github.com/b5710546232/nuxt-png-to-ico",
3101
3914
  "website": "https://github.com/b5710546232/nuxt-png-to-ico",
@@ -3116,7 +3929,7 @@
3116
3929
  },
3117
3930
  {
3118
3931
  "name": "nuxt-smartlook",
3119
- "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
3932
+ "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
3120
3933
  "repo": "f00b4r/nuxt-smartlook",
3121
3934
  "npm": "nuxt-smartlook",
3122
3935
  "icon": "nuxt-smartlook.png",
@@ -3168,7 +3981,7 @@
3168
3981
  },
3169
3982
  {
3170
3983
  "name": "nuxt-storm",
3171
- "description": "WebStorm & PHPStorm support for NuxtJS components",
3984
+ "description": "WebStorm & PHPStorm support for Nuxt components",
3172
3985
  "repo": "fumeapp/nuxt-storm",
3173
3986
  "npm": "nuxt-storm",
3174
3987
  "icon": "nuxt-storm.png",
@@ -3212,7 +4025,7 @@
3212
4025
  },
3213
4026
  {
3214
4027
  "name": "nuxt-unleash",
3215
- "description": "Nuxt.js module to use Unleash toggle feature services",
4028
+ "description": "Nuxt module to use Unleash toggle feature services",
3216
4029
  "repo": "conejerock/nuxt-unleash",
3217
4030
  "npm": "nuxt-unleash",
3218
4031
  "icon": "nuxt-unleash.svg",
@@ -3303,12 +4116,12 @@
3303
4116
  {
3304
4117
  "name": "nuxt-vue3-google-signin",
3305
4118
  "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
3306
- "repo": "syetalabs/nuxt-vue3-google-signin",
4119
+ "repo": "wavezync/nuxt-vue3-google-signin",
3307
4120
  "npm": "nuxt-vue3-google-signin",
3308
4121
  "icon": "vue3-google-signin.svg",
3309
- "github": "https://github.com/syetalabs/nuxt-vue3-google-signin",
3310
- "website": "https://vue3-google-signin.syetalabs.io",
3311
- "learn_more": "https://vue3-google-signin.syetalabs.io",
4122
+ "github": "https://github.com/wavezync/nuxt-vue3-google-signin",
4123
+ "website": "https://vue3-google-signin.wavezync.com",
4124
+ "learn_more": "https://vue3-google-signin.wavezync.com",
3312
4125
  "category": "Libraries",
3313
4126
  "type": "3rd-party",
3314
4127
  "maintainers": [
@@ -3322,9 +4135,53 @@
3322
4135
  "requires": {}
3323
4136
  }
3324
4137
  },
4138
+ {
4139
+ "name": "nuxt-vuetify",
4140
+ "description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
4141
+ "repo": "invictus-codes/nuxt-vuetify",
4142
+ "npm": "@invictus.codes/nuxt-vuetify",
4143
+ "icon": "vuetify-logo-v3-dark.svg",
4144
+ "github": "https://github.com/invictus-codes/nuxt-vuetify",
4145
+ "website": "https://invictus-codes.github.io/nuxt-vuetify/",
4146
+ "learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
4147
+ "category": "UI",
4148
+ "type": "3rd-party",
4149
+ "maintainers": [
4150
+ {
4151
+ "name": "Jens van Hellemondt",
4152
+ "github": "invictus-codes"
4153
+ }
4154
+ ],
4155
+ "compatibility": {
4156
+ "nuxt": "^3.0.0",
4157
+ "requires": {}
4158
+ }
4159
+ },
4160
+ {
4161
+ "name": "nuxt3-leaflet",
4162
+ "description": "Leaflet integration with Nuxt",
4163
+ "repo": "Gugustinette/Nuxt-Leaflet",
4164
+ "npm": "nuxt3-leaflet",
4165
+ "icon": "leaflet.png",
4166
+ "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4167
+ "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
4168
+ "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
4169
+ "category": "Libraries",
4170
+ "type": "3rd-party",
4171
+ "maintainers": [
4172
+ {
4173
+ "name": "Augustin MERCIER",
4174
+ "github": "Gugustinette"
4175
+ }
4176
+ ],
4177
+ "compatibility": {
4178
+ "nuxt": "^3.0.0",
4179
+ "requires": {}
4180
+ }
4181
+ },
3325
4182
  {
3326
4183
  "name": "nuxt7",
3327
- "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
4184
+ "description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
3328
4185
  "repo": "nuxt-community/nuxt7",
3329
4186
  "npm": "nuxt7",
3330
4187
  "icon": "",
@@ -3347,13 +4204,13 @@
3347
4204
  },
3348
4205
  {
3349
4206
  "name": "og-image",
3350
- "description": "Easily generate dynamic social share images.",
4207
+ "description": "Enlightened runtime images generated with Vue templates.",
3351
4208
  "repo": "harlan-zw/nuxt-og-image",
3352
4209
  "npm": "nuxt-og-image",
3353
- "icon": "",
4210
+ "icon": "og-image.svg",
3354
4211
  "github": "https://github.com/harlan-zw/nuxt-og-image",
3355
- "website": "https://github.com/harlan-zw/nuxt-og-image",
3356
- "learn_more": "",
4212
+ "website": "https://nuxtseo.com/og-image",
4213
+ "learn_more": "https://nuxtseo.com/og-image",
3357
4214
  "category": "SEO",
3358
4215
  "type": "3rd-party",
3359
4216
  "maintainers": [
@@ -3366,7 +4223,8 @@
3366
4223
  ],
3367
4224
  "compatibility": {
3368
4225
  "nuxt": "^3.0.0",
3369
- "requires": {}
4226
+ "requires": {},
4227
+ "devtools": "^0.0.0"
3370
4228
  }
3371
4229
  },
3372
4230
  {
@@ -3394,7 +4252,7 @@
3394
4252
  },
3395
4253
  {
3396
4254
  "name": "optimized-images",
3397
- "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
4255
+ "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
3398
4256
  "repo": "juliomrqz/nuxt-optimized-images",
3399
4257
  "npm": "@aceforth/nuxt-optimized-images",
3400
4258
  "icon": "",
@@ -3439,7 +4297,7 @@
3439
4297
  },
3440
4298
  {
3441
4299
  "name": "parse",
3442
- "description": "Parse package for Nuxt.js",
4300
+ "description": "Parse package for Nuxt",
3443
4301
  "repo": "cierrateam/nuxt-parse",
3444
4302
  "npm": "nuxt-parse",
3445
4303
  "icon": "",
@@ -3459,6 +4317,29 @@
3459
4317
  "requires": {}
3460
4318
  }
3461
4319
  },
4320
+ {
4321
+ "name": "particles",
4322
+ "description": "Easily add particle animations to your Nuxt projects using tsParticles",
4323
+ "repo": "Joepocalyptic/nuxt-particles",
4324
+ "npm": "nuxt-particles",
4325
+ "icon": "",
4326
+ "github": "https://github.com/Joepocalyptic/nuxt-particles",
4327
+ "website": "https://nuxt-particles.joeypereira.dev",
4328
+ "learn_more": "https://particles.js.org/",
4329
+ "category": "Libraries",
4330
+ "type": "3rd-party",
4331
+ "maintainers": [
4332
+ {
4333
+ "name": "Joey Pereira",
4334
+ "github": "Joepocalyptic",
4335
+ "avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
4336
+ }
4337
+ ],
4338
+ "compatibility": {
4339
+ "nuxt": "^3.0.0",
4340
+ "requires": {}
4341
+ }
4342
+ },
3462
4343
  {
3463
4344
  "name": "partytown",
3464
4345
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
@@ -3484,6 +4365,30 @@
3484
4365
  }
3485
4366
  }
3486
4367
  },
4368
+ {
4369
+ "name": "pdfeasy",
4370
+ "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
4371
+ "repo": "betterwrite/pdfeasy#main/packages/nuxt",
4372
+ "npm": "nuxt-pdfeasy",
4373
+ "icon": "pdfeasy.png",
4374
+ "github": "https://github.com/betterwrite/pdfeasy",
4375
+ "website": "https://github.com/betterwrite/pdfeasy",
4376
+ "learn_more": "https://github.com/betterwrite/pdfeasy",
4377
+ "category": "Extensions",
4378
+ "type": "3rd-party",
4379
+ "maintainers": [
4380
+ {
4381
+ "name": "Giovane Cardoso",
4382
+ "github": "novout",
4383
+ "twitter": "novoutttttt",
4384
+ "avatar": "https://avatars.githubusercontent.com/novout?v=4"
4385
+ }
4386
+ ],
4387
+ "compatibility": {
4388
+ "nuxt": "^3.0.0",
4389
+ "requires": {}
4390
+ }
4391
+ },
3487
4392
  {
3488
4393
  "name": "persian-datepicker",
3489
4394
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
@@ -3581,7 +4486,7 @@
3581
4486
  },
3582
4487
  {
3583
4488
  "name": "plausible",
3584
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4489
+ "description": "Nuxt module to natively integrate Plausible analytics",
3585
4490
  "repo": "nuxt-modules/plausible",
3586
4491
  "npm": "@nuxtjs/plausible",
3587
4492
  "icon": "",
@@ -3623,9 +4528,56 @@
3623
4528
  "requires": {}
3624
4529
  }
3625
4530
  },
4531
+ {
4532
+ "name": "prepare",
4533
+ "description": "Initialization steps at build time – like Nuxt 2 server init",
4534
+ "repo": "johannschopplich/nuxt-prepare",
4535
+ "npm": "nuxt-prepare",
4536
+ "icon": "prepare.svg",
4537
+ "github": "https://github.com/johannschopplich/nuxt-prepare",
4538
+ "website": "https://nuxt-prepare.jhnn.dev",
4539
+ "learn_more": "",
4540
+ "category": "Devtools",
4541
+ "type": "3rd-party",
4542
+ "maintainers": [
4543
+ {
4544
+ "name": "Johann Schopplich",
4545
+ "github": "johannschopplich",
4546
+ "twitter": "jschopplich",
4547
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
4548
+ }
4549
+ ],
4550
+ "compatibility": {
4551
+ "nuxt": "^3.0.0",
4552
+ "requires": {}
4553
+ }
4554
+ },
4555
+ {
4556
+ "name": "primevue",
4557
+ "description": "Next Generation Vue UI Component Library",
4558
+ "repo": "primefaces/primevue-nuxt-module",
4559
+ "npm": "nuxt-primevue",
4560
+ "icon": "primevue.svg",
4561
+ "github": "https://github.com/primefaces/primevue-nuxt-module",
4562
+ "website": "https://primevue.org/",
4563
+ "learn_more": "https://primevue.org/",
4564
+ "category": "UI",
4565
+ "type": "3rd-party",
4566
+ "maintainers": [
4567
+ {
4568
+ "name": "primefaces",
4569
+ "github": "primefaces",
4570
+ "twitter": "primevue"
4571
+ }
4572
+ ],
4573
+ "compatibility": {
4574
+ "nuxt": "^3.0.0",
4575
+ "requires": {}
4576
+ }
4577
+ },
3626
4578
  {
3627
4579
  "name": "prismic",
3628
- "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
4580
+ "description": "Easily connect your Nuxt application to your content hosted on Prismic",
3629
4581
  "repo": "nuxt-modules/prismic",
3630
4582
  "npm": "@nuxtjs/prismic",
3631
4583
  "icon": "prismic.png",
@@ -3651,11 +4603,11 @@
3651
4603
  "description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
3652
4604
  "repo": "artmizu/nuxt-prometheus",
3653
4605
  "npm": "@artmizu/nuxt-prometheus",
3654
- "icon": "",
4606
+ "icon": "prometheus.svg",
3655
4607
  "github": "https://github.com/artmizu/nuxt-prometheus",
3656
4608
  "website": "https://github.com/artmizu/nuxt-prometheus",
3657
4609
  "learn_more": "",
3658
- "category": "Devtools",
4610
+ "category": "Monitoring",
3659
4611
  "type": "3rd-party",
3660
4612
  "maintainers": [
3661
4613
  {
@@ -3664,7 +4616,7 @@
3664
4616
  }
3665
4617
  ],
3666
4618
  "compatibility": {
3667
- "nuxt": "^2.0.0",
4619
+ "nuxt": "^3.0.0",
3668
4620
  "requires": {}
3669
4621
  }
3670
4622
  },
@@ -3692,7 +4644,7 @@
3692
4644
  },
3693
4645
  {
3694
4646
  "name": "proxy",
3695
- "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
4647
+ "description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
3696
4648
  "repo": "nuxt-community/proxy-module",
3697
4649
  "npm": "@nuxtjs/proxy",
3698
4650
  "icon": "",
@@ -3738,7 +4690,7 @@
3738
4690
  },
3739
4691
  {
3740
4692
  "name": "purgecss",
3741
- "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
4693
+ "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
3742
4694
  "repo": "Developmint/nuxt-purgecss#main",
3743
4695
  "npm": "nuxt-purgecss",
3744
4696
  "icon": "purgecss.png",
@@ -3760,7 +4712,7 @@
3760
4712
  },
3761
4713
  {
3762
4714
  "name": "pwa",
3763
- "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
4715
+ "description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
3764
4716
  "repo": "nuxt-community/pwa-module",
3765
4717
  "npm": "@nuxtjs/pwa",
3766
4718
  "icon": "pwa.png",
@@ -3785,7 +4737,7 @@
3785
4737
  },
3786
4738
  {
3787
4739
  "name": "python",
3788
- "description": "Write Nuxt.js applications using Python",
4740
+ "description": "Write Nuxt applications using Python",
3789
4741
  "repo": "nuxt-community/python-module",
3790
4742
  "npm": "@nuxtjs/python",
3791
4743
  "icon": "python.png",
@@ -3805,9 +4757,89 @@
3805
4757
  "requires": {}
3806
4758
  }
3807
4759
  },
4760
+ {
4761
+ "name": "quasar",
4762
+ "description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
4763
+ "repo": "Maiquu/nuxt-quasar",
4764
+ "npm": "nuxt-quasar-ui",
4765
+ "icon": "quasar.svg",
4766
+ "github": "https://github.com/Maiquu/nuxt-quasar",
4767
+ "website": "https://quasar.dev/",
4768
+ "learn_more": "https://github.com/Maiquu/nuxt-quasar",
4769
+ "category": "UI",
4770
+ "type": "3rd-party",
4771
+ "maintainers": [
4772
+ {
4773
+ "name": "Ege İliklier",
4774
+ "github": "Maiquu"
4775
+ }
4776
+ ],
4777
+ "compatibility": {
4778
+ "nuxt": "^3.0.0",
4779
+ "requires": {},
4780
+ "devtools": "^0.0.0"
4781
+ }
4782
+ },
4783
+ {
4784
+ "name": "radash",
4785
+ "description": "radash module with auto-import and custom prefix",
4786
+ "repo": "bbg/nuxt-radash",
4787
+ "npm": "nuxt-radash",
4788
+ "icon": "radash.png",
4789
+ "github": "https://github.com/bbg/nuxt-radash",
4790
+ "website": "https://github.com/bbg/nuxt-radash#readme",
4791
+ "learn_more": "https://github.com/rayepps/radash/",
4792
+ "category": "Libraries",
4793
+ "type": "3rd-party",
4794
+ "maintainers": [
4795
+ {
4796
+ "name": "Batuhan Göksu",
4797
+ "github": "bbg"
4798
+ }
4799
+ ],
4800
+ "compatibility": {
4801
+ "nuxt": "^3.0.0",
4802
+ "requires": {}
4803
+ }
4804
+ },
4805
+ {
4806
+ "name": "radix-vue",
4807
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
4808
+ "repo": "radix-vue/radix-vue",
4809
+ "npm": "radix-vue",
4810
+ "icon": "radix-vue.svg",
4811
+ "github": "https://github.com/radix-vue/radix-vue",
4812
+ "website": "https://www.radix-vue.com/",
4813
+ "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
4814
+ "category": "UI",
4815
+ "type": "3rd-party",
4816
+ "maintainers": [
4817
+ {
4818
+ "name": "Zernonia",
4819
+ "github": "zernonia",
4820
+ "twitter": "zernonia"
4821
+ },
4822
+ {
4823
+ "name": "Khairul Haaziq",
4824
+ "github": "khairulhaaziq"
4825
+ },
4826
+ {
4827
+ "name": "Mujahid Anuar",
4828
+ "github": "mujahidfa"
4829
+ },
4830
+ {
4831
+ "name": "Max",
4832
+ "github": "onmax"
4833
+ }
4834
+ ],
4835
+ "compatibility": {
4836
+ "nuxt": "^3.0.0",
4837
+ "requires": {}
4838
+ }
4839
+ },
3808
4840
  {
3809
4841
  "name": "recaptcha",
3810
- "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
4842
+ "description": "Simple and easy Google reCAPTCHA module with Nuxt",
3811
4843
  "repo": "nuxt-community/recaptcha-module",
3812
4844
  "npm": "@nuxtjs/recaptcha",
3813
4845
  "icon": "recaptcha.png",
@@ -3852,7 +4884,7 @@
3852
4884
  },
3853
4885
  {
3854
4886
  "name": "rfg-icon",
3855
- "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
4887
+ "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
3856
4888
  "repo": "pimlie/nuxt-rfg-icon",
3857
4889
  "npm": "nuxt-rfg-icon",
3858
4890
  "icon": "real-favicon-generator.png",
@@ -3874,12 +4906,12 @@
3874
4906
  },
3875
4907
  {
3876
4908
  "name": "robots",
3877
- "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
3878
- "repo": "nuxt-community/robots-module",
4909
+ "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
4910
+ "repo": "nuxt-modules/robots",
3879
4911
  "npm": "@nuxtjs/robots",
3880
4912
  "icon": "robots.png",
3881
- "github": "https://github.com/nuxt-community/robots-module",
3882
- "website": "https://github.com/nuxt-community/robots-module",
4913
+ "github": "https://github.com/nuxt-modules/robots",
4914
+ "website": "https://github.com/nuxt-modules/robots",
3883
4915
  "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
3884
4916
  "category": "SEO",
3885
4917
  "type": "community",
@@ -3898,7 +4930,7 @@
3898
4930
  },
3899
4931
  {
3900
4932
  "name": "rollbar",
3901
- "description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
4933
+ "description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
3902
4934
  "repo": "gaelreyrol/nuxt-rollbar-module",
3903
4935
  "npm": "nuxt-rollbar-module",
3904
4936
  "icon": "rollbar.png",
@@ -3943,7 +4975,7 @@
3943
4975
  },
3944
4976
  {
3945
4977
  "name": "router",
3946
- "description": "Nuxt.js module to use router.js instead of pages/ directory",
4978
+ "description": "Nuxt module to use router.js instead of pages/ directory",
3947
4979
  "repo": "nuxt-community/router-module",
3948
4980
  "npm": "@nuxtjs/router",
3949
4981
  "icon": "vue.png",
@@ -3991,13 +5023,13 @@
3991
5023
  },
3992
5024
  {
3993
5025
  "name": "schema-org",
3994
- "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
3995
- "repo": "vueuse/schema-org#main/packages/nuxt",
5026
+ "description": "Schema.org for Nuxt.",
5027
+ "repo": "harlan-zw/nuxt-schema-org",
3996
5028
  "npm": "nuxt-schema-org",
3997
5029
  "icon": "schema-org.svg",
3998
- "github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
3999
- "website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4000
- "learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
5030
+ "github": "https://github.com/harlan-zw/nuxt-schema-org",
5031
+ "website": "https://nuxtseo.com/schema-org",
5032
+ "learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
4001
5033
  "category": "SEO",
4002
5034
  "type": "3rd-party",
4003
5035
  "maintainers": [
@@ -4060,7 +5092,7 @@
4060
5092
  },
4061
5093
  {
4062
5094
  "name": "segment",
4063
- "description": "Nuxt.js module for Segment Analytics.js",
5095
+ "description": "Nuxt module for Segment Analytics.js",
4064
5096
  "repo": "dansmaculotte/nuxt-segment",
4065
5097
  "npm": "@dansmaculotte/nuxt-segment",
4066
5098
  "icon": "segment.png",
@@ -4082,10 +5114,10 @@
4082
5114
  },
4083
5115
  {
4084
5116
  "name": "sentry",
4085
- "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
5117
+ "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
4086
5118
  "repo": "nuxt-community/sentry-module",
4087
5119
  "npm": "@nuxtjs/sentry",
4088
- "icon": "sentry.png",
5120
+ "icon": "sentry.svg",
4089
5121
  "github": "https://github.com/nuxt-community/sentry-module",
4090
5122
  "website": "https://sentry.nuxtjs.org/",
4091
5123
  "learn_more": "https://sentry.io/welcome/",
@@ -4102,14 +5134,38 @@
4102
5134
  "requires": {}
4103
5135
  }
4104
5136
  },
5137
+ {
5138
+ "name": "seo-experiments",
5139
+ "description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
5140
+ "repo": "harlan-zw/nuxt-seo-experiments",
5141
+ "npm": "nuxt-seo-experiments",
5142
+ "icon": "seo-experiments.svg",
5143
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5144
+ "website": "https://nuxtseo.com/experiments",
5145
+ "learn_more": "https://nuxtseo.com/experiments",
5146
+ "category": "SEO",
5147
+ "type": "3rd-party",
5148
+ "maintainers": [
5149
+ {
5150
+ "name": "Harlan Wilton",
5151
+ "github": "harlan-zw",
5152
+ "twitter": "harlan_zw",
5153
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5154
+ }
5155
+ ],
5156
+ "compatibility": {
5157
+ "nuxt": "^3.0.0",
5158
+ "requires": {}
5159
+ }
5160
+ },
4105
5161
  {
4106
5162
  "name": "seo-kit",
4107
- "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
4108
- "repo": "harlan-zw/nuxt-seo-kit",
4109
- "npm": "nuxt-seo-kit-mono",
5163
+ "description": "The complete SEO solution for Nuxt.",
5164
+ "repo": "harlan-zw/nuxt-seo-kit#main/layer",
5165
+ "npm": "nuxt-seo-kit",
4110
5166
  "icon": "seo-kit.svg",
4111
5167
  "github": "https://github.com/harlan-zw/nuxt-seo-kit",
4112
- "website": "https://github.com/harlan-zw/nuxt-seo-kit",
5168
+ "website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
4113
5169
  "learn_more": "",
4114
5170
  "category": "SEO",
4115
5171
  "type": "3rd-party",
@@ -4149,7 +5205,7 @@
4149
5205
  },
4150
5206
  {
4151
5207
  "name": "seomatic-meta",
4152
- "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
5208
+ "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
4153
5209
  "repo": "ben-rogerson/nuxt-seomatic-meta",
4154
5210
  "npm": "nuxt-seomatic-meta",
4155
5211
  "icon": "seomatic.png",
@@ -4192,6 +5248,29 @@
4192
5248
  "requires": {}
4193
5249
  }
4194
5250
  },
5251
+ {
5252
+ "name": "server-block",
5253
+ "description": "Use <server> tags in your Nuxt pages components.",
5254
+ "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
5255
+ "npm": "@hebilicious/server-block-nuxt",
5256
+ "icon": "server-block.svg",
5257
+ "github": "https://github.com/Hebilicious/server-block-nuxt",
5258
+ "website": "https://github.com/Hebilicious/server-block-nuxt#readme",
5259
+ "learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
5260
+ "category": "Extensions",
5261
+ "type": "3rd-party",
5262
+ "maintainers": [
5263
+ {
5264
+ "name": "Hebilicious",
5265
+ "github": "Hebilicious",
5266
+ "twitter": "its_hebilicious"
5267
+ }
5268
+ ],
5269
+ "compatibility": {
5270
+ "nuxt": "^3.0.0",
5271
+ "requires": {}
5272
+ }
5273
+ },
4195
5274
  {
4196
5275
  "name": "session",
4197
5276
  "description": "Session middleware to persist user data across requests, a client-side useSession composable to interact with the session, supports many storage backends via unjs/unstorage",
@@ -4217,7 +5296,7 @@
4217
5296
  },
4218
5297
  {
4219
5298
  "name": "shopify",
4220
- "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
5299
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
4221
5300
  "repo": "Gomah/nuxt-shopify",
4222
5301
  "npm": "nuxt-shopify",
4223
5302
  "icon": "shopify.png",
@@ -4284,13 +5363,13 @@
4284
5363
  },
4285
5364
  {
4286
5365
  "name": "simple-robots",
4287
- "description": "Simply manage the robots crawling your Nuxt app.",
5366
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
4288
5367
  "repo": "harlan-zw/nuxt-simple-robots",
4289
5368
  "npm": "nuxt-simple-robots",
4290
- "icon": "",
5369
+ "icon": "simple-robots.svg",
4291
5370
  "github": "https://github.com/harlan-zw/nuxt-simple-robots",
4292
- "website": "https://github.com/harlan-zw/nuxt-simple-robots",
4293
- "learn_more": "",
5371
+ "website": "https://nuxtseo.com/robots",
5372
+ "learn_more": "https://nuxtseo.com/robots",
4294
5373
  "category": "SEO",
4295
5374
  "type": "3rd-party",
4296
5375
  "maintainers": [
@@ -4308,13 +5387,13 @@
4308
5387
  },
4309
5388
  {
4310
5389
  "name": "simple-sitemap",
4311
- "description": "Simple, minimal sitemap.xml generation.",
5390
+ "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
4312
5391
  "repo": "harlan-zw/nuxt-simple-sitemap",
4313
5392
  "npm": "nuxt-simple-sitemap",
4314
- "icon": "",
5393
+ "icon": "simple-sitemap.svg",
4315
5394
  "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4316
- "website": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4317
- "learn_more": "",
5395
+ "website": "https://nuxtseo.com/simple-sitemap",
5396
+ "learn_more": "https://nuxtseo.com/simple-sitemap",
4318
5397
  "category": "SEO",
4319
5398
  "type": "3rd-party",
4320
5399
  "maintainers": [
@@ -4332,7 +5411,7 @@
4332
5411
  },
4333
5412
  {
4334
5413
  "name": "sitemap",
4335
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
5414
+ "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
4336
5415
  "repo": "nuxt-community/sitemap-module#dev",
4337
5416
  "npm": "@nuxtjs/sitemap",
4338
5417
  "icon": "",
@@ -4353,16 +5432,38 @@
4353
5432
  "requires": {}
4354
5433
  }
4355
5434
  },
5435
+ {
5436
+ "name": "snackbar",
5437
+ "description": "Nuxt Snackbar module using vue3-snackbar",
5438
+ "repo": "modbender/nuxt-snackbar#master",
5439
+ "npm": "nuxt-snackbar",
5440
+ "icon": "snackbar.png",
5441
+ "github": "https://github.com/modbender/nuxt-snackbar/tree/master",
5442
+ "website": "https://github.com/modbender/nuxt-snackbar/tree/master",
5443
+ "learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
5444
+ "category": "UI",
5445
+ "type": "3rd-party",
5446
+ "maintainers": [
5447
+ {
5448
+ "name": "modbender",
5449
+ "github": "modbender"
5450
+ }
5451
+ ],
5452
+ "compatibility": {
5453
+ "nuxt": "^3.0.0",
5454
+ "requires": {}
5455
+ }
5456
+ },
4356
5457
  {
4357
5458
  "name": "snipcart",
4358
- "description": "Snipcart integration module for Nuxt.js",
4359
- "repo": "nuxt-modules/snipcart-module",
5459
+ "description": "Snipcart integration module for Nuxt",
5460
+ "repo": "nuxt-modules/snipcart",
4360
5461
  "npm": "@nuxtjs/snipcart",
4361
5462
  "icon": "snipcart.png",
4362
5463
  "github": "https://github.com/nuxt-modules/snipcart",
4363
5464
  "website": "https://github.com/nuxt-modules/snipcart",
4364
5465
  "learn_more": "https://snipcart.com",
4365
- "category": "Payment",
5466
+ "category": "Ecommerce",
4366
5467
  "type": "community",
4367
5468
  "maintainers": [
4368
5469
  {
@@ -4378,7 +5479,7 @@
4378
5479
  },
4379
5480
  {
4380
5481
  "name": "social-meta",
4381
- "description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
5482
+ "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
4382
5483
  "repo": "AlekseyPleshkov/nuxt-social-meta",
4383
5484
  "npm": "nuxt-social-meta",
4384
5485
  "icon": "",
@@ -4500,7 +5601,7 @@
4500
5601
  },
4501
5602
  {
4502
5603
  "name": "storage",
4503
- "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
5604
+ "description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
4504
5605
  "repo": "mazipan/nuxt-storage",
4505
5606
  "npm": "nuxt-storage",
4506
5607
  "icon": "",
@@ -4522,7 +5623,7 @@
4522
5623
  },
4523
5624
  {
4524
5625
  "name": "storefront-ui",
4525
- "description": "Storefront UI Module for Nuxt.js",
5626
+ "description": "Storefront UI Module for Nuxt",
4526
5627
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
4527
5628
  "npm": "@storefront-ui/nuxt",
4528
5629
  "icon": "storefront-ui.svg",
@@ -4566,7 +5667,7 @@
4566
5667
  },
4567
5668
  {
4568
5669
  "name": "storyblok",
4569
- "description": "Storyblok Nuxt.js module",
5670
+ "description": "Storyblok Nuxt module",
4570
5671
  "repo": "storyblok/storyblok-nuxt#master/lib",
4571
5672
  "npm": "@storyblok/nuxt",
4572
5673
  "icon": "storyblok.png",
@@ -4583,46 +5684,43 @@
4583
5684
  ],
4584
5685
  "compatibility": {
4585
5686
  "nuxt": "^2.0.0 || ^3.0.0",
4586
- "requires": {}
5687
+ "requires": {},
5688
+ "devtools": "^0.0.0"
4587
5689
  }
4588
5690
  },
4589
5691
  {
4590
5692
  "name": "storybook",
4591
- "description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
4592
- "repo": "nuxt-community/storybook",
5693
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
5694
+ "repo": "nuxt-modules/storybook",
4593
5695
  "npm": "@nuxtjs/storybook",
4594
5696
  "icon": "storybook.png",
4595
- "github": "https://github.com/nuxt-community/storybook",
5697
+ "github": "https://github.com/nuxt-modules/storybook",
4596
5698
  "website": "https://storybook.nuxtjs.org",
4597
- "learn_more": "https://storybook.js.org/",
5699
+ "learn_more": "https://github.com/storybook-vue/storybook-nuxt",
4598
5700
  "category": "Devtools",
4599
5701
  "type": "community",
4600
5702
  "maintainers": [
4601
5703
  {
4602
- "name": "Ahad Birang",
4603
- "github": "farnabaz",
4604
- "twitter": "a_birang"
4605
- },
4606
- {
4607
- "name": "Pooya Parsa",
4608
- "github": "pi0",
4609
- "twitter": "_pi0_"
5704
+ "name": "Chakir QATAB",
5705
+ "github": "chakAs3",
5706
+ "twitter": "ChakirQatab"
4610
5707
  }
4611
5708
  ],
4612
5709
  "compatibility": {
4613
- "nuxt": "^2.0.0",
5710
+ "nuxt": "^2.0.0 || ^3.0.0",
4614
5711
  "requires": {
4615
5712
  "bridge": "optional"
4616
- }
5713
+ },
5714
+ "devtools": "^0.7.2"
4617
5715
  }
4618
5716
  },
4619
5717
  {
4620
5718
  "name": "strapi",
4621
5719
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
4622
- "repo": "nuxt-community/strapi-module",
5720
+ "repo": "nuxt-modules/strapi",
4623
5721
  "npm": "@nuxtjs/strapi",
4624
5722
  "icon": "strapi.png",
4625
- "github": "https://github.com/nuxt-community/strapi-module",
5723
+ "github": "https://github.com/nuxt-modules/strapi",
4626
5724
  "website": "https://strapi.nuxtjs.org",
4627
5725
  "learn_more": "https://strapi.io/",
4628
5726
  "category": "CMS",
@@ -4643,7 +5741,34 @@
4643
5741
  "nuxt": "^2.0.0 || ^3.0.0",
4644
5742
  "requires": {
4645
5743
  "bridge": true
5744
+ },
5745
+ "devtools": "^0.0.0"
5746
+ }
5747
+ },
5748
+ {
5749
+ "name": "stripe-next",
5750
+ "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.",
5751
+ "repo": "fuentesloic/nuxt-stripe",
5752
+ "npm": "@unlok-co/nuxt-stripe",
5753
+ "icon": "stripe.png",
5754
+ "github": "https://github.com/fuentesloic/nuxt-stripe",
5755
+ "website": "https://github.com/fuentesloic/nuxt-stripe",
5756
+ "learn_more": "https://stripe.com/docs",
5757
+ "category": "Payment",
5758
+ "type": "3rd-party",
5759
+ "maintainers": [
5760
+ {
5761
+ "name": "Loic Fuentes",
5762
+ "github": "fuentesloic"
5763
+ },
5764
+ {
5765
+ "name": "Florent Giraud",
5766
+ "github": "flozero"
4646
5767
  }
5768
+ ],
5769
+ "compatibility": {
5770
+ "nuxt": "^3.0.0",
5771
+ "requires": {}
4647
5772
  }
4648
5773
  },
4649
5774
  {
@@ -4668,6 +5793,36 @@
4668
5793
  "requires": {}
4669
5794
  }
4670
5795
  },
5796
+ {
5797
+ "name": "studio",
5798
+ "description": "A new experience to build content-driven website with Nuxt.",
5799
+ "repo": "nuxtlabs/studio-module",
5800
+ "npm": "@nuxthq/studio",
5801
+ "icon": "studio.svg",
5802
+ "github": "https://github.com/nuxtlabs/studio-module",
5803
+ "website": "https://nuxt.studio",
5804
+ "learn_more": "https://nuxt.studio",
5805
+ "category": "CMS",
5806
+ "type": "3rd-party",
5807
+ "maintainers": [
5808
+ {
5809
+ "name": "Ahad Birang",
5810
+ "github": "farnabaz",
5811
+ "twitter": "a_birang"
5812
+ },
5813
+ {
5814
+ "name": "Sébastien Chopin",
5815
+ "github": "Atinux",
5816
+ "twitter": "Atinux"
5817
+ }
5818
+ ],
5819
+ "compatibility": {
5820
+ "nuxt": "^3.0.0",
5821
+ "requires": {
5822
+ "content": true
5823
+ }
5824
+ }
5825
+ },
4671
5826
  {
4672
5827
  "name": "style-resources",
4673
5828
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
@@ -4693,7 +5848,7 @@
4693
5848
  },
4694
5849
  {
4695
5850
  "name": "stylelint",
4696
- "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
5851
+ "description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
4697
5852
  "repo": "nuxt-community/stylelint-module",
4698
5853
  "npm": "@nuxtjs/stylelint-module",
4699
5854
  "icon": "stylelint.png",
@@ -4709,7 +5864,7 @@
4709
5864
  }
4710
5865
  ],
4711
5866
  "compatibility": {
4712
- "nuxt": "^2.0.0",
5867
+ "nuxt": "^2.0.0 || ^3.0.0",
4713
5868
  "requires": {}
4714
5869
  }
4715
5870
  },
@@ -4739,10 +5894,10 @@
4739
5894
  {
4740
5895
  "name": "supabase",
4741
5896
  "description": "First class integration with Supabase",
4742
- "repo": "nuxt-community/supabase-module",
5897
+ "repo": "nuxt-modules/supabase",
4743
5898
  "npm": "@nuxtjs/supabase",
4744
5899
  "icon": "supabase.png",
4745
- "github": "https://github.com/nuxt-community/supabase-module",
5900
+ "github": "https://github.com/nuxt-modules/supabase",
4746
5901
  "website": "https://supabase.nuxtjs.org",
4747
5902
  "learn_more": "https://supabase.com",
4748
5903
  "category": "Database",
@@ -4793,12 +5948,12 @@
4793
5948
  },
4794
5949
  {
4795
5950
  "name": "svg-sprite",
4796
- "description": "Optimized and Easy way to use svg files in Nuxt.js",
4797
- "repo": "nuxt-community/svg-sprite-module",
5951
+ "description": "Optimized and Easy way to use svg files in Nuxt",
5952
+ "repo": "nuxt-modules/svg-sprite",
4798
5953
  "npm": "@nuxtjs/svg-sprite",
4799
5954
  "icon": "",
4800
- "github": "https://github.com/nuxt-community/svg-sprite-module",
4801
- "website": "https://github.com/nuxt-community/svg-sprite-module",
5955
+ "github": "https://github.com/nuxt-modules/svg-sprite",
5956
+ "website": "https://github.com/nuxt-modules/svg-sprite",
4802
5957
  "learn_more": "",
4803
5958
  "category": "UI",
4804
5959
  "type": "community",
@@ -4810,13 +5965,13 @@
4810
5965
  }
4811
5966
  ],
4812
5967
  "compatibility": {
4813
- "nuxt": "^2.0.0",
5968
+ "nuxt": "^2.0.0 || ^3.0.0",
4814
5969
  "requires": {}
4815
5970
  }
4816
5971
  },
4817
5972
  {
4818
5973
  "name": "svg",
4819
- "description": "Super simple svg loading module for Nuxt.js",
5974
+ "description": "Super simple svg loading module for Nuxt",
4820
5975
  "repo": "nuxt-community/svg-module",
4821
5976
  "npm": "@nuxtjs/svg",
4822
5977
  "icon": "",
@@ -4860,7 +6015,7 @@
4860
6015
  },
4861
6016
  {
4862
6017
  "name": "swiper",
4863
- "description": "Nuxt.js module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
6018
+ "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
4864
6019
  "repo": "cpreston321/nuxt-swiper",
4865
6020
  "npm": "nuxt-swiper",
4866
6021
  "icon": "swiper.svg",
@@ -4885,7 +6040,7 @@
4885
6040
  "description": "Vue components built for Vue3 powered by Windi CSS or tailwindcss",
4886
6041
  "repo": "fumeapp/tailvue",
4887
6042
  "npm": "tailvue",
4888
- "icon": "tailvue.png",
6043
+ "icon": "tailvue.jpg",
4889
6044
  "github": "https://github.com/fumeapp/tailvue",
4890
6045
  "website": "https://github.com/fumeapp/tailvue",
4891
6046
  "learn_more": "https://github.com/fumeapp/tailvue#readme",
@@ -4906,10 +6061,10 @@
4906
6061
  {
4907
6062
  "name": "tailwindcss",
4908
6063
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
4909
- "repo": "nuxt-community/tailwindcss-module",
6064
+ "repo": "nuxt-modules/tailwindcss-module",
4910
6065
  "npm": "@nuxtjs/tailwindcss",
4911
6066
  "icon": "tailwindcss.png",
4912
- "github": "https://github.com/nuxt-community/tailwindcss-module",
6067
+ "github": "https://github.com/nuxt-modules/tailwindcss-module",
4913
6068
  "website": "https://tailwindcss.nuxtjs.org",
4914
6069
  "learn_more": "https://tailwindcss.com/",
4915
6070
  "category": "UI",
@@ -4919,11 +6074,16 @@
4919
6074
  "name": "Sébastien Chopin",
4920
6075
  "github": "Atinux",
4921
6076
  "twitter": "Atinux"
6077
+ },
6078
+ {
6079
+ "name": "Inesh Bose",
6080
+ "github": "ineshbose"
4922
6081
  }
4923
6082
  ],
4924
6083
  "compatibility": {
4925
6084
  "nuxt": "^2.0.0 || ^3.0.0",
4926
- "requires": {}
6085
+ "requires": {},
6086
+ "devtools": "^0.0.0"
4927
6087
  }
4928
6088
  },
4929
6089
  {
@@ -4950,16 +6110,38 @@
4950
6110
  }
4951
6111
  },
4952
6112
  {
4953
- "name": "toast",
4954
- "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
4955
- "repo": "nuxt-community/modules#master/packages/toast",
4956
- "npm": "@nuxtjs/toast",
6113
+ "name": "time",
6114
+ "description": "Safely render local dates and times on the server with Nuxt",
6115
+ "repo": "danielroe/nuxt-time",
6116
+ "npm": "nuxt-time",
4957
6117
  "icon": "",
4958
- "github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
4959
- "website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
4960
- "learn_more": "https://github.com/shakee93/vue-toasted",
4961
- "category": "Libraries",
4962
- "type": "community",
6118
+ "github": "https://github.com/danielroe/nuxt-time",
6119
+ "website": "https://github.com/danielroe/nuxt-time",
6120
+ "learn_more": "",
6121
+ "category": "Extensions",
6122
+ "type": "3rd-party",
6123
+ "maintainers": [
6124
+ {
6125
+ "name": "danielroe",
6126
+ "github": "danielroe"
6127
+ }
6128
+ ],
6129
+ "compatibility": {
6130
+ "nuxt": "^3.0.0",
6131
+ "requires": {}
6132
+ }
6133
+ },
6134
+ {
6135
+ "name": "toast",
6136
+ "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
6137
+ "repo": "nuxt-community/modules#master/packages/toast",
6138
+ "npm": "@nuxtjs/toast",
6139
+ "icon": "",
6140
+ "github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
6141
+ "website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
6142
+ "learn_more": "https://github.com/shakee93/vue-toasted",
6143
+ "category": "Libraries",
6144
+ "type": "community",
4963
6145
  "maintainers": [
4964
6146
  {
4965
6147
  "name": "Pooya Parsa",
@@ -4972,6 +6154,39 @@
4972
6154
  "requires": {}
4973
6155
  }
4974
6156
  },
6157
+ {
6158
+ "name": "tresjs",
6159
+ "description": "Create 3D experiences in your Nuxt application using TresJS.",
6160
+ "repo": "tresjs/nuxt",
6161
+ "npm": "@tresjs/nuxt",
6162
+ "icon": "tresjs.svg",
6163
+ "github": "https://github.com/Tresjs/nuxt",
6164
+ "website": "https://tresjs.org/guide/nuxt.html",
6165
+ "learn_more": "https://tresjs.org/",
6166
+ "category": "Libraries",
6167
+ "type": "3rd-party",
6168
+ "maintainers": [
6169
+ {
6170
+ "name": "Alvaro Saburido",
6171
+ "github": "alvarosabu",
6172
+ "twitter": "alvarosabu"
6173
+ },
6174
+ {
6175
+ "name": "Jaime Torrealba",
6176
+ "github": "JaimeTorrealba",
6177
+ "twitter": "jaimebboyjt"
6178
+ },
6179
+ {
6180
+ "name": "Tino Koch",
6181
+ "github": "Tinoooo",
6182
+ "twitter": "ichbintino"
6183
+ }
6184
+ ],
6185
+ "compatibility": {
6186
+ "nuxt": "^3.0.0",
6187
+ "requires": {}
6188
+ }
6189
+ },
4975
6190
  {
4976
6191
  "name": "turnstile",
4977
6192
  "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
@@ -4999,7 +6214,7 @@
4999
6214
  },
5000
6215
  {
5001
6216
  "name": "twa",
5002
- "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
6217
+ "description": "Nuxt module for generating Trusted Web App from Nuxt app",
5003
6218
  "repo": "tuarrep/nuxt-twa",
5004
6219
  "npm": "nuxt-twa",
5005
6220
  "icon": "",
@@ -5021,6 +6236,28 @@
5021
6236
  }
5022
6237
  }
5023
6238
  },
6239
+ {
6240
+ "name": "twemoji",
6241
+ "description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
6242
+ "repo": "yizack/nuxt-twemoji",
6243
+ "npm": "nuxt-twemoji",
6244
+ "icon": "twemoji.svg",
6245
+ "github": "https://github.com/Yizack/nuxt-twemoji",
6246
+ "website": "https://github.com/Yizack/nuxt-twemoji",
6247
+ "learn_more": "",
6248
+ "category": "UI",
6249
+ "type": "3rd-party",
6250
+ "maintainers": [
6251
+ {
6252
+ "name": "Yizack Rangel",
6253
+ "github": "yizack"
6254
+ }
6255
+ ],
6256
+ "compatibility": {
6257
+ "nuxt": "^3.0.0",
6258
+ "requires": {}
6259
+ }
6260
+ },
5024
6261
  {
5025
6262
  "name": "twicpics",
5026
6263
  "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
@@ -5165,6 +6402,39 @@
5165
6402
  "requires": {}
5166
6403
  }
5167
6404
  },
6405
+ {
6406
+ "name": "ui",
6407
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
6408
+ "repo": "nuxt/ui#dev",
6409
+ "npm": "@nuxt/ui",
6410
+ "icon": "nuxt.svg",
6411
+ "github": "https://github.com/nuxt/ui",
6412
+ "website": "https://ui.nuxt.com",
6413
+ "learn_more": "",
6414
+ "category": "UI",
6415
+ "type": "official",
6416
+ "maintainers": [
6417
+ {
6418
+ "name": "Benjamin Canac",
6419
+ "github": "benjamincanac",
6420
+ "twitter": "benjamincanac"
6421
+ },
6422
+ {
6423
+ "name": "Sebastien Chopin",
6424
+ "github": "Atinux",
6425
+ "twitter": "Atinux"
6426
+ },
6427
+ {
6428
+ "name": "Sylvain Marroufin",
6429
+ "github": "smarroufin",
6430
+ "twitter": "smarroufin"
6431
+ }
6432
+ ],
6433
+ "compatibility": {
6434
+ "nuxt": "^3.0.0",
6435
+ "requires": {}
6436
+ }
6437
+ },
5168
6438
  {
5169
6439
  "name": "umami",
5170
6440
  "description": "Embed the Umami analytics library into Nuxt",
@@ -5192,11 +6462,11 @@
5192
6462
  {
5193
6463
  "name": "unhead",
5194
6464
  "description": "Experimental features for Nuxt SEO / head management.",
5195
- "repo": "harlan-zw/nuxt-unhead",
5196
- "npm": "nuxt-unhead",
6465
+ "repo": "harlan-zw/nuxt-seo-experiments",
6466
+ "npm": "nuxt-seo-experiments",
5197
6467
  "icon": "",
5198
- "github": "https://github.com/harlan-zw/nuxt-unhead",
5199
- "website": "https://github.com/harlan-zw/nuxt-unhead",
6468
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
6469
+ "website": "https://github.com/harlan-zw/nuxt-seo-experiments",
5200
6470
  "learn_more": "",
5201
6471
  "category": "SEO",
5202
6472
  "type": "3rd-party",
@@ -5213,7 +6483,7 @@
5213
6483
  },
5214
6484
  {
5215
6485
  "name": "universal-storage",
5216
- "description": "Universal Storage Utilities for Nuxt.js",
6486
+ "description": "Universal Storage Utilities for Nuxt",
5217
6487
  "repo": "nuxt-community/universal-storage-module",
5218
6488
  "npm": "@nuxtjs/universal-storage",
5219
6489
  "icon": "",
@@ -5239,6 +6509,28 @@
5239
6509
  "requires": {}
5240
6510
  }
5241
6511
  },
6512
+ {
6513
+ "name": "unlazy",
6514
+ "description": "Lazy loading library for placeholder images",
6515
+ "repo": "johannschopplich/unlazy/packages/nuxt",
6516
+ "npm": "@unlazy/nuxt",
6517
+ "icon": "unlazy.svg",
6518
+ "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
6519
+ "website": "https://unlazy.byjohann.dev/",
6520
+ "learn_more": "",
6521
+ "category": "Images",
6522
+ "type": "3rd-party",
6523
+ "maintainers": [
6524
+ {
6525
+ "name": "Johann Schopplich",
6526
+ "github": "johannschopplich"
6527
+ }
6528
+ ],
6529
+ "compatibility": {
6530
+ "nuxt": "^3.0.0",
6531
+ "requires": {}
6532
+ }
6533
+ },
5242
6534
  {
5243
6535
  "name": "unlighthouse",
5244
6536
  "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
@@ -5288,12 +6580,60 @@
5288
6580
  "nuxt": "^2.0.0 || ^3.0.0",
5289
6581
  "requires": {
5290
6582
  "bridge": "optional"
6583
+ },
6584
+ "devtools": "^0.0.0"
6585
+ }
6586
+ },
6587
+ {
6588
+ "name": "ununuracss",
6589
+ "description": "A Real CSS Engine. Only Scoped.",
6590
+ "repo": "novout/ununuracss#main/packages/nuxt",
6591
+ "npm": "nuxt-ununura",
6592
+ "icon": "ununuracss.png",
6593
+ "github": "https://github.com/novout/ununuracss",
6594
+ "website": "https://ununura.com/#/",
6595
+ "learn_more": "https://ununura.com/#/docs/why",
6596
+ "category": "UI",
6597
+ "type": "3rd-party",
6598
+ "maintainers": [
6599
+ {
6600
+ "name": "Giovane Cardoso",
6601
+ "github": "novout",
6602
+ "avatar": "https://avatars.githubusercontent.com/novout?v=4"
6603
+ }
6604
+ ],
6605
+ "compatibility": {
6606
+ "nuxt": "^2.0.0 || ^3.0.0",
6607
+ "requires": {}
6608
+ }
6609
+ },
6610
+ {
6611
+ "name": "use-wagmi",
6612
+ "description": "Vue Composition for Ethereum based on wagmi",
6613
+ "repo": "unicape/use-wagmi#main/packages/nuxt",
6614
+ "npm": "@use-wagmi/nuxt",
6615
+ "icon": "use-wagmi.png",
6616
+ "github": "https://github.com/unicape/use-wagmi",
6617
+ "website": "https://github.com/unicape/use-wagmi",
6618
+ "learn_more": "https://github.com/unicape/use-wagmi",
6619
+ "category": "Extensions",
6620
+ "type": "3rd-party",
6621
+ "maintainers": [
6622
+ {
6623
+ "name": "Unic Ape",
6624
+ "github": "unicape"
6625
+ }
6626
+ ],
6627
+ "compatibility": {
6628
+ "nuxt": "^2.0.0 || ^3.0.0",
6629
+ "requires": {
6630
+ "bridge": true
5291
6631
  }
5292
6632
  }
5293
6633
  },
5294
6634
  {
5295
6635
  "name": "user-agent",
5296
- "description": "Nuxt.js module for handling User-Agent.",
6636
+ "description": "Nuxt module for handling User-Agent.",
5297
6637
  "repo": "fukuiretu/nuxt-user-agent",
5298
6638
  "npm": "nuxt-user-agent",
5299
6639
  "icon": "",
@@ -5359,6 +6699,74 @@
5359
6699
  }
5360
6700
  }
5361
6701
  },
6702
+ {
6703
+ "name": "varlet",
6704
+ "description": "A Material design mobile component library developed based on Vue3",
6705
+ "repo": "varletjs/varlet-nuxt",
6706
+ "npm": "@varlet/nuxt",
6707
+ "icon": "varlet.svg",
6708
+ "github": "https://github.com/varletjs/varlet",
6709
+ "website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
6710
+ "learn_more": "https://github.com/varletjs/varlet-nuxt",
6711
+ "category": "UI",
6712
+ "type": "3rd-party",
6713
+ "maintainers": [
6714
+ {
6715
+ "name": "zhangmo8",
6716
+ "github": "zhangmo8"
6717
+ }
6718
+ ],
6719
+ "compatibility": {
6720
+ "nuxt": "^3.0.0",
6721
+ "requires": {
6722
+ "bridge": "optional"
6723
+ }
6724
+ }
6725
+ },
6726
+ {
6727
+ "name": "vcalendar",
6728
+ "description": "VCalendar module for Nuxt",
6729
+ "repo": "samk-dev/nuxt-vcalendar",
6730
+ "npm": "@samk-dev/nuxt-vcalendar",
6731
+ "icon": "vcalendar.png",
6732
+ "github": "https://github.com/samk-dev/vcalendar",
6733
+ "website": "https://github.com/samk-dev/vcalendar",
6734
+ "learn_more": "",
6735
+ "category": "Libraries",
6736
+ "type": "3rd-party",
6737
+ "maintainers": [
6738
+ {
6739
+ "name": "Sam K",
6740
+ "github": "samk-dev"
6741
+ }
6742
+ ],
6743
+ "compatibility": {
6744
+ "nuxt": "^3.0.0",
6745
+ "requires": {}
6746
+ }
6747
+ },
6748
+ {
6749
+ "name": "vee-validate",
6750
+ "description": "Painless Vue forms for Nuxt",
6751
+ "repo": "logaretm/vee-validate#main/packages/nuxt",
6752
+ "npm": "@vee-validate/nuxt",
6753
+ "icon": "vee-validate.png",
6754
+ "github": "https://github.com/logaretm/vee-validate/",
6755
+ "website": "https://vee-validate.logaretm.com/v4/",
6756
+ "learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
6757
+ "category": "Libraries",
6758
+ "type": "3rd-party",
6759
+ "maintainers": [
6760
+ {
6761
+ "name": "Abdelrahman Awad",
6762
+ "github": "logaretm"
6763
+ }
6764
+ ],
6765
+ "compatibility": {
6766
+ "nuxt": "^3.0.0",
6767
+ "requires": {}
6768
+ }
6769
+ },
5362
6770
  {
5363
6771
  "name": "vendor",
5364
6772
  "description": "directly serve node_modules",
@@ -5382,9 +6790,54 @@
5382
6790
  "requires": {}
5383
6791
  }
5384
6792
  },
6793
+ {
6794
+ "name": "vercel-analytics",
6795
+ "description": "Vercel Analytics integration for Nuxt",
6796
+ "repo": "xanderbarkhatov/nuxt-vercel-analytics",
6797
+ "npm": "nuxt-vercel-analytics",
6798
+ "icon": "",
6799
+ "github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
6800
+ "website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
6801
+ "learn_more": "https://vercel.com/docs/concepts/analytics",
6802
+ "category": "Analytics",
6803
+ "type": "3rd-party",
6804
+ "maintainers": [
6805
+ {
6806
+ "name": "Alexander B.",
6807
+ "github": "xanderbarkhatov"
6808
+ }
6809
+ ],
6810
+ "compatibility": {
6811
+ "nuxt": "^3.0.0",
6812
+ "requires": {}
6813
+ }
6814
+ },
6815
+ {
6816
+ "name": "vexip-ui",
6817
+ "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
6818
+ "repo": "vexip-ui/nuxt",
6819
+ "npm": "@vexip-ui/nuxt",
6820
+ "icon": "vexip-ui.svg",
6821
+ "github": "https://github.com/vexip-ui/vexip-ui",
6822
+ "website": "https://www.vexipui.com/",
6823
+ "learn_more": "https://github.com/vexip-ui/nuxt",
6824
+ "category": "UI",
6825
+ "type": "3rd-party",
6826
+ "maintainers": [
6827
+ {
6828
+ "name": "未觉雨声",
6829
+ "github": "qmhc",
6830
+ "twitter": "qmhc95"
6831
+ }
6832
+ ],
6833
+ "compatibility": {
6834
+ "nuxt": "^3.0.0",
6835
+ "requires": {}
6836
+ }
6837
+ },
5385
6838
  {
5386
6839
  "name": "vite-pwa-nuxt",
5387
- "description": "Zero-config PWA Plugin for Nuxt 3",
6840
+ "description": "Zero-config PWA Plugin for Nuxt",
5388
6841
  "repo": "vite-pwa/nuxt",
5389
6842
  "npm": "@vite-pwa/nuxt",
5390
6843
  "icon": "vite-pwa-nuxt.svg",
@@ -5413,13 +6866,13 @@
5413
6866
  {
5414
6867
  "name": "vitest",
5415
6868
  "description": "Vitest integration with Nuxt",
5416
- "repo": "danielroe/nuxt-vitest#main",
6869
+ "repo": "danielroe/nuxt-vitest",
5417
6870
  "npm": "nuxt-vitest",
5418
6871
  "icon": "vitest.svg",
5419
6872
  "github": "https://github.com/danielroe/nuxt-vitest",
5420
6873
  "website": "https://github.com/danielroe/nuxt-vitest",
5421
6874
  "learn_more": "",
5422
- "category": "Extensions",
6875
+ "category": "Devtools",
5423
6876
  "type": "3rd-party",
5424
6877
  "maintainers": [
5425
6878
  {
@@ -5433,18 +6886,50 @@
5433
6886
  ],
5434
6887
  "compatibility": {
5435
6888
  "nuxt": "^3.0.0",
5436
- "requires": {}
6889
+ "requires": {},
6890
+ "devtools": "^0.0.0"
6891
+ }
6892
+ },
6893
+ {
6894
+ "name": "vue-email",
6895
+ "description": "💌 Write email templates with vue",
6896
+ "repo": "Dave136/vue-email#main/packages/vue-email",
6897
+ "npm": "vue-email",
6898
+ "icon": "vue-email.svg",
6899
+ "github": "https://github.com/Dave136/vue-email",
6900
+ "website": "https://www.vuemail.net/",
6901
+ "learn_more": "https://vue-email.vercel.app/getting-started",
6902
+ "category": "UI",
6903
+ "type": "3rd-party",
6904
+ "maintainers": [
6905
+ {
6906
+ "name": "David Arenas",
6907
+ "github": "Dave136",
6908
+ "twitter": "davejs4",
6909
+ "avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
6910
+ },
6911
+ {
6912
+ "name": "Younes Barrad",
6913
+ "github": "Flowko",
6914
+ "twitter": "imflowko",
6915
+ "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
6916
+ }
6917
+ ],
6918
+ "compatibility": {
6919
+ "nuxt": "^3.0.0",
6920
+ "requires": {},
6921
+ "devtools": "^0.0.0"
5437
6922
  }
5438
6923
  },
5439
6924
  {
5440
6925
  "name": "vue-macros",
5441
- "description": "Explore and extend more macros and syntax sugar to Vue.",
5442
- "repo": "sxzz/unplugin-vue-macros#main/packages/nuxt",
6926
+ "description": "Explore more macros and syntax sugar to Vue.",
6927
+ "repo": "sxzz/vue-macros#main/packages/nuxt",
5443
6928
  "npm": "@vue-macros/nuxt",
5444
6929
  "icon": "vue-macros.svg",
5445
- "github": "https://github.com/sxzz/unplugin-vue-macros",
6930
+ "github": "https://github.com/sxzz/vue-macros",
5446
6931
  "website": "https://vue-macros.sxzz.moe",
5447
- "learn_more": "https://github.com/sxzz/unplugin-vue-macros",
6932
+ "learn_more": "https://github.com/sxzz/vue-macros",
5448
6933
  "category": "Extensions",
5449
6934
  "type": "3rd-party",
5450
6935
  "maintainers": [
@@ -5458,7 +6943,8 @@
5458
6943
  "nuxt": "^3.0.0",
5459
6944
  "requires": {
5460
6945
  "bridge": "optional"
5461
- }
6946
+ },
6947
+ "devtools": "^0.0.0"
5462
6948
  }
5463
6949
  },
5464
6950
  {
@@ -5485,7 +6971,7 @@
5485
6971
  },
5486
6972
  {
5487
6973
  "name": "vue-multiselect",
5488
- "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
6974
+ "description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
5489
6975
  "repo": "spektrummedia/nuxt-vue-multiselect",
5490
6976
  "npm": "nuxt-vue-multiselect",
5491
6977
  "icon": "",
@@ -5527,6 +7013,29 @@
5527
7013
  "requires": {}
5528
7014
  }
5529
7015
  },
7016
+ {
7017
+ "name": "vue-query",
7018
+ "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
7019
+ "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
7020
+ "npm": "@hebilicious/vue-query-nuxt",
7021
+ "icon": "vue-query.svg",
7022
+ "github": "https://github.com/Hebilicious/vue-query-nuxt",
7023
+ "website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
7024
+ "learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
7025
+ "category": "Request",
7026
+ "type": "3rd-party",
7027
+ "maintainers": [
7028
+ {
7029
+ "name": "Hebilicious",
7030
+ "github": "Hebilicious",
7031
+ "twitter": "its_hebilicious"
7032
+ }
7033
+ ],
7034
+ "compatibility": {
7035
+ "nuxt": "^3.0.0",
7036
+ "requires": {}
7037
+ }
7038
+ },
5530
7039
  {
5531
7040
  "name": "vue-select",
5532
7041
  "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
@@ -5576,7 +7085,7 @@
5576
7085
  },
5577
7086
  {
5578
7087
  "name": "vue-warehouse",
5579
- "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
7088
+ "description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
5580
7089
  "repo": "juliomrqz/vue-warehouse",
5581
7090
  "npm": "vue-warehouse",
5582
7091
  "icon": "",
@@ -5597,6 +7106,29 @@
5597
7106
  "requires": {}
5598
7107
  }
5599
7108
  },
7109
+ {
7110
+ "name": "vue3-carousel-nuxt",
7111
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
7112
+ "repo": "gaetansenn/vue3-carousel-nuxt",
7113
+ "npm": "vue3-carousel-nuxt",
7114
+ "icon": "",
7115
+ "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7116
+ "website": "",
7117
+ "learn_more": "",
7118
+ "category": "UI",
7119
+ "type": "3rd-party",
7120
+ "maintainers": [
7121
+ {
7122
+ "name": "Gaetan SENN",
7123
+ "github": "gaetansenn",
7124
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
7125
+ }
7126
+ ],
7127
+ "compatibility": {
7128
+ "nuxt": "^3.0.0",
7129
+ "requires": {}
7130
+ }
7131
+ },
5600
7132
  {
5601
7133
  "name": "vuefire",
5602
7134
  "description": "Idiomatic composables for the Firebase SDK",
@@ -5621,7 +7153,7 @@
5621
7153
  },
5622
7154
  {
5623
7155
  "name": "vuestic",
5624
- "description": "Vuestic UI module for Nuxt 3",
7156
+ "description": "Vuestic UI module for Nuxt",
5625
7157
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
5626
7158
  "npm": "@vuestic/nuxt",
5627
7159
  "icon": "vuestic.png",
@@ -5641,9 +7173,31 @@
5641
7173
  "requires": {}
5642
7174
  }
5643
7175
  },
7176
+ {
7177
+ "name": "vuetify-nuxt-module",
7178
+ "description": "Zero-config Nuxt Module for Vuetify.",
7179
+ "repo": "userquin/vuetify-nuxt-module",
7180
+ "npm": "vuetify-nuxt-module",
7181
+ "icon": "vuetify-logo-v3-dark.svg",
7182
+ "github": "https://github.com/userquin/vuetify-nuxt-module",
7183
+ "website": "https://github.com/userquin/vuetify-nuxt-module",
7184
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
7185
+ "category": "UI",
7186
+ "type": "3rd-party",
7187
+ "maintainers": [
7188
+ {
7189
+ "name": "Joaquín Sánchez",
7190
+ "github": "userquin"
7191
+ }
7192
+ ],
7193
+ "compatibility": {
7194
+ "nuxt": "^3.0.0",
7195
+ "requires": {}
7196
+ }
7197
+ },
5644
7198
  {
5645
7199
  "name": "vuetify",
5646
- "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
7200
+ "description": "Vuetify Module for Nuxt to add Material Design components to your application.",
5647
7201
  "repo": "nuxt-community/vuetify-module",
5648
7202
  "npm": "@nuxtjs/vuetify",
5649
7203
  "icon": "vuetify.png",
@@ -5690,7 +7244,8 @@
5690
7244
  "nuxt": "^2.0.0 || ^3.0.0",
5691
7245
  "requires": {
5692
7246
  "bridge": "optional"
5693
- }
7247
+ },
7248
+ "devtools": "^0.0.0"
5694
7249
  }
5695
7250
  },
5696
7251
  {
@@ -5715,14 +7270,37 @@
5715
7270
  "requires": {}
5716
7271
  }
5717
7272
  },
7273
+ {
7274
+ "name": "vunix",
7275
+ "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.",
7276
+ "repo": "gaetansenn/vunix#main/packages/nuxt",
7277
+ "npm": "@vunix/nuxt",
7278
+ "icon": "",
7279
+ "github": "https://github.com/gaetansenn/vunix",
7280
+ "website": "https://vunix.dewib.com/",
7281
+ "learn_more": "",
7282
+ "category": "UI",
7283
+ "type": "3rd-party",
7284
+ "maintainers": [
7285
+ {
7286
+ "name": "Gaetan SENN",
7287
+ "github": "gaetansenn",
7288
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
7289
+ }
7290
+ ],
7291
+ "compatibility": {
7292
+ "nuxt": "^3.0.0",
7293
+ "requires": {}
7294
+ }
7295
+ },
5718
7296
  {
5719
7297
  "name": "web-vitals",
5720
7298
  "description": "Web Vitals for Nuxt",
5721
- "repo": "nuxt-community/web-vitals-module",
7299
+ "repo": "nuxt-modules/web-vitals",
5722
7300
  "npm": "@nuxtjs/web-vitals",
5723
7301
  "icon": "web-vitals.png",
5724
- "github": "https://github.com/nuxt-community/web-vitals-module",
5725
- "website": "https://github.com/nuxt-community/web-vitals-module",
7302
+ "github": "https://github.com/nuxt-modules/web-vitals",
7303
+ "website": "https://github.com/nuxt-modules/web-vitals",
5726
7304
  "learn_more": "",
5727
7305
  "category": "Performance",
5728
7306
  "type": "community",
@@ -5749,29 +7327,6 @@
5749
7327
  }
5750
7328
  }
5751
7329
  },
5752
- {
5753
- "name": "web3js",
5754
- "description": "Web3.js module integration for Nuxt.js",
5755
- "repo": "bl0cknumber/nuxt-web3",
5756
- "npm": "nuxt-web3",
5757
- "icon": "web3js.svg",
5758
- "github": "https://github.com/bl0cknumber/nuxt-web3",
5759
- "website": "https://github.com/bl0cknumber/nuxt-web3",
5760
- "learn_more": "https://web3js.readthedocs.io/",
5761
- "category": "Libraries",
5762
- "type": "3rd-party",
5763
- "maintainers": [
5764
- {
5765
- "name": "Muhammad Fauzan",
5766
- "github": "bl0cknumber",
5767
- "twitter": "fncolon"
5768
- }
5769
- ],
5770
- "compatibility": {
5771
- "nuxt": "^2.0.0",
5772
- "requires": {}
5773
- }
5774
- },
5775
7330
  {
5776
7331
  "name": "webfontloader",
5777
7332
  "description": "Efficient web font loading has never been easier!",
@@ -5796,7 +7351,7 @@
5796
7351
  },
5797
7352
  {
5798
7353
  "name": "webpack-optimisations",
5799
- "description": "Nuxt.js v2 module to automatically make your builds faster.",
7354
+ "description": "Nuxt v2 module to automatically make your builds faster.",
5800
7355
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
5801
7356
  "npm": "nuxt-webpack-optimisations",
5802
7357
  "icon": "build-optimisations.svg",
@@ -5886,6 +7441,54 @@
5886
7441
  "requires": {}
5887
7442
  }
5888
7443
  },
7444
+ {
7445
+ "name": "well-known",
7446
+ "description": "A Nuxt module to add well-known URIs using middlewares",
7447
+ "repo": "zadigetvoltaire/nuxt-well-known",
7448
+ "npm": "@zadigetvoltaire/nuxt-well-known",
7449
+ "icon": "well-known.svg",
7450
+ "github": "https://github.com/zadigetvoltaire/nuxt-well-known",
7451
+ "website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
7452
+ "learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
7453
+ "category": "SEO",
7454
+ "type": "3rd-party",
7455
+ "maintainers": [
7456
+ {
7457
+ "name": "Zadig&Voltaire Team",
7458
+ "github": "https://github.com/zadigetvoltaire"
7459
+ }
7460
+ ],
7461
+ "compatibility": {
7462
+ "nuxt": "^3.0.0",
7463
+ "requires": {}
7464
+ }
7465
+ },
7466
+ {
7467
+ "name": "wideangle",
7468
+ "description": "Nuxt module to integrate Wide Angle Analytics",
7469
+ "repo": "inputobjects/wideangle-nuxt",
7470
+ "npm": "wideangle-nuxt",
7471
+ "icon": "wideangle.png",
7472
+ "github": "https://github.com/inputobjects/wideangle-nuxt",
7473
+ "website": "https://wideangle.co",
7474
+ "learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
7475
+ "category": "Analytics",
7476
+ "type": "3rd-party",
7477
+ "maintainers": [
7478
+ {
7479
+ "name": "Wide Angle Analytics by Input Objects GmbH",
7480
+ "github": "inputobjects"
7481
+ },
7482
+ {
7483
+ "name": "Jarek Rozanski",
7484
+ "github": "jrozanski"
7485
+ }
7486
+ ],
7487
+ "compatibility": {
7488
+ "nuxt": "^3.0.0",
7489
+ "requires": {}
7490
+ }
7491
+ },
5889
7492
  {
5890
7493
  "name": "windicss",
5891
7494
  "description": "Next generation utility-first CSS framework.",
@@ -6029,32 +7632,9 @@
6029
7632
  "requires": {}
6030
7633
  }
6031
7634
  },
6032
- {
6033
- "name": "yandex-metrika",
6034
- "description": "Yandex metrika Module for Nuxt.js",
6035
- "repo": "nuxt-community/yandex-metrika-module",
6036
- "npm": "@nuxtjs/yandex-metrika",
6037
- "icon": "",
6038
- "github": "https://github.com/nuxt-community/yandex-metrika-module",
6039
- "website": "https://github.com/nuxt-community/yandex-metrika-module",
6040
- "learn_more": "https://metrica.yandex.com/about",
6041
- "category": "Analytics",
6042
- "type": "community",
6043
- "maintainers": [
6044
- {
6045
- "name": "Pooya Parsa",
6046
- "github": "pi0",
6047
- "twitter": "_pi0_"
6048
- }
6049
- ],
6050
- "compatibility": {
6051
- "nuxt": "^2.0.0",
6052
- "requires": {}
6053
- }
6054
- },
6055
7635
  {
6056
7636
  "name": "zendesk",
6057
- "description": "Nuxt.js module for Zendesk",
7637
+ "description": "Nuxt module for Zendesk",
6058
7638
  "repo": "DansMaCulotte/nuxt-zendesk",
6059
7639
  "npm": "@dansmaculotte/nuxt-zendesk",
6060
7640
  "icon": "zendesk.png",