@nuxt/modules 0.6.0-2d4bb8 → 0.6.0-2e1ad4
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.
- package/modules.json +2260 -557
- package/package.json +13 -10
package/modules.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"name": "ackee",
|
|
4
|
-
"description": "Nuxt
|
|
4
|
+
"description": "Nuxt module for Ackee analytics",
|
|
5
5
|
"repo": "bdrtsky/nuxt-ackee",
|
|
6
6
|
"npm": "nuxt-ackee",
|
|
7
7
|
"icon": "ackee.png",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
"name": "agility-cms",
|
|
31
|
-
"description": "Agility CMS Integration for Nuxt
|
|
31
|
+
"description": "Agility CMS Integration for Nuxt",
|
|
32
32
|
"repo": "agility/agilitycms-nuxt-module",
|
|
33
33
|
"npm": "@agility/agilitycms-nuxt-module",
|
|
34
34
|
"icon": "agility.png",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
"name": "algolia",
|
|
54
|
-
"description": "Algolia Search Module for Nuxt
|
|
54
|
+
"description": "Algolia Search Module for Nuxt",
|
|
55
55
|
"repo": "nuxt-modules/algolia",
|
|
56
56
|
"npm": "@nuxtjs/algolia",
|
|
57
57
|
"icon": "algolia.svg",
|
|
@@ -146,9 +146,55 @@
|
|
|
146
146
|
"requires": {}
|
|
147
147
|
}
|
|
148
148
|
},
|
|
149
|
+
{
|
|
150
|
+
"name": "ant-design-vue",
|
|
151
|
+
"description": "A Vue 3 based component library for designers and developers",
|
|
152
|
+
"repo": "vueComponent/ant-design-vue-nuxt",
|
|
153
|
+
"npm": "@ant-design-vue/nuxt",
|
|
154
|
+
"icon": "ant-design-vue.svg",
|
|
155
|
+
"github": "https://github.com/vueComponent/ant-design-vue-nuxt",
|
|
156
|
+
"website": "https://antdv.com",
|
|
157
|
+
"learn_more": "https://github.com/vueComponent/ant-design-vue-nuxt",
|
|
158
|
+
"category": "UI",
|
|
159
|
+
"type": "3rd-party",
|
|
160
|
+
"maintainers": [
|
|
161
|
+
{
|
|
162
|
+
"name": "tangjinzhou",
|
|
163
|
+
"github": "tangjinzhou"
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
"compatibility": {
|
|
167
|
+
"nuxt": "^3.0.0",
|
|
168
|
+
"requires": {
|
|
169
|
+
"bridge": "optional"
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"name": "aos",
|
|
175
|
+
"description": "A Nuxt module that adds Animate On Scroll",
|
|
176
|
+
"repo": "egidiusmengelberg/nuxt-aos",
|
|
177
|
+
"npm": "nuxt-aos",
|
|
178
|
+
"icon": "aos.png",
|
|
179
|
+
"github": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
180
|
+
"website": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
181
|
+
"learn_more": "",
|
|
182
|
+
"category": "Devtools",
|
|
183
|
+
"type": "3rd-party",
|
|
184
|
+
"maintainers": [
|
|
185
|
+
{
|
|
186
|
+
"name": "egidiusmengelberg",
|
|
187
|
+
"github": "egidiusmengelberg"
|
|
188
|
+
}
|
|
189
|
+
],
|
|
190
|
+
"compatibility": {
|
|
191
|
+
"nuxt": "^3.0.0",
|
|
192
|
+
"requires": {}
|
|
193
|
+
}
|
|
194
|
+
},
|
|
149
195
|
{
|
|
150
196
|
"name": "api-party",
|
|
151
|
-
"description": "Nuxt
|
|
197
|
+
"description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
|
|
152
198
|
"repo": "johannschopplich/nuxt-api-party",
|
|
153
199
|
"npm": "nuxt-api-party",
|
|
154
200
|
"icon": "api-party.svg",
|
|
@@ -196,7 +242,7 @@
|
|
|
196
242
|
},
|
|
197
243
|
{
|
|
198
244
|
"name": "apollo",
|
|
199
|
-
"description": "Integrate GraphQL in your Nuxt
|
|
245
|
+
"description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
|
|
200
246
|
"repo": "nuxt-modules/apollo",
|
|
201
247
|
"npm": "@nuxtjs/apollo",
|
|
202
248
|
"icon": "apollo.png",
|
|
@@ -220,7 +266,7 @@
|
|
|
220
266
|
},
|
|
221
267
|
{
|
|
222
268
|
"name": "applicationinsights",
|
|
223
|
-
"description": "AppInsights module for Nuxt
|
|
269
|
+
"description": "AppInsights module for Nuxt",
|
|
224
270
|
"repo": "nuxt-community/applicationinsights-module",
|
|
225
271
|
"npm": "@nuxtjs/applicationinsights",
|
|
226
272
|
"icon": "application-insights.png",
|
|
@@ -262,9 +308,76 @@
|
|
|
262
308
|
"requires": {}
|
|
263
309
|
}
|
|
264
310
|
},
|
|
311
|
+
{
|
|
312
|
+
"name": "arco-design-nuxt-module",
|
|
313
|
+
"description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
|
|
314
|
+
"repo": "wiidede/arco-design-nuxt-module",
|
|
315
|
+
"npm": "arco-design-nuxt-module",
|
|
316
|
+
"icon": "arco-design.svg",
|
|
317
|
+
"github": "https://github.com/wiidede/arco-design-nuxt-module",
|
|
318
|
+
"website": "https://arco.design/vue",
|
|
319
|
+
"learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
|
|
320
|
+
"category": "UI",
|
|
321
|
+
"type": "3rd-party",
|
|
322
|
+
"maintainers": [
|
|
323
|
+
{
|
|
324
|
+
"name": "wiidede",
|
|
325
|
+
"github": "wiidede"
|
|
326
|
+
}
|
|
327
|
+
],
|
|
328
|
+
"compatibility": {
|
|
329
|
+
"nuxt": "^3.0.0",
|
|
330
|
+
"requires": {}
|
|
331
|
+
}
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"name": "ark-ui",
|
|
335
|
+
"description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
|
|
336
|
+
"repo": "iamdin/nuxt-ark-ui",
|
|
337
|
+
"npm": "nuxt-ark-ui",
|
|
338
|
+
"icon": "ark-ui.svg",
|
|
339
|
+
"github": "https://github.com/iamdin/nuxt-ark-ui",
|
|
340
|
+
"website": "https://ark-ui.com/",
|
|
341
|
+
"learn_more": "https://github.com/iamdin/nuxt-ark-ui",
|
|
342
|
+
"category": "UI",
|
|
343
|
+
"type": "3rd-party",
|
|
344
|
+
"maintainers": [
|
|
345
|
+
{
|
|
346
|
+
"name": "Din",
|
|
347
|
+
"github": "iamdin",
|
|
348
|
+
"twitter": "iamdinq"
|
|
349
|
+
}
|
|
350
|
+
],
|
|
351
|
+
"compatibility": {
|
|
352
|
+
"nuxt": "^3.0.0",
|
|
353
|
+
"requires": {}
|
|
354
|
+
}
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"name": "auth-utils",
|
|
358
|
+
"description": "Minimalist Auth module for Nuxt with SSR.",
|
|
359
|
+
"repo": "atinux/nuxt-auth-utils",
|
|
360
|
+
"npm": "nuxt-auth-utils",
|
|
361
|
+
"icon": "",
|
|
362
|
+
"github": "https://github.com/atinux/nuxt-auth-utils",
|
|
363
|
+
"website": "https://github.com/atinux/nuxt-auth-utils",
|
|
364
|
+
"learn_more": "",
|
|
365
|
+
"category": "Security",
|
|
366
|
+
"type": "3rd-party",
|
|
367
|
+
"maintainers": [
|
|
368
|
+
{
|
|
369
|
+
"name": "atinux",
|
|
370
|
+
"github": "atinux"
|
|
371
|
+
}
|
|
372
|
+
],
|
|
373
|
+
"compatibility": {
|
|
374
|
+
"nuxt": "^3.0.0",
|
|
375
|
+
"requires": {}
|
|
376
|
+
}
|
|
377
|
+
},
|
|
265
378
|
{
|
|
266
379
|
"name": "auth",
|
|
267
|
-
"description": "Zero-boilerplate authentication support for Nuxt.
|
|
380
|
+
"description": "Zero-boilerplate authentication support for Nuxt.",
|
|
268
381
|
"repo": "nuxt-community/auth-module",
|
|
269
382
|
"npm": "@nuxtjs/auth",
|
|
270
383
|
"icon": "auth.png",
|
|
@@ -289,9 +402,55 @@
|
|
|
289
402
|
"requires": {}
|
|
290
403
|
}
|
|
291
404
|
},
|
|
405
|
+
{
|
|
406
|
+
"name": "authjs",
|
|
407
|
+
"description": "Auth.js authentication Nuxt module. Edge compatible.",
|
|
408
|
+
"repo": "Hebilicious/authjs-nuxt#main",
|
|
409
|
+
"npm": "@hebilicious/authjs-nuxt",
|
|
410
|
+
"icon": "authjs.png",
|
|
411
|
+
"github": "https://github.com/Hebilicious/authjs-nuxt",
|
|
412
|
+
"website": "https://authjs-nuxt.pages.dev/",
|
|
413
|
+
"learn_more": "https://authjs.dev/",
|
|
414
|
+
"category": "Security",
|
|
415
|
+
"type": "3rd-party",
|
|
416
|
+
"maintainers": [
|
|
417
|
+
{
|
|
418
|
+
"name": "Hebilicious",
|
|
419
|
+
"github": "Hebilicious",
|
|
420
|
+
"twitter": "its_hebilicious"
|
|
421
|
+
}
|
|
422
|
+
],
|
|
423
|
+
"compatibility": {
|
|
424
|
+
"nuxt": "^3.0.0",
|
|
425
|
+
"requires": {}
|
|
426
|
+
}
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"name": "auto-animate",
|
|
430
|
+
"description": "Automatic animations for your Nuxt app with a single line of code.",
|
|
431
|
+
"repo": "formkit/auto-animate",
|
|
432
|
+
"npm": "@formkit/auto-animate",
|
|
433
|
+
"icon": "auto-animate.svg",
|
|
434
|
+
"github": "https://github.com/formkit/auto-animate",
|
|
435
|
+
"website": "https://auto-animate.formkit.com",
|
|
436
|
+
"learn_more": "https://auto-animate.formkit.com",
|
|
437
|
+
"category": "Libraries",
|
|
438
|
+
"type": "3rd-party",
|
|
439
|
+
"maintainers": [
|
|
440
|
+
{
|
|
441
|
+
"name": "Justin Schroeder",
|
|
442
|
+
"github": "justin-schroeder",
|
|
443
|
+
"twitter": "jpschroeder"
|
|
444
|
+
}
|
|
445
|
+
],
|
|
446
|
+
"compatibility": {
|
|
447
|
+
"nuxt": "^3.0.0",
|
|
448
|
+
"requires": {}
|
|
449
|
+
}
|
|
450
|
+
},
|
|
292
451
|
{
|
|
293
452
|
"name": "axios",
|
|
294
|
-
"description": "Secure and easy Axios module with Nuxt
|
|
453
|
+
"description": "Secure and easy Axios module with Nuxt",
|
|
295
454
|
"repo": "nuxt-community/axios-module",
|
|
296
455
|
"npm": "@nuxtjs/axios",
|
|
297
456
|
"icon": "axios.svg",
|
|
@@ -314,7 +473,7 @@
|
|
|
314
473
|
},
|
|
315
474
|
{
|
|
316
475
|
"name": "basic-auth",
|
|
317
|
-
"description": "Provide basic authentication to your Nuxt
|
|
476
|
+
"description": "Provide basic authentication to your Nuxt application",
|
|
318
477
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
319
478
|
"npm": "nuxt-basic-auth-module",
|
|
320
479
|
"icon": "",
|
|
@@ -438,7 +597,7 @@
|
|
|
438
597
|
},
|
|
439
598
|
{
|
|
440
599
|
"name": "bulma-slim",
|
|
441
|
-
"description": "Nuxt
|
|
600
|
+
"description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
|
|
442
601
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
443
602
|
"npm": "nuxt-bulma-slim",
|
|
444
603
|
"icon": "bulma.png",
|
|
@@ -505,7 +664,7 @@
|
|
|
505
664
|
},
|
|
506
665
|
{
|
|
507
666
|
"name": "canvas-sketch",
|
|
508
|
-
"description": "Nuxt
|
|
667
|
+
"description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
509
668
|
"repo": "LuXDAmore/generative-art",
|
|
510
669
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
511
670
|
"icon": "",
|
|
@@ -526,9 +685,31 @@
|
|
|
526
685
|
"requires": {}
|
|
527
686
|
}
|
|
528
687
|
},
|
|
688
|
+
{
|
|
689
|
+
"name": "capo",
|
|
690
|
+
"description": "Capo.js implementation for Nuxt",
|
|
691
|
+
"repo": "danielroe/nuxt-capo",
|
|
692
|
+
"npm": "nuxt-capo",
|
|
693
|
+
"icon": "",
|
|
694
|
+
"github": "https://github.com/danielroe/nuxt-capo",
|
|
695
|
+
"website": "https://github.com/danielroe/nuxt-capo",
|
|
696
|
+
"learn_more": "",
|
|
697
|
+
"category": "Performance",
|
|
698
|
+
"type": "3rd-party",
|
|
699
|
+
"maintainers": [
|
|
700
|
+
{
|
|
701
|
+
"name": "danielroe",
|
|
702
|
+
"github": "danielroe"
|
|
703
|
+
}
|
|
704
|
+
],
|
|
705
|
+
"compatibility": {
|
|
706
|
+
"nuxt": "^3.0.0",
|
|
707
|
+
"requires": {}
|
|
708
|
+
}
|
|
709
|
+
},
|
|
529
710
|
{
|
|
530
711
|
"name": "chakra-ui",
|
|
531
|
-
"description": "Chakra UI Module for Nuxt
|
|
712
|
+
"description": "Chakra UI Module for Nuxt",
|
|
532
713
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
533
714
|
"npm": "@chakra-ui/nuxt",
|
|
534
715
|
"icon": "chakra-ui.png",
|
|
@@ -575,10 +756,10 @@
|
|
|
575
756
|
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
576
757
|
"repo": "chiffre-io/nuxt-chiffre",
|
|
577
758
|
"npm": "nuxt-chiffre",
|
|
578
|
-
"icon": "
|
|
759
|
+
"icon": "chiffre.png",
|
|
579
760
|
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
580
761
|
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
581
|
-
"learn_more": "https://chiffre.io",
|
|
762
|
+
"learn_more": "https://chiffre.io/",
|
|
582
763
|
"category": "Analytics",
|
|
583
764
|
"type": "3rd-party",
|
|
584
765
|
"maintainers": [
|
|
@@ -592,6 +773,29 @@
|
|
|
592
773
|
"requires": {}
|
|
593
774
|
}
|
|
594
775
|
},
|
|
776
|
+
{
|
|
777
|
+
"name": "clarity-analytics",
|
|
778
|
+
"description": "Clarity Analytics Module for Nuxt",
|
|
779
|
+
"repo": "Barbapapazes/nuxt-clarity-analytics",
|
|
780
|
+
"npm": "nuxt-clarity-analytics",
|
|
781
|
+
"icon": "",
|
|
782
|
+
"github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
|
|
783
|
+
"website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
|
|
784
|
+
"learn_more": "https://clarity.microsoft.com/",
|
|
785
|
+
"category": "Analytics",
|
|
786
|
+
"type": "3rd-party",
|
|
787
|
+
"maintainers": [
|
|
788
|
+
{
|
|
789
|
+
"name": "Barbapapazes",
|
|
790
|
+
"github": "Barbapapazes",
|
|
791
|
+
"twitter": "soubiran_"
|
|
792
|
+
}
|
|
793
|
+
],
|
|
794
|
+
"compatibility": {
|
|
795
|
+
"nuxt": "^3.0.0",
|
|
796
|
+
"requires": {}
|
|
797
|
+
}
|
|
798
|
+
},
|
|
595
799
|
{
|
|
596
800
|
"name": "client-init",
|
|
597
801
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
@@ -616,7 +820,7 @@
|
|
|
616
820
|
},
|
|
617
821
|
{
|
|
618
822
|
"name": "cloudcms",
|
|
619
|
-
"description": "CloudCMS Nuxt
|
|
823
|
+
"description": "CloudCMS Nuxt Module",
|
|
620
824
|
"repo": "gitana/cloudcms-nuxt",
|
|
621
825
|
"npm": "cloudcms-nuxt",
|
|
622
826
|
"icon": "",
|
|
@@ -665,11 +869,11 @@
|
|
|
665
869
|
},
|
|
666
870
|
{
|
|
667
871
|
"name": "cloudinary",
|
|
668
|
-
"description": "Optimize images and videos in your Nuxt
|
|
669
|
-
"repo": "nuxt-
|
|
872
|
+
"description": "Optimize images and videos in your Nuxt application",
|
|
873
|
+
"repo": "nuxt-modules/cloudinary",
|
|
670
874
|
"npm": "@nuxtjs/cloudinary",
|
|
671
875
|
"icon": "cloudinary.png",
|
|
672
|
-
"github": "https://github.com/nuxt-
|
|
876
|
+
"github": "https://github.com/nuxt-modules/cloudinary",
|
|
673
877
|
"website": "https://cloudinary.nuxtjs.org",
|
|
674
878
|
"learn_more": "https://cloudinary.com",
|
|
675
879
|
"category": "Images",
|
|
@@ -688,11 +892,11 @@
|
|
|
688
892
|
},
|
|
689
893
|
{
|
|
690
894
|
"name": "color-mode",
|
|
691
|
-
"description": "Dark and Light mode for
|
|
692
|
-
"repo": "nuxt-
|
|
895
|
+
"description": "Dark and Light mode for Nuxt with auto detection",
|
|
896
|
+
"repo": "nuxt-modules/color-mode",
|
|
693
897
|
"npm": "@nuxtjs/color-mode",
|
|
694
898
|
"icon": "color-mode.png",
|
|
695
|
-
"github": "https://github.com/nuxt-
|
|
899
|
+
"github": "https://github.com/nuxt-modules/color-mode",
|
|
696
900
|
"website": "https://color-mode.nuxtjs.org",
|
|
697
901
|
"learn_more": "",
|
|
698
902
|
"category": "UI",
|
|
@@ -785,7 +989,7 @@
|
|
|
785
989
|
"description": "Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.",
|
|
786
990
|
"repo": "nuxt/content#main",
|
|
787
991
|
"npm": "@nuxt/content",
|
|
788
|
-
"icon": "nuxt.
|
|
992
|
+
"icon": "nuxt.svg",
|
|
789
993
|
"github": "https://github.com/nuxt/content",
|
|
790
994
|
"website": "https://content.nuxtjs.org",
|
|
791
995
|
"learn_more": "",
|
|
@@ -909,7 +1113,7 @@
|
|
|
909
1113
|
},
|
|
910
1114
|
{
|
|
911
1115
|
"name": "darkmode.js",
|
|
912
|
-
"description": "Add darkmode / nightmode to your Nuxt
|
|
1116
|
+
"description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
|
|
913
1117
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
914
1118
|
"npm": "nuxtjs-darkmode-js-module",
|
|
915
1119
|
"icon": "darkmode.png",
|
|
@@ -931,7 +1135,7 @@
|
|
|
931
1135
|
},
|
|
932
1136
|
{
|
|
933
1137
|
"name": "date-fns",
|
|
934
|
-
"description": "Modern JavaScript date utility library - date-fns for Nuxt
|
|
1138
|
+
"description": "Modern JavaScript date utility library - date-fns for Nuxt",
|
|
935
1139
|
"repo": "nuxt-community/date-fns-module",
|
|
936
1140
|
"npm": "@nuxtjs/date-fns",
|
|
937
1141
|
"icon": "date-fns.png",
|
|
@@ -953,7 +1157,7 @@
|
|
|
953
1157
|
},
|
|
954
1158
|
{
|
|
955
1159
|
"name": "datocms-nuxt2",
|
|
956
|
-
"description": "DatoCMS integration for Nuxt
|
|
1160
|
+
"description": "DatoCMS integration for Nuxt v2",
|
|
957
1161
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
958
1162
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
959
1163
|
"icon": "datocms.svg",
|
|
@@ -999,31 +1203,31 @@
|
|
|
999
1203
|
},
|
|
1000
1204
|
{
|
|
1001
1205
|
"name": "dayjs",
|
|
1002
|
-
"description": "
|
|
1003
|
-
"repo": "
|
|
1004
|
-
"npm": "
|
|
1206
|
+
"description": "Day.js module for Nuxt",
|
|
1207
|
+
"repo": "fumeapp/dayjs",
|
|
1208
|
+
"npm": "dayjs-nuxt",
|
|
1005
1209
|
"icon": "day-js.png",
|
|
1006
|
-
"github": "https://github.com/
|
|
1007
|
-
"website": "https://github.com/
|
|
1210
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1211
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
1008
1212
|
"learn_more": "https://day.js.org/",
|
|
1009
|
-
"category": "
|
|
1010
|
-
"type": "
|
|
1213
|
+
"category": "Libraries",
|
|
1214
|
+
"type": "3rd-party",
|
|
1011
1215
|
"maintainers": [
|
|
1012
1216
|
{
|
|
1013
|
-
"name": "
|
|
1014
|
-
"github": "
|
|
1015
|
-
"twitter": "
|
|
1217
|
+
"name": "Kevin Olson",
|
|
1218
|
+
"github": "acidjazz",
|
|
1219
|
+
"twitter": "AppFume"
|
|
1016
1220
|
}
|
|
1017
1221
|
],
|
|
1018
1222
|
"compatibility": {
|
|
1019
|
-
"nuxt": "^
|
|
1223
|
+
"nuxt": "^3.0.0",
|
|
1020
1224
|
"requires": {}
|
|
1021
1225
|
}
|
|
1022
1226
|
},
|
|
1023
1227
|
{
|
|
1024
1228
|
"name": "delay-hydration",
|
|
1025
|
-
"description": "Improve your Nuxt
|
|
1026
|
-
"repo": "harlan-zw/nuxt-delay-hydration
|
|
1229
|
+
"description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
|
|
1230
|
+
"repo": "harlan-zw/nuxt-delay-hydration",
|
|
1027
1231
|
"npm": "nuxt-delay-hydration",
|
|
1028
1232
|
"icon": "lighthouse.svg",
|
|
1029
1233
|
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
@@ -1045,12 +1249,12 @@
|
|
|
1045
1249
|
},
|
|
1046
1250
|
{
|
|
1047
1251
|
"name": "device",
|
|
1048
|
-
"description": "Device detection module for Nuxt
|
|
1049
|
-
"repo": "nuxt-
|
|
1252
|
+
"description": "Device detection module for Nuxt",
|
|
1253
|
+
"repo": "nuxt-modules/device",
|
|
1050
1254
|
"npm": "@nuxtjs/device",
|
|
1051
1255
|
"icon": "",
|
|
1052
|
-
"github": "https://github.com/nuxt-
|
|
1053
|
-
"website": "https://github.com/nuxt-
|
|
1256
|
+
"github": "https://github.com/nuxt-modules/device",
|
|
1257
|
+
"website": "https://github.com/nuxt-modules/device",
|
|
1054
1258
|
"learn_more": "",
|
|
1055
1259
|
"category": "Extensions",
|
|
1056
1260
|
"type": "community",
|
|
@@ -1068,9 +1272,9 @@
|
|
|
1068
1272
|
{
|
|
1069
1273
|
"name": "devtools",
|
|
1070
1274
|
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1071
|
-
"repo": "nuxt/devtools#main",
|
|
1275
|
+
"repo": "nuxt/devtools#main/packages/devtools",
|
|
1072
1276
|
"npm": "@nuxt/devtools",
|
|
1073
|
-
"icon": "nuxt.
|
|
1277
|
+
"icon": "nuxt.svg",
|
|
1074
1278
|
"github": "https://github.com/nuxt/devtools",
|
|
1075
1279
|
"website": "https://devtools.nuxtjs.org/",
|
|
1076
1280
|
"learn_more": "",
|
|
@@ -1090,13 +1294,13 @@
|
|
|
1090
1294
|
},
|
|
1091
1295
|
{
|
|
1092
1296
|
"name": "directus",
|
|
1093
|
-
"description": "Easily connect your
|
|
1297
|
+
"description": "Easily connect your Nuxt application to your directus server.",
|
|
1094
1298
|
"repo": "intevel/nuxt-directus",
|
|
1095
1299
|
"npm": "nuxt-directus",
|
|
1096
1300
|
"icon": "directus.svg",
|
|
1097
|
-
"github": "https://github.com/
|
|
1098
|
-
"website": "https://nuxt-directus.
|
|
1099
|
-
"learn_more": "https://nuxt-directus.
|
|
1301
|
+
"github": "https://github.com/intevel/nuxt-directus/",
|
|
1302
|
+
"website": "https://nuxt-directus.site/",
|
|
1303
|
+
"learn_more": "https://nuxt-directus.site/",
|
|
1100
1304
|
"category": "CMS",
|
|
1101
1305
|
"type": "3rd-party",
|
|
1102
1306
|
"maintainers": [
|
|
@@ -1107,15 +1311,58 @@
|
|
|
1107
1311
|
}
|
|
1108
1312
|
],
|
|
1109
1313
|
"compatibility": {
|
|
1110
|
-
"nuxt": "^
|
|
1111
|
-
"requires": {
|
|
1112
|
-
|
|
1314
|
+
"nuxt": "^3.0.0",
|
|
1315
|
+
"requires": {},
|
|
1316
|
+
"devtools": "^0.0.0"
|
|
1317
|
+
}
|
|
1318
|
+
},
|
|
1319
|
+
{
|
|
1320
|
+
"name": "disqus",
|
|
1321
|
+
"description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
|
|
1322
|
+
"repo": "modbender/nuxt-disqus",
|
|
1323
|
+
"npm": "nuxt-disqus",
|
|
1324
|
+
"icon": "disqus.svg",
|
|
1325
|
+
"github": "https://github.com/modbender/nuxt-disqus",
|
|
1326
|
+
"website": "https://github.com/modbender/nuxt-disqus",
|
|
1327
|
+
"learn_more": "https://github.com/modbender/vue3-disqus",
|
|
1328
|
+
"category": "Libraries",
|
|
1329
|
+
"type": "3rd-party",
|
|
1330
|
+
"maintainers": [
|
|
1331
|
+
{
|
|
1332
|
+
"name": "modbender",
|
|
1333
|
+
"github": "modbender"
|
|
1334
|
+
}
|
|
1335
|
+
],
|
|
1336
|
+
"compatibility": {
|
|
1337
|
+
"nuxt": "^3.0.0",
|
|
1338
|
+
"requires": {}
|
|
1339
|
+
}
|
|
1340
|
+
},
|
|
1341
|
+
{
|
|
1342
|
+
"name": "doppler",
|
|
1343
|
+
"description": "Integrate your Doppler secrets into your Nuxt build",
|
|
1344
|
+
"repo": "JamieCurnow/nuxt-doppler",
|
|
1345
|
+
"npm": "nuxt-doppler",
|
|
1346
|
+
"icon": "doppler.png",
|
|
1347
|
+
"github": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1348
|
+
"website": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1349
|
+
"learn_more": "",
|
|
1350
|
+
"category": "Devtools",
|
|
1351
|
+
"type": "3rd-party",
|
|
1352
|
+
"maintainers": [
|
|
1353
|
+
{
|
|
1354
|
+
"name": "JamieCurnow",
|
|
1355
|
+
"github": "JamieCurnow"
|
|
1113
1356
|
}
|
|
1357
|
+
],
|
|
1358
|
+
"compatibility": {
|
|
1359
|
+
"nuxt": "^3.0.0",
|
|
1360
|
+
"requires": {}
|
|
1114
1361
|
}
|
|
1115
1362
|
},
|
|
1116
1363
|
{
|
|
1117
1364
|
"name": "dotenv",
|
|
1118
|
-
"description": "A Nuxt
|
|
1365
|
+
"description": "A Nuxt module that loads your .env file into your context options",
|
|
1119
1366
|
"repo": "nuxt-community/dotenv-module",
|
|
1120
1367
|
"npm": "@nuxtjs/dotenv",
|
|
1121
1368
|
"icon": "dotenv.png",
|
|
@@ -1137,13 +1384,13 @@
|
|
|
1137
1384
|
},
|
|
1138
1385
|
{
|
|
1139
1386
|
"name": "drupal-ce",
|
|
1140
|
-
"description": "Connects Nuxt
|
|
1387
|
+
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
1141
1388
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
1142
1389
|
"npm": "nuxtjs-drupal-ce",
|
|
1143
1390
|
"icon": "drupal-ce.png",
|
|
1144
1391
|
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
1145
|
-
"website": "https://
|
|
1146
|
-
"learn_more": "https://
|
|
1392
|
+
"website": "https://lupus-decoupled.org",
|
|
1393
|
+
"learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
|
|
1147
1394
|
"category": "CMS",
|
|
1148
1395
|
"type": "3rd-party",
|
|
1149
1396
|
"maintainers": [
|
|
@@ -1158,19 +1405,19 @@
|
|
|
1158
1405
|
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
1159
1406
|
},
|
|
1160
1407
|
{
|
|
1161
|
-
"name": "
|
|
1162
|
-
"github": "
|
|
1163
|
-
"avatar": "https://avatars.githubusercontent.com/u/
|
|
1408
|
+
"name": "Matic",
|
|
1409
|
+
"github": "TurtlBbx",
|
|
1410
|
+
"avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
|
|
1164
1411
|
}
|
|
1165
1412
|
],
|
|
1166
1413
|
"compatibility": {
|
|
1167
|
-
"nuxt": "^2.0.0",
|
|
1414
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1168
1415
|
"requires": {}
|
|
1169
1416
|
}
|
|
1170
1417
|
},
|
|
1171
1418
|
{
|
|
1172
1419
|
"name": "druxt",
|
|
1173
|
-
"description": "A bridge between frameworks, Drupal in the back, Nuxt
|
|
1420
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
|
|
1174
1421
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1175
1422
|
"npm": "druxt",
|
|
1176
1423
|
"icon": "druxt.svg",
|
|
@@ -1190,6 +1437,29 @@
|
|
|
1190
1437
|
"requires": {}
|
|
1191
1438
|
}
|
|
1192
1439
|
},
|
|
1440
|
+
{
|
|
1441
|
+
"name": "edgedb",
|
|
1442
|
+
"description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
|
|
1443
|
+
"repo": "Tahul/nuxt-edgedb",
|
|
1444
|
+
"npm": "nuxt-edgedb-module",
|
|
1445
|
+
"icon": "edgedb.svg",
|
|
1446
|
+
"github": "https://github.com/Tahul/nuxt-edgedb",
|
|
1447
|
+
"website": "https://github.com/Tahul/nuxt-edgedb",
|
|
1448
|
+
"learn_more": "https://github.com/Tahul/nuxt-edgedb",
|
|
1449
|
+
"category": "Database",
|
|
1450
|
+
"type": "3rd-party",
|
|
1451
|
+
"maintainers": [
|
|
1452
|
+
{
|
|
1453
|
+
"name": "Yaël Guilloux",
|
|
1454
|
+
"github": "Tahul",
|
|
1455
|
+
"twitter": "yaeeelglx"
|
|
1456
|
+
}
|
|
1457
|
+
],
|
|
1458
|
+
"compatibility": {
|
|
1459
|
+
"nuxt": "^3.8.0",
|
|
1460
|
+
"requires": {}
|
|
1461
|
+
}
|
|
1462
|
+
},
|
|
1193
1463
|
{
|
|
1194
1464
|
"name": "electron",
|
|
1195
1465
|
"description": "Integrate Nuxt and Electron.",
|
|
@@ -1238,7 +1508,7 @@
|
|
|
1238
1508
|
},
|
|
1239
1509
|
{
|
|
1240
1510
|
"name": "emotion",
|
|
1241
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1511
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1242
1512
|
"repo": "nuxt-modules/emotion",
|
|
1243
1513
|
"npm": "@nuxtjs/emotion",
|
|
1244
1514
|
"icon": "emotion.png",
|
|
@@ -1266,7 +1536,7 @@
|
|
|
1266
1536
|
},
|
|
1267
1537
|
{
|
|
1268
1538
|
"name": "eslint",
|
|
1269
|
-
"description": "ESLint module for Nuxt
|
|
1539
|
+
"description": "ESLint module for Nuxt",
|
|
1270
1540
|
"repo": "nuxt-community/eslint-module",
|
|
1271
1541
|
"npm": "@nuxtjs/eslint-module",
|
|
1272
1542
|
"icon": "eslint.png",
|
|
@@ -1288,7 +1558,7 @@
|
|
|
1288
1558
|
},
|
|
1289
1559
|
{
|
|
1290
1560
|
"name": "event-trace",
|
|
1291
|
-
"description": "Module for event trace in Nuxt
|
|
1561
|
+
"description": "Module for event trace in Nuxt",
|
|
1292
1562
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1293
1563
|
"npm": "nuxt-event-trace",
|
|
1294
1564
|
"icon": "",
|
|
@@ -1308,6 +1578,29 @@
|
|
|
1308
1578
|
"requires": {}
|
|
1309
1579
|
}
|
|
1310
1580
|
},
|
|
1581
|
+
{
|
|
1582
|
+
"name": "fathom-analytics",
|
|
1583
|
+
"description": "Fathom analytics integration for Nuxt",
|
|
1584
|
+
"repo": "valgeirb/nuxt-fathom",
|
|
1585
|
+
"npm": "nuxt-fathom",
|
|
1586
|
+
"icon": "fathom-analytics.svg",
|
|
1587
|
+
"github": "https://github.com/valgeirb/nuxt-fathom",
|
|
1588
|
+
"website": "https://github.com/valgeirb/nuxt-fathom#readme",
|
|
1589
|
+
"learn_more": "",
|
|
1590
|
+
"category": "Analytics",
|
|
1591
|
+
"type": "3rd-party",
|
|
1592
|
+
"maintainers": [
|
|
1593
|
+
{
|
|
1594
|
+
"name": "Valgeir Björnsson",
|
|
1595
|
+
"github": "valgeirb",
|
|
1596
|
+
"avatar": "https://avatars.githubusercontent.com/valgeirb"
|
|
1597
|
+
}
|
|
1598
|
+
],
|
|
1599
|
+
"compatibility": {
|
|
1600
|
+
"nuxt": "^3.0.0",
|
|
1601
|
+
"requires": {}
|
|
1602
|
+
}
|
|
1603
|
+
},
|
|
1311
1604
|
{
|
|
1312
1605
|
"name": "fathom",
|
|
1313
1606
|
"description": "Fathom analytics for Nuxt",
|
|
@@ -1332,7 +1625,7 @@
|
|
|
1332
1625
|
},
|
|
1333
1626
|
{
|
|
1334
1627
|
"name": "feature-toggle",
|
|
1335
|
-
"description": "Feature toggle module for Nuxt
|
|
1628
|
+
"description": "Feature toggle module for Nuxt",
|
|
1336
1629
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1337
1630
|
"npm": "nuxt-feature-toggle",
|
|
1338
1631
|
"icon": "",
|
|
@@ -1399,7 +1692,7 @@
|
|
|
1399
1692
|
},
|
|
1400
1693
|
{
|
|
1401
1694
|
"name": "floating-prompt-module",
|
|
1402
|
-
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt
|
|
1695
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
|
|
1403
1696
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1404
1697
|
"npm": "nuxt-floating-prompt-module",
|
|
1405
1698
|
"icon": "",
|
|
@@ -1508,6 +1801,29 @@
|
|
|
1508
1801
|
"requires": {}
|
|
1509
1802
|
}
|
|
1510
1803
|
},
|
|
1804
|
+
{
|
|
1805
|
+
"name": "form-actions",
|
|
1806
|
+
"description": "A set of features and composables to interact with forms and server data.",
|
|
1807
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
|
|
1808
|
+
"npm": "@hebilicious/form-actions-nuxt",
|
|
1809
|
+
"icon": "form-actions.svg",
|
|
1810
|
+
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1811
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1812
|
+
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1813
|
+
"category": "Request",
|
|
1814
|
+
"type": "3rd-party",
|
|
1815
|
+
"maintainers": [
|
|
1816
|
+
{
|
|
1817
|
+
"name": "Hebilicious",
|
|
1818
|
+
"github": "Hebilicious",
|
|
1819
|
+
"twitter": "its_hebilicious"
|
|
1820
|
+
}
|
|
1821
|
+
],
|
|
1822
|
+
"compatibility": {
|
|
1823
|
+
"nuxt": "^3.7.0",
|
|
1824
|
+
"requires": {}
|
|
1825
|
+
}
|
|
1826
|
+
},
|
|
1511
1827
|
{
|
|
1512
1828
|
"name": "formkit",
|
|
1513
1829
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1516,7 +1832,7 @@
|
|
|
1516
1832
|
"icon": "formkit.png",
|
|
1517
1833
|
"github": "https://github.com/formkit/formkit",
|
|
1518
1834
|
"website": "https://formkit.com",
|
|
1519
|
-
"learn_more": "https://formkit.com/
|
|
1835
|
+
"learn_more": "https://formkit.com/getting-started/installation",
|
|
1520
1836
|
"category": "Libraries",
|
|
1521
1837
|
"type": "3rd-party",
|
|
1522
1838
|
"maintainers": [
|
|
@@ -1582,7 +1898,7 @@
|
|
|
1582
1898
|
},
|
|
1583
1899
|
{
|
|
1584
1900
|
"name": "google-adsense",
|
|
1585
|
-
"description": "Google Adsense Module for Nuxt
|
|
1901
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1586
1902
|
"repo": "nuxt-community/google-adsense-module",
|
|
1587
1903
|
"npm": "@nuxtjs/google-adsense",
|
|
1588
1904
|
"icon": "google-adsense.png",
|
|
@@ -1608,7 +1924,7 @@
|
|
|
1608
1924
|
},
|
|
1609
1925
|
{
|
|
1610
1926
|
"name": "google-analytics",
|
|
1611
|
-
"description": "Google analytics Module for Nuxt
|
|
1927
|
+
"description": "Google analytics Module for Nuxt",
|
|
1612
1928
|
"repo": "nuxt-community/analytics-module",
|
|
1613
1929
|
"npm": "@nuxtjs/google-analytics",
|
|
1614
1930
|
"icon": "google-analytics.png",
|
|
@@ -1640,12 +1956,12 @@
|
|
|
1640
1956
|
},
|
|
1641
1957
|
{
|
|
1642
1958
|
"name": "google-fonts",
|
|
1643
|
-
"description": "Google Fonts module for
|
|
1644
|
-
"repo": "nuxt-
|
|
1959
|
+
"description": "Google Fonts module for Nuxt",
|
|
1960
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1645
1961
|
"npm": "@nuxtjs/google-fonts",
|
|
1646
1962
|
"icon": "google-fonts.png",
|
|
1647
|
-
"github": "https://github.com/nuxt-
|
|
1648
|
-
"website": "https://
|
|
1963
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1964
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1649
1965
|
"learn_more": "https://developers.google.com/fonts",
|
|
1650
1966
|
"category": "Fonts",
|
|
1651
1967
|
"type": "community",
|
|
@@ -1664,7 +1980,7 @@
|
|
|
1664
1980
|
},
|
|
1665
1981
|
{
|
|
1666
1982
|
"name": "google-gtag",
|
|
1667
|
-
"description": "Google GTag for Nuxt
|
|
1983
|
+
"description": "Google GTag for Nuxt",
|
|
1668
1984
|
"repo": "nuxt-community/google-gtag",
|
|
1669
1985
|
"npm": "@nuxtjs/google-gtag",
|
|
1670
1986
|
"icon": "gtm.png",
|
|
@@ -1690,7 +2006,7 @@
|
|
|
1690
2006
|
},
|
|
1691
2007
|
{
|
|
1692
2008
|
"name": "google-optimize",
|
|
1693
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
2009
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1694
2010
|
"repo": "nuxt-community/google-optimize-module",
|
|
1695
2011
|
"npm": "nuxt-google-optimize",
|
|
1696
2012
|
"icon": "google-optimize.png",
|
|
@@ -1729,7 +2045,7 @@
|
|
|
1729
2045
|
"icon": "graphql-client.svg",
|
|
1730
2046
|
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1731
2047
|
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1732
|
-
"learn_more": "https://
|
|
2048
|
+
"learn_more": "https://nuxt-graphql-client.web.app/",
|
|
1733
2049
|
"category": "Request",
|
|
1734
2050
|
"type": "3rd-party",
|
|
1735
2051
|
"maintainers": [
|
|
@@ -1745,7 +2061,7 @@
|
|
|
1745
2061
|
},
|
|
1746
2062
|
{
|
|
1747
2063
|
"name": "graphql-request",
|
|
1748
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
2064
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1749
2065
|
"repo": "gomah/nuxt-graphql-request",
|
|
1750
2066
|
"npm": "nuxt-graphql-request",
|
|
1751
2067
|
"icon": "graphql-request.png",
|
|
@@ -1761,7 +2077,7 @@
|
|
|
1761
2077
|
}
|
|
1762
2078
|
],
|
|
1763
2079
|
"compatibility": {
|
|
1764
|
-
"nuxt": "^2.0.0",
|
|
2080
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1765
2081
|
"requires": {}
|
|
1766
2082
|
}
|
|
1767
2083
|
},
|
|
@@ -1784,12 +2100,13 @@
|
|
|
1784
2100
|
],
|
|
1785
2101
|
"compatibility": {
|
|
1786
2102
|
"nuxt": "^3.0.0",
|
|
1787
|
-
"requires": {}
|
|
2103
|
+
"requires": {},
|
|
2104
|
+
"devtools": "^0.0.0"
|
|
1788
2105
|
}
|
|
1789
2106
|
},
|
|
1790
2107
|
{
|
|
1791
2108
|
"name": "gtag",
|
|
1792
|
-
"description": "Google Analytics integration for Nuxt
|
|
2109
|
+
"description": "Google Analytics integration for Nuxt",
|
|
1793
2110
|
"repo": "johannschopplich/nuxt-gtag",
|
|
1794
2111
|
"npm": "nuxt-gtag",
|
|
1795
2112
|
"icon": "gtag.svg",
|
|
@@ -1813,7 +2130,7 @@
|
|
|
1813
2130
|
},
|
|
1814
2131
|
{
|
|
1815
2132
|
"name": "gtm",
|
|
1816
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2133
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
1817
2134
|
"repo": "nuxt-community/gtm-module",
|
|
1818
2135
|
"npm": "@nuxtjs/gtm",
|
|
1819
2136
|
"icon": "gtm.png",
|
|
@@ -1836,7 +2153,7 @@
|
|
|
1836
2153
|
},
|
|
1837
2154
|
{
|
|
1838
2155
|
"name": "guess",
|
|
1839
|
-
"description": "Guess.js module for Nuxt
|
|
2156
|
+
"description": "Guess.js module for Nuxt",
|
|
1840
2157
|
"repo": "nuxt-community/guess-module",
|
|
1841
2158
|
"npm": "@nuxtjs/guess-module",
|
|
1842
2159
|
"icon": "guessjs.png",
|
|
@@ -1856,6 +2173,28 @@
|
|
|
1856
2173
|
"requires": {}
|
|
1857
2174
|
}
|
|
1858
2175
|
},
|
|
2176
|
+
{
|
|
2177
|
+
"name": "hanko",
|
|
2178
|
+
"description": "Hanko integration for Nuxt for passwordless authentication",
|
|
2179
|
+
"repo": "nuxt-modules/hanko",
|
|
2180
|
+
"npm": "@nuxtjs/hanko",
|
|
2181
|
+
"icon": "hanko.svg",
|
|
2182
|
+
"github": "https://github.com/nuxt-modules/hanko",
|
|
2183
|
+
"website": "https://github.com/nuxt-modules/hanko",
|
|
2184
|
+
"learn_more": "https://hanko.io/",
|
|
2185
|
+
"category": "Security",
|
|
2186
|
+
"type": "community",
|
|
2187
|
+
"maintainers": [
|
|
2188
|
+
{
|
|
2189
|
+
"name": "danielroe",
|
|
2190
|
+
"github": "danielroe"
|
|
2191
|
+
}
|
|
2192
|
+
],
|
|
2193
|
+
"compatibility": {
|
|
2194
|
+
"nuxt": "^3.0.0",
|
|
2195
|
+
"requires": {}
|
|
2196
|
+
}
|
|
2197
|
+
},
|
|
1859
2198
|
{
|
|
1860
2199
|
"name": "harlem",
|
|
1861
2200
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -1926,7 +2265,7 @@
|
|
|
1926
2265
|
},
|
|
1927
2266
|
{
|
|
1928
2267
|
"name": "helmet",
|
|
1929
|
-
"description": "Easy Helmet module with Nuxt
|
|
2268
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
1930
2269
|
"repo": "victor-perez/nuxt-helmet",
|
|
1931
2270
|
"npm": "nuxt-helmet",
|
|
1932
2271
|
"icon": "",
|
|
@@ -1970,7 +2309,7 @@
|
|
|
1970
2309
|
},
|
|
1971
2310
|
{
|
|
1972
2311
|
"name": "history-state",
|
|
1973
|
-
"description": "Nuxt
|
|
2312
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
1974
2313
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
1975
2314
|
"npm": "nuxt-history-state",
|
|
1976
2315
|
"icon": "",
|
|
@@ -2039,7 +2378,7 @@
|
|
|
2039
2378
|
},
|
|
2040
2379
|
{
|
|
2041
2380
|
"name": "http",
|
|
2042
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2381
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
2043
2382
|
"repo": "nuxt/http",
|
|
2044
2383
|
"npm": "@nuxt/http",
|
|
2045
2384
|
"icon": "http.png",
|
|
@@ -2067,7 +2406,7 @@
|
|
|
2067
2406
|
},
|
|
2068
2407
|
{
|
|
2069
2408
|
"name": "humans-txt",
|
|
2070
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2409
|
+
"description": "An initiative for knowing the people behind a website. It is a Nuxt buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
|
|
2071
2410
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2072
2411
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2073
2412
|
"icon": "",
|
|
@@ -2091,12 +2430,12 @@
|
|
|
2091
2430
|
{
|
|
2092
2431
|
"name": "i18n",
|
|
2093
2432
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2094
|
-
"repo": "nuxt-
|
|
2433
|
+
"repo": "nuxt-modules/i18n",
|
|
2095
2434
|
"npm": "@nuxtjs/i18n",
|
|
2096
2435
|
"icon": "i18n.png",
|
|
2097
|
-
"github": "https://github.com/nuxt-
|
|
2436
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2098
2437
|
"website": "https://i18n.nuxtjs.org",
|
|
2099
|
-
"learn_more": "https://
|
|
2438
|
+
"learn_more": "https://vue-i18n.intlify.dev/",
|
|
2100
2439
|
"category": "Extensions",
|
|
2101
2440
|
"type": "community",
|
|
2102
2441
|
"maintainers": [
|
|
@@ -2107,6 +2446,10 @@
|
|
|
2107
2446
|
{
|
|
2108
2447
|
"name": "Kazuya Kawaguchi",
|
|
2109
2448
|
"github": "kazupon"
|
|
2449
|
+
},
|
|
2450
|
+
{
|
|
2451
|
+
"name": "Bobbie Goede",
|
|
2452
|
+
"github": "BobbieGoede"
|
|
2110
2453
|
}
|
|
2111
2454
|
],
|
|
2112
2455
|
"compatibility": {
|
|
@@ -2114,6 +2457,51 @@
|
|
|
2114
2457
|
"requires": {}
|
|
2115
2458
|
}
|
|
2116
2459
|
},
|
|
2460
|
+
{
|
|
2461
|
+
"name": "icon-font",
|
|
2462
|
+
"description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
|
|
2463
|
+
"repo": "coremyslo/nuxt-icon-font",
|
|
2464
|
+
"npm": "@coremyslo/nuxt-icon-font",
|
|
2465
|
+
"icon": "",
|
|
2466
|
+
"github": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2467
|
+
"website": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2468
|
+
"learn_more": "",
|
|
2469
|
+
"category": "UI",
|
|
2470
|
+
"type": "3rd-party",
|
|
2471
|
+
"maintainers": [
|
|
2472
|
+
{
|
|
2473
|
+
"name": "coremyslo",
|
|
2474
|
+
"github": "coremyslo"
|
|
2475
|
+
}
|
|
2476
|
+
],
|
|
2477
|
+
"compatibility": {
|
|
2478
|
+
"nuxt": "^3.0.0",
|
|
2479
|
+
"requires": {}
|
|
2480
|
+
}
|
|
2481
|
+
},
|
|
2482
|
+
{
|
|
2483
|
+
"name": "icon-tw",
|
|
2484
|
+
"description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
|
|
2485
|
+
"repo": "jcamp-code/nuxt-icon-tw",
|
|
2486
|
+
"npm": "nuxt-icon-tw",
|
|
2487
|
+
"icon": "nuxt-icon.png",
|
|
2488
|
+
"github": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2489
|
+
"website": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2490
|
+
"learn_more": "",
|
|
2491
|
+
"category": "UI",
|
|
2492
|
+
"type": "3rd-party",
|
|
2493
|
+
"maintainers": [
|
|
2494
|
+
{
|
|
2495
|
+
"name": "JohnCampionJr",
|
|
2496
|
+
"github": "JohnCampionJr"
|
|
2497
|
+
}
|
|
2498
|
+
],
|
|
2499
|
+
"compatibility": {
|
|
2500
|
+
"nuxt": "^3.0.0",
|
|
2501
|
+
"requires": {},
|
|
2502
|
+
"devtools": "^0.0.0"
|
|
2503
|
+
}
|
|
2504
|
+
},
|
|
2117
2505
|
{
|
|
2118
2506
|
"name": "icon",
|
|
2119
2507
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2133,7 +2521,8 @@
|
|
|
2133
2521
|
],
|
|
2134
2522
|
"compatibility": {
|
|
2135
2523
|
"nuxt": "^3.0.0",
|
|
2136
|
-
"requires": {}
|
|
2524
|
+
"requires": {},
|
|
2525
|
+
"devtools": "^0.0.0"
|
|
2137
2526
|
}
|
|
2138
2527
|
},
|
|
2139
2528
|
{
|
|
@@ -2182,12 +2571,12 @@
|
|
|
2182
2571
|
},
|
|
2183
2572
|
{
|
|
2184
2573
|
"name": "image",
|
|
2185
|
-
"description": "Optimised images for
|
|
2574
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2186
2575
|
"repo": "nuxt/image",
|
|
2187
2576
|
"npm": "@nuxt/image",
|
|
2188
2577
|
"icon": "image.png",
|
|
2189
2578
|
"github": "https://github.com/nuxt/image",
|
|
2190
|
-
"website": "https://image.
|
|
2579
|
+
"website": "https://image.nuxt.com",
|
|
2191
2580
|
"learn_more": "",
|
|
2192
2581
|
"category": "Images",
|
|
2193
2582
|
"type": "official",
|
|
@@ -2197,6 +2586,11 @@
|
|
|
2197
2586
|
"github": "farnabaz",
|
|
2198
2587
|
"twitter": "a_birang"
|
|
2199
2588
|
},
|
|
2589
|
+
{
|
|
2590
|
+
"name": "Daniel Roe",
|
|
2591
|
+
"github": "danielroe",
|
|
2592
|
+
"twitter": "danielcroe"
|
|
2593
|
+
},
|
|
2200
2594
|
{
|
|
2201
2595
|
"name": "Pooya Parsa",
|
|
2202
2596
|
"github": "pi0",
|
|
@@ -2217,7 +2611,7 @@
|
|
|
2217
2611
|
},
|
|
2218
2612
|
{
|
|
2219
2613
|
"name": "imagemin",
|
|
2220
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2614
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2221
2615
|
"repo": "nuxt-community/imagemin-module",
|
|
2222
2616
|
"npm": "@nuxtjs/imagemin",
|
|
2223
2617
|
"icon": "imagemin.png",
|
|
@@ -2240,12 +2634,12 @@
|
|
|
2240
2634
|
{
|
|
2241
2635
|
"name": "inkline",
|
|
2242
2636
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2243
|
-
"repo": "inkline/
|
|
2244
|
-
"npm": "@inkline/
|
|
2637
|
+
"repo": "inkline/plugin",
|
|
2638
|
+
"npm": "@inkline/plugin",
|
|
2245
2639
|
"icon": "inkline.svg",
|
|
2246
|
-
"github": "https://github.com/inkline/
|
|
2640
|
+
"github": "https://github.com/inkline/plugin",
|
|
2247
2641
|
"website": "https://inkline.io",
|
|
2248
|
-
"learn_more": "https://inkline.io/docs/
|
|
2642
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2249
2643
|
"category": "UI",
|
|
2250
2644
|
"type": "3rd-party",
|
|
2251
2645
|
"maintainers": [
|
|
@@ -2264,7 +2658,7 @@
|
|
|
2264
2658
|
},
|
|
2265
2659
|
{
|
|
2266
2660
|
"name": "intercom",
|
|
2267
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2661
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2268
2662
|
"repo": "hex-digital/nuxt-intercom",
|
|
2269
2663
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2270
2664
|
"icon": "intercom.png",
|
|
@@ -2309,7 +2703,7 @@
|
|
|
2309
2703
|
},
|
|
2310
2704
|
{
|
|
2311
2705
|
"name": "jsonapi",
|
|
2312
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2706
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2313
2707
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2314
2708
|
"npm": "nuxt-jsonapi",
|
|
2315
2709
|
"icon": "jsonapi.svg",
|
|
@@ -2352,12 +2746,40 @@
|
|
|
2352
2746
|
}
|
|
2353
2747
|
},
|
|
2354
2748
|
{
|
|
2355
|
-
"name": "
|
|
2356
|
-
"description": "
|
|
2357
|
-
"repo": "
|
|
2358
|
-
"npm": "
|
|
2359
|
-
"icon": "
|
|
2360
|
-
"github": "https://github.com/
|
|
2749
|
+
"name": "kinde",
|
|
2750
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2751
|
+
"repo": "nuxt-modules/kinde",
|
|
2752
|
+
"npm": "@nuxtjs/kinde",
|
|
2753
|
+
"icon": "kinde.svg",
|
|
2754
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2755
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2756
|
+
"learn_more": "https://kinde.com/",
|
|
2757
|
+
"category": "Security",
|
|
2758
|
+
"type": "community",
|
|
2759
|
+
"maintainers": [
|
|
2760
|
+
{
|
|
2761
|
+
"name": "danielroe",
|
|
2762
|
+
"github": "danielroe"
|
|
2763
|
+
},
|
|
2764
|
+
{
|
|
2765
|
+
"name": "daveordead",
|
|
2766
|
+
"github": "DaveOrDead",
|
|
2767
|
+
"twitter": "dave_or_dead"
|
|
2768
|
+
}
|
|
2769
|
+
],
|
|
2770
|
+
"compatibility": {
|
|
2771
|
+
"nuxt": "^3.0.0",
|
|
2772
|
+
"requires": {}
|
|
2773
|
+
},
|
|
2774
|
+
"sponsor": true
|
|
2775
|
+
},
|
|
2776
|
+
{
|
|
2777
|
+
"name": "kql",
|
|
2778
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2779
|
+
"repo": "johannschopplich/nuxt-kql",
|
|
2780
|
+
"npm": "nuxt-kql",
|
|
2781
|
+
"icon": "kql.svg",
|
|
2782
|
+
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
2361
2783
|
"website": "https://nuxt-kql.jhnn.dev",
|
|
2362
2784
|
"learn_more": "",
|
|
2363
2785
|
"category": "CMS",
|
|
@@ -2377,7 +2799,7 @@
|
|
|
2377
2799
|
},
|
|
2378
2800
|
{
|
|
2379
2801
|
"name": "laravel-echo",
|
|
2380
|
-
"description": "Laravel Echo for Nuxt
|
|
2802
|
+
"description": "Laravel Echo for Nuxt",
|
|
2381
2803
|
"repo": "nuxt-community/laravel-echo",
|
|
2382
2804
|
"npm": "@nuxtjs/laravel-echo",
|
|
2383
2805
|
"icon": "laravel-echo.png",
|
|
@@ -2419,6 +2841,28 @@
|
|
|
2419
2841
|
"requires": {}
|
|
2420
2842
|
}
|
|
2421
2843
|
},
|
|
2844
|
+
{
|
|
2845
|
+
"name": "laravel-precognition",
|
|
2846
|
+
"description": "Nuxt module to work with Laravel Precognition and $fetch",
|
|
2847
|
+
"repo": "sot1986/nuxt-laravel-precognition",
|
|
2848
|
+
"npm": "nuxt-laravel-precognition",
|
|
2849
|
+
"icon": "laravel.svg",
|
|
2850
|
+
"github": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2851
|
+
"website": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2852
|
+
"learn_more": "",
|
|
2853
|
+
"category": "Security",
|
|
2854
|
+
"type": "3rd-party",
|
|
2855
|
+
"maintainers": [
|
|
2856
|
+
{
|
|
2857
|
+
"name": "sot1986",
|
|
2858
|
+
"github": "sot1986"
|
|
2859
|
+
}
|
|
2860
|
+
],
|
|
2861
|
+
"compatibility": {
|
|
2862
|
+
"nuxt": "^3.0.0",
|
|
2863
|
+
"requires": {}
|
|
2864
|
+
}
|
|
2865
|
+
},
|
|
2422
2866
|
{
|
|
2423
2867
|
"name": "laravel",
|
|
2424
2868
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
@@ -2465,13 +2909,13 @@
|
|
|
2465
2909
|
},
|
|
2466
2910
|
{
|
|
2467
2911
|
"name": "link-checker",
|
|
2468
|
-
"description": "
|
|
2912
|
+
"description": "Find and magically fix links that may be negatively effecting your SEO.",
|
|
2469
2913
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2470
2914
|
"npm": "nuxt-link-checker",
|
|
2471
|
-
"icon": "",
|
|
2915
|
+
"icon": "link-checker.svg",
|
|
2472
2916
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2473
|
-
"website": "https://
|
|
2474
|
-
"learn_more": "",
|
|
2917
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2918
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2475
2919
|
"category": "SEO",
|
|
2476
2920
|
"type": "3rd-party",
|
|
2477
2921
|
"maintainers": [
|
|
@@ -2484,7 +2928,8 @@
|
|
|
2484
2928
|
],
|
|
2485
2929
|
"compatibility": {
|
|
2486
2930
|
"nuxt": "^3.0.0",
|
|
2487
|
-
"requires": {}
|
|
2931
|
+
"requires": {},
|
|
2932
|
+
"devtools": "^0.0.0"
|
|
2488
2933
|
}
|
|
2489
2934
|
},
|
|
2490
2935
|
{
|
|
@@ -2561,12 +3006,12 @@
|
|
|
2561
3006
|
},
|
|
2562
3007
|
{
|
|
2563
3008
|
"name": "logrocket",
|
|
2564
|
-
"description": "LogRocket module for Nuxt
|
|
2565
|
-
"repo": "nuxt-
|
|
3009
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
3010
|
+
"repo": "nuxt-modules/logrocket",
|
|
2566
3011
|
"npm": "nuxt-logrocket",
|
|
2567
3012
|
"icon": "logrocket.png",
|
|
2568
|
-
"github": "https://github.com/nuxt-
|
|
2569
|
-
"website": "https://github.com/nuxt-
|
|
3013
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
3014
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2570
3015
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2571
3016
|
"category": "Monitoring",
|
|
2572
3017
|
"type": "community",
|
|
@@ -2582,9 +3027,35 @@
|
|
|
2582
3027
|
"requires": {}
|
|
2583
3028
|
}
|
|
2584
3029
|
},
|
|
3030
|
+
{
|
|
3031
|
+
"name": "lucide-icons",
|
|
3032
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
3033
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
3034
|
+
"npm": "nuxt-lucide-icons",
|
|
3035
|
+
"icon": "lucide-icons.svg",
|
|
3036
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3037
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3038
|
+
"learn_more": "",
|
|
3039
|
+
"category": "UI",
|
|
3040
|
+
"type": "3rd-party",
|
|
3041
|
+
"maintainers": [
|
|
3042
|
+
{
|
|
3043
|
+
"name": "SWIS",
|
|
3044
|
+
"github": "swisnl"
|
|
3045
|
+
},
|
|
3046
|
+
{
|
|
3047
|
+
"name": "Jasper Zonneveld",
|
|
3048
|
+
"github": "JaZo"
|
|
3049
|
+
}
|
|
3050
|
+
],
|
|
3051
|
+
"compatibility": {
|
|
3052
|
+
"nuxt": "^3.0.0",
|
|
3053
|
+
"requires": {}
|
|
3054
|
+
}
|
|
3055
|
+
},
|
|
2585
3056
|
{
|
|
2586
3057
|
"name": "lunr",
|
|
2587
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
3058
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2588
3059
|
"repo": "nuxt-community/lunr-module",
|
|
2589
3060
|
"npm": "@nuxtjs/lunr-module",
|
|
2590
3061
|
"icon": "",
|
|
@@ -2607,10 +3078,10 @@
|
|
|
2607
3078
|
{
|
|
2608
3079
|
"name": "magic-regexp",
|
|
2609
3080
|
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2610
|
-
"repo": "
|
|
3081
|
+
"repo": "unjs/magic-regexp",
|
|
2611
3082
|
"npm": "magic-regexp",
|
|
2612
3083
|
"icon": "magic-regexp.svg",
|
|
2613
|
-
"github": "https://github.com/
|
|
3084
|
+
"github": "https://github.com/unjs/magic-regexp",
|
|
2614
3085
|
"website": "https://magic-regexp.roe.dev",
|
|
2615
3086
|
"learn_more": "https://magic-regexp.roe.dev",
|
|
2616
3087
|
"category": "Libraries",
|
|
@@ -2650,6 +3121,30 @@
|
|
|
2650
3121
|
"requires": {}
|
|
2651
3122
|
}
|
|
2652
3123
|
},
|
|
3124
|
+
{
|
|
3125
|
+
"name": "marquee",
|
|
3126
|
+
"description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
|
|
3127
|
+
"repo": "hanzydev/nuxt-marquee",
|
|
3128
|
+
"npm": "nuxt-marquee",
|
|
3129
|
+
"icon": "marquee.png",
|
|
3130
|
+
"github": "https://github.com/hanzydev/nuxt-marquee/",
|
|
3131
|
+
"website": "https://hanzydev.github.io/nuxt-marquee/",
|
|
3132
|
+
"learn_more": "",
|
|
3133
|
+
"category": "UI",
|
|
3134
|
+
"type": "3rd-party",
|
|
3135
|
+
"maintainers": [
|
|
3136
|
+
{
|
|
3137
|
+
"name": "Hànzy",
|
|
3138
|
+
"github": "hanzydev",
|
|
3139
|
+
"avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
|
|
3140
|
+
}
|
|
3141
|
+
],
|
|
3142
|
+
"compatibility": {
|
|
3143
|
+
"nuxt": "^3.0.0",
|
|
3144
|
+
"requires": {},
|
|
3145
|
+
"devtools": "^0.0.0"
|
|
3146
|
+
}
|
|
3147
|
+
},
|
|
2653
3148
|
{
|
|
2654
3149
|
"name": "matomo",
|
|
2655
3150
|
"description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
|
|
@@ -2672,6 +3167,28 @@
|
|
|
2672
3167
|
"requires": {}
|
|
2673
3168
|
}
|
|
2674
3169
|
},
|
|
3170
|
+
{
|
|
3171
|
+
"name": "maz-ui",
|
|
3172
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3173
|
+
"repo": "louismazel/maz-ui#master/packages/nuxt-module",
|
|
3174
|
+
"npm": "nuxt-module",
|
|
3175
|
+
"icon": "maz-ui.png",
|
|
3176
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3177
|
+
"website": "https://maz-ui.com/",
|
|
3178
|
+
"learn_more": "https://maz-ui.com/guide/nuxt",
|
|
3179
|
+
"category": "UI",
|
|
3180
|
+
"type": "3rd-party",
|
|
3181
|
+
"maintainers": [
|
|
3182
|
+
{
|
|
3183
|
+
"name": "Loïc Mazuel",
|
|
3184
|
+
"github": "LouisMazel"
|
|
3185
|
+
}
|
|
3186
|
+
],
|
|
3187
|
+
"compatibility": {
|
|
3188
|
+
"nuxt": "^3.0.0",
|
|
3189
|
+
"requires": {}
|
|
3190
|
+
}
|
|
3191
|
+
},
|
|
2675
3192
|
{
|
|
2676
3193
|
"name": "mdx",
|
|
2677
3194
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2697,7 +3214,7 @@
|
|
|
2697
3214
|
},
|
|
2698
3215
|
{
|
|
2699
3216
|
"name": "medusa",
|
|
2700
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3217
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2701
3218
|
"repo": "Baroshem/nuxt-medusa",
|
|
2702
3219
|
"npm": "nuxt-medusa",
|
|
2703
3220
|
"icon": "medusa.svg",
|
|
@@ -2722,7 +3239,7 @@
|
|
|
2722
3239
|
},
|
|
2723
3240
|
{
|
|
2724
3241
|
"name": "meilisearch",
|
|
2725
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3242
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2726
3243
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2727
3244
|
"npm": "nuxt-meilisearch",
|
|
2728
3245
|
"icon": "meilisearch.svg",
|
|
@@ -2742,7 +3259,8 @@
|
|
|
2742
3259
|
"nuxt": "^3.0.0",
|
|
2743
3260
|
"requires": {
|
|
2744
3261
|
"bridge": false
|
|
2745
|
-
}
|
|
3262
|
+
},
|
|
3263
|
+
"devtools": "^0.0.0"
|
|
2746
3264
|
}
|
|
2747
3265
|
},
|
|
2748
3266
|
{
|
|
@@ -2767,28 +3285,6 @@
|
|
|
2767
3285
|
"requires": {}
|
|
2768
3286
|
}
|
|
2769
3287
|
},
|
|
2770
|
-
{
|
|
2771
|
-
"name": "mobile",
|
|
2772
|
-
"description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
|
|
2773
|
-
"repo": "ChanningDefoe/nuxt-mobile-detect",
|
|
2774
|
-
"npm": "nuxt-mobile",
|
|
2775
|
-
"icon": "",
|
|
2776
|
-
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
2777
|
-
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
2778
|
-
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
2779
|
-
"category": "Extensions",
|
|
2780
|
-
"type": "3rd-party",
|
|
2781
|
-
"maintainers": [
|
|
2782
|
-
{
|
|
2783
|
-
"name": "ChanningDefoe",
|
|
2784
|
-
"github": "ChanningDefoe"
|
|
2785
|
-
}
|
|
2786
|
-
],
|
|
2787
|
-
"compatibility": {
|
|
2788
|
-
"nuxt": "^2.0.0",
|
|
2789
|
-
"requires": {}
|
|
2790
|
-
}
|
|
2791
|
-
},
|
|
2792
3288
|
{
|
|
2793
3289
|
"name": "module-feed",
|
|
2794
3290
|
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
@@ -2814,7 +3310,7 @@
|
|
|
2814
3310
|
},
|
|
2815
3311
|
{
|
|
2816
3312
|
"name": "moment",
|
|
2817
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3313
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2818
3314
|
"repo": "nuxt-community/moment-module",
|
|
2819
3315
|
"npm": "@nuxtjs/moment",
|
|
2820
3316
|
"icon": "momentjs.png",
|
|
@@ -2839,28 +3335,6 @@
|
|
|
2839
3335
|
"requires": {}
|
|
2840
3336
|
}
|
|
2841
3337
|
},
|
|
2842
|
-
{
|
|
2843
|
-
"name": "mq",
|
|
2844
|
-
"description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
2845
|
-
"repo": "vanhoofmaarten/nuxt-mq",
|
|
2846
|
-
"npm": "nuxt-mq",
|
|
2847
|
-
"icon": "",
|
|
2848
|
-
"github": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
2849
|
-
"website": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
2850
|
-
"learn_more": "https://github.com/AlexandreBonaventure/vue-mq",
|
|
2851
|
-
"category": "Libraries",
|
|
2852
|
-
"type": "3rd-party",
|
|
2853
|
-
"maintainers": [
|
|
2854
|
-
{
|
|
2855
|
-
"name": "vanhoofmaarten",
|
|
2856
|
-
"github": "vanhoofmaarten"
|
|
2857
|
-
}
|
|
2858
|
-
],
|
|
2859
|
-
"compatibility": {
|
|
2860
|
-
"nuxt": "^2.0.0",
|
|
2861
|
-
"requires": {}
|
|
2862
|
-
}
|
|
2863
|
-
},
|
|
2864
3338
|
{
|
|
2865
3339
|
"name": "neo",
|
|
2866
3340
|
"description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
|
|
@@ -2885,7 +3359,7 @@
|
|
|
2885
3359
|
},
|
|
2886
3360
|
{
|
|
2887
3361
|
"name": "netlify-cache",
|
|
2888
|
-
"description": "Nuxt
|
|
3362
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
2889
3363
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
2890
3364
|
"npm": "nuxt-netlify-cache",
|
|
2891
3365
|
"icon": "netlify.png",
|
|
@@ -2930,13 +3404,13 @@
|
|
|
2930
3404
|
},
|
|
2931
3405
|
{
|
|
2932
3406
|
"name": "netlify",
|
|
2933
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
2934
|
-
"repo": "
|
|
3407
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3408
|
+
"repo": "juliomrqz/nuxt-netlify",
|
|
2935
3409
|
"npm": "@aceforth/nuxt-netlify",
|
|
2936
3410
|
"icon": "netlify.png",
|
|
2937
|
-
"github": "https://github.com/
|
|
2938
|
-
"website": "https://
|
|
2939
|
-
"learn_more": "",
|
|
3411
|
+
"github": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3412
|
+
"website": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3413
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
|
|
2940
3414
|
"category": "Deployment",
|
|
2941
3415
|
"type": "3rd-party",
|
|
2942
3416
|
"maintainers": [
|
|
@@ -3001,30 +3475,164 @@
|
|
|
3001
3475
|
}
|
|
3002
3476
|
},
|
|
3003
3477
|
{
|
|
3004
|
-
"name": "
|
|
3005
|
-
"description": "",
|
|
3006
|
-
"repo": "
|
|
3007
|
-
"npm": "
|
|
3478
|
+
"name": "nupolyon",
|
|
3479
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3480
|
+
"repo": "adenvt/nupolyon",
|
|
3481
|
+
"npm": "nupolyon",
|
|
3008
3482
|
"icon": "",
|
|
3009
|
-
"github": "https://github.com/
|
|
3010
|
-
"website": "https://github.com/
|
|
3483
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3484
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
3011
3485
|
"learn_more": "",
|
|
3012
|
-
"category": "
|
|
3486
|
+
"category": "Performance",
|
|
3013
3487
|
"type": "3rd-party",
|
|
3014
3488
|
"maintainers": [
|
|
3015
3489
|
{
|
|
3016
|
-
"name": "
|
|
3017
|
-
"github": "
|
|
3490
|
+
"name": "adenvt",
|
|
3491
|
+
"github": "adenvt"
|
|
3018
3492
|
}
|
|
3019
3493
|
],
|
|
3020
3494
|
"compatibility": {
|
|
3021
|
-
"nuxt": "^
|
|
3495
|
+
"nuxt": "^3.0.0",
|
|
3496
|
+
"requires": {}
|
|
3497
|
+
}
|
|
3498
|
+
},
|
|
3499
|
+
{
|
|
3500
|
+
"name": "nuxt-anchorscroll",
|
|
3501
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3502
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3503
|
+
"npm": "nuxt-anchorscroll",
|
|
3504
|
+
"icon": "",
|
|
3505
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3506
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3507
|
+
"learn_more": "",
|
|
3508
|
+
"category": "UI",
|
|
3509
|
+
"type": "3rd-party",
|
|
3510
|
+
"maintainers": [
|
|
3511
|
+
{
|
|
3512
|
+
"name": "Helltraitor",
|
|
3513
|
+
"github": "helltraitor"
|
|
3514
|
+
}
|
|
3515
|
+
],
|
|
3516
|
+
"compatibility": {
|
|
3517
|
+
"nuxt": "^3.0.0",
|
|
3518
|
+
"requires": {}
|
|
3519
|
+
}
|
|
3520
|
+
},
|
|
3521
|
+
{
|
|
3522
|
+
"name": "nuxt-asciidoc",
|
|
3523
|
+
"description": "Transformer for using asciidoc in nuxt",
|
|
3524
|
+
"repo": "Chris2011/nuxt-asciidoc",
|
|
3525
|
+
"npm": "nuxt-asciidoc",
|
|
3526
|
+
"icon": "nuxt-asciidoc.svg",
|
|
3527
|
+
"github": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3528
|
+
"website": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3529
|
+
"learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
|
|
3530
|
+
"category": "Extensions",
|
|
3531
|
+
"type": "3rd-party",
|
|
3532
|
+
"maintainers": [
|
|
3533
|
+
{
|
|
3534
|
+
"name": "Christian Lenz",
|
|
3535
|
+
"github": "Chris2011",
|
|
3536
|
+
"twitter": "Chrizzly42"
|
|
3537
|
+
}
|
|
3538
|
+
],
|
|
3539
|
+
"compatibility": {
|
|
3540
|
+
"nuxt": "^3.0.0",
|
|
3541
|
+
"requires": {}
|
|
3542
|
+
}
|
|
3543
|
+
},
|
|
3544
|
+
{
|
|
3545
|
+
"name": "nuxt-auth-sanctum",
|
|
3546
|
+
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
3547
|
+
"repo": "manchenkoff/nuxt-auth-sanctum",
|
|
3548
|
+
"npm": "nuxt-auth-sanctum",
|
|
3549
|
+
"icon": "laravel.svg",
|
|
3550
|
+
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3551
|
+
"website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
|
|
3552
|
+
"learn_more": "https://laravel.com/docs/10.x/sanctum",
|
|
3553
|
+
"category": "Security",
|
|
3554
|
+
"type": "3rd-party",
|
|
3555
|
+
"maintainers": [
|
|
3556
|
+
{
|
|
3557
|
+
"name": "Artem Manchenkov",
|
|
3558
|
+
"github": "manchenkoff",
|
|
3559
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
3560
|
+
}
|
|
3561
|
+
],
|
|
3562
|
+
"compatibility": {
|
|
3563
|
+
"nuxt": "^3.9.0",
|
|
3564
|
+
"requires": {}
|
|
3565
|
+
}
|
|
3566
|
+
},
|
|
3567
|
+
{
|
|
3568
|
+
"name": "nuxt-basic-auth",
|
|
3569
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3570
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3571
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3572
|
+
"icon": "",
|
|
3573
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3574
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3575
|
+
"learn_more": "",
|
|
3576
|
+
"category": "Security",
|
|
3577
|
+
"type": "3rd-party",
|
|
3578
|
+
"maintainers": [
|
|
3579
|
+
{
|
|
3580
|
+
"name": "kgierke",
|
|
3581
|
+
"github": "kgierke"
|
|
3582
|
+
}
|
|
3583
|
+
],
|
|
3584
|
+
"compatibility": {
|
|
3585
|
+
"nuxt": "^3.0.0",
|
|
3586
|
+
"requires": {}
|
|
3587
|
+
}
|
|
3588
|
+
},
|
|
3589
|
+
{
|
|
3590
|
+
"name": "nuxt-bezier",
|
|
3591
|
+
"description": "Reusable transition components",
|
|
3592
|
+
"repo": "50rayn/nuxt-bezier",
|
|
3593
|
+
"npm": "nuxt-bezier",
|
|
3594
|
+
"icon": "nuxt-bezier.png",
|
|
3595
|
+
"github": "https://github.com/50rayn/nuxt-bezier",
|
|
3596
|
+
"website": "https://50rayn.github.io/nuxt-bezier/",
|
|
3597
|
+
"learn_more": "https://github.com/Noction/vue-bezier",
|
|
3598
|
+
"category": "UI",
|
|
3599
|
+
"type": "3rd-party",
|
|
3600
|
+
"maintainers": [
|
|
3601
|
+
{
|
|
3602
|
+
"name": "Soryn Gitlan",
|
|
3603
|
+
"github": "50rayn"
|
|
3604
|
+
}
|
|
3605
|
+
],
|
|
3606
|
+
"compatibility": {
|
|
3607
|
+
"nuxt": "^3.0.0",
|
|
3608
|
+
"requires": {}
|
|
3609
|
+
}
|
|
3610
|
+
},
|
|
3611
|
+
{
|
|
3612
|
+
"name": "nuxt-bootstrap-icons",
|
|
3613
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3614
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3615
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3616
|
+
"icon": "bootstrap-icons.svg",
|
|
3617
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3618
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3619
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3620
|
+
"category": "UI",
|
|
3621
|
+
"type": "3rd-party",
|
|
3622
|
+
"maintainers": [
|
|
3623
|
+
{
|
|
3624
|
+
"name": "OyewoleOyedeji",
|
|
3625
|
+
"github": "OyewoleOyedeji"
|
|
3626
|
+
}
|
|
3627
|
+
],
|
|
3628
|
+
"compatibility": {
|
|
3629
|
+
"nuxt": "^3.0.0",
|
|
3022
3630
|
"requires": {}
|
|
3023
3631
|
}
|
|
3024
3632
|
},
|
|
3025
3633
|
{
|
|
3026
3634
|
"name": "nuxt-chatgpt",
|
|
3027
|
-
"description": "ChatGPT integration for Nuxt
|
|
3635
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3028
3636
|
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3029
3637
|
"npm": "nuxt-chatgpt",
|
|
3030
3638
|
"icon": "chatgpt.svg",
|
|
@@ -3044,6 +3652,98 @@
|
|
|
3044
3652
|
"requires": {}
|
|
3045
3653
|
}
|
|
3046
3654
|
},
|
|
3655
|
+
{
|
|
3656
|
+
"name": "nuxt-cookie-consent",
|
|
3657
|
+
"description": "Nuxt module for integrating with cookie consent providers with ease",
|
|
3658
|
+
"repo": "weareheavy/nuxt-cookie-consent",
|
|
3659
|
+
"npm": "@weareheavy/nuxt-cookie-consent",
|
|
3660
|
+
"icon": "wah.svg",
|
|
3661
|
+
"github": "https://github.com/weareheavy/nuxt-cookie-consent",
|
|
3662
|
+
"website": "https://nuxt-cookie-consent.packages.weareheavy.com",
|
|
3663
|
+
"learn_more": "",
|
|
3664
|
+
"category": "Extensions",
|
|
3665
|
+
"type": "3rd-party",
|
|
3666
|
+
"maintainers": [
|
|
3667
|
+
{
|
|
3668
|
+
"name": "weareheavy",
|
|
3669
|
+
"github": "weareheavy"
|
|
3670
|
+
}
|
|
3671
|
+
],
|
|
3672
|
+
"compatibility": {
|
|
3673
|
+
"nuxt": "^3.0.0",
|
|
3674
|
+
"requires": {}
|
|
3675
|
+
}
|
|
3676
|
+
},
|
|
3677
|
+
{
|
|
3678
|
+
"name": "nuxt-facebook-chat",
|
|
3679
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3680
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3681
|
+
"npm": "nuxt-facebook-chat",
|
|
3682
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3683
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3684
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3685
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3686
|
+
"category": "Libraries",
|
|
3687
|
+
"type": "3rd-party",
|
|
3688
|
+
"maintainers": [
|
|
3689
|
+
{
|
|
3690
|
+
"name": "Supanut Dokmaithong",
|
|
3691
|
+
"github": "Boomgeek"
|
|
3692
|
+
},
|
|
3693
|
+
{
|
|
3694
|
+
"name": "superdev-tech",
|
|
3695
|
+
"github": "superdev-tech"
|
|
3696
|
+
}
|
|
3697
|
+
],
|
|
3698
|
+
"compatibility": {
|
|
3699
|
+
"nuxt": "^3.0.0",
|
|
3700
|
+
"requires": {}
|
|
3701
|
+
}
|
|
3702
|
+
},
|
|
3703
|
+
{
|
|
3704
|
+
"name": "nuxt-feather-icons",
|
|
3705
|
+
"description": "The Feather Icons in Nuxt 3.",
|
|
3706
|
+
"repo": "4sllan/nuxt-feather-icons",
|
|
3707
|
+
"npm": "nuxt-feather-icons",
|
|
3708
|
+
"icon": "nuxt-feather-icons.png",
|
|
3709
|
+
"github": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3710
|
+
"website": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3711
|
+
"learn_more": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3712
|
+
"category": "UI",
|
|
3713
|
+
"type": "3rd-party",
|
|
3714
|
+
"maintainers": [
|
|
3715
|
+
{
|
|
3716
|
+
"name": "4sllan",
|
|
3717
|
+
"github": "4sllan"
|
|
3718
|
+
}
|
|
3719
|
+
],
|
|
3720
|
+
"compatibility": {
|
|
3721
|
+
"nuxt": "^3.0.0",
|
|
3722
|
+
"requires": {}
|
|
3723
|
+
}
|
|
3724
|
+
},
|
|
3725
|
+
{
|
|
3726
|
+
"name": "nuxt-feedme",
|
|
3727
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3728
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3729
|
+
"npm": "nuxt-feedme",
|
|
3730
|
+
"icon": "",
|
|
3731
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3732
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3733
|
+
"learn_more": "",
|
|
3734
|
+
"category": "SEO",
|
|
3735
|
+
"type": "3rd-party",
|
|
3736
|
+
"maintainers": [
|
|
3737
|
+
{
|
|
3738
|
+
"name": "Helltraitor",
|
|
3739
|
+
"github": "helltraitor"
|
|
3740
|
+
}
|
|
3741
|
+
],
|
|
3742
|
+
"compatibility": {
|
|
3743
|
+
"nuxt": "^3.0.0",
|
|
3744
|
+
"requires": {}
|
|
3745
|
+
}
|
|
3746
|
+
},
|
|
3047
3747
|
{
|
|
3048
3748
|
"name": "nuxt-graphql-middleware",
|
|
3049
3749
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -3095,6 +3795,29 @@
|
|
|
3095
3795
|
"requires": {}
|
|
3096
3796
|
}
|
|
3097
3797
|
},
|
|
3798
|
+
{
|
|
3799
|
+
"name": "nuxt-gtm",
|
|
3800
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3801
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3802
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3803
|
+
"icon": "nuxt-gtm.svg",
|
|
3804
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3805
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3806
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3807
|
+
"category": "Analytics",
|
|
3808
|
+
"type": "3rd-party",
|
|
3809
|
+
"maintainers": [
|
|
3810
|
+
{
|
|
3811
|
+
"name": "Zadig&Voltaire Team",
|
|
3812
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
3813
|
+
}
|
|
3814
|
+
],
|
|
3815
|
+
"compatibility": {
|
|
3816
|
+
"nuxt": "^3.0.0",
|
|
3817
|
+
"requires": {},
|
|
3818
|
+
"devtools": "^0.0.0"
|
|
3819
|
+
}
|
|
3820
|
+
},
|
|
3098
3821
|
{
|
|
3099
3822
|
"name": "nuxt-hue",
|
|
3100
3823
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -3119,6 +3842,50 @@
|
|
|
3119
3842
|
}
|
|
3120
3843
|
}
|
|
3121
3844
|
},
|
|
3845
|
+
{
|
|
3846
|
+
"name": "nuxt-interpolation",
|
|
3847
|
+
"description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
|
|
3848
|
+
"repo": "daliborgogic/nuxt-interpolation#master",
|
|
3849
|
+
"npm": "nuxt-interpolation",
|
|
3850
|
+
"icon": "",
|
|
3851
|
+
"github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3852
|
+
"website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3853
|
+
"learn_more": "",
|
|
3854
|
+
"category": "Devtools",
|
|
3855
|
+
"type": "3rd-party",
|
|
3856
|
+
"maintainers": [
|
|
3857
|
+
{
|
|
3858
|
+
"name": "daliborgogic",
|
|
3859
|
+
"github": "daliborgogic"
|
|
3860
|
+
}
|
|
3861
|
+
],
|
|
3862
|
+
"compatibility": {
|
|
3863
|
+
"nuxt": "^2.0.0",
|
|
3864
|
+
"requires": {}
|
|
3865
|
+
}
|
|
3866
|
+
},
|
|
3867
|
+
{
|
|
3868
|
+
"name": "nuxt-jsonld",
|
|
3869
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3870
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3871
|
+
"npm": "nuxt-jsonld",
|
|
3872
|
+
"icon": "",
|
|
3873
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3874
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3875
|
+
"learn_more": "",
|
|
3876
|
+
"category": "SEO",
|
|
3877
|
+
"type": "3rd-party",
|
|
3878
|
+
"maintainers": [
|
|
3879
|
+
{
|
|
3880
|
+
"name": "ymmooot",
|
|
3881
|
+
"github": "ymmooot"
|
|
3882
|
+
}
|
|
3883
|
+
],
|
|
3884
|
+
"compatibility": {
|
|
3885
|
+
"nuxt": "^3.0.0",
|
|
3886
|
+
"requires": {}
|
|
3887
|
+
}
|
|
3888
|
+
},
|
|
3122
3889
|
{
|
|
3123
3890
|
"name": "nuxt-localtunnel",
|
|
3124
3891
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -3126,8 +3893,8 @@
|
|
|
3126
3893
|
"npm": "@nuxtus/nuxt-localtunnel",
|
|
3127
3894
|
"icon": "nuxt-localtunnel.svg",
|
|
3128
3895
|
"github": "https://github.com/nuxtus/localtunnel",
|
|
3129
|
-
"website": "https://nuxtus.com",
|
|
3130
|
-
"learn_more": "https://docs.nuxtus.com
|
|
3896
|
+
"website": "https://docs.nuxtus.com",
|
|
3897
|
+
"learn_more": "https://docs.nuxtus.com/localtunnel.html",
|
|
3131
3898
|
"category": "Devtools",
|
|
3132
3899
|
"type": "3rd-party",
|
|
3133
3900
|
"maintainers": [
|
|
@@ -3139,25 +3906,159 @@
|
|
|
3139
3906
|
],
|
|
3140
3907
|
"compatibility": {
|
|
3141
3908
|
"nuxt": "^3.0.0",
|
|
3142
|
-
"requires": {}
|
|
3909
|
+
"requires": {}
|
|
3910
|
+
}
|
|
3911
|
+
},
|
|
3912
|
+
{
|
|
3913
|
+
"name": "nuxt-loco",
|
|
3914
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3915
|
+
"repo": "gaetansenn/nuxt-loco",
|
|
3916
|
+
"npm": "nuxt-loco",
|
|
3917
|
+
"icon": "",
|
|
3918
|
+
"github": "https://github.com/gaetansenn/nuxt-loco",
|
|
3919
|
+
"website": "https://nuxt-loco.dewib.com/",
|
|
3920
|
+
"learn_more": "",
|
|
3921
|
+
"category": "Libraries",
|
|
3922
|
+
"type": "3rd-party",
|
|
3923
|
+
"maintainers": [
|
|
3924
|
+
{
|
|
3925
|
+
"name": "Gaetan SENN",
|
|
3926
|
+
"github": "gaetansenn",
|
|
3927
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
3928
|
+
}
|
|
3929
|
+
],
|
|
3930
|
+
"compatibility": {
|
|
3931
|
+
"nuxt": "^3.0.0",
|
|
3932
|
+
"requires": {}
|
|
3933
|
+
}
|
|
3934
|
+
},
|
|
3935
|
+
{
|
|
3936
|
+
"name": "nuxt-mail",
|
|
3937
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
3938
|
+
"repo": "dword-design/nuxt-mail",
|
|
3939
|
+
"npm": "nuxt-mail",
|
|
3940
|
+
"icon": "",
|
|
3941
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
3942
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
3943
|
+
"learn_more": "",
|
|
3944
|
+
"category": "Extensions",
|
|
3945
|
+
"type": "3rd-party",
|
|
3946
|
+
"maintainers": [
|
|
3947
|
+
{
|
|
3948
|
+
"name": "Sebastian Landwehr",
|
|
3949
|
+
"github": "dword-design"
|
|
3950
|
+
}
|
|
3951
|
+
],
|
|
3952
|
+
"compatibility": {
|
|
3953
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3954
|
+
"requires": {}
|
|
3955
|
+
}
|
|
3956
|
+
},
|
|
3957
|
+
{
|
|
3958
|
+
"name": "nuxt-mapbox",
|
|
3959
|
+
"description": "Elegant Mapbox integration with Nuxt",
|
|
3960
|
+
"repo": "AlexLavoie42/Nuxt-Mapbox",
|
|
3961
|
+
"npm": "nuxt-mapbox",
|
|
3962
|
+
"icon": "nuxt-mapbox.svg",
|
|
3963
|
+
"github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3964
|
+
"website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3965
|
+
"learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3966
|
+
"category": "Libraries",
|
|
3967
|
+
"type": "3rd-party",
|
|
3968
|
+
"maintainers": [
|
|
3969
|
+
{
|
|
3970
|
+
"name": "Alex Lavoie",
|
|
3971
|
+
"github": "AlexLavoie42"
|
|
3972
|
+
}
|
|
3973
|
+
],
|
|
3974
|
+
"compatibility": {
|
|
3975
|
+
"nuxt": "^3.0.0",
|
|
3976
|
+
"requires": {}
|
|
3977
|
+
}
|
|
3978
|
+
},
|
|
3979
|
+
{
|
|
3980
|
+
"name": "nuxt-mdi",
|
|
3981
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3982
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3983
|
+
"npm": "nuxt-mdi",
|
|
3984
|
+
"icon": "mdi.png",
|
|
3985
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3986
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3987
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3988
|
+
"category": "Libraries",
|
|
3989
|
+
"type": "3rd-party",
|
|
3990
|
+
"maintainers": [
|
|
3991
|
+
{
|
|
3992
|
+
"name": "Emil Rosenius",
|
|
3993
|
+
"github": "ERPedersen"
|
|
3994
|
+
}
|
|
3995
|
+
],
|
|
3996
|
+
"compatibility": {
|
|
3997
|
+
"nuxt": "^3.0.0",
|
|
3998
|
+
"requires": {}
|
|
3999
|
+
}
|
|
4000
|
+
},
|
|
4001
|
+
{
|
|
4002
|
+
"name": "nuxt-monaco-editor",
|
|
4003
|
+
"description": "Integrate monaco-editor with Nuxt",
|
|
4004
|
+
"repo": "e-chan1007/nuxt-monaco-editor",
|
|
4005
|
+
"npm": "nuxt-monaco-editor",
|
|
4006
|
+
"icon": "nuxt-monaco-editor.png",
|
|
4007
|
+
"github": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
4008
|
+
"website": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
4009
|
+
"learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
|
|
4010
|
+
"category": "Libraries",
|
|
4011
|
+
"type": "3rd-party",
|
|
4012
|
+
"maintainers": [
|
|
4013
|
+
{
|
|
4014
|
+
"name": "e-chan1007",
|
|
4015
|
+
"github": "e-chan1007"
|
|
4016
|
+
}
|
|
4017
|
+
],
|
|
4018
|
+
"compatibility": {
|
|
4019
|
+
"nuxt": "^3.0.0",
|
|
4020
|
+
"requires": {}
|
|
4021
|
+
}
|
|
4022
|
+
},
|
|
4023
|
+
{
|
|
4024
|
+
"name": "nuxt-mongoose",
|
|
4025
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
4026
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
4027
|
+
"npm": "nuxt-mongoose",
|
|
4028
|
+
"icon": "nuxt-mongoose.svg",
|
|
4029
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
4030
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
4031
|
+
"learn_more": "",
|
|
4032
|
+
"category": "Database",
|
|
4033
|
+
"type": "3rd-party",
|
|
4034
|
+
"maintainers": [
|
|
4035
|
+
{
|
|
4036
|
+
"name": "arashsheyda",
|
|
4037
|
+
"github": "arashsheyda"
|
|
4038
|
+
}
|
|
4039
|
+
],
|
|
4040
|
+
"compatibility": {
|
|
4041
|
+
"nuxt": "^3.0.0",
|
|
4042
|
+
"requires": {},
|
|
4043
|
+
"devtools": "^0.0.0"
|
|
3143
4044
|
}
|
|
3144
4045
|
},
|
|
3145
4046
|
{
|
|
3146
|
-
"name": "nuxt-
|
|
3147
|
-
"description": "
|
|
3148
|
-
"repo": "
|
|
3149
|
-
"npm": "nuxt-
|
|
4047
|
+
"name": "nuxt-oidc-auth",
|
|
4048
|
+
"description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
|
|
4049
|
+
"repo": "itpropro/nuxt-oidc-auth",
|
|
4050
|
+
"npm": "nuxt-oidc-auth",
|
|
3150
4051
|
"icon": "",
|
|
3151
|
-
"github": "https://github.com/
|
|
3152
|
-
"website": "https://
|
|
3153
|
-
"learn_more": "",
|
|
3154
|
-
"category": "
|
|
4052
|
+
"github": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4053
|
+
"website": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4054
|
+
"learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4055
|
+
"category": "Security",
|
|
3155
4056
|
"type": "3rd-party",
|
|
3156
4057
|
"maintainers": [
|
|
3157
4058
|
{
|
|
3158
|
-
"name": "
|
|
3159
|
-
"github": "
|
|
3160
|
-
"
|
|
4059
|
+
"name": "Jan-Henrik Damaschke",
|
|
4060
|
+
"github": "itpropro",
|
|
4061
|
+
"twitter": "jandamaschke"
|
|
3161
4062
|
}
|
|
3162
4063
|
],
|
|
3163
4064
|
"compatibility": {
|
|
@@ -3166,20 +4067,20 @@
|
|
|
3166
4067
|
}
|
|
3167
4068
|
},
|
|
3168
4069
|
{
|
|
3169
|
-
"name": "nuxt-
|
|
3170
|
-
"description": "
|
|
3171
|
-
"repo": "
|
|
3172
|
-
"npm": "nuxt-
|
|
3173
|
-
"icon": "nuxt-
|
|
3174
|
-
"github": "https://github.com/
|
|
3175
|
-
"website": "https://github.com/
|
|
3176
|
-
"learn_more": "https://
|
|
4070
|
+
"name": "nuxt-openapi-docs-module",
|
|
4071
|
+
"description": "Generate pages from OpenAPI specifications",
|
|
4072
|
+
"repo": "on-org/nuxt-openapi-docs-module",
|
|
4073
|
+
"npm": "nuxt-openapi-docs-module",
|
|
4074
|
+
"icon": "nuxt-openapi-docs-module.png",
|
|
4075
|
+
"github": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4076
|
+
"website": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4077
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
|
|
3177
4078
|
"category": "Libraries",
|
|
3178
4079
|
"type": "3rd-party",
|
|
3179
4080
|
"maintainers": [
|
|
3180
4081
|
{
|
|
3181
|
-
"name": "
|
|
3182
|
-
"github": "
|
|
4082
|
+
"name": "Pavel Kuzmin",
|
|
4083
|
+
"github": "s00d"
|
|
3183
4084
|
}
|
|
3184
4085
|
],
|
|
3185
4086
|
"compatibility": {
|
|
@@ -3188,42 +4089,48 @@
|
|
|
3188
4089
|
}
|
|
3189
4090
|
},
|
|
3190
4091
|
{
|
|
3191
|
-
"name": "nuxt-
|
|
3192
|
-
"description": "
|
|
3193
|
-
"repo": "
|
|
3194
|
-
"npm": "nuxt-
|
|
3195
|
-
"icon": "
|
|
3196
|
-
"github": "https://github.com/
|
|
3197
|
-
"website": "https://github.com/
|
|
3198
|
-
"learn_more": "
|
|
3199
|
-
"category": "
|
|
4092
|
+
"name": "nuxt-openid-connect",
|
|
4093
|
+
"description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
|
|
4094
|
+
"repo": "aborn/nuxt-openid-connect",
|
|
4095
|
+
"npm": "nuxt-openid-connect",
|
|
4096
|
+
"icon": "",
|
|
4097
|
+
"github": "https://github.com/aborn/nuxt-openid-connect",
|
|
4098
|
+
"website": "https://github.com/aborn/nuxt-openid-connect",
|
|
4099
|
+
"learn_more": "",
|
|
4100
|
+
"category": "Security",
|
|
3200
4101
|
"type": "3rd-party",
|
|
3201
4102
|
"maintainers": [
|
|
3202
4103
|
{
|
|
3203
|
-
"name": "
|
|
3204
|
-
"github": "
|
|
4104
|
+
"name": "Aborn Jiang",
|
|
4105
|
+
"github": "aborn"
|
|
4106
|
+
},
|
|
4107
|
+
{
|
|
4108
|
+
"name": "Khaled Almana",
|
|
4109
|
+
"github": "KhaledAlMana"
|
|
3205
4110
|
}
|
|
3206
4111
|
],
|
|
3207
4112
|
"compatibility": {
|
|
3208
4113
|
"nuxt": "^3.0.0",
|
|
3209
|
-
"requires": {}
|
|
4114
|
+
"requires": {},
|
|
4115
|
+
"devtools": "^0.0.0"
|
|
3210
4116
|
}
|
|
3211
4117
|
},
|
|
3212
4118
|
{
|
|
3213
|
-
"name": "nuxt-
|
|
3214
|
-
"description": "
|
|
3215
|
-
"repo": "
|
|
3216
|
-
"npm": "nuxt-
|
|
3217
|
-
"icon": "
|
|
3218
|
-
"github": "https://github.com/
|
|
3219
|
-
"website": "https://github.com/
|
|
4119
|
+
"name": "nuxt-payload-analyzer",
|
|
4120
|
+
"description": "Analyze Nuxt Payload Size",
|
|
4121
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
4122
|
+
"npm": "nuxt-payload-analyzer",
|
|
4123
|
+
"icon": "",
|
|
4124
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
4125
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
3220
4126
|
"learn_more": "",
|
|
3221
|
-
"category": "
|
|
4127
|
+
"category": "Performance",
|
|
3222
4128
|
"type": "3rd-party",
|
|
3223
4129
|
"maintainers": [
|
|
3224
4130
|
{
|
|
3225
|
-
"name": "
|
|
3226
|
-
"github": "
|
|
4131
|
+
"name": "Barbapapazes",
|
|
4132
|
+
"github": "Barbapapazes",
|
|
4133
|
+
"twitter": "soubiran_"
|
|
3227
4134
|
}
|
|
3228
4135
|
],
|
|
3229
4136
|
"compatibility": {
|
|
@@ -3254,6 +4161,28 @@
|
|
|
3254
4161
|
"requires": {}
|
|
3255
4162
|
}
|
|
3256
4163
|
},
|
|
4164
|
+
{
|
|
4165
|
+
"name": "nuxt-phosphor-icons",
|
|
4166
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
4167
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4168
|
+
"npm": "nuxt-phosphor-icons",
|
|
4169
|
+
"icon": "phosphor-icons.svg",
|
|
4170
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4171
|
+
"website": "https://nuxt-phosphor-icons.vercel.app",
|
|
4172
|
+
"learn_more": "https://nuxt-phosphor-icons.vercel.app",
|
|
4173
|
+
"category": "UI",
|
|
4174
|
+
"type": "3rd-party",
|
|
4175
|
+
"maintainers": [
|
|
4176
|
+
{
|
|
4177
|
+
"name": "OyewoleOyedeji",
|
|
4178
|
+
"github": "OyewoleOyedeji"
|
|
4179
|
+
}
|
|
4180
|
+
],
|
|
4181
|
+
"compatibility": {
|
|
4182
|
+
"nuxt": "^3.0.0",
|
|
4183
|
+
"requires": {}
|
|
4184
|
+
}
|
|
4185
|
+
},
|
|
3257
4186
|
{
|
|
3258
4187
|
"name": "nuxt-pino-log",
|
|
3259
4188
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3278,7 +4207,7 @@
|
|
|
3278
4207
|
},
|
|
3279
4208
|
{
|
|
3280
4209
|
"name": "plausible",
|
|
3281
|
-
"description": "Nuxt
|
|
4210
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3282
4211
|
"repo": "nuxt-modules/plausible",
|
|
3283
4212
|
"npm": "@nuxtjs/plausible",
|
|
3284
4213
|
"icon": "plausible.png",
|
|
@@ -3298,9 +4227,35 @@
|
|
|
3298
4227
|
"requires": {}
|
|
3299
4228
|
}
|
|
3300
4229
|
},
|
|
4230
|
+
{
|
|
4231
|
+
"name": "nuxt-plotly",
|
|
4232
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
4233
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
4234
|
+
"npm": "nuxt-plotly",
|
|
4235
|
+
"icon": "nuxt-plotly.svg",
|
|
4236
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
4237
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
4238
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
4239
|
+
"category": "Libraries",
|
|
4240
|
+
"type": "3rd-party",
|
|
4241
|
+
"maintainers": [
|
|
4242
|
+
{
|
|
4243
|
+
"name": "Supanut Dokmaithong",
|
|
4244
|
+
"github": "Boomgeek"
|
|
4245
|
+
},
|
|
4246
|
+
{
|
|
4247
|
+
"name": "superdev-tech",
|
|
4248
|
+
"github": "superdev-tech"
|
|
4249
|
+
}
|
|
4250
|
+
],
|
|
4251
|
+
"compatibility": {
|
|
4252
|
+
"nuxt": "^3.0.0",
|
|
4253
|
+
"requires": {}
|
|
4254
|
+
}
|
|
4255
|
+
},
|
|
3301
4256
|
{
|
|
3302
4257
|
"name": "nuxt-png-to-ico",
|
|
3303
|
-
"description": "Nuxt
|
|
4258
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3304
4259
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3305
4260
|
"npm": "nuxt-png-to-ico",
|
|
3306
4261
|
"icon": "",
|
|
@@ -3321,9 +4276,31 @@
|
|
|
3321
4276
|
"requires": {}
|
|
3322
4277
|
}
|
|
3323
4278
|
},
|
|
4279
|
+
{
|
|
4280
|
+
"name": "nuxt-posthog",
|
|
4281
|
+
"description": "Integrate PostHog into your application with minimal configuration",
|
|
4282
|
+
"repo": "mitjans/nuxt-posthog",
|
|
4283
|
+
"npm": "nuxt-posthog",
|
|
4284
|
+
"icon": "posthog.svg",
|
|
4285
|
+
"github": "https://github.com/mitjans/nuxt-posthog",
|
|
4286
|
+
"website": "https://nuxt-posthog.cmitjans.dev",
|
|
4287
|
+
"learn_more": "https://posthog.com",
|
|
4288
|
+
"category": "Analytics",
|
|
4289
|
+
"type": "3rd-party",
|
|
4290
|
+
"maintainers": [
|
|
4291
|
+
{
|
|
4292
|
+
"name": "Carles Mitjans",
|
|
4293
|
+
"github": "mitjans"
|
|
4294
|
+
}
|
|
4295
|
+
],
|
|
4296
|
+
"compatibility": {
|
|
4297
|
+
"nuxt": "^3.0.0",
|
|
4298
|
+
"requires": {}
|
|
4299
|
+
}
|
|
4300
|
+
},
|
|
3324
4301
|
{
|
|
3325
4302
|
"name": "nuxt-smartlook",
|
|
3326
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
4303
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3327
4304
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3328
4305
|
"npm": "nuxt-smartlook",
|
|
3329
4306
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3345,6 +4322,28 @@
|
|
|
3345
4322
|
"requires": {}
|
|
3346
4323
|
}
|
|
3347
4324
|
},
|
|
4325
|
+
{
|
|
4326
|
+
"name": "nuxt-social-share",
|
|
4327
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
4328
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
4329
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
4330
|
+
"icon": "nuxt-social-share.png",
|
|
4331
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4332
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4333
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
4334
|
+
"category": "Extensions",
|
|
4335
|
+
"type": "3rd-party",
|
|
4336
|
+
"maintainers": [
|
|
4337
|
+
{
|
|
4338
|
+
"name": "stefanobartoletti",
|
|
4339
|
+
"github": "stefanobartoletti"
|
|
4340
|
+
}
|
|
4341
|
+
],
|
|
4342
|
+
"compatibility": {
|
|
4343
|
+
"nuxt": "^3.0.0",
|
|
4344
|
+
"requires": {}
|
|
4345
|
+
}
|
|
4346
|
+
},
|
|
3348
4347
|
{
|
|
3349
4348
|
"name": "ssr-lit",
|
|
3350
4349
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -3375,10 +4374,10 @@
|
|
|
3375
4374
|
},
|
|
3376
4375
|
{
|
|
3377
4376
|
"name": "nuxt-storm",
|
|
3378
|
-
"description": "WebStorm & PHPStorm support for
|
|
4377
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3379
4378
|
"repo": "fumeapp/nuxt-storm",
|
|
3380
4379
|
"npm": "nuxt-storm",
|
|
3381
|
-
"icon": "
|
|
4380
|
+
"icon": "",
|
|
3382
4381
|
"github": "https://github.com/fumeapp/nuxt-storm",
|
|
3383
4382
|
"website": "https://github.com/fumeapp/nuxt-storm",
|
|
3384
4383
|
"learn_more": "https://github.com/fumeapp/nuxt-storm",
|
|
@@ -3395,6 +4394,30 @@
|
|
|
3395
4394
|
"requires": {}
|
|
3396
4395
|
}
|
|
3397
4396
|
},
|
|
4397
|
+
{
|
|
4398
|
+
"name": "nuxt-svgo-loader",
|
|
4399
|
+
"description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
|
|
4400
|
+
"repo": "Mini-ghost/nuxt-svgo-loader",
|
|
4401
|
+
"npm": "nuxt-svgo-loader",
|
|
4402
|
+
"icon": "",
|
|
4403
|
+
"github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4404
|
+
"website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4405
|
+
"learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4406
|
+
"category": "Images",
|
|
4407
|
+
"type": "3rd-party",
|
|
4408
|
+
"maintainers": [
|
|
4409
|
+
{
|
|
4410
|
+
"name": "Alex Liu",
|
|
4411
|
+
"github": "Mini-ghost",
|
|
4412
|
+
"twitter": "Minighost_Alex"
|
|
4413
|
+
}
|
|
4414
|
+
],
|
|
4415
|
+
"compatibility": {
|
|
4416
|
+
"nuxt": "^3.0.0",
|
|
4417
|
+
"requires": {},
|
|
4418
|
+
"devtools": "^0.0.0"
|
|
4419
|
+
}
|
|
4420
|
+
},
|
|
3398
4421
|
{
|
|
3399
4422
|
"name": "nuxt-svgo",
|
|
3400
4423
|
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
@@ -3419,7 +4442,7 @@
|
|
|
3419
4442
|
},
|
|
3420
4443
|
{
|
|
3421
4444
|
"name": "nuxt-unleash",
|
|
3422
|
-
"description": "Nuxt
|
|
4445
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3423
4446
|
"repo": "conejerock/nuxt-unleash",
|
|
3424
4447
|
"npm": "nuxt-unleash",
|
|
3425
4448
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3439,28 +4462,6 @@
|
|
|
3439
4462
|
"requires": {}
|
|
3440
4463
|
}
|
|
3441
4464
|
},
|
|
3442
|
-
{
|
|
3443
|
-
"name": "nuxt-use-motion",
|
|
3444
|
-
"description": "A Nuxt module putting your components in motion",
|
|
3445
|
-
"repo": "Tahul/nuxt-use-motion",
|
|
3446
|
-
"npm": "nuxt-use-motion",
|
|
3447
|
-
"icon": "nuxt-use-motion.svg",
|
|
3448
|
-
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
3449
|
-
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
3450
|
-
"learn_more": "https://github.com/vueuse/motion",
|
|
3451
|
-
"category": "Libraries",
|
|
3452
|
-
"type": "3rd-party",
|
|
3453
|
-
"maintainers": [
|
|
3454
|
-
{
|
|
3455
|
-
"name": "Tahul",
|
|
3456
|
-
"github": "Tahul"
|
|
3457
|
-
}
|
|
3458
|
-
],
|
|
3459
|
-
"compatibility": {
|
|
3460
|
-
"nuxt": "^2.0.0",
|
|
3461
|
-
"requires": {}
|
|
3462
|
-
}
|
|
3463
|
-
},
|
|
3464
4465
|
{
|
|
3465
4466
|
"name": "nuxt-use-sound",
|
|
3466
4467
|
"description": "A Nuxt module for playing sound effects.",
|
|
@@ -3510,12 +4511,12 @@
|
|
|
3510
4511
|
{
|
|
3511
4512
|
"name": "nuxt-vue3-google-signin",
|
|
3512
4513
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3513
|
-
"repo": "
|
|
4514
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3514
4515
|
"npm": "nuxt-vue3-google-signin",
|
|
3515
4516
|
"icon": "vue3-google-signin.svg",
|
|
3516
|
-
"github": "https://github.com/
|
|
3517
|
-
"website": "https://vue3-google-signin.
|
|
3518
|
-
"learn_more": "https://vue3-google-signin.
|
|
4517
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
4518
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
4519
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3519
4520
|
"category": "Libraries",
|
|
3520
4521
|
"type": "3rd-party",
|
|
3521
4522
|
"maintainers": [
|
|
@@ -3530,20 +4531,64 @@
|
|
|
3530
4531
|
}
|
|
3531
4532
|
},
|
|
3532
4533
|
{
|
|
3533
|
-
"name": "nuxt-
|
|
3534
|
-
"description": "
|
|
3535
|
-
"repo": "
|
|
3536
|
-
"npm": "
|
|
3537
|
-
"icon": "
|
|
3538
|
-
"github": "https://github.com/
|
|
3539
|
-
"website": "https://
|
|
3540
|
-
"learn_more": "
|
|
3541
|
-
"category": "
|
|
4534
|
+
"name": "nuxt-zod-i18n",
|
|
4535
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
4536
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
4537
|
+
"npm": "nuxt-zod-i18n",
|
|
4538
|
+
"icon": "nuxt-zod-i18n.svg",
|
|
4539
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
4540
|
+
"website": "https://xibman-nuxt-zod-i18n.nuxt.space",
|
|
4541
|
+
"learn_more": "",
|
|
4542
|
+
"category": "Libraries",
|
|
4543
|
+
"type": "3rd-party",
|
|
4544
|
+
"maintainers": [
|
|
4545
|
+
{
|
|
4546
|
+
"name": "xibman",
|
|
4547
|
+
"github": "xibman"
|
|
4548
|
+
}
|
|
4549
|
+
],
|
|
4550
|
+
"compatibility": {
|
|
4551
|
+
"nuxt": "^3.0.0",
|
|
4552
|
+
"requires": {}
|
|
4553
|
+
}
|
|
4554
|
+
},
|
|
4555
|
+
{
|
|
4556
|
+
"name": "nuxt3-interpolation",
|
|
4557
|
+
"description": "",
|
|
4558
|
+
"repo": "daliborgogic/interpolation#master",
|
|
4559
|
+
"npm": "nuxt3-interpolation",
|
|
4560
|
+
"icon": "",
|
|
4561
|
+
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4562
|
+
"website": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4563
|
+
"learn_more": "",
|
|
4564
|
+
"category": "Devtools",
|
|
4565
|
+
"type": "3rd-party",
|
|
4566
|
+
"maintainers": [
|
|
4567
|
+
{
|
|
4568
|
+
"name": "daliborgogic",
|
|
4569
|
+
"github": "daliborgogic"
|
|
4570
|
+
}
|
|
4571
|
+
],
|
|
4572
|
+
"compatibility": {
|
|
4573
|
+
"nuxt": "^3.0.0",
|
|
4574
|
+
"requires": {}
|
|
4575
|
+
}
|
|
4576
|
+
},
|
|
4577
|
+
{
|
|
4578
|
+
"name": "nuxt3-leaflet",
|
|
4579
|
+
"description": "Leaflet integration with Nuxt",
|
|
4580
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4581
|
+
"npm": "nuxt3-leaflet",
|
|
4582
|
+
"icon": "leaflet.png",
|
|
4583
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4584
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4585
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4586
|
+
"category": "Libraries",
|
|
3542
4587
|
"type": "3rd-party",
|
|
3543
4588
|
"maintainers": [
|
|
3544
4589
|
{
|
|
3545
|
-
"name": "
|
|
3546
|
-
"github": "
|
|
4590
|
+
"name": "Augustin MERCIER",
|
|
4591
|
+
"github": "Gugustinette"
|
|
3547
4592
|
}
|
|
3548
4593
|
],
|
|
3549
4594
|
"compatibility": {
|
|
@@ -3553,7 +4598,7 @@
|
|
|
3553
4598
|
},
|
|
3554
4599
|
{
|
|
3555
4600
|
"name": "nuxt7",
|
|
3556
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4601
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3557
4602
|
"repo": "nuxt-community/nuxt7",
|
|
3558
4603
|
"npm": "nuxt7",
|
|
3559
4604
|
"icon": "",
|
|
@@ -3576,15 +4621,15 @@
|
|
|
3576
4621
|
},
|
|
3577
4622
|
{
|
|
3578
4623
|
"name": "og-image",
|
|
3579
|
-
"description": "
|
|
3580
|
-
"repo": "
|
|
4624
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
4625
|
+
"repo": "nuxt-modules/og-image",
|
|
3581
4626
|
"npm": "nuxt-og-image",
|
|
3582
|
-
"icon": "",
|
|
3583
|
-
"github": "https://github.com/
|
|
3584
|
-
"website": "https://
|
|
3585
|
-
"learn_more": "",
|
|
4627
|
+
"icon": "og-image.svg",
|
|
4628
|
+
"github": "https://github.com/nuxt-modules/og-image",
|
|
4629
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4630
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
3586
4631
|
"category": "SEO",
|
|
3587
|
-
"type": "
|
|
4632
|
+
"type": "community",
|
|
3588
4633
|
"maintainers": [
|
|
3589
4634
|
{
|
|
3590
4635
|
"name": "Harlan Wilton",
|
|
@@ -3595,7 +4640,8 @@
|
|
|
3595
4640
|
],
|
|
3596
4641
|
"compatibility": {
|
|
3597
4642
|
"nuxt": "^3.0.0",
|
|
3598
|
-
"requires": {}
|
|
4643
|
+
"requires": {},
|
|
4644
|
+
"devtools": "^0.0.0"
|
|
3599
4645
|
}
|
|
3600
4646
|
},
|
|
3601
4647
|
{
|
|
@@ -3623,13 +4669,13 @@
|
|
|
3623
4669
|
},
|
|
3624
4670
|
{
|
|
3625
4671
|
"name": "optimized-images",
|
|
3626
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4672
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
3627
4673
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
3628
4674
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
3629
4675
|
"icon": "",
|
|
3630
4676
|
"github": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
3631
|
-
"website": "https://
|
|
3632
|
-
"learn_more": "",
|
|
4677
|
+
"website": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
4678
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
|
|
3633
4679
|
"category": "Images",
|
|
3634
4680
|
"type": "3rd-party",
|
|
3635
4681
|
"maintainers": [
|
|
@@ -3668,7 +4714,7 @@
|
|
|
3668
4714
|
},
|
|
3669
4715
|
{
|
|
3670
4716
|
"name": "parse",
|
|
3671
|
-
"description": "Parse package for Nuxt
|
|
4717
|
+
"description": "Parse package for Nuxt",
|
|
3672
4718
|
"repo": "cierrateam/nuxt-parse",
|
|
3673
4719
|
"npm": "nuxt-parse",
|
|
3674
4720
|
"icon": "",
|
|
@@ -3688,6 +4734,29 @@
|
|
|
3688
4734
|
"requires": {}
|
|
3689
4735
|
}
|
|
3690
4736
|
},
|
|
4737
|
+
{
|
|
4738
|
+
"name": "particles",
|
|
4739
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4740
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4741
|
+
"npm": "nuxt-particles",
|
|
4742
|
+
"icon": "",
|
|
4743
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4744
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4745
|
+
"learn_more": "https://particles.js.org/",
|
|
4746
|
+
"category": "Libraries",
|
|
4747
|
+
"type": "3rd-party",
|
|
4748
|
+
"maintainers": [
|
|
4749
|
+
{
|
|
4750
|
+
"name": "Joey Pereira",
|
|
4751
|
+
"github": "Joepocalyptic",
|
|
4752
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4753
|
+
}
|
|
4754
|
+
],
|
|
4755
|
+
"compatibility": {
|
|
4756
|
+
"nuxt": "^3.0.0",
|
|
4757
|
+
"requires": {}
|
|
4758
|
+
}
|
|
4759
|
+
},
|
|
3691
4760
|
{
|
|
3692
4761
|
"name": "partytown",
|
|
3693
4762
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -3713,6 +4782,52 @@
|
|
|
3713
4782
|
}
|
|
3714
4783
|
}
|
|
3715
4784
|
},
|
|
4785
|
+
{
|
|
4786
|
+
"name": "paypal",
|
|
4787
|
+
"description": "A Nuxt module for simplifying the use of Paypal in your project.",
|
|
4788
|
+
"repo": "arashsheyda/nuxt-paypal",
|
|
4789
|
+
"npm": "nuxt-paypal",
|
|
4790
|
+
"icon": "paypal.svg",
|
|
4791
|
+
"github": "https://github.com/arashsheyda/nuxt-paypal",
|
|
4792
|
+
"website": "https://github.com/arashsheyda/nuxt-paypal#readme",
|
|
4793
|
+
"learn_more": "https://developer.paypal.com/sdk/js/reference/",
|
|
4794
|
+
"category": "Payment",
|
|
4795
|
+
"type": "3rd-party",
|
|
4796
|
+
"maintainers": [
|
|
4797
|
+
{
|
|
4798
|
+
"name": "Arash Sheyda",
|
|
4799
|
+
"github": "arashsheyda"
|
|
4800
|
+
}
|
|
4801
|
+
],
|
|
4802
|
+
"compatibility": {
|
|
4803
|
+
"nuxt": "^3.0.0",
|
|
4804
|
+
"requires": {}
|
|
4805
|
+
}
|
|
4806
|
+
},
|
|
4807
|
+
{
|
|
4808
|
+
"name": "pdfeasy",
|
|
4809
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
4810
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
4811
|
+
"npm": "nuxt-pdfeasy",
|
|
4812
|
+
"icon": "pdfeasy.png",
|
|
4813
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
4814
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
4815
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
4816
|
+
"category": "Extensions",
|
|
4817
|
+
"type": "3rd-party",
|
|
4818
|
+
"maintainers": [
|
|
4819
|
+
{
|
|
4820
|
+
"name": "Giovane Cardoso",
|
|
4821
|
+
"github": "novout",
|
|
4822
|
+
"twitter": "novoutttttt",
|
|
4823
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
4824
|
+
}
|
|
4825
|
+
],
|
|
4826
|
+
"compatibility": {
|
|
4827
|
+
"nuxt": "^3.0.0",
|
|
4828
|
+
"requires": {}
|
|
4829
|
+
}
|
|
4830
|
+
},
|
|
3716
4831
|
{
|
|
3717
4832
|
"name": "persian-datepicker",
|
|
3718
4833
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3810,7 +4925,7 @@
|
|
|
3810
4925
|
},
|
|
3811
4926
|
{
|
|
3812
4927
|
"name": "plausible",
|
|
3813
|
-
"description": "Nuxt
|
|
4928
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3814
4929
|
"repo": "nuxt-modules/plausible",
|
|
3815
4930
|
"npm": "@nuxtjs/plausible",
|
|
3816
4931
|
"icon": "",
|
|
@@ -3852,9 +4967,56 @@
|
|
|
3852
4967
|
"requires": {}
|
|
3853
4968
|
}
|
|
3854
4969
|
},
|
|
4970
|
+
{
|
|
4971
|
+
"name": "prepare",
|
|
4972
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4973
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4974
|
+
"npm": "nuxt-prepare",
|
|
4975
|
+
"icon": "prepare.svg",
|
|
4976
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4977
|
+
"website": "https://nuxt-prepare.byjohann.dev",
|
|
4978
|
+
"learn_more": "",
|
|
4979
|
+
"category": "Devtools",
|
|
4980
|
+
"type": "3rd-party",
|
|
4981
|
+
"maintainers": [
|
|
4982
|
+
{
|
|
4983
|
+
"name": "Johann Schopplich",
|
|
4984
|
+
"github": "johannschopplich",
|
|
4985
|
+
"twitter": "jschopplich",
|
|
4986
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
4987
|
+
}
|
|
4988
|
+
],
|
|
4989
|
+
"compatibility": {
|
|
4990
|
+
"nuxt": "^3.0.0",
|
|
4991
|
+
"requires": {}
|
|
4992
|
+
}
|
|
4993
|
+
},
|
|
4994
|
+
{
|
|
4995
|
+
"name": "primevue",
|
|
4996
|
+
"description": "Next Generation Vue UI Component Library",
|
|
4997
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
4998
|
+
"npm": "nuxt-primevue",
|
|
4999
|
+
"icon": "primevue.svg",
|
|
5000
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
5001
|
+
"website": "https://primevue.org/",
|
|
5002
|
+
"learn_more": "https://primevue.org/",
|
|
5003
|
+
"category": "UI",
|
|
5004
|
+
"type": "3rd-party",
|
|
5005
|
+
"maintainers": [
|
|
5006
|
+
{
|
|
5007
|
+
"name": "primefaces",
|
|
5008
|
+
"github": "primefaces",
|
|
5009
|
+
"twitter": "primevue"
|
|
5010
|
+
}
|
|
5011
|
+
],
|
|
5012
|
+
"compatibility": {
|
|
5013
|
+
"nuxt": "^3.0.0",
|
|
5014
|
+
"requires": {}
|
|
5015
|
+
}
|
|
5016
|
+
},
|
|
3855
5017
|
{
|
|
3856
5018
|
"name": "prismic",
|
|
3857
|
-
"description": "Easily connect your Nuxt
|
|
5019
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
3858
5020
|
"repo": "nuxt-modules/prismic",
|
|
3859
5021
|
"npm": "@nuxtjs/prismic",
|
|
3860
5022
|
"icon": "prismic.png",
|
|
@@ -3921,7 +5083,7 @@
|
|
|
3921
5083
|
},
|
|
3922
5084
|
{
|
|
3923
5085
|
"name": "proxy",
|
|
3924
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
5086
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
3925
5087
|
"repo": "nuxt-community/proxy-module",
|
|
3926
5088
|
"npm": "@nuxtjs/proxy",
|
|
3927
5089
|
"icon": "",
|
|
@@ -3967,7 +5129,7 @@
|
|
|
3967
5129
|
},
|
|
3968
5130
|
{
|
|
3969
5131
|
"name": "purgecss",
|
|
3970
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
5132
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
3971
5133
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
3972
5134
|
"npm": "nuxt-purgecss",
|
|
3973
5135
|
"icon": "purgecss.png",
|
|
@@ -3989,7 +5151,7 @@
|
|
|
3989
5151
|
},
|
|
3990
5152
|
{
|
|
3991
5153
|
"name": "pwa",
|
|
3992
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
5154
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
3993
5155
|
"repo": "nuxt-community/pwa-module",
|
|
3994
5156
|
"npm": "@nuxtjs/pwa",
|
|
3995
5157
|
"icon": "pwa.png",
|
|
@@ -4014,7 +5176,7 @@
|
|
|
4014
5176
|
},
|
|
4015
5177
|
{
|
|
4016
5178
|
"name": "python",
|
|
4017
|
-
"description": "Write Nuxt
|
|
5179
|
+
"description": "Write Nuxt applications using Python",
|
|
4018
5180
|
"repo": "nuxt-community/python-module",
|
|
4019
5181
|
"npm": "@nuxtjs/python",
|
|
4020
5182
|
"icon": "python.png",
|
|
@@ -4047,8 +5209,66 @@
|
|
|
4047
5209
|
"type": "3rd-party",
|
|
4048
5210
|
"maintainers": [
|
|
4049
5211
|
{
|
|
4050
|
-
"name": "Ege İliklier",
|
|
4051
|
-
"github": "Maiquu"
|
|
5212
|
+
"name": "Ege İliklier",
|
|
5213
|
+
"github": "Maiquu"
|
|
5214
|
+
}
|
|
5215
|
+
],
|
|
5216
|
+
"compatibility": {
|
|
5217
|
+
"nuxt": "^3.0.0",
|
|
5218
|
+
"requires": {},
|
|
5219
|
+
"devtools": "^0.0.0"
|
|
5220
|
+
}
|
|
5221
|
+
},
|
|
5222
|
+
{
|
|
5223
|
+
"name": "radash",
|
|
5224
|
+
"description": "radash module with auto-import and custom prefix",
|
|
5225
|
+
"repo": "bbg/nuxt-radash",
|
|
5226
|
+
"npm": "nuxt-radash",
|
|
5227
|
+
"icon": "radash.png",
|
|
5228
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
5229
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
5230
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
5231
|
+
"category": "Libraries",
|
|
5232
|
+
"type": "3rd-party",
|
|
5233
|
+
"maintainers": [
|
|
5234
|
+
{
|
|
5235
|
+
"name": "Batuhan Göksu",
|
|
5236
|
+
"github": "bbg"
|
|
5237
|
+
}
|
|
5238
|
+
],
|
|
5239
|
+
"compatibility": {
|
|
5240
|
+
"nuxt": "^3.0.0",
|
|
5241
|
+
"requires": {}
|
|
5242
|
+
}
|
|
5243
|
+
},
|
|
5244
|
+
{
|
|
5245
|
+
"name": "radix-vue",
|
|
5246
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
5247
|
+
"repo": "radix-vue/radix-vue",
|
|
5248
|
+
"npm": "radix-vue",
|
|
5249
|
+
"icon": "radix-vue.svg",
|
|
5250
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
5251
|
+
"website": "https://www.radix-vue.com/",
|
|
5252
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
5253
|
+
"category": "UI",
|
|
5254
|
+
"type": "3rd-party",
|
|
5255
|
+
"maintainers": [
|
|
5256
|
+
{
|
|
5257
|
+
"name": "Zernonia",
|
|
5258
|
+
"github": "zernonia",
|
|
5259
|
+
"twitter": "zernonia"
|
|
5260
|
+
},
|
|
5261
|
+
{
|
|
5262
|
+
"name": "Khairul Haaziq",
|
|
5263
|
+
"github": "khairulhaaziq"
|
|
5264
|
+
},
|
|
5265
|
+
{
|
|
5266
|
+
"name": "Mujahid Anuar",
|
|
5267
|
+
"github": "mujahidfa"
|
|
5268
|
+
},
|
|
5269
|
+
{
|
|
5270
|
+
"name": "Max",
|
|
5271
|
+
"github": "onmax"
|
|
4052
5272
|
}
|
|
4053
5273
|
],
|
|
4054
5274
|
"compatibility": {
|
|
@@ -4058,7 +5278,7 @@
|
|
|
4058
5278
|
},
|
|
4059
5279
|
{
|
|
4060
5280
|
"name": "recaptcha",
|
|
4061
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
5281
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4062
5282
|
"repo": "nuxt-community/recaptcha-module",
|
|
4063
5283
|
"npm": "@nuxtjs/recaptcha",
|
|
4064
5284
|
"icon": "recaptcha.png",
|
|
@@ -4101,9 +5321,32 @@
|
|
|
4101
5321
|
"requires": {}
|
|
4102
5322
|
}
|
|
4103
5323
|
},
|
|
5324
|
+
{
|
|
5325
|
+
"name": "resend",
|
|
5326
|
+
"description": "Resend integration for Nuxt",
|
|
5327
|
+
"repo": "nhedger/nuxt-resend",
|
|
5328
|
+
"npm": "nuxt-resend",
|
|
5329
|
+
"icon": "resend.svg",
|
|
5330
|
+
"github": "https://github.com/nhedger/nuxt-resend",
|
|
5331
|
+
"website": "https://github.com/nhedger/nuxt-resend",
|
|
5332
|
+
"learn_more": "https://resend.com",
|
|
5333
|
+
"category": "Extensions",
|
|
5334
|
+
"type": "3rd-party",
|
|
5335
|
+
"maintainers": [
|
|
5336
|
+
{
|
|
5337
|
+
"name": "Nicolas Hedger",
|
|
5338
|
+
"github": "nhedger",
|
|
5339
|
+
"twitter": "nicolashedger"
|
|
5340
|
+
}
|
|
5341
|
+
],
|
|
5342
|
+
"compatibility": {
|
|
5343
|
+
"nuxt": "^3.0.0",
|
|
5344
|
+
"requires": {}
|
|
5345
|
+
}
|
|
5346
|
+
},
|
|
4104
5347
|
{
|
|
4105
5348
|
"name": "rfg-icon",
|
|
4106
|
-
"description": "Nuxt
|
|
5349
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4107
5350
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4108
5351
|
"npm": "nuxt-rfg-icon",
|
|
4109
5352
|
"icon": "real-favicon-generator.png",
|
|
@@ -4125,13 +5368,13 @@
|
|
|
4125
5368
|
},
|
|
4126
5369
|
{
|
|
4127
5370
|
"name": "robots",
|
|
4128
|
-
"description": "A Nuxt
|
|
4129
|
-
"repo": "nuxt-
|
|
5371
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
5372
|
+
"repo": "nuxt-modules/robots",
|
|
4130
5373
|
"npm": "@nuxtjs/robots",
|
|
4131
5374
|
"icon": "robots.png",
|
|
4132
|
-
"github": "https://github.com/nuxt-
|
|
4133
|
-
"website": "https://github.com/nuxt-
|
|
4134
|
-
"learn_more": "
|
|
5375
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
5376
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
5377
|
+
"learn_more": "",
|
|
4135
5378
|
"category": "SEO",
|
|
4136
5379
|
"type": "community",
|
|
4137
5380
|
"maintainers": [
|
|
@@ -4149,23 +5392,23 @@
|
|
|
4149
5392
|
},
|
|
4150
5393
|
{
|
|
4151
5394
|
"name": "rollbar",
|
|
4152
|
-
"description": "
|
|
4153
|
-
"repo": "
|
|
4154
|
-
"npm": "nuxt-rollbar
|
|
5395
|
+
"description": "Nuxt 3 module to integrate Rollbar.",
|
|
5396
|
+
"repo": "jairoblatt/nuxt-rollbar",
|
|
5397
|
+
"npm": "nuxt-rollbar",
|
|
4155
5398
|
"icon": "rollbar.png",
|
|
4156
|
-
"github": "https://github.com/
|
|
4157
|
-
"website": "https://github.com/
|
|
5399
|
+
"github": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
5400
|
+
"website": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
4158
5401
|
"learn_more": "https://docs.rollbar.com/docs/javascript",
|
|
4159
5402
|
"category": "Monitoring",
|
|
4160
5403
|
"type": "3rd-party",
|
|
4161
5404
|
"maintainers": [
|
|
4162
5405
|
{
|
|
4163
|
-
"name": "
|
|
4164
|
-
"github": "
|
|
5406
|
+
"name": "Jairo Blatt",
|
|
5407
|
+
"github": "jairoblatt"
|
|
4165
5408
|
}
|
|
4166
5409
|
],
|
|
4167
5410
|
"compatibility": {
|
|
4168
|
-
"nuxt": "^
|
|
5411
|
+
"nuxt": "^3.0.0",
|
|
4169
5412
|
"requires": {}
|
|
4170
5413
|
}
|
|
4171
5414
|
},
|
|
@@ -4194,7 +5437,7 @@
|
|
|
4194
5437
|
},
|
|
4195
5438
|
{
|
|
4196
5439
|
"name": "router",
|
|
4197
|
-
"description": "Nuxt
|
|
5440
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4198
5441
|
"repo": "nuxt-community/router-module",
|
|
4199
5442
|
"npm": "@nuxtjs/router",
|
|
4200
5443
|
"icon": "vue.png",
|
|
@@ -4242,13 +5485,13 @@
|
|
|
4242
5485
|
},
|
|
4243
5486
|
{
|
|
4244
5487
|
"name": "schema-org",
|
|
4245
|
-
"description": "
|
|
4246
|
-
"repo": "
|
|
5488
|
+
"description": "Quick and easy Schema.org graphs.",
|
|
5489
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4247
5490
|
"npm": "nuxt-schema-org",
|
|
4248
5491
|
"icon": "schema-org.svg",
|
|
4249
|
-
"github": "https://github.com/
|
|
4250
|
-
"website": "https://
|
|
4251
|
-
"learn_more": "https://
|
|
5492
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
5493
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
5494
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4252
5495
|
"category": "SEO",
|
|
4253
5496
|
"type": "3rd-party",
|
|
4254
5497
|
"maintainers": [
|
|
@@ -4311,13 +5554,13 @@
|
|
|
4311
5554
|
},
|
|
4312
5555
|
{
|
|
4313
5556
|
"name": "segment",
|
|
4314
|
-
"description": "Nuxt
|
|
5557
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4315
5558
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4316
5559
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4317
5560
|
"icon": "segment.png",
|
|
4318
5561
|
"github": "https://github.com/dansmaculotte/nuxt-segment",
|
|
4319
5562
|
"website": "https://github.com/dansmaculotte/nuxt-segment",
|
|
4320
|
-
"learn_more": "
|
|
5563
|
+
"learn_more": "",
|
|
4321
5564
|
"category": "Analytics",
|
|
4322
5565
|
"type": "3rd-party",
|
|
4323
5566
|
"maintainers": [
|
|
@@ -4333,10 +5576,10 @@
|
|
|
4333
5576
|
},
|
|
4334
5577
|
{
|
|
4335
5578
|
"name": "sentry",
|
|
4336
|
-
"description": "Sentry module for Nuxt
|
|
5579
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4337
5580
|
"repo": "nuxt-community/sentry-module",
|
|
4338
5581
|
"npm": "@nuxtjs/sentry",
|
|
4339
|
-
"icon": "sentry.
|
|
5582
|
+
"icon": "sentry.svg",
|
|
4340
5583
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4341
5584
|
"website": "https://sentry.nuxtjs.org/",
|
|
4342
5585
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4354,20 +5597,22 @@
|
|
|
4354
5597
|
}
|
|
4355
5598
|
},
|
|
4356
5599
|
{
|
|
4357
|
-
"name": "seo-
|
|
4358
|
-
"description": "
|
|
4359
|
-
"repo": "harlan-zw/nuxt-seo-
|
|
4360
|
-
"npm": "nuxt-seo-
|
|
4361
|
-
"icon": "seo-
|
|
4362
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-
|
|
4363
|
-
"website": "https://
|
|
4364
|
-
"learn_more": "",
|
|
5600
|
+
"name": "seo-experiments",
|
|
5601
|
+
"description": "Powerful SEO DX improvements.",
|
|
5602
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5603
|
+
"npm": "nuxt-seo-experiments",
|
|
5604
|
+
"icon": "seo-experiments.svg",
|
|
5605
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5606
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5607
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
4365
5608
|
"category": "SEO",
|
|
4366
5609
|
"type": "3rd-party",
|
|
4367
5610
|
"maintainers": [
|
|
4368
5611
|
{
|
|
4369
|
-
"name": "
|
|
4370
|
-
"github": "harlan-zw"
|
|
5612
|
+
"name": "Harlan Wilton",
|
|
5613
|
+
"github": "harlan-zw",
|
|
5614
|
+
"twitter": "harlan_zw",
|
|
5615
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4371
5616
|
}
|
|
4372
5617
|
],
|
|
4373
5618
|
"compatibility": {
|
|
@@ -4398,9 +5643,31 @@
|
|
|
4398
5643
|
"requires": {}
|
|
4399
5644
|
}
|
|
4400
5645
|
},
|
|
5646
|
+
{
|
|
5647
|
+
"name": "seo",
|
|
5648
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
5649
|
+
"repo": "harlan-zw/nuxt-seo",
|
|
5650
|
+
"npm": "@nuxtjs/seo",
|
|
5651
|
+
"icon": "nuxt.svg",
|
|
5652
|
+
"github": "https://github.com/harlan-zw/nuxt-seo",
|
|
5653
|
+
"website": "https://nuxtseo.com/",
|
|
5654
|
+
"learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
5655
|
+
"category": "SEO",
|
|
5656
|
+
"type": "3rd-party",
|
|
5657
|
+
"maintainers": [
|
|
5658
|
+
{
|
|
5659
|
+
"name": "harlan-zw",
|
|
5660
|
+
"github": "harlan-zw"
|
|
5661
|
+
}
|
|
5662
|
+
],
|
|
5663
|
+
"compatibility": {
|
|
5664
|
+
"nuxt": "^3.0.0",
|
|
5665
|
+
"requires": {}
|
|
5666
|
+
}
|
|
5667
|
+
},
|
|
4401
5668
|
{
|
|
4402
5669
|
"name": "seomatic-meta",
|
|
4403
|
-
"description": "A Nuxt
|
|
5670
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4404
5671
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4405
5672
|
"npm": "nuxt-seomatic-meta",
|
|
4406
5673
|
"icon": "seomatic.png",
|
|
@@ -4443,6 +5710,29 @@
|
|
|
4443
5710
|
"requires": {}
|
|
4444
5711
|
}
|
|
4445
5712
|
},
|
|
5713
|
+
{
|
|
5714
|
+
"name": "server-block",
|
|
5715
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5716
|
+
"repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
|
|
5717
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
5718
|
+
"icon": "server-block.svg",
|
|
5719
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
5720
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5721
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5722
|
+
"category": "Extensions",
|
|
5723
|
+
"type": "3rd-party",
|
|
5724
|
+
"maintainers": [
|
|
5725
|
+
{
|
|
5726
|
+
"name": "Hebilicious",
|
|
5727
|
+
"github": "Hebilicious",
|
|
5728
|
+
"twitter": "its_hebilicious"
|
|
5729
|
+
}
|
|
5730
|
+
],
|
|
5731
|
+
"compatibility": {
|
|
5732
|
+
"nuxt": "^3.0.0",
|
|
5733
|
+
"requires": {}
|
|
5734
|
+
}
|
|
5735
|
+
},
|
|
4446
5736
|
{
|
|
4447
5737
|
"name": "session",
|
|
4448
5738
|
"description": "Session middleware to persist user data across requests, a client-side useSession composable to interact with the session, supports many storage backends via unjs/unstorage",
|
|
@@ -4468,7 +5758,7 @@
|
|
|
4468
5758
|
},
|
|
4469
5759
|
{
|
|
4470
5760
|
"name": "shopify",
|
|
4471
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5761
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4472
5762
|
"repo": "Gomah/nuxt-shopify",
|
|
4473
5763
|
"npm": "nuxt-shopify",
|
|
4474
5764
|
"icon": "shopify.png",
|
|
@@ -4489,7 +5779,7 @@
|
|
|
4489
5779
|
}
|
|
4490
5780
|
},
|
|
4491
5781
|
{
|
|
4492
|
-
"name": "
|
|
5782
|
+
"name": "sidebase-auth",
|
|
4493
5783
|
"description": "Zero-boilerplate authentication for nuxt 3 with support for many strategies (oauth, credentials, ...) and providers (google, azure, ...). Additionally supports session manipulation, client- and server-side protection and more.",
|
|
4494
5784
|
"repo": "sidebase/nuxt-auth",
|
|
4495
5785
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -4535,13 +5825,13 @@
|
|
|
4535
5825
|
},
|
|
4536
5826
|
{
|
|
4537
5827
|
"name": "simple-robots",
|
|
4538
|
-
"description": "
|
|
5828
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
4539
5829
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4540
5830
|
"npm": "nuxt-simple-robots",
|
|
4541
|
-
"icon": "",
|
|
5831
|
+
"icon": "simple-robots.svg",
|
|
4542
5832
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4543
|
-
"website": "https://
|
|
4544
|
-
"learn_more": "",
|
|
5833
|
+
"website": "https://nuxtseo.com/robots",
|
|
5834
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
4545
5835
|
"category": "SEO",
|
|
4546
5836
|
"type": "3rd-party",
|
|
4547
5837
|
"maintainers": [
|
|
@@ -4558,41 +5848,23 @@
|
|
|
4558
5848
|
}
|
|
4559
5849
|
},
|
|
4560
5850
|
{
|
|
4561
|
-
"name": "
|
|
4562
|
-
"description": "
|
|
4563
|
-
"repo": "
|
|
4564
|
-
"npm": "
|
|
4565
|
-
"icon": "",
|
|
4566
|
-
"github": "https://github.com/
|
|
4567
|
-
"website": "https://
|
|
4568
|
-
"learn_more": "",
|
|
5851
|
+
"name": "sitemap",
|
|
5852
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
5853
|
+
"repo": "nuxt-modules/sitemap",
|
|
5854
|
+
"npm": "@nuxtjs/sitemap",
|
|
5855
|
+
"icon": "simple-sitemap.svg",
|
|
5856
|
+
"github": "https://github.com/nuxt-modules/sitemap",
|
|
5857
|
+
"website": "https://nuxtseo.com/",
|
|
5858
|
+
"learn_more": "https://nuxtseo.com/sitemap",
|
|
4569
5859
|
"category": "SEO",
|
|
4570
|
-
"type": "
|
|
5860
|
+
"type": "community",
|
|
4571
5861
|
"maintainers": [
|
|
4572
5862
|
{
|
|
4573
5863
|
"name": "Harlan Wilton",
|
|
4574
5864
|
"github": "harlan-zw",
|
|
4575
5865
|
"twitter": "harlan_zw",
|
|
4576
5866
|
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4577
|
-
}
|
|
4578
|
-
],
|
|
4579
|
-
"compatibility": {
|
|
4580
|
-
"nuxt": "^3.0.0",
|
|
4581
|
-
"requires": {}
|
|
4582
|
-
}
|
|
4583
|
-
},
|
|
4584
|
-
{
|
|
4585
|
-
"name": "sitemap",
|
|
4586
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
|
|
4587
|
-
"repo": "nuxt-community/sitemap-module#dev",
|
|
4588
|
-
"npm": "@nuxtjs/sitemap",
|
|
4589
|
-
"icon": "",
|
|
4590
|
-
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
4591
|
-
"website": "https://sitemap.nuxtjs.org",
|
|
4592
|
-
"learn_more": "",
|
|
4593
|
-
"category": "SEO",
|
|
4594
|
-
"type": "community",
|
|
4595
|
-
"maintainers": [
|
|
5867
|
+
},
|
|
4596
5868
|
{
|
|
4597
5869
|
"name": "Nicolas PENNEC",
|
|
4598
5870
|
"github": "NicoPennec",
|
|
@@ -4600,7 +5872,7 @@
|
|
|
4600
5872
|
}
|
|
4601
5873
|
],
|
|
4602
5874
|
"compatibility": {
|
|
4603
|
-
"nuxt": "^
|
|
5875
|
+
"nuxt": "^3.0.0",
|
|
4604
5876
|
"requires": {}
|
|
4605
5877
|
}
|
|
4606
5878
|
},
|
|
@@ -4628,7 +5900,7 @@
|
|
|
4628
5900
|
},
|
|
4629
5901
|
{
|
|
4630
5902
|
"name": "snipcart",
|
|
4631
|
-
"description": "Snipcart integration module for Nuxt
|
|
5903
|
+
"description": "Snipcart integration module for Nuxt",
|
|
4632
5904
|
"repo": "nuxt-modules/snipcart",
|
|
4633
5905
|
"npm": "@nuxtjs/snipcart",
|
|
4634
5906
|
"icon": "snipcart.png",
|
|
@@ -4651,7 +5923,7 @@
|
|
|
4651
5923
|
},
|
|
4652
5924
|
{
|
|
4653
5925
|
"name": "social-meta",
|
|
4654
|
-
"description": "Nuxt
|
|
5926
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
4655
5927
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
4656
5928
|
"npm": "nuxt-social-meta",
|
|
4657
5929
|
"icon": "",
|
|
@@ -4773,7 +6045,7 @@
|
|
|
4773
6045
|
},
|
|
4774
6046
|
{
|
|
4775
6047
|
"name": "storage",
|
|
4776
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
6048
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
4777
6049
|
"repo": "mazipan/nuxt-storage",
|
|
4778
6050
|
"npm": "nuxt-storage",
|
|
4779
6051
|
"icon": "",
|
|
@@ -4795,7 +6067,7 @@
|
|
|
4795
6067
|
},
|
|
4796
6068
|
{
|
|
4797
6069
|
"name": "storefront-ui",
|
|
4798
|
-
"description": "Storefront UI Module for Nuxt
|
|
6070
|
+
"description": "Storefront UI Module for Nuxt",
|
|
4799
6071
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
4800
6072
|
"npm": "@storefront-ui/nuxt",
|
|
4801
6073
|
"icon": "storefront-ui.svg",
|
|
@@ -4839,8 +6111,8 @@
|
|
|
4839
6111
|
},
|
|
4840
6112
|
{
|
|
4841
6113
|
"name": "storyblok",
|
|
4842
|
-
"description": "Storyblok Nuxt
|
|
4843
|
-
"repo": "storyblok/storyblok-nuxt#
|
|
6114
|
+
"description": "Storyblok Nuxt module",
|
|
6115
|
+
"repo": "storyblok/storyblok-nuxt#main",
|
|
4844
6116
|
"npm": "@storyblok/nuxt",
|
|
4845
6117
|
"icon": "storyblok.png",
|
|
4846
6118
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -4856,46 +6128,43 @@
|
|
|
4856
6128
|
],
|
|
4857
6129
|
"compatibility": {
|
|
4858
6130
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4859
|
-
"requires": {}
|
|
6131
|
+
"requires": {},
|
|
6132
|
+
"devtools": "^0.0.0"
|
|
4860
6133
|
}
|
|
4861
6134
|
},
|
|
4862
6135
|
{
|
|
4863
6136
|
"name": "storybook",
|
|
4864
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
4865
|
-
"repo": "nuxt-
|
|
6137
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
6138
|
+
"repo": "nuxt-modules/storybook",
|
|
4866
6139
|
"npm": "@nuxtjs/storybook",
|
|
4867
6140
|
"icon": "storybook.png",
|
|
4868
|
-
"github": "https://github.com/nuxt-
|
|
6141
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
4869
6142
|
"website": "https://storybook.nuxtjs.org",
|
|
4870
|
-
"learn_more": "https://
|
|
6143
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
4871
6144
|
"category": "Devtools",
|
|
4872
6145
|
"type": "community",
|
|
4873
6146
|
"maintainers": [
|
|
4874
6147
|
{
|
|
4875
|
-
"name": "
|
|
4876
|
-
"github": "
|
|
4877
|
-
"twitter": "
|
|
4878
|
-
},
|
|
4879
|
-
{
|
|
4880
|
-
"name": "Pooya Parsa",
|
|
4881
|
-
"github": "pi0",
|
|
4882
|
-
"twitter": "_pi0_"
|
|
6148
|
+
"name": "Chakir QATAB",
|
|
6149
|
+
"github": "chakAs3",
|
|
6150
|
+
"twitter": "ChakirQatab"
|
|
4883
6151
|
}
|
|
4884
6152
|
],
|
|
4885
6153
|
"compatibility": {
|
|
4886
|
-
"nuxt": "^2.0.0",
|
|
6154
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4887
6155
|
"requires": {
|
|
4888
6156
|
"bridge": "optional"
|
|
4889
|
-
}
|
|
6157
|
+
},
|
|
6158
|
+
"devtools": "^0.7.2"
|
|
4890
6159
|
}
|
|
4891
6160
|
},
|
|
4892
6161
|
{
|
|
4893
6162
|
"name": "strapi",
|
|
4894
6163
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
4895
|
-
"repo": "nuxt-
|
|
6164
|
+
"repo": "nuxt-modules/strapi",
|
|
4896
6165
|
"npm": "@nuxtjs/strapi",
|
|
4897
6166
|
"icon": "strapi.png",
|
|
4898
|
-
"github": "https://github.com/nuxt-
|
|
6167
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
4899
6168
|
"website": "https://strapi.nuxtjs.org",
|
|
4900
6169
|
"learn_more": "https://strapi.io/",
|
|
4901
6170
|
"category": "CMS",
|
|
@@ -4916,7 +6185,34 @@
|
|
|
4916
6185
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4917
6186
|
"requires": {
|
|
4918
6187
|
"bridge": true
|
|
6188
|
+
},
|
|
6189
|
+
"devtools": "^0.0.0"
|
|
6190
|
+
}
|
|
6191
|
+
},
|
|
6192
|
+
{
|
|
6193
|
+
"name": "stripe-next",
|
|
6194
|
+
"description": "This Nuxt module provides an easy way to integrate Stripe in your Nuxt application, both on the client-side and server-side. It utilizes the official stripe package for server-side usage and @stripe/stripe-js for the client-side.",
|
|
6195
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
6196
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
6197
|
+
"icon": "stripe.png",
|
|
6198
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
6199
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
6200
|
+
"learn_more": "https://stripe.com/docs",
|
|
6201
|
+
"category": "Payment",
|
|
6202
|
+
"type": "3rd-party",
|
|
6203
|
+
"maintainers": [
|
|
6204
|
+
{
|
|
6205
|
+
"name": "Loic Fuentes",
|
|
6206
|
+
"github": "fuentesloic"
|
|
6207
|
+
},
|
|
6208
|
+
{
|
|
6209
|
+
"name": "Florent Giraud",
|
|
6210
|
+
"github": "flozero"
|
|
4919
6211
|
}
|
|
6212
|
+
],
|
|
6213
|
+
"compatibility": {
|
|
6214
|
+
"nuxt": "^3.0.0",
|
|
6215
|
+
"requires": {}
|
|
4920
6216
|
}
|
|
4921
6217
|
},
|
|
4922
6218
|
{
|
|
@@ -4941,6 +6237,36 @@
|
|
|
4941
6237
|
"requires": {}
|
|
4942
6238
|
}
|
|
4943
6239
|
},
|
|
6240
|
+
{
|
|
6241
|
+
"name": "studio",
|
|
6242
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
6243
|
+
"repo": "nuxtlabs/studio-module",
|
|
6244
|
+
"npm": "@nuxthq/studio",
|
|
6245
|
+
"icon": "studio.svg",
|
|
6246
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
6247
|
+
"website": "https://nuxt.studio",
|
|
6248
|
+
"learn_more": "https://nuxt.studio",
|
|
6249
|
+
"category": "CMS",
|
|
6250
|
+
"type": "3rd-party",
|
|
6251
|
+
"maintainers": [
|
|
6252
|
+
{
|
|
6253
|
+
"name": "Ahad Birang",
|
|
6254
|
+
"github": "farnabaz",
|
|
6255
|
+
"twitter": "a_birang"
|
|
6256
|
+
},
|
|
6257
|
+
{
|
|
6258
|
+
"name": "Sébastien Chopin",
|
|
6259
|
+
"github": "Atinux",
|
|
6260
|
+
"twitter": "Atinux"
|
|
6261
|
+
}
|
|
6262
|
+
],
|
|
6263
|
+
"compatibility": {
|
|
6264
|
+
"nuxt": "^3.0.0",
|
|
6265
|
+
"requires": {
|
|
6266
|
+
"content": true
|
|
6267
|
+
}
|
|
6268
|
+
}
|
|
6269
|
+
},
|
|
4944
6270
|
{
|
|
4945
6271
|
"name": "style-resources",
|
|
4946
6272
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -4966,7 +6292,7 @@
|
|
|
4966
6292
|
},
|
|
4967
6293
|
{
|
|
4968
6294
|
"name": "stylelint",
|
|
4969
|
-
"description": "Stylelint module for Nuxt.
|
|
6295
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
4970
6296
|
"repo": "nuxt-community/stylelint-module",
|
|
4971
6297
|
"npm": "@nuxtjs/stylelint-module",
|
|
4972
6298
|
"icon": "stylelint.png",
|
|
@@ -5012,10 +6338,10 @@
|
|
|
5012
6338
|
{
|
|
5013
6339
|
"name": "supabase",
|
|
5014
6340
|
"description": "First class integration with Supabase",
|
|
5015
|
-
"repo": "nuxt-
|
|
6341
|
+
"repo": "nuxt-modules/supabase",
|
|
5016
6342
|
"npm": "@nuxtjs/supabase",
|
|
5017
6343
|
"icon": "supabase.png",
|
|
5018
|
-
"github": "https://github.com/nuxt-
|
|
6344
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
5019
6345
|
"website": "https://supabase.nuxtjs.org",
|
|
5020
6346
|
"learn_more": "https://supabase.com",
|
|
5021
6347
|
"category": "Database",
|
|
@@ -5066,12 +6392,12 @@
|
|
|
5066
6392
|
},
|
|
5067
6393
|
{
|
|
5068
6394
|
"name": "svg-sprite",
|
|
5069
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5070
|
-
"repo": "nuxt-
|
|
6395
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
6396
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5071
6397
|
"npm": "@nuxtjs/svg-sprite",
|
|
5072
6398
|
"icon": "",
|
|
5073
|
-
"github": "https://github.com/nuxt-
|
|
5074
|
-
"website": "https://github.com/nuxt-
|
|
6399
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
6400
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5075
6401
|
"learn_more": "",
|
|
5076
6402
|
"category": "UI",
|
|
5077
6403
|
"type": "community",
|
|
@@ -5083,13 +6409,13 @@
|
|
|
5083
6409
|
}
|
|
5084
6410
|
],
|
|
5085
6411
|
"compatibility": {
|
|
5086
|
-
"nuxt": "^2.0.0",
|
|
6412
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5087
6413
|
"requires": {}
|
|
5088
6414
|
}
|
|
5089
6415
|
},
|
|
5090
6416
|
{
|
|
5091
6417
|
"name": "svg",
|
|
5092
|
-
"description": "Super simple svg loading module for Nuxt
|
|
6418
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5093
6419
|
"repo": "nuxt-community/svg-module",
|
|
5094
6420
|
"npm": "@nuxtjs/svg",
|
|
5095
6421
|
"icon": "",
|
|
@@ -5133,7 +6459,7 @@
|
|
|
5133
6459
|
},
|
|
5134
6460
|
{
|
|
5135
6461
|
"name": "swiper",
|
|
5136
|
-
"description": "Nuxt
|
|
6462
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5137
6463
|
"repo": "cpreston321/nuxt-swiper",
|
|
5138
6464
|
"npm": "nuxt-swiper",
|
|
5139
6465
|
"icon": "swiper.svg",
|
|
@@ -5179,10 +6505,10 @@
|
|
|
5179
6505
|
{
|
|
5180
6506
|
"name": "tailwindcss",
|
|
5181
6507
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5182
|
-
"repo": "nuxt-
|
|
6508
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5183
6509
|
"npm": "@nuxtjs/tailwindcss",
|
|
5184
6510
|
"icon": "tailwindcss.png",
|
|
5185
|
-
"github": "https://github.com/nuxt-
|
|
6511
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5186
6512
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5187
6513
|
"learn_more": "https://tailwindcss.com/",
|
|
5188
6514
|
"category": "UI",
|
|
@@ -5192,11 +6518,16 @@
|
|
|
5192
6518
|
"name": "Sébastien Chopin",
|
|
5193
6519
|
"github": "Atinux",
|
|
5194
6520
|
"twitter": "Atinux"
|
|
6521
|
+
},
|
|
6522
|
+
{
|
|
6523
|
+
"name": "Inesh Bose",
|
|
6524
|
+
"github": "ineshbose"
|
|
5195
6525
|
}
|
|
5196
6526
|
],
|
|
5197
6527
|
"compatibility": {
|
|
5198
6528
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5199
|
-
"requires": {}
|
|
6529
|
+
"requires": {},
|
|
6530
|
+
"devtools": "^0.0.0"
|
|
5200
6531
|
}
|
|
5201
6532
|
},
|
|
5202
6533
|
{
|
|
@@ -5222,9 +6553,53 @@
|
|
|
5222
6553
|
"requires": {}
|
|
5223
6554
|
}
|
|
5224
6555
|
},
|
|
6556
|
+
{
|
|
6557
|
+
"name": "time",
|
|
6558
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
6559
|
+
"repo": "danielroe/nuxt-time",
|
|
6560
|
+
"npm": "nuxt-time",
|
|
6561
|
+
"icon": "",
|
|
6562
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
6563
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
6564
|
+
"learn_more": "",
|
|
6565
|
+
"category": "Extensions",
|
|
6566
|
+
"type": "3rd-party",
|
|
6567
|
+
"maintainers": [
|
|
6568
|
+
{
|
|
6569
|
+
"name": "danielroe",
|
|
6570
|
+
"github": "danielroe"
|
|
6571
|
+
}
|
|
6572
|
+
],
|
|
6573
|
+
"compatibility": {
|
|
6574
|
+
"nuxt": "^3.0.0",
|
|
6575
|
+
"requires": {}
|
|
6576
|
+
}
|
|
6577
|
+
},
|
|
6578
|
+
{
|
|
6579
|
+
"name": "tiptap",
|
|
6580
|
+
"description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
|
|
6581
|
+
"repo": "modbender/nuxt-tiptap-editor",
|
|
6582
|
+
"npm": "nuxt-tiptap-editor",
|
|
6583
|
+
"icon": "tiptap.png",
|
|
6584
|
+
"github": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6585
|
+
"website": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6586
|
+
"learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6587
|
+
"category": "Libraries",
|
|
6588
|
+
"type": "3rd-party",
|
|
6589
|
+
"maintainers": [
|
|
6590
|
+
{
|
|
6591
|
+
"name": "modbender",
|
|
6592
|
+
"github": "modbender"
|
|
6593
|
+
}
|
|
6594
|
+
],
|
|
6595
|
+
"compatibility": {
|
|
6596
|
+
"nuxt": "^3.0.0",
|
|
6597
|
+
"requires": {}
|
|
6598
|
+
}
|
|
6599
|
+
},
|
|
5225
6600
|
{
|
|
5226
6601
|
"name": "toast",
|
|
5227
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6602
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5228
6603
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5229
6604
|
"npm": "@nuxtjs/toast",
|
|
5230
6605
|
"icon": "",
|
|
@@ -5245,6 +6620,61 @@
|
|
|
5245
6620
|
"requires": {}
|
|
5246
6621
|
}
|
|
5247
6622
|
},
|
|
6623
|
+
{
|
|
6624
|
+
"name": "translation-manager",
|
|
6625
|
+
"description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
|
|
6626
|
+
"repo": "samk-dev/nuxt-translation-manager",
|
|
6627
|
+
"npm": "nuxt-translation-manager",
|
|
6628
|
+
"icon": "translation-manager.png",
|
|
6629
|
+
"github": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6630
|
+
"website": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6631
|
+
"learn_more": "",
|
|
6632
|
+
"category": "Extensions",
|
|
6633
|
+
"type": "3rd-party",
|
|
6634
|
+
"maintainers": [
|
|
6635
|
+
{
|
|
6636
|
+
"name": "Sam K",
|
|
6637
|
+
"github": "samk-dev"
|
|
6638
|
+
}
|
|
6639
|
+
],
|
|
6640
|
+
"compatibility": {
|
|
6641
|
+
"nuxt": "^3.0.0",
|
|
6642
|
+
"requires": {}
|
|
6643
|
+
}
|
|
6644
|
+
},
|
|
6645
|
+
{
|
|
6646
|
+
"name": "tresjs",
|
|
6647
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
6648
|
+
"repo": "tresjs/nuxt",
|
|
6649
|
+
"npm": "@tresjs/nuxt",
|
|
6650
|
+
"icon": "tresjs.svg",
|
|
6651
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
6652
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
6653
|
+
"learn_more": "https://tresjs.org/",
|
|
6654
|
+
"category": "Libraries",
|
|
6655
|
+
"type": "3rd-party",
|
|
6656
|
+
"maintainers": [
|
|
6657
|
+
{
|
|
6658
|
+
"name": "Alvaro Saburido",
|
|
6659
|
+
"github": "alvarosabu",
|
|
6660
|
+
"twitter": "alvarosabu"
|
|
6661
|
+
},
|
|
6662
|
+
{
|
|
6663
|
+
"name": "Jaime Torrealba",
|
|
6664
|
+
"github": "JaimeTorrealba",
|
|
6665
|
+
"twitter": "jaimebboyjt"
|
|
6666
|
+
},
|
|
6667
|
+
{
|
|
6668
|
+
"name": "Tino Koch",
|
|
6669
|
+
"github": "Tinoooo",
|
|
6670
|
+
"twitter": "ichbintino"
|
|
6671
|
+
}
|
|
6672
|
+
],
|
|
6673
|
+
"compatibility": {
|
|
6674
|
+
"nuxt": "^3.0.0",
|
|
6675
|
+
"requires": {}
|
|
6676
|
+
}
|
|
6677
|
+
},
|
|
5248
6678
|
{
|
|
5249
6679
|
"name": "turnstile",
|
|
5250
6680
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -5272,7 +6702,7 @@
|
|
|
5272
6702
|
},
|
|
5273
6703
|
{
|
|
5274
6704
|
"name": "twa",
|
|
5275
|
-
"description": "Nuxt
|
|
6705
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5276
6706
|
"repo": "tuarrep/nuxt-twa",
|
|
5277
6707
|
"npm": "nuxt-twa",
|
|
5278
6708
|
"icon": "",
|
|
@@ -5294,6 +6724,28 @@
|
|
|
5294
6724
|
}
|
|
5295
6725
|
}
|
|
5296
6726
|
},
|
|
6727
|
+
{
|
|
6728
|
+
"name": "twemoji",
|
|
6729
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
6730
|
+
"repo": "yizack/nuxt-twemoji",
|
|
6731
|
+
"npm": "nuxt-twemoji",
|
|
6732
|
+
"icon": "twemoji.svg",
|
|
6733
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
6734
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
6735
|
+
"learn_more": "",
|
|
6736
|
+
"category": "UI",
|
|
6737
|
+
"type": "3rd-party",
|
|
6738
|
+
"maintainers": [
|
|
6739
|
+
{
|
|
6740
|
+
"name": "Yizack Rangel",
|
|
6741
|
+
"github": "yizack"
|
|
6742
|
+
}
|
|
6743
|
+
],
|
|
6744
|
+
"compatibility": {
|
|
6745
|
+
"nuxt": "^3.0.0",
|
|
6746
|
+
"requires": {}
|
|
6747
|
+
}
|
|
6748
|
+
},
|
|
5297
6749
|
{
|
|
5298
6750
|
"name": "twicpics",
|
|
5299
6751
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5402,39 +6854,96 @@
|
|
|
5402
6854
|
}
|
|
5403
6855
|
],
|
|
5404
6856
|
"compatibility": {
|
|
5405
|
-
"nuxt": "^2.0.0",
|
|
5406
|
-
"requires": {}
|
|
6857
|
+
"nuxt": "^2.0.0",
|
|
6858
|
+
"requires": {}
|
|
6859
|
+
}
|
|
6860
|
+
},
|
|
6861
|
+
{
|
|
6862
|
+
"name": "typescript",
|
|
6863
|
+
"description": "TypeScript Support for Nuxt",
|
|
6864
|
+
"repo": "nuxt/typescript#master/packages/typescript-build",
|
|
6865
|
+
"npm": "@nuxt/typescript-build",
|
|
6866
|
+
"icon": "typescript.svg",
|
|
6867
|
+
"github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-build",
|
|
6868
|
+
"website": "https://typescript.nuxtjs.org",
|
|
6869
|
+
"learn_more": "",
|
|
6870
|
+
"category": "Devtools",
|
|
6871
|
+
"type": "official",
|
|
6872
|
+
"maintainers": [
|
|
6873
|
+
{
|
|
6874
|
+
"name": "Kevin Marrec",
|
|
6875
|
+
"github": "kevinmarrec"
|
|
6876
|
+
},
|
|
6877
|
+
{
|
|
6878
|
+
"name": "Pooya Parsa",
|
|
6879
|
+
"github": "pi0",
|
|
6880
|
+
"twitter": "_pi0_"
|
|
6881
|
+
},
|
|
6882
|
+
{
|
|
6883
|
+
"name": "Daniel Roe",
|
|
6884
|
+
"github": "danielroe",
|
|
6885
|
+
"twitter": "danielcroe"
|
|
6886
|
+
}
|
|
6887
|
+
],
|
|
6888
|
+
"compatibility": {
|
|
6889
|
+
"nuxt": "^2.0.0",
|
|
6890
|
+
"requires": {}
|
|
6891
|
+
}
|
|
6892
|
+
},
|
|
6893
|
+
{
|
|
6894
|
+
"name": "typo3",
|
|
6895
|
+
"description": "TYPO3 Headless Frontend Rendering module",
|
|
6896
|
+
"repo": "TYPO3-Headless/nuxt-typo3",
|
|
6897
|
+
"npm": "@t3headless/nuxt-typo3",
|
|
6898
|
+
"icon": "typo3.svg",
|
|
6899
|
+
"github": "https://github.com/TYPO3-Headless/nuxt-typo3",
|
|
6900
|
+
"website": "https://t3headless.macopedia.io/nuxt-typo3/",
|
|
6901
|
+
"learn_more": "https://github.com/TYPO3-Headless",
|
|
6902
|
+
"category": "CMS",
|
|
6903
|
+
"type": "3rd-party",
|
|
6904
|
+
"maintainers": [
|
|
6905
|
+
{
|
|
6906
|
+
"name": "Macopedia",
|
|
6907
|
+
"github": "macopedia",
|
|
6908
|
+
"twitter": "macopediapl"
|
|
6909
|
+
}
|
|
6910
|
+
],
|
|
6911
|
+
"compatibility": {
|
|
6912
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6913
|
+
"requires": {},
|
|
6914
|
+
"devtools": "^0.0.0"
|
|
5407
6915
|
}
|
|
5408
6916
|
},
|
|
5409
6917
|
{
|
|
5410
|
-
"name": "
|
|
5411
|
-
"description": "
|
|
5412
|
-
"repo": "nuxt/
|
|
5413
|
-
"npm": "@nuxt/
|
|
5414
|
-
"icon": "
|
|
5415
|
-
"github": "https://github.com/nuxt/
|
|
5416
|
-
"website": "https://
|
|
6918
|
+
"name": "ui",
|
|
6919
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6920
|
+
"repo": "nuxt/ui#dev",
|
|
6921
|
+
"npm": "@nuxt/ui",
|
|
6922
|
+
"icon": "nuxt.svg",
|
|
6923
|
+
"github": "https://github.com/nuxt/ui",
|
|
6924
|
+
"website": "https://ui.nuxt.com",
|
|
5417
6925
|
"learn_more": "",
|
|
5418
|
-
"category": "
|
|
6926
|
+
"category": "UI",
|
|
5419
6927
|
"type": "official",
|
|
5420
6928
|
"maintainers": [
|
|
5421
6929
|
{
|
|
5422
|
-
"name": "
|
|
5423
|
-
"github": "
|
|
6930
|
+
"name": "Benjamin Canac",
|
|
6931
|
+
"github": "benjamincanac",
|
|
6932
|
+
"twitter": "benjamincanac"
|
|
5424
6933
|
},
|
|
5425
6934
|
{
|
|
5426
|
-
"name": "
|
|
5427
|
-
"github": "
|
|
5428
|
-
"twitter": "
|
|
6935
|
+
"name": "Sebastien Chopin",
|
|
6936
|
+
"github": "Atinux",
|
|
6937
|
+
"twitter": "Atinux"
|
|
5429
6938
|
},
|
|
5430
6939
|
{
|
|
5431
|
-
"name": "
|
|
5432
|
-
"github": "
|
|
5433
|
-
"twitter": "
|
|
6940
|
+
"name": "Sylvain Marroufin",
|
|
6941
|
+
"github": "smarroufin",
|
|
6942
|
+
"twitter": "smarroufin"
|
|
5434
6943
|
}
|
|
5435
6944
|
],
|
|
5436
6945
|
"compatibility": {
|
|
5437
|
-
"nuxt": "^
|
|
6946
|
+
"nuxt": "^3.0.0",
|
|
5438
6947
|
"requires": {}
|
|
5439
6948
|
}
|
|
5440
6949
|
},
|
|
@@ -5462,31 +6971,9 @@
|
|
|
5462
6971
|
}
|
|
5463
6972
|
}
|
|
5464
6973
|
},
|
|
5465
|
-
{
|
|
5466
|
-
"name": "unhead",
|
|
5467
|
-
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5468
|
-
"repo": "harlan-zw/nuxt-unhead",
|
|
5469
|
-
"npm": "nuxt-unhead",
|
|
5470
|
-
"icon": "",
|
|
5471
|
-
"github": "https://github.com/harlan-zw/nuxt-unhead",
|
|
5472
|
-
"website": "https://github.com/harlan-zw/nuxt-unhead",
|
|
5473
|
-
"learn_more": "",
|
|
5474
|
-
"category": "SEO",
|
|
5475
|
-
"type": "3rd-party",
|
|
5476
|
-
"maintainers": [
|
|
5477
|
-
{
|
|
5478
|
-
"name": "harlan-zw",
|
|
5479
|
-
"github": "harlan-zw"
|
|
5480
|
-
}
|
|
5481
|
-
],
|
|
5482
|
-
"compatibility": {
|
|
5483
|
-
"nuxt": "^3.0.0",
|
|
5484
|
-
"requires": {}
|
|
5485
|
-
}
|
|
5486
|
-
},
|
|
5487
6974
|
{
|
|
5488
6975
|
"name": "universal-storage",
|
|
5489
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6976
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
5490
6977
|
"repo": "nuxt-community/universal-storage-module",
|
|
5491
6978
|
"npm": "@nuxtjs/universal-storage",
|
|
5492
6979
|
"icon": "",
|
|
@@ -5515,7 +7002,7 @@
|
|
|
5515
7002
|
{
|
|
5516
7003
|
"name": "unlazy",
|
|
5517
7004
|
"description": "Lazy loading library for placeholder images",
|
|
5518
|
-
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
7005
|
+
"repo": "johannschopplich/unlazy#main/packages/nuxt",
|
|
5519
7006
|
"npm": "@unlazy/nuxt",
|
|
5520
7007
|
"icon": "unlazy.svg",
|
|
5521
7008
|
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
@@ -5563,12 +7050,12 @@
|
|
|
5563
7050
|
{
|
|
5564
7051
|
"name": "unocss",
|
|
5565
7052
|
"description": "The instant on-demand atomic CSS engine.",
|
|
5566
|
-
"repo": "
|
|
7053
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
5567
7054
|
"npm": "@unocss/nuxt",
|
|
5568
7055
|
"icon": "unocss.svg",
|
|
5569
|
-
"github": "https://github.com/
|
|
5570
|
-
"website": "https://github.com/
|
|
5571
|
-
"learn_more": "https://github.com/
|
|
7056
|
+
"github": "https://github.com/unocss/unocss",
|
|
7057
|
+
"website": "https://github.com/unocss/unocss",
|
|
7058
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
5572
7059
|
"category": "UI",
|
|
5573
7060
|
"type": "3rd-party",
|
|
5574
7061
|
"maintainers": [
|
|
@@ -5583,7 +7070,8 @@
|
|
|
5583
7070
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5584
7071
|
"requires": {
|
|
5585
7072
|
"bridge": "optional"
|
|
5586
|
-
}
|
|
7073
|
+
},
|
|
7074
|
+
"devtools": "^0.0.0"
|
|
5587
7075
|
}
|
|
5588
7076
|
},
|
|
5589
7077
|
{
|
|
@@ -5610,42 +7098,66 @@
|
|
|
5610
7098
|
}
|
|
5611
7099
|
},
|
|
5612
7100
|
{
|
|
5613
|
-
"name": "
|
|
5614
|
-
"description": "
|
|
5615
|
-
"repo": "
|
|
5616
|
-
"npm": "
|
|
5617
|
-
"icon": "",
|
|
5618
|
-
"github": "https://github.com/
|
|
5619
|
-
"website": "https://
|
|
5620
|
-
"learn_more": "",
|
|
5621
|
-
"category": "
|
|
7101
|
+
"name": "use-bootstrap",
|
|
7102
|
+
"description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
|
|
7103
|
+
"repo": "simplise/use-bootstrap",
|
|
7104
|
+
"npm": "usebootstrap",
|
|
7105
|
+
"icon": "use-bootstrap.svg",
|
|
7106
|
+
"github": "https://github.com/simplise/use-bootstrap",
|
|
7107
|
+
"website": "https://usebootstrap.org/",
|
|
7108
|
+
"learn_more": "https://usebootstrap.org/",
|
|
7109
|
+
"category": "UI",
|
|
5622
7110
|
"type": "3rd-party",
|
|
5623
7111
|
"maintainers": [
|
|
5624
7112
|
{
|
|
5625
|
-
"name": "
|
|
5626
|
-
"github": "
|
|
7113
|
+
"name": "KoujiSano",
|
|
7114
|
+
"github": "KoujiSano"
|
|
5627
7115
|
}
|
|
5628
7116
|
],
|
|
5629
7117
|
"compatibility": {
|
|
5630
|
-
"nuxt": "^
|
|
7118
|
+
"nuxt": "^3.0.0",
|
|
5631
7119
|
"requires": {}
|
|
5632
7120
|
}
|
|
5633
7121
|
},
|
|
5634
7122
|
{
|
|
5635
|
-
"name": "
|
|
5636
|
-
"description": "
|
|
5637
|
-
"repo": "
|
|
5638
|
-
"npm": "nuxt
|
|
5639
|
-
"icon": "
|
|
5640
|
-
"github": "https://github.com/
|
|
5641
|
-
"website": "https://github.com/
|
|
5642
|
-
"learn_more": "https://
|
|
5643
|
-
"category": "
|
|
7123
|
+
"name": "use-wagmi",
|
|
7124
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
7125
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
7126
|
+
"npm": "@use-wagmi/nuxt",
|
|
7127
|
+
"icon": "use-wagmi.png",
|
|
7128
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
7129
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
7130
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
7131
|
+
"category": "Extensions",
|
|
7132
|
+
"type": "3rd-party",
|
|
7133
|
+
"maintainers": [
|
|
7134
|
+
{
|
|
7135
|
+
"name": "Unic Ape",
|
|
7136
|
+
"github": "unicape"
|
|
7137
|
+
}
|
|
7138
|
+
],
|
|
7139
|
+
"compatibility": {
|
|
7140
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7141
|
+
"requires": {
|
|
7142
|
+
"bridge": true
|
|
7143
|
+
}
|
|
7144
|
+
}
|
|
7145
|
+
},
|
|
7146
|
+
{
|
|
7147
|
+
"name": "user-agent",
|
|
7148
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
7149
|
+
"repo": "fukuiretu/nuxt-user-agent",
|
|
7150
|
+
"npm": "nuxt-user-agent",
|
|
7151
|
+
"icon": "",
|
|
7152
|
+
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
7153
|
+
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
7154
|
+
"learn_more": "",
|
|
7155
|
+
"category": "Extensions",
|
|
5644
7156
|
"type": "3rd-party",
|
|
5645
7157
|
"maintainers": [
|
|
5646
7158
|
{
|
|
5647
|
-
"name": "
|
|
5648
|
-
"github": "
|
|
7159
|
+
"name": "fukuiretu",
|
|
7160
|
+
"github": "fukuiretu"
|
|
5649
7161
|
}
|
|
5650
7162
|
],
|
|
5651
7163
|
"compatibility": {
|
|
@@ -5701,9 +7213,31 @@
|
|
|
5701
7213
|
}
|
|
5702
7214
|
}
|
|
5703
7215
|
},
|
|
7216
|
+
{
|
|
7217
|
+
"name": "vcalendar",
|
|
7218
|
+
"description": "VCalendar module for Nuxt",
|
|
7219
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
7220
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
7221
|
+
"icon": "vcalendar.png",
|
|
7222
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
7223
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
7224
|
+
"learn_more": "",
|
|
7225
|
+
"category": "Libraries",
|
|
7226
|
+
"type": "3rd-party",
|
|
7227
|
+
"maintainers": [
|
|
7228
|
+
{
|
|
7229
|
+
"name": "Sam K",
|
|
7230
|
+
"github": "samk-dev"
|
|
7231
|
+
}
|
|
7232
|
+
],
|
|
7233
|
+
"compatibility": {
|
|
7234
|
+
"nuxt": "^3.0.0",
|
|
7235
|
+
"requires": {}
|
|
7236
|
+
}
|
|
7237
|
+
},
|
|
5704
7238
|
{
|
|
5705
7239
|
"name": "vee-validate",
|
|
5706
|
-
"description": "Painless Vue forms for Nuxt
|
|
7240
|
+
"description": "Painless Vue forms for Nuxt",
|
|
5707
7241
|
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
5708
7242
|
"npm": "@vee-validate/nuxt",
|
|
5709
7243
|
"icon": "vee-validate.png",
|
|
@@ -5746,9 +7280,54 @@
|
|
|
5746
7280
|
"requires": {}
|
|
5747
7281
|
}
|
|
5748
7282
|
},
|
|
7283
|
+
{
|
|
7284
|
+
"name": "vercel-analytics",
|
|
7285
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
7286
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
7287
|
+
"npm": "nuxt-vercel-analytics",
|
|
7288
|
+
"icon": "",
|
|
7289
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
7290
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
7291
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
7292
|
+
"category": "Analytics",
|
|
7293
|
+
"type": "3rd-party",
|
|
7294
|
+
"maintainers": [
|
|
7295
|
+
{
|
|
7296
|
+
"name": "Alexander B.",
|
|
7297
|
+
"github": "xanderbarkhatov"
|
|
7298
|
+
}
|
|
7299
|
+
],
|
|
7300
|
+
"compatibility": {
|
|
7301
|
+
"nuxt": "^3.0.0",
|
|
7302
|
+
"requires": {}
|
|
7303
|
+
}
|
|
7304
|
+
},
|
|
7305
|
+
{
|
|
7306
|
+
"name": "vexip-ui",
|
|
7307
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
7308
|
+
"repo": "vexip-ui/nuxt",
|
|
7309
|
+
"npm": "@vexip-ui/nuxt",
|
|
7310
|
+
"icon": "vexip-ui.svg",
|
|
7311
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
7312
|
+
"website": "https://www.vexipui.com/",
|
|
7313
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
7314
|
+
"category": "UI",
|
|
7315
|
+
"type": "3rd-party",
|
|
7316
|
+
"maintainers": [
|
|
7317
|
+
{
|
|
7318
|
+
"name": "未觉雨声",
|
|
7319
|
+
"github": "qmhc",
|
|
7320
|
+
"twitter": "qmhc95"
|
|
7321
|
+
}
|
|
7322
|
+
],
|
|
7323
|
+
"compatibility": {
|
|
7324
|
+
"nuxt": "^3.0.0",
|
|
7325
|
+
"requires": {}
|
|
7326
|
+
}
|
|
7327
|
+
},
|
|
5749
7328
|
{
|
|
5750
7329
|
"name": "vite-pwa-nuxt",
|
|
5751
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
7330
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
5752
7331
|
"repo": "vite-pwa/nuxt",
|
|
5753
7332
|
"npm": "@vite-pwa/nuxt",
|
|
5754
7333
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -5775,24 +7354,52 @@
|
|
|
5775
7354
|
}
|
|
5776
7355
|
},
|
|
5777
7356
|
{
|
|
5778
|
-
"name": "
|
|
5779
|
-
"description": "
|
|
5780
|
-
"repo": "
|
|
5781
|
-
"npm": "nuxt
|
|
5782
|
-
"icon": "
|
|
5783
|
-
"github": "https://github.com/
|
|
5784
|
-
"website": "https://
|
|
5785
|
-
"learn_more": "",
|
|
5786
|
-
"category": "
|
|
7357
|
+
"name": "vue-email",
|
|
7358
|
+
"description": "💌 Write email templates with vue",
|
|
7359
|
+
"repo": "vue-email/nuxt",
|
|
7360
|
+
"npm": "@vue-email/nuxt",
|
|
7361
|
+
"icon": "vue-email.svg",
|
|
7362
|
+
"github": "https://github.com/vue-email/nuxt",
|
|
7363
|
+
"website": "https://vuemail.net/",
|
|
7364
|
+
"learn_more": "https://vuemail.net/ssr/nuxt",
|
|
7365
|
+
"category": "UI",
|
|
5787
7366
|
"type": "3rd-party",
|
|
5788
7367
|
"maintainers": [
|
|
5789
7368
|
{
|
|
5790
|
-
"name": "
|
|
5791
|
-
"github": "
|
|
7369
|
+
"name": "David Arenas",
|
|
7370
|
+
"github": "Dave136",
|
|
7371
|
+
"twitter": "davejs4",
|
|
7372
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
5792
7373
|
},
|
|
5793
7374
|
{
|
|
5794
|
-
"name": "
|
|
5795
|
-
"github": "
|
|
7375
|
+
"name": "Younes Barrad",
|
|
7376
|
+
"github": "Flowko",
|
|
7377
|
+
"twitter": "imflowko",
|
|
7378
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
7379
|
+
}
|
|
7380
|
+
],
|
|
7381
|
+
"compatibility": {
|
|
7382
|
+
"nuxt": "^3.0.0",
|
|
7383
|
+
"requires": {},
|
|
7384
|
+
"devtools": "^0.0.0"
|
|
7385
|
+
}
|
|
7386
|
+
},
|
|
7387
|
+
{
|
|
7388
|
+
"name": "vue-final-modal",
|
|
7389
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7390
|
+
"repo": "vue-final/vue-final-modal#master/packages/nuxt",
|
|
7391
|
+
"npm": "@vue-final-modal/nuxt",
|
|
7392
|
+
"icon": "vue-final-modal.svg",
|
|
7393
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
7394
|
+
"website": "https://vue-final-modal.org/",
|
|
7395
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
7396
|
+
"category": "UI",
|
|
7397
|
+
"type": "3rd-party",
|
|
7398
|
+
"maintainers": [
|
|
7399
|
+
{
|
|
7400
|
+
"name": "Hunter Liu",
|
|
7401
|
+
"github": "hunterliu1003",
|
|
7402
|
+
"twitter": "hunterliu1003"
|
|
5796
7403
|
}
|
|
5797
7404
|
],
|
|
5798
7405
|
"compatibility": {
|
|
@@ -5802,13 +7409,13 @@
|
|
|
5802
7409
|
},
|
|
5803
7410
|
{
|
|
5804
7411
|
"name": "vue-macros",
|
|
5805
|
-
"description": "Explore
|
|
5806
|
-
"repo": "sxzz/
|
|
7412
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
7413
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5807
7414
|
"npm": "@vue-macros/nuxt",
|
|
5808
7415
|
"icon": "vue-macros.svg",
|
|
5809
|
-
"github": "https://github.com/sxzz/
|
|
7416
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5810
7417
|
"website": "https://vue-macros.sxzz.moe",
|
|
5811
|
-
"learn_more": "https://github.com/sxzz/
|
|
7418
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5812
7419
|
"category": "Extensions",
|
|
5813
7420
|
"type": "3rd-party",
|
|
5814
7421
|
"maintainers": [
|
|
@@ -5822,7 +7429,8 @@
|
|
|
5822
7429
|
"nuxt": "^3.0.0",
|
|
5823
7430
|
"requires": {
|
|
5824
7431
|
"bridge": "optional"
|
|
5825
|
-
}
|
|
7432
|
+
},
|
|
7433
|
+
"devtools": "^0.0.0"
|
|
5826
7434
|
}
|
|
5827
7435
|
},
|
|
5828
7436
|
{
|
|
@@ -5849,7 +7457,7 @@
|
|
|
5849
7457
|
},
|
|
5850
7458
|
{
|
|
5851
7459
|
"name": "vue-multiselect",
|
|
5852
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
7460
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
5853
7461
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
5854
7462
|
"npm": "nuxt-vue-multiselect",
|
|
5855
7463
|
"icon": "",
|
|
@@ -5891,6 +7499,29 @@
|
|
|
5891
7499
|
"requires": {}
|
|
5892
7500
|
}
|
|
5893
7501
|
},
|
|
7502
|
+
{
|
|
7503
|
+
"name": "vue-query",
|
|
7504
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
7505
|
+
"repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
|
|
7506
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
7507
|
+
"icon": "vue-query.svg",
|
|
7508
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
7509
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
7510
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
7511
|
+
"category": "Request",
|
|
7512
|
+
"type": "3rd-party",
|
|
7513
|
+
"maintainers": [
|
|
7514
|
+
{
|
|
7515
|
+
"name": "Hebilicious",
|
|
7516
|
+
"github": "Hebilicious",
|
|
7517
|
+
"twitter": "its_hebilicious"
|
|
7518
|
+
}
|
|
7519
|
+
],
|
|
7520
|
+
"compatibility": {
|
|
7521
|
+
"nuxt": "^3.0.0",
|
|
7522
|
+
"requires": {}
|
|
7523
|
+
}
|
|
7524
|
+
},
|
|
5894
7525
|
{
|
|
5895
7526
|
"name": "vue-select",
|
|
5896
7527
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -5940,7 +7571,7 @@
|
|
|
5940
7571
|
},
|
|
5941
7572
|
{
|
|
5942
7573
|
"name": "vue-warehouse",
|
|
5943
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7574
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
5944
7575
|
"repo": "juliomrqz/vue-warehouse",
|
|
5945
7576
|
"npm": "vue-warehouse",
|
|
5946
7577
|
"icon": "",
|
|
@@ -5961,10 +7592,33 @@
|
|
|
5961
7592
|
"requires": {}
|
|
5962
7593
|
}
|
|
5963
7594
|
},
|
|
7595
|
+
{
|
|
7596
|
+
"name": "vue3-carousel-nuxt",
|
|
7597
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
7598
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
7599
|
+
"npm": "vue3-carousel-nuxt",
|
|
7600
|
+
"icon": "",
|
|
7601
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7602
|
+
"website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7603
|
+
"learn_more": "",
|
|
7604
|
+
"category": "UI",
|
|
7605
|
+
"type": "3rd-party",
|
|
7606
|
+
"maintainers": [
|
|
7607
|
+
{
|
|
7608
|
+
"name": "Gaetan SENN",
|
|
7609
|
+
"github": "gaetansenn",
|
|
7610
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
7611
|
+
}
|
|
7612
|
+
],
|
|
7613
|
+
"compatibility": {
|
|
7614
|
+
"nuxt": "^3.0.0",
|
|
7615
|
+
"requires": {}
|
|
7616
|
+
}
|
|
7617
|
+
},
|
|
5964
7618
|
{
|
|
5965
7619
|
"name": "vuefire",
|
|
5966
7620
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
5967
|
-
"repo": "vuejs/vuefire/packages/nuxt",
|
|
7621
|
+
"repo": "vuejs/vuefire#main/packages/nuxt",
|
|
5968
7622
|
"npm": "nuxt-vuefire",
|
|
5969
7623
|
"icon": "vuefire.svg",
|
|
5970
7624
|
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
@@ -5983,15 +7637,61 @@
|
|
|
5983
7637
|
"requires": {}
|
|
5984
7638
|
}
|
|
5985
7639
|
},
|
|
7640
|
+
{
|
|
7641
|
+
"name": "vueform-builder",
|
|
7642
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7643
|
+
"repo": "vueform/builder#main/nuxt",
|
|
7644
|
+
"npm": "@vueform/builder-nuxt",
|
|
7645
|
+
"icon": "vueform.svg",
|
|
7646
|
+
"github": "https://github.com/vueform/builder",
|
|
7647
|
+
"website": "https://builder.vueform.com",
|
|
7648
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7649
|
+
"category": "Libraries",
|
|
7650
|
+
"type": "3rd-party",
|
|
7651
|
+
"maintainers": [
|
|
7652
|
+
{
|
|
7653
|
+
"name": "Adam Berecz",
|
|
7654
|
+
"github": "adamberecz",
|
|
7655
|
+
"twitter": "bereczadam"
|
|
7656
|
+
}
|
|
7657
|
+
],
|
|
7658
|
+
"compatibility": {
|
|
7659
|
+
"nuxt": "^3.0.0",
|
|
7660
|
+
"requires": {}
|
|
7661
|
+
}
|
|
7662
|
+
},
|
|
7663
|
+
{
|
|
7664
|
+
"name": "vueform",
|
|
7665
|
+
"description": "Official Vueform module for Nuxt",
|
|
7666
|
+
"repo": "vueform/vueform#main/nuxt",
|
|
7667
|
+
"npm": "@vueform/nuxt",
|
|
7668
|
+
"icon": "vueform.svg",
|
|
7669
|
+
"github": "https://github.com/vueform/vueform",
|
|
7670
|
+
"website": "https://vueform.com",
|
|
7671
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7672
|
+
"category": "Libraries",
|
|
7673
|
+
"type": "3rd-party",
|
|
7674
|
+
"maintainers": [
|
|
7675
|
+
{
|
|
7676
|
+
"name": "Adam Berecz",
|
|
7677
|
+
"github": "adamberecz",
|
|
7678
|
+
"twitter": "bereczadam"
|
|
7679
|
+
}
|
|
7680
|
+
],
|
|
7681
|
+
"compatibility": {
|
|
7682
|
+
"nuxt": "^3.0.0",
|
|
7683
|
+
"requires": {}
|
|
7684
|
+
}
|
|
7685
|
+
},
|
|
5986
7686
|
{
|
|
5987
7687
|
"name": "vuestic",
|
|
5988
|
-
"description": "Vuestic UI module for Nuxt
|
|
7688
|
+
"description": "Vuestic UI module for Nuxt",
|
|
5989
7689
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
5990
7690
|
"npm": "@vuestic/nuxt",
|
|
5991
7691
|
"icon": "vuestic.png",
|
|
5992
7692
|
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
5993
|
-
"website": "https://vuestic.dev",
|
|
5994
|
-
"learn_more": "https://vuestic.dev/
|
|
7693
|
+
"website": "https://ui.vuestic.dev",
|
|
7694
|
+
"learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
|
|
5995
7695
|
"category": "UI",
|
|
5996
7696
|
"type": "3rd-party",
|
|
5997
7697
|
"maintainers": [
|
|
@@ -6005,9 +7705,31 @@
|
|
|
6005
7705
|
"requires": {}
|
|
6006
7706
|
}
|
|
6007
7707
|
},
|
|
7708
|
+
{
|
|
7709
|
+
"name": "vuetify-nuxt-module",
|
|
7710
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
7711
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
7712
|
+
"npm": "vuetify-nuxt-module",
|
|
7713
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
7714
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7715
|
+
"website": "https://vuetify-nuxt-module.netlify.app/",
|
|
7716
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
|
|
7717
|
+
"category": "UI",
|
|
7718
|
+
"type": "3rd-party",
|
|
7719
|
+
"maintainers": [
|
|
7720
|
+
{
|
|
7721
|
+
"name": "Joaquín Sánchez",
|
|
7722
|
+
"github": "userquin"
|
|
7723
|
+
}
|
|
7724
|
+
],
|
|
7725
|
+
"compatibility": {
|
|
7726
|
+
"nuxt": "^3.0.0",
|
|
7727
|
+
"requires": {}
|
|
7728
|
+
}
|
|
7729
|
+
},
|
|
6008
7730
|
{
|
|
6009
7731
|
"name": "vuetify",
|
|
6010
|
-
"description": "Vuetify Module for Nuxt
|
|
7732
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
6011
7733
|
"repo": "nuxt-community/vuetify-module",
|
|
6012
7734
|
"npm": "@nuxtjs/vuetify",
|
|
6013
7735
|
"icon": "vuetify.png",
|
|
@@ -6054,7 +7776,8 @@
|
|
|
6054
7776
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6055
7777
|
"requires": {
|
|
6056
7778
|
"bridge": "optional"
|
|
6057
|
-
}
|
|
7779
|
+
},
|
|
7780
|
+
"devtools": "^0.0.0"
|
|
6058
7781
|
}
|
|
6059
7782
|
},
|
|
6060
7783
|
{
|
|
@@ -6081,7 +7804,7 @@
|
|
|
6081
7804
|
},
|
|
6082
7805
|
{
|
|
6083
7806
|
"name": "vunix",
|
|
6084
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
7807
|
+
"description": "Comprehensive UI toolkit for Vue.js and Nuxt that empowers you to build amazing user interfaces with ease. With Vunix, you can leverage the power of popular utility-first CSS frameworks like Tailwind CSS, Unocss, WindiCss, or use your own custom CSS classes.",
|
|
6085
7808
|
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6086
7809
|
"npm": "@vunix/nuxt",
|
|
6087
7810
|
"icon": "",
|
|
@@ -6105,11 +7828,11 @@
|
|
|
6105
7828
|
{
|
|
6106
7829
|
"name": "web-vitals",
|
|
6107
7830
|
"description": "Web Vitals for Nuxt",
|
|
6108
|
-
"repo": "nuxt-
|
|
7831
|
+
"repo": "nuxt-modules/web-vitals",
|
|
6109
7832
|
"npm": "@nuxtjs/web-vitals",
|
|
6110
7833
|
"icon": "web-vitals.png",
|
|
6111
|
-
"github": "https://github.com/nuxt-
|
|
6112
|
-
"website": "https://github.com/nuxt-
|
|
7834
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7835
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
6113
7836
|
"learn_more": "",
|
|
6114
7837
|
"category": "Performance",
|
|
6115
7838
|
"type": "community",
|
|
@@ -6160,7 +7883,7 @@
|
|
|
6160
7883
|
},
|
|
6161
7884
|
{
|
|
6162
7885
|
"name": "webpack-optimisations",
|
|
6163
|
-
"description": "Nuxt
|
|
7886
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
6164
7887
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
6165
7888
|
"npm": "nuxt-webpack-optimisations",
|
|
6166
7889
|
"icon": "build-optimisations.svg",
|
|
@@ -6235,7 +7958,7 @@
|
|
|
6235
7958
|
"icon": "webpack.png",
|
|
6236
7959
|
"github": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
6237
7960
|
"website": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
6238
|
-
"learn_more": "
|
|
7961
|
+
"learn_more": "",
|
|
6239
7962
|
"category": "Devtools",
|
|
6240
7963
|
"type": "community",
|
|
6241
7964
|
"maintainers": [
|
|
@@ -6252,7 +7975,7 @@
|
|
|
6252
7975
|
},
|
|
6253
7976
|
{
|
|
6254
7977
|
"name": "well-known",
|
|
6255
|
-
"description": "A Nuxt
|
|
7978
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
6256
7979
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6257
7980
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6258
7981
|
"icon": "well-known.svg",
|
|
@@ -6272,14 +7995,40 @@
|
|
|
6272
7995
|
"requires": {}
|
|
6273
7996
|
}
|
|
6274
7997
|
},
|
|
7998
|
+
{
|
|
7999
|
+
"name": "wideangle",
|
|
8000
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
8001
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
8002
|
+
"npm": "wideangle-nuxt",
|
|
8003
|
+
"icon": "wideangle.png",
|
|
8004
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
8005
|
+
"website": "https://wideangle.co",
|
|
8006
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
8007
|
+
"category": "Analytics",
|
|
8008
|
+
"type": "3rd-party",
|
|
8009
|
+
"maintainers": [
|
|
8010
|
+
{
|
|
8011
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
8012
|
+
"github": "inputobjects"
|
|
8013
|
+
},
|
|
8014
|
+
{
|
|
8015
|
+
"name": "Jarek Rozanski",
|
|
8016
|
+
"github": "jrozanski"
|
|
8017
|
+
}
|
|
8018
|
+
],
|
|
8019
|
+
"compatibility": {
|
|
8020
|
+
"nuxt": "^3.0.0",
|
|
8021
|
+
"requires": {}
|
|
8022
|
+
}
|
|
8023
|
+
},
|
|
6275
8024
|
{
|
|
6276
8025
|
"name": "windicss",
|
|
6277
8026
|
"description": "Next generation utility-first CSS framework.",
|
|
6278
|
-
"repo": "windicss/nuxt-windicss
|
|
8027
|
+
"repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
|
|
6279
8028
|
"npm": "nuxt-windicss",
|
|
6280
8029
|
"icon": "windicss.svg",
|
|
6281
|
-
"github": "https://github.com/windicss/nuxt-windicss
|
|
6282
|
-
"website": "https://github.com/windicss/nuxt-windicss
|
|
8030
|
+
"github": "https://github.com/windicss/nuxt-windicss",
|
|
8031
|
+
"website": "https://github.com/windicss/nuxt-windicss",
|
|
6283
8032
|
"learn_more": "https://windicss.org/",
|
|
6284
8033
|
"category": "UI",
|
|
6285
8034
|
"type": "3rd-party",
|
|
@@ -6415,55 +8164,9 @@
|
|
|
6415
8164
|
"requires": {}
|
|
6416
8165
|
}
|
|
6417
8166
|
},
|
|
6418
|
-
{
|
|
6419
|
-
"name": "yandex-metrika-next",
|
|
6420
|
-
"description": "Yandex Metrika integration for Nuxt",
|
|
6421
|
-
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6422
|
-
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6423
|
-
"icon": "yandex-metrika.svg",
|
|
6424
|
-
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6425
|
-
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6426
|
-
"learn_more": "",
|
|
6427
|
-
"category": "Analytics",
|
|
6428
|
-
"type": "3rd-party",
|
|
6429
|
-
"maintainers": [
|
|
6430
|
-
{
|
|
6431
|
-
"name": "Aleksandr Saburov",
|
|
6432
|
-
"github": "artmizu",
|
|
6433
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6434
|
-
}
|
|
6435
|
-
],
|
|
6436
|
-
"compatibility": {
|
|
6437
|
-
"nuxt": "^3.0.0",
|
|
6438
|
-
"requires": {}
|
|
6439
|
-
}
|
|
6440
|
-
},
|
|
6441
|
-
{
|
|
6442
|
-
"name": "yandex-metrika",
|
|
6443
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
6444
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
6445
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
6446
|
-
"icon": "",
|
|
6447
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6448
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6449
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
6450
|
-
"category": "Analytics",
|
|
6451
|
-
"type": "community",
|
|
6452
|
-
"maintainers": [
|
|
6453
|
-
{
|
|
6454
|
-
"name": "Pooya Parsa",
|
|
6455
|
-
"github": "pi0",
|
|
6456
|
-
"twitter": "_pi0_"
|
|
6457
|
-
}
|
|
6458
|
-
],
|
|
6459
|
-
"compatibility": {
|
|
6460
|
-
"nuxt": "^2.0.0",
|
|
6461
|
-
"requires": {}
|
|
6462
|
-
}
|
|
6463
|
-
},
|
|
6464
8167
|
{
|
|
6465
8168
|
"name": "zendesk",
|
|
6466
|
-
"description": "Nuxt
|
|
8169
|
+
"description": "Nuxt module for Zendesk",
|
|
6467
8170
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
6468
8171
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
6469
8172
|
"icon": "zendesk.png",
|