@nuxt/modules 0.6.0-ebf56f → 0.6.0-ec64e5

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 +2559 -604
  2. package/package.json +13 -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,18 +142,64 @@
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": "Libraries",
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": "Securely connect to any API with a server proxy and dynamic composables",
152
198
  "repo": "johannschopplich/nuxt-api-party",
153
199
  "npm": "nuxt-api-party",
154
200
  "icon": "api-party.svg",
155
201
  "github": "https://github.com/johannschopplich/nuxt-api-party",
156
- "website": "https://nuxt-api-party.jhnn.dev/",
202
+ "website": "https://nuxt-api-party.byjohann.dev/",
157
203
  "learn_more": "",
158
204
  "category": "Request",
159
205
  "type": "3rd-party",
@@ -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": "Security",
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",
@@ -575,10 +756,10 @@
575
756
  "description": "Privacy-first, end-to-end encrypted analytics",
576
757
  "repo": "chiffre-io/nuxt-chiffre",
577
758
  "npm": "nuxt-chiffre",
578
- "icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
759
+ "icon": "chiffre.png",
579
760
  "github": "https://github.com/chiffre-io/nuxt-chiffre",
580
761
  "website": "https://github.com/chiffre-io/nuxt-chiffre",
581
- "learn_more": "https://chiffre.io",
762
+ "learn_more": "https://chiffre.io/",
582
763
  "category": "Analytics",
583
764
  "type": "3rd-party",
584
765
  "maintainers": [
@@ -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,13 +1384,13 @@
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",
1121
1391
  "github": "https://github.com/drunomics/nuxtjs-drupal-ce",
1122
- "website": "https://stack.lupus.digital",
1123
- "learn_more": "https://stack.lupus.digital/2-resources/learning",
1392
+ "website": "https://lupus-decoupled.org",
1393
+ "learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
1124
1394
  "category": "CMS",
1125
1395
  "type": "3rd-party",
1126
1396
  "maintainers": [
@@ -1135,19 +1405,19 @@
1135
1405
  "avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
1136
1406
  },
1137
1407
  {
1138
- "name": "David Licen",
1139
- "github": "davision",
1140
- "avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
1408
+ "name": "Matic",
1409
+ "github": "TurtlBbx",
1410
+ "avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
1141
1411
  }
1142
1412
  ],
1143
1413
  "compatibility": {
1144
- "nuxt": "^2.0.0",
1414
+ "nuxt": "^2.0.0 || ^3.0.0",
1145
1415
  "requires": {}
1146
1416
  }
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": "",
@@ -1285,6 +1578,29 @@
1285
1578
  "requires": {}
1286
1579
  }
1287
1580
  },
1581
+ {
1582
+ "name": "fathom-analytics",
1583
+ "description": "Fathom analytics integration for Nuxt",
1584
+ "repo": "valgeirb/nuxt-fathom",
1585
+ "npm": "nuxt-fathom",
1586
+ "icon": "fathom-analytics.svg",
1587
+ "github": "https://github.com/valgeirb/nuxt-fathom",
1588
+ "website": "https://github.com/valgeirb/nuxt-fathom#readme",
1589
+ "learn_more": "",
1590
+ "category": "Analytics",
1591
+ "type": "3rd-party",
1592
+ "maintainers": [
1593
+ {
1594
+ "name": "Valgeir Björnsson",
1595
+ "github": "valgeirb",
1596
+ "avatar": "https://avatars.githubusercontent.com/valgeirb"
1597
+ }
1598
+ ],
1599
+ "compatibility": {
1600
+ "nuxt": "^3.0.0",
1601
+ "requires": {}
1602
+ }
1603
+ },
1288
1604
  {
1289
1605
  "name": "fathom",
1290
1606
  "description": "Fathom analytics for Nuxt",
@@ -1309,7 +1625,7 @@
1309
1625
  },
1310
1626
  {
1311
1627
  "name": "feature-toggle",
1312
- "description": "Feature toggle module for Nuxt.js",
1628
+ "description": "Feature toggle module for Nuxt",
1313
1629
  "repo": "stephenkr/nuxt-feature-toggle",
1314
1630
  "npm": "nuxt-feature-toggle",
1315
1631
  "icon": "",
@@ -1376,7 +1692,7 @@
1376
1692
  },
1377
1693
  {
1378
1694
  "name": "floating-prompt-module",
1379
- "description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
1695
+ "description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
1380
1696
  "repo": "sandoche/nuxt-floating-prompt-module#main",
1381
1697
  "npm": "nuxt-floating-prompt-module",
1382
1698
  "icon": "",
@@ -1485,6 +1801,52 @@
1485
1801
  "requires": {}
1486
1802
  }
1487
1803
  },
1804
+ {
1805
+ "name": "fonts",
1806
+ "description": "Plug-and-play web font optimization and configuration for Nuxt apps.",
1807
+ "repo": "nuxt/fonts",
1808
+ "npm": "@nuxt/fonts",
1809
+ "icon": "nuxt.svg",
1810
+ "github": "https://github.com/nuxt/fonts",
1811
+ "website": "https://github.com/nuxt/fonts",
1812
+ "learn_more": "",
1813
+ "category": "Libraries",
1814
+ "type": "official",
1815
+ "maintainers": [
1816
+ {
1817
+ "name": "Daniel Roe",
1818
+ "github": "danielroe",
1819
+ "twitter": "danielcroe"
1820
+ }
1821
+ ],
1822
+ "compatibility": {
1823
+ "nuxt": "^3.0.0",
1824
+ "requires": {}
1825
+ }
1826
+ },
1827
+ {
1828
+ "name": "form-actions",
1829
+ "description": "A set of features and composables to interact with forms and server data.",
1830
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
1831
+ "npm": "@hebilicious/form-actions-nuxt",
1832
+ "icon": "form-actions.svg",
1833
+ "github": "https://github.com/Hebilicious/form-actions-nuxt",
1834
+ "website": "https://form-actions-nuxt.pages.dev/",
1835
+ "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1836
+ "category": "Request",
1837
+ "type": "3rd-party",
1838
+ "maintainers": [
1839
+ {
1840
+ "name": "Hebilicious",
1841
+ "github": "Hebilicious",
1842
+ "twitter": "its_hebilicious"
1843
+ }
1844
+ ],
1845
+ "compatibility": {
1846
+ "nuxt": "^3.7.0",
1847
+ "requires": {}
1848
+ }
1849
+ },
1488
1850
  {
1489
1851
  "name": "formkit",
1490
1852
  "description": "Seamless FormKit integration for Nuxt",
@@ -1493,7 +1855,7 @@
1493
1855
  "icon": "formkit.png",
1494
1856
  "github": "https://github.com/formkit/formkit",
1495
1857
  "website": "https://formkit.com",
1496
- "learn_more": "https://formkit.com/essentials/installation#with-nuxt",
1858
+ "learn_more": "https://formkit.com/getting-started/installation",
1497
1859
  "category": "Libraries",
1498
1860
  "type": "3rd-party",
1499
1861
  "maintainers": [
@@ -1559,7 +1921,7 @@
1559
1921
  },
1560
1922
  {
1561
1923
  "name": "google-adsense",
1562
- "description": "Google Adsense Module for Nuxt.js",
1924
+ "description": "Google Adsense Module for Nuxt",
1563
1925
  "repo": "nuxt-community/google-adsense-module",
1564
1926
  "npm": "@nuxtjs/google-adsense",
1565
1927
  "icon": "google-adsense.png",
@@ -1585,7 +1947,7 @@
1585
1947
  },
1586
1948
  {
1587
1949
  "name": "google-analytics",
1588
- "description": "Google analytics Module for Nuxt.js",
1950
+ "description": "Google analytics Module for Nuxt",
1589
1951
  "repo": "nuxt-community/analytics-module",
1590
1952
  "npm": "@nuxtjs/google-analytics",
1591
1953
  "icon": "google-analytics.png",
@@ -1617,12 +1979,12 @@
1617
1979
  },
1618
1980
  {
1619
1981
  "name": "google-fonts",
1620
- "description": "Google Fonts module for NuxtJS",
1621
- "repo": "nuxt-community/google-fonts-module",
1982
+ "description": "Google Fonts module for Nuxt",
1983
+ "repo": "nuxt-modules/google-fonts",
1622
1984
  "npm": "@nuxtjs/google-fonts",
1623
1985
  "icon": "google-fonts.png",
1624
- "github": "https://github.com/nuxt-community/google-fonts-module",
1625
- "website": "https://github.com/nuxt-community/google-fonts-module",
1986
+ "github": "https://github.com/nuxt-modules/google-fonts",
1987
+ "website": "https://google-fonts.nuxtjs.org",
1626
1988
  "learn_more": "https://developers.google.com/fonts",
1627
1989
  "category": "Fonts",
1628
1990
  "type": "community",
@@ -1641,7 +2003,7 @@
1641
2003
  },
1642
2004
  {
1643
2005
  "name": "google-gtag",
1644
- "description": "Google GTag for Nuxt.js",
2006
+ "description": "Google GTag for Nuxt",
1645
2007
  "repo": "nuxt-community/google-gtag",
1646
2008
  "npm": "@nuxtjs/google-gtag",
1647
2009
  "icon": "gtm.png",
@@ -1667,7 +2029,7 @@
1667
2029
  },
1668
2030
  {
1669
2031
  "name": "google-optimize",
1670
- "description": "SSR friendly Google Optimize module for Nuxt.js",
2032
+ "description": "SSR friendly Google Optimize module for Nuxt",
1671
2033
  "repo": "nuxt-community/google-optimize-module",
1672
2034
  "npm": "nuxt-google-optimize",
1673
2035
  "icon": "google-optimize.png",
@@ -1706,7 +2068,7 @@
1706
2068
  "icon": "graphql-client.svg",
1707
2069
  "github": "https://github.com/diizzayy/nuxt-graphql-client",
1708
2070
  "website": "https://github.com/diizzayy/nuxt-graphql-client",
1709
- "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
2071
+ "learn_more": "https://nuxt-graphql-client.web.app/",
1710
2072
  "category": "Request",
1711
2073
  "type": "3rd-party",
1712
2074
  "maintainers": [
@@ -1722,7 +2084,7 @@
1722
2084
  },
1723
2085
  {
1724
2086
  "name": "graphql-request",
1725
- "description": "Easy Minimal GraphQL client integration with Nuxt.js",
2087
+ "description": "Easy Minimal GraphQL client integration with Nuxt",
1726
2088
  "repo": "gomah/nuxt-graphql-request",
1727
2089
  "npm": "nuxt-graphql-request",
1728
2090
  "icon": "graphql-request.png",
@@ -1738,7 +2100,7 @@
1738
2100
  }
1739
2101
  ],
1740
2102
  "compatibility": {
1741
- "nuxt": "^2.0.0",
2103
+ "nuxt": "^2.0.0 || ^3.0.0",
1742
2104
  "requires": {}
1743
2105
  }
1744
2106
  },
@@ -1761,12 +2123,13 @@
1761
2123
  ],
1762
2124
  "compatibility": {
1763
2125
  "nuxt": "^3.0.0",
1764
- "requires": {}
2126
+ "requires": {},
2127
+ "devtools": "^0.0.0"
1765
2128
  }
1766
2129
  },
1767
2130
  {
1768
2131
  "name": "gtag",
1769
- "description": "Google Analytics integration for Nuxt 3",
2132
+ "description": "Google Analytics integration for Nuxt: Google Analytics, Google Ads and more",
1770
2133
  "repo": "johannschopplich/nuxt-gtag",
1771
2134
  "npm": "nuxt-gtag",
1772
2135
  "icon": "gtag.svg",
@@ -1790,7 +2153,7 @@
1790
2153
  },
1791
2154
  {
1792
2155
  "name": "gtm",
1793
- "description": "Google Tag Manager Module for Nuxt.js",
2156
+ "description": "Google Tag Manager Module for Nuxt",
1794
2157
  "repo": "nuxt-community/gtm-module",
1795
2158
  "npm": "@nuxtjs/gtm",
1796
2159
  "icon": "gtm.png",
@@ -1813,7 +2176,7 @@
1813
2176
  },
1814
2177
  {
1815
2178
  "name": "guess",
1816
- "description": "Guess.js module for Nuxt.js",
2179
+ "description": "Guess.js module for Nuxt",
1817
2180
  "repo": "nuxt-community/guess-module",
1818
2181
  "npm": "@nuxtjs/guess-module",
1819
2182
  "icon": "guessjs.png",
@@ -1833,6 +2196,28 @@
1833
2196
  "requires": {}
1834
2197
  }
1835
2198
  },
2199
+ {
2200
+ "name": "hanko",
2201
+ "description": "Hanko integration for Nuxt for passwordless authentication",
2202
+ "repo": "nuxt-modules/hanko",
2203
+ "npm": "@nuxtjs/hanko",
2204
+ "icon": "hanko.svg",
2205
+ "github": "https://github.com/nuxt-modules/hanko",
2206
+ "website": "https://github.com/nuxt-modules/hanko",
2207
+ "learn_more": "https://hanko.io/",
2208
+ "category": "Security",
2209
+ "type": "community",
2210
+ "maintainers": [
2211
+ {
2212
+ "name": "danielroe",
2213
+ "github": "danielroe"
2214
+ }
2215
+ ],
2216
+ "compatibility": {
2217
+ "nuxt": "^3.0.0",
2218
+ "requires": {}
2219
+ }
2220
+ },
1836
2221
  {
1837
2222
  "name": "harlem",
1838
2223
  "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
@@ -1903,7 +2288,7 @@
1903
2288
  },
1904
2289
  {
1905
2290
  "name": "helmet",
1906
- "description": "Easy Helmet module with Nuxt.js'",
2291
+ "description": "Easy Helmet module with Nuxt'",
1907
2292
  "repo": "victor-perez/nuxt-helmet",
1908
2293
  "npm": "nuxt-helmet",
1909
2294
  "icon": "",
@@ -1947,7 +2332,7 @@
1947
2332
  },
1948
2333
  {
1949
2334
  "name": "history-state",
1950
- "description": "Nuxt.js module to backup or restore historical states",
2335
+ "description": "Nuxt module to backup or restore historical states",
1951
2336
  "repo": "hidekatsu-izuno/nuxt-history-state",
1952
2337
  "npm": "nuxt-history-state",
1953
2338
  "icon": "",
@@ -1968,15 +2353,37 @@
1968
2353
  }
1969
2354
  },
1970
2355
  {
1971
- "name": "html-minifier",
1972
- "description": "Minify the html for each request served by nuxt server (nuxt start)",
1973
- "repo": "nuxt-community/html-minifier-module",
1974
- "npm": "@nuxtjs/html-minifier",
1975
- "icon": "",
1976
- "github": "https://github.com/nuxt-community/html-minifier-module",
1977
- "website": "https://github.com/nuxt-community/html-minifier-module",
1978
- "learn_more": "",
1979
- "category": "Performance",
2356
+ "name": "hotjar",
2357
+ "description": "Add HotJar to your Nuxt application",
2358
+ "repo": "damevin/nuxt-module-hotjar",
2359
+ "npm": "nuxt-module-hotjar",
2360
+ "icon": "hotjar.png",
2361
+ "github": "https://github.com/damevin/nuxt-module-hotjar",
2362
+ "website": "https://github.com/damevin/nuxt-module-hotjar",
2363
+ "learn_more": "https://github.com/damevin/nuxt-module-hotjar#nuxt-hotjar",
2364
+ "category": "SEO",
2365
+ "type": "3rd-party",
2366
+ "maintainers": [
2367
+ {
2368
+ "name": "Raphaël DAMEVIN",
2369
+ "github": "damevin"
2370
+ }
2371
+ ],
2372
+ "compatibility": {
2373
+ "nuxt": "^3.0.0",
2374
+ "requires": {}
2375
+ }
2376
+ },
2377
+ {
2378
+ "name": "html-minifier",
2379
+ "description": "Minify the html for each request served by nuxt server (nuxt start)",
2380
+ "repo": "nuxt-community/html-minifier-module",
2381
+ "npm": "@nuxtjs/html-minifier",
2382
+ "icon": "",
2383
+ "github": "https://github.com/nuxt-community/html-minifier-module",
2384
+ "website": "https://github.com/nuxt-community/html-minifier-module",
2385
+ "learn_more": "",
2386
+ "category": "Performance",
1980
2387
  "type": "community",
1981
2388
  "maintainers": [
1982
2389
  {
@@ -2016,7 +2423,7 @@
2016
2423
  },
2017
2424
  {
2018
2425
  "name": "http",
2019
- "description": "Universal HTTP Module for Nuxt.js",
2426
+ "description": "Universal HTTP Module for Nuxt",
2020
2427
  "repo": "nuxt/http",
2021
2428
  "npm": "@nuxt/http",
2022
2429
  "icon": "http.png",
@@ -2044,7 +2451,7 @@
2044
2451
  },
2045
2452
  {
2046
2453
  "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.",
2454
+ "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
2455
  "repo": "Luxdamore/nuxt-humans-txt",
2049
2456
  "npm": "@luxdamore/nuxt-humans-txt",
2050
2457
  "icon": "",
@@ -2068,12 +2475,12 @@
2068
2475
  {
2069
2476
  "name": "i18n",
2070
2477
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
2071
- "repo": "nuxt-community/i18n-module",
2478
+ "repo": "nuxt-modules/i18n",
2072
2479
  "npm": "@nuxtjs/i18n",
2073
2480
  "icon": "i18n.png",
2074
- "github": "https://github.com/nuxt-community/i18n-module",
2481
+ "github": "https://github.com/nuxt-modules/i18n",
2075
2482
  "website": "https://i18n.nuxtjs.org",
2076
- "learn_more": "https://kazupon.github.io/vue-i18n/",
2483
+ "learn_more": "https://vue-i18n.intlify.dev/",
2077
2484
  "category": "Extensions",
2078
2485
  "type": "community",
2079
2486
  "maintainers": [
@@ -2084,6 +2491,10 @@
2084
2491
  {
2085
2492
  "name": "Kazuya Kawaguchi",
2086
2493
  "github": "kazupon"
2494
+ },
2495
+ {
2496
+ "name": "Bobbie Goede",
2497
+ "github": "BobbieGoede"
2087
2498
  }
2088
2499
  ],
2089
2500
  "compatibility": {
@@ -2091,6 +2502,51 @@
2091
2502
  "requires": {}
2092
2503
  }
2093
2504
  },
2505
+ {
2506
+ "name": "icon-font",
2507
+ "description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
2508
+ "repo": "coremyslo/nuxt-icon-font",
2509
+ "npm": "@coremyslo/nuxt-icon-font",
2510
+ "icon": "",
2511
+ "github": "https://github.com/coremyslo/nuxt-icon-font",
2512
+ "website": "https://github.com/coremyslo/nuxt-icon-font",
2513
+ "learn_more": "",
2514
+ "category": "UI",
2515
+ "type": "3rd-party",
2516
+ "maintainers": [
2517
+ {
2518
+ "name": "coremyslo",
2519
+ "github": "coremyslo"
2520
+ }
2521
+ ],
2522
+ "compatibility": {
2523
+ "nuxt": "^3.0.0",
2524
+ "requires": {}
2525
+ }
2526
+ },
2527
+ {
2528
+ "name": "icon-tw",
2529
+ "description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
2530
+ "repo": "jcamp-code/nuxt-icon-tw",
2531
+ "npm": "nuxt-icon-tw",
2532
+ "icon": "nuxt-icon.png",
2533
+ "github": "https://github.com/jcamp-code/nuxt-icon-tw",
2534
+ "website": "https://github.com/jcamp-code/nuxt-icon-tw",
2535
+ "learn_more": "",
2536
+ "category": "UI",
2537
+ "type": "3rd-party",
2538
+ "maintainers": [
2539
+ {
2540
+ "name": "JohnCampionJr",
2541
+ "github": "JohnCampionJr"
2542
+ }
2543
+ ],
2544
+ "compatibility": {
2545
+ "nuxt": "^3.0.0",
2546
+ "requires": {},
2547
+ "devtools": "^0.0.0"
2548
+ }
2549
+ },
2094
2550
  {
2095
2551
  "name": "icon",
2096
2552
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2110,7 +2566,8 @@
2110
2566
  ],
2111
2567
  "compatibility": {
2112
2568
  "nuxt": "^3.0.0",
2113
- "requires": {}
2569
+ "requires": {},
2570
+ "devtools": "^0.0.0"
2114
2571
  }
2115
2572
  },
2116
2573
  {
@@ -2159,12 +2616,12 @@
2159
2616
  },
2160
2617
  {
2161
2618
  "name": "image",
2162
- "description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
2619
+ "description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
2163
2620
  "repo": "nuxt/image",
2164
2621
  "npm": "@nuxt/image",
2165
2622
  "icon": "image.png",
2166
2623
  "github": "https://github.com/nuxt/image",
2167
- "website": "https://image.nuxtjs.org",
2624
+ "website": "https://image.nuxt.com",
2168
2625
  "learn_more": "",
2169
2626
  "category": "Images",
2170
2627
  "type": "official",
@@ -2174,6 +2631,11 @@
2174
2631
  "github": "farnabaz",
2175
2632
  "twitter": "a_birang"
2176
2633
  },
2634
+ {
2635
+ "name": "Daniel Roe",
2636
+ "github": "danielroe",
2637
+ "twitter": "danielcroe"
2638
+ },
2177
2639
  {
2178
2640
  "name": "Pooya Parsa",
2179
2641
  "github": "pi0",
@@ -2194,7 +2656,7 @@
2194
2656
  },
2195
2657
  {
2196
2658
  "name": "imagemin",
2197
- "description": "Automatically optimize (compress) all images used in Nuxt.js",
2659
+ "description": "Automatically optimize (compress) all images used in Nuxt",
2198
2660
  "repo": "nuxt-community/imagemin-module",
2199
2661
  "npm": "@nuxtjs/imagemin",
2200
2662
  "icon": "imagemin.png",
@@ -2217,12 +2679,12 @@
2217
2679
  {
2218
2680
  "name": "inkline",
2219
2681
  "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",
2682
+ "repo": "inkline/plugin",
2683
+ "npm": "@inkline/plugin",
2222
2684
  "icon": "inkline.svg",
2223
- "github": "https://github.com/inkline/nuxt-module-inkline",
2685
+ "github": "https://github.com/inkline/plugin",
2224
2686
  "website": "https://inkline.io",
2225
- "learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
2687
+ "learn_more": "https://inkline.io/docs/installation/nuxt",
2226
2688
  "category": "UI",
2227
2689
  "type": "3rd-party",
2228
2690
  "maintainers": [
@@ -2241,7 +2703,7 @@
2241
2703
  },
2242
2704
  {
2243
2705
  "name": "intercom",
2244
- "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
2706
+ "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
2245
2707
  "repo": "hex-digital/nuxt-intercom",
2246
2708
  "npm": "@hexdigital/nuxt-intercom",
2247
2709
  "icon": "intercom.png",
@@ -2286,7 +2748,7 @@
2286
2748
  },
2287
2749
  {
2288
2750
  "name": "jsonapi",
2289
- "description": "Easy JSON:API client integration for Nuxt.js",
2751
+ "description": "Easy JSON:API client integration for Nuxt",
2290
2752
  "repo": "patrickcate/nuxt-jsonapi",
2291
2753
  "npm": "nuxt-jsonapi",
2292
2754
  "icon": "jsonapi.svg",
@@ -2328,14 +2790,42 @@
2328
2790
  "requires": {}
2329
2791
  }
2330
2792
  },
2793
+ {
2794
+ "name": "kinde",
2795
+ "description": "Kinde authentication integration for Nuxt",
2796
+ "repo": "nuxt-modules/kinde",
2797
+ "npm": "@nuxtjs/kinde",
2798
+ "icon": "kinde.svg",
2799
+ "github": "https://github.com/nuxt-modules/kinde",
2800
+ "website": "https://kinde.com/docs/developer-tools/nuxt-module/",
2801
+ "learn_more": "https://kinde.com/",
2802
+ "category": "Security",
2803
+ "type": "community",
2804
+ "maintainers": [
2805
+ {
2806
+ "name": "danielroe",
2807
+ "github": "danielroe"
2808
+ },
2809
+ {
2810
+ "name": "daveordead",
2811
+ "github": "DaveOrDead",
2812
+ "twitter": "dave_or_dead"
2813
+ }
2814
+ ],
2815
+ "compatibility": {
2816
+ "nuxt": "^3.0.0",
2817
+ "requires": {}
2818
+ },
2819
+ "sponsor": true
2820
+ },
2331
2821
  {
2332
2822
  "name": "kql",
2333
- "description": "Nuxt 3 module for Kirby's Query Language API",
2823
+ "description": "Nuxt module for Kirby's Query Language API",
2334
2824
  "repo": "johannschopplich/nuxt-kql",
2335
2825
  "npm": "nuxt-kql",
2336
2826
  "icon": "kql.svg",
2337
2827
  "github": "https://github.com/johannschopplich/nuxt-kql",
2338
- "website": "https://nuxt-kql.jhnn.dev",
2828
+ "website": "https://nuxt-kql.byjohann.dev/",
2339
2829
  "learn_more": "",
2340
2830
  "category": "CMS",
2341
2831
  "type": "3rd-party",
@@ -2354,7 +2844,7 @@
2354
2844
  },
2355
2845
  {
2356
2846
  "name": "laravel-echo",
2357
- "description": "Laravel Echo for Nuxt.js",
2847
+ "description": "Laravel Echo for Nuxt",
2358
2848
  "repo": "nuxt-community/laravel-echo",
2359
2849
  "npm": "@nuxtjs/laravel-echo",
2360
2850
  "icon": "laravel-echo.png",
@@ -2396,6 +2886,28 @@
2396
2886
  "requires": {}
2397
2887
  }
2398
2888
  },
2889
+ {
2890
+ "name": "laravel-precognition",
2891
+ "description": "Nuxt module to work with Laravel Precognition and $fetch",
2892
+ "repo": "sot1986/nuxt-laravel-precognition",
2893
+ "npm": "nuxt-laravel-precognition",
2894
+ "icon": "laravel.svg",
2895
+ "github": "https://github.com/sot1986/nuxt-laravel-precognition",
2896
+ "website": "https://github.com/sot1986/nuxt-laravel-precognition",
2897
+ "learn_more": "",
2898
+ "category": "Security",
2899
+ "type": "3rd-party",
2900
+ "maintainers": [
2901
+ {
2902
+ "name": "sot1986",
2903
+ "github": "sot1986"
2904
+ }
2905
+ ],
2906
+ "compatibility": {
2907
+ "nuxt": "^3.0.0",
2908
+ "requires": {}
2909
+ }
2910
+ },
2399
2911
  {
2400
2912
  "name": "laravel",
2401
2913
  "description": "Nuxt cli extension for use with laravel as backend",
@@ -2442,13 +2954,13 @@
2442
2954
  },
2443
2955
  {
2444
2956
  "name": "link-checker",
2445
- "description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
2957
+ "description": "Find and magically fix links that may be negatively effecting your SEO.",
2446
2958
  "repo": "harlan-zw/nuxt-link-checker",
2447
2959
  "npm": "nuxt-link-checker",
2448
- "icon": "",
2960
+ "icon": "link-checker.svg",
2449
2961
  "github": "https://github.com/harlan-zw/nuxt-link-checker",
2450
- "website": "https://github.com/harlan-zw/nuxt-link-checker",
2451
- "learn_more": "",
2962
+ "website": "https://nuxtseo.com/link-checker",
2963
+ "learn_more": "https://nuxtseo.com/link-checker",
2452
2964
  "category": "SEO",
2453
2965
  "type": "3rd-party",
2454
2966
  "maintainers": [
@@ -2461,7 +2973,8 @@
2461
2973
  ],
2462
2974
  "compatibility": {
2463
2975
  "nuxt": "^3.0.0",
2464
- "requires": {}
2976
+ "requires": {},
2977
+ "devtools": "^0.0.0"
2465
2978
  }
2466
2979
  },
2467
2980
  {
@@ -2538,12 +3051,12 @@
2538
3051
  },
2539
3052
  {
2540
3053
  "name": "logrocket",
2541
- "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
2542
- "repo": "nuxt-community/nuxt-logrocket",
3054
+ "description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
3055
+ "repo": "nuxt-modules/logrocket",
2543
3056
  "npm": "nuxt-logrocket",
2544
3057
  "icon": "logrocket.png",
2545
- "github": "https://github.com/nuxt-community/nuxt-logrocket",
2546
- "website": "https://github.com/nuxt-community/nuxt-logrocket",
3058
+ "github": "https://github.com/nuxt-modules/logrocket",
3059
+ "website": "https://github.com/nuxt-modules/logrocket",
2547
3060
  "learn_more": "https://docs.logrocket.com/docs",
2548
3061
  "category": "Monitoring",
2549
3062
  "type": "community",
@@ -2559,9 +3072,35 @@
2559
3072
  "requires": {}
2560
3073
  }
2561
3074
  },
3075
+ {
3076
+ "name": "lucide-icons",
3077
+ "description": "Nuxt module to integrate Lucide icons",
3078
+ "repo": "swisnl/nuxt-lucide-icons",
3079
+ "npm": "nuxt-lucide-icons",
3080
+ "icon": "lucide-icons.svg",
3081
+ "github": "https://github.com/swisnl/nuxt-lucide-icons",
3082
+ "website": "https://github.com/swisnl/nuxt-lucide-icons",
3083
+ "learn_more": "",
3084
+ "category": "UI",
3085
+ "type": "3rd-party",
3086
+ "maintainers": [
3087
+ {
3088
+ "name": "SWIS",
3089
+ "github": "swisnl"
3090
+ },
3091
+ {
3092
+ "name": "Jasper Zonneveld",
3093
+ "github": "JaZo"
3094
+ }
3095
+ ],
3096
+ "compatibility": {
3097
+ "nuxt": "^3.0.0",
3098
+ "requires": {}
3099
+ }
3100
+ },
2562
3101
  {
2563
3102
  "name": "lunr",
2564
- "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
3103
+ "description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
2565
3104
  "repo": "nuxt-community/lunr-module",
2566
3105
  "npm": "@nuxtjs/lunr-module",
2567
3106
  "icon": "",
@@ -2584,10 +3123,10 @@
2584
3123
  {
2585
3124
  "name": "magic-regexp",
2586
3125
  "description": "A compiled-away, type-safe, readable RegExp alternative",
2587
- "repo": "danielroe/magic-regexp",
3126
+ "repo": "unjs/magic-regexp",
2588
3127
  "npm": "magic-regexp",
2589
3128
  "icon": "magic-regexp.svg",
2590
- "github": "https://github.com/danielroe/magic-regexp",
3129
+ "github": "https://github.com/unjs/magic-regexp",
2591
3130
  "website": "https://magic-regexp.roe.dev",
2592
3131
  "learn_more": "https://magic-regexp.roe.dev",
2593
3132
  "category": "Libraries",
@@ -2604,6 +3143,29 @@
2604
3143
  "requires": {}
2605
3144
  }
2606
3145
  },
3146
+ {
3147
+ "name": "mailpit",
3148
+ "description": "Integrates Mailpit web UI in Nuxt devtools",
3149
+ "repo": "tdolsen/nuxt-mailpit",
3150
+ "npm": "nuxt-mailpit",
3151
+ "icon": "mailpit.svg",
3152
+ "github": "https://github.com/tdolsen/nuxt-mailpit",
3153
+ "website": "https://github.com/tdolsen/nuxt-mailpit",
3154
+ "learn_more": "https://github.com/tdolsen/nuxt-mailpit",
3155
+ "category": "Devtools",
3156
+ "type": "3rd-party",
3157
+ "maintainers": [
3158
+ {
3159
+ "name": "Torkild Dyvik Olsen",
3160
+ "github": "tdolsen",
3161
+ "twitter": "tdolsen"
3162
+ }
3163
+ ],
3164
+ "compatibility": {
3165
+ "nuxt": "^3.8.0",
3166
+ "requires": {}
3167
+ }
3168
+ },
2607
3169
  {
2608
3170
  "name": "markdownit",
2609
3171
  "description": "Use Markdown in your Nuxt application with the markdownit-loader",
@@ -2627,6 +3189,30 @@
2627
3189
  "requires": {}
2628
3190
  }
2629
3191
  },
3192
+ {
3193
+ "name": "marquee",
3194
+ "description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
3195
+ "repo": "hanzydev/nuxt-marquee",
3196
+ "npm": "nuxt-marquee",
3197
+ "icon": "marquee.png",
3198
+ "github": "https://github.com/hanzydev/nuxt-marquee/",
3199
+ "website": "https://hanzydev.github.io/nuxt-marquee/",
3200
+ "learn_more": "",
3201
+ "category": "UI",
3202
+ "type": "3rd-party",
3203
+ "maintainers": [
3204
+ {
3205
+ "name": "Hànzy",
3206
+ "github": "hanzydev",
3207
+ "avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
3208
+ }
3209
+ ],
3210
+ "compatibility": {
3211
+ "nuxt": "^3.0.0",
3212
+ "requires": {},
3213
+ "devtools": "^0.0.0"
3214
+ }
3215
+ },
2630
3216
  {
2631
3217
  "name": "matomo",
2632
3218
  "description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
@@ -2649,6 +3235,50 @@
2649
3235
  "requires": {}
2650
3236
  }
2651
3237
  },
3238
+ {
3239
+ "name": "maz-ui",
3240
+ "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3241
+ "repo": "louismazel/maz-ui#master/packages/nuxt-module",
3242
+ "npm": "nuxt-module",
3243
+ "icon": "maz-ui.png",
3244
+ "github": "https://github.com/louismazel/maz-ui",
3245
+ "website": "https://maz-ui.com/",
3246
+ "learn_more": "https://maz-ui.com/guide/nuxt",
3247
+ "category": "UI",
3248
+ "type": "3rd-party",
3249
+ "maintainers": [
3250
+ {
3251
+ "name": "Loïc Mazuel",
3252
+ "github": "LouisMazel"
3253
+ }
3254
+ ],
3255
+ "compatibility": {
3256
+ "nuxt": "^3.0.0",
3257
+ "requires": {}
3258
+ }
3259
+ },
3260
+ {
3261
+ "name": "mdc",
3262
+ "description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
3263
+ "repo": "nuxt-modules/mdc",
3264
+ "npm": "@nuxtjs/mdc",
3265
+ "icon": "mdc.png",
3266
+ "github": "https://github.com/nuxt-modules/mdc",
3267
+ "website": "https://github.com/nuxt-modules/mdc",
3268
+ "learn_more": "",
3269
+ "category": "Extensions",
3270
+ "type": "community",
3271
+ "maintainers": [
3272
+ {
3273
+ "name": "farnabaz",
3274
+ "github": "farnabaz"
3275
+ }
3276
+ ],
3277
+ "compatibility": {
3278
+ "nuxt": "^3.0.0",
3279
+ "requires": {}
3280
+ }
3281
+ },
2652
3282
  {
2653
3283
  "name": "mdx",
2654
3284
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -2674,7 +3304,7 @@
2674
3304
  },
2675
3305
  {
2676
3306
  "name": "medusa",
2677
- "description": "Easily connect to Medusa from your Nuxt 3 application",
3307
+ "description": "Easily connect to Medusa from your Nuxt application",
2678
3308
  "repo": "Baroshem/nuxt-medusa",
2679
3309
  "npm": "nuxt-medusa",
2680
3310
  "icon": "medusa.svg",
@@ -2699,7 +3329,7 @@
2699
3329
  },
2700
3330
  {
2701
3331
  "name": "meilisearch",
2702
- "description": "Meilisearch Instant Search module for Nuxt 3",
3332
+ "description": "Meilisearch Instant Search module for Nuxt",
2703
3333
  "repo": "xlanex6/nuxt-meilisearch",
2704
3334
  "npm": "nuxt-meilisearch",
2705
3335
  "icon": "meilisearch.svg",
@@ -2719,7 +3349,8 @@
2719
3349
  "nuxt": "^3.0.0",
2720
3350
  "requires": {
2721
3351
  "bridge": false
2722
- }
3352
+ },
3353
+ "devtools": "^0.0.0"
2723
3354
  }
2724
3355
  },
2725
3356
  {
@@ -2744,28 +3375,6 @@
2744
3375
  "requires": {}
2745
3376
  }
2746
3377
  },
2747
- {
2748
- "name": "mobile",
2749
- "description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
2750
- "repo": "ChanningDefoe/nuxt-mobile-detect",
2751
- "npm": "nuxt-mobile",
2752
- "icon": "",
2753
- "github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
2754
- "website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
2755
- "learn_more": "https://github.com/hgoebl/mobile-detect.js",
2756
- "category": "Extensions",
2757
- "type": "3rd-party",
2758
- "maintainers": [
2759
- {
2760
- "name": "ChanningDefoe",
2761
- "github": "ChanningDefoe"
2762
- }
2763
- ],
2764
- "compatibility": {
2765
- "nuxt": "^2.0.0",
2766
- "requires": {}
2767
- }
2768
- },
2769
3378
  {
2770
3379
  "name": "module-feed",
2771
3380
  "description": "Feed module enables everyone to have RSS, Atom and JSON.",
@@ -2791,7 +3400,7 @@
2791
3400
  },
2792
3401
  {
2793
3402
  "name": "moment",
2794
- "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3403
+ "description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
2795
3404
  "repo": "nuxt-community/moment-module",
2796
3405
  "npm": "@nuxtjs/moment",
2797
3406
  "icon": "momentjs.png",
@@ -2817,20 +3426,20 @@
2817
3426
  }
2818
3427
  },
2819
3428
  {
2820
- "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.",
2822
- "repo": "vanhoofmaarten/nuxt-mq",
2823
- "npm": "nuxt-mq",
3429
+ "name": "neo",
3430
+ "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
3431
+ "repo": "ezypeeze/nuxt-neo",
3432
+ "npm": "nuxt-neo",
2824
3433
  "icon": "",
2825
- "github": "https://github.com/vanhoofmaarten/nuxt-mq",
2826
- "website": "https://github.com/vanhoofmaarten/nuxt-mq",
2827
- "learn_more": "https://github.com/AlexandreBonaventure/vue-mq",
2828
- "category": "Libraries",
3434
+ "github": "https://github.com/ezypeeze/nuxt-neo",
3435
+ "website": "https://ezypeeze.github.io/nuxt-neo",
3436
+ "learn_more": "",
3437
+ "category": "Request",
2829
3438
  "type": "3rd-party",
2830
3439
  "maintainers": [
2831
3440
  {
2832
- "name": "vanhoofmaarten",
2833
- "github": "vanhoofmaarten"
3441
+ "name": "ezypeeze",
3442
+ "github": "ezypeeze"
2834
3443
  }
2835
3444
  ],
2836
3445
  "compatibility": {
@@ -2839,30 +3448,30 @@
2839
3448
  }
2840
3449
  },
2841
3450
  {
2842
- "name": "neo",
2843
- "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
2844
- "repo": "ezypeeze/nuxt-neo",
2845
- "npm": "nuxt-neo",
2846
- "icon": "",
2847
- "github": "https://github.com/ezypeeze/nuxt-neo",
2848
- "website": "https://ezypeeze.github.io/nuxt-neo",
3451
+ "name": "neo4j",
3452
+ "description": "Effortlessly integrate Neo4j's powerful graph database into your Nuxt applications!",
3453
+ "repo": "arashsheyda/nuxt-neo4j",
3454
+ "npm": "nuxt-neo4j",
3455
+ "icon": "nuxt-neo4j.png",
3456
+ "github": "https://github.com/arashsheyda/nuxt-neo4j",
3457
+ "website": "https://github.com/arashsheyda/nuxt-neo4j",
2849
3458
  "learn_more": "",
2850
- "category": "Request",
3459
+ "category": "Database",
2851
3460
  "type": "3rd-party",
2852
3461
  "maintainers": [
2853
3462
  {
2854
- "name": "ezypeeze",
2855
- "github": "ezypeeze"
3463
+ "name": "arashsheyda",
3464
+ "github": "arashsheyda"
2856
3465
  }
2857
3466
  ],
2858
3467
  "compatibility": {
2859
- "nuxt": "^2.0.0",
3468
+ "nuxt": "^3.0.0",
2860
3469
  "requires": {}
2861
3470
  }
2862
3471
  },
2863
3472
  {
2864
3473
  "name": "netlify-cache",
2865
- "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
3474
+ "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
2866
3475
  "repo": "DreaMinder/nuxt-netlify-cache",
2867
3476
  "npm": "nuxt-netlify-cache",
2868
3477
  "icon": "netlify.png",
@@ -2907,13 +3516,13 @@
2907
3516
  },
2908
3517
  {
2909
3518
  "name": "netlify",
2910
- "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
2911
- "repo": "bazzite/nuxt-netlify",
3519
+ "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3520
+ "repo": "juliomrqz/nuxt-netlify",
2912
3521
  "npm": "@aceforth/nuxt-netlify",
2913
3522
  "icon": "netlify.png",
2914
- "github": "https://github.com/bazzite/nuxt-netlify",
2915
- "website": "https://marquez.co/docs/nuxt-netlify/",
2916
- "learn_more": "",
3523
+ "github": "https://github.com/juliomrqz/nuxt-netlify",
3524
+ "website": "https://github.com/juliomrqz/nuxt-netlify",
3525
+ "learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
2917
3526
  "category": "Deployment",
2918
3527
  "type": "3rd-party",
2919
3528
  "maintainers": [
@@ -2978,42 +3587,42 @@
2978
3587
  }
2979
3588
  },
2980
3589
  {
2981
- "name": "nuxt-auth",
2982
- "description": "",
2983
- "repo": "sidebase/nuxt-auth",
2984
- "npm": "@sidebase/nuxt-auth",
3590
+ "name": "nupolyon",
3591
+ "description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
3592
+ "repo": "adenvt/nupolyon",
3593
+ "npm": "nupolyon",
2985
3594
  "icon": "",
2986
- "github": "https://github.com/sidebase/nuxt-auth",
2987
- "website": "https://github.com/sidebase/nuxt-auth",
3595
+ "github": "https://github.com/adenvt/nupolyon",
3596
+ "website": "https://github.com/adenvt/nupolyon",
2988
3597
  "learn_more": "",
2989
- "category": "Devtools",
3598
+ "category": "Performance",
2990
3599
  "type": "3rd-party",
2991
3600
  "maintainers": [
2992
3601
  {
2993
- "name": "sidebase",
2994
- "github": "sidebase"
3602
+ "name": "adenvt",
3603
+ "github": "adenvt"
2995
3604
  }
2996
3605
  ],
2997
3606
  "compatibility": {
2998
- "nuxt": "^2.0.0",
3607
+ "nuxt": "^3.0.0",
2999
3608
  "requires": {}
3000
3609
  }
3001
3610
  },
3002
3611
  {
3003
- "name": "nuxt-chatgpt",
3004
- "description": "ChatGPT integration for Nuxt 3",
3005
- "repo": "schnapsterdog/nuxt-chatgpt",
3006
- "npm": "nuxt-chatgpt",
3007
- "icon": "chatgpt.svg",
3008
- "github": "https://github.com/schnapsterdog/nuxt-chatgpt",
3009
- "website": "https://github.com/schnapsterdog/nuxt-chatgpt",
3010
- "learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
3011
- "category": "Libraries",
3612
+ "name": "nuxt-anchorscroll",
3613
+ "description": "Scroll to top and to anchor support for Nuxt",
3614
+ "repo": "helltraitor/nuxt-anchorscroll",
3615
+ "npm": "nuxt-anchorscroll",
3616
+ "icon": "",
3617
+ "github": "https://github.com/helltraitor/nuxt-anchorscroll",
3618
+ "website": "https://github.com/helltraitor/nuxt-anchorscroll",
3619
+ "learn_more": "",
3620
+ "category": "UI",
3012
3621
  "type": "3rd-party",
3013
3622
  "maintainers": [
3014
3623
  {
3015
- "name": "Oliver Trajceski",
3016
- "github": "schnapsterdog"
3624
+ "name": "Helltraitor",
3625
+ "github": "helltraitor"
3017
3626
  }
3018
3627
  ],
3019
3628
  "compatibility": {
@@ -3022,70 +3631,342 @@
3022
3631
  }
3023
3632
  },
3024
3633
  {
3025
- "name": "nuxt-graphql-middleware",
3026
- "description": "Expose GraphQL queries and mutations as server API routes.",
3027
- "repo": "dulnan/nuxt-graphql-middleware",
3028
- "npm": "nuxt-graphql-middleware",
3029
- "icon": "nuxt-graphql-middleware.svg",
3030
- "github": "https://github.com/dulnan/nuxt-graphql-middleware",
3031
- "website": "https://nuxt-graphql-middleware.dulnan.net",
3032
- "learn_more": "",
3033
- "category": "Request",
3634
+ "name": "nuxt-asciidoc",
3635
+ "description": "Transformer for using asciidoc in nuxt",
3636
+ "repo": "Chris2011/nuxt-asciidoc",
3637
+ "npm": "nuxt-asciidoc",
3638
+ "icon": "nuxt-asciidoc.svg",
3639
+ "github": "https://github.com/Chris2011/nuxt-asciidoc",
3640
+ "website": "https://github.com/Chris2011/nuxt-asciidoc",
3641
+ "learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
3642
+ "category": "Extensions",
3034
3643
  "type": "3rd-party",
3035
3644
  "maintainers": [
3036
3645
  {
3037
- "name": "dulnan",
3038
- "github": "dulnan",
3039
- "twitter": "dulnan",
3040
- "avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
3041
- },
3042
- {
3043
- "name": "ayalon",
3044
- "github": "ayalon",
3045
- "avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
3646
+ "name": "Christian Lenz",
3647
+ "github": "Chris2011",
3648
+ "twitter": "Chrizzly42"
3046
3649
  }
3047
3650
  ],
3048
3651
  "compatibility": {
3049
- "nuxt": "^2.0.0 || ^3.0.0",
3652
+ "nuxt": "^3.0.0",
3050
3653
  "requires": {}
3051
3654
  }
3052
3655
  },
3053
3656
  {
3054
- "name": "nuxt-graphql-playground",
3055
- "description": "",
3056
- "repo": "pinpon-dev/nuxt-graphql-playground",
3057
- "npm": "@pin-pon/nuxt-graphql-playground",
3058
- "icon": "",
3059
- "github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
3060
- "website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
3061
- "learn_more": "",
3062
- "category": "Devtools",
3657
+ "name": "nuxt-auth-sanctum",
3658
+ "description": "Nuxt module for Laravel Sanctum authentication",
3659
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3660
+ "npm": "nuxt-auth-sanctum",
3661
+ "icon": "laravel.svg",
3662
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3663
+ "website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
3664
+ "learn_more": "https://laravel.com/docs/10.x/sanctum",
3665
+ "category": "Security",
3063
3666
  "type": "3rd-party",
3064
3667
  "maintainers": [
3065
3668
  {
3066
- "name": "pinpon-dev",
3067
- "github": "pinpon-dev"
3669
+ "name": "Artem Manchenkov",
3670
+ "github": "manchenkoff",
3671
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
3068
3672
  }
3069
3673
  ],
3070
3674
  "compatibility": {
3071
- "nuxt": "^2.0.0",
3675
+ "nuxt": "^3.9.0",
3072
3676
  "requires": {}
3073
3677
  }
3074
3678
  },
3075
3679
  {
3076
- "name": "nuxt-hue",
3077
- "description": "Enlighten your Nuxt experience",
3078
- "repo": "lihbr/nuxt-hue",
3079
- "npm": "nuxt-hue",
3080
- "icon": "nuxt-hue.svg",
3081
- "github": "https://github.com/lihbr/nuxt-hue",
3082
- "website": "https://github.com/lihbr/nuxt-hue",
3680
+ "name": "nuxt-basic-auth",
3681
+ "description": "Nuxt Module for Basic Authentication",
3682
+ "repo": "kgierke/nuxt-basic-auth",
3683
+ "npm": "@kgierke/nuxt-basic-auth",
3684
+ "icon": "",
3685
+ "github": "https://github.com/kgierke/nuxt-basic-auth",
3686
+ "website": "https://github.com/kgierke/nuxt-basic-auth",
3083
3687
  "learn_more": "",
3084
- "category": "Devtools",
3688
+ "category": "Security",
3085
3689
  "type": "3rd-party",
3086
3690
  "maintainers": [
3087
3691
  {
3088
- "name": "lihbr",
3692
+ "name": "kgierke",
3693
+ "github": "kgierke"
3694
+ }
3695
+ ],
3696
+ "compatibility": {
3697
+ "nuxt": "^3.0.0",
3698
+ "requires": {}
3699
+ }
3700
+ },
3701
+ {
3702
+ "name": "nuxt-bezier",
3703
+ "description": "Reusable transition components",
3704
+ "repo": "50rayn/nuxt-bezier",
3705
+ "npm": "nuxt-bezier",
3706
+ "icon": "nuxt-bezier.png",
3707
+ "github": "https://github.com/50rayn/nuxt-bezier",
3708
+ "website": "https://github.com/50rayn/nuxt-bezier",
3709
+ "learn_more": "https://github.com/Noction/vue-bezier",
3710
+ "category": "UI",
3711
+ "type": "3rd-party",
3712
+ "maintainers": [
3713
+ {
3714
+ "name": "Soryn Gitlan",
3715
+ "github": "50rayn"
3716
+ }
3717
+ ],
3718
+ "compatibility": {
3719
+ "nuxt": "^3.0.0",
3720
+ "requires": {}
3721
+ }
3722
+ },
3723
+ {
3724
+ "name": "nuxt-bootstrap-icons",
3725
+ "description": "Just a simple integration for Bootstrap Icons",
3726
+ "repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
3727
+ "npm": "nuxt-bootstrap-icons",
3728
+ "icon": "bootstrap-icons.svg",
3729
+ "github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3730
+ "website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3731
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3732
+ "category": "UI",
3733
+ "type": "3rd-party",
3734
+ "maintainers": [
3735
+ {
3736
+ "name": "OyewoleOyedeji",
3737
+ "github": "OyewoleOyedeji"
3738
+ }
3739
+ ],
3740
+ "compatibility": {
3741
+ "nuxt": "^3.0.0",
3742
+ "requires": {}
3743
+ }
3744
+ },
3745
+ {
3746
+ "name": "nuxt-chatgpt",
3747
+ "description": "ChatGPT integration for Nuxt",
3748
+ "repo": "schnapsterdog/nuxt-chatgpt",
3749
+ "npm": "nuxt-chatgpt",
3750
+ "icon": "chatgpt.svg",
3751
+ "github": "https://github.com/schnapsterdog/nuxt-chatgpt",
3752
+ "website": "https://github.com/schnapsterdog/nuxt-chatgpt",
3753
+ "learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
3754
+ "category": "Libraries",
3755
+ "type": "3rd-party",
3756
+ "maintainers": [
3757
+ {
3758
+ "name": "Oliver Trajceski",
3759
+ "github": "schnapsterdog"
3760
+ }
3761
+ ],
3762
+ "compatibility": {
3763
+ "nuxt": "^3.0.0",
3764
+ "requires": {}
3765
+ }
3766
+ },
3767
+ {
3768
+ "name": "nuxt-cookie-consent",
3769
+ "description": "Nuxt module for integrating with cookie consent providers with ease",
3770
+ "repo": "weareheavy/nuxt-cookie-consent",
3771
+ "npm": "@weareheavy/nuxt-cookie-consent",
3772
+ "icon": "wah.svg",
3773
+ "github": "https://github.com/weareheavy/nuxt-cookie-consent",
3774
+ "website": "https://nuxt-cookie-consent.packages.weareheavy.com",
3775
+ "learn_more": "",
3776
+ "category": "Extensions",
3777
+ "type": "3rd-party",
3778
+ "maintainers": [
3779
+ {
3780
+ "name": "weareheavy",
3781
+ "github": "weareheavy"
3782
+ }
3783
+ ],
3784
+ "compatibility": {
3785
+ "nuxt": "^3.0.0",
3786
+ "requires": {}
3787
+ }
3788
+ },
3789
+ {
3790
+ "name": "nuxt-facebook-chat",
3791
+ "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
3792
+ "repo": "superdev-tech/nuxt-facebook-chat",
3793
+ "npm": "nuxt-facebook-chat",
3794
+ "icon": "nuxt-facebook-chat.svg",
3795
+ "github": "https://github.com/superdev-tech/nuxt-facebook-chat",
3796
+ "website": "https://github.com/superdev-tech/nuxt-facebook-chat",
3797
+ "learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
3798
+ "category": "Libraries",
3799
+ "type": "3rd-party",
3800
+ "maintainers": [
3801
+ {
3802
+ "name": "Supanut Dokmaithong",
3803
+ "github": "Boomgeek"
3804
+ },
3805
+ {
3806
+ "name": "superdev-tech",
3807
+ "github": "superdev-tech"
3808
+ }
3809
+ ],
3810
+ "compatibility": {
3811
+ "nuxt": "^3.0.0",
3812
+ "requires": {}
3813
+ }
3814
+ },
3815
+ {
3816
+ "name": "nuxt-feather-icons",
3817
+ "description": "The Feather Icons in Nuxt 3.",
3818
+ "repo": "4sllan/nuxt-feather-icons",
3819
+ "npm": "nuxt-feather-icons",
3820
+ "icon": "nuxt-feather-icons.png",
3821
+ "github": "https://github.com/4sllan/nuxt-feather-icons",
3822
+ "website": "https://github.com/4sllan/nuxt-feather-icons",
3823
+ "learn_more": "https://github.com/4sllan/nuxt-feather-icons",
3824
+ "category": "UI",
3825
+ "type": "3rd-party",
3826
+ "maintainers": [
3827
+ {
3828
+ "name": "4sllan",
3829
+ "github": "4sllan"
3830
+ }
3831
+ ],
3832
+ "compatibility": {
3833
+ "nuxt": "^3.0.0",
3834
+ "requires": {}
3835
+ }
3836
+ },
3837
+ {
3838
+ "name": "nuxt-feedme",
3839
+ "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
3840
+ "repo": "helltraitor/nuxt-feedme",
3841
+ "npm": "nuxt-feedme",
3842
+ "icon": "",
3843
+ "github": "https://github.com/helltraitor/nuxt-feedme",
3844
+ "website": "https://github.com/helltraitor/nuxt-feedme",
3845
+ "learn_more": "",
3846
+ "category": "SEO",
3847
+ "type": "3rd-party",
3848
+ "maintainers": [
3849
+ {
3850
+ "name": "Helltraitor",
3851
+ "github": "helltraitor"
3852
+ }
3853
+ ],
3854
+ "compatibility": {
3855
+ "nuxt": "^3.0.0",
3856
+ "requires": {}
3857
+ }
3858
+ },
3859
+ {
3860
+ "name": "nuxt-fontawesome",
3861
+ "description": "Module to use Font Awesome 6 icons in your Nuxt project",
3862
+ "repo": "bezumkin/nuxt-fontawesome",
3863
+ "npm": "@vesp/nuxt-fontawesome",
3864
+ "icon": "nuxt-fontawesome.svg",
3865
+ "github": "https://github.com/bezumkin/nuxt-fontawesome",
3866
+ "website": "https://github.com/bezumkin/nuxt-fontawesome",
3867
+ "learn_more": "https://fontawesome.com",
3868
+ "category": "UI",
3869
+ "type": "3rd-party",
3870
+ "maintainers": [
3871
+ {
3872
+ "name": "Vasily Naumkin",
3873
+ "github": "bezumkin",
3874
+ "avatar": "https://avatars.githubusercontent.com/u/1257284"
3875
+ }
3876
+ ],
3877
+ "compatibility": {
3878
+ "nuxt": "^3.0.0",
3879
+ "requires": {}
3880
+ }
3881
+ },
3882
+ {
3883
+ "name": "nuxt-graphql-middleware",
3884
+ "description": "Expose GraphQL queries and mutations as server API routes.",
3885
+ "repo": "dulnan/nuxt-graphql-middleware",
3886
+ "npm": "nuxt-graphql-middleware",
3887
+ "icon": "nuxt-graphql-middleware.svg",
3888
+ "github": "https://github.com/dulnan/nuxt-graphql-middleware",
3889
+ "website": "https://github.com/dulnan/nuxt-graphql-middleware",
3890
+ "learn_more": "",
3891
+ "category": "Request",
3892
+ "type": "3rd-party",
3893
+ "maintainers": [
3894
+ {
3895
+ "name": "dulnan",
3896
+ "github": "dulnan",
3897
+ "twitter": "dulnan",
3898
+ "avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
3899
+ },
3900
+ {
3901
+ "name": "ayalon",
3902
+ "github": "ayalon",
3903
+ "avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
3904
+ }
3905
+ ],
3906
+ "compatibility": {
3907
+ "nuxt": "^2.0.0 || ^3.0.0",
3908
+ "requires": {}
3909
+ }
3910
+ },
3911
+ {
3912
+ "name": "nuxt-graphql-playground",
3913
+ "description": "",
3914
+ "repo": "pinpon-dev/nuxt-graphql-playground",
3915
+ "npm": "@pin-pon/nuxt-graphql-playground",
3916
+ "icon": "",
3917
+ "github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
3918
+ "website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
3919
+ "learn_more": "",
3920
+ "category": "Devtools",
3921
+ "type": "3rd-party",
3922
+ "maintainers": [
3923
+ {
3924
+ "name": "pinpon-dev",
3925
+ "github": "pinpon-dev"
3926
+ }
3927
+ ],
3928
+ "compatibility": {
3929
+ "nuxt": "^2.0.0",
3930
+ "requires": {}
3931
+ }
3932
+ },
3933
+ {
3934
+ "name": "nuxt-gtm",
3935
+ "description": "A Nuxt module for Google Tag Manager",
3936
+ "repo": "zadigetvoltaire/nuxt-gtm",
3937
+ "npm": "@zadigetvoltaire/nuxt-gtm",
3938
+ "icon": "nuxt-gtm.svg",
3939
+ "github": "https://github.com/zadigetvoltaire/nuxt-gtm",
3940
+ "website": "https://github.com/zadigetvoltaire/nuxt-gtm",
3941
+ "learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
3942
+ "category": "Analytics",
3943
+ "type": "3rd-party",
3944
+ "maintainers": [
3945
+ {
3946
+ "name": "Zadig&Voltaire Team",
3947
+ "github": "zadigetvoltaire"
3948
+ }
3949
+ ],
3950
+ "compatibility": {
3951
+ "nuxt": "^3.0.0",
3952
+ "requires": {},
3953
+ "devtools": "^0.0.0"
3954
+ }
3955
+ },
3956
+ {
3957
+ "name": "nuxt-hue",
3958
+ "description": "Enlighten your Nuxt experience",
3959
+ "repo": "lihbr/nuxt-hue",
3960
+ "npm": "nuxt-hue",
3961
+ "icon": "nuxt-hue.svg",
3962
+ "github": "https://github.com/lihbr/nuxt-hue",
3963
+ "website": "https://github.com/lihbr/nuxt-hue",
3964
+ "learn_more": "",
3965
+ "category": "Devtools",
3966
+ "type": "3rd-party",
3967
+ "maintainers": [
3968
+ {
3969
+ "name": "lihbr",
3089
3970
  "github": "lihbr"
3090
3971
  }
3091
3972
  ],
@@ -3096,6 +3977,50 @@
3096
3977
  }
3097
3978
  }
3098
3979
  },
3980
+ {
3981
+ "name": "nuxt-interpolation",
3982
+ "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
3983
+ "repo": "daliborgogic/nuxt-interpolation#master",
3984
+ "npm": "nuxt-interpolation",
3985
+ "icon": "",
3986
+ "github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3987
+ "website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3988
+ "learn_more": "",
3989
+ "category": "Devtools",
3990
+ "type": "3rd-party",
3991
+ "maintainers": [
3992
+ {
3993
+ "name": "daliborgogic",
3994
+ "github": "daliborgogic"
3995
+ }
3996
+ ],
3997
+ "compatibility": {
3998
+ "nuxt": "^2.0.0",
3999
+ "requires": {}
4000
+ }
4001
+ },
4002
+ {
4003
+ "name": "nuxt-jsonld",
4004
+ "description": "Manage JSON-LD in Vue component.",
4005
+ "repo": "ymmooot/nuxt-jsonld",
4006
+ "npm": "nuxt-jsonld",
4007
+ "icon": "",
4008
+ "github": "https://github.com/ymmooot/nuxt-jsonld",
4009
+ "website": "https://github.com/ymmooot/nuxt-jsonld",
4010
+ "learn_more": "",
4011
+ "category": "SEO",
4012
+ "type": "3rd-party",
4013
+ "maintainers": [
4014
+ {
4015
+ "name": "ymmooot",
4016
+ "github": "ymmooot"
4017
+ }
4018
+ ],
4019
+ "compatibility": {
4020
+ "nuxt": "^3.0.0",
4021
+ "requires": {}
4022
+ }
4023
+ },
3099
4024
  {
3100
4025
  "name": "nuxt-localtunnel",
3101
4026
  "description": "Exposes your Nuxt localhost to the world automatically.",
@@ -3103,8 +4028,8 @@
3103
4028
  "npm": "@nuxtus/nuxt-localtunnel",
3104
4029
  "icon": "nuxt-localtunnel.svg",
3105
4030
  "github": "https://github.com/nuxtus/localtunnel",
3106
- "website": "https://nuxtus.com",
3107
- "learn_more": "https://docs.nuxtus.com/#/localtunnel",
4031
+ "website": "https://docs.nuxtus.com",
4032
+ "learn_more": "https://docs.nuxtus.com/localtunnel.html",
3108
4033
  "category": "Devtools",
3109
4034
  "type": "3rd-party",
3110
4035
  "maintainers": [
@@ -3121,7 +4046,7 @@
3121
4046
  },
3122
4047
  {
3123
4048
  "name": "nuxt-loco",
3124
- "description": "A localise.biz module to synth locale with Nuxt.js",
4049
+ "description": "A localise.biz module to synth locale with Nuxt",
3125
4050
  "repo": "gaetansenn/nuxt-loco",
3126
4051
  "npm": "nuxt-loco",
3127
4052
  "icon": "",
@@ -3142,6 +4067,28 @@
3142
4067
  "requires": {}
3143
4068
  }
3144
4069
  },
4070
+ {
4071
+ "name": "nuxt-mail",
4072
+ "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
4073
+ "repo": "dword-design/nuxt-mail",
4074
+ "npm": "nuxt-mail",
4075
+ "icon": "",
4076
+ "github": "https://github.com/dword-design/nuxt-mail",
4077
+ "website": "https://github.com/dword-design/nuxt-mail",
4078
+ "learn_more": "",
4079
+ "category": "Extensions",
4080
+ "type": "3rd-party",
4081
+ "maintainers": [
4082
+ {
4083
+ "name": "Sebastian Landwehr",
4084
+ "github": "dword-design"
4085
+ }
4086
+ ],
4087
+ "compatibility": {
4088
+ "nuxt": "^2.0.0 || ^3.0.0",
4089
+ "requires": {}
4090
+ }
4091
+ },
3145
4092
  {
3146
4093
  "name": "nuxt-mapbox",
3147
4094
  "description": "Elegant Mapbox integration with Nuxt",
@@ -3164,6 +4111,28 @@
3164
4111
  "requires": {}
3165
4112
  }
3166
4113
  },
4114
+ {
4115
+ "name": "nuxt-mdi",
4116
+ "description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
4117
+ "repo": "ERPedersen/nuxt-mdi",
4118
+ "npm": "nuxt-mdi",
4119
+ "icon": "mdi.png",
4120
+ "github": "https://github.com/ERPedersen/nuxt-mdi",
4121
+ "website": "https://nuxt-mdi.emilrosenius.com",
4122
+ "learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
4123
+ "category": "Libraries",
4124
+ "type": "3rd-party",
4125
+ "maintainers": [
4126
+ {
4127
+ "name": "Emil Rosenius",
4128
+ "github": "ERPedersen"
4129
+ }
4130
+ ],
4131
+ "compatibility": {
4132
+ "nuxt": "^3.0.0",
4133
+ "requires": {}
4134
+ }
4135
+ },
3167
4136
  {
3168
4137
  "name": "nuxt-monaco-editor",
3169
4138
  "description": "Integrate monaco-editor with Nuxt",
@@ -3177,8 +4146,126 @@
3177
4146
  "type": "3rd-party",
3178
4147
  "maintainers": [
3179
4148
  {
3180
- "name": "e-chan1007",
3181
- "github": "e-chan1007"
4149
+ "name": "e-chan1007",
4150
+ "github": "e-chan1007"
4151
+ }
4152
+ ],
4153
+ "compatibility": {
4154
+ "nuxt": "^3.0.0",
4155
+ "requires": {}
4156
+ }
4157
+ },
4158
+ {
4159
+ "name": "nuxt-mongoose",
4160
+ "description": "A Nuxt module for simplifying the use of Mongoose in your project.",
4161
+ "repo": "arashsheyda/nuxt-mongoose",
4162
+ "npm": "nuxt-mongoose",
4163
+ "icon": "nuxt-mongoose.svg",
4164
+ "github": "https://github.com/arashsheyda/nuxt-mongoose",
4165
+ "website": "https://nuxt-mongoose.nuxt.space",
4166
+ "learn_more": "",
4167
+ "category": "Database",
4168
+ "type": "3rd-party",
4169
+ "maintainers": [
4170
+ {
4171
+ "name": "arashsheyda",
4172
+ "github": "arashsheyda"
4173
+ }
4174
+ ],
4175
+ "compatibility": {
4176
+ "nuxt": "^3.0.0",
4177
+ "requires": {},
4178
+ "devtools": "^0.0.0"
4179
+ }
4180
+ },
4181
+ {
4182
+ "name": "nuxt-oidc-auth",
4183
+ "description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
4184
+ "repo": "itpropro/nuxt-oidc-auth",
4185
+ "npm": "nuxt-oidc-auth",
4186
+ "icon": "",
4187
+ "github": "https://github.com/itpropro/nuxt-oidc-auth",
4188
+ "website": "https://github.com/itpropro/nuxt-oidc-auth",
4189
+ "learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
4190
+ "category": "Security",
4191
+ "type": "3rd-party",
4192
+ "maintainers": [
4193
+ {
4194
+ "name": "Jan-Henrik Damaschke",
4195
+ "github": "itpropro",
4196
+ "twitter": "jandamaschke"
4197
+ }
4198
+ ],
4199
+ "compatibility": {
4200
+ "nuxt": "^3.0.0",
4201
+ "requires": {}
4202
+ }
4203
+ },
4204
+ {
4205
+ "name": "nuxt-openapi-docs-module",
4206
+ "description": "Generate pages from OpenAPI specifications",
4207
+ "repo": "on-org/nuxt-openapi-docs-module",
4208
+ "npm": "nuxt-openapi-docs-module",
4209
+ "icon": "nuxt-openapi-docs-module.png",
4210
+ "github": "https://github.com/on-org/nuxt-openapi-docs-module",
4211
+ "website": "https://github.com/on-org/nuxt-openapi-docs-module",
4212
+ "learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
4213
+ "category": "Libraries",
4214
+ "type": "3rd-party",
4215
+ "maintainers": [
4216
+ {
4217
+ "name": "Pavel Kuzmin",
4218
+ "github": "s00d"
4219
+ }
4220
+ ],
4221
+ "compatibility": {
4222
+ "nuxt": "^3.0.0",
4223
+ "requires": {}
4224
+ }
4225
+ },
4226
+ {
4227
+ "name": "nuxt-openid-connect",
4228
+ "description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
4229
+ "repo": "aborn/nuxt-openid-connect",
4230
+ "npm": "nuxt-openid-connect",
4231
+ "icon": "",
4232
+ "github": "https://github.com/aborn/nuxt-openid-connect",
4233
+ "website": "https://github.com/aborn/nuxt-openid-connect",
4234
+ "learn_more": "",
4235
+ "category": "Security",
4236
+ "type": "3rd-party",
4237
+ "maintainers": [
4238
+ {
4239
+ "name": "Aborn Jiang",
4240
+ "github": "aborn"
4241
+ },
4242
+ {
4243
+ "name": "Khaled Almana",
4244
+ "github": "KhaledAlMana"
4245
+ }
4246
+ ],
4247
+ "compatibility": {
4248
+ "nuxt": "^3.0.0",
4249
+ "requires": {},
4250
+ "devtools": "^0.0.0"
4251
+ }
4252
+ },
4253
+ {
4254
+ "name": "nuxt-payload-analyzer",
4255
+ "description": "Analyze Nuxt Payload Size",
4256
+ "repo": "barbapapazes/nuxt-payload-analyzer",
4257
+ "npm": "nuxt-payload-analyzer",
4258
+ "icon": "",
4259
+ "github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
4260
+ "website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
4261
+ "learn_more": "",
4262
+ "category": "Performance",
4263
+ "type": "3rd-party",
4264
+ "maintainers": [
4265
+ {
4266
+ "name": "Barbapapazes",
4267
+ "github": "Barbapapazes",
4268
+ "twitter": "soubiran_"
3182
4269
  }
3183
4270
  ],
3184
4271
  "compatibility": {
@@ -3209,6 +4296,28 @@
3209
4296
  "requires": {}
3210
4297
  }
3211
4298
  },
4299
+ {
4300
+ "name": "nuxt-phosphor-icons",
4301
+ "description": "Just a simple integration for @phosphor-icons in Nuxt",
4302
+ "repo": "OyewoleOyedeji/nuxt-phosphor-icons",
4303
+ "npm": "nuxt-phosphor-icons",
4304
+ "icon": "phosphor-icons.svg",
4305
+ "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4306
+ "website": "https://nuxt-phosphor-icons.vercel.app",
4307
+ "learn_more": "https://nuxt-phosphor-icons.vercel.app",
4308
+ "category": "UI",
4309
+ "type": "3rd-party",
4310
+ "maintainers": [
4311
+ {
4312
+ "name": "OyewoleOyedeji",
4313
+ "github": "OyewoleOyedeji"
4314
+ }
4315
+ ],
4316
+ "compatibility": {
4317
+ "nuxt": "^3.0.0",
4318
+ "requires": {}
4319
+ }
4320
+ },
3212
4321
  {
3213
4322
  "name": "nuxt-pino-log",
3214
4323
  "description": "Structured logs for nuxt apps using pino",
@@ -3232,20 +4341,24 @@
3232
4341
  }
3233
4342
  },
3234
4343
  {
3235
- "name": "plausible",
3236
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
3237
- "repo": "nuxt-modules/plausible",
3238
- "npm": "@nuxtjs/plausible",
3239
- "icon": "plausible.png",
3240
- "github": "https://github.com/nuxt-modules/plausible",
3241
- "website": "https://github.com/nuxt-modules/plausible",
3242
- "learn_more": "https://plausible.io/",
3243
- "category": "Analytics",
3244
- "type": "community",
4344
+ "name": "nuxt-plotly",
4345
+ "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
4346
+ "repo": "superdev-tech/nuxt-plotly",
4347
+ "npm": "nuxt-plotly",
4348
+ "icon": "nuxt-plotly.svg",
4349
+ "github": "https://github.com/superdev-tech/nuxt-plotly",
4350
+ "website": "https://github.com/superdev-tech/nuxt-plotly",
4351
+ "learn_more": "https://www.npmjs.com/package/nuxt-plotly",
4352
+ "category": "Libraries",
4353
+ "type": "3rd-party",
3245
4354
  "maintainers": [
3246
4355
  {
3247
- "name": "Johann Schopplich",
3248
- "github": "johannschopplich"
4356
+ "name": "Supanut Dokmaithong",
4357
+ "github": "Boomgeek"
4358
+ },
4359
+ {
4360
+ "name": "superdev-tech",
4361
+ "github": "superdev-tech"
3249
4362
  }
3250
4363
  ],
3251
4364
  "compatibility": {
@@ -3255,7 +4368,7 @@
3255
4368
  },
3256
4369
  {
3257
4370
  "name": "nuxt-png-to-ico",
3258
- "description": "Nuxt.js module for auto generating favicons",
4371
+ "description": "Nuxt module for auto generating favicons",
3259
4372
  "repo": "b5710546232/nuxt-png-to-ico",
3260
4373
  "npm": "nuxt-png-to-ico",
3261
4374
  "icon": "",
@@ -3276,9 +4389,31 @@
3276
4389
  "requires": {}
3277
4390
  }
3278
4391
  },
4392
+ {
4393
+ "name": "nuxt-posthog",
4394
+ "description": "Integrate PostHog into your application with minimal configuration",
4395
+ "repo": "mitjans/nuxt-posthog",
4396
+ "npm": "nuxt-posthog",
4397
+ "icon": "posthog.svg",
4398
+ "github": "https://github.com/mitjans/nuxt-posthog",
4399
+ "website": "https://nuxt-posthog.cmitjans.dev",
4400
+ "learn_more": "https://posthog.com",
4401
+ "category": "Analytics",
4402
+ "type": "3rd-party",
4403
+ "maintainers": [
4404
+ {
4405
+ "name": "Carles Mitjans",
4406
+ "github": "mitjans"
4407
+ }
4408
+ ],
4409
+ "compatibility": {
4410
+ "nuxt": "^3.0.0",
4411
+ "requires": {}
4412
+ }
4413
+ },
3279
4414
  {
3280
4415
  "name": "nuxt-smartlook",
3281
- "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
4416
+ "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
3282
4417
  "repo": "f00b4r/nuxt-smartlook",
3283
4418
  "npm": "nuxt-smartlook",
3284
4419
  "icon": "nuxt-smartlook.png",
@@ -3300,6 +4435,28 @@
3300
4435
  "requires": {}
3301
4436
  }
3302
4437
  },
4438
+ {
4439
+ "name": "nuxt-social-share",
4440
+ "description": "Simple Social Sharing for Nuxt",
4441
+ "repo": "stefanobartoletti/nuxt-social-share",
4442
+ "npm": "@stefanobartoletti/nuxt-social-share",
4443
+ "icon": "nuxt-social-share.png",
4444
+ "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4445
+ "website": "https://github.com/stefanobartoletti/nuxt-social-share",
4446
+ "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4447
+ "category": "Extensions",
4448
+ "type": "3rd-party",
4449
+ "maintainers": [
4450
+ {
4451
+ "name": "stefanobartoletti",
4452
+ "github": "stefanobartoletti"
4453
+ }
4454
+ ],
4455
+ "compatibility": {
4456
+ "nuxt": "^3.0.0",
4457
+ "requires": {}
4458
+ }
4459
+ },
3303
4460
  {
3304
4461
  "name": "ssr-lit",
3305
4462
  "description": "Server-Side Rendering for Lit Element components",
@@ -3330,10 +4487,10 @@
3330
4487
  },
3331
4488
  {
3332
4489
  "name": "nuxt-storm",
3333
- "description": "WebStorm & PHPStorm support for NuxtJS components",
4490
+ "description": "WebStorm & PHPStorm support for Nuxt components",
3334
4491
  "repo": "fumeapp/nuxt-storm",
3335
4492
  "npm": "nuxt-storm",
3336
- "icon": "nuxt-storm.png",
4493
+ "icon": "",
3337
4494
  "github": "https://github.com/fumeapp/nuxt-storm",
3338
4495
  "website": "https://github.com/fumeapp/nuxt-storm",
3339
4496
  "learn_more": "https://github.com/fumeapp/nuxt-storm",
@@ -3350,6 +4507,30 @@
3350
4507
  "requires": {}
3351
4508
  }
3352
4509
  },
4510
+ {
4511
+ "name": "nuxt-svgo-loader",
4512
+ "description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
4513
+ "repo": "Mini-ghost/nuxt-svgo-loader",
4514
+ "npm": "nuxt-svgo-loader",
4515
+ "icon": "",
4516
+ "github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4517
+ "website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4518
+ "learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4519
+ "category": "Images",
4520
+ "type": "3rd-party",
4521
+ "maintainers": [
4522
+ {
4523
+ "name": "Alex Liu",
4524
+ "github": "Mini-ghost",
4525
+ "twitter": "Minighost_Alex"
4526
+ }
4527
+ ],
4528
+ "compatibility": {
4529
+ "nuxt": "^3.0.0",
4530
+ "requires": {},
4531
+ "devtools": "^0.0.0"
4532
+ }
4533
+ },
3353
4534
  {
3354
4535
  "name": "nuxt-svgo",
3355
4536
  "description": "Nuxt module to load optimized SVG files as Vue components",
@@ -3374,7 +4555,7 @@
3374
4555
  },
3375
4556
  {
3376
4557
  "name": "nuxt-unleash",
3377
- "description": "Nuxt.js module to use Unleash toggle feature services",
4558
+ "description": "Nuxt module to use Unleash toggle feature services",
3378
4559
  "repo": "conejerock/nuxt-unleash",
3379
4560
  "npm": "nuxt-unleash",
3380
4561
  "icon": "nuxt-unleash.svg",
@@ -3394,28 +4575,6 @@
3394
4575
  "requires": {}
3395
4576
  }
3396
4577
  },
3397
- {
3398
- "name": "nuxt-use-motion",
3399
- "description": "A Nuxt module putting your components in motion",
3400
- "repo": "Tahul/nuxt-use-motion",
3401
- "npm": "nuxt-use-motion",
3402
- "icon": "nuxt-use-motion.svg",
3403
- "github": "https://github.com/Tahul/nuxt-use-motion",
3404
- "website": "https://github.com/Tahul/nuxt-use-motion",
3405
- "learn_more": "https://github.com/vueuse/motion",
3406
- "category": "Libraries",
3407
- "type": "3rd-party",
3408
- "maintainers": [
3409
- {
3410
- "name": "Tahul",
3411
- "github": "Tahul"
3412
- }
3413
- ],
3414
- "compatibility": {
3415
- "nuxt": "^2.0.0",
3416
- "requires": {}
3417
- }
3418
- },
3419
4578
  {
3420
4579
  "name": "nuxt-use-sound",
3421
4580
  "description": "A Nuxt module for playing sound effects.",
@@ -3465,12 +4624,12 @@
3465
4624
  {
3466
4625
  "name": "nuxt-vue3-google-signin",
3467
4626
  "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
3468
- "repo": "syetalabs/nuxt-vue3-google-signin",
4627
+ "repo": "wavezync/nuxt-vue3-google-signin",
3469
4628
  "npm": "nuxt-vue3-google-signin",
3470
4629
  "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",
4630
+ "github": "https://github.com/wavezync/nuxt-vue3-google-signin",
4631
+ "website": "https://vue3-google-signin.wavezync.com",
4632
+ "learn_more": "https://vue3-google-signin.wavezync.com",
3474
4633
  "category": "Libraries",
3475
4634
  "type": "3rd-party",
3476
4635
  "maintainers": [
@@ -3485,20 +4644,64 @@
3485
4644
  }
3486
4645
  },
3487
4646
  {
3488
- "name": "nuxt-vuetify",
3489
- "description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
3490
- "repo": "invictus-codes/nuxt-vuetify",
3491
- "npm": "@invictus.codes/nuxt-vuetify",
3492
- "icon": "vuetify-logo-v3-dark.svg",
3493
- "github": "https://github.com/invictus-codes/nuxt-vuetify",
3494
- "website": "https://invictus-codes.github.io/nuxt-vuetify/",
3495
- "learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
3496
- "category": "UI",
4647
+ "name": "nuxt-zod-i18n",
4648
+ "description": "A Nuxt Module for localizing zod error messages.",
4649
+ "repo": "xibman/nuxt-zod-i18n",
4650
+ "npm": "nuxt-zod-i18n",
4651
+ "icon": "nuxt-zod-i18n.svg",
4652
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
4653
+ "website": "https://xibman-nuxt-zod-i18n.nuxt.space",
4654
+ "learn_more": "",
4655
+ "category": "Libraries",
4656
+ "type": "3rd-party",
4657
+ "maintainers": [
4658
+ {
4659
+ "name": "xibman",
4660
+ "github": "xibman"
4661
+ }
4662
+ ],
4663
+ "compatibility": {
4664
+ "nuxt": "^3.0.0",
4665
+ "requires": {}
4666
+ }
4667
+ },
4668
+ {
4669
+ "name": "nuxt3-interpolation",
4670
+ "description": "",
4671
+ "repo": "daliborgogic/interpolation",
4672
+ "npm": "nuxt3-interpolation",
4673
+ "icon": "",
4674
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
4675
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
4676
+ "learn_more": "",
4677
+ "category": "Devtools",
4678
+ "type": "3rd-party",
4679
+ "maintainers": [
4680
+ {
4681
+ "name": "daliborgogic",
4682
+ "github": "daliborgogic"
4683
+ }
4684
+ ],
4685
+ "compatibility": {
4686
+ "nuxt": "^3.0.0",
4687
+ "requires": {}
4688
+ }
4689
+ },
4690
+ {
4691
+ "name": "nuxt3-leaflet",
4692
+ "description": "Leaflet integration with Nuxt",
4693
+ "repo": "Gugustinette/Nuxt-Leaflet",
4694
+ "npm": "nuxt3-leaflet",
4695
+ "icon": "leaflet.png",
4696
+ "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4697
+ "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
4698
+ "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
4699
+ "category": "Libraries",
3497
4700
  "type": "3rd-party",
3498
4701
  "maintainers": [
3499
4702
  {
3500
- "name": "Jens van Hellemondt",
3501
- "github": "invictus-codes"
4703
+ "name": "Augustin MERCIER",
4704
+ "github": "Gugustinette"
3502
4705
  }
3503
4706
  ],
3504
4707
  "compatibility": {
@@ -3508,7 +4711,7 @@
3508
4711
  },
3509
4712
  {
3510
4713
  "name": "nuxt7",
3511
- "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
4714
+ "description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
3512
4715
  "repo": "nuxt-community/nuxt7",
3513
4716
  "npm": "nuxt7",
3514
4717
  "icon": "",
@@ -3531,15 +4734,15 @@
3531
4734
  },
3532
4735
  {
3533
4736
  "name": "og-image",
3534
- "description": "Easily generate dynamic social share images.",
3535
- "repo": "harlan-zw/nuxt-og-image",
4737
+ "description": "Enlightened runtime images generated with Vue templates.",
4738
+ "repo": "nuxt-modules/og-image",
3536
4739
  "npm": "nuxt-og-image",
3537
- "icon": "",
3538
- "github": "https://github.com/harlan-zw/nuxt-og-image",
3539
- "website": "https://github.com/harlan-zw/nuxt-og-image",
3540
- "learn_more": "",
4740
+ "icon": "og-image.svg",
4741
+ "github": "https://github.com/nuxt-modules/og-image",
4742
+ "website": "https://nuxtseo.com/og-image",
4743
+ "learn_more": "https://nuxtseo.com/og-image",
3541
4744
  "category": "SEO",
3542
- "type": "3rd-party",
4745
+ "type": "community",
3543
4746
  "maintainers": [
3544
4747
  {
3545
4748
  "name": "Harlan Wilton",
@@ -3550,7 +4753,8 @@
3550
4753
  ],
3551
4754
  "compatibility": {
3552
4755
  "nuxt": "^3.0.0",
3553
- "requires": {}
4756
+ "requires": {},
4757
+ "devtools": "^0.0.0"
3554
4758
  }
3555
4759
  },
3556
4760
  {
@@ -3578,13 +4782,13 @@
3578
4782
  },
3579
4783
  {
3580
4784
  "name": "optimized-images",
3581
- "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
4785
+ "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
3582
4786
  "repo": "juliomrqz/nuxt-optimized-images",
3583
4787
  "npm": "@aceforth/nuxt-optimized-images",
3584
4788
  "icon": "",
3585
4789
  "github": "https://github.com/juliomrqz/nuxt-optimized-images",
3586
- "website": "https://marquez.co/docs/nuxt-optimized-images/",
3587
- "learn_more": "",
4790
+ "website": "https://github.com/juliomrqz/nuxt-optimized-images",
4791
+ "learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
3588
4792
  "category": "Images",
3589
4793
  "type": "3rd-party",
3590
4794
  "maintainers": [
@@ -3623,7 +4827,7 @@
3623
4827
  },
3624
4828
  {
3625
4829
  "name": "parse",
3626
- "description": "Parse package for Nuxt.js",
4830
+ "description": "Parse package for Nuxt",
3627
4831
  "repo": "cierrateam/nuxt-parse",
3628
4832
  "npm": "nuxt-parse",
3629
4833
  "icon": "",
@@ -3643,6 +4847,29 @@
3643
4847
  "requires": {}
3644
4848
  }
3645
4849
  },
4850
+ {
4851
+ "name": "particles",
4852
+ "description": "Easily add particle animations to your Nuxt projects using tsParticles",
4853
+ "repo": "Joepocalyptic/nuxt-particles",
4854
+ "npm": "nuxt-particles",
4855
+ "icon": "",
4856
+ "github": "https://github.com/Joepocalyptic/nuxt-particles",
4857
+ "website": "https://nuxt-particles.joeypereira.dev",
4858
+ "learn_more": "https://particles.js.org/",
4859
+ "category": "Libraries",
4860
+ "type": "3rd-party",
4861
+ "maintainers": [
4862
+ {
4863
+ "name": "Joey Pereira",
4864
+ "github": "Joepocalyptic",
4865
+ "avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
4866
+ }
4867
+ ],
4868
+ "compatibility": {
4869
+ "nuxt": "^3.0.0",
4870
+ "requires": {}
4871
+ }
4872
+ },
3646
4873
  {
3647
4874
  "name": "partytown",
3648
4875
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
@@ -3668,6 +4895,74 @@
3668
4895
  }
3669
4896
  }
3670
4897
  },
4898
+ {
4899
+ "name": "paypal",
4900
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
4901
+ "repo": "arashsheyda/nuxt-paypal",
4902
+ "npm": "nuxt-paypal",
4903
+ "icon": "paypal.svg",
4904
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
4905
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
4906
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
4907
+ "category": "Payment",
4908
+ "type": "3rd-party",
4909
+ "maintainers": [
4910
+ {
4911
+ "name": "Arash Sheyda",
4912
+ "github": "arashsheyda"
4913
+ }
4914
+ ],
4915
+ "compatibility": {
4916
+ "nuxt": "^3.0.0",
4917
+ "requires": {}
4918
+ }
4919
+ },
4920
+ {
4921
+ "name": "pdfeasy",
4922
+ "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
4923
+ "repo": "betterwrite/pdfeasy#main/packages/nuxt",
4924
+ "npm": "nuxt-pdfeasy",
4925
+ "icon": "pdfeasy.png",
4926
+ "github": "https://github.com/betterwrite/pdfeasy",
4927
+ "website": "https://github.com/betterwrite/pdfeasy",
4928
+ "learn_more": "https://github.com/betterwrite/pdfeasy",
4929
+ "category": "Extensions",
4930
+ "type": "3rd-party",
4931
+ "maintainers": [
4932
+ {
4933
+ "name": "Giovane Cardoso",
4934
+ "github": "novout",
4935
+ "twitter": "novoutttttt",
4936
+ "avatar": "https://avatars.githubusercontent.com/novout?v=4"
4937
+ }
4938
+ ],
4939
+ "compatibility": {
4940
+ "nuxt": "^3.0.0",
4941
+ "requires": {}
4942
+ }
4943
+ },
4944
+ {
4945
+ "name": "pergel",
4946
+ "description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
4947
+ "repo": "oku-ui/pergel#main/packages-core/pergel",
4948
+ "npm": "pergel",
4949
+ "icon": "pergel.svg",
4950
+ "github": "https://github.com/oku-ui/pergel",
4951
+ "website": "https://oku-ui.com/pergel",
4952
+ "learn_more": "",
4953
+ "category": "Devtools",
4954
+ "type": "3rd-party",
4955
+ "maintainers": [
4956
+ {
4957
+ "name": "Mehmet - productdevbook",
4958
+ "github": "productdevbook"
4959
+ }
4960
+ ],
4961
+ "compatibility": {
4962
+ "nuxt": "^3.10.0",
4963
+ "requires": {}
4964
+ }
4965
+ },
3671
4966
  {
3672
4967
  "name": "persian-datepicker",
3673
4968
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
@@ -3694,7 +4989,7 @@
3694
4989
  {
3695
4990
  "name": "pinia-orm",
3696
4991
  "description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
3697
- "repo": "CodeDredd/pinia-orm#master/packages/nuxt",
4992
+ "repo": "CodeDredd/pinia-orm#main/packages/nuxt",
3698
4993
  "npm": "@pinia-orm/nuxt",
3699
4994
  "icon": "pinia-orm.svg",
3700
4995
  "github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
@@ -3765,10 +5060,10 @@
3765
5060
  },
3766
5061
  {
3767
5062
  "name": "plausible",
3768
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
5063
+ "description": "Nuxt module to natively integrate Plausible analytics",
3769
5064
  "repo": "nuxt-modules/plausible",
3770
5065
  "npm": "@nuxtjs/plausible",
3771
- "icon": "",
5066
+ "icon": "plausible.svg",
3772
5067
  "github": "https://github.com/nuxt-modules/plausible",
3773
5068
  "website": "https://github.com/nuxt-modules/plausible",
3774
5069
  "learn_more": "",
@@ -3776,12 +5071,12 @@
3776
5071
  "type": "community",
3777
5072
  "maintainers": [
3778
5073
  {
3779
- "name": "nuxt-modules",
3780
- "github": "nuxt-modules"
5074
+ "name": "Johann Schopplich",
5075
+ "github": "johannschopplich"
3781
5076
  }
3782
5077
  ],
3783
5078
  "compatibility": {
3784
- "nuxt": "^2.0.0",
5079
+ "nuxt": "^2.0.0 || ^3.0.0",
3785
5080
  "requires": {}
3786
5081
  }
3787
5082
  },
@@ -3807,9 +5102,56 @@
3807
5102
  "requires": {}
3808
5103
  }
3809
5104
  },
5105
+ {
5106
+ "name": "prepare",
5107
+ "description": "Initialization steps at build time – like Nuxt 2 server init",
5108
+ "repo": "johannschopplich/nuxt-prepare",
5109
+ "npm": "nuxt-prepare",
5110
+ "icon": "prepare.svg",
5111
+ "github": "https://github.com/johannschopplich/nuxt-prepare",
5112
+ "website": "https://nuxt-prepare.byjohann.dev",
5113
+ "learn_more": "",
5114
+ "category": "Devtools",
5115
+ "type": "3rd-party",
5116
+ "maintainers": [
5117
+ {
5118
+ "name": "Johann Schopplich",
5119
+ "github": "johannschopplich",
5120
+ "twitter": "jschopplich",
5121
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
5122
+ }
5123
+ ],
5124
+ "compatibility": {
5125
+ "nuxt": "^3.0.0",
5126
+ "requires": {}
5127
+ }
5128
+ },
5129
+ {
5130
+ "name": "primevue",
5131
+ "description": "Next Generation Vue UI Component Library",
5132
+ "repo": "primefaces/primevue-nuxt-module",
5133
+ "npm": "nuxt-primevue",
5134
+ "icon": "primevue.svg",
5135
+ "github": "https://github.com/primefaces/primevue-nuxt-module",
5136
+ "website": "https://primevue.org/",
5137
+ "learn_more": "https://primevue.org/",
5138
+ "category": "UI",
5139
+ "type": "3rd-party",
5140
+ "maintainers": [
5141
+ {
5142
+ "name": "primefaces",
5143
+ "github": "primefaces",
5144
+ "twitter": "primevue"
5145
+ }
5146
+ ],
5147
+ "compatibility": {
5148
+ "nuxt": "^3.0.0",
5149
+ "requires": {}
5150
+ }
5151
+ },
3810
5152
  {
3811
5153
  "name": "prismic",
3812
- "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
5154
+ "description": "Easily connect your Nuxt application to your content hosted on Prismic",
3813
5155
  "repo": "nuxt-modules/prismic",
3814
5156
  "npm": "@nuxtjs/prismic",
3815
5157
  "icon": "prismic.png",
@@ -3876,7 +5218,7 @@
3876
5218
  },
3877
5219
  {
3878
5220
  "name": "proxy",
3879
- "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
5221
+ "description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
3880
5222
  "repo": "nuxt-community/proxy-module",
3881
5223
  "npm": "@nuxtjs/proxy",
3882
5224
  "icon": "",
@@ -3922,7 +5264,7 @@
3922
5264
  },
3923
5265
  {
3924
5266
  "name": "purgecss",
3925
- "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
5267
+ "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
3926
5268
  "repo": "Developmint/nuxt-purgecss#main",
3927
5269
  "npm": "nuxt-purgecss",
3928
5270
  "icon": "purgecss.png",
@@ -3944,7 +5286,7 @@
3944
5286
  },
3945
5287
  {
3946
5288
  "name": "pwa",
3947
- "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
5289
+ "description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
3948
5290
  "repo": "nuxt-community/pwa-module",
3949
5291
  "npm": "@nuxtjs/pwa",
3950
5292
  "icon": "pwa.png",
@@ -3969,7 +5311,7 @@
3969
5311
  },
3970
5312
  {
3971
5313
  "name": "python",
3972
- "description": "Write Nuxt.js applications using Python",
5314
+ "description": "Write Nuxt applications using Python",
3973
5315
  "repo": "nuxt-community/python-module",
3974
5316
  "npm": "@nuxtjs/python",
3975
5317
  "icon": "python.png",
@@ -4006,6 +5348,64 @@
4006
5348
  "github": "Maiquu"
4007
5349
  }
4008
5350
  ],
5351
+ "compatibility": {
5352
+ "nuxt": "^3.0.0",
5353
+ "requires": {},
5354
+ "devtools": "^0.0.0"
5355
+ }
5356
+ },
5357
+ {
5358
+ "name": "radash",
5359
+ "description": "radash module with auto-import and custom prefix",
5360
+ "repo": "bbg/nuxt-radash",
5361
+ "npm": "nuxt-radash",
5362
+ "icon": "radash.png",
5363
+ "github": "https://github.com/bbg/nuxt-radash",
5364
+ "website": "https://github.com/bbg/nuxt-radash#readme",
5365
+ "learn_more": "https://github.com/rayepps/radash/",
5366
+ "category": "Libraries",
5367
+ "type": "3rd-party",
5368
+ "maintainers": [
5369
+ {
5370
+ "name": "Batuhan Göksu",
5371
+ "github": "bbg"
5372
+ }
5373
+ ],
5374
+ "compatibility": {
5375
+ "nuxt": "^3.0.0",
5376
+ "requires": {}
5377
+ }
5378
+ },
5379
+ {
5380
+ "name": "radix-vue",
5381
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
5382
+ "repo": "radix-vue/radix-vue",
5383
+ "npm": "radix-vue",
5384
+ "icon": "radix-vue.svg",
5385
+ "github": "https://github.com/radix-vue/radix-vue",
5386
+ "website": "https://www.radix-vue.com/",
5387
+ "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
5388
+ "category": "UI",
5389
+ "type": "3rd-party",
5390
+ "maintainers": [
5391
+ {
5392
+ "name": "Zernonia",
5393
+ "github": "zernonia",
5394
+ "twitter": "zernonia"
5395
+ },
5396
+ {
5397
+ "name": "Khairul Haaziq",
5398
+ "github": "khairulhaaziq"
5399
+ },
5400
+ {
5401
+ "name": "Mujahid Anuar",
5402
+ "github": "mujahidfa"
5403
+ },
5404
+ {
5405
+ "name": "Max",
5406
+ "github": "onmax"
5407
+ }
5408
+ ],
4009
5409
  "compatibility": {
4010
5410
  "nuxt": "^3.0.0",
4011
5411
  "requires": {}
@@ -4013,7 +5413,7 @@
4013
5413
  },
4014
5414
  {
4015
5415
  "name": "recaptcha",
4016
- "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
5416
+ "description": "Simple and easy Google reCAPTCHA module with Nuxt",
4017
5417
  "repo": "nuxt-community/recaptcha-module",
4018
5418
  "npm": "@nuxtjs/recaptcha",
4019
5419
  "icon": "recaptcha.png",
@@ -4056,9 +5456,32 @@
4056
5456
  "requires": {}
4057
5457
  }
4058
5458
  },
5459
+ {
5460
+ "name": "resend",
5461
+ "description": "Resend integration for Nuxt",
5462
+ "repo": "nhedger/nuxt-resend",
5463
+ "npm": "nuxt-resend",
5464
+ "icon": "resend.svg",
5465
+ "github": "https://github.com/nhedger/nuxt-resend",
5466
+ "website": "https://github.com/nhedger/nuxt-resend",
5467
+ "learn_more": "https://resend.com",
5468
+ "category": "Extensions",
5469
+ "type": "3rd-party",
5470
+ "maintainers": [
5471
+ {
5472
+ "name": "Nicolas Hedger",
5473
+ "github": "nhedger",
5474
+ "twitter": "nicolashedger"
5475
+ }
5476
+ ],
5477
+ "compatibility": {
5478
+ "nuxt": "^3.0.0",
5479
+ "requires": {}
5480
+ }
5481
+ },
4059
5482
  {
4060
5483
  "name": "rfg-icon",
4061
- "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
5484
+ "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
4062
5485
  "repo": "pimlie/nuxt-rfg-icon",
4063
5486
  "npm": "nuxt-rfg-icon",
4064
5487
  "icon": "real-favicon-generator.png",
@@ -4080,13 +5503,13 @@
4080
5503
  },
4081
5504
  {
4082
5505
  "name": "robots",
4083
- "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
4084
- "repo": "nuxt-community/robots-module",
5506
+ "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
5507
+ "repo": "nuxt-modules/robots",
4085
5508
  "npm": "@nuxtjs/robots",
4086
5509
  "icon": "robots.png",
4087
- "github": "https://github.com/nuxt-community/robots-module",
4088
- "website": "https://github.com/nuxt-community/robots-module",
4089
- "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
5510
+ "github": "https://github.com/nuxt-modules/robots",
5511
+ "website": "https://github.com/nuxt-modules/robots",
5512
+ "learn_more": "",
4090
5513
  "category": "SEO",
4091
5514
  "type": "community",
4092
5515
  "maintainers": [
@@ -4104,23 +5527,23 @@
4104
5527
  },
4105
5528
  {
4106
5529
  "name": "rollbar",
4107
- "description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
4108
- "repo": "gaelreyrol/nuxt-rollbar-module",
4109
- "npm": "nuxt-rollbar-module",
5530
+ "description": "Nuxt 3 module to integrate Rollbar.",
5531
+ "repo": "jairoblatt/nuxt-rollbar",
5532
+ "npm": "nuxt-rollbar",
4110
5533
  "icon": "rollbar.png",
4111
- "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
4112
- "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
5534
+ "github": "https://github.com/jairoblatt/nuxt-rollbar",
5535
+ "website": "https://github.com/jairoblatt/nuxt-rollbar",
4113
5536
  "learn_more": "https://docs.rollbar.com/docs/javascript",
4114
5537
  "category": "Monitoring",
4115
5538
  "type": "3rd-party",
4116
5539
  "maintainers": [
4117
5540
  {
4118
- "name": "Gaël Reyrol",
4119
- "github": "gaelreyrol"
5541
+ "name": "Jairo Blatt",
5542
+ "github": "jairoblatt"
4120
5543
  }
4121
5544
  ],
4122
5545
  "compatibility": {
4123
- "nuxt": "^2.0.0",
5546
+ "nuxt": "^3.0.0",
4124
5547
  "requires": {}
4125
5548
  }
4126
5549
  },
@@ -4149,7 +5572,7 @@
4149
5572
  },
4150
5573
  {
4151
5574
  "name": "router",
4152
- "description": "Nuxt.js module to use router.js instead of pages/ directory",
5575
+ "description": "Nuxt module to use router.js instead of pages/ directory",
4153
5576
  "repo": "nuxt-community/router-module",
4154
5577
  "npm": "@nuxtjs/router",
4155
5578
  "icon": "vue.png",
@@ -4197,13 +5620,13 @@
4197
5620
  },
4198
5621
  {
4199
5622
  "name": "schema-org",
4200
- "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
4201
- "repo": "vueuse/schema-org#main/packages/nuxt",
5623
+ "description": "Quick and easy Schema.org graphs.",
5624
+ "repo": "harlan-zw/nuxt-schema-org",
4202
5625
  "npm": "nuxt-schema-org",
4203
5626
  "icon": "schema-org.svg",
4204
- "github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4205
- "website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4206
- "learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
5627
+ "github": "https://github.com/harlan-zw/nuxt-schema-org",
5628
+ "website": "https://nuxtseo.com/schema-org",
5629
+ "learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
4207
5630
  "category": "SEO",
4208
5631
  "type": "3rd-party",
4209
5632
  "maintainers": [
@@ -4266,13 +5689,13 @@
4266
5689
  },
4267
5690
  {
4268
5691
  "name": "segment",
4269
- "description": "Nuxt.js module for Segment Analytics.js",
5692
+ "description": "Nuxt module for Segment Analytics.js",
4270
5693
  "repo": "dansmaculotte/nuxt-segment",
4271
5694
  "npm": "@dansmaculotte/nuxt-segment",
4272
5695
  "icon": "segment.png",
4273
5696
  "github": "https://github.com/dansmaculotte/nuxt-segment",
4274
5697
  "website": "https://github.com/dansmaculotte/nuxt-segment",
4275
- "learn_more": "https://segment.com/docs/connections/sources/catalog/Libraries/website/javascript/",
5698
+ "learn_more": "",
4276
5699
  "category": "Analytics",
4277
5700
  "type": "3rd-party",
4278
5701
  "maintainers": [
@@ -4288,10 +5711,10 @@
4288
5711
  },
4289
5712
  {
4290
5713
  "name": "sentry",
4291
- "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
5714
+ "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
4292
5715
  "repo": "nuxt-community/sentry-module",
4293
5716
  "npm": "@nuxtjs/sentry",
4294
- "icon": "sentry.png",
5717
+ "icon": "sentry.svg",
4295
5718
  "github": "https://github.com/nuxt-community/sentry-module",
4296
5719
  "website": "https://sentry.nuxtjs.org/",
4297
5720
  "learn_more": "https://sentry.io/welcome/",
@@ -4309,20 +5732,22 @@
4309
5732
  }
4310
5733
  },
4311
5734
  {
4312
- "name": "seo-kit",
4313
- "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
4314
- "repo": "harlan-zw/nuxt-seo-kit#main/layer",
4315
- "npm": "nuxt-seo-kit",
4316
- "icon": "seo-kit.svg",
4317
- "github": "https://github.com/harlan-zw/nuxt-seo-kit",
4318
- "website": "https://github.com/harlan-zw/nuxt-seo-kit",
4319
- "learn_more": "",
5735
+ "name": "seo-experiments",
5736
+ "description": "Powerful SEO DX improvements.",
5737
+ "repo": "harlan-zw/nuxt-seo-experiments",
5738
+ "npm": "nuxt-seo-experiments",
5739
+ "icon": "seo-experiments.svg",
5740
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5741
+ "website": "https://nuxtseo.com/experiments",
5742
+ "learn_more": "https://nuxtseo.com/experiments",
4320
5743
  "category": "SEO",
4321
5744
  "type": "3rd-party",
4322
5745
  "maintainers": [
4323
5746
  {
4324
- "name": "harlan-zw",
4325
- "github": "harlan-zw"
5747
+ "name": "Harlan Wilton",
5748
+ "github": "harlan-zw",
5749
+ "twitter": "harlan_zw",
5750
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
4326
5751
  }
4327
5752
  ],
4328
5753
  "compatibility": {
@@ -4353,9 +5778,31 @@
4353
5778
  "requires": {}
4354
5779
  }
4355
5780
  },
5781
+ {
5782
+ "name": "seo",
5783
+ "description": "The complete SEO solution for Nuxt.",
5784
+ "repo": "harlan-zw/nuxt-seo",
5785
+ "npm": "@nuxtjs/seo",
5786
+ "icon": "nuxt.svg",
5787
+ "github": "https://github.com/harlan-zw/nuxt-seo",
5788
+ "website": "https://nuxtseo.com/",
5789
+ "learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
5790
+ "category": "SEO",
5791
+ "type": "3rd-party",
5792
+ "maintainers": [
5793
+ {
5794
+ "name": "harlan-zw",
5795
+ "github": "harlan-zw"
5796
+ }
5797
+ ],
5798
+ "compatibility": {
5799
+ "nuxt": "^3.0.0",
5800
+ "requires": {}
5801
+ }
5802
+ },
4356
5803
  {
4357
5804
  "name": "seomatic-meta",
4358
- "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
5805
+ "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
4359
5806
  "repo": "ben-rogerson/nuxt-seomatic-meta",
4360
5807
  "npm": "nuxt-seomatic-meta",
4361
5808
  "icon": "seomatic.png",
@@ -4399,21 +5846,21 @@
4399
5846
  }
4400
5847
  },
4401
5848
  {
4402
- "name": "session",
4403
- "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",
4404
- "repo": "sidebase/nuxt-session",
4405
- "npm": "@sidebase/nuxt-session",
4406
- "icon": "session.png",
4407
- "github": "https://github.com/sidebase/nuxt-session",
4408
- "website": "https://github.com/sidebase/nuxt-session",
4409
- "learn_more": "https://github.com/sidebase",
4410
- "category": "Security",
5849
+ "name": "server-block",
5850
+ "description": "Use <server> tags in your Nuxt pages components.",
5851
+ "repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
5852
+ "npm": "@hebilicious/server-block-nuxt",
5853
+ "icon": "server-block.svg",
5854
+ "github": "https://github.com/Hebilicious/server-block-nuxt",
5855
+ "website": "https://github.com/Hebilicious/server-block-nuxt#readme",
5856
+ "learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
5857
+ "category": "Extensions",
4411
5858
  "type": "3rd-party",
4412
5859
  "maintainers": [
4413
5860
  {
4414
- "name": "sidebase",
4415
- "github": "sidebase",
4416
- "twitter": "sidebase_io"
5861
+ "name": "Hebilicious",
5862
+ "github": "Hebilicious",
5863
+ "twitter": "its_hebilicious"
4417
5864
  }
4418
5865
  ],
4419
5866
  "compatibility": {
@@ -4423,7 +5870,7 @@
4423
5870
  },
4424
5871
  {
4425
5872
  "name": "shopify",
4426
- "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
5873
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
4427
5874
  "repo": "Gomah/nuxt-shopify",
4428
5875
  "npm": "nuxt-shopify",
4429
5876
  "icon": "shopify.png",
@@ -4444,7 +5891,29 @@
4444
5891
  }
4445
5892
  },
4446
5893
  {
4447
- "name": "nuxt-auth",
5894
+ "name": "shuimo-ui",
5895
+ "description": "A Chinese Shuimo style component library.",
5896
+ "repo": "shuimo-design/shuimo-ui#main/plugins/nuxt",
5897
+ "npm": "@shuimo-design/shuimo-ui-nuxt",
5898
+ "icon": "shuimo-ui.svg",
5899
+ "github": "https://github.com/shuimo-design/shuimo-ui",
5900
+ "website": "https://shuimo.design",
5901
+ "learn_more": "https://github.com/shuimo-design/shuimo-ui/tree/main/plugins/nuxt",
5902
+ "category": "UI",
5903
+ "type": "3rd-party",
5904
+ "maintainers": [
5905
+ {
5906
+ "name": "higuaifan",
5907
+ "github": "higuaifan"
5908
+ }
5909
+ ],
5910
+ "compatibility": {
5911
+ "nuxt": "^3.0.0",
5912
+ "requires": {}
5913
+ }
5914
+ },
5915
+ {
5916
+ "name": "sidebase-auth",
4448
5917
  "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.",
4449
5918
  "repo": "sidebase/nuxt-auth",
4450
5919
  "npm": "@sidebase/nuxt-auth",
@@ -4490,13 +5959,13 @@
4490
5959
  },
4491
5960
  {
4492
5961
  "name": "simple-robots",
4493
- "description": "Simply manage the robots crawling your Nuxt app.",
5962
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
4494
5963
  "repo": "harlan-zw/nuxt-simple-robots",
4495
5964
  "npm": "nuxt-simple-robots",
4496
- "icon": "",
5965
+ "icon": "simple-robots.svg",
4497
5966
  "github": "https://github.com/harlan-zw/nuxt-simple-robots",
4498
- "website": "https://github.com/harlan-zw/nuxt-simple-robots",
4499
- "learn_more": "",
5967
+ "website": "https://nuxtseo.com/robots",
5968
+ "learn_more": "https://nuxtseo.com/robots",
4500
5969
  "category": "SEO",
4501
5970
  "type": "3rd-party",
4502
5971
  "maintainers": [
@@ -4513,41 +5982,23 @@
4513
5982
  }
4514
5983
  },
4515
5984
  {
4516
- "name": "simple-sitemap",
4517
- "description": "Simple, minimal sitemap.xml generation.",
4518
- "repo": "harlan-zw/nuxt-simple-sitemap",
4519
- "npm": "nuxt-simple-sitemap",
4520
- "icon": "",
4521
- "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4522
- "website": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4523
- "learn_more": "",
5985
+ "name": "sitemap",
5986
+ "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
5987
+ "repo": "nuxt-modules/sitemap",
5988
+ "npm": "@nuxtjs/sitemap",
5989
+ "icon": "simple-sitemap.svg",
5990
+ "github": "https://github.com/nuxt-modules/sitemap",
5991
+ "website": "https://nuxtseo.com/",
5992
+ "learn_more": "https://nuxtseo.com/sitemap",
4524
5993
  "category": "SEO",
4525
- "type": "3rd-party",
5994
+ "type": "community",
4526
5995
  "maintainers": [
4527
5996
  {
4528
5997
  "name": "Harlan Wilton",
4529
5998
  "github": "harlan-zw",
4530
5999
  "twitter": "harlan_zw",
4531
6000
  "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
4532
- }
4533
- ],
4534
- "compatibility": {
4535
- "nuxt": "^3.0.0",
4536
- "requires": {}
4537
- }
4538
- },
4539
- {
4540
- "name": "sitemap",
4541
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
4542
- "repo": "nuxt-community/sitemap-module#dev",
4543
- "npm": "@nuxtjs/sitemap",
4544
- "icon": "",
4545
- "github": "https://github.com/nuxt-community/sitemap-module#dev",
4546
- "website": "https://sitemap.nuxtjs.org",
4547
- "learn_more": "",
4548
- "category": "SEO",
4549
- "type": "community",
4550
- "maintainers": [
6001
+ },
4551
6002
  {
4552
6003
  "name": "Nicolas PENNEC",
4553
6004
  "github": "NicoPennec",
@@ -4555,7 +6006,7 @@
4555
6006
  }
4556
6007
  ],
4557
6008
  "compatibility": {
4558
- "nuxt": "^2.0.0",
6009
+ "nuxt": "^3.0.0",
4559
6010
  "requires": {}
4560
6011
  }
4561
6012
  },
@@ -4583,7 +6034,7 @@
4583
6034
  },
4584
6035
  {
4585
6036
  "name": "snipcart",
4586
- "description": "Snipcart integration module for Nuxt.js",
6037
+ "description": "Snipcart integration module for Nuxt",
4587
6038
  "repo": "nuxt-modules/snipcart",
4588
6039
  "npm": "@nuxtjs/snipcart",
4589
6040
  "icon": "snipcart.png",
@@ -4606,7 +6057,7 @@
4606
6057
  },
4607
6058
  {
4608
6059
  "name": "social-meta",
4609
- "description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
6060
+ "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
4610
6061
  "repo": "AlekseyPleshkov/nuxt-social-meta",
4611
6062
  "npm": "nuxt-social-meta",
4612
6063
  "icon": "",
@@ -4728,7 +6179,7 @@
4728
6179
  },
4729
6180
  {
4730
6181
  "name": "storage",
4731
- "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
6182
+ "description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
4732
6183
  "repo": "mazipan/nuxt-storage",
4733
6184
  "npm": "nuxt-storage",
4734
6185
  "icon": "",
@@ -4750,7 +6201,7 @@
4750
6201
  },
4751
6202
  {
4752
6203
  "name": "storefront-ui",
4753
- "description": "Storefront UI Module for Nuxt.js",
6204
+ "description": "Storefront UI Module for Nuxt",
4754
6205
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
4755
6206
  "npm": "@storefront-ui/nuxt",
4756
6207
  "icon": "storefront-ui.svg",
@@ -4794,8 +6245,8 @@
4794
6245
  },
4795
6246
  {
4796
6247
  "name": "storyblok",
4797
- "description": "Storyblok Nuxt.js module",
4798
- "repo": "storyblok/storyblok-nuxt#master/lib",
6248
+ "description": "Storyblok Nuxt module",
6249
+ "repo": "storyblok/storyblok-nuxt#main",
4799
6250
  "npm": "@storyblok/nuxt",
4800
6251
  "icon": "storyblok.png",
4801
6252
  "github": "https://github.com/storyblok/storyblok-nuxt",
@@ -4811,46 +6262,43 @@
4811
6262
  ],
4812
6263
  "compatibility": {
4813
6264
  "nuxt": "^2.0.0 || ^3.0.0",
4814
- "requires": {}
6265
+ "requires": {},
6266
+ "devtools": "^0.0.0"
4815
6267
  }
4816
6268
  },
4817
6269
  {
4818
6270
  "name": "storybook",
4819
- "description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
4820
- "repo": "nuxt-community/storybook",
6271
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
6272
+ "repo": "nuxt-modules/storybook",
4821
6273
  "npm": "@nuxtjs/storybook",
4822
6274
  "icon": "storybook.png",
4823
- "github": "https://github.com/nuxt-community/storybook",
6275
+ "github": "https://github.com/nuxt-modules/storybook",
4824
6276
  "website": "https://storybook.nuxtjs.org",
4825
- "learn_more": "https://storybook.js.org/",
6277
+ "learn_more": "https://github.com/storybook-vue/storybook-nuxt",
4826
6278
  "category": "Devtools",
4827
6279
  "type": "community",
4828
6280
  "maintainers": [
4829
6281
  {
4830
- "name": "Ahad Birang",
4831
- "github": "farnabaz",
4832
- "twitter": "a_birang"
4833
- },
4834
- {
4835
- "name": "Pooya Parsa",
4836
- "github": "pi0",
4837
- "twitter": "_pi0_"
6282
+ "name": "Chakir QATAB",
6283
+ "github": "chakAs3",
6284
+ "twitter": "ChakirQatab"
4838
6285
  }
4839
6286
  ],
4840
6287
  "compatibility": {
4841
- "nuxt": "^2.0.0",
6288
+ "nuxt": "^2.0.0 || ^3.0.0",
4842
6289
  "requires": {
4843
6290
  "bridge": "optional"
4844
- }
6291
+ },
6292
+ "devtools": "^0.7.2"
4845
6293
  }
4846
6294
  },
4847
6295
  {
4848
6296
  "name": "strapi",
4849
6297
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
4850
- "repo": "nuxt-community/strapi-module",
6298
+ "repo": "nuxt-modules/strapi",
4851
6299
  "npm": "@nuxtjs/strapi",
4852
6300
  "icon": "strapi.png",
4853
- "github": "https://github.com/nuxt-community/strapi-module",
6301
+ "github": "https://github.com/nuxt-modules/strapi",
4854
6302
  "website": "https://strapi.nuxtjs.org",
4855
6303
  "learn_more": "https://strapi.io/",
4856
6304
  "category": "CMS",
@@ -4871,7 +6319,34 @@
4871
6319
  "nuxt": "^2.0.0 || ^3.0.0",
4872
6320
  "requires": {
4873
6321
  "bridge": true
6322
+ },
6323
+ "devtools": "^0.0.0"
6324
+ }
6325
+ },
6326
+ {
6327
+ "name": "stripe-next",
6328
+ "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.",
6329
+ "repo": "fuentesloic/nuxt-stripe",
6330
+ "npm": "@unlok-co/nuxt-stripe",
6331
+ "icon": "stripe.png",
6332
+ "github": "https://github.com/fuentesloic/nuxt-stripe",
6333
+ "website": "https://github.com/fuentesloic/nuxt-stripe",
6334
+ "learn_more": "https://stripe.com/docs",
6335
+ "category": "Payment",
6336
+ "type": "3rd-party",
6337
+ "maintainers": [
6338
+ {
6339
+ "name": "Loic Fuentes",
6340
+ "github": "fuentesloic"
6341
+ },
6342
+ {
6343
+ "name": "Florent Giraud",
6344
+ "github": "flozero"
4874
6345
  }
6346
+ ],
6347
+ "compatibility": {
6348
+ "nuxt": "^3.0.0",
6349
+ "requires": {}
4875
6350
  }
4876
6351
  },
4877
6352
  {
@@ -4896,6 +6371,36 @@
4896
6371
  "requires": {}
4897
6372
  }
4898
6373
  },
6374
+ {
6375
+ "name": "studio",
6376
+ "description": "A new experience to build content-driven website with Nuxt.",
6377
+ "repo": "nuxtlabs/studio-module",
6378
+ "npm": "@nuxthq/studio",
6379
+ "icon": "studio.svg",
6380
+ "github": "https://github.com/nuxtlabs/studio-module",
6381
+ "website": "https://nuxt.studio",
6382
+ "learn_more": "https://nuxt.studio",
6383
+ "category": "CMS",
6384
+ "type": "3rd-party",
6385
+ "maintainers": [
6386
+ {
6387
+ "name": "Ahad Birang",
6388
+ "github": "farnabaz",
6389
+ "twitter": "a_birang"
6390
+ },
6391
+ {
6392
+ "name": "Sébastien Chopin",
6393
+ "github": "Atinux",
6394
+ "twitter": "Atinux"
6395
+ }
6396
+ ],
6397
+ "compatibility": {
6398
+ "nuxt": "^3.0.0",
6399
+ "requires": {
6400
+ "content": true
6401
+ }
6402
+ }
6403
+ },
4899
6404
  {
4900
6405
  "name": "style-resources",
4901
6406
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
@@ -4921,7 +6426,7 @@
4921
6426
  },
4922
6427
  {
4923
6428
  "name": "stylelint",
4924
- "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
6429
+ "description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
4925
6430
  "repo": "nuxt-community/stylelint-module",
4926
6431
  "npm": "@nuxtjs/stylelint-module",
4927
6432
  "icon": "stylelint.png",
@@ -4967,10 +6472,10 @@
4967
6472
  {
4968
6473
  "name": "supabase",
4969
6474
  "description": "First class integration with Supabase",
4970
- "repo": "nuxt-community/supabase-module",
6475
+ "repo": "nuxt-modules/supabase",
4971
6476
  "npm": "@nuxtjs/supabase",
4972
6477
  "icon": "supabase.png",
4973
- "github": "https://github.com/nuxt-community/supabase-module",
6478
+ "github": "https://github.com/nuxt-modules/supabase",
4974
6479
  "website": "https://supabase.nuxtjs.org",
4975
6480
  "learn_more": "https://supabase.com",
4976
6481
  "category": "Database",
@@ -5021,12 +6526,12 @@
5021
6526
  },
5022
6527
  {
5023
6528
  "name": "svg-sprite",
5024
- "description": "Optimized and Easy way to use svg files in Nuxt.js",
5025
- "repo": "nuxt-community/svg-sprite-module",
6529
+ "description": "Optimized and Easy way to use svg files in Nuxt",
6530
+ "repo": "nuxt-modules/svg-sprite",
5026
6531
  "npm": "@nuxtjs/svg-sprite",
5027
6532
  "icon": "",
5028
- "github": "https://github.com/nuxt-community/svg-sprite-module",
5029
- "website": "https://github.com/nuxt-community/svg-sprite-module",
6533
+ "github": "https://github.com/nuxt-modules/svg-sprite",
6534
+ "website": "https://github.com/nuxt-modules/svg-sprite",
5030
6535
  "learn_more": "",
5031
6536
  "category": "UI",
5032
6537
  "type": "community",
@@ -5038,13 +6543,13 @@
5038
6543
  }
5039
6544
  ],
5040
6545
  "compatibility": {
5041
- "nuxt": "^2.0.0",
6546
+ "nuxt": "^2.0.0 || ^3.0.0",
5042
6547
  "requires": {}
5043
6548
  }
5044
6549
  },
5045
6550
  {
5046
6551
  "name": "svg",
5047
- "description": "Super simple svg loading module for Nuxt.js",
6552
+ "description": "Super simple svg loading module for Nuxt",
5048
6553
  "repo": "nuxt-community/svg-module",
5049
6554
  "npm": "@nuxtjs/svg",
5050
6555
  "icon": "",
@@ -5086,9 +6591,33 @@
5086
6591
  "requires": {}
5087
6592
  }
5088
6593
  },
6594
+ {
6595
+ "name": "swiftsearch",
6596
+ "description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
6597
+ "repo": "atoms-studio/nuxt-swiftsearch",
6598
+ "npm": "@atoms-studio/nuxt-swiftsearch",
6599
+ "icon": "nuxt-swiftsearch.svg",
6600
+ "github": "https://github.com/atoms-studio/nuxt-swiftsearch",
6601
+ "website": "https://nuxt-swiftsearch.netlify.app/",
6602
+ "learn_more": "",
6603
+ "category": "Libraries",
6604
+ "type": "3rd-party",
6605
+ "maintainers": [
6606
+ {
6607
+ "name": "Matteo Rigoni",
6608
+ "github": "rigo-m",
6609
+ "twitter": "MatteoRigoni",
6610
+ "avatar": "https://avatars.githubusercontent.com/rigo-m?v=4"
6611
+ }
6612
+ ],
6613
+ "compatibility": {
6614
+ "nuxt": "^3.10.0",
6615
+ "requires": {}
6616
+ }
6617
+ },
5089
6618
  {
5090
6619
  "name": "swiper",
5091
- "description": "Nuxt.js module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
6620
+ "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
5092
6621
  "repo": "cpreston321/nuxt-swiper",
5093
6622
  "npm": "nuxt-swiper",
5094
6623
  "icon": "swiper.svg",
@@ -5134,10 +6663,10 @@
5134
6663
  {
5135
6664
  "name": "tailwindcss",
5136
6665
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5137
- "repo": "nuxt-community/tailwindcss-module",
6666
+ "repo": "nuxt-modules/tailwindcss",
5138
6667
  "npm": "@nuxtjs/tailwindcss",
5139
6668
  "icon": "tailwindcss.png",
5140
- "github": "https://github.com/nuxt-community/tailwindcss-module",
6669
+ "github": "https://github.com/nuxt-modules/tailwindcss",
5141
6670
  "website": "https://tailwindcss.nuxtjs.org",
5142
6671
  "learn_more": "https://tailwindcss.com/",
5143
6672
  "category": "UI",
@@ -5147,10 +6676,46 @@
5147
6676
  "name": "Sébastien Chopin",
5148
6677
  "github": "Atinux",
5149
6678
  "twitter": "Atinux"
6679
+ },
6680
+ {
6681
+ "name": "Inesh Bose",
6682
+ "github": "ineshbose"
5150
6683
  }
5151
6684
  ],
5152
6685
  "compatibility": {
5153
6686
  "nuxt": "^2.0.0 || ^3.0.0",
6687
+ "requires": {},
6688
+ "devtools": "^0.0.0"
6689
+ },
6690
+ "aliases": [
6691
+ "tailwind"
6692
+ ]
6693
+ },
6694
+ {
6695
+ "name": "test-utils",
6696
+ "description": "Test utilities for Nuxt",
6697
+ "repo": "nuxt/test-utils#main",
6698
+ "npm": "@nuxt/test-utils",
6699
+ "icon": "nuxt.svg",
6700
+ "github": "https://github.com/nuxt/test-utils",
6701
+ "website": "https://nuxt.com/docs/getting-started/testing",
6702
+ "learn_more": "",
6703
+ "category": "Devtools",
6704
+ "type": "official",
6705
+ "maintainers": [
6706
+ {
6707
+ "name": "Daniel Roe",
6708
+ "github": "danielroe",
6709
+ "twitter": "danielcroe"
6710
+ },
6711
+ {
6712
+ "name": "Anthony Fu",
6713
+ "github": "antfu",
6714
+ "twitter": "antfu7"
6715
+ }
6716
+ ],
6717
+ "compatibility": {
6718
+ "nuxt": "^3.0.0",
5154
6719
  "requires": {}
5155
6720
  }
5156
6721
  },
@@ -5177,9 +6742,53 @@
5177
6742
  "requires": {}
5178
6743
  }
5179
6744
  },
6745
+ {
6746
+ "name": "time",
6747
+ "description": "Safely render local dates and times on the server with Nuxt",
6748
+ "repo": "danielroe/nuxt-time",
6749
+ "npm": "nuxt-time",
6750
+ "icon": "",
6751
+ "github": "https://github.com/danielroe/nuxt-time",
6752
+ "website": "https://github.com/danielroe/nuxt-time",
6753
+ "learn_more": "",
6754
+ "category": "Extensions",
6755
+ "type": "3rd-party",
6756
+ "maintainers": [
6757
+ {
6758
+ "name": "danielroe",
6759
+ "github": "danielroe"
6760
+ }
6761
+ ],
6762
+ "compatibility": {
6763
+ "nuxt": "^3.0.0",
6764
+ "requires": {}
6765
+ }
6766
+ },
6767
+ {
6768
+ "name": "tiptap",
6769
+ "description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
6770
+ "repo": "modbender/nuxt-tiptap-editor",
6771
+ "npm": "nuxt-tiptap-editor",
6772
+ "icon": "tiptap.png",
6773
+ "github": "https://github.com/modbender/nuxt-tiptap-editor",
6774
+ "website": "https://nuxt-tiptap-editor.vercel.app",
6775
+ "learn_more": "https://nuxt-tiptap-editor.vercel.app",
6776
+ "category": "Libraries",
6777
+ "type": "3rd-party",
6778
+ "maintainers": [
6779
+ {
6780
+ "name": "modbender",
6781
+ "github": "modbender"
6782
+ }
6783
+ ],
6784
+ "compatibility": {
6785
+ "nuxt": "^3.0.0",
6786
+ "requires": {}
6787
+ }
6788
+ },
5180
6789
  {
5181
6790
  "name": "toast",
5182
- "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
6791
+ "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
5183
6792
  "repo": "nuxt-community/modules#master/packages/toast",
5184
6793
  "npm": "@nuxtjs/toast",
5185
6794
  "icon": "",
@@ -5200,6 +6809,61 @@
5200
6809
  "requires": {}
5201
6810
  }
5202
6811
  },
6812
+ {
6813
+ "name": "translation-manager",
6814
+ "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
6815
+ "repo": "samk-dev/nuxt-translation-manager",
6816
+ "npm": "nuxt-translation-manager",
6817
+ "icon": "translation-manager.png",
6818
+ "github": "https://github.com/samk-dev/nuxt-translation-manager",
6819
+ "website": "https://github.com/samk-dev/nuxt-translation-manager",
6820
+ "learn_more": "",
6821
+ "category": "Extensions",
6822
+ "type": "3rd-party",
6823
+ "maintainers": [
6824
+ {
6825
+ "name": "Sam K",
6826
+ "github": "samk-dev"
6827
+ }
6828
+ ],
6829
+ "compatibility": {
6830
+ "nuxt": "^3.0.0",
6831
+ "requires": {}
6832
+ }
6833
+ },
6834
+ {
6835
+ "name": "tresjs",
6836
+ "description": "Create 3D experiences in your Nuxt application using TresJS.",
6837
+ "repo": "tresjs/nuxt",
6838
+ "npm": "@tresjs/nuxt",
6839
+ "icon": "tresjs.svg",
6840
+ "github": "https://github.com/Tresjs/nuxt",
6841
+ "website": "https://tresjs.org/guide/nuxt.html",
6842
+ "learn_more": "https://tresjs.org/",
6843
+ "category": "Libraries",
6844
+ "type": "3rd-party",
6845
+ "maintainers": [
6846
+ {
6847
+ "name": "Alvaro Saburido",
6848
+ "github": "alvarosabu",
6849
+ "twitter": "alvarosabu"
6850
+ },
6851
+ {
6852
+ "name": "Jaime Torrealba",
6853
+ "github": "JaimeTorrealba",
6854
+ "twitter": "jaimebboyjt"
6855
+ },
6856
+ {
6857
+ "name": "Tino Koch",
6858
+ "github": "Tinoooo",
6859
+ "twitter": "ichbintino"
6860
+ }
6861
+ ],
6862
+ "compatibility": {
6863
+ "nuxt": "^3.0.0",
6864
+ "requires": {}
6865
+ }
6866
+ },
5203
6867
  {
5204
6868
  "name": "turnstile",
5205
6869
  "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
@@ -5227,7 +6891,7 @@
5227
6891
  },
5228
6892
  {
5229
6893
  "name": "twa",
5230
- "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
6894
+ "description": "Nuxt module for generating Trusted Web App from Nuxt app",
5231
6895
  "repo": "tuarrep/nuxt-twa",
5232
6896
  "npm": "nuxt-twa",
5233
6897
  "icon": "",
@@ -5249,6 +6913,28 @@
5249
6913
  }
5250
6914
  }
5251
6915
  },
6916
+ {
6917
+ "name": "twemoji",
6918
+ "description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
6919
+ "repo": "yizack/nuxt-twemoji",
6920
+ "npm": "nuxt-twemoji",
6921
+ "icon": "twemoji.svg",
6922
+ "github": "https://github.com/Yizack/nuxt-twemoji",
6923
+ "website": "https://github.com/Yizack/nuxt-twemoji",
6924
+ "learn_more": "",
6925
+ "category": "UI",
6926
+ "type": "3rd-party",
6927
+ "maintainers": [
6928
+ {
6929
+ "name": "Yizack Rangel",
6930
+ "github": "yizack"
6931
+ }
6932
+ ],
6933
+ "compatibility": {
6934
+ "nuxt": "^3.0.0",
6935
+ "requires": {}
6936
+ }
6937
+ },
5252
6938
  {
5253
6939
  "name": "twicpics",
5254
6940
  "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
@@ -5393,6 +7079,63 @@
5393
7079
  "requires": {}
5394
7080
  }
5395
7081
  },
7082
+ {
7083
+ "name": "typo3",
7084
+ "description": "TYPO3 Headless Frontend Rendering module",
7085
+ "repo": "TYPO3-Headless/nuxt-typo3",
7086
+ "npm": "@t3headless/nuxt-typo3",
7087
+ "icon": "typo3.svg",
7088
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
7089
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
7090
+ "learn_more": "https://github.com/TYPO3-Headless",
7091
+ "category": "CMS",
7092
+ "type": "3rd-party",
7093
+ "maintainers": [
7094
+ {
7095
+ "name": "Macopedia",
7096
+ "github": "macopedia",
7097
+ "twitter": "macopediapl"
7098
+ }
7099
+ ],
7100
+ "compatibility": {
7101
+ "nuxt": "^2.0.0 || ^3.0.0",
7102
+ "requires": {},
7103
+ "devtools": "^0.0.0"
7104
+ }
7105
+ },
7106
+ {
7107
+ "name": "ui",
7108
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
7109
+ "repo": "nuxt/ui#dev",
7110
+ "npm": "@nuxt/ui",
7111
+ "icon": "nuxt.svg",
7112
+ "github": "https://github.com/nuxt/ui",
7113
+ "website": "https://ui.nuxt.com",
7114
+ "learn_more": "",
7115
+ "category": "UI",
7116
+ "type": "official",
7117
+ "maintainers": [
7118
+ {
7119
+ "name": "Benjamin Canac",
7120
+ "github": "benjamincanac",
7121
+ "twitter": "benjamincanac"
7122
+ },
7123
+ {
7124
+ "name": "Sebastien Chopin",
7125
+ "github": "Atinux",
7126
+ "twitter": "Atinux"
7127
+ },
7128
+ {
7129
+ "name": "Sylvain Marroufin",
7130
+ "github": "smarroufin",
7131
+ "twitter": "smarroufin"
7132
+ }
7133
+ ],
7134
+ "compatibility": {
7135
+ "nuxt": "^3.0.0",
7136
+ "requires": {}
7137
+ }
7138
+ },
5396
7139
  {
5397
7140
  "name": "umami",
5398
7141
  "description": "Embed the Umami analytics library into Nuxt",
@@ -5417,31 +7160,9 @@
5417
7160
  }
5418
7161
  }
5419
7162
  },
5420
- {
5421
- "name": "unhead",
5422
- "description": "Experimental features for Nuxt SEO / head management.",
5423
- "repo": "harlan-zw/nuxt-unhead",
5424
- "npm": "nuxt-unhead",
5425
- "icon": "",
5426
- "github": "https://github.com/harlan-zw/nuxt-unhead",
5427
- "website": "https://github.com/harlan-zw/nuxt-unhead",
5428
- "learn_more": "",
5429
- "category": "SEO",
5430
- "type": "3rd-party",
5431
- "maintainers": [
5432
- {
5433
- "name": "harlan-zw",
5434
- "github": "harlan-zw"
5435
- }
5436
- ],
5437
- "compatibility": {
5438
- "nuxt": "^3.0.0",
5439
- "requires": {}
5440
- }
5441
- },
5442
7163
  {
5443
7164
  "name": "universal-storage",
5444
- "description": "Universal Storage Utilities for Nuxt.js",
7165
+ "description": "Universal Storage Utilities for Nuxt",
5445
7166
  "repo": "nuxt-community/universal-storage-module",
5446
7167
  "npm": "@nuxtjs/universal-storage",
5447
7168
  "icon": "",
@@ -5468,40 +7189,36 @@
5468
7189
  }
5469
7190
  },
5470
7191
  {
5471
- "name": "unlighthouse",
5472
- "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
5473
- "repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
5474
- "npm": "@unlighthouse/nuxt",
5475
- "icon": "unlighthouse.svg",
5476
- "github": "https://github.com/harlan-zw/unlighthouse",
5477
- "website": "https://github.com/harlan-zw/unlighthouse",
5478
- "learn_more": "https://github.com/harlan-zw/unlighthouse",
5479
- "category": "Devtools",
7192
+ "name": "unlazy",
7193
+ "description": "Lazy loading library for placeholder images",
7194
+ "repo": "johannschopplich/unlazy#main/packages/nuxt",
7195
+ "npm": "@unlazy/nuxt",
7196
+ "icon": "unlazy.svg",
7197
+ "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
7198
+ "website": "https://unlazy.byjohann.dev/",
7199
+ "learn_more": "",
7200
+ "category": "Images",
5480
7201
  "type": "3rd-party",
5481
7202
  "maintainers": [
5482
7203
  {
5483
- "name": "Harlan Wilton",
5484
- "github": "harlan-zw",
5485
- "twitter": "harlan_zw",
5486
- "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
7204
+ "name": "Johann Schopplich",
7205
+ "github": "johannschopplich"
5487
7206
  }
5488
7207
  ],
5489
7208
  "compatibility": {
5490
- "nuxt": "^2.0.0 || ^3.0.0",
5491
- "requires": {
5492
- "bridge": "optional"
5493
- }
7209
+ "nuxt": "^3.0.0",
7210
+ "requires": {}
5494
7211
  }
5495
7212
  },
5496
7213
  {
5497
7214
  "name": "unocss",
5498
7215
  "description": "The instant on-demand atomic CSS engine.",
5499
- "repo": "antfu/unocss#main/packages/nuxt",
7216
+ "repo": "unocss/unocss#main/packages/nuxt",
5500
7217
  "npm": "@unocss/nuxt",
5501
7218
  "icon": "unocss.svg",
5502
- "github": "https://github.com/antfu/unocss",
5503
- "website": "https://github.com/antfu/unocss",
5504
- "learn_more": "https://github.com/antfu/unocss",
7219
+ "github": "https://github.com/unocss/unocss",
7220
+ "website": "https://github.com/unocss/unocss",
7221
+ "learn_more": "https://github.com/unocss/unocss",
5505
7222
  "category": "UI",
5506
7223
  "type": "3rd-party",
5507
7224
  "maintainers": [
@@ -5516,7 +7233,8 @@
5516
7233
  "nuxt": "^2.0.0 || ^3.0.0",
5517
7234
  "requires": {
5518
7235
  "bridge": "optional"
5519
- }
7236
+ },
7237
+ "devtools": "^0.0.0"
5520
7238
  }
5521
7239
  },
5522
7240
  {
@@ -5526,8 +7244,8 @@
5526
7244
  "npm": "nuxt-ununura",
5527
7245
  "icon": "ununuracss.png",
5528
7246
  "github": "https://github.com/novout/ununuracss",
5529
- "website": "https://ununura.com/#/",
5530
- "learn_more": "https://ununura.com/#/docs/why",
7247
+ "website": "https://github.com/novout/ununuracss",
7248
+ "learn_more": "https://github.com/novout/ununuracss",
5531
7249
  "category": "UI",
5532
7250
  "type": "3rd-party",
5533
7251
  "maintainers": [
@@ -5543,42 +7261,66 @@
5543
7261
  }
5544
7262
  },
5545
7263
  {
5546
- "name": "user-agent",
5547
- "description": "Nuxt.js module for handling User-Agent.",
5548
- "repo": "fukuiretu/nuxt-user-agent",
5549
- "npm": "nuxt-user-agent",
5550
- "icon": "",
5551
- "github": "https://github.com/fukuiretu/nuxt-user-agent",
5552
- "website": "https://github.com/fukuiretu/nuxt-user-agent",
5553
- "learn_more": "",
5554
- "category": "Extensions",
7264
+ "name": "use-bootstrap",
7265
+ "description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
7266
+ "repo": "simplise/use-bootstrap",
7267
+ "npm": "usebootstrap",
7268
+ "icon": "use-bootstrap.svg",
7269
+ "github": "https://github.com/simplise/use-bootstrap",
7270
+ "website": "https://usebootstrap.org/",
7271
+ "learn_more": "https://usebootstrap.org/",
7272
+ "category": "UI",
5555
7273
  "type": "3rd-party",
5556
7274
  "maintainers": [
5557
7275
  {
5558
- "name": "fukuiretu",
5559
- "github": "fukuiretu"
7276
+ "name": "KoujiSano",
7277
+ "github": "KoujiSano"
5560
7278
  }
5561
7279
  ],
5562
7280
  "compatibility": {
5563
- "nuxt": "^2.0.0",
7281
+ "nuxt": "^3.0.0",
5564
7282
  "requires": {}
5565
7283
  }
5566
7284
  },
5567
7285
  {
5568
- "name": "validate",
5569
- "description": "Simple Nuxt input validation module using vee-validate",
5570
- "repo": "lewyuburi/nuxt-validate",
5571
- "npm": "nuxt-validate",
5572
- "icon": "vee-validate.png",
5573
- "github": "https://github.com/lewyuburi/nuxt-validate",
5574
- "website": "https://github.com/lewyuburi/nuxt-validate",
5575
- "learn_more": "https://logaretm.github.io/vee-validate/",
5576
- "category": "Libraries",
7286
+ "name": "use-wagmi",
7287
+ "description": "Vue Composition for Ethereum based on wagmi",
7288
+ "repo": "unicape/use-wagmi#main/packages/nuxt",
7289
+ "npm": "@use-wagmi/nuxt",
7290
+ "icon": "use-wagmi.png",
7291
+ "github": "https://github.com/unicape/use-wagmi",
7292
+ "website": "https://github.com/unicape/use-wagmi",
7293
+ "learn_more": "https://github.com/unicape/use-wagmi",
7294
+ "category": "Extensions",
7295
+ "type": "3rd-party",
7296
+ "maintainers": [
7297
+ {
7298
+ "name": "Unic Ape",
7299
+ "github": "unicape"
7300
+ }
7301
+ ],
7302
+ "compatibility": {
7303
+ "nuxt": "^2.0.0 || ^3.0.0",
7304
+ "requires": {
7305
+ "bridge": true
7306
+ }
7307
+ }
7308
+ },
7309
+ {
7310
+ "name": "user-agent",
7311
+ "description": "Nuxt module for handling User-Agent.",
7312
+ "repo": "fukuiretu/nuxt-user-agent",
7313
+ "npm": "nuxt-user-agent",
7314
+ "icon": "",
7315
+ "github": "https://github.com/fukuiretu/nuxt-user-agent",
7316
+ "website": "https://github.com/fukuiretu/nuxt-user-agent",
7317
+ "learn_more": "",
7318
+ "category": "Extensions",
5577
7319
  "type": "3rd-party",
5578
7320
  "maintainers": [
5579
7321
  {
5580
- "name": "lewyuburi",
5581
- "github": "lewyuburi"
7322
+ "name": "fukuiretu",
7323
+ "github": "fukuiretu"
5582
7324
  }
5583
7325
  ],
5584
7326
  "compatibility": {
@@ -5615,7 +7357,7 @@
5615
7357
  "description": "A Material design mobile component library developed based on Vue3",
5616
7358
  "repo": "varletjs/varlet-nuxt",
5617
7359
  "npm": "@varlet/nuxt",
5618
- "icon": "element-plus.svg",
7360
+ "icon": "varlet.svg",
5619
7361
  "github": "https://github.com/varletjs/varlet",
5620
7362
  "website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
5621
7363
  "learn_more": "https://github.com/varletjs/varlet-nuxt",
@@ -5634,6 +7376,50 @@
5634
7376
  }
5635
7377
  }
5636
7378
  },
7379
+ {
7380
+ "name": "vcalendar",
7381
+ "description": "VCalendar module for Nuxt",
7382
+ "repo": "samk-dev/nuxt-vcalendar",
7383
+ "npm": "@samk-dev/nuxt-vcalendar",
7384
+ "icon": "vcalendar.png",
7385
+ "github": "https://github.com/samk-dev/nuxt-vcalendar",
7386
+ "website": "https://github.com/samk-dev/nuxt-vcalendar",
7387
+ "learn_more": "",
7388
+ "category": "Libraries",
7389
+ "type": "3rd-party",
7390
+ "maintainers": [
7391
+ {
7392
+ "name": "Sam K",
7393
+ "github": "samk-dev"
7394
+ }
7395
+ ],
7396
+ "compatibility": {
7397
+ "nuxt": "^3.0.0",
7398
+ "requires": {}
7399
+ }
7400
+ },
7401
+ {
7402
+ "name": "vee-validate",
7403
+ "description": "Painless Vue forms for Nuxt",
7404
+ "repo": "logaretm/vee-validate#main/packages/nuxt",
7405
+ "npm": "@vee-validate/nuxt",
7406
+ "icon": "vee-validate.png",
7407
+ "github": "https://github.com/logaretm/vee-validate/",
7408
+ "website": "https://vee-validate.logaretm.com/v4/",
7409
+ "learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
7410
+ "category": "Libraries",
7411
+ "type": "3rd-party",
7412
+ "maintainers": [
7413
+ {
7414
+ "name": "Abdelrahman Awad",
7415
+ "github": "logaretm"
7416
+ }
7417
+ ],
7418
+ "compatibility": {
7419
+ "nuxt": "^3.0.0",
7420
+ "requires": {}
7421
+ }
7422
+ },
5637
7423
  {
5638
7424
  "name": "vendor",
5639
7425
  "description": "directly serve node_modules",
@@ -5657,9 +7443,54 @@
5657
7443
  "requires": {}
5658
7444
  }
5659
7445
  },
7446
+ {
7447
+ "name": "vercel-analytics",
7448
+ "description": "Vercel Analytics integration for Nuxt",
7449
+ "repo": "xanderbarkhatov/nuxt-vercel-analytics",
7450
+ "npm": "nuxt-vercel-analytics",
7451
+ "icon": "",
7452
+ "github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
7453
+ "website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
7454
+ "learn_more": "https://vercel.com/docs/concepts/analytics",
7455
+ "category": "Analytics",
7456
+ "type": "3rd-party",
7457
+ "maintainers": [
7458
+ {
7459
+ "name": "Alexander B.",
7460
+ "github": "xanderbarkhatov"
7461
+ }
7462
+ ],
7463
+ "compatibility": {
7464
+ "nuxt": "^3.0.0",
7465
+ "requires": {}
7466
+ }
7467
+ },
7468
+ {
7469
+ "name": "vexip-ui",
7470
+ "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
7471
+ "repo": "vexip-ui/nuxt",
7472
+ "npm": "@vexip-ui/nuxt",
7473
+ "icon": "vexip-ui.svg",
7474
+ "github": "https://github.com/vexip-ui/vexip-ui",
7475
+ "website": "https://www.vexipui.com/",
7476
+ "learn_more": "https://github.com/vexip-ui/nuxt",
7477
+ "category": "UI",
7478
+ "type": "3rd-party",
7479
+ "maintainers": [
7480
+ {
7481
+ "name": "未觉雨声",
7482
+ "github": "qmhc",
7483
+ "twitter": "qmhc95"
7484
+ }
7485
+ ],
7486
+ "compatibility": {
7487
+ "nuxt": "^3.0.0",
7488
+ "requires": {}
7489
+ }
7490
+ },
5660
7491
  {
5661
7492
  "name": "vite-pwa-nuxt",
5662
- "description": "Zero-config PWA Plugin for Nuxt 3",
7493
+ "description": "Zero-config PWA Plugin for Nuxt",
5663
7494
  "repo": "vite-pwa/nuxt",
5664
7495
  "npm": "@vite-pwa/nuxt",
5665
7496
  "icon": "vite-pwa-nuxt.svg",
@@ -5686,24 +7517,52 @@
5686
7517
  }
5687
7518
  },
5688
7519
  {
5689
- "name": "vitest",
5690
- "description": "Vitest integration with Nuxt",
5691
- "repo": "danielroe/nuxt-vitest#main",
5692
- "npm": "nuxt-vitest",
5693
- "icon": "vitest.svg",
5694
- "github": "https://github.com/danielroe/nuxt-vitest",
5695
- "website": "https://github.com/danielroe/nuxt-vitest",
5696
- "learn_more": "",
5697
- "category": "Extensions",
7520
+ "name": "vue-email",
7521
+ "description": "💌 Write email templates with vue",
7522
+ "repo": "vue-email/nuxt",
7523
+ "npm": "@vue-email/nuxt",
7524
+ "icon": "vue-email.svg",
7525
+ "github": "https://github.com/vue-email/nuxt",
7526
+ "website": "https://vuemail.net/",
7527
+ "learn_more": "https://vuemail.net/ssr/nuxt",
7528
+ "category": "UI",
5698
7529
  "type": "3rd-party",
5699
7530
  "maintainers": [
5700
7531
  {
5701
- "name": "Daniel Roe",
5702
- "github": "danielroe"
7532
+ "name": "David Arenas",
7533
+ "github": "Dave136",
7534
+ "twitter": "davejs4",
7535
+ "avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
5703
7536
  },
5704
7537
  {
5705
- "name": "Anthony Fu",
5706
- "github": "antfu"
7538
+ "name": "Younes Barrad",
7539
+ "github": "Flowko",
7540
+ "twitter": "imflowko",
7541
+ "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
7542
+ }
7543
+ ],
7544
+ "compatibility": {
7545
+ "nuxt": "^3.0.0",
7546
+ "requires": {},
7547
+ "devtools": "^0.0.0"
7548
+ }
7549
+ },
7550
+ {
7551
+ "name": "vue-final-modal",
7552
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
7553
+ "repo": "vue-final/vue-final-modal#master/packages/nuxt",
7554
+ "npm": "@vue-final-modal/nuxt",
7555
+ "icon": "vue-final-modal.svg",
7556
+ "github": "https://github.com/vue-final/vue-final-modal",
7557
+ "website": "https://vue-final-modal.org/",
7558
+ "learn_more": "https://vue-final-modal.org/",
7559
+ "category": "UI",
7560
+ "type": "3rd-party",
7561
+ "maintainers": [
7562
+ {
7563
+ "name": "Hunter Liu",
7564
+ "github": "hunterliu1003",
7565
+ "twitter": "hunterliu1003"
5707
7566
  }
5708
7567
  ],
5709
7568
  "compatibility": {
@@ -5713,13 +7572,13 @@
5713
7572
  },
5714
7573
  {
5715
7574
  "name": "vue-macros",
5716
- "description": "Explore and extend more macros and syntax sugar to Vue.",
5717
- "repo": "sxzz/unplugin-vue-macros#main/packages/nuxt",
7575
+ "description": "Explore more macros and syntax sugar to Vue.",
7576
+ "repo": "sxzz/vue-macros#main/packages/nuxt",
5718
7577
  "npm": "@vue-macros/nuxt",
5719
7578
  "icon": "vue-macros.svg",
5720
- "github": "https://github.com/sxzz/unplugin-vue-macros",
7579
+ "github": "https://github.com/sxzz/vue-macros",
5721
7580
  "website": "https://vue-macros.sxzz.moe",
5722
- "learn_more": "https://github.com/sxzz/unplugin-vue-macros",
7581
+ "learn_more": "https://github.com/sxzz/vue-macros",
5723
7582
  "category": "Extensions",
5724
7583
  "type": "3rd-party",
5725
7584
  "maintainers": [
@@ -5733,7 +7592,8 @@
5733
7592
  "nuxt": "^3.0.0",
5734
7593
  "requires": {
5735
7594
  "bridge": "optional"
5736
- }
7595
+ },
7596
+ "devtools": "^0.0.0"
5737
7597
  }
5738
7598
  },
5739
7599
  {
@@ -5760,7 +7620,7 @@
5760
7620
  },
5761
7621
  {
5762
7622
  "name": "vue-multiselect",
5763
- "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
7623
+ "description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
5764
7624
  "repo": "spektrummedia/nuxt-vue-multiselect",
5765
7625
  "npm": "nuxt-vue-multiselect",
5766
7626
  "icon": "",
@@ -5785,7 +7645,7 @@
5785
7645
  "description": "Plausible analytics for Vue.js and Nuxt",
5786
7646
  "repo": "moritzsternemann/vue-plausible",
5787
7647
  "npm": "vue-plausible",
5788
- "icon": "plausible.png",
7648
+ "icon": "plausible.svg",
5789
7649
  "github": "https://github.com/moritzsternemann/vue-plausible",
5790
7650
  "website": "https://github.com/moritzsternemann/vue-plausible",
5791
7651
  "learn_more": "",
@@ -5802,6 +7662,29 @@
5802
7662
  "requires": {}
5803
7663
  }
5804
7664
  },
7665
+ {
7666
+ "name": "vue-query",
7667
+ "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
7668
+ "repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
7669
+ "npm": "@hebilicious/vue-query-nuxt",
7670
+ "icon": "vue-query.svg",
7671
+ "github": "https://github.com/Hebilicious/vue-query-nuxt",
7672
+ "website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
7673
+ "learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
7674
+ "category": "Request",
7675
+ "type": "3rd-party",
7676
+ "maintainers": [
7677
+ {
7678
+ "name": "Hebilicious",
7679
+ "github": "Hebilicious",
7680
+ "twitter": "its_hebilicious"
7681
+ }
7682
+ ],
7683
+ "compatibility": {
7684
+ "nuxt": "^3.0.0",
7685
+ "requires": {}
7686
+ }
7687
+ },
5805
7688
  {
5806
7689
  "name": "vue-select",
5807
7690
  "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
@@ -5851,7 +7734,7 @@
5851
7734
  },
5852
7735
  {
5853
7736
  "name": "vue-warehouse",
5854
- "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
7737
+ "description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
5855
7738
  "repo": "juliomrqz/vue-warehouse",
5856
7739
  "npm": "vue-warehouse",
5857
7740
  "icon": "",
@@ -5872,10 +7755,33 @@
5872
7755
  "requires": {}
5873
7756
  }
5874
7757
  },
7758
+ {
7759
+ "name": "vue3-carousel-nuxt",
7760
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
7761
+ "repo": "gaetansenn/vue3-carousel-nuxt",
7762
+ "npm": "vue3-carousel-nuxt",
7763
+ "icon": "",
7764
+ "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7765
+ "website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7766
+ "learn_more": "",
7767
+ "category": "UI",
7768
+ "type": "3rd-party",
7769
+ "maintainers": [
7770
+ {
7771
+ "name": "Gaetan SENN",
7772
+ "github": "gaetansenn",
7773
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
7774
+ }
7775
+ ],
7776
+ "compatibility": {
7777
+ "nuxt": "^3.0.0",
7778
+ "requires": {}
7779
+ }
7780
+ },
5875
7781
  {
5876
7782
  "name": "vuefire",
5877
7783
  "description": "Idiomatic composables for the Firebase SDK",
5878
- "repo": "vuejs/vuefire/packages/nuxt",
7784
+ "repo": "vuejs/vuefire#main/packages/nuxt",
5879
7785
  "npm": "nuxt-vuefire",
5880
7786
  "icon": "vuefire.svg",
5881
7787
  "github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
@@ -5894,15 +7800,61 @@
5894
7800
  "requires": {}
5895
7801
  }
5896
7802
  },
7803
+ {
7804
+ "name": "vueform-builder",
7805
+ "description": "Official Vueform Builder module for Nuxt",
7806
+ "repo": "vueform/builder#main/nuxt",
7807
+ "npm": "@vueform/builder-nuxt",
7808
+ "icon": "vueform.svg",
7809
+ "github": "https://github.com/vueform/builder",
7810
+ "website": "https://builder.vueform.com",
7811
+ "learn_more": "https://builder.vueform.com/docs/installation#nuxt",
7812
+ "category": "Libraries",
7813
+ "type": "3rd-party",
7814
+ "maintainers": [
7815
+ {
7816
+ "name": "Adam Berecz",
7817
+ "github": "adamberecz",
7818
+ "twitter": "bereczadam"
7819
+ }
7820
+ ],
7821
+ "compatibility": {
7822
+ "nuxt": "^3.0.0",
7823
+ "requires": {}
7824
+ }
7825
+ },
7826
+ {
7827
+ "name": "vueform",
7828
+ "description": "Official Vueform module for Nuxt",
7829
+ "repo": "vueform/vueform#main/nuxt",
7830
+ "npm": "@vueform/nuxt",
7831
+ "icon": "vueform.svg",
7832
+ "github": "https://github.com/vueform/vueform",
7833
+ "website": "https://vueform.com",
7834
+ "learn_more": "https://vueform.com/docs/installation#nuxt",
7835
+ "category": "Libraries",
7836
+ "type": "3rd-party",
7837
+ "maintainers": [
7838
+ {
7839
+ "name": "Adam Berecz",
7840
+ "github": "adamberecz",
7841
+ "twitter": "bereczadam"
7842
+ }
7843
+ ],
7844
+ "compatibility": {
7845
+ "nuxt": "^3.0.0",
7846
+ "requires": {}
7847
+ }
7848
+ },
5897
7849
  {
5898
7850
  "name": "vuestic",
5899
- "description": "Vuestic UI module for Nuxt 3",
7851
+ "description": "Vuestic UI module for Nuxt",
5900
7852
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
5901
7853
  "npm": "@vuestic/nuxt",
5902
7854
  "icon": "vuestic.png",
5903
7855
  "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
5904
- "website": "https://vuestic.dev",
5905
- "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
7856
+ "website": "https://ui.vuestic.dev",
7857
+ "learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
5906
7858
  "category": "UI",
5907
7859
  "type": "3rd-party",
5908
7860
  "maintainers": [
@@ -5916,9 +7868,31 @@
5916
7868
  "requires": {}
5917
7869
  }
5918
7870
  },
7871
+ {
7872
+ "name": "vuetify-nuxt-module",
7873
+ "description": "Zero-config Nuxt Module for Vuetify.",
7874
+ "repo": "userquin/vuetify-nuxt-module",
7875
+ "npm": "vuetify-nuxt-module",
7876
+ "icon": "vuetify-logo-v3-dark.svg",
7877
+ "github": "https://github.com/userquin/vuetify-nuxt-module",
7878
+ "website": "https://vuetify-nuxt-module.netlify.app/",
7879
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
7880
+ "category": "UI",
7881
+ "type": "3rd-party",
7882
+ "maintainers": [
7883
+ {
7884
+ "name": "Joaquín Sánchez",
7885
+ "github": "userquin"
7886
+ }
7887
+ ],
7888
+ "compatibility": {
7889
+ "nuxt": "^3.0.0",
7890
+ "requires": {}
7891
+ }
7892
+ },
5919
7893
  {
5920
7894
  "name": "vuetify",
5921
- "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
7895
+ "description": "Vuetify Module for Nuxt to add Material Design components to your application.",
5922
7896
  "repo": "nuxt-community/vuetify-module",
5923
7897
  "npm": "@nuxtjs/vuetify",
5924
7898
  "icon": "vuetify.png",
@@ -5965,7 +7939,8 @@
5965
7939
  "nuxt": "^2.0.0 || ^3.0.0",
5966
7940
  "requires": {
5967
7941
  "bridge": "optional"
5968
- }
7942
+ },
7943
+ "devtools": "^0.0.0"
5969
7944
  }
5970
7945
  },
5971
7946
  {
@@ -5992,9 +7967,9 @@
5992
7967
  },
5993
7968
  {
5994
7969
  "name": "vunix",
5995
- "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.",
5996
- "repo": "gaetansenn/vunix",
5997
- "npm": "vunix",
7970
+ "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.",
7971
+ "repo": "gaetansenn/vunix#main/packages/nuxt",
7972
+ "npm": "@vunix/nuxt",
5998
7973
  "icon": "",
5999
7974
  "github": "https://github.com/gaetansenn/vunix",
6000
7975
  "website": "https://vunix.dewib.com/",
@@ -6016,11 +7991,11 @@
6016
7991
  {
6017
7992
  "name": "web-vitals",
6018
7993
  "description": "Web Vitals for Nuxt",
6019
- "repo": "nuxt-community/web-vitals-module",
7994
+ "repo": "nuxt-modules/web-vitals",
6020
7995
  "npm": "@nuxtjs/web-vitals",
6021
7996
  "icon": "web-vitals.png",
6022
- "github": "https://github.com/nuxt-community/web-vitals-module",
6023
- "website": "https://github.com/nuxt-community/web-vitals-module",
7997
+ "github": "https://github.com/nuxt-modules/web-vitals",
7998
+ "website": "https://github.com/nuxt-modules/web-vitals",
6024
7999
  "learn_more": "",
6025
8000
  "category": "Performance",
6026
8001
  "type": "community",
@@ -6071,7 +8046,7 @@
6071
8046
  },
6072
8047
  {
6073
8048
  "name": "webpack-optimisations",
6074
- "description": "Nuxt.js v2 module to automatically make your builds faster.",
8049
+ "description": "Nuxt v2 module to automatically make your builds faster.",
6075
8050
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
6076
8051
  "npm": "nuxt-webpack-optimisations",
6077
8052
  "icon": "build-optimisations.svg",
@@ -6146,7 +8121,7 @@
6146
8121
  "icon": "webpack.png",
6147
8122
  "github": "https://github.com/nuxt-community/webpackmonitor-module",
6148
8123
  "website": "https://github.com/nuxt-community/webpackmonitor-module",
6149
- "learn_more": "http://webpackmonitor.com/",
8124
+ "learn_more": "",
6150
8125
  "category": "Devtools",
6151
8126
  "type": "community",
6152
8127
  "maintainers": [
@@ -6163,7 +8138,7 @@
6163
8138
  },
6164
8139
  {
6165
8140
  "name": "well-known",
6166
- "description": "A Nuxt.js module to add well-known URIs using middlewares",
8141
+ "description": "A Nuxt module to add well-known URIs using middlewares",
6167
8142
  "repo": "zadigetvoltaire/nuxt-well-known",
6168
8143
  "npm": "@zadigetvoltaire/nuxt-well-known",
6169
8144
  "icon": "well-known.svg",
@@ -6183,14 +8158,40 @@
6183
8158
  "requires": {}
6184
8159
  }
6185
8160
  },
8161
+ {
8162
+ "name": "wideangle",
8163
+ "description": "Nuxt module to integrate Wide Angle Analytics",
8164
+ "repo": "inputobjects/wideangle-nuxt",
8165
+ "npm": "wideangle-nuxt",
8166
+ "icon": "wideangle.png",
8167
+ "github": "https://github.com/inputobjects/wideangle-nuxt",
8168
+ "website": "https://wideangle.co",
8169
+ "learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
8170
+ "category": "Analytics",
8171
+ "type": "3rd-party",
8172
+ "maintainers": [
8173
+ {
8174
+ "name": "Wide Angle Analytics by Input Objects GmbH",
8175
+ "github": "inputobjects"
8176
+ },
8177
+ {
8178
+ "name": "Jarek Rozanski",
8179
+ "github": "jrozanski"
8180
+ }
8181
+ ],
8182
+ "compatibility": {
8183
+ "nuxt": "^3.0.0",
8184
+ "requires": {}
8185
+ }
8186
+ },
6186
8187
  {
6187
8188
  "name": "windicss",
6188
8189
  "description": "Next generation utility-first CSS framework.",
6189
- "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
8190
+ "repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
6190
8191
  "npm": "nuxt-windicss",
6191
8192
  "icon": "windicss.svg",
6192
- "github": "https://github.com/windicss/nuxt-windicss-module",
6193
- "website": "https://github.com/windicss/nuxt-windicss-module",
8193
+ "github": "https://github.com/windicss/nuxt-windicss",
8194
+ "website": "https://github.com/windicss/nuxt-windicss",
6194
8195
  "learn_more": "https://windicss.org/",
6195
8196
  "category": "UI",
6196
8197
  "type": "3rd-party",
@@ -6326,55 +8327,9 @@
6326
8327
  "requires": {}
6327
8328
  }
6328
8329
  },
6329
- {
6330
- "name": "yandex-metrika-next",
6331
- "description": "Yandex Metrika integration for Nuxt",
6332
- "repo": "artmizu/yandex-metrika-nuxt",
6333
- "npm": "@artmizu/yandex-metrika-nuxt",
6334
- "icon": "yandex-metrika.svg",
6335
- "github": "https://github.com/artmizu/yandex-metrika-nuxt",
6336
- "website": "https://github.com/artmizu/yandex-metrika-nuxt",
6337
- "learn_more": "",
6338
- "category": "Analytics",
6339
- "type": "3rd-party",
6340
- "maintainers": [
6341
- {
6342
- "name": "Aleksandr Saburov",
6343
- "github": "artmizu",
6344
- "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
6345
- }
6346
- ],
6347
- "compatibility": {
6348
- "nuxt": "^3.0.0",
6349
- "requires": {}
6350
- }
6351
- },
6352
- {
6353
- "name": "yandex-metrika",
6354
- "description": "Yandex metrika Module for Nuxt.js",
6355
- "repo": "nuxt-community/yandex-metrika-module",
6356
- "npm": "@nuxtjs/yandex-metrika",
6357
- "icon": "",
6358
- "github": "https://github.com/nuxt-community/yandex-metrika-module",
6359
- "website": "https://github.com/nuxt-community/yandex-metrika-module",
6360
- "learn_more": "https://metrica.yandex.com/about",
6361
- "category": "Analytics",
6362
- "type": "community",
6363
- "maintainers": [
6364
- {
6365
- "name": "Pooya Parsa",
6366
- "github": "pi0",
6367
- "twitter": "_pi0_"
6368
- }
6369
- ],
6370
- "compatibility": {
6371
- "nuxt": "^2.0.0",
6372
- "requires": {}
6373
- }
6374
- },
6375
8330
  {
6376
8331
  "name": "zendesk",
6377
- "description": "Nuxt.js module for Zendesk",
8332
+ "description": "Nuxt module for Zendesk",
6378
8333
  "repo": "DansMaCulotte/nuxt-zendesk",
6379
8334
  "npm": "@dansmaculotte/nuxt-zendesk",
6380
8335
  "icon": "zendesk.png",