@nuxt/modules 0.5.0-be4f10 → 0.5.0-c63927

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 +977 -252
  2. package/package.json +1 -1
package/modules.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "name": "ackee",
4
4
  "description": "Nuxt.js module for Ackee analytics",
5
5
  "repo": "bdrtsky/nuxt-ackee",
6
- "npm": "",
6
+ "npm": "nuxt-ackee",
7
7
  "icon": "ackee.png",
8
8
  "github": "https://github.com/bdrtsky/nuxt-ackee",
9
9
  "website": "https://github.com/bdrtsky/nuxt-ackee",
@@ -30,7 +30,7 @@
30
30
  "name": "agility-cms",
31
31
  "description": "Agility CMS Integration for Nuxt.js",
32
32
  "repo": "agility/agilitycms-nuxt-module",
33
- "npm": "",
33
+ "npm": "@agility/agilitycms-nuxt-module",
34
34
  "icon": "agility.png",
35
35
  "github": "https://github.com/agility/agilitycms-nuxt-module",
36
36
  "website": "https://github.com/agility/agilitycms-nuxt-module",
@@ -49,11 +49,41 @@
49
49
  "requires": {}
50
50
  }
51
51
  },
52
+ {
53
+ "name": "algolia",
54
+ "description": "Algolia Search Module for Nuxt 3",
55
+ "repo": "nuxt-modules/algolia",
56
+ "npm": "@nuxtjs/algolia",
57
+ "icon": "algolia.svg",
58
+ "github": "https://github.com/nuxt-modules/algolia",
59
+ "website": "https://algolia.nuxtjs.org/",
60
+ "learn_more": "https://algolia.nuxtjs.org/",
61
+ "category": "Libraries",
62
+ "type": "community",
63
+ "maintainers": [
64
+ {
65
+ "name": "Jakub Andrzejewski",
66
+ "github": "Baroshem",
67
+ "avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
68
+ },
69
+ {
70
+ "name": "Yasser Lahbibi",
71
+ "github": "yassilah",
72
+ "avatar": "https://avatars.githubusercontent.com/u/13403295?v=4"
73
+ }
74
+ ],
75
+ "compatibility": {
76
+ "nuxt": "^2.0.0 || ^3.0.0",
77
+ "requires": {
78
+ "bridge": true
79
+ }
80
+ }
81
+ },
52
82
  {
53
83
  "name": "alias",
54
84
  "description": "It automatically creates an alias for the components and page of the path",
55
85
  "repo": "kdydesign/nuxt-alias-module",
56
- "npm": "",
86
+ "npm": "nuxt-alias",
57
87
  "icon": "",
58
88
  "github": "https://github.com/kdydesign/nuxt-alias-module",
59
89
  "website": "https://github.com/kdydesign/nuxt-alias-module",
@@ -75,7 +105,7 @@
75
105
  "name": "amp",
76
106
  "description": "AMP (Accelerated Mobile Pages) module for Nuxt",
77
107
  "repo": "nuxt-community/amp-module",
78
- "npm": "",
108
+ "npm": "@nuxtjs/amp",
79
109
  "icon": "amp.png",
80
110
  "github": "https://github.com/nuxt-community/amp-module",
81
111
  "website": "https://github.com/nuxt-community/amp-module",
@@ -98,7 +128,7 @@
98
128
  "name": "animejs",
99
129
  "description": "Anime.js module for Nuxt.js",
100
130
  "repo": "ivodolenc/nuxt-animejs",
101
- "npm": "",
131
+ "npm": "nuxt-animejs",
102
132
  "icon": "",
103
133
  "github": "https://github.com/ivodolenc/nuxt-animejs",
104
134
  "website": "https://github.com/ivodolenc/nuxt-animejs",
@@ -116,11 +146,35 @@
116
146
  "requires": {}
117
147
  }
118
148
  },
149
+ {
150
+ "name": "api-party",
151
+ "description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
152
+ "repo": "johannschopplich/nuxt-api-party",
153
+ "npm": "nuxt-api-party",
154
+ "icon": "api-party.svg",
155
+ "github": "https://github.com/johannschopplich/nuxt-api-party",
156
+ "website": "https://github.com/johannschopplich/nuxt-api-party#readme",
157
+ "learn_more": "",
158
+ "category": "Request",
159
+ "type": "3rd-party",
160
+ "maintainers": [
161
+ {
162
+ "name": "Johann Schopplich",
163
+ "github": "johannschopplich",
164
+ "twitter": "jschopplich",
165
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
166
+ }
167
+ ],
168
+ "compatibility": {
169
+ "nuxt": "^3.0.0",
170
+ "requires": {}
171
+ }
172
+ },
119
173
  {
120
174
  "name": "apis-to-file",
121
175
  "description": "Build module to merge and transform multiple API and GraphQL requests into a single one and loaded only when needed, like a payload extractor",
122
176
  "repo": "Luxdamore/nuxt-apis-to-file",
123
- "npm": "",
177
+ "npm": "@luxdamore/nuxt-apis-to-file",
124
178
  "icon": "",
125
179
  "github": "https://github.com/LuXDAmore/nuxt-apis-to-file",
126
180
  "website": "https://luxdamore.github.io/nuxt-apis-to-file/",
@@ -144,7 +198,7 @@
144
198
  "name": "apollo",
145
199
  "description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
146
200
  "repo": "nuxt-community/apollo-module",
147
- "npm": "",
201
+ "npm": "@nuxtjs/apollo",
148
202
  "icon": "apollo.png",
149
203
  "github": "https://github.com/nuxt-community/apollo-module",
150
204
  "website": "https://github.com/nuxt-community/apollo-module",
@@ -170,7 +224,7 @@
170
224
  "name": "applicationinsights",
171
225
  "description": "AppInsights module for Nuxt.js",
172
226
  "repo": "nuxt-community/applicationinsights-module",
173
- "npm": "",
227
+ "npm": "@nuxtjs/applicationinsights",
174
228
  "icon": "application-insights.png",
175
229
  "github": "https://github.com/nuxt-community/applicationinsights-module",
176
230
  "website": "https://github.com/nuxt-community/applicationinsights-module",
@@ -192,7 +246,7 @@
192
246
  "name": "appwrite",
193
247
  "description": "Appwrite module for Nuxt",
194
248
  "repo": "Hrdtr/nuxt-appwrite",
195
- "npm": "",
249
+ "npm": "nuxt-appwrite",
196
250
  "icon": "appwrite.png",
197
251
  "github": "https://github.com/Hrdtr/nuxt-appwrite",
198
252
  "website": "https://github.com/Hrdtr/nuxt-appwrite",
@@ -214,7 +268,7 @@
214
268
  "name": "auth",
215
269
  "description": "Zero-boilerplate authentication support for Nuxt.js.",
216
270
  "repo": "nuxt-community/auth-module",
217
- "npm": "",
271
+ "npm": "@nuxtjs/auth",
218
272
  "icon": "auth.png",
219
273
  "github": "https://github.com/nuxt-community/auth-module",
220
274
  "website": "https://dev.auth.nuxtjs.org/",
@@ -241,7 +295,7 @@
241
295
  "name": "axios",
242
296
  "description": "Secure and easy Axios module with Nuxt.js",
243
297
  "repo": "nuxt-community/axios-module",
244
- "npm": "",
298
+ "npm": "@nuxtjs/axios",
245
299
  "icon": "axios.svg",
246
300
  "github": "https://github.com/nuxt-community/axios-module",
247
301
  "website": "https://axios.nuxtjs.org",
@@ -264,7 +318,7 @@
264
318
  "name": "basic-auth",
265
319
  "description": "Provide basic authentication to your Nuxt.js application",
266
320
  "repo": "potato4d/nuxt-basic-auth-module",
267
- "npm": "",
321
+ "npm": "nuxt-basic-auth-module",
268
322
  "icon": "",
269
323
  "github": "https://github.com/potato4d/nuxt-basic-auth-module",
270
324
  "website": "https://github.com/potato4d/nuxt-basic-auth-module",
@@ -286,7 +340,7 @@
286
340
  "name": "bootstrap",
287
341
  "description": "Add Bootstrap to your Nuxt app in seconds.",
288
342
  "repo": "bootstrap-vue/bootstrap-vue",
289
- "npm": "",
343
+ "npm": "bootstrap-vue",
290
344
  "icon": "bootstrap.png",
291
345
  "github": "https://github.com/bootstrap-vue/bootstrap-vue",
292
346
  "website": "https://bootstrap-vue.org/docs#nuxtjs-module",
@@ -318,7 +372,7 @@
318
372
  "name": "browserconfig",
319
373
  "description": "Adds XML browser configuration support",
320
374
  "repo": "nuxt-community/modules#master/packages/browserconfig",
321
- "npm": "",
375
+ "npm": "@nuxtjs/browserconfig",
322
376
  "icon": "",
323
377
  "github": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
324
378
  "website": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
@@ -341,7 +395,7 @@
341
395
  "name": "buefy",
342
396
  "description": "It's really very simple to start with nuxt. But we can make it even simpler by adding nuxt-buefy",
343
397
  "repo": "buefy/nuxt-buefy",
344
- "npm": "",
398
+ "npm": "nuxt-buefy",
345
399
  "icon": "buefy.png",
346
400
  "github": "https://github.com/buefy/nuxt-buefy",
347
401
  "website": "https://github.com/buefy/nuxt-buefy",
@@ -361,9 +415,9 @@
361
415
  },
362
416
  {
363
417
  "name": "bugsnag",
364
- "description": "Bugsnag module for nuxt.js",
418
+ "description": "Bugsnag integration for nuxt.js. Makes it easy to add bugsnag to your Project. Supports uploading source maps.",
365
419
  "repo": "JulianMar/nuxt-bugsnag",
366
- "npm": "",
420
+ "npm": "nuxt-bugsnag",
367
421
  "icon": "bugsnag.png",
368
422
  "github": "https://github.com/JulianMar/nuxt-bugsnag",
369
423
  "website": "https://github.com/JulianMar/nuxt-bugsnag",
@@ -373,19 +427,22 @@
373
427
  "maintainers": [
374
428
  {
375
429
  "name": "JulianMar",
376
- "github": "JulianMar"
430
+ "github": "JulianMar",
431
+ "twitter": "julian_martin96"
377
432
  }
378
433
  ],
379
434
  "compatibility": {
380
- "nuxt": "^2.0.0",
381
- "requires": {}
435
+ "nuxt": "^2.0.0 || ^3.0.0",
436
+ "requires": {
437
+ "bridge": true
438
+ }
382
439
  }
383
440
  },
384
441
  {
385
442
  "name": "bulma-slim",
386
443
  "description": "Nuxt.js module to automatically make a slim Bulma build of used features with Purgecss",
387
444
  "repo": "mustardamus/nuxt-bulma-slim",
388
- "npm": "",
445
+ "npm": "nuxt-bulma-slim",
389
446
  "icon": "bulma.png",
390
447
  "github": "https://github.com/mustardamus/nuxt-bulma-slim",
391
448
  "website": "https://github.com/mustardamus/nuxt-bulma-slim",
@@ -407,7 +464,7 @@
407
464
  "name": "bundle-buddy",
408
465
  "description": "Don't fight your webpack bundle, become friends!",
409
466
  "repo": "Developmint/nuxt-bundle-buddy",
410
- "npm": "",
467
+ "npm": "nuxt-bundle-buddy",
411
468
  "icon": "",
412
469
  "github": "https://github.com/Developmint/nuxt-bundle-buddy",
413
470
  "website": "https://github.com/Developmint/nuxt-bundle-buddy",
@@ -427,9 +484,9 @@
427
484
  },
428
485
  {
429
486
  "name": "canvas-sketch",
430
- "description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in Javascript",
487
+ "description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
431
488
  "repo": "LuXDAmore/generative-art",
432
- "npm": "",
489
+ "npm": "@luxdamore/nuxt-canvas-sketch",
433
490
  "icon": "",
434
491
  "github": "https://github.com/LuXDAmore/generative-art",
435
492
  "website": "https://github.com/LuXDAmore/generative-art",
@@ -452,7 +509,7 @@
452
509
  "name": "chakra-ui",
453
510
  "description": "Chakra UI Module for Nuxt.js",
454
511
  "repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
455
- "npm": "",
512
+ "npm": "@chakra-ui/nuxt",
456
513
  "icon": "chakra-ui.png",
457
514
  "github": "https://github.com/chakra-ui/chakra-ui-vue/tree/develop/packages/chakra-ui-nuxt",
458
515
  "website": "https://vue.chakra-ui.com/with-nuxt",
@@ -474,7 +531,7 @@
474
531
  "name": "chiffre",
475
532
  "description": "Privacy-first, end-to-end encrypted analytics",
476
533
  "repo": "chiffre-io/nuxt-chiffre",
477
- "npm": "",
534
+ "npm": "nuxt-chiffre",
478
535
  "icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
479
536
  "github": "https://github.com/chiffre-io/nuxt-chiffre",
480
537
  "website": "https://github.com/chiffre-io/nuxt-chiffre",
@@ -496,7 +553,7 @@
496
553
  "name": "client-init",
497
554
  "description": "Provide client version of `nuxtServerInit`.",
498
555
  "repo": "potato4d/nuxt-client-init-module",
499
- "npm": "",
556
+ "npm": "nuxt-client-init-module",
500
557
  "icon": "",
501
558
  "github": "https://github.com/potato4d/nuxt-client-init-module",
502
559
  "website": "https://github.com/potato4d/nuxt-client-init-module",
@@ -518,7 +575,7 @@
518
575
  "name": "cloudcms",
519
576
  "description": "CloudCMS Nuxt.js Module",
520
577
  "repo": "gitana/cloudcms-nuxt",
521
- "npm": "",
578
+ "npm": "cloudcms-nuxt",
522
579
  "icon": "",
523
580
  "github": "https://github.com/gitana/cloudcms-nuxt",
524
581
  "website": "https://github.com/gitana/cloudcms-nuxt",
@@ -540,7 +597,7 @@
540
597
  "name": "cloudinary",
541
598
  "description": "Optimize images and videos in your Nuxt.js application",
542
599
  "repo": "nuxt-community/cloudinary-module",
543
- "npm": "",
600
+ "npm": "@nuxtjs/cloudinary",
544
601
  "icon": "cloudinary.png",
545
602
  "github": "https://github.com/nuxt-community/cloudinary-module",
546
603
  "website": "https://cloudinary.nuxtjs.org",
@@ -563,7 +620,7 @@
563
620
  "name": "color-mode",
564
621
  "description": "Dark and Light mode for NuxtJS with auto detection",
565
622
  "repo": "nuxt-community/color-mode-module",
566
- "npm": "",
623
+ "npm": "@nuxtjs/color-mode",
567
624
  "icon": "color-mode.png",
568
625
  "github": "https://github.com/nuxt-community/color-mode-module",
569
626
  "website": "https://color-mode.nuxtjs.org",
@@ -578,7 +635,7 @@
578
635
  }
579
636
  ],
580
637
  "compatibility": {
581
- "nuxt": "^2.0.0",
638
+ "nuxt": "^2.0.0 || ^3.0.0",
582
639
  "requires": {
583
640
  "bridge": "optional"
584
641
  }
@@ -588,7 +645,7 @@
588
645
  "name": "component-cache",
589
646
  "description": "LRU component cache for vue components",
590
647
  "repo": "nuxt-community/component-cache-module",
591
- "npm": "",
648
+ "npm": "@nuxtjs/component-cache",
592
649
  "icon": "",
593
650
  "github": "https://github.com/nuxt-community/component-cache-module",
594
651
  "website": "https://github.com/nuxt-community/component-cache-module",
@@ -611,7 +668,7 @@
611
668
  "name": "composition-api",
612
669
  "description": "Composition API hooks for Nuxt",
613
670
  "repo": "nuxt-community/composition-api#main",
614
- "npm": "",
671
+ "npm": "@nuxtjs/composition-api",
615
672
  "icon": "composition-api.svg",
616
673
  "github": "https://github.com/nuxt-community/composition-api/tree/main",
617
674
  "website": "https://composition-api.nuxtjs.org",
@@ -632,10 +689,10 @@
632
689
  },
633
690
  {
634
691
  "name": "content",
635
- "description": "Use markdown, JSON, YAML, XML or CSV in your nuxt application to easily write content fetched using a MongoDB like API.",
636
- "repo": "nuxt/content#master/packages/content",
637
- "npm": "",
638
- "icon": "content.png",
692
+ "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.",
693
+ "repo": "nuxt/content#main",
694
+ "npm": "@nuxt/content",
695
+ "icon": "nuxt.png",
639
696
  "github": "https://github.com/nuxt/content",
640
697
  "website": "https://content.nuxtjs.org",
641
698
  "learn_more": "",
@@ -643,9 +700,14 @@
643
700
  "type": "official",
644
701
  "maintainers": [
645
702
  {
646
- "name": "Benjamin Canac",
647
- "github": "benjamincanac",
648
- "twitter": "benjamincanac"
703
+ "name": "Yaël Guilloux",
704
+ "github": "Tahul",
705
+ "twitter": "yaeeelglx"
706
+ },
707
+ {
708
+ "name": "Ahad Birang",
709
+ "github": "farnabaz",
710
+ "twitter": "a_birang"
649
711
  },
650
712
  {
651
713
  "name": "Sebastien Chopin",
@@ -654,7 +716,7 @@
654
716
  }
655
717
  ],
656
718
  "compatibility": {
657
- "nuxt": "^2.0.0",
719
+ "nuxt": "^2.0.0 || ^3.0.0",
658
720
  "requires": {}
659
721
  }
660
722
  },
@@ -662,7 +724,7 @@
662
724
  "name": "contentful",
663
725
  "description": "nuxt contentful module",
664
726
  "repo": "scaccogatto/contentful-module",
665
- "npm": "",
727
+ "npm": "contentful-module",
666
728
  "icon": "contentful.png",
667
729
  "github": "https://github.com/scaccogatto/contentful-module",
668
730
  "website": "https://github.com/scaccogatto/contentful-module",
@@ -684,7 +746,7 @@
684
746
  "name": "custom-elements",
685
747
  "description": "Publish your Components as a vue-custom-element standalone build.",
686
748
  "repo": "GrabarzUndPartner/nuxt-custom-elements",
687
- "npm": "",
749
+ "npm": "nuxt-custom-elements",
688
750
  "icon": "custom-elements.png",
689
751
  "github": "https://github.com/GrabarzUndPartner/nuxt-custom-elements",
690
752
  "website": "https://nuxt-custom-elements.grabarzundpartner.dev",
@@ -710,7 +772,7 @@
710
772
  "name": "darkmode.js",
711
773
  "description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
712
774
  "repo": "sandoche/nuxtjs-darkmode-js-module#main",
713
- "npm": "",
775
+ "npm": "nuxtjs-darkmode-js-module",
714
776
  "icon": "darkmode.png",
715
777
  "github": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
716
778
  "website": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
@@ -732,7 +794,7 @@
732
794
  "name": "date-fns",
733
795
  "description": "Modern JavaScript date utility library - date-fns for Nuxt.js",
734
796
  "repo": "nuxt-community/date-fns-module",
735
- "npm": "",
797
+ "npm": "@nuxtjs/date-fns",
736
798
  "icon": "date-fns.png",
737
799
  "github": "https://github.com/nuxt-community/date-fns-module",
738
800
  "website": "https://github.com/nuxt-community/date-fns-module",
@@ -754,7 +816,7 @@
754
816
  "name": "datocms",
755
817
  "description": "DatoCMS integration for Nuxt.js",
756
818
  "repo": "voorhoede/nuxt-datocms-module",
757
- "npm": "",
819
+ "npm": "@voorhoede/nuxt-datocms-module",
758
820
  "icon": "datocms.png",
759
821
  "github": "https://github.com/voorhoede/nuxt-datocms-module",
760
822
  "website": "https://github.com/voorhoede/nuxt-datocms-module",
@@ -776,7 +838,7 @@
776
838
  "name": "dayjs",
777
839
  "description": "The best way for use Day.js easily in your Nuxt.js project.",
778
840
  "repo": "nuxt-community/dayjs-module",
779
- "npm": "",
841
+ "npm": "@nuxtjs/dayjs",
780
842
  "icon": "day-js.png",
781
843
  "github": "https://github.com/nuxt-community/dayjs-module",
782
844
  "website": "https://github.com/nuxt-community/dayjs-module",
@@ -795,11 +857,34 @@
795
857
  "requires": {}
796
858
  }
797
859
  },
860
+ {
861
+ "name": "delay-hydration",
862
+ "description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
863
+ "repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
864
+ "npm": "nuxt-delay-hydration",
865
+ "icon": "lighthouse.svg",
866
+ "github": "https://github.com/harlan-zw/nuxt-delay-hydration",
867
+ "website": "https://github.com/harlan-zw/nuxt-delay-hydration",
868
+ "learn_more": "",
869
+ "category": "Performance",
870
+ "type": "3rd-party",
871
+ "maintainers": [
872
+ {
873
+ "name": "Harlan Wilton",
874
+ "github": "harlan-zw",
875
+ "twitter": "harlan_zw"
876
+ }
877
+ ],
878
+ "compatibility": {
879
+ "nuxt": "^2.0.0",
880
+ "requires": {}
881
+ }
882
+ },
798
883
  {
799
884
  "name": "device",
800
885
  "description": "Device detection module for Nuxt.js",
801
886
  "repo": "nuxt-community/device-module",
802
- "npm": "",
887
+ "npm": "@nuxtjs/device",
803
888
  "icon": "",
804
889
  "github": "https://github.com/nuxt-community/device-module",
805
890
  "website": "https://github.com/nuxt-community/device-module",
@@ -817,11 +902,36 @@
817
902
  "requires": {}
818
903
  }
819
904
  },
905
+ {
906
+ "name": "directus",
907
+ "description": "Easily connect your Nuxt3 application to your directus server.",
908
+ "repo": "intevel/nuxt-directus",
909
+ "npm": "nuxt-directus",
910
+ "icon": "directus.svg",
911
+ "github": "https://github.com/intevel/nuxt-directus/",
912
+ "website": "https://nuxt-directus.netlify.app/",
913
+ "learn_more": "https://nuxt-directus.netlify.app/",
914
+ "category": "CMS",
915
+ "type": "3rd-party",
916
+ "maintainers": [
917
+ {
918
+ "name": "Conner Bachmann",
919
+ "github": "intevel",
920
+ "avatar": "https://avatars.githubusercontent.com/u/59223342?v=4"
921
+ }
922
+ ],
923
+ "compatibility": {
924
+ "nuxt": "^2.0.0 || ^3.0.0",
925
+ "requires": {
926
+ "bridge": true
927
+ }
928
+ }
929
+ },
820
930
  {
821
931
  "name": "dotenv",
822
932
  "description": "A Nuxt.js module that loads your .env file into your context options",
823
933
  "repo": "nuxt-community/dotenv-module",
824
- "npm": "",
934
+ "npm": "@nuxtjs/dotenv",
825
935
  "icon": "dotenv.png",
826
936
  "github": "https://github.com/nuxt-community/dotenv-module",
827
937
  "website": "https://github.com/nuxt-community/dotenv-module",
@@ -843,7 +953,7 @@
843
953
  "name": "drupal-ce",
844
954
  "description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
845
955
  "repo": "drunomics/nuxtjs-drupal-ce",
846
- "npm": "",
956
+ "npm": "nuxtjs-drupal-ce",
847
957
  "icon": "drupal-ce.png",
848
958
  "github": "https://github.com/drunomics/nuxtjs-drupal-ce",
849
959
  "website": "https://stack.lupus.digital",
@@ -876,7 +986,7 @@
876
986
  "name": "druxt",
877
987
  "description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
878
988
  "repo": "druxt/druxt.js#develop/packages/druxt",
879
- "npm": "",
989
+ "npm": "druxt",
880
990
  "icon": "druxt.svg",
881
991
  "github": "https://github.com/druxt/druxt.js",
882
992
  "website": "https://druxtjs.org",
@@ -898,7 +1008,7 @@
898
1008
  "name": "emotion",
899
1009
  "description": "The Next Generation of CSS-in-JS for Nuxt.js",
900
1010
  "repo": "nuxt-community/emotion-module",
901
- "npm": "",
1011
+ "npm": "@nuxtjs/emotion",
902
1012
  "icon": "emotion.png",
903
1013
  "github": "https://github.com/nuxt-community/emotion-module",
904
1014
  "website": "https://github.com/nuxt-community/emotion-module",
@@ -921,7 +1031,7 @@
921
1031
  "name": "eslint",
922
1032
  "description": "ESLint module for Nuxt.js",
923
1033
  "repo": "nuxt-community/eslint-module",
924
- "npm": "",
1034
+ "npm": "@nuxtjs/eslint-module",
925
1035
  "icon": "eslint.png",
926
1036
  "github": "https://github.com/nuxt-community/eslint-module",
927
1037
  "website": "https://github.com/nuxt-community/eslint-module",
@@ -943,7 +1053,7 @@
943
1053
  "name": "event-trace",
944
1054
  "description": "Module for event trace in Nuxt.js",
945
1055
  "repo": "nuxt-community/nuxt-event-trace",
946
- "npm": "",
1056
+ "npm": "nuxt-event-trace",
947
1057
  "icon": "",
948
1058
  "github": "https://github.com/nuxt-community/nuxt-event-trace",
949
1059
  "website": "https://github.com/nuxt-community/nuxt-event-trace",
@@ -965,7 +1075,7 @@
965
1075
  "name": "fathom",
966
1076
  "description": "Fathom analytics for Nuxt",
967
1077
  "repo": "yabhq/nuxt-fathom",
968
- "npm": "",
1078
+ "npm": "@yabhq/nuxt-fathom",
969
1079
  "icon": "fathom.png",
970
1080
  "github": "https://github.com/yabhq/nuxt-fathom",
971
1081
  "website": "https://github.com/yabhq/nuxt-fathom",
@@ -987,7 +1097,7 @@
987
1097
  "name": "feature-toggle",
988
1098
  "description": "Feature toggle module for Nuxt.js",
989
1099
  "repo": "stephenkr/nuxt-feature-toggle",
990
- "npm": "",
1100
+ "npm": "nuxt-feature-toggle",
991
1101
  "icon": "",
992
1102
  "github": "https://github.com/stephenkr/nuxt-feature-toggle",
993
1103
  "website": "https://github.com/stephenkr/nuxt-feature-toggle",
@@ -1007,9 +1117,9 @@
1007
1117
  },
1008
1118
  {
1009
1119
  "name": "feed",
1010
- "description": "Feed module enables everyone to have RSS, Atom and Json.",
1120
+ "description": "Feed module enables everyone to have RSS, Atom and JSON.",
1011
1121
  "repo": "nuxt-community/feed-module",
1012
- "npm": "",
1122
+ "npm": "@nuxtjs/feed",
1013
1123
  "icon": "",
1014
1124
  "github": "https://github.com/nuxt-community/feed-module",
1015
1125
  "website": "https://github.com/nuxt-community/feed-module",
@@ -1031,8 +1141,8 @@
1031
1141
  {
1032
1142
  "name": "firebase",
1033
1143
  "description": "Integrate Firebase into your Nuxt project.",
1034
- "repo": "nuxt-community/firebase-module",
1035
- "npm": "",
1144
+ "repo": "nuxt-community/firebase-module#master/packages/firebase-module",
1145
+ "npm": "@nuxtjs/firebase",
1036
1146
  "icon": "firebase.png",
1037
1147
  "github": "https://github.com/nuxt-community/firebase-module",
1038
1148
  "website": "https://firebase.nuxtjs.org",
@@ -1054,7 +1164,7 @@
1054
1164
  "name": "floating-prompt-module",
1055
1165
  "description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
1056
1166
  "repo": "sandoche/nuxt-floating-prompt-module#main",
1057
- "npm": "",
1167
+ "npm": "nuxt-floating-prompt-module",
1058
1168
  "icon": "",
1059
1169
  "github": "https://github.com/sandoche/nuxt-floating-prompt-module",
1060
1170
  "website": "https://github.com/sandoche/nuxt-floating-prompt-module",
@@ -1076,7 +1186,7 @@
1076
1186
  "name": "font-loader-strategy",
1077
1187
  "description": "Helps to load fonts and activate them by preloading.",
1078
1188
  "repo": "GrabarzUndPartner/nuxt-font-loader-strategy",
1079
- "npm": "",
1189
+ "npm": "nuxt-font-loader-strategy",
1080
1190
  "icon": "",
1081
1191
  "github": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
1082
1192
  "website": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
@@ -1098,7 +1208,7 @@
1098
1208
  "name": "fontagon",
1099
1209
  "description": "Easy convert SVG from nuxt to icon font.",
1100
1210
  "repo": "kdydesign/nuxt-fontagon",
1101
- "npm": "",
1211
+ "npm": "nuxt-fontagon",
1102
1212
  "icon": "fontagon.png",
1103
1213
  "github": "https://github.com/kdydesign/nuxt-fontagon",
1104
1214
  "website": "https://github.com/kdydesign/nuxt-fontagon",
@@ -1120,7 +1230,7 @@
1120
1230
  "name": "fontawesome",
1121
1231
  "description": "Module to join nuxt and Fontawesome 5",
1122
1232
  "repo": "nuxt-community/fontawesome-module",
1123
- "npm": "",
1233
+ "npm": "@nuxtjs/fontawesome",
1124
1234
  "icon": "font-awesome.png",
1125
1235
  "github": "https://github.com/nuxt-community/fontawesome-module",
1126
1236
  "website": "https://github.com/nuxt-community/fontawesome-module",
@@ -1138,11 +1248,39 @@
1138
1248
  "requires": {}
1139
1249
  }
1140
1250
  },
1251
+ {
1252
+ "name": "formkit",
1253
+ "description": "Seamless FormKit integration for Nuxt",
1254
+ "repo": "formkit/formkit#master/packages/nuxt",
1255
+ "npm": "@formkit/nuxt",
1256
+ "icon": "formkit.png",
1257
+ "github": "https://github.com/formkit/formkit",
1258
+ "website": "https://formkit.com",
1259
+ "learn_more": "https://formkit.com/essentials/installation#with-nuxt",
1260
+ "category": "Libraries",
1261
+ "type": "3rd-party",
1262
+ "maintainers": [
1263
+ {
1264
+ "name": "Justin Schroeder",
1265
+ "github": "justin-schroeder",
1266
+ "twitter": "jpschroeder"
1267
+ },
1268
+ {
1269
+ "name": "Andrew Boyd",
1270
+ "github": "andrew-boyd",
1271
+ "twitter": "0xBOYD"
1272
+ }
1273
+ ],
1274
+ "compatibility": {
1275
+ "nuxt": "^3.0.0",
1276
+ "requires": {}
1277
+ }
1278
+ },
1141
1279
  {
1142
1280
  "name": "fullpage",
1143
1281
  "description": "Nuxt module for fullpage-vue plugin",
1144
1282
  "repo": "vaso2/fullpage-nuxt",
1145
- "npm": "",
1283
+ "npm": "fullpage-nuxt",
1146
1284
  "icon": "",
1147
1285
  "github": "https://github.com/vaso2/fullpage-nuxt",
1148
1286
  "website": "https://github.com/vaso2/fullpage-nuxt",
@@ -1164,7 +1302,7 @@
1164
1302
  "name": "github-api",
1165
1303
  "description": "Nuxt module for GitHub v4 API",
1166
1304
  "repo": "lindsaykwardell/nuxt-github-api",
1167
- "npm": "",
1305
+ "npm": "nuxt-github-api",
1168
1306
  "icon": "github.svg",
1169
1307
  "github": "https://github.com/lindsaykwardell/nuxt-github-api",
1170
1308
  "website": "https://github.com/lindsaykwardell/nuxt-github-api",
@@ -1186,7 +1324,7 @@
1186
1324
  "name": "google-adsense",
1187
1325
  "description": "Google Adsense Module for Nuxt.js",
1188
1326
  "repo": "nuxt-community/google-adsense-module",
1189
- "npm": "",
1327
+ "npm": "@nuxtjs/google-adsense",
1190
1328
  "icon": "google-adsense.png",
1191
1329
  "github": "https://github.com/nuxt-community/google-adsense-module",
1192
1330
  "website": "https://github.com/nuxt-community/google-adsense-module",
@@ -1208,7 +1346,7 @@
1208
1346
  "name": "google-analytics",
1209
1347
  "description": "Google analytics Module for Nuxt.js",
1210
1348
  "repo": "nuxt-community/analytics-module",
1211
- "npm": "",
1349
+ "npm": "@nuxtjs/google-analytics",
1212
1350
  "icon": "google-analytics.png",
1213
1351
  "github": "https://github.com/nuxt-community/analytics-module",
1214
1352
  "website": "https://google-analytics.nuxtjs.org",
@@ -1240,7 +1378,7 @@
1240
1378
  "name": "google-fonts",
1241
1379
  "description": "Google Fonts module for NuxtJS",
1242
1380
  "repo": "nuxt-community/google-fonts-module",
1243
- "npm": "",
1381
+ "npm": "@nuxtjs/google-fonts",
1244
1382
  "icon": "google-fonts.png",
1245
1383
  "github": "https://github.com/nuxt-community/google-fonts-module",
1246
1384
  "website": "https://github.com/nuxt-community/google-fonts-module",
@@ -1254,15 +1392,17 @@
1254
1392
  }
1255
1393
  ],
1256
1394
  "compatibility": {
1257
- "nuxt": "^2.0.0",
1258
- "requires": {}
1395
+ "nuxt": "^2.0.0 || ^3.0.0",
1396
+ "requires": {
1397
+ "bridge": "optional"
1398
+ }
1259
1399
  }
1260
1400
  },
1261
1401
  {
1262
1402
  "name": "google-gtag",
1263
1403
  "description": "Google GTag for Nuxt.js",
1264
1404
  "repo": "nuxt-community/google-gtag",
1265
- "npm": "",
1405
+ "npm": "@nuxtjs/google-gtag",
1266
1406
  "icon": "gtm.png",
1267
1407
  "github": "https://github.com/nuxt-community/google-gtag",
1268
1408
  "website": "https://github.com/nuxt-community/google-gtag",
@@ -1288,7 +1428,7 @@
1288
1428
  "name": "google-optimize",
1289
1429
  "description": "SSR friendly Google Optimize module for Nuxt.js",
1290
1430
  "repo": "nuxt-community/google-optimize-module",
1291
- "npm": "",
1431
+ "npm": "nuxt-google-optimize",
1292
1432
  "icon": "google-optimize.png",
1293
1433
  "github": "https://github.com/nuxt-community/google-optimize-module",
1294
1434
  "website": "https://github.com/nuxt-community/google-optimize-module",
@@ -1317,11 +1457,33 @@
1317
1457
  "requires": {}
1318
1458
  }
1319
1459
  },
1460
+ {
1461
+ "name": "graphql-client",
1462
+ "description": "Minimal GraphQL Client + Code Generation for Nuxt. Auto imports GraphQL Operations for easy execution.",
1463
+ "repo": "diizzayy/nuxt-graphql-client",
1464
+ "npm": "nuxt-graphql-client",
1465
+ "icon": "graphql-client.svg",
1466
+ "github": "https://github.com/diizzayy/nuxt-graphql-client",
1467
+ "website": "https://github.com/diizzayy/nuxt-graphql-client",
1468
+ "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
1469
+ "category": "Request",
1470
+ "type": "3rd-party",
1471
+ "maintainers": [
1472
+ {
1473
+ "name": "Diizzayy",
1474
+ "github": "diizzayy"
1475
+ }
1476
+ ],
1477
+ "compatibility": {
1478
+ "nuxt": "^3.0.0",
1479
+ "requires": {}
1480
+ }
1481
+ },
1320
1482
  {
1321
1483
  "name": "graphql-request",
1322
1484
  "description": "Easy Minimal GraphQL client integration with Nuxt.js",
1323
1485
  "repo": "gomah/nuxt-graphql-request",
1324
- "npm": "",
1486
+ "npm": "nuxt-graphql-request",
1325
1487
  "icon": "graphql-request.png",
1326
1488
  "github": "https://github.com/gomah/nuxt-graphql-request",
1327
1489
  "website": "https://github.com/gomah/nuxt-graphql-request",
@@ -1343,7 +1505,7 @@
1343
1505
  "name": "gtm",
1344
1506
  "description": "Google Tag Manager Module for Nuxt.js",
1345
1507
  "repo": "nuxt-community/gtm-module",
1346
- "npm": "",
1508
+ "npm": "@nuxtjs/gtm",
1347
1509
  "icon": "gtm.png",
1348
1510
  "github": "https://github.com/nuxt-community/gtm-module",
1349
1511
  "website": "https://github.com/nuxt-community/gtm-module",
@@ -1366,7 +1528,7 @@
1366
1528
  "name": "guess",
1367
1529
  "description": "Guess.js module for Nuxt.js",
1368
1530
  "repo": "nuxt-community/guess-module",
1369
- "npm": "",
1531
+ "npm": "@nuxtjs/guess-module",
1370
1532
  "icon": "guessjs.png",
1371
1533
  "github": "https://github.com/nuxt-community/guess-module",
1372
1534
  "website": "https://github.com/nuxt-community/guess-module",
@@ -1384,11 +1546,34 @@
1384
1546
  "requires": {}
1385
1547
  }
1386
1548
  },
1549
+ {
1550
+ "name": "harlem",
1551
+ "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
1552
+ "repo": "nuxt-modules/harlem",
1553
+ "npm": "@nuxtjs/harlem",
1554
+ "icon": "harlem.svg",
1555
+ "github": "https://github.com/nuxt-modules/harlem",
1556
+ "website": "https://github.com/nuxt-modules/harlem",
1557
+ "learn_more": "https://harlemjs.com/",
1558
+ "category": "Extensions",
1559
+ "type": "community",
1560
+ "maintainers": [
1561
+ {
1562
+ "name": "Daniel Roe",
1563
+ "github": "danielroe",
1564
+ "twitter": "danielcroe"
1565
+ }
1566
+ ],
1567
+ "compatibility": {
1568
+ "nuxt": "^3.0.0",
1569
+ "requires": {}
1570
+ }
1571
+ },
1387
1572
  {
1388
1573
  "name": "headway",
1389
1574
  "description": "Headway changelog widget for Nuxt",
1390
1575
  "repo": "l-portet/nuxt-headway",
1391
- "npm": "",
1576
+ "npm": "nuxt-headway",
1392
1577
  "icon": "headway.png",
1393
1578
  "github": "https://github.com/l-portet/nuxt-headway",
1394
1579
  "website": "https://nuxt-headway.netlify.app/",
@@ -1411,7 +1596,7 @@
1411
1596
  "name": "helmet",
1412
1597
  "description": "Easy Helmet module with Nuxt.js'",
1413
1598
  "repo": "victor-perez/nuxt-helmet",
1414
- "npm": "",
1599
+ "npm": "nuxt-helmet",
1415
1600
  "icon": "",
1416
1601
  "github": "https://github.com/victor-perez/nuxt-helmet",
1417
1602
  "website": "https://github.com/victor-perez/nuxt-helmet",
@@ -1433,7 +1618,7 @@
1433
1618
  "name": "highcharts",
1434
1619
  "description": "Highcharts for Nuxt",
1435
1620
  "repo": "richardeschloss/nuxt-highcharts",
1436
- "npm": "",
1621
+ "npm": "nuxt-highcharts",
1437
1622
  "icon": "",
1438
1623
  "github": "https://github.com/richardeschloss/nuxt-highcharts",
1439
1624
  "website": "https://github.com/richardeschloss/nuxt-highcharts",
@@ -1455,7 +1640,7 @@
1455
1640
  "name": "history-state",
1456
1641
  "description": "Nuxt.js module to backup or restore historical states",
1457
1642
  "repo": "hidekatsu-izuno/nuxt-history-state",
1458
- "npm": "",
1643
+ "npm": "nuxt-history-state",
1459
1644
  "icon": "",
1460
1645
  "github": "https://github.com/hidekatsu-izuno/nuxt-history-state",
1461
1646
  "website": "https://github.com/hidekatsu-izuno/nuxt-history-state",
@@ -1477,7 +1662,7 @@
1477
1662
  "name": "html-minifier",
1478
1663
  "description": "Minify the html for each request served by nuxt server (nuxt start)",
1479
1664
  "repo": "nuxt-community/html-minifier-module",
1480
- "npm": "",
1665
+ "npm": "@nuxtjs/html-minifier",
1481
1666
  "icon": "",
1482
1667
  "github": "https://github.com/nuxt-community/html-minifier-module",
1483
1668
  "website": "https://github.com/nuxt-community/html-minifier-module",
@@ -1498,10 +1683,10 @@
1498
1683
  {
1499
1684
  "name": "html-validator",
1500
1685
  "description": "Automatically validate Nuxt server-rendered HTML html",
1501
- "repo": "nuxt-community/html-validator-module",
1502
- "npm": "",
1686
+ "repo": "nuxt-modules/html-validator",
1687
+ "npm": "@nuxtjs/html-validator",
1503
1688
  "icon": "html-validator.png",
1504
- "github": "https://github.com/nuxt-community/html-validator-module",
1689
+ "github": "https://github.com/nuxt-modules/html-validator",
1505
1690
  "website": "https://html-validator.nuxtjs.org",
1506
1691
  "learn_more": "https://html-validate.org",
1507
1692
  "category": "Performance",
@@ -1514,15 +1699,17 @@
1514
1699
  }
1515
1700
  ],
1516
1701
  "compatibility": {
1517
- "nuxt": "^2.0.0",
1518
- "requires": {}
1702
+ "nuxt": "^2.0.0 || ^3.0.0",
1703
+ "requires": {
1704
+ "bridge": "optional"
1705
+ }
1519
1706
  }
1520
1707
  },
1521
1708
  {
1522
1709
  "name": "http",
1523
1710
  "description": "Universal HTTP Module for Nuxt.js",
1524
1711
  "repo": "nuxt/http",
1525
- "npm": "",
1712
+ "npm": "@nuxt/http",
1526
1713
  "icon": "http.png",
1527
1714
  "github": "https://github.com/nuxt/http",
1528
1715
  "website": "https://http.nuxtjs.org/",
@@ -1550,7 +1737,7 @@
1550
1737
  "name": "humans-txt",
1551
1738
  "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.",
1552
1739
  "repo": "Luxdamore/nuxt-humans-txt",
1553
- "npm": "",
1740
+ "npm": "@luxdamore/nuxt-humans-txt",
1554
1741
  "icon": "",
1555
1742
  "github": "https://github.com/LuXDAmore/nuxt-humans-txt",
1556
1743
  "website": "https://luxdamore.github.io/nuxt-humans-txt/",
@@ -1573,7 +1760,7 @@
1573
1760
  "name": "i18n",
1574
1761
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
1575
1762
  "repo": "nuxt-community/i18n-module",
1576
- "npm": "",
1763
+ "npm": "nuxt-i18n",
1577
1764
  "icon": "i18n.png",
1578
1765
  "github": "https://github.com/nuxt-community/i18n-module",
1579
1766
  "website": "https://i18n.nuxtjs.org",
@@ -1595,11 +1782,55 @@
1595
1782
  "requires": {}
1596
1783
  }
1597
1784
  },
1785
+ {
1786
+ "name": "icon",
1787
+ "description": "",
1788
+ "repo": "nuxt-modules/icon",
1789
+ "npm": "nuxt-icon",
1790
+ "icon": "nuxt-icon.png",
1791
+ "github": "https://github.com/nuxt-modules/icon",
1792
+ "website": "https://github.com/nuxt-modules/icon",
1793
+ "learn_more": "",
1794
+ "category": "UI",
1795
+ "type": "community",
1796
+ "maintainers": [
1797
+ {
1798
+ "name": "Atinux",
1799
+ "github": "Atinux"
1800
+ }
1801
+ ],
1802
+ "compatibility": {
1803
+ "nuxt": "^3.0.0",
1804
+ "requires": {}
1805
+ }
1806
+ },
1807
+ {
1808
+ "name": "icons",
1809
+ "description": "Use your own automatically imported SVG icons.",
1810
+ "repo": "gitfoxcode/nuxt-icons",
1811
+ "npm": "nuxt-icons",
1812
+ "icon": "icons.png",
1813
+ "github": "https://github.com/gitFoxCode/nuxt-icons",
1814
+ "website": "https://github.com/gitFoxCode/nuxt-icons",
1815
+ "learn_more": "",
1816
+ "category": "UI",
1817
+ "type": "3rd-party",
1818
+ "maintainers": [
1819
+ {
1820
+ "name": "Sebastian Wludzik",
1821
+ "github": "gitfoxcode"
1822
+ }
1823
+ ],
1824
+ "compatibility": {
1825
+ "nuxt": "^3.0.0",
1826
+ "requires": {}
1827
+ }
1828
+ },
1598
1829
  {
1599
1830
  "name": "image-loader",
1600
1831
  "description": "An image loader module for nuxt.js that allows you to configure image style derivatives.",
1601
1832
  "repo": "PivaleCo/nuxt-image-loader-module",
1602
- "npm": "",
1833
+ "npm": "@pivale/nuxt-image-loader-module",
1603
1834
  "icon": "",
1604
1835
  "github": "https://github.com/PivaleCo/nuxt-image-loader-module",
1605
1836
  "website": "https://github.com/PivaleCo/nuxt-image-loader-module",
@@ -1621,7 +1852,7 @@
1621
1852
  "name": "image",
1622
1853
  "description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
1623
1854
  "repo": "nuxt/image",
1624
- "npm": "",
1855
+ "npm": "@nuxt/image",
1625
1856
  "icon": "image.png",
1626
1857
  "github": "https://github.com/nuxt/image",
1627
1858
  "website": "https://image.nuxtjs.org",
@@ -1646,7 +1877,7 @@
1646
1877
  }
1647
1878
  ],
1648
1879
  "compatibility": {
1649
- "nuxt": "^2.0.0",
1880
+ "nuxt": "^2.0.0 || ^3.0.0",
1650
1881
  "requires": {
1651
1882
  "bridge": "optional"
1652
1883
  }
@@ -1656,7 +1887,7 @@
1656
1887
  "name": "imagemin",
1657
1888
  "description": "Automatically optimize (compress) all images used in Nuxt.js",
1658
1889
  "repo": "nuxt-community/imagemin-module",
1659
- "npm": "",
1890
+ "npm": "@nuxtjs/imagemin",
1660
1891
  "icon": "imagemin.png",
1661
1892
  "github": "https://github.com/nuxt-community/imagemin-module",
1662
1893
  "website": "https://github.com/nuxt-community/imagemin-module",
@@ -1674,11 +1905,36 @@
1674
1905
  "requires": {}
1675
1906
  }
1676
1907
  },
1908
+ {
1909
+ "name": "inkline",
1910
+ "description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
1911
+ "repo": "inkline/nuxt-module-inkline",
1912
+ "npm": "@inkline/nuxt",
1913
+ "icon": "inkline.svg",
1914
+ "github": "https://github.com/inkline/nuxt-module-inkline",
1915
+ "website": "https://inkline.io",
1916
+ "learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
1917
+ "category": "UI",
1918
+ "type": "3rd-party",
1919
+ "maintainers": [
1920
+ {
1921
+ "name": "Alex Grozav",
1922
+ "github": "alexgrozav",
1923
+ "twitter": "alexgrozav"
1924
+ }
1925
+ ],
1926
+ "compatibility": {
1927
+ "nuxt": "^2.0.0 || ^3.0.0",
1928
+ "requires": {
1929
+ "bridge": true
1930
+ }
1931
+ }
1932
+ },
1677
1933
  {
1678
1934
  "name": "intercom",
1679
1935
  "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
1680
1936
  "repo": "hex-digital/nuxt-intercom",
1681
- "npm": "",
1937
+ "npm": "@hexdigital/nuxt-intercom",
1682
1938
  "icon": "intercom.png",
1683
1939
  "github": "https://github.com/hex-digital/nuxt-intercom",
1684
1940
  "website": "https://github.com/hex-digital/nuxt-intercom",
@@ -1696,11 +1952,34 @@
1696
1952
  "requires": {}
1697
1953
  }
1698
1954
  },
1955
+ {
1956
+ "name": "ionic",
1957
+ "description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
1958
+ "repo": "nuxt-modules/ionic",
1959
+ "npm": "@nuxtjs/ionic",
1960
+ "icon": "ionic.svg",
1961
+ "github": "https://github.com/nuxt-modules/ionic",
1962
+ "website": "https://ionic.nuxtjs.org",
1963
+ "learn_more": "https://ionicframework.com",
1964
+ "category": "Libraries",
1965
+ "type": "community",
1966
+ "maintainers": [
1967
+ {
1968
+ "name": "Daniel Roe",
1969
+ "github": "danielroe",
1970
+ "twitter": "danielcroe"
1971
+ }
1972
+ ],
1973
+ "compatibility": {
1974
+ "nuxt": "^3.0.0",
1975
+ "requires": {}
1976
+ }
1977
+ },
1699
1978
  {
1700
1979
  "name": "jsonapi",
1701
1980
  "description": "Easy JSON:API client integration for Nuxt.js",
1702
1981
  "repo": "patrickcate/nuxt-jsonapi",
1703
- "npm": "",
1982
+ "npm": "nuxt-jsonapi",
1704
1983
  "icon": "jsonapi.svg",
1705
1984
  "github": "https://github.com/patrickcate/nuxt-jsonapi",
1706
1985
  "website": "https://github.com/patrickcate/nuxt-jsonapi",
@@ -1722,7 +2001,7 @@
1722
2001
  "name": "kentico-kontent",
1723
2002
  "description": "Add Kentico Kontent super power to your nuxt app",
1724
2003
  "repo": "Domitnator/kentico-kontent-nuxt-module",
1725
- "npm": "",
2004
+ "npm": "kentico-kontent-nuxt-module",
1726
2005
  "icon": "",
1727
2006
  "github": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
1728
2007
  "website": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
@@ -1740,11 +2019,35 @@
1740
2019
  "requires": {}
1741
2020
  }
1742
2021
  },
2022
+ {
2023
+ "name": "kql",
2024
+ "description": "Nuxt 3 module for Kirby's Query Language API",
2025
+ "repo": "johannschopplich/nuxt-kql",
2026
+ "npm": "nuxt-kql",
2027
+ "icon": "kql.svg",
2028
+ "github": "https://github.com/johannschopplich/nuxt-kql",
2029
+ "website": "https://nuxt-kql.jhnn.dev",
2030
+ "learn_more": "",
2031
+ "category": "CMS",
2032
+ "type": "3rd-party",
2033
+ "maintainers": [
2034
+ {
2035
+ "name": "Johann Schopplich",
2036
+ "github": "johannschopplich",
2037
+ "twitter": "jschopplich",
2038
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
2039
+ }
2040
+ ],
2041
+ "compatibility": {
2042
+ "nuxt": "^3.0.0",
2043
+ "requires": {}
2044
+ }
2045
+ },
1743
2046
  {
1744
2047
  "name": "laravel-echo",
1745
2048
  "description": "Laravel Echo for Nuxt.js",
1746
2049
  "repo": "nuxt-community/laravel-echo",
1747
- "npm": "",
2050
+ "npm": "@nuxtjs/laravel-echo",
1748
2051
  "icon": "laravel-echo.png",
1749
2052
  "github": "https://github.com/nuxt-community/laravel-echo",
1750
2053
  "website": "https://github.com/nuxt-community/laravel-echo",
@@ -1766,7 +2069,7 @@
1766
2069
  "name": "laravel-nuxt",
1767
2070
  "description": "Build a SPA with Laravel and Nuxt",
1768
2071
  "repo": "skyrpex/laravel-nuxt-js",
1769
- "npm": "",
2072
+ "npm": "laravel-nuxt",
1770
2073
  "icon": "",
1771
2074
  "github": "https://github.com/skyrpex/laravel-nuxt-js",
1772
2075
  "website": "https://github.com/skyrpex/laravel-nuxt-js",
@@ -1788,7 +2091,7 @@
1788
2091
  "name": "laravel",
1789
2092
  "description": "Nuxt cli extension for use with laravel as backend",
1790
2093
  "repo": "m2sd/nuxt-laravel",
1791
- "npm": "",
2094
+ "npm": "nuxt-laravel",
1792
2095
  "icon": "laravel.png",
1793
2096
  "github": "https://github.com/m2sd/nuxt-laravel",
1794
2097
  "website": "https://github.com/m2sd/nuxt-laravel",
@@ -1810,7 +2113,7 @@
1810
2113
  "name": "leaflet",
1811
2114
  "description": "A Nuxt module which makes it easy to create reactive maps with Leaflet",
1812
2115
  "repo": "schlunsen/nuxt-leaflet",
1813
- "npm": "",
2116
+ "npm": "nuxt-leaflet",
1814
2117
  "icon": "leaflet.png",
1815
2118
  "github": "https://github.com/schlunsen/nuxt-leaflet",
1816
2119
  "website": "https://github.com/schlunsen/nuxt-leaflet",
@@ -1832,7 +2135,7 @@
1832
2135
  "name": "localforage",
1833
2136
  "description": "LocalForage is a fast and simple storage library for JavaScript",
1834
2137
  "repo": "nuxt-community/localforage-module",
1835
- "npm": "",
2138
+ "npm": "@nuxtjs/localforage",
1836
2139
  "icon": "",
1837
2140
  "github": "https://github.com/nuxt-community/localforage-module",
1838
2141
  "website": "https://github.com/nuxt-community/localforage-module",
@@ -1859,7 +2162,7 @@
1859
2162
  "name": "localtunnel",
1860
2163
  "description": "exposes your localhost to the world for easy testing and sharing",
1861
2164
  "repo": "nuxt-community/modules#master/packages/localtunnel",
1862
- "npm": "",
2165
+ "npm": "@nuxtjs/localtunnel",
1863
2166
  "icon": "localtunnel.png",
1864
2167
  "github": "https://github.com/nuxt-community/modules/tree/master/packages/localtunnel",
1865
2168
  "website": "https://github.com/nuxt-community/modules/tree/master/packages/localtunnel",
@@ -1878,11 +2181,33 @@
1878
2181
  "requires": {}
1879
2182
  }
1880
2183
  },
2184
+ {
2185
+ "name": "lodash",
2186
+ "description": "lodash module with auto-import and custom prefix",
2187
+ "repo": "cipami/nuxt-lodash",
2188
+ "npm": "nuxt-lodash",
2189
+ "icon": "lodash.svg",
2190
+ "github": "https://github.com/cipami/nuxt-lodash",
2191
+ "website": "https://github.com/cipami/nuxt-lodash#readme",
2192
+ "learn_more": "https://github.com/lodash/lodash",
2193
+ "category": "Libraries",
2194
+ "type": "3rd-party",
2195
+ "maintainers": [
2196
+ {
2197
+ "name": "Michal Čípa",
2198
+ "github": "cipami"
2199
+ }
2200
+ ],
2201
+ "compatibility": {
2202
+ "nuxt": "^3.0.0",
2203
+ "requires": {}
2204
+ }
2205
+ },
1881
2206
  {
1882
2207
  "name": "logrocket",
1883
2208
  "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
1884
2209
  "repo": "nuxt-community/nuxt-logrocket",
1885
- "npm": "",
2210
+ "npm": "nuxt-logrocket",
1886
2211
  "icon": "logrocket.png",
1887
2212
  "github": "https://github.com/nuxt-community/nuxt-logrocket",
1888
2213
  "website": "https://github.com/nuxt-community/nuxt-logrocket",
@@ -1905,7 +2230,7 @@
1905
2230
  "name": "lunr",
1906
2231
  "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
1907
2232
  "repo": "nuxt-community/lunr-module",
1908
- "npm": "",
2233
+ "npm": "@nuxtjs/lunr-module",
1909
2234
  "icon": "",
1910
2235
  "github": "https://github.com/nuxt-community/lunr-module",
1911
2236
  "website": "https://github.com/nuxt-community/lunr-module",
@@ -1923,11 +2248,34 @@
1923
2248
  "requires": {}
1924
2249
  }
1925
2250
  },
2251
+ {
2252
+ "name": "magic-regexp",
2253
+ "description": "A compiled-away, type-safe, readable RegExp alternative",
2254
+ "repo": "danielroe/magic-regexp",
2255
+ "npm": "magic-regexp",
2256
+ "icon": "magic-regexp.svg",
2257
+ "github": "https://github.com/danielroe/magic-regexp",
2258
+ "website": "https://magic-regexp.roe.dev",
2259
+ "learn_more": "https://magic-regexp.roe.dev",
2260
+ "category": "Libraries",
2261
+ "type": "3rd-party",
2262
+ "maintainers": [
2263
+ {
2264
+ "name": "Daniel Roe",
2265
+ "github": "danielroe",
2266
+ "twitter": "danielcroe"
2267
+ }
2268
+ ],
2269
+ "compatibility": {
2270
+ "nuxt": "^3.0.0",
2271
+ "requires": {}
2272
+ }
2273
+ },
1926
2274
  {
1927
2275
  "name": "markdownit",
1928
2276
  "description": "Use Markdown in your Nuxt application with the markdownit-loader",
1929
2277
  "repo": "nuxt-community/markdownit-module",
1930
- "npm": "",
2278
+ "npm": "@nuxtjs/markdownit",
1931
2279
  "icon": "",
1932
2280
  "github": "https://github.com/nuxt-community/markdownit-module",
1933
2281
  "website": "https://github.com/nuxt-community/markdownit-module",
@@ -1950,7 +2298,7 @@
1950
2298
  "name": "matomo",
1951
2299
  "description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
1952
2300
  "repo": "pimlie/nuxt-matomo",
1953
- "npm": "",
2301
+ "npm": "nuxt-matomo",
1954
2302
  "icon": "matomo.png",
1955
2303
  "github": "https://github.com/pimlie/nuxt-matomo",
1956
2304
  "website": "https://github.com/pimlie/nuxt-matomo",
@@ -1972,7 +2320,7 @@
1972
2320
  "name": "mdx",
1973
2321
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
1974
2322
  "repo": "nuxt-community/mdx-module",
1975
- "npm": "",
2323
+ "npm": "@nuxtjs/mdx",
1976
2324
  "icon": "mdx.png",
1977
2325
  "github": "https://github.com/nuxt-community/mdx-module",
1978
2326
  "website": "https://mdx.nuxtjs.org",
@@ -1991,11 +2339,36 @@
1991
2339
  "requires": {}
1992
2340
  }
1993
2341
  },
2342
+ {
2343
+ "name": "meilisearch",
2344
+ "description": "Meilisearch Instant Search module for Nuxt 3",
2345
+ "repo": "xlanex6/nuxt-meilisearch",
2346
+ "npm": "nuxt-meilisearch",
2347
+ "icon": "meilisearch.svg",
2348
+ "github": "https://github.com/xlanex6/nuxt-meilisearch",
2349
+ "website": "https://github.com/xlanex6/nuxt-meilisearch",
2350
+ "learn_more": "https://github.com/xlanex6/nuxt-meilisearch",
2351
+ "category": "Libraries",
2352
+ "type": "3rd-party",
2353
+ "maintainers": [
2354
+ {
2355
+ "name": "Alex Duval",
2356
+ "github": "xlanex6",
2357
+ "avatar": "https://avatars.githubusercontent.com/u/13418668?v=4"
2358
+ }
2359
+ ],
2360
+ "compatibility": {
2361
+ "nuxt": "^3.0.0",
2362
+ "requires": {
2363
+ "bridge": false
2364
+ }
2365
+ }
2366
+ },
1994
2367
  {
1995
2368
  "name": "memwatch",
1996
2369
  "description": "Quickly watch real-time memory stats of your nuxt app",
1997
2370
  "repo": "pimlie/nuxt-memwatch",
1998
- "npm": "",
2371
+ "npm": "nuxt-memwatch",
1999
2372
  "icon": "",
2000
2373
  "github": "https://github.com/pimlie/nuxt-memwatch",
2001
2374
  "website": "https://github.com/pimlie/nuxt-memwatch",
@@ -2017,7 +2390,7 @@
2017
2390
  "name": "mobile",
2018
2391
  "description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
2019
2392
  "repo": "ChanningDefoe/nuxt-mobile-detect",
2020
- "npm": "",
2393
+ "npm": "nuxt-mobile",
2021
2394
  "icon": "",
2022
2395
  "github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
2023
2396
  "website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
@@ -2039,7 +2412,7 @@
2039
2412
  "name": "moment",
2040
2413
  "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
2041
2414
  "repo": "nuxt-community/moment-module",
2042
- "npm": "",
2415
+ "npm": "@nuxtjs/moment",
2043
2416
  "icon": "momentjs.png",
2044
2417
  "github": "https://github.com/nuxt-community/moment-module",
2045
2418
  "website": "https://github.com/nuxt-community/moment-module",
@@ -2066,7 +2439,7 @@
2066
2439
  "name": "mq",
2067
2440
  "description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
2068
2441
  "repo": "vanhoofmaarten/nuxt-mq",
2069
- "npm": "",
2442
+ "npm": "nuxt-mq",
2070
2443
  "icon": "",
2071
2444
  "github": "https://github.com/vanhoofmaarten/nuxt-mq",
2072
2445
  "website": "https://github.com/vanhoofmaarten/nuxt-mq",
@@ -2088,7 +2461,7 @@
2088
2461
  "name": "neo",
2089
2462
  "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
2090
2463
  "repo": "ezypeeze/nuxt-neo",
2091
- "npm": "",
2464
+ "npm": "nuxt-neo",
2092
2465
  "icon": "",
2093
2466
  "github": "https://github.com/ezypeeze/nuxt-neo",
2094
2467
  "website": "https://ezypeeze.github.io/nuxt-neo",
@@ -2110,7 +2483,7 @@
2110
2483
  "name": "netlify-cache",
2111
2484
  "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
2112
2485
  "repo": "DreaMinder/nuxt-netlify-cache",
2113
- "npm": "",
2486
+ "npm": "nuxt-netlify-cache",
2114
2487
  "icon": "netlify.png",
2115
2488
  "github": "https://github.com/DreaMinder/nuxt-netlify-cache",
2116
2489
  "website": "https://github.com/DreaMinder/nuxt-netlify-cache",
@@ -2132,7 +2505,7 @@
2132
2505
  "name": "netlify-files",
2133
2506
  "description": "Nuxt module to create new _headers, _redirects and netlify.toml files for Netlify or to use existing ones",
2134
2507
  "repo": "nuxt-community/netlify-files-module",
2135
- "npm": "",
2508
+ "npm": "@nuxtjs/netlify-files",
2136
2509
  "icon": "netlify.png",
2137
2510
  "github": "https://github.com/nuxt-community/netlify-files-module",
2138
2511
  "website": "https://github.com/nuxt-community/netlify-files-module",
@@ -2155,7 +2528,7 @@
2155
2528
  "name": "netlify",
2156
2529
  "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
2157
2530
  "repo": "bazzite/nuxt-netlify",
2158
- "npm": "",
2531
+ "npm": "@aceforth/nuxt-netlify",
2159
2532
  "icon": "netlify.png",
2160
2533
  "github": "https://github.com/bazzite/nuxt-netlify",
2161
2534
  "website": "https://marquez.co/docs/nuxt-netlify/",
@@ -2177,7 +2550,7 @@
2177
2550
  "name": "ngrok",
2178
2551
  "description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes",
2179
2552
  "repo": "nuxt-community/ngrok",
2180
- "npm": "",
2553
+ "npm": "@nuxtjs/ngrok",
2181
2554
  "icon": "ngrok.png",
2182
2555
  "github": "https://github.com/nuxt-community/ngrok-module",
2183
2556
  "website": "https://ngrok.nuxtjs.org",
@@ -2205,7 +2578,7 @@
2205
2578
  "name": "notion",
2206
2579
  "description": "Vue renderer for Notion pages",
2207
2580
  "repo": "janniks/vue-notion",
2208
- "npm": "",
2581
+ "npm": "vue-notion",
2209
2582
  "icon": "notion.svg",
2210
2583
  "github": "https://github.com/janniks/vue-notion",
2211
2584
  "website": "https://github.com/janniks/vue-notion",
@@ -2227,7 +2600,7 @@
2227
2600
  "name": "nuxt-hue",
2228
2601
  "description": "Enlighten your Nuxt experience",
2229
2602
  "repo": "lihbr/nuxt-hue",
2230
- "npm": "",
2603
+ "npm": "nuxt-hue",
2231
2604
  "icon": "nuxt-hue.svg",
2232
2605
  "github": "https://github.com/lihbr/nuxt-hue",
2233
2606
  "website": "https://github.com/lihbr/nuxt-hue",
@@ -2247,11 +2620,33 @@
2247
2620
  }
2248
2621
  }
2249
2622
  },
2623
+ {
2624
+ "name": "nuxt-monaco-editor",
2625
+ "description": "Integrate monaco-editor with Nuxt",
2626
+ "repo": "e-chan1007/nuxt-monaco-editor",
2627
+ "npm": "nuxt-monaco-editor",
2628
+ "icon": "",
2629
+ "github": "https://github.com/e-chan1007/nuxt-monaco-editor",
2630
+ "website": "https://github.com/e-chan1007/nuxt-monaco-editor",
2631
+ "learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
2632
+ "category": "Libraries",
2633
+ "type": "3rd-party",
2634
+ "maintainers": [
2635
+ {
2636
+ "name": "e-chan1007",
2637
+ "github": "e-chan1007"
2638
+ }
2639
+ ],
2640
+ "compatibility": {
2641
+ "nuxt": "^3.0.0",
2642
+ "requires": {}
2643
+ }
2644
+ },
2250
2645
  {
2251
2646
  "name": "nuxt-pino-log",
2252
2647
  "description": "Structured logs for nuxt apps using pino",
2253
2648
  "repo": "kpn/nuxt-pino-log",
2254
- "npm": "",
2649
+ "npm": "nuxt-pino-log",
2255
2650
  "icon": "",
2256
2651
  "github": "https://github.com/kpn/nuxt-pino-log",
2257
2652
  "website": "https://github.com/kpn/nuxt-pino-log",
@@ -2273,7 +2668,7 @@
2273
2668
  "name": "nuxt-png-to-ico",
2274
2669
  "description": "Nuxt.js module for auto generating favicons",
2275
2670
  "repo": "b5710546232/nuxt-png-to-ico",
2276
- "npm": "",
2671
+ "npm": "nuxt-png-to-ico",
2277
2672
  "icon": "",
2278
2673
  "github": "https://github.com/b5710546232/nuxt-png-to-ico",
2279
2674
  "website": "https://github.com/b5710546232/nuxt-png-to-ico",
@@ -2296,7 +2691,7 @@
2296
2691
  "name": "nuxt-smartlook",
2297
2692
  "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
2298
2693
  "repo": "f00b4r/nuxt-smartlook",
2299
- "npm": "",
2694
+ "npm": "nuxt-smartlook",
2300
2695
  "icon": "nuxt-smartlook.png",
2301
2696
  "github": "https://github.com/f00b4r/nuxt-smartlook",
2302
2697
  "website": "https://github.com/f00b4r/nuxt-smartlook",
@@ -2316,11 +2711,55 @@
2316
2711
  "requires": {}
2317
2712
  }
2318
2713
  },
2714
+ {
2715
+ "name": "nuxt-svgo",
2716
+ "description": "Nuxt module to load optimized SVG files as Vue components",
2717
+ "repo": "cpsoinos/nuxt-svgo",
2718
+ "npm": "nuxt-svgo",
2719
+ "icon": "",
2720
+ "github": "https://github.com/cpsoinos/nuxt-svgo",
2721
+ "website": "https://github.com/cpsoinos/nuxt-svgo",
2722
+ "learn_more": "",
2723
+ "category": "Images",
2724
+ "type": "3rd-party",
2725
+ "maintainers": [
2726
+ {
2727
+ "name": "cpsoinos",
2728
+ "github": "cpsoinos"
2729
+ }
2730
+ ],
2731
+ "compatibility": {
2732
+ "nuxt": "^3.0.0",
2733
+ "requires": {}
2734
+ }
2735
+ },
2736
+ {
2737
+ "name": "nuxt-unleash",
2738
+ "description": "Nuxt.js module to use Unleash toggle feature services",
2739
+ "repo": "conejerock/nuxt-unleash",
2740
+ "npm": "nuxt-unleash",
2741
+ "icon": "nuxt-unleash.svg",
2742
+ "github": "https://github.com/conejerock/nuxt-unleash",
2743
+ "website": "https://github.com/conejerock/nuxt-unleash",
2744
+ "learn_more": "https://github.com/Unleash/unleash",
2745
+ "category": "Deployment",
2746
+ "type": "3rd-party",
2747
+ "maintainers": [
2748
+ {
2749
+ "name": "Juanjo Conejerock",
2750
+ "github": "conejerock"
2751
+ }
2752
+ ],
2753
+ "compatibility": {
2754
+ "nuxt": "^2.0.0",
2755
+ "requires": {}
2756
+ }
2757
+ },
2319
2758
  {
2320
2759
  "name": "nuxt-use-motion",
2321
2760
  "description": "A Nuxt module putting your components in motion",
2322
2761
  "repo": "Tahul/nuxt-use-motion",
2323
- "npm": "",
2762
+ "npm": "nuxt-use-motion",
2324
2763
  "icon": "nuxt-use-motion.svg",
2325
2764
  "github": "https://github.com/Tahul/nuxt-use-motion",
2326
2765
  "website": "https://github.com/Tahul/nuxt-use-motion",
@@ -2342,7 +2781,7 @@
2342
2781
  "name": "nuxt-use-sound",
2343
2782
  "description": "A Nuxt module for playing sound effects.",
2344
2783
  "repo": "Tahul/nuxt-use-sound",
2345
- "npm": "",
2784
+ "npm": "nuxt-use-sound",
2346
2785
  "icon": "nuxt-use-sound.svg",
2347
2786
  "github": "https://github.com/Tahul/nuxt-use-sound",
2348
2787
  "website": "https://github.com/Tahul/nuxt-use-sound",
@@ -2364,7 +2803,7 @@
2364
2803
  "name": "nuxt-viewport",
2365
2804
  "description": "Define custom viewports for your Nuxt project",
2366
2805
  "repo": "mvrlin/nuxt-viewport",
2367
- "npm": "",
2806
+ "npm": "nuxt-viewport",
2368
2807
  "icon": "nuxt-viewport.svg",
2369
2808
  "github": "https://github.com/mvrlin/nuxt-viewport",
2370
2809
  "website": "https://github.com/mvrlin/nuxt-viewport",
@@ -2386,7 +2825,7 @@
2386
2825
  "name": "nuxt7",
2387
2826
  "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
2388
2827
  "repo": "nuxt-community/nuxt7",
2389
- "npm": "",
2828
+ "npm": "nuxt7",
2390
2829
  "icon": "",
2391
2830
  "github": "https://github.com/nuxt-community/nuxt7",
2392
2831
  "website": "https://github.com/nuxt-community/nuxt7",
@@ -2409,7 +2848,7 @@
2409
2848
  "name": "onesignal",
2410
2849
  "description": "OneSignal is a Free, high volume and reliable push notification service for websites and mobile applications.",
2411
2850
  "repo": "nuxt-community/onesignal-module",
2412
- "npm": "",
2851
+ "npm": "@nuxtjs/onesignal",
2413
2852
  "icon": "one-signal.png",
2414
2853
  "github": "https://github.com/nuxt-community/onesignal-module",
2415
2854
  "website": "https://github.com/nuxt-community/onesignal-module",
@@ -2432,7 +2871,7 @@
2432
2871
  "name": "optimized-images",
2433
2872
  "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
2434
2873
  "repo": "juliomrqz/nuxt-optimized-images",
2435
- "npm": "",
2874
+ "npm": "@aceforth/nuxt-optimized-images",
2436
2875
  "icon": "",
2437
2876
  "github": "https://github.com/juliomrqz/nuxt-optimized-images",
2438
2877
  "website": "https://marquez.co/docs/nuxt-optimized-images/",
@@ -2455,7 +2894,7 @@
2455
2894
  "name": "page-generator-helper",
2456
2895
  "description": "Generate your pages statically without using payload extractors.",
2457
2896
  "repo": "GrabarzUndPartner/nuxt-page-generator-helper",
2458
- "npm": "",
2897
+ "npm": "nuxt-page-generator-helper",
2459
2898
  "icon": "",
2460
2899
  "github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
2461
2900
  "website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
@@ -2477,7 +2916,7 @@
2477
2916
  "name": "parse",
2478
2917
  "description": "Parse package for Nuxt.js",
2479
2918
  "repo": "cierrateam/nuxt-parse",
2480
- "npm": "",
2919
+ "npm": "nuxt-parse",
2481
2920
  "icon": "",
2482
2921
  "github": "https://github.com/cierrateam/nuxt-parse",
2483
2922
  "website": "https://github.com/cierrateam/nuxt-parse",
@@ -2495,11 +2934,36 @@
2495
2934
  "requires": {}
2496
2935
  }
2497
2936
  },
2937
+ {
2938
+ "name": "partytown",
2939
+ "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
2940
+ "repo": "nuxt-modules/partytown",
2941
+ "npm": "@nuxtjs/partytown",
2942
+ "icon": "partytown.svg",
2943
+ "github": "https://github.com/nuxt-modules/partytown",
2944
+ "website": "https://github.com/nuxt-modules/partytown",
2945
+ "learn_more": "https://partytown.builder.io/",
2946
+ "category": "Performance",
2947
+ "type": "community",
2948
+ "maintainers": [
2949
+ {
2950
+ "name": "Daniel Roe",
2951
+ "github": "danielroe",
2952
+ "twitter": "danielcroe"
2953
+ }
2954
+ ],
2955
+ "compatibility": {
2956
+ "nuxt": "^2.0.0 || ^3.0.0",
2957
+ "requires": {
2958
+ "bridge": true
2959
+ }
2960
+ }
2961
+ },
2498
2962
  {
2499
2963
  "name": "persian-datepicker",
2500
2964
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
2501
2965
  "repo": "alireza-ab/vue-persian-datepicker",
2502
- "npm": "",
2966
+ "npm": "@alireza-ab/vue-persian-datepicker",
2503
2967
  "icon": "persian-datepicker.svg",
2504
2968
  "github": "https://github.com/alireza-ab/vue-persian-datepicker",
2505
2969
  "website": "https://alireza-ab.ir/datepicker",
@@ -2522,7 +2986,7 @@
2522
2986
  "name": "pinia",
2523
2987
  "description": "The Vue Store that you will enjoy using",
2524
2988
  "repo": "posva/pinia#v2/packages/nuxt",
2525
- "npm": "",
2989
+ "npm": "@pinia/nuxt",
2526
2990
  "icon": "pinia.svg",
2527
2991
  "github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
2528
2992
  "website": "https://pinia.esm.dev/",
@@ -2546,7 +3010,7 @@
2546
3010
  "name": "plausible",
2547
3011
  "description": "Plausible analytics for Vue.js and Nuxt",
2548
3012
  "repo": "moritzsternemann/vue-plausible",
2549
- "npm": "",
3013
+ "npm": "vue-plausible",
2550
3014
  "icon": "plausible.png",
2551
3015
  "github": "https://github.com/moritzsternemann/vue-plausible",
2552
3016
  "website": "https://github.com/moritzsternemann/vue-plausible",
@@ -2560,15 +3024,17 @@
2560
3024
  }
2561
3025
  ],
2562
3026
  "compatibility": {
2563
- "nuxt": "^2.0.0",
2564
- "requires": {}
3027
+ "nuxt": "^2.0.0 || ^3.0.0",
3028
+ "requires": {
3029
+ "bridge": "optional"
3030
+ }
2565
3031
  }
2566
3032
  },
2567
3033
  {
2568
3034
  "name": "precompress",
2569
3035
  "description": "Precompress files to gzip and brotli and serve them automatically",
2570
3036
  "repo": "frenchrabbit/nuxt-precompress",
2571
- "npm": "",
3037
+ "npm": "nuxt-precompress",
2572
3038
  "icon": "",
2573
3039
  "github": "https://github.com/frenchrabbit/nuxt-precompress",
2574
3040
  "website": "https://github.com/frenchrabbit/nuxt-precompress",
@@ -2589,32 +3055,23 @@
2589
3055
  {
2590
3056
  "name": "prismic",
2591
3057
  "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
2592
- "repo": "nuxt-community/prismic-module",
2593
- "npm": "",
3058
+ "repo": "nuxt-modules/prismic",
3059
+ "npm": "@nuxtjs/prismic",
2594
3060
  "icon": "prismic.png",
2595
- "github": "https://github.com/nuxt-community/prismic-module",
3061
+ "github": "https://github.com/nuxt-modules/prismic",
2596
3062
  "website": "https://prismic.nuxtjs.org",
2597
- "learn_more": "https://prismic.io/",
3063
+ "learn_more": "https://prismic.io",
2598
3064
  "category": "CMS",
2599
3065
  "type": "community",
2600
3066
  "maintainers": [
2601
- {
2602
- "name": "Sébastien Chopin",
2603
- "github": "Atinux",
2604
- "twitter": "Atinux"
2605
- },
2606
3067
  {
2607
3068
  "name": "lihbr",
2608
3069
  "github": "lihbr",
2609
3070
  "twitter": "li_hbr"
2610
- },
2611
- {
2612
- "name": "James Pegg",
2613
- "github": "jamespegg"
2614
3071
  }
2615
3072
  ],
2616
3073
  "compatibility": {
2617
- "nuxt": "^2.0.0",
3074
+ "nuxt": "^2.0.0 || ^3.0.0",
2618
3075
  "requires": {}
2619
3076
  }
2620
3077
  },
@@ -2622,7 +3079,7 @@
2622
3079
  "name": "protected-mailto",
2623
3080
  "description": "Nuxt component to generate encoded mailto links",
2624
3081
  "repo": "mmoollllee/nuxt-protected-mailto",
2625
- "npm": "",
3082
+ "npm": "nuxt-protected-mailto",
2626
3083
  "icon": "",
2627
3084
  "github": "https://github.com/mmoollllee/nuxt-protected-mailto",
2628
3085
  "website": "https://github.com/mmoollllee/nuxt-protected-mailto",
@@ -2644,7 +3101,7 @@
2644
3101
  "name": "proxy",
2645
3102
  "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
2646
3103
  "repo": "nuxt-community/proxy-module",
2647
- "npm": "",
3104
+ "npm": "@nuxtjs/proxy",
2648
3105
  "icon": "",
2649
3106
  "github": "https://github.com/nuxt-community/proxy-module",
2650
3107
  "website": "https://github.com/nuxt-community/proxy-module",
@@ -2667,7 +3124,7 @@
2667
3124
  "name": "prune-html",
2668
3125
  "description": "Nuxt module to prune html before sending it to the browser for boosting performance.",
2669
3126
  "repo": "LuXDAmore/nuxt-prune-html",
2670
- "npm": "",
3127
+ "npm": "@luxdamore/nuxt-prune-html",
2671
3128
  "icon": "",
2672
3129
  "github": "https://github.com/LuXDAmore/nuxt-prune-html",
2673
3130
  "website": "https://luxdamore.github.io/nuxt-prune-html/",
@@ -2689,8 +3146,8 @@
2689
3146
  {
2690
3147
  "name": "purgecss",
2691
3148
  "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
2692
- "repo": "Developmint/nuxt-purgecss",
2693
- "npm": "",
3149
+ "repo": "Developmint/nuxt-purgecss#main",
3150
+ "npm": "nuxt-purgecss",
2694
3151
  "icon": "purgecss.png",
2695
3152
  "github": "https://github.com/Developmint/nuxt-purgecss",
2696
3153
  "website": "https://github.com/Developmint/nuxt-purgecss",
@@ -2704,7 +3161,7 @@
2704
3161
  }
2705
3162
  ],
2706
3163
  "compatibility": {
2707
- "nuxt": "^2.0.0",
3164
+ "nuxt": "^2.0.0 || ^3.0.0",
2708
3165
  "requires": {}
2709
3166
  }
2710
3167
  },
@@ -2712,7 +3169,7 @@
2712
3169
  "name": "pwa",
2713
3170
  "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
2714
3171
  "repo": "nuxt-community/pwa-module",
2715
- "npm": "",
3172
+ "npm": "@nuxtjs/pwa",
2716
3173
  "icon": "pwa.png",
2717
3174
  "github": "https://github.com/nuxt-community/pwa-module",
2718
3175
  "website": "https://pwa.nuxtjs.org",
@@ -2737,7 +3194,7 @@
2737
3194
  "name": "python",
2738
3195
  "description": "Write Nuxt.js applications using Python",
2739
3196
  "repo": "nuxt-community/python-module",
2740
- "npm": "",
3197
+ "npm": "@nuxtjs/python",
2741
3198
  "icon": "python.png",
2742
3199
  "github": "https://github.com/nuxt-community/python-module",
2743
3200
  "website": "https://github.com/nuxt-community/python-module",
@@ -2759,7 +3216,7 @@
2759
3216
  "name": "recaptcha",
2760
3217
  "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
2761
3218
  "repo": "nuxt-community/recaptcha-module",
2762
- "npm": "",
3219
+ "npm": "@nuxtjs/recaptcha",
2763
3220
  "icon": "recaptcha.png",
2764
3221
  "github": "https://github.com/nuxt-community/recaptcha-module",
2765
3222
  "website": "https://github.com/nuxt-community/recaptcha-module",
@@ -2781,7 +3238,7 @@
2781
3238
  "name": "redirect",
2782
3239
  "description": "Nuxt module to dynamically redirect initial requests",
2783
3240
  "repo": "nuxt-community/redirect-module",
2784
- "npm": "",
3241
+ "npm": "@nuxtjs/redirect-module",
2785
3242
  "icon": "",
2786
3243
  "github": "https://github.com/nuxt-community/redirect-module",
2787
3244
  "website": "https://github.com/nuxt-community/redirect-module",
@@ -2804,7 +3261,7 @@
2804
3261
  "name": "rfg-icon",
2805
3262
  "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
2806
3263
  "repo": "pimlie/nuxt-rfg-icon",
2807
- "npm": "",
3264
+ "npm": "nuxt-rfg-icon",
2808
3265
  "icon": "real-favicon-generator.png",
2809
3266
  "github": "https://github.com/pimlie/nuxt-rfg-icon",
2810
3267
  "website": "https://github.com/pimlie/nuxt-rfg-icon",
@@ -2826,7 +3283,7 @@
2826
3283
  "name": "robots",
2827
3284
  "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
2828
3285
  "repo": "nuxt-community/robots-module",
2829
- "npm": "",
3286
+ "npm": "@nuxtjs/robots",
2830
3287
  "icon": "",
2831
3288
  "github": "https://github.com/nuxt-community/robots-module",
2832
3289
  "website": "https://github.com/nuxt-community/robots-module",
@@ -2840,15 +3297,17 @@
2840
3297
  }
2841
3298
  ],
2842
3299
  "compatibility": {
2843
- "nuxt": "^2.0.0",
2844
- "requires": {}
3300
+ "nuxt": "^2.0.0 || ^3.0.0",
3301
+ "requires": {
3302
+ "bridge": "optional"
3303
+ }
2845
3304
  }
2846
3305
  },
2847
3306
  {
2848
3307
  "name": "rollbar",
2849
3308
  "description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
2850
3309
  "repo": "gaelreyrol/nuxt-rollbar-module",
2851
- "npm": "",
3310
+ "npm": "nuxt-rollbar-module",
2852
3311
  "icon": "rollbar.png",
2853
3312
  "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
2854
3313
  "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
@@ -2870,7 +3329,7 @@
2870
3329
  "name": "router-extras",
2871
3330
  "description": "Extra Add-ons for nuxt router",
2872
3331
  "repo": "nuxt-community/router-extras-module",
2873
- "npm": "",
3332
+ "npm": "@nuxtjs/router-extras",
2874
3333
  "icon": "vue.png",
2875
3334
  "github": "https://github.com/nuxt-community/router-extras-module",
2876
3335
  "website": "https://github.com/nuxt-community/router-extras-module",
@@ -2893,7 +3352,7 @@
2893
3352
  "name": "router",
2894
3353
  "description": "Nuxt.js module to use router.js instead of pages/ directory",
2895
3354
  "repo": "nuxt-community/router-module",
2896
- "npm": "",
3355
+ "npm": "@nuxtjs/router",
2897
3356
  "icon": "vue.png",
2898
3357
  "github": "https://github.com/nuxt-community/router-module",
2899
3358
  "website": "https://github.com/nuxt-community/router-module",
@@ -2914,11 +3373,11 @@
2914
3373
  },
2915
3374
  {
2916
3375
  "name": "sanity",
2917
- "description": "Access text, images, and other media with Nuxt.js and the Sanity headless CMS.",
2918
- "repo": "nuxt-community/sanity-module#main",
2919
- "npm": "",
3376
+ "description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
3377
+ "repo": "nuxt-modules/sanity#main",
3378
+ "npm": "@nuxtjs/sanity",
2920
3379
  "icon": "sanity.png",
2921
- "github": "https://github.com/nuxt-community/sanity-module#main",
3380
+ "github": "https://github.com/nuxt-modules/sanity#main",
2922
3381
  "website": "https://sanity.nuxtjs.org",
2923
3382
  "learn_more": "https://www.sanity.io/",
2924
3383
  "category": "CMS",
@@ -2931,7 +3390,33 @@
2931
3390
  }
2932
3391
  ],
2933
3392
  "compatibility": {
2934
- "nuxt": "^2.0.0",
3393
+ "nuxt": "^2.0.0 || ^3.0.0",
3394
+ "requires": {
3395
+ "bridge": "optional"
3396
+ }
3397
+ }
3398
+ },
3399
+ {
3400
+ "name": "schema-org",
3401
+ "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
3402
+ "repo": "vueuse/schema-org#main/packages/nuxt",
3403
+ "npm": "nuxt-schema-org",
3404
+ "icon": "schema-org.svg",
3405
+ "github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
3406
+ "website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
3407
+ "learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
3408
+ "category": "SEO",
3409
+ "type": "3rd-party",
3410
+ "maintainers": [
3411
+ {
3412
+ "name": "Harlan Wilton",
3413
+ "github": "harlan-zw",
3414
+ "twitter": "harlan_zw",
3415
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
3416
+ }
3417
+ ],
3418
+ "compatibility": {
3419
+ "nuxt": "^3.0.0",
2935
3420
  "requires": {}
2936
3421
  }
2937
3422
  },
@@ -2939,7 +3424,7 @@
2939
3424
  "name": "scss-to-js",
2940
3425
  "description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
2941
3426
  "repo": "sugoidesune/nuxt-scss-to-js",
2942
- "npm": "",
3427
+ "npm": "nuxt-scss-to-js",
2943
3428
  "icon": "",
2944
3429
  "github": "https://github.com/sugoidesune/nuxt-scss-to-js",
2945
3430
  "website": "https://github.com/sugoidesune/nuxt-scss-to-js",
@@ -2961,7 +3446,7 @@
2961
3446
  "name": "segment",
2962
3447
  "description": "Nuxt.js module for Segment Analytics.js",
2963
3448
  "repo": "dansmaculotte/nuxt-segment",
2964
- "npm": "",
3449
+ "npm": "@dansmaculotte/nuxt-segment",
2965
3450
  "icon": "segment.png",
2966
3451
  "github": "https://github.com/dansmaculotte/nuxt-segment",
2967
3452
  "website": "https://github.com/dansmaculotte/nuxt-segment",
@@ -2983,7 +3468,7 @@
2983
3468
  "name": "sentry",
2984
3469
  "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
2985
3470
  "repo": "nuxt-community/sentry-module",
2986
- "npm": "",
3471
+ "npm": "@nuxtjs/sentry",
2987
3472
  "icon": "sentry.png",
2988
3473
  "github": "https://github.com/nuxt-community/sentry-module",
2989
3474
  "website": "https://sentry.nuxtjs.org/",
@@ -3004,8 +3489,8 @@
3004
3489
  {
3005
3490
  "name": "seo-meta",
3006
3491
  "description": "Simple generate seo metadata",
3007
- "repo": "ihavecoke/nuxtjs-seo-meta",
3008
- "npm": "",
3492
+ "repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
3493
+ "npm": "nuxt-seo-meta",
3009
3494
  "icon": "",
3010
3495
  "github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
3011
3496
  "website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
@@ -3028,7 +3513,7 @@
3028
3513
  "name": "seomatic-meta",
3029
3514
  "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
3030
3515
  "repo": "ben-rogerson/nuxt-seomatic-meta",
3031
- "npm": "",
3516
+ "npm": "nuxt-seomatic-meta",
3032
3517
  "icon": "seomatic.png",
3033
3518
  "github": "https://github.com/ben-rogerson/nuxt-seomatic-meta",
3034
3519
  "website": "https://github.com/ben-rogerson/nuxt-seomatic-meta",
@@ -3050,7 +3535,7 @@
3050
3535
  "name": "separate-env",
3051
3536
  "description": "Separated environment variables for server and client builds",
3052
3537
  "repo": "nuxt-community/separate-env-module",
3053
- "npm": "",
3538
+ "npm": "@nuxtjs/separate-env",
3054
3539
  "icon": "",
3055
3540
  "github": "https://github.com/nuxt-community/separate-env-module",
3056
3541
  "website": "https://github.com/nuxt-community/separate-env-module",
@@ -3069,11 +3554,34 @@
3069
3554
  "requires": {}
3070
3555
  }
3071
3556
  },
3557
+ {
3558
+ "name": "session",
3559
+ "description": "Session middleware to persist data across multiple requests, supports many backends via unjs/unstorage: memory, redis, fs, ...",
3560
+ "repo": "sidebase/nuxt-session",
3561
+ "npm": "@sidebase/nuxt-session",
3562
+ "icon": "session.png",
3563
+ "github": "https://github.com/sidebase/nuxt-session",
3564
+ "website": "https://github.com/sidebase/nuxt-session",
3565
+ "learn_more": "https://github.com/sidebase",
3566
+ "category": "Security",
3567
+ "type": "3rd-party",
3568
+ "maintainers": [
3569
+ {
3570
+ "name": "sidebase",
3571
+ "github": "sidebase",
3572
+ "twitter": "sidebase_io"
3573
+ }
3574
+ ],
3575
+ "compatibility": {
3576
+ "nuxt": "^3.0.0",
3577
+ "requires": {}
3578
+ }
3579
+ },
3072
3580
  {
3073
3581
  "name": "shopify",
3074
3582
  "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
3075
3583
  "repo": "Gomah/nuxt-shopify",
3076
- "npm": "",
3584
+ "npm": "nuxt-shopify",
3077
3585
  "icon": "shopify.png",
3078
3586
  "github": "https://github.com/Gomah/nuxt-shopify",
3079
3587
  "website": "https://github.com/Gomah/nuxt-shopify",
@@ -3095,7 +3603,7 @@
3095
3603
  "name": "simple-line-icons",
3096
3604
  "description": "Nuxt module to add simple-line-icons ",
3097
3605
  "repo": "vaso2/nuxt-simple-line-icons",
3098
- "npm": "",
3606
+ "npm": "nuxt-simple-line-icons",
3099
3607
  "icon": "",
3100
3608
  "github": "https://github.com/vaso2/nuxt-simple-line-icons",
3101
3609
  "website": "https://github.com/vaso2/nuxt-simple-line-icons",
@@ -3117,7 +3625,7 @@
3117
3625
  "name": "sitemap",
3118
3626
  "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
3119
3627
  "repo": "nuxt-community/sitemap-module#dev",
3120
- "npm": "",
3628
+ "npm": "@nuxtjs/sitemap",
3121
3629
  "icon": "",
3122
3630
  "github": "https://github.com/nuxt-community/sitemap-module#dev",
3123
3631
  "website": "https://sitemap.nuxtjs.org",
@@ -3140,7 +3648,7 @@
3140
3648
  "name": "snipcart",
3141
3649
  "description": "Snipcart integration module for Nuxt.js",
3142
3650
  "repo": "nuxt-community/snipcart-module",
3143
- "npm": "",
3651
+ "npm": "@nuxtjs/snipcart",
3144
3652
  "icon": "snipcart.png",
3145
3653
  "github": "https://github.com/nuxt-community/snipcart-module",
3146
3654
  "website": "https://github.com/nuxt-community/snipcart-module",
@@ -3163,7 +3671,7 @@
3163
3671
  "name": "social-meta",
3164
3672
  "description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
3165
3673
  "repo": "AlekseyPleshkov/nuxt-social-meta",
3166
- "npm": "",
3674
+ "npm": "nuxt-social-meta",
3167
3675
  "icon": "",
3168
3676
  "github": "https://github.com/AlekseyPleshkov/nuxt-social-meta",
3169
3677
  "website": "https://github.com/AlekseyPleshkov/nuxt-social-meta",
@@ -3185,7 +3693,7 @@
3185
3693
  "name": "socket-io",
3186
3694
  "description": "Socket.io client and server module for Nuxt. Just plug it in and GO",
3187
3695
  "repo": "richardeschloss/nuxt-socket-io",
3188
- "npm": "",
3696
+ "npm": "nuxt-socket-io",
3189
3697
  "icon": "socket-io.png",
3190
3698
  "github": "https://github.com/richardeschloss/nuxt-socket-io",
3191
3699
  "website": "https://nuxt-socket-io.netlify.app/",
@@ -3207,7 +3715,7 @@
3207
3715
  "name": "speedcurve",
3208
3716
  "description": "Speedcurve LUX module for Nuxt",
3209
3717
  "repo": "nuxt-community/speedcurve-module",
3210
- "npm": "",
3718
+ "npm": "@nuxtjs/speedcurve",
3211
3719
  "icon": "speedcurve.png",
3212
3720
  "github": "https://github.com/nuxt-community/speedcurve-module",
3213
3721
  "website": "https://speedcurve.nuxtjs.org",
@@ -3230,7 +3738,7 @@
3230
3738
  "name": "speedkit",
3231
3739
  "description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
3232
3740
  "repo": "GrabarzUndPartner/nuxt-speedkit",
3233
- "npm": "",
3741
+ "npm": "nuxt-speedkit",
3234
3742
  "icon": "speedkit.png",
3235
3743
  "github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
3236
3744
  "website": "https://nuxt-speedkit.grabarzundpartner.dev",
@@ -3263,7 +3771,7 @@
3263
3771
  "name": "storage",
3264
3772
  "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
3265
3773
  "repo": "mazipan/nuxt-storage",
3266
- "npm": "",
3774
+ "npm": "nuxt-storage",
3267
3775
  "icon": "",
3268
3776
  "github": "https://github.com/mazipan/nuxt-storage",
3269
3777
  "website": "https://github.com/mazipan/nuxt-storage",
@@ -3285,7 +3793,7 @@
3285
3793
  "name": "storefront-ui",
3286
3794
  "description": "Storefront UI Module for Nuxt.js",
3287
3795
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
3288
- "npm": "",
3796
+ "npm": "@storefront-ui/nuxt",
3289
3797
  "icon": "storefront-ui.svg",
3290
3798
  "github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
3291
3799
  "website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
@@ -3307,7 +3815,7 @@
3307
3815
  "name": "stories",
3308
3816
  "description": "Nuxt stories module -- Painless storybooking for Nuxt",
3309
3817
  "repo": "richardeschloss/nuxt-stories",
3310
- "npm": "",
3818
+ "npm": "nuxt-stories",
3311
3819
  "icon": "",
3312
3820
  "github": "https://github.com/richardeschloss/nuxt-stories",
3313
3821
  "website": "https://github.com/richardeschloss/nuxt-stories",
@@ -3329,7 +3837,7 @@
3329
3837
  "name": "storyblok",
3330
3838
  "description": "Storyblok Nuxt.js module",
3331
3839
  "repo": "storyblok/storyblok-nuxt#master/lib",
3332
- "npm": "",
3840
+ "npm": "@storyblok/nuxt",
3333
3841
  "icon": "storyblok.png",
3334
3842
  "github": "https://github.com/storyblok/storyblok-nuxt",
3335
3843
  "website": "https://github.com/storyblok/storyblok-nuxt",
@@ -3351,7 +3859,7 @@
3351
3859
  "name": "storybook",
3352
3860
  "description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
3353
3861
  "repo": "nuxt-community/storybook",
3354
- "npm": "",
3862
+ "npm": "@nuxtjs/storybook",
3355
3863
  "icon": "storybook.png",
3356
3864
  "github": "https://github.com/nuxt-community/storybook",
3357
3865
  "website": "https://storybook.nuxtjs.org",
@@ -3381,7 +3889,7 @@
3381
3889
  "name": "strapi",
3382
3890
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
3383
3891
  "repo": "nuxt-community/strapi-module",
3384
- "npm": "",
3892
+ "npm": "@nuxtjs/strapi",
3385
3893
  "icon": "strapi.png",
3386
3894
  "github": "https://github.com/nuxt-community/strapi-module",
3387
3895
  "website": "https://strapi.nuxtjs.org",
@@ -3402,14 +3910,16 @@
3402
3910
  ],
3403
3911
  "compatibility": {
3404
3912
  "nuxt": "^2.0.0 || ^3.0.0",
3405
- "requires": {}
3913
+ "requires": {
3914
+ "bridge": true
3915
+ }
3406
3916
  }
3407
3917
  },
3408
3918
  {
3409
3919
  "name": "stripe",
3410
3920
  "description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
3411
3921
  "repo": "WilliamDASILVA/nuxt-stripe-module",
3412
- "npm": "",
3922
+ "npm": "nuxt-stripe-module",
3413
3923
  "icon": "stripe.png",
3414
3924
  "github": "https://github.com/WilliamDASILVA/nuxt-stripe-module",
3415
3925
  "website": "https://github.com/WilliamDASILVA/nuxt-stripe-module",
@@ -3431,7 +3941,7 @@
3431
3941
  "name": "style-resources",
3432
3942
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
3433
3943
  "repo": "nuxt-community/style-resources-module",
3434
- "npm": "",
3944
+ "npm": "@nuxtjs/style-resources",
3435
3945
  "icon": "",
3436
3946
  "github": "https://github.com/nuxt-community/style-resources-module",
3437
3947
  "website": "https://github.com/nuxt-community/style-resources-module",
@@ -3454,7 +3964,7 @@
3454
3964
  "name": "stylelint",
3455
3965
  "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
3456
3966
  "repo": "nuxt-community/stylelint-module",
3457
- "npm": "",
3967
+ "npm": "@nuxtjs/stylelint-module",
3458
3968
  "icon": "stylelint.png",
3459
3969
  "github": "https://github.com/nuxt-community/stylelint-module",
3460
3970
  "website": "https://github.com/nuxt-community/stylelint-module",
@@ -3472,18 +3982,51 @@
3472
3982
  "requires": {}
3473
3983
  }
3474
3984
  },
3985
+ {
3986
+ "name": "stylify",
3987
+ "description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
3988
+ "repo": "stylify/packages#master/packages/nuxt",
3989
+ "npm": "@stylify/nuxt",
3990
+ "icon": "stylify.svg",
3991
+ "github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
3992
+ "website": "https://stylifycss.com/docs/nuxt",
3993
+ "learn_more": "https://stylifycss.com",
3994
+ "category": "UI",
3995
+ "type": "3rd-party",
3996
+ "maintainers": [
3997
+ {
3998
+ "name": "Vladimír Macháček",
3999
+ "github": "Machy8",
4000
+ "twitter": "8machy"
4001
+ }
4002
+ ],
4003
+ "compatibility": {
4004
+ "nuxt": "^2.0.0 || ^3.0.0",
4005
+ "requires": {}
4006
+ }
4007
+ },
3475
4008
  {
3476
4009
  "name": "supabase",
3477
- "description": "A supa simple way to use Supabase with Nuxt",
3478
- "repo": "supabase/nuxt-supabase",
3479
- "npm": "",
4010
+ "description": "First class integration with Supabase",
4011
+ "repo": "nuxt-community/supabase-module",
4012
+ "npm": "@nuxtjs/supabase",
3480
4013
  "icon": "supabase.png",
3481
- "github": "https://github.com/supabase/nuxt-supabase",
3482
- "website": "https://github.com/supabase/nuxt-supabase",
3483
- "learn_more": "https://supabase.io",
4014
+ "github": "https://github.com/nuxt-community/supabase-module",
4015
+ "website": "https://supabase.nuxtjs.org",
4016
+ "learn_more": "https://supabase.com",
3484
4017
  "category": "Database",
3485
- "type": "3rd-party",
4018
+ "type": "community",
3486
4019
  "maintainers": [
4020
+ {
4021
+ "name": "Baptiste Leproux",
4022
+ "github": "larbish",
4023
+ "twitter": "baptistelprx"
4024
+ },
4025
+ {
4026
+ "name": "Sebastien Chopin",
4027
+ "github": "Atinux",
4028
+ "twitter": "Atinux"
4029
+ },
3487
4030
  {
3488
4031
  "name": "Scott Robertson",
3489
4032
  "github": "scottrobertson",
@@ -3491,7 +4034,7 @@
3491
4034
  }
3492
4035
  ],
3493
4036
  "compatibility": {
3494
- "nuxt": "^2.0.0",
4037
+ "nuxt": "^2.0.0 || ^3.0.0",
3495
4038
  "requires": {}
3496
4039
  }
3497
4040
  },
@@ -3499,7 +4042,7 @@
3499
4042
  "name": "svg-loader",
3500
4043
  "description": "Nuxt SVG Loader - SVGs as components, also on the server side!",
3501
4044
  "repo": "Developmint/nuxt-svg-loader",
3502
- "npm": "",
4045
+ "npm": "nuxt-svg-loader",
3503
4046
  "icon": "",
3504
4047
  "github": "https://github.com/Developmint/nuxt-svg-loader",
3505
4048
  "website": "https://github.com/Developmint/nuxt-svg-loader",
@@ -3521,7 +4064,7 @@
3521
4064
  "name": "svg-sprite",
3522
4065
  "description": "Optimized and Easy way to use svg files in Nuxt.js",
3523
4066
  "repo": "nuxt-community/svg-sprite-module",
3524
- "npm": "",
4067
+ "npm": "@nuxtjs/svg-sprite",
3525
4068
  "icon": "",
3526
4069
  "github": "https://github.com/nuxt-community/svg-sprite-module",
3527
4070
  "website": "https://github.com/nuxt-community/svg-sprite-module",
@@ -3544,7 +4087,7 @@
3544
4087
  "name": "svg",
3545
4088
  "description": "Super simple svg loading module for Nuxt.js",
3546
4089
  "repo": "nuxt-community/svg-module",
3547
- "npm": "",
4090
+ "npm": "@nuxtjs/svg",
3548
4091
  "icon": "",
3549
4092
  "github": "https://github.com/nuxt-community/svg-module",
3550
4093
  "website": "https://github.com/nuxt-community/svg-module",
@@ -3566,7 +4109,7 @@
3566
4109
  "name": "sweetalert2",
3567
4110
  "description": "A minimal sweetalert2 module based on vue-sweetalert2 with global options",
3568
4111
  "repo": "ImreC/nuxt-sweetalert2",
3569
- "npm": "",
4112
+ "npm": "nuxt-sweetalert2",
3570
4113
  "icon": "",
3571
4114
  "github": "https://github.com/ImreC/nuxt-sweetalert2",
3572
4115
  "website": "https://github.com/ImreC/nuxt-sweetalert2",
@@ -3588,7 +4131,7 @@
3588
4131
  "name": "tailwindcss",
3589
4132
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
3590
4133
  "repo": "nuxt-community/tailwindcss-module",
3591
- "npm": "",
4134
+ "npm": "@nuxtjs/tailwindcss",
3592
4135
  "icon": "tailwindcss.png",
3593
4136
  "github": "https://github.com/nuxt-community/tailwindcss-module",
3594
4137
  "website": "https://tailwindcss.nuxtjs.org",
@@ -3603,7 +4146,7 @@
3603
4146
  }
3604
4147
  ],
3605
4148
  "compatibility": {
3606
- "nuxt": "^2.0.0",
4149
+ "nuxt": "^2.0.0 || ^3.0.0",
3607
4150
  "requires": {}
3608
4151
  }
3609
4152
  },
@@ -3611,7 +4154,7 @@
3611
4154
  "name": "tiktok-analytics",
3612
4155
  "description": "",
3613
4156
  "repo": "stickpro/nuxt-tiktok-analytics",
3614
- "npm": "",
4157
+ "npm": "tiktok-analytics",
3615
4158
  "icon": "",
3616
4159
  "github": "https://github.com/stickpro/nuxt-tiktok-analytics",
3617
4160
  "website": "https://github.com/stickpro/nuxt-tiktok-analytics",
@@ -3634,7 +4177,7 @@
3634
4177
  "name": "toast",
3635
4178
  "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
3636
4179
  "repo": "nuxt-community/modules#master/packages/toast",
3637
- "npm": "",
4180
+ "npm": "@nuxtjs/toast",
3638
4181
  "icon": "",
3639
4182
  "github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
3640
4183
  "website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
@@ -3653,11 +4196,36 @@
3653
4196
  "requires": {}
3654
4197
  }
3655
4198
  },
4199
+ {
4200
+ "name": "turnstile",
4201
+ "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
4202
+ "repo": "danielroe/nuxt-turnstile",
4203
+ "npm": "nuxt-turnstile",
4204
+ "icon": "cloudflare.svg",
4205
+ "github": "https://github.com/danielroe/nuxt-turnstile",
4206
+ "website": "https://github.com/danielroe/nuxt-turnstile",
4207
+ "learn_more": "https://www.cloudflare.com/products/turnstile/",
4208
+ "category": "Security",
4209
+ "type": "3rd-party",
4210
+ "maintainers": [
4211
+ {
4212
+ "name": "Daniel Roe",
4213
+ "github": "danielroe",
4214
+ "twitter": "danielcroe"
4215
+ }
4216
+ ],
4217
+ "compatibility": {
4218
+ "nuxt": "^2.0.0 || ^3.0.0",
4219
+ "requires": {
4220
+ "bridge": true
4221
+ }
4222
+ }
4223
+ },
3656
4224
  {
3657
4225
  "name": "twa",
3658
4226
  "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
3659
4227
  "repo": "tuarrep/nuxt-twa",
3660
- "npm": "",
4228
+ "npm": "nuxt-twa",
3661
4229
  "icon": "",
3662
4230
  "github": "https://github.com/tuarrep/nuxt-twa",
3663
4231
  "website": "https://nuxt-twa.tuarrep.dev",
@@ -3677,11 +4245,44 @@
3677
4245
  }
3678
4246
  }
3679
4247
  },
4248
+ {
4249
+ "name": "twicpics",
4250
+ "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
4251
+ "repo": "TwicPics/components",
4252
+ "npm": "@twicpics/components",
4253
+ "icon": "twicpics.svg",
4254
+ "github": "https://github.com/TwicPics/components",
4255
+ "website": "https://www.twicpics.com/docs/components/nuxt-3",
4256
+ "learn_more": "https://www.twicpics.com",
4257
+ "category": "Images",
4258
+ "type": "3rd-party",
4259
+ "maintainers": [
4260
+ {
4261
+ "name": "Florent Bourgeois",
4262
+ "github": "florentb",
4263
+ "twitter": "florent_b"
4264
+ },
4265
+ {
4266
+ "name": "Julian Aubourg",
4267
+ "github": "jaubourg",
4268
+ "twitter": "jaubourg"
4269
+ },
4270
+ {
4271
+ "name": "Miguel Beignon",
4272
+ "github": "mbgspcii",
4273
+ "twitter": "m_beignon"
4274
+ }
4275
+ ],
4276
+ "compatibility": {
4277
+ "nuxt": "^2.0.0 || ^3.0.0",
4278
+ "requires": {}
4279
+ }
4280
+ },
3680
4281
  {
3681
4282
  "name": "typed-router",
3682
4283
  "description": "Provide autocompletion for pages route names generated by Nuxt router",
3683
4284
  "repo": "victorgarciaesgi/nuxt-typed-router",
3684
- "npm": "",
4285
+ "npm": "nuxt-typed-router",
3685
4286
  "icon": "vue.png",
3686
4287
  "github": "https://github.com/victorgarciaesgi/nuxt-typed-router",
3687
4288
  "website": "https://github.com/victorgarciaesgi/nuxt-typed-router",
@@ -3695,15 +4296,40 @@
3695
4296
  }
3696
4297
  ],
3697
4298
  "compatibility": {
3698
- "nuxt": "^2.0.0",
4299
+ "nuxt": "^2.0.0 || ^3.0.0",
3699
4300
  "requires": {}
3700
4301
  }
3701
4302
  },
4303
+ {
4304
+ "name": "typed-vuex",
4305
+ "description": "A vanilla, strongly typed store accessor for Vuex.",
4306
+ "repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
4307
+ "npm": "nuxt-typed-vuex",
4308
+ "icon": "vue.png",
4309
+ "github": "https://github.com/danielroe/typed-vuex",
4310
+ "website": "https://github.com/danielroe/typed-vuex",
4311
+ "learn_more": "",
4312
+ "category": "Libraries",
4313
+ "type": "3rd-party",
4314
+ "maintainers": [
4315
+ {
4316
+ "name": "Daniel Roe",
4317
+ "github": "danielroe",
4318
+ "twitter": "danielcroe"
4319
+ }
4320
+ ],
4321
+ "compatibility": {
4322
+ "nuxt": "^2.0.0",
4323
+ "requires": {
4324
+ "bridge": "optional"
4325
+ }
4326
+ }
4327
+ },
3702
4328
  {
3703
4329
  "name": "typescript-runtime",
3704
4330
  "description": "TypeScript Runtime support for Nuxt",
3705
4331
  "repo": "nuxt/typescript#master/packages/typescript-runtime",
3706
- "npm": "",
4332
+ "npm": "@nuxt/typescript-runtime",
3707
4333
  "icon": "typescript.svg",
3708
4334
  "github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-runtime",
3709
4335
  "website": "https://typescript.nuxtjs.org/guide/runtime.html",
@@ -3735,7 +4361,7 @@
3735
4361
  "name": "typescript",
3736
4362
  "description": "TypeScript Support for Nuxt",
3737
4363
  "repo": "nuxt/typescript#master/packages/typescript-build",
3738
- "npm": "",
4364
+ "npm": "@nuxt/typescript-build",
3739
4365
  "icon": "typescript.svg",
3740
4366
  "github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-build",
3741
4367
  "website": "https://typescript.nuxtjs.org",
@@ -3763,11 +4389,35 @@
3763
4389
  "requires": {}
3764
4390
  }
3765
4391
  },
4392
+ {
4393
+ "name": "umami",
4394
+ "description": "Embed the Umami analytics library into Nuxt",
4395
+ "repo": "ijkml/nuxt-umami",
4396
+ "npm": "nuxt-umami",
4397
+ "icon": "umami.svg",
4398
+ "github": "https://github.com/ijkml/nuxt-umami",
4399
+ "website": "https://github.com/ijkml/nuxt-umami",
4400
+ "learn_more": "https://umami.is/docs/",
4401
+ "category": "Analytics",
4402
+ "type": "3rd-party",
4403
+ "maintainers": [
4404
+ {
4405
+ "name": "ML",
4406
+ "github": "ijkml"
4407
+ }
4408
+ ],
4409
+ "compatibility": {
4410
+ "nuxt": "^2.0.0 || ^3.0.0",
4411
+ "requires": {
4412
+ "bridge": "optional"
4413
+ }
4414
+ }
4415
+ },
3766
4416
  {
3767
4417
  "name": "universal-storage",
3768
4418
  "description": "Universal Storage Utilities for Nuxt.js",
3769
4419
  "repo": "nuxt-community/universal-storage-module",
3770
- "npm": "",
4420
+ "npm": "@nuxtjs/universal-storage",
3771
4421
  "icon": "",
3772
4422
  "github": "https://github.com/nuxt-community/universal-storage-module",
3773
4423
  "website": "https://github.com/nuxt-community/universal-storage-module",
@@ -3791,11 +4441,37 @@
3791
4441
  "requires": {}
3792
4442
  }
3793
4443
  },
4444
+ {
4445
+ "name": "unlighthouse",
4446
+ "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
4447
+ "repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
4448
+ "npm": "@unlighthouse/nuxt",
4449
+ "icon": "unlighthouse.svg",
4450
+ "github": "https://github.com/harlan-zw/unlighthouse",
4451
+ "website": "https://github.com/harlan-zw/unlighthouse",
4452
+ "learn_more": "https://github.com/harlan-zw/unlighthouse",
4453
+ "category": "Devtools",
4454
+ "type": "3rd-party",
4455
+ "maintainers": [
4456
+ {
4457
+ "name": "Harlan Wilton",
4458
+ "github": "harlan-zw",
4459
+ "twitter": "harlan_zw",
4460
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
4461
+ }
4462
+ ],
4463
+ "compatibility": {
4464
+ "nuxt": "^2.0.0 || ^3.0.0",
4465
+ "requires": {
4466
+ "bridge": "optional"
4467
+ }
4468
+ }
4469
+ },
3794
4470
  {
3795
4471
  "name": "unocss",
3796
4472
  "description": "The instant on-demand atomic CSS engine.",
3797
4473
  "repo": "antfu/unocss#main/packages/nuxt",
3798
- "npm": "",
4474
+ "npm": "@unocss/nuxt",
3799
4475
  "icon": "unocss.svg",
3800
4476
  "github": "https://github.com/antfu/unocss",
3801
4477
  "website": "https://github.com/antfu/unocss",
@@ -3821,7 +4497,7 @@
3821
4497
  "name": "user-agent",
3822
4498
  "description": "Nuxt.js module for handling User-Agent.",
3823
4499
  "repo": "fukuiretu/nuxt-user-agent",
3824
- "npm": "",
4500
+ "npm": "nuxt-user-agent",
3825
4501
  "icon": "",
3826
4502
  "github": "https://github.com/fukuiretu/nuxt-user-agent",
3827
4503
  "website": "https://github.com/fukuiretu/nuxt-user-agent",
@@ -3843,7 +4519,7 @@
3843
4519
  "name": "validate",
3844
4520
  "description": "Simple Nuxt input validation module using vee-validate",
3845
4521
  "repo": "lewyuburi/nuxt-validate",
3846
- "npm": "",
4522
+ "npm": "nuxt-validate",
3847
4523
  "icon": "vee-validate.png",
3848
4524
  "github": "https://github.com/lewyuburi/nuxt-validate",
3849
4525
  "website": "https://github.com/lewyuburi/nuxt-validate",
@@ -3865,7 +4541,7 @@
3865
4541
  "name": "vendor",
3866
4542
  "description": "directly serve node_modules",
3867
4543
  "repo": "nuxt-community/modules#master/packages/vendor",
3868
- "npm": "",
4544
+ "npm": "@nuxtjs/vendor",
3869
4545
  "icon": "",
3870
4546
  "github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
3871
4547
  "website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
@@ -3888,7 +4564,7 @@
3888
4564
  "name": "vue-material",
3889
4565
  "description": "Module to join nuxt and vue-material framework so you can build well-designed apps with dynamic themes and components with an ease-to-use API.",
3890
4566
  "repo": "vaso2/nuxt-vue-material",
3891
- "npm": "",
4567
+ "npm": "nuxt-vue-material",
3892
4568
  "icon": "vue-material.png",
3893
4569
  "github": "https://github.com/vaso2/nuxt-vue-material",
3894
4570
  "website": "https://github.com/vaso2/nuxt-vue-material",
@@ -3910,7 +4586,7 @@
3910
4586
  "name": "vue-multiselect",
3911
4587
  "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
3912
4588
  "repo": "spektrummedia/nuxt-vue-multiselect",
3913
- "npm": "",
4589
+ "npm": "nuxt-vue-multiselect",
3914
4590
  "icon": "",
3915
4591
  "github": "https://github.com/spektrummedia/nuxt-vue-multiselect",
3916
4592
  "website": "https://github.com/spektrummedia/nuxt-vue-multiselect",
@@ -3932,7 +4608,7 @@
3932
4608
  "name": "vue-select",
3933
4609
  "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
3934
4610
  "repo": "madmod/nuxt-vue-select",
3935
- "npm": "",
4611
+ "npm": "nuxt-vue-select",
3936
4612
  "icon": "",
3937
4613
  "github": "https://github.com/madmod/nuxt-vue-select",
3938
4614
  "website": "https://github.com/madmod/nuxt-vue-select",
@@ -3954,7 +4630,7 @@
3954
4630
  "name": "vue-warehouse",
3955
4631
  "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
3956
4632
  "repo": "juliomrqz/vue-warehouse",
3957
- "npm": "",
4633
+ "npm": "vue-warehouse",
3958
4634
  "icon": "",
3959
4635
  "github": "https://github.com/juliomrqz/vue-warehouse",
3960
4636
  "website": "https://marquez.co/docs/vue-warehouse",
@@ -3973,11 +4649,33 @@
3973
4649
  "requires": {}
3974
4650
  }
3975
4651
  },
4652
+ {
4653
+ "name": "vuestic",
4654
+ "description": "Vuestic UI module for Nuxt 3",
4655
+ "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
4656
+ "npm": "@vuestic/nuxt",
4657
+ "icon": "",
4658
+ "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
4659
+ "website": "https://vuestic.dev",
4660
+ "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
4661
+ "category": "UI",
4662
+ "type": "3rd-party",
4663
+ "maintainers": [
4664
+ {
4665
+ "name": "epicmaxco",
4666
+ "github": "epicmaxco"
4667
+ }
4668
+ ],
4669
+ "compatibility": {
4670
+ "nuxt": "^3.0.0",
4671
+ "requires": {}
4672
+ }
4673
+ },
3976
4674
  {
3977
4675
  "name": "vuetify",
3978
4676
  "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
3979
4677
  "repo": "nuxt-community/vuetify-module",
3980
- "npm": "",
4678
+ "npm": "@nuxtjs/vuetify",
3981
4679
  "icon": "vuetify.png",
3982
4680
  "github": "https://github.com/nuxt-community/vuetify-module",
3983
4681
  "website": "https://github.com/nuxt-community/vuetify-module",
@@ -4003,8 +4701,8 @@
4003
4701
  {
4004
4702
  "name": "vueuse",
4005
4703
  "description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
4006
- "repo": "vueuse/vueuse#main/packages/core",
4007
- "npm": "",
4704
+ "repo": "vueuse/vueuse#main/packages/nuxt",
4705
+ "npm": "@vueuse/nuxt",
4008
4706
  "icon": "vueuse.svg",
4009
4707
  "github": "https://github.com/vueuse/vueuse",
4010
4708
  "website": "https://vueuse.org",
@@ -4029,7 +4727,7 @@
4029
4727
  "name": "vuex-router-sync",
4030
4728
  "description": "vuex-router-sync module for Nuxt to effortlessly keep vue-router and vuex store in sync.",
4031
4729
  "repo": "paulgv/nuxt-vuex-router-sync",
4032
- "npm": "",
4730
+ "npm": "nuxt-vuex-router-sync",
4033
4731
  "icon": "",
4034
4732
  "github": "https://github.com/paulgv/nuxt-vuex-router-sync",
4035
4733
  "website": "https://github.com/paulgv/nuxt-vuex-router-sync",
@@ -4051,7 +4749,7 @@
4051
4749
  "name": "web-vitals",
4052
4750
  "description": "Web Vitals for Nuxt",
4053
4751
  "repo": "nuxt-community/web-vitals-module",
4054
- "npm": "",
4752
+ "npm": "@nuxtjs/web-vitals",
4055
4753
  "icon": "",
4056
4754
  "github": "https://github.com/nuxt-community/web-vitals-module",
4057
4755
  "website": "https://github.com/nuxt-community/web-vitals-module",
@@ -4075,26 +4773,28 @@
4075
4773
  }
4076
4774
  ],
4077
4775
  "compatibility": {
4078
- "nuxt": "^2.0.0",
4079
- "requires": {}
4776
+ "nuxt": "^2.0.0 || ^3.0.0",
4777
+ "requires": {
4778
+ "bridge": "optional"
4779
+ }
4080
4780
  }
4081
4781
  },
4082
4782
  {
4083
4783
  "name": "web3js",
4084
- "description": "Web3.js module integration for Nuxt.js - Build dApps easier!",
4085
- "repo": "fauzan121002/nuxt-web3",
4086
- "npm": "",
4784
+ "description": "Web3.js module integration for Nuxt.js",
4785
+ "repo": "bl0cknumber/nuxt-web3",
4786
+ "npm": "nuxt-web3",
4087
4787
  "icon": "web3js.svg",
4088
- "github": "https://github.com/fauzan121002/nuxt-web3",
4089
- "website": "https://github.com/fauzan121002/nuxt-web3",
4788
+ "github": "https://github.com/bl0cknumber/nuxt-web3",
4789
+ "website": "https://github.com/bl0cknumber/nuxt-web3",
4090
4790
  "learn_more": "https://web3js.readthedocs.io/",
4091
4791
  "category": "Libraries",
4092
4792
  "type": "3rd-party",
4093
4793
  "maintainers": [
4094
4794
  {
4095
4795
  "name": "Muhammad Fauzan",
4096
- "github": "fauzan121002",
4097
- "twitter": "fauzandev"
4796
+ "github": "bl0cknumber",
4797
+ "twitter": "fncolon"
4098
4798
  }
4099
4799
  ],
4100
4800
  "compatibility": {
@@ -4106,7 +4806,7 @@
4106
4806
  "name": "webfontloader",
4107
4807
  "description": "Efficient web font loading has never been easier!",
4108
4808
  "repo": "Developmint/nuxt-webfontloader",
4109
- "npm": "",
4809
+ "npm": "nuxt-webfontloader",
4110
4810
  "icon": "",
4111
4811
  "github": "https://github.com/Developmint/nuxt-webfontloader",
4112
4812
  "website": "https://github.com/Developmint/nuxt-webfontloader",
@@ -4128,7 +4828,7 @@
4128
4828
  "name": "webpack-optimisations",
4129
4829
  "description": "Nuxt.js v2 module to automatically make your builds faster.",
4130
4830
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
4131
- "npm": "",
4831
+ "npm": "nuxt-webpack-optimisations",
4132
4832
  "icon": "build-optimisations.svg",
4133
4833
  "github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
4134
4834
  "website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
@@ -4152,7 +4852,7 @@
4152
4852
  "name": "webpack-profile",
4153
4853
  "description": "Nuxt module to display webpack build progress steps with core ProgressPlugin",
4154
4854
  "repo": "nuxt-community/webpack-profile-module",
4155
- "npm": "",
4855
+ "npm": "@nuxtjs/webpack-profile",
4156
4856
  "icon": "webpack.png",
4157
4857
  "github": "https://github.com/nuxt-community/webpack-profile-module",
4158
4858
  "website": "https://github.com/nuxt-community/webpack-profile-module",
@@ -4175,7 +4875,7 @@
4175
4875
  "name": "webpackdashboard",
4176
4876
  "description": "Webpack Dashboard module for Nuxt. A CLI dashboard for your webpack dev server.",
4177
4877
  "repo": "paulgv/nuxt-webpackdashboard",
4178
- "npm": "",
4878
+ "npm": "nuxt-webpackdashboard",
4179
4879
  "icon": "webpack.png",
4180
4880
  "github": "https://github.com/paulgv/nuxt-webpackdashboard",
4181
4881
  "website": "https://github.com/paulgv/nuxt-webpackdashboard",
@@ -4197,7 +4897,7 @@
4197
4897
  "name": "webpackmonitor",
4198
4898
  "description": "Monitor Nuxt webpack optimization metrics through the development process",
4199
4899
  "repo": "nuxt-community/webpackmonitor-module",
4200
- "npm": "",
4900
+ "npm": "@nuxtjs/webpackmonitor",
4201
4901
  "icon": "webpack.png",
4202
4902
  "github": "https://github.com/nuxt-community/webpackmonitor-module",
4203
4903
  "website": "https://github.com/nuxt-community/webpackmonitor-module",
@@ -4220,7 +4920,7 @@
4220
4920
  "name": "windicss",
4221
4921
  "description": "Next generation utility-first CSS framework.",
4222
4922
  "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
4223
- "npm": "",
4923
+ "npm": "nuxt-windicss",
4224
4924
  "icon": "windicss.svg",
4225
4925
  "github": "https://github.com/windicss/nuxt-windicss-module",
4226
4926
  "website": "https://github.com/windicss/nuxt-windicss-module",
@@ -4250,7 +4950,7 @@
4250
4950
  "name": "winston-log",
4251
4951
  "description": "Nuxt module for logging SSR errors + client-side Vue errors using winston",
4252
4952
  "repo": "aaronransley/nuxt-winston-log",
4253
- "npm": "",
4953
+ "npm": "nuxt-winston-log",
4254
4954
  "icon": "winston.png",
4255
4955
  "github": "https://github.com/aaronransley/nuxt-winston-log",
4256
4956
  "website": "https://github.com/aaronransley/nuxt-winston-log",
@@ -4272,7 +4972,7 @@
4272
4972
  "name": "wp-nuxt",
4273
4973
  "description": "The module adds a Wordpress Rest API to your nuxt application",
4274
4974
  "repo": "yashha/wp-nuxt",
4275
- "npm": "",
4975
+ "npm": "wp-nuxt",
4276
4976
  "icon": "wordpress.png",
4277
4977
  "github": "https://github.com/yashha/wp-nuxt",
4278
4978
  "website": "https://github.com/yashha/wp-nuxt",
@@ -4294,7 +4994,7 @@
4294
4994
  "name": "xhr-cache",
4295
4995
  "description": "Cache api resources and serve it as static resource",
4296
4996
  "repo": "gaetansenn/xhr-cache",
4297
- "npm": "",
4997
+ "npm": "@dewib/xhr-cache",
4298
4998
  "icon": "",
4299
4999
  "github": "https://github.com/gaetansenn/xhr-cache",
4300
5000
  "website": "https://xhr-cache.dewib.com",
@@ -4312,11 +5012,36 @@
4312
5012
  "requires": {}
4313
5013
  }
4314
5014
  },
5015
+ {
5016
+ "name": "xstate",
5017
+ "description": "XState integration for Nuxt",
5018
+ "repo": "Lexpeartha/nuxt-xstate",
5019
+ "npm": "nuxt-xstate",
5020
+ "icon": "xstate.svg",
5021
+ "github": "https://github.com/Lexpeartha/nuxt-xstate",
5022
+ "website": "https://nuxt-xstate.lexpeartha.com",
5023
+ "learn_more": "https://xstate.js.org/",
5024
+ "category": "Extensions",
5025
+ "type": "3rd-party",
5026
+ "maintainers": [
5027
+ {
5028
+ "name": "Lexpeartha",
5029
+ "github": "Lexpeartha",
5030
+ "twitter": "lexpeartha"
5031
+ }
5032
+ ],
5033
+ "compatibility": {
5034
+ "nuxt": "^2.0.0 || ^3.0.0",
5035
+ "requires": {
5036
+ "bridge": true
5037
+ }
5038
+ }
5039
+ },
4315
5040
  {
4316
5041
  "name": "xui",
4317
5042
  "description": "Light module to help design websites with Nuxt.",
4318
5043
  "repo": "MetaCorp/xui-module",
4319
- "npm": "",
5044
+ "npm": "xui-module",
4320
5045
  "icon": "",
4321
5046
  "github": "https://github.com/MetaCorp/xui-module",
4322
5047
  "website": "https://github.com/MetaCorp/xui-module",
@@ -4338,7 +5063,7 @@
4338
5063
  "name": "yandex-metrika",
4339
5064
  "description": "Yandex metrika Module for Nuxt.js",
4340
5065
  "repo": "nuxt-community/yandex-metrika-module",
4341
- "npm": "",
5066
+ "npm": "@nuxtjs/yandex-metrika",
4342
5067
  "icon": "",
4343
5068
  "github": "https://github.com/nuxt-community/yandex-metrika-module",
4344
5069
  "website": "https://github.com/nuxt-community/yandex-metrika-module",
@@ -4361,7 +5086,7 @@
4361
5086
  "name": "zendesk",
4362
5087
  "description": "Nuxt.js module for Zendesk",
4363
5088
  "repo": "DansMaCulotte/nuxt-zendesk",
4364
- "npm": "",
5089
+ "npm": "@dansmaculotte/nuxt-zendesk",
4365
5090
  "icon": "zendesk.png",
4366
5091
  "github": "https://github.com/DansMaCulotte/nuxt-zendesk",
4367
5092
  "website": "https://github.com/DansMaCulotte/nuxt-zendesk",