@nuxt/modules 0.6.0-cc7582 → 0.6.0-cda380

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/modules.json +1993 -325
  2. package/package.json +12 -10
package/modules.json CHANGED
@@ -1,7 +1,7 @@
1
1
  [
2
2
  {
3
3
  "name": "ackee",
4
- "description": "Nuxt.js module for Ackee analytics",
4
+ "description": "Nuxt module for Ackee analytics",
5
5
  "repo": "bdrtsky/nuxt-ackee",
6
6
  "npm": "nuxt-ackee",
7
7
  "icon": "ackee.png",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  {
30
30
  "name": "agility-cms",
31
- "description": "Agility CMS Integration for Nuxt.js",
31
+ "description": "Agility CMS Integration for Nuxt",
32
32
  "repo": "agility/agilitycms-nuxt-module",
33
33
  "npm": "@agility/agilitycms-nuxt-module",
34
34
  "icon": "agility.png",
@@ -51,7 +51,7 @@
51
51
  },
52
52
  {
53
53
  "name": "algolia",
54
- "description": "Algolia Search Module for Nuxt 3",
54
+ "description": "Algolia Search Module for Nuxt",
55
55
  "repo": "nuxt-modules/algolia",
56
56
  "npm": "@nuxtjs/algolia",
57
57
  "icon": "algolia.svg",
@@ -126,12 +126,12 @@
126
126
  },
127
127
  {
128
128
  "name": "animejs",
129
- "description": "Anime.js module for Nuxt.js",
130
- "repo": "ivodolenc/nuxt-animejs",
131
- "npm": "nuxt-animejs",
129
+ "description": "Anime.js module for Nuxt",
130
+ "repo": "hypernym-studio/nuxt-anime",
131
+ "npm": "@hypernym/nuxt-anime",
132
132
  "icon": "",
133
- "github": "https://github.com/ivodolenc/nuxt-animejs",
134
- "website": "https://github.com/ivodolenc/nuxt-animejs",
133
+ "github": "https://github.com/hypernym-studio/nuxt-anime",
134
+ "website": "https://github.com/hypernym-studio/nuxt-anime",
135
135
  "learn_more": "",
136
136
  "category": "Libraries",
137
137
  "type": "3rd-party",
@@ -142,13 +142,59 @@
142
142
  }
143
143
  ],
144
144
  "compatibility": {
145
- "nuxt": "^2.0.0",
145
+ "nuxt": "^2.0.0 || ^3.0.0",
146
+ "requires": {}
147
+ }
148
+ },
149
+ {
150
+ "name": "ant-design-vue",
151
+ "description": "A Vue 3 based component library for designers and developers",
152
+ "repo": "vueComponent/ant-design-vue-nuxt",
153
+ "npm": "@ant-design-vue/nuxt",
154
+ "icon": "ant-design-vue.svg",
155
+ "github": "https://github.com/vueComponent/ant-design-vue-nuxt",
156
+ "website": "https://antdv.com",
157
+ "learn_more": "https://github.com/vueComponent/ant-design-vue-nuxt",
158
+ "category": "UI",
159
+ "type": "3rd-party",
160
+ "maintainers": [
161
+ {
162
+ "name": "tangjinzhou",
163
+ "github": "tangjinzhou"
164
+ }
165
+ ],
166
+ "compatibility": {
167
+ "nuxt": "^3.0.0",
168
+ "requires": {
169
+ "bridge": "optional"
170
+ }
171
+ }
172
+ },
173
+ {
174
+ "name": "aos",
175
+ "description": "A Nuxt module that adds Animate On Scroll",
176
+ "repo": "egidiusmengelberg/nuxt-aos",
177
+ "npm": "nuxt-aos",
178
+ "icon": "aos.png",
179
+ "github": "https://github.com/egidiusmengelberg/nuxt-aos",
180
+ "website": "https://github.com/egidiusmengelberg/nuxt-aos",
181
+ "learn_more": "",
182
+ "category": "Devtools",
183
+ "type": "3rd-party",
184
+ "maintainers": [
185
+ {
186
+ "name": "egidiusmengelberg",
187
+ "github": "egidiusmengelberg"
188
+ }
189
+ ],
190
+ "compatibility": {
191
+ "nuxt": "^3.0.0",
146
192
  "requires": {}
147
193
  }
148
194
  },
149
195
  {
150
196
  "name": "api-party",
151
- "description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
197
+ "description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
152
198
  "repo": "johannschopplich/nuxt-api-party",
153
199
  "npm": "nuxt-api-party",
154
200
  "icon": "api-party.svg",
@@ -196,7 +242,7 @@
196
242
  },
197
243
  {
198
244
  "name": "apollo",
199
- "description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
245
+ "description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
200
246
  "repo": "nuxt-modules/apollo",
201
247
  "npm": "@nuxtjs/apollo",
202
248
  "icon": "apollo.png",
@@ -220,7 +266,7 @@
220
266
  },
221
267
  {
222
268
  "name": "applicationinsights",
223
- "description": "AppInsights module for Nuxt.js",
269
+ "description": "AppInsights module for Nuxt",
224
270
  "repo": "nuxt-community/applicationinsights-module",
225
271
  "npm": "@nuxtjs/applicationinsights",
226
272
  "icon": "application-insights.png",
@@ -262,9 +308,76 @@
262
308
  "requires": {}
263
309
  }
264
310
  },
311
+ {
312
+ "name": "arco-design-nuxt-module",
313
+ "description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
314
+ "repo": "wiidede/arco-design-nuxt-module",
315
+ "npm": "arco-design-nuxt-module",
316
+ "icon": "arco-design.svg",
317
+ "github": "https://github.com/wiidede/arco-design-nuxt-module",
318
+ "website": "https://arco.design/vue",
319
+ "learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
320
+ "category": "UI",
321
+ "type": "3rd-party",
322
+ "maintainers": [
323
+ {
324
+ "name": "wiidede",
325
+ "github": "wiidede"
326
+ }
327
+ ],
328
+ "compatibility": {
329
+ "nuxt": "^3.0.0",
330
+ "requires": {}
331
+ }
332
+ },
333
+ {
334
+ "name": "ark-ui",
335
+ "description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
336
+ "repo": "iamdin/nuxt-ark-ui",
337
+ "npm": "nuxt-ark-ui",
338
+ "icon": "ark-ui.svg",
339
+ "github": "https://github.com/iamdin/nuxt-ark-ui",
340
+ "website": "https://ark-ui.com/",
341
+ "learn_more": "https://github.com/iamdin/nuxt-ark-ui",
342
+ "category": "UI",
343
+ "type": "3rd-party",
344
+ "maintainers": [
345
+ {
346
+ "name": "Din",
347
+ "github": "iamdin",
348
+ "twitter": "iamdinq"
349
+ }
350
+ ],
351
+ "compatibility": {
352
+ "nuxt": "^3.0.0",
353
+ "requires": {}
354
+ }
355
+ },
356
+ {
357
+ "name": "auth-utils",
358
+ "description": "Minimalist Auth module for Nuxt with SSR.",
359
+ "repo": "atinux/nuxt-auth-utils",
360
+ "npm": "nuxt-auth-utils",
361
+ "icon": "",
362
+ "github": "https://github.com/atinux/nuxt-auth-utils",
363
+ "website": "https://github.com/atinux/nuxt-auth-utils",
364
+ "learn_more": "",
365
+ "category": "Devtools",
366
+ "type": "3rd-party",
367
+ "maintainers": [
368
+ {
369
+ "name": "atinux",
370
+ "github": "atinux"
371
+ }
372
+ ],
373
+ "compatibility": {
374
+ "nuxt": "^3.0.0",
375
+ "requires": {}
376
+ }
377
+ },
265
378
  {
266
379
  "name": "auth",
267
- "description": "Zero-boilerplate authentication support for Nuxt.js.",
380
+ "description": "Zero-boilerplate authentication support for Nuxt.",
268
381
  "repo": "nuxt-community/auth-module",
269
382
  "npm": "@nuxtjs/auth",
270
383
  "icon": "auth.png",
@@ -289,9 +402,55 @@
289
402
  "requires": {}
290
403
  }
291
404
  },
405
+ {
406
+ "name": "authjs",
407
+ "description": "Auth.js authentication Nuxt module. Edge compatible.",
408
+ "repo": "Hebilicious/authjs-nuxt#main",
409
+ "npm": "@hebilicious/authjs-nuxt",
410
+ "icon": "authjs.png",
411
+ "github": "https://github.com/Hebilicious/authjs-nuxt",
412
+ "website": "https://authjs-nuxt.pages.dev/",
413
+ "learn_more": "https://authjs.dev/",
414
+ "category": "Security",
415
+ "type": "3rd-party",
416
+ "maintainers": [
417
+ {
418
+ "name": "Hebilicious",
419
+ "github": "Hebilicious",
420
+ "twitter": "its_hebilicious"
421
+ }
422
+ ],
423
+ "compatibility": {
424
+ "nuxt": "^3.0.0",
425
+ "requires": {}
426
+ }
427
+ },
428
+ {
429
+ "name": "auto-animate",
430
+ "description": "Automatic animations for your Nuxt app with a single line of code.",
431
+ "repo": "formkit/auto-animate",
432
+ "npm": "@formkit/auto-animate",
433
+ "icon": "auto-animate.svg",
434
+ "github": "https://github.com/formkit/auto-animate",
435
+ "website": "https://auto-animate.formkit.com",
436
+ "learn_more": "https://auto-animate.formkit.com",
437
+ "category": "Libraries",
438
+ "type": "3rd-party",
439
+ "maintainers": [
440
+ {
441
+ "name": "Justin Schroeder",
442
+ "github": "justin-schroeder",
443
+ "twitter": "jpschroeder"
444
+ }
445
+ ],
446
+ "compatibility": {
447
+ "nuxt": "^3.0.0",
448
+ "requires": {}
449
+ }
450
+ },
292
451
  {
293
452
  "name": "axios",
294
- "description": "Secure and easy Axios module with Nuxt.js",
453
+ "description": "Secure and easy Axios module with Nuxt",
295
454
  "repo": "nuxt-community/axios-module",
296
455
  "npm": "@nuxtjs/axios",
297
456
  "icon": "axios.svg",
@@ -314,7 +473,7 @@
314
473
  },
315
474
  {
316
475
  "name": "basic-auth",
317
- "description": "Provide basic authentication to your Nuxt.js application",
476
+ "description": "Provide basic authentication to your Nuxt application",
318
477
  "repo": "potato4d/nuxt-basic-auth-module",
319
478
  "npm": "nuxt-basic-auth-module",
320
479
  "icon": "",
@@ -438,7 +597,7 @@
438
597
  },
439
598
  {
440
599
  "name": "bulma-slim",
441
- "description": "Nuxt.js module to automatically make a slim Bulma build of used features with Purgecss",
600
+ "description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
442
601
  "repo": "mustardamus/nuxt-bulma-slim",
443
602
  "npm": "nuxt-bulma-slim",
444
603
  "icon": "bulma.png",
@@ -505,7 +664,7 @@
505
664
  },
506
665
  {
507
666
  "name": "canvas-sketch",
508
- "description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
667
+ "description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
509
668
  "repo": "LuXDAmore/generative-art",
510
669
  "npm": "@luxdamore/nuxt-canvas-sketch",
511
670
  "icon": "",
@@ -526,9 +685,31 @@
526
685
  "requires": {}
527
686
  }
528
687
  },
688
+ {
689
+ "name": "capo",
690
+ "description": "Capo.js implementation for Nuxt",
691
+ "repo": "danielroe/nuxt-capo",
692
+ "npm": "nuxt-capo",
693
+ "icon": "",
694
+ "github": "https://github.com/danielroe/nuxt-capo",
695
+ "website": "https://github.com/danielroe/nuxt-capo",
696
+ "learn_more": "",
697
+ "category": "Performance",
698
+ "type": "3rd-party",
699
+ "maintainers": [
700
+ {
701
+ "name": "danielroe",
702
+ "github": "danielroe"
703
+ }
704
+ ],
705
+ "compatibility": {
706
+ "nuxt": "^3.0.0",
707
+ "requires": {}
708
+ }
709
+ },
529
710
  {
530
711
  "name": "chakra-ui",
531
- "description": "Chakra UI Module for Nuxt.js",
712
+ "description": "Chakra UI Module for Nuxt",
532
713
  "repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
533
714
  "npm": "@chakra-ui/nuxt",
534
715
  "icon": "chakra-ui.png",
@@ -592,6 +773,29 @@
592
773
  "requires": {}
593
774
  }
594
775
  },
776
+ {
777
+ "name": "clarity-analytics",
778
+ "description": "Clarity Analytics Module for Nuxt",
779
+ "repo": "Barbapapazes/nuxt-clarity-analytics",
780
+ "npm": "nuxt-clarity-analytics",
781
+ "icon": "",
782
+ "github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
783
+ "website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
784
+ "learn_more": "https://clarity.microsoft.com/",
785
+ "category": "Analytics",
786
+ "type": "3rd-party",
787
+ "maintainers": [
788
+ {
789
+ "name": "Barbapapazes",
790
+ "github": "Barbapapazes",
791
+ "twitter": "soubiran_"
792
+ }
793
+ ],
794
+ "compatibility": {
795
+ "nuxt": "^3.0.0",
796
+ "requires": {}
797
+ }
798
+ },
595
799
  {
596
800
  "name": "client-init",
597
801
  "description": "Provide client version of `nuxtServerInit`.",
@@ -616,7 +820,7 @@
616
820
  },
617
821
  {
618
822
  "name": "cloudcms",
619
- "description": "CloudCMS Nuxt.js Module",
823
+ "description": "CloudCMS Nuxt Module",
620
824
  "repo": "gitana/cloudcms-nuxt",
621
825
  "npm": "cloudcms-nuxt",
622
826
  "icon": "",
@@ -665,11 +869,11 @@
665
869
  },
666
870
  {
667
871
  "name": "cloudinary",
668
- "description": "Optimize images and videos in your Nuxt.js application",
669
- "repo": "nuxt-community/cloudinary-module",
872
+ "description": "Optimize images and videos in your Nuxt application",
873
+ "repo": "nuxt-modules/cloudinary",
670
874
  "npm": "@nuxtjs/cloudinary",
671
875
  "icon": "cloudinary.png",
672
- "github": "https://github.com/nuxt-community/cloudinary-module",
876
+ "github": "https://github.com/nuxt-modules/cloudinary",
673
877
  "website": "https://cloudinary.nuxtjs.org",
674
878
  "learn_more": "https://cloudinary.com",
675
879
  "category": "Images",
@@ -688,11 +892,11 @@
688
892
  },
689
893
  {
690
894
  "name": "color-mode",
691
- "description": "Dark and Light mode for NuxtJS with auto detection",
692
- "repo": "nuxt-community/color-mode-module",
895
+ "description": "Dark and Light mode for Nuxt with auto detection",
896
+ "repo": "nuxt-modules/color-mode",
693
897
  "npm": "@nuxtjs/color-mode",
694
898
  "icon": "color-mode.png",
695
- "github": "https://github.com/nuxt-community/color-mode-module",
899
+ "github": "https://github.com/nuxt-modules/color-mode",
696
900
  "website": "https://color-mode.nuxtjs.org",
697
901
  "learn_more": "",
698
902
  "category": "UI",
@@ -757,12 +961,35 @@
757
961
  "requires": {}
758
962
  }
759
963
  },
964
+ {
965
+ "name": "content-assets",
966
+ "description": "Enable locally-located assets in Nuxt Content",
967
+ "repo": "davestewart/nuxt-content-assets",
968
+ "npm": "nuxt-content-assets",
969
+ "icon": "content-assets.png",
970
+ "github": "https://github.com/davestewart/nuxt-content-assets",
971
+ "website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
972
+ "learn_more": "",
973
+ "category": "Images",
974
+ "type": "3rd-party",
975
+ "maintainers": [
976
+ {
977
+ "name": "davestewart",
978
+ "github": "davestewart",
979
+ "twitter": "dave_stewart"
980
+ }
981
+ ],
982
+ "compatibility": {
983
+ "nuxt": "^3.0.0",
984
+ "requires": {}
985
+ }
986
+ },
760
987
  {
761
988
  "name": "content",
762
989
  "description": "Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.",
763
990
  "repo": "nuxt/content#main",
764
991
  "npm": "@nuxt/content",
765
- "icon": "nuxt.png",
992
+ "icon": "nuxt.svg",
766
993
  "github": "https://github.com/nuxt/content",
767
994
  "website": "https://content.nuxtjs.org",
768
995
  "learn_more": "",
@@ -886,7 +1113,7 @@
886
1113
  },
887
1114
  {
888
1115
  "name": "darkmode.js",
889
- "description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
1116
+ "description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
890
1117
  "repo": "sandoche/nuxtjs-darkmode-js-module#main",
891
1118
  "npm": "nuxtjs-darkmode-js-module",
892
1119
  "icon": "darkmode.png",
@@ -908,7 +1135,7 @@
908
1135
  },
909
1136
  {
910
1137
  "name": "date-fns",
911
- "description": "Modern JavaScript date utility library - date-fns for Nuxt.js",
1138
+ "description": "Modern JavaScript date utility library - date-fns for Nuxt",
912
1139
  "repo": "nuxt-community/date-fns-module",
913
1140
  "npm": "@nuxtjs/date-fns",
914
1141
  "icon": "date-fns.png",
@@ -930,7 +1157,7 @@
930
1157
  },
931
1158
  {
932
1159
  "name": "datocms-nuxt2",
933
- "description": "DatoCMS integration for Nuxt.js v2",
1160
+ "description": "DatoCMS integration for Nuxt v2",
934
1161
  "repo": "voorhoede/nuxt-datocms-module",
935
1162
  "npm": "@voorhoede/nuxt-datocms-module",
936
1163
  "icon": "datocms.svg",
@@ -976,31 +1203,31 @@
976
1203
  },
977
1204
  {
978
1205
  "name": "dayjs",
979
- "description": "The best way for use Day.js easily in your Nuxt.js project.",
980
- "repo": "nuxt-community/dayjs-module",
981
- "npm": "@nuxtjs/dayjs",
1206
+ "description": "Day.js module for Nuxt",
1207
+ "repo": "fumeapp/dayjs",
1208
+ "npm": "dayjs-nuxt",
982
1209
  "icon": "day-js.png",
983
- "github": "https://github.com/nuxt-community/dayjs-module",
984
- "website": "https://github.com/nuxt-community/dayjs-module",
1210
+ "github": "https://github.com/fumeapp/dayjs",
1211
+ "website": "https://github.com/fumeapp/dayjs",
985
1212
  "learn_more": "https://day.js.org/",
986
- "category": "Date",
987
- "type": "community",
1213
+ "category": "Libraries",
1214
+ "type": "3rd-party",
988
1215
  "maintainers": [
989
1216
  {
990
- "name": "Takuma HANATANI",
991
- "github": "potato4d",
992
- "twitter": "potato4d"
1217
+ "name": "Kevin Olson",
1218
+ "github": "acidjazz",
1219
+ "twitter": "AppFume"
993
1220
  }
994
1221
  ],
995
1222
  "compatibility": {
996
- "nuxt": "^2.0.0",
1223
+ "nuxt": "^3.0.0",
997
1224
  "requires": {}
998
1225
  }
999
1226
  },
1000
1227
  {
1001
1228
  "name": "delay-hydration",
1002
- "description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
1003
- "repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
1229
+ "description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
1230
+ "repo": "harlan-zw/nuxt-delay-hydration",
1004
1231
  "npm": "nuxt-delay-hydration",
1005
1232
  "icon": "lighthouse.svg",
1006
1233
  "github": "https://github.com/harlan-zw/nuxt-delay-hydration",
@@ -1022,12 +1249,12 @@
1022
1249
  },
1023
1250
  {
1024
1251
  "name": "device",
1025
- "description": "Device detection module for Nuxt.js",
1026
- "repo": "nuxt-community/device-module",
1252
+ "description": "Device detection module for Nuxt",
1253
+ "repo": "nuxt-modules/device",
1027
1254
  "npm": "@nuxtjs/device",
1028
1255
  "icon": "",
1029
- "github": "https://github.com/nuxt-community/device-module",
1030
- "website": "https://github.com/nuxt-community/device-module",
1256
+ "github": "https://github.com/nuxt-modules/device",
1257
+ "website": "https://github.com/nuxt-modules/device",
1031
1258
  "learn_more": "",
1032
1259
  "category": "Extensions",
1033
1260
  "type": "community",
@@ -1045,9 +1272,9 @@
1045
1272
  {
1046
1273
  "name": "devtools",
1047
1274
  "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1048
- "repo": "nuxt/devtools#main",
1275
+ "repo": "nuxt/devtools#main/packages/devtools",
1049
1276
  "npm": "@nuxt/devtools",
1050
- "icon": "nuxt.png",
1277
+ "icon": "nuxt.svg",
1051
1278
  "github": "https://github.com/nuxt/devtools",
1052
1279
  "website": "https://devtools.nuxtjs.org/",
1053
1280
  "learn_more": "",
@@ -1067,13 +1294,13 @@
1067
1294
  },
1068
1295
  {
1069
1296
  "name": "directus",
1070
- "description": "Easily connect your Nuxt3 application to your directus server.",
1297
+ "description": "Easily connect your Nuxt application to your directus server.",
1071
1298
  "repo": "intevel/nuxt-directus",
1072
1299
  "npm": "nuxt-directus",
1073
1300
  "icon": "directus.svg",
1074
- "github": "https://github.com/directus/nuxt-directus/",
1075
- "website": "https://nuxt-directus.netlify.app/",
1076
- "learn_more": "https://nuxt-directus.netlify.app/",
1301
+ "github": "https://github.com/intevel/nuxt-directus/",
1302
+ "website": "https://nuxt-directus.site/",
1303
+ "learn_more": "https://nuxt-directus.site/",
1077
1304
  "category": "CMS",
1078
1305
  "type": "3rd-party",
1079
1306
  "maintainers": [
@@ -1084,15 +1311,58 @@
1084
1311
  }
1085
1312
  ],
1086
1313
  "compatibility": {
1087
- "nuxt": "^2.0.0 || ^3.0.0",
1088
- "requires": {
1089
- "bridge": true
1314
+ "nuxt": "^3.0.0",
1315
+ "requires": {},
1316
+ "devtools": "^0.0.0"
1317
+ }
1318
+ },
1319
+ {
1320
+ "name": "disqus",
1321
+ "description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
1322
+ "repo": "modbender/nuxt-disqus",
1323
+ "npm": "nuxt-disqus",
1324
+ "icon": "disqus.svg",
1325
+ "github": "https://github.com/modbender/nuxt-disqus",
1326
+ "website": "https://github.com/modbender/nuxt-disqus",
1327
+ "learn_more": "https://github.com/modbender/vue3-disqus",
1328
+ "category": "Libraries",
1329
+ "type": "3rd-party",
1330
+ "maintainers": [
1331
+ {
1332
+ "name": "modbender",
1333
+ "github": "modbender"
1334
+ }
1335
+ ],
1336
+ "compatibility": {
1337
+ "nuxt": "^3.0.0",
1338
+ "requires": {}
1339
+ }
1340
+ },
1341
+ {
1342
+ "name": "doppler",
1343
+ "description": "Integrate your Doppler secrets into your Nuxt build",
1344
+ "repo": "JamieCurnow/nuxt-doppler",
1345
+ "npm": "nuxt-doppler",
1346
+ "icon": "doppler.png",
1347
+ "github": "https://github.com/JamieCurnow/nuxt-doppler",
1348
+ "website": "https://github.com/JamieCurnow/nuxt-doppler",
1349
+ "learn_more": "",
1350
+ "category": "Devtools",
1351
+ "type": "3rd-party",
1352
+ "maintainers": [
1353
+ {
1354
+ "name": "JamieCurnow",
1355
+ "github": "JamieCurnow"
1090
1356
  }
1357
+ ],
1358
+ "compatibility": {
1359
+ "nuxt": "^3.0.0",
1360
+ "requires": {}
1091
1361
  }
1092
1362
  },
1093
1363
  {
1094
1364
  "name": "dotenv",
1095
- "description": "A Nuxt.js module that loads your .env file into your context options",
1365
+ "description": "A Nuxt module that loads your .env file into your context options",
1096
1366
  "repo": "nuxt-community/dotenv-module",
1097
1367
  "npm": "@nuxtjs/dotenv",
1098
1368
  "icon": "dotenv.png",
@@ -1114,7 +1384,7 @@
1114
1384
  },
1115
1385
  {
1116
1386
  "name": "drupal-ce",
1117
- "description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
1387
+ "description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
1118
1388
  "repo": "drunomics/nuxtjs-drupal-ce",
1119
1389
  "npm": "nuxtjs-drupal-ce",
1120
1390
  "icon": "drupal-ce.png",
@@ -1147,7 +1417,7 @@
1147
1417
  },
1148
1418
  {
1149
1419
  "name": "druxt",
1150
- "description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
1420
+ "description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
1151
1421
  "repo": "druxt/druxt.js#develop/packages/druxt",
1152
1422
  "npm": "druxt",
1153
1423
  "icon": "druxt.svg",
@@ -1167,6 +1437,29 @@
1167
1437
  "requires": {}
1168
1438
  }
1169
1439
  },
1440
+ {
1441
+ "name": "edgedb",
1442
+ "description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
1443
+ "repo": "Tahul/nuxt-edgedb",
1444
+ "npm": "nuxt-edgedb-module",
1445
+ "icon": "edgedb.svg",
1446
+ "github": "https://github.com/Tahul/nuxt-edgedb",
1447
+ "website": "https://github.com/Tahul/nuxt-edgedb",
1448
+ "learn_more": "https://github.com/Tahul/nuxt-edgedb",
1449
+ "category": "Database",
1450
+ "type": "3rd-party",
1451
+ "maintainers": [
1452
+ {
1453
+ "name": "Yaël Guilloux",
1454
+ "github": "Tahul",
1455
+ "twitter": "yaeeelglx"
1456
+ }
1457
+ ],
1458
+ "compatibility": {
1459
+ "nuxt": "^3.8.0",
1460
+ "requires": {}
1461
+ }
1462
+ },
1170
1463
  {
1171
1464
  "name": "electron",
1172
1465
  "description": "Integrate Nuxt and Electron.",
@@ -1215,7 +1508,7 @@
1215
1508
  },
1216
1509
  {
1217
1510
  "name": "emotion",
1218
- "description": "The Next Generation of CSS-in-JS for Nuxt.js",
1511
+ "description": "The Next Generation of CSS-in-JS for Nuxt",
1219
1512
  "repo": "nuxt-modules/emotion",
1220
1513
  "npm": "@nuxtjs/emotion",
1221
1514
  "icon": "emotion.png",
@@ -1243,7 +1536,7 @@
1243
1536
  },
1244
1537
  {
1245
1538
  "name": "eslint",
1246
- "description": "ESLint module for Nuxt.js",
1539
+ "description": "ESLint module for Nuxt",
1247
1540
  "repo": "nuxt-community/eslint-module",
1248
1541
  "npm": "@nuxtjs/eslint-module",
1249
1542
  "icon": "eslint.png",
@@ -1265,7 +1558,7 @@
1265
1558
  },
1266
1559
  {
1267
1560
  "name": "event-trace",
1268
- "description": "Module for event trace in Nuxt.js",
1561
+ "description": "Module for event trace in Nuxt",
1269
1562
  "repo": "nuxt-community/nuxt-event-trace",
1270
1563
  "npm": "nuxt-event-trace",
1271
1564
  "icon": "",
@@ -1309,7 +1602,7 @@
1309
1602
  },
1310
1603
  {
1311
1604
  "name": "feature-toggle",
1312
- "description": "Feature toggle module for Nuxt.js",
1605
+ "description": "Feature toggle module for Nuxt",
1313
1606
  "repo": "stephenkr/nuxt-feature-toggle",
1314
1607
  "npm": "nuxt-feature-toggle",
1315
1608
  "icon": "",
@@ -1376,7 +1669,7 @@
1376
1669
  },
1377
1670
  {
1378
1671
  "name": "floating-prompt-module",
1379
- "description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
1672
+ "description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
1380
1673
  "repo": "sandoche/nuxt-floating-prompt-module#main",
1381
1674
  "npm": "nuxt-floating-prompt-module",
1382
1675
  "icon": "",
@@ -1485,6 +1778,29 @@
1485
1778
  "requires": {}
1486
1779
  }
1487
1780
  },
1781
+ {
1782
+ "name": "form-actions",
1783
+ "description": "A set of features and composables to interact with forms and server data.",
1784
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
1785
+ "npm": "@hebilicious/form-actions-nuxt",
1786
+ "icon": "form-actions.svg",
1787
+ "github": "https://github.com/Hebilicious/form-actions-nuxt",
1788
+ "website": "https://form-actions-nuxt.pages.dev/",
1789
+ "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1790
+ "category": "Request",
1791
+ "type": "3rd-party",
1792
+ "maintainers": [
1793
+ {
1794
+ "name": "Hebilicious",
1795
+ "github": "Hebilicious",
1796
+ "twitter": "its_hebilicious"
1797
+ }
1798
+ ],
1799
+ "compatibility": {
1800
+ "nuxt": "^3.7.0",
1801
+ "requires": {}
1802
+ }
1803
+ },
1488
1804
  {
1489
1805
  "name": "formkit",
1490
1806
  "description": "Seamless FormKit integration for Nuxt",
@@ -1559,7 +1875,7 @@
1559
1875
  },
1560
1876
  {
1561
1877
  "name": "google-adsense",
1562
- "description": "Google Adsense Module for Nuxt.js",
1878
+ "description": "Google Adsense Module for Nuxt",
1563
1879
  "repo": "nuxt-community/google-adsense-module",
1564
1880
  "npm": "@nuxtjs/google-adsense",
1565
1881
  "icon": "google-adsense.png",
@@ -1585,7 +1901,7 @@
1585
1901
  },
1586
1902
  {
1587
1903
  "name": "google-analytics",
1588
- "description": "Google analytics Module for Nuxt.js",
1904
+ "description": "Google analytics Module for Nuxt",
1589
1905
  "repo": "nuxt-community/analytics-module",
1590
1906
  "npm": "@nuxtjs/google-analytics",
1591
1907
  "icon": "google-analytics.png",
@@ -1617,12 +1933,12 @@
1617
1933
  },
1618
1934
  {
1619
1935
  "name": "google-fonts",
1620
- "description": "Google Fonts module for NuxtJS",
1621
- "repo": "nuxt-community/google-fonts-module",
1936
+ "description": "Google Fonts module for Nuxt",
1937
+ "repo": "nuxt-modules/google-fonts",
1622
1938
  "npm": "@nuxtjs/google-fonts",
1623
1939
  "icon": "google-fonts.png",
1624
- "github": "https://github.com/nuxt-community/google-fonts-module",
1625
- "website": "https://github.com/nuxt-community/google-fonts-module",
1940
+ "github": "https://github.com/nuxt-modules/google-fonts",
1941
+ "website": "https://google-fonts.nuxtjs.org",
1626
1942
  "learn_more": "https://developers.google.com/fonts",
1627
1943
  "category": "Fonts",
1628
1944
  "type": "community",
@@ -1641,7 +1957,7 @@
1641
1957
  },
1642
1958
  {
1643
1959
  "name": "google-gtag",
1644
- "description": "Google GTag for Nuxt.js",
1960
+ "description": "Google GTag for Nuxt",
1645
1961
  "repo": "nuxt-community/google-gtag",
1646
1962
  "npm": "@nuxtjs/google-gtag",
1647
1963
  "icon": "gtm.png",
@@ -1667,7 +1983,7 @@
1667
1983
  },
1668
1984
  {
1669
1985
  "name": "google-optimize",
1670
- "description": "SSR friendly Google Optimize module for Nuxt.js",
1986
+ "description": "SSR friendly Google Optimize module for Nuxt",
1671
1987
  "repo": "nuxt-community/google-optimize-module",
1672
1988
  "npm": "nuxt-google-optimize",
1673
1989
  "icon": "google-optimize.png",
@@ -1722,7 +2038,7 @@
1722
2038
  },
1723
2039
  {
1724
2040
  "name": "graphql-request",
1725
- "description": "Easy Minimal GraphQL client integration with Nuxt.js",
2041
+ "description": "Easy Minimal GraphQL client integration with Nuxt",
1726
2042
  "repo": "gomah/nuxt-graphql-request",
1727
2043
  "npm": "nuxt-graphql-request",
1728
2044
  "icon": "graphql-request.png",
@@ -1738,7 +2054,7 @@
1738
2054
  }
1739
2055
  ],
1740
2056
  "compatibility": {
1741
- "nuxt": "^2.0.0",
2057
+ "nuxt": "^2.0.0 || ^3.0.0",
1742
2058
  "requires": {}
1743
2059
  }
1744
2060
  },
@@ -1761,12 +2077,13 @@
1761
2077
  ],
1762
2078
  "compatibility": {
1763
2079
  "nuxt": "^3.0.0",
1764
- "requires": {}
2080
+ "requires": {},
2081
+ "devtools": "^0.0.0"
1765
2082
  }
1766
2083
  },
1767
2084
  {
1768
2085
  "name": "gtag",
1769
- "description": "Google Analytics integration for Nuxt 3",
2086
+ "description": "Google Analytics integration for Nuxt",
1770
2087
  "repo": "johannschopplich/nuxt-gtag",
1771
2088
  "npm": "nuxt-gtag",
1772
2089
  "icon": "gtag.svg",
@@ -1790,7 +2107,7 @@
1790
2107
  },
1791
2108
  {
1792
2109
  "name": "gtm",
1793
- "description": "Google Tag Manager Module for Nuxt.js",
2110
+ "description": "Google Tag Manager Module for Nuxt",
1794
2111
  "repo": "nuxt-community/gtm-module",
1795
2112
  "npm": "@nuxtjs/gtm",
1796
2113
  "icon": "gtm.png",
@@ -1813,7 +2130,7 @@
1813
2130
  },
1814
2131
  {
1815
2132
  "name": "guess",
1816
- "description": "Guess.js module for Nuxt.js",
2133
+ "description": "Guess.js module for Nuxt",
1817
2134
  "repo": "nuxt-community/guess-module",
1818
2135
  "npm": "@nuxtjs/guess-module",
1819
2136
  "icon": "guessjs.png",
@@ -1833,6 +2150,28 @@
1833
2150
  "requires": {}
1834
2151
  }
1835
2152
  },
2153
+ {
2154
+ "name": "hanko",
2155
+ "description": "Hanko integration for Nuxt for passwordless authentication",
2156
+ "repo": "nuxt-modules/hanko",
2157
+ "npm": "@nuxtjs/hanko",
2158
+ "icon": "hanko.svg",
2159
+ "github": "https://github.com/nuxt-modules/hanko",
2160
+ "website": "https://github.com/nuxt-modules/hanko",
2161
+ "learn_more": "https://hanko.io/",
2162
+ "category": "Security",
2163
+ "type": "community",
2164
+ "maintainers": [
2165
+ {
2166
+ "name": "danielroe",
2167
+ "github": "danielroe"
2168
+ }
2169
+ ],
2170
+ "compatibility": {
2171
+ "nuxt": "^3.0.0",
2172
+ "requires": {}
2173
+ }
2174
+ },
1836
2175
  {
1837
2176
  "name": "harlem",
1838
2177
  "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
@@ -1903,7 +2242,7 @@
1903
2242
  },
1904
2243
  {
1905
2244
  "name": "helmet",
1906
- "description": "Easy Helmet module with Nuxt.js'",
2245
+ "description": "Easy Helmet module with Nuxt'",
1907
2246
  "repo": "victor-perez/nuxt-helmet",
1908
2247
  "npm": "nuxt-helmet",
1909
2248
  "icon": "",
@@ -1947,7 +2286,7 @@
1947
2286
  },
1948
2287
  {
1949
2288
  "name": "history-state",
1950
- "description": "Nuxt.js module to backup or restore historical states",
2289
+ "description": "Nuxt module to backup or restore historical states",
1951
2290
  "repo": "hidekatsu-izuno/nuxt-history-state",
1952
2291
  "npm": "nuxt-history-state",
1953
2292
  "icon": "",
@@ -2016,7 +2355,7 @@
2016
2355
  },
2017
2356
  {
2018
2357
  "name": "http",
2019
- "description": "Universal HTTP Module for Nuxt.js",
2358
+ "description": "Universal HTTP Module for Nuxt",
2020
2359
  "repo": "nuxt/http",
2021
2360
  "npm": "@nuxt/http",
2022
2361
  "icon": "http.png",
@@ -2044,7 +2383,7 @@
2044
2383
  },
2045
2384
  {
2046
2385
  "name": "humans-txt",
2047
- "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.",
2386
+ "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.",
2048
2387
  "repo": "Luxdamore/nuxt-humans-txt",
2049
2388
  "npm": "@luxdamore/nuxt-humans-txt",
2050
2389
  "icon": "",
@@ -2068,11 +2407,11 @@
2068
2407
  {
2069
2408
  "name": "i18n",
2070
2409
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
2071
- "repo": "nuxt-community/i18n-module",
2410
+ "repo": "nuxt-modules/i18n",
2072
2411
  "npm": "@nuxtjs/i18n",
2073
2412
  "icon": "i18n.png",
2074
- "github": "https://github.com/nuxt-community/i18n-module",
2075
- "website": "https://i18n.nuxtjs.org",
2413
+ "github": "https://github.com/nuxt-modules/i18n",
2414
+ "website": "https://v8.i18n.nuxtjs.org",
2076
2415
  "learn_more": "https://kazupon.github.io/vue-i18n/",
2077
2416
  "category": "Extensions",
2078
2417
  "type": "community",
@@ -2091,6 +2430,51 @@
2091
2430
  "requires": {}
2092
2431
  }
2093
2432
  },
2433
+ {
2434
+ "name": "icon-font",
2435
+ "description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
2436
+ "repo": "coremyslo/nuxt-icon-font",
2437
+ "npm": "@coremyslo/nuxt-icon-font",
2438
+ "icon": "",
2439
+ "github": "https://github.com/coremyslo/nuxt-icon-font",
2440
+ "website": "https://github.com/coremyslo/nuxt-icon-font",
2441
+ "learn_more": "",
2442
+ "category": "UI",
2443
+ "type": "3rd-party",
2444
+ "maintainers": [
2445
+ {
2446
+ "name": "coremyslo",
2447
+ "github": "coremyslo"
2448
+ }
2449
+ ],
2450
+ "compatibility": {
2451
+ "nuxt": "^3.0.0",
2452
+ "requires": {}
2453
+ }
2454
+ },
2455
+ {
2456
+ "name": "icon-tw",
2457
+ "description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
2458
+ "repo": "jcamp-code/nuxt-icon-tw",
2459
+ "npm": "nuxt-icon-tw",
2460
+ "icon": "nuxt-icon.png",
2461
+ "github": "https://github.com/jcamp-code/nuxt-icon-tw",
2462
+ "website": "https://github.com/jcamp-code/nuxt-icon-tw",
2463
+ "learn_more": "",
2464
+ "category": "UI",
2465
+ "type": "3rd-party",
2466
+ "maintainers": [
2467
+ {
2468
+ "name": "JohnCampionJr",
2469
+ "github": "JohnCampionJr"
2470
+ }
2471
+ ],
2472
+ "compatibility": {
2473
+ "nuxt": "^3.0.0",
2474
+ "requires": {},
2475
+ "devtools": "^0.0.0"
2476
+ }
2477
+ },
2094
2478
  {
2095
2479
  "name": "icon",
2096
2480
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2110,7 +2494,8 @@
2110
2494
  ],
2111
2495
  "compatibility": {
2112
2496
  "nuxt": "^3.0.0",
2113
- "requires": {}
2497
+ "requires": {},
2498
+ "devtools": "^0.0.0"
2114
2499
  }
2115
2500
  },
2116
2501
  {
@@ -2159,12 +2544,12 @@
2159
2544
  },
2160
2545
  {
2161
2546
  "name": "image",
2162
- "description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
2547
+ "description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
2163
2548
  "repo": "nuxt/image",
2164
2549
  "npm": "@nuxt/image",
2165
2550
  "icon": "image.png",
2166
2551
  "github": "https://github.com/nuxt/image",
2167
- "website": "https://image.nuxtjs.org",
2552
+ "website": "https://image.nuxt.com",
2168
2553
  "learn_more": "",
2169
2554
  "category": "Images",
2170
2555
  "type": "official",
@@ -2174,6 +2559,11 @@
2174
2559
  "github": "farnabaz",
2175
2560
  "twitter": "a_birang"
2176
2561
  },
2562
+ {
2563
+ "name": "Daniel Roe",
2564
+ "github": "danielroe",
2565
+ "twitter": "danielcroe"
2566
+ },
2177
2567
  {
2178
2568
  "name": "Pooya Parsa",
2179
2569
  "github": "pi0",
@@ -2194,7 +2584,7 @@
2194
2584
  },
2195
2585
  {
2196
2586
  "name": "imagemin",
2197
- "description": "Automatically optimize (compress) all images used in Nuxt.js",
2587
+ "description": "Automatically optimize (compress) all images used in Nuxt",
2198
2588
  "repo": "nuxt-community/imagemin-module",
2199
2589
  "npm": "@nuxtjs/imagemin",
2200
2590
  "icon": "imagemin.png",
@@ -2217,12 +2607,12 @@
2217
2607
  {
2218
2608
  "name": "inkline",
2219
2609
  "description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
2220
- "repo": "inkline/nuxt-module-inkline",
2221
- "npm": "@inkline/nuxt",
2610
+ "repo": "inkline/plugin",
2611
+ "npm": "@inkline/plugin",
2222
2612
  "icon": "inkline.svg",
2223
- "github": "https://github.com/inkline/nuxt-module-inkline",
2613
+ "github": "https://github.com/inkline/plugin",
2224
2614
  "website": "https://inkline.io",
2225
- "learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
2615
+ "learn_more": "https://inkline.io/docs/installation/nuxt",
2226
2616
  "category": "UI",
2227
2617
  "type": "3rd-party",
2228
2618
  "maintainers": [
@@ -2241,7 +2631,7 @@
2241
2631
  },
2242
2632
  {
2243
2633
  "name": "intercom",
2244
- "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
2634
+ "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
2245
2635
  "repo": "hex-digital/nuxt-intercom",
2246
2636
  "npm": "@hexdigital/nuxt-intercom",
2247
2637
  "icon": "intercom.png",
@@ -2286,7 +2676,7 @@
2286
2676
  },
2287
2677
  {
2288
2678
  "name": "jsonapi",
2289
- "description": "Easy JSON:API client integration for Nuxt.js",
2679
+ "description": "Easy JSON:API client integration for Nuxt",
2290
2680
  "repo": "patrickcate/nuxt-jsonapi",
2291
2681
  "npm": "nuxt-jsonapi",
2292
2682
  "icon": "jsonapi.svg",
@@ -2329,14 +2719,41 @@
2329
2719
  }
2330
2720
  },
2331
2721
  {
2332
- "name": "kql",
2333
- "description": "Nuxt 3 module for Kirby's Query Language API",
2334
- "repo": "johannschopplich/nuxt-kql",
2335
- "npm": "nuxt-kql",
2336
- "icon": "kql.svg",
2337
- "github": "https://github.com/johannschopplich/nuxt-kql",
2338
- "website": "https://nuxt-kql.jhnn.dev",
2339
- "learn_more": "",
2722
+ "name": "kinde",
2723
+ "description": "Kinde authentication integration for Nuxt",
2724
+ "repo": "nuxt-modules/kinde",
2725
+ "npm": "@nuxtjs/kinde",
2726
+ "icon": "kinde.svg",
2727
+ "github": "https://github.com/nuxt-modules/kinde",
2728
+ "website": "https://kinde.com/docs/developer-tools/nuxt-module/",
2729
+ "learn_more": "https://kinde.com/",
2730
+ "category": "Security",
2731
+ "type": "community",
2732
+ "maintainers": [
2733
+ {
2734
+ "name": "danielroe",
2735
+ "github": "danielroe"
2736
+ },
2737
+ {
2738
+ "name": "daveordead",
2739
+ "github": "DaveOrDead",
2740
+ "twitter": "dave_or_dead"
2741
+ }
2742
+ ],
2743
+ "compatibility": {
2744
+ "nuxt": "^3.0.0",
2745
+ "requires": {}
2746
+ }
2747
+ },
2748
+ {
2749
+ "name": "kql",
2750
+ "description": "Nuxt module for Kirby's Query Language API",
2751
+ "repo": "johannschopplich/nuxt-kql",
2752
+ "npm": "nuxt-kql",
2753
+ "icon": "kql.svg",
2754
+ "github": "https://github.com/johannschopplich/nuxt-kql",
2755
+ "website": "https://nuxt-kql.jhnn.dev",
2756
+ "learn_more": "",
2340
2757
  "category": "CMS",
2341
2758
  "type": "3rd-party",
2342
2759
  "maintainers": [
@@ -2354,7 +2771,7 @@
2354
2771
  },
2355
2772
  {
2356
2773
  "name": "laravel-echo",
2357
- "description": "Laravel Echo for Nuxt.js",
2774
+ "description": "Laravel Echo for Nuxt",
2358
2775
  "repo": "nuxt-community/laravel-echo",
2359
2776
  "npm": "@nuxtjs/laravel-echo",
2360
2777
  "icon": "laravel-echo.png",
@@ -2396,6 +2813,28 @@
2396
2813
  "requires": {}
2397
2814
  }
2398
2815
  },
2816
+ {
2817
+ "name": "laravel-precognition",
2818
+ "description": "Nuxt module to work with Laravel Precognition and $fetch",
2819
+ "repo": "sot1986/nuxt-laravel-precognition",
2820
+ "npm": "nuxt-laravel-precognition",
2821
+ "icon": "laravel.svg",
2822
+ "github": "https://github.com/sot1986/nuxt-laravel-precognition",
2823
+ "website": "https://github.com/sot1986/nuxt-laravel-precognition",
2824
+ "learn_more": "",
2825
+ "category": "Security",
2826
+ "type": "3rd-party",
2827
+ "maintainers": [
2828
+ {
2829
+ "name": "sot1986",
2830
+ "github": "sot1986"
2831
+ }
2832
+ ],
2833
+ "compatibility": {
2834
+ "nuxt": "^3.0.0",
2835
+ "requires": {}
2836
+ }
2837
+ },
2399
2838
  {
2400
2839
  "name": "laravel",
2401
2840
  "description": "Nuxt cli extension for use with laravel as backend",
@@ -2442,13 +2881,13 @@
2442
2881
  },
2443
2882
  {
2444
2883
  "name": "link-checker",
2445
- "description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
2884
+ "description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
2446
2885
  "repo": "harlan-zw/nuxt-link-checker",
2447
2886
  "npm": "nuxt-link-checker",
2448
- "icon": "",
2887
+ "icon": "link-checker.svg",
2449
2888
  "github": "https://github.com/harlan-zw/nuxt-link-checker",
2450
- "website": "https://github.com/harlan-zw/nuxt-link-checker",
2451
- "learn_more": "",
2889
+ "website": "https://nuxtseo.com/link-checker",
2890
+ "learn_more": "https://nuxtseo.com/link-checker",
2452
2891
  "category": "SEO",
2453
2892
  "type": "3rd-party",
2454
2893
  "maintainers": [
@@ -2461,7 +2900,8 @@
2461
2900
  ],
2462
2901
  "compatibility": {
2463
2902
  "nuxt": "^3.0.0",
2464
- "requires": {}
2903
+ "requires": {},
2904
+ "devtools": "^0.0.0"
2465
2905
  }
2466
2906
  },
2467
2907
  {
@@ -2538,12 +2978,12 @@
2538
2978
  },
2539
2979
  {
2540
2980
  "name": "logrocket",
2541
- "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
2542
- "repo": "nuxt-community/nuxt-logrocket",
2981
+ "description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
2982
+ "repo": "nuxt-modules/logrocket",
2543
2983
  "npm": "nuxt-logrocket",
2544
2984
  "icon": "logrocket.png",
2545
- "github": "https://github.com/nuxt-community/nuxt-logrocket",
2546
- "website": "https://github.com/nuxt-community/nuxt-logrocket",
2985
+ "github": "https://github.com/nuxt-modules/logrocket",
2986
+ "website": "https://github.com/nuxt-modules/logrocket",
2547
2987
  "learn_more": "https://docs.logrocket.com/docs",
2548
2988
  "category": "Monitoring",
2549
2989
  "type": "community",
@@ -2559,9 +2999,35 @@
2559
2999
  "requires": {}
2560
3000
  }
2561
3001
  },
3002
+ {
3003
+ "name": "lucide-icons",
3004
+ "description": "Nuxt module to integrate Lucide icons",
3005
+ "repo": "swisnl/nuxt-lucide-icons",
3006
+ "npm": "nuxt-lucide-icons",
3007
+ "icon": "lucide-icons.svg",
3008
+ "github": "https://github.com/swisnl/nuxt-lucide-icons",
3009
+ "website": "https://github.com/swisnl/nuxt-lucide-icons",
3010
+ "learn_more": "",
3011
+ "category": "UI",
3012
+ "type": "3rd-party",
3013
+ "maintainers": [
3014
+ {
3015
+ "name": "SWIS",
3016
+ "github": "swisnl"
3017
+ },
3018
+ {
3019
+ "name": "Jasper Zonneveld",
3020
+ "github": "JaZo"
3021
+ }
3022
+ ],
3023
+ "compatibility": {
3024
+ "nuxt": "^3.0.0",
3025
+ "requires": {}
3026
+ }
3027
+ },
2562
3028
  {
2563
3029
  "name": "lunr",
2564
- "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
3030
+ "description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
2565
3031
  "repo": "nuxt-community/lunr-module",
2566
3032
  "npm": "@nuxtjs/lunr-module",
2567
3033
  "icon": "",
@@ -2649,6 +3115,28 @@
2649
3115
  "requires": {}
2650
3116
  }
2651
3117
  },
3118
+ {
3119
+ "name": "maz-ui",
3120
+ "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3121
+ "repo": "louismazel/maz-ui",
3122
+ "npm": "maz-ui",
3123
+ "icon": "maz-ui.png",
3124
+ "github": "https://github.com/louismazel/maz-ui",
3125
+ "website": "https://louismazel.github.io/maz-ui-3/",
3126
+ "learn_more": "https://louismazel.github.io/maz-ui-3/",
3127
+ "category": "UI",
3128
+ "type": "community",
3129
+ "maintainers": [
3130
+ {
3131
+ "name": "Loïc Mazuel",
3132
+ "github": "LouisMazel"
3133
+ }
3134
+ ],
3135
+ "compatibility": {
3136
+ "nuxt": "^3.0.0",
3137
+ "requires": {}
3138
+ }
3139
+ },
2652
3140
  {
2653
3141
  "name": "mdx",
2654
3142
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -2674,7 +3162,7 @@
2674
3162
  },
2675
3163
  {
2676
3164
  "name": "medusa",
2677
- "description": "Easily connect to Medusa from your Nuxt 3 application",
3165
+ "description": "Easily connect to Medusa from your Nuxt application",
2678
3166
  "repo": "Baroshem/nuxt-medusa",
2679
3167
  "npm": "nuxt-medusa",
2680
3168
  "icon": "medusa.svg",
@@ -2699,7 +3187,7 @@
2699
3187
  },
2700
3188
  {
2701
3189
  "name": "meilisearch",
2702
- "description": "Meilisearch Instant Search module for Nuxt 3",
3190
+ "description": "Meilisearch Instant Search module for Nuxt",
2703
3191
  "repo": "xlanex6/nuxt-meilisearch",
2704
3192
  "npm": "nuxt-meilisearch",
2705
3193
  "icon": "meilisearch.svg",
@@ -2719,7 +3207,8 @@
2719
3207
  "nuxt": "^3.0.0",
2720
3208
  "requires": {
2721
3209
  "bridge": false
2722
- }
3210
+ },
3211
+ "devtools": "^0.0.0"
2723
3212
  }
2724
3213
  },
2725
3214
  {
@@ -2791,7 +3280,7 @@
2791
3280
  },
2792
3281
  {
2793
3282
  "name": "moment",
2794
- "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3283
+ "description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
2795
3284
  "repo": "nuxt-community/moment-module",
2796
3285
  "npm": "@nuxtjs/moment",
2797
3286
  "icon": "momentjs.png",
@@ -2818,7 +3307,7 @@
2818
3307
  },
2819
3308
  {
2820
3309
  "name": "mq",
2821
- "description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3310
+ "description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
2822
3311
  "repo": "vanhoofmaarten/nuxt-mq",
2823
3312
  "npm": "nuxt-mq",
2824
3313
  "icon": "",
@@ -2862,7 +3351,7 @@
2862
3351
  },
2863
3352
  {
2864
3353
  "name": "netlify-cache",
2865
- "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
3354
+ "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
2866
3355
  "repo": "DreaMinder/nuxt-netlify-cache",
2867
3356
  "npm": "nuxt-netlify-cache",
2868
3357
  "icon": "netlify.png",
@@ -2907,7 +3396,7 @@
2907
3396
  },
2908
3397
  {
2909
3398
  "name": "netlify",
2910
- "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
3399
+ "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
2911
3400
  "repo": "bazzite/nuxt-netlify",
2912
3401
  "npm": "@aceforth/nuxt-netlify",
2913
3402
  "icon": "netlify.png",
@@ -2978,30 +3467,119 @@
2978
3467
  }
2979
3468
  },
2980
3469
  {
2981
- "name": "nuxt-auth",
2982
- "description": "",
2983
- "repo": "sidebase/nuxt-auth",
2984
- "npm": "@sidebase/nuxt-auth",
3470
+ "name": "nupolyon",
3471
+ "description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
3472
+ "repo": "adenvt/nupolyon",
3473
+ "npm": "nupolyon",
2985
3474
  "icon": "",
2986
- "github": "https://github.com/sidebase/nuxt-auth",
2987
- "website": "https://github.com/sidebase/nuxt-auth",
3475
+ "github": "https://github.com/adenvt/nupolyon",
3476
+ "website": "https://github.com/adenvt/nupolyon",
2988
3477
  "learn_more": "",
2989
- "category": "Devtools",
3478
+ "category": "Performance",
2990
3479
  "type": "3rd-party",
2991
3480
  "maintainers": [
2992
3481
  {
2993
- "name": "sidebase",
2994
- "github": "sidebase"
3482
+ "name": "adenvt",
3483
+ "github": "adenvt"
2995
3484
  }
2996
3485
  ],
2997
3486
  "compatibility": {
2998
- "nuxt": "^2.0.0",
3487
+ "nuxt": "^3.0.0",
3488
+ "requires": {}
3489
+ }
3490
+ },
3491
+ {
3492
+ "name": "nuxt-anchorscroll",
3493
+ "description": "Scroll to top and to anchor support for Nuxt",
3494
+ "repo": "helltraitor/nuxt-anchorscroll",
3495
+ "npm": "nuxt-anchorscroll",
3496
+ "icon": "",
3497
+ "github": "https://github.com/helltraitor/nuxt-anchorscroll",
3498
+ "website": "https://github.com/helltraitor/nuxt-anchorscroll",
3499
+ "learn_more": "",
3500
+ "category": "UI",
3501
+ "type": "3rd-party",
3502
+ "maintainers": [
3503
+ {
3504
+ "name": "Helltraitor",
3505
+ "github": "helltraitor"
3506
+ }
3507
+ ],
3508
+ "compatibility": {
3509
+ "nuxt": "^3.0.0",
3510
+ "requires": {}
3511
+ }
3512
+ },
3513
+ {
3514
+ "name": "nuxt-auth-sanctum",
3515
+ "description": "Nuxt module for Laravel Sanctum authentication",
3516
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3517
+ "npm": "nuxt-auth-sanctum",
3518
+ "icon": "laravel.svg",
3519
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3520
+ "website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3521
+ "learn_more": "",
3522
+ "category": "Security",
3523
+ "type": "3rd-party",
3524
+ "maintainers": [
3525
+ {
3526
+ "name": "Artem Manchenkov",
3527
+ "github": "manchenkoff",
3528
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
3529
+ }
3530
+ ],
3531
+ "compatibility": {
3532
+ "nuxt": "^3.0.0",
3533
+ "requires": {}
3534
+ }
3535
+ },
3536
+ {
3537
+ "name": "nuxt-basic-auth",
3538
+ "description": "Nuxt Module for Basic Authentication",
3539
+ "repo": "kgierke/nuxt-basic-auth",
3540
+ "npm": "@kgierke/nuxt-basic-auth",
3541
+ "icon": "",
3542
+ "github": "https://github.com/kgierke/nuxt-basic-auth",
3543
+ "website": "https://github.com/kgierke/nuxt-basic-auth",
3544
+ "learn_more": "",
3545
+ "category": "Security",
3546
+ "type": "3rd-party",
3547
+ "maintainers": [
3548
+ {
3549
+ "name": "kgierke",
3550
+ "github": "kgierke"
3551
+ }
3552
+ ],
3553
+ "compatibility": {
3554
+ "nuxt": "^3.0.0",
3555
+ "requires": {}
3556
+ }
3557
+ },
3558
+ {
3559
+ "name": "nuxt-bootstrap-icons",
3560
+ "description": "Just a simple integration for Bootstrap Icons",
3561
+ "repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
3562
+ "npm": "nuxt-bootstrap-icons",
3563
+ "icon": "bootstrap-icons.svg",
3564
+ "github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3565
+ "website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3566
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3567
+ "category": "UI",
3568
+ "type": "3rd-party",
3569
+ "maintainers": [
3570
+ {
3571
+ "name": "OyewoleOyedeji",
3572
+ "github": "OyewoleOyedeji"
3573
+ }
3574
+ ],
3575
+ "compatibility": {
3576
+ "nuxt": "^3.0.0",
2999
3577
  "requires": {}
3000
3578
  }
3001
3579
  },
3002
3580
  {
3003
3581
  "name": "nuxt-chatgpt",
3004
- "description": "ChatGPT integration for Nuxt 3",
3582
+ "description": "ChatGPT integration for Nuxt",
3005
3583
  "repo": "schnapsterdog/nuxt-chatgpt",
3006
3584
  "npm": "nuxt-chatgpt",
3007
3585
  "icon": "chatgpt.svg",
@@ -3021,6 +3599,54 @@
3021
3599
  "requires": {}
3022
3600
  }
3023
3601
  },
3602
+ {
3603
+ "name": "nuxt-facebook-chat",
3604
+ "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
3605
+ "repo": "superdev-tech/nuxt-facebook-chat",
3606
+ "npm": "nuxt-facebook-chat",
3607
+ "icon": "nuxt-facebook-chat.svg",
3608
+ "github": "https://github.com/superdev-tech/nuxt-facebook-chat",
3609
+ "website": "https://github.com/superdev-tech/nuxt-facebook-chat",
3610
+ "learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
3611
+ "category": "Libraries",
3612
+ "type": "3rd-party",
3613
+ "maintainers": [
3614
+ {
3615
+ "name": "Supanut Dokmaithong",
3616
+ "github": "Boomgeek"
3617
+ },
3618
+ {
3619
+ "name": "superdev-tech",
3620
+ "github": "superdev-tech"
3621
+ }
3622
+ ],
3623
+ "compatibility": {
3624
+ "nuxt": "^3.0.0",
3625
+ "requires": {}
3626
+ }
3627
+ },
3628
+ {
3629
+ "name": "nuxt-feedme",
3630
+ "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
3631
+ "repo": "helltraitor/nuxt-feedme",
3632
+ "npm": "nuxt-feedme",
3633
+ "icon": "",
3634
+ "github": "https://github.com/helltraitor/nuxt-feedme",
3635
+ "website": "https://github.com/helltraitor/nuxt-feedme",
3636
+ "learn_more": "",
3637
+ "category": "SEO",
3638
+ "type": "3rd-party",
3639
+ "maintainers": [
3640
+ {
3641
+ "name": "Helltraitor",
3642
+ "github": "helltraitor"
3643
+ }
3644
+ ],
3645
+ "compatibility": {
3646
+ "nuxt": "^3.0.0",
3647
+ "requires": {}
3648
+ }
3649
+ },
3024
3650
  {
3025
3651
  "name": "nuxt-graphql-middleware",
3026
3652
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -3072,6 +3698,29 @@
3072
3698
  "requires": {}
3073
3699
  }
3074
3700
  },
3701
+ {
3702
+ "name": "nuxt-gtm",
3703
+ "description": "A Nuxt module for Google Tag Manager",
3704
+ "repo": "zadigetvoltaire/nuxt-gtm",
3705
+ "npm": "@zadigetvoltaire/nuxt-gtm",
3706
+ "icon": "nuxt-gtm.svg",
3707
+ "github": "https://github.com/zadigetvoltaire/nuxt-gtm",
3708
+ "website": "https://github.com/zadigetvoltaire/nuxt-gtm",
3709
+ "learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
3710
+ "category": "Analytics",
3711
+ "type": "3rd-party",
3712
+ "maintainers": [
3713
+ {
3714
+ "name": "Zadig&Voltaire Team",
3715
+ "github": "https://github.com/zadigetvoltaire"
3716
+ }
3717
+ ],
3718
+ "compatibility": {
3719
+ "nuxt": "^3.0.0",
3720
+ "requires": {},
3721
+ "devtools": "^0.0.0"
3722
+ }
3723
+ },
3075
3724
  {
3076
3725
  "name": "nuxt-hue",
3077
3726
  "description": "Enlighten your Nuxt experience",
@@ -3096,6 +3745,50 @@
3096
3745
  }
3097
3746
  }
3098
3747
  },
3748
+ {
3749
+ "name": "nuxt-interpolation",
3750
+ "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
3751
+ "repo": "daliborgogic/nuxt-interpolation#master",
3752
+ "npm": "nuxt-interpolation",
3753
+ "icon": "",
3754
+ "github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3755
+ "website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3756
+ "learn_more": "",
3757
+ "category": "Devtools",
3758
+ "type": "3rd-party",
3759
+ "maintainers": [
3760
+ {
3761
+ "name": "daliborgogic",
3762
+ "github": "daliborgogic"
3763
+ }
3764
+ ],
3765
+ "compatibility": {
3766
+ "nuxt": "^2.0.0",
3767
+ "requires": {}
3768
+ }
3769
+ },
3770
+ {
3771
+ "name": "nuxt-jsonld",
3772
+ "description": "Manage JSON-LD in Vue component.",
3773
+ "repo": "ymmooot/nuxt-jsonld",
3774
+ "npm": "nuxt-jsonld",
3775
+ "icon": "",
3776
+ "github": "https://github.com/ymmooot/nuxt-jsonld",
3777
+ "website": "https://github.com/ymmooot/nuxt-jsonld",
3778
+ "learn_more": "",
3779
+ "category": "SEO",
3780
+ "type": "3rd-party",
3781
+ "maintainers": [
3782
+ {
3783
+ "name": "ymmooot",
3784
+ "github": "ymmooot"
3785
+ }
3786
+ ],
3787
+ "compatibility": {
3788
+ "nuxt": "^3.0.0",
3789
+ "requires": {}
3790
+ }
3791
+ },
3099
3792
  {
3100
3793
  "name": "nuxt-localtunnel",
3101
3794
  "description": "Exposes your Nuxt localhost to the world automatically.",
@@ -3121,7 +3814,7 @@
3121
3814
  },
3122
3815
  {
3123
3816
  "name": "nuxt-loco",
3124
- "description": "A localise.biz module to synth locale with Nuxt.js",
3817
+ "description": "A localise.biz module to synth locale with Nuxt",
3125
3818
  "repo": "gaetansenn/nuxt-loco",
3126
3819
  "npm": "nuxt-loco",
3127
3820
  "icon": "",
@@ -3142,6 +3835,28 @@
3142
3835
  "requires": {}
3143
3836
  }
3144
3837
  },
3838
+ {
3839
+ "name": "nuxt-mail",
3840
+ "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
3841
+ "repo": "dword-design/nuxt-mail",
3842
+ "npm": "nuxt-mail",
3843
+ "icon": "",
3844
+ "github": "https://github.com/dword-design/nuxt-mail",
3845
+ "website": "https://github.com/dword-design/nuxt-mail",
3846
+ "learn_more": "",
3847
+ "category": "Extensions",
3848
+ "type": "3rd-party",
3849
+ "maintainers": [
3850
+ {
3851
+ "name": "Sebastian Landwehr",
3852
+ "github": "dword-design"
3853
+ }
3854
+ ],
3855
+ "compatibility": {
3856
+ "nuxt": "^2.0.0 || ^3.0.0",
3857
+ "requires": {}
3858
+ }
3859
+ },
3145
3860
  {
3146
3861
  "name": "nuxt-mapbox",
3147
3862
  "description": "Elegant Mapbox integration with Nuxt",
@@ -3164,6 +3879,28 @@
3164
3879
  "requires": {}
3165
3880
  }
3166
3881
  },
3882
+ {
3883
+ "name": "nuxt-mdi",
3884
+ "description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
3885
+ "repo": "ERPedersen/nuxt-mdi",
3886
+ "npm": "nuxt-mdi",
3887
+ "icon": "mdi.png",
3888
+ "github": "https://github.com/ERPedersen/nuxt-mdi",
3889
+ "website": "https://nuxt-mdi.emilrosenius.com",
3890
+ "learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
3891
+ "category": "Libraries",
3892
+ "type": "3rd-party",
3893
+ "maintainers": [
3894
+ {
3895
+ "name": "Emil Rosenius",
3896
+ "github": "ERPedersen"
3897
+ }
3898
+ ],
3899
+ "compatibility": {
3900
+ "nuxt": "^3.0.0",
3901
+ "requires": {}
3902
+ }
3903
+ },
3167
3904
  {
3168
3905
  "name": "nuxt-monaco-editor",
3169
3906
  "description": "Integrate monaco-editor with Nuxt",
@@ -3186,6 +3923,52 @@
3186
3923
  "requires": {}
3187
3924
  }
3188
3925
  },
3926
+ {
3927
+ "name": "nuxt-mongoose",
3928
+ "description": "A Nuxt module for simplifying the use of Mongoose in your project.",
3929
+ "repo": "arashsheyda/nuxt-mongoose",
3930
+ "npm": "nuxt-mongoose",
3931
+ "icon": "nuxt-mongoose.svg",
3932
+ "github": "https://github.com/arashsheyda/nuxt-mongoose",
3933
+ "website": "https://nuxt-mongoose.nuxt.space",
3934
+ "learn_more": "",
3935
+ "category": "Database",
3936
+ "type": "3rd-party",
3937
+ "maintainers": [
3938
+ {
3939
+ "name": "arashsheyda",
3940
+ "github": "arashsheyda"
3941
+ }
3942
+ ],
3943
+ "compatibility": {
3944
+ "nuxt": "^3.0.0",
3945
+ "requires": {},
3946
+ "devtools": "^0.0.0"
3947
+ }
3948
+ },
3949
+ {
3950
+ "name": "nuxt-payload-analyzer",
3951
+ "description": "Analyze Nuxt Payload Size",
3952
+ "repo": "barbapapazes/nuxt-payload-analyzer",
3953
+ "npm": "nuxt-payload-analyzer",
3954
+ "icon": "",
3955
+ "github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
3956
+ "website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
3957
+ "learn_more": "",
3958
+ "category": "Performance",
3959
+ "type": "3rd-party",
3960
+ "maintainers": [
3961
+ {
3962
+ "name": "Barbapapazes",
3963
+ "github": "Barbapapazes",
3964
+ "twitter": "soubiran_"
3965
+ }
3966
+ ],
3967
+ "compatibility": {
3968
+ "nuxt": "^3.0.0",
3969
+ "requires": {}
3970
+ }
3971
+ },
3189
3972
  {
3190
3973
  "name": "nuxt-pdf",
3191
3974
  "description": "Zero-boilerplate PDF exports of your Pages and Components",
@@ -3209,6 +3992,28 @@
3209
3992
  "requires": {}
3210
3993
  }
3211
3994
  },
3995
+ {
3996
+ "name": "nuxt-phosphor-icons",
3997
+ "description": "Just a simple integration for @phosphor-icons in Nuxt",
3998
+ "repo": "OyewoleOyedeji/nuxt-phosphor-icons",
3999
+ "npm": "nuxt-phosphor-icons",
4000
+ "icon": "phosphor-icons.svg",
4001
+ "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4002
+ "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4003
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4004
+ "category": "UI",
4005
+ "type": "3rd-party",
4006
+ "maintainers": [
4007
+ {
4008
+ "name": "OyewoleOyedeji",
4009
+ "github": "OyewoleOyedeji"
4010
+ }
4011
+ ],
4012
+ "compatibility": {
4013
+ "nuxt": "^3.0.0",
4014
+ "requires": {}
4015
+ }
4016
+ },
3212
4017
  {
3213
4018
  "name": "nuxt-pino-log",
3214
4019
  "description": "Structured logs for nuxt apps using pino",
@@ -3233,7 +4038,7 @@
3233
4038
  },
3234
4039
  {
3235
4040
  "name": "plausible",
3236
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4041
+ "description": "Nuxt module to natively integrate Plausible analytics",
3237
4042
  "repo": "nuxt-modules/plausible",
3238
4043
  "npm": "@nuxtjs/plausible",
3239
4044
  "icon": "plausible.png",
@@ -3253,9 +4058,35 @@
3253
4058
  "requires": {}
3254
4059
  }
3255
4060
  },
4061
+ {
4062
+ "name": "nuxt-plotly",
4063
+ "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
4064
+ "repo": "superdev-tech/nuxt-plotly",
4065
+ "npm": "nuxt-plotly",
4066
+ "icon": "nuxt-plotly.svg",
4067
+ "github": "https://github.com/superdev-tech/nuxt-plotly",
4068
+ "website": "https://github.com/superdev-tech/nuxt-plotly",
4069
+ "learn_more": "https://www.npmjs.com/package/nuxt-plotly",
4070
+ "category": "Libraries",
4071
+ "type": "3rd-party",
4072
+ "maintainers": [
4073
+ {
4074
+ "name": "Supanut Dokmaithong",
4075
+ "github": "Boomgeek"
4076
+ },
4077
+ {
4078
+ "name": "superdev-tech",
4079
+ "github": "superdev-tech"
4080
+ }
4081
+ ],
4082
+ "compatibility": {
4083
+ "nuxt": "^3.0.0",
4084
+ "requires": {}
4085
+ }
4086
+ },
3256
4087
  {
3257
4088
  "name": "nuxt-png-to-ico",
3258
- "description": "Nuxt.js module for auto generating favicons",
4089
+ "description": "Nuxt module for auto generating favicons",
3259
4090
  "repo": "b5710546232/nuxt-png-to-ico",
3260
4091
  "npm": "nuxt-png-to-ico",
3261
4092
  "icon": "",
@@ -3278,7 +4109,7 @@
3278
4109
  },
3279
4110
  {
3280
4111
  "name": "nuxt-smartlook",
3281
- "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
4112
+ "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
3282
4113
  "repo": "f00b4r/nuxt-smartlook",
3283
4114
  "npm": "nuxt-smartlook",
3284
4115
  "icon": "nuxt-smartlook.png",
@@ -3300,6 +4131,28 @@
3300
4131
  "requires": {}
3301
4132
  }
3302
4133
  },
4134
+ {
4135
+ "name": "nuxt-social-share",
4136
+ "description": "Simple Social Sharing for Nuxt",
4137
+ "repo": "stefanobartoletti/nuxt-social-share",
4138
+ "npm": "@stefanobartoletti/nuxt-social-share",
4139
+ "icon": "nuxt-social-share.png",
4140
+ "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4141
+ "website": "https://github.com/stefanobartoletti/nuxt-social-share",
4142
+ "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4143
+ "category": "Extensions",
4144
+ "type": "3rd-party",
4145
+ "maintainers": [
4146
+ {
4147
+ "name": "stefanobartoletti",
4148
+ "github": "stefanobartoletti"
4149
+ }
4150
+ ],
4151
+ "compatibility": {
4152
+ "nuxt": "^3.0.0",
4153
+ "requires": {}
4154
+ }
4155
+ },
3303
4156
  {
3304
4157
  "name": "ssr-lit",
3305
4158
  "description": "Server-Side Rendering for Lit Element components",
@@ -3330,7 +4183,7 @@
3330
4183
  },
3331
4184
  {
3332
4185
  "name": "nuxt-storm",
3333
- "description": "WebStorm & PHPStorm support for NuxtJS components",
4186
+ "description": "WebStorm & PHPStorm support for Nuxt components",
3334
4187
  "repo": "fumeapp/nuxt-storm",
3335
4188
  "npm": "nuxt-storm",
3336
4189
  "icon": "nuxt-storm.png",
@@ -3374,7 +4227,7 @@
3374
4227
  },
3375
4228
  {
3376
4229
  "name": "nuxt-unleash",
3377
- "description": "Nuxt.js module to use Unleash toggle feature services",
4230
+ "description": "Nuxt module to use Unleash toggle feature services",
3378
4231
  "repo": "conejerock/nuxt-unleash",
3379
4232
  "npm": "nuxt-unleash",
3380
4233
  "icon": "nuxt-unleash.svg",
@@ -3465,12 +4318,12 @@
3465
4318
  {
3466
4319
  "name": "nuxt-vue3-google-signin",
3467
4320
  "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
3468
- "repo": "syetalabs/nuxt-vue3-google-signin",
4321
+ "repo": "wavezync/nuxt-vue3-google-signin",
3469
4322
  "npm": "nuxt-vue3-google-signin",
3470
4323
  "icon": "vue3-google-signin.svg",
3471
- "github": "https://github.com/syetalabs/nuxt-vue3-google-signin",
3472
- "website": "https://vue3-google-signin.syetalabs.io",
3473
- "learn_more": "https://vue3-google-signin.syetalabs.io",
4324
+ "github": "https://github.com/wavezync/nuxt-vue3-google-signin",
4325
+ "website": "https://vue3-google-signin.wavezync.com",
4326
+ "learn_more": "https://vue3-google-signin.wavezync.com",
3474
4327
  "category": "Libraries",
3475
4328
  "type": "3rd-party",
3476
4329
  "maintainers": [
@@ -3484,9 +4337,75 @@
3484
4337
  "requires": {}
3485
4338
  }
3486
4339
  },
4340
+ {
4341
+ "name": "nuxt-vuetify",
4342
+ "description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
4343
+ "repo": "invictus-codes/nuxt-vuetify",
4344
+ "npm": "@invictus.codes/nuxt-vuetify",
4345
+ "icon": "vuetify-logo-v3-dark.svg",
4346
+ "github": "https://github.com/invictus-codes/nuxt-vuetify",
4347
+ "website": "https://invictus-codes.github.io/nuxt-vuetify/",
4348
+ "learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
4349
+ "category": "UI",
4350
+ "type": "3rd-party",
4351
+ "maintainers": [
4352
+ {
4353
+ "name": "Jens van Hellemondt",
4354
+ "github": "invictus-codes"
4355
+ }
4356
+ ],
4357
+ "compatibility": {
4358
+ "nuxt": "^3.0.0",
4359
+ "requires": {}
4360
+ }
4361
+ },
4362
+ {
4363
+ "name": "nuxt3-interpolation",
4364
+ "description": "",
4365
+ "repo": "daliborgogic/interpolation#master",
4366
+ "npm": "nuxt3-interpolation",
4367
+ "icon": "",
4368
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
4369
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
4370
+ "learn_more": "",
4371
+ "category": "Devtools",
4372
+ "type": "3rd-party",
4373
+ "maintainers": [
4374
+ {
4375
+ "name": "daliborgogic",
4376
+ "github": "daliborgogic"
4377
+ }
4378
+ ],
4379
+ "compatibility": {
4380
+ "nuxt": "^3.0.0",
4381
+ "requires": {}
4382
+ }
4383
+ },
4384
+ {
4385
+ "name": "nuxt3-leaflet",
4386
+ "description": "Leaflet integration with Nuxt",
4387
+ "repo": "Gugustinette/Nuxt-Leaflet",
4388
+ "npm": "nuxt3-leaflet",
4389
+ "icon": "leaflet.png",
4390
+ "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4391
+ "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
4392
+ "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
4393
+ "category": "Libraries",
4394
+ "type": "3rd-party",
4395
+ "maintainers": [
4396
+ {
4397
+ "name": "Augustin MERCIER",
4398
+ "github": "Gugustinette"
4399
+ }
4400
+ ],
4401
+ "compatibility": {
4402
+ "nuxt": "^3.0.0",
4403
+ "requires": {}
4404
+ }
4405
+ },
3487
4406
  {
3488
4407
  "name": "nuxt7",
3489
- "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
4408
+ "description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
3490
4409
  "repo": "nuxt-community/nuxt7",
3491
4410
  "npm": "nuxt7",
3492
4411
  "icon": "",
@@ -3509,13 +4428,13 @@
3509
4428
  },
3510
4429
  {
3511
4430
  "name": "og-image",
3512
- "description": "Easily generate dynamic social share images.",
4431
+ "description": "Enlightened runtime images generated with Vue templates.",
3513
4432
  "repo": "harlan-zw/nuxt-og-image",
3514
4433
  "npm": "nuxt-og-image",
3515
- "icon": "",
4434
+ "icon": "og-image.svg",
3516
4435
  "github": "https://github.com/harlan-zw/nuxt-og-image",
3517
- "website": "https://github.com/harlan-zw/nuxt-og-image",
3518
- "learn_more": "",
4436
+ "website": "https://nuxtseo.com/og-image",
4437
+ "learn_more": "https://nuxtseo.com/og-image",
3519
4438
  "category": "SEO",
3520
4439
  "type": "3rd-party",
3521
4440
  "maintainers": [
@@ -3528,7 +4447,8 @@
3528
4447
  ],
3529
4448
  "compatibility": {
3530
4449
  "nuxt": "^3.0.0",
3531
- "requires": {}
4450
+ "requires": {},
4451
+ "devtools": "^0.0.0"
3532
4452
  }
3533
4453
  },
3534
4454
  {
@@ -3556,7 +4476,7 @@
3556
4476
  },
3557
4477
  {
3558
4478
  "name": "optimized-images",
3559
- "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
4479
+ "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
3560
4480
  "repo": "juliomrqz/nuxt-optimized-images",
3561
4481
  "npm": "@aceforth/nuxt-optimized-images",
3562
4482
  "icon": "",
@@ -3601,7 +4521,7 @@
3601
4521
  },
3602
4522
  {
3603
4523
  "name": "parse",
3604
- "description": "Parse package for Nuxt.js",
4524
+ "description": "Parse package for Nuxt",
3605
4525
  "repo": "cierrateam/nuxt-parse",
3606
4526
  "npm": "nuxt-parse",
3607
4527
  "icon": "",
@@ -3621,6 +4541,29 @@
3621
4541
  "requires": {}
3622
4542
  }
3623
4543
  },
4544
+ {
4545
+ "name": "particles",
4546
+ "description": "Easily add particle animations to your Nuxt projects using tsParticles",
4547
+ "repo": "Joepocalyptic/nuxt-particles",
4548
+ "npm": "nuxt-particles",
4549
+ "icon": "",
4550
+ "github": "https://github.com/Joepocalyptic/nuxt-particles",
4551
+ "website": "https://nuxt-particles.joeypereira.dev",
4552
+ "learn_more": "https://particles.js.org/",
4553
+ "category": "Libraries",
4554
+ "type": "3rd-party",
4555
+ "maintainers": [
4556
+ {
4557
+ "name": "Joey Pereira",
4558
+ "github": "Joepocalyptic",
4559
+ "avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
4560
+ }
4561
+ ],
4562
+ "compatibility": {
4563
+ "nuxt": "^3.0.0",
4564
+ "requires": {}
4565
+ }
4566
+ },
3624
4567
  {
3625
4568
  "name": "partytown",
3626
4569
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
@@ -3634,16 +4577,62 @@
3634
4577
  "type": "community",
3635
4578
  "maintainers": [
3636
4579
  {
3637
- "name": "Daniel Roe",
3638
- "github": "danielroe",
3639
- "twitter": "danielcroe"
4580
+ "name": "Daniel Roe",
4581
+ "github": "danielroe",
4582
+ "twitter": "danielcroe"
4583
+ }
4584
+ ],
4585
+ "compatibility": {
4586
+ "nuxt": "^2.0.0 || ^3.0.0",
4587
+ "requires": {
4588
+ "bridge": true
4589
+ }
4590
+ }
4591
+ },
4592
+ {
4593
+ "name": "paypal",
4594
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
4595
+ "repo": "arashsheyda/nuxt-paypal",
4596
+ "npm": "nuxt-paypal",
4597
+ "icon": "paypal.svg",
4598
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
4599
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
4600
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
4601
+ "category": "Payment",
4602
+ "type": "3rd-party",
4603
+ "maintainers": [
4604
+ {
4605
+ "name": "Arash Sheyda",
4606
+ "github": "arashsheyda"
4607
+ }
4608
+ ],
4609
+ "compatibility": {
4610
+ "nuxt": "^3.0.0",
4611
+ "requires": {}
4612
+ }
4613
+ },
4614
+ {
4615
+ "name": "pdfeasy",
4616
+ "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
4617
+ "repo": "betterwrite/pdfeasy#main/packages/nuxt",
4618
+ "npm": "nuxt-pdfeasy",
4619
+ "icon": "pdfeasy.png",
4620
+ "github": "https://github.com/betterwrite/pdfeasy",
4621
+ "website": "https://github.com/betterwrite/pdfeasy",
4622
+ "learn_more": "https://github.com/betterwrite/pdfeasy",
4623
+ "category": "Extensions",
4624
+ "type": "3rd-party",
4625
+ "maintainers": [
4626
+ {
4627
+ "name": "Giovane Cardoso",
4628
+ "github": "novout",
4629
+ "twitter": "novoutttttt",
4630
+ "avatar": "https://avatars.githubusercontent.com/novout?v=4"
3640
4631
  }
3641
4632
  ],
3642
4633
  "compatibility": {
3643
- "nuxt": "^2.0.0 || ^3.0.0",
3644
- "requires": {
3645
- "bridge": true
3646
- }
4634
+ "nuxt": "^3.0.0",
4635
+ "requires": {}
3647
4636
  }
3648
4637
  },
3649
4638
  {
@@ -3743,7 +4732,7 @@
3743
4732
  },
3744
4733
  {
3745
4734
  "name": "plausible",
3746
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4735
+ "description": "Nuxt module to natively integrate Plausible analytics",
3747
4736
  "repo": "nuxt-modules/plausible",
3748
4737
  "npm": "@nuxtjs/plausible",
3749
4738
  "icon": "",
@@ -3785,9 +4774,56 @@
3785
4774
  "requires": {}
3786
4775
  }
3787
4776
  },
4777
+ {
4778
+ "name": "prepare",
4779
+ "description": "Initialization steps at build time – like Nuxt 2 server init",
4780
+ "repo": "johannschopplich/nuxt-prepare",
4781
+ "npm": "nuxt-prepare",
4782
+ "icon": "prepare.svg",
4783
+ "github": "https://github.com/johannschopplich/nuxt-prepare",
4784
+ "website": "https://nuxt-prepare.jhnn.dev",
4785
+ "learn_more": "",
4786
+ "category": "Devtools",
4787
+ "type": "3rd-party",
4788
+ "maintainers": [
4789
+ {
4790
+ "name": "Johann Schopplich",
4791
+ "github": "johannschopplich",
4792
+ "twitter": "jschopplich",
4793
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
4794
+ }
4795
+ ],
4796
+ "compatibility": {
4797
+ "nuxt": "^3.0.0",
4798
+ "requires": {}
4799
+ }
4800
+ },
4801
+ {
4802
+ "name": "primevue",
4803
+ "description": "Next Generation Vue UI Component Library",
4804
+ "repo": "primefaces/primevue-nuxt-module",
4805
+ "npm": "nuxt-primevue",
4806
+ "icon": "primevue.svg",
4807
+ "github": "https://github.com/primefaces/primevue-nuxt-module",
4808
+ "website": "https://primevue.org/",
4809
+ "learn_more": "https://primevue.org/",
4810
+ "category": "UI",
4811
+ "type": "3rd-party",
4812
+ "maintainers": [
4813
+ {
4814
+ "name": "primefaces",
4815
+ "github": "primefaces",
4816
+ "twitter": "primevue"
4817
+ }
4818
+ ],
4819
+ "compatibility": {
4820
+ "nuxt": "^3.0.0",
4821
+ "requires": {}
4822
+ }
4823
+ },
3788
4824
  {
3789
4825
  "name": "prismic",
3790
- "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
4826
+ "description": "Easily connect your Nuxt application to your content hosted on Prismic",
3791
4827
  "repo": "nuxt-modules/prismic",
3792
4828
  "npm": "@nuxtjs/prismic",
3793
4829
  "icon": "prismic.png",
@@ -3854,7 +4890,7 @@
3854
4890
  },
3855
4891
  {
3856
4892
  "name": "proxy",
3857
- "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
4893
+ "description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
3858
4894
  "repo": "nuxt-community/proxy-module",
3859
4895
  "npm": "@nuxtjs/proxy",
3860
4896
  "icon": "",
@@ -3900,7 +4936,7 @@
3900
4936
  },
3901
4937
  {
3902
4938
  "name": "purgecss",
3903
- "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
4939
+ "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
3904
4940
  "repo": "Developmint/nuxt-purgecss#main",
3905
4941
  "npm": "nuxt-purgecss",
3906
4942
  "icon": "purgecss.png",
@@ -3922,7 +4958,7 @@
3922
4958
  },
3923
4959
  {
3924
4960
  "name": "pwa",
3925
- "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
4961
+ "description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
3926
4962
  "repo": "nuxt-community/pwa-module",
3927
4963
  "npm": "@nuxtjs/pwa",
3928
4964
  "icon": "pwa.png",
@@ -3947,7 +4983,7 @@
3947
4983
  },
3948
4984
  {
3949
4985
  "name": "python",
3950
- "description": "Write Nuxt.js applications using Python",
4986
+ "description": "Write Nuxt applications using Python",
3951
4987
  "repo": "nuxt-community/python-module",
3952
4988
  "npm": "@nuxtjs/python",
3953
4989
  "icon": "python.png",
@@ -3984,6 +5020,64 @@
3984
5020
  "github": "Maiquu"
3985
5021
  }
3986
5022
  ],
5023
+ "compatibility": {
5024
+ "nuxt": "^3.0.0",
5025
+ "requires": {},
5026
+ "devtools": "^0.0.0"
5027
+ }
5028
+ },
5029
+ {
5030
+ "name": "radash",
5031
+ "description": "radash module with auto-import and custom prefix",
5032
+ "repo": "bbg/nuxt-radash",
5033
+ "npm": "nuxt-radash",
5034
+ "icon": "radash.png",
5035
+ "github": "https://github.com/bbg/nuxt-radash",
5036
+ "website": "https://github.com/bbg/nuxt-radash#readme",
5037
+ "learn_more": "https://github.com/rayepps/radash/",
5038
+ "category": "Libraries",
5039
+ "type": "3rd-party",
5040
+ "maintainers": [
5041
+ {
5042
+ "name": "Batuhan Göksu",
5043
+ "github": "bbg"
5044
+ }
5045
+ ],
5046
+ "compatibility": {
5047
+ "nuxt": "^3.0.0",
5048
+ "requires": {}
5049
+ }
5050
+ },
5051
+ {
5052
+ "name": "radix-vue",
5053
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
5054
+ "repo": "radix-vue/radix-vue",
5055
+ "npm": "radix-vue",
5056
+ "icon": "radix-vue.svg",
5057
+ "github": "https://github.com/radix-vue/radix-vue",
5058
+ "website": "https://www.radix-vue.com/",
5059
+ "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
5060
+ "category": "UI",
5061
+ "type": "3rd-party",
5062
+ "maintainers": [
5063
+ {
5064
+ "name": "Zernonia",
5065
+ "github": "zernonia",
5066
+ "twitter": "zernonia"
5067
+ },
5068
+ {
5069
+ "name": "Khairul Haaziq",
5070
+ "github": "khairulhaaziq"
5071
+ },
5072
+ {
5073
+ "name": "Mujahid Anuar",
5074
+ "github": "mujahidfa"
5075
+ },
5076
+ {
5077
+ "name": "Max",
5078
+ "github": "onmax"
5079
+ }
5080
+ ],
3987
5081
  "compatibility": {
3988
5082
  "nuxt": "^3.0.0",
3989
5083
  "requires": {}
@@ -3991,7 +5085,7 @@
3991
5085
  },
3992
5086
  {
3993
5087
  "name": "recaptcha",
3994
- "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
5088
+ "description": "Simple and easy Google reCAPTCHA module with Nuxt",
3995
5089
  "repo": "nuxt-community/recaptcha-module",
3996
5090
  "npm": "@nuxtjs/recaptcha",
3997
5091
  "icon": "recaptcha.png",
@@ -4034,9 +5128,32 @@
4034
5128
  "requires": {}
4035
5129
  }
4036
5130
  },
5131
+ {
5132
+ "name": "resend",
5133
+ "description": "Resend integration for Nuxt",
5134
+ "repo": "nhedger/nuxt-resend",
5135
+ "npm": "nuxt-resend",
5136
+ "icon": "resend.svg",
5137
+ "github": "https://github.com/nhedger/nuxt-resend",
5138
+ "website": "https://github.com/nhedger/nuxt-resend",
5139
+ "learn_more": "https://resend.com",
5140
+ "category": "Extensions",
5141
+ "type": "3rd-party",
5142
+ "maintainers": [
5143
+ {
5144
+ "name": "Nicolas Hedger",
5145
+ "github": "nhedger",
5146
+ "twitter": "nicolashedger"
5147
+ }
5148
+ ],
5149
+ "compatibility": {
5150
+ "nuxt": "^3.0.0",
5151
+ "requires": {}
5152
+ }
5153
+ },
4037
5154
  {
4038
5155
  "name": "rfg-icon",
4039
- "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
5156
+ "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
4040
5157
  "repo": "pimlie/nuxt-rfg-icon",
4041
5158
  "npm": "nuxt-rfg-icon",
4042
5159
  "icon": "real-favicon-generator.png",
@@ -4058,12 +5175,12 @@
4058
5175
  },
4059
5176
  {
4060
5177
  "name": "robots",
4061
- "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
4062
- "repo": "nuxt-community/robots-module",
5178
+ "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
5179
+ "repo": "nuxt-modules/robots",
4063
5180
  "npm": "@nuxtjs/robots",
4064
5181
  "icon": "robots.png",
4065
- "github": "https://github.com/nuxt-community/robots-module",
4066
- "website": "https://github.com/nuxt-community/robots-module",
5182
+ "github": "https://github.com/nuxt-modules/robots",
5183
+ "website": "https://github.com/nuxt-modules/robots",
4067
5184
  "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
4068
5185
  "category": "SEO",
4069
5186
  "type": "community",
@@ -4082,23 +5199,23 @@
4082
5199
  },
4083
5200
  {
4084
5201
  "name": "rollbar",
4085
- "description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
4086
- "repo": "gaelreyrol/nuxt-rollbar-module",
4087
- "npm": "nuxt-rollbar-module",
5202
+ "description": "Nuxt 3 module to integrate Rollbar.",
5203
+ "repo": "jairoblatt/nuxt-rollbar",
5204
+ "npm": "nuxt-rollbar",
4088
5205
  "icon": "rollbar.png",
4089
- "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
4090
- "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
5206
+ "github": "https://github.com/jairoblatt/nuxt-rollbar",
5207
+ "website": "https://github.com/jairoblatt/nuxt-rollbar",
4091
5208
  "learn_more": "https://docs.rollbar.com/docs/javascript",
4092
5209
  "category": "Monitoring",
4093
5210
  "type": "3rd-party",
4094
5211
  "maintainers": [
4095
5212
  {
4096
- "name": "Gaël Reyrol",
4097
- "github": "gaelreyrol"
5213
+ "name": "Jairo Blatt",
5214
+ "github": "jairoblatt"
4098
5215
  }
4099
5216
  ],
4100
5217
  "compatibility": {
4101
- "nuxt": "^2.0.0",
5218
+ "nuxt": "^3.0.0",
4102
5219
  "requires": {}
4103
5220
  }
4104
5221
  },
@@ -4127,7 +5244,7 @@
4127
5244
  },
4128
5245
  {
4129
5246
  "name": "router",
4130
- "description": "Nuxt.js module to use router.js instead of pages/ directory",
5247
+ "description": "Nuxt module to use router.js instead of pages/ directory",
4131
5248
  "repo": "nuxt-community/router-module",
4132
5249
  "npm": "@nuxtjs/router",
4133
5250
  "icon": "vue.png",
@@ -4175,13 +5292,13 @@
4175
5292
  },
4176
5293
  {
4177
5294
  "name": "schema-org",
4178
- "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
4179
- "repo": "vueuse/schema-org#main/packages/nuxt",
5295
+ "description": "Schema.org for Nuxt.",
5296
+ "repo": "harlan-zw/nuxt-schema-org",
4180
5297
  "npm": "nuxt-schema-org",
4181
5298
  "icon": "schema-org.svg",
4182
- "github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4183
- "website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4184
- "learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
5299
+ "github": "https://github.com/harlan-zw/nuxt-schema-org",
5300
+ "website": "https://nuxtseo.com/schema-org",
5301
+ "learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
4185
5302
  "category": "SEO",
4186
5303
  "type": "3rd-party",
4187
5304
  "maintainers": [
@@ -4244,7 +5361,7 @@
4244
5361
  },
4245
5362
  {
4246
5363
  "name": "segment",
4247
- "description": "Nuxt.js module for Segment Analytics.js",
5364
+ "description": "Nuxt module for Segment Analytics.js",
4248
5365
  "repo": "dansmaculotte/nuxt-segment",
4249
5366
  "npm": "@dansmaculotte/nuxt-segment",
4250
5367
  "icon": "segment.png",
@@ -4266,10 +5383,10 @@
4266
5383
  },
4267
5384
  {
4268
5385
  "name": "sentry",
4269
- "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
5386
+ "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
4270
5387
  "repo": "nuxt-community/sentry-module",
4271
5388
  "npm": "@nuxtjs/sentry",
4272
- "icon": "sentry.png",
5389
+ "icon": "sentry.svg",
4273
5390
  "github": "https://github.com/nuxt-community/sentry-module",
4274
5391
  "website": "https://sentry.nuxtjs.org/",
4275
5392
  "learn_more": "https://sentry.io/welcome/",
@@ -4286,14 +5403,38 @@
4286
5403
  "requires": {}
4287
5404
  }
4288
5405
  },
5406
+ {
5407
+ "name": "seo-experiments",
5408
+ "description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
5409
+ "repo": "harlan-zw/nuxt-seo-experiments",
5410
+ "npm": "nuxt-seo-experiments",
5411
+ "icon": "seo-experiments.svg",
5412
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5413
+ "website": "https://nuxtseo.com/experiments",
5414
+ "learn_more": "https://nuxtseo.com/experiments",
5415
+ "category": "SEO",
5416
+ "type": "3rd-party",
5417
+ "maintainers": [
5418
+ {
5419
+ "name": "Harlan Wilton",
5420
+ "github": "harlan-zw",
5421
+ "twitter": "harlan_zw",
5422
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5423
+ }
5424
+ ],
5425
+ "compatibility": {
5426
+ "nuxt": "^3.0.0",
5427
+ "requires": {}
5428
+ }
5429
+ },
4289
5430
  {
4290
5431
  "name": "seo-kit",
4291
- "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
5432
+ "description": "The complete SEO solution for Nuxt.",
4292
5433
  "repo": "harlan-zw/nuxt-seo-kit#main/layer",
4293
5434
  "npm": "nuxt-seo-kit",
4294
5435
  "icon": "seo-kit.svg",
4295
5436
  "github": "https://github.com/harlan-zw/nuxt-seo-kit",
4296
- "website": "https://github.com/harlan-zw/nuxt-seo-kit",
5437
+ "website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
4297
5438
  "learn_more": "",
4298
5439
  "category": "SEO",
4299
5440
  "type": "3rd-party",
@@ -4333,7 +5474,7 @@
4333
5474
  },
4334
5475
  {
4335
5476
  "name": "seomatic-meta",
4336
- "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
5477
+ "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
4337
5478
  "repo": "ben-rogerson/nuxt-seomatic-meta",
4338
5479
  "npm": "nuxt-seomatic-meta",
4339
5480
  "icon": "seomatic.png",
@@ -4376,6 +5517,29 @@
4376
5517
  "requires": {}
4377
5518
  }
4378
5519
  },
5520
+ {
5521
+ "name": "server-block",
5522
+ "description": "Use <server> tags in your Nuxt pages components.",
5523
+ "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
5524
+ "npm": "@hebilicious/server-block-nuxt",
5525
+ "icon": "server-block.svg",
5526
+ "github": "https://github.com/Hebilicious/server-block-nuxt",
5527
+ "website": "https://github.com/Hebilicious/server-block-nuxt#readme",
5528
+ "learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
5529
+ "category": "Extensions",
5530
+ "type": "3rd-party",
5531
+ "maintainers": [
5532
+ {
5533
+ "name": "Hebilicious",
5534
+ "github": "Hebilicious",
5535
+ "twitter": "its_hebilicious"
5536
+ }
5537
+ ],
5538
+ "compatibility": {
5539
+ "nuxt": "^3.0.0",
5540
+ "requires": {}
5541
+ }
5542
+ },
4379
5543
  {
4380
5544
  "name": "session",
4381
5545
  "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",
@@ -4401,7 +5565,7 @@
4401
5565
  },
4402
5566
  {
4403
5567
  "name": "shopify",
4404
- "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
5568
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
4405
5569
  "repo": "Gomah/nuxt-shopify",
4406
5570
  "npm": "nuxt-shopify",
4407
5571
  "icon": "shopify.png",
@@ -4422,7 +5586,7 @@
4422
5586
  }
4423
5587
  },
4424
5588
  {
4425
- "name": "nuxt-auth",
5589
+ "name": "sidebase-auth",
4426
5590
  "description": "Zero-boilerplate authentication for nuxt 3 with support for many strategies (oauth, credentials, ...) and providers (google, azure, ...). Additionally supports session manipulation, client- and server-side protection and more.",
4427
5591
  "repo": "sidebase/nuxt-auth",
4428
5592
  "npm": "@sidebase/nuxt-auth",
@@ -4468,13 +5632,13 @@
4468
5632
  },
4469
5633
  {
4470
5634
  "name": "simple-robots",
4471
- "description": "Simply manage the robots crawling your Nuxt app.",
5635
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
4472
5636
  "repo": "harlan-zw/nuxt-simple-robots",
4473
5637
  "npm": "nuxt-simple-robots",
4474
- "icon": "",
5638
+ "icon": "simple-robots.svg",
4475
5639
  "github": "https://github.com/harlan-zw/nuxt-simple-robots",
4476
- "website": "https://github.com/harlan-zw/nuxt-simple-robots",
4477
- "learn_more": "",
5640
+ "website": "https://nuxtseo.com/robots",
5641
+ "learn_more": "https://nuxtseo.com/robots",
4478
5642
  "category": "SEO",
4479
5643
  "type": "3rd-party",
4480
5644
  "maintainers": [
@@ -4492,13 +5656,13 @@
4492
5656
  },
4493
5657
  {
4494
5658
  "name": "simple-sitemap",
4495
- "description": "Simple, minimal sitemap.xml generation.",
5659
+ "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
4496
5660
  "repo": "harlan-zw/nuxt-simple-sitemap",
4497
5661
  "npm": "nuxt-simple-sitemap",
4498
- "icon": "",
5662
+ "icon": "simple-sitemap.svg",
4499
5663
  "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4500
- "website": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4501
- "learn_more": "",
5664
+ "website": "https://nuxtseo.com/simple-sitemap",
5665
+ "learn_more": "https://nuxtseo.com/simple-sitemap",
4502
5666
  "category": "SEO",
4503
5667
  "type": "3rd-party",
4504
5668
  "maintainers": [
@@ -4516,7 +5680,7 @@
4516
5680
  },
4517
5681
  {
4518
5682
  "name": "sitemap",
4519
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
5683
+ "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
4520
5684
  "repo": "nuxt-community/sitemap-module#dev",
4521
5685
  "npm": "@nuxtjs/sitemap",
4522
5686
  "icon": "",
@@ -4561,7 +5725,7 @@
4561
5725
  },
4562
5726
  {
4563
5727
  "name": "snipcart",
4564
- "description": "Snipcart integration module for Nuxt.js",
5728
+ "description": "Snipcart integration module for Nuxt",
4565
5729
  "repo": "nuxt-modules/snipcart",
4566
5730
  "npm": "@nuxtjs/snipcart",
4567
5731
  "icon": "snipcart.png",
@@ -4584,7 +5748,7 @@
4584
5748
  },
4585
5749
  {
4586
5750
  "name": "social-meta",
4587
- "description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
5751
+ "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
4588
5752
  "repo": "AlekseyPleshkov/nuxt-social-meta",
4589
5753
  "npm": "nuxt-social-meta",
4590
5754
  "icon": "",
@@ -4706,7 +5870,7 @@
4706
5870
  },
4707
5871
  {
4708
5872
  "name": "storage",
4709
- "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
5873
+ "description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
4710
5874
  "repo": "mazipan/nuxt-storage",
4711
5875
  "npm": "nuxt-storage",
4712
5876
  "icon": "",
@@ -4728,7 +5892,7 @@
4728
5892
  },
4729
5893
  {
4730
5894
  "name": "storefront-ui",
4731
- "description": "Storefront UI Module for Nuxt.js",
5895
+ "description": "Storefront UI Module for Nuxt",
4732
5896
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
4733
5897
  "npm": "@storefront-ui/nuxt",
4734
5898
  "icon": "storefront-ui.svg",
@@ -4772,7 +5936,7 @@
4772
5936
  },
4773
5937
  {
4774
5938
  "name": "storyblok",
4775
- "description": "Storyblok Nuxt.js module",
5939
+ "description": "Storyblok Nuxt module",
4776
5940
  "repo": "storyblok/storyblok-nuxt#master/lib",
4777
5941
  "npm": "@storyblok/nuxt",
4778
5942
  "icon": "storyblok.png",
@@ -4789,46 +5953,43 @@
4789
5953
  ],
4790
5954
  "compatibility": {
4791
5955
  "nuxt": "^2.0.0 || ^3.0.0",
4792
- "requires": {}
5956
+ "requires": {},
5957
+ "devtools": "^0.0.0"
4793
5958
  }
4794
5959
  },
4795
5960
  {
4796
5961
  "name": "storybook",
4797
- "description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
4798
- "repo": "nuxt-community/storybook",
5962
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
5963
+ "repo": "nuxt-modules/storybook",
4799
5964
  "npm": "@nuxtjs/storybook",
4800
5965
  "icon": "storybook.png",
4801
- "github": "https://github.com/nuxt-community/storybook",
5966
+ "github": "https://github.com/nuxt-modules/storybook",
4802
5967
  "website": "https://storybook.nuxtjs.org",
4803
- "learn_more": "https://storybook.js.org/",
5968
+ "learn_more": "https://github.com/storybook-vue/storybook-nuxt",
4804
5969
  "category": "Devtools",
4805
5970
  "type": "community",
4806
5971
  "maintainers": [
4807
5972
  {
4808
- "name": "Ahad Birang",
4809
- "github": "farnabaz",
4810
- "twitter": "a_birang"
4811
- },
4812
- {
4813
- "name": "Pooya Parsa",
4814
- "github": "pi0",
4815
- "twitter": "_pi0_"
5973
+ "name": "Chakir QATAB",
5974
+ "github": "chakAs3",
5975
+ "twitter": "ChakirQatab"
4816
5976
  }
4817
5977
  ],
4818
5978
  "compatibility": {
4819
- "nuxt": "^2.0.0",
5979
+ "nuxt": "^2.0.0 || ^3.0.0",
4820
5980
  "requires": {
4821
5981
  "bridge": "optional"
4822
- }
5982
+ },
5983
+ "devtools": "^0.7.2"
4823
5984
  }
4824
5985
  },
4825
5986
  {
4826
5987
  "name": "strapi",
4827
5988
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
4828
- "repo": "nuxt-community/strapi-module",
5989
+ "repo": "nuxt-modules/strapi",
4829
5990
  "npm": "@nuxtjs/strapi",
4830
5991
  "icon": "strapi.png",
4831
- "github": "https://github.com/nuxt-community/strapi-module",
5992
+ "github": "https://github.com/nuxt-modules/strapi",
4832
5993
  "website": "https://strapi.nuxtjs.org",
4833
5994
  "learn_more": "https://strapi.io/",
4834
5995
  "category": "CMS",
@@ -4849,7 +6010,34 @@
4849
6010
  "nuxt": "^2.0.0 || ^3.0.0",
4850
6011
  "requires": {
4851
6012
  "bridge": true
6013
+ },
6014
+ "devtools": "^0.0.0"
6015
+ }
6016
+ },
6017
+ {
6018
+ "name": "stripe-next",
6019
+ "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.",
6020
+ "repo": "fuentesloic/nuxt-stripe",
6021
+ "npm": "@unlok-co/nuxt-stripe",
6022
+ "icon": "stripe.png",
6023
+ "github": "https://github.com/fuentesloic/nuxt-stripe",
6024
+ "website": "https://github.com/fuentesloic/nuxt-stripe",
6025
+ "learn_more": "https://stripe.com/docs",
6026
+ "category": "Payment",
6027
+ "type": "3rd-party",
6028
+ "maintainers": [
6029
+ {
6030
+ "name": "Loic Fuentes",
6031
+ "github": "fuentesloic"
6032
+ },
6033
+ {
6034
+ "name": "Florent Giraud",
6035
+ "github": "flozero"
4852
6036
  }
6037
+ ],
6038
+ "compatibility": {
6039
+ "nuxt": "^3.0.0",
6040
+ "requires": {}
4853
6041
  }
4854
6042
  },
4855
6043
  {
@@ -4874,6 +6062,36 @@
4874
6062
  "requires": {}
4875
6063
  }
4876
6064
  },
6065
+ {
6066
+ "name": "studio",
6067
+ "description": "A new experience to build content-driven website with Nuxt.",
6068
+ "repo": "nuxtlabs/studio-module",
6069
+ "npm": "@nuxthq/studio",
6070
+ "icon": "studio.svg",
6071
+ "github": "https://github.com/nuxtlabs/studio-module",
6072
+ "website": "https://nuxt.studio",
6073
+ "learn_more": "https://nuxt.studio",
6074
+ "category": "CMS",
6075
+ "type": "3rd-party",
6076
+ "maintainers": [
6077
+ {
6078
+ "name": "Ahad Birang",
6079
+ "github": "farnabaz",
6080
+ "twitter": "a_birang"
6081
+ },
6082
+ {
6083
+ "name": "Sébastien Chopin",
6084
+ "github": "Atinux",
6085
+ "twitter": "Atinux"
6086
+ }
6087
+ ],
6088
+ "compatibility": {
6089
+ "nuxt": "^3.0.0",
6090
+ "requires": {
6091
+ "content": true
6092
+ }
6093
+ }
6094
+ },
4877
6095
  {
4878
6096
  "name": "style-resources",
4879
6097
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
@@ -4899,7 +6117,7 @@
4899
6117
  },
4900
6118
  {
4901
6119
  "name": "stylelint",
4902
- "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
6120
+ "description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
4903
6121
  "repo": "nuxt-community/stylelint-module",
4904
6122
  "npm": "@nuxtjs/stylelint-module",
4905
6123
  "icon": "stylelint.png",
@@ -4945,10 +6163,10 @@
4945
6163
  {
4946
6164
  "name": "supabase",
4947
6165
  "description": "First class integration with Supabase",
4948
- "repo": "nuxt-community/supabase-module",
6166
+ "repo": "nuxt-modules/supabase",
4949
6167
  "npm": "@nuxtjs/supabase",
4950
6168
  "icon": "supabase.png",
4951
- "github": "https://github.com/nuxt-community/supabase-module",
6169
+ "github": "https://github.com/nuxt-modules/supabase",
4952
6170
  "website": "https://supabase.nuxtjs.org",
4953
6171
  "learn_more": "https://supabase.com",
4954
6172
  "category": "Database",
@@ -4999,12 +6217,12 @@
4999
6217
  },
5000
6218
  {
5001
6219
  "name": "svg-sprite",
5002
- "description": "Optimized and Easy way to use svg files in Nuxt.js",
5003
- "repo": "nuxt-community/svg-sprite-module",
6220
+ "description": "Optimized and Easy way to use svg files in Nuxt",
6221
+ "repo": "nuxt-modules/svg-sprite",
5004
6222
  "npm": "@nuxtjs/svg-sprite",
5005
6223
  "icon": "",
5006
- "github": "https://github.com/nuxt-community/svg-sprite-module",
5007
- "website": "https://github.com/nuxt-community/svg-sprite-module",
6224
+ "github": "https://github.com/nuxt-modules/svg-sprite",
6225
+ "website": "https://github.com/nuxt-modules/svg-sprite",
5008
6226
  "learn_more": "",
5009
6227
  "category": "UI",
5010
6228
  "type": "community",
@@ -5016,13 +6234,13 @@
5016
6234
  }
5017
6235
  ],
5018
6236
  "compatibility": {
5019
- "nuxt": "^2.0.0",
6237
+ "nuxt": "^2.0.0 || ^3.0.0",
5020
6238
  "requires": {}
5021
6239
  }
5022
6240
  },
5023
6241
  {
5024
6242
  "name": "svg",
5025
- "description": "Super simple svg loading module for Nuxt.js",
6243
+ "description": "Super simple svg loading module for Nuxt",
5026
6244
  "repo": "nuxt-community/svg-module",
5027
6245
  "npm": "@nuxtjs/svg",
5028
6246
  "icon": "",
@@ -5066,7 +6284,7 @@
5066
6284
  },
5067
6285
  {
5068
6286
  "name": "swiper",
5069
- "description": "Nuxt.js module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
6287
+ "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
5070
6288
  "repo": "cpreston321/nuxt-swiper",
5071
6289
  "npm": "nuxt-swiper",
5072
6290
  "icon": "swiper.svg",
@@ -5112,10 +6330,10 @@
5112
6330
  {
5113
6331
  "name": "tailwindcss",
5114
6332
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5115
- "repo": "nuxt-community/tailwindcss-module",
6333
+ "repo": "nuxt-modules/tailwindcss",
5116
6334
  "npm": "@nuxtjs/tailwindcss",
5117
6335
  "icon": "tailwindcss.png",
5118
- "github": "https://github.com/nuxt-community/tailwindcss-module",
6336
+ "github": "https://github.com/nuxt-modules/tailwindcss",
5119
6337
  "website": "https://tailwindcss.nuxtjs.org",
5120
6338
  "learn_more": "https://tailwindcss.com/",
5121
6339
  "category": "UI",
@@ -5125,11 +6343,16 @@
5125
6343
  "name": "Sébastien Chopin",
5126
6344
  "github": "Atinux",
5127
6345
  "twitter": "Atinux"
6346
+ },
6347
+ {
6348
+ "name": "Inesh Bose",
6349
+ "github": "ineshbose"
5128
6350
  }
5129
6351
  ],
5130
6352
  "compatibility": {
5131
6353
  "nuxt": "^2.0.0 || ^3.0.0",
5132
- "requires": {}
6354
+ "requires": {},
6355
+ "devtools": "^0.0.0"
5133
6356
  }
5134
6357
  },
5135
6358
  {
@@ -5155,9 +6378,31 @@
5155
6378
  "requires": {}
5156
6379
  }
5157
6380
  },
6381
+ {
6382
+ "name": "time",
6383
+ "description": "Safely render local dates and times on the server with Nuxt",
6384
+ "repo": "danielroe/nuxt-time",
6385
+ "npm": "nuxt-time",
6386
+ "icon": "",
6387
+ "github": "https://github.com/danielroe/nuxt-time",
6388
+ "website": "https://github.com/danielroe/nuxt-time",
6389
+ "learn_more": "",
6390
+ "category": "Extensions",
6391
+ "type": "3rd-party",
6392
+ "maintainers": [
6393
+ {
6394
+ "name": "danielroe",
6395
+ "github": "danielroe"
6396
+ }
6397
+ ],
6398
+ "compatibility": {
6399
+ "nuxt": "^3.0.0",
6400
+ "requires": {}
6401
+ }
6402
+ },
5158
6403
  {
5159
6404
  "name": "toast",
5160
- "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
6405
+ "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
5161
6406
  "repo": "nuxt-community/modules#master/packages/toast",
5162
6407
  "npm": "@nuxtjs/toast",
5163
6408
  "icon": "",
@@ -5178,6 +6423,39 @@
5178
6423
  "requires": {}
5179
6424
  }
5180
6425
  },
6426
+ {
6427
+ "name": "tresjs",
6428
+ "description": "Create 3D experiences in your Nuxt application using TresJS.",
6429
+ "repo": "tresjs/nuxt",
6430
+ "npm": "@tresjs/nuxt",
6431
+ "icon": "tresjs.svg",
6432
+ "github": "https://github.com/Tresjs/nuxt",
6433
+ "website": "https://tresjs.org/guide/nuxt.html",
6434
+ "learn_more": "https://tresjs.org/",
6435
+ "category": "Libraries",
6436
+ "type": "3rd-party",
6437
+ "maintainers": [
6438
+ {
6439
+ "name": "Alvaro Saburido",
6440
+ "github": "alvarosabu",
6441
+ "twitter": "alvarosabu"
6442
+ },
6443
+ {
6444
+ "name": "Jaime Torrealba",
6445
+ "github": "JaimeTorrealba",
6446
+ "twitter": "jaimebboyjt"
6447
+ },
6448
+ {
6449
+ "name": "Tino Koch",
6450
+ "github": "Tinoooo",
6451
+ "twitter": "ichbintino"
6452
+ }
6453
+ ],
6454
+ "compatibility": {
6455
+ "nuxt": "^3.0.0",
6456
+ "requires": {}
6457
+ }
6458
+ },
5181
6459
  {
5182
6460
  "name": "turnstile",
5183
6461
  "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
@@ -5205,7 +6483,7 @@
5205
6483
  },
5206
6484
  {
5207
6485
  "name": "twa",
5208
- "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
6486
+ "description": "Nuxt module for generating Trusted Web App from Nuxt app",
5209
6487
  "repo": "tuarrep/nuxt-twa",
5210
6488
  "npm": "nuxt-twa",
5211
6489
  "icon": "",
@@ -5227,6 +6505,28 @@
5227
6505
  }
5228
6506
  }
5229
6507
  },
6508
+ {
6509
+ "name": "twemoji",
6510
+ "description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
6511
+ "repo": "yizack/nuxt-twemoji",
6512
+ "npm": "nuxt-twemoji",
6513
+ "icon": "twemoji.svg",
6514
+ "github": "https://github.com/Yizack/nuxt-twemoji",
6515
+ "website": "https://github.com/Yizack/nuxt-twemoji",
6516
+ "learn_more": "",
6517
+ "category": "UI",
6518
+ "type": "3rd-party",
6519
+ "maintainers": [
6520
+ {
6521
+ "name": "Yizack Rangel",
6522
+ "github": "yizack"
6523
+ }
6524
+ ],
6525
+ "compatibility": {
6526
+ "nuxt": "^3.0.0",
6527
+ "requires": {}
6528
+ }
6529
+ },
5230
6530
  {
5231
6531
  "name": "twicpics",
5232
6532
  "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
@@ -5348,26 +6648,83 @@
5348
6648
  "github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-build",
5349
6649
  "website": "https://typescript.nuxtjs.org",
5350
6650
  "learn_more": "",
5351
- "category": "Devtools",
6651
+ "category": "Devtools",
6652
+ "type": "official",
6653
+ "maintainers": [
6654
+ {
6655
+ "name": "Kevin Marrec",
6656
+ "github": "kevinmarrec"
6657
+ },
6658
+ {
6659
+ "name": "Pooya Parsa",
6660
+ "github": "pi0",
6661
+ "twitter": "_pi0_"
6662
+ },
6663
+ {
6664
+ "name": "Daniel Roe",
6665
+ "github": "danielroe",
6666
+ "twitter": "danielcroe"
6667
+ }
6668
+ ],
6669
+ "compatibility": {
6670
+ "nuxt": "^2.0.0",
6671
+ "requires": {}
6672
+ }
6673
+ },
6674
+ {
6675
+ "name": "typo3",
6676
+ "description": "TYPO3 Headless Frontend Rendering module",
6677
+ "repo": "TYPO3-Headless/nuxt-typo3",
6678
+ "npm": "@t3headless/nuxt-typo3",
6679
+ "icon": "typo3.svg",
6680
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
6681
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
6682
+ "learn_more": "https://github.com/TYPO3-Headless",
6683
+ "category": "CMS",
6684
+ "type": "3rd-party",
6685
+ "maintainers": [
6686
+ {
6687
+ "name": "Macopedia",
6688
+ "github": "macopedia",
6689
+ "twitter": "macopediapl"
6690
+ }
6691
+ ],
6692
+ "compatibility": {
6693
+ "nuxt": "^2.0.0 || ^3.0.0",
6694
+ "requires": {},
6695
+ "devtools": "^0.0.0"
6696
+ }
6697
+ },
6698
+ {
6699
+ "name": "ui",
6700
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
6701
+ "repo": "nuxt/ui#dev",
6702
+ "npm": "@nuxt/ui",
6703
+ "icon": "nuxt.svg",
6704
+ "github": "https://github.com/nuxt/ui",
6705
+ "website": "https://ui.nuxt.com",
6706
+ "learn_more": "",
6707
+ "category": "UI",
5352
6708
  "type": "official",
5353
6709
  "maintainers": [
5354
6710
  {
5355
- "name": "Kevin Marrec",
5356
- "github": "kevinmarrec"
6711
+ "name": "Benjamin Canac",
6712
+ "github": "benjamincanac",
6713
+ "twitter": "benjamincanac"
5357
6714
  },
5358
6715
  {
5359
- "name": "Pooya Parsa",
5360
- "github": "pi0",
5361
- "twitter": "_pi0_"
6716
+ "name": "Sebastien Chopin",
6717
+ "github": "Atinux",
6718
+ "twitter": "Atinux"
5362
6719
  },
5363
6720
  {
5364
- "name": "Daniel Roe",
5365
- "github": "danielroe",
5366
- "twitter": "danielcroe"
6721
+ "name": "Sylvain Marroufin",
6722
+ "github": "smarroufin",
6723
+ "twitter": "smarroufin"
5367
6724
  }
5368
6725
  ],
5369
6726
  "compatibility": {
5370
- "nuxt": "^2.0.0",
6727
+ "nuxt": "^3.0.0",
5371
6728
  "requires": {}
5372
6729
  }
5373
6730
  },
@@ -5398,11 +6755,11 @@
5398
6755
  {
5399
6756
  "name": "unhead",
5400
6757
  "description": "Experimental features for Nuxt SEO / head management.",
5401
- "repo": "harlan-zw/nuxt-unhead",
5402
- "npm": "nuxt-unhead",
6758
+ "repo": "harlan-zw/nuxt-seo-experiments",
6759
+ "npm": "nuxt-seo-experiments",
5403
6760
  "icon": "",
5404
- "github": "https://github.com/harlan-zw/nuxt-unhead",
5405
- "website": "https://github.com/harlan-zw/nuxt-unhead",
6761
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
6762
+ "website": "https://github.com/harlan-zw/nuxt-seo-experiments",
5406
6763
  "learn_more": "",
5407
6764
  "category": "SEO",
5408
6765
  "type": "3rd-party",
@@ -5419,7 +6776,7 @@
5419
6776
  },
5420
6777
  {
5421
6778
  "name": "universal-storage",
5422
- "description": "Universal Storage Utilities for Nuxt.js",
6779
+ "description": "Universal Storage Utilities for Nuxt",
5423
6780
  "repo": "nuxt-community/universal-storage-module",
5424
6781
  "npm": "@nuxtjs/universal-storage",
5425
6782
  "icon": "",
@@ -5445,6 +6802,28 @@
5445
6802
  "requires": {}
5446
6803
  }
5447
6804
  },
6805
+ {
6806
+ "name": "unlazy",
6807
+ "description": "Lazy loading library for placeholder images",
6808
+ "repo": "johannschopplich/unlazy/packages/nuxt",
6809
+ "npm": "@unlazy/nuxt",
6810
+ "icon": "unlazy.svg",
6811
+ "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
6812
+ "website": "https://unlazy.byjohann.dev/",
6813
+ "learn_more": "",
6814
+ "category": "Images",
6815
+ "type": "3rd-party",
6816
+ "maintainers": [
6817
+ {
6818
+ "name": "Johann Schopplich",
6819
+ "github": "johannschopplich"
6820
+ }
6821
+ ],
6822
+ "compatibility": {
6823
+ "nuxt": "^3.0.0",
6824
+ "requires": {}
6825
+ }
6826
+ },
5448
6827
  {
5449
6828
  "name": "unlighthouse",
5450
6829
  "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
@@ -5474,12 +6853,12 @@
5474
6853
  {
5475
6854
  "name": "unocss",
5476
6855
  "description": "The instant on-demand atomic CSS engine.",
5477
- "repo": "antfu/unocss#main/packages/nuxt",
6856
+ "repo": "unocss/unocss#main/packages/nuxt",
5478
6857
  "npm": "@unocss/nuxt",
5479
6858
  "icon": "unocss.svg",
5480
- "github": "https://github.com/antfu/unocss",
5481
- "website": "https://github.com/antfu/unocss",
5482
- "learn_more": "https://github.com/antfu/unocss",
6859
+ "github": "https://github.com/unocss/unocss",
6860
+ "website": "https://github.com/unocss/unocss",
6861
+ "learn_more": "https://github.com/unocss/unocss",
5483
6862
  "category": "UI",
5484
6863
  "type": "3rd-party",
5485
6864
  "maintainers": [
@@ -5494,7 +6873,8 @@
5494
6873
  "nuxt": "^2.0.0 || ^3.0.0",
5495
6874
  "requires": {
5496
6875
  "bridge": "optional"
5497
- }
6876
+ },
6877
+ "devtools": "^0.0.0"
5498
6878
  }
5499
6879
  },
5500
6880
  {
@@ -5520,9 +6900,33 @@
5520
6900
  "requires": {}
5521
6901
  }
5522
6902
  },
6903
+ {
6904
+ "name": "use-wagmi",
6905
+ "description": "Vue Composition for Ethereum based on wagmi",
6906
+ "repo": "unicape/use-wagmi#main/packages/nuxt",
6907
+ "npm": "@use-wagmi/nuxt",
6908
+ "icon": "use-wagmi.png",
6909
+ "github": "https://github.com/unicape/use-wagmi",
6910
+ "website": "https://github.com/unicape/use-wagmi",
6911
+ "learn_more": "https://github.com/unicape/use-wagmi",
6912
+ "category": "Extensions",
6913
+ "type": "3rd-party",
6914
+ "maintainers": [
6915
+ {
6916
+ "name": "Unic Ape",
6917
+ "github": "unicape"
6918
+ }
6919
+ ],
6920
+ "compatibility": {
6921
+ "nuxt": "^2.0.0 || ^3.0.0",
6922
+ "requires": {
6923
+ "bridge": true
6924
+ }
6925
+ }
6926
+ },
5523
6927
  {
5524
6928
  "name": "user-agent",
5525
- "description": "Nuxt.js module for handling User-Agent.",
6929
+ "description": "Nuxt module for handling User-Agent.",
5526
6930
  "repo": "fukuiretu/nuxt-user-agent",
5527
6931
  "npm": "nuxt-user-agent",
5528
6932
  "icon": "",
@@ -5588,6 +6992,74 @@
5588
6992
  }
5589
6993
  }
5590
6994
  },
6995
+ {
6996
+ "name": "varlet",
6997
+ "description": "A Material design mobile component library developed based on Vue3",
6998
+ "repo": "varletjs/varlet-nuxt",
6999
+ "npm": "@varlet/nuxt",
7000
+ "icon": "varlet.svg",
7001
+ "github": "https://github.com/varletjs/varlet",
7002
+ "website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
7003
+ "learn_more": "https://github.com/varletjs/varlet-nuxt",
7004
+ "category": "UI",
7005
+ "type": "3rd-party",
7006
+ "maintainers": [
7007
+ {
7008
+ "name": "zhangmo8",
7009
+ "github": "zhangmo8"
7010
+ }
7011
+ ],
7012
+ "compatibility": {
7013
+ "nuxt": "^3.0.0",
7014
+ "requires": {
7015
+ "bridge": "optional"
7016
+ }
7017
+ }
7018
+ },
7019
+ {
7020
+ "name": "vcalendar",
7021
+ "description": "VCalendar module for Nuxt",
7022
+ "repo": "samk-dev/nuxt-vcalendar",
7023
+ "npm": "@samk-dev/nuxt-vcalendar",
7024
+ "icon": "vcalendar.png",
7025
+ "github": "https://github.com/samk-dev/vcalendar",
7026
+ "website": "https://github.com/samk-dev/vcalendar",
7027
+ "learn_more": "",
7028
+ "category": "Libraries",
7029
+ "type": "3rd-party",
7030
+ "maintainers": [
7031
+ {
7032
+ "name": "Sam K",
7033
+ "github": "samk-dev"
7034
+ }
7035
+ ],
7036
+ "compatibility": {
7037
+ "nuxt": "^3.0.0",
7038
+ "requires": {}
7039
+ }
7040
+ },
7041
+ {
7042
+ "name": "vee-validate",
7043
+ "description": "Painless Vue forms for Nuxt",
7044
+ "repo": "logaretm/vee-validate#main/packages/nuxt",
7045
+ "npm": "@vee-validate/nuxt",
7046
+ "icon": "vee-validate.png",
7047
+ "github": "https://github.com/logaretm/vee-validate/",
7048
+ "website": "https://vee-validate.logaretm.com/v4/",
7049
+ "learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
7050
+ "category": "Libraries",
7051
+ "type": "3rd-party",
7052
+ "maintainers": [
7053
+ {
7054
+ "name": "Abdelrahman Awad",
7055
+ "github": "logaretm"
7056
+ }
7057
+ ],
7058
+ "compatibility": {
7059
+ "nuxt": "^3.0.0",
7060
+ "requires": {}
7061
+ }
7062
+ },
5591
7063
  {
5592
7064
  "name": "vendor",
5593
7065
  "description": "directly serve node_modules",
@@ -5611,9 +7083,54 @@
5611
7083
  "requires": {}
5612
7084
  }
5613
7085
  },
7086
+ {
7087
+ "name": "vercel-analytics",
7088
+ "description": "Vercel Analytics integration for Nuxt",
7089
+ "repo": "xanderbarkhatov/nuxt-vercel-analytics",
7090
+ "npm": "nuxt-vercel-analytics",
7091
+ "icon": "",
7092
+ "github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
7093
+ "website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
7094
+ "learn_more": "https://vercel.com/docs/concepts/analytics",
7095
+ "category": "Analytics",
7096
+ "type": "3rd-party",
7097
+ "maintainers": [
7098
+ {
7099
+ "name": "Alexander B.",
7100
+ "github": "xanderbarkhatov"
7101
+ }
7102
+ ],
7103
+ "compatibility": {
7104
+ "nuxt": "^3.0.0",
7105
+ "requires": {}
7106
+ }
7107
+ },
7108
+ {
7109
+ "name": "vexip-ui",
7110
+ "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
7111
+ "repo": "vexip-ui/nuxt",
7112
+ "npm": "@vexip-ui/nuxt",
7113
+ "icon": "vexip-ui.svg",
7114
+ "github": "https://github.com/vexip-ui/vexip-ui",
7115
+ "website": "https://www.vexipui.com/",
7116
+ "learn_more": "https://github.com/vexip-ui/nuxt",
7117
+ "category": "UI",
7118
+ "type": "3rd-party",
7119
+ "maintainers": [
7120
+ {
7121
+ "name": "未觉雨声",
7122
+ "github": "qmhc",
7123
+ "twitter": "qmhc95"
7124
+ }
7125
+ ],
7126
+ "compatibility": {
7127
+ "nuxt": "^3.0.0",
7128
+ "requires": {}
7129
+ }
7130
+ },
5614
7131
  {
5615
7132
  "name": "vite-pwa-nuxt",
5616
- "description": "Zero-config PWA Plugin for Nuxt 3",
7133
+ "description": "Zero-config PWA Plugin for Nuxt",
5617
7134
  "repo": "vite-pwa/nuxt",
5618
7135
  "npm": "@vite-pwa/nuxt",
5619
7136
  "icon": "vite-pwa-nuxt.svg",
@@ -5642,13 +7159,13 @@
5642
7159
  {
5643
7160
  "name": "vitest",
5644
7161
  "description": "Vitest integration with Nuxt",
5645
- "repo": "danielroe/nuxt-vitest#main",
7162
+ "repo": "danielroe/nuxt-vitest",
5646
7163
  "npm": "nuxt-vitest",
5647
7164
  "icon": "vitest.svg",
5648
7165
  "github": "https://github.com/danielroe/nuxt-vitest",
5649
7166
  "website": "https://github.com/danielroe/nuxt-vitest",
5650
7167
  "learn_more": "",
5651
- "category": "Extensions",
7168
+ "category": "Devtools",
5652
7169
  "type": "3rd-party",
5653
7170
  "maintainers": [
5654
7171
  {
@@ -5660,6 +7177,61 @@
5660
7177
  "github": "antfu"
5661
7178
  }
5662
7179
  ],
7180
+ "compatibility": {
7181
+ "nuxt": "^3.0.0",
7182
+ "requires": {},
7183
+ "devtools": "^0.0.0"
7184
+ }
7185
+ },
7186
+ {
7187
+ "name": "vue-email",
7188
+ "description": "💌 Write email templates with vue",
7189
+ "repo": "Dave136/vue-email#main/packages/vue-email",
7190
+ "npm": "vue-email",
7191
+ "icon": "vue-email.svg",
7192
+ "github": "https://github.com/Dave136/vue-email",
7193
+ "website": "https://www.vuemail.net/",
7194
+ "learn_more": "https://vue-email.vercel.app/getting-started",
7195
+ "category": "UI",
7196
+ "type": "3rd-party",
7197
+ "maintainers": [
7198
+ {
7199
+ "name": "David Arenas",
7200
+ "github": "Dave136",
7201
+ "twitter": "davejs4",
7202
+ "avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
7203
+ },
7204
+ {
7205
+ "name": "Younes Barrad",
7206
+ "github": "Flowko",
7207
+ "twitter": "imflowko",
7208
+ "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
7209
+ }
7210
+ ],
7211
+ "compatibility": {
7212
+ "nuxt": "^3.0.0",
7213
+ "requires": {},
7214
+ "devtools": "^0.0.0"
7215
+ }
7216
+ },
7217
+ {
7218
+ "name": "vue-final-modal",
7219
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
7220
+ "repo": "vue-final/vue-final-modal",
7221
+ "npm": "@vue-final-modal/nuxt",
7222
+ "icon": "vue-final-modal.svg",
7223
+ "github": "https://github.com/vue-final/vue-final-modal",
7224
+ "website": "https://vue-final-modal.org/",
7225
+ "learn_more": "https://vue-final-modal.org/",
7226
+ "category": "UI",
7227
+ "type": "3rd-party",
7228
+ "maintainers": [
7229
+ {
7230
+ "name": "Hunter Liu",
7231
+ "github": "hunterliu1003",
7232
+ "twitter": "hunterliu1003"
7233
+ }
7234
+ ],
5663
7235
  "compatibility": {
5664
7236
  "nuxt": "^3.0.0",
5665
7237
  "requires": {}
@@ -5667,13 +7239,13 @@
5667
7239
  },
5668
7240
  {
5669
7241
  "name": "vue-macros",
5670
- "description": "Explore and extend more macros and syntax sugar to Vue.",
5671
- "repo": "sxzz/unplugin-vue-macros#main/packages/nuxt",
7242
+ "description": "Explore more macros and syntax sugar to Vue.",
7243
+ "repo": "sxzz/vue-macros#main/packages/nuxt",
5672
7244
  "npm": "@vue-macros/nuxt",
5673
7245
  "icon": "vue-macros.svg",
5674
- "github": "https://github.com/sxzz/unplugin-vue-macros",
7246
+ "github": "https://github.com/sxzz/vue-macros",
5675
7247
  "website": "https://vue-macros.sxzz.moe",
5676
- "learn_more": "https://github.com/sxzz/unplugin-vue-macros",
7248
+ "learn_more": "https://github.com/sxzz/vue-macros",
5677
7249
  "category": "Extensions",
5678
7250
  "type": "3rd-party",
5679
7251
  "maintainers": [
@@ -5687,7 +7259,8 @@
5687
7259
  "nuxt": "^3.0.0",
5688
7260
  "requires": {
5689
7261
  "bridge": "optional"
5690
- }
7262
+ },
7263
+ "devtools": "^0.0.0"
5691
7264
  }
5692
7265
  },
5693
7266
  {
@@ -5714,7 +7287,7 @@
5714
7287
  },
5715
7288
  {
5716
7289
  "name": "vue-multiselect",
5717
- "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
7290
+ "description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
5718
7291
  "repo": "spektrummedia/nuxt-vue-multiselect",
5719
7292
  "npm": "nuxt-vue-multiselect",
5720
7293
  "icon": "",
@@ -5756,6 +7329,29 @@
5756
7329
  "requires": {}
5757
7330
  }
5758
7331
  },
7332
+ {
7333
+ "name": "vue-query",
7334
+ "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
7335
+ "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
7336
+ "npm": "@hebilicious/vue-query-nuxt",
7337
+ "icon": "vue-query.svg",
7338
+ "github": "https://github.com/Hebilicious/vue-query-nuxt",
7339
+ "website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
7340
+ "learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
7341
+ "category": "Request",
7342
+ "type": "3rd-party",
7343
+ "maintainers": [
7344
+ {
7345
+ "name": "Hebilicious",
7346
+ "github": "Hebilicious",
7347
+ "twitter": "its_hebilicious"
7348
+ }
7349
+ ],
7350
+ "compatibility": {
7351
+ "nuxt": "^3.0.0",
7352
+ "requires": {}
7353
+ }
7354
+ },
5759
7355
  {
5760
7356
  "name": "vue-select",
5761
7357
  "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
@@ -5805,7 +7401,7 @@
5805
7401
  },
5806
7402
  {
5807
7403
  "name": "vue-warehouse",
5808
- "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
7404
+ "description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
5809
7405
  "repo": "juliomrqz/vue-warehouse",
5810
7406
  "npm": "vue-warehouse",
5811
7407
  "icon": "",
@@ -5826,6 +7422,29 @@
5826
7422
  "requires": {}
5827
7423
  }
5828
7424
  },
7425
+ {
7426
+ "name": "vue3-carousel-nuxt",
7427
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
7428
+ "repo": "gaetansenn/vue3-carousel-nuxt",
7429
+ "npm": "vue3-carousel-nuxt",
7430
+ "icon": "",
7431
+ "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7432
+ "website": "",
7433
+ "learn_more": "",
7434
+ "category": "UI",
7435
+ "type": "3rd-party",
7436
+ "maintainers": [
7437
+ {
7438
+ "name": "Gaetan SENN",
7439
+ "github": "gaetansenn",
7440
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
7441
+ }
7442
+ ],
7443
+ "compatibility": {
7444
+ "nuxt": "^3.0.0",
7445
+ "requires": {}
7446
+ }
7447
+ },
5829
7448
  {
5830
7449
  "name": "vuefire",
5831
7450
  "description": "Idiomatic composables for the Firebase SDK",
@@ -5848,9 +7467,55 @@
5848
7467
  "requires": {}
5849
7468
  }
5850
7469
  },
7470
+ {
7471
+ "name": "vueform-builder",
7472
+ "description": "Official Vueform Builder module for Nuxt",
7473
+ "repo": "vueform/builder/nuxt",
7474
+ "npm": "@vueform/builder-nuxt",
7475
+ "icon": "vueform.svg",
7476
+ "github": "https://github.com/vueform/builder",
7477
+ "website": "https://builder.vueform.com",
7478
+ "learn_more": "https://builder.vueform.com/docs/installation#nuxt",
7479
+ "category": "Libraries",
7480
+ "type": "3rd-party",
7481
+ "maintainers": [
7482
+ {
7483
+ "name": "Adam Berecz",
7484
+ "github": "adamberecz",
7485
+ "twitter": "bereczadam"
7486
+ }
7487
+ ],
7488
+ "compatibility": {
7489
+ "nuxt": "^3.0.0",
7490
+ "requires": {}
7491
+ }
7492
+ },
7493
+ {
7494
+ "name": "vueform",
7495
+ "description": "Official Vueform module for Nuxt",
7496
+ "repo": "vueform/vueform/nuxt",
7497
+ "npm": "@vueform/nuxt",
7498
+ "icon": "vueform.svg",
7499
+ "github": "https://github.com/vueform/vueform",
7500
+ "website": "https://vueform.com",
7501
+ "learn_more": "https://vueform.com/docs/installation#nuxt",
7502
+ "category": "Libraries",
7503
+ "type": "3rd-party",
7504
+ "maintainers": [
7505
+ {
7506
+ "name": "Adam Berecz",
7507
+ "github": "adamberecz",
7508
+ "twitter": "bereczadam"
7509
+ }
7510
+ ],
7511
+ "compatibility": {
7512
+ "nuxt": "^3.0.0",
7513
+ "requires": {}
7514
+ }
7515
+ },
5851
7516
  {
5852
7517
  "name": "vuestic",
5853
- "description": "Vuestic UI module for Nuxt 3",
7518
+ "description": "Vuestic UI module for Nuxt",
5854
7519
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
5855
7520
  "npm": "@vuestic/nuxt",
5856
7521
  "icon": "vuestic.png",
@@ -5870,9 +7535,31 @@
5870
7535
  "requires": {}
5871
7536
  }
5872
7537
  },
7538
+ {
7539
+ "name": "vuetify-nuxt-module",
7540
+ "description": "Zero-config Nuxt Module for Vuetify.",
7541
+ "repo": "userquin/vuetify-nuxt-module",
7542
+ "npm": "vuetify-nuxt-module",
7543
+ "icon": "vuetify-logo-v3-dark.svg",
7544
+ "github": "https://github.com/userquin/vuetify-nuxt-module",
7545
+ "website": "https://vuetify-nuxt-module.netlify.app/",
7546
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
7547
+ "category": "UI",
7548
+ "type": "3rd-party",
7549
+ "maintainers": [
7550
+ {
7551
+ "name": "Joaquín Sánchez",
7552
+ "github": "userquin"
7553
+ }
7554
+ ],
7555
+ "compatibility": {
7556
+ "nuxt": "^3.0.0",
7557
+ "requires": {}
7558
+ }
7559
+ },
5873
7560
  {
5874
7561
  "name": "vuetify",
5875
- "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
7562
+ "description": "Vuetify Module for Nuxt to add Material Design components to your application.",
5876
7563
  "repo": "nuxt-community/vuetify-module",
5877
7564
  "npm": "@nuxtjs/vuetify",
5878
7565
  "icon": "vuetify.png",
@@ -5919,7 +7606,8 @@
5919
7606
  "nuxt": "^2.0.0 || ^3.0.0",
5920
7607
  "requires": {
5921
7608
  "bridge": "optional"
5922
- }
7609
+ },
7610
+ "devtools": "^0.0.0"
5923
7611
  }
5924
7612
  },
5925
7613
  {
@@ -5946,9 +7634,9 @@
5946
7634
  },
5947
7635
  {
5948
7636
  "name": "vunix",
5949
- "description": "Comprehensive UI toolkit for Vue.js and Nuxt.js 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.",
5950
- "repo": "gaetansenn/vunix",
5951
- "npm": "vunix",
7637
+ "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.",
7638
+ "repo": "gaetansenn/vunix#main/packages/nuxt",
7639
+ "npm": "@vunix/nuxt",
5952
7640
  "icon": "",
5953
7641
  "github": "https://github.com/gaetansenn/vunix",
5954
7642
  "website": "https://vunix.dewib.com/",
@@ -5970,11 +7658,11 @@
5970
7658
  {
5971
7659
  "name": "web-vitals",
5972
7660
  "description": "Web Vitals for Nuxt",
5973
- "repo": "nuxt-community/web-vitals-module",
7661
+ "repo": "nuxt-modules/web-vitals",
5974
7662
  "npm": "@nuxtjs/web-vitals",
5975
7663
  "icon": "web-vitals.png",
5976
- "github": "https://github.com/nuxt-community/web-vitals-module",
5977
- "website": "https://github.com/nuxt-community/web-vitals-module",
7664
+ "github": "https://github.com/nuxt-modules/web-vitals",
7665
+ "website": "https://github.com/nuxt-modules/web-vitals",
5978
7666
  "learn_more": "",
5979
7667
  "category": "Performance",
5980
7668
  "type": "community",
@@ -6025,7 +7713,7 @@
6025
7713
  },
6026
7714
  {
6027
7715
  "name": "webpack-optimisations",
6028
- "description": "Nuxt.js v2 module to automatically make your builds faster.",
7716
+ "description": "Nuxt v2 module to automatically make your builds faster.",
6029
7717
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
6030
7718
  "npm": "nuxt-webpack-optimisations",
6031
7719
  "icon": "build-optimisations.svg",
@@ -6117,7 +7805,7 @@
6117
7805
  },
6118
7806
  {
6119
7807
  "name": "well-known",
6120
- "description": "A Nuxt.js module to add well-known URIs using middlewares",
7808
+ "description": "A Nuxt module to add well-known URIs using middlewares",
6121
7809
  "repo": "zadigetvoltaire/nuxt-well-known",
6122
7810
  "npm": "@zadigetvoltaire/nuxt-well-known",
6123
7811
  "icon": "well-known.svg",
@@ -6137,6 +7825,32 @@
6137
7825
  "requires": {}
6138
7826
  }
6139
7827
  },
7828
+ {
7829
+ "name": "wideangle",
7830
+ "description": "Nuxt module to integrate Wide Angle Analytics",
7831
+ "repo": "inputobjects/wideangle-nuxt",
7832
+ "npm": "wideangle-nuxt",
7833
+ "icon": "wideangle.png",
7834
+ "github": "https://github.com/inputobjects/wideangle-nuxt",
7835
+ "website": "https://wideangle.co",
7836
+ "learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
7837
+ "category": "Analytics",
7838
+ "type": "3rd-party",
7839
+ "maintainers": [
7840
+ {
7841
+ "name": "Wide Angle Analytics by Input Objects GmbH",
7842
+ "github": "inputobjects"
7843
+ },
7844
+ {
7845
+ "name": "Jarek Rozanski",
7846
+ "github": "jrozanski"
7847
+ }
7848
+ ],
7849
+ "compatibility": {
7850
+ "nuxt": "^3.0.0",
7851
+ "requires": {}
7852
+ }
7853
+ },
6140
7854
  {
6141
7855
  "name": "windicss",
6142
7856
  "description": "Next generation utility-first CSS framework.",
@@ -6280,55 +7994,9 @@
6280
7994
  "requires": {}
6281
7995
  }
6282
7996
  },
6283
- {
6284
- "name": "yandex-metrika-next",
6285
- "description": "Yandex Metrika integration for Nuxt",
6286
- "repo": "artmizu/yandex-metrika-nuxt",
6287
- "npm": "@artmizu/yandex-metrika-nuxt",
6288
- "icon": "yandex-metrika.svg",
6289
- "github": "https://github.com/artmizu/yandex-metrika-nuxt",
6290
- "website": "https://github.com/artmizu/yandex-metrika-nuxt",
6291
- "learn_more": "",
6292
- "category": "Analytics",
6293
- "type": "3rd-party",
6294
- "maintainers": [
6295
- {
6296
- "name": "Aleksandr Saburov",
6297
- "github": "artmizu",
6298
- "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
6299
- }
6300
- ],
6301
- "compatibility": {
6302
- "nuxt": "^3.0.0",
6303
- "requires": {}
6304
- }
6305
- },
6306
- {
6307
- "name": "yandex-metrika",
6308
- "description": "Yandex metrika Module for Nuxt.js",
6309
- "repo": "nuxt-community/yandex-metrika-module",
6310
- "npm": "@nuxtjs/yandex-metrika",
6311
- "icon": "",
6312
- "github": "https://github.com/nuxt-community/yandex-metrika-module",
6313
- "website": "https://github.com/nuxt-community/yandex-metrika-module",
6314
- "learn_more": "https://metrica.yandex.com/about",
6315
- "category": "Analytics",
6316
- "type": "community",
6317
- "maintainers": [
6318
- {
6319
- "name": "Pooya Parsa",
6320
- "github": "pi0",
6321
- "twitter": "_pi0_"
6322
- }
6323
- ],
6324
- "compatibility": {
6325
- "nuxt": "^2.0.0",
6326
- "requires": {}
6327
- }
6328
- },
6329
7997
  {
6330
7998
  "name": "zendesk",
6331
- "description": "Nuxt.js module for Zendesk",
7999
+ "description": "Nuxt module for Zendesk",
6332
8000
  "repo": "DansMaCulotte/nuxt-zendesk",
6333
8001
  "npm": "@dansmaculotte/nuxt-zendesk",
6334
8002
  "icon": "zendesk.png",