@nuxt/modules 0.6.0-d3e123 → 0.6.0-d5c603

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 +2219 -393
  2. package/package.json +12 -10
package/modules.json CHANGED
@@ -1,7 +1,29 @@
1
1
  [
2
+ {
3
+ "name": "Nuxt zodI18n",
4
+ "description": "A Nuxt Module for localizing zod error messages.",
5
+ "repo": "xibman/nuxt-zod-i18n",
6
+ "npm": "nuxt-zod-i18n",
7
+ "icon": "",
8
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
9
+ "website": "https://github.com/xibman/nuxt-zod-i18n",
10
+ "learn_more": "",
11
+ "category": "Devtools",
12
+ "type": "3rd-party",
13
+ "maintainers": [
14
+ {
15
+ "name": "xibman",
16
+ "github": "xibman"
17
+ }
18
+ ],
19
+ "compatibility": {
20
+ "nuxt": "^2.0.0",
21
+ "requires": {}
22
+ }
23
+ },
2
24
  {
3
25
  "name": "ackee",
4
- "description": "Nuxt.js module for Ackee analytics",
26
+ "description": "Nuxt module for Ackee analytics",
5
27
  "repo": "bdrtsky/nuxt-ackee",
6
28
  "npm": "nuxt-ackee",
7
29
  "icon": "ackee.png",
@@ -28,7 +50,7 @@
28
50
  },
29
51
  {
30
52
  "name": "agility-cms",
31
- "description": "Agility CMS Integration for Nuxt.js",
53
+ "description": "Agility CMS Integration for Nuxt",
32
54
  "repo": "agility/agilitycms-nuxt-module",
33
55
  "npm": "@agility/agilitycms-nuxt-module",
34
56
  "icon": "agility.png",
@@ -51,7 +73,7 @@
51
73
  },
52
74
  {
53
75
  "name": "algolia",
54
- "description": "Algolia Search Module for Nuxt 3",
76
+ "description": "Algolia Search Module for Nuxt",
55
77
  "repo": "nuxt-modules/algolia",
56
78
  "npm": "@nuxtjs/algolia",
57
79
  "icon": "algolia.svg",
@@ -126,12 +148,12 @@
126
148
  },
127
149
  {
128
150
  "name": "animejs",
129
- "description": "Anime.js module for Nuxt.js",
130
- "repo": "ivodolenc/nuxt-animejs",
131
- "npm": "nuxt-animejs",
151
+ "description": "Anime.js module for Nuxt",
152
+ "repo": "hypernym-studio/nuxt-anime",
153
+ "npm": "@hypernym/nuxt-anime",
132
154
  "icon": "",
133
- "github": "https://github.com/ivodolenc/nuxt-animejs",
134
- "website": "https://github.com/ivodolenc/nuxt-animejs",
155
+ "github": "https://github.com/hypernym-studio/nuxt-anime",
156
+ "website": "https://github.com/hypernym-studio/nuxt-anime",
135
157
  "learn_more": "",
136
158
  "category": "Libraries",
137
159
  "type": "3rd-party",
@@ -142,13 +164,59 @@
142
164
  }
143
165
  ],
144
166
  "compatibility": {
145
- "nuxt": "^2.0.0",
167
+ "nuxt": "^2.0.0 || ^3.0.0",
168
+ "requires": {}
169
+ }
170
+ },
171
+ {
172
+ "name": "ant-design-vue",
173
+ "description": "A Vue 3 based component library for designers and developers",
174
+ "repo": "vueComponent/ant-design-vue-nuxt",
175
+ "npm": "@ant-design-vue/nuxt",
176
+ "icon": "ant-design-vue.svg",
177
+ "github": "https://github.com/vueComponent/ant-design-vue-nuxt",
178
+ "website": "https://antdv.com",
179
+ "learn_more": "https://github.com/vueComponent/ant-design-vue-nuxt",
180
+ "category": "UI",
181
+ "type": "3rd-party",
182
+ "maintainers": [
183
+ {
184
+ "name": "tangjinzhou",
185
+ "github": "tangjinzhou"
186
+ }
187
+ ],
188
+ "compatibility": {
189
+ "nuxt": "^3.0.0",
190
+ "requires": {
191
+ "bridge": "optional"
192
+ }
193
+ }
194
+ },
195
+ {
196
+ "name": "aos",
197
+ "description": "A Nuxt module that adds Animate On Scroll",
198
+ "repo": "egidiusmengelberg/nuxt-aos",
199
+ "npm": "nuxt-aos",
200
+ "icon": "aos.png",
201
+ "github": "https://github.com/egidiusmengelberg/nuxt-aos",
202
+ "website": "https://github.com/egidiusmengelberg/nuxt-aos",
203
+ "learn_more": "",
204
+ "category": "Devtools",
205
+ "type": "3rd-party",
206
+ "maintainers": [
207
+ {
208
+ "name": "egidiusmengelberg",
209
+ "github": "egidiusmengelberg"
210
+ }
211
+ ],
212
+ "compatibility": {
213
+ "nuxt": "^3.0.0",
146
214
  "requires": {}
147
215
  }
148
216
  },
149
217
  {
150
218
  "name": "api-party",
151
- "description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
219
+ "description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
152
220
  "repo": "johannschopplich/nuxt-api-party",
153
221
  "npm": "nuxt-api-party",
154
222
  "icon": "api-party.svg",
@@ -196,7 +264,7 @@
196
264
  },
197
265
  {
198
266
  "name": "apollo",
199
- "description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
267
+ "description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
200
268
  "repo": "nuxt-modules/apollo",
201
269
  "npm": "@nuxtjs/apollo",
202
270
  "icon": "apollo.png",
@@ -220,7 +288,7 @@
220
288
  },
221
289
  {
222
290
  "name": "applicationinsights",
223
- "description": "AppInsights module for Nuxt.js",
291
+ "description": "AppInsights module for Nuxt",
224
292
  "repo": "nuxt-community/applicationinsights-module",
225
293
  "npm": "@nuxtjs/applicationinsights",
226
294
  "icon": "application-insights.png",
@@ -262,9 +330,76 @@
262
330
  "requires": {}
263
331
  }
264
332
  },
333
+ {
334
+ "name": "arco-design-nuxt-module",
335
+ "description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
336
+ "repo": "wiidede/arco-design-nuxt-module",
337
+ "npm": "arco-design-nuxt-module",
338
+ "icon": "arco-design.svg",
339
+ "github": "https://github.com/wiidede/arco-design-nuxt-module",
340
+ "website": "https://arco.design/vue",
341
+ "learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
342
+ "category": "UI",
343
+ "type": "3rd-party",
344
+ "maintainers": [
345
+ {
346
+ "name": "wiidede",
347
+ "github": "wiidede"
348
+ }
349
+ ],
350
+ "compatibility": {
351
+ "nuxt": "^3.0.0",
352
+ "requires": {}
353
+ }
354
+ },
355
+ {
356
+ "name": "ark-ui",
357
+ "description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
358
+ "repo": "iamdin/nuxt-ark-ui",
359
+ "npm": "nuxt-ark-ui",
360
+ "icon": "ark-ui.svg",
361
+ "github": "https://github.com/iamdin/nuxt-ark-ui",
362
+ "website": "https://ark-ui.com/",
363
+ "learn_more": "https://github.com/iamdin/nuxt-ark-ui",
364
+ "category": "UI",
365
+ "type": "3rd-party",
366
+ "maintainers": [
367
+ {
368
+ "name": "Din",
369
+ "github": "iamdin",
370
+ "twitter": "iamdinq"
371
+ }
372
+ ],
373
+ "compatibility": {
374
+ "nuxt": "^3.0.0",
375
+ "requires": {}
376
+ }
377
+ },
378
+ {
379
+ "name": "auth-utils",
380
+ "description": "Minimalist Auth module for Nuxt with SSR.",
381
+ "repo": "atinux/nuxt-auth-utils",
382
+ "npm": "nuxt-auth-utils",
383
+ "icon": "",
384
+ "github": "https://github.com/atinux/nuxt-auth-utils",
385
+ "website": "https://github.com/atinux/nuxt-auth-utils",
386
+ "learn_more": "",
387
+ "category": "Devtools",
388
+ "type": "3rd-party",
389
+ "maintainers": [
390
+ {
391
+ "name": "atinux",
392
+ "github": "atinux"
393
+ }
394
+ ],
395
+ "compatibility": {
396
+ "nuxt": "^3.0.0",
397
+ "requires": {}
398
+ }
399
+ },
265
400
  {
266
401
  "name": "auth",
267
- "description": "Zero-boilerplate authentication support for Nuxt.js.",
402
+ "description": "Zero-boilerplate authentication support for Nuxt.",
268
403
  "repo": "nuxt-community/auth-module",
269
404
  "npm": "@nuxtjs/auth",
270
405
  "icon": "auth.png",
@@ -289,9 +424,55 @@
289
424
  "requires": {}
290
425
  }
291
426
  },
427
+ {
428
+ "name": "authjs",
429
+ "description": "Auth.js authentication Nuxt module. Edge compatible.",
430
+ "repo": "Hebilicious/authjs-nuxt#main",
431
+ "npm": "@hebilicious/authjs-nuxt",
432
+ "icon": "authjs.png",
433
+ "github": "https://github.com/Hebilicious/authjs-nuxt",
434
+ "website": "https://authjs-nuxt.pages.dev/",
435
+ "learn_more": "https://authjs.dev/",
436
+ "category": "Security",
437
+ "type": "3rd-party",
438
+ "maintainers": [
439
+ {
440
+ "name": "Hebilicious",
441
+ "github": "Hebilicious",
442
+ "twitter": "its_hebilicious"
443
+ }
444
+ ],
445
+ "compatibility": {
446
+ "nuxt": "^3.0.0",
447
+ "requires": {}
448
+ }
449
+ },
450
+ {
451
+ "name": "auto-animate",
452
+ "description": "Automatic animations for your Nuxt app with a single line of code.",
453
+ "repo": "formkit/auto-animate",
454
+ "npm": "@formkit/auto-animate",
455
+ "icon": "auto-animate.svg",
456
+ "github": "https://github.com/formkit/auto-animate",
457
+ "website": "https://auto-animate.formkit.com",
458
+ "learn_more": "https://auto-animate.formkit.com",
459
+ "category": "Libraries",
460
+ "type": "3rd-party",
461
+ "maintainers": [
462
+ {
463
+ "name": "Justin Schroeder",
464
+ "github": "justin-schroeder",
465
+ "twitter": "jpschroeder"
466
+ }
467
+ ],
468
+ "compatibility": {
469
+ "nuxt": "^3.0.0",
470
+ "requires": {}
471
+ }
472
+ },
292
473
  {
293
474
  "name": "axios",
294
- "description": "Secure and easy Axios module with Nuxt.js",
475
+ "description": "Secure and easy Axios module with Nuxt",
295
476
  "repo": "nuxt-community/axios-module",
296
477
  "npm": "@nuxtjs/axios",
297
478
  "icon": "axios.svg",
@@ -314,7 +495,7 @@
314
495
  },
315
496
  {
316
497
  "name": "basic-auth",
317
- "description": "Provide basic authentication to your Nuxt.js application",
498
+ "description": "Provide basic authentication to your Nuxt application",
318
499
  "repo": "potato4d/nuxt-basic-auth-module",
319
500
  "npm": "nuxt-basic-auth-module",
320
501
  "icon": "",
@@ -438,7 +619,7 @@
438
619
  },
439
620
  {
440
621
  "name": "bulma-slim",
441
- "description": "Nuxt.js module to automatically make a slim Bulma build of used features with Purgecss",
622
+ "description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
442
623
  "repo": "mustardamus/nuxt-bulma-slim",
443
624
  "npm": "nuxt-bulma-slim",
444
625
  "icon": "bulma.png",
@@ -505,7 +686,7 @@
505
686
  },
506
687
  {
507
688
  "name": "canvas-sketch",
508
- "description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
689
+ "description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
509
690
  "repo": "LuXDAmore/generative-art",
510
691
  "npm": "@luxdamore/nuxt-canvas-sketch",
511
692
  "icon": "",
@@ -526,9 +707,31 @@
526
707
  "requires": {}
527
708
  }
528
709
  },
710
+ {
711
+ "name": "capo",
712
+ "description": "Capo.js implementation for Nuxt",
713
+ "repo": "danielroe/nuxt-capo",
714
+ "npm": "nuxt-capo",
715
+ "icon": "",
716
+ "github": "https://github.com/danielroe/nuxt-capo",
717
+ "website": "https://github.com/danielroe/nuxt-capo",
718
+ "learn_more": "",
719
+ "category": "Performance",
720
+ "type": "3rd-party",
721
+ "maintainers": [
722
+ {
723
+ "name": "danielroe",
724
+ "github": "danielroe"
725
+ }
726
+ ],
727
+ "compatibility": {
728
+ "nuxt": "^3.0.0",
729
+ "requires": {}
730
+ }
731
+ },
529
732
  {
530
733
  "name": "chakra-ui",
531
- "description": "Chakra UI Module for Nuxt.js",
734
+ "description": "Chakra UI Module for Nuxt",
532
735
  "repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
533
736
  "npm": "@chakra-ui/nuxt",
534
737
  "icon": "chakra-ui.png",
@@ -551,11 +754,11 @@
551
754
  {
552
755
  "name": "chatwoot",
553
756
  "description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
554
- "repo": "huntersofbook/huntersofbook#main/projects/chatwoot/packages/nuxt",
555
- "npm": "@huntersofbook/chatwoot-nuxt",
757
+ "repo": "productdevbookcom/chatwoot",
758
+ "npm": "@productdevbook/chatwoot",
556
759
  "icon": "chatwoot.png",
557
- "github": "https://github.com/huntersofbook/huntersofbook/tree/main/projects/chatwoot/packages/nuxt",
558
- "website": "https://github.com/huntersofbook/huntersofbook/tree/main/projects/chatwoot/packages/nuxt",
760
+ "github": "https://github.com/productdevbookcom/chatwoot",
761
+ "website": "https://github.com/productdevbookcom/chatwoot",
559
762
  "learn_more": "https://www.chatwoot.com",
560
763
  "category": "Libraries",
561
764
  "type": "3rd-party",
@@ -592,6 +795,29 @@
592
795
  "requires": {}
593
796
  }
594
797
  },
798
+ {
799
+ "name": "clarity-analytics",
800
+ "description": "Clarity Analytics Module for Nuxt",
801
+ "repo": "Barbapapazes/nuxt-clarity-analytics",
802
+ "npm": "nuxt-clarity-analytics",
803
+ "icon": "",
804
+ "github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
805
+ "website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
806
+ "learn_more": "https://clarity.microsoft.com/",
807
+ "category": "Analytics",
808
+ "type": "3rd-party",
809
+ "maintainers": [
810
+ {
811
+ "name": "Barbapapazes",
812
+ "github": "Barbapapazes",
813
+ "twitter": "soubiran_"
814
+ }
815
+ ],
816
+ "compatibility": {
817
+ "nuxt": "^3.0.0",
818
+ "requires": {}
819
+ }
820
+ },
595
821
  {
596
822
  "name": "client-init",
597
823
  "description": "Provide client version of `nuxtServerInit`.",
@@ -616,7 +842,7 @@
616
842
  },
617
843
  {
618
844
  "name": "cloudcms",
619
- "description": "CloudCMS Nuxt.js Module",
845
+ "description": "CloudCMS Nuxt Module",
620
846
  "repo": "gitana/cloudcms-nuxt",
621
847
  "npm": "cloudcms-nuxt",
622
848
  "icon": "",
@@ -665,11 +891,11 @@
665
891
  },
666
892
  {
667
893
  "name": "cloudinary",
668
- "description": "Optimize images and videos in your Nuxt.js application",
669
- "repo": "nuxt-community/cloudinary-module",
894
+ "description": "Optimize images and videos in your Nuxt application",
895
+ "repo": "nuxt-modules/cloudinary",
670
896
  "npm": "@nuxtjs/cloudinary",
671
897
  "icon": "cloudinary.png",
672
- "github": "https://github.com/nuxt-community/cloudinary-module",
898
+ "github": "https://github.com/nuxt-modules/cloudinary",
673
899
  "website": "https://cloudinary.nuxtjs.org",
674
900
  "learn_more": "https://cloudinary.com",
675
901
  "category": "Images",
@@ -688,11 +914,11 @@
688
914
  },
689
915
  {
690
916
  "name": "color-mode",
691
- "description": "Dark and Light mode for NuxtJS with auto detection",
692
- "repo": "nuxt-community/color-mode-module",
917
+ "description": "Dark and Light mode for Nuxt with auto detection",
918
+ "repo": "nuxt-modules/color-mode",
693
919
  "npm": "@nuxtjs/color-mode",
694
920
  "icon": "color-mode.png",
695
- "github": "https://github.com/nuxt-community/color-mode-module",
921
+ "github": "https://github.com/nuxt-modules/color-mode",
696
922
  "website": "https://color-mode.nuxtjs.org",
697
923
  "learn_more": "",
698
924
  "category": "UI",
@@ -757,12 +983,35 @@
757
983
  "requires": {}
758
984
  }
759
985
  },
986
+ {
987
+ "name": "content-assets",
988
+ "description": "Enable locally-located assets in Nuxt Content",
989
+ "repo": "davestewart/nuxt-content-assets",
990
+ "npm": "nuxt-content-assets",
991
+ "icon": "content-assets.png",
992
+ "github": "https://github.com/davestewart/nuxt-content-assets",
993
+ "website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
994
+ "learn_more": "",
995
+ "category": "Images",
996
+ "type": "3rd-party",
997
+ "maintainers": [
998
+ {
999
+ "name": "davestewart",
1000
+ "github": "davestewart",
1001
+ "twitter": "dave_stewart"
1002
+ }
1003
+ ],
1004
+ "compatibility": {
1005
+ "nuxt": "^3.0.0",
1006
+ "requires": {}
1007
+ }
1008
+ },
760
1009
  {
761
1010
  "name": "content",
762
1011
  "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
1012
  "repo": "nuxt/content#main",
764
1013
  "npm": "@nuxt/content",
765
- "icon": "nuxt.png",
1014
+ "icon": "nuxt.svg",
766
1015
  "github": "https://github.com/nuxt/content",
767
1016
  "website": "https://content.nuxtjs.org",
768
1017
  "learn_more": "",
@@ -886,7 +1135,7 @@
886
1135
  },
887
1136
  {
888
1137
  "name": "darkmode.js",
889
- "description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
1138
+ "description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
890
1139
  "repo": "sandoche/nuxtjs-darkmode-js-module#main",
891
1140
  "npm": "nuxtjs-darkmode-js-module",
892
1141
  "icon": "darkmode.png",
@@ -908,7 +1157,7 @@
908
1157
  },
909
1158
  {
910
1159
  "name": "date-fns",
911
- "description": "Modern JavaScript date utility library - date-fns for Nuxt.js",
1160
+ "description": "Modern JavaScript date utility library - date-fns for Nuxt",
912
1161
  "repo": "nuxt-community/date-fns-module",
913
1162
  "npm": "@nuxtjs/date-fns",
914
1163
  "icon": "date-fns.png",
@@ -930,7 +1179,7 @@
930
1179
  },
931
1180
  {
932
1181
  "name": "datocms-nuxt2",
933
- "description": "DatoCMS integration for Nuxt.js v2",
1182
+ "description": "DatoCMS integration for Nuxt v2",
934
1183
  "repo": "voorhoede/nuxt-datocms-module",
935
1184
  "npm": "@voorhoede/nuxt-datocms-module",
936
1185
  "icon": "datocms.svg",
@@ -976,31 +1225,31 @@
976
1225
  },
977
1226
  {
978
1227
  "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",
1228
+ "description": "Day.js module for Nuxt",
1229
+ "repo": "fumeapp/dayjs",
1230
+ "npm": "dayjs-nuxt",
982
1231
  "icon": "day-js.png",
983
- "github": "https://github.com/nuxt-community/dayjs-module",
984
- "website": "https://github.com/nuxt-community/dayjs-module",
1232
+ "github": "https://github.com/fumeapp/dayjs",
1233
+ "website": "https://github.com/fumeapp/dayjs",
985
1234
  "learn_more": "https://day.js.org/",
986
- "category": "Date",
987
- "type": "community",
1235
+ "category": "Libraries",
1236
+ "type": "3rd-party",
988
1237
  "maintainers": [
989
1238
  {
990
- "name": "Takuma HANATANI",
991
- "github": "potato4d",
992
- "twitter": "potato4d"
1239
+ "name": "Kevin Olson",
1240
+ "github": "acidjazz",
1241
+ "twitter": "AppFume"
993
1242
  }
994
1243
  ],
995
1244
  "compatibility": {
996
- "nuxt": "^2.0.0",
1245
+ "nuxt": "^3.0.0",
997
1246
  "requires": {}
998
1247
  }
999
1248
  },
1000
1249
  {
1001
1250
  "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",
1251
+ "description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
1252
+ "repo": "harlan-zw/nuxt-delay-hydration",
1004
1253
  "npm": "nuxt-delay-hydration",
1005
1254
  "icon": "lighthouse.svg",
1006
1255
  "github": "https://github.com/harlan-zw/nuxt-delay-hydration",
@@ -1022,12 +1271,12 @@
1022
1271
  },
1023
1272
  {
1024
1273
  "name": "device",
1025
- "description": "Device detection module for Nuxt.js",
1026
- "repo": "nuxt-community/device-module",
1274
+ "description": "Device detection module for Nuxt",
1275
+ "repo": "nuxt-modules/device",
1027
1276
  "npm": "@nuxtjs/device",
1028
1277
  "icon": "",
1029
- "github": "https://github.com/nuxt-community/device-module",
1030
- "website": "https://github.com/nuxt-community/device-module",
1278
+ "github": "https://github.com/nuxt-modules/device",
1279
+ "website": "https://github.com/nuxt-modules/device",
1031
1280
  "learn_more": "",
1032
1281
  "category": "Extensions",
1033
1282
  "type": "community",
@@ -1045,9 +1294,9 @@
1045
1294
  {
1046
1295
  "name": "devtools",
1047
1296
  "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1048
- "repo": "nuxt/devtools#main",
1297
+ "repo": "nuxt/devtools#main/packages/devtools",
1049
1298
  "npm": "@nuxt/devtools",
1050
- "icon": "nuxt.png",
1299
+ "icon": "nuxt.svg",
1051
1300
  "github": "https://github.com/nuxt/devtools",
1052
1301
  "website": "https://devtools.nuxtjs.org/",
1053
1302
  "learn_more": "",
@@ -1067,13 +1316,13 @@
1067
1316
  },
1068
1317
  {
1069
1318
  "name": "directus",
1070
- "description": "Easily connect your Nuxt3 application to your directus server.",
1319
+ "description": "Easily connect your Nuxt application to your directus server.",
1071
1320
  "repo": "intevel/nuxt-directus",
1072
1321
  "npm": "nuxt-directus",
1073
1322
  "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/",
1323
+ "github": "https://github.com/intevel/nuxt-directus/",
1324
+ "website": "https://nuxt-directus.site/",
1325
+ "learn_more": "https://nuxt-directus.site/",
1077
1326
  "category": "CMS",
1078
1327
  "type": "3rd-party",
1079
1328
  "maintainers": [
@@ -1084,15 +1333,58 @@
1084
1333
  }
1085
1334
  ],
1086
1335
  "compatibility": {
1087
- "nuxt": "^2.0.0 || ^3.0.0",
1088
- "requires": {
1089
- "bridge": true
1336
+ "nuxt": "^3.0.0",
1337
+ "requires": {},
1338
+ "devtools": "^0.0.0"
1339
+ }
1340
+ },
1341
+ {
1342
+ "name": "disqus",
1343
+ "description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
1344
+ "repo": "modbender/nuxt-disqus",
1345
+ "npm": "nuxt-disqus",
1346
+ "icon": "disqus.svg",
1347
+ "github": "https://github.com/modbender/nuxt-disqus",
1348
+ "website": "https://github.com/modbender/nuxt-disqus",
1349
+ "learn_more": "https://github.com/modbender/vue3-disqus",
1350
+ "category": "Libraries",
1351
+ "type": "3rd-party",
1352
+ "maintainers": [
1353
+ {
1354
+ "name": "modbender",
1355
+ "github": "modbender"
1356
+ }
1357
+ ],
1358
+ "compatibility": {
1359
+ "nuxt": "^3.0.0",
1360
+ "requires": {}
1361
+ }
1362
+ },
1363
+ {
1364
+ "name": "doppler",
1365
+ "description": "Integrate your Doppler secrets into your Nuxt build",
1366
+ "repo": "JamieCurnow/nuxt-doppler",
1367
+ "npm": "nuxt-doppler",
1368
+ "icon": "doppler.png",
1369
+ "github": "https://github.com/JamieCurnow/nuxt-doppler",
1370
+ "website": "https://github.com/JamieCurnow/nuxt-doppler",
1371
+ "learn_more": "",
1372
+ "category": "Devtools",
1373
+ "type": "3rd-party",
1374
+ "maintainers": [
1375
+ {
1376
+ "name": "JamieCurnow",
1377
+ "github": "JamieCurnow"
1090
1378
  }
1379
+ ],
1380
+ "compatibility": {
1381
+ "nuxt": "^3.0.0",
1382
+ "requires": {}
1091
1383
  }
1092
1384
  },
1093
1385
  {
1094
1386
  "name": "dotenv",
1095
- "description": "A Nuxt.js module that loads your .env file into your context options",
1387
+ "description": "A Nuxt module that loads your .env file into your context options",
1096
1388
  "repo": "nuxt-community/dotenv-module",
1097
1389
  "npm": "@nuxtjs/dotenv",
1098
1390
  "icon": "dotenv.png",
@@ -1114,13 +1406,13 @@
1114
1406
  },
1115
1407
  {
1116
1408
  "name": "drupal-ce",
1117
- "description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
1409
+ "description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
1118
1410
  "repo": "drunomics/nuxtjs-drupal-ce",
1119
1411
  "npm": "nuxtjs-drupal-ce",
1120
1412
  "icon": "drupal-ce.png",
1121
1413
  "github": "https://github.com/drunomics/nuxtjs-drupal-ce",
1122
- "website": "https://stack.lupus.digital",
1123
- "learn_more": "https://stack.lupus.digital/2-resources/learning",
1414
+ "website": "https://lupus-decoupled.org",
1415
+ "learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
1124
1416
  "category": "CMS",
1125
1417
  "type": "3rd-party",
1126
1418
  "maintainers": [
@@ -1135,19 +1427,19 @@
1135
1427
  "avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
1136
1428
  },
1137
1429
  {
1138
- "name": "David Licen",
1139
- "github": "davision",
1140
- "avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
1430
+ "name": "Matic",
1431
+ "github": "TurtlBbx",
1432
+ "avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
1141
1433
  }
1142
1434
  ],
1143
1435
  "compatibility": {
1144
- "nuxt": "^2.0.0",
1436
+ "nuxt": "^2.0.0 || ^3.0.0",
1145
1437
  "requires": {}
1146
1438
  }
1147
1439
  },
1148
1440
  {
1149
1441
  "name": "druxt",
1150
- "description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
1442
+ "description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
1151
1443
  "repo": "druxt/druxt.js#develop/packages/druxt",
1152
1444
  "npm": "druxt",
1153
1445
  "icon": "druxt.svg",
@@ -1167,6 +1459,29 @@
1167
1459
  "requires": {}
1168
1460
  }
1169
1461
  },
1462
+ {
1463
+ "name": "edgedb",
1464
+ "description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
1465
+ "repo": "Tahul/nuxt-edgedb",
1466
+ "npm": "nuxt-edgedb-module",
1467
+ "icon": "edgedb.svg",
1468
+ "github": "https://github.com/Tahul/nuxt-edgedb",
1469
+ "website": "https://github.com/Tahul/nuxt-edgedb",
1470
+ "learn_more": "https://github.com/Tahul/nuxt-edgedb",
1471
+ "category": "Database",
1472
+ "type": "3rd-party",
1473
+ "maintainers": [
1474
+ {
1475
+ "name": "Yaël Guilloux",
1476
+ "github": "Tahul",
1477
+ "twitter": "yaeeelglx"
1478
+ }
1479
+ ],
1480
+ "compatibility": {
1481
+ "nuxt": "^3.8.0",
1482
+ "requires": {}
1483
+ }
1484
+ },
1170
1485
  {
1171
1486
  "name": "electron",
1172
1487
  "description": "Integrate Nuxt and Electron.",
@@ -1215,7 +1530,7 @@
1215
1530
  },
1216
1531
  {
1217
1532
  "name": "emotion",
1218
- "description": "The Next Generation of CSS-in-JS for Nuxt.js",
1533
+ "description": "The Next Generation of CSS-in-JS for Nuxt",
1219
1534
  "repo": "nuxt-modules/emotion",
1220
1535
  "npm": "@nuxtjs/emotion",
1221
1536
  "icon": "emotion.png",
@@ -1243,7 +1558,7 @@
1243
1558
  },
1244
1559
  {
1245
1560
  "name": "eslint",
1246
- "description": "ESLint module for Nuxt.js",
1561
+ "description": "ESLint module for Nuxt",
1247
1562
  "repo": "nuxt-community/eslint-module",
1248
1563
  "npm": "@nuxtjs/eslint-module",
1249
1564
  "icon": "eslint.png",
@@ -1265,7 +1580,7 @@
1265
1580
  },
1266
1581
  {
1267
1582
  "name": "event-trace",
1268
- "description": "Module for event trace in Nuxt.js",
1583
+ "description": "Module for event trace in Nuxt",
1269
1584
  "repo": "nuxt-community/nuxt-event-trace",
1270
1585
  "npm": "nuxt-event-trace",
1271
1586
  "icon": "",
@@ -1285,6 +1600,29 @@
1285
1600
  "requires": {}
1286
1601
  }
1287
1602
  },
1603
+ {
1604
+ "name": "fathom-analytics",
1605
+ "description": "Fathom analytics integration for Nuxt",
1606
+ "repo": "valgeirb/nuxt-fathom",
1607
+ "npm": "nuxt-fathom",
1608
+ "icon": "fathom-analytics.svg",
1609
+ "github": "https://github.com/valgeirb/nuxt-fathom",
1610
+ "website": "https://github.com/valgeirb/nuxt-fathom#readme",
1611
+ "learn_more": "",
1612
+ "category": "Analytics",
1613
+ "type": "3rd-party",
1614
+ "maintainers": [
1615
+ {
1616
+ "name": "Valgeir Björnsson",
1617
+ "github": "valgeirb",
1618
+ "avatar": "https://avatars.githubusercontent.com/valgeirb"
1619
+ }
1620
+ ],
1621
+ "compatibility": {
1622
+ "nuxt": "^3.0.0",
1623
+ "requires": {}
1624
+ }
1625
+ },
1288
1626
  {
1289
1627
  "name": "fathom",
1290
1628
  "description": "Fathom analytics for Nuxt",
@@ -1309,7 +1647,7 @@
1309
1647
  },
1310
1648
  {
1311
1649
  "name": "feature-toggle",
1312
- "description": "Feature toggle module for Nuxt.js",
1650
+ "description": "Feature toggle module for Nuxt",
1313
1651
  "repo": "stephenkr/nuxt-feature-toggle",
1314
1652
  "npm": "nuxt-feature-toggle",
1315
1653
  "icon": "",
@@ -1376,7 +1714,7 @@
1376
1714
  },
1377
1715
  {
1378
1716
  "name": "floating-prompt-module",
1379
- "description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
1717
+ "description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
1380
1718
  "repo": "sandoche/nuxt-floating-prompt-module#main",
1381
1719
  "npm": "nuxt-floating-prompt-module",
1382
1720
  "icon": "",
@@ -1485,6 +1823,29 @@
1485
1823
  "requires": {}
1486
1824
  }
1487
1825
  },
1826
+ {
1827
+ "name": "form-actions",
1828
+ "description": "A set of features and composables to interact with forms and server data.",
1829
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
1830
+ "npm": "@hebilicious/form-actions-nuxt",
1831
+ "icon": "form-actions.svg",
1832
+ "github": "https://github.com/Hebilicious/form-actions-nuxt",
1833
+ "website": "https://form-actions-nuxt.pages.dev/",
1834
+ "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1835
+ "category": "Request",
1836
+ "type": "3rd-party",
1837
+ "maintainers": [
1838
+ {
1839
+ "name": "Hebilicious",
1840
+ "github": "Hebilicious",
1841
+ "twitter": "its_hebilicious"
1842
+ }
1843
+ ],
1844
+ "compatibility": {
1845
+ "nuxt": "^3.7.0",
1846
+ "requires": {}
1847
+ }
1848
+ },
1488
1849
  {
1489
1850
  "name": "formkit",
1490
1851
  "description": "Seamless FormKit integration for Nuxt",
@@ -1559,7 +1920,7 @@
1559
1920
  },
1560
1921
  {
1561
1922
  "name": "google-adsense",
1562
- "description": "Google Adsense Module for Nuxt.js",
1923
+ "description": "Google Adsense Module for Nuxt",
1563
1924
  "repo": "nuxt-community/google-adsense-module",
1564
1925
  "npm": "@nuxtjs/google-adsense",
1565
1926
  "icon": "google-adsense.png",
@@ -1585,7 +1946,7 @@
1585
1946
  },
1586
1947
  {
1587
1948
  "name": "google-analytics",
1588
- "description": "Google analytics Module for Nuxt.js",
1949
+ "description": "Google analytics Module for Nuxt",
1589
1950
  "repo": "nuxt-community/analytics-module",
1590
1951
  "npm": "@nuxtjs/google-analytics",
1591
1952
  "icon": "google-analytics.png",
@@ -1617,12 +1978,12 @@
1617
1978
  },
1618
1979
  {
1619
1980
  "name": "google-fonts",
1620
- "description": "Google Fonts module for NuxtJS",
1621
- "repo": "nuxt-community/google-fonts-module",
1981
+ "description": "Google Fonts module for Nuxt",
1982
+ "repo": "nuxt-modules/google-fonts",
1622
1983
  "npm": "@nuxtjs/google-fonts",
1623
1984
  "icon": "google-fonts.png",
1624
- "github": "https://github.com/nuxt-community/google-fonts-module",
1625
- "website": "https://github.com/nuxt-community/google-fonts-module",
1985
+ "github": "https://github.com/nuxt-modules/google-fonts",
1986
+ "website": "https://google-fonts.nuxtjs.org",
1626
1987
  "learn_more": "https://developers.google.com/fonts",
1627
1988
  "category": "Fonts",
1628
1989
  "type": "community",
@@ -1641,7 +2002,7 @@
1641
2002
  },
1642
2003
  {
1643
2004
  "name": "google-gtag",
1644
- "description": "Google GTag for Nuxt.js",
2005
+ "description": "Google GTag for Nuxt",
1645
2006
  "repo": "nuxt-community/google-gtag",
1646
2007
  "npm": "@nuxtjs/google-gtag",
1647
2008
  "icon": "gtm.png",
@@ -1667,7 +2028,7 @@
1667
2028
  },
1668
2029
  {
1669
2030
  "name": "google-optimize",
1670
- "description": "SSR friendly Google Optimize module for Nuxt.js",
2031
+ "description": "SSR friendly Google Optimize module for Nuxt",
1671
2032
  "repo": "nuxt-community/google-optimize-module",
1672
2033
  "npm": "nuxt-google-optimize",
1673
2034
  "icon": "google-optimize.png",
@@ -1722,7 +2083,7 @@
1722
2083
  },
1723
2084
  {
1724
2085
  "name": "graphql-request",
1725
- "description": "Easy Minimal GraphQL client integration with Nuxt.js",
2086
+ "description": "Easy Minimal GraphQL client integration with Nuxt",
1726
2087
  "repo": "gomah/nuxt-graphql-request",
1727
2088
  "npm": "nuxt-graphql-request",
1728
2089
  "icon": "graphql-request.png",
@@ -1738,7 +2099,7 @@
1738
2099
  }
1739
2100
  ],
1740
2101
  "compatibility": {
1741
- "nuxt": "^2.0.0",
2102
+ "nuxt": "^2.0.0 || ^3.0.0",
1742
2103
  "requires": {}
1743
2104
  }
1744
2105
  },
@@ -1761,12 +2122,13 @@
1761
2122
  ],
1762
2123
  "compatibility": {
1763
2124
  "nuxt": "^3.0.0",
1764
- "requires": {}
2125
+ "requires": {},
2126
+ "devtools": "^0.0.0"
1765
2127
  }
1766
2128
  },
1767
2129
  {
1768
2130
  "name": "gtag",
1769
- "description": "Google Analytics integration for Nuxt 3",
2131
+ "description": "Google Analytics integration for Nuxt",
1770
2132
  "repo": "johannschopplich/nuxt-gtag",
1771
2133
  "npm": "nuxt-gtag",
1772
2134
  "icon": "gtag.svg",
@@ -1790,7 +2152,7 @@
1790
2152
  },
1791
2153
  {
1792
2154
  "name": "gtm",
1793
- "description": "Google Tag Manager Module for Nuxt.js",
2155
+ "description": "Google Tag Manager Module for Nuxt",
1794
2156
  "repo": "nuxt-community/gtm-module",
1795
2157
  "npm": "@nuxtjs/gtm",
1796
2158
  "icon": "gtm.png",
@@ -1813,7 +2175,7 @@
1813
2175
  },
1814
2176
  {
1815
2177
  "name": "guess",
1816
- "description": "Guess.js module for Nuxt.js",
2178
+ "description": "Guess.js module for Nuxt",
1817
2179
  "repo": "nuxt-community/guess-module",
1818
2180
  "npm": "@nuxtjs/guess-module",
1819
2181
  "icon": "guessjs.png",
@@ -1833,6 +2195,28 @@
1833
2195
  "requires": {}
1834
2196
  }
1835
2197
  },
2198
+ {
2199
+ "name": "hanko",
2200
+ "description": "Hanko integration for Nuxt for passwordless authentication",
2201
+ "repo": "nuxt-modules/hanko",
2202
+ "npm": "@nuxtjs/hanko",
2203
+ "icon": "hanko.svg",
2204
+ "github": "https://github.com/nuxt-modules/hanko",
2205
+ "website": "https://github.com/nuxt-modules/hanko",
2206
+ "learn_more": "https://hanko.io/",
2207
+ "category": "Security",
2208
+ "type": "community",
2209
+ "maintainers": [
2210
+ {
2211
+ "name": "danielroe",
2212
+ "github": "danielroe"
2213
+ }
2214
+ ],
2215
+ "compatibility": {
2216
+ "nuxt": "^3.0.0",
2217
+ "requires": {}
2218
+ }
2219
+ },
1836
2220
  {
1837
2221
  "name": "harlem",
1838
2222
  "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
@@ -1903,7 +2287,7 @@
1903
2287
  },
1904
2288
  {
1905
2289
  "name": "helmet",
1906
- "description": "Easy Helmet module with Nuxt.js'",
2290
+ "description": "Easy Helmet module with Nuxt'",
1907
2291
  "repo": "victor-perez/nuxt-helmet",
1908
2292
  "npm": "nuxt-helmet",
1909
2293
  "icon": "",
@@ -1947,7 +2331,7 @@
1947
2331
  },
1948
2332
  {
1949
2333
  "name": "history-state",
1950
- "description": "Nuxt.js module to backup or restore historical states",
2334
+ "description": "Nuxt module to backup or restore historical states",
1951
2335
  "repo": "hidekatsu-izuno/nuxt-history-state",
1952
2336
  "npm": "nuxt-history-state",
1953
2337
  "icon": "",
@@ -2016,7 +2400,7 @@
2016
2400
  },
2017
2401
  {
2018
2402
  "name": "http",
2019
- "description": "Universal HTTP Module for Nuxt.js",
2403
+ "description": "Universal HTTP Module for Nuxt",
2020
2404
  "repo": "nuxt/http",
2021
2405
  "npm": "@nuxt/http",
2022
2406
  "icon": "http.png",
@@ -2044,7 +2428,7 @@
2044
2428
  },
2045
2429
  {
2046
2430
  "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.",
2431
+ "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
2432
  "repo": "Luxdamore/nuxt-humans-txt",
2049
2433
  "npm": "@luxdamore/nuxt-humans-txt",
2050
2434
  "icon": "",
@@ -2068,11 +2452,11 @@
2068
2452
  {
2069
2453
  "name": "i18n",
2070
2454
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
2071
- "repo": "nuxt-community/i18n-module",
2455
+ "repo": "nuxt-modules/i18n",
2072
2456
  "npm": "@nuxtjs/i18n",
2073
2457
  "icon": "i18n.png",
2074
- "github": "https://github.com/nuxt-community/i18n-module",
2075
- "website": "https://i18n.nuxtjs.org",
2458
+ "github": "https://github.com/nuxt-modules/i18n",
2459
+ "website": "https://v8.i18n.nuxtjs.org",
2076
2460
  "learn_more": "https://kazupon.github.io/vue-i18n/",
2077
2461
  "category": "Extensions",
2078
2462
  "type": "community",
@@ -2092,20 +2476,20 @@
2092
2476
  }
2093
2477
  },
2094
2478
  {
2095
- "name": "icon",
2096
- "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
2097
- "repo": "nuxt-modules/icon",
2098
- "npm": "nuxt-icon",
2099
- "icon": "nuxt-icon.png",
2100
- "github": "https://github.com/nuxt-modules/icon",
2101
- "website": "https://github.com/nuxt-modules/icon",
2479
+ "name": "icon-font",
2480
+ "description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
2481
+ "repo": "coremyslo/nuxt-icon-font",
2482
+ "npm": "@coremyslo/nuxt-icon-font",
2483
+ "icon": "",
2484
+ "github": "https://github.com/coremyslo/nuxt-icon-font",
2485
+ "website": "https://github.com/coremyslo/nuxt-icon-font",
2102
2486
  "learn_more": "",
2103
2487
  "category": "UI",
2104
- "type": "community",
2488
+ "type": "3rd-party",
2105
2489
  "maintainers": [
2106
2490
  {
2107
- "name": "Atinux",
2108
- "github": "Atinux"
2491
+ "name": "coremyslo",
2492
+ "github": "coremyslo"
2109
2493
  }
2110
2494
  ],
2111
2495
  "compatibility": {
@@ -2113,6 +2497,52 @@
2113
2497
  "requires": {}
2114
2498
  }
2115
2499
  },
2500
+ {
2501
+ "name": "icon-tw",
2502
+ "description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
2503
+ "repo": "jcamp-code/nuxt-icon-tw",
2504
+ "npm": "nuxt-icon-tw",
2505
+ "icon": "nuxt-icon.png",
2506
+ "github": "https://github.com/jcamp-code/nuxt-icon-tw",
2507
+ "website": "https://github.com/jcamp-code/nuxt-icon-tw",
2508
+ "learn_more": "",
2509
+ "category": "UI",
2510
+ "type": "3rd-party",
2511
+ "maintainers": [
2512
+ {
2513
+ "name": "JohnCampionJr",
2514
+ "github": "JohnCampionJr"
2515
+ }
2516
+ ],
2517
+ "compatibility": {
2518
+ "nuxt": "^3.0.0",
2519
+ "requires": {},
2520
+ "devtools": "^0.0.0"
2521
+ }
2522
+ },
2523
+ {
2524
+ "name": "icon",
2525
+ "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
2526
+ "repo": "nuxt-modules/icon",
2527
+ "npm": "nuxt-icon",
2528
+ "icon": "nuxt-icon.png",
2529
+ "github": "https://github.com/nuxt-modules/icon",
2530
+ "website": "https://github.com/nuxt-modules/icon",
2531
+ "learn_more": "",
2532
+ "category": "UI",
2533
+ "type": "community",
2534
+ "maintainers": [
2535
+ {
2536
+ "name": "Atinux",
2537
+ "github": "Atinux"
2538
+ }
2539
+ ],
2540
+ "compatibility": {
2541
+ "nuxt": "^3.0.0",
2542
+ "requires": {},
2543
+ "devtools": "^0.0.0"
2544
+ }
2545
+ },
2116
2546
  {
2117
2547
  "name": "icons",
2118
2548
  "description": "Use your own automatically imported SVG icons.",
@@ -2159,12 +2589,12 @@
2159
2589
  },
2160
2590
  {
2161
2591
  "name": "image",
2162
- "description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
2592
+ "description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
2163
2593
  "repo": "nuxt/image",
2164
2594
  "npm": "@nuxt/image",
2165
2595
  "icon": "image.png",
2166
2596
  "github": "https://github.com/nuxt/image",
2167
- "website": "https://image.nuxtjs.org",
2597
+ "website": "https://image.nuxt.com",
2168
2598
  "learn_more": "",
2169
2599
  "category": "Images",
2170
2600
  "type": "official",
@@ -2174,6 +2604,11 @@
2174
2604
  "github": "farnabaz",
2175
2605
  "twitter": "a_birang"
2176
2606
  },
2607
+ {
2608
+ "name": "Daniel Roe",
2609
+ "github": "danielroe",
2610
+ "twitter": "danielcroe"
2611
+ },
2177
2612
  {
2178
2613
  "name": "Pooya Parsa",
2179
2614
  "github": "pi0",
@@ -2194,7 +2629,7 @@
2194
2629
  },
2195
2630
  {
2196
2631
  "name": "imagemin",
2197
- "description": "Automatically optimize (compress) all images used in Nuxt.js",
2632
+ "description": "Automatically optimize (compress) all images used in Nuxt",
2198
2633
  "repo": "nuxt-community/imagemin-module",
2199
2634
  "npm": "@nuxtjs/imagemin",
2200
2635
  "icon": "imagemin.png",
@@ -2217,12 +2652,12 @@
2217
2652
  {
2218
2653
  "name": "inkline",
2219
2654
  "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",
2655
+ "repo": "inkline/plugin",
2656
+ "npm": "@inkline/plugin",
2222
2657
  "icon": "inkline.svg",
2223
- "github": "https://github.com/inkline/nuxt-module-inkline",
2658
+ "github": "https://github.com/inkline/plugin",
2224
2659
  "website": "https://inkline.io",
2225
- "learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
2660
+ "learn_more": "https://inkline.io/docs/installation/nuxt",
2226
2661
  "category": "UI",
2227
2662
  "type": "3rd-party",
2228
2663
  "maintainers": [
@@ -2241,7 +2676,7 @@
2241
2676
  },
2242
2677
  {
2243
2678
  "name": "intercom",
2244
- "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
2679
+ "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
2245
2680
  "repo": "hex-digital/nuxt-intercom",
2246
2681
  "npm": "@hexdigital/nuxt-intercom",
2247
2682
  "icon": "intercom.png",
@@ -2286,7 +2721,7 @@
2286
2721
  },
2287
2722
  {
2288
2723
  "name": "jsonapi",
2289
- "description": "Easy JSON:API client integration for Nuxt.js",
2724
+ "description": "Easy JSON:API client integration for Nuxt",
2290
2725
  "repo": "patrickcate/nuxt-jsonapi",
2291
2726
  "npm": "nuxt-jsonapi",
2292
2727
  "icon": "jsonapi.svg",
@@ -2328,9 +2763,36 @@
2328
2763
  "requires": {}
2329
2764
  }
2330
2765
  },
2766
+ {
2767
+ "name": "kinde",
2768
+ "description": "Kinde authentication integration for Nuxt",
2769
+ "repo": "nuxt-modules/kinde",
2770
+ "npm": "@nuxtjs/kinde",
2771
+ "icon": "kinde.svg",
2772
+ "github": "https://github.com/nuxt-modules/kinde",
2773
+ "website": "https://kinde.com/docs/developer-tools/nuxt-module/",
2774
+ "learn_more": "https://kinde.com/",
2775
+ "category": "Security",
2776
+ "type": "community",
2777
+ "maintainers": [
2778
+ {
2779
+ "name": "danielroe",
2780
+ "github": "danielroe"
2781
+ },
2782
+ {
2783
+ "name": "daveordead",
2784
+ "github": "DaveOrDead",
2785
+ "twitter": "dave_or_dead"
2786
+ }
2787
+ ],
2788
+ "compatibility": {
2789
+ "nuxt": "^3.0.0",
2790
+ "requires": {}
2791
+ }
2792
+ },
2331
2793
  {
2332
2794
  "name": "kql",
2333
- "description": "Nuxt 3 module for Kirby's Query Language API",
2795
+ "description": "Nuxt module for Kirby's Query Language API",
2334
2796
  "repo": "johannschopplich/nuxt-kql",
2335
2797
  "npm": "nuxt-kql",
2336
2798
  "icon": "kql.svg",
@@ -2354,7 +2816,7 @@
2354
2816
  },
2355
2817
  {
2356
2818
  "name": "laravel-echo",
2357
- "description": "Laravel Echo for Nuxt.js",
2819
+ "description": "Laravel Echo for Nuxt",
2358
2820
  "repo": "nuxt-community/laravel-echo",
2359
2821
  "npm": "@nuxtjs/laravel-echo",
2360
2822
  "icon": "laravel-echo.png",
@@ -2396,6 +2858,28 @@
2396
2858
  "requires": {}
2397
2859
  }
2398
2860
  },
2861
+ {
2862
+ "name": "laravel-precognition",
2863
+ "description": "Nuxt module to work with Laravel Precognition and $fetch",
2864
+ "repo": "sot1986/nuxt-laravel-precognition",
2865
+ "npm": "nuxt-laravel-precognition",
2866
+ "icon": "laravel.svg",
2867
+ "github": "https://github.com/sot1986/nuxt-laravel-precognition",
2868
+ "website": "https://github.com/sot1986/nuxt-laravel-precognition",
2869
+ "learn_more": "",
2870
+ "category": "Security",
2871
+ "type": "3rd-party",
2872
+ "maintainers": [
2873
+ {
2874
+ "name": "sot1986",
2875
+ "github": "sot1986"
2876
+ }
2877
+ ],
2878
+ "compatibility": {
2879
+ "nuxt": "^3.0.0",
2880
+ "requires": {}
2881
+ }
2882
+ },
2399
2883
  {
2400
2884
  "name": "laravel",
2401
2885
  "description": "Nuxt cli extension for use with laravel as backend",
@@ -2442,13 +2926,13 @@
2442
2926
  },
2443
2927
  {
2444
2928
  "name": "link-checker",
2445
- "description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
2929
+ "description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
2446
2930
  "repo": "harlan-zw/nuxt-link-checker",
2447
2931
  "npm": "nuxt-link-checker",
2448
- "icon": "",
2932
+ "icon": "link-checker.svg",
2449
2933
  "github": "https://github.com/harlan-zw/nuxt-link-checker",
2450
- "website": "https://github.com/harlan-zw/nuxt-link-checker",
2451
- "learn_more": "",
2934
+ "website": "https://nuxtseo.com/link-checker",
2935
+ "learn_more": "https://nuxtseo.com/link-checker",
2452
2936
  "category": "SEO",
2453
2937
  "type": "3rd-party",
2454
2938
  "maintainers": [
@@ -2461,7 +2945,8 @@
2461
2945
  ],
2462
2946
  "compatibility": {
2463
2947
  "nuxt": "^3.0.0",
2464
- "requires": {}
2948
+ "requires": {},
2949
+ "devtools": "^0.0.0"
2465
2950
  }
2466
2951
  },
2467
2952
  {
@@ -2538,12 +3023,12 @@
2538
3023
  },
2539
3024
  {
2540
3025
  "name": "logrocket",
2541
- "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
2542
- "repo": "nuxt-community/nuxt-logrocket",
3026
+ "description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
3027
+ "repo": "nuxt-modules/logrocket",
2543
3028
  "npm": "nuxt-logrocket",
2544
3029
  "icon": "logrocket.png",
2545
- "github": "https://github.com/nuxt-community/nuxt-logrocket",
2546
- "website": "https://github.com/nuxt-community/nuxt-logrocket",
3030
+ "github": "https://github.com/nuxt-modules/logrocket",
3031
+ "website": "https://github.com/nuxt-modules/logrocket",
2547
3032
  "learn_more": "https://docs.logrocket.com/docs",
2548
3033
  "category": "Monitoring",
2549
3034
  "type": "community",
@@ -2559,9 +3044,35 @@
2559
3044
  "requires": {}
2560
3045
  }
2561
3046
  },
3047
+ {
3048
+ "name": "lucide-icons",
3049
+ "description": "Nuxt module to integrate Lucide icons",
3050
+ "repo": "swisnl/nuxt-lucide-icons",
3051
+ "npm": "nuxt-lucide-icons",
3052
+ "icon": "lucide-icons.svg",
3053
+ "github": "https://github.com/swisnl/nuxt-lucide-icons",
3054
+ "website": "https://github.com/swisnl/nuxt-lucide-icons",
3055
+ "learn_more": "",
3056
+ "category": "UI",
3057
+ "type": "3rd-party",
3058
+ "maintainers": [
3059
+ {
3060
+ "name": "SWIS",
3061
+ "github": "swisnl"
3062
+ },
3063
+ {
3064
+ "name": "Jasper Zonneveld",
3065
+ "github": "JaZo"
3066
+ }
3067
+ ],
3068
+ "compatibility": {
3069
+ "nuxt": "^3.0.0",
3070
+ "requires": {}
3071
+ }
3072
+ },
2562
3073
  {
2563
3074
  "name": "lunr",
2564
- "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
3075
+ "description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
2565
3076
  "repo": "nuxt-community/lunr-module",
2566
3077
  "npm": "@nuxtjs/lunr-module",
2567
3078
  "icon": "",
@@ -2649,6 +3160,28 @@
2649
3160
  "requires": {}
2650
3161
  }
2651
3162
  },
3163
+ {
3164
+ "name": "maz-ui",
3165
+ "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3166
+ "repo": "louismazel/maz-ui",
3167
+ "npm": "maz-ui",
3168
+ "icon": "maz-ui.png",
3169
+ "github": "https://github.com/louismazel/maz-ui",
3170
+ "website": "https://louismazel.github.io/maz-ui-3/",
3171
+ "learn_more": "https://louismazel.github.io/maz-ui-3/",
3172
+ "category": "UI",
3173
+ "type": "community",
3174
+ "maintainers": [
3175
+ {
3176
+ "name": "Loïc Mazuel",
3177
+ "github": "LouisMazel"
3178
+ }
3179
+ ],
3180
+ "compatibility": {
3181
+ "nuxt": "^3.0.0",
3182
+ "requires": {}
3183
+ }
3184
+ },
2652
3185
  {
2653
3186
  "name": "mdx",
2654
3187
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -2674,7 +3207,7 @@
2674
3207
  },
2675
3208
  {
2676
3209
  "name": "medusa",
2677
- "description": "Easily connect to Medusa from your Nuxt 3 application",
3210
+ "description": "Easily connect to Medusa from your Nuxt application",
2678
3211
  "repo": "Baroshem/nuxt-medusa",
2679
3212
  "npm": "nuxt-medusa",
2680
3213
  "icon": "medusa.svg",
@@ -2699,7 +3232,7 @@
2699
3232
  },
2700
3233
  {
2701
3234
  "name": "meilisearch",
2702
- "description": "Meilisearch Instant Search module for Nuxt 3",
3235
+ "description": "Meilisearch Instant Search module for Nuxt",
2703
3236
  "repo": "xlanex6/nuxt-meilisearch",
2704
3237
  "npm": "nuxt-meilisearch",
2705
3238
  "icon": "meilisearch.svg",
@@ -2719,7 +3252,8 @@
2719
3252
  "nuxt": "^3.0.0",
2720
3253
  "requires": {
2721
3254
  "bridge": false
2722
- }
3255
+ },
3256
+ "devtools": "^0.0.0"
2723
3257
  }
2724
3258
  },
2725
3259
  {
@@ -2744,28 +3278,6 @@
2744
3278
  "requires": {}
2745
3279
  }
2746
3280
  },
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
3281
  {
2770
3282
  "name": "module-feed",
2771
3283
  "description": "Feed module enables everyone to have RSS, Atom and JSON.",
@@ -2791,7 +3303,7 @@
2791
3303
  },
2792
3304
  {
2793
3305
  "name": "moment",
2794
- "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3306
+ "description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
2795
3307
  "repo": "nuxt-community/moment-module",
2796
3308
  "npm": "@nuxtjs/moment",
2797
3309
  "icon": "momentjs.png",
@@ -2818,7 +3330,7 @@
2818
3330
  },
2819
3331
  {
2820
3332
  "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.",
3333
+ "description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
2822
3334
  "repo": "vanhoofmaarten/nuxt-mq",
2823
3335
  "npm": "nuxt-mq",
2824
3336
  "icon": "",
@@ -2862,7 +3374,7 @@
2862
3374
  },
2863
3375
  {
2864
3376
  "name": "netlify-cache",
2865
- "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
3377
+ "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
2866
3378
  "repo": "DreaMinder/nuxt-netlify-cache",
2867
3379
  "npm": "nuxt-netlify-cache",
2868
3380
  "icon": "netlify.png",
@@ -2907,7 +3419,7 @@
2907
3419
  },
2908
3420
  {
2909
3421
  "name": "netlify",
2910
- "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
3422
+ "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
2911
3423
  "repo": "bazzite/nuxt-netlify",
2912
3424
  "npm": "@aceforth/nuxt-netlify",
2913
3425
  "icon": "netlify.png",
@@ -2978,30 +3490,119 @@
2978
3490
  }
2979
3491
  },
2980
3492
  {
2981
- "name": "nuxt-auth",
2982
- "description": "",
2983
- "repo": "sidebase/nuxt-auth",
2984
- "npm": "@sidebase/nuxt-auth",
3493
+ "name": "nupolyon",
3494
+ "description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
3495
+ "repo": "adenvt/nupolyon",
3496
+ "npm": "nupolyon",
2985
3497
  "icon": "",
2986
- "github": "https://github.com/sidebase/nuxt-auth",
2987
- "website": "https://github.com/sidebase/nuxt-auth",
3498
+ "github": "https://github.com/adenvt/nupolyon",
3499
+ "website": "https://github.com/adenvt/nupolyon",
2988
3500
  "learn_more": "",
2989
- "category": "Devtools",
3501
+ "category": "Performance",
2990
3502
  "type": "3rd-party",
2991
3503
  "maintainers": [
2992
3504
  {
2993
- "name": "sidebase",
2994
- "github": "sidebase"
3505
+ "name": "adenvt",
3506
+ "github": "adenvt"
2995
3507
  }
2996
3508
  ],
2997
3509
  "compatibility": {
2998
- "nuxt": "^2.0.0",
3510
+ "nuxt": "^3.0.0",
3511
+ "requires": {}
3512
+ }
3513
+ },
3514
+ {
3515
+ "name": "nuxt-anchorscroll",
3516
+ "description": "Scroll to top and to anchor support for Nuxt",
3517
+ "repo": "helltraitor/nuxt-anchorscroll",
3518
+ "npm": "nuxt-anchorscroll",
3519
+ "icon": "",
3520
+ "github": "https://github.com/helltraitor/nuxt-anchorscroll",
3521
+ "website": "https://github.com/helltraitor/nuxt-anchorscroll",
3522
+ "learn_more": "",
3523
+ "category": "UI",
3524
+ "type": "3rd-party",
3525
+ "maintainers": [
3526
+ {
3527
+ "name": "Helltraitor",
3528
+ "github": "helltraitor"
3529
+ }
3530
+ ],
3531
+ "compatibility": {
3532
+ "nuxt": "^3.0.0",
3533
+ "requires": {}
3534
+ }
3535
+ },
3536
+ {
3537
+ "name": "nuxt-auth-sanctum",
3538
+ "description": "Nuxt module for Laravel Sanctum authentication",
3539
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3540
+ "npm": "nuxt-auth-sanctum",
3541
+ "icon": "laravel.svg",
3542
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3543
+ "website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3544
+ "learn_more": "",
3545
+ "category": "Security",
3546
+ "type": "3rd-party",
3547
+ "maintainers": [
3548
+ {
3549
+ "name": "Artem Manchenkov",
3550
+ "github": "manchenkoff",
3551
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
3552
+ }
3553
+ ],
3554
+ "compatibility": {
3555
+ "nuxt": "^3.0.0",
3556
+ "requires": {}
3557
+ }
3558
+ },
3559
+ {
3560
+ "name": "nuxt-basic-auth",
3561
+ "description": "Nuxt Module for Basic Authentication",
3562
+ "repo": "kgierke/nuxt-basic-auth",
3563
+ "npm": "@kgierke/nuxt-basic-auth",
3564
+ "icon": "",
3565
+ "github": "https://github.com/kgierke/nuxt-basic-auth",
3566
+ "website": "https://github.com/kgierke/nuxt-basic-auth",
3567
+ "learn_more": "",
3568
+ "category": "Security",
3569
+ "type": "3rd-party",
3570
+ "maintainers": [
3571
+ {
3572
+ "name": "kgierke",
3573
+ "github": "kgierke"
3574
+ }
3575
+ ],
3576
+ "compatibility": {
3577
+ "nuxt": "^3.0.0",
3578
+ "requires": {}
3579
+ }
3580
+ },
3581
+ {
3582
+ "name": "nuxt-bootstrap-icons",
3583
+ "description": "Just a simple integration for Bootstrap Icons",
3584
+ "repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
3585
+ "npm": "nuxt-bootstrap-icons",
3586
+ "icon": "bootstrap-icons.svg",
3587
+ "github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3588
+ "website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3589
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3590
+ "category": "UI",
3591
+ "type": "3rd-party",
3592
+ "maintainers": [
3593
+ {
3594
+ "name": "OyewoleOyedeji",
3595
+ "github": "OyewoleOyedeji"
3596
+ }
3597
+ ],
3598
+ "compatibility": {
3599
+ "nuxt": "^3.0.0",
2999
3600
  "requires": {}
3000
3601
  }
3001
3602
  },
3002
3603
  {
3003
3604
  "name": "nuxt-chatgpt",
3004
- "description": "ChatGPT integration for Nuxt 3",
3605
+ "description": "ChatGPT integration for Nuxt",
3005
3606
  "repo": "schnapsterdog/nuxt-chatgpt",
3006
3607
  "npm": "nuxt-chatgpt",
3007
3608
  "icon": "chatgpt.svg",
@@ -3021,6 +3622,76 @@
3021
3622
  "requires": {}
3022
3623
  }
3023
3624
  },
3625
+ {
3626
+ "name": "nuxt-facebook-chat",
3627
+ "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
3628
+ "repo": "superdev-tech/nuxt-facebook-chat",
3629
+ "npm": "nuxt-facebook-chat",
3630
+ "icon": "nuxt-facebook-chat.svg",
3631
+ "github": "https://github.com/superdev-tech/nuxt-facebook-chat",
3632
+ "website": "https://github.com/superdev-tech/nuxt-facebook-chat",
3633
+ "learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
3634
+ "category": "Libraries",
3635
+ "type": "3rd-party",
3636
+ "maintainers": [
3637
+ {
3638
+ "name": "Supanut Dokmaithong",
3639
+ "github": "Boomgeek"
3640
+ },
3641
+ {
3642
+ "name": "superdev-tech",
3643
+ "github": "superdev-tech"
3644
+ }
3645
+ ],
3646
+ "compatibility": {
3647
+ "nuxt": "^3.0.0",
3648
+ "requires": {}
3649
+ }
3650
+ },
3651
+ {
3652
+ "name": "nuxt-feather-icons",
3653
+ "description": "The Feather Icons in Nuxt 3.",
3654
+ "repo": "4sllan/nuxt-feather-icons",
3655
+ "npm": "nuxt-feather-icons",
3656
+ "icon": "nuxt-feather-icons.svg",
3657
+ "github": "https://github.com/4sllan/nuxt-feather-icons",
3658
+ "website": "https://github.com/4sllan/nuxt-feather-icons",
3659
+ "learn_more": "https://github.com/4sllan/nuxt-feather-icons",
3660
+ "category": "UI",
3661
+ "type": "3rd-party",
3662
+ "maintainers": [
3663
+ {
3664
+ "name": "4sllan",
3665
+ "github": "4sllan"
3666
+ }
3667
+ ],
3668
+ "compatibility": {
3669
+ "nuxt": "^3.0.0",
3670
+ "requires": {}
3671
+ }
3672
+ },
3673
+ {
3674
+ "name": "nuxt-feedme",
3675
+ "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
3676
+ "repo": "helltraitor/nuxt-feedme",
3677
+ "npm": "nuxt-feedme",
3678
+ "icon": "",
3679
+ "github": "https://github.com/helltraitor/nuxt-feedme",
3680
+ "website": "https://github.com/helltraitor/nuxt-feedme",
3681
+ "learn_more": "",
3682
+ "category": "SEO",
3683
+ "type": "3rd-party",
3684
+ "maintainers": [
3685
+ {
3686
+ "name": "Helltraitor",
3687
+ "github": "helltraitor"
3688
+ }
3689
+ ],
3690
+ "compatibility": {
3691
+ "nuxt": "^3.0.0",
3692
+ "requires": {}
3693
+ }
3694
+ },
3024
3695
  {
3025
3696
  "name": "nuxt-graphql-middleware",
3026
3697
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -3072,6 +3743,29 @@
3072
3743
  "requires": {}
3073
3744
  }
3074
3745
  },
3746
+ {
3747
+ "name": "nuxt-gtm",
3748
+ "description": "A Nuxt module for Google Tag Manager",
3749
+ "repo": "zadigetvoltaire/nuxt-gtm",
3750
+ "npm": "@zadigetvoltaire/nuxt-gtm",
3751
+ "icon": "nuxt-gtm.svg",
3752
+ "github": "https://github.com/zadigetvoltaire/nuxt-gtm",
3753
+ "website": "https://github.com/zadigetvoltaire/nuxt-gtm",
3754
+ "learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
3755
+ "category": "Analytics",
3756
+ "type": "3rd-party",
3757
+ "maintainers": [
3758
+ {
3759
+ "name": "Zadig&Voltaire Team",
3760
+ "github": "https://github.com/zadigetvoltaire"
3761
+ }
3762
+ ],
3763
+ "compatibility": {
3764
+ "nuxt": "^3.0.0",
3765
+ "requires": {},
3766
+ "devtools": "^0.0.0"
3767
+ }
3768
+ },
3075
3769
  {
3076
3770
  "name": "nuxt-hue",
3077
3771
  "description": "Enlighten your Nuxt experience",
@@ -3097,44 +3791,42 @@
3097
3791
  }
3098
3792
  },
3099
3793
  {
3100
- "name": "nuxt-localtunnel",
3101
- "description": "Exposes your Nuxt localhost to the world automatically.",
3102
- "repo": "nuxtus/localtunnel",
3103
- "npm": "@nuxtus/nuxt-localtunnel",
3104
- "icon": "nuxt-localtunnel.svg",
3105
- "github": "https://github.com/nuxtus/localtunnel",
3106
- "website": "https://nuxtus.com",
3107
- "learn_more": "https://docs.nuxtus.com/#/localtunnel",
3794
+ "name": "nuxt-interpolation",
3795
+ "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
3796
+ "repo": "daliborgogic/nuxt-interpolation#master",
3797
+ "npm": "nuxt-interpolation",
3798
+ "icon": "",
3799
+ "github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3800
+ "website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3801
+ "learn_more": "",
3108
3802
  "category": "Devtools",
3109
3803
  "type": "3rd-party",
3110
3804
  "maintainers": [
3111
3805
  {
3112
- "name": "Craig Harman",
3113
- "github": "craigharman",
3114
- "twitter": "craig_harman"
3806
+ "name": "daliborgogic",
3807
+ "github": "daliborgogic"
3115
3808
  }
3116
3809
  ],
3117
3810
  "compatibility": {
3118
- "nuxt": "^3.0.0",
3811
+ "nuxt": "^2.0.0",
3119
3812
  "requires": {}
3120
3813
  }
3121
3814
  },
3122
3815
  {
3123
- "name": "nuxt-loco",
3124
- "description": "A localise.biz module to synth locale with Nuxt.js",
3125
- "repo": "gaetansenn/nuxt-loco",
3126
- "npm": "nuxt-loco",
3816
+ "name": "nuxt-jsonld",
3817
+ "description": "Manage JSON-LD in Vue component.",
3818
+ "repo": "ymmooot/nuxt-jsonld",
3819
+ "npm": "nuxt-jsonld",
3127
3820
  "icon": "",
3128
- "github": "https://github.com/gaetansenn/nuxt-loco",
3129
- "website": "https://nuxt-loco.dewib.com/",
3821
+ "github": "https://github.com/ymmooot/nuxt-jsonld",
3822
+ "website": "https://github.com/ymmooot/nuxt-jsonld",
3130
3823
  "learn_more": "",
3131
- "category": "Libraries",
3824
+ "category": "SEO",
3132
3825
  "type": "3rd-party",
3133
3826
  "maintainers": [
3134
3827
  {
3135
- "name": "Gaetan SENN",
3136
- "github": "gaetansenn",
3137
- "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
3828
+ "name": "ymmooot",
3829
+ "github": "ymmooot"
3138
3830
  }
3139
3831
  ],
3140
3832
  "compatibility": {
@@ -3143,8 +3835,76 @@
3143
3835
  }
3144
3836
  },
3145
3837
  {
3146
- "name": "nuxt-mapbox",
3147
- "description": "Elegant Mapbox integration with Nuxt",
3838
+ "name": "nuxt-localtunnel",
3839
+ "description": "Exposes your Nuxt localhost to the world automatically.",
3840
+ "repo": "nuxtus/localtunnel",
3841
+ "npm": "@nuxtus/nuxt-localtunnel",
3842
+ "icon": "nuxt-localtunnel.svg",
3843
+ "github": "https://github.com/nuxtus/localtunnel",
3844
+ "website": "https://nuxtus.com",
3845
+ "learn_more": "https://docs.nuxtus.com/#/localtunnel",
3846
+ "category": "Devtools",
3847
+ "type": "3rd-party",
3848
+ "maintainers": [
3849
+ {
3850
+ "name": "Craig Harman",
3851
+ "github": "craigharman",
3852
+ "twitter": "craig_harman"
3853
+ }
3854
+ ],
3855
+ "compatibility": {
3856
+ "nuxt": "^3.0.0",
3857
+ "requires": {}
3858
+ }
3859
+ },
3860
+ {
3861
+ "name": "nuxt-loco",
3862
+ "description": "A localise.biz module to synth locale with Nuxt",
3863
+ "repo": "gaetansenn/nuxt-loco",
3864
+ "npm": "nuxt-loco",
3865
+ "icon": "",
3866
+ "github": "https://github.com/gaetansenn/nuxt-loco",
3867
+ "website": "https://nuxt-loco.dewib.com/",
3868
+ "learn_more": "",
3869
+ "category": "Libraries",
3870
+ "type": "3rd-party",
3871
+ "maintainers": [
3872
+ {
3873
+ "name": "Gaetan SENN",
3874
+ "github": "gaetansenn",
3875
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
3876
+ }
3877
+ ],
3878
+ "compatibility": {
3879
+ "nuxt": "^3.0.0",
3880
+ "requires": {}
3881
+ }
3882
+ },
3883
+ {
3884
+ "name": "nuxt-mail",
3885
+ "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
3886
+ "repo": "dword-design/nuxt-mail",
3887
+ "npm": "nuxt-mail",
3888
+ "icon": "",
3889
+ "github": "https://github.com/dword-design/nuxt-mail",
3890
+ "website": "https://github.com/dword-design/nuxt-mail",
3891
+ "learn_more": "",
3892
+ "category": "Extensions",
3893
+ "type": "3rd-party",
3894
+ "maintainers": [
3895
+ {
3896
+ "name": "Sebastian Landwehr",
3897
+ "github": "dword-design"
3898
+ }
3899
+ ],
3900
+ "compatibility": {
3901
+ "nuxt": "^2.0.0 || ^3.0.0",
3902
+ "requires": {}
3903
+ }
3904
+ },
3905
+ {
3906
+ "name": "nuxt-mapbox",
3907
+ "description": "Elegant Mapbox integration with Nuxt",
3148
3908
  "repo": "AlexLavoie42/Nuxt-Mapbox",
3149
3909
  "npm": "nuxt-mapbox",
3150
3910
  "icon": "nuxt-mapbox.svg",
@@ -3164,6 +3924,28 @@
3164
3924
  "requires": {}
3165
3925
  }
3166
3926
  },
3927
+ {
3928
+ "name": "nuxt-mdi",
3929
+ "description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
3930
+ "repo": "ERPedersen/nuxt-mdi",
3931
+ "npm": "nuxt-mdi",
3932
+ "icon": "mdi.png",
3933
+ "github": "https://github.com/ERPedersen/nuxt-mdi",
3934
+ "website": "https://nuxt-mdi.emilrosenius.com",
3935
+ "learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
3936
+ "category": "Libraries",
3937
+ "type": "3rd-party",
3938
+ "maintainers": [
3939
+ {
3940
+ "name": "Emil Rosenius",
3941
+ "github": "ERPedersen"
3942
+ }
3943
+ ],
3944
+ "compatibility": {
3945
+ "nuxt": "^3.0.0",
3946
+ "requires": {}
3947
+ }
3948
+ },
3167
3949
  {
3168
3950
  "name": "nuxt-monaco-editor",
3169
3951
  "description": "Integrate monaco-editor with Nuxt",
@@ -3186,6 +3968,74 @@
3186
3968
  "requires": {}
3187
3969
  }
3188
3970
  },
3971
+ {
3972
+ "name": "nuxt-mongoose",
3973
+ "description": "A Nuxt module for simplifying the use of Mongoose in your project.",
3974
+ "repo": "arashsheyda/nuxt-mongoose",
3975
+ "npm": "nuxt-mongoose",
3976
+ "icon": "nuxt-mongoose.svg",
3977
+ "github": "https://github.com/arashsheyda/nuxt-mongoose",
3978
+ "website": "https://nuxt-mongoose.nuxt.space",
3979
+ "learn_more": "",
3980
+ "category": "Database",
3981
+ "type": "3rd-party",
3982
+ "maintainers": [
3983
+ {
3984
+ "name": "arashsheyda",
3985
+ "github": "arashsheyda"
3986
+ }
3987
+ ],
3988
+ "compatibility": {
3989
+ "nuxt": "^3.0.0",
3990
+ "requires": {},
3991
+ "devtools": "^0.0.0"
3992
+ }
3993
+ },
3994
+ {
3995
+ "name": "nuxt-openapi-docs-module",
3996
+ "description": "Generate pages from OpenAPI specifications",
3997
+ "repo": "on-org/nuxt-openapi-docs-module",
3998
+ "npm": "nuxt-openapi-docs-module",
3999
+ "icon": "nuxt-openapi-docs-module.svg",
4000
+ "github": "https://github.com/on-org/nuxt-openapi-docs-module",
4001
+ "website": "https://github.com/on-org/nuxt-openapi-docs-module",
4002
+ "learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
4003
+ "category": "Libraries",
4004
+ "type": "3rd-party",
4005
+ "maintainers": [
4006
+ {
4007
+ "name": "Pavel Kuzmin",
4008
+ "github": "s00d"
4009
+ }
4010
+ ],
4011
+ "compatibility": {
4012
+ "nuxt": "^3.0.0",
4013
+ "requires": {}
4014
+ }
4015
+ },
4016
+ {
4017
+ "name": "nuxt-payload-analyzer",
4018
+ "description": "Analyze Nuxt Payload Size",
4019
+ "repo": "barbapapazes/nuxt-payload-analyzer",
4020
+ "npm": "nuxt-payload-analyzer",
4021
+ "icon": "",
4022
+ "github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
4023
+ "website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
4024
+ "learn_more": "",
4025
+ "category": "Performance",
4026
+ "type": "3rd-party",
4027
+ "maintainers": [
4028
+ {
4029
+ "name": "Barbapapazes",
4030
+ "github": "Barbapapazes",
4031
+ "twitter": "soubiran_"
4032
+ }
4033
+ ],
4034
+ "compatibility": {
4035
+ "nuxt": "^3.0.0",
4036
+ "requires": {}
4037
+ }
4038
+ },
3189
4039
  {
3190
4040
  "name": "nuxt-pdf",
3191
4041
  "description": "Zero-boilerplate PDF exports of your Pages and Components",
@@ -3209,6 +4059,28 @@
3209
4059
  "requires": {}
3210
4060
  }
3211
4061
  },
4062
+ {
4063
+ "name": "nuxt-phosphor-icons",
4064
+ "description": "Just a simple integration for @phosphor-icons in Nuxt",
4065
+ "repo": "OyewoleOyedeji/nuxt-phosphor-icons",
4066
+ "npm": "nuxt-phosphor-icons",
4067
+ "icon": "phosphor-icons.svg",
4068
+ "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4069
+ "website": "https://nuxt-phosphor-icons.vercel.app",
4070
+ "learn_more": "https://nuxt-phosphor-icons.vercel.app",
4071
+ "category": "UI",
4072
+ "type": "3rd-party",
4073
+ "maintainers": [
4074
+ {
4075
+ "name": "OyewoleOyedeji",
4076
+ "github": "OyewoleOyedeji"
4077
+ }
4078
+ ],
4079
+ "compatibility": {
4080
+ "nuxt": "^3.0.0",
4081
+ "requires": {}
4082
+ }
4083
+ },
3212
4084
  {
3213
4085
  "name": "nuxt-pino-log",
3214
4086
  "description": "Structured logs for nuxt apps using pino",
@@ -3233,7 +4105,7 @@
3233
4105
  },
3234
4106
  {
3235
4107
  "name": "plausible",
3236
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4108
+ "description": "Nuxt module to natively integrate Plausible analytics",
3237
4109
  "repo": "nuxt-modules/plausible",
3238
4110
  "npm": "@nuxtjs/plausible",
3239
4111
  "icon": "plausible.png",
@@ -3253,9 +4125,35 @@
3253
4125
  "requires": {}
3254
4126
  }
3255
4127
  },
4128
+ {
4129
+ "name": "nuxt-plotly",
4130
+ "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
4131
+ "repo": "superdev-tech/nuxt-plotly",
4132
+ "npm": "nuxt-plotly",
4133
+ "icon": "nuxt-plotly.svg",
4134
+ "github": "https://github.com/superdev-tech/nuxt-plotly",
4135
+ "website": "https://github.com/superdev-tech/nuxt-plotly",
4136
+ "learn_more": "https://www.npmjs.com/package/nuxt-plotly",
4137
+ "category": "Libraries",
4138
+ "type": "3rd-party",
4139
+ "maintainers": [
4140
+ {
4141
+ "name": "Supanut Dokmaithong",
4142
+ "github": "Boomgeek"
4143
+ },
4144
+ {
4145
+ "name": "superdev-tech",
4146
+ "github": "superdev-tech"
4147
+ }
4148
+ ],
4149
+ "compatibility": {
4150
+ "nuxt": "^3.0.0",
4151
+ "requires": {}
4152
+ }
4153
+ },
3256
4154
  {
3257
4155
  "name": "nuxt-png-to-ico",
3258
- "description": "Nuxt.js module for auto generating favicons",
4156
+ "description": "Nuxt module for auto generating favicons",
3259
4157
  "repo": "b5710546232/nuxt-png-to-ico",
3260
4158
  "npm": "nuxt-png-to-ico",
3261
4159
  "icon": "",
@@ -3278,7 +4176,7 @@
3278
4176
  },
3279
4177
  {
3280
4178
  "name": "nuxt-smartlook",
3281
- "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
4179
+ "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
3282
4180
  "repo": "f00b4r/nuxt-smartlook",
3283
4181
  "npm": "nuxt-smartlook",
3284
4182
  "icon": "nuxt-smartlook.png",
@@ -3300,6 +4198,28 @@
3300
4198
  "requires": {}
3301
4199
  }
3302
4200
  },
4201
+ {
4202
+ "name": "nuxt-social-share",
4203
+ "description": "Simple Social Sharing for Nuxt",
4204
+ "repo": "stefanobartoletti/nuxt-social-share",
4205
+ "npm": "@stefanobartoletti/nuxt-social-share",
4206
+ "icon": "nuxt-social-share.png",
4207
+ "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4208
+ "website": "https://github.com/stefanobartoletti/nuxt-social-share",
4209
+ "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4210
+ "category": "Extensions",
4211
+ "type": "3rd-party",
4212
+ "maintainers": [
4213
+ {
4214
+ "name": "stefanobartoletti",
4215
+ "github": "stefanobartoletti"
4216
+ }
4217
+ ],
4218
+ "compatibility": {
4219
+ "nuxt": "^3.0.0",
4220
+ "requires": {}
4221
+ }
4222
+ },
3303
4223
  {
3304
4224
  "name": "ssr-lit",
3305
4225
  "description": "Server-Side Rendering for Lit Element components",
@@ -3330,7 +4250,7 @@
3330
4250
  },
3331
4251
  {
3332
4252
  "name": "nuxt-storm",
3333
- "description": "WebStorm & PHPStorm support for NuxtJS components",
4253
+ "description": "WebStorm & PHPStorm support for Nuxt components",
3334
4254
  "repo": "fumeapp/nuxt-storm",
3335
4255
  "npm": "nuxt-storm",
3336
4256
  "icon": "nuxt-storm.png",
@@ -3350,6 +4270,30 @@
3350
4270
  "requires": {}
3351
4271
  }
3352
4272
  },
4273
+ {
4274
+ "name": "nuxt-svgo-loader",
4275
+ "description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
4276
+ "repo": "Mini-ghost/nuxt-svgo-loader",
4277
+ "npm": "nuxt-svgo-loader",
4278
+ "icon": "",
4279
+ "github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4280
+ "website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4281
+ "learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4282
+ "category": "Images",
4283
+ "type": "3rd-party",
4284
+ "maintainers": [
4285
+ {
4286
+ "name": "Alex Liu",
4287
+ "github": "Mini-ghost",
4288
+ "twitter": "Minighost_Alex"
4289
+ }
4290
+ ],
4291
+ "compatibility": {
4292
+ "nuxt": "^3.0.0",
4293
+ "requires": {},
4294
+ "devtools": "^0.0.0"
4295
+ }
4296
+ },
3353
4297
  {
3354
4298
  "name": "nuxt-svgo",
3355
4299
  "description": "Nuxt module to load optimized SVG files as Vue components",
@@ -3374,7 +4318,7 @@
3374
4318
  },
3375
4319
  {
3376
4320
  "name": "nuxt-unleash",
3377
- "description": "Nuxt.js module to use Unleash toggle feature services",
4321
+ "description": "Nuxt module to use Unleash toggle feature services",
3378
4322
  "repo": "conejerock/nuxt-unleash",
3379
4323
  "npm": "nuxt-unleash",
3380
4324
  "icon": "nuxt-unleash.svg",
@@ -3394,28 +4338,6 @@
3394
4338
  "requires": {}
3395
4339
  }
3396
4340
  },
3397
- {
3398
- "name": "nuxt-use-motion",
3399
- "description": "A Nuxt module putting your components in motion",
3400
- "repo": "Tahul/nuxt-use-motion",
3401
- "npm": "nuxt-use-motion",
3402
- "icon": "nuxt-use-motion.svg",
3403
- "github": "https://github.com/Tahul/nuxt-use-motion",
3404
- "website": "https://github.com/Tahul/nuxt-use-motion",
3405
- "learn_more": "https://github.com/vueuse/motion",
3406
- "category": "Libraries",
3407
- "type": "3rd-party",
3408
- "maintainers": [
3409
- {
3410
- "name": "Tahul",
3411
- "github": "Tahul"
3412
- }
3413
- ],
3414
- "compatibility": {
3415
- "nuxt": "^2.0.0",
3416
- "requires": {}
3417
- }
3418
- },
3419
4341
  {
3420
4342
  "name": "nuxt-use-sound",
3421
4343
  "description": "A Nuxt module for playing sound effects.",
@@ -3465,12 +4387,12 @@
3465
4387
  {
3466
4388
  "name": "nuxt-vue3-google-signin",
3467
4389
  "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
3468
- "repo": "syetalabs/nuxt-vue3-google-signin",
4390
+ "repo": "wavezync/nuxt-vue3-google-signin",
3469
4391
  "npm": "nuxt-vue3-google-signin",
3470
4392
  "icon": "vue3-google-signin.svg",
3471
- "github": "https://github.com/syetalabs/nuxt-vue3-google-signin",
3472
- "website": "https://vue3-google-signin.syetalabs.io",
3473
- "learn_more": "https://vue3-google-signin.syetalabs.io",
4393
+ "github": "https://github.com/wavezync/nuxt-vue3-google-signin",
4394
+ "website": "https://vue3-google-signin.wavezync.com",
4395
+ "learn_more": "https://vue3-google-signin.wavezync.com",
3474
4396
  "category": "Libraries",
3475
4397
  "type": "3rd-party",
3476
4398
  "maintainers": [
@@ -3484,9 +4406,75 @@
3484
4406
  "requires": {}
3485
4407
  }
3486
4408
  },
4409
+ {
4410
+ "name": "Nuxt zodI18n",
4411
+ "description": "A Nuxt Module for localizing zod error messages.",
4412
+ "repo": "xibman/nuxt-zod-i18n",
4413
+ "npm": "nuxt-zod-i18n",
4414
+ "icon": "nuxt-zod-i18n.svg",
4415
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
4416
+ "website": "https://xibman-nuxt-zod-i18n.nuxt.space",
4417
+ "learn_more": "",
4418
+ "category": "Libraries",
4419
+ "type": "3rd-party",
4420
+ "maintainers": [
4421
+ {
4422
+ "name": "xibman",
4423
+ "github": "xibman"
4424
+ }
4425
+ ],
4426
+ "compatibility": {
4427
+ "nuxt": "^3.0.0",
4428
+ "requires": {}
4429
+ }
4430
+ },
4431
+ {
4432
+ "name": "nuxt3-interpolation",
4433
+ "description": "",
4434
+ "repo": "daliborgogic/interpolation#master",
4435
+ "npm": "nuxt3-interpolation",
4436
+ "icon": "",
4437
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
4438
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
4439
+ "learn_more": "",
4440
+ "category": "Devtools",
4441
+ "type": "3rd-party",
4442
+ "maintainers": [
4443
+ {
4444
+ "name": "daliborgogic",
4445
+ "github": "daliborgogic"
4446
+ }
4447
+ ],
4448
+ "compatibility": {
4449
+ "nuxt": "^3.0.0",
4450
+ "requires": {}
4451
+ }
4452
+ },
4453
+ {
4454
+ "name": "nuxt3-leaflet",
4455
+ "description": "Leaflet integration with Nuxt",
4456
+ "repo": "Gugustinette/Nuxt-Leaflet",
4457
+ "npm": "nuxt3-leaflet",
4458
+ "icon": "leaflet.png",
4459
+ "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4460
+ "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
4461
+ "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
4462
+ "category": "Libraries",
4463
+ "type": "3rd-party",
4464
+ "maintainers": [
4465
+ {
4466
+ "name": "Augustin MERCIER",
4467
+ "github": "Gugustinette"
4468
+ }
4469
+ ],
4470
+ "compatibility": {
4471
+ "nuxt": "^3.0.0",
4472
+ "requires": {}
4473
+ }
4474
+ },
3487
4475
  {
3488
4476
  "name": "nuxt7",
3489
- "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
4477
+ "description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
3490
4478
  "repo": "nuxt-community/nuxt7",
3491
4479
  "npm": "nuxt7",
3492
4480
  "icon": "",
@@ -3509,13 +4497,13 @@
3509
4497
  },
3510
4498
  {
3511
4499
  "name": "og-image",
3512
- "description": "Easily generate dynamic social share images.",
4500
+ "description": "Enlightened runtime images generated with Vue templates.",
3513
4501
  "repo": "harlan-zw/nuxt-og-image",
3514
4502
  "npm": "nuxt-og-image",
3515
- "icon": "",
4503
+ "icon": "og-image.svg",
3516
4504
  "github": "https://github.com/harlan-zw/nuxt-og-image",
3517
- "website": "https://github.com/harlan-zw/nuxt-og-image",
3518
- "learn_more": "",
4505
+ "website": "https://nuxtseo.com/og-image",
4506
+ "learn_more": "https://nuxtseo.com/og-image",
3519
4507
  "category": "SEO",
3520
4508
  "type": "3rd-party",
3521
4509
  "maintainers": [
@@ -3528,7 +4516,8 @@
3528
4516
  ],
3529
4517
  "compatibility": {
3530
4518
  "nuxt": "^3.0.0",
3531
- "requires": {}
4519
+ "requires": {},
4520
+ "devtools": "^0.0.0"
3532
4521
  }
3533
4522
  },
3534
4523
  {
@@ -3556,7 +4545,7 @@
3556
4545
  },
3557
4546
  {
3558
4547
  "name": "optimized-images",
3559
- "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
4548
+ "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
3560
4549
  "repo": "juliomrqz/nuxt-optimized-images",
3561
4550
  "npm": "@aceforth/nuxt-optimized-images",
3562
4551
  "icon": "",
@@ -3601,7 +4590,7 @@
3601
4590
  },
3602
4591
  {
3603
4592
  "name": "parse",
3604
- "description": "Parse package for Nuxt.js",
4593
+ "description": "Parse package for Nuxt",
3605
4594
  "repo": "cierrateam/nuxt-parse",
3606
4595
  "npm": "nuxt-parse",
3607
4596
  "icon": "",
@@ -3621,6 +4610,29 @@
3621
4610
  "requires": {}
3622
4611
  }
3623
4612
  },
4613
+ {
4614
+ "name": "particles",
4615
+ "description": "Easily add particle animations to your Nuxt projects using tsParticles",
4616
+ "repo": "Joepocalyptic/nuxt-particles",
4617
+ "npm": "nuxt-particles",
4618
+ "icon": "",
4619
+ "github": "https://github.com/Joepocalyptic/nuxt-particles",
4620
+ "website": "https://nuxt-particles.joeypereira.dev",
4621
+ "learn_more": "https://particles.js.org/",
4622
+ "category": "Libraries",
4623
+ "type": "3rd-party",
4624
+ "maintainers": [
4625
+ {
4626
+ "name": "Joey Pereira",
4627
+ "github": "Joepocalyptic",
4628
+ "avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
4629
+ }
4630
+ ],
4631
+ "compatibility": {
4632
+ "nuxt": "^3.0.0",
4633
+ "requires": {}
4634
+ }
4635
+ },
3624
4636
  {
3625
4637
  "name": "partytown",
3626
4638
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
@@ -3646,6 +4658,52 @@
3646
4658
  }
3647
4659
  }
3648
4660
  },
4661
+ {
4662
+ "name": "paypal",
4663
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
4664
+ "repo": "arashsheyda/nuxt-paypal",
4665
+ "npm": "nuxt-paypal",
4666
+ "icon": "paypal.svg",
4667
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
4668
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
4669
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
4670
+ "category": "Payment",
4671
+ "type": "3rd-party",
4672
+ "maintainers": [
4673
+ {
4674
+ "name": "Arash Sheyda",
4675
+ "github": "arashsheyda"
4676
+ }
4677
+ ],
4678
+ "compatibility": {
4679
+ "nuxt": "^3.0.0",
4680
+ "requires": {}
4681
+ }
4682
+ },
4683
+ {
4684
+ "name": "pdfeasy",
4685
+ "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
4686
+ "repo": "betterwrite/pdfeasy#main/packages/nuxt",
4687
+ "npm": "nuxt-pdfeasy",
4688
+ "icon": "pdfeasy.png",
4689
+ "github": "https://github.com/betterwrite/pdfeasy",
4690
+ "website": "https://github.com/betterwrite/pdfeasy",
4691
+ "learn_more": "https://github.com/betterwrite/pdfeasy",
4692
+ "category": "Extensions",
4693
+ "type": "3rd-party",
4694
+ "maintainers": [
4695
+ {
4696
+ "name": "Giovane Cardoso",
4697
+ "github": "novout",
4698
+ "twitter": "novoutttttt",
4699
+ "avatar": "https://avatars.githubusercontent.com/novout?v=4"
4700
+ }
4701
+ ],
4702
+ "compatibility": {
4703
+ "nuxt": "^3.0.0",
4704
+ "requires": {}
4705
+ }
4706
+ },
3649
4707
  {
3650
4708
  "name": "persian-datepicker",
3651
4709
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
@@ -3743,7 +4801,7 @@
3743
4801
  },
3744
4802
  {
3745
4803
  "name": "plausible",
3746
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4804
+ "description": "Nuxt module to natively integrate Plausible analytics",
3747
4805
  "repo": "nuxt-modules/plausible",
3748
4806
  "npm": "@nuxtjs/plausible",
3749
4807
  "icon": "",
@@ -3776,18 +4834,65 @@
3776
4834
  "type": "3rd-party",
3777
4835
  "maintainers": [
3778
4836
  {
3779
- "name": "frenchrabbit",
3780
- "github": "frenchrabbit"
4837
+ "name": "frenchrabbit",
4838
+ "github": "frenchrabbit"
4839
+ }
4840
+ ],
4841
+ "compatibility": {
4842
+ "nuxt": "^2.0.0",
4843
+ "requires": {}
4844
+ }
4845
+ },
4846
+ {
4847
+ "name": "prepare",
4848
+ "description": "Initialization steps at build time – like Nuxt 2 server init",
4849
+ "repo": "johannschopplich/nuxt-prepare",
4850
+ "npm": "nuxt-prepare",
4851
+ "icon": "prepare.svg",
4852
+ "github": "https://github.com/johannschopplich/nuxt-prepare",
4853
+ "website": "https://nuxt-prepare.byjohann.dev",
4854
+ "learn_more": "",
4855
+ "category": "Devtools",
4856
+ "type": "3rd-party",
4857
+ "maintainers": [
4858
+ {
4859
+ "name": "Johann Schopplich",
4860
+ "github": "johannschopplich",
4861
+ "twitter": "jschopplich",
4862
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
4863
+ }
4864
+ ],
4865
+ "compatibility": {
4866
+ "nuxt": "^3.0.0",
4867
+ "requires": {}
4868
+ }
4869
+ },
4870
+ {
4871
+ "name": "primevue",
4872
+ "description": "Next Generation Vue UI Component Library",
4873
+ "repo": "primefaces/primevue-nuxt-module",
4874
+ "npm": "nuxt-primevue",
4875
+ "icon": "primevue.svg",
4876
+ "github": "https://github.com/primefaces/primevue-nuxt-module",
4877
+ "website": "https://primevue.org/",
4878
+ "learn_more": "https://primevue.org/",
4879
+ "category": "UI",
4880
+ "type": "3rd-party",
4881
+ "maintainers": [
4882
+ {
4883
+ "name": "primefaces",
4884
+ "github": "primefaces",
4885
+ "twitter": "primevue"
3781
4886
  }
3782
4887
  ],
3783
4888
  "compatibility": {
3784
- "nuxt": "^2.0.0",
4889
+ "nuxt": "^3.0.0",
3785
4890
  "requires": {}
3786
4891
  }
3787
4892
  },
3788
4893
  {
3789
4894
  "name": "prismic",
3790
- "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
4895
+ "description": "Easily connect your Nuxt application to your content hosted on Prismic",
3791
4896
  "repo": "nuxt-modules/prismic",
3792
4897
  "npm": "@nuxtjs/prismic",
3793
4898
  "icon": "prismic.png",
@@ -3854,7 +4959,7 @@
3854
4959
  },
3855
4960
  {
3856
4961
  "name": "proxy",
3857
- "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
4962
+ "description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
3858
4963
  "repo": "nuxt-community/proxy-module",
3859
4964
  "npm": "@nuxtjs/proxy",
3860
4965
  "icon": "",
@@ -3900,7 +5005,7 @@
3900
5005
  },
3901
5006
  {
3902
5007
  "name": "purgecss",
3903
- "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
5008
+ "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
3904
5009
  "repo": "Developmint/nuxt-purgecss#main",
3905
5010
  "npm": "nuxt-purgecss",
3906
5011
  "icon": "purgecss.png",
@@ -3922,7 +5027,7 @@
3922
5027
  },
3923
5028
  {
3924
5029
  "name": "pwa",
3925
- "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
5030
+ "description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
3926
5031
  "repo": "nuxt-community/pwa-module",
3927
5032
  "npm": "@nuxtjs/pwa",
3928
5033
  "icon": "pwa.png",
@@ -3947,7 +5052,7 @@
3947
5052
  },
3948
5053
  {
3949
5054
  "name": "python",
3950
- "description": "Write Nuxt.js applications using Python",
5055
+ "description": "Write Nuxt applications using Python",
3951
5056
  "repo": "nuxt-community/python-module",
3952
5057
  "npm": "@nuxtjs/python",
3953
5058
  "icon": "python.png",
@@ -3984,6 +5089,64 @@
3984
5089
  "github": "Maiquu"
3985
5090
  }
3986
5091
  ],
5092
+ "compatibility": {
5093
+ "nuxt": "^3.0.0",
5094
+ "requires": {},
5095
+ "devtools": "^0.0.0"
5096
+ }
5097
+ },
5098
+ {
5099
+ "name": "radash",
5100
+ "description": "radash module with auto-import and custom prefix",
5101
+ "repo": "bbg/nuxt-radash",
5102
+ "npm": "nuxt-radash",
5103
+ "icon": "radash.png",
5104
+ "github": "https://github.com/bbg/nuxt-radash",
5105
+ "website": "https://github.com/bbg/nuxt-radash#readme",
5106
+ "learn_more": "https://github.com/rayepps/radash/",
5107
+ "category": "Libraries",
5108
+ "type": "3rd-party",
5109
+ "maintainers": [
5110
+ {
5111
+ "name": "Batuhan Göksu",
5112
+ "github": "bbg"
5113
+ }
5114
+ ],
5115
+ "compatibility": {
5116
+ "nuxt": "^3.0.0",
5117
+ "requires": {}
5118
+ }
5119
+ },
5120
+ {
5121
+ "name": "radix-vue",
5122
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
5123
+ "repo": "radix-vue/radix-vue",
5124
+ "npm": "radix-vue",
5125
+ "icon": "radix-vue.svg",
5126
+ "github": "https://github.com/radix-vue/radix-vue",
5127
+ "website": "https://www.radix-vue.com/",
5128
+ "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
5129
+ "category": "UI",
5130
+ "type": "3rd-party",
5131
+ "maintainers": [
5132
+ {
5133
+ "name": "Zernonia",
5134
+ "github": "zernonia",
5135
+ "twitter": "zernonia"
5136
+ },
5137
+ {
5138
+ "name": "Khairul Haaziq",
5139
+ "github": "khairulhaaziq"
5140
+ },
5141
+ {
5142
+ "name": "Mujahid Anuar",
5143
+ "github": "mujahidfa"
5144
+ },
5145
+ {
5146
+ "name": "Max",
5147
+ "github": "onmax"
5148
+ }
5149
+ ],
3987
5150
  "compatibility": {
3988
5151
  "nuxt": "^3.0.0",
3989
5152
  "requires": {}
@@ -3991,7 +5154,7 @@
3991
5154
  },
3992
5155
  {
3993
5156
  "name": "recaptcha",
3994
- "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
5157
+ "description": "Simple and easy Google reCAPTCHA module with Nuxt",
3995
5158
  "repo": "nuxt-community/recaptcha-module",
3996
5159
  "npm": "@nuxtjs/recaptcha",
3997
5160
  "icon": "recaptcha.png",
@@ -4034,9 +5197,32 @@
4034
5197
  "requires": {}
4035
5198
  }
4036
5199
  },
5200
+ {
5201
+ "name": "resend",
5202
+ "description": "Resend integration for Nuxt",
5203
+ "repo": "nhedger/nuxt-resend",
5204
+ "npm": "nuxt-resend",
5205
+ "icon": "resend.svg",
5206
+ "github": "https://github.com/nhedger/nuxt-resend",
5207
+ "website": "https://github.com/nhedger/nuxt-resend",
5208
+ "learn_more": "https://resend.com",
5209
+ "category": "Extensions",
5210
+ "type": "3rd-party",
5211
+ "maintainers": [
5212
+ {
5213
+ "name": "Nicolas Hedger",
5214
+ "github": "nhedger",
5215
+ "twitter": "nicolashedger"
5216
+ }
5217
+ ],
5218
+ "compatibility": {
5219
+ "nuxt": "^3.0.0",
5220
+ "requires": {}
5221
+ }
5222
+ },
4037
5223
  {
4038
5224
  "name": "rfg-icon",
4039
- "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
5225
+ "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
4040
5226
  "repo": "pimlie/nuxt-rfg-icon",
4041
5227
  "npm": "nuxt-rfg-icon",
4042
5228
  "icon": "real-favicon-generator.png",
@@ -4058,12 +5244,12 @@
4058
5244
  },
4059
5245
  {
4060
5246
  "name": "robots",
4061
- "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
4062
- "repo": "nuxt-community/robots-module",
5247
+ "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
5248
+ "repo": "nuxt-modules/robots",
4063
5249
  "npm": "@nuxtjs/robots",
4064
5250
  "icon": "robots.png",
4065
- "github": "https://github.com/nuxt-community/robots-module",
4066
- "website": "https://github.com/nuxt-community/robots-module",
5251
+ "github": "https://github.com/nuxt-modules/robots",
5252
+ "website": "https://github.com/nuxt-modules/robots",
4067
5253
  "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
4068
5254
  "category": "SEO",
4069
5255
  "type": "community",
@@ -4082,23 +5268,23 @@
4082
5268
  },
4083
5269
  {
4084
5270
  "name": "rollbar",
4085
- "description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
4086
- "repo": "gaelreyrol/nuxt-rollbar-module",
4087
- "npm": "nuxt-rollbar-module",
5271
+ "description": "Nuxt 3 module to integrate Rollbar.",
5272
+ "repo": "jairoblatt/nuxt-rollbar",
5273
+ "npm": "nuxt-rollbar",
4088
5274
  "icon": "rollbar.png",
4089
- "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
4090
- "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
5275
+ "github": "https://github.com/jairoblatt/nuxt-rollbar",
5276
+ "website": "https://github.com/jairoblatt/nuxt-rollbar",
4091
5277
  "learn_more": "https://docs.rollbar.com/docs/javascript",
4092
5278
  "category": "Monitoring",
4093
5279
  "type": "3rd-party",
4094
5280
  "maintainers": [
4095
5281
  {
4096
- "name": "Gaël Reyrol",
4097
- "github": "gaelreyrol"
5282
+ "name": "Jairo Blatt",
5283
+ "github": "jairoblatt"
4098
5284
  }
4099
5285
  ],
4100
5286
  "compatibility": {
4101
- "nuxt": "^2.0.0",
5287
+ "nuxt": "^3.0.0",
4102
5288
  "requires": {}
4103
5289
  }
4104
5290
  },
@@ -4127,7 +5313,7 @@
4127
5313
  },
4128
5314
  {
4129
5315
  "name": "router",
4130
- "description": "Nuxt.js module to use router.js instead of pages/ directory",
5316
+ "description": "Nuxt module to use router.js instead of pages/ directory",
4131
5317
  "repo": "nuxt-community/router-module",
4132
5318
  "npm": "@nuxtjs/router",
4133
5319
  "icon": "vue.png",
@@ -4175,13 +5361,13 @@
4175
5361
  },
4176
5362
  {
4177
5363
  "name": "schema-org",
4178
- "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
4179
- "repo": "vueuse/schema-org#main/packages/nuxt",
5364
+ "description": "Schema.org for Nuxt.",
5365
+ "repo": "harlan-zw/nuxt-schema-org",
4180
5366
  "npm": "nuxt-schema-org",
4181
5367
  "icon": "schema-org.svg",
4182
- "github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4183
- "website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4184
- "learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
5368
+ "github": "https://github.com/harlan-zw/nuxt-schema-org",
5369
+ "website": "https://nuxtseo.com/schema-org",
5370
+ "learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
4185
5371
  "category": "SEO",
4186
5372
  "type": "3rd-party",
4187
5373
  "maintainers": [
@@ -4244,7 +5430,7 @@
4244
5430
  },
4245
5431
  {
4246
5432
  "name": "segment",
4247
- "description": "Nuxt.js module for Segment Analytics.js",
5433
+ "description": "Nuxt module for Segment Analytics.js",
4248
5434
  "repo": "dansmaculotte/nuxt-segment",
4249
5435
  "npm": "@dansmaculotte/nuxt-segment",
4250
5436
  "icon": "segment.png",
@@ -4266,10 +5452,10 @@
4266
5452
  },
4267
5453
  {
4268
5454
  "name": "sentry",
4269
- "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
5455
+ "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
4270
5456
  "repo": "nuxt-community/sentry-module",
4271
5457
  "npm": "@nuxtjs/sentry",
4272
- "icon": "sentry.png",
5458
+ "icon": "sentry.svg",
4273
5459
  "github": "https://github.com/nuxt-community/sentry-module",
4274
5460
  "website": "https://sentry.nuxtjs.org/",
4275
5461
  "learn_more": "https://sentry.io/welcome/",
@@ -4286,14 +5472,38 @@
4286
5472
  "requires": {}
4287
5473
  }
4288
5474
  },
5475
+ {
5476
+ "name": "seo-experiments",
5477
+ "description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
5478
+ "repo": "harlan-zw/nuxt-seo-experiments",
5479
+ "npm": "nuxt-seo-experiments",
5480
+ "icon": "seo-experiments.svg",
5481
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5482
+ "website": "https://nuxtseo.com/experiments",
5483
+ "learn_more": "https://nuxtseo.com/experiments",
5484
+ "category": "SEO",
5485
+ "type": "3rd-party",
5486
+ "maintainers": [
5487
+ {
5488
+ "name": "Harlan Wilton",
5489
+ "github": "harlan-zw",
5490
+ "twitter": "harlan_zw",
5491
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5492
+ }
5493
+ ],
5494
+ "compatibility": {
5495
+ "nuxt": "^3.0.0",
5496
+ "requires": {}
5497
+ }
5498
+ },
4289
5499
  {
4290
5500
  "name": "seo-kit",
4291
- "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
5501
+ "description": "The complete SEO solution for Nuxt.",
4292
5502
  "repo": "harlan-zw/nuxt-seo-kit#main/layer",
4293
5503
  "npm": "nuxt-seo-kit",
4294
5504
  "icon": "seo-kit.svg",
4295
5505
  "github": "https://github.com/harlan-zw/nuxt-seo-kit",
4296
- "website": "https://github.com/harlan-zw/nuxt-seo-kit",
5506
+ "website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
4297
5507
  "learn_more": "",
4298
5508
  "category": "SEO",
4299
5509
  "type": "3rd-party",
@@ -4333,7 +5543,7 @@
4333
5543
  },
4334
5544
  {
4335
5545
  "name": "seomatic-meta",
4336
- "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
5546
+ "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
4337
5547
  "repo": "ben-rogerson/nuxt-seomatic-meta",
4338
5548
  "npm": "nuxt-seomatic-meta",
4339
5549
  "icon": "seomatic.png",
@@ -4376,6 +5586,29 @@
4376
5586
  "requires": {}
4377
5587
  }
4378
5588
  },
5589
+ {
5590
+ "name": "server-block",
5591
+ "description": "Use <server> tags in your Nuxt pages components.",
5592
+ "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
5593
+ "npm": "@hebilicious/server-block-nuxt",
5594
+ "icon": "server-block.svg",
5595
+ "github": "https://github.com/Hebilicious/server-block-nuxt",
5596
+ "website": "https://github.com/Hebilicious/server-block-nuxt#readme",
5597
+ "learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
5598
+ "category": "Extensions",
5599
+ "type": "3rd-party",
5600
+ "maintainers": [
5601
+ {
5602
+ "name": "Hebilicious",
5603
+ "github": "Hebilicious",
5604
+ "twitter": "its_hebilicious"
5605
+ }
5606
+ ],
5607
+ "compatibility": {
5608
+ "nuxt": "^3.0.0",
5609
+ "requires": {}
5610
+ }
5611
+ },
4379
5612
  {
4380
5613
  "name": "session",
4381
5614
  "description": "Session middleware to persist user data across requests, a client-side useSession composable to interact with the session, supports many storage backends via unjs/unstorage",
@@ -4401,7 +5634,7 @@
4401
5634
  },
4402
5635
  {
4403
5636
  "name": "shopify",
4404
- "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
5637
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
4405
5638
  "repo": "Gomah/nuxt-shopify",
4406
5639
  "npm": "nuxt-shopify",
4407
5640
  "icon": "shopify.png",
@@ -4422,7 +5655,7 @@
4422
5655
  }
4423
5656
  },
4424
5657
  {
4425
- "name": "nuxt-auth",
5658
+ "name": "sidebase-auth",
4426
5659
  "description": "Zero-boilerplate authentication for nuxt 3 with support for many strategies (oauth, credentials, ...) and providers (google, azure, ...). Additionally supports session manipulation, client- and server-side protection and more.",
4427
5660
  "repo": "sidebase/nuxt-auth",
4428
5661
  "npm": "@sidebase/nuxt-auth",
@@ -4468,13 +5701,13 @@
4468
5701
  },
4469
5702
  {
4470
5703
  "name": "simple-robots",
4471
- "description": "Simply manage the robots crawling your Nuxt app.",
5704
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
4472
5705
  "repo": "harlan-zw/nuxt-simple-robots",
4473
5706
  "npm": "nuxt-simple-robots",
4474
- "icon": "",
5707
+ "icon": "simple-robots.svg",
4475
5708
  "github": "https://github.com/harlan-zw/nuxt-simple-robots",
4476
- "website": "https://github.com/harlan-zw/nuxt-simple-robots",
4477
- "learn_more": "",
5709
+ "website": "https://nuxtseo.com/robots",
5710
+ "learn_more": "https://nuxtseo.com/robots",
4478
5711
  "category": "SEO",
4479
5712
  "type": "3rd-party",
4480
5713
  "maintainers": [
@@ -4492,13 +5725,13 @@
4492
5725
  },
4493
5726
  {
4494
5727
  "name": "simple-sitemap",
4495
- "description": "Simple, minimal sitemap.xml generation.",
5728
+ "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
4496
5729
  "repo": "harlan-zw/nuxt-simple-sitemap",
4497
5730
  "npm": "nuxt-simple-sitemap",
4498
- "icon": "",
5731
+ "icon": "simple-sitemap.svg",
4499
5732
  "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4500
- "website": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4501
- "learn_more": "",
5733
+ "website": "https://nuxtseo.com/simple-sitemap",
5734
+ "learn_more": "https://nuxtseo.com/simple-sitemap",
4502
5735
  "category": "SEO",
4503
5736
  "type": "3rd-party",
4504
5737
  "maintainers": [
@@ -4516,7 +5749,7 @@
4516
5749
  },
4517
5750
  {
4518
5751
  "name": "sitemap",
4519
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
5752
+ "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
4520
5753
  "repo": "nuxt-community/sitemap-module#dev",
4521
5754
  "npm": "@nuxtjs/sitemap",
4522
5755
  "icon": "",
@@ -4561,7 +5794,7 @@
4561
5794
  },
4562
5795
  {
4563
5796
  "name": "snipcart",
4564
- "description": "Snipcart integration module for Nuxt.js",
5797
+ "description": "Snipcart integration module for Nuxt",
4565
5798
  "repo": "nuxt-modules/snipcart",
4566
5799
  "npm": "@nuxtjs/snipcart",
4567
5800
  "icon": "snipcart.png",
@@ -4584,7 +5817,7 @@
4584
5817
  },
4585
5818
  {
4586
5819
  "name": "social-meta",
4587
- "description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
5820
+ "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
4588
5821
  "repo": "AlekseyPleshkov/nuxt-social-meta",
4589
5822
  "npm": "nuxt-social-meta",
4590
5823
  "icon": "",
@@ -4706,7 +5939,7 @@
4706
5939
  },
4707
5940
  {
4708
5941
  "name": "storage",
4709
- "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
5942
+ "description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
4710
5943
  "repo": "mazipan/nuxt-storage",
4711
5944
  "npm": "nuxt-storage",
4712
5945
  "icon": "",
@@ -4728,7 +5961,7 @@
4728
5961
  },
4729
5962
  {
4730
5963
  "name": "storefront-ui",
4731
- "description": "Storefront UI Module for Nuxt.js",
5964
+ "description": "Storefront UI Module for Nuxt",
4732
5965
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
4733
5966
  "npm": "@storefront-ui/nuxt",
4734
5967
  "icon": "storefront-ui.svg",
@@ -4772,7 +6005,7 @@
4772
6005
  },
4773
6006
  {
4774
6007
  "name": "storyblok",
4775
- "description": "Storyblok Nuxt.js module",
6008
+ "description": "Storyblok Nuxt module",
4776
6009
  "repo": "storyblok/storyblok-nuxt#master/lib",
4777
6010
  "npm": "@storyblok/nuxt",
4778
6011
  "icon": "storyblok.png",
@@ -4789,46 +6022,43 @@
4789
6022
  ],
4790
6023
  "compatibility": {
4791
6024
  "nuxt": "^2.0.0 || ^3.0.0",
4792
- "requires": {}
6025
+ "requires": {},
6026
+ "devtools": "^0.0.0"
4793
6027
  }
4794
6028
  },
4795
6029
  {
4796
6030
  "name": "storybook",
4797
- "description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
4798
- "repo": "nuxt-community/storybook",
6031
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
6032
+ "repo": "nuxt-modules/storybook",
4799
6033
  "npm": "@nuxtjs/storybook",
4800
6034
  "icon": "storybook.png",
4801
- "github": "https://github.com/nuxt-community/storybook",
6035
+ "github": "https://github.com/nuxt-modules/storybook",
4802
6036
  "website": "https://storybook.nuxtjs.org",
4803
- "learn_more": "https://storybook.js.org/",
6037
+ "learn_more": "https://github.com/storybook-vue/storybook-nuxt",
4804
6038
  "category": "Devtools",
4805
6039
  "type": "community",
4806
6040
  "maintainers": [
4807
6041
  {
4808
- "name": "Ahad Birang",
4809
- "github": "farnabaz",
4810
- "twitter": "a_birang"
4811
- },
4812
- {
4813
- "name": "Pooya Parsa",
4814
- "github": "pi0",
4815
- "twitter": "_pi0_"
6042
+ "name": "Chakir QATAB",
6043
+ "github": "chakAs3",
6044
+ "twitter": "ChakirQatab"
4816
6045
  }
4817
6046
  ],
4818
6047
  "compatibility": {
4819
- "nuxt": "^2.0.0",
6048
+ "nuxt": "^2.0.0 || ^3.0.0",
4820
6049
  "requires": {
4821
6050
  "bridge": "optional"
4822
- }
6051
+ },
6052
+ "devtools": "^0.7.2"
4823
6053
  }
4824
6054
  },
4825
6055
  {
4826
6056
  "name": "strapi",
4827
6057
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
4828
- "repo": "nuxt-community/strapi-module",
6058
+ "repo": "nuxt-modules/strapi",
4829
6059
  "npm": "@nuxtjs/strapi",
4830
6060
  "icon": "strapi.png",
4831
- "github": "https://github.com/nuxt-community/strapi-module",
6061
+ "github": "https://github.com/nuxt-modules/strapi",
4832
6062
  "website": "https://strapi.nuxtjs.org",
4833
6063
  "learn_more": "https://strapi.io/",
4834
6064
  "category": "CMS",
@@ -4849,7 +6079,34 @@
4849
6079
  "nuxt": "^2.0.0 || ^3.0.0",
4850
6080
  "requires": {
4851
6081
  "bridge": true
6082
+ },
6083
+ "devtools": "^0.0.0"
6084
+ }
6085
+ },
6086
+ {
6087
+ "name": "stripe-next",
6088
+ "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.",
6089
+ "repo": "fuentesloic/nuxt-stripe",
6090
+ "npm": "@unlok-co/nuxt-stripe",
6091
+ "icon": "stripe.png",
6092
+ "github": "https://github.com/fuentesloic/nuxt-stripe",
6093
+ "website": "https://github.com/fuentesloic/nuxt-stripe",
6094
+ "learn_more": "https://stripe.com/docs",
6095
+ "category": "Payment",
6096
+ "type": "3rd-party",
6097
+ "maintainers": [
6098
+ {
6099
+ "name": "Loic Fuentes",
6100
+ "github": "fuentesloic"
6101
+ },
6102
+ {
6103
+ "name": "Florent Giraud",
6104
+ "github": "flozero"
4852
6105
  }
6106
+ ],
6107
+ "compatibility": {
6108
+ "nuxt": "^3.0.0",
6109
+ "requires": {}
4853
6110
  }
4854
6111
  },
4855
6112
  {
@@ -4874,6 +6131,36 @@
4874
6131
  "requires": {}
4875
6132
  }
4876
6133
  },
6134
+ {
6135
+ "name": "studio",
6136
+ "description": "A new experience to build content-driven website with Nuxt.",
6137
+ "repo": "nuxtlabs/studio-module",
6138
+ "npm": "@nuxthq/studio",
6139
+ "icon": "studio.svg",
6140
+ "github": "https://github.com/nuxtlabs/studio-module",
6141
+ "website": "https://nuxt.studio",
6142
+ "learn_more": "https://nuxt.studio",
6143
+ "category": "CMS",
6144
+ "type": "3rd-party",
6145
+ "maintainers": [
6146
+ {
6147
+ "name": "Ahad Birang",
6148
+ "github": "farnabaz",
6149
+ "twitter": "a_birang"
6150
+ },
6151
+ {
6152
+ "name": "Sébastien Chopin",
6153
+ "github": "Atinux",
6154
+ "twitter": "Atinux"
6155
+ }
6156
+ ],
6157
+ "compatibility": {
6158
+ "nuxt": "^3.0.0",
6159
+ "requires": {
6160
+ "content": true
6161
+ }
6162
+ }
6163
+ },
4877
6164
  {
4878
6165
  "name": "style-resources",
4879
6166
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
@@ -4899,7 +6186,7 @@
4899
6186
  },
4900
6187
  {
4901
6188
  "name": "stylelint",
4902
- "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
6189
+ "description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
4903
6190
  "repo": "nuxt-community/stylelint-module",
4904
6191
  "npm": "@nuxtjs/stylelint-module",
4905
6192
  "icon": "stylelint.png",
@@ -4945,10 +6232,10 @@
4945
6232
  {
4946
6233
  "name": "supabase",
4947
6234
  "description": "First class integration with Supabase",
4948
- "repo": "nuxt-community/supabase-module",
6235
+ "repo": "nuxt-modules/supabase",
4949
6236
  "npm": "@nuxtjs/supabase",
4950
6237
  "icon": "supabase.png",
4951
- "github": "https://github.com/nuxt-community/supabase-module",
6238
+ "github": "https://github.com/nuxt-modules/supabase",
4952
6239
  "website": "https://supabase.nuxtjs.org",
4953
6240
  "learn_more": "https://supabase.com",
4954
6241
  "category": "Database",
@@ -4999,12 +6286,12 @@
4999
6286
  },
5000
6287
  {
5001
6288
  "name": "svg-sprite",
5002
- "description": "Optimized and Easy way to use svg files in Nuxt.js",
5003
- "repo": "nuxt-community/svg-sprite-module",
6289
+ "description": "Optimized and Easy way to use svg files in Nuxt",
6290
+ "repo": "nuxt-modules/svg-sprite",
5004
6291
  "npm": "@nuxtjs/svg-sprite",
5005
6292
  "icon": "",
5006
- "github": "https://github.com/nuxt-community/svg-sprite-module",
5007
- "website": "https://github.com/nuxt-community/svg-sprite-module",
6293
+ "github": "https://github.com/nuxt-modules/svg-sprite",
6294
+ "website": "https://github.com/nuxt-modules/svg-sprite",
5008
6295
  "learn_more": "",
5009
6296
  "category": "UI",
5010
6297
  "type": "community",
@@ -5016,13 +6303,13 @@
5016
6303
  }
5017
6304
  ],
5018
6305
  "compatibility": {
5019
- "nuxt": "^2.0.0",
6306
+ "nuxt": "^2.0.0 || ^3.0.0",
5020
6307
  "requires": {}
5021
6308
  }
5022
6309
  },
5023
6310
  {
5024
6311
  "name": "svg",
5025
- "description": "Super simple svg loading module for Nuxt.js",
6312
+ "description": "Super simple svg loading module for Nuxt",
5026
6313
  "repo": "nuxt-community/svg-module",
5027
6314
  "npm": "@nuxtjs/svg",
5028
6315
  "icon": "",
@@ -5066,7 +6353,7 @@
5066
6353
  },
5067
6354
  {
5068
6355
  "name": "swiper",
5069
- "description": "Nuxt.js module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
6356
+ "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
5070
6357
  "repo": "cpreston321/nuxt-swiper",
5071
6358
  "npm": "nuxt-swiper",
5072
6359
  "icon": "swiper.svg",
@@ -5112,10 +6399,10 @@
5112
6399
  {
5113
6400
  "name": "tailwindcss",
5114
6401
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5115
- "repo": "nuxt-community/tailwindcss-module",
6402
+ "repo": "nuxt-modules/tailwindcss",
5116
6403
  "npm": "@nuxtjs/tailwindcss",
5117
6404
  "icon": "tailwindcss.png",
5118
- "github": "https://github.com/nuxt-community/tailwindcss-module",
6405
+ "github": "https://github.com/nuxt-modules/tailwindcss",
5119
6406
  "website": "https://tailwindcss.nuxtjs.org",
5120
6407
  "learn_more": "https://tailwindcss.com/",
5121
6408
  "category": "UI",
@@ -5125,11 +6412,16 @@
5125
6412
  "name": "Sébastien Chopin",
5126
6413
  "github": "Atinux",
5127
6414
  "twitter": "Atinux"
6415
+ },
6416
+ {
6417
+ "name": "Inesh Bose",
6418
+ "github": "ineshbose"
5128
6419
  }
5129
6420
  ],
5130
6421
  "compatibility": {
5131
6422
  "nuxt": "^2.0.0 || ^3.0.0",
5132
- "requires": {}
6423
+ "requires": {},
6424
+ "devtools": "^0.0.0"
5133
6425
  }
5134
6426
  },
5135
6427
  {
@@ -5155,9 +6447,53 @@
5155
6447
  "requires": {}
5156
6448
  }
5157
6449
  },
6450
+ {
6451
+ "name": "time",
6452
+ "description": "Safely render local dates and times on the server with Nuxt",
6453
+ "repo": "danielroe/nuxt-time",
6454
+ "npm": "nuxt-time",
6455
+ "icon": "",
6456
+ "github": "https://github.com/danielroe/nuxt-time",
6457
+ "website": "https://github.com/danielroe/nuxt-time",
6458
+ "learn_more": "",
6459
+ "category": "Extensions",
6460
+ "type": "3rd-party",
6461
+ "maintainers": [
6462
+ {
6463
+ "name": "danielroe",
6464
+ "github": "danielroe"
6465
+ }
6466
+ ],
6467
+ "compatibility": {
6468
+ "nuxt": "^3.0.0",
6469
+ "requires": {}
6470
+ }
6471
+ },
6472
+ {
6473
+ "name": "tiptap",
6474
+ "description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
6475
+ "repo": "modbender/nuxt-tiptap-editor",
6476
+ "npm": "nuxt-tiptap-editor",
6477
+ "icon": "tiptap.png",
6478
+ "github": "https://github.com/modbender/nuxt-tiptap-editor",
6479
+ "website": "https://github.com/modbender/nuxt-tiptap-editor",
6480
+ "learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
6481
+ "category": "Libraries",
6482
+ "type": "3rd-party",
6483
+ "maintainers": [
6484
+ {
6485
+ "name": "modbender",
6486
+ "github": "modbender"
6487
+ }
6488
+ ],
6489
+ "compatibility": {
6490
+ "nuxt": "^3.0.0",
6491
+ "requires": {}
6492
+ }
6493
+ },
5158
6494
  {
5159
6495
  "name": "toast",
5160
- "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
6496
+ "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
5161
6497
  "repo": "nuxt-community/modules#master/packages/toast",
5162
6498
  "npm": "@nuxtjs/toast",
5163
6499
  "icon": "",
@@ -5178,6 +6514,61 @@
5178
6514
  "requires": {}
5179
6515
  }
5180
6516
  },
6517
+ {
6518
+ "name": "translation-manager",
6519
+ "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
6520
+ "repo": "samk-dev/nuxt-translation-manager",
6521
+ "npm": "nuxt-translation-manager",
6522
+ "icon": "translation-manager.png",
6523
+ "github": "https://github.com/samk-dev/nuxt-translation-manager",
6524
+ "website": "https://github.com/samk-dev/nuxt-translation-manager",
6525
+ "learn_more": "",
6526
+ "category": "Extensions",
6527
+ "type": "3rd-party",
6528
+ "maintainers": [
6529
+ {
6530
+ "name": "Sam K",
6531
+ "github": "samk-dev"
6532
+ }
6533
+ ],
6534
+ "compatibility": {
6535
+ "nuxt": "^3.0.0",
6536
+ "requires": {}
6537
+ }
6538
+ },
6539
+ {
6540
+ "name": "tresjs",
6541
+ "description": "Create 3D experiences in your Nuxt application using TresJS.",
6542
+ "repo": "tresjs/nuxt",
6543
+ "npm": "@tresjs/nuxt",
6544
+ "icon": "tresjs.svg",
6545
+ "github": "https://github.com/Tresjs/nuxt",
6546
+ "website": "https://tresjs.org/guide/nuxt.html",
6547
+ "learn_more": "https://tresjs.org/",
6548
+ "category": "Libraries",
6549
+ "type": "3rd-party",
6550
+ "maintainers": [
6551
+ {
6552
+ "name": "Alvaro Saburido",
6553
+ "github": "alvarosabu",
6554
+ "twitter": "alvarosabu"
6555
+ },
6556
+ {
6557
+ "name": "Jaime Torrealba",
6558
+ "github": "JaimeTorrealba",
6559
+ "twitter": "jaimebboyjt"
6560
+ },
6561
+ {
6562
+ "name": "Tino Koch",
6563
+ "github": "Tinoooo",
6564
+ "twitter": "ichbintino"
6565
+ }
6566
+ ],
6567
+ "compatibility": {
6568
+ "nuxt": "^3.0.0",
6569
+ "requires": {}
6570
+ }
6571
+ },
5181
6572
  {
5182
6573
  "name": "turnstile",
5183
6574
  "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
@@ -5205,7 +6596,7 @@
5205
6596
  },
5206
6597
  {
5207
6598
  "name": "twa",
5208
- "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
6599
+ "description": "Nuxt module for generating Trusted Web App from Nuxt app",
5209
6600
  "repo": "tuarrep/nuxt-twa",
5210
6601
  "npm": "nuxt-twa",
5211
6602
  "icon": "",
@@ -5227,6 +6618,28 @@
5227
6618
  }
5228
6619
  }
5229
6620
  },
6621
+ {
6622
+ "name": "twemoji",
6623
+ "description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
6624
+ "repo": "yizack/nuxt-twemoji",
6625
+ "npm": "nuxt-twemoji",
6626
+ "icon": "twemoji.svg",
6627
+ "github": "https://github.com/Yizack/nuxt-twemoji",
6628
+ "website": "https://github.com/Yizack/nuxt-twemoji",
6629
+ "learn_more": "",
6630
+ "category": "UI",
6631
+ "type": "3rd-party",
6632
+ "maintainers": [
6633
+ {
6634
+ "name": "Yizack Rangel",
6635
+ "github": "yizack"
6636
+ }
6637
+ ],
6638
+ "compatibility": {
6639
+ "nuxt": "^3.0.0",
6640
+ "requires": {}
6641
+ }
6642
+ },
5230
6643
  {
5231
6644
  "name": "twicpics",
5232
6645
  "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
@@ -5371,6 +6784,63 @@
5371
6784
  "requires": {}
5372
6785
  }
5373
6786
  },
6787
+ {
6788
+ "name": "typo3",
6789
+ "description": "TYPO3 Headless Frontend Rendering module",
6790
+ "repo": "TYPO3-Headless/nuxt-typo3",
6791
+ "npm": "@t3headless/nuxt-typo3",
6792
+ "icon": "typo3.svg",
6793
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
6794
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
6795
+ "learn_more": "https://github.com/TYPO3-Headless",
6796
+ "category": "CMS",
6797
+ "type": "3rd-party",
6798
+ "maintainers": [
6799
+ {
6800
+ "name": "Macopedia",
6801
+ "github": "macopedia",
6802
+ "twitter": "macopediapl"
6803
+ }
6804
+ ],
6805
+ "compatibility": {
6806
+ "nuxt": "^2.0.0 || ^3.0.0",
6807
+ "requires": {},
6808
+ "devtools": "^0.0.0"
6809
+ }
6810
+ },
6811
+ {
6812
+ "name": "ui",
6813
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
6814
+ "repo": "nuxt/ui#dev",
6815
+ "npm": "@nuxt/ui",
6816
+ "icon": "nuxt.svg",
6817
+ "github": "https://github.com/nuxt/ui",
6818
+ "website": "https://ui.nuxt.com",
6819
+ "learn_more": "",
6820
+ "category": "UI",
6821
+ "type": "official",
6822
+ "maintainers": [
6823
+ {
6824
+ "name": "Benjamin Canac",
6825
+ "github": "benjamincanac",
6826
+ "twitter": "benjamincanac"
6827
+ },
6828
+ {
6829
+ "name": "Sebastien Chopin",
6830
+ "github": "Atinux",
6831
+ "twitter": "Atinux"
6832
+ },
6833
+ {
6834
+ "name": "Sylvain Marroufin",
6835
+ "github": "smarroufin",
6836
+ "twitter": "smarroufin"
6837
+ }
6838
+ ],
6839
+ "compatibility": {
6840
+ "nuxt": "^3.0.0",
6841
+ "requires": {}
6842
+ }
6843
+ },
5374
6844
  {
5375
6845
  "name": "umami",
5376
6846
  "description": "Embed the Umami analytics library into Nuxt",
@@ -5398,11 +6868,11 @@
5398
6868
  {
5399
6869
  "name": "unhead",
5400
6870
  "description": "Experimental features for Nuxt SEO / head management.",
5401
- "repo": "harlan-zw/nuxt-unhead",
5402
- "npm": "nuxt-unhead",
6871
+ "repo": "harlan-zw/nuxt-seo-experiments",
6872
+ "npm": "nuxt-seo-experiments",
5403
6873
  "icon": "",
5404
- "github": "https://github.com/harlan-zw/nuxt-unhead",
5405
- "website": "https://github.com/harlan-zw/nuxt-unhead",
6874
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
6875
+ "website": "https://github.com/harlan-zw/nuxt-seo-experiments",
5406
6876
  "learn_more": "",
5407
6877
  "category": "SEO",
5408
6878
  "type": "3rd-party",
@@ -5419,7 +6889,7 @@
5419
6889
  },
5420
6890
  {
5421
6891
  "name": "universal-storage",
5422
- "description": "Universal Storage Utilities for Nuxt.js",
6892
+ "description": "Universal Storage Utilities for Nuxt",
5423
6893
  "repo": "nuxt-community/universal-storage-module",
5424
6894
  "npm": "@nuxtjs/universal-storage",
5425
6895
  "icon": "",
@@ -5435,13 +6905,35 @@
5435
6905
  "twitter": "_pi0_"
5436
6906
  },
5437
6907
  {
5438
- "name": "Farzad Soltani",
5439
- "github": "farzadso",
5440
- "twitter": "farzadso"
6908
+ "name": "Farzad Soltani",
6909
+ "github": "farzadso",
6910
+ "twitter": "farzadso"
6911
+ }
6912
+ ],
6913
+ "compatibility": {
6914
+ "nuxt": "^2.0.0",
6915
+ "requires": {}
6916
+ }
6917
+ },
6918
+ {
6919
+ "name": "unlazy",
6920
+ "description": "Lazy loading library for placeholder images",
6921
+ "repo": "johannschopplich/unlazy/packages/nuxt",
6922
+ "npm": "@unlazy/nuxt",
6923
+ "icon": "unlazy.svg",
6924
+ "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
6925
+ "website": "https://unlazy.byjohann.dev/",
6926
+ "learn_more": "",
6927
+ "category": "Images",
6928
+ "type": "3rd-party",
6929
+ "maintainers": [
6930
+ {
6931
+ "name": "Johann Schopplich",
6932
+ "github": "johannschopplich"
5441
6933
  }
5442
6934
  ],
5443
6935
  "compatibility": {
5444
- "nuxt": "^2.0.0",
6936
+ "nuxt": "^3.0.0",
5445
6937
  "requires": {}
5446
6938
  }
5447
6939
  },
@@ -5474,12 +6966,12 @@
5474
6966
  {
5475
6967
  "name": "unocss",
5476
6968
  "description": "The instant on-demand atomic CSS engine.",
5477
- "repo": "antfu/unocss#main/packages/nuxt",
6969
+ "repo": "unocss/unocss#main/packages/nuxt",
5478
6970
  "npm": "@unocss/nuxt",
5479
6971
  "icon": "unocss.svg",
5480
- "github": "https://github.com/antfu/unocss",
5481
- "website": "https://github.com/antfu/unocss",
5482
- "learn_more": "https://github.com/antfu/unocss",
6972
+ "github": "https://github.com/unocss/unocss",
6973
+ "website": "https://github.com/unocss/unocss",
6974
+ "learn_more": "https://github.com/unocss/unocss",
5483
6975
  "category": "UI",
5484
6976
  "type": "3rd-party",
5485
6977
  "maintainers": [
@@ -5494,7 +6986,8 @@
5494
6986
  "nuxt": "^2.0.0 || ^3.0.0",
5495
6987
  "requires": {
5496
6988
  "bridge": "optional"
5497
- }
6989
+ },
6990
+ "devtools": "^0.0.0"
5498
6991
  }
5499
6992
  },
5500
6993
  {
@@ -5520,9 +7013,33 @@
5520
7013
  "requires": {}
5521
7014
  }
5522
7015
  },
7016
+ {
7017
+ "name": "use-wagmi",
7018
+ "description": "Vue Composition for Ethereum based on wagmi",
7019
+ "repo": "unicape/use-wagmi#main/packages/nuxt",
7020
+ "npm": "@use-wagmi/nuxt",
7021
+ "icon": "use-wagmi.png",
7022
+ "github": "https://github.com/unicape/use-wagmi",
7023
+ "website": "https://github.com/unicape/use-wagmi",
7024
+ "learn_more": "https://github.com/unicape/use-wagmi",
7025
+ "category": "Extensions",
7026
+ "type": "3rd-party",
7027
+ "maintainers": [
7028
+ {
7029
+ "name": "Unic Ape",
7030
+ "github": "unicape"
7031
+ }
7032
+ ],
7033
+ "compatibility": {
7034
+ "nuxt": "^2.0.0 || ^3.0.0",
7035
+ "requires": {
7036
+ "bridge": true
7037
+ }
7038
+ }
7039
+ },
5523
7040
  {
5524
7041
  "name": "user-agent",
5525
- "description": "Nuxt.js module for handling User-Agent.",
7042
+ "description": "Nuxt module for handling User-Agent.",
5526
7043
  "repo": "fukuiretu/nuxt-user-agent",
5527
7044
  "npm": "nuxt-user-agent",
5528
7045
  "icon": "",
@@ -5588,6 +7105,74 @@
5588
7105
  }
5589
7106
  }
5590
7107
  },
7108
+ {
7109
+ "name": "varlet",
7110
+ "description": "A Material design mobile component library developed based on Vue3",
7111
+ "repo": "varletjs/varlet-nuxt",
7112
+ "npm": "@varlet/nuxt",
7113
+ "icon": "varlet.svg",
7114
+ "github": "https://github.com/varletjs/varlet",
7115
+ "website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
7116
+ "learn_more": "https://github.com/varletjs/varlet-nuxt",
7117
+ "category": "UI",
7118
+ "type": "3rd-party",
7119
+ "maintainers": [
7120
+ {
7121
+ "name": "zhangmo8",
7122
+ "github": "zhangmo8"
7123
+ }
7124
+ ],
7125
+ "compatibility": {
7126
+ "nuxt": "^3.0.0",
7127
+ "requires": {
7128
+ "bridge": "optional"
7129
+ }
7130
+ }
7131
+ },
7132
+ {
7133
+ "name": "vcalendar",
7134
+ "description": "VCalendar module for Nuxt",
7135
+ "repo": "samk-dev/nuxt-vcalendar",
7136
+ "npm": "@samk-dev/nuxt-vcalendar",
7137
+ "icon": "vcalendar.png",
7138
+ "github": "https://github.com/samk-dev/vcalendar",
7139
+ "website": "https://github.com/samk-dev/vcalendar",
7140
+ "learn_more": "",
7141
+ "category": "Libraries",
7142
+ "type": "3rd-party",
7143
+ "maintainers": [
7144
+ {
7145
+ "name": "Sam K",
7146
+ "github": "samk-dev"
7147
+ }
7148
+ ],
7149
+ "compatibility": {
7150
+ "nuxt": "^3.0.0",
7151
+ "requires": {}
7152
+ }
7153
+ },
7154
+ {
7155
+ "name": "vee-validate",
7156
+ "description": "Painless Vue forms for Nuxt",
7157
+ "repo": "logaretm/vee-validate#main/packages/nuxt",
7158
+ "npm": "@vee-validate/nuxt",
7159
+ "icon": "vee-validate.png",
7160
+ "github": "https://github.com/logaretm/vee-validate/",
7161
+ "website": "https://vee-validate.logaretm.com/v4/",
7162
+ "learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
7163
+ "category": "Libraries",
7164
+ "type": "3rd-party",
7165
+ "maintainers": [
7166
+ {
7167
+ "name": "Abdelrahman Awad",
7168
+ "github": "logaretm"
7169
+ }
7170
+ ],
7171
+ "compatibility": {
7172
+ "nuxt": "^3.0.0",
7173
+ "requires": {}
7174
+ }
7175
+ },
5591
7176
  {
5592
7177
  "name": "vendor",
5593
7178
  "description": "directly serve node_modules",
@@ -5611,9 +7196,54 @@
5611
7196
  "requires": {}
5612
7197
  }
5613
7198
  },
7199
+ {
7200
+ "name": "vercel-analytics",
7201
+ "description": "Vercel Analytics integration for Nuxt",
7202
+ "repo": "xanderbarkhatov/nuxt-vercel-analytics",
7203
+ "npm": "nuxt-vercel-analytics",
7204
+ "icon": "",
7205
+ "github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
7206
+ "website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
7207
+ "learn_more": "https://vercel.com/docs/concepts/analytics",
7208
+ "category": "Analytics",
7209
+ "type": "3rd-party",
7210
+ "maintainers": [
7211
+ {
7212
+ "name": "Alexander B.",
7213
+ "github": "xanderbarkhatov"
7214
+ }
7215
+ ],
7216
+ "compatibility": {
7217
+ "nuxt": "^3.0.0",
7218
+ "requires": {}
7219
+ }
7220
+ },
7221
+ {
7222
+ "name": "vexip-ui",
7223
+ "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
7224
+ "repo": "vexip-ui/nuxt",
7225
+ "npm": "@vexip-ui/nuxt",
7226
+ "icon": "vexip-ui.svg",
7227
+ "github": "https://github.com/vexip-ui/vexip-ui",
7228
+ "website": "https://www.vexipui.com/",
7229
+ "learn_more": "https://github.com/vexip-ui/nuxt",
7230
+ "category": "UI",
7231
+ "type": "3rd-party",
7232
+ "maintainers": [
7233
+ {
7234
+ "name": "未觉雨声",
7235
+ "github": "qmhc",
7236
+ "twitter": "qmhc95"
7237
+ }
7238
+ ],
7239
+ "compatibility": {
7240
+ "nuxt": "^3.0.0",
7241
+ "requires": {}
7242
+ }
7243
+ },
5614
7244
  {
5615
7245
  "name": "vite-pwa-nuxt",
5616
- "description": "Zero-config PWA Plugin for Nuxt 3",
7246
+ "description": "Zero-config PWA Plugin for Nuxt",
5617
7247
  "repo": "vite-pwa/nuxt",
5618
7248
  "npm": "@vite-pwa/nuxt",
5619
7249
  "icon": "vite-pwa-nuxt.svg",
@@ -5642,13 +7272,13 @@
5642
7272
  {
5643
7273
  "name": "vitest",
5644
7274
  "description": "Vitest integration with Nuxt",
5645
- "repo": "danielroe/nuxt-vitest#main",
7275
+ "repo": "danielroe/nuxt-vitest",
5646
7276
  "npm": "nuxt-vitest",
5647
7277
  "icon": "vitest.svg",
5648
7278
  "github": "https://github.com/danielroe/nuxt-vitest",
5649
7279
  "website": "https://github.com/danielroe/nuxt-vitest",
5650
7280
  "learn_more": "",
5651
- "category": "Extensions",
7281
+ "category": "Devtools",
5652
7282
  "type": "3rd-party",
5653
7283
  "maintainers": [
5654
7284
  {
@@ -5660,6 +7290,61 @@
5660
7290
  "github": "antfu"
5661
7291
  }
5662
7292
  ],
7293
+ "compatibility": {
7294
+ "nuxt": "^3.0.0",
7295
+ "requires": {},
7296
+ "devtools": "^0.0.0"
7297
+ }
7298
+ },
7299
+ {
7300
+ "name": "vue-email",
7301
+ "description": "💌 Write email templates with vue",
7302
+ "repo": "vue-email/nuxt",
7303
+ "npm": "@vue-email/nuxt",
7304
+ "icon": "vue-email.svg",
7305
+ "github": "https://github.com/vue-email/nuxt",
7306
+ "website": "https://vuemail.net/",
7307
+ "learn_more": "https://vuemail.net/ssr/nuxt",
7308
+ "category": "UI",
7309
+ "type": "3rd-party",
7310
+ "maintainers": [
7311
+ {
7312
+ "name": "David Arenas",
7313
+ "github": "Dave136",
7314
+ "twitter": "davejs4",
7315
+ "avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
7316
+ },
7317
+ {
7318
+ "name": "Younes Barrad",
7319
+ "github": "Flowko",
7320
+ "twitter": "imflowko",
7321
+ "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
7322
+ }
7323
+ ],
7324
+ "compatibility": {
7325
+ "nuxt": "^3.0.0",
7326
+ "requires": {},
7327
+ "devtools": "^0.0.0"
7328
+ }
7329
+ },
7330
+ {
7331
+ "name": "vue-final-modal",
7332
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
7333
+ "repo": "vue-final/vue-final-modal",
7334
+ "npm": "@vue-final-modal/nuxt",
7335
+ "icon": "vue-final-modal.svg",
7336
+ "github": "https://github.com/vue-final/vue-final-modal",
7337
+ "website": "https://vue-final-modal.org/",
7338
+ "learn_more": "https://vue-final-modal.org/",
7339
+ "category": "UI",
7340
+ "type": "3rd-party",
7341
+ "maintainers": [
7342
+ {
7343
+ "name": "Hunter Liu",
7344
+ "github": "hunterliu1003",
7345
+ "twitter": "hunterliu1003"
7346
+ }
7347
+ ],
5663
7348
  "compatibility": {
5664
7349
  "nuxt": "^3.0.0",
5665
7350
  "requires": {}
@@ -5667,13 +7352,13 @@
5667
7352
  },
5668
7353
  {
5669
7354
  "name": "vue-macros",
5670
- "description": "Explore and extend more macros and syntax sugar to Vue.",
5671
- "repo": "sxzz/unplugin-vue-macros#main/packages/nuxt",
7355
+ "description": "Explore more macros and syntax sugar to Vue.",
7356
+ "repo": "sxzz/vue-macros#main/packages/nuxt",
5672
7357
  "npm": "@vue-macros/nuxt",
5673
7358
  "icon": "vue-macros.svg",
5674
- "github": "https://github.com/sxzz/unplugin-vue-macros",
7359
+ "github": "https://github.com/sxzz/vue-macros",
5675
7360
  "website": "https://vue-macros.sxzz.moe",
5676
- "learn_more": "https://github.com/sxzz/unplugin-vue-macros",
7361
+ "learn_more": "https://github.com/sxzz/vue-macros",
5677
7362
  "category": "Extensions",
5678
7363
  "type": "3rd-party",
5679
7364
  "maintainers": [
@@ -5687,7 +7372,8 @@
5687
7372
  "nuxt": "^3.0.0",
5688
7373
  "requires": {
5689
7374
  "bridge": "optional"
5690
- }
7375
+ },
7376
+ "devtools": "^0.0.0"
5691
7377
  }
5692
7378
  },
5693
7379
  {
@@ -5714,7 +7400,7 @@
5714
7400
  },
5715
7401
  {
5716
7402
  "name": "vue-multiselect",
5717
- "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
7403
+ "description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
5718
7404
  "repo": "spektrummedia/nuxt-vue-multiselect",
5719
7405
  "npm": "nuxt-vue-multiselect",
5720
7406
  "icon": "",
@@ -5756,6 +7442,29 @@
5756
7442
  "requires": {}
5757
7443
  }
5758
7444
  },
7445
+ {
7446
+ "name": "vue-query",
7447
+ "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
7448
+ "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
7449
+ "npm": "@hebilicious/vue-query-nuxt",
7450
+ "icon": "vue-query.svg",
7451
+ "github": "https://github.com/Hebilicious/vue-query-nuxt",
7452
+ "website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
7453
+ "learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
7454
+ "category": "Request",
7455
+ "type": "3rd-party",
7456
+ "maintainers": [
7457
+ {
7458
+ "name": "Hebilicious",
7459
+ "github": "Hebilicious",
7460
+ "twitter": "its_hebilicious"
7461
+ }
7462
+ ],
7463
+ "compatibility": {
7464
+ "nuxt": "^3.0.0",
7465
+ "requires": {}
7466
+ }
7467
+ },
5759
7468
  {
5760
7469
  "name": "vue-select",
5761
7470
  "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
@@ -5805,7 +7514,7 @@
5805
7514
  },
5806
7515
  {
5807
7516
  "name": "vue-warehouse",
5808
- "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
7517
+ "description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
5809
7518
  "repo": "juliomrqz/vue-warehouse",
5810
7519
  "npm": "vue-warehouse",
5811
7520
  "icon": "",
@@ -5826,6 +7535,29 @@
5826
7535
  "requires": {}
5827
7536
  }
5828
7537
  },
7538
+ {
7539
+ "name": "vue3-carousel-nuxt",
7540
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
7541
+ "repo": "gaetansenn/vue3-carousel-nuxt",
7542
+ "npm": "vue3-carousel-nuxt",
7543
+ "icon": "",
7544
+ "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7545
+ "website": "",
7546
+ "learn_more": "",
7547
+ "category": "UI",
7548
+ "type": "3rd-party",
7549
+ "maintainers": [
7550
+ {
7551
+ "name": "Gaetan SENN",
7552
+ "github": "gaetansenn",
7553
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
7554
+ }
7555
+ ],
7556
+ "compatibility": {
7557
+ "nuxt": "^3.0.0",
7558
+ "requires": {}
7559
+ }
7560
+ },
5829
7561
  {
5830
7562
  "name": "vuefire",
5831
7563
  "description": "Idiomatic composables for the Firebase SDK",
@@ -5848,9 +7580,55 @@
5848
7580
  "requires": {}
5849
7581
  }
5850
7582
  },
7583
+ {
7584
+ "name": "vueform-builder",
7585
+ "description": "Official Vueform Builder module for Nuxt",
7586
+ "repo": "vueform/builder/nuxt",
7587
+ "npm": "@vueform/builder-nuxt",
7588
+ "icon": "vueform.svg",
7589
+ "github": "https://github.com/vueform/builder",
7590
+ "website": "https://builder.vueform.com",
7591
+ "learn_more": "https://builder.vueform.com/docs/installation#nuxt",
7592
+ "category": "Libraries",
7593
+ "type": "3rd-party",
7594
+ "maintainers": [
7595
+ {
7596
+ "name": "Adam Berecz",
7597
+ "github": "adamberecz",
7598
+ "twitter": "bereczadam"
7599
+ }
7600
+ ],
7601
+ "compatibility": {
7602
+ "nuxt": "^3.0.0",
7603
+ "requires": {}
7604
+ }
7605
+ },
7606
+ {
7607
+ "name": "vueform",
7608
+ "description": "Official Vueform module for Nuxt",
7609
+ "repo": "vueform/vueform/nuxt",
7610
+ "npm": "@vueform/nuxt",
7611
+ "icon": "vueform.svg",
7612
+ "github": "https://github.com/vueform/vueform",
7613
+ "website": "https://vueform.com",
7614
+ "learn_more": "https://vueform.com/docs/installation#nuxt",
7615
+ "category": "Libraries",
7616
+ "type": "3rd-party",
7617
+ "maintainers": [
7618
+ {
7619
+ "name": "Adam Berecz",
7620
+ "github": "adamberecz",
7621
+ "twitter": "bereczadam"
7622
+ }
7623
+ ],
7624
+ "compatibility": {
7625
+ "nuxt": "^3.0.0",
7626
+ "requires": {}
7627
+ }
7628
+ },
5851
7629
  {
5852
7630
  "name": "vuestic",
5853
- "description": "Vuestic UI module for Nuxt 3",
7631
+ "description": "Vuestic UI module for Nuxt",
5854
7632
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
5855
7633
  "npm": "@vuestic/nuxt",
5856
7634
  "icon": "vuestic.png",
@@ -5870,9 +7648,31 @@
5870
7648
  "requires": {}
5871
7649
  }
5872
7650
  },
7651
+ {
7652
+ "name": "vuetify-nuxt-module",
7653
+ "description": "Zero-config Nuxt Module for Vuetify.",
7654
+ "repo": "userquin/vuetify-nuxt-module",
7655
+ "npm": "vuetify-nuxt-module",
7656
+ "icon": "vuetify-logo-v3-dark.svg",
7657
+ "github": "https://github.com/userquin/vuetify-nuxt-module",
7658
+ "website": "https://vuetify-nuxt-module.netlify.app/",
7659
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
7660
+ "category": "UI",
7661
+ "type": "3rd-party",
7662
+ "maintainers": [
7663
+ {
7664
+ "name": "Joaquín Sánchez",
7665
+ "github": "userquin"
7666
+ }
7667
+ ],
7668
+ "compatibility": {
7669
+ "nuxt": "^3.0.0",
7670
+ "requires": {}
7671
+ }
7672
+ },
5873
7673
  {
5874
7674
  "name": "vuetify",
5875
- "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
7675
+ "description": "Vuetify Module for Nuxt to add Material Design components to your application.",
5876
7676
  "repo": "nuxt-community/vuetify-module",
5877
7677
  "npm": "@nuxtjs/vuetify",
5878
7678
  "icon": "vuetify.png",
@@ -5919,7 +7719,8 @@
5919
7719
  "nuxt": "^2.0.0 || ^3.0.0",
5920
7720
  "requires": {
5921
7721
  "bridge": "optional"
5922
- }
7722
+ },
7723
+ "devtools": "^0.0.0"
5923
7724
  }
5924
7725
  },
5925
7726
  {
@@ -5944,14 +7745,37 @@
5944
7745
  "requires": {}
5945
7746
  }
5946
7747
  },
7748
+ {
7749
+ "name": "vunix",
7750
+ "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.",
7751
+ "repo": "gaetansenn/vunix#main/packages/nuxt",
7752
+ "npm": "@vunix/nuxt",
7753
+ "icon": "",
7754
+ "github": "https://github.com/gaetansenn/vunix",
7755
+ "website": "https://vunix.dewib.com/",
7756
+ "learn_more": "",
7757
+ "category": "UI",
7758
+ "type": "3rd-party",
7759
+ "maintainers": [
7760
+ {
7761
+ "name": "Gaetan SENN",
7762
+ "github": "gaetansenn",
7763
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
7764
+ }
7765
+ ],
7766
+ "compatibility": {
7767
+ "nuxt": "^3.0.0",
7768
+ "requires": {}
7769
+ }
7770
+ },
5947
7771
  {
5948
7772
  "name": "web-vitals",
5949
7773
  "description": "Web Vitals for Nuxt",
5950
- "repo": "nuxt-community/web-vitals-module",
7774
+ "repo": "nuxt-modules/web-vitals",
5951
7775
  "npm": "@nuxtjs/web-vitals",
5952
7776
  "icon": "web-vitals.png",
5953
- "github": "https://github.com/nuxt-community/web-vitals-module",
5954
- "website": "https://github.com/nuxt-community/web-vitals-module",
7777
+ "github": "https://github.com/nuxt-modules/web-vitals",
7778
+ "website": "https://github.com/nuxt-modules/web-vitals",
5955
7779
  "learn_more": "",
5956
7780
  "category": "Performance",
5957
7781
  "type": "community",
@@ -6002,7 +7826,7 @@
6002
7826
  },
6003
7827
  {
6004
7828
  "name": "webpack-optimisations",
6005
- "description": "Nuxt.js v2 module to automatically make your builds faster.",
7829
+ "description": "Nuxt v2 module to automatically make your builds faster.",
6006
7830
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
6007
7831
  "npm": "nuxt-webpack-optimisations",
6008
7832
  "icon": "build-optimisations.svg",
@@ -6092,14 +7916,62 @@
6092
7916
  "requires": {}
6093
7917
  }
6094
7918
  },
7919
+ {
7920
+ "name": "well-known",
7921
+ "description": "A Nuxt module to add well-known URIs using middlewares",
7922
+ "repo": "zadigetvoltaire/nuxt-well-known",
7923
+ "npm": "@zadigetvoltaire/nuxt-well-known",
7924
+ "icon": "well-known.svg",
7925
+ "github": "https://github.com/zadigetvoltaire/nuxt-well-known",
7926
+ "website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
7927
+ "learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
7928
+ "category": "SEO",
7929
+ "type": "3rd-party",
7930
+ "maintainers": [
7931
+ {
7932
+ "name": "Zadig&Voltaire Team",
7933
+ "github": "https://github.com/zadigetvoltaire"
7934
+ }
7935
+ ],
7936
+ "compatibility": {
7937
+ "nuxt": "^3.0.0",
7938
+ "requires": {}
7939
+ }
7940
+ },
7941
+ {
7942
+ "name": "wideangle",
7943
+ "description": "Nuxt module to integrate Wide Angle Analytics",
7944
+ "repo": "inputobjects/wideangle-nuxt",
7945
+ "npm": "wideangle-nuxt",
7946
+ "icon": "wideangle.png",
7947
+ "github": "https://github.com/inputobjects/wideangle-nuxt",
7948
+ "website": "https://wideangle.co",
7949
+ "learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
7950
+ "category": "Analytics",
7951
+ "type": "3rd-party",
7952
+ "maintainers": [
7953
+ {
7954
+ "name": "Wide Angle Analytics by Input Objects GmbH",
7955
+ "github": "inputobjects"
7956
+ },
7957
+ {
7958
+ "name": "Jarek Rozanski",
7959
+ "github": "jrozanski"
7960
+ }
7961
+ ],
7962
+ "compatibility": {
7963
+ "nuxt": "^3.0.0",
7964
+ "requires": {}
7965
+ }
7966
+ },
6095
7967
  {
6096
7968
  "name": "windicss",
6097
7969
  "description": "Next generation utility-first CSS framework.",
6098
- "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
7970
+ "repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
6099
7971
  "npm": "nuxt-windicss",
6100
7972
  "icon": "windicss.svg",
6101
- "github": "https://github.com/windicss/nuxt-windicss-module",
6102
- "website": "https://github.com/windicss/nuxt-windicss-module",
7973
+ "github": "https://github.com/windicss/nuxt-windicss",
7974
+ "website": "https://github.com/windicss/nuxt-windicss",
6103
7975
  "learn_more": "https://windicss.org/",
6104
7976
  "category": "UI",
6105
7977
  "type": "3rd-party",
@@ -6235,55 +8107,9 @@
6235
8107
  "requires": {}
6236
8108
  }
6237
8109
  },
6238
- {
6239
- "name": "yandex-metrika-next",
6240
- "description": "Yandex Metrika integration for Nuxt",
6241
- "repo": "artmizu/yandex-metrika-nuxt",
6242
- "npm": "@artmizu/yandex-metrika-nuxt",
6243
- "icon": "yandex-metrika.svg",
6244
- "github": "https://github.com/artmizu/yandex-metrika-nuxt",
6245
- "website": "https://github.com/artmizu/yandex-metrika-nuxt",
6246
- "learn_more": "",
6247
- "category": "Analytics",
6248
- "type": "3rd-party",
6249
- "maintainers": [
6250
- {
6251
- "name": "Aleksandr Saburov",
6252
- "github": "artmizu",
6253
- "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
6254
- }
6255
- ],
6256
- "compatibility": {
6257
- "nuxt": "^3.0.0",
6258
- "requires": {}
6259
- }
6260
- },
6261
- {
6262
- "name": "yandex-metrika",
6263
- "description": "Yandex metrika Module for Nuxt.js",
6264
- "repo": "nuxt-community/yandex-metrika-module",
6265
- "npm": "@nuxtjs/yandex-metrika",
6266
- "icon": "",
6267
- "github": "https://github.com/nuxt-community/yandex-metrika-module",
6268
- "website": "https://github.com/nuxt-community/yandex-metrika-module",
6269
- "learn_more": "https://metrica.yandex.com/about",
6270
- "category": "Analytics",
6271
- "type": "community",
6272
- "maintainers": [
6273
- {
6274
- "name": "Pooya Parsa",
6275
- "github": "pi0",
6276
- "twitter": "_pi0_"
6277
- }
6278
- ],
6279
- "compatibility": {
6280
- "nuxt": "^2.0.0",
6281
- "requires": {}
6282
- }
6283
- },
6284
8110
  {
6285
8111
  "name": "zendesk",
6286
- "description": "Nuxt.js module for Zendesk",
8112
+ "description": "Nuxt module for Zendesk",
6287
8113
  "repo": "DansMaCulotte/nuxt-zendesk",
6288
8114
  "npm": "@dansmaculotte/nuxt-zendesk",
6289
8115
  "icon": "zendesk.png",