@nuxt/modules 0.6.0-a72d02 → 0.6.0-a7c064

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 +2473 -606
  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,13 +142,59 @@
142
142
  }
143
143
  ],
144
144
  "compatibility": {
145
- "nuxt": "^2.0.0",
145
+ "nuxt": "^2.0.0 || ^3.0.0",
146
+ "requires": {}
147
+ }
148
+ },
149
+ {
150
+ "name": "ant-design-vue",
151
+ "description": "A Vue 3 based component library for designers and developers",
152
+ "repo": "vueComponent/ant-design-vue-nuxt",
153
+ "npm": "@ant-design-vue/nuxt",
154
+ "icon": "ant-design-vue.svg",
155
+ "github": "https://github.com/vueComponent/ant-design-vue-nuxt",
156
+ "website": "https://antdv.com",
157
+ "learn_more": "https://github.com/vueComponent/ant-design-vue-nuxt",
158
+ "category": "UI",
159
+ "type": "3rd-party",
160
+ "maintainers": [
161
+ {
162
+ "name": "tangjinzhou",
163
+ "github": "tangjinzhou"
164
+ }
165
+ ],
166
+ "compatibility": {
167
+ "nuxt": "^3.0.0",
168
+ "requires": {
169
+ "bridge": "optional"
170
+ }
171
+ }
172
+ },
173
+ {
174
+ "name": "aos",
175
+ "description": "A Nuxt module that adds Animate On Scroll",
176
+ "repo": "egidiusmengelberg/nuxt-aos",
177
+ "npm": "nuxt-aos",
178
+ "icon": "aos.png",
179
+ "github": "https://github.com/egidiusmengelberg/nuxt-aos",
180
+ "website": "https://github.com/egidiusmengelberg/nuxt-aos",
181
+ "learn_more": "",
182
+ "category": "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": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
152
198
  "repo": "johannschopplich/nuxt-api-party",
153
199
  "npm": "nuxt-api-party",
154
200
  "icon": "api-party.svg",
@@ -196,7 +242,7 @@
196
242
  },
197
243
  {
198
244
  "name": "apollo",
199
- "description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
245
+ "description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
200
246
  "repo": "nuxt-modules/apollo",
201
247
  "npm": "@nuxtjs/apollo",
202
248
  "icon": "apollo.png",
@@ -220,7 +266,7 @@
220
266
  },
221
267
  {
222
268
  "name": "applicationinsights",
223
- "description": "AppInsights module for Nuxt.js",
269
+ "description": "AppInsights module for Nuxt",
224
270
  "repo": "nuxt-community/applicationinsights-module",
225
271
  "npm": "@nuxtjs/applicationinsights",
226
272
  "icon": "application-insights.png",
@@ -262,9 +308,76 @@
262
308
  "requires": {}
263
309
  }
264
310
  },
311
+ {
312
+ "name": "arco-design-nuxt-module",
313
+ "description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
314
+ "repo": "wiidede/arco-design-nuxt-module",
315
+ "npm": "arco-design-nuxt-module",
316
+ "icon": "arco-design.svg",
317
+ "github": "https://github.com/wiidede/arco-design-nuxt-module",
318
+ "website": "https://arco.design/vue",
319
+ "learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
320
+ "category": "UI",
321
+ "type": "3rd-party",
322
+ "maintainers": [
323
+ {
324
+ "name": "wiidede",
325
+ "github": "wiidede"
326
+ }
327
+ ],
328
+ "compatibility": {
329
+ "nuxt": "^3.0.0",
330
+ "requires": {}
331
+ }
332
+ },
333
+ {
334
+ "name": "ark-ui",
335
+ "description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
336
+ "repo": "iamdin/nuxt-ark-ui",
337
+ "npm": "nuxt-ark-ui",
338
+ "icon": "ark-ui.svg",
339
+ "github": "https://github.com/iamdin/nuxt-ark-ui",
340
+ "website": "https://ark-ui.com/",
341
+ "learn_more": "https://github.com/iamdin/nuxt-ark-ui",
342
+ "category": "UI",
343
+ "type": "3rd-party",
344
+ "maintainers": [
345
+ {
346
+ "name": "Din",
347
+ "github": "iamdin",
348
+ "twitter": "iamdinq"
349
+ }
350
+ ],
351
+ "compatibility": {
352
+ "nuxt": "^3.0.0",
353
+ "requires": {}
354
+ }
355
+ },
356
+ {
357
+ "name": "auth-utils",
358
+ "description": "Minimalist Auth module for Nuxt with SSR.",
359
+ "repo": "atinux/nuxt-auth-utils",
360
+ "npm": "nuxt-auth-utils",
361
+ "icon": "",
362
+ "github": "https://github.com/atinux/nuxt-auth-utils",
363
+ "website": "https://github.com/atinux/nuxt-auth-utils",
364
+ "learn_more": "",
365
+ "category": "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,29 @@
1485
1801
  "requires": {}
1486
1802
  }
1487
1803
  },
1804
+ {
1805
+ "name": "form-actions",
1806
+ "description": "A set of features and composables to interact with forms and server data.",
1807
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
1808
+ "npm": "@hebilicious/form-actions-nuxt",
1809
+ "icon": "form-actions.svg",
1810
+ "github": "https://github.com/Hebilicious/form-actions-nuxt",
1811
+ "website": "https://form-actions-nuxt.pages.dev/",
1812
+ "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1813
+ "category": "Request",
1814
+ "type": "3rd-party",
1815
+ "maintainers": [
1816
+ {
1817
+ "name": "Hebilicious",
1818
+ "github": "Hebilicious",
1819
+ "twitter": "its_hebilicious"
1820
+ }
1821
+ ],
1822
+ "compatibility": {
1823
+ "nuxt": "^3.7.0",
1824
+ "requires": {}
1825
+ }
1826
+ },
1488
1827
  {
1489
1828
  "name": "formkit",
1490
1829
  "description": "Seamless FormKit integration for Nuxt",
@@ -1493,7 +1832,7 @@
1493
1832
  "icon": "formkit.png",
1494
1833
  "github": "https://github.com/formkit/formkit",
1495
1834
  "website": "https://formkit.com",
1496
- "learn_more": "https://formkit.com/essentials/installation#with-nuxt",
1835
+ "learn_more": "https://formkit.com/getting-started/installation",
1497
1836
  "category": "Libraries",
1498
1837
  "type": "3rd-party",
1499
1838
  "maintainers": [
@@ -1559,7 +1898,7 @@
1559
1898
  },
1560
1899
  {
1561
1900
  "name": "google-adsense",
1562
- "description": "Google Adsense Module for Nuxt.js",
1901
+ "description": "Google Adsense Module for Nuxt",
1563
1902
  "repo": "nuxt-community/google-adsense-module",
1564
1903
  "npm": "@nuxtjs/google-adsense",
1565
1904
  "icon": "google-adsense.png",
@@ -1585,7 +1924,7 @@
1585
1924
  },
1586
1925
  {
1587
1926
  "name": "google-analytics",
1588
- "description": "Google analytics Module for Nuxt.js",
1927
+ "description": "Google analytics Module for Nuxt",
1589
1928
  "repo": "nuxt-community/analytics-module",
1590
1929
  "npm": "@nuxtjs/google-analytics",
1591
1930
  "icon": "google-analytics.png",
@@ -1617,12 +1956,12 @@
1617
1956
  },
1618
1957
  {
1619
1958
  "name": "google-fonts",
1620
- "description": "Google Fonts module for NuxtJS",
1621
- "repo": "nuxt-community/google-fonts-module",
1959
+ "description": "Google Fonts module for Nuxt",
1960
+ "repo": "nuxt-modules/google-fonts",
1622
1961
  "npm": "@nuxtjs/google-fonts",
1623
1962
  "icon": "google-fonts.png",
1624
- "github": "https://github.com/nuxt-community/google-fonts-module",
1625
- "website": "https://github.com/nuxt-community/google-fonts-module",
1963
+ "github": "https://github.com/nuxt-modules/google-fonts",
1964
+ "website": "https://google-fonts.nuxtjs.org",
1626
1965
  "learn_more": "https://developers.google.com/fonts",
1627
1966
  "category": "Fonts",
1628
1967
  "type": "community",
@@ -1641,7 +1980,7 @@
1641
1980
  },
1642
1981
  {
1643
1982
  "name": "google-gtag",
1644
- "description": "Google GTag for Nuxt.js",
1983
+ "description": "Google GTag for Nuxt",
1645
1984
  "repo": "nuxt-community/google-gtag",
1646
1985
  "npm": "@nuxtjs/google-gtag",
1647
1986
  "icon": "gtm.png",
@@ -1667,7 +2006,7 @@
1667
2006
  },
1668
2007
  {
1669
2008
  "name": "google-optimize",
1670
- "description": "SSR friendly Google Optimize module for Nuxt.js",
2009
+ "description": "SSR friendly Google Optimize module for Nuxt",
1671
2010
  "repo": "nuxt-community/google-optimize-module",
1672
2011
  "npm": "nuxt-google-optimize",
1673
2012
  "icon": "google-optimize.png",
@@ -1706,7 +2045,7 @@
1706
2045
  "icon": "graphql-client.svg",
1707
2046
  "github": "https://github.com/diizzayy/nuxt-graphql-client",
1708
2047
  "website": "https://github.com/diizzayy/nuxt-graphql-client",
1709
- "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
2048
+ "learn_more": "https://nuxt-graphql-client.web.app/",
1710
2049
  "category": "Request",
1711
2050
  "type": "3rd-party",
1712
2051
  "maintainers": [
@@ -1722,7 +2061,7 @@
1722
2061
  },
1723
2062
  {
1724
2063
  "name": "graphql-request",
1725
- "description": "Easy Minimal GraphQL client integration with Nuxt.js",
2064
+ "description": "Easy Minimal GraphQL client integration with Nuxt",
1726
2065
  "repo": "gomah/nuxt-graphql-request",
1727
2066
  "npm": "nuxt-graphql-request",
1728
2067
  "icon": "graphql-request.png",
@@ -1738,7 +2077,7 @@
1738
2077
  }
1739
2078
  ],
1740
2079
  "compatibility": {
1741
- "nuxt": "^2.0.0",
2080
+ "nuxt": "^2.0.0 || ^3.0.0",
1742
2081
  "requires": {}
1743
2082
  }
1744
2083
  },
@@ -1761,12 +2100,13 @@
1761
2100
  ],
1762
2101
  "compatibility": {
1763
2102
  "nuxt": "^3.0.0",
1764
- "requires": {}
2103
+ "requires": {},
2104
+ "devtools": "^0.0.0"
1765
2105
  }
1766
2106
  },
1767
2107
  {
1768
2108
  "name": "gtag",
1769
- "description": "Google Analytics integration for Nuxt 3",
2109
+ "description": "Google Analytics integration for Nuxt",
1770
2110
  "repo": "johannschopplich/nuxt-gtag",
1771
2111
  "npm": "nuxt-gtag",
1772
2112
  "icon": "gtag.svg",
@@ -1790,7 +2130,7 @@
1790
2130
  },
1791
2131
  {
1792
2132
  "name": "gtm",
1793
- "description": "Google Tag Manager Module for Nuxt.js",
2133
+ "description": "Google Tag Manager Module for Nuxt",
1794
2134
  "repo": "nuxt-community/gtm-module",
1795
2135
  "npm": "@nuxtjs/gtm",
1796
2136
  "icon": "gtm.png",
@@ -1813,7 +2153,7 @@
1813
2153
  },
1814
2154
  {
1815
2155
  "name": "guess",
1816
- "description": "Guess.js module for Nuxt.js",
2156
+ "description": "Guess.js module for Nuxt",
1817
2157
  "repo": "nuxt-community/guess-module",
1818
2158
  "npm": "@nuxtjs/guess-module",
1819
2159
  "icon": "guessjs.png",
@@ -1833,6 +2173,28 @@
1833
2173
  "requires": {}
1834
2174
  }
1835
2175
  },
2176
+ {
2177
+ "name": "hanko",
2178
+ "description": "Hanko integration for Nuxt for passwordless authentication",
2179
+ "repo": "nuxt-modules/hanko",
2180
+ "npm": "@nuxtjs/hanko",
2181
+ "icon": "hanko.svg",
2182
+ "github": "https://github.com/nuxt-modules/hanko",
2183
+ "website": "https://github.com/nuxt-modules/hanko",
2184
+ "learn_more": "https://hanko.io/",
2185
+ "category": "Security",
2186
+ "type": "community",
2187
+ "maintainers": [
2188
+ {
2189
+ "name": "danielroe",
2190
+ "github": "danielroe"
2191
+ }
2192
+ ],
2193
+ "compatibility": {
2194
+ "nuxt": "^3.0.0",
2195
+ "requires": {}
2196
+ }
2197
+ },
1836
2198
  {
1837
2199
  "name": "harlem",
1838
2200
  "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
@@ -1903,7 +2265,7 @@
1903
2265
  },
1904
2266
  {
1905
2267
  "name": "helmet",
1906
- "description": "Easy Helmet module with Nuxt.js'",
2268
+ "description": "Easy Helmet module with Nuxt'",
1907
2269
  "repo": "victor-perez/nuxt-helmet",
1908
2270
  "npm": "nuxt-helmet",
1909
2271
  "icon": "",
@@ -1947,7 +2309,7 @@
1947
2309
  },
1948
2310
  {
1949
2311
  "name": "history-state",
1950
- "description": "Nuxt.js module to backup or restore historical states",
2312
+ "description": "Nuxt module to backup or restore historical states",
1951
2313
  "repo": "hidekatsu-izuno/nuxt-history-state",
1952
2314
  "npm": "nuxt-history-state",
1953
2315
  "icon": "",
@@ -2016,7 +2378,7 @@
2016
2378
  },
2017
2379
  {
2018
2380
  "name": "http",
2019
- "description": "Universal HTTP Module for Nuxt.js",
2381
+ "description": "Universal HTTP Module for Nuxt",
2020
2382
  "repo": "nuxt/http",
2021
2383
  "npm": "@nuxt/http",
2022
2384
  "icon": "http.png",
@@ -2044,7 +2406,7 @@
2044
2406
  },
2045
2407
  {
2046
2408
  "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.",
2409
+ "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
2410
  "repo": "Luxdamore/nuxt-humans-txt",
2049
2411
  "npm": "@luxdamore/nuxt-humans-txt",
2050
2412
  "icon": "",
@@ -2068,12 +2430,12 @@
2068
2430
  {
2069
2431
  "name": "i18n",
2070
2432
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
2071
- "repo": "nuxt-community/i18n-module",
2433
+ "repo": "nuxt-modules/i18n",
2072
2434
  "npm": "@nuxtjs/i18n",
2073
2435
  "icon": "i18n.png",
2074
- "github": "https://github.com/nuxt-community/i18n-module",
2436
+ "github": "https://github.com/nuxt-modules/i18n",
2075
2437
  "website": "https://i18n.nuxtjs.org",
2076
- "learn_more": "https://kazupon.github.io/vue-i18n/",
2438
+ "learn_more": "https://vue-i18n.intlify.dev/",
2077
2439
  "category": "Extensions",
2078
2440
  "type": "community",
2079
2441
  "maintainers": [
@@ -2084,6 +2446,10 @@
2084
2446
  {
2085
2447
  "name": "Kazuya Kawaguchi",
2086
2448
  "github": "kazupon"
2449
+ },
2450
+ {
2451
+ "name": "Bobbie Goede",
2452
+ "github": "BobbieGoede"
2087
2453
  }
2088
2454
  ],
2089
2455
  "compatibility": {
@@ -2092,20 +2458,20 @@
2092
2458
  }
2093
2459
  },
2094
2460
  {
2095
- "name": "icon",
2096
- "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
2097
- "repo": "nuxt-modules/icon",
2098
- "npm": "nuxt-icon",
2099
- "icon": "nuxt-icon.png",
2100
- "github": "https://github.com/nuxt-modules/icon",
2101
- "website": "https://github.com/nuxt-modules/icon",
2461
+ "name": "icon-font",
2462
+ "description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
2463
+ "repo": "coremyslo/nuxt-icon-font",
2464
+ "npm": "@coremyslo/nuxt-icon-font",
2465
+ "icon": "",
2466
+ "github": "https://github.com/coremyslo/nuxt-icon-font",
2467
+ "website": "https://github.com/coremyslo/nuxt-icon-font",
2102
2468
  "learn_more": "",
2103
2469
  "category": "UI",
2104
- "type": "community",
2470
+ "type": "3rd-party",
2105
2471
  "maintainers": [
2106
2472
  {
2107
- "name": "Atinux",
2108
- "github": "Atinux"
2473
+ "name": "coremyslo",
2474
+ "github": "coremyslo"
2109
2475
  }
2110
2476
  ],
2111
2477
  "compatibility": {
@@ -2114,25 +2480,71 @@
2114
2480
  }
2115
2481
  },
2116
2482
  {
2117
- "name": "icons",
2118
- "description": "Use your own automatically imported SVG icons.",
2119
- "repo": "gitfoxcode/nuxt-icons",
2120
- "npm": "nuxt-icons",
2121
- "icon": "icons.png",
2122
- "github": "https://github.com/gitFoxCode/nuxt-icons",
2123
- "website": "https://github.com/gitFoxCode/nuxt-icons",
2483
+ "name": "icon-tw",
2484
+ "description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
2485
+ "repo": "jcamp-code/nuxt-icon-tw",
2486
+ "npm": "nuxt-icon-tw",
2487
+ "icon": "nuxt-icon.png",
2488
+ "github": "https://github.com/jcamp-code/nuxt-icon-tw",
2489
+ "website": "https://github.com/jcamp-code/nuxt-icon-tw",
2124
2490
  "learn_more": "",
2125
2491
  "category": "UI",
2126
2492
  "type": "3rd-party",
2127
2493
  "maintainers": [
2128
2494
  {
2129
- "name": "Sebastian Wludzik",
2130
- "github": "gitfoxcode"
2495
+ "name": "JohnCampionJr",
2496
+ "github": "JohnCampionJr"
2131
2497
  }
2132
2498
  ],
2133
2499
  "compatibility": {
2134
2500
  "nuxt": "^3.0.0",
2135
- "requires": {}
2501
+ "requires": {},
2502
+ "devtools": "^0.0.0"
2503
+ }
2504
+ },
2505
+ {
2506
+ "name": "icon",
2507
+ "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
2508
+ "repo": "nuxt-modules/icon",
2509
+ "npm": "nuxt-icon",
2510
+ "icon": "nuxt-icon.png",
2511
+ "github": "https://github.com/nuxt-modules/icon",
2512
+ "website": "https://github.com/nuxt-modules/icon",
2513
+ "learn_more": "",
2514
+ "category": "UI",
2515
+ "type": "community",
2516
+ "maintainers": [
2517
+ {
2518
+ "name": "Atinux",
2519
+ "github": "Atinux"
2520
+ }
2521
+ ],
2522
+ "compatibility": {
2523
+ "nuxt": "^3.0.0",
2524
+ "requires": {},
2525
+ "devtools": "^0.0.0"
2526
+ }
2527
+ },
2528
+ {
2529
+ "name": "icons",
2530
+ "description": "Use your own automatically imported SVG icons.",
2531
+ "repo": "gitfoxcode/nuxt-icons",
2532
+ "npm": "nuxt-icons",
2533
+ "icon": "icons.png",
2534
+ "github": "https://github.com/gitFoxCode/nuxt-icons",
2535
+ "website": "https://github.com/gitFoxCode/nuxt-icons",
2536
+ "learn_more": "",
2537
+ "category": "UI",
2538
+ "type": "3rd-party",
2539
+ "maintainers": [
2540
+ {
2541
+ "name": "Sebastian Wludzik",
2542
+ "github": "gitfoxcode"
2543
+ }
2544
+ ],
2545
+ "compatibility": {
2546
+ "nuxt": "^3.0.0",
2547
+ "requires": {}
2136
2548
  }
2137
2549
  },
2138
2550
  {
@@ -2159,12 +2571,12 @@
2159
2571
  },
2160
2572
  {
2161
2573
  "name": "image",
2162
- "description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
2574
+ "description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
2163
2575
  "repo": "nuxt/image",
2164
2576
  "npm": "@nuxt/image",
2165
2577
  "icon": "image.png",
2166
2578
  "github": "https://github.com/nuxt/image",
2167
- "website": "https://image.nuxtjs.org",
2579
+ "website": "https://image.nuxt.com",
2168
2580
  "learn_more": "",
2169
2581
  "category": "Images",
2170
2582
  "type": "official",
@@ -2174,6 +2586,11 @@
2174
2586
  "github": "farnabaz",
2175
2587
  "twitter": "a_birang"
2176
2588
  },
2589
+ {
2590
+ "name": "Daniel Roe",
2591
+ "github": "danielroe",
2592
+ "twitter": "danielcroe"
2593
+ },
2177
2594
  {
2178
2595
  "name": "Pooya Parsa",
2179
2596
  "github": "pi0",
@@ -2194,7 +2611,7 @@
2194
2611
  },
2195
2612
  {
2196
2613
  "name": "imagemin",
2197
- "description": "Automatically optimize (compress) all images used in Nuxt.js",
2614
+ "description": "Automatically optimize (compress) all images used in Nuxt",
2198
2615
  "repo": "nuxt-community/imagemin-module",
2199
2616
  "npm": "@nuxtjs/imagemin",
2200
2617
  "icon": "imagemin.png",
@@ -2217,12 +2634,12 @@
2217
2634
  {
2218
2635
  "name": "inkline",
2219
2636
  "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",
2637
+ "repo": "inkline/plugin",
2638
+ "npm": "@inkline/plugin",
2222
2639
  "icon": "inkline.svg",
2223
- "github": "https://github.com/inkline/nuxt-module-inkline",
2640
+ "github": "https://github.com/inkline/plugin",
2224
2641
  "website": "https://inkline.io",
2225
- "learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
2642
+ "learn_more": "https://inkline.io/docs/installation/nuxt",
2226
2643
  "category": "UI",
2227
2644
  "type": "3rd-party",
2228
2645
  "maintainers": [
@@ -2241,7 +2658,7 @@
2241
2658
  },
2242
2659
  {
2243
2660
  "name": "intercom",
2244
- "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
2661
+ "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
2245
2662
  "repo": "hex-digital/nuxt-intercom",
2246
2663
  "npm": "@hexdigital/nuxt-intercom",
2247
2664
  "icon": "intercom.png",
@@ -2286,7 +2703,7 @@
2286
2703
  },
2287
2704
  {
2288
2705
  "name": "jsonapi",
2289
- "description": "Easy JSON:API client integration for Nuxt.js",
2706
+ "description": "Easy JSON:API client integration for Nuxt",
2290
2707
  "repo": "patrickcate/nuxt-jsonapi",
2291
2708
  "npm": "nuxt-jsonapi",
2292
2709
  "icon": "jsonapi.svg",
@@ -2328,9 +2745,37 @@
2328
2745
  "requires": {}
2329
2746
  }
2330
2747
  },
2748
+ {
2749
+ "name": "kinde",
2750
+ "description": "Kinde authentication integration for Nuxt",
2751
+ "repo": "nuxt-modules/kinde",
2752
+ "npm": "@nuxtjs/kinde",
2753
+ "icon": "kinde.svg",
2754
+ "github": "https://github.com/nuxt-modules/kinde",
2755
+ "website": "https://kinde.com/docs/developer-tools/nuxt-module/",
2756
+ "learn_more": "https://kinde.com/",
2757
+ "category": "Security",
2758
+ "type": "community",
2759
+ "maintainers": [
2760
+ {
2761
+ "name": "danielroe",
2762
+ "github": "danielroe"
2763
+ },
2764
+ {
2765
+ "name": "daveordead",
2766
+ "github": "DaveOrDead",
2767
+ "twitter": "dave_or_dead"
2768
+ }
2769
+ ],
2770
+ "compatibility": {
2771
+ "nuxt": "^3.0.0",
2772
+ "requires": {}
2773
+ },
2774
+ "sponsor": true
2775
+ },
2331
2776
  {
2332
2777
  "name": "kql",
2333
- "description": "Nuxt 3 module for Kirby's Query Language API",
2778
+ "description": "Nuxt module for Kirby's Query Language API",
2334
2779
  "repo": "johannschopplich/nuxt-kql",
2335
2780
  "npm": "nuxt-kql",
2336
2781
  "icon": "kql.svg",
@@ -2354,7 +2799,7 @@
2354
2799
  },
2355
2800
  {
2356
2801
  "name": "laravel-echo",
2357
- "description": "Laravel Echo for Nuxt.js",
2802
+ "description": "Laravel Echo for Nuxt",
2358
2803
  "repo": "nuxt-community/laravel-echo",
2359
2804
  "npm": "@nuxtjs/laravel-echo",
2360
2805
  "icon": "laravel-echo.png",
@@ -2396,6 +2841,28 @@
2396
2841
  "requires": {}
2397
2842
  }
2398
2843
  },
2844
+ {
2845
+ "name": "laravel-precognition",
2846
+ "description": "Nuxt module to work with Laravel Precognition and $fetch",
2847
+ "repo": "sot1986/nuxt-laravel-precognition",
2848
+ "npm": "nuxt-laravel-precognition",
2849
+ "icon": "laravel.svg",
2850
+ "github": "https://github.com/sot1986/nuxt-laravel-precognition",
2851
+ "website": "https://github.com/sot1986/nuxt-laravel-precognition",
2852
+ "learn_more": "",
2853
+ "category": "Security",
2854
+ "type": "3rd-party",
2855
+ "maintainers": [
2856
+ {
2857
+ "name": "sot1986",
2858
+ "github": "sot1986"
2859
+ }
2860
+ ],
2861
+ "compatibility": {
2862
+ "nuxt": "^3.0.0",
2863
+ "requires": {}
2864
+ }
2865
+ },
2399
2866
  {
2400
2867
  "name": "laravel",
2401
2868
  "description": "Nuxt cli extension for use with laravel as backend",
@@ -2442,13 +2909,13 @@
2442
2909
  },
2443
2910
  {
2444
2911
  "name": "link-checker",
2445
- "description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
2912
+ "description": "Find and magically fix links that may be negatively effecting your SEO.",
2446
2913
  "repo": "harlan-zw/nuxt-link-checker",
2447
2914
  "npm": "nuxt-link-checker",
2448
- "icon": "",
2915
+ "icon": "link-checker.svg",
2449
2916
  "github": "https://github.com/harlan-zw/nuxt-link-checker",
2450
- "website": "https://github.com/harlan-zw/nuxt-link-checker",
2451
- "learn_more": "",
2917
+ "website": "https://nuxtseo.com/link-checker",
2918
+ "learn_more": "https://nuxtseo.com/link-checker",
2452
2919
  "category": "SEO",
2453
2920
  "type": "3rd-party",
2454
2921
  "maintainers": [
@@ -2461,7 +2928,8 @@
2461
2928
  ],
2462
2929
  "compatibility": {
2463
2930
  "nuxt": "^3.0.0",
2464
- "requires": {}
2931
+ "requires": {},
2932
+ "devtools": "^0.0.0"
2465
2933
  }
2466
2934
  },
2467
2935
  {
@@ -2538,12 +3006,12 @@
2538
3006
  },
2539
3007
  {
2540
3008
  "name": "logrocket",
2541
- "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
2542
- "repo": "nuxt-community/nuxt-logrocket",
3009
+ "description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
3010
+ "repo": "nuxt-modules/logrocket",
2543
3011
  "npm": "nuxt-logrocket",
2544
3012
  "icon": "logrocket.png",
2545
- "github": "https://github.com/nuxt-community/nuxt-logrocket",
2546
- "website": "https://github.com/nuxt-community/nuxt-logrocket",
3013
+ "github": "https://github.com/nuxt-modules/logrocket",
3014
+ "website": "https://github.com/nuxt-modules/logrocket",
2547
3015
  "learn_more": "https://docs.logrocket.com/docs",
2548
3016
  "category": "Monitoring",
2549
3017
  "type": "community",
@@ -2559,9 +3027,35 @@
2559
3027
  "requires": {}
2560
3028
  }
2561
3029
  },
3030
+ {
3031
+ "name": "lucide-icons",
3032
+ "description": "Nuxt module to integrate Lucide icons",
3033
+ "repo": "swisnl/nuxt-lucide-icons",
3034
+ "npm": "nuxt-lucide-icons",
3035
+ "icon": "lucide-icons.svg",
3036
+ "github": "https://github.com/swisnl/nuxt-lucide-icons",
3037
+ "website": "https://github.com/swisnl/nuxt-lucide-icons",
3038
+ "learn_more": "",
3039
+ "category": "UI",
3040
+ "type": "3rd-party",
3041
+ "maintainers": [
3042
+ {
3043
+ "name": "SWIS",
3044
+ "github": "swisnl"
3045
+ },
3046
+ {
3047
+ "name": "Jasper Zonneveld",
3048
+ "github": "JaZo"
3049
+ }
3050
+ ],
3051
+ "compatibility": {
3052
+ "nuxt": "^3.0.0",
3053
+ "requires": {}
3054
+ }
3055
+ },
2562
3056
  {
2563
3057
  "name": "lunr",
2564
- "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
3058
+ "description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
2565
3059
  "repo": "nuxt-community/lunr-module",
2566
3060
  "npm": "@nuxtjs/lunr-module",
2567
3061
  "icon": "",
@@ -2584,10 +3078,10 @@
2584
3078
  {
2585
3079
  "name": "magic-regexp",
2586
3080
  "description": "A compiled-away, type-safe, readable RegExp alternative",
2587
- "repo": "danielroe/magic-regexp",
3081
+ "repo": "unjs/magic-regexp",
2588
3082
  "npm": "magic-regexp",
2589
3083
  "icon": "magic-regexp.svg",
2590
- "github": "https://github.com/danielroe/magic-regexp",
3084
+ "github": "https://github.com/unjs/magic-regexp",
2591
3085
  "website": "https://magic-regexp.roe.dev",
2592
3086
  "learn_more": "https://magic-regexp.roe.dev",
2593
3087
  "category": "Libraries",
@@ -2604,6 +3098,29 @@
2604
3098
  "requires": {}
2605
3099
  }
2606
3100
  },
3101
+ {
3102
+ "name": "mailpit",
3103
+ "description": "Integrates Mailpit web UI in Nuxt devtools",
3104
+ "repo": "tdolsen/nuxt-mailpit",
3105
+ "npm": "nuxt-mailpit",
3106
+ "icon": "mailpit.svg",
3107
+ "github": "https://github.com/tdolsen/nuxt-mailpit",
3108
+ "website": "https://github.com/tdolsen/nuxt-mailpit",
3109
+ "learn_more": "https://github.com/tdolsen/nuxt-mailpit",
3110
+ "category": "Devtools",
3111
+ "type": "3rd-party",
3112
+ "maintainers": [
3113
+ {
3114
+ "name": "Torkild Dyvik Olsen",
3115
+ "github": "tdolsen",
3116
+ "twitter": "tdolsen"
3117
+ }
3118
+ ],
3119
+ "compatibility": {
3120
+ "nuxt": "^3.8.0",
3121
+ "requires": {}
3122
+ }
3123
+ },
2607
3124
  {
2608
3125
  "name": "markdownit",
2609
3126
  "description": "Use Markdown in your Nuxt application with the markdownit-loader",
@@ -2627,6 +3144,30 @@
2627
3144
  "requires": {}
2628
3145
  }
2629
3146
  },
3147
+ {
3148
+ "name": "marquee",
3149
+ "description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
3150
+ "repo": "hanzydev/nuxt-marquee",
3151
+ "npm": "nuxt-marquee",
3152
+ "icon": "marquee.png",
3153
+ "github": "https://github.com/hanzydev/nuxt-marquee/",
3154
+ "website": "https://hanzydev.github.io/nuxt-marquee/",
3155
+ "learn_more": "",
3156
+ "category": "UI",
3157
+ "type": "3rd-party",
3158
+ "maintainers": [
3159
+ {
3160
+ "name": "Hànzy",
3161
+ "github": "hanzydev",
3162
+ "avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
3163
+ }
3164
+ ],
3165
+ "compatibility": {
3166
+ "nuxt": "^3.0.0",
3167
+ "requires": {},
3168
+ "devtools": "^0.0.0"
3169
+ }
3170
+ },
2630
3171
  {
2631
3172
  "name": "matomo",
2632
3173
  "description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
@@ -2649,6 +3190,28 @@
2649
3190
  "requires": {}
2650
3191
  }
2651
3192
  },
3193
+ {
3194
+ "name": "maz-ui",
3195
+ "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3196
+ "repo": "louismazel/maz-ui#master/packages/nuxt-module",
3197
+ "npm": "nuxt-module",
3198
+ "icon": "maz-ui.png",
3199
+ "github": "https://github.com/louismazel/maz-ui",
3200
+ "website": "https://maz-ui.com/",
3201
+ "learn_more": "https://maz-ui.com/guide/nuxt",
3202
+ "category": "UI",
3203
+ "type": "3rd-party",
3204
+ "maintainers": [
3205
+ {
3206
+ "name": "Loïc Mazuel",
3207
+ "github": "LouisMazel"
3208
+ }
3209
+ ],
3210
+ "compatibility": {
3211
+ "nuxt": "^3.0.0",
3212
+ "requires": {}
3213
+ }
3214
+ },
2652
3215
  {
2653
3216
  "name": "mdx",
2654
3217
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -2674,7 +3237,7 @@
2674
3237
  },
2675
3238
  {
2676
3239
  "name": "medusa",
2677
- "description": "Easily connect to Medusa from your Nuxt 3 application",
3240
+ "description": "Easily connect to Medusa from your Nuxt application",
2678
3241
  "repo": "Baroshem/nuxt-medusa",
2679
3242
  "npm": "nuxt-medusa",
2680
3243
  "icon": "medusa.svg",
@@ -2699,7 +3262,7 @@
2699
3262
  },
2700
3263
  {
2701
3264
  "name": "meilisearch",
2702
- "description": "Meilisearch Instant Search module for Nuxt 3",
3265
+ "description": "Meilisearch Instant Search module for Nuxt",
2703
3266
  "repo": "xlanex6/nuxt-meilisearch",
2704
3267
  "npm": "nuxt-meilisearch",
2705
3268
  "icon": "meilisearch.svg",
@@ -2719,7 +3282,8 @@
2719
3282
  "nuxt": "^3.0.0",
2720
3283
  "requires": {
2721
3284
  "bridge": false
2722
- }
3285
+ },
3286
+ "devtools": "^0.0.0"
2723
3287
  }
2724
3288
  },
2725
3289
  {
@@ -2744,28 +3308,6 @@
2744
3308
  "requires": {}
2745
3309
  }
2746
3310
  },
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
3311
  {
2770
3312
  "name": "module-feed",
2771
3313
  "description": "Feed module enables everyone to have RSS, Atom and JSON.",
@@ -2791,7 +3333,7 @@
2791
3333
  },
2792
3334
  {
2793
3335
  "name": "moment",
2794
- "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3336
+ "description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
2795
3337
  "repo": "nuxt-community/moment-module",
2796
3338
  "npm": "@nuxtjs/moment",
2797
3339
  "icon": "momentjs.png",
@@ -2816,28 +3358,6 @@
2816
3358
  "requires": {}
2817
3359
  }
2818
3360
  },
2819
- {
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",
2824
- "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",
2829
- "type": "3rd-party",
2830
- "maintainers": [
2831
- {
2832
- "name": "vanhoofmaarten",
2833
- "github": "vanhoofmaarten"
2834
- }
2835
- ],
2836
- "compatibility": {
2837
- "nuxt": "^2.0.0",
2838
- "requires": {}
2839
- }
2840
- },
2841
3361
  {
2842
3362
  "name": "neo",
2843
3363
  "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
@@ -2862,7 +3382,7 @@
2862
3382
  },
2863
3383
  {
2864
3384
  "name": "netlify-cache",
2865
- "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
3385
+ "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
2866
3386
  "repo": "DreaMinder/nuxt-netlify-cache",
2867
3387
  "npm": "nuxt-netlify-cache",
2868
3388
  "icon": "netlify.png",
@@ -2907,13 +3427,13 @@
2907
3427
  },
2908
3428
  {
2909
3429
  "name": "netlify",
2910
- "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
2911
- "repo": "bazzite/nuxt-netlify",
3430
+ "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3431
+ "repo": "juliomrqz/nuxt-netlify",
2912
3432
  "npm": "@aceforth/nuxt-netlify",
2913
3433
  "icon": "netlify.png",
2914
- "github": "https://github.com/bazzite/nuxt-netlify",
2915
- "website": "https://marquez.co/docs/nuxt-netlify/",
2916
- "learn_more": "",
3434
+ "github": "https://github.com/juliomrqz/nuxt-netlify",
3435
+ "website": "https://github.com/juliomrqz/nuxt-netlify",
3436
+ "learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
2917
3437
  "category": "Deployment",
2918
3438
  "type": "3rd-party",
2919
3439
  "maintainers": [
@@ -2978,42 +3498,42 @@
2978
3498
  }
2979
3499
  },
2980
3500
  {
2981
- "name": "nuxt-auth",
2982
- "description": "",
2983
- "repo": "sidebase/nuxt-auth",
2984
- "npm": "@sidebase/nuxt-auth",
3501
+ "name": "nupolyon",
3502
+ "description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
3503
+ "repo": "adenvt/nupolyon",
3504
+ "npm": "nupolyon",
2985
3505
  "icon": "",
2986
- "github": "https://github.com/sidebase/nuxt-auth",
2987
- "website": "https://github.com/sidebase/nuxt-auth",
3506
+ "github": "https://github.com/adenvt/nupolyon",
3507
+ "website": "https://github.com/adenvt/nupolyon",
2988
3508
  "learn_more": "",
2989
- "category": "Devtools",
3509
+ "category": "Performance",
2990
3510
  "type": "3rd-party",
2991
3511
  "maintainers": [
2992
3512
  {
2993
- "name": "sidebase",
2994
- "github": "sidebase"
3513
+ "name": "adenvt",
3514
+ "github": "adenvt"
2995
3515
  }
2996
3516
  ],
2997
3517
  "compatibility": {
2998
- "nuxt": "^2.0.0",
3518
+ "nuxt": "^3.0.0",
2999
3519
  "requires": {}
3000
3520
  }
3001
3521
  },
3002
3522
  {
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",
3523
+ "name": "nuxt-anchorscroll",
3524
+ "description": "Scroll to top and to anchor support for Nuxt",
3525
+ "repo": "helltraitor/nuxt-anchorscroll",
3526
+ "npm": "nuxt-anchorscroll",
3527
+ "icon": "",
3528
+ "github": "https://github.com/helltraitor/nuxt-anchorscroll",
3529
+ "website": "https://github.com/helltraitor/nuxt-anchorscroll",
3530
+ "learn_more": "",
3531
+ "category": "UI",
3012
3532
  "type": "3rd-party",
3013
3533
  "maintainers": [
3014
3534
  {
3015
- "name": "Oliver Trajceski",
3016
- "github": "schnapsterdog"
3535
+ "name": "Helltraitor",
3536
+ "github": "helltraitor"
3017
3537
  }
3018
3538
  ],
3019
3539
  "compatibility": {
@@ -3022,96 +3542,88 @@
3022
3542
  }
3023
3543
  },
3024
3544
  {
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",
3545
+ "name": "nuxt-asciidoc",
3546
+ "description": "Transformer for using asciidoc in nuxt",
3547
+ "repo": "Chris2011/nuxt-asciidoc",
3548
+ "npm": "nuxt-asciidoc",
3549
+ "icon": "nuxt-asciidoc.svg",
3550
+ "github": "https://github.com/Chris2011/nuxt-asciidoc",
3551
+ "website": "https://github.com/Chris2011/nuxt-asciidoc",
3552
+ "learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
3553
+ "category": "Extensions",
3034
3554
  "type": "3rd-party",
3035
3555
  "maintainers": [
3036
3556
  {
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"
3557
+ "name": "Christian Lenz",
3558
+ "github": "Chris2011",
3559
+ "twitter": "Chrizzly42"
3046
3560
  }
3047
3561
  ],
3048
3562
  "compatibility": {
3049
- "nuxt": "^2.0.0 || ^3.0.0",
3563
+ "nuxt": "^3.0.0",
3050
3564
  "requires": {}
3051
3565
  }
3052
3566
  },
3053
3567
  {
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",
3568
+ "name": "nuxt-auth-sanctum",
3569
+ "description": "Nuxt module for Laravel Sanctum authentication",
3570
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3571
+ "npm": "nuxt-auth-sanctum",
3572
+ "icon": "laravel.svg",
3573
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3574
+ "website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
3575
+ "learn_more": "https://laravel.com/docs/10.x/sanctum",
3576
+ "category": "Security",
3063
3577
  "type": "3rd-party",
3064
3578
  "maintainers": [
3065
3579
  {
3066
- "name": "pinpon-dev",
3067
- "github": "pinpon-dev"
3580
+ "name": "Artem Manchenkov",
3581
+ "github": "manchenkoff",
3582
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
3068
3583
  }
3069
3584
  ],
3070
3585
  "compatibility": {
3071
- "nuxt": "^2.0.0",
3586
+ "nuxt": "^3.9.0",
3072
3587
  "requires": {}
3073
3588
  }
3074
3589
  },
3075
3590
  {
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",
3591
+ "name": "nuxt-basic-auth",
3592
+ "description": "Nuxt Module for Basic Authentication",
3593
+ "repo": "kgierke/nuxt-basic-auth",
3594
+ "npm": "@kgierke/nuxt-basic-auth",
3595
+ "icon": "",
3596
+ "github": "https://github.com/kgierke/nuxt-basic-auth",
3597
+ "website": "https://github.com/kgierke/nuxt-basic-auth",
3083
3598
  "learn_more": "",
3084
- "category": "Devtools",
3599
+ "category": "Security",
3085
3600
  "type": "3rd-party",
3086
3601
  "maintainers": [
3087
3602
  {
3088
- "name": "lihbr",
3089
- "github": "lihbr"
3603
+ "name": "kgierke",
3604
+ "github": "kgierke"
3090
3605
  }
3091
3606
  ],
3092
3607
  "compatibility": {
3093
- "nuxt": "^2.0.0 || ^3.0.0",
3094
- "requires": {
3095
- "bridge": "optional"
3096
- }
3608
+ "nuxt": "^3.0.0",
3609
+ "requires": {}
3097
3610
  }
3098
3611
  },
3099
3612
  {
3100
- "name": "nuxt-localtunnel",
3101
- "description": "Exposes your Nuxt localhost to the world automatically.",
3102
- "repo": "nuxtus/localtunnel",
3103
- "npm": "@nuxtus/nuxt-localtunnel",
3104
- "icon": "nuxt-localtunnel.svg",
3105
- "github": "https://github.com/nuxtus/localtunnel",
3106
- "website": "https://nuxtus.com",
3107
- "learn_more": "https://docs.nuxtus.com/#/localtunnel",
3108
- "category": "Devtools",
3613
+ "name": "nuxt-bezier",
3614
+ "description": "Reusable transition components",
3615
+ "repo": "50rayn/nuxt-bezier",
3616
+ "npm": "nuxt-bezier",
3617
+ "icon": "nuxt-bezier.png",
3618
+ "github": "https://github.com/50rayn/nuxt-bezier",
3619
+ "website": "https://50rayn.github.io/nuxt-bezier/",
3620
+ "learn_more": "https://github.com/Noction/vue-bezier",
3621
+ "category": "UI",
3109
3622
  "type": "3rd-party",
3110
3623
  "maintainers": [
3111
3624
  {
3112
- "name": "Craig Harman",
3113
- "github": "craigharman",
3114
- "twitter": "craig_harman"
3625
+ "name": "Soryn Gitlan",
3626
+ "github": "50rayn"
3115
3627
  }
3116
3628
  ],
3117
3629
  "compatibility": {
@@ -3120,21 +3632,20 @@
3120
3632
  }
3121
3633
  },
3122
3634
  {
3123
- "name": "nuxt-loco",
3124
- "description": "A localise.biz module to synth locale with Nuxt.js",
3125
- "repo": "gaetansenn/nuxt-loco",
3126
- "npm": "nuxt-loco",
3127
- "icon": "",
3128
- "github": "https://github.com/gaetansenn/nuxt-loco",
3129
- "website": "https://nuxt-loco.dewib.com/",
3130
- "learn_more": "",
3131
- "category": "Libraries",
3635
+ "name": "nuxt-bootstrap-icons",
3636
+ "description": "Just a simple integration for Bootstrap Icons",
3637
+ "repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
3638
+ "npm": "nuxt-bootstrap-icons",
3639
+ "icon": "bootstrap-icons.svg",
3640
+ "github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3641
+ "website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3642
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3643
+ "category": "UI",
3132
3644
  "type": "3rd-party",
3133
3645
  "maintainers": [
3134
3646
  {
3135
- "name": "Gaetan SENN",
3136
- "github": "gaetansenn",
3137
- "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
3647
+ "name": "OyewoleOyedeji",
3648
+ "github": "OyewoleOyedeji"
3138
3649
  }
3139
3650
  ],
3140
3651
  "compatibility": {
@@ -3143,7 +3654,331 @@
3143
3654
  }
3144
3655
  },
3145
3656
  {
3146
- "name": "nuxt-mapbox",
3657
+ "name": "nuxt-chatgpt",
3658
+ "description": "ChatGPT integration for Nuxt",
3659
+ "repo": "schnapsterdog/nuxt-chatgpt",
3660
+ "npm": "nuxt-chatgpt",
3661
+ "icon": "chatgpt.svg",
3662
+ "github": "https://github.com/schnapsterdog/nuxt-chatgpt",
3663
+ "website": "https://github.com/schnapsterdog/nuxt-chatgpt",
3664
+ "learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
3665
+ "category": "Libraries",
3666
+ "type": "3rd-party",
3667
+ "maintainers": [
3668
+ {
3669
+ "name": "Oliver Trajceski",
3670
+ "github": "schnapsterdog"
3671
+ }
3672
+ ],
3673
+ "compatibility": {
3674
+ "nuxt": "^3.0.0",
3675
+ "requires": {}
3676
+ }
3677
+ },
3678
+ {
3679
+ "name": "nuxt-cookie-consent",
3680
+ "description": "Nuxt module for integrating with cookie consent providers with ease",
3681
+ "repo": "weareheavy/nuxt-cookie-consent",
3682
+ "npm": "@weareheavy/nuxt-cookie-consent",
3683
+ "icon": "wah.svg",
3684
+ "github": "https://github.com/weareheavy/nuxt-cookie-consent",
3685
+ "website": "https://nuxt-cookie-consent.packages.weareheavy.com",
3686
+ "learn_more": "",
3687
+ "category": "Extensions",
3688
+ "type": "3rd-party",
3689
+ "maintainers": [
3690
+ {
3691
+ "name": "weareheavy",
3692
+ "github": "weareheavy"
3693
+ }
3694
+ ],
3695
+ "compatibility": {
3696
+ "nuxt": "^3.0.0",
3697
+ "requires": {}
3698
+ }
3699
+ },
3700
+ {
3701
+ "name": "nuxt-facebook-chat",
3702
+ "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
3703
+ "repo": "superdev-tech/nuxt-facebook-chat",
3704
+ "npm": "nuxt-facebook-chat",
3705
+ "icon": "nuxt-facebook-chat.svg",
3706
+ "github": "https://github.com/superdev-tech/nuxt-facebook-chat",
3707
+ "website": "https://github.com/superdev-tech/nuxt-facebook-chat",
3708
+ "learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
3709
+ "category": "Libraries",
3710
+ "type": "3rd-party",
3711
+ "maintainers": [
3712
+ {
3713
+ "name": "Supanut Dokmaithong",
3714
+ "github": "Boomgeek"
3715
+ },
3716
+ {
3717
+ "name": "superdev-tech",
3718
+ "github": "superdev-tech"
3719
+ }
3720
+ ],
3721
+ "compatibility": {
3722
+ "nuxt": "^3.0.0",
3723
+ "requires": {}
3724
+ }
3725
+ },
3726
+ {
3727
+ "name": "nuxt-feather-icons",
3728
+ "description": "The Feather Icons in Nuxt 3.",
3729
+ "repo": "4sllan/nuxt-feather-icons",
3730
+ "npm": "nuxt-feather-icons",
3731
+ "icon": "nuxt-feather-icons.png",
3732
+ "github": "https://github.com/4sllan/nuxt-feather-icons",
3733
+ "website": "https://github.com/4sllan/nuxt-feather-icons",
3734
+ "learn_more": "https://github.com/4sllan/nuxt-feather-icons",
3735
+ "category": "UI",
3736
+ "type": "3rd-party",
3737
+ "maintainers": [
3738
+ {
3739
+ "name": "4sllan",
3740
+ "github": "4sllan"
3741
+ }
3742
+ ],
3743
+ "compatibility": {
3744
+ "nuxt": "^3.0.0",
3745
+ "requires": {}
3746
+ }
3747
+ },
3748
+ {
3749
+ "name": "nuxt-feedme",
3750
+ "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
3751
+ "repo": "helltraitor/nuxt-feedme",
3752
+ "npm": "nuxt-feedme",
3753
+ "icon": "",
3754
+ "github": "https://github.com/helltraitor/nuxt-feedme",
3755
+ "website": "https://github.com/helltraitor/nuxt-feedme",
3756
+ "learn_more": "",
3757
+ "category": "SEO",
3758
+ "type": "3rd-party",
3759
+ "maintainers": [
3760
+ {
3761
+ "name": "Helltraitor",
3762
+ "github": "helltraitor"
3763
+ }
3764
+ ],
3765
+ "compatibility": {
3766
+ "nuxt": "^3.0.0",
3767
+ "requires": {}
3768
+ }
3769
+ },
3770
+ {
3771
+ "name": "nuxt-graphql-middleware",
3772
+ "description": "Expose GraphQL queries and mutations as server API routes.",
3773
+ "repo": "dulnan/nuxt-graphql-middleware",
3774
+ "npm": "nuxt-graphql-middleware",
3775
+ "icon": "nuxt-graphql-middleware.svg",
3776
+ "github": "https://github.com/dulnan/nuxt-graphql-middleware",
3777
+ "website": "https://nuxt-graphql-middleware.dulnan.net",
3778
+ "learn_more": "",
3779
+ "category": "Request",
3780
+ "type": "3rd-party",
3781
+ "maintainers": [
3782
+ {
3783
+ "name": "dulnan",
3784
+ "github": "dulnan",
3785
+ "twitter": "dulnan",
3786
+ "avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
3787
+ },
3788
+ {
3789
+ "name": "ayalon",
3790
+ "github": "ayalon",
3791
+ "avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
3792
+ }
3793
+ ],
3794
+ "compatibility": {
3795
+ "nuxt": "^2.0.0 || ^3.0.0",
3796
+ "requires": {}
3797
+ }
3798
+ },
3799
+ {
3800
+ "name": "nuxt-graphql-playground",
3801
+ "description": "",
3802
+ "repo": "pinpon-dev/nuxt-graphql-playground",
3803
+ "npm": "@pin-pon/nuxt-graphql-playground",
3804
+ "icon": "",
3805
+ "github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
3806
+ "website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
3807
+ "learn_more": "",
3808
+ "category": "Devtools",
3809
+ "type": "3rd-party",
3810
+ "maintainers": [
3811
+ {
3812
+ "name": "pinpon-dev",
3813
+ "github": "pinpon-dev"
3814
+ }
3815
+ ],
3816
+ "compatibility": {
3817
+ "nuxt": "^2.0.0",
3818
+ "requires": {}
3819
+ }
3820
+ },
3821
+ {
3822
+ "name": "nuxt-gtm",
3823
+ "description": "A Nuxt module for Google Tag Manager",
3824
+ "repo": "zadigetvoltaire/nuxt-gtm",
3825
+ "npm": "@zadigetvoltaire/nuxt-gtm",
3826
+ "icon": "nuxt-gtm.svg",
3827
+ "github": "https://github.com/zadigetvoltaire/nuxt-gtm",
3828
+ "website": "https://github.com/zadigetvoltaire/nuxt-gtm",
3829
+ "learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
3830
+ "category": "Analytics",
3831
+ "type": "3rd-party",
3832
+ "maintainers": [
3833
+ {
3834
+ "name": "Zadig&Voltaire Team",
3835
+ "github": "zadigetvoltaire"
3836
+ }
3837
+ ],
3838
+ "compatibility": {
3839
+ "nuxt": "^3.0.0",
3840
+ "requires": {},
3841
+ "devtools": "^0.0.0"
3842
+ }
3843
+ },
3844
+ {
3845
+ "name": "nuxt-hue",
3846
+ "description": "Enlighten your Nuxt experience",
3847
+ "repo": "lihbr/nuxt-hue",
3848
+ "npm": "nuxt-hue",
3849
+ "icon": "nuxt-hue.svg",
3850
+ "github": "https://github.com/lihbr/nuxt-hue",
3851
+ "website": "https://github.com/lihbr/nuxt-hue",
3852
+ "learn_more": "",
3853
+ "category": "Devtools",
3854
+ "type": "3rd-party",
3855
+ "maintainers": [
3856
+ {
3857
+ "name": "lihbr",
3858
+ "github": "lihbr"
3859
+ }
3860
+ ],
3861
+ "compatibility": {
3862
+ "nuxt": "^2.0.0 || ^3.0.0",
3863
+ "requires": {
3864
+ "bridge": "optional"
3865
+ }
3866
+ }
3867
+ },
3868
+ {
3869
+ "name": "nuxt-interpolation",
3870
+ "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
3871
+ "repo": "daliborgogic/nuxt-interpolation#master",
3872
+ "npm": "nuxt-interpolation",
3873
+ "icon": "",
3874
+ "github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3875
+ "website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3876
+ "learn_more": "",
3877
+ "category": "Devtools",
3878
+ "type": "3rd-party",
3879
+ "maintainers": [
3880
+ {
3881
+ "name": "daliborgogic",
3882
+ "github": "daliborgogic"
3883
+ }
3884
+ ],
3885
+ "compatibility": {
3886
+ "nuxt": "^2.0.0",
3887
+ "requires": {}
3888
+ }
3889
+ },
3890
+ {
3891
+ "name": "nuxt-jsonld",
3892
+ "description": "Manage JSON-LD in Vue component.",
3893
+ "repo": "ymmooot/nuxt-jsonld",
3894
+ "npm": "nuxt-jsonld",
3895
+ "icon": "",
3896
+ "github": "https://github.com/ymmooot/nuxt-jsonld",
3897
+ "website": "https://github.com/ymmooot/nuxt-jsonld",
3898
+ "learn_more": "",
3899
+ "category": "SEO",
3900
+ "type": "3rd-party",
3901
+ "maintainers": [
3902
+ {
3903
+ "name": "ymmooot",
3904
+ "github": "ymmooot"
3905
+ }
3906
+ ],
3907
+ "compatibility": {
3908
+ "nuxt": "^3.0.0",
3909
+ "requires": {}
3910
+ }
3911
+ },
3912
+ {
3913
+ "name": "nuxt-localtunnel",
3914
+ "description": "Exposes your Nuxt localhost to the world automatically.",
3915
+ "repo": "nuxtus/localtunnel",
3916
+ "npm": "@nuxtus/nuxt-localtunnel",
3917
+ "icon": "nuxt-localtunnel.svg",
3918
+ "github": "https://github.com/nuxtus/localtunnel",
3919
+ "website": "https://docs.nuxtus.com",
3920
+ "learn_more": "https://docs.nuxtus.com/localtunnel.html",
3921
+ "category": "Devtools",
3922
+ "type": "3rd-party",
3923
+ "maintainers": [
3924
+ {
3925
+ "name": "Craig Harman",
3926
+ "github": "craigharman",
3927
+ "twitter": "craig_harman"
3928
+ }
3929
+ ],
3930
+ "compatibility": {
3931
+ "nuxt": "^3.0.0",
3932
+ "requires": {}
3933
+ }
3934
+ },
3935
+ {
3936
+ "name": "nuxt-loco",
3937
+ "description": "A localise.biz module to synth locale with Nuxt",
3938
+ "repo": "gaetansenn/nuxt-loco",
3939
+ "npm": "nuxt-loco",
3940
+ "icon": "",
3941
+ "github": "https://github.com/gaetansenn/nuxt-loco",
3942
+ "website": "https://nuxt-loco.dewib.com/",
3943
+ "learn_more": "",
3944
+ "category": "Libraries",
3945
+ "type": "3rd-party",
3946
+ "maintainers": [
3947
+ {
3948
+ "name": "Gaetan SENN",
3949
+ "github": "gaetansenn",
3950
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
3951
+ }
3952
+ ],
3953
+ "compatibility": {
3954
+ "nuxt": "^3.0.0",
3955
+ "requires": {}
3956
+ }
3957
+ },
3958
+ {
3959
+ "name": "nuxt-mail",
3960
+ "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
3961
+ "repo": "dword-design/nuxt-mail",
3962
+ "npm": "nuxt-mail",
3963
+ "icon": "",
3964
+ "github": "https://github.com/dword-design/nuxt-mail",
3965
+ "website": "https://github.com/dword-design/nuxt-mail",
3966
+ "learn_more": "",
3967
+ "category": "Extensions",
3968
+ "type": "3rd-party",
3969
+ "maintainers": [
3970
+ {
3971
+ "name": "Sebastian Landwehr",
3972
+ "github": "dword-design"
3973
+ }
3974
+ ],
3975
+ "compatibility": {
3976
+ "nuxt": "^2.0.0 || ^3.0.0",
3977
+ "requires": {}
3978
+ }
3979
+ },
3980
+ {
3981
+ "name": "nuxt-mapbox",
3147
3982
  "description": "Elegant Mapbox integration with Nuxt",
3148
3983
  "repo": "AlexLavoie42/Nuxt-Mapbox",
3149
3984
  "npm": "nuxt-mapbox",
@@ -3155,30 +3990,170 @@
3155
3990
  "type": "3rd-party",
3156
3991
  "maintainers": [
3157
3992
  {
3158
- "name": "Alex Lavoie",
3159
- "github": "AlexLavoie42"
3993
+ "name": "Alex Lavoie",
3994
+ "github": "AlexLavoie42"
3995
+ }
3996
+ ],
3997
+ "compatibility": {
3998
+ "nuxt": "^3.0.0",
3999
+ "requires": {}
4000
+ }
4001
+ },
4002
+ {
4003
+ "name": "nuxt-mdi",
4004
+ "description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
4005
+ "repo": "ERPedersen/nuxt-mdi",
4006
+ "npm": "nuxt-mdi",
4007
+ "icon": "mdi.png",
4008
+ "github": "https://github.com/ERPedersen/nuxt-mdi",
4009
+ "website": "https://nuxt-mdi.emilrosenius.com",
4010
+ "learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
4011
+ "category": "Libraries",
4012
+ "type": "3rd-party",
4013
+ "maintainers": [
4014
+ {
4015
+ "name": "Emil Rosenius",
4016
+ "github": "ERPedersen"
4017
+ }
4018
+ ],
4019
+ "compatibility": {
4020
+ "nuxt": "^3.0.0",
4021
+ "requires": {}
4022
+ }
4023
+ },
4024
+ {
4025
+ "name": "nuxt-monaco-editor",
4026
+ "description": "Integrate monaco-editor with Nuxt",
4027
+ "repo": "e-chan1007/nuxt-monaco-editor",
4028
+ "npm": "nuxt-monaco-editor",
4029
+ "icon": "nuxt-monaco-editor.png",
4030
+ "github": "https://github.com/e-chan1007/nuxt-monaco-editor",
4031
+ "website": "https://github.com/e-chan1007/nuxt-monaco-editor",
4032
+ "learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
4033
+ "category": "Libraries",
4034
+ "type": "3rd-party",
4035
+ "maintainers": [
4036
+ {
4037
+ "name": "e-chan1007",
4038
+ "github": "e-chan1007"
4039
+ }
4040
+ ],
4041
+ "compatibility": {
4042
+ "nuxt": "^3.0.0",
4043
+ "requires": {}
4044
+ }
4045
+ },
4046
+ {
4047
+ "name": "nuxt-mongoose",
4048
+ "description": "A Nuxt module for simplifying the use of Mongoose in your project.",
4049
+ "repo": "arashsheyda/nuxt-mongoose",
4050
+ "npm": "nuxt-mongoose",
4051
+ "icon": "nuxt-mongoose.svg",
4052
+ "github": "https://github.com/arashsheyda/nuxt-mongoose",
4053
+ "website": "https://nuxt-mongoose.nuxt.space",
4054
+ "learn_more": "",
4055
+ "category": "Database",
4056
+ "type": "3rd-party",
4057
+ "maintainers": [
4058
+ {
4059
+ "name": "arashsheyda",
4060
+ "github": "arashsheyda"
4061
+ }
4062
+ ],
4063
+ "compatibility": {
4064
+ "nuxt": "^3.0.0",
4065
+ "requires": {},
4066
+ "devtools": "^0.0.0"
4067
+ }
4068
+ },
4069
+ {
4070
+ "name": "nuxt-oidc-auth",
4071
+ "description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
4072
+ "repo": "itpropro/nuxt-oidc-auth",
4073
+ "npm": "nuxt-oidc-auth",
4074
+ "icon": "",
4075
+ "github": "https://github.com/itpropro/nuxt-oidc-auth",
4076
+ "website": "https://github.com/itpropro/nuxt-oidc-auth",
4077
+ "learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
4078
+ "category": "Security",
4079
+ "type": "3rd-party",
4080
+ "maintainers": [
4081
+ {
4082
+ "name": "Jan-Henrik Damaschke",
4083
+ "github": "itpropro",
4084
+ "twitter": "jandamaschke"
4085
+ }
4086
+ ],
4087
+ "compatibility": {
4088
+ "nuxt": "^3.0.0",
4089
+ "requires": {}
4090
+ }
4091
+ },
4092
+ {
4093
+ "name": "nuxt-openapi-docs-module",
4094
+ "description": "Generate pages from OpenAPI specifications",
4095
+ "repo": "on-org/nuxt-openapi-docs-module",
4096
+ "npm": "nuxt-openapi-docs-module",
4097
+ "icon": "nuxt-openapi-docs-module.png",
4098
+ "github": "https://github.com/on-org/nuxt-openapi-docs-module",
4099
+ "website": "https://github.com/on-org/nuxt-openapi-docs-module",
4100
+ "learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
4101
+ "category": "Libraries",
4102
+ "type": "3rd-party",
4103
+ "maintainers": [
4104
+ {
4105
+ "name": "Pavel Kuzmin",
4106
+ "github": "s00d"
4107
+ }
4108
+ ],
4109
+ "compatibility": {
4110
+ "nuxt": "^3.0.0",
4111
+ "requires": {}
4112
+ }
4113
+ },
4114
+ {
4115
+ "name": "nuxt-openid-connect",
4116
+ "description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
4117
+ "repo": "aborn/nuxt-openid-connect",
4118
+ "npm": "nuxt-openid-connect",
4119
+ "icon": "",
4120
+ "github": "https://github.com/aborn/nuxt-openid-connect",
4121
+ "website": "https://github.com/aborn/nuxt-openid-connect",
4122
+ "learn_more": "",
4123
+ "category": "Security",
4124
+ "type": "3rd-party",
4125
+ "maintainers": [
4126
+ {
4127
+ "name": "Aborn Jiang",
4128
+ "github": "aborn"
4129
+ },
4130
+ {
4131
+ "name": "Khaled Almana",
4132
+ "github": "KhaledAlMana"
3160
4133
  }
3161
4134
  ],
3162
4135
  "compatibility": {
3163
4136
  "nuxt": "^3.0.0",
3164
- "requires": {}
4137
+ "requires": {},
4138
+ "devtools": "^0.0.0"
3165
4139
  }
3166
4140
  },
3167
4141
  {
3168
- "name": "nuxt-monaco-editor",
3169
- "description": "Integrate monaco-editor with Nuxt",
3170
- "repo": "e-chan1007/nuxt-monaco-editor",
3171
- "npm": "nuxt-monaco-editor",
3172
- "icon": "nuxt-monaco-editor.png",
3173
- "github": "https://github.com/e-chan1007/nuxt-monaco-editor",
3174
- "website": "https://github.com/e-chan1007/nuxt-monaco-editor",
3175
- "learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
3176
- "category": "Libraries",
4142
+ "name": "nuxt-payload-analyzer",
4143
+ "description": "Analyze Nuxt Payload Size",
4144
+ "repo": "barbapapazes/nuxt-payload-analyzer",
4145
+ "npm": "nuxt-payload-analyzer",
4146
+ "icon": "",
4147
+ "github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
4148
+ "website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
4149
+ "learn_more": "",
4150
+ "category": "Performance",
3177
4151
  "type": "3rd-party",
3178
4152
  "maintainers": [
3179
4153
  {
3180
- "name": "e-chan1007",
3181
- "github": "e-chan1007"
4154
+ "name": "Barbapapazes",
4155
+ "github": "Barbapapazes",
4156
+ "twitter": "soubiran_"
3182
4157
  }
3183
4158
  ],
3184
4159
  "compatibility": {
@@ -3209,6 +4184,28 @@
3209
4184
  "requires": {}
3210
4185
  }
3211
4186
  },
4187
+ {
4188
+ "name": "nuxt-phosphor-icons",
4189
+ "description": "Just a simple integration for @phosphor-icons in Nuxt",
4190
+ "repo": "OyewoleOyedeji/nuxt-phosphor-icons",
4191
+ "npm": "nuxt-phosphor-icons",
4192
+ "icon": "phosphor-icons.svg",
4193
+ "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4194
+ "website": "https://nuxt-phosphor-icons.vercel.app",
4195
+ "learn_more": "https://nuxt-phosphor-icons.vercel.app",
4196
+ "category": "UI",
4197
+ "type": "3rd-party",
4198
+ "maintainers": [
4199
+ {
4200
+ "name": "OyewoleOyedeji",
4201
+ "github": "OyewoleOyedeji"
4202
+ }
4203
+ ],
4204
+ "compatibility": {
4205
+ "nuxt": "^3.0.0",
4206
+ "requires": {}
4207
+ }
4208
+ },
3212
4209
  {
3213
4210
  "name": "nuxt-pino-log",
3214
4211
  "description": "Structured logs for nuxt apps using pino",
@@ -3233,7 +4230,7 @@
3233
4230
  },
3234
4231
  {
3235
4232
  "name": "plausible",
3236
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4233
+ "description": "Nuxt module to natively integrate Plausible analytics",
3237
4234
  "repo": "nuxt-modules/plausible",
3238
4235
  "npm": "@nuxtjs/plausible",
3239
4236
  "icon": "plausible.png",
@@ -3253,9 +4250,35 @@
3253
4250
  "requires": {}
3254
4251
  }
3255
4252
  },
4253
+ {
4254
+ "name": "nuxt-plotly",
4255
+ "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
4256
+ "repo": "superdev-tech/nuxt-plotly",
4257
+ "npm": "nuxt-plotly",
4258
+ "icon": "nuxt-plotly.svg",
4259
+ "github": "https://github.com/superdev-tech/nuxt-plotly",
4260
+ "website": "https://github.com/superdev-tech/nuxt-plotly",
4261
+ "learn_more": "https://www.npmjs.com/package/nuxt-plotly",
4262
+ "category": "Libraries",
4263
+ "type": "3rd-party",
4264
+ "maintainers": [
4265
+ {
4266
+ "name": "Supanut Dokmaithong",
4267
+ "github": "Boomgeek"
4268
+ },
4269
+ {
4270
+ "name": "superdev-tech",
4271
+ "github": "superdev-tech"
4272
+ }
4273
+ ],
4274
+ "compatibility": {
4275
+ "nuxt": "^3.0.0",
4276
+ "requires": {}
4277
+ }
4278
+ },
3256
4279
  {
3257
4280
  "name": "nuxt-png-to-ico",
3258
- "description": "Nuxt.js module for auto generating favicons",
4281
+ "description": "Nuxt module for auto generating favicons",
3259
4282
  "repo": "b5710546232/nuxt-png-to-ico",
3260
4283
  "npm": "nuxt-png-to-ico",
3261
4284
  "icon": "",
@@ -3276,9 +4299,31 @@
3276
4299
  "requires": {}
3277
4300
  }
3278
4301
  },
4302
+ {
4303
+ "name": "nuxt-posthog",
4304
+ "description": "Integrate PostHog into your application with minimal configuration",
4305
+ "repo": "mitjans/nuxt-posthog",
4306
+ "npm": "nuxt-posthog",
4307
+ "icon": "posthog.svg",
4308
+ "github": "https://github.com/mitjans/nuxt-posthog",
4309
+ "website": "https://nuxt-posthog.cmitjans.dev",
4310
+ "learn_more": "https://posthog.com",
4311
+ "category": "Analytics",
4312
+ "type": "3rd-party",
4313
+ "maintainers": [
4314
+ {
4315
+ "name": "Carles Mitjans",
4316
+ "github": "mitjans"
4317
+ }
4318
+ ],
4319
+ "compatibility": {
4320
+ "nuxt": "^3.0.0",
4321
+ "requires": {}
4322
+ }
4323
+ },
3279
4324
  {
3280
4325
  "name": "nuxt-smartlook",
3281
- "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
4326
+ "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
3282
4327
  "repo": "f00b4r/nuxt-smartlook",
3283
4328
  "npm": "nuxt-smartlook",
3284
4329
  "icon": "nuxt-smartlook.png",
@@ -3300,6 +4345,28 @@
3300
4345
  "requires": {}
3301
4346
  }
3302
4347
  },
4348
+ {
4349
+ "name": "nuxt-social-share",
4350
+ "description": "Simple Social Sharing for Nuxt",
4351
+ "repo": "stefanobartoletti/nuxt-social-share",
4352
+ "npm": "@stefanobartoletti/nuxt-social-share",
4353
+ "icon": "nuxt-social-share.png",
4354
+ "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4355
+ "website": "https://github.com/stefanobartoletti/nuxt-social-share",
4356
+ "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4357
+ "category": "Extensions",
4358
+ "type": "3rd-party",
4359
+ "maintainers": [
4360
+ {
4361
+ "name": "stefanobartoletti",
4362
+ "github": "stefanobartoletti"
4363
+ }
4364
+ ],
4365
+ "compatibility": {
4366
+ "nuxt": "^3.0.0",
4367
+ "requires": {}
4368
+ }
4369
+ },
3303
4370
  {
3304
4371
  "name": "ssr-lit",
3305
4372
  "description": "Server-Side Rendering for Lit Element components",
@@ -3330,10 +4397,10 @@
3330
4397
  },
3331
4398
  {
3332
4399
  "name": "nuxt-storm",
3333
- "description": "WebStorm & PHPStorm support for NuxtJS components",
4400
+ "description": "WebStorm & PHPStorm support for Nuxt components",
3334
4401
  "repo": "fumeapp/nuxt-storm",
3335
4402
  "npm": "nuxt-storm",
3336
- "icon": "nuxt-storm.png",
4403
+ "icon": "",
3337
4404
  "github": "https://github.com/fumeapp/nuxt-storm",
3338
4405
  "website": "https://github.com/fumeapp/nuxt-storm",
3339
4406
  "learn_more": "https://github.com/fumeapp/nuxt-storm",
@@ -3350,6 +4417,30 @@
3350
4417
  "requires": {}
3351
4418
  }
3352
4419
  },
4420
+ {
4421
+ "name": "nuxt-svgo-loader",
4422
+ "description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
4423
+ "repo": "Mini-ghost/nuxt-svgo-loader",
4424
+ "npm": "nuxt-svgo-loader",
4425
+ "icon": "",
4426
+ "github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4427
+ "website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4428
+ "learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4429
+ "category": "Images",
4430
+ "type": "3rd-party",
4431
+ "maintainers": [
4432
+ {
4433
+ "name": "Alex Liu",
4434
+ "github": "Mini-ghost",
4435
+ "twitter": "Minighost_Alex"
4436
+ }
4437
+ ],
4438
+ "compatibility": {
4439
+ "nuxt": "^3.0.0",
4440
+ "requires": {},
4441
+ "devtools": "^0.0.0"
4442
+ }
4443
+ },
3353
4444
  {
3354
4445
  "name": "nuxt-svgo",
3355
4446
  "description": "Nuxt module to load optimized SVG files as Vue components",
@@ -3374,7 +4465,7 @@
3374
4465
  },
3375
4466
  {
3376
4467
  "name": "nuxt-unleash",
3377
- "description": "Nuxt.js module to use Unleash toggle feature services",
4468
+ "description": "Nuxt module to use Unleash toggle feature services",
3378
4469
  "repo": "conejerock/nuxt-unleash",
3379
4470
  "npm": "nuxt-unleash",
3380
4471
  "icon": "nuxt-unleash.svg",
@@ -3394,28 +4485,6 @@
3394
4485
  "requires": {}
3395
4486
  }
3396
4487
  },
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
4488
  {
3420
4489
  "name": "nuxt-use-sound",
3421
4490
  "description": "A Nuxt module for playing sound effects.",
@@ -3465,12 +4534,12 @@
3465
4534
  {
3466
4535
  "name": "nuxt-vue3-google-signin",
3467
4536
  "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
3468
- "repo": "syetalabs/nuxt-vue3-google-signin",
4537
+ "repo": "wavezync/nuxt-vue3-google-signin",
3469
4538
  "npm": "nuxt-vue3-google-signin",
3470
4539
  "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",
4540
+ "github": "https://github.com/wavezync/nuxt-vue3-google-signin",
4541
+ "website": "https://vue3-google-signin.wavezync.com",
4542
+ "learn_more": "https://vue3-google-signin.wavezync.com",
3474
4543
  "category": "Libraries",
3475
4544
  "type": "3rd-party",
3476
4545
  "maintainers": [
@@ -3485,20 +4554,64 @@
3485
4554
  }
3486
4555
  },
3487
4556
  {
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",
4557
+ "name": "nuxt-zod-i18n",
4558
+ "description": "A Nuxt Module for localizing zod error messages.",
4559
+ "repo": "xibman/nuxt-zod-i18n",
4560
+ "npm": "nuxt-zod-i18n",
4561
+ "icon": "nuxt-zod-i18n.svg",
4562
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
4563
+ "website": "https://xibman-nuxt-zod-i18n.nuxt.space",
4564
+ "learn_more": "",
4565
+ "category": "Libraries",
4566
+ "type": "3rd-party",
4567
+ "maintainers": [
4568
+ {
4569
+ "name": "xibman",
4570
+ "github": "xibman"
4571
+ }
4572
+ ],
4573
+ "compatibility": {
4574
+ "nuxt": "^3.0.0",
4575
+ "requires": {}
4576
+ }
4577
+ },
4578
+ {
4579
+ "name": "nuxt3-interpolation",
4580
+ "description": "",
4581
+ "repo": "daliborgogic/interpolation#master",
4582
+ "npm": "nuxt3-interpolation",
4583
+ "icon": "",
4584
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
4585
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
4586
+ "learn_more": "",
4587
+ "category": "Devtools",
4588
+ "type": "3rd-party",
4589
+ "maintainers": [
4590
+ {
4591
+ "name": "daliborgogic",
4592
+ "github": "daliborgogic"
4593
+ }
4594
+ ],
4595
+ "compatibility": {
4596
+ "nuxt": "^3.0.0",
4597
+ "requires": {}
4598
+ }
4599
+ },
4600
+ {
4601
+ "name": "nuxt3-leaflet",
4602
+ "description": "Leaflet integration with Nuxt",
4603
+ "repo": "Gugustinette/Nuxt-Leaflet",
4604
+ "npm": "nuxt3-leaflet",
4605
+ "icon": "leaflet.png",
4606
+ "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4607
+ "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
4608
+ "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
4609
+ "category": "Libraries",
3497
4610
  "type": "3rd-party",
3498
4611
  "maintainers": [
3499
4612
  {
3500
- "name": "Jens van Hellemondt",
3501
- "github": "invictus-codes"
4613
+ "name": "Augustin MERCIER",
4614
+ "github": "Gugustinette"
3502
4615
  }
3503
4616
  ],
3504
4617
  "compatibility": {
@@ -3508,7 +4621,7 @@
3508
4621
  },
3509
4622
  {
3510
4623
  "name": "nuxt7",
3511
- "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
4624
+ "description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
3512
4625
  "repo": "nuxt-community/nuxt7",
3513
4626
  "npm": "nuxt7",
3514
4627
  "icon": "",
@@ -3531,15 +4644,15 @@
3531
4644
  },
3532
4645
  {
3533
4646
  "name": "og-image",
3534
- "description": "Easily generate dynamic social share images.",
3535
- "repo": "harlan-zw/nuxt-og-image",
4647
+ "description": "Enlightened runtime images generated with Vue templates.",
4648
+ "repo": "nuxt-modules/og-image",
3536
4649
  "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": "",
4650
+ "icon": "og-image.svg",
4651
+ "github": "https://github.com/nuxt-modules/og-image",
4652
+ "website": "https://nuxtseo.com/og-image",
4653
+ "learn_more": "https://nuxtseo.com/og-image",
3541
4654
  "category": "SEO",
3542
- "type": "3rd-party",
4655
+ "type": "community",
3543
4656
  "maintainers": [
3544
4657
  {
3545
4658
  "name": "Harlan Wilton",
@@ -3550,7 +4663,8 @@
3550
4663
  ],
3551
4664
  "compatibility": {
3552
4665
  "nuxt": "^3.0.0",
3553
- "requires": {}
4666
+ "requires": {},
4667
+ "devtools": "^0.0.0"
3554
4668
  }
3555
4669
  },
3556
4670
  {
@@ -3578,13 +4692,13 @@
3578
4692
  },
3579
4693
  {
3580
4694
  "name": "optimized-images",
3581
- "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
4695
+ "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
3582
4696
  "repo": "juliomrqz/nuxt-optimized-images",
3583
4697
  "npm": "@aceforth/nuxt-optimized-images",
3584
4698
  "icon": "",
3585
4699
  "github": "https://github.com/juliomrqz/nuxt-optimized-images",
3586
- "website": "https://marquez.co/docs/nuxt-optimized-images/",
3587
- "learn_more": "",
4700
+ "website": "https://github.com/juliomrqz/nuxt-optimized-images",
4701
+ "learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
3588
4702
  "category": "Images",
3589
4703
  "type": "3rd-party",
3590
4704
  "maintainers": [
@@ -3623,7 +4737,7 @@
3623
4737
  },
3624
4738
  {
3625
4739
  "name": "parse",
3626
- "description": "Parse package for Nuxt.js",
4740
+ "description": "Parse package for Nuxt",
3627
4741
  "repo": "cierrateam/nuxt-parse",
3628
4742
  "npm": "nuxt-parse",
3629
4743
  "icon": "",
@@ -3643,6 +4757,29 @@
3643
4757
  "requires": {}
3644
4758
  }
3645
4759
  },
4760
+ {
4761
+ "name": "particles",
4762
+ "description": "Easily add particle animations to your Nuxt projects using tsParticles",
4763
+ "repo": "Joepocalyptic/nuxt-particles",
4764
+ "npm": "nuxt-particles",
4765
+ "icon": "",
4766
+ "github": "https://github.com/Joepocalyptic/nuxt-particles",
4767
+ "website": "https://nuxt-particles.joeypereira.dev",
4768
+ "learn_more": "https://particles.js.org/",
4769
+ "category": "Libraries",
4770
+ "type": "3rd-party",
4771
+ "maintainers": [
4772
+ {
4773
+ "name": "Joey Pereira",
4774
+ "github": "Joepocalyptic",
4775
+ "avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
4776
+ }
4777
+ ],
4778
+ "compatibility": {
4779
+ "nuxt": "^3.0.0",
4780
+ "requires": {}
4781
+ }
4782
+ },
3646
4783
  {
3647
4784
  "name": "partytown",
3648
4785
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
@@ -3668,6 +4805,52 @@
3668
4805
  }
3669
4806
  }
3670
4807
  },
4808
+ {
4809
+ "name": "paypal",
4810
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
4811
+ "repo": "arashsheyda/nuxt-paypal",
4812
+ "npm": "nuxt-paypal",
4813
+ "icon": "paypal.svg",
4814
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
4815
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
4816
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
4817
+ "category": "Payment",
4818
+ "type": "3rd-party",
4819
+ "maintainers": [
4820
+ {
4821
+ "name": "Arash Sheyda",
4822
+ "github": "arashsheyda"
4823
+ }
4824
+ ],
4825
+ "compatibility": {
4826
+ "nuxt": "^3.0.0",
4827
+ "requires": {}
4828
+ }
4829
+ },
4830
+ {
4831
+ "name": "pdfeasy",
4832
+ "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
4833
+ "repo": "betterwrite/pdfeasy#main/packages/nuxt",
4834
+ "npm": "nuxt-pdfeasy",
4835
+ "icon": "pdfeasy.png",
4836
+ "github": "https://github.com/betterwrite/pdfeasy",
4837
+ "website": "https://github.com/betterwrite/pdfeasy",
4838
+ "learn_more": "https://github.com/betterwrite/pdfeasy",
4839
+ "category": "Extensions",
4840
+ "type": "3rd-party",
4841
+ "maintainers": [
4842
+ {
4843
+ "name": "Giovane Cardoso",
4844
+ "github": "novout",
4845
+ "twitter": "novoutttttt",
4846
+ "avatar": "https://avatars.githubusercontent.com/novout?v=4"
4847
+ }
4848
+ ],
4849
+ "compatibility": {
4850
+ "nuxt": "^3.0.0",
4851
+ "requires": {}
4852
+ }
4853
+ },
3671
4854
  {
3672
4855
  "name": "persian-datepicker",
3673
4856
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
@@ -3765,7 +4948,7 @@
3765
4948
  },
3766
4949
  {
3767
4950
  "name": "plausible",
3768
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4951
+ "description": "Nuxt module to natively integrate Plausible analytics",
3769
4952
  "repo": "nuxt-modules/plausible",
3770
4953
  "npm": "@nuxtjs/plausible",
3771
4954
  "icon": "",
@@ -3807,9 +4990,56 @@
3807
4990
  "requires": {}
3808
4991
  }
3809
4992
  },
4993
+ {
4994
+ "name": "prepare",
4995
+ "description": "Initialization steps at build time – like Nuxt 2 server init",
4996
+ "repo": "johannschopplich/nuxt-prepare",
4997
+ "npm": "nuxt-prepare",
4998
+ "icon": "prepare.svg",
4999
+ "github": "https://github.com/johannschopplich/nuxt-prepare",
5000
+ "website": "https://nuxt-prepare.byjohann.dev",
5001
+ "learn_more": "",
5002
+ "category": "Devtools",
5003
+ "type": "3rd-party",
5004
+ "maintainers": [
5005
+ {
5006
+ "name": "Johann Schopplich",
5007
+ "github": "johannschopplich",
5008
+ "twitter": "jschopplich",
5009
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
5010
+ }
5011
+ ],
5012
+ "compatibility": {
5013
+ "nuxt": "^3.0.0",
5014
+ "requires": {}
5015
+ }
5016
+ },
5017
+ {
5018
+ "name": "primevue",
5019
+ "description": "Next Generation Vue UI Component Library",
5020
+ "repo": "primefaces/primevue-nuxt-module",
5021
+ "npm": "nuxt-primevue",
5022
+ "icon": "primevue.svg",
5023
+ "github": "https://github.com/primefaces/primevue-nuxt-module",
5024
+ "website": "https://primevue.org/",
5025
+ "learn_more": "https://primevue.org/",
5026
+ "category": "UI",
5027
+ "type": "3rd-party",
5028
+ "maintainers": [
5029
+ {
5030
+ "name": "primefaces",
5031
+ "github": "primefaces",
5032
+ "twitter": "primevue"
5033
+ }
5034
+ ],
5035
+ "compatibility": {
5036
+ "nuxt": "^3.0.0",
5037
+ "requires": {}
5038
+ }
5039
+ },
3810
5040
  {
3811
5041
  "name": "prismic",
3812
- "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
5042
+ "description": "Easily connect your Nuxt application to your content hosted on Prismic",
3813
5043
  "repo": "nuxt-modules/prismic",
3814
5044
  "npm": "@nuxtjs/prismic",
3815
5045
  "icon": "prismic.png",
@@ -3876,7 +5106,7 @@
3876
5106
  },
3877
5107
  {
3878
5108
  "name": "proxy",
3879
- "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
5109
+ "description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
3880
5110
  "repo": "nuxt-community/proxy-module",
3881
5111
  "npm": "@nuxtjs/proxy",
3882
5112
  "icon": "",
@@ -3922,7 +5152,7 @@
3922
5152
  },
3923
5153
  {
3924
5154
  "name": "purgecss",
3925
- "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
5155
+ "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
3926
5156
  "repo": "Developmint/nuxt-purgecss#main",
3927
5157
  "npm": "nuxt-purgecss",
3928
5158
  "icon": "purgecss.png",
@@ -3944,7 +5174,7 @@
3944
5174
  },
3945
5175
  {
3946
5176
  "name": "pwa",
3947
- "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
5177
+ "description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
3948
5178
  "repo": "nuxt-community/pwa-module",
3949
5179
  "npm": "@nuxtjs/pwa",
3950
5180
  "icon": "pwa.png",
@@ -3969,7 +5199,7 @@
3969
5199
  },
3970
5200
  {
3971
5201
  "name": "python",
3972
- "description": "Write Nuxt.js applications using Python",
5202
+ "description": "Write Nuxt applications using Python",
3973
5203
  "repo": "nuxt-community/python-module",
3974
5204
  "npm": "@nuxtjs/python",
3975
5205
  "icon": "python.png",
@@ -4006,6 +5236,64 @@
4006
5236
  "github": "Maiquu"
4007
5237
  }
4008
5238
  ],
5239
+ "compatibility": {
5240
+ "nuxt": "^3.0.0",
5241
+ "requires": {},
5242
+ "devtools": "^0.0.0"
5243
+ }
5244
+ },
5245
+ {
5246
+ "name": "radash",
5247
+ "description": "radash module with auto-import and custom prefix",
5248
+ "repo": "bbg/nuxt-radash",
5249
+ "npm": "nuxt-radash",
5250
+ "icon": "radash.png",
5251
+ "github": "https://github.com/bbg/nuxt-radash",
5252
+ "website": "https://github.com/bbg/nuxt-radash#readme",
5253
+ "learn_more": "https://github.com/rayepps/radash/",
5254
+ "category": "Libraries",
5255
+ "type": "3rd-party",
5256
+ "maintainers": [
5257
+ {
5258
+ "name": "Batuhan Göksu",
5259
+ "github": "bbg"
5260
+ }
5261
+ ],
5262
+ "compatibility": {
5263
+ "nuxt": "^3.0.0",
5264
+ "requires": {}
5265
+ }
5266
+ },
5267
+ {
5268
+ "name": "radix-vue",
5269
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
5270
+ "repo": "radix-vue/radix-vue",
5271
+ "npm": "radix-vue",
5272
+ "icon": "radix-vue.svg",
5273
+ "github": "https://github.com/radix-vue/radix-vue",
5274
+ "website": "https://www.radix-vue.com/",
5275
+ "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
5276
+ "category": "UI",
5277
+ "type": "3rd-party",
5278
+ "maintainers": [
5279
+ {
5280
+ "name": "Zernonia",
5281
+ "github": "zernonia",
5282
+ "twitter": "zernonia"
5283
+ },
5284
+ {
5285
+ "name": "Khairul Haaziq",
5286
+ "github": "khairulhaaziq"
5287
+ },
5288
+ {
5289
+ "name": "Mujahid Anuar",
5290
+ "github": "mujahidfa"
5291
+ },
5292
+ {
5293
+ "name": "Max",
5294
+ "github": "onmax"
5295
+ }
5296
+ ],
4009
5297
  "compatibility": {
4010
5298
  "nuxt": "^3.0.0",
4011
5299
  "requires": {}
@@ -4013,7 +5301,7 @@
4013
5301
  },
4014
5302
  {
4015
5303
  "name": "recaptcha",
4016
- "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
5304
+ "description": "Simple and easy Google reCAPTCHA module with Nuxt",
4017
5305
  "repo": "nuxt-community/recaptcha-module",
4018
5306
  "npm": "@nuxtjs/recaptcha",
4019
5307
  "icon": "recaptcha.png",
@@ -4056,9 +5344,32 @@
4056
5344
  "requires": {}
4057
5345
  }
4058
5346
  },
5347
+ {
5348
+ "name": "resend",
5349
+ "description": "Resend integration for Nuxt",
5350
+ "repo": "nhedger/nuxt-resend",
5351
+ "npm": "nuxt-resend",
5352
+ "icon": "resend.svg",
5353
+ "github": "https://github.com/nhedger/nuxt-resend",
5354
+ "website": "https://github.com/nhedger/nuxt-resend",
5355
+ "learn_more": "https://resend.com",
5356
+ "category": "Extensions",
5357
+ "type": "3rd-party",
5358
+ "maintainers": [
5359
+ {
5360
+ "name": "Nicolas Hedger",
5361
+ "github": "nhedger",
5362
+ "twitter": "nicolashedger"
5363
+ }
5364
+ ],
5365
+ "compatibility": {
5366
+ "nuxt": "^3.0.0",
5367
+ "requires": {}
5368
+ }
5369
+ },
4059
5370
  {
4060
5371
  "name": "rfg-icon",
4061
- "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
5372
+ "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
4062
5373
  "repo": "pimlie/nuxt-rfg-icon",
4063
5374
  "npm": "nuxt-rfg-icon",
4064
5375
  "icon": "real-favicon-generator.png",
@@ -4080,13 +5391,13 @@
4080
5391
  },
4081
5392
  {
4082
5393
  "name": "robots",
4083
- "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
4084
- "repo": "nuxt-community/robots-module",
5394
+ "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
5395
+ "repo": "nuxt-modules/robots",
4085
5396
  "npm": "@nuxtjs/robots",
4086
5397
  "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",
5398
+ "github": "https://github.com/nuxt-modules/robots",
5399
+ "website": "https://github.com/nuxt-modules/robots",
5400
+ "learn_more": "",
4090
5401
  "category": "SEO",
4091
5402
  "type": "community",
4092
5403
  "maintainers": [
@@ -4104,23 +5415,23 @@
4104
5415
  },
4105
5416
  {
4106
5417
  "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",
5418
+ "description": "Nuxt 3 module to integrate Rollbar.",
5419
+ "repo": "jairoblatt/nuxt-rollbar",
5420
+ "npm": "nuxt-rollbar",
4110
5421
  "icon": "rollbar.png",
4111
- "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
4112
- "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
5422
+ "github": "https://github.com/jairoblatt/nuxt-rollbar",
5423
+ "website": "https://github.com/jairoblatt/nuxt-rollbar",
4113
5424
  "learn_more": "https://docs.rollbar.com/docs/javascript",
4114
5425
  "category": "Monitoring",
4115
5426
  "type": "3rd-party",
4116
5427
  "maintainers": [
4117
5428
  {
4118
- "name": "Gaël Reyrol",
4119
- "github": "gaelreyrol"
5429
+ "name": "Jairo Blatt",
5430
+ "github": "jairoblatt"
4120
5431
  }
4121
5432
  ],
4122
5433
  "compatibility": {
4123
- "nuxt": "^2.0.0",
5434
+ "nuxt": "^3.0.0",
4124
5435
  "requires": {}
4125
5436
  }
4126
5437
  },
@@ -4149,7 +5460,7 @@
4149
5460
  },
4150
5461
  {
4151
5462
  "name": "router",
4152
- "description": "Nuxt.js module to use router.js instead of pages/ directory",
5463
+ "description": "Nuxt module to use router.js instead of pages/ directory",
4153
5464
  "repo": "nuxt-community/router-module",
4154
5465
  "npm": "@nuxtjs/router",
4155
5466
  "icon": "vue.png",
@@ -4197,13 +5508,13 @@
4197
5508
  },
4198
5509
  {
4199
5510
  "name": "schema-org",
4200
- "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
4201
- "repo": "vueuse/schema-org#main/packages/nuxt",
5511
+ "description": "Quick and easy Schema.org graphs.",
5512
+ "repo": "harlan-zw/nuxt-schema-org",
4202
5513
  "npm": "nuxt-schema-org",
4203
5514
  "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",
5515
+ "github": "https://github.com/harlan-zw/nuxt-schema-org",
5516
+ "website": "https://nuxtseo.com/schema-org",
5517
+ "learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
4207
5518
  "category": "SEO",
4208
5519
  "type": "3rd-party",
4209
5520
  "maintainers": [
@@ -4266,13 +5577,13 @@
4266
5577
  },
4267
5578
  {
4268
5579
  "name": "segment",
4269
- "description": "Nuxt.js module for Segment Analytics.js",
5580
+ "description": "Nuxt module for Segment Analytics.js",
4270
5581
  "repo": "dansmaculotte/nuxt-segment",
4271
5582
  "npm": "@dansmaculotte/nuxt-segment",
4272
5583
  "icon": "segment.png",
4273
5584
  "github": "https://github.com/dansmaculotte/nuxt-segment",
4274
5585
  "website": "https://github.com/dansmaculotte/nuxt-segment",
4275
- "learn_more": "https://segment.com/docs/connections/sources/catalog/Libraries/website/javascript/",
5586
+ "learn_more": "",
4276
5587
  "category": "Analytics",
4277
5588
  "type": "3rd-party",
4278
5589
  "maintainers": [
@@ -4288,10 +5599,10 @@
4288
5599
  },
4289
5600
  {
4290
5601
  "name": "sentry",
4291
- "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
5602
+ "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
4292
5603
  "repo": "nuxt-community/sentry-module",
4293
5604
  "npm": "@nuxtjs/sentry",
4294
- "icon": "sentry.png",
5605
+ "icon": "sentry.svg",
4295
5606
  "github": "https://github.com/nuxt-community/sentry-module",
4296
5607
  "website": "https://sentry.nuxtjs.org/",
4297
5608
  "learn_more": "https://sentry.io/welcome/",
@@ -4309,20 +5620,22 @@
4309
5620
  }
4310
5621
  },
4311
5622
  {
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": "",
5623
+ "name": "seo-experiments",
5624
+ "description": "Powerful SEO DX improvements.",
5625
+ "repo": "harlan-zw/nuxt-seo-experiments",
5626
+ "npm": "nuxt-seo-experiments",
5627
+ "icon": "seo-experiments.svg",
5628
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5629
+ "website": "https://nuxtseo.com/experiments",
5630
+ "learn_more": "https://nuxtseo.com/experiments",
4320
5631
  "category": "SEO",
4321
5632
  "type": "3rd-party",
4322
5633
  "maintainers": [
4323
5634
  {
4324
- "name": "harlan-zw",
4325
- "github": "harlan-zw"
5635
+ "name": "Harlan Wilton",
5636
+ "github": "harlan-zw",
5637
+ "twitter": "harlan_zw",
5638
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
4326
5639
  }
4327
5640
  ],
4328
5641
  "compatibility": {
@@ -4353,9 +5666,31 @@
4353
5666
  "requires": {}
4354
5667
  }
4355
5668
  },
5669
+ {
5670
+ "name": "seo",
5671
+ "description": "The complete SEO solution for Nuxt.",
5672
+ "repo": "harlan-zw/nuxt-seo",
5673
+ "npm": "@nuxtjs/seo",
5674
+ "icon": "nuxt.svg",
5675
+ "github": "https://github.com/harlan-zw/nuxt-seo",
5676
+ "website": "https://nuxtseo.com/",
5677
+ "learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
5678
+ "category": "SEO",
5679
+ "type": "3rd-party",
5680
+ "maintainers": [
5681
+ {
5682
+ "name": "harlan-zw",
5683
+ "github": "harlan-zw"
5684
+ }
5685
+ ],
5686
+ "compatibility": {
5687
+ "nuxt": "^3.0.0",
5688
+ "requires": {}
5689
+ }
5690
+ },
4356
5691
  {
4357
5692
  "name": "seomatic-meta",
4358
- "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
5693
+ "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
4359
5694
  "repo": "ben-rogerson/nuxt-seomatic-meta",
4360
5695
  "npm": "nuxt-seomatic-meta",
4361
5696
  "icon": "seomatic.png",
@@ -4398,6 +5733,29 @@
4398
5733
  "requires": {}
4399
5734
  }
4400
5735
  },
5736
+ {
5737
+ "name": "server-block",
5738
+ "description": "Use <server> tags in your Nuxt pages components.",
5739
+ "repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
5740
+ "npm": "@hebilicious/server-block-nuxt",
5741
+ "icon": "server-block.svg",
5742
+ "github": "https://github.com/Hebilicious/server-block-nuxt",
5743
+ "website": "https://github.com/Hebilicious/server-block-nuxt#readme",
5744
+ "learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
5745
+ "category": "Extensions",
5746
+ "type": "3rd-party",
5747
+ "maintainers": [
5748
+ {
5749
+ "name": "Hebilicious",
5750
+ "github": "Hebilicious",
5751
+ "twitter": "its_hebilicious"
5752
+ }
5753
+ ],
5754
+ "compatibility": {
5755
+ "nuxt": "^3.0.0",
5756
+ "requires": {}
5757
+ }
5758
+ },
4401
5759
  {
4402
5760
  "name": "session",
4403
5761
  "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",
@@ -4423,7 +5781,7 @@
4423
5781
  },
4424
5782
  {
4425
5783
  "name": "shopify",
4426
- "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
5784
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
4427
5785
  "repo": "Gomah/nuxt-shopify",
4428
5786
  "npm": "nuxt-shopify",
4429
5787
  "icon": "shopify.png",
@@ -4444,7 +5802,7 @@
4444
5802
  }
4445
5803
  },
4446
5804
  {
4447
- "name": "nuxt-auth",
5805
+ "name": "sidebase-auth",
4448
5806
  "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
5807
  "repo": "sidebase/nuxt-auth",
4450
5808
  "npm": "@sidebase/nuxt-auth",
@@ -4490,13 +5848,13 @@
4490
5848
  },
4491
5849
  {
4492
5850
  "name": "simple-robots",
4493
- "description": "Simply manage the robots crawling your Nuxt app.",
5851
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
4494
5852
  "repo": "harlan-zw/nuxt-simple-robots",
4495
5853
  "npm": "nuxt-simple-robots",
4496
- "icon": "",
5854
+ "icon": "simple-robots.svg",
4497
5855
  "github": "https://github.com/harlan-zw/nuxt-simple-robots",
4498
- "website": "https://github.com/harlan-zw/nuxt-simple-robots",
4499
- "learn_more": "",
5856
+ "website": "https://nuxtseo.com/robots",
5857
+ "learn_more": "https://nuxtseo.com/robots",
4500
5858
  "category": "SEO",
4501
5859
  "type": "3rd-party",
4502
5860
  "maintainers": [
@@ -4513,41 +5871,23 @@
4513
5871
  }
4514
5872
  },
4515
5873
  {
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": "",
5874
+ "name": "sitemap",
5875
+ "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
5876
+ "repo": "nuxt-modules/sitemap",
5877
+ "npm": "@nuxtjs/sitemap",
5878
+ "icon": "simple-sitemap.svg",
5879
+ "github": "https://github.com/nuxt-modules/sitemap",
5880
+ "website": "https://nuxtseo.com/",
5881
+ "learn_more": "https://nuxtseo.com/sitemap",
4524
5882
  "category": "SEO",
4525
- "type": "3rd-party",
5883
+ "type": "community",
4526
5884
  "maintainers": [
4527
5885
  {
4528
5886
  "name": "Harlan Wilton",
4529
5887
  "github": "harlan-zw",
4530
5888
  "twitter": "harlan_zw",
4531
5889
  "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": [
5890
+ },
4551
5891
  {
4552
5892
  "name": "Nicolas PENNEC",
4553
5893
  "github": "NicoPennec",
@@ -4555,7 +5895,7 @@
4555
5895
  }
4556
5896
  ],
4557
5897
  "compatibility": {
4558
- "nuxt": "^2.0.0",
5898
+ "nuxt": "^3.0.0",
4559
5899
  "requires": {}
4560
5900
  }
4561
5901
  },
@@ -4583,7 +5923,7 @@
4583
5923
  },
4584
5924
  {
4585
5925
  "name": "snipcart",
4586
- "description": "Snipcart integration module for Nuxt.js",
5926
+ "description": "Snipcart integration module for Nuxt",
4587
5927
  "repo": "nuxt-modules/snipcart",
4588
5928
  "npm": "@nuxtjs/snipcart",
4589
5929
  "icon": "snipcart.png",
@@ -4606,7 +5946,7 @@
4606
5946
  },
4607
5947
  {
4608
5948
  "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.).",
5949
+ "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
4610
5950
  "repo": "AlekseyPleshkov/nuxt-social-meta",
4611
5951
  "npm": "nuxt-social-meta",
4612
5952
  "icon": "",
@@ -4728,7 +6068,7 @@
4728
6068
  },
4729
6069
  {
4730
6070
  "name": "storage",
4731
- "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
6071
+ "description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
4732
6072
  "repo": "mazipan/nuxt-storage",
4733
6073
  "npm": "nuxt-storage",
4734
6074
  "icon": "",
@@ -4750,7 +6090,7 @@
4750
6090
  },
4751
6091
  {
4752
6092
  "name": "storefront-ui",
4753
- "description": "Storefront UI Module for Nuxt.js",
6093
+ "description": "Storefront UI Module for Nuxt",
4754
6094
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
4755
6095
  "npm": "@storefront-ui/nuxt",
4756
6096
  "icon": "storefront-ui.svg",
@@ -4794,8 +6134,8 @@
4794
6134
  },
4795
6135
  {
4796
6136
  "name": "storyblok",
4797
- "description": "Storyblok Nuxt.js module",
4798
- "repo": "storyblok/storyblok-nuxt#master/lib",
6137
+ "description": "Storyblok Nuxt module",
6138
+ "repo": "storyblok/storyblok-nuxt#main",
4799
6139
  "npm": "@storyblok/nuxt",
4800
6140
  "icon": "storyblok.png",
4801
6141
  "github": "https://github.com/storyblok/storyblok-nuxt",
@@ -4811,46 +6151,43 @@
4811
6151
  ],
4812
6152
  "compatibility": {
4813
6153
  "nuxt": "^2.0.0 || ^3.0.0",
4814
- "requires": {}
6154
+ "requires": {},
6155
+ "devtools": "^0.0.0"
4815
6156
  }
4816
6157
  },
4817
6158
  {
4818
6159
  "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",
6160
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
6161
+ "repo": "nuxt-modules/storybook",
4821
6162
  "npm": "@nuxtjs/storybook",
4822
6163
  "icon": "storybook.png",
4823
- "github": "https://github.com/nuxt-community/storybook",
6164
+ "github": "https://github.com/nuxt-modules/storybook",
4824
6165
  "website": "https://storybook.nuxtjs.org",
4825
- "learn_more": "https://storybook.js.org/",
6166
+ "learn_more": "https://github.com/storybook-vue/storybook-nuxt",
4826
6167
  "category": "Devtools",
4827
6168
  "type": "community",
4828
6169
  "maintainers": [
4829
6170
  {
4830
- "name": "Ahad Birang",
4831
- "github": "farnabaz",
4832
- "twitter": "a_birang"
4833
- },
4834
- {
4835
- "name": "Pooya Parsa",
4836
- "github": "pi0",
4837
- "twitter": "_pi0_"
6171
+ "name": "Chakir QATAB",
6172
+ "github": "chakAs3",
6173
+ "twitter": "ChakirQatab"
4838
6174
  }
4839
6175
  ],
4840
6176
  "compatibility": {
4841
- "nuxt": "^2.0.0",
6177
+ "nuxt": "^2.0.0 || ^3.0.0",
4842
6178
  "requires": {
4843
6179
  "bridge": "optional"
4844
- }
6180
+ },
6181
+ "devtools": "^0.7.2"
4845
6182
  }
4846
6183
  },
4847
6184
  {
4848
6185
  "name": "strapi",
4849
6186
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
4850
- "repo": "nuxt-community/strapi-module",
6187
+ "repo": "nuxt-modules/strapi",
4851
6188
  "npm": "@nuxtjs/strapi",
4852
6189
  "icon": "strapi.png",
4853
- "github": "https://github.com/nuxt-community/strapi-module",
6190
+ "github": "https://github.com/nuxt-modules/strapi",
4854
6191
  "website": "https://strapi.nuxtjs.org",
4855
6192
  "learn_more": "https://strapi.io/",
4856
6193
  "category": "CMS",
@@ -4871,7 +6208,34 @@
4871
6208
  "nuxt": "^2.0.0 || ^3.0.0",
4872
6209
  "requires": {
4873
6210
  "bridge": true
6211
+ },
6212
+ "devtools": "^0.0.0"
6213
+ }
6214
+ },
6215
+ {
6216
+ "name": "stripe-next",
6217
+ "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.",
6218
+ "repo": "fuentesloic/nuxt-stripe",
6219
+ "npm": "@unlok-co/nuxt-stripe",
6220
+ "icon": "stripe.png",
6221
+ "github": "https://github.com/fuentesloic/nuxt-stripe",
6222
+ "website": "https://github.com/fuentesloic/nuxt-stripe",
6223
+ "learn_more": "https://stripe.com/docs",
6224
+ "category": "Payment",
6225
+ "type": "3rd-party",
6226
+ "maintainers": [
6227
+ {
6228
+ "name": "Loic Fuentes",
6229
+ "github": "fuentesloic"
6230
+ },
6231
+ {
6232
+ "name": "Florent Giraud",
6233
+ "github": "flozero"
4874
6234
  }
6235
+ ],
6236
+ "compatibility": {
6237
+ "nuxt": "^3.0.0",
6238
+ "requires": {}
4875
6239
  }
4876
6240
  },
4877
6241
  {
@@ -4896,6 +6260,36 @@
4896
6260
  "requires": {}
4897
6261
  }
4898
6262
  },
6263
+ {
6264
+ "name": "studio",
6265
+ "description": "A new experience to build content-driven website with Nuxt.",
6266
+ "repo": "nuxtlabs/studio-module",
6267
+ "npm": "@nuxthq/studio",
6268
+ "icon": "studio.svg",
6269
+ "github": "https://github.com/nuxtlabs/studio-module",
6270
+ "website": "https://nuxt.studio",
6271
+ "learn_more": "https://nuxt.studio",
6272
+ "category": "CMS",
6273
+ "type": "3rd-party",
6274
+ "maintainers": [
6275
+ {
6276
+ "name": "Ahad Birang",
6277
+ "github": "farnabaz",
6278
+ "twitter": "a_birang"
6279
+ },
6280
+ {
6281
+ "name": "Sébastien Chopin",
6282
+ "github": "Atinux",
6283
+ "twitter": "Atinux"
6284
+ }
6285
+ ],
6286
+ "compatibility": {
6287
+ "nuxt": "^3.0.0",
6288
+ "requires": {
6289
+ "content": true
6290
+ }
6291
+ }
6292
+ },
4899
6293
  {
4900
6294
  "name": "style-resources",
4901
6295
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
@@ -4921,7 +6315,7 @@
4921
6315
  },
4922
6316
  {
4923
6317
  "name": "stylelint",
4924
- "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
6318
+ "description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
4925
6319
  "repo": "nuxt-community/stylelint-module",
4926
6320
  "npm": "@nuxtjs/stylelint-module",
4927
6321
  "icon": "stylelint.png",
@@ -4967,10 +6361,10 @@
4967
6361
  {
4968
6362
  "name": "supabase",
4969
6363
  "description": "First class integration with Supabase",
4970
- "repo": "nuxt-community/supabase-module",
6364
+ "repo": "nuxt-modules/supabase",
4971
6365
  "npm": "@nuxtjs/supabase",
4972
6366
  "icon": "supabase.png",
4973
- "github": "https://github.com/nuxt-community/supabase-module",
6367
+ "github": "https://github.com/nuxt-modules/supabase",
4974
6368
  "website": "https://supabase.nuxtjs.org",
4975
6369
  "learn_more": "https://supabase.com",
4976
6370
  "category": "Database",
@@ -5021,12 +6415,12 @@
5021
6415
  },
5022
6416
  {
5023
6417
  "name": "svg-sprite",
5024
- "description": "Optimized and Easy way to use svg files in Nuxt.js",
5025
- "repo": "nuxt-community/svg-sprite-module",
6418
+ "description": "Optimized and Easy way to use svg files in Nuxt",
6419
+ "repo": "nuxt-modules/svg-sprite",
5026
6420
  "npm": "@nuxtjs/svg-sprite",
5027
6421
  "icon": "",
5028
- "github": "https://github.com/nuxt-community/svg-sprite-module",
5029
- "website": "https://github.com/nuxt-community/svg-sprite-module",
6422
+ "github": "https://github.com/nuxt-modules/svg-sprite",
6423
+ "website": "https://github.com/nuxt-modules/svg-sprite",
5030
6424
  "learn_more": "",
5031
6425
  "category": "UI",
5032
6426
  "type": "community",
@@ -5038,13 +6432,13 @@
5038
6432
  }
5039
6433
  ],
5040
6434
  "compatibility": {
5041
- "nuxt": "^2.0.0",
6435
+ "nuxt": "^2.0.0 || ^3.0.0",
5042
6436
  "requires": {}
5043
6437
  }
5044
6438
  },
5045
6439
  {
5046
6440
  "name": "svg",
5047
- "description": "Super simple svg loading module for Nuxt.js",
6441
+ "description": "Super simple svg loading module for Nuxt",
5048
6442
  "repo": "nuxt-community/svg-module",
5049
6443
  "npm": "@nuxtjs/svg",
5050
6444
  "icon": "",
@@ -5088,7 +6482,7 @@
5088
6482
  },
5089
6483
  {
5090
6484
  "name": "swiper",
5091
- "description": "Nuxt.js module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
6485
+ "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
5092
6486
  "repo": "cpreston321/nuxt-swiper",
5093
6487
  "npm": "nuxt-swiper",
5094
6488
  "icon": "swiper.svg",
@@ -5134,10 +6528,10 @@
5134
6528
  {
5135
6529
  "name": "tailwindcss",
5136
6530
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5137
- "repo": "nuxt-community/tailwindcss-module",
6531
+ "repo": "nuxt-modules/tailwindcss",
5138
6532
  "npm": "@nuxtjs/tailwindcss",
5139
6533
  "icon": "tailwindcss.png",
5140
- "github": "https://github.com/nuxt-community/tailwindcss-module",
6534
+ "github": "https://github.com/nuxt-modules/tailwindcss",
5141
6535
  "website": "https://tailwindcss.nuxtjs.org",
5142
6536
  "learn_more": "https://tailwindcss.com/",
5143
6537
  "category": "UI",
@@ -5147,10 +6541,43 @@
5147
6541
  "name": "Sébastien Chopin",
5148
6542
  "github": "Atinux",
5149
6543
  "twitter": "Atinux"
6544
+ },
6545
+ {
6546
+ "name": "Inesh Bose",
6547
+ "github": "ineshbose"
5150
6548
  }
5151
6549
  ],
5152
6550
  "compatibility": {
5153
6551
  "nuxt": "^2.0.0 || ^3.0.0",
6552
+ "requires": {},
6553
+ "devtools": "^0.0.0"
6554
+ }
6555
+ },
6556
+ {
6557
+ "name": "test-utils",
6558
+ "description": "Test utilities for Nuxt",
6559
+ "repo": "nuxt/test-utils#main",
6560
+ "npm": "@nuxt/test-utils",
6561
+ "icon": "nuxt.svg",
6562
+ "github": "https://github.com/nuxt/test-utils",
6563
+ "website": "https://nuxt.com/docs/getting-started/testing",
6564
+ "learn_more": "",
6565
+ "category": "Devtools",
6566
+ "type": "official",
6567
+ "maintainers": [
6568
+ {
6569
+ "name": "Daniel Roe",
6570
+ "github": "danielroe",
6571
+ "twitter": "danielcroe"
6572
+ },
6573
+ {
6574
+ "name": "Anthony Fu",
6575
+ "github": "antfu",
6576
+ "twitter": "antfu7"
6577
+ }
6578
+ ],
6579
+ "compatibility": {
6580
+ "nuxt": "^3.0.0",
5154
6581
  "requires": {}
5155
6582
  }
5156
6583
  },
@@ -5177,9 +6604,53 @@
5177
6604
  "requires": {}
5178
6605
  }
5179
6606
  },
6607
+ {
6608
+ "name": "time",
6609
+ "description": "Safely render local dates and times on the server with Nuxt",
6610
+ "repo": "danielroe/nuxt-time",
6611
+ "npm": "nuxt-time",
6612
+ "icon": "",
6613
+ "github": "https://github.com/danielroe/nuxt-time",
6614
+ "website": "https://github.com/danielroe/nuxt-time",
6615
+ "learn_more": "",
6616
+ "category": "Extensions",
6617
+ "type": "3rd-party",
6618
+ "maintainers": [
6619
+ {
6620
+ "name": "danielroe",
6621
+ "github": "danielroe"
6622
+ }
6623
+ ],
6624
+ "compatibility": {
6625
+ "nuxt": "^3.0.0",
6626
+ "requires": {}
6627
+ }
6628
+ },
6629
+ {
6630
+ "name": "tiptap",
6631
+ "description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
6632
+ "repo": "modbender/nuxt-tiptap-editor",
6633
+ "npm": "nuxt-tiptap-editor",
6634
+ "icon": "tiptap.png",
6635
+ "github": "https://github.com/modbender/nuxt-tiptap-editor",
6636
+ "website": "https://github.com/modbender/nuxt-tiptap-editor",
6637
+ "learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
6638
+ "category": "Libraries",
6639
+ "type": "3rd-party",
6640
+ "maintainers": [
6641
+ {
6642
+ "name": "modbender",
6643
+ "github": "modbender"
6644
+ }
6645
+ ],
6646
+ "compatibility": {
6647
+ "nuxt": "^3.0.0",
6648
+ "requires": {}
6649
+ }
6650
+ },
5180
6651
  {
5181
6652
  "name": "toast",
5182
- "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
6653
+ "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
5183
6654
  "repo": "nuxt-community/modules#master/packages/toast",
5184
6655
  "npm": "@nuxtjs/toast",
5185
6656
  "icon": "",
@@ -5200,6 +6671,61 @@
5200
6671
  "requires": {}
5201
6672
  }
5202
6673
  },
6674
+ {
6675
+ "name": "translation-manager",
6676
+ "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
6677
+ "repo": "samk-dev/nuxt-translation-manager",
6678
+ "npm": "nuxt-translation-manager",
6679
+ "icon": "translation-manager.png",
6680
+ "github": "https://github.com/samk-dev/nuxt-translation-manager",
6681
+ "website": "https://github.com/samk-dev/nuxt-translation-manager",
6682
+ "learn_more": "",
6683
+ "category": "Extensions",
6684
+ "type": "3rd-party",
6685
+ "maintainers": [
6686
+ {
6687
+ "name": "Sam K",
6688
+ "github": "samk-dev"
6689
+ }
6690
+ ],
6691
+ "compatibility": {
6692
+ "nuxt": "^3.0.0",
6693
+ "requires": {}
6694
+ }
6695
+ },
6696
+ {
6697
+ "name": "tresjs",
6698
+ "description": "Create 3D experiences in your Nuxt application using TresJS.",
6699
+ "repo": "tresjs/nuxt",
6700
+ "npm": "@tresjs/nuxt",
6701
+ "icon": "tresjs.svg",
6702
+ "github": "https://github.com/Tresjs/nuxt",
6703
+ "website": "https://tresjs.org/guide/nuxt.html",
6704
+ "learn_more": "https://tresjs.org/",
6705
+ "category": "Libraries",
6706
+ "type": "3rd-party",
6707
+ "maintainers": [
6708
+ {
6709
+ "name": "Alvaro Saburido",
6710
+ "github": "alvarosabu",
6711
+ "twitter": "alvarosabu"
6712
+ },
6713
+ {
6714
+ "name": "Jaime Torrealba",
6715
+ "github": "JaimeTorrealba",
6716
+ "twitter": "jaimebboyjt"
6717
+ },
6718
+ {
6719
+ "name": "Tino Koch",
6720
+ "github": "Tinoooo",
6721
+ "twitter": "ichbintino"
6722
+ }
6723
+ ],
6724
+ "compatibility": {
6725
+ "nuxt": "^3.0.0",
6726
+ "requires": {}
6727
+ }
6728
+ },
5203
6729
  {
5204
6730
  "name": "turnstile",
5205
6731
  "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
@@ -5227,7 +6753,7 @@
5227
6753
  },
5228
6754
  {
5229
6755
  "name": "twa",
5230
- "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
6756
+ "description": "Nuxt module for generating Trusted Web App from Nuxt app",
5231
6757
  "repo": "tuarrep/nuxt-twa",
5232
6758
  "npm": "nuxt-twa",
5233
6759
  "icon": "",
@@ -5249,6 +6775,28 @@
5249
6775
  }
5250
6776
  }
5251
6777
  },
6778
+ {
6779
+ "name": "twemoji",
6780
+ "description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
6781
+ "repo": "yizack/nuxt-twemoji",
6782
+ "npm": "nuxt-twemoji",
6783
+ "icon": "twemoji.svg",
6784
+ "github": "https://github.com/Yizack/nuxt-twemoji",
6785
+ "website": "https://github.com/Yizack/nuxt-twemoji",
6786
+ "learn_more": "",
6787
+ "category": "UI",
6788
+ "type": "3rd-party",
6789
+ "maintainers": [
6790
+ {
6791
+ "name": "Yizack Rangel",
6792
+ "github": "yizack"
6793
+ }
6794
+ ],
6795
+ "compatibility": {
6796
+ "nuxt": "^3.0.0",
6797
+ "requires": {}
6798
+ }
6799
+ },
5252
6800
  {
5253
6801
  "name": "twicpics",
5254
6802
  "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
@@ -5394,44 +6942,55 @@
5394
6942
  }
5395
6943
  },
5396
6944
  {
5397
- "name": "umami",
5398
- "description": "Embed the Umami analytics library into Nuxt",
5399
- "repo": "ijkml/nuxt-umami",
5400
- "npm": "nuxt-umami",
5401
- "icon": "umami.svg",
5402
- "github": "https://github.com/ijkml/nuxt-umami",
5403
- "website": "https://github.com/ijkml/nuxt-umami",
5404
- "learn_more": "https://umami.is/docs/",
5405
- "category": "Analytics",
6945
+ "name": "typo3",
6946
+ "description": "TYPO3 Headless Frontend Rendering module",
6947
+ "repo": "TYPO3-Headless/nuxt-typo3",
6948
+ "npm": "@t3headless/nuxt-typo3",
6949
+ "icon": "typo3.svg",
6950
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
6951
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
6952
+ "learn_more": "https://github.com/TYPO3-Headless",
6953
+ "category": "CMS",
5406
6954
  "type": "3rd-party",
5407
6955
  "maintainers": [
5408
6956
  {
5409
- "name": "ML",
5410
- "github": "ijkml"
6957
+ "name": "Macopedia",
6958
+ "github": "macopedia",
6959
+ "twitter": "macopediapl"
5411
6960
  }
5412
6961
  ],
5413
6962
  "compatibility": {
5414
6963
  "nuxt": "^2.0.0 || ^3.0.0",
5415
- "requires": {
5416
- "bridge": "optional"
5417
- }
6964
+ "requires": {},
6965
+ "devtools": "^0.0.0"
5418
6966
  }
5419
6967
  },
5420
6968
  {
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",
6969
+ "name": "ui",
6970
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
6971
+ "repo": "nuxt/ui#dev",
6972
+ "npm": "@nuxt/ui",
6973
+ "icon": "nuxt.svg",
6974
+ "github": "https://github.com/nuxt/ui",
6975
+ "website": "https://ui.nuxt.com",
5428
6976
  "learn_more": "",
5429
- "category": "SEO",
5430
- "type": "3rd-party",
6977
+ "category": "UI",
6978
+ "type": "official",
5431
6979
  "maintainers": [
5432
6980
  {
5433
- "name": "harlan-zw",
5434
- "github": "harlan-zw"
6981
+ "name": "Benjamin Canac",
6982
+ "github": "benjamincanac",
6983
+ "twitter": "benjamincanac"
6984
+ },
6985
+ {
6986
+ "name": "Sebastien Chopin",
6987
+ "github": "Atinux",
6988
+ "twitter": "Atinux"
6989
+ },
6990
+ {
6991
+ "name": "Sylvain Marroufin",
6992
+ "github": "smarroufin",
6993
+ "twitter": "smarroufin"
5435
6994
  }
5436
6995
  ],
5437
6996
  "compatibility": {
@@ -5439,9 +6998,33 @@
5439
6998
  "requires": {}
5440
6999
  }
5441
7000
  },
7001
+ {
7002
+ "name": "umami",
7003
+ "description": "Embed the Umami analytics library into Nuxt",
7004
+ "repo": "ijkml/nuxt-umami",
7005
+ "npm": "nuxt-umami",
7006
+ "icon": "umami.svg",
7007
+ "github": "https://github.com/ijkml/nuxt-umami",
7008
+ "website": "https://github.com/ijkml/nuxt-umami",
7009
+ "learn_more": "https://umami.is/docs/",
7010
+ "category": "Analytics",
7011
+ "type": "3rd-party",
7012
+ "maintainers": [
7013
+ {
7014
+ "name": "ML",
7015
+ "github": "ijkml"
7016
+ }
7017
+ ],
7018
+ "compatibility": {
7019
+ "nuxt": "^2.0.0 || ^3.0.0",
7020
+ "requires": {
7021
+ "bridge": "optional"
7022
+ }
7023
+ }
7024
+ },
5442
7025
  {
5443
7026
  "name": "universal-storage",
5444
- "description": "Universal Storage Utilities for Nuxt.js",
7027
+ "description": "Universal Storage Utilities for Nuxt",
5445
7028
  "repo": "nuxt-community/universal-storage-module",
5446
7029
  "npm": "@nuxtjs/universal-storage",
5447
7030
  "icon": "",
@@ -5467,6 +7050,28 @@
5467
7050
  "requires": {}
5468
7051
  }
5469
7052
  },
7053
+ {
7054
+ "name": "unlazy",
7055
+ "description": "Lazy loading library for placeholder images",
7056
+ "repo": "johannschopplich/unlazy#main/packages/nuxt",
7057
+ "npm": "@unlazy/nuxt",
7058
+ "icon": "unlazy.svg",
7059
+ "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
7060
+ "website": "https://unlazy.byjohann.dev/",
7061
+ "learn_more": "",
7062
+ "category": "Images",
7063
+ "type": "3rd-party",
7064
+ "maintainers": [
7065
+ {
7066
+ "name": "Johann Schopplich",
7067
+ "github": "johannschopplich"
7068
+ }
7069
+ ],
7070
+ "compatibility": {
7071
+ "nuxt": "^3.0.0",
7072
+ "requires": {}
7073
+ }
7074
+ },
5470
7075
  {
5471
7076
  "name": "unlighthouse",
5472
7077
  "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
@@ -5496,12 +7101,12 @@
5496
7101
  {
5497
7102
  "name": "unocss",
5498
7103
  "description": "The instant on-demand atomic CSS engine.",
5499
- "repo": "antfu/unocss#main/packages/nuxt",
7104
+ "repo": "unocss/unocss#main/packages/nuxt",
5500
7105
  "npm": "@unocss/nuxt",
5501
7106
  "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",
7107
+ "github": "https://github.com/unocss/unocss",
7108
+ "website": "https://github.com/unocss/unocss",
7109
+ "learn_more": "https://github.com/unocss/unocss",
5505
7110
  "category": "UI",
5506
7111
  "type": "3rd-party",
5507
7112
  "maintainers": [
@@ -5516,7 +7121,8 @@
5516
7121
  "nuxt": "^2.0.0 || ^3.0.0",
5517
7122
  "requires": {
5518
7123
  "bridge": "optional"
5519
- }
7124
+ },
7125
+ "devtools": "^0.0.0"
5520
7126
  }
5521
7127
  },
5522
7128
  {
@@ -5543,42 +7149,66 @@
5543
7149
  }
5544
7150
  },
5545
7151
  {
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",
7152
+ "name": "use-bootstrap",
7153
+ "description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
7154
+ "repo": "simplise/use-bootstrap",
7155
+ "npm": "usebootstrap",
7156
+ "icon": "use-bootstrap.svg",
7157
+ "github": "https://github.com/simplise/use-bootstrap",
7158
+ "website": "https://usebootstrap.org/",
7159
+ "learn_more": "https://usebootstrap.org/",
7160
+ "category": "UI",
5555
7161
  "type": "3rd-party",
5556
7162
  "maintainers": [
5557
7163
  {
5558
- "name": "fukuiretu",
5559
- "github": "fukuiretu"
7164
+ "name": "KoujiSano",
7165
+ "github": "KoujiSano"
5560
7166
  }
5561
7167
  ],
5562
7168
  "compatibility": {
5563
- "nuxt": "^2.0.0",
7169
+ "nuxt": "^3.0.0",
5564
7170
  "requires": {}
5565
7171
  }
5566
7172
  },
5567
7173
  {
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",
7174
+ "name": "use-wagmi",
7175
+ "description": "Vue Composition for Ethereum based on wagmi",
7176
+ "repo": "unicape/use-wagmi#main/packages/nuxt",
7177
+ "npm": "@use-wagmi/nuxt",
7178
+ "icon": "use-wagmi.png",
7179
+ "github": "https://github.com/unicape/use-wagmi",
7180
+ "website": "https://github.com/unicape/use-wagmi",
7181
+ "learn_more": "https://github.com/unicape/use-wagmi",
7182
+ "category": "Extensions",
7183
+ "type": "3rd-party",
7184
+ "maintainers": [
7185
+ {
7186
+ "name": "Unic Ape",
7187
+ "github": "unicape"
7188
+ }
7189
+ ],
7190
+ "compatibility": {
7191
+ "nuxt": "^2.0.0 || ^3.0.0",
7192
+ "requires": {
7193
+ "bridge": true
7194
+ }
7195
+ }
7196
+ },
7197
+ {
7198
+ "name": "user-agent",
7199
+ "description": "Nuxt module for handling User-Agent.",
7200
+ "repo": "fukuiretu/nuxt-user-agent",
7201
+ "npm": "nuxt-user-agent",
7202
+ "icon": "",
7203
+ "github": "https://github.com/fukuiretu/nuxt-user-agent",
7204
+ "website": "https://github.com/fukuiretu/nuxt-user-agent",
7205
+ "learn_more": "",
7206
+ "category": "Extensions",
5577
7207
  "type": "3rd-party",
5578
7208
  "maintainers": [
5579
7209
  {
5580
- "name": "lewyuburi",
5581
- "github": "lewyuburi"
7210
+ "name": "fukuiretu",
7211
+ "github": "fukuiretu"
5582
7212
  }
5583
7213
  ],
5584
7214
  "compatibility": {
@@ -5610,6 +7240,74 @@
5610
7240
  }
5611
7241
  }
5612
7242
  },
7243
+ {
7244
+ "name": "varlet",
7245
+ "description": "A Material design mobile component library developed based on Vue3",
7246
+ "repo": "varletjs/varlet-nuxt",
7247
+ "npm": "@varlet/nuxt",
7248
+ "icon": "varlet.svg",
7249
+ "github": "https://github.com/varletjs/varlet",
7250
+ "website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
7251
+ "learn_more": "https://github.com/varletjs/varlet-nuxt",
7252
+ "category": "UI",
7253
+ "type": "3rd-party",
7254
+ "maintainers": [
7255
+ {
7256
+ "name": "zhangmo8",
7257
+ "github": "zhangmo8"
7258
+ }
7259
+ ],
7260
+ "compatibility": {
7261
+ "nuxt": "^3.0.0",
7262
+ "requires": {
7263
+ "bridge": "optional"
7264
+ }
7265
+ }
7266
+ },
7267
+ {
7268
+ "name": "vcalendar",
7269
+ "description": "VCalendar module for Nuxt",
7270
+ "repo": "samk-dev/nuxt-vcalendar",
7271
+ "npm": "@samk-dev/nuxt-vcalendar",
7272
+ "icon": "vcalendar.png",
7273
+ "github": "https://github.com/samk-dev/vcalendar",
7274
+ "website": "https://github.com/samk-dev/vcalendar",
7275
+ "learn_more": "",
7276
+ "category": "Libraries",
7277
+ "type": "3rd-party",
7278
+ "maintainers": [
7279
+ {
7280
+ "name": "Sam K",
7281
+ "github": "samk-dev"
7282
+ }
7283
+ ],
7284
+ "compatibility": {
7285
+ "nuxt": "^3.0.0",
7286
+ "requires": {}
7287
+ }
7288
+ },
7289
+ {
7290
+ "name": "vee-validate",
7291
+ "description": "Painless Vue forms for Nuxt",
7292
+ "repo": "logaretm/vee-validate#main/packages/nuxt",
7293
+ "npm": "@vee-validate/nuxt",
7294
+ "icon": "vee-validate.png",
7295
+ "github": "https://github.com/logaretm/vee-validate/",
7296
+ "website": "https://vee-validate.logaretm.com/v4/",
7297
+ "learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
7298
+ "category": "Libraries",
7299
+ "type": "3rd-party",
7300
+ "maintainers": [
7301
+ {
7302
+ "name": "Abdelrahman Awad",
7303
+ "github": "logaretm"
7304
+ }
7305
+ ],
7306
+ "compatibility": {
7307
+ "nuxt": "^3.0.0",
7308
+ "requires": {}
7309
+ }
7310
+ },
5613
7311
  {
5614
7312
  "name": "vendor",
5615
7313
  "description": "directly serve node_modules",
@@ -5633,9 +7331,54 @@
5633
7331
  "requires": {}
5634
7332
  }
5635
7333
  },
7334
+ {
7335
+ "name": "vercel-analytics",
7336
+ "description": "Vercel Analytics integration for Nuxt",
7337
+ "repo": "xanderbarkhatov/nuxt-vercel-analytics",
7338
+ "npm": "nuxt-vercel-analytics",
7339
+ "icon": "",
7340
+ "github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
7341
+ "website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
7342
+ "learn_more": "https://vercel.com/docs/concepts/analytics",
7343
+ "category": "Analytics",
7344
+ "type": "3rd-party",
7345
+ "maintainers": [
7346
+ {
7347
+ "name": "Alexander B.",
7348
+ "github": "xanderbarkhatov"
7349
+ }
7350
+ ],
7351
+ "compatibility": {
7352
+ "nuxt": "^3.0.0",
7353
+ "requires": {}
7354
+ }
7355
+ },
7356
+ {
7357
+ "name": "vexip-ui",
7358
+ "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
7359
+ "repo": "vexip-ui/nuxt",
7360
+ "npm": "@vexip-ui/nuxt",
7361
+ "icon": "vexip-ui.svg",
7362
+ "github": "https://github.com/vexip-ui/vexip-ui",
7363
+ "website": "https://www.vexipui.com/",
7364
+ "learn_more": "https://github.com/vexip-ui/nuxt",
7365
+ "category": "UI",
7366
+ "type": "3rd-party",
7367
+ "maintainers": [
7368
+ {
7369
+ "name": "未觉雨声",
7370
+ "github": "qmhc",
7371
+ "twitter": "qmhc95"
7372
+ }
7373
+ ],
7374
+ "compatibility": {
7375
+ "nuxt": "^3.0.0",
7376
+ "requires": {}
7377
+ }
7378
+ },
5636
7379
  {
5637
7380
  "name": "vite-pwa-nuxt",
5638
- "description": "Zero-config PWA Plugin for Nuxt 3",
7381
+ "description": "Zero-config PWA Plugin for Nuxt",
5639
7382
  "repo": "vite-pwa/nuxt",
5640
7383
  "npm": "@vite-pwa/nuxt",
5641
7384
  "icon": "vite-pwa-nuxt.svg",
@@ -5662,24 +7405,52 @@
5662
7405
  }
5663
7406
  },
5664
7407
  {
5665
- "name": "vitest",
5666
- "description": "Vitest integration with Nuxt",
5667
- "repo": "danielroe/nuxt-vitest#main",
5668
- "npm": "nuxt-vitest",
5669
- "icon": "vitest.svg",
5670
- "github": "https://github.com/danielroe/nuxt-vitest",
5671
- "website": "https://github.com/danielroe/nuxt-vitest",
5672
- "learn_more": "",
5673
- "category": "Extensions",
7408
+ "name": "vue-email",
7409
+ "description": "💌 Write email templates with vue",
7410
+ "repo": "vue-email/nuxt",
7411
+ "npm": "@vue-email/nuxt",
7412
+ "icon": "vue-email.svg",
7413
+ "github": "https://github.com/vue-email/nuxt",
7414
+ "website": "https://vuemail.net/",
7415
+ "learn_more": "https://vuemail.net/ssr/nuxt",
7416
+ "category": "UI",
5674
7417
  "type": "3rd-party",
5675
7418
  "maintainers": [
5676
7419
  {
5677
- "name": "Daniel Roe",
5678
- "github": "danielroe"
7420
+ "name": "David Arenas",
7421
+ "github": "Dave136",
7422
+ "twitter": "davejs4",
7423
+ "avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
5679
7424
  },
5680
7425
  {
5681
- "name": "Anthony Fu",
5682
- "github": "antfu"
7426
+ "name": "Younes Barrad",
7427
+ "github": "Flowko",
7428
+ "twitter": "imflowko",
7429
+ "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
7430
+ }
7431
+ ],
7432
+ "compatibility": {
7433
+ "nuxt": "^3.0.0",
7434
+ "requires": {},
7435
+ "devtools": "^0.0.0"
7436
+ }
7437
+ },
7438
+ {
7439
+ "name": "vue-final-modal",
7440
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
7441
+ "repo": "vue-final/vue-final-modal#master/packages/nuxt",
7442
+ "npm": "@vue-final-modal/nuxt",
7443
+ "icon": "vue-final-modal.svg",
7444
+ "github": "https://github.com/vue-final/vue-final-modal",
7445
+ "website": "https://vue-final-modal.org/",
7446
+ "learn_more": "https://vue-final-modal.org/",
7447
+ "category": "UI",
7448
+ "type": "3rd-party",
7449
+ "maintainers": [
7450
+ {
7451
+ "name": "Hunter Liu",
7452
+ "github": "hunterliu1003",
7453
+ "twitter": "hunterliu1003"
5683
7454
  }
5684
7455
  ],
5685
7456
  "compatibility": {
@@ -5689,13 +7460,13 @@
5689
7460
  },
5690
7461
  {
5691
7462
  "name": "vue-macros",
5692
- "description": "Explore and extend more macros and syntax sugar to Vue.",
5693
- "repo": "sxzz/unplugin-vue-macros#main/packages/nuxt",
7463
+ "description": "Explore more macros and syntax sugar to Vue.",
7464
+ "repo": "sxzz/vue-macros#main/packages/nuxt",
5694
7465
  "npm": "@vue-macros/nuxt",
5695
7466
  "icon": "vue-macros.svg",
5696
- "github": "https://github.com/sxzz/unplugin-vue-macros",
7467
+ "github": "https://github.com/sxzz/vue-macros",
5697
7468
  "website": "https://vue-macros.sxzz.moe",
5698
- "learn_more": "https://github.com/sxzz/unplugin-vue-macros",
7469
+ "learn_more": "https://github.com/sxzz/vue-macros",
5699
7470
  "category": "Extensions",
5700
7471
  "type": "3rd-party",
5701
7472
  "maintainers": [
@@ -5709,7 +7480,8 @@
5709
7480
  "nuxt": "^3.0.0",
5710
7481
  "requires": {
5711
7482
  "bridge": "optional"
5712
- }
7483
+ },
7484
+ "devtools": "^0.0.0"
5713
7485
  }
5714
7486
  },
5715
7487
  {
@@ -5736,7 +7508,7 @@
5736
7508
  },
5737
7509
  {
5738
7510
  "name": "vue-multiselect",
5739
- "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
7511
+ "description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
5740
7512
  "repo": "spektrummedia/nuxt-vue-multiselect",
5741
7513
  "npm": "nuxt-vue-multiselect",
5742
7514
  "icon": "",
@@ -5778,6 +7550,29 @@
5778
7550
  "requires": {}
5779
7551
  }
5780
7552
  },
7553
+ {
7554
+ "name": "vue-query",
7555
+ "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
7556
+ "repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
7557
+ "npm": "@hebilicious/vue-query-nuxt",
7558
+ "icon": "vue-query.svg",
7559
+ "github": "https://github.com/Hebilicious/vue-query-nuxt",
7560
+ "website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
7561
+ "learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
7562
+ "category": "Request",
7563
+ "type": "3rd-party",
7564
+ "maintainers": [
7565
+ {
7566
+ "name": "Hebilicious",
7567
+ "github": "Hebilicious",
7568
+ "twitter": "its_hebilicious"
7569
+ }
7570
+ ],
7571
+ "compatibility": {
7572
+ "nuxt": "^3.0.0",
7573
+ "requires": {}
7574
+ }
7575
+ },
5781
7576
  {
5782
7577
  "name": "vue-select",
5783
7578
  "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
@@ -5827,7 +7622,7 @@
5827
7622
  },
5828
7623
  {
5829
7624
  "name": "vue-warehouse",
5830
- "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
7625
+ "description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
5831
7626
  "repo": "juliomrqz/vue-warehouse",
5832
7627
  "npm": "vue-warehouse",
5833
7628
  "icon": "",
@@ -5848,10 +7643,33 @@
5848
7643
  "requires": {}
5849
7644
  }
5850
7645
  },
7646
+ {
7647
+ "name": "vue3-carousel-nuxt",
7648
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
7649
+ "repo": "gaetansenn/vue3-carousel-nuxt",
7650
+ "npm": "vue3-carousel-nuxt",
7651
+ "icon": "",
7652
+ "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7653
+ "website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7654
+ "learn_more": "",
7655
+ "category": "UI",
7656
+ "type": "3rd-party",
7657
+ "maintainers": [
7658
+ {
7659
+ "name": "Gaetan SENN",
7660
+ "github": "gaetansenn",
7661
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
7662
+ }
7663
+ ],
7664
+ "compatibility": {
7665
+ "nuxt": "^3.0.0",
7666
+ "requires": {}
7667
+ }
7668
+ },
5851
7669
  {
5852
7670
  "name": "vuefire",
5853
7671
  "description": "Idiomatic composables for the Firebase SDK",
5854
- "repo": "vuejs/vuefire/packages/nuxt",
7672
+ "repo": "vuejs/vuefire#main/packages/nuxt",
5855
7673
  "npm": "nuxt-vuefire",
5856
7674
  "icon": "vuefire.svg",
5857
7675
  "github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
@@ -5870,15 +7688,61 @@
5870
7688
  "requires": {}
5871
7689
  }
5872
7690
  },
7691
+ {
7692
+ "name": "vueform-builder",
7693
+ "description": "Official Vueform Builder module for Nuxt",
7694
+ "repo": "vueform/builder#main/nuxt",
7695
+ "npm": "@vueform/builder-nuxt",
7696
+ "icon": "vueform.svg",
7697
+ "github": "https://github.com/vueform/builder",
7698
+ "website": "https://builder.vueform.com",
7699
+ "learn_more": "https://builder.vueform.com/docs/installation#nuxt",
7700
+ "category": "Libraries",
7701
+ "type": "3rd-party",
7702
+ "maintainers": [
7703
+ {
7704
+ "name": "Adam Berecz",
7705
+ "github": "adamberecz",
7706
+ "twitter": "bereczadam"
7707
+ }
7708
+ ],
7709
+ "compatibility": {
7710
+ "nuxt": "^3.0.0",
7711
+ "requires": {}
7712
+ }
7713
+ },
7714
+ {
7715
+ "name": "vueform",
7716
+ "description": "Official Vueform module for Nuxt",
7717
+ "repo": "vueform/vueform#main/nuxt",
7718
+ "npm": "@vueform/nuxt",
7719
+ "icon": "vueform.svg",
7720
+ "github": "https://github.com/vueform/vueform",
7721
+ "website": "https://vueform.com",
7722
+ "learn_more": "https://vueform.com/docs/installation#nuxt",
7723
+ "category": "Libraries",
7724
+ "type": "3rd-party",
7725
+ "maintainers": [
7726
+ {
7727
+ "name": "Adam Berecz",
7728
+ "github": "adamberecz",
7729
+ "twitter": "bereczadam"
7730
+ }
7731
+ ],
7732
+ "compatibility": {
7733
+ "nuxt": "^3.0.0",
7734
+ "requires": {}
7735
+ }
7736
+ },
5873
7737
  {
5874
7738
  "name": "vuestic",
5875
- "description": "Vuestic UI module for Nuxt 3",
7739
+ "description": "Vuestic UI module for Nuxt",
5876
7740
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
5877
7741
  "npm": "@vuestic/nuxt",
5878
7742
  "icon": "vuestic.png",
5879
7743
  "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
5880
- "website": "https://vuestic.dev",
5881
- "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
7744
+ "website": "https://ui.vuestic.dev",
7745
+ "learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
5882
7746
  "category": "UI",
5883
7747
  "type": "3rd-party",
5884
7748
  "maintainers": [
@@ -5892,9 +7756,31 @@
5892
7756
  "requires": {}
5893
7757
  }
5894
7758
  },
7759
+ {
7760
+ "name": "vuetify-nuxt-module",
7761
+ "description": "Zero-config Nuxt Module for Vuetify.",
7762
+ "repo": "userquin/vuetify-nuxt-module",
7763
+ "npm": "vuetify-nuxt-module",
7764
+ "icon": "vuetify-logo-v3-dark.svg",
7765
+ "github": "https://github.com/userquin/vuetify-nuxt-module",
7766
+ "website": "https://vuetify-nuxt-module.netlify.app/",
7767
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
7768
+ "category": "UI",
7769
+ "type": "3rd-party",
7770
+ "maintainers": [
7771
+ {
7772
+ "name": "Joaquín Sánchez",
7773
+ "github": "userquin"
7774
+ }
7775
+ ],
7776
+ "compatibility": {
7777
+ "nuxt": "^3.0.0",
7778
+ "requires": {}
7779
+ }
7780
+ },
5895
7781
  {
5896
7782
  "name": "vuetify",
5897
- "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
7783
+ "description": "Vuetify Module for Nuxt to add Material Design components to your application.",
5898
7784
  "repo": "nuxt-community/vuetify-module",
5899
7785
  "npm": "@nuxtjs/vuetify",
5900
7786
  "icon": "vuetify.png",
@@ -5941,7 +7827,8 @@
5941
7827
  "nuxt": "^2.0.0 || ^3.0.0",
5942
7828
  "requires": {
5943
7829
  "bridge": "optional"
5944
- }
7830
+ },
7831
+ "devtools": "^0.0.0"
5945
7832
  }
5946
7833
  },
5947
7834
  {
@@ -5968,9 +7855,9 @@
5968
7855
  },
5969
7856
  {
5970
7857
  "name": "vunix",
5971
- "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.",
5972
- "repo": "gaetansenn/vunix",
5973
- "npm": "vunix",
7858
+ "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.",
7859
+ "repo": "gaetansenn/vunix#main/packages/nuxt",
7860
+ "npm": "@vunix/nuxt",
5974
7861
  "icon": "",
5975
7862
  "github": "https://github.com/gaetansenn/vunix",
5976
7863
  "website": "https://vunix.dewib.com/",
@@ -5992,11 +7879,11 @@
5992
7879
  {
5993
7880
  "name": "web-vitals",
5994
7881
  "description": "Web Vitals for Nuxt",
5995
- "repo": "nuxt-community/web-vitals-module",
7882
+ "repo": "nuxt-modules/web-vitals",
5996
7883
  "npm": "@nuxtjs/web-vitals",
5997
7884
  "icon": "web-vitals.png",
5998
- "github": "https://github.com/nuxt-community/web-vitals-module",
5999
- "website": "https://github.com/nuxt-community/web-vitals-module",
7885
+ "github": "https://github.com/nuxt-modules/web-vitals",
7886
+ "website": "https://github.com/nuxt-modules/web-vitals",
6000
7887
  "learn_more": "",
6001
7888
  "category": "Performance",
6002
7889
  "type": "community",
@@ -6047,7 +7934,7 @@
6047
7934
  },
6048
7935
  {
6049
7936
  "name": "webpack-optimisations",
6050
- "description": "Nuxt.js v2 module to automatically make your builds faster.",
7937
+ "description": "Nuxt v2 module to automatically make your builds faster.",
6051
7938
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
6052
7939
  "npm": "nuxt-webpack-optimisations",
6053
7940
  "icon": "build-optimisations.svg",
@@ -6122,7 +8009,7 @@
6122
8009
  "icon": "webpack.png",
6123
8010
  "github": "https://github.com/nuxt-community/webpackmonitor-module",
6124
8011
  "website": "https://github.com/nuxt-community/webpackmonitor-module",
6125
- "learn_more": "http://webpackmonitor.com/",
8012
+ "learn_more": "",
6126
8013
  "category": "Devtools",
6127
8014
  "type": "community",
6128
8015
  "maintainers": [
@@ -6139,7 +8026,7 @@
6139
8026
  },
6140
8027
  {
6141
8028
  "name": "well-known",
6142
- "description": "A Nuxt.js module to add well-known URIs using middlewares",
8029
+ "description": "A Nuxt module to add well-known URIs using middlewares",
6143
8030
  "repo": "zadigetvoltaire/nuxt-well-known",
6144
8031
  "npm": "@zadigetvoltaire/nuxt-well-known",
6145
8032
  "icon": "well-known.svg",
@@ -6159,14 +8046,40 @@
6159
8046
  "requires": {}
6160
8047
  }
6161
8048
  },
8049
+ {
8050
+ "name": "wideangle",
8051
+ "description": "Nuxt module to integrate Wide Angle Analytics",
8052
+ "repo": "inputobjects/wideangle-nuxt",
8053
+ "npm": "wideangle-nuxt",
8054
+ "icon": "wideangle.png",
8055
+ "github": "https://github.com/inputobjects/wideangle-nuxt",
8056
+ "website": "https://wideangle.co",
8057
+ "learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
8058
+ "category": "Analytics",
8059
+ "type": "3rd-party",
8060
+ "maintainers": [
8061
+ {
8062
+ "name": "Wide Angle Analytics by Input Objects GmbH",
8063
+ "github": "inputobjects"
8064
+ },
8065
+ {
8066
+ "name": "Jarek Rozanski",
8067
+ "github": "jrozanski"
8068
+ }
8069
+ ],
8070
+ "compatibility": {
8071
+ "nuxt": "^3.0.0",
8072
+ "requires": {}
8073
+ }
8074
+ },
6162
8075
  {
6163
8076
  "name": "windicss",
6164
8077
  "description": "Next generation utility-first CSS framework.",
6165
- "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
8078
+ "repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
6166
8079
  "npm": "nuxt-windicss",
6167
8080
  "icon": "windicss.svg",
6168
- "github": "https://github.com/windicss/nuxt-windicss-module",
6169
- "website": "https://github.com/windicss/nuxt-windicss-module",
8081
+ "github": "https://github.com/windicss/nuxt-windicss",
8082
+ "website": "https://github.com/windicss/nuxt-windicss",
6170
8083
  "learn_more": "https://windicss.org/",
6171
8084
  "category": "UI",
6172
8085
  "type": "3rd-party",
@@ -6302,55 +8215,9 @@
6302
8215
  "requires": {}
6303
8216
  }
6304
8217
  },
6305
- {
6306
- "name": "yandex-metrika-next",
6307
- "description": "Yandex Metrika integration for Nuxt",
6308
- "repo": "artmizu/yandex-metrika-nuxt",
6309
- "npm": "@artmizu/yandex-metrika-nuxt",
6310
- "icon": "yandex-metrika.svg",
6311
- "github": "https://github.com/artmizu/yandex-metrika-nuxt",
6312
- "website": "https://github.com/artmizu/yandex-metrika-nuxt",
6313
- "learn_more": "",
6314
- "category": "Analytics",
6315
- "type": "3rd-party",
6316
- "maintainers": [
6317
- {
6318
- "name": "Aleksandr Saburov",
6319
- "github": "artmizu",
6320
- "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
6321
- }
6322
- ],
6323
- "compatibility": {
6324
- "nuxt": "^3.0.0",
6325
- "requires": {}
6326
- }
6327
- },
6328
- {
6329
- "name": "yandex-metrika",
6330
- "description": "Yandex metrika Module for Nuxt.js",
6331
- "repo": "nuxt-community/yandex-metrika-module",
6332
- "npm": "@nuxtjs/yandex-metrika",
6333
- "icon": "",
6334
- "github": "https://github.com/nuxt-community/yandex-metrika-module",
6335
- "website": "https://github.com/nuxt-community/yandex-metrika-module",
6336
- "learn_more": "https://metrica.yandex.com/about",
6337
- "category": "Analytics",
6338
- "type": "community",
6339
- "maintainers": [
6340
- {
6341
- "name": "Pooya Parsa",
6342
- "github": "pi0",
6343
- "twitter": "_pi0_"
6344
- }
6345
- ],
6346
- "compatibility": {
6347
- "nuxt": "^2.0.0",
6348
- "requires": {}
6349
- }
6350
- },
6351
8218
  {
6352
8219
  "name": "zendesk",
6353
- "description": "Nuxt.js module for Zendesk",
8220
+ "description": "Nuxt module for Zendesk",
6354
8221
  "repo": "DansMaCulotte/nuxt-zendesk",
6355
8222
  "npm": "@dansmaculotte/nuxt-zendesk",
6356
8223
  "icon": "zendesk.png",