@nuxt/modules 0.6.0-d1a04a → 0.6.0-d203b0

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 +2578 -584
  2. package/package.json +13 -10
package/modules.json CHANGED
@@ -1,7 +1,7 @@
1
1
  [
2
2
  {
3
3
  "name": "ackee",
4
- "description": "Nuxt.js module for Ackee analytics",
4
+ "description": "Nuxt module for Ackee analytics",
5
5
  "repo": "bdrtsky/nuxt-ackee",
6
6
  "npm": "nuxt-ackee",
7
7
  "icon": "ackee.png",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  {
30
30
  "name": "agility-cms",
31
- "description": "Agility CMS Integration for Nuxt.js",
31
+ "description": "Agility CMS Integration for Nuxt",
32
32
  "repo": "agility/agilitycms-nuxt-module",
33
33
  "npm": "@agility/agilitycms-nuxt-module",
34
34
  "icon": "agility.png",
@@ -51,7 +51,7 @@
51
51
  },
52
52
  {
53
53
  "name": "algolia",
54
- "description": "Algolia Search Module for Nuxt 3",
54
+ "description": "Algolia Search Module for Nuxt",
55
55
  "repo": "nuxt-modules/algolia",
56
56
  "npm": "@nuxtjs/algolia",
57
57
  "icon": "algolia.svg",
@@ -126,12 +126,12 @@
126
126
  },
127
127
  {
128
128
  "name": "animejs",
129
- "description": "Anime.js module for Nuxt.js",
130
- "repo": "ivodolenc/nuxt-animejs",
131
- "npm": "nuxt-animejs",
129
+ "description": "Anime.js module for Nuxt",
130
+ "repo": "hypernym-studio/nuxt-anime",
131
+ "npm": "@hypernym/nuxt-anime",
132
132
  "icon": "",
133
- "github": "https://github.com/ivodolenc/nuxt-animejs",
134
- "website": "https://github.com/ivodolenc/nuxt-animejs",
133
+ "github": "https://github.com/hypernym-studio/nuxt-anime",
134
+ "website": "https://github.com/hypernym-studio/nuxt-anime",
135
135
  "learn_more": "",
136
136
  "category": "Libraries",
137
137
  "type": "3rd-party",
@@ -142,18 +142,64 @@
142
142
  }
143
143
  ],
144
144
  "compatibility": {
145
- "nuxt": "^2.0.0",
145
+ "nuxt": "^2.0.0 || ^3.0.0",
146
+ "requires": {}
147
+ }
148
+ },
149
+ {
150
+ "name": "ant-design-vue",
151
+ "description": "A Vue 3 based component library for designers and developers",
152
+ "repo": "vueComponent/ant-design-vue-nuxt",
153
+ "npm": "@ant-design-vue/nuxt",
154
+ "icon": "ant-design-vue.svg",
155
+ "github": "https://github.com/vueComponent/ant-design-vue-nuxt",
156
+ "website": "https://antdv.com",
157
+ "learn_more": "https://github.com/vueComponent/ant-design-vue-nuxt",
158
+ "category": "UI",
159
+ "type": "3rd-party",
160
+ "maintainers": [
161
+ {
162
+ "name": "tangjinzhou",
163
+ "github": "tangjinzhou"
164
+ }
165
+ ],
166
+ "compatibility": {
167
+ "nuxt": "^3.0.0",
168
+ "requires": {
169
+ "bridge": "optional"
170
+ }
171
+ }
172
+ },
173
+ {
174
+ "name": "aos",
175
+ "description": "A Nuxt module that adds Animate On Scroll",
176
+ "repo": "egidiusmengelberg/nuxt-aos",
177
+ "npm": "nuxt-aos",
178
+ "icon": "aos.png",
179
+ "github": "https://github.com/egidiusmengelberg/nuxt-aos",
180
+ "website": "https://github.com/egidiusmengelberg/nuxt-aos",
181
+ "learn_more": "",
182
+ "category": "Libraries",
183
+ "type": "3rd-party",
184
+ "maintainers": [
185
+ {
186
+ "name": "egidiusmengelberg",
187
+ "github": "egidiusmengelberg"
188
+ }
189
+ ],
190
+ "compatibility": {
191
+ "nuxt": "^3.0.0",
146
192
  "requires": {}
147
193
  }
148
194
  },
149
195
  {
150
196
  "name": "api-party",
151
- "description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
197
+ "description": "Securely connect to any API with a server proxy and dynamic composables",
152
198
  "repo": "johannschopplich/nuxt-api-party",
153
199
  "npm": "nuxt-api-party",
154
200
  "icon": "api-party.svg",
155
201
  "github": "https://github.com/johannschopplich/nuxt-api-party",
156
- "website": "https://nuxt-api-party.jhnn.dev/",
202
+ "website": "https://nuxt-api-party.byjohann.dev/",
157
203
  "learn_more": "",
158
204
  "category": "Request",
159
205
  "type": "3rd-party",
@@ -196,7 +242,7 @@
196
242
  },
197
243
  {
198
244
  "name": "apollo",
199
- "description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
245
+ "description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
200
246
  "repo": "nuxt-modules/apollo",
201
247
  "npm": "@nuxtjs/apollo",
202
248
  "icon": "apollo.png",
@@ -220,7 +266,7 @@
220
266
  },
221
267
  {
222
268
  "name": "applicationinsights",
223
- "description": "AppInsights module for Nuxt.js",
269
+ "description": "AppInsights module for Nuxt",
224
270
  "repo": "nuxt-community/applicationinsights-module",
225
271
  "npm": "@nuxtjs/applicationinsights",
226
272
  "icon": "application-insights.png",
@@ -262,9 +308,76 @@
262
308
  "requires": {}
263
309
  }
264
310
  },
311
+ {
312
+ "name": "arco-design-nuxt-module",
313
+ "description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
314
+ "repo": "wiidede/arco-design-nuxt-module",
315
+ "npm": "arco-design-nuxt-module",
316
+ "icon": "arco-design.svg",
317
+ "github": "https://github.com/wiidede/arco-design-nuxt-module",
318
+ "website": "https://arco.design/vue",
319
+ "learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
320
+ "category": "UI",
321
+ "type": "3rd-party",
322
+ "maintainers": [
323
+ {
324
+ "name": "wiidede",
325
+ "github": "wiidede"
326
+ }
327
+ ],
328
+ "compatibility": {
329
+ "nuxt": "^3.0.0",
330
+ "requires": {}
331
+ }
332
+ },
333
+ {
334
+ "name": "ark-ui",
335
+ "description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
336
+ "repo": "iamdin/nuxt-ark-ui",
337
+ "npm": "nuxt-ark-ui",
338
+ "icon": "ark-ui.svg",
339
+ "github": "https://github.com/iamdin/nuxt-ark-ui",
340
+ "website": "https://ark-ui.com/",
341
+ "learn_more": "https://github.com/iamdin/nuxt-ark-ui",
342
+ "category": "UI",
343
+ "type": "3rd-party",
344
+ "maintainers": [
345
+ {
346
+ "name": "Din",
347
+ "github": "iamdin",
348
+ "twitter": "iamdinq"
349
+ }
350
+ ],
351
+ "compatibility": {
352
+ "nuxt": "^3.0.0",
353
+ "requires": {}
354
+ }
355
+ },
356
+ {
357
+ "name": "auth-utils",
358
+ "description": "Minimalist Auth module for Nuxt with SSR.",
359
+ "repo": "atinux/nuxt-auth-utils",
360
+ "npm": "nuxt-auth-utils",
361
+ "icon": "",
362
+ "github": "https://github.com/atinux/nuxt-auth-utils",
363
+ "website": "https://github.com/atinux/nuxt-auth-utils",
364
+ "learn_more": "",
365
+ "category": "Security",
366
+ "type": "3rd-party",
367
+ "maintainers": [
368
+ {
369
+ "name": "atinux",
370
+ "github": "atinux"
371
+ }
372
+ ],
373
+ "compatibility": {
374
+ "nuxt": "^3.0.0",
375
+ "requires": {}
376
+ }
377
+ },
265
378
  {
266
379
  "name": "auth",
267
- "description": "Zero-boilerplate authentication support for Nuxt.js.",
380
+ "description": "Zero-boilerplate authentication support for Nuxt.",
268
381
  "repo": "nuxt-community/auth-module",
269
382
  "npm": "@nuxtjs/auth",
270
383
  "icon": "auth.png",
@@ -289,9 +402,55 @@
289
402
  "requires": {}
290
403
  }
291
404
  },
405
+ {
406
+ "name": "authjs",
407
+ "description": "Auth.js authentication Nuxt module. Edge compatible.",
408
+ "repo": "Hebilicious/authjs-nuxt#main",
409
+ "npm": "@hebilicious/authjs-nuxt",
410
+ "icon": "authjs.png",
411
+ "github": "https://github.com/Hebilicious/authjs-nuxt",
412
+ "website": "https://authjs-nuxt.pages.dev/",
413
+ "learn_more": "https://authjs.dev/",
414
+ "category": "Security",
415
+ "type": "3rd-party",
416
+ "maintainers": [
417
+ {
418
+ "name": "Hebilicious",
419
+ "github": "Hebilicious",
420
+ "twitter": "its_hebilicious"
421
+ }
422
+ ],
423
+ "compatibility": {
424
+ "nuxt": "^3.0.0",
425
+ "requires": {}
426
+ }
427
+ },
428
+ {
429
+ "name": "auto-animate",
430
+ "description": "Automatic animations for your Nuxt app with a single line of code.",
431
+ "repo": "formkit/auto-animate",
432
+ "npm": "@formkit/auto-animate",
433
+ "icon": "auto-animate.svg",
434
+ "github": "https://github.com/formkit/auto-animate",
435
+ "website": "https://auto-animate.formkit.com",
436
+ "learn_more": "https://auto-animate.formkit.com",
437
+ "category": "Libraries",
438
+ "type": "3rd-party",
439
+ "maintainers": [
440
+ {
441
+ "name": "Justin Schroeder",
442
+ "github": "justin-schroeder",
443
+ "twitter": "jpschroeder"
444
+ }
445
+ ],
446
+ "compatibility": {
447
+ "nuxt": "^3.0.0",
448
+ "requires": {}
449
+ }
450
+ },
292
451
  {
293
452
  "name": "axios",
294
- "description": "Secure and easy Axios module with Nuxt.js",
453
+ "description": "Secure and easy Axios module with Nuxt",
295
454
  "repo": "nuxt-community/axios-module",
296
455
  "npm": "@nuxtjs/axios",
297
456
  "icon": "axios.svg",
@@ -314,7 +473,7 @@
314
473
  },
315
474
  {
316
475
  "name": "basic-auth",
317
- "description": "Provide basic authentication to your Nuxt.js application",
476
+ "description": "Provide basic authentication to your Nuxt application",
318
477
  "repo": "potato4d/nuxt-basic-auth-module",
319
478
  "npm": "nuxt-basic-auth-module",
320
479
  "icon": "",
@@ -438,7 +597,7 @@
438
597
  },
439
598
  {
440
599
  "name": "bulma-slim",
441
- "description": "Nuxt.js module to automatically make a slim Bulma build of used features with Purgecss",
600
+ "description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
442
601
  "repo": "mustardamus/nuxt-bulma-slim",
443
602
  "npm": "nuxt-bulma-slim",
444
603
  "icon": "bulma.png",
@@ -505,7 +664,7 @@
505
664
  },
506
665
  {
507
666
  "name": "canvas-sketch",
508
- "description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
667
+ "description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
509
668
  "repo": "LuXDAmore/generative-art",
510
669
  "npm": "@luxdamore/nuxt-canvas-sketch",
511
670
  "icon": "",
@@ -526,9 +685,31 @@
526
685
  "requires": {}
527
686
  }
528
687
  },
688
+ {
689
+ "name": "capo",
690
+ "description": "Capo.js implementation for Nuxt",
691
+ "repo": "danielroe/nuxt-capo",
692
+ "npm": "nuxt-capo",
693
+ "icon": "",
694
+ "github": "https://github.com/danielroe/nuxt-capo",
695
+ "website": "https://github.com/danielroe/nuxt-capo",
696
+ "learn_more": "",
697
+ "category": "Performance",
698
+ "type": "3rd-party",
699
+ "maintainers": [
700
+ {
701
+ "name": "danielroe",
702
+ "github": "danielroe"
703
+ }
704
+ ],
705
+ "compatibility": {
706
+ "nuxt": "^3.0.0",
707
+ "requires": {}
708
+ }
709
+ },
529
710
  {
530
711
  "name": "chakra-ui",
531
- "description": "Chakra UI Module for Nuxt.js",
712
+ "description": "Chakra UI Module for Nuxt",
532
713
  "repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
533
714
  "npm": "@chakra-ui/nuxt",
534
715
  "icon": "chakra-ui.png",
@@ -575,10 +756,10 @@
575
756
  "description": "Privacy-first, end-to-end encrypted analytics",
576
757
  "repo": "chiffre-io/nuxt-chiffre",
577
758
  "npm": "nuxt-chiffre",
578
- "icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
759
+ "icon": "chiffre.png",
579
760
  "github": "https://github.com/chiffre-io/nuxt-chiffre",
580
761
  "website": "https://github.com/chiffre-io/nuxt-chiffre",
581
- "learn_more": "https://chiffre.io",
762
+ "learn_more": "https://chiffre.io/",
582
763
  "category": "Analytics",
583
764
  "type": "3rd-party",
584
765
  "maintainers": [
@@ -592,6 +773,29 @@
592
773
  "requires": {}
593
774
  }
594
775
  },
776
+ {
777
+ "name": "clarity-analytics",
778
+ "description": "Clarity Analytics Module for Nuxt",
779
+ "repo": "Barbapapazes/nuxt-clarity-analytics",
780
+ "npm": "nuxt-clarity-analytics",
781
+ "icon": "",
782
+ "github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
783
+ "website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
784
+ "learn_more": "https://clarity.microsoft.com/",
785
+ "category": "Analytics",
786
+ "type": "3rd-party",
787
+ "maintainers": [
788
+ {
789
+ "name": "Barbapapazes",
790
+ "github": "Barbapapazes",
791
+ "twitter": "soubiran_"
792
+ }
793
+ ],
794
+ "compatibility": {
795
+ "nuxt": "^3.0.0",
796
+ "requires": {}
797
+ }
798
+ },
595
799
  {
596
800
  "name": "client-init",
597
801
  "description": "Provide client version of `nuxtServerInit`.",
@@ -616,7 +820,7 @@
616
820
  },
617
821
  {
618
822
  "name": "cloudcms",
619
- "description": "CloudCMS Nuxt.js Module",
823
+ "description": "CloudCMS Nuxt Module",
620
824
  "repo": "gitana/cloudcms-nuxt",
621
825
  "npm": "cloudcms-nuxt",
622
826
  "icon": "",
@@ -665,11 +869,11 @@
665
869
  },
666
870
  {
667
871
  "name": "cloudinary",
668
- "description": "Optimize images and videos in your Nuxt.js application",
669
- "repo": "nuxt-community/cloudinary-module",
872
+ "description": "Optimize images and videos in your Nuxt application",
873
+ "repo": "nuxt-modules/cloudinary",
670
874
  "npm": "@nuxtjs/cloudinary",
671
875
  "icon": "cloudinary.png",
672
- "github": "https://github.com/nuxt-community/cloudinary-module",
876
+ "github": "https://github.com/nuxt-modules/cloudinary",
673
877
  "website": "https://cloudinary.nuxtjs.org",
674
878
  "learn_more": "https://cloudinary.com",
675
879
  "category": "Images",
@@ -688,11 +892,11 @@
688
892
  },
689
893
  {
690
894
  "name": "color-mode",
691
- "description": "Dark and Light mode for NuxtJS with auto detection",
692
- "repo": "nuxt-community/color-mode-module",
895
+ "description": "Dark and Light mode for Nuxt with auto detection",
896
+ "repo": "nuxt-modules/color-mode",
693
897
  "npm": "@nuxtjs/color-mode",
694
898
  "icon": "color-mode.png",
695
- "github": "https://github.com/nuxt-community/color-mode-module",
899
+ "github": "https://github.com/nuxt-modules/color-mode",
696
900
  "website": "https://color-mode.nuxtjs.org",
697
901
  "learn_more": "",
698
902
  "category": "UI",
@@ -757,14 +961,37 @@
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
- "website": "https://content.nuxtjs.org",
994
+ "website": "https://content.nuxt.com",
768
995
  "learn_more": "",
769
996
  "category": "CMS",
770
997
  "type": "official",
@@ -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,11 +1272,11 @@
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
- "website": "https://devtools.nuxtjs.org/",
1279
+ "website": "https://devtools.nuxt.com",
1053
1280
  "learn_more": "",
1054
1281
  "category": "Devtools",
1055
1282
  "type": "official",
@@ -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",
@@ -1263,9 +1556,32 @@
1263
1556
  "requires": {}
1264
1557
  }
1265
1558
  },
1559
+ {
1560
+ "name": "eslint",
1561
+ "description": "Collection of ESLint-related packages for Nuxt, provides project-aware, easy-to-use, extensible and future-proof integrations.",
1562
+ "repo": "nuxt-community/eslint-module",
1563
+ "npm": "@nuxtjs/eslint-module",
1564
+ "icon": "nuxt.svg",
1565
+ "github": "https://github.com/nuxt/eslint",
1566
+ "website": "https://eslint.nuxt.com",
1567
+ "learn_more": "",
1568
+ "category": "Devtools",
1569
+ "type": "community",
1570
+ "maintainers": [
1571
+ {
1572
+ "name": "Anthony Fu",
1573
+ "github": "antfu",
1574
+ "twitter": "antfu7"
1575
+ }
1576
+ ],
1577
+ "compatibility": {
1578
+ "nuxt": "^3.0.0",
1579
+ "requires": {}
1580
+ }
1581
+ },
1266
1582
  {
1267
1583
  "name": "event-trace",
1268
- "description": "Module for event trace in Nuxt.js",
1584
+ "description": "Module for event trace in Nuxt",
1269
1585
  "repo": "nuxt-community/nuxt-event-trace",
1270
1586
  "npm": "nuxt-event-trace",
1271
1587
  "icon": "",
@@ -1285,6 +1601,29 @@
1285
1601
  "requires": {}
1286
1602
  }
1287
1603
  },
1604
+ {
1605
+ "name": "fathom-analytics",
1606
+ "description": "Fathom analytics integration for Nuxt",
1607
+ "repo": "valgeirb/nuxt-fathom",
1608
+ "npm": "nuxt-fathom",
1609
+ "icon": "fathom-analytics.svg",
1610
+ "github": "https://github.com/valgeirb/nuxt-fathom",
1611
+ "website": "https://github.com/valgeirb/nuxt-fathom#readme",
1612
+ "learn_more": "",
1613
+ "category": "Analytics",
1614
+ "type": "3rd-party",
1615
+ "maintainers": [
1616
+ {
1617
+ "name": "Valgeir Björnsson",
1618
+ "github": "valgeirb",
1619
+ "avatar": "https://avatars.githubusercontent.com/valgeirb"
1620
+ }
1621
+ ],
1622
+ "compatibility": {
1623
+ "nuxt": "^3.0.0",
1624
+ "requires": {}
1625
+ }
1626
+ },
1288
1627
  {
1289
1628
  "name": "fathom",
1290
1629
  "description": "Fathom analytics for Nuxt",
@@ -1309,7 +1648,7 @@
1309
1648
  },
1310
1649
  {
1311
1650
  "name": "feature-toggle",
1312
- "description": "Feature toggle module for Nuxt.js",
1651
+ "description": "Feature toggle module for Nuxt",
1313
1652
  "repo": "stephenkr/nuxt-feature-toggle",
1314
1653
  "npm": "nuxt-feature-toggle",
1315
1654
  "icon": "",
@@ -1376,7 +1715,7 @@
1376
1715
  },
1377
1716
  {
1378
1717
  "name": "floating-prompt-module",
1379
- "description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
1718
+ "description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
1380
1719
  "repo": "sandoche/nuxt-floating-prompt-module#main",
1381
1720
  "npm": "nuxt-floating-prompt-module",
1382
1721
  "icon": "",
@@ -1485,6 +1824,52 @@
1485
1824
  "requires": {}
1486
1825
  }
1487
1826
  },
1827
+ {
1828
+ "name": "fonts",
1829
+ "description": "Plug-and-play web font optimization and configuration for Nuxt apps.",
1830
+ "repo": "nuxt/fonts",
1831
+ "npm": "@nuxt/fonts",
1832
+ "icon": "nuxt.svg",
1833
+ "github": "https://github.com/nuxt/fonts",
1834
+ "website": "https://github.com/nuxt/fonts",
1835
+ "learn_more": "",
1836
+ "category": "Libraries",
1837
+ "type": "official",
1838
+ "maintainers": [
1839
+ {
1840
+ "name": "Daniel Roe",
1841
+ "github": "danielroe",
1842
+ "twitter": "danielcroe"
1843
+ }
1844
+ ],
1845
+ "compatibility": {
1846
+ "nuxt": "^3.0.0",
1847
+ "requires": {}
1848
+ }
1849
+ },
1850
+ {
1851
+ "name": "form-actions",
1852
+ "description": "A set of features and composables to interact with forms and server data.",
1853
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
1854
+ "npm": "@hebilicious/form-actions-nuxt",
1855
+ "icon": "form-actions.svg",
1856
+ "github": "https://github.com/Hebilicious/form-actions-nuxt",
1857
+ "website": "https://form-actions-nuxt.pages.dev/",
1858
+ "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1859
+ "category": "Request",
1860
+ "type": "3rd-party",
1861
+ "maintainers": [
1862
+ {
1863
+ "name": "Hebilicious",
1864
+ "github": "Hebilicious",
1865
+ "twitter": "its_hebilicious"
1866
+ }
1867
+ ],
1868
+ "compatibility": {
1869
+ "nuxt": "^3.7.0",
1870
+ "requires": {}
1871
+ }
1872
+ },
1488
1873
  {
1489
1874
  "name": "formkit",
1490
1875
  "description": "Seamless FormKit integration for Nuxt",
@@ -1493,7 +1878,7 @@
1493
1878
  "icon": "formkit.png",
1494
1879
  "github": "https://github.com/formkit/formkit",
1495
1880
  "website": "https://formkit.com",
1496
- "learn_more": "https://formkit.com/essentials/installation#with-nuxt",
1881
+ "learn_more": "https://formkit.com/getting-started/installation",
1497
1882
  "category": "Libraries",
1498
1883
  "type": "3rd-party",
1499
1884
  "maintainers": [
@@ -1559,7 +1944,7 @@
1559
1944
  },
1560
1945
  {
1561
1946
  "name": "google-adsense",
1562
- "description": "Google Adsense Module for Nuxt.js",
1947
+ "description": "Google Adsense Module for Nuxt",
1563
1948
  "repo": "nuxt-community/google-adsense-module",
1564
1949
  "npm": "@nuxtjs/google-adsense",
1565
1950
  "icon": "google-adsense.png",
@@ -1585,7 +1970,7 @@
1585
1970
  },
1586
1971
  {
1587
1972
  "name": "google-analytics",
1588
- "description": "Google analytics Module for Nuxt.js",
1973
+ "description": "Google analytics Module for Nuxt",
1589
1974
  "repo": "nuxt-community/analytics-module",
1590
1975
  "npm": "@nuxtjs/google-analytics",
1591
1976
  "icon": "google-analytics.png",
@@ -1617,12 +2002,12 @@
1617
2002
  },
1618
2003
  {
1619
2004
  "name": "google-fonts",
1620
- "description": "Google Fonts module for NuxtJS",
1621
- "repo": "nuxt-community/google-fonts-module",
2005
+ "description": "Google Fonts module for Nuxt",
2006
+ "repo": "nuxt-modules/google-fonts",
1622
2007
  "npm": "@nuxtjs/google-fonts",
1623
2008
  "icon": "google-fonts.png",
1624
- "github": "https://github.com/nuxt-community/google-fonts-module",
1625
- "website": "https://github.com/nuxt-community/google-fonts-module",
2009
+ "github": "https://github.com/nuxt-modules/google-fonts",
2010
+ "website": "https://google-fonts.nuxtjs.org",
1626
2011
  "learn_more": "https://developers.google.com/fonts",
1627
2012
  "category": "Fonts",
1628
2013
  "type": "community",
@@ -1641,7 +2026,7 @@
1641
2026
  },
1642
2027
  {
1643
2028
  "name": "google-gtag",
1644
- "description": "Google GTag for Nuxt.js",
2029
+ "description": "Google GTag for Nuxt",
1645
2030
  "repo": "nuxt-community/google-gtag",
1646
2031
  "npm": "@nuxtjs/google-gtag",
1647
2032
  "icon": "gtm.png",
@@ -1667,7 +2052,7 @@
1667
2052
  },
1668
2053
  {
1669
2054
  "name": "google-optimize",
1670
- "description": "SSR friendly Google Optimize module for Nuxt.js",
2055
+ "description": "SSR friendly Google Optimize module for Nuxt",
1671
2056
  "repo": "nuxt-community/google-optimize-module",
1672
2057
  "npm": "nuxt-google-optimize",
1673
2058
  "icon": "google-optimize.png",
@@ -1706,7 +2091,7 @@
1706
2091
  "icon": "graphql-client.svg",
1707
2092
  "github": "https://github.com/diizzayy/nuxt-graphql-client",
1708
2093
  "website": "https://github.com/diizzayy/nuxt-graphql-client",
1709
- "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
2094
+ "learn_more": "https://nuxt-graphql-client.web.app/",
1710
2095
  "category": "Request",
1711
2096
  "type": "3rd-party",
1712
2097
  "maintainers": [
@@ -1722,7 +2107,7 @@
1722
2107
  },
1723
2108
  {
1724
2109
  "name": "graphql-request",
1725
- "description": "Easy Minimal GraphQL client integration with Nuxt.js",
2110
+ "description": "Easy Minimal GraphQL client integration with Nuxt",
1726
2111
  "repo": "gomah/nuxt-graphql-request",
1727
2112
  "npm": "nuxt-graphql-request",
1728
2113
  "icon": "graphql-request.png",
@@ -1738,7 +2123,7 @@
1738
2123
  }
1739
2124
  ],
1740
2125
  "compatibility": {
1741
- "nuxt": "^2.0.0",
2126
+ "nuxt": "^2.0.0 || ^3.0.0",
1742
2127
  "requires": {}
1743
2128
  }
1744
2129
  },
@@ -1761,12 +2146,13 @@
1761
2146
  ],
1762
2147
  "compatibility": {
1763
2148
  "nuxt": "^3.0.0",
1764
- "requires": {}
2149
+ "requires": {},
2150
+ "devtools": "^0.0.0"
1765
2151
  }
1766
2152
  },
1767
2153
  {
1768
2154
  "name": "gtag",
1769
- "description": "Google Analytics integration for Nuxt 3",
2155
+ "description": "Google Analytics integration for Nuxt: Google Analytics, Google Ads and more",
1770
2156
  "repo": "johannschopplich/nuxt-gtag",
1771
2157
  "npm": "nuxt-gtag",
1772
2158
  "icon": "gtag.svg",
@@ -1790,7 +2176,7 @@
1790
2176
  },
1791
2177
  {
1792
2178
  "name": "gtm",
1793
- "description": "Google Tag Manager Module for Nuxt.js",
2179
+ "description": "Google Tag Manager Module for Nuxt",
1794
2180
  "repo": "nuxt-community/gtm-module",
1795
2181
  "npm": "@nuxtjs/gtm",
1796
2182
  "icon": "gtm.png",
@@ -1813,7 +2199,7 @@
1813
2199
  },
1814
2200
  {
1815
2201
  "name": "guess",
1816
- "description": "Guess.js module for Nuxt.js",
2202
+ "description": "Guess.js module for Nuxt",
1817
2203
  "repo": "nuxt-community/guess-module",
1818
2204
  "npm": "@nuxtjs/guess-module",
1819
2205
  "icon": "guessjs.png",
@@ -1834,9 +2220,31 @@
1834
2220
  }
1835
2221
  },
1836
2222
  {
1837
- "name": "harlem",
1838
- "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
1839
- "repo": "nuxt-modules/harlem",
2223
+ "name": "hanko",
2224
+ "description": "Hanko integration for Nuxt for passwordless authentication",
2225
+ "repo": "nuxt-modules/hanko",
2226
+ "npm": "@nuxtjs/hanko",
2227
+ "icon": "hanko.svg",
2228
+ "github": "https://github.com/nuxt-modules/hanko",
2229
+ "website": "https://github.com/nuxt-modules/hanko",
2230
+ "learn_more": "https://hanko.io/",
2231
+ "category": "Security",
2232
+ "type": "community",
2233
+ "maintainers": [
2234
+ {
2235
+ "name": "danielroe",
2236
+ "github": "danielroe"
2237
+ }
2238
+ ],
2239
+ "compatibility": {
2240
+ "nuxt": "^3.0.0",
2241
+ "requires": {}
2242
+ }
2243
+ },
2244
+ {
2245
+ "name": "harlem",
2246
+ "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
2247
+ "repo": "nuxt-modules/harlem",
1840
2248
  "npm": "@nuxtjs/harlem",
1841
2249
  "icon": "harlem.svg",
1842
2250
  "github": "https://github.com/nuxt-modules/harlem",
@@ -1903,7 +2311,7 @@
1903
2311
  },
1904
2312
  {
1905
2313
  "name": "helmet",
1906
- "description": "Easy Helmet module with Nuxt.js'",
2314
+ "description": "Easy Helmet module with Nuxt'",
1907
2315
  "repo": "victor-perez/nuxt-helmet",
1908
2316
  "npm": "nuxt-helmet",
1909
2317
  "icon": "",
@@ -1947,7 +2355,7 @@
1947
2355
  },
1948
2356
  {
1949
2357
  "name": "history-state",
1950
- "description": "Nuxt.js module to backup or restore historical states",
2358
+ "description": "Nuxt module to backup or restore historical states",
1951
2359
  "repo": "hidekatsu-izuno/nuxt-history-state",
1952
2360
  "npm": "nuxt-history-state",
1953
2361
  "icon": "",
@@ -1967,6 +2375,28 @@
1967
2375
  "requires": {}
1968
2376
  }
1969
2377
  },
2378
+ {
2379
+ "name": "hotjar",
2380
+ "description": "Add HotJar to your Nuxt application",
2381
+ "repo": "damevin/nuxt-module-hotjar",
2382
+ "npm": "nuxt-module-hotjar",
2383
+ "icon": "hotjar.png",
2384
+ "github": "https://github.com/damevin/nuxt-module-hotjar",
2385
+ "website": "https://github.com/damevin/nuxt-module-hotjar",
2386
+ "learn_more": "https://github.com/damevin/nuxt-module-hotjar#nuxt-hotjar",
2387
+ "category": "SEO",
2388
+ "type": "3rd-party",
2389
+ "maintainers": [
2390
+ {
2391
+ "name": "Raphaël DAMEVIN",
2392
+ "github": "damevin"
2393
+ }
2394
+ ],
2395
+ "compatibility": {
2396
+ "nuxt": "^3.0.0",
2397
+ "requires": {}
2398
+ }
2399
+ },
1970
2400
  {
1971
2401
  "name": "html-minifier",
1972
2402
  "description": "Minify the html for each request served by nuxt server (nuxt start)",
@@ -2016,7 +2446,7 @@
2016
2446
  },
2017
2447
  {
2018
2448
  "name": "http",
2019
- "description": "Universal HTTP Module for Nuxt.js",
2449
+ "description": "Universal HTTP Module for Nuxt",
2020
2450
  "repo": "nuxt/http",
2021
2451
  "npm": "@nuxt/http",
2022
2452
  "icon": "http.png",
@@ -2042,9 +2472,47 @@
2042
2472
  "requires": {}
2043
2473
  }
2044
2474
  },
2475
+ {
2476
+ "name": "hub",
2477
+ "description": "Build full-stack Nuxt applications on the edge, with zero configuration.",
2478
+ "repo": "nuxt-hub/core",
2479
+ "npm": "@nuxthub/core",
2480
+ "icon": "nuxthub.svg",
2481
+ "github": "https://github.com/nuxt-hub/core",
2482
+ "website": "https://hub.nuxt.com",
2483
+ "learn_more": "",
2484
+ "category": "Database",
2485
+ "type": "3rd-party",
2486
+ "maintainers": [
2487
+ {
2488
+ "name": "Sebastien Chopin",
2489
+ "github": "Atinux"
2490
+ },
2491
+ {
2492
+ "name": "Ahad Birang",
2493
+ "github": "farnabaz"
2494
+ },
2495
+ {
2496
+ "name": "Sylvain Marroufin",
2497
+ "github": "smarroufin"
2498
+ },
2499
+ {
2500
+ "name": "Florent Delerue",
2501
+ "github": "flosciante"
2502
+ },
2503
+ {
2504
+ "name": "NuxtLabs",
2505
+ "github": "nuxtlabs"
2506
+ }
2507
+ ],
2508
+ "compatibility": {
2509
+ "nuxt": "^3.0.0",
2510
+ "requires": {}
2511
+ }
2512
+ },
2045
2513
  {
2046
2514
  "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.",
2515
+ "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
2516
  "repo": "Luxdamore/nuxt-humans-txt",
2049
2517
  "npm": "@luxdamore/nuxt-humans-txt",
2050
2518
  "icon": "",
@@ -2068,12 +2536,12 @@
2068
2536
  {
2069
2537
  "name": "i18n",
2070
2538
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
2071
- "repo": "nuxt-community/i18n-module",
2539
+ "repo": "nuxt-modules/i18n",
2072
2540
  "npm": "@nuxtjs/i18n",
2073
2541
  "icon": "i18n.png",
2074
- "github": "https://github.com/nuxt-community/i18n-module",
2542
+ "github": "https://github.com/nuxt-modules/i18n",
2075
2543
  "website": "https://i18n.nuxtjs.org",
2076
- "learn_more": "https://kazupon.github.io/vue-i18n/",
2544
+ "learn_more": "https://vue-i18n.intlify.dev/",
2077
2545
  "category": "Extensions",
2078
2546
  "type": "community",
2079
2547
  "maintainers": [
@@ -2084,6 +2552,10 @@
2084
2552
  {
2085
2553
  "name": "Kazuya Kawaguchi",
2086
2554
  "github": "kazupon"
2555
+ },
2556
+ {
2557
+ "name": "Bobbie Goede",
2558
+ "github": "BobbieGoede"
2087
2559
  }
2088
2560
  ],
2089
2561
  "compatibility": {
@@ -2091,6 +2563,51 @@
2091
2563
  "requires": {}
2092
2564
  }
2093
2565
  },
2566
+ {
2567
+ "name": "icon-font",
2568
+ "description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
2569
+ "repo": "coremyslo/nuxt-icon-font",
2570
+ "npm": "@coremyslo/nuxt-icon-font",
2571
+ "icon": "",
2572
+ "github": "https://github.com/coremyslo/nuxt-icon-font",
2573
+ "website": "https://github.com/coremyslo/nuxt-icon-font",
2574
+ "learn_more": "",
2575
+ "category": "UI",
2576
+ "type": "3rd-party",
2577
+ "maintainers": [
2578
+ {
2579
+ "name": "coremyslo",
2580
+ "github": "coremyslo"
2581
+ }
2582
+ ],
2583
+ "compatibility": {
2584
+ "nuxt": "^3.0.0",
2585
+ "requires": {}
2586
+ }
2587
+ },
2588
+ {
2589
+ "name": "icon-tw",
2590
+ "description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
2591
+ "repo": "jcamp-code/nuxt-icon-tw",
2592
+ "npm": "nuxt-icon-tw",
2593
+ "icon": "nuxt-icon.png",
2594
+ "github": "https://github.com/jcamp-code/nuxt-icon-tw",
2595
+ "website": "https://github.com/jcamp-code/nuxt-icon-tw",
2596
+ "learn_more": "",
2597
+ "category": "UI",
2598
+ "type": "3rd-party",
2599
+ "maintainers": [
2600
+ {
2601
+ "name": "JohnCampionJr",
2602
+ "github": "JohnCampionJr"
2603
+ }
2604
+ ],
2605
+ "compatibility": {
2606
+ "nuxt": "^3.0.0",
2607
+ "requires": {},
2608
+ "devtools": "^0.0.0"
2609
+ }
2610
+ },
2094
2611
  {
2095
2612
  "name": "icon",
2096
2613
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2110,7 +2627,8 @@
2110
2627
  ],
2111
2628
  "compatibility": {
2112
2629
  "nuxt": "^3.0.0",
2113
- "requires": {}
2630
+ "requires": {},
2631
+ "devtools": "^0.0.0"
2114
2632
  }
2115
2633
  },
2116
2634
  {
@@ -2159,12 +2677,12 @@
2159
2677
  },
2160
2678
  {
2161
2679
  "name": "image",
2162
- "description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
2680
+ "description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
2163
2681
  "repo": "nuxt/image",
2164
2682
  "npm": "@nuxt/image",
2165
2683
  "icon": "image.png",
2166
2684
  "github": "https://github.com/nuxt/image",
2167
- "website": "https://image.nuxtjs.org",
2685
+ "website": "https://image.nuxt.com",
2168
2686
  "learn_more": "",
2169
2687
  "category": "Images",
2170
2688
  "type": "official",
@@ -2174,6 +2692,11 @@
2174
2692
  "github": "farnabaz",
2175
2693
  "twitter": "a_birang"
2176
2694
  },
2695
+ {
2696
+ "name": "Daniel Roe",
2697
+ "github": "danielroe",
2698
+ "twitter": "danielcroe"
2699
+ },
2177
2700
  {
2178
2701
  "name": "Pooya Parsa",
2179
2702
  "github": "pi0",
@@ -2194,7 +2717,7 @@
2194
2717
  },
2195
2718
  {
2196
2719
  "name": "imagemin",
2197
- "description": "Automatically optimize (compress) all images used in Nuxt.js",
2720
+ "description": "Automatically optimize (compress) all images used in Nuxt",
2198
2721
  "repo": "nuxt-community/imagemin-module",
2199
2722
  "npm": "@nuxtjs/imagemin",
2200
2723
  "icon": "imagemin.png",
@@ -2217,12 +2740,12 @@
2217
2740
  {
2218
2741
  "name": "inkline",
2219
2742
  "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",
2743
+ "repo": "inkline/plugin",
2744
+ "npm": "@inkline/plugin",
2222
2745
  "icon": "inkline.svg",
2223
- "github": "https://github.com/inkline/nuxt-module-inkline",
2746
+ "github": "https://github.com/inkline/plugin",
2224
2747
  "website": "https://inkline.io",
2225
- "learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
2748
+ "learn_more": "https://inkline.io/docs/installation/nuxt",
2226
2749
  "category": "UI",
2227
2750
  "type": "3rd-party",
2228
2751
  "maintainers": [
@@ -2241,7 +2764,7 @@
2241
2764
  },
2242
2765
  {
2243
2766
  "name": "intercom",
2244
- "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
2767
+ "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
2245
2768
  "repo": "hex-digital/nuxt-intercom",
2246
2769
  "npm": "@hexdigital/nuxt-intercom",
2247
2770
  "icon": "intercom.png",
@@ -2286,7 +2809,7 @@
2286
2809
  },
2287
2810
  {
2288
2811
  "name": "jsonapi",
2289
- "description": "Easy JSON:API client integration for Nuxt.js",
2812
+ "description": "Easy JSON:API client integration for Nuxt",
2290
2813
  "repo": "patrickcate/nuxt-jsonapi",
2291
2814
  "npm": "nuxt-jsonapi",
2292
2815
  "icon": "jsonapi.svg",
@@ -2328,14 +2851,42 @@
2328
2851
  "requires": {}
2329
2852
  }
2330
2853
  },
2854
+ {
2855
+ "name": "kinde",
2856
+ "description": "Kinde authentication integration for Nuxt",
2857
+ "repo": "nuxt-modules/kinde",
2858
+ "npm": "@nuxtjs/kinde",
2859
+ "icon": "kinde.svg",
2860
+ "github": "https://github.com/nuxt-modules/kinde",
2861
+ "website": "https://kinde.com/docs/developer-tools/nuxt-module/",
2862
+ "learn_more": "https://kinde.com/",
2863
+ "category": "Security",
2864
+ "type": "community",
2865
+ "maintainers": [
2866
+ {
2867
+ "name": "danielroe",
2868
+ "github": "danielroe"
2869
+ },
2870
+ {
2871
+ "name": "daveordead",
2872
+ "github": "DaveOrDead",
2873
+ "twitter": "dave_or_dead"
2874
+ }
2875
+ ],
2876
+ "compatibility": {
2877
+ "nuxt": "^3.0.0",
2878
+ "requires": {}
2879
+ },
2880
+ "sponsor": true
2881
+ },
2331
2882
  {
2332
2883
  "name": "kql",
2333
- "description": "Nuxt 3 module for Kirby's Query Language API",
2884
+ "description": "Nuxt module for Kirby's Query Language API",
2334
2885
  "repo": "johannschopplich/nuxt-kql",
2335
2886
  "npm": "nuxt-kql",
2336
2887
  "icon": "kql.svg",
2337
2888
  "github": "https://github.com/johannschopplich/nuxt-kql",
2338
- "website": "https://nuxt-kql.jhnn.dev",
2889
+ "website": "https://nuxt-kql.byjohann.dev/",
2339
2890
  "learn_more": "",
2340
2891
  "category": "CMS",
2341
2892
  "type": "3rd-party",
@@ -2354,7 +2905,7 @@
2354
2905
  },
2355
2906
  {
2356
2907
  "name": "laravel-echo",
2357
- "description": "Laravel Echo for Nuxt.js",
2908
+ "description": "Laravel Echo for Nuxt",
2358
2909
  "repo": "nuxt-community/laravel-echo",
2359
2910
  "npm": "@nuxtjs/laravel-echo",
2360
2911
  "icon": "laravel-echo.png",
@@ -2396,6 +2947,28 @@
2396
2947
  "requires": {}
2397
2948
  }
2398
2949
  },
2950
+ {
2951
+ "name": "laravel-precognition",
2952
+ "description": "Nuxt module to work with Laravel Precognition and $fetch",
2953
+ "repo": "sot1986/nuxt-laravel-precognition",
2954
+ "npm": "nuxt-laravel-precognition",
2955
+ "icon": "laravel.svg",
2956
+ "github": "https://github.com/sot1986/nuxt-laravel-precognition",
2957
+ "website": "https://github.com/sot1986/nuxt-laravel-precognition",
2958
+ "learn_more": "",
2959
+ "category": "Security",
2960
+ "type": "3rd-party",
2961
+ "maintainers": [
2962
+ {
2963
+ "name": "sot1986",
2964
+ "github": "sot1986"
2965
+ }
2966
+ ],
2967
+ "compatibility": {
2968
+ "nuxt": "^3.0.0",
2969
+ "requires": {}
2970
+ }
2971
+ },
2399
2972
  {
2400
2973
  "name": "laravel",
2401
2974
  "description": "Nuxt cli extension for use with laravel as backend",
@@ -2442,13 +3015,13 @@
2442
3015
  },
2443
3016
  {
2444
3017
  "name": "link-checker",
2445
- "description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
3018
+ "description": "Find and magically fix links that may be negatively effecting your SEO.",
2446
3019
  "repo": "harlan-zw/nuxt-link-checker",
2447
3020
  "npm": "nuxt-link-checker",
2448
- "icon": "",
3021
+ "icon": "link-checker.svg",
2449
3022
  "github": "https://github.com/harlan-zw/nuxt-link-checker",
2450
- "website": "https://github.com/harlan-zw/nuxt-link-checker",
2451
- "learn_more": "",
3023
+ "website": "https://nuxtseo.com/link-checker",
3024
+ "learn_more": "https://nuxtseo.com/link-checker",
2452
3025
  "category": "SEO",
2453
3026
  "type": "3rd-party",
2454
3027
  "maintainers": [
@@ -2461,7 +3034,8 @@
2461
3034
  ],
2462
3035
  "compatibility": {
2463
3036
  "nuxt": "^3.0.0",
2464
- "requires": {}
3037
+ "requires": {},
3038
+ "devtools": "^0.0.0"
2465
3039
  }
2466
3040
  },
2467
3041
  {
@@ -2538,12 +3112,12 @@
2538
3112
  },
2539
3113
  {
2540
3114
  "name": "logrocket",
2541
- "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
2542
- "repo": "nuxt-community/nuxt-logrocket",
3115
+ "description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
3116
+ "repo": "nuxt-modules/logrocket",
2543
3117
  "npm": "nuxt-logrocket",
2544
3118
  "icon": "logrocket.png",
2545
- "github": "https://github.com/nuxt-community/nuxt-logrocket",
2546
- "website": "https://github.com/nuxt-community/nuxt-logrocket",
3119
+ "github": "https://github.com/nuxt-modules/logrocket",
3120
+ "website": "https://github.com/nuxt-modules/logrocket",
2547
3121
  "learn_more": "https://docs.logrocket.com/docs",
2548
3122
  "category": "Monitoring",
2549
3123
  "type": "community",
@@ -2559,9 +3133,35 @@
2559
3133
  "requires": {}
2560
3134
  }
2561
3135
  },
3136
+ {
3137
+ "name": "lucide-icons",
3138
+ "description": "Nuxt module to integrate Lucide icons",
3139
+ "repo": "swisnl/nuxt-lucide-icons",
3140
+ "npm": "nuxt-lucide-icons",
3141
+ "icon": "lucide-icons.svg",
3142
+ "github": "https://github.com/swisnl/nuxt-lucide-icons",
3143
+ "website": "https://github.com/swisnl/nuxt-lucide-icons",
3144
+ "learn_more": "",
3145
+ "category": "UI",
3146
+ "type": "3rd-party",
3147
+ "maintainers": [
3148
+ {
3149
+ "name": "SWIS",
3150
+ "github": "swisnl"
3151
+ },
3152
+ {
3153
+ "name": "Jasper Zonneveld",
3154
+ "github": "JaZo"
3155
+ }
3156
+ ],
3157
+ "compatibility": {
3158
+ "nuxt": "^3.0.0",
3159
+ "requires": {}
3160
+ }
3161
+ },
2562
3162
  {
2563
3163
  "name": "lunr",
2564
- "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
3164
+ "description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
2565
3165
  "repo": "nuxt-community/lunr-module",
2566
3166
  "npm": "@nuxtjs/lunr-module",
2567
3167
  "icon": "",
@@ -2584,10 +3184,10 @@
2584
3184
  {
2585
3185
  "name": "magic-regexp",
2586
3186
  "description": "A compiled-away, type-safe, readable RegExp alternative",
2587
- "repo": "danielroe/magic-regexp",
3187
+ "repo": "unjs/magic-regexp",
2588
3188
  "npm": "magic-regexp",
2589
3189
  "icon": "magic-regexp.svg",
2590
- "github": "https://github.com/danielroe/magic-regexp",
3190
+ "github": "https://github.com/unjs/magic-regexp",
2591
3191
  "website": "https://magic-regexp.roe.dev",
2592
3192
  "learn_more": "https://magic-regexp.roe.dev",
2593
3193
  "category": "Libraries",
@@ -2604,6 +3204,29 @@
2604
3204
  "requires": {}
2605
3205
  }
2606
3206
  },
3207
+ {
3208
+ "name": "mailpit",
3209
+ "description": "Integrates Mailpit web UI in Nuxt devtools",
3210
+ "repo": "tdolsen/nuxt-mailpit",
3211
+ "npm": "nuxt-mailpit",
3212
+ "icon": "mailpit.svg",
3213
+ "github": "https://github.com/tdolsen/nuxt-mailpit",
3214
+ "website": "https://github.com/tdolsen/nuxt-mailpit",
3215
+ "learn_more": "https://github.com/tdolsen/nuxt-mailpit",
3216
+ "category": "Devtools",
3217
+ "type": "3rd-party",
3218
+ "maintainers": [
3219
+ {
3220
+ "name": "Torkild Dyvik Olsen",
3221
+ "github": "tdolsen",
3222
+ "twitter": "tdolsen"
3223
+ }
3224
+ ],
3225
+ "compatibility": {
3226
+ "nuxt": "^3.8.0",
3227
+ "requires": {}
3228
+ }
3229
+ },
2607
3230
  {
2608
3231
  "name": "markdownit",
2609
3232
  "description": "Use Markdown in your Nuxt application with the markdownit-loader",
@@ -2627,6 +3250,30 @@
2627
3250
  "requires": {}
2628
3251
  }
2629
3252
  },
3253
+ {
3254
+ "name": "marquee",
3255
+ "description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
3256
+ "repo": "hanzydev/nuxt-marquee",
3257
+ "npm": "nuxt-marquee",
3258
+ "icon": "marquee.png",
3259
+ "github": "https://github.com/hanzydev/nuxt-marquee/",
3260
+ "website": "https://hanzydev.github.io/nuxt-marquee/",
3261
+ "learn_more": "",
3262
+ "category": "UI",
3263
+ "type": "3rd-party",
3264
+ "maintainers": [
3265
+ {
3266
+ "name": "Hànzy",
3267
+ "github": "hanzydev",
3268
+ "avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
3269
+ }
3270
+ ],
3271
+ "compatibility": {
3272
+ "nuxt": "^3.0.0",
3273
+ "requires": {},
3274
+ "devtools": "^0.0.0"
3275
+ }
3276
+ },
2630
3277
  {
2631
3278
  "name": "matomo",
2632
3279
  "description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
@@ -2649,6 +3296,50 @@
2649
3296
  "requires": {}
2650
3297
  }
2651
3298
  },
3299
+ {
3300
+ "name": "maz-ui",
3301
+ "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3302
+ "repo": "louismazel/maz-ui#master/packages/lib",
3303
+ "npm": "maz-ui",
3304
+ "icon": "maz-ui.png",
3305
+ "github": "https://github.com/louismazel/maz-ui",
3306
+ "website": "https://maz-ui.com/",
3307
+ "learn_more": "https://maz-ui.com/guide/nuxt",
3308
+ "category": "UI",
3309
+ "type": "3rd-party",
3310
+ "maintainers": [
3311
+ {
3312
+ "name": "Loïc Mazuel",
3313
+ "github": "LouisMazel"
3314
+ }
3315
+ ],
3316
+ "compatibility": {
3317
+ "nuxt": "^3.0.0",
3318
+ "requires": {}
3319
+ }
3320
+ },
3321
+ {
3322
+ "name": "mdc",
3323
+ "description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
3324
+ "repo": "nuxt-modules/mdc",
3325
+ "npm": "@nuxtjs/mdc",
3326
+ "icon": "mdc.png",
3327
+ "github": "https://github.com/nuxt-modules/mdc",
3328
+ "website": "https://github.com/nuxt-modules/mdc",
3329
+ "learn_more": "",
3330
+ "category": "Extensions",
3331
+ "type": "community",
3332
+ "maintainers": [
3333
+ {
3334
+ "name": "farnabaz",
3335
+ "github": "farnabaz"
3336
+ }
3337
+ ],
3338
+ "compatibility": {
3339
+ "nuxt": "^3.0.0",
3340
+ "requires": {}
3341
+ }
3342
+ },
2652
3343
  {
2653
3344
  "name": "mdx",
2654
3345
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -2674,7 +3365,7 @@
2674
3365
  },
2675
3366
  {
2676
3367
  "name": "medusa",
2677
- "description": "Easily connect to Medusa from your Nuxt 3 application",
3368
+ "description": "Easily connect to Medusa from your Nuxt application",
2678
3369
  "repo": "Baroshem/nuxt-medusa",
2679
3370
  "npm": "nuxt-medusa",
2680
3371
  "icon": "medusa.svg",
@@ -2699,7 +3390,7 @@
2699
3390
  },
2700
3391
  {
2701
3392
  "name": "meilisearch",
2702
- "description": "Meilisearch Instant Search module for Nuxt 3",
3393
+ "description": "Meilisearch Instant Search module for Nuxt",
2703
3394
  "repo": "xlanex6/nuxt-meilisearch",
2704
3395
  "npm": "nuxt-meilisearch",
2705
3396
  "icon": "meilisearch.svg",
@@ -2719,7 +3410,8 @@
2719
3410
  "nuxt": "^3.0.0",
2720
3411
  "requires": {
2721
3412
  "bridge": false
2722
- }
3413
+ },
3414
+ "devtools": "^0.0.0"
2723
3415
  }
2724
3416
  },
2725
3417
  {
@@ -2744,28 +3436,6 @@
2744
3436
  "requires": {}
2745
3437
  }
2746
3438
  },
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
3439
  {
2770
3440
  "name": "module-feed",
2771
3441
  "description": "Feed module enables everyone to have RSS, Atom and JSON.",
@@ -2791,7 +3461,7 @@
2791
3461
  },
2792
3462
  {
2793
3463
  "name": "moment",
2794
- "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3464
+ "description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
2795
3465
  "repo": "nuxt-community/moment-module",
2796
3466
  "npm": "@nuxtjs/moment",
2797
3467
  "icon": "momentjs.png",
@@ -2817,20 +3487,20 @@
2817
3487
  }
2818
3488
  },
2819
3489
  {
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",
3490
+ "name": "neo",
3491
+ "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
3492
+ "repo": "ezypeeze/nuxt-neo",
3493
+ "npm": "nuxt-neo",
2824
3494
  "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",
3495
+ "github": "https://github.com/ezypeeze/nuxt-neo",
3496
+ "website": "https://ezypeeze.github.io/nuxt-neo",
3497
+ "learn_more": "",
3498
+ "category": "Request",
2829
3499
  "type": "3rd-party",
2830
3500
  "maintainers": [
2831
3501
  {
2832
- "name": "vanhoofmaarten",
2833
- "github": "vanhoofmaarten"
3502
+ "name": "ezypeeze",
3503
+ "github": "ezypeeze"
2834
3504
  }
2835
3505
  ],
2836
3506
  "compatibility": {
@@ -2839,30 +3509,30 @@
2839
3509
  }
2840
3510
  },
2841
3511
  {
2842
- "name": "neo",
2843
- "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
2844
- "repo": "ezypeeze/nuxt-neo",
2845
- "npm": "nuxt-neo",
2846
- "icon": "",
2847
- "github": "https://github.com/ezypeeze/nuxt-neo",
2848
- "website": "https://ezypeeze.github.io/nuxt-neo",
3512
+ "name": "neo4j",
3513
+ "description": "Effortlessly integrate Neo4j's powerful graph database into your Nuxt applications!",
3514
+ "repo": "arashsheyda/nuxt-neo4j",
3515
+ "npm": "nuxt-neo4j",
3516
+ "icon": "nuxt-neo4j.png",
3517
+ "github": "https://github.com/arashsheyda/nuxt-neo4j",
3518
+ "website": "https://github.com/arashsheyda/nuxt-neo4j",
2849
3519
  "learn_more": "",
2850
- "category": "Request",
3520
+ "category": "Database",
2851
3521
  "type": "3rd-party",
2852
3522
  "maintainers": [
2853
3523
  {
2854
- "name": "ezypeeze",
2855
- "github": "ezypeeze"
3524
+ "name": "arashsheyda",
3525
+ "github": "arashsheyda"
2856
3526
  }
2857
3527
  ],
2858
3528
  "compatibility": {
2859
- "nuxt": "^2.0.0",
3529
+ "nuxt": "^3.0.0",
2860
3530
  "requires": {}
2861
3531
  }
2862
3532
  },
2863
3533
  {
2864
3534
  "name": "netlify-cache",
2865
- "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
3535
+ "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
2866
3536
  "repo": "DreaMinder/nuxt-netlify-cache",
2867
3537
  "npm": "nuxt-netlify-cache",
2868
3538
  "icon": "netlify.png",
@@ -2907,13 +3577,13 @@
2907
3577
  },
2908
3578
  {
2909
3579
  "name": "netlify",
2910
- "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
2911
- "repo": "bazzite/nuxt-netlify",
3580
+ "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3581
+ "repo": "juliomrqz/nuxt-netlify",
2912
3582
  "npm": "@aceforth/nuxt-netlify",
2913
3583
  "icon": "netlify.png",
2914
- "github": "https://github.com/bazzite/nuxt-netlify",
2915
- "website": "https://marquez.co/docs/nuxt-netlify/",
2916
- "learn_more": "",
3584
+ "github": "https://github.com/juliomrqz/nuxt-netlify",
3585
+ "website": "https://github.com/juliomrqz/nuxt-netlify",
3586
+ "learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
2917
3587
  "category": "Deployment",
2918
3588
  "type": "3rd-party",
2919
3589
  "maintainers": [
@@ -2978,42 +3648,42 @@
2978
3648
  }
2979
3649
  },
2980
3650
  {
2981
- "name": "nuxt-auth",
2982
- "description": "",
2983
- "repo": "sidebase/nuxt-auth",
2984
- "npm": "@sidebase/nuxt-auth",
3651
+ "name": "nupolyon",
3652
+ "description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
3653
+ "repo": "adenvt/nupolyon",
3654
+ "npm": "nupolyon",
2985
3655
  "icon": "",
2986
- "github": "https://github.com/sidebase/nuxt-auth",
2987
- "website": "https://github.com/sidebase/nuxt-auth",
3656
+ "github": "https://github.com/adenvt/nupolyon",
3657
+ "website": "https://github.com/adenvt/nupolyon",
2988
3658
  "learn_more": "",
2989
- "category": "Devtools",
3659
+ "category": "Performance",
2990
3660
  "type": "3rd-party",
2991
3661
  "maintainers": [
2992
3662
  {
2993
- "name": "sidebase",
2994
- "github": "sidebase"
3663
+ "name": "adenvt",
3664
+ "github": "adenvt"
2995
3665
  }
2996
3666
  ],
2997
3667
  "compatibility": {
2998
- "nuxt": "^2.0.0",
3668
+ "nuxt": "^3.0.0",
2999
3669
  "requires": {}
3000
3670
  }
3001
3671
  },
3002
3672
  {
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",
3673
+ "name": "nuxt-anchorscroll",
3674
+ "description": "Scroll to top and to anchor support for Nuxt",
3675
+ "repo": "helltraitor/nuxt-anchorscroll",
3676
+ "npm": "nuxt-anchorscroll",
3677
+ "icon": "",
3678
+ "github": "https://github.com/helltraitor/nuxt-anchorscroll",
3679
+ "website": "https://github.com/helltraitor/nuxt-anchorscroll",
3680
+ "learn_more": "",
3681
+ "category": "UI",
3012
3682
  "type": "3rd-party",
3013
3683
  "maintainers": [
3014
3684
  {
3015
- "name": "Oliver Trajceski",
3016
- "github": "schnapsterdog"
3685
+ "name": "Helltraitor",
3686
+ "github": "helltraitor"
3017
3687
  }
3018
3688
  ],
3019
3689
  "compatibility": {
@@ -3022,20 +3692,269 @@
3022
3692
  }
3023
3693
  },
3024
3694
  {
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",
3695
+ "name": "nuxt-asciidoc",
3696
+ "description": "Transformer for using asciidoc in nuxt",
3697
+ "repo": "Chris2011/nuxt-asciidoc",
3698
+ "npm": "nuxt-asciidoc",
3699
+ "icon": "nuxt-asciidoc.svg",
3700
+ "github": "https://github.com/Chris2011/nuxt-asciidoc",
3701
+ "website": "https://github.com/Chris2011/nuxt-asciidoc",
3702
+ "learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
3703
+ "category": "Extensions",
3034
3704
  "type": "3rd-party",
3035
3705
  "maintainers": [
3036
3706
  {
3037
- "name": "dulnan",
3038
- "github": "dulnan",
3707
+ "name": "Christian Lenz",
3708
+ "github": "Chris2011",
3709
+ "twitter": "Chrizzly42"
3710
+ }
3711
+ ],
3712
+ "compatibility": {
3713
+ "nuxt": "^3.0.0",
3714
+ "requires": {}
3715
+ }
3716
+ },
3717
+ {
3718
+ "name": "nuxt-auth-sanctum",
3719
+ "description": "Nuxt module for Laravel Sanctum authentication",
3720
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3721
+ "npm": "nuxt-auth-sanctum",
3722
+ "icon": "laravel.svg",
3723
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3724
+ "website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
3725
+ "learn_more": "https://laravel.com/docs/10.x/sanctum",
3726
+ "category": "Security",
3727
+ "type": "3rd-party",
3728
+ "maintainers": [
3729
+ {
3730
+ "name": "Artem Manchenkov",
3731
+ "github": "manchenkoff",
3732
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
3733
+ }
3734
+ ],
3735
+ "compatibility": {
3736
+ "nuxt": "^3.9.0",
3737
+ "requires": {}
3738
+ }
3739
+ },
3740
+ {
3741
+ "name": "nuxt-basic-auth",
3742
+ "description": "Nuxt Module for Basic Authentication",
3743
+ "repo": "kgierke/nuxt-basic-auth",
3744
+ "npm": "@kgierke/nuxt-basic-auth",
3745
+ "icon": "",
3746
+ "github": "https://github.com/kgierke/nuxt-basic-auth",
3747
+ "website": "https://github.com/kgierke/nuxt-basic-auth",
3748
+ "learn_more": "",
3749
+ "category": "Security",
3750
+ "type": "3rd-party",
3751
+ "maintainers": [
3752
+ {
3753
+ "name": "kgierke",
3754
+ "github": "kgierke"
3755
+ }
3756
+ ],
3757
+ "compatibility": {
3758
+ "nuxt": "^3.0.0",
3759
+ "requires": {}
3760
+ }
3761
+ },
3762
+ {
3763
+ "name": "nuxt-bezier",
3764
+ "description": "Reusable transition components",
3765
+ "repo": "50rayn/nuxt-bezier",
3766
+ "npm": "nuxt-bezier",
3767
+ "icon": "nuxt-bezier.png",
3768
+ "github": "https://github.com/50rayn/nuxt-bezier",
3769
+ "website": "https://github.com/50rayn/nuxt-bezier",
3770
+ "learn_more": "https://github.com/Noction/vue-bezier",
3771
+ "category": "UI",
3772
+ "type": "3rd-party",
3773
+ "maintainers": [
3774
+ {
3775
+ "name": "Soryn Gitlan",
3776
+ "github": "50rayn"
3777
+ }
3778
+ ],
3779
+ "compatibility": {
3780
+ "nuxt": "^3.0.0",
3781
+ "requires": {}
3782
+ }
3783
+ },
3784
+ {
3785
+ "name": "nuxt-bootstrap-icons",
3786
+ "description": "Just a simple integration for Bootstrap Icons",
3787
+ "repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
3788
+ "npm": "nuxt-bootstrap-icons",
3789
+ "icon": "bootstrap-icons.svg",
3790
+ "github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3791
+ "website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3792
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3793
+ "category": "UI",
3794
+ "type": "3rd-party",
3795
+ "maintainers": [
3796
+ {
3797
+ "name": "OyewoleOyedeji",
3798
+ "github": "OyewoleOyedeji"
3799
+ }
3800
+ ],
3801
+ "compatibility": {
3802
+ "nuxt": "^3.0.0",
3803
+ "requires": {}
3804
+ }
3805
+ },
3806
+ {
3807
+ "name": "nuxt-chatgpt",
3808
+ "description": "ChatGPT integration for Nuxt",
3809
+ "repo": "schnapsterdog/nuxt-chatgpt",
3810
+ "npm": "nuxt-chatgpt",
3811
+ "icon": "chatgpt.svg",
3812
+ "github": "https://github.com/schnapsterdog/nuxt-chatgpt",
3813
+ "website": "https://github.com/schnapsterdog/nuxt-chatgpt",
3814
+ "learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
3815
+ "category": "Libraries",
3816
+ "type": "3rd-party",
3817
+ "maintainers": [
3818
+ {
3819
+ "name": "Oliver Trajceski",
3820
+ "github": "schnapsterdog"
3821
+ }
3822
+ ],
3823
+ "compatibility": {
3824
+ "nuxt": "^3.0.0",
3825
+ "requires": {}
3826
+ }
3827
+ },
3828
+ {
3829
+ "name": "nuxt-cookie-consent",
3830
+ "description": "Nuxt module for integrating with cookie consent providers with ease",
3831
+ "repo": "weareheavy/nuxt-cookie-consent",
3832
+ "npm": "@weareheavy/nuxt-cookie-consent",
3833
+ "icon": "wah.svg",
3834
+ "github": "https://github.com/weareheavy/nuxt-cookie-consent",
3835
+ "website": "https://nuxt-cookie-consent.packages.weareheavy.com",
3836
+ "learn_more": "",
3837
+ "category": "Extensions",
3838
+ "type": "3rd-party",
3839
+ "maintainers": [
3840
+ {
3841
+ "name": "weareheavy",
3842
+ "github": "weareheavy"
3843
+ }
3844
+ ],
3845
+ "compatibility": {
3846
+ "nuxt": "^3.0.0",
3847
+ "requires": {}
3848
+ }
3849
+ },
3850
+ {
3851
+ "name": "nuxt-facebook-chat",
3852
+ "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
3853
+ "repo": "superdev-tech/nuxt-facebook-chat",
3854
+ "npm": "nuxt-facebook-chat",
3855
+ "icon": "nuxt-facebook-chat.svg",
3856
+ "github": "https://github.com/superdev-tech/nuxt-facebook-chat",
3857
+ "website": "https://github.com/superdev-tech/nuxt-facebook-chat",
3858
+ "learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
3859
+ "category": "Libraries",
3860
+ "type": "3rd-party",
3861
+ "maintainers": [
3862
+ {
3863
+ "name": "Supanut Dokmaithong",
3864
+ "github": "Boomgeek"
3865
+ },
3866
+ {
3867
+ "name": "superdev-tech",
3868
+ "github": "superdev-tech"
3869
+ }
3870
+ ],
3871
+ "compatibility": {
3872
+ "nuxt": "^3.0.0",
3873
+ "requires": {}
3874
+ }
3875
+ },
3876
+ {
3877
+ "name": "nuxt-feather-icons",
3878
+ "description": "The Feather Icons in Nuxt 3.",
3879
+ "repo": "4sllan/nuxt-feather-icons",
3880
+ "npm": "nuxt-feather-icons",
3881
+ "icon": "nuxt-feather-icons.png",
3882
+ "github": "https://github.com/4sllan/nuxt-feather-icons",
3883
+ "website": "https://github.com/4sllan/nuxt-feather-icons",
3884
+ "learn_more": "https://github.com/4sllan/nuxt-feather-icons",
3885
+ "category": "UI",
3886
+ "type": "3rd-party",
3887
+ "maintainers": [
3888
+ {
3889
+ "name": "4sllan",
3890
+ "github": "4sllan"
3891
+ }
3892
+ ],
3893
+ "compatibility": {
3894
+ "nuxt": "^3.0.0",
3895
+ "requires": {}
3896
+ }
3897
+ },
3898
+ {
3899
+ "name": "nuxt-feedme",
3900
+ "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
3901
+ "repo": "helltraitor/nuxt-feedme",
3902
+ "npm": "nuxt-feedme",
3903
+ "icon": "",
3904
+ "github": "https://github.com/helltraitor/nuxt-feedme",
3905
+ "website": "https://github.com/helltraitor/nuxt-feedme",
3906
+ "learn_more": "",
3907
+ "category": "SEO",
3908
+ "type": "3rd-party",
3909
+ "maintainers": [
3910
+ {
3911
+ "name": "Helltraitor",
3912
+ "github": "helltraitor"
3913
+ }
3914
+ ],
3915
+ "compatibility": {
3916
+ "nuxt": "^3.0.0",
3917
+ "requires": {}
3918
+ }
3919
+ },
3920
+ {
3921
+ "name": "nuxt-fontawesome",
3922
+ "description": "Module to use Font Awesome 6 icons in your Nuxt project",
3923
+ "repo": "bezumkin/nuxt-fontawesome",
3924
+ "npm": "@vesp/nuxt-fontawesome",
3925
+ "icon": "nuxt-fontawesome.svg",
3926
+ "github": "https://github.com/bezumkin/nuxt-fontawesome",
3927
+ "website": "https://github.com/bezumkin/nuxt-fontawesome",
3928
+ "learn_more": "https://fontawesome.com",
3929
+ "category": "UI",
3930
+ "type": "3rd-party",
3931
+ "maintainers": [
3932
+ {
3933
+ "name": "Vasily Naumkin",
3934
+ "github": "bezumkin",
3935
+ "avatar": "https://avatars.githubusercontent.com/u/1257284"
3936
+ }
3937
+ ],
3938
+ "compatibility": {
3939
+ "nuxt": "^3.0.0",
3940
+ "requires": {}
3941
+ }
3942
+ },
3943
+ {
3944
+ "name": "nuxt-graphql-middleware",
3945
+ "description": "Expose GraphQL queries and mutations as server API routes.",
3946
+ "repo": "dulnan/nuxt-graphql-middleware",
3947
+ "npm": "nuxt-graphql-middleware",
3948
+ "icon": "nuxt-graphql-middleware.svg",
3949
+ "github": "https://github.com/dulnan/nuxt-graphql-middleware",
3950
+ "website": "https://github.com/dulnan/nuxt-graphql-middleware",
3951
+ "learn_more": "",
3952
+ "category": "Request",
3953
+ "type": "3rd-party",
3954
+ "maintainers": [
3955
+ {
3956
+ "name": "dulnan",
3957
+ "github": "dulnan",
3039
3958
  "twitter": "dulnan",
3040
3959
  "avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
3041
3960
  },
@@ -3072,6 +3991,29 @@
3072
3991
  "requires": {}
3073
3992
  }
3074
3993
  },
3994
+ {
3995
+ "name": "nuxt-gtm",
3996
+ "description": "A Nuxt module for Google Tag Manager",
3997
+ "repo": "zadigetvoltaire/nuxt-gtm",
3998
+ "npm": "@zadigetvoltaire/nuxt-gtm",
3999
+ "icon": "nuxt-gtm.svg",
4000
+ "github": "https://github.com/zadigetvoltaire/nuxt-gtm",
4001
+ "website": "https://github.com/zadigetvoltaire/nuxt-gtm",
4002
+ "learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
4003
+ "category": "Analytics",
4004
+ "type": "3rd-party",
4005
+ "maintainers": [
4006
+ {
4007
+ "name": "Zadig&Voltaire Team",
4008
+ "github": "zadigetvoltaire"
4009
+ }
4010
+ ],
4011
+ "compatibility": {
4012
+ "nuxt": "^3.0.0",
4013
+ "requires": {},
4014
+ "devtools": "^0.0.0"
4015
+ }
4016
+ },
3075
4017
  {
3076
4018
  "name": "nuxt-hue",
3077
4019
  "description": "Enlighten your Nuxt experience",
@@ -3096,6 +4038,50 @@
3096
4038
  }
3097
4039
  }
3098
4040
  },
4041
+ {
4042
+ "name": "nuxt-interpolation",
4043
+ "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
4044
+ "repo": "daliborgogic/nuxt-interpolation#master",
4045
+ "npm": "nuxt-interpolation",
4046
+ "icon": "",
4047
+ "github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
4048
+ "website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
4049
+ "learn_more": "",
4050
+ "category": "Devtools",
4051
+ "type": "3rd-party",
4052
+ "maintainers": [
4053
+ {
4054
+ "name": "daliborgogic",
4055
+ "github": "daliborgogic"
4056
+ }
4057
+ ],
4058
+ "compatibility": {
4059
+ "nuxt": "^2.0.0",
4060
+ "requires": {}
4061
+ }
4062
+ },
4063
+ {
4064
+ "name": "nuxt-jsonld",
4065
+ "description": "Manage JSON-LD in Vue component.",
4066
+ "repo": "ymmooot/nuxt-jsonld",
4067
+ "npm": "nuxt-jsonld",
4068
+ "icon": "",
4069
+ "github": "https://github.com/ymmooot/nuxt-jsonld",
4070
+ "website": "https://github.com/ymmooot/nuxt-jsonld",
4071
+ "learn_more": "",
4072
+ "category": "SEO",
4073
+ "type": "3rd-party",
4074
+ "maintainers": [
4075
+ {
4076
+ "name": "ymmooot",
4077
+ "github": "ymmooot"
4078
+ }
4079
+ ],
4080
+ "compatibility": {
4081
+ "nuxt": "^3.0.0",
4082
+ "requires": {}
4083
+ }
4084
+ },
3099
4085
  {
3100
4086
  "name": "nuxt-localtunnel",
3101
4087
  "description": "Exposes your Nuxt localhost to the world automatically.",
@@ -3103,8 +4089,8 @@
3103
4089
  "npm": "@nuxtus/nuxt-localtunnel",
3104
4090
  "icon": "nuxt-localtunnel.svg",
3105
4091
  "github": "https://github.com/nuxtus/localtunnel",
3106
- "website": "https://nuxtus.com",
3107
- "learn_more": "https://docs.nuxtus.com/#/localtunnel",
4092
+ "website": "https://docs.nuxtus.com",
4093
+ "learn_more": "https://docs.nuxtus.com/localtunnel.html",
3108
4094
  "category": "Devtools",
3109
4095
  "type": "3rd-party",
3110
4096
  "maintainers": [
@@ -3121,7 +4107,7 @@
3121
4107
  },
3122
4108
  {
3123
4109
  "name": "nuxt-loco",
3124
- "description": "A localise.biz module to synth locale with Nuxt.js",
4110
+ "description": "A localise.biz module to synth locale with Nuxt",
3125
4111
  "repo": "gaetansenn/nuxt-loco",
3126
4112
  "npm": "nuxt-loco",
3127
4113
  "icon": "",
@@ -3142,6 +4128,28 @@
3142
4128
  "requires": {}
3143
4129
  }
3144
4130
  },
4131
+ {
4132
+ "name": "nuxt-mail",
4133
+ "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
4134
+ "repo": "dword-design/nuxt-mail",
4135
+ "npm": "nuxt-mail",
4136
+ "icon": "",
4137
+ "github": "https://github.com/dword-design/nuxt-mail",
4138
+ "website": "https://github.com/dword-design/nuxt-mail",
4139
+ "learn_more": "",
4140
+ "category": "Extensions",
4141
+ "type": "3rd-party",
4142
+ "maintainers": [
4143
+ {
4144
+ "name": "Sebastian Landwehr",
4145
+ "github": "dword-design"
4146
+ }
4147
+ ],
4148
+ "compatibility": {
4149
+ "nuxt": "^2.0.0 || ^3.0.0",
4150
+ "requires": {}
4151
+ }
4152
+ },
3145
4153
  {
3146
4154
  "name": "nuxt-mapbox",
3147
4155
  "description": "Elegant Mapbox integration with Nuxt",
@@ -3164,6 +4172,28 @@
3164
4172
  "requires": {}
3165
4173
  }
3166
4174
  },
4175
+ {
4176
+ "name": "nuxt-mdi",
4177
+ "description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
4178
+ "repo": "ERPedersen/nuxt-mdi",
4179
+ "npm": "nuxt-mdi",
4180
+ "icon": "mdi.png",
4181
+ "github": "https://github.com/ERPedersen/nuxt-mdi",
4182
+ "website": "https://nuxt-mdi.emilrosenius.com",
4183
+ "learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
4184
+ "category": "Libraries",
4185
+ "type": "3rd-party",
4186
+ "maintainers": [
4187
+ {
4188
+ "name": "Emil Rosenius",
4189
+ "github": "ERPedersen"
4190
+ }
4191
+ ],
4192
+ "compatibility": {
4193
+ "nuxt": "^3.0.0",
4194
+ "requires": {}
4195
+ }
4196
+ },
3167
4197
  {
3168
4198
  "name": "nuxt-monaco-editor",
3169
4199
  "description": "Integrate monaco-editor with Nuxt",
@@ -3188,12 +4218,12 @@
3188
4218
  },
3189
4219
  {
3190
4220
  "name": "nuxt-mongoose",
3191
- "description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
4221
+ "description": "A Nuxt module for simplifying the use of Mongoose in your project.",
3192
4222
  "repo": "arashsheyda/nuxt-mongoose",
3193
4223
  "npm": "nuxt-mongoose",
3194
- "icon": "",
4224
+ "icon": "nuxt-mongoose.svg",
3195
4225
  "github": "https://github.com/arashsheyda/nuxt-mongoose",
3196
- "website": "https://github.com/arashsheyda/nuxt-mongoose",
4226
+ "website": "https://nuxt-mongoose.nuxt.space",
3197
4227
  "learn_more": "",
3198
4228
  "category": "Database",
3199
4229
  "type": "3rd-party",
@@ -3203,6 +4233,102 @@
3203
4233
  "github": "arashsheyda"
3204
4234
  }
3205
4235
  ],
4236
+ "compatibility": {
4237
+ "nuxt": "^3.0.0",
4238
+ "requires": {},
4239
+ "devtools": "^0.0.0"
4240
+ }
4241
+ },
4242
+ {
4243
+ "name": "nuxt-oidc-auth",
4244
+ "description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
4245
+ "repo": "itpropro/nuxt-oidc-auth",
4246
+ "npm": "nuxt-oidc-auth",
4247
+ "icon": "",
4248
+ "github": "https://github.com/itpropro/nuxt-oidc-auth",
4249
+ "website": "https://github.com/itpropro/nuxt-oidc-auth",
4250
+ "learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
4251
+ "category": "Security",
4252
+ "type": "3rd-party",
4253
+ "maintainers": [
4254
+ {
4255
+ "name": "Jan-Henrik Damaschke",
4256
+ "github": "itpropro",
4257
+ "twitter": "jandamaschke"
4258
+ }
4259
+ ],
4260
+ "compatibility": {
4261
+ "nuxt": "^3.0.0",
4262
+ "requires": {}
4263
+ }
4264
+ },
4265
+ {
4266
+ "name": "nuxt-openapi-docs-module",
4267
+ "description": "Generate pages from OpenAPI specifications",
4268
+ "repo": "on-org/nuxt-openapi-docs-module",
4269
+ "npm": "nuxt-openapi-docs-module",
4270
+ "icon": "nuxt-openapi-docs-module.png",
4271
+ "github": "https://github.com/on-org/nuxt-openapi-docs-module",
4272
+ "website": "https://github.com/on-org/nuxt-openapi-docs-module",
4273
+ "learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
4274
+ "category": "Libraries",
4275
+ "type": "3rd-party",
4276
+ "maintainers": [
4277
+ {
4278
+ "name": "Pavel Kuzmin",
4279
+ "github": "s00d"
4280
+ }
4281
+ ],
4282
+ "compatibility": {
4283
+ "nuxt": "^3.0.0",
4284
+ "requires": {}
4285
+ }
4286
+ },
4287
+ {
4288
+ "name": "nuxt-openid-connect",
4289
+ "description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
4290
+ "repo": "aborn/nuxt-openid-connect",
4291
+ "npm": "nuxt-openid-connect",
4292
+ "icon": "",
4293
+ "github": "https://github.com/aborn/nuxt-openid-connect",
4294
+ "website": "https://github.com/aborn/nuxt-openid-connect",
4295
+ "learn_more": "",
4296
+ "category": "Security",
4297
+ "type": "3rd-party",
4298
+ "maintainers": [
4299
+ {
4300
+ "name": "Aborn Jiang",
4301
+ "github": "aborn"
4302
+ },
4303
+ {
4304
+ "name": "Khaled Almana",
4305
+ "github": "KhaledAlMana"
4306
+ }
4307
+ ],
4308
+ "compatibility": {
4309
+ "nuxt": "^3.0.0",
4310
+ "requires": {},
4311
+ "devtools": "^0.0.0"
4312
+ }
4313
+ },
4314
+ {
4315
+ "name": "nuxt-payload-analyzer",
4316
+ "description": "Analyze Nuxt Payload Size",
4317
+ "repo": "barbapapazes/nuxt-payload-analyzer",
4318
+ "npm": "nuxt-payload-analyzer",
4319
+ "icon": "",
4320
+ "github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
4321
+ "website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
4322
+ "learn_more": "",
4323
+ "category": "Performance",
4324
+ "type": "3rd-party",
4325
+ "maintainers": [
4326
+ {
4327
+ "name": "Barbapapazes",
4328
+ "github": "Barbapapazes",
4329
+ "twitter": "soubiran_"
4330
+ }
4331
+ ],
3206
4332
  "compatibility": {
3207
4333
  "nuxt": "^3.0.0",
3208
4334
  "requires": {}
@@ -3221,9 +4347,31 @@
3221
4347
  "type": "3rd-party",
3222
4348
  "maintainers": [
3223
4349
  {
3224
- "name": "sidebase",
3225
- "github": "sidebase",
3226
- "twitter": "sidebase_io"
4350
+ "name": "sidebase",
4351
+ "github": "sidebase",
4352
+ "twitter": "sidebase_io"
4353
+ }
4354
+ ],
4355
+ "compatibility": {
4356
+ "nuxt": "^3.0.0",
4357
+ "requires": {}
4358
+ }
4359
+ },
4360
+ {
4361
+ "name": "nuxt-phosphor-icons",
4362
+ "description": "Just a simple integration for @phosphor-icons in Nuxt",
4363
+ "repo": "OyewoleOyedeji/nuxt-phosphor-icons",
4364
+ "npm": "nuxt-phosphor-icons",
4365
+ "icon": "phosphor-icons.svg",
4366
+ "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4367
+ "website": "https://nuxt-phosphor-icons.vercel.app",
4368
+ "learn_more": "https://nuxt-phosphor-icons.vercel.app",
4369
+ "category": "UI",
4370
+ "type": "3rd-party",
4371
+ "maintainers": [
4372
+ {
4373
+ "name": "OyewoleOyedeji",
4374
+ "github": "OyewoleOyedeji"
3227
4375
  }
3228
4376
  ],
3229
4377
  "compatibility": {
@@ -3254,20 +4402,24 @@
3254
4402
  }
3255
4403
  },
3256
4404
  {
3257
- "name": "plausible",
3258
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
3259
- "repo": "nuxt-modules/plausible",
3260
- "npm": "@nuxtjs/plausible",
3261
- "icon": "plausible.png",
3262
- "github": "https://github.com/nuxt-modules/plausible",
3263
- "website": "https://github.com/nuxt-modules/plausible",
3264
- "learn_more": "https://plausible.io/",
3265
- "category": "Analytics",
3266
- "type": "community",
4405
+ "name": "nuxt-plotly",
4406
+ "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
4407
+ "repo": "superdev-tech/nuxt-plotly",
4408
+ "npm": "nuxt-plotly",
4409
+ "icon": "nuxt-plotly.svg",
4410
+ "github": "https://github.com/superdev-tech/nuxt-plotly",
4411
+ "website": "https://github.com/superdev-tech/nuxt-plotly",
4412
+ "learn_more": "https://www.npmjs.com/package/nuxt-plotly",
4413
+ "category": "Libraries",
4414
+ "type": "3rd-party",
3267
4415
  "maintainers": [
3268
4416
  {
3269
- "name": "Johann Schopplich",
3270
- "github": "johannschopplich"
4417
+ "name": "Supanut Dokmaithong",
4418
+ "github": "Boomgeek"
4419
+ },
4420
+ {
4421
+ "name": "superdev-tech",
4422
+ "github": "superdev-tech"
3271
4423
  }
3272
4424
  ],
3273
4425
  "compatibility": {
@@ -3277,7 +4429,7 @@
3277
4429
  },
3278
4430
  {
3279
4431
  "name": "nuxt-png-to-ico",
3280
- "description": "Nuxt.js module for auto generating favicons",
4432
+ "description": "Nuxt module for auto generating favicons",
3281
4433
  "repo": "b5710546232/nuxt-png-to-ico",
3282
4434
  "npm": "nuxt-png-to-ico",
3283
4435
  "icon": "",
@@ -3298,9 +4450,31 @@
3298
4450
  "requires": {}
3299
4451
  }
3300
4452
  },
4453
+ {
4454
+ "name": "nuxt-posthog",
4455
+ "description": "Integrate PostHog into your application with minimal configuration",
4456
+ "repo": "mitjans/nuxt-posthog",
4457
+ "npm": "nuxt-posthog",
4458
+ "icon": "posthog.svg",
4459
+ "github": "https://github.com/mitjans/nuxt-posthog",
4460
+ "website": "https://nuxt-posthog.cmitjans.dev",
4461
+ "learn_more": "https://posthog.com",
4462
+ "category": "Analytics",
4463
+ "type": "3rd-party",
4464
+ "maintainers": [
4465
+ {
4466
+ "name": "Carles Mitjans",
4467
+ "github": "mitjans"
4468
+ }
4469
+ ],
4470
+ "compatibility": {
4471
+ "nuxt": "^3.0.0",
4472
+ "requires": {}
4473
+ }
4474
+ },
3301
4475
  {
3302
4476
  "name": "nuxt-smartlook",
3303
- "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
4477
+ "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
3304
4478
  "repo": "f00b4r/nuxt-smartlook",
3305
4479
  "npm": "nuxt-smartlook",
3306
4480
  "icon": "nuxt-smartlook.png",
@@ -3322,6 +4496,28 @@
3322
4496
  "requires": {}
3323
4497
  }
3324
4498
  },
4499
+ {
4500
+ "name": "nuxt-social-share",
4501
+ "description": "Simple Social Sharing for Nuxt",
4502
+ "repo": "stefanobartoletti/nuxt-social-share",
4503
+ "npm": "@stefanobartoletti/nuxt-social-share",
4504
+ "icon": "nuxt-social-share.png",
4505
+ "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4506
+ "website": "https://github.com/stefanobartoletti/nuxt-social-share",
4507
+ "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4508
+ "category": "Extensions",
4509
+ "type": "3rd-party",
4510
+ "maintainers": [
4511
+ {
4512
+ "name": "stefanobartoletti",
4513
+ "github": "stefanobartoletti"
4514
+ }
4515
+ ],
4516
+ "compatibility": {
4517
+ "nuxt": "^3.0.0",
4518
+ "requires": {}
4519
+ }
4520
+ },
3325
4521
  {
3326
4522
  "name": "ssr-lit",
3327
4523
  "description": "Server-Side Rendering for Lit Element components",
@@ -3352,10 +4548,10 @@
3352
4548
  },
3353
4549
  {
3354
4550
  "name": "nuxt-storm",
3355
- "description": "WebStorm & PHPStorm support for NuxtJS components",
4551
+ "description": "WebStorm & PHPStorm support for Nuxt components",
3356
4552
  "repo": "fumeapp/nuxt-storm",
3357
4553
  "npm": "nuxt-storm",
3358
- "icon": "nuxt-storm.png",
4554
+ "icon": "",
3359
4555
  "github": "https://github.com/fumeapp/nuxt-storm",
3360
4556
  "website": "https://github.com/fumeapp/nuxt-storm",
3361
4557
  "learn_more": "https://github.com/fumeapp/nuxt-storm",
@@ -3372,6 +4568,30 @@
3372
4568
  "requires": {}
3373
4569
  }
3374
4570
  },
4571
+ {
4572
+ "name": "nuxt-svgo-loader",
4573
+ "description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
4574
+ "repo": "Mini-ghost/nuxt-svgo-loader",
4575
+ "npm": "nuxt-svgo-loader",
4576
+ "icon": "",
4577
+ "github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4578
+ "website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4579
+ "learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4580
+ "category": "Images",
4581
+ "type": "3rd-party",
4582
+ "maintainers": [
4583
+ {
4584
+ "name": "Alex Liu",
4585
+ "github": "Mini-ghost",
4586
+ "twitter": "Minighost_Alex"
4587
+ }
4588
+ ],
4589
+ "compatibility": {
4590
+ "nuxt": "^3.0.0",
4591
+ "requires": {},
4592
+ "devtools": "^0.0.0"
4593
+ }
4594
+ },
3375
4595
  {
3376
4596
  "name": "nuxt-svgo",
3377
4597
  "description": "Nuxt module to load optimized SVG files as Vue components",
@@ -3396,7 +4616,7 @@
3396
4616
  },
3397
4617
  {
3398
4618
  "name": "nuxt-unleash",
3399
- "description": "Nuxt.js module to use Unleash toggle feature services",
4619
+ "description": "Nuxt module to use Unleash toggle feature services",
3400
4620
  "repo": "conejerock/nuxt-unleash",
3401
4621
  "npm": "nuxt-unleash",
3402
4622
  "icon": "nuxt-unleash.svg",
@@ -3416,28 +4636,6 @@
3416
4636
  "requires": {}
3417
4637
  }
3418
4638
  },
3419
- {
3420
- "name": "nuxt-use-motion",
3421
- "description": "A Nuxt module putting your components in motion",
3422
- "repo": "Tahul/nuxt-use-motion",
3423
- "npm": "nuxt-use-motion",
3424
- "icon": "nuxt-use-motion.svg",
3425
- "github": "https://github.com/Tahul/nuxt-use-motion",
3426
- "website": "https://github.com/Tahul/nuxt-use-motion",
3427
- "learn_more": "https://github.com/vueuse/motion",
3428
- "category": "Libraries",
3429
- "type": "3rd-party",
3430
- "maintainers": [
3431
- {
3432
- "name": "Tahul",
3433
- "github": "Tahul"
3434
- }
3435
- ],
3436
- "compatibility": {
3437
- "nuxt": "^2.0.0",
3438
- "requires": {}
3439
- }
3440
- },
3441
4639
  {
3442
4640
  "name": "nuxt-use-sound",
3443
4641
  "description": "A Nuxt module for playing sound effects.",
@@ -3487,12 +4685,12 @@
3487
4685
  {
3488
4686
  "name": "nuxt-vue3-google-signin",
3489
4687
  "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
3490
- "repo": "syetalabs/nuxt-vue3-google-signin",
4688
+ "repo": "wavezync/nuxt-vue3-google-signin",
3491
4689
  "npm": "nuxt-vue3-google-signin",
3492
4690
  "icon": "vue3-google-signin.svg",
3493
- "github": "https://github.com/syetalabs/nuxt-vue3-google-signin",
3494
- "website": "https://vue3-google-signin.syetalabs.io",
3495
- "learn_more": "https://vue3-google-signin.syetalabs.io",
4691
+ "github": "https://github.com/wavezync/nuxt-vue3-google-signin",
4692
+ "website": "https://vue3-google-signin.wavezync.com",
4693
+ "learn_more": "https://vue3-google-signin.wavezync.com",
3496
4694
  "category": "Libraries",
3497
4695
  "type": "3rd-party",
3498
4696
  "maintainers": [
@@ -3507,20 +4705,64 @@
3507
4705
  }
3508
4706
  },
3509
4707
  {
3510
- "name": "nuxt-vuetify",
3511
- "description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
3512
- "repo": "invictus-codes/nuxt-vuetify",
3513
- "npm": "@invictus.codes/nuxt-vuetify",
3514
- "icon": "vuetify-logo-v3-dark.svg",
3515
- "github": "https://github.com/invictus-codes/nuxt-vuetify",
3516
- "website": "https://invictus-codes.github.io/nuxt-vuetify/",
3517
- "learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
3518
- "category": "UI",
4708
+ "name": "nuxt-zod-i18n",
4709
+ "description": "A Nuxt Module for localizing zod error messages.",
4710
+ "repo": "xibman/nuxt-zod-i18n",
4711
+ "npm": "nuxt-zod-i18n",
4712
+ "icon": "nuxt-zod-i18n.svg",
4713
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
4714
+ "website": "https://xibman-nuxt-zod-i18n.nuxt.space",
4715
+ "learn_more": "",
4716
+ "category": "Libraries",
4717
+ "type": "3rd-party",
4718
+ "maintainers": [
4719
+ {
4720
+ "name": "xibman",
4721
+ "github": "xibman"
4722
+ }
4723
+ ],
4724
+ "compatibility": {
4725
+ "nuxt": "^3.0.0",
4726
+ "requires": {}
4727
+ }
4728
+ },
4729
+ {
4730
+ "name": "nuxt3-interpolation",
4731
+ "description": "",
4732
+ "repo": "daliborgogic/interpolation",
4733
+ "npm": "nuxt3-interpolation",
4734
+ "icon": "",
4735
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
4736
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
4737
+ "learn_more": "",
4738
+ "category": "Devtools",
4739
+ "type": "3rd-party",
4740
+ "maintainers": [
4741
+ {
4742
+ "name": "daliborgogic",
4743
+ "github": "daliborgogic"
4744
+ }
4745
+ ],
4746
+ "compatibility": {
4747
+ "nuxt": "^3.0.0",
4748
+ "requires": {}
4749
+ }
4750
+ },
4751
+ {
4752
+ "name": "nuxt3-leaflet",
4753
+ "description": "Leaflet integration with Nuxt",
4754
+ "repo": "Gugustinette/Nuxt-Leaflet",
4755
+ "npm": "nuxt3-leaflet",
4756
+ "icon": "leaflet.png",
4757
+ "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4758
+ "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
4759
+ "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
4760
+ "category": "Libraries",
3519
4761
  "type": "3rd-party",
3520
4762
  "maintainers": [
3521
4763
  {
3522
- "name": "Jens van Hellemondt",
3523
- "github": "invictus-codes"
4764
+ "name": "Augustin MERCIER",
4765
+ "github": "Gugustinette"
3524
4766
  }
3525
4767
  ],
3526
4768
  "compatibility": {
@@ -3530,7 +4772,7 @@
3530
4772
  },
3531
4773
  {
3532
4774
  "name": "nuxt7",
3533
- "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
4775
+ "description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
3534
4776
  "repo": "nuxt-community/nuxt7",
3535
4777
  "npm": "nuxt7",
3536
4778
  "icon": "",
@@ -3553,15 +4795,15 @@
3553
4795
  },
3554
4796
  {
3555
4797
  "name": "og-image",
3556
- "description": "Easily generate dynamic social share images.",
3557
- "repo": "harlan-zw/nuxt-og-image",
4798
+ "description": "Enlightened runtime images generated with Vue templates.",
4799
+ "repo": "nuxt-modules/og-image",
3558
4800
  "npm": "nuxt-og-image",
3559
- "icon": "",
3560
- "github": "https://github.com/harlan-zw/nuxt-og-image",
3561
- "website": "https://github.com/harlan-zw/nuxt-og-image",
3562
- "learn_more": "",
4801
+ "icon": "og-image.svg",
4802
+ "github": "https://github.com/nuxt-modules/og-image",
4803
+ "website": "https://nuxtseo.com/og-image",
4804
+ "learn_more": "https://nuxtseo.com/og-image",
3563
4805
  "category": "SEO",
3564
- "type": "3rd-party",
4806
+ "type": "community",
3565
4807
  "maintainers": [
3566
4808
  {
3567
4809
  "name": "Harlan Wilton",
@@ -3572,7 +4814,8 @@
3572
4814
  ],
3573
4815
  "compatibility": {
3574
4816
  "nuxt": "^3.0.0",
3575
- "requires": {}
4817
+ "requires": {},
4818
+ "devtools": "^0.0.0"
3576
4819
  }
3577
4820
  },
3578
4821
  {
@@ -3600,13 +4843,13 @@
3600
4843
  },
3601
4844
  {
3602
4845
  "name": "optimized-images",
3603
- "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
4846
+ "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
3604
4847
  "repo": "juliomrqz/nuxt-optimized-images",
3605
4848
  "npm": "@aceforth/nuxt-optimized-images",
3606
4849
  "icon": "",
3607
4850
  "github": "https://github.com/juliomrqz/nuxt-optimized-images",
3608
- "website": "https://marquez.co/docs/nuxt-optimized-images/",
3609
- "learn_more": "",
4851
+ "website": "https://github.com/juliomrqz/nuxt-optimized-images",
4852
+ "learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
3610
4853
  "category": "Images",
3611
4854
  "type": "3rd-party",
3612
4855
  "maintainers": [
@@ -3645,7 +4888,7 @@
3645
4888
  },
3646
4889
  {
3647
4890
  "name": "parse",
3648
- "description": "Parse package for Nuxt.js",
4891
+ "description": "Parse package for Nuxt",
3649
4892
  "repo": "cierrateam/nuxt-parse",
3650
4893
  "npm": "nuxt-parse",
3651
4894
  "icon": "",
@@ -3665,6 +4908,29 @@
3665
4908
  "requires": {}
3666
4909
  }
3667
4910
  },
4911
+ {
4912
+ "name": "particles",
4913
+ "description": "Easily add particle animations to your Nuxt projects using tsParticles",
4914
+ "repo": "Joepocalyptic/nuxt-particles",
4915
+ "npm": "nuxt-particles",
4916
+ "icon": "",
4917
+ "github": "https://github.com/Joepocalyptic/nuxt-particles",
4918
+ "website": "https://nuxt-particles.joeypereira.dev",
4919
+ "learn_more": "https://particles.js.org/",
4920
+ "category": "Libraries",
4921
+ "type": "3rd-party",
4922
+ "maintainers": [
4923
+ {
4924
+ "name": "Joey Pereira",
4925
+ "github": "Joepocalyptic",
4926
+ "avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
4927
+ }
4928
+ ],
4929
+ "compatibility": {
4930
+ "nuxt": "^3.0.0",
4931
+ "requires": {}
4932
+ }
4933
+ },
3668
4934
  {
3669
4935
  "name": "partytown",
3670
4936
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
@@ -3690,6 +4956,74 @@
3690
4956
  }
3691
4957
  }
3692
4958
  },
4959
+ {
4960
+ "name": "paypal",
4961
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
4962
+ "repo": "arashsheyda/nuxt-paypal",
4963
+ "npm": "nuxt-paypal",
4964
+ "icon": "paypal.svg",
4965
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
4966
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
4967
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
4968
+ "category": "Payment",
4969
+ "type": "3rd-party",
4970
+ "maintainers": [
4971
+ {
4972
+ "name": "Arash Sheyda",
4973
+ "github": "arashsheyda"
4974
+ }
4975
+ ],
4976
+ "compatibility": {
4977
+ "nuxt": "^3.0.0",
4978
+ "requires": {}
4979
+ }
4980
+ },
4981
+ {
4982
+ "name": "pdfeasy",
4983
+ "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
4984
+ "repo": "betterwrite/pdfeasy#main/packages/nuxt",
4985
+ "npm": "nuxt-pdfeasy",
4986
+ "icon": "pdfeasy.png",
4987
+ "github": "https://github.com/betterwrite/pdfeasy",
4988
+ "website": "https://github.com/betterwrite/pdfeasy",
4989
+ "learn_more": "https://github.com/betterwrite/pdfeasy",
4990
+ "category": "Extensions",
4991
+ "type": "3rd-party",
4992
+ "maintainers": [
4993
+ {
4994
+ "name": "Giovane Cardoso",
4995
+ "github": "novout",
4996
+ "twitter": "novoutttttt",
4997
+ "avatar": "https://avatars.githubusercontent.com/novout?v=4"
4998
+ }
4999
+ ],
5000
+ "compatibility": {
5001
+ "nuxt": "^3.0.0",
5002
+ "requires": {}
5003
+ }
5004
+ },
5005
+ {
5006
+ "name": "pergel",
5007
+ "description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
5008
+ "repo": "oku-ui/pergel#main/packages-core/pergel",
5009
+ "npm": "pergel",
5010
+ "icon": "pergel.svg",
5011
+ "github": "https://github.com/oku-ui/pergel",
5012
+ "website": "https://oku-ui.com/pergel",
5013
+ "learn_more": "",
5014
+ "category": "Devtools",
5015
+ "type": "3rd-party",
5016
+ "maintainers": [
5017
+ {
5018
+ "name": "Mehmet - productdevbook",
5019
+ "github": "productdevbook"
5020
+ }
5021
+ ],
5022
+ "compatibility": {
5023
+ "nuxt": "^3.10.0",
5024
+ "requires": {}
5025
+ }
5026
+ },
3693
5027
  {
3694
5028
  "name": "persian-datepicker",
3695
5029
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
@@ -3716,7 +5050,7 @@
3716
5050
  {
3717
5051
  "name": "pinia-orm",
3718
5052
  "description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
3719
- "repo": "CodeDredd/pinia-orm#master/packages/nuxt",
5053
+ "repo": "CodeDredd/pinia-orm#main/packages/nuxt",
3720
5054
  "npm": "@pinia-orm/nuxt",
3721
5055
  "icon": "pinia-orm.svg",
3722
5056
  "github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
@@ -3787,10 +5121,10 @@
3787
5121
  },
3788
5122
  {
3789
5123
  "name": "plausible",
3790
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
5124
+ "description": "Nuxt module to natively integrate Plausible analytics",
3791
5125
  "repo": "nuxt-modules/plausible",
3792
5126
  "npm": "@nuxtjs/plausible",
3793
- "icon": "",
5127
+ "icon": "plausible.svg",
3794
5128
  "github": "https://github.com/nuxt-modules/plausible",
3795
5129
  "website": "https://github.com/nuxt-modules/plausible",
3796
5130
  "learn_more": "",
@@ -3798,12 +5132,12 @@
3798
5132
  "type": "community",
3799
5133
  "maintainers": [
3800
5134
  {
3801
- "name": "nuxt-modules",
3802
- "github": "nuxt-modules"
5135
+ "name": "Johann Schopplich",
5136
+ "github": "johannschopplich"
3803
5137
  }
3804
5138
  ],
3805
5139
  "compatibility": {
3806
- "nuxt": "^2.0.0",
5140
+ "nuxt": "^2.0.0 || ^3.0.0",
3807
5141
  "requires": {}
3808
5142
  }
3809
5143
  },
@@ -3829,9 +5163,56 @@
3829
5163
  "requires": {}
3830
5164
  }
3831
5165
  },
5166
+ {
5167
+ "name": "prepare",
5168
+ "description": "Initialization steps at build time – like Nuxt 2 server init",
5169
+ "repo": "johannschopplich/nuxt-prepare",
5170
+ "npm": "nuxt-prepare",
5171
+ "icon": "prepare.svg",
5172
+ "github": "https://github.com/johannschopplich/nuxt-prepare",
5173
+ "website": "https://nuxt-prepare.byjohann.dev",
5174
+ "learn_more": "",
5175
+ "category": "Devtools",
5176
+ "type": "3rd-party",
5177
+ "maintainers": [
5178
+ {
5179
+ "name": "Johann Schopplich",
5180
+ "github": "johannschopplich",
5181
+ "twitter": "jschopplich",
5182
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
5183
+ }
5184
+ ],
5185
+ "compatibility": {
5186
+ "nuxt": "^3.0.0",
5187
+ "requires": {}
5188
+ }
5189
+ },
5190
+ {
5191
+ "name": "primevue",
5192
+ "description": "Next Generation Vue UI Component Library",
5193
+ "repo": "primefaces/primevue-nuxt-module",
5194
+ "npm": "nuxt-primevue",
5195
+ "icon": "primevue.svg",
5196
+ "github": "https://github.com/primefaces/primevue-nuxt-module",
5197
+ "website": "https://primevue.org/",
5198
+ "learn_more": "https://primevue.org/",
5199
+ "category": "UI",
5200
+ "type": "3rd-party",
5201
+ "maintainers": [
5202
+ {
5203
+ "name": "primefaces",
5204
+ "github": "primefaces",
5205
+ "twitter": "primevue"
5206
+ }
5207
+ ],
5208
+ "compatibility": {
5209
+ "nuxt": "^3.0.0",
5210
+ "requires": {}
5211
+ }
5212
+ },
3832
5213
  {
3833
5214
  "name": "prismic",
3834
- "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
5215
+ "description": "Easily connect your Nuxt application to your content hosted on Prismic",
3835
5216
  "repo": "nuxt-modules/prismic",
3836
5217
  "npm": "@nuxtjs/prismic",
3837
5218
  "icon": "prismic.png",
@@ -3898,7 +5279,7 @@
3898
5279
  },
3899
5280
  {
3900
5281
  "name": "proxy",
3901
- "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
5282
+ "description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
3902
5283
  "repo": "nuxt-community/proxy-module",
3903
5284
  "npm": "@nuxtjs/proxy",
3904
5285
  "icon": "",
@@ -3944,7 +5325,7 @@
3944
5325
  },
3945
5326
  {
3946
5327
  "name": "purgecss",
3947
- "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
5328
+ "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
3948
5329
  "repo": "Developmint/nuxt-purgecss#main",
3949
5330
  "npm": "nuxt-purgecss",
3950
5331
  "icon": "purgecss.png",
@@ -3966,7 +5347,7 @@
3966
5347
  },
3967
5348
  {
3968
5349
  "name": "pwa",
3969
- "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
5350
+ "description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
3970
5351
  "repo": "nuxt-community/pwa-module",
3971
5352
  "npm": "@nuxtjs/pwa",
3972
5353
  "icon": "pwa.png",
@@ -3991,7 +5372,7 @@
3991
5372
  },
3992
5373
  {
3993
5374
  "name": "python",
3994
- "description": "Write Nuxt.js applications using Python",
5375
+ "description": "Write Nuxt applications using Python",
3995
5376
  "repo": "nuxt-community/python-module",
3996
5377
  "npm": "@nuxtjs/python",
3997
5378
  "icon": "python.png",
@@ -4028,6 +5409,64 @@
4028
5409
  "github": "Maiquu"
4029
5410
  }
4030
5411
  ],
5412
+ "compatibility": {
5413
+ "nuxt": "^3.0.0",
5414
+ "requires": {},
5415
+ "devtools": "^0.0.0"
5416
+ }
5417
+ },
5418
+ {
5419
+ "name": "radash",
5420
+ "description": "radash module with auto-import and custom prefix",
5421
+ "repo": "bbg/nuxt-radash",
5422
+ "npm": "nuxt-radash",
5423
+ "icon": "radash.png",
5424
+ "github": "https://github.com/bbg/nuxt-radash",
5425
+ "website": "https://github.com/bbg/nuxt-radash#readme",
5426
+ "learn_more": "https://github.com/rayepps/radash/",
5427
+ "category": "Libraries",
5428
+ "type": "3rd-party",
5429
+ "maintainers": [
5430
+ {
5431
+ "name": "Batuhan Göksu",
5432
+ "github": "bbg"
5433
+ }
5434
+ ],
5435
+ "compatibility": {
5436
+ "nuxt": "^3.0.0",
5437
+ "requires": {}
5438
+ }
5439
+ },
5440
+ {
5441
+ "name": "radix-vue",
5442
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
5443
+ "repo": "radix-vue/radix-vue",
5444
+ "npm": "radix-vue",
5445
+ "icon": "radix-vue.svg",
5446
+ "github": "https://github.com/radix-vue/radix-vue",
5447
+ "website": "https://www.radix-vue.com/",
5448
+ "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
5449
+ "category": "UI",
5450
+ "type": "3rd-party",
5451
+ "maintainers": [
5452
+ {
5453
+ "name": "Zernonia",
5454
+ "github": "zernonia",
5455
+ "twitter": "zernonia"
5456
+ },
5457
+ {
5458
+ "name": "Khairul Haaziq",
5459
+ "github": "khairulhaaziq"
5460
+ },
5461
+ {
5462
+ "name": "Mujahid Anuar",
5463
+ "github": "mujahidfa"
5464
+ },
5465
+ {
5466
+ "name": "Max",
5467
+ "github": "onmax"
5468
+ }
5469
+ ],
4031
5470
  "compatibility": {
4032
5471
  "nuxt": "^3.0.0",
4033
5472
  "requires": {}
@@ -4035,7 +5474,7 @@
4035
5474
  },
4036
5475
  {
4037
5476
  "name": "recaptcha",
4038
- "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
5477
+ "description": "Simple and easy Google reCAPTCHA module with Nuxt",
4039
5478
  "repo": "nuxt-community/recaptcha-module",
4040
5479
  "npm": "@nuxtjs/recaptcha",
4041
5480
  "icon": "recaptcha.png",
@@ -4078,9 +5517,32 @@
4078
5517
  "requires": {}
4079
5518
  }
4080
5519
  },
5520
+ {
5521
+ "name": "resend",
5522
+ "description": "Resend integration for Nuxt",
5523
+ "repo": "nhedger/nuxt-resend",
5524
+ "npm": "nuxt-resend",
5525
+ "icon": "resend.svg",
5526
+ "github": "https://github.com/nhedger/nuxt-resend",
5527
+ "website": "https://github.com/nhedger/nuxt-resend",
5528
+ "learn_more": "https://resend.com",
5529
+ "category": "Extensions",
5530
+ "type": "3rd-party",
5531
+ "maintainers": [
5532
+ {
5533
+ "name": "Nicolas Hedger",
5534
+ "github": "nhedger",
5535
+ "twitter": "nicolashedger"
5536
+ }
5537
+ ],
5538
+ "compatibility": {
5539
+ "nuxt": "^3.0.0",
5540
+ "requires": {}
5541
+ }
5542
+ },
4081
5543
  {
4082
5544
  "name": "rfg-icon",
4083
- "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
5545
+ "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
4084
5546
  "repo": "pimlie/nuxt-rfg-icon",
4085
5547
  "npm": "nuxt-rfg-icon",
4086
5548
  "icon": "real-favicon-generator.png",
@@ -4102,13 +5564,13 @@
4102
5564
  },
4103
5565
  {
4104
5566
  "name": "robots",
4105
- "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
4106
- "repo": "nuxt-community/robots-module",
5567
+ "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
5568
+ "repo": "nuxt-modules/robots",
4107
5569
  "npm": "@nuxtjs/robots",
4108
5570
  "icon": "robots.png",
4109
- "github": "https://github.com/nuxt-community/robots-module",
4110
- "website": "https://github.com/nuxt-community/robots-module",
4111
- "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
5571
+ "github": "https://github.com/nuxt-modules/robots",
5572
+ "website": "https://github.com/nuxt-modules/robots",
5573
+ "learn_more": "",
4112
5574
  "category": "SEO",
4113
5575
  "type": "community",
4114
5576
  "maintainers": [
@@ -4126,23 +5588,23 @@
4126
5588
  },
4127
5589
  {
4128
5590
  "name": "rollbar",
4129
- "description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
4130
- "repo": "gaelreyrol/nuxt-rollbar-module",
4131
- "npm": "nuxt-rollbar-module",
5591
+ "description": "Nuxt 3 module to integrate Rollbar.",
5592
+ "repo": "jairoblatt/nuxt-rollbar",
5593
+ "npm": "nuxt-rollbar",
4132
5594
  "icon": "rollbar.png",
4133
- "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
4134
- "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
5595
+ "github": "https://github.com/jairoblatt/nuxt-rollbar",
5596
+ "website": "https://github.com/jairoblatt/nuxt-rollbar",
4135
5597
  "learn_more": "https://docs.rollbar.com/docs/javascript",
4136
5598
  "category": "Monitoring",
4137
5599
  "type": "3rd-party",
4138
5600
  "maintainers": [
4139
5601
  {
4140
- "name": "Gaël Reyrol",
4141
- "github": "gaelreyrol"
5602
+ "name": "Jairo Blatt",
5603
+ "github": "jairoblatt"
4142
5604
  }
4143
5605
  ],
4144
5606
  "compatibility": {
4145
- "nuxt": "^2.0.0",
5607
+ "nuxt": "^3.0.0",
4146
5608
  "requires": {}
4147
5609
  }
4148
5610
  },
@@ -4171,7 +5633,7 @@
4171
5633
  },
4172
5634
  {
4173
5635
  "name": "router",
4174
- "description": "Nuxt.js module to use router.js instead of pages/ directory",
5636
+ "description": "Nuxt module to use router.js instead of pages/ directory",
4175
5637
  "repo": "nuxt-community/router-module",
4176
5638
  "npm": "@nuxtjs/router",
4177
5639
  "icon": "vue.png",
@@ -4219,13 +5681,13 @@
4219
5681
  },
4220
5682
  {
4221
5683
  "name": "schema-org",
4222
- "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
4223
- "repo": "vueuse/schema-org#main/packages/nuxt",
5684
+ "description": "Quick and easy Schema.org graphs.",
5685
+ "repo": "harlan-zw/nuxt-schema-org",
4224
5686
  "npm": "nuxt-schema-org",
4225
5687
  "icon": "schema-org.svg",
4226
- "github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4227
- "website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4228
- "learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
5688
+ "github": "https://github.com/harlan-zw/nuxt-schema-org",
5689
+ "website": "https://nuxtseo.com/schema-org",
5690
+ "learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
4229
5691
  "category": "SEO",
4230
5692
  "type": "3rd-party",
4231
5693
  "maintainers": [
@@ -4288,13 +5750,13 @@
4288
5750
  },
4289
5751
  {
4290
5752
  "name": "segment",
4291
- "description": "Nuxt.js module for Segment Analytics.js",
5753
+ "description": "Nuxt module for Segment Analytics.js",
4292
5754
  "repo": "dansmaculotte/nuxt-segment",
4293
5755
  "npm": "@dansmaculotte/nuxt-segment",
4294
5756
  "icon": "segment.png",
4295
5757
  "github": "https://github.com/dansmaculotte/nuxt-segment",
4296
5758
  "website": "https://github.com/dansmaculotte/nuxt-segment",
4297
- "learn_more": "https://segment.com/docs/connections/sources/catalog/Libraries/website/javascript/",
5759
+ "learn_more": "",
4298
5760
  "category": "Analytics",
4299
5761
  "type": "3rd-party",
4300
5762
  "maintainers": [
@@ -4310,10 +5772,10 @@
4310
5772
  },
4311
5773
  {
4312
5774
  "name": "sentry",
4313
- "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
5775
+ "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
4314
5776
  "repo": "nuxt-community/sentry-module",
4315
5777
  "npm": "@nuxtjs/sentry",
4316
- "icon": "sentry.png",
5778
+ "icon": "sentry.svg",
4317
5779
  "github": "https://github.com/nuxt-community/sentry-module",
4318
5780
  "website": "https://sentry.nuxtjs.org/",
4319
5781
  "learn_more": "https://sentry.io/welcome/",
@@ -4331,20 +5793,22 @@
4331
5793
  }
4332
5794
  },
4333
5795
  {
4334
- "name": "seo-kit",
4335
- "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
4336
- "repo": "harlan-zw/nuxt-seo-kit#main/layer",
4337
- "npm": "nuxt-seo-kit",
4338
- "icon": "seo-kit.svg",
4339
- "github": "https://github.com/harlan-zw/nuxt-seo-kit",
4340
- "website": "https://github.com/harlan-zw/nuxt-seo-kit",
4341
- "learn_more": "",
5796
+ "name": "seo-experiments",
5797
+ "description": "Powerful SEO DX improvements.",
5798
+ "repo": "harlan-zw/nuxt-seo-experiments",
5799
+ "npm": "nuxt-seo-experiments",
5800
+ "icon": "seo-experiments.svg",
5801
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5802
+ "website": "https://nuxtseo.com/experiments",
5803
+ "learn_more": "https://nuxtseo.com/experiments",
4342
5804
  "category": "SEO",
4343
5805
  "type": "3rd-party",
4344
5806
  "maintainers": [
4345
5807
  {
4346
- "name": "harlan-zw",
4347
- "github": "harlan-zw"
5808
+ "name": "Harlan Wilton",
5809
+ "github": "harlan-zw",
5810
+ "twitter": "harlan_zw",
5811
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
4348
5812
  }
4349
5813
  ],
4350
5814
  "compatibility": {
@@ -4365,19 +5829,41 @@
4365
5829
  "type": "3rd-party",
4366
5830
  "maintainers": [
4367
5831
  {
4368
- "name": "ihavecoke",
4369
- "github": "ihavecoke",
4370
- "avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
5832
+ "name": "ihavecoke",
5833
+ "github": "ihavecoke",
5834
+ "avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
5835
+ }
5836
+ ],
5837
+ "compatibility": {
5838
+ "nuxt": "^2.0.0",
5839
+ "requires": {}
5840
+ }
5841
+ },
5842
+ {
5843
+ "name": "seo",
5844
+ "description": "The complete SEO solution for Nuxt.",
5845
+ "repo": "harlan-zw/nuxt-seo",
5846
+ "npm": "@nuxtjs/seo",
5847
+ "icon": "nuxt.svg",
5848
+ "github": "https://github.com/harlan-zw/nuxt-seo",
5849
+ "website": "https://nuxtseo.com/",
5850
+ "learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
5851
+ "category": "SEO",
5852
+ "type": "3rd-party",
5853
+ "maintainers": [
5854
+ {
5855
+ "name": "harlan-zw",
5856
+ "github": "harlan-zw"
4371
5857
  }
4372
5858
  ],
4373
5859
  "compatibility": {
4374
- "nuxt": "^2.0.0",
5860
+ "nuxt": "^3.0.0",
4375
5861
  "requires": {}
4376
5862
  }
4377
5863
  },
4378
5864
  {
4379
5865
  "name": "seomatic-meta",
4380
- "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
5866
+ "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
4381
5867
  "repo": "ben-rogerson/nuxt-seomatic-meta",
4382
5868
  "npm": "nuxt-seomatic-meta",
4383
5869
  "icon": "seomatic.png",
@@ -4421,21 +5907,21 @@
4421
5907
  }
4422
5908
  },
4423
5909
  {
4424
- "name": "session",
4425
- "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",
4426
- "repo": "sidebase/nuxt-session",
4427
- "npm": "@sidebase/nuxt-session",
4428
- "icon": "session.png",
4429
- "github": "https://github.com/sidebase/nuxt-session",
4430
- "website": "https://github.com/sidebase/nuxt-session",
4431
- "learn_more": "https://github.com/sidebase",
4432
- "category": "Security",
5910
+ "name": "server-block",
5911
+ "description": "Use <server> tags in your Nuxt pages components.",
5912
+ "repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
5913
+ "npm": "@hebilicious/server-block-nuxt",
5914
+ "icon": "server-block.svg",
5915
+ "github": "https://github.com/Hebilicious/server-block-nuxt",
5916
+ "website": "https://github.com/Hebilicious/server-block-nuxt#readme",
5917
+ "learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
5918
+ "category": "Extensions",
4433
5919
  "type": "3rd-party",
4434
5920
  "maintainers": [
4435
5921
  {
4436
- "name": "sidebase",
4437
- "github": "sidebase",
4438
- "twitter": "sidebase_io"
5922
+ "name": "Hebilicious",
5923
+ "github": "Hebilicious",
5924
+ "twitter": "its_hebilicious"
4439
5925
  }
4440
5926
  ],
4441
5927
  "compatibility": {
@@ -4445,7 +5931,7 @@
4445
5931
  },
4446
5932
  {
4447
5933
  "name": "shopify",
4448
- "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
5934
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
4449
5935
  "repo": "Gomah/nuxt-shopify",
4450
5936
  "npm": "nuxt-shopify",
4451
5937
  "icon": "shopify.png",
@@ -4466,7 +5952,29 @@
4466
5952
  }
4467
5953
  },
4468
5954
  {
4469
- "name": "nuxt-auth",
5955
+ "name": "shuimo-ui",
5956
+ "description": "A Chinese Shuimo style component library.",
5957
+ "repo": "shuimo-design/shuimo-ui#main/plugins/nuxt",
5958
+ "npm": "@shuimo-design/shuimo-ui-nuxt",
5959
+ "icon": "shuimo-ui.svg",
5960
+ "github": "https://github.com/shuimo-design/shuimo-ui",
5961
+ "website": "https://shuimo.design",
5962
+ "learn_more": "https://github.com/shuimo-design/shuimo-ui/tree/main/plugins/nuxt",
5963
+ "category": "UI",
5964
+ "type": "3rd-party",
5965
+ "maintainers": [
5966
+ {
5967
+ "name": "higuaifan",
5968
+ "github": "higuaifan"
5969
+ }
5970
+ ],
5971
+ "compatibility": {
5972
+ "nuxt": "^3.0.0",
5973
+ "requires": {}
5974
+ }
5975
+ },
5976
+ {
5977
+ "name": "sidebase-auth",
4470
5978
  "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.",
4471
5979
  "repo": "sidebase/nuxt-auth",
4472
5980
  "npm": "@sidebase/nuxt-auth",
@@ -4512,13 +6020,13 @@
4512
6020
  },
4513
6021
  {
4514
6022
  "name": "simple-robots",
4515
- "description": "Simply manage the robots crawling your Nuxt app.",
6023
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
4516
6024
  "repo": "harlan-zw/nuxt-simple-robots",
4517
6025
  "npm": "nuxt-simple-robots",
4518
- "icon": "",
6026
+ "icon": "simple-robots.svg",
4519
6027
  "github": "https://github.com/harlan-zw/nuxt-simple-robots",
4520
- "website": "https://github.com/harlan-zw/nuxt-simple-robots",
4521
- "learn_more": "",
6028
+ "website": "https://nuxtseo.com/robots",
6029
+ "learn_more": "https://nuxtseo.com/robots",
4522
6030
  "category": "SEO",
4523
6031
  "type": "3rd-party",
4524
6032
  "maintainers": [
@@ -4535,41 +6043,23 @@
4535
6043
  }
4536
6044
  },
4537
6045
  {
4538
- "name": "simple-sitemap",
4539
- "description": "Simple, minimal sitemap.xml generation.",
4540
- "repo": "harlan-zw/nuxt-simple-sitemap",
4541
- "npm": "nuxt-simple-sitemap",
4542
- "icon": "",
4543
- "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4544
- "website": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4545
- "learn_more": "",
6046
+ "name": "sitemap",
6047
+ "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
6048
+ "repo": "nuxt-modules/sitemap",
6049
+ "npm": "@nuxtjs/sitemap",
6050
+ "icon": "simple-sitemap.svg",
6051
+ "github": "https://github.com/nuxt-modules/sitemap",
6052
+ "website": "https://nuxtseo.com/",
6053
+ "learn_more": "https://nuxtseo.com/sitemap",
4546
6054
  "category": "SEO",
4547
- "type": "3rd-party",
6055
+ "type": "community",
4548
6056
  "maintainers": [
4549
6057
  {
4550
6058
  "name": "Harlan Wilton",
4551
6059
  "github": "harlan-zw",
4552
6060
  "twitter": "harlan_zw",
4553
6061
  "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
4554
- }
4555
- ],
4556
- "compatibility": {
4557
- "nuxt": "^3.0.0",
4558
- "requires": {}
4559
- }
4560
- },
4561
- {
4562
- "name": "sitemap",
4563
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
4564
- "repo": "nuxt-community/sitemap-module#dev",
4565
- "npm": "@nuxtjs/sitemap",
4566
- "icon": "",
4567
- "github": "https://github.com/nuxt-community/sitemap-module#dev",
4568
- "website": "https://sitemap.nuxtjs.org",
4569
- "learn_more": "",
4570
- "category": "SEO",
4571
- "type": "community",
4572
- "maintainers": [
6062
+ },
4573
6063
  {
4574
6064
  "name": "Nicolas PENNEC",
4575
6065
  "github": "NicoPennec",
@@ -4577,7 +6067,7 @@
4577
6067
  }
4578
6068
  ],
4579
6069
  "compatibility": {
4580
- "nuxt": "^2.0.0",
6070
+ "nuxt": "^3.0.0",
4581
6071
  "requires": {}
4582
6072
  }
4583
6073
  },
@@ -4605,7 +6095,7 @@
4605
6095
  },
4606
6096
  {
4607
6097
  "name": "snipcart",
4608
- "description": "Snipcart integration module for Nuxt.js",
6098
+ "description": "Snipcart integration module for Nuxt",
4609
6099
  "repo": "nuxt-modules/snipcart",
4610
6100
  "npm": "@nuxtjs/snipcart",
4611
6101
  "icon": "snipcart.png",
@@ -4628,7 +6118,7 @@
4628
6118
  },
4629
6119
  {
4630
6120
  "name": "social-meta",
4631
- "description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
6121
+ "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
4632
6122
  "repo": "AlekseyPleshkov/nuxt-social-meta",
4633
6123
  "npm": "nuxt-social-meta",
4634
6124
  "icon": "",
@@ -4750,7 +6240,7 @@
4750
6240
  },
4751
6241
  {
4752
6242
  "name": "storage",
4753
- "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
6243
+ "description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
4754
6244
  "repo": "mazipan/nuxt-storage",
4755
6245
  "npm": "nuxt-storage",
4756
6246
  "icon": "",
@@ -4772,7 +6262,7 @@
4772
6262
  },
4773
6263
  {
4774
6264
  "name": "storefront-ui",
4775
- "description": "Storefront UI Module for Nuxt.js",
6265
+ "description": "Storefront UI Module for Nuxt",
4776
6266
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
4777
6267
  "npm": "@storefront-ui/nuxt",
4778
6268
  "icon": "storefront-ui.svg",
@@ -4816,8 +6306,8 @@
4816
6306
  },
4817
6307
  {
4818
6308
  "name": "storyblok",
4819
- "description": "Storyblok Nuxt.js module",
4820
- "repo": "storyblok/storyblok-nuxt#master/lib",
6309
+ "description": "Storyblok Nuxt module",
6310
+ "repo": "storyblok/storyblok-nuxt#main",
4821
6311
  "npm": "@storyblok/nuxt",
4822
6312
  "icon": "storyblok.png",
4823
6313
  "github": "https://github.com/storyblok/storyblok-nuxt",
@@ -4833,46 +6323,43 @@
4833
6323
  ],
4834
6324
  "compatibility": {
4835
6325
  "nuxt": "^2.0.0 || ^3.0.0",
4836
- "requires": {}
6326
+ "requires": {},
6327
+ "devtools": "^0.0.0"
4837
6328
  }
4838
6329
  },
4839
6330
  {
4840
6331
  "name": "storybook",
4841
- "description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
4842
- "repo": "nuxt-community/storybook",
6332
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
6333
+ "repo": "nuxt-modules/storybook",
4843
6334
  "npm": "@nuxtjs/storybook",
4844
6335
  "icon": "storybook.png",
4845
- "github": "https://github.com/nuxt-community/storybook",
6336
+ "github": "https://github.com/nuxt-modules/storybook",
4846
6337
  "website": "https://storybook.nuxtjs.org",
4847
- "learn_more": "https://storybook.js.org/",
6338
+ "learn_more": "https://github.com/storybook-vue/storybook-nuxt",
4848
6339
  "category": "Devtools",
4849
6340
  "type": "community",
4850
6341
  "maintainers": [
4851
6342
  {
4852
- "name": "Ahad Birang",
4853
- "github": "farnabaz",
4854
- "twitter": "a_birang"
4855
- },
4856
- {
4857
- "name": "Pooya Parsa",
4858
- "github": "pi0",
4859
- "twitter": "_pi0_"
6343
+ "name": "Chakir QATAB",
6344
+ "github": "chakAs3",
6345
+ "twitter": "ChakirQatab"
4860
6346
  }
4861
6347
  ],
4862
6348
  "compatibility": {
4863
- "nuxt": "^2.0.0",
6349
+ "nuxt": "^2.0.0 || ^3.0.0",
4864
6350
  "requires": {
4865
6351
  "bridge": "optional"
4866
- }
6352
+ },
6353
+ "devtools": "^0.7.2"
4867
6354
  }
4868
6355
  },
4869
6356
  {
4870
6357
  "name": "strapi",
4871
6358
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
4872
- "repo": "nuxt-community/strapi-module",
6359
+ "repo": "nuxt-modules/strapi",
4873
6360
  "npm": "@nuxtjs/strapi",
4874
6361
  "icon": "strapi.png",
4875
- "github": "https://github.com/nuxt-community/strapi-module",
6362
+ "github": "https://github.com/nuxt-modules/strapi",
4876
6363
  "website": "https://strapi.nuxtjs.org",
4877
6364
  "learn_more": "https://strapi.io/",
4878
6365
  "category": "CMS",
@@ -4893,7 +6380,34 @@
4893
6380
  "nuxt": "^2.0.0 || ^3.0.0",
4894
6381
  "requires": {
4895
6382
  "bridge": true
6383
+ },
6384
+ "devtools": "^0.0.0"
6385
+ }
6386
+ },
6387
+ {
6388
+ "name": "stripe-next",
6389
+ "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.",
6390
+ "repo": "fuentesloic/nuxt-stripe",
6391
+ "npm": "@unlok-co/nuxt-stripe",
6392
+ "icon": "stripe.png",
6393
+ "github": "https://github.com/fuentesloic/nuxt-stripe",
6394
+ "website": "https://github.com/fuentesloic/nuxt-stripe",
6395
+ "learn_more": "https://stripe.com/docs",
6396
+ "category": "Payment",
6397
+ "type": "3rd-party",
6398
+ "maintainers": [
6399
+ {
6400
+ "name": "Loic Fuentes",
6401
+ "github": "fuentesloic"
6402
+ },
6403
+ {
6404
+ "name": "Florent Giraud",
6405
+ "github": "flozero"
4896
6406
  }
6407
+ ],
6408
+ "compatibility": {
6409
+ "nuxt": "^3.0.0",
6410
+ "requires": {}
4897
6411
  }
4898
6412
  },
4899
6413
  {
@@ -4918,6 +6432,36 @@
4918
6432
  "requires": {}
4919
6433
  }
4920
6434
  },
6435
+ {
6436
+ "name": "studio",
6437
+ "description": "A new experience to build content-driven website with Nuxt.",
6438
+ "repo": "nuxtlabs/studio-module",
6439
+ "npm": "@nuxthq/studio",
6440
+ "icon": "studio.svg",
6441
+ "github": "https://github.com/nuxtlabs/studio-module",
6442
+ "website": "https://nuxt.studio",
6443
+ "learn_more": "https://nuxt.studio",
6444
+ "category": "CMS",
6445
+ "type": "3rd-party",
6446
+ "maintainers": [
6447
+ {
6448
+ "name": "Ahad Birang",
6449
+ "github": "farnabaz",
6450
+ "twitter": "a_birang"
6451
+ },
6452
+ {
6453
+ "name": "Sébastien Chopin",
6454
+ "github": "Atinux",
6455
+ "twitter": "Atinux"
6456
+ }
6457
+ ],
6458
+ "compatibility": {
6459
+ "nuxt": "^3.0.0",
6460
+ "requires": {
6461
+ "content": true
6462
+ }
6463
+ }
6464
+ },
4921
6465
  {
4922
6466
  "name": "style-resources",
4923
6467
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
@@ -4943,7 +6487,7 @@
4943
6487
  },
4944
6488
  {
4945
6489
  "name": "stylelint",
4946
- "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
6490
+ "description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
4947
6491
  "repo": "nuxt-community/stylelint-module",
4948
6492
  "npm": "@nuxtjs/stylelint-module",
4949
6493
  "icon": "stylelint.png",
@@ -4989,10 +6533,10 @@
4989
6533
  {
4990
6534
  "name": "supabase",
4991
6535
  "description": "First class integration with Supabase",
4992
- "repo": "nuxt-community/supabase-module",
6536
+ "repo": "nuxt-modules/supabase",
4993
6537
  "npm": "@nuxtjs/supabase",
4994
6538
  "icon": "supabase.png",
4995
- "github": "https://github.com/nuxt-community/supabase-module",
6539
+ "github": "https://github.com/nuxt-modules/supabase",
4996
6540
  "website": "https://supabase.nuxtjs.org",
4997
6541
  "learn_more": "https://supabase.com",
4998
6542
  "category": "Database",
@@ -5043,12 +6587,12 @@
5043
6587
  },
5044
6588
  {
5045
6589
  "name": "svg-sprite",
5046
- "description": "Optimized and Easy way to use svg files in Nuxt.js",
5047
- "repo": "nuxt-community/svg-sprite-module",
6590
+ "description": "Optimized and Easy way to use svg files in Nuxt",
6591
+ "repo": "nuxt-modules/svg-sprite",
5048
6592
  "npm": "@nuxtjs/svg-sprite",
5049
6593
  "icon": "",
5050
- "github": "https://github.com/nuxt-community/svg-sprite-module",
5051
- "website": "https://github.com/nuxt-community/svg-sprite-module",
6594
+ "github": "https://github.com/nuxt-modules/svg-sprite",
6595
+ "website": "https://github.com/nuxt-modules/svg-sprite",
5052
6596
  "learn_more": "",
5053
6597
  "category": "UI",
5054
6598
  "type": "community",
@@ -5060,13 +6604,13 @@
5060
6604
  }
5061
6605
  ],
5062
6606
  "compatibility": {
5063
- "nuxt": "^2.0.0",
6607
+ "nuxt": "^2.0.0 || ^3.0.0",
5064
6608
  "requires": {}
5065
6609
  }
5066
6610
  },
5067
6611
  {
5068
6612
  "name": "svg",
5069
- "description": "Super simple svg loading module for Nuxt.js",
6613
+ "description": "Super simple svg loading module for Nuxt",
5070
6614
  "repo": "nuxt-community/svg-module",
5071
6615
  "npm": "@nuxtjs/svg",
5072
6616
  "icon": "",
@@ -5108,9 +6652,33 @@
5108
6652
  "requires": {}
5109
6653
  }
5110
6654
  },
6655
+ {
6656
+ "name": "swiftsearch",
6657
+ "description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
6658
+ "repo": "atoms-studio/nuxt-swiftsearch",
6659
+ "npm": "@atoms-studio/nuxt-swiftsearch",
6660
+ "icon": "nuxt-swiftsearch.svg",
6661
+ "github": "https://github.com/atoms-studio/nuxt-swiftsearch",
6662
+ "website": "https://nuxt-swiftsearch.netlify.app/",
6663
+ "learn_more": "",
6664
+ "category": "Libraries",
6665
+ "type": "3rd-party",
6666
+ "maintainers": [
6667
+ {
6668
+ "name": "Matteo Rigoni",
6669
+ "github": "rigo-m",
6670
+ "twitter": "MatteoRigoni",
6671
+ "avatar": "https://avatars.githubusercontent.com/rigo-m?v=4"
6672
+ }
6673
+ ],
6674
+ "compatibility": {
6675
+ "nuxt": "^3.10.0",
6676
+ "requires": {}
6677
+ }
6678
+ },
5111
6679
  {
5112
6680
  "name": "swiper",
5113
- "description": "Nuxt.js module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
6681
+ "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
5114
6682
  "repo": "cpreston321/nuxt-swiper",
5115
6683
  "npm": "nuxt-swiper",
5116
6684
  "icon": "swiper.svg",
@@ -5156,10 +6724,10 @@
5156
6724
  {
5157
6725
  "name": "tailwindcss",
5158
6726
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5159
- "repo": "nuxt-community/tailwindcss-module",
6727
+ "repo": "nuxt-modules/tailwindcss",
5160
6728
  "npm": "@nuxtjs/tailwindcss",
5161
6729
  "icon": "tailwindcss.png",
5162
- "github": "https://github.com/nuxt-community/tailwindcss-module",
6730
+ "github": "https://github.com/nuxt-modules/tailwindcss",
5163
6731
  "website": "https://tailwindcss.nuxtjs.org",
5164
6732
  "learn_more": "https://tailwindcss.com/",
5165
6733
  "category": "UI",
@@ -5169,10 +6737,46 @@
5169
6737
  "name": "Sébastien Chopin",
5170
6738
  "github": "Atinux",
5171
6739
  "twitter": "Atinux"
6740
+ },
6741
+ {
6742
+ "name": "Inesh Bose",
6743
+ "github": "ineshbose"
5172
6744
  }
5173
6745
  ],
5174
6746
  "compatibility": {
5175
6747
  "nuxt": "^2.0.0 || ^3.0.0",
6748
+ "requires": {},
6749
+ "devtools": "^0.0.0"
6750
+ },
6751
+ "aliases": [
6752
+ "tailwind"
6753
+ ]
6754
+ },
6755
+ {
6756
+ "name": "test-utils",
6757
+ "description": "Test utilities for Nuxt",
6758
+ "repo": "nuxt/test-utils#main",
6759
+ "npm": "@nuxt/test-utils",
6760
+ "icon": "nuxt.svg",
6761
+ "github": "https://github.com/nuxt/test-utils",
6762
+ "website": "https://nuxt.com/docs/getting-started/testing",
6763
+ "learn_more": "",
6764
+ "category": "Devtools",
6765
+ "type": "official",
6766
+ "maintainers": [
6767
+ {
6768
+ "name": "Daniel Roe",
6769
+ "github": "danielroe",
6770
+ "twitter": "danielcroe"
6771
+ },
6772
+ {
6773
+ "name": "Anthony Fu",
6774
+ "github": "antfu",
6775
+ "twitter": "antfu7"
6776
+ }
6777
+ ],
6778
+ "compatibility": {
6779
+ "nuxt": "^3.0.0",
5176
6780
  "requires": {}
5177
6781
  }
5178
6782
  },
@@ -5199,9 +6803,53 @@
5199
6803
  "requires": {}
5200
6804
  }
5201
6805
  },
6806
+ {
6807
+ "name": "time",
6808
+ "description": "Safely render local dates and times on the server with Nuxt",
6809
+ "repo": "danielroe/nuxt-time",
6810
+ "npm": "nuxt-time",
6811
+ "icon": "",
6812
+ "github": "https://github.com/danielroe/nuxt-time",
6813
+ "website": "https://github.com/danielroe/nuxt-time",
6814
+ "learn_more": "",
6815
+ "category": "Extensions",
6816
+ "type": "3rd-party",
6817
+ "maintainers": [
6818
+ {
6819
+ "name": "danielroe",
6820
+ "github": "danielroe"
6821
+ }
6822
+ ],
6823
+ "compatibility": {
6824
+ "nuxt": "^3.0.0",
6825
+ "requires": {}
6826
+ }
6827
+ },
6828
+ {
6829
+ "name": "tiptap",
6830
+ "description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
6831
+ "repo": "modbender/nuxt-tiptap-editor",
6832
+ "npm": "nuxt-tiptap-editor",
6833
+ "icon": "tiptap.png",
6834
+ "github": "https://github.com/modbender/nuxt-tiptap-editor",
6835
+ "website": "https://nuxt-tiptap-editor.vercel.app",
6836
+ "learn_more": "https://nuxt-tiptap-editor.vercel.app",
6837
+ "category": "Libraries",
6838
+ "type": "3rd-party",
6839
+ "maintainers": [
6840
+ {
6841
+ "name": "modbender",
6842
+ "github": "modbender"
6843
+ }
6844
+ ],
6845
+ "compatibility": {
6846
+ "nuxt": "^3.0.0",
6847
+ "requires": {}
6848
+ }
6849
+ },
5202
6850
  {
5203
6851
  "name": "toast",
5204
- "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
6852
+ "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
5205
6853
  "repo": "nuxt-community/modules#master/packages/toast",
5206
6854
  "npm": "@nuxtjs/toast",
5207
6855
  "icon": "",
@@ -5222,6 +6870,83 @@
5222
6870
  "requires": {}
5223
6871
  }
5224
6872
  },
6873
+ {
6874
+ "name": "tradingview",
6875
+ "description": "Use the TradingView Widgets in your Nuxt Application",
6876
+ "repo": "volkanakkus/nuxt-tradingview",
6877
+ "npm": "nuxt-tradingview",
6878
+ "icon": "tradingview.svg",
6879
+ "github": "https://github.com/volkanakkus/nuxt-tradingview",
6880
+ "website": "https://nuxt-tradingview.volkanakkus.com",
6881
+ "learn_more": "https://nuxt-tradingview.volkanakkus.com/documentation/getting-started/setup",
6882
+ "category": "Extensions",
6883
+ "type": "3rd-party",
6884
+ "maintainers": [
6885
+ {
6886
+ "name": "Volkan Akkuş",
6887
+ "github": "volkanakkus"
6888
+ }
6889
+ ],
6890
+ "compatibility": {
6891
+ "nuxt": "^3.0.0",
6892
+ "requires": {}
6893
+ }
6894
+ },
6895
+ {
6896
+ "name": "translation-manager",
6897
+ "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
6898
+ "repo": "samk-dev/nuxt-translation-manager",
6899
+ "npm": "nuxt-translation-manager",
6900
+ "icon": "translation-manager.png",
6901
+ "github": "https://github.com/samk-dev/nuxt-translation-manager",
6902
+ "website": "https://github.com/samk-dev/nuxt-translation-manager",
6903
+ "learn_more": "",
6904
+ "category": "Extensions",
6905
+ "type": "3rd-party",
6906
+ "maintainers": [
6907
+ {
6908
+ "name": "Sam K",
6909
+ "github": "samk-dev"
6910
+ }
6911
+ ],
6912
+ "compatibility": {
6913
+ "nuxt": "^3.0.0",
6914
+ "requires": {}
6915
+ }
6916
+ },
6917
+ {
6918
+ "name": "tresjs",
6919
+ "description": "Create 3D experiences in your Nuxt application using TresJS.",
6920
+ "repo": "tresjs/nuxt",
6921
+ "npm": "@tresjs/nuxt",
6922
+ "icon": "tresjs.svg",
6923
+ "github": "https://github.com/Tresjs/nuxt",
6924
+ "website": "https://tresjs.org/guide/nuxt.html",
6925
+ "learn_more": "https://tresjs.org/",
6926
+ "category": "Libraries",
6927
+ "type": "3rd-party",
6928
+ "maintainers": [
6929
+ {
6930
+ "name": "Alvaro Saburido",
6931
+ "github": "alvarosabu",
6932
+ "twitter": "alvarosabu"
6933
+ },
6934
+ {
6935
+ "name": "Jaime Torrealba",
6936
+ "github": "JaimeTorrealba",
6937
+ "twitter": "jaimebboyjt"
6938
+ },
6939
+ {
6940
+ "name": "Tino Koch",
6941
+ "github": "Tinoooo",
6942
+ "twitter": "ichbintino"
6943
+ }
6944
+ ],
6945
+ "compatibility": {
6946
+ "nuxt": "^3.0.0",
6947
+ "requires": {}
6948
+ }
6949
+ },
5225
6950
  {
5226
6951
  "name": "turnstile",
5227
6952
  "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
@@ -5249,7 +6974,7 @@
5249
6974
  },
5250
6975
  {
5251
6976
  "name": "twa",
5252
- "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
6977
+ "description": "Nuxt module for generating Trusted Web App from Nuxt app",
5253
6978
  "repo": "tuarrep/nuxt-twa",
5254
6979
  "npm": "nuxt-twa",
5255
6980
  "icon": "",
@@ -5271,6 +6996,28 @@
5271
6996
  }
5272
6997
  }
5273
6998
  },
6999
+ {
7000
+ "name": "twemoji",
7001
+ "description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
7002
+ "repo": "yizack/nuxt-twemoji",
7003
+ "npm": "nuxt-twemoji",
7004
+ "icon": "twemoji.svg",
7005
+ "github": "https://github.com/Yizack/nuxt-twemoji",
7006
+ "website": "https://github.com/Yizack/nuxt-twemoji",
7007
+ "learn_more": "",
7008
+ "category": "UI",
7009
+ "type": "3rd-party",
7010
+ "maintainers": [
7011
+ {
7012
+ "name": "Yizack Rangel",
7013
+ "github": "yizack"
7014
+ }
7015
+ ],
7016
+ "compatibility": {
7017
+ "nuxt": "^3.0.0",
7018
+ "requires": {}
7019
+ }
7020
+ },
5274
7021
  {
5275
7022
  "name": "twicpics",
5276
7023
  "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
@@ -5400,18 +7147,75 @@
5400
7147
  "github": "kevinmarrec"
5401
7148
  },
5402
7149
  {
5403
- "name": "Pooya Parsa",
5404
- "github": "pi0",
5405
- "twitter": "_pi0_"
7150
+ "name": "Pooya Parsa",
7151
+ "github": "pi0",
7152
+ "twitter": "_pi0_"
7153
+ },
7154
+ {
7155
+ "name": "Daniel Roe",
7156
+ "github": "danielroe",
7157
+ "twitter": "danielcroe"
7158
+ }
7159
+ ],
7160
+ "compatibility": {
7161
+ "nuxt": "^2.0.0",
7162
+ "requires": {}
7163
+ }
7164
+ },
7165
+ {
7166
+ "name": "typo3",
7167
+ "description": "TYPO3 Headless Frontend Rendering module",
7168
+ "repo": "TYPO3-Headless/nuxt-typo3",
7169
+ "npm": "@t3headless/nuxt-typo3",
7170
+ "icon": "typo3.svg",
7171
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
7172
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
7173
+ "learn_more": "https://github.com/TYPO3-Headless",
7174
+ "category": "CMS",
7175
+ "type": "3rd-party",
7176
+ "maintainers": [
7177
+ {
7178
+ "name": "Macopedia",
7179
+ "github": "macopedia",
7180
+ "twitter": "macopediapl"
7181
+ }
7182
+ ],
7183
+ "compatibility": {
7184
+ "nuxt": "^2.0.0 || ^3.0.0",
7185
+ "requires": {},
7186
+ "devtools": "^0.0.0"
7187
+ }
7188
+ },
7189
+ {
7190
+ "name": "ui",
7191
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
7192
+ "repo": "nuxt/ui#dev",
7193
+ "npm": "@nuxt/ui",
7194
+ "icon": "nuxt.svg",
7195
+ "github": "https://github.com/nuxt/ui",
7196
+ "website": "https://ui.nuxt.com",
7197
+ "learn_more": "",
7198
+ "category": "UI",
7199
+ "type": "official",
7200
+ "maintainers": [
7201
+ {
7202
+ "name": "Benjamin Canac",
7203
+ "github": "benjamincanac",
7204
+ "twitter": "benjamincanac"
7205
+ },
7206
+ {
7207
+ "name": "Sebastien Chopin",
7208
+ "github": "Atinux",
7209
+ "twitter": "Atinux"
5406
7210
  },
5407
7211
  {
5408
- "name": "Daniel Roe",
5409
- "github": "danielroe",
5410
- "twitter": "danielcroe"
7212
+ "name": "Sylvain Marroufin",
7213
+ "github": "smarroufin",
7214
+ "twitter": "smarroufin"
5411
7215
  }
5412
7216
  ],
5413
7217
  "compatibility": {
5414
- "nuxt": "^2.0.0",
7218
+ "nuxt": "^3.0.0",
5415
7219
  "requires": {}
5416
7220
  }
5417
7221
  },
@@ -5439,31 +7243,9 @@
5439
7243
  }
5440
7244
  }
5441
7245
  },
5442
- {
5443
- "name": "unhead",
5444
- "description": "Experimental features for Nuxt SEO / head management.",
5445
- "repo": "harlan-zw/nuxt-unhead",
5446
- "npm": "nuxt-unhead",
5447
- "icon": "",
5448
- "github": "https://github.com/harlan-zw/nuxt-unhead",
5449
- "website": "https://github.com/harlan-zw/nuxt-unhead",
5450
- "learn_more": "",
5451
- "category": "SEO",
5452
- "type": "3rd-party",
5453
- "maintainers": [
5454
- {
5455
- "name": "harlan-zw",
5456
- "github": "harlan-zw"
5457
- }
5458
- ],
5459
- "compatibility": {
5460
- "nuxt": "^3.0.0",
5461
- "requires": {}
5462
- }
5463
- },
5464
7246
  {
5465
7247
  "name": "universal-storage",
5466
- "description": "Universal Storage Utilities for Nuxt.js",
7248
+ "description": "Universal Storage Utilities for Nuxt",
5467
7249
  "repo": "nuxt-community/universal-storage-module",
5468
7250
  "npm": "@nuxtjs/universal-storage",
5469
7251
  "icon": "",
@@ -5490,40 +7272,36 @@
5490
7272
  }
5491
7273
  },
5492
7274
  {
5493
- "name": "unlighthouse",
5494
- "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
5495
- "repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
5496
- "npm": "@unlighthouse/nuxt",
5497
- "icon": "unlighthouse.svg",
5498
- "github": "https://github.com/harlan-zw/unlighthouse",
5499
- "website": "https://github.com/harlan-zw/unlighthouse",
5500
- "learn_more": "https://github.com/harlan-zw/unlighthouse",
5501
- "category": "Devtools",
7275
+ "name": "unlazy",
7276
+ "description": "Lazy loading library for placeholder images",
7277
+ "repo": "johannschopplich/unlazy#main/packages/nuxt",
7278
+ "npm": "@unlazy/nuxt",
7279
+ "icon": "unlazy.svg",
7280
+ "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
7281
+ "website": "https://unlazy.byjohann.dev/",
7282
+ "learn_more": "",
7283
+ "category": "Images",
5502
7284
  "type": "3rd-party",
5503
7285
  "maintainers": [
5504
7286
  {
5505
- "name": "Harlan Wilton",
5506
- "github": "harlan-zw",
5507
- "twitter": "harlan_zw",
5508
- "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
7287
+ "name": "Johann Schopplich",
7288
+ "github": "johannschopplich"
5509
7289
  }
5510
7290
  ],
5511
7291
  "compatibility": {
5512
- "nuxt": "^2.0.0 || ^3.0.0",
5513
- "requires": {
5514
- "bridge": "optional"
5515
- }
7292
+ "nuxt": "^3.0.0",
7293
+ "requires": {}
5516
7294
  }
5517
7295
  },
5518
7296
  {
5519
7297
  "name": "unocss",
5520
7298
  "description": "The instant on-demand atomic CSS engine.",
5521
- "repo": "antfu/unocss#main/packages/nuxt",
7299
+ "repo": "unocss/unocss#main/packages/nuxt",
5522
7300
  "npm": "@unocss/nuxt",
5523
7301
  "icon": "unocss.svg",
5524
- "github": "https://github.com/antfu/unocss",
5525
- "website": "https://github.com/antfu/unocss",
5526
- "learn_more": "https://github.com/antfu/unocss",
7302
+ "github": "https://github.com/unocss/unocss",
7303
+ "website": "https://github.com/unocss/unocss",
7304
+ "learn_more": "https://github.com/unocss/unocss",
5527
7305
  "category": "UI",
5528
7306
  "type": "3rd-party",
5529
7307
  "maintainers": [
@@ -5538,7 +7316,8 @@
5538
7316
  "nuxt": "^2.0.0 || ^3.0.0",
5539
7317
  "requires": {
5540
7318
  "bridge": "optional"
5541
- }
7319
+ },
7320
+ "devtools": "^0.0.0"
5542
7321
  }
5543
7322
  },
5544
7323
  {
@@ -5548,8 +7327,8 @@
5548
7327
  "npm": "nuxt-ununura",
5549
7328
  "icon": "ununuracss.png",
5550
7329
  "github": "https://github.com/novout/ununuracss",
5551
- "website": "https://ununura.com/#/",
5552
- "learn_more": "https://ununura.com/#/docs/why",
7330
+ "website": "https://github.com/novout/ununuracss",
7331
+ "learn_more": "https://github.com/novout/ununuracss",
5553
7332
  "category": "UI",
5554
7333
  "type": "3rd-party",
5555
7334
  "maintainers": [
@@ -5565,42 +7344,66 @@
5565
7344
  }
5566
7345
  },
5567
7346
  {
5568
- "name": "user-agent",
5569
- "description": "Nuxt.js module for handling User-Agent.",
5570
- "repo": "fukuiretu/nuxt-user-agent",
5571
- "npm": "nuxt-user-agent",
5572
- "icon": "",
5573
- "github": "https://github.com/fukuiretu/nuxt-user-agent",
5574
- "website": "https://github.com/fukuiretu/nuxt-user-agent",
5575
- "learn_more": "",
5576
- "category": "Extensions",
7347
+ "name": "use-bootstrap",
7348
+ "description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
7349
+ "repo": "simplise/use-bootstrap",
7350
+ "npm": "usebootstrap",
7351
+ "icon": "use-bootstrap.svg",
7352
+ "github": "https://github.com/simplise/use-bootstrap",
7353
+ "website": "https://usebootstrap.org/",
7354
+ "learn_more": "https://usebootstrap.org/",
7355
+ "category": "UI",
5577
7356
  "type": "3rd-party",
5578
7357
  "maintainers": [
5579
7358
  {
5580
- "name": "fukuiretu",
5581
- "github": "fukuiretu"
7359
+ "name": "KoujiSano",
7360
+ "github": "KoujiSano"
5582
7361
  }
5583
7362
  ],
5584
7363
  "compatibility": {
5585
- "nuxt": "^2.0.0",
7364
+ "nuxt": "^3.0.0",
5586
7365
  "requires": {}
5587
7366
  }
5588
7367
  },
5589
7368
  {
5590
- "name": "validate",
5591
- "description": "Simple Nuxt input validation module using vee-validate",
5592
- "repo": "lewyuburi/nuxt-validate",
5593
- "npm": "nuxt-validate",
5594
- "icon": "vee-validate.png",
5595
- "github": "https://github.com/lewyuburi/nuxt-validate",
5596
- "website": "https://github.com/lewyuburi/nuxt-validate",
5597
- "learn_more": "https://logaretm.github.io/vee-validate/",
5598
- "category": "Libraries",
7369
+ "name": "use-wagmi",
7370
+ "description": "Vue Composition for Ethereum based on wagmi",
7371
+ "repo": "unicape/use-wagmi#main/packages/nuxt",
7372
+ "npm": "@use-wagmi/nuxt",
7373
+ "icon": "use-wagmi.png",
7374
+ "github": "https://github.com/unicape/use-wagmi",
7375
+ "website": "https://github.com/unicape/use-wagmi",
7376
+ "learn_more": "https://github.com/unicape/use-wagmi",
7377
+ "category": "Extensions",
7378
+ "type": "3rd-party",
7379
+ "maintainers": [
7380
+ {
7381
+ "name": "Unic Ape",
7382
+ "github": "unicape"
7383
+ }
7384
+ ],
7385
+ "compatibility": {
7386
+ "nuxt": "^2.0.0 || ^3.0.0",
7387
+ "requires": {
7388
+ "bridge": true
7389
+ }
7390
+ }
7391
+ },
7392
+ {
7393
+ "name": "user-agent",
7394
+ "description": "Nuxt module for handling User-Agent.",
7395
+ "repo": "fukuiretu/nuxt-user-agent",
7396
+ "npm": "nuxt-user-agent",
7397
+ "icon": "",
7398
+ "github": "https://github.com/fukuiretu/nuxt-user-agent",
7399
+ "website": "https://github.com/fukuiretu/nuxt-user-agent",
7400
+ "learn_more": "",
7401
+ "category": "Extensions",
5599
7402
  "type": "3rd-party",
5600
7403
  "maintainers": [
5601
7404
  {
5602
- "name": "lewyuburi",
5603
- "github": "lewyuburi"
7405
+ "name": "fukuiretu",
7406
+ "github": "fukuiretu"
5604
7407
  }
5605
7408
  ],
5606
7409
  "compatibility": {
@@ -5656,9 +7459,31 @@
5656
7459
  }
5657
7460
  }
5658
7461
  },
7462
+ {
7463
+ "name": "vcalendar",
7464
+ "description": "VCalendar module for Nuxt",
7465
+ "repo": "samk-dev/nuxt-vcalendar",
7466
+ "npm": "@samk-dev/nuxt-vcalendar",
7467
+ "icon": "vcalendar.png",
7468
+ "github": "https://github.com/samk-dev/nuxt-vcalendar",
7469
+ "website": "https://github.com/samk-dev/nuxt-vcalendar",
7470
+ "learn_more": "",
7471
+ "category": "Libraries",
7472
+ "type": "3rd-party",
7473
+ "maintainers": [
7474
+ {
7475
+ "name": "Sam K",
7476
+ "github": "samk-dev"
7477
+ }
7478
+ ],
7479
+ "compatibility": {
7480
+ "nuxt": "^3.0.0",
7481
+ "requires": {}
7482
+ }
7483
+ },
5659
7484
  {
5660
7485
  "name": "vee-validate",
5661
- "description": "Painless Vue forms for Nuxt.js",
7486
+ "description": "Painless Vue forms for Nuxt",
5662
7487
  "repo": "logaretm/vee-validate#main/packages/nuxt",
5663
7488
  "npm": "@vee-validate/nuxt",
5664
7489
  "icon": "vee-validate.png",
@@ -5701,9 +7526,54 @@
5701
7526
  "requires": {}
5702
7527
  }
5703
7528
  },
7529
+ {
7530
+ "name": "vercel-analytics",
7531
+ "description": "Vercel Analytics integration for Nuxt",
7532
+ "repo": "xanderbarkhatov/nuxt-vercel-analytics",
7533
+ "npm": "nuxt-vercel-analytics",
7534
+ "icon": "",
7535
+ "github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
7536
+ "website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
7537
+ "learn_more": "https://vercel.com/docs/concepts/analytics",
7538
+ "category": "Analytics",
7539
+ "type": "3rd-party",
7540
+ "maintainers": [
7541
+ {
7542
+ "name": "Alexander B.",
7543
+ "github": "xanderbarkhatov"
7544
+ }
7545
+ ],
7546
+ "compatibility": {
7547
+ "nuxt": "^3.0.0",
7548
+ "requires": {}
7549
+ }
7550
+ },
7551
+ {
7552
+ "name": "vexip-ui",
7553
+ "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
7554
+ "repo": "vexip-ui/nuxt",
7555
+ "npm": "@vexip-ui/nuxt",
7556
+ "icon": "vexip-ui.svg",
7557
+ "github": "https://github.com/vexip-ui/vexip-ui",
7558
+ "website": "https://www.vexipui.com/",
7559
+ "learn_more": "https://github.com/vexip-ui/nuxt",
7560
+ "category": "UI",
7561
+ "type": "3rd-party",
7562
+ "maintainers": [
7563
+ {
7564
+ "name": "未觉雨声",
7565
+ "github": "qmhc",
7566
+ "twitter": "qmhc95"
7567
+ }
7568
+ ],
7569
+ "compatibility": {
7570
+ "nuxt": "^3.0.0",
7571
+ "requires": {}
7572
+ }
7573
+ },
5704
7574
  {
5705
7575
  "name": "vite-pwa-nuxt",
5706
- "description": "Zero-config PWA Plugin for Nuxt 3",
7576
+ "description": "Zero-config PWA Plugin for Nuxt",
5707
7577
  "repo": "vite-pwa/nuxt",
5708
7578
  "npm": "@vite-pwa/nuxt",
5709
7579
  "icon": "vite-pwa-nuxt.svg",
@@ -5730,24 +7600,52 @@
5730
7600
  }
5731
7601
  },
5732
7602
  {
5733
- "name": "vitest",
5734
- "description": "Vitest integration with Nuxt",
5735
- "repo": "danielroe/nuxt-vitest#main",
5736
- "npm": "nuxt-vitest",
5737
- "icon": "vitest.svg",
5738
- "github": "https://github.com/danielroe/nuxt-vitest",
5739
- "website": "https://github.com/danielroe/nuxt-vitest",
5740
- "learn_more": "",
5741
- "category": "Extensions",
7603
+ "name": "vue-email",
7604
+ "description": "💌 Write email templates with vue",
7605
+ "repo": "vue-email/nuxt",
7606
+ "npm": "@vue-email/nuxt",
7607
+ "icon": "vue-email.svg",
7608
+ "github": "https://github.com/vue-email/nuxt",
7609
+ "website": "https://vuemail.net/",
7610
+ "learn_more": "https://vuemail.net/ssr/nuxt",
7611
+ "category": "UI",
5742
7612
  "type": "3rd-party",
5743
7613
  "maintainers": [
5744
7614
  {
5745
- "name": "Daniel Roe",
5746
- "github": "danielroe"
7615
+ "name": "David Arenas",
7616
+ "github": "Dave136",
7617
+ "twitter": "davejs4",
7618
+ "avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
5747
7619
  },
5748
7620
  {
5749
- "name": "Anthony Fu",
5750
- "github": "antfu"
7621
+ "name": "Younes Barrad",
7622
+ "github": "Flowko",
7623
+ "twitter": "imflowko",
7624
+ "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
7625
+ }
7626
+ ],
7627
+ "compatibility": {
7628
+ "nuxt": "^3.0.0",
7629
+ "requires": {},
7630
+ "devtools": "^0.0.0"
7631
+ }
7632
+ },
7633
+ {
7634
+ "name": "vue-final-modal",
7635
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
7636
+ "repo": "vue-final/vue-final-modal#master/packages/nuxt",
7637
+ "npm": "@vue-final-modal/nuxt",
7638
+ "icon": "vue-final-modal.svg",
7639
+ "github": "https://github.com/vue-final/vue-final-modal",
7640
+ "website": "https://vue-final-modal.org/",
7641
+ "learn_more": "https://vue-final-modal.org/",
7642
+ "category": "UI",
7643
+ "type": "3rd-party",
7644
+ "maintainers": [
7645
+ {
7646
+ "name": "Hunter Liu",
7647
+ "github": "hunterliu1003",
7648
+ "twitter": "hunterliu1003"
5751
7649
  }
5752
7650
  ],
5753
7651
  "compatibility": {
@@ -5757,13 +7655,13 @@
5757
7655
  },
5758
7656
  {
5759
7657
  "name": "vue-macros",
5760
- "description": "Explore and extend more macros and syntax sugar to Vue.",
5761
- "repo": "sxzz/unplugin-vue-macros#main/packages/nuxt",
7658
+ "description": "Explore more macros and syntax sugar to Vue.",
7659
+ "repo": "sxzz/vue-macros#main/packages/nuxt",
5762
7660
  "npm": "@vue-macros/nuxt",
5763
7661
  "icon": "vue-macros.svg",
5764
- "github": "https://github.com/sxzz/unplugin-vue-macros",
7662
+ "github": "https://github.com/sxzz/vue-macros",
5765
7663
  "website": "https://vue-macros.sxzz.moe",
5766
- "learn_more": "https://github.com/sxzz/unplugin-vue-macros",
7664
+ "learn_more": "https://github.com/sxzz/vue-macros",
5767
7665
  "category": "Extensions",
5768
7666
  "type": "3rd-party",
5769
7667
  "maintainers": [
@@ -5777,7 +7675,8 @@
5777
7675
  "nuxt": "^3.0.0",
5778
7676
  "requires": {
5779
7677
  "bridge": "optional"
5780
- }
7678
+ },
7679
+ "devtools": "^0.0.0"
5781
7680
  }
5782
7681
  },
5783
7682
  {
@@ -5804,7 +7703,7 @@
5804
7703
  },
5805
7704
  {
5806
7705
  "name": "vue-multiselect",
5807
- "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
7706
+ "description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
5808
7707
  "repo": "spektrummedia/nuxt-vue-multiselect",
5809
7708
  "npm": "nuxt-vue-multiselect",
5810
7709
  "icon": "",
@@ -5829,7 +7728,7 @@
5829
7728
  "description": "Plausible analytics for Vue.js and Nuxt",
5830
7729
  "repo": "moritzsternemann/vue-plausible",
5831
7730
  "npm": "vue-plausible",
5832
- "icon": "plausible.png",
7731
+ "icon": "plausible.svg",
5833
7732
  "github": "https://github.com/moritzsternemann/vue-plausible",
5834
7733
  "website": "https://github.com/moritzsternemann/vue-plausible",
5835
7734
  "learn_more": "",
@@ -5846,6 +7745,29 @@
5846
7745
  "requires": {}
5847
7746
  }
5848
7747
  },
7748
+ {
7749
+ "name": "vue-query",
7750
+ "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
7751
+ "repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
7752
+ "npm": "@hebilicious/vue-query-nuxt",
7753
+ "icon": "vue-query.svg",
7754
+ "github": "https://github.com/Hebilicious/vue-query-nuxt",
7755
+ "website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
7756
+ "learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
7757
+ "category": "Request",
7758
+ "type": "3rd-party",
7759
+ "maintainers": [
7760
+ {
7761
+ "name": "Hebilicious",
7762
+ "github": "Hebilicious",
7763
+ "twitter": "its_hebilicious"
7764
+ }
7765
+ ],
7766
+ "compatibility": {
7767
+ "nuxt": "^3.0.0",
7768
+ "requires": {}
7769
+ }
7770
+ },
5849
7771
  {
5850
7772
  "name": "vue-select",
5851
7773
  "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
@@ -5895,7 +7817,7 @@
5895
7817
  },
5896
7818
  {
5897
7819
  "name": "vue-warehouse",
5898
- "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
7820
+ "description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
5899
7821
  "repo": "juliomrqz/vue-warehouse",
5900
7822
  "npm": "vue-warehouse",
5901
7823
  "icon": "",
@@ -5916,10 +7838,33 @@
5916
7838
  "requires": {}
5917
7839
  }
5918
7840
  },
7841
+ {
7842
+ "name": "vue3-carousel-nuxt",
7843
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
7844
+ "repo": "gaetansenn/vue3-carousel-nuxt",
7845
+ "npm": "vue3-carousel-nuxt",
7846
+ "icon": "",
7847
+ "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7848
+ "website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7849
+ "learn_more": "",
7850
+ "category": "UI",
7851
+ "type": "3rd-party",
7852
+ "maintainers": [
7853
+ {
7854
+ "name": "Gaetan SENN",
7855
+ "github": "gaetansenn",
7856
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
7857
+ }
7858
+ ],
7859
+ "compatibility": {
7860
+ "nuxt": "^3.0.0",
7861
+ "requires": {}
7862
+ }
7863
+ },
5919
7864
  {
5920
7865
  "name": "vuefire",
5921
7866
  "description": "Idiomatic composables for the Firebase SDK",
5922
- "repo": "vuejs/vuefire/packages/nuxt",
7867
+ "repo": "vuejs/vuefire#main/packages/nuxt",
5923
7868
  "npm": "nuxt-vuefire",
5924
7869
  "icon": "vuefire.svg",
5925
7870
  "github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
@@ -5938,15 +7883,61 @@
5938
7883
  "requires": {}
5939
7884
  }
5940
7885
  },
7886
+ {
7887
+ "name": "vueform-builder",
7888
+ "description": "Official Vueform Builder module for Nuxt",
7889
+ "repo": "vueform/builder#main/nuxt",
7890
+ "npm": "@vueform/builder-nuxt",
7891
+ "icon": "vueform.svg",
7892
+ "github": "https://github.com/vueform/builder",
7893
+ "website": "https://builder.vueform.com",
7894
+ "learn_more": "https://builder.vueform.com/docs/installation#nuxt",
7895
+ "category": "Libraries",
7896
+ "type": "3rd-party",
7897
+ "maintainers": [
7898
+ {
7899
+ "name": "Adam Berecz",
7900
+ "github": "adamberecz",
7901
+ "twitter": "bereczadam"
7902
+ }
7903
+ ],
7904
+ "compatibility": {
7905
+ "nuxt": "^3.0.0",
7906
+ "requires": {}
7907
+ }
7908
+ },
7909
+ {
7910
+ "name": "vueform",
7911
+ "description": "Official Vueform module for Nuxt",
7912
+ "repo": "vueform/vueform#main/nuxt",
7913
+ "npm": "@vueform/nuxt",
7914
+ "icon": "vueform.svg",
7915
+ "github": "https://github.com/vueform/vueform",
7916
+ "website": "https://vueform.com",
7917
+ "learn_more": "https://vueform.com/docs/installation#nuxt",
7918
+ "category": "Libraries",
7919
+ "type": "3rd-party",
7920
+ "maintainers": [
7921
+ {
7922
+ "name": "Adam Berecz",
7923
+ "github": "adamberecz",
7924
+ "twitter": "bereczadam"
7925
+ }
7926
+ ],
7927
+ "compatibility": {
7928
+ "nuxt": "^3.0.0",
7929
+ "requires": {}
7930
+ }
7931
+ },
5941
7932
  {
5942
7933
  "name": "vuestic",
5943
- "description": "Vuestic UI module for Nuxt 3",
7934
+ "description": "Vuestic UI module for Nuxt",
5944
7935
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
5945
7936
  "npm": "@vuestic/nuxt",
5946
7937
  "icon": "vuestic.png",
5947
7938
  "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
5948
- "website": "https://vuestic.dev",
5949
- "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
7939
+ "website": "https://ui.vuestic.dev",
7940
+ "learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
5950
7941
  "category": "UI",
5951
7942
  "type": "3rd-party",
5952
7943
  "maintainers": [
@@ -5960,9 +7951,31 @@
5960
7951
  "requires": {}
5961
7952
  }
5962
7953
  },
7954
+ {
7955
+ "name": "vuetify-nuxt-module",
7956
+ "description": "Zero-config Nuxt Module for Vuetify.",
7957
+ "repo": "userquin/vuetify-nuxt-module",
7958
+ "npm": "vuetify-nuxt-module",
7959
+ "icon": "vuetify-logo-v3-dark.svg",
7960
+ "github": "https://github.com/userquin/vuetify-nuxt-module",
7961
+ "website": "https://vuetify-nuxt-module.netlify.app/",
7962
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
7963
+ "category": "UI",
7964
+ "type": "3rd-party",
7965
+ "maintainers": [
7966
+ {
7967
+ "name": "Joaquín Sánchez",
7968
+ "github": "userquin"
7969
+ }
7970
+ ],
7971
+ "compatibility": {
7972
+ "nuxt": "^3.0.0",
7973
+ "requires": {}
7974
+ }
7975
+ },
5963
7976
  {
5964
7977
  "name": "vuetify",
5965
- "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
7978
+ "description": "Vuetify Module for Nuxt to add Material Design components to your application.",
5966
7979
  "repo": "nuxt-community/vuetify-module",
5967
7980
  "npm": "@nuxtjs/vuetify",
5968
7981
  "icon": "vuetify.png",
@@ -6009,7 +8022,8 @@
6009
8022
  "nuxt": "^2.0.0 || ^3.0.0",
6010
8023
  "requires": {
6011
8024
  "bridge": "optional"
6012
- }
8025
+ },
8026
+ "devtools": "^0.0.0"
6013
8027
  }
6014
8028
  },
6015
8029
  {
@@ -6036,7 +8050,7 @@
6036
8050
  },
6037
8051
  {
6038
8052
  "name": "vunix",
6039
- "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.",
8053
+ "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.",
6040
8054
  "repo": "gaetansenn/vunix#main/packages/nuxt",
6041
8055
  "npm": "@vunix/nuxt",
6042
8056
  "icon": "",
@@ -6060,11 +8074,11 @@
6060
8074
  {
6061
8075
  "name": "web-vitals",
6062
8076
  "description": "Web Vitals for Nuxt",
6063
- "repo": "nuxt-community/web-vitals-module",
8077
+ "repo": "nuxt-modules/web-vitals",
6064
8078
  "npm": "@nuxtjs/web-vitals",
6065
8079
  "icon": "web-vitals.png",
6066
- "github": "https://github.com/nuxt-community/web-vitals-module",
6067
- "website": "https://github.com/nuxt-community/web-vitals-module",
8080
+ "github": "https://github.com/nuxt-modules/web-vitals",
8081
+ "website": "https://github.com/nuxt-modules/web-vitals",
6068
8082
  "learn_more": "",
6069
8083
  "category": "Performance",
6070
8084
  "type": "community",
@@ -6115,7 +8129,7 @@
6115
8129
  },
6116
8130
  {
6117
8131
  "name": "webpack-optimisations",
6118
- "description": "Nuxt.js v2 module to automatically make your builds faster.",
8132
+ "description": "Nuxt v2 module to automatically make your builds faster.",
6119
8133
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
6120
8134
  "npm": "nuxt-webpack-optimisations",
6121
8135
  "icon": "build-optimisations.svg",
@@ -6190,7 +8204,7 @@
6190
8204
  "icon": "webpack.png",
6191
8205
  "github": "https://github.com/nuxt-community/webpackmonitor-module",
6192
8206
  "website": "https://github.com/nuxt-community/webpackmonitor-module",
6193
- "learn_more": "http://webpackmonitor.com/",
8207
+ "learn_more": "",
6194
8208
  "category": "Devtools",
6195
8209
  "type": "community",
6196
8210
  "maintainers": [
@@ -6207,7 +8221,7 @@
6207
8221
  },
6208
8222
  {
6209
8223
  "name": "well-known",
6210
- "description": "A Nuxt.js module to add well-known URIs using middlewares",
8224
+ "description": "A Nuxt module to add well-known URIs using middlewares",
6211
8225
  "repo": "zadigetvoltaire/nuxt-well-known",
6212
8226
  "npm": "@zadigetvoltaire/nuxt-well-known",
6213
8227
  "icon": "well-known.svg",
@@ -6227,14 +8241,40 @@
6227
8241
  "requires": {}
6228
8242
  }
6229
8243
  },
8244
+ {
8245
+ "name": "wideangle",
8246
+ "description": "Nuxt module to integrate Wide Angle Analytics",
8247
+ "repo": "inputobjects/wideangle-nuxt",
8248
+ "npm": "wideangle-nuxt",
8249
+ "icon": "wideangle.png",
8250
+ "github": "https://github.com/inputobjects/wideangle-nuxt",
8251
+ "website": "https://wideangle.co",
8252
+ "learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
8253
+ "category": "Analytics",
8254
+ "type": "3rd-party",
8255
+ "maintainers": [
8256
+ {
8257
+ "name": "Wide Angle Analytics by Input Objects GmbH",
8258
+ "github": "inputobjects"
8259
+ },
8260
+ {
8261
+ "name": "Jarek Rozanski",
8262
+ "github": "jrozanski"
8263
+ }
8264
+ ],
8265
+ "compatibility": {
8266
+ "nuxt": "^3.0.0",
8267
+ "requires": {}
8268
+ }
8269
+ },
6230
8270
  {
6231
8271
  "name": "windicss",
6232
8272
  "description": "Next generation utility-first CSS framework.",
6233
- "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
8273
+ "repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
6234
8274
  "npm": "nuxt-windicss",
6235
8275
  "icon": "windicss.svg",
6236
- "github": "https://github.com/windicss/nuxt-windicss-module",
6237
- "website": "https://github.com/windicss/nuxt-windicss-module",
8276
+ "github": "https://github.com/windicss/nuxt-windicss",
8277
+ "website": "https://github.com/windicss/nuxt-windicss",
6238
8278
  "learn_more": "https://windicss.org/",
6239
8279
  "category": "UI",
6240
8280
  "type": "3rd-party",
@@ -6370,55 +8410,9 @@
6370
8410
  "requires": {}
6371
8411
  }
6372
8412
  },
6373
- {
6374
- "name": "yandex-metrika-next",
6375
- "description": "Yandex Metrika integration for Nuxt",
6376
- "repo": "artmizu/yandex-metrika-nuxt",
6377
- "npm": "@artmizu/yandex-metrika-nuxt",
6378
- "icon": "yandex-metrika.svg",
6379
- "github": "https://github.com/artmizu/yandex-metrika-nuxt",
6380
- "website": "https://github.com/artmizu/yandex-metrika-nuxt",
6381
- "learn_more": "",
6382
- "category": "Analytics",
6383
- "type": "3rd-party",
6384
- "maintainers": [
6385
- {
6386
- "name": "Aleksandr Saburov",
6387
- "github": "artmizu",
6388
- "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
6389
- }
6390
- ],
6391
- "compatibility": {
6392
- "nuxt": "^3.0.0",
6393
- "requires": {}
6394
- }
6395
- },
6396
- {
6397
- "name": "yandex-metrika",
6398
- "description": "Yandex metrika Module for Nuxt.js",
6399
- "repo": "nuxt-community/yandex-metrika-module",
6400
- "npm": "@nuxtjs/yandex-metrika",
6401
- "icon": "",
6402
- "github": "https://github.com/nuxt-community/yandex-metrika-module",
6403
- "website": "https://github.com/nuxt-community/yandex-metrika-module",
6404
- "learn_more": "https://metrica.yandex.com/about",
6405
- "category": "Analytics",
6406
- "type": "community",
6407
- "maintainers": [
6408
- {
6409
- "name": "Pooya Parsa",
6410
- "github": "pi0",
6411
- "twitter": "_pi0_"
6412
- }
6413
- ],
6414
- "compatibility": {
6415
- "nuxt": "^2.0.0",
6416
- "requires": {}
6417
- }
6418
- },
6419
8413
  {
6420
8414
  "name": "zendesk",
6421
- "description": "Nuxt.js module for Zendesk",
8415
+ "description": "Nuxt module for Zendesk",
6422
8416
  "repo": "DansMaCulotte/nuxt-zendesk",
6423
8417
  "npm": "@dansmaculotte/nuxt-zendesk",
6424
8418
  "icon": "zendesk.png",