@nuxt/modules 0.6.0-d0f1b9 → 0.6.0-d180b4
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/README.md +5 -4
- package/modules.json +1528 -1153
- package/package.json +22 -20
package/modules.json
CHANGED
|
@@ -1,30 +1,31 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
|
-
"name": "
|
|
4
|
-
"description": "
|
|
5
|
-
"repo": "
|
|
6
|
-
"npm": "nuxt
|
|
7
|
-
"icon": "
|
|
8
|
-
"github": "https://github.com/
|
|
9
|
-
"website": "https://github.com/
|
|
10
|
-
"learn_more": "
|
|
11
|
-
"category": "
|
|
12
|
-
"type": "
|
|
3
|
+
"name": "a11y",
|
|
4
|
+
"description": "Real-time accessibility feedback and automated testing in your browser during development.",
|
|
5
|
+
"repo": "nuxt/a11y",
|
|
6
|
+
"npm": "@nuxt/a11y",
|
|
7
|
+
"icon": "nuxt.svg",
|
|
8
|
+
"github": "https://github.com/nuxt/a11y",
|
|
9
|
+
"website": "https://github.com/nuxt/a11y",
|
|
10
|
+
"learn_more": "",
|
|
11
|
+
"category": "Devtools",
|
|
12
|
+
"type": "official",
|
|
13
13
|
"maintainers": [
|
|
14
14
|
{
|
|
15
|
-
"name": "
|
|
16
|
-
"github": "
|
|
17
|
-
"twitter": "
|
|
15
|
+
"name": "Tim Damen",
|
|
16
|
+
"github": "timdamen",
|
|
17
|
+
"twitter": "timdamen_io",
|
|
18
|
+
"bluesky": "timdamen.io"
|
|
18
19
|
},
|
|
19
20
|
{
|
|
20
|
-
"name": "
|
|
21
|
-
"github": "
|
|
22
|
-
"twitter": "
|
|
23
|
-
"bluesky": "
|
|
21
|
+
"name": "Daniel Roe",
|
|
22
|
+
"github": "danielroe",
|
|
23
|
+
"twitter": "danielcroe",
|
|
24
|
+
"bluesky": "danielroe.dev"
|
|
24
25
|
}
|
|
25
26
|
],
|
|
26
27
|
"compatibility": {
|
|
27
|
-
"nuxt": "
|
|
28
|
+
"nuxt": ">=3.0.0",
|
|
28
29
|
"requires": {}
|
|
29
30
|
}
|
|
30
31
|
},
|
|
@@ -36,7 +37,7 @@
|
|
|
36
37
|
"icon": "agility.png",
|
|
37
38
|
"github": "https://github.com/agility/agilitycms-nuxt-module",
|
|
38
39
|
"website": "https://github.com/agility/agilitycms-nuxt-module",
|
|
39
|
-
"learn_more": "https://
|
|
40
|
+
"learn_more": "https://agilitycms.com/docs/nuxt/nuxt-and-agility-cms",
|
|
40
41
|
"category": "CMS",
|
|
41
42
|
"type": "3rd-party",
|
|
42
43
|
"maintainers": [
|
|
@@ -78,7 +79,7 @@
|
|
|
78
79
|
}
|
|
79
80
|
],
|
|
80
81
|
"compatibility": {
|
|
81
|
-
"nuxt": "^2.
|
|
82
|
+
"nuxt": "^2.16.0 || >=3.0.0-rc.9",
|
|
82
83
|
"requires": {
|
|
83
84
|
"bridge": true
|
|
84
85
|
}
|
|
@@ -149,7 +150,7 @@
|
|
|
149
150
|
}
|
|
150
151
|
],
|
|
151
152
|
"compatibility": {
|
|
152
|
-
"nuxt": "
|
|
153
|
+
"nuxt": ">=3.0.0",
|
|
153
154
|
"requires": {}
|
|
154
155
|
}
|
|
155
156
|
},
|
|
@@ -178,6 +179,28 @@
|
|
|
178
179
|
}
|
|
179
180
|
}
|
|
180
181
|
},
|
|
182
|
+
{
|
|
183
|
+
"name": "antdv-next",
|
|
184
|
+
"description": "Ant Design for Vue",
|
|
185
|
+
"repo": "antdv-next/nuxt",
|
|
186
|
+
"npm": "@antdv-next/nuxt",
|
|
187
|
+
"icon": "antdv-next.svg",
|
|
188
|
+
"github": "https://github.com/antdv-next/nuxt",
|
|
189
|
+
"website": "https://www.antdv-next.com",
|
|
190
|
+
"learn_more": "https://www.antdv-next.com",
|
|
191
|
+
"category": "UI",
|
|
192
|
+
"type": "3rd-party",
|
|
193
|
+
"maintainers": [
|
|
194
|
+
{
|
|
195
|
+
"name": "yanyu",
|
|
196
|
+
"github": "aibayanyu20"
|
|
197
|
+
}
|
|
198
|
+
],
|
|
199
|
+
"compatibility": {
|
|
200
|
+
"nuxt": ">=4.0.0",
|
|
201
|
+
"requires": {}
|
|
202
|
+
}
|
|
203
|
+
},
|
|
181
204
|
{
|
|
182
205
|
"name": "aos",
|
|
183
206
|
"description": "A Nuxt module that adds Animate On Scroll",
|
|
@@ -220,7 +243,7 @@
|
|
|
220
243
|
}
|
|
221
244
|
],
|
|
222
245
|
"compatibility": {
|
|
223
|
-
"nuxt": ">=3.
|
|
246
|
+
"nuxt": ">=3.7.0",
|
|
224
247
|
"requires": {}
|
|
225
248
|
}
|
|
226
249
|
},
|
|
@@ -254,7 +277,7 @@
|
|
|
254
277
|
"repo": "Luxdamore/nuxt-apis-to-file",
|
|
255
278
|
"npm": "@luxdamore/nuxt-apis-to-file",
|
|
256
279
|
"icon": "",
|
|
257
|
-
"github": "https://github.com/
|
|
280
|
+
"github": "https://github.com/Luxdamore/nuxt-apis-to-file",
|
|
258
281
|
"website": "https://luxdamore.github.io/nuxt-apis-to-file/",
|
|
259
282
|
"learn_more": "",
|
|
260
283
|
"category": "Performance",
|
|
@@ -382,6 +405,28 @@
|
|
|
382
405
|
"twitter": "iamdinq"
|
|
383
406
|
}
|
|
384
407
|
],
|
|
408
|
+
"compatibility": {
|
|
409
|
+
"nuxt": "^3.0.0",
|
|
410
|
+
"requires": {}
|
|
411
|
+
}
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"name": "arkenv",
|
|
415
|
+
"description": "Environment variable validation from editor to runtime",
|
|
416
|
+
"repo": "yamcodes/arkenv#main/packages/nuxt",
|
|
417
|
+
"npm": "@arkenv/nuxt",
|
|
418
|
+
"icon": "arkenv.svg",
|
|
419
|
+
"github": "https://github.com/yamcodes/arkenv",
|
|
420
|
+
"website": "https://arkenv.js.org",
|
|
421
|
+
"learn_more": "https://arkenv.js.org/docs/nuxt",
|
|
422
|
+
"category": "Devtools",
|
|
423
|
+
"type": "3rd-party",
|
|
424
|
+
"maintainers": [
|
|
425
|
+
{
|
|
426
|
+
"name": "Yam Borodetsky",
|
|
427
|
+
"github": "yamcodes"
|
|
428
|
+
}
|
|
429
|
+
],
|
|
385
430
|
"compatibility": {
|
|
386
431
|
"nuxt": ">=3.0.0",
|
|
387
432
|
"requires": {}
|
|
@@ -415,14 +460,14 @@
|
|
|
415
460
|
"repo": "askdoppler/doppler-js#main/nuxt",
|
|
416
461
|
"npm": "@askdoppler/nuxt",
|
|
417
462
|
"icon": "askdoppler.png",
|
|
418
|
-
"github": "https://github.com/askdoppler/doppler-js
|
|
463
|
+
"github": "https://github.com/askdoppler/doppler-js",
|
|
419
464
|
"website": "https://askdoppler.com",
|
|
420
465
|
"learn_more": "https://docs.askdoppler.com/integrations/nuxt",
|
|
421
466
|
"category": "SEO",
|
|
422
467
|
"type": "3rd-party",
|
|
423
468
|
"maintainers": [
|
|
424
469
|
{
|
|
425
|
-
"name": "
|
|
470
|
+
"name": "Maxime Dolores",
|
|
426
471
|
"github": "mdolr",
|
|
427
472
|
"twitter": "m_dolr"
|
|
428
473
|
}
|
|
@@ -434,7 +479,7 @@
|
|
|
434
479
|
},
|
|
435
480
|
{
|
|
436
481
|
"name": "auth-utils",
|
|
437
|
-
"description": "
|
|
482
|
+
"description": "Add Authentication to Nuxt applications with secured & sealed cookies sessions.",
|
|
438
483
|
"repo": "atinux/nuxt-auth-utils",
|
|
439
484
|
"npm": "nuxt-auth-utils",
|
|
440
485
|
"icon": "",
|
|
@@ -484,29 +529,6 @@
|
|
|
484
529
|
"requires": {}
|
|
485
530
|
}
|
|
486
531
|
},
|
|
487
|
-
{
|
|
488
|
-
"name": "authjs",
|
|
489
|
-
"description": "Auth.js authentication Nuxt module. Edge compatible.",
|
|
490
|
-
"repo": "Hebilicious/authjs-nuxt#main",
|
|
491
|
-
"npm": "@hebilicious/authjs-nuxt",
|
|
492
|
-
"icon": "authjs.png",
|
|
493
|
-
"github": "https://github.com/Hebilicious/authjs-nuxt",
|
|
494
|
-
"website": "https://authjs-nuxt.pages.dev/",
|
|
495
|
-
"learn_more": "https://authjs.dev/",
|
|
496
|
-
"category": "Security",
|
|
497
|
-
"type": "3rd-party",
|
|
498
|
-
"maintainers": [
|
|
499
|
-
{
|
|
500
|
-
"name": "Heb",
|
|
501
|
-
"github": "Hebilicious",
|
|
502
|
-
"twitter": "its_hebilicious"
|
|
503
|
-
}
|
|
504
|
-
],
|
|
505
|
-
"compatibility": {
|
|
506
|
-
"nuxt": ">=3.0.0",
|
|
507
|
-
"requires": {}
|
|
508
|
-
}
|
|
509
|
-
},
|
|
510
532
|
{
|
|
511
533
|
"name": "authorization",
|
|
512
534
|
"description": "Manage permissions inside the app and the server.",
|
|
@@ -609,8 +631,8 @@
|
|
|
609
631
|
"npm": "@thebcms/nuxt",
|
|
610
632
|
"icon": "bcms.png",
|
|
611
633
|
"github": "https://github.com/bcms/nuxt-module",
|
|
612
|
-
"website": "https://thebcms.com",
|
|
613
|
-
"learn_more": "https://thebcms.com/docs/integrations/nuxt-js",
|
|
634
|
+
"website": "https://www.thebcms.com/",
|
|
635
|
+
"learn_more": "https://www.thebcms.com/docs/integrations/nuxt-js/",
|
|
614
636
|
"category": "CMS",
|
|
615
637
|
"type": "3rd-party",
|
|
616
638
|
"maintainers": [
|
|
@@ -624,6 +646,28 @@
|
|
|
624
646
|
"requires": {}
|
|
625
647
|
}
|
|
626
648
|
},
|
|
649
|
+
{
|
|
650
|
+
"name": "betterstack",
|
|
651
|
+
"description": "A Nuxt module for integrating BetterStack into your Nuxt application",
|
|
652
|
+
"repo": "nicogenz/nuxt-betterstack",
|
|
653
|
+
"npm": "nuxt-betterstack",
|
|
654
|
+
"icon": "betterstack.svg",
|
|
655
|
+
"github": "https://github.com/nicogenz/nuxt-betterstack",
|
|
656
|
+
"website": "https://github.com/nicogenz/nuxt-betterstack",
|
|
657
|
+
"learn_more": "https://betterstack.com",
|
|
658
|
+
"category": "Extensions",
|
|
659
|
+
"type": "3rd-party",
|
|
660
|
+
"maintainers": [
|
|
661
|
+
{
|
|
662
|
+
"name": "Nico Genz",
|
|
663
|
+
"github": "nicogenz"
|
|
664
|
+
}
|
|
665
|
+
],
|
|
666
|
+
"compatibility": {
|
|
667
|
+
"nuxt": ">=3.0.0",
|
|
668
|
+
"requires": {}
|
|
669
|
+
}
|
|
670
|
+
},
|
|
627
671
|
{
|
|
628
672
|
"name": "bootstrap",
|
|
629
673
|
"description": "Add Bootstrap to your Nuxt app in seconds.",
|
|
@@ -660,12 +704,12 @@
|
|
|
660
704
|
{
|
|
661
705
|
"name": "browserconfig",
|
|
662
706
|
"description": "Adds XML browser configuration support",
|
|
663
|
-
"repo": "nuxt-community/modules#master/packages/browserconfig",
|
|
707
|
+
"repo": "nuxt-community/legacy-modules#master/packages/browserconfig",
|
|
664
708
|
"npm": "@nuxtjs/browserconfig",
|
|
665
709
|
"icon": "",
|
|
666
|
-
"github": "https://github.com/nuxt-community/modules
|
|
667
|
-
"website": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
668
|
-
"learn_more": "https://
|
|
710
|
+
"github": "https://github.com/nuxt-community/legacy-modules",
|
|
711
|
+
"website": "https://github.com/nuxt-community/legacy-modules/tree/master/packages/browserconfig",
|
|
712
|
+
"learn_more": "https://learn.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/dev-guides/bg183312(v=vs.85)?redirectedfrom=MSDN",
|
|
669
713
|
"category": "Extensions",
|
|
670
714
|
"type": "community",
|
|
671
715
|
"maintainers": [
|
|
@@ -681,29 +725,6 @@
|
|
|
681
725
|
"requires": {}
|
|
682
726
|
}
|
|
683
727
|
},
|
|
684
|
-
{
|
|
685
|
-
"name": "buefy",
|
|
686
|
-
"description": "It's really very simple to start with nuxt. But we can make it even simpler by adding nuxt-buefy",
|
|
687
|
-
"repo": "buefy/nuxt-buefy",
|
|
688
|
-
"npm": "nuxt-buefy",
|
|
689
|
-
"icon": "buefy.png",
|
|
690
|
-
"github": "https://github.com/buefy/nuxt-buefy",
|
|
691
|
-
"website": "https://github.com/buefy/nuxt-buefy",
|
|
692
|
-
"learn_more": "https://buefy.org/",
|
|
693
|
-
"category": "UI",
|
|
694
|
-
"type": "3rd-party",
|
|
695
|
-
"maintainers": [
|
|
696
|
-
{
|
|
697
|
-
"name": "Walter Tommasi",
|
|
698
|
-
"github": "jtommy",
|
|
699
|
-
"twitter": "walter_tommasi"
|
|
700
|
-
}
|
|
701
|
-
],
|
|
702
|
-
"compatibility": {
|
|
703
|
-
"nuxt": "^2.0.0",
|
|
704
|
-
"requires": {}
|
|
705
|
-
}
|
|
706
|
-
},
|
|
707
728
|
{
|
|
708
729
|
"name": "bugsnag",
|
|
709
730
|
"description": "Bugsnag integration for nuxt.js. Makes it easy to add bugsnag to your Project. Supports uploading source maps.",
|
|
@@ -712,7 +733,7 @@
|
|
|
712
733
|
"icon": "bugsnag.png",
|
|
713
734
|
"github": "https://github.com/JulianMar/nuxt-bugsnag",
|
|
714
735
|
"website": "https://github.com/JulianMar/nuxt-bugsnag",
|
|
715
|
-
"learn_more": "
|
|
736
|
+
"learn_more": "",
|
|
716
737
|
"category": "Monitoring",
|
|
717
738
|
"type": "3rd-party",
|
|
718
739
|
"maintainers": [
|
|
@@ -723,7 +744,7 @@
|
|
|
723
744
|
}
|
|
724
745
|
],
|
|
725
746
|
"compatibility": {
|
|
726
|
-
"nuxt": "^2.
|
|
747
|
+
"nuxt": "^2.16.0 || >=3.0.0",
|
|
727
748
|
"requires": {
|
|
728
749
|
"bridge": true
|
|
729
750
|
}
|
|
@@ -843,51 +864,6 @@
|
|
|
843
864
|
"requires": {}
|
|
844
865
|
}
|
|
845
866
|
},
|
|
846
|
-
{
|
|
847
|
-
"name": "chakra-ui",
|
|
848
|
-
"description": "Chakra UI Module for Nuxt",
|
|
849
|
-
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
850
|
-
"npm": "@chakra-ui/nuxt",
|
|
851
|
-
"icon": "chakra-ui.png",
|
|
852
|
-
"github": "https://github.com/chakra-ui/chakra-ui-vue/tree/develop/packages/chakra-ui-nuxt",
|
|
853
|
-
"website": "https://vue.chakra-ui.com/with-nuxt",
|
|
854
|
-
"learn_more": "",
|
|
855
|
-
"category": "UI",
|
|
856
|
-
"type": "3rd-party",
|
|
857
|
-
"maintainers": [
|
|
858
|
-
{
|
|
859
|
-
"name": "Jonathan Bakebwa",
|
|
860
|
-
"github": "codebender828 https://avatars2.githubusercontent.com/u/21237954?s=400&u=8d33f80968b1e2582b530af74e26e4cb94d1a90b&v=4"
|
|
861
|
-
}
|
|
862
|
-
],
|
|
863
|
-
"compatibility": {
|
|
864
|
-
"nuxt": "^2.0.0",
|
|
865
|
-
"requires": {}
|
|
866
|
-
}
|
|
867
|
-
},
|
|
868
|
-
{
|
|
869
|
-
"name": "chatwoot",
|
|
870
|
-
"description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
|
|
871
|
-
"repo": "productdevbookcom/chatwoot",
|
|
872
|
-
"npm": "@productdevbook/chatwoot",
|
|
873
|
-
"icon": "chatwoot.png",
|
|
874
|
-
"github": "https://github.com/productdevbookcom/chatwoot",
|
|
875
|
-
"website": "https://github.com/productdevbookcom/chatwoot",
|
|
876
|
-
"learn_more": "https://www.chatwoot.com",
|
|
877
|
-
"category": "Libraries",
|
|
878
|
-
"type": "3rd-party",
|
|
879
|
-
"maintainers": [
|
|
880
|
-
{
|
|
881
|
-
"name": "Wind",
|
|
882
|
-
"github": "productdevbook",
|
|
883
|
-
"twitter": "productdevbook"
|
|
884
|
-
}
|
|
885
|
-
],
|
|
886
|
-
"compatibility": {
|
|
887
|
-
"nuxt": ">=3.0.0",
|
|
888
|
-
"requires": {}
|
|
889
|
-
}
|
|
890
|
-
},
|
|
891
867
|
{
|
|
892
868
|
"name": "chiffre",
|
|
893
869
|
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
@@ -940,8 +916,8 @@
|
|
|
940
916
|
"repo": "clerk/javascript#main/packages/nuxt",
|
|
941
917
|
"npm": "@clerk/nuxt",
|
|
942
918
|
"icon": "clerk.svg",
|
|
943
|
-
"github": "https://github.com/clerk/javascript
|
|
944
|
-
"website": "https://clerk.com/docs/
|
|
919
|
+
"github": "https://github.com/clerk/javascript",
|
|
920
|
+
"website": "https://clerk.com/docs/reference/nuxt/overview",
|
|
945
921
|
"learn_more": "https://clerk.com",
|
|
946
922
|
"category": "Security",
|
|
947
923
|
"type": "3rd-party",
|
|
@@ -990,7 +966,7 @@
|
|
|
990
966
|
"icon": "",
|
|
991
967
|
"github": "https://github.com/gitana/cloudcms-nuxt",
|
|
992
968
|
"website": "https://github.com/gitana/cloudcms-nuxt",
|
|
993
|
-
"learn_more": "https://
|
|
969
|
+
"learn_more": "https://gitana.io/",
|
|
994
970
|
"category": "CMS",
|
|
995
971
|
"type": "3rd-party",
|
|
996
972
|
"maintainers": [
|
|
@@ -1028,7 +1004,7 @@
|
|
|
1028
1004
|
}
|
|
1029
1005
|
],
|
|
1030
1006
|
"compatibility": {
|
|
1031
|
-
"nuxt": "
|
|
1007
|
+
"nuxt": "^3.0.0",
|
|
1032
1008
|
"requires": {}
|
|
1033
1009
|
}
|
|
1034
1010
|
},
|
|
@@ -1082,6 +1058,42 @@
|
|
|
1082
1058
|
}
|
|
1083
1059
|
}
|
|
1084
1060
|
},
|
|
1061
|
+
{
|
|
1062
|
+
"name": "comark",
|
|
1063
|
+
"description": "Components in Markdown (Comark) parser with streaming support.",
|
|
1064
|
+
"repo": "comarkdown/comark#main/packages/comark-nuxt",
|
|
1065
|
+
"npm": "@comark/nuxt",
|
|
1066
|
+
"icon": "comark.svg",
|
|
1067
|
+
"github": "https://github.com/comarkdown/comark",
|
|
1068
|
+
"website": "https://comark.dev/",
|
|
1069
|
+
"learn_more": "https://comark.dev/rendering/nuxt",
|
|
1070
|
+
"category": "Libraries",
|
|
1071
|
+
"type": "3rd-party",
|
|
1072
|
+
"maintainers": [
|
|
1073
|
+
{
|
|
1074
|
+
"name": "Farnabaz",
|
|
1075
|
+
"github": "farnabaz",
|
|
1076
|
+
"twitter": "a_birang",
|
|
1077
|
+
"bluesky": "farnabaz.dev"
|
|
1078
|
+
},
|
|
1079
|
+
{
|
|
1080
|
+
"name": "Sébastien Chopin",
|
|
1081
|
+
"github": "Atinux",
|
|
1082
|
+
"twitter": "atinux",
|
|
1083
|
+
"bluesky": "atinux.com"
|
|
1084
|
+
},
|
|
1085
|
+
{
|
|
1086
|
+
"name": "Baptiste Leproux",
|
|
1087
|
+
"github": "larbish",
|
|
1088
|
+
"twitter": "_larbish",
|
|
1089
|
+
"bluesky": "larbish.bsky.social"
|
|
1090
|
+
}
|
|
1091
|
+
],
|
|
1092
|
+
"compatibility": {
|
|
1093
|
+
"nuxt": ">=3.0.0",
|
|
1094
|
+
"requires": {}
|
|
1095
|
+
}
|
|
1096
|
+
},
|
|
1085
1097
|
{
|
|
1086
1098
|
"name": "compodium",
|
|
1087
1099
|
"description": "A plug an play component playground for Nuxt.",
|
|
@@ -1097,7 +1109,7 @@
|
|
|
1097
1109
|
{
|
|
1098
1110
|
"name": "Romain Hamel",
|
|
1099
1111
|
"github": "romhml",
|
|
1100
|
-
"bluesky": "rohm.
|
|
1112
|
+
"bluesky": "rohm.dev"
|
|
1101
1113
|
}
|
|
1102
1114
|
],
|
|
1103
1115
|
"compatibility": {
|
|
@@ -1129,30 +1141,6 @@
|
|
|
1129
1141
|
"requires": {}
|
|
1130
1142
|
}
|
|
1131
1143
|
},
|
|
1132
|
-
{
|
|
1133
|
-
"name": "composition-api",
|
|
1134
|
-
"description": "Composition API hooks for Nuxt",
|
|
1135
|
-
"repo": "nuxt-community/composition-api#main",
|
|
1136
|
-
"npm": "@nuxtjs/composition-api",
|
|
1137
|
-
"icon": "composition-api.svg",
|
|
1138
|
-
"github": "https://github.com/nuxt-community/composition-api/tree/main",
|
|
1139
|
-
"website": "https://composition-api.nuxtjs.org",
|
|
1140
|
-
"learn_more": "",
|
|
1141
|
-
"category": "Extensions",
|
|
1142
|
-
"type": "community",
|
|
1143
|
-
"maintainers": [
|
|
1144
|
-
{
|
|
1145
|
-
"name": "Daniel Roe",
|
|
1146
|
-
"github": "danielroe",
|
|
1147
|
-
"twitter": "danielcroe",
|
|
1148
|
-
"bluesky": "danielroe.dev"
|
|
1149
|
-
}
|
|
1150
|
-
],
|
|
1151
|
-
"compatibility": {
|
|
1152
|
-
"nuxt": "^2.0.0",
|
|
1153
|
-
"requires": {}
|
|
1154
|
-
}
|
|
1155
|
-
},
|
|
1156
1144
|
{
|
|
1157
1145
|
"name": "content-assets",
|
|
1158
1146
|
"description": "Enable locally-located assets in Nuxt Content",
|
|
@@ -1160,7 +1148,7 @@
|
|
|
1160
1148
|
"npm": "nuxt-content-assets",
|
|
1161
1149
|
"icon": "content-assets.png",
|
|
1162
1150
|
"github": "https://github.com/davestewart/nuxt-content-assets",
|
|
1163
|
-
"website": "https://davestewart.co.uk/projects/
|
|
1151
|
+
"website": "https://davestewart.co.uk/projects/vue/nuxt-content-assets/",
|
|
1164
1152
|
"learn_more": "",
|
|
1165
1153
|
"category": "Images",
|
|
1166
1154
|
"type": "3rd-party",
|
|
@@ -1231,31 +1219,10 @@
|
|
|
1231
1219
|
}
|
|
1232
1220
|
],
|
|
1233
1221
|
"compatibility": {
|
|
1234
|
-
"nuxt": "
|
|
1235
|
-
"requires": {}
|
|
1236
|
-
}
|
|
1237
|
-
},
|
|
1238
|
-
{
|
|
1239
|
-
"name": "contentful",
|
|
1240
|
-
"description": "nuxt contentful module",
|
|
1241
|
-
"repo": "scaccogatto/contentful-module",
|
|
1242
|
-
"npm": "contentful-module",
|
|
1243
|
-
"icon": "contentful.png",
|
|
1244
|
-
"github": "https://github.com/scaccogatto/contentful-module",
|
|
1245
|
-
"website": "https://github.com/scaccogatto/contentful-module",
|
|
1246
|
-
"learn_more": "https://www.contentful.com/",
|
|
1247
|
-
"category": "CMS",
|
|
1248
|
-
"type": "3rd-party",
|
|
1249
|
-
"maintainers": [
|
|
1250
|
-
{
|
|
1251
|
-
"name": "Marco 'Gatto' Boffo",
|
|
1252
|
-
"github": "scaccogatto"
|
|
1253
|
-
}
|
|
1254
|
-
],
|
|
1255
|
-
"compatibility": {
|
|
1256
|
-
"nuxt": "^2.0.0",
|
|
1222
|
+
"nuxt": ">=3.0.0-rc.3",
|
|
1257
1223
|
"requires": {}
|
|
1258
|
-
}
|
|
1224
|
+
},
|
|
1225
|
+
"mcp": "https://content.nuxt.com/mcp"
|
|
1259
1226
|
},
|
|
1260
1227
|
{
|
|
1261
1228
|
"name": "contentstack",
|
|
@@ -1265,7 +1232,7 @@
|
|
|
1265
1232
|
"icon": "contentstack.png",
|
|
1266
1233
|
"github": "https://github.com/timbenniks/nuxt-contentstack",
|
|
1267
1234
|
"website": "https://github.com/timbenniks/nuxt-contentstack",
|
|
1268
|
-
"learn_more": "https://contentstack.com/",
|
|
1235
|
+
"learn_more": "https://www.contentstack.com/community",
|
|
1269
1236
|
"category": "CMS",
|
|
1270
1237
|
"type": "3rd-party",
|
|
1271
1238
|
"maintainers": [
|
|
@@ -1278,7 +1245,32 @@
|
|
|
1278
1245
|
}
|
|
1279
1246
|
],
|
|
1280
1247
|
"compatibility": {
|
|
1281
|
-
"nuxt": "
|
|
1248
|
+
"nuxt": ">=3.20.1",
|
|
1249
|
+
"requires": {},
|
|
1250
|
+
"devtools": "^0.0.0"
|
|
1251
|
+
}
|
|
1252
|
+
},
|
|
1253
|
+
{
|
|
1254
|
+
"name": "convex",
|
|
1255
|
+
"description": "Nuxt module for Convex - reactive backend with real-time sync, file storage, and auto-imports",
|
|
1256
|
+
"repo": "onmax/nuxt-convex",
|
|
1257
|
+
"npm": "convex-monorepo",
|
|
1258
|
+
"icon": "convex.svg",
|
|
1259
|
+
"github": "https://github.com/onmax/nuxt-convex",
|
|
1260
|
+
"website": "https://nuxt-convex.onmax.me",
|
|
1261
|
+
"learn_more": "https://docs.convex.dev",
|
|
1262
|
+
"category": "Database",
|
|
1263
|
+
"type": "3rd-party",
|
|
1264
|
+
"maintainers": [
|
|
1265
|
+
{
|
|
1266
|
+
"name": "Max",
|
|
1267
|
+
"github": "onmax",
|
|
1268
|
+
"twitter": "_onmax",
|
|
1269
|
+
"bluesky": "onmax.bsky.social"
|
|
1270
|
+
}
|
|
1271
|
+
],
|
|
1272
|
+
"compatibility": {
|
|
1273
|
+
"nuxt": ">=3.0.0",
|
|
1282
1274
|
"requires": {}
|
|
1283
1275
|
}
|
|
1284
1276
|
},
|
|
@@ -1401,28 +1393,6 @@
|
|
|
1401
1393
|
"requires": {}
|
|
1402
1394
|
}
|
|
1403
1395
|
},
|
|
1404
|
-
{
|
|
1405
|
-
"name": "datocms-nuxt2",
|
|
1406
|
-
"description": "DatoCMS integration for Nuxt v2",
|
|
1407
|
-
"repo": "voorhoede/nuxt-datocms-module",
|
|
1408
|
-
"npm": "@voorhoede/nuxt-datocms-module",
|
|
1409
|
-
"icon": "datocms.svg",
|
|
1410
|
-
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
1411
|
-
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
1412
|
-
"learn_more": "https://www.datocms.com/",
|
|
1413
|
-
"category": "CMS",
|
|
1414
|
-
"type": "3rd-party",
|
|
1415
|
-
"maintainers": [
|
|
1416
|
-
{
|
|
1417
|
-
"name": "Frank Warnaar",
|
|
1418
|
-
"github": "Frankwarnaar"
|
|
1419
|
-
}
|
|
1420
|
-
],
|
|
1421
|
-
"compatibility": {
|
|
1422
|
-
"nuxt": "^2.0.0",
|
|
1423
|
-
"requires": {}
|
|
1424
|
-
}
|
|
1425
|
-
},
|
|
1426
1396
|
{
|
|
1427
1397
|
"name": "datocms",
|
|
1428
1398
|
"description": "DatoCMS module for Nuxt",
|
|
@@ -1489,7 +1459,7 @@
|
|
|
1489
1459
|
}
|
|
1490
1460
|
],
|
|
1491
1461
|
"compatibility": {
|
|
1492
|
-
"nuxt": "
|
|
1462
|
+
"nuxt": ">=3.5.0",
|
|
1493
1463
|
"requires": {}
|
|
1494
1464
|
}
|
|
1495
1465
|
},
|
|
@@ -1512,7 +1482,7 @@
|
|
|
1512
1482
|
}
|
|
1513
1483
|
],
|
|
1514
1484
|
"compatibility": {
|
|
1515
|
-
"nuxt": "^2.
|
|
1485
|
+
"nuxt": "^2.16.0 || >=3.0.0",
|
|
1516
1486
|
"requires": {}
|
|
1517
1487
|
}
|
|
1518
1488
|
},
|
|
@@ -1540,15 +1510,41 @@
|
|
|
1540
1510
|
"requires": {}
|
|
1541
1511
|
}
|
|
1542
1512
|
},
|
|
1513
|
+
{
|
|
1514
|
+
"name": "directus-sdk",
|
|
1515
|
+
"description": "A Nuxt module for Directus with built-in authentication, realtime, file management, type generation, and visual editor support.",
|
|
1516
|
+
"repo": "rolleyio/nuxt-directus-sdk",
|
|
1517
|
+
"npm": "nuxt-directus-sdk",
|
|
1518
|
+
"icon": "directus-sdk.svg",
|
|
1519
|
+
"github": "https://github.com/rolleyio/nuxt-directus-sdk",
|
|
1520
|
+
"website": "https://www.nuxt-directus-sdk.com/",
|
|
1521
|
+
"learn_more": "https://directus.com/",
|
|
1522
|
+
"category": "CMS",
|
|
1523
|
+
"type": "3rd-party",
|
|
1524
|
+
"maintainers": [
|
|
1525
|
+
{
|
|
1526
|
+
"name": "Matthew Rollinson",
|
|
1527
|
+
"github": "matt-rolley"
|
|
1528
|
+
},
|
|
1529
|
+
{
|
|
1530
|
+
"name": "kheiner",
|
|
1531
|
+
"github": "kheiner"
|
|
1532
|
+
}
|
|
1533
|
+
],
|
|
1534
|
+
"compatibility": {
|
|
1535
|
+
"nuxt": "^3.0.0 || ^4.0.0",
|
|
1536
|
+
"requires": {}
|
|
1537
|
+
}
|
|
1538
|
+
},
|
|
1543
1539
|
{
|
|
1544
1540
|
"name": "directus",
|
|
1545
1541
|
"description": "Easily connect your Nuxt application to your directus server.",
|
|
1546
1542
|
"repo": "intevel/nuxt-directus",
|
|
1547
1543
|
"npm": "nuxt-directus",
|
|
1548
1544
|
"icon": "directus.svg",
|
|
1549
|
-
"github": "https://github.com/intevel/nuxt-directus
|
|
1545
|
+
"github": "https://github.com/intevel/nuxt-directus",
|
|
1550
1546
|
"website": "https://nuxt-directus.de/",
|
|
1551
|
-
"learn_more": "https://directus.
|
|
1547
|
+
"learn_more": "https://directus.com/",
|
|
1552
1548
|
"category": "CMS",
|
|
1553
1549
|
"type": "3rd-party",
|
|
1554
1550
|
"maintainers": [
|
|
@@ -1572,7 +1568,7 @@
|
|
|
1572
1568
|
}
|
|
1573
1569
|
],
|
|
1574
1570
|
"compatibility": {
|
|
1575
|
-
"nuxt": ">=3.0.0",
|
|
1571
|
+
"nuxt": "^2.16.0 || >=3.0.0-rc.9",
|
|
1576
1572
|
"requires": {},
|
|
1577
1573
|
"devtools": "^0.0.0"
|
|
1578
1574
|
}
|
|
@@ -1661,7 +1657,7 @@
|
|
|
1661
1657
|
}
|
|
1662
1658
|
],
|
|
1663
1659
|
"compatibility": {
|
|
1664
|
-
"nuxt": "
|
|
1660
|
+
"nuxt": ">=3.0.0",
|
|
1665
1661
|
"requires": {}
|
|
1666
1662
|
}
|
|
1667
1663
|
},
|
|
@@ -1696,7 +1692,7 @@
|
|
|
1696
1692
|
}
|
|
1697
1693
|
],
|
|
1698
1694
|
"compatibility": {
|
|
1699
|
-
"nuxt": "
|
|
1695
|
+
"nuxt": ">=3.7.0",
|
|
1700
1696
|
"requires": {}
|
|
1701
1697
|
}
|
|
1702
1698
|
},
|
|
@@ -1764,7 +1760,7 @@
|
|
|
1764
1760
|
}
|
|
1765
1761
|
],
|
|
1766
1762
|
"compatibility": {
|
|
1767
|
-
"nuxt": ">=3.
|
|
1763
|
+
"nuxt": ">=3.2.0",
|
|
1768
1764
|
"requires": {}
|
|
1769
1765
|
}
|
|
1770
1766
|
},
|
|
@@ -1833,7 +1829,7 @@
|
|
|
1833
1829
|
}
|
|
1834
1830
|
],
|
|
1835
1831
|
"compatibility": {
|
|
1836
|
-
"nuxt": ">=3
|
|
1832
|
+
"nuxt": ">=3",
|
|
1837
1833
|
"requires": {
|
|
1838
1834
|
"bridge": "optional"
|
|
1839
1835
|
}
|
|
@@ -1847,7 +1843,7 @@
|
|
|
1847
1843
|
"icon": "emotion.png",
|
|
1848
1844
|
"github": "https://github.com/nuxt-modules/emotion",
|
|
1849
1845
|
"website": "https://github.com/nuxt-modules/emotion",
|
|
1850
|
-
"learn_more": "https://emotion.sh/",
|
|
1846
|
+
"learn_more": "https://emotion.sh/docs/introduction",
|
|
1851
1847
|
"category": "Extensions",
|
|
1852
1848
|
"type": "community",
|
|
1853
1849
|
"maintainers": [
|
|
@@ -1868,14 +1864,36 @@
|
|
|
1868
1864
|
"requires": {}
|
|
1869
1865
|
}
|
|
1870
1866
|
},
|
|
1867
|
+
{
|
|
1868
|
+
"name": "es-toolkit",
|
|
1869
|
+
"description": "Es-toolkit auto import module for Nuxt",
|
|
1870
|
+
"repo": "bubblesortt/nuxt-es-toolkit",
|
|
1871
|
+
"npm": "@bubblesortt/nuxt-es-toolkit",
|
|
1872
|
+
"icon": "es-toolkit.png",
|
|
1873
|
+
"github": "https://github.com/bubblesortt/nuxt-es-toolkit",
|
|
1874
|
+
"website": "https://github.com/bubblesortt/nuxt-es-toolkit",
|
|
1875
|
+
"learn_more": "https://es-toolkit.dev/",
|
|
1876
|
+
"category": "Libraries",
|
|
1877
|
+
"type": "3rd-party",
|
|
1878
|
+
"maintainers": [
|
|
1879
|
+
{
|
|
1880
|
+
"name": "Alexandr Bychkin",
|
|
1881
|
+
"github": "bubblesortt"
|
|
1882
|
+
}
|
|
1883
|
+
],
|
|
1884
|
+
"compatibility": {
|
|
1885
|
+
"nuxt": ">=3.0.0",
|
|
1886
|
+
"requires": {}
|
|
1887
|
+
}
|
|
1888
|
+
},
|
|
1871
1889
|
{
|
|
1872
1890
|
"name": "eslint-module",
|
|
1873
1891
|
"description": "ESLint module for Nuxt",
|
|
1874
|
-
"repo": "nuxt-
|
|
1892
|
+
"repo": "nuxt-modules/eslint",
|
|
1875
1893
|
"npm": "@nuxtjs/eslint-module",
|
|
1876
1894
|
"icon": "eslint.png",
|
|
1877
|
-
"github": "https://github.com/nuxt-
|
|
1878
|
-
"website": "https://github.com/nuxt-
|
|
1895
|
+
"github": "https://github.com/nuxt-modules/eslint",
|
|
1896
|
+
"website": "https://github.com/nuxt-modules/eslint",
|
|
1879
1897
|
"learn_more": "https://eslint.org/",
|
|
1880
1898
|
"category": "Devtools",
|
|
1881
1899
|
"type": "community",
|
|
@@ -1916,26 +1934,29 @@
|
|
|
1916
1934
|
}
|
|
1917
1935
|
},
|
|
1918
1936
|
{
|
|
1919
|
-
"name": "
|
|
1920
|
-
"description": "
|
|
1921
|
-
"repo": "
|
|
1922
|
-
"npm": "
|
|
1923
|
-
"icon": "",
|
|
1924
|
-
"github": "https://github.com/
|
|
1925
|
-
"website": "https://
|
|
1926
|
-
"learn_more": "",
|
|
1937
|
+
"name": "evlog",
|
|
1938
|
+
"description": "Wide events and structured errors for TypeScript. One log per request. Full context.",
|
|
1939
|
+
"repo": "HugoRCD/evlog#main/packages/evlog",
|
|
1940
|
+
"npm": "evlog",
|
|
1941
|
+
"icon": "evlog.svg",
|
|
1942
|
+
"github": "https://github.com/HugoRCD/evlog",
|
|
1943
|
+
"website": "https://www.evlog.dev/",
|
|
1944
|
+
"learn_more": "https://www.evlog.dev/start/introduction",
|
|
1927
1945
|
"category": "Monitoring",
|
|
1928
|
-
"type": "
|
|
1946
|
+
"type": "3rd-party",
|
|
1929
1947
|
"maintainers": [
|
|
1930
1948
|
{
|
|
1931
|
-
"name": "
|
|
1932
|
-
"github": "
|
|
1949
|
+
"name": "Hugo",
|
|
1950
|
+
"github": "HugoRCD",
|
|
1951
|
+
"twitter": "hugorcd",
|
|
1952
|
+
"bluesky": "hugorcd.com"
|
|
1933
1953
|
}
|
|
1934
1954
|
],
|
|
1935
1955
|
"compatibility": {
|
|
1936
|
-
"nuxt": "
|
|
1956
|
+
"nuxt": ">=3.0.0",
|
|
1937
1957
|
"requires": {}
|
|
1938
|
-
}
|
|
1958
|
+
},
|
|
1959
|
+
"mcp": "https://evlog.dev/mcp"
|
|
1939
1960
|
},
|
|
1940
1961
|
{
|
|
1941
1962
|
"name": "fathom-analytics",
|
|
@@ -1960,28 +1981,6 @@
|
|
|
1960
1981
|
"requires": {}
|
|
1961
1982
|
}
|
|
1962
1983
|
},
|
|
1963
|
-
{
|
|
1964
|
-
"name": "fathom",
|
|
1965
|
-
"description": "Fathom analytics for Nuxt",
|
|
1966
|
-
"repo": "yabhq/nuxt-fathom",
|
|
1967
|
-
"npm": "@yabhq/nuxt-fathom",
|
|
1968
|
-
"icon": "fathom.png",
|
|
1969
|
-
"github": "https://github.com/yabhq/nuxt-fathom",
|
|
1970
|
-
"website": "https://github.com/yabhq/nuxt-fathom",
|
|
1971
|
-
"learn_more": "https://usefathom.com/",
|
|
1972
|
-
"category": "Analytics",
|
|
1973
|
-
"type": "3rd-party",
|
|
1974
|
-
"maintainers": [
|
|
1975
|
-
{
|
|
1976
|
-
"name": "yabhq",
|
|
1977
|
-
"github": "yabhq"
|
|
1978
|
-
}
|
|
1979
|
-
],
|
|
1980
|
-
"compatibility": {
|
|
1981
|
-
"nuxt": "^2.0.0",
|
|
1982
|
-
"requires": {}
|
|
1983
|
-
}
|
|
1984
|
-
},
|
|
1985
1984
|
{
|
|
1986
1985
|
"name": "feature-toggle",
|
|
1987
1986
|
"description": "Feature toggle module for Nuxt",
|
|
@@ -2036,7 +2035,7 @@
|
|
|
2036
2035
|
"icon": "firebase.png",
|
|
2037
2036
|
"github": "https://github.com/nuxt-community/firebase-module",
|
|
2038
2037
|
"website": "https://firebase.nuxtjs.org",
|
|
2039
|
-
"learn_more": "https://firebase.google.com
|
|
2038
|
+
"learn_more": "https://firebase.google.com/?hl=es-419",
|
|
2040
2039
|
"category": "Database",
|
|
2041
2040
|
"type": "community",
|
|
2042
2041
|
"maintainers": [
|
|
@@ -2074,28 +2073,6 @@
|
|
|
2074
2073
|
"requires": {}
|
|
2075
2074
|
}
|
|
2076
2075
|
},
|
|
2077
|
-
{
|
|
2078
|
-
"name": "font-loader-strategy",
|
|
2079
|
-
"description": "Helps to load fonts and activate them by preloading.",
|
|
2080
|
-
"repo": "GrabarzUndPartner/nuxt-font-loader-strategy",
|
|
2081
|
-
"npm": "nuxt-font-loader-strategy",
|
|
2082
|
-
"icon": "",
|
|
2083
|
-
"github": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
|
|
2084
|
-
"website": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
|
|
2085
|
-
"learn_more": "",
|
|
2086
|
-
"category": "Fonts",
|
|
2087
|
-
"type": "3rd-party",
|
|
2088
|
-
"maintainers": [
|
|
2089
|
-
{
|
|
2090
|
-
"name": "GrabarzUndPartner",
|
|
2091
|
-
"github": "GrabarzUndPartner"
|
|
2092
|
-
}
|
|
2093
|
-
],
|
|
2094
|
-
"compatibility": {
|
|
2095
|
-
"nuxt": "^2.0.0",
|
|
2096
|
-
"requires": {}
|
|
2097
|
-
}
|
|
2098
|
-
},
|
|
2099
2076
|
{
|
|
2100
2077
|
"name": "fontagon",
|
|
2101
2078
|
"description": "Easy convert SVG from nuxt to icon font.",
|
|
@@ -2138,7 +2115,7 @@
|
|
|
2138
2115
|
}
|
|
2139
2116
|
],
|
|
2140
2117
|
"compatibility": {
|
|
2141
|
-
"nuxt": ">=3.0.0",
|
|
2118
|
+
"nuxt": ">=3.0.0-rc.6",
|
|
2142
2119
|
"requires": {}
|
|
2143
2120
|
}
|
|
2144
2121
|
},
|
|
@@ -2207,7 +2184,7 @@
|
|
|
2207
2184
|
}
|
|
2208
2185
|
],
|
|
2209
2186
|
"compatibility": {
|
|
2210
|
-
"nuxt": ">=3
|
|
2187
|
+
"nuxt": ">=3",
|
|
2211
2188
|
"requires": {}
|
|
2212
2189
|
}
|
|
2213
2190
|
},
|
|
@@ -2234,6 +2211,29 @@
|
|
|
2234
2211
|
"twitter": "0xBOYD"
|
|
2235
2212
|
}
|
|
2236
2213
|
],
|
|
2214
|
+
"compatibility": {
|
|
2215
|
+
"nuxt": ">=3.0.0 <5.0.0",
|
|
2216
|
+
"requires": {}
|
|
2217
|
+
}
|
|
2218
|
+
},
|
|
2219
|
+
{
|
|
2220
|
+
"name": "freeform",
|
|
2221
|
+
"description": "Desktop-like drag & drop for Nuxt. Lasso selection, reorder, drop into containers - zero dependencies, pure Vue magic.",
|
|
2222
|
+
"repo": "Flo0806/nuxt-freeform#main/packages/nuxt-freeform",
|
|
2223
|
+
"npm": "nuxt-freeform",
|
|
2224
|
+
"icon": "nuxt-freeform.png",
|
|
2225
|
+
"github": "https://github.com/Flo0806/nuxt-freeform",
|
|
2226
|
+
"website": "https://nuxt-freeform.fh-softdev.de",
|
|
2227
|
+
"learn_more": "",
|
|
2228
|
+
"category": "UI",
|
|
2229
|
+
"type": "3rd-party",
|
|
2230
|
+
"maintainers": [
|
|
2231
|
+
{
|
|
2232
|
+
"name": "Florian Heuberger",
|
|
2233
|
+
"github": "Flo0806",
|
|
2234
|
+
"bluesky": "flo-heuberger.bsky.social"
|
|
2235
|
+
}
|
|
2236
|
+
],
|
|
2237
2237
|
"compatibility": {
|
|
2238
2238
|
"nuxt": ">=3.0.0",
|
|
2239
2239
|
"requires": {}
|
|
@@ -2287,12 +2287,12 @@
|
|
|
2287
2287
|
{
|
|
2288
2288
|
"name": "google-adsense",
|
|
2289
2289
|
"description": "Google Adsense Module for Nuxt",
|
|
2290
|
-
"repo": "nuxt-
|
|
2290
|
+
"repo": "nuxt-modules/google-adsense",
|
|
2291
2291
|
"npm": "@nuxtjs/google-adsense",
|
|
2292
2292
|
"icon": "google-adsense.png",
|
|
2293
|
-
"github": "https://github.com/nuxt-
|
|
2294
|
-
"website": "https://github.com/nuxt-
|
|
2295
|
-
"learn_more": "https://
|
|
2293
|
+
"github": "https://github.com/nuxt-modules/google-adsense",
|
|
2294
|
+
"website": "https://github.com/nuxt-modules/google-adsense",
|
|
2295
|
+
"learn_more": "https://adsense.google.com/start/",
|
|
2296
2296
|
"category": "Analytics",
|
|
2297
2297
|
"type": "community",
|
|
2298
2298
|
"maintainers": [
|
|
@@ -2308,17 +2308,17 @@
|
|
|
2308
2308
|
}
|
|
2309
2309
|
],
|
|
2310
2310
|
"compatibility": {
|
|
2311
|
-
"nuxt": "^2.
|
|
2311
|
+
"nuxt": "^2.15.0 || >=3.0.0",
|
|
2312
2312
|
"requires": {}
|
|
2313
2313
|
}
|
|
2314
2314
|
},
|
|
2315
2315
|
{
|
|
2316
2316
|
"name": "google-analytics",
|
|
2317
2317
|
"description": "Google analytics Module for Nuxt",
|
|
2318
|
-
"repo": "nuxt-community/analytics-module",
|
|
2318
|
+
"repo": "nuxt-community/google-analytics-module",
|
|
2319
2319
|
"npm": "@nuxtjs/google-analytics",
|
|
2320
2320
|
"icon": "google-analytics.png",
|
|
2321
|
-
"github": "https://github.com/nuxt-community/analytics-module",
|
|
2321
|
+
"github": "https://github.com/nuxt-community/google-analytics-module",
|
|
2322
2322
|
"website": "https://google-analytics.nuxtjs.org",
|
|
2323
2323
|
"learn_more": "https://marketingplatform.google.com/about/analytics/",
|
|
2324
2324
|
"category": "Analytics",
|
|
@@ -2355,7 +2355,7 @@
|
|
|
2355
2355
|
"icon": "google-fonts.png",
|
|
2356
2356
|
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
2357
2357
|
"website": "https://google-fonts.nuxtjs.org",
|
|
2358
|
-
"learn_more": "https://developers.google.com/fonts",
|
|
2358
|
+
"learn_more": "https://developers.google.com/fonts?hl=tr",
|
|
2359
2359
|
"category": "Fonts",
|
|
2360
2360
|
"type": "community",
|
|
2361
2361
|
"maintainers": [
|
|
@@ -2375,12 +2375,12 @@
|
|
|
2375
2375
|
{
|
|
2376
2376
|
"name": "google-gtag",
|
|
2377
2377
|
"description": "Google GTag for Nuxt",
|
|
2378
|
-
"repo": "nuxt-community/google-gtag",
|
|
2378
|
+
"repo": "nuxt-community/google-gtag-module",
|
|
2379
2379
|
"npm": "@nuxtjs/google-gtag",
|
|
2380
2380
|
"icon": "gtm.png",
|
|
2381
|
-
"github": "https://github.com/nuxt-community/google-gtag",
|
|
2382
|
-
"website": "https://github.com/nuxt-community/google-gtag",
|
|
2383
|
-
"learn_more": "https://developers.google.com/analytics/
|
|
2381
|
+
"github": "https://github.com/nuxt-community/google-gtag-module",
|
|
2382
|
+
"website": "https://github.com/nuxt-community/google-gtag-module",
|
|
2383
|
+
"learn_more": "https://developers.google.com/analytics/legacy/universal-analytics?hl=ar",
|
|
2384
2384
|
"category": "Analytics",
|
|
2385
2385
|
"type": "community",
|
|
2386
2386
|
"maintainers": [
|
|
@@ -2399,40 +2399,6 @@
|
|
|
2399
2399
|
"requires": {}
|
|
2400
2400
|
}
|
|
2401
2401
|
},
|
|
2402
|
-
{
|
|
2403
|
-
"name": "google-optimize",
|
|
2404
|
-
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
2405
|
-
"repo": "nuxt-community/google-optimize-module",
|
|
2406
|
-
"npm": "nuxt-google-optimize",
|
|
2407
|
-
"icon": "google-optimize.png",
|
|
2408
|
-
"github": "https://github.com/nuxt-community/google-optimize-module",
|
|
2409
|
-
"website": "https://github.com/nuxt-community/google-optimize-module",
|
|
2410
|
-
"learn_more": "https://marketingplatform.google.com/about/optimize/",
|
|
2411
|
-
"category": "Analytics",
|
|
2412
|
-
"type": "community",
|
|
2413
|
-
"maintainers": [
|
|
2414
|
-
{
|
|
2415
|
-
"name": "Pooya Parsa",
|
|
2416
|
-
"github": "pi0",
|
|
2417
|
-
"twitter": "_pi0_",
|
|
2418
|
-
"bluesky": "pi0.io"
|
|
2419
|
-
},
|
|
2420
|
-
{
|
|
2421
|
-
"name": "Farzad Soltani",
|
|
2422
|
-
"github": "farzadso",
|
|
2423
|
-
"twitter": "farzadso"
|
|
2424
|
-
},
|
|
2425
|
-
{
|
|
2426
|
-
"name": "Josh Deltener",
|
|
2427
|
-
"github": "hecktarzuli",
|
|
2428
|
-
"twitter": "JoshDeltener"
|
|
2429
|
-
}
|
|
2430
|
-
],
|
|
2431
|
-
"compatibility": {
|
|
2432
|
-
"nuxt": "^2.0.0",
|
|
2433
|
-
"requires": {}
|
|
2434
|
-
}
|
|
2435
|
-
},
|
|
2436
2402
|
{
|
|
2437
2403
|
"name": "graphql-client",
|
|
2438
2404
|
"description": "Minimal GraphQL Client + Code Generation for Nuxt. Auto imports GraphQL Operations for easy execution.",
|
|
@@ -2452,7 +2418,7 @@
|
|
|
2452
2418
|
}
|
|
2453
2419
|
],
|
|
2454
2420
|
"compatibility": {
|
|
2455
|
-
"nuxt": ">=3.
|
|
2421
|
+
"nuxt": ">=3.7.0",
|
|
2456
2422
|
"requires": {}
|
|
2457
2423
|
}
|
|
2458
2424
|
},
|
|
@@ -2475,7 +2441,7 @@
|
|
|
2475
2441
|
}
|
|
2476
2442
|
],
|
|
2477
2443
|
"compatibility": {
|
|
2478
|
-
"nuxt": "
|
|
2444
|
+
"nuxt": ">=3.0.0",
|
|
2479
2445
|
"requires": {}
|
|
2480
2446
|
}
|
|
2481
2447
|
},
|
|
@@ -2523,7 +2489,7 @@
|
|
|
2523
2489
|
}
|
|
2524
2490
|
],
|
|
2525
2491
|
"compatibility": {
|
|
2526
|
-
"nuxt": ">=3.
|
|
2492
|
+
"nuxt": ">=3.7.0",
|
|
2527
2493
|
"requires": {}
|
|
2528
2494
|
}
|
|
2529
2495
|
},
|
|
@@ -2581,7 +2547,7 @@
|
|
|
2581
2547
|
"icon": "hanko.svg",
|
|
2582
2548
|
"github": "https://github.com/nuxt-modules/hanko",
|
|
2583
2549
|
"website": "https://github.com/nuxt-modules/hanko",
|
|
2584
|
-
"learn_more": "https://hanko.io/",
|
|
2550
|
+
"learn_more": "https://www.hanko.io/",
|
|
2585
2551
|
"category": "Security",
|
|
2586
2552
|
"type": "community",
|
|
2587
2553
|
"maintainers": [
|
|
@@ -2675,7 +2641,7 @@
|
|
|
2675
2641
|
"icon": "",
|
|
2676
2642
|
"github": "https://github.com/victor-perez/nuxt-helmet",
|
|
2677
2643
|
"website": "https://github.com/victor-perez/nuxt-helmet",
|
|
2678
|
-
"learn_more": "https://
|
|
2644
|
+
"learn_more": "https://helmet.js.org/",
|
|
2679
2645
|
"category": "Security",
|
|
2680
2646
|
"type": "3rd-party",
|
|
2681
2647
|
"maintainers": [
|
|
@@ -2711,6 +2677,30 @@
|
|
|
2711
2677
|
"requires": {}
|
|
2712
2678
|
}
|
|
2713
2679
|
},
|
|
2680
|
+
{
|
|
2681
|
+
"name": "hints",
|
|
2682
|
+
"description": "Nuxt module that shows hints for aspects of your application such as Performance, Security, and more!",
|
|
2683
|
+
"repo": "nuxt/hints",
|
|
2684
|
+
"npm": "@nuxt/hints",
|
|
2685
|
+
"icon": "nuxt.svg",
|
|
2686
|
+
"github": "https://github.com/nuxt/hints",
|
|
2687
|
+
"website": "https://github.com/nuxt/hints",
|
|
2688
|
+
"learn_more": "",
|
|
2689
|
+
"category": "Devtools",
|
|
2690
|
+
"type": "official",
|
|
2691
|
+
"maintainers": [
|
|
2692
|
+
{
|
|
2693
|
+
"name": "Julien Huang",
|
|
2694
|
+
"github": "huang-julien",
|
|
2695
|
+
"twitter": "JulienHuang_dev",
|
|
2696
|
+
"bluesky": "julienhuang-dev.bsky.social"
|
|
2697
|
+
}
|
|
2698
|
+
],
|
|
2699
|
+
"compatibility": {
|
|
2700
|
+
"nuxt": ">=3.0.0",
|
|
2701
|
+
"requires": {}
|
|
2702
|
+
}
|
|
2703
|
+
},
|
|
2714
2704
|
{
|
|
2715
2705
|
"name": "history-state",
|
|
2716
2706
|
"description": "Nuxt module to backup or restore historical states",
|
|
@@ -2747,7 +2737,7 @@
|
|
|
2747
2737
|
"type": "3rd-party",
|
|
2748
2738
|
"maintainers": [
|
|
2749
2739
|
{
|
|
2750
|
-
"name": "
|
|
2740
|
+
"name": "damevin",
|
|
2751
2741
|
"github": "damevin"
|
|
2752
2742
|
}
|
|
2753
2743
|
],
|
|
@@ -2798,7 +2788,7 @@
|
|
|
2798
2788
|
}
|
|
2799
2789
|
],
|
|
2800
2790
|
"compatibility": {
|
|
2801
|
-
"nuxt": "^2.0.0 || >=3.0.0",
|
|
2791
|
+
"nuxt": "^2.0.0 || >=3.0.0-rc.7",
|
|
2802
2792
|
"requires": {
|
|
2803
2793
|
"bridge": "optional"
|
|
2804
2794
|
}
|
|
@@ -2836,7 +2826,7 @@
|
|
|
2836
2826
|
},
|
|
2837
2827
|
{
|
|
2838
2828
|
"name": "hub",
|
|
2839
|
-
"description": "
|
|
2829
|
+
"description": "Add database, KV, blob storage, and cache to your Nuxt application. NuxtHub works on Vercel, Cloudflare, Netlify, and more.",
|
|
2840
2830
|
"repo": "nuxt-hub/core",
|
|
2841
2831
|
"npm": "@nuxthub/core",
|
|
2842
2832
|
"icon": "nuxthub.svg",
|
|
@@ -2875,7 +2865,8 @@
|
|
|
2875
2865
|
"compatibility": {
|
|
2876
2866
|
"nuxt": ">=3.0.0",
|
|
2877
2867
|
"requires": {}
|
|
2878
|
-
}
|
|
2868
|
+
},
|
|
2869
|
+
"mcp": "https://hub.nuxt.com/mcp"
|
|
2879
2870
|
},
|
|
2880
2871
|
{
|
|
2881
2872
|
"name": "humans-txt",
|
|
@@ -2883,7 +2874,7 @@
|
|
|
2883
2874
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2884
2875
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2885
2876
|
"icon": "",
|
|
2886
|
-
"github": "https://github.com/
|
|
2877
|
+
"github": "https://github.com/Luxdamore/nuxt-humans-txt",
|
|
2887
2878
|
"website": "https://luxdamore.github.io/nuxt-humans-txt/",
|
|
2888
2879
|
"learn_more": "",
|
|
2889
2880
|
"category": "SEO",
|
|
@@ -2919,7 +2910,7 @@
|
|
|
2919
2910
|
{
|
|
2920
2911
|
"name": "kazuya kawaguchi",
|
|
2921
2912
|
"github": "kazupon",
|
|
2922
|
-
"twitter": "
|
|
2913
|
+
"twitter": "kazupon",
|
|
2923
2914
|
"bluesky": "kazupon.dev"
|
|
2924
2915
|
},
|
|
2925
2916
|
{
|
|
@@ -2930,7 +2921,7 @@
|
|
|
2930
2921
|
}
|
|
2931
2922
|
],
|
|
2932
2923
|
"compatibility": {
|
|
2933
|
-
"nuxt": "
|
|
2924
|
+
"nuxt": ">=3.0.0-rc.11",
|
|
2934
2925
|
"requires": {}
|
|
2935
2926
|
}
|
|
2936
2927
|
},
|
|
@@ -3016,7 +3007,7 @@
|
|
|
3016
3007
|
"repo": "gitfoxcode/nuxt-icons",
|
|
3017
3008
|
"npm": "nuxt-icons",
|
|
3018
3009
|
"icon": "icons.png",
|
|
3019
|
-
"github": "https://github.com/
|
|
3010
|
+
"github": "https://github.com/gitfoxcode/nuxt-icons",
|
|
3020
3011
|
"website": "https://github.com/gitFoxCode/nuxt-icons",
|
|
3021
3012
|
"learn_more": "",
|
|
3022
3013
|
"category": "UI",
|
|
@@ -3092,11 +3083,12 @@
|
|
|
3092
3083
|
}
|
|
3093
3084
|
],
|
|
3094
3085
|
"compatibility": {
|
|
3095
|
-
"nuxt": "
|
|
3086
|
+
"nuxt": ">=3.1.0",
|
|
3096
3087
|
"requires": {
|
|
3097
3088
|
"bridge": "optional"
|
|
3098
3089
|
}
|
|
3099
|
-
}
|
|
3090
|
+
},
|
|
3091
|
+
"mcp": "https://image.nuxt.com/mcp"
|
|
3100
3092
|
},
|
|
3101
3093
|
{
|
|
3102
3094
|
"name": "imagemin",
|
|
@@ -3121,31 +3113,6 @@
|
|
|
3121
3113
|
"requires": {}
|
|
3122
3114
|
}
|
|
3123
3115
|
},
|
|
3124
|
-
{
|
|
3125
|
-
"name": "inkline",
|
|
3126
|
-
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
3127
|
-
"repo": "inkline/inkline",
|
|
3128
|
-
"npm": "inkline",
|
|
3129
|
-
"icon": "inkline.svg",
|
|
3130
|
-
"github": "https://github.com/inkline/inkline",
|
|
3131
|
-
"website": "https://inkline.io",
|
|
3132
|
-
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
3133
|
-
"category": "UI",
|
|
3134
|
-
"type": "3rd-party",
|
|
3135
|
-
"maintainers": [
|
|
3136
|
-
{
|
|
3137
|
-
"name": "Alex Grozav",
|
|
3138
|
-
"github": "alexgrozav",
|
|
3139
|
-
"twitter": "alexgrozav"
|
|
3140
|
-
}
|
|
3141
|
-
],
|
|
3142
|
-
"compatibility": {
|
|
3143
|
-
"nuxt": "^2.0.0 || >=3.0.0",
|
|
3144
|
-
"requires": {
|
|
3145
|
-
"bridge": true
|
|
3146
|
-
}
|
|
3147
|
-
}
|
|
3148
|
-
},
|
|
3149
3116
|
{
|
|
3150
3117
|
"name": "intercom",
|
|
3151
3118
|
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
@@ -3188,7 +3155,7 @@
|
|
|
3188
3155
|
}
|
|
3189
3156
|
],
|
|
3190
3157
|
"compatibility": {
|
|
3191
|
-
"nuxt": ">=3.0.0",
|
|
3158
|
+
"nuxt": ">=3.0.0-rc.12",
|
|
3192
3159
|
"requires": {}
|
|
3193
3160
|
}
|
|
3194
3161
|
},
|
|
@@ -3211,7 +3178,30 @@
|
|
|
3211
3178
|
}
|
|
3212
3179
|
],
|
|
3213
3180
|
"compatibility": {
|
|
3214
|
-
"nuxt": "
|
|
3181
|
+
"nuxt": ">=3.0.0",
|
|
3182
|
+
"requires": {}
|
|
3183
|
+
}
|
|
3184
|
+
},
|
|
3185
|
+
{
|
|
3186
|
+
"name": "jasy",
|
|
3187
|
+
"description": "Author PDFs as Vue components in Nuxt - client or server, zero-config. ZUGFeRD/XRechnung ready.",
|
|
3188
|
+
"repo": "jasy-pdf/jasy#main/packages/nuxt",
|
|
3189
|
+
"npm": "@jasy/nuxt",
|
|
3190
|
+
"icon": "jasy.svg",
|
|
3191
|
+
"github": "https://github.com/jasy-pdf/jasy",
|
|
3192
|
+
"website": "https://jasy.dev",
|
|
3193
|
+
"learn_more": "https://jasy.dev/docs/nuxt",
|
|
3194
|
+
"category": "Libraries",
|
|
3195
|
+
"type": "3rd-party",
|
|
3196
|
+
"maintainers": [
|
|
3197
|
+
{
|
|
3198
|
+
"name": "Florian Heuberger",
|
|
3199
|
+
"github": "Flo0806",
|
|
3200
|
+
"bluesky": "flo-heuberger.bsky.social"
|
|
3201
|
+
}
|
|
3202
|
+
],
|
|
3203
|
+
"compatibility": {
|
|
3204
|
+
"nuxt": ">=3.0.0",
|
|
3215
3205
|
"requires": {}
|
|
3216
3206
|
}
|
|
3217
3207
|
},
|
|
@@ -3233,7 +3223,7 @@
|
|
|
3233
3223
|
}
|
|
3234
3224
|
],
|
|
3235
3225
|
"compatibility": {
|
|
3236
|
-
"nuxt": "
|
|
3226
|
+
"nuxt": ">=3.0.0",
|
|
3237
3227
|
"requires": {}
|
|
3238
3228
|
}
|
|
3239
3229
|
},
|
|
@@ -3255,7 +3245,7 @@
|
|
|
3255
3245
|
}
|
|
3256
3246
|
],
|
|
3257
3247
|
"compatibility": {
|
|
3258
|
-
"nuxt": "
|
|
3248
|
+
"nuxt": ">=3.0.0",
|
|
3259
3249
|
"requires": {}
|
|
3260
3250
|
}
|
|
3261
3251
|
},
|
|
@@ -3288,8 +3278,8 @@
|
|
|
3288
3278
|
"npm": "@nuxtjs/kinde",
|
|
3289
3279
|
"icon": "kinde.svg",
|
|
3290
3280
|
"github": "https://github.com/nuxt-modules/kinde",
|
|
3291
|
-
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
3292
|
-
"learn_more": "https://kinde.com/",
|
|
3281
|
+
"website": "https://www.kinde.com/docs/developer-tools/nuxt-module/",
|
|
3282
|
+
"learn_more": "https://www.kinde.com/",
|
|
3293
3283
|
"category": "Security",
|
|
3294
3284
|
"type": "community",
|
|
3295
3285
|
"maintainers": [
|
|
@@ -3311,14 +3301,38 @@
|
|
|
3311
3301
|
},
|
|
3312
3302
|
"sponsor": true
|
|
3313
3303
|
},
|
|
3304
|
+
{
|
|
3305
|
+
"name": "kongponents",
|
|
3306
|
+
"description": "Kong Component library",
|
|
3307
|
+
"repo": "kong/kongponents",
|
|
3308
|
+
"npm": "@kong/kongponents",
|
|
3309
|
+
"icon": "kong.svg",
|
|
3310
|
+
"github": "https://github.com/kong/kongponents",
|
|
3311
|
+
"website": "https://kongponents.konghq.com/",
|
|
3312
|
+
"learn_more": "https://kongponents.konghq.com/guide/usage.html#nuxt-module",
|
|
3313
|
+
"category": "UI",
|
|
3314
|
+
"type": "3rd-party",
|
|
3315
|
+
"maintainers": [
|
|
3316
|
+
{
|
|
3317
|
+
"name": "Kong",
|
|
3318
|
+
"github": "Kong",
|
|
3319
|
+
"twitter": "kong"
|
|
3320
|
+
}
|
|
3321
|
+
],
|
|
3322
|
+
"compatibility": {
|
|
3323
|
+
"nuxt": ">=3.0.0",
|
|
3324
|
+
"requires": {},
|
|
3325
|
+
"devtools": "^0.0.0"
|
|
3326
|
+
}
|
|
3327
|
+
},
|
|
3314
3328
|
{
|
|
3315
3329
|
"name": "kql",
|
|
3316
3330
|
"description": "Nuxt module for Kirby's Query Language API",
|
|
3317
|
-
"repo": "johannschopplich/nuxt-
|
|
3318
|
-
"npm": "nuxt-
|
|
3331
|
+
"repo": "johannschopplich/nuxt-kirby",
|
|
3332
|
+
"npm": "nuxt-kirby",
|
|
3319
3333
|
"icon": "kql.svg",
|
|
3320
|
-
"github": "https://github.com/johannschopplich/nuxt-
|
|
3321
|
-
"website": "https://nuxt-
|
|
3334
|
+
"github": "https://github.com/johannschopplich/nuxt-kirby",
|
|
3335
|
+
"website": "https://nuxt-kirby.byjohann.dev/",
|
|
3322
3336
|
"learn_more": "",
|
|
3323
3337
|
"category": "CMS",
|
|
3324
3338
|
"type": "3rd-party",
|
|
@@ -3331,18 +3345,18 @@
|
|
|
3331
3345
|
}
|
|
3332
3346
|
],
|
|
3333
3347
|
"compatibility": {
|
|
3334
|
-
"nuxt": ">=
|
|
3348
|
+
"nuxt": ">=4.0.0",
|
|
3335
3349
|
"requires": {}
|
|
3336
3350
|
}
|
|
3337
3351
|
},
|
|
3338
3352
|
{
|
|
3339
3353
|
"name": "laravel-echo",
|
|
3340
3354
|
"description": "Laravel Echo for Nuxt",
|
|
3341
|
-
"repo": "nuxt-community/laravel-echo",
|
|
3355
|
+
"repo": "nuxt-community/laravel-echo-module",
|
|
3342
3356
|
"npm": "@nuxtjs/laravel-echo",
|
|
3343
3357
|
"icon": "laravel-echo.png",
|
|
3344
|
-
"github": "https://github.com/nuxt-community/laravel-echo",
|
|
3345
|
-
"website": "https://github.com/nuxt-community/laravel-echo",
|
|
3358
|
+
"github": "https://github.com/nuxt-community/laravel-echo-module",
|
|
3359
|
+
"website": "https://github.com/nuxt-community/laravel-echo-module",
|
|
3346
3360
|
"learn_more": "https://laravel.com/docs/8.x/broadcasting#installing-laravel-echo",
|
|
3347
3361
|
"category": "CMS",
|
|
3348
3362
|
"type": "community",
|
|
@@ -3358,28 +3372,6 @@
|
|
|
3358
3372
|
"requires": {}
|
|
3359
3373
|
}
|
|
3360
3374
|
},
|
|
3361
|
-
{
|
|
3362
|
-
"name": "laravel-nuxt",
|
|
3363
|
-
"description": "Build a SPA with Laravel and Nuxt",
|
|
3364
|
-
"repo": "skyrpex/laravel-nuxt-js",
|
|
3365
|
-
"npm": "laravel-nuxt",
|
|
3366
|
-
"icon": "",
|
|
3367
|
-
"github": "https://github.com/skyrpex/laravel-nuxt-js",
|
|
3368
|
-
"website": "https://github.com/skyrpex/laravel-nuxt-js",
|
|
3369
|
-
"learn_more": "https://laravel.com/",
|
|
3370
|
-
"category": "CMS",
|
|
3371
|
-
"type": "3rd-party",
|
|
3372
|
-
"maintainers": [
|
|
3373
|
-
{
|
|
3374
|
-
"name": "Cristian Pallarés",
|
|
3375
|
-
"github": "skyrpex"
|
|
3376
|
-
}
|
|
3377
|
-
],
|
|
3378
|
-
"compatibility": {
|
|
3379
|
-
"nuxt": "^2.0.0",
|
|
3380
|
-
"requires": {}
|
|
3381
|
-
}
|
|
3382
|
-
},
|
|
3383
3375
|
{
|
|
3384
3376
|
"name": "laravel",
|
|
3385
3377
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
@@ -3426,6 +3418,30 @@
|
|
|
3426
3418
|
"requires": {}
|
|
3427
3419
|
}
|
|
3428
3420
|
},
|
|
3421
|
+
{
|
|
3422
|
+
"name": "lettermint",
|
|
3423
|
+
"description": "Nuxt module for sending emails with Lettermint",
|
|
3424
|
+
"repo": "lettermint/nuxt-lettermint",
|
|
3425
|
+
"npm": "nuxt-lettermint",
|
|
3426
|
+
"icon": "lettermint.svg",
|
|
3427
|
+
"github": "https://github.com/lettermint/nuxt-lettermint",
|
|
3428
|
+
"website": "https://github.com/lettermint/nuxt-lettermint",
|
|
3429
|
+
"learn_more": "https://lettermint.co",
|
|
3430
|
+
"category": "Extensions",
|
|
3431
|
+
"type": "3rd-party",
|
|
3432
|
+
"maintainers": [
|
|
3433
|
+
{
|
|
3434
|
+
"name": "lettermint",
|
|
3435
|
+
"github": "lettermint",
|
|
3436
|
+
"twitter": "lettermintco",
|
|
3437
|
+
"bluesky": "lettermint.co"
|
|
3438
|
+
}
|
|
3439
|
+
],
|
|
3440
|
+
"compatibility": {
|
|
3441
|
+
"nuxt": ">=3.0.0",
|
|
3442
|
+
"requires": {}
|
|
3443
|
+
}
|
|
3444
|
+
},
|
|
3429
3445
|
{
|
|
3430
3446
|
"name": "link-checker",
|
|
3431
3447
|
"description": "Find and magically fix links that may be negatively effecting your SEO.",
|
|
@@ -3433,8 +3449,8 @@
|
|
|
3433
3449
|
"npm": "nuxt-link-checker",
|
|
3434
3450
|
"icon": "link-checker.svg",
|
|
3435
3451
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
3436
|
-
"website": "https://nuxtseo.com/link-checker",
|
|
3437
|
-
"learn_more": "https://nuxtseo.com/link-checker",
|
|
3452
|
+
"website": "https://nuxtseo.com/docs/link-checker/getting-started/installation",
|
|
3453
|
+
"learn_more": "https://nuxtseo.com/docs/link-checker/getting-started/installation",
|
|
3438
3454
|
"category": "SEO",
|
|
3439
3455
|
"type": "3rd-party",
|
|
3440
3456
|
"maintainers": [
|
|
@@ -3446,7 +3462,7 @@
|
|
|
3446
3462
|
}
|
|
3447
3463
|
],
|
|
3448
3464
|
"compatibility": {
|
|
3449
|
-
"nuxt": ">=3.
|
|
3465
|
+
"nuxt": ">=3.9.0",
|
|
3450
3466
|
"requires": {},
|
|
3451
3467
|
"devtools": "^0.0.0"
|
|
3452
3468
|
}
|
|
@@ -3454,14 +3470,14 @@
|
|
|
3454
3470
|
{
|
|
3455
3471
|
"name": "llms",
|
|
3456
3472
|
"description": "Generate llms.txt documentation for your Nuxt application",
|
|
3457
|
-
"repo": "
|
|
3473
|
+
"repo": "nuxt-content/nuxt-llms",
|
|
3458
3474
|
"npm": "nuxt-llms",
|
|
3459
3475
|
"icon": "llms.png",
|
|
3460
|
-
"github": "https://github.com/
|
|
3461
|
-
"website": "https://github.com/
|
|
3476
|
+
"github": "https://github.com/nuxt-content/nuxt-llms",
|
|
3477
|
+
"website": "https://github.com/nuxt-content/nuxt-llms",
|
|
3462
3478
|
"learn_more": "",
|
|
3463
|
-
"category": "
|
|
3464
|
-
"type": "
|
|
3479
|
+
"category": "AI",
|
|
3480
|
+
"type": "community",
|
|
3465
3481
|
"maintainers": [
|
|
3466
3482
|
{
|
|
3467
3483
|
"name": "Farnabaz",
|
|
@@ -3512,11 +3528,11 @@
|
|
|
3512
3528
|
{
|
|
3513
3529
|
"name": "localtunnel",
|
|
3514
3530
|
"description": "exposes your localhost to the world for easy testing and sharing",
|
|
3515
|
-
"repo": "nuxt-community/modules#master/packages/localtunnel",
|
|
3531
|
+
"repo": "nuxt-community/legacy-modules#master/packages/localtunnel",
|
|
3516
3532
|
"npm": "@nuxtjs/localtunnel",
|
|
3517
3533
|
"icon": "localtunnel.png",
|
|
3518
|
-
"github": "https://github.com/nuxt-community/modules
|
|
3519
|
-
"website": "https://github.com/nuxt-community/modules/tree/master/packages/localtunnel",
|
|
3534
|
+
"github": "https://github.com/nuxt-community/legacy-modules",
|
|
3535
|
+
"website": "https://github.com/nuxt-community/legacy-modules/tree/master/packages/localtunnel",
|
|
3520
3536
|
"learn_more": "https://github.com/localtunnel/localtunnel",
|
|
3521
3537
|
"category": "Devtools",
|
|
3522
3538
|
"type": "community",
|
|
@@ -3536,10 +3552,10 @@
|
|
|
3536
3552
|
{
|
|
3537
3553
|
"name": "locomotive-scroll",
|
|
3538
3554
|
"description": "A Nuxt module to easily integrate Locomotive Scroll into your Nuxt application.",
|
|
3539
|
-
"repo": "
|
|
3555
|
+
"repo": "nuxtaid/nuxt-locomotive-scroll",
|
|
3540
3556
|
"npm": "nuxt-locomotive-scroll",
|
|
3541
3557
|
"icon": "locomotive-scroll.png",
|
|
3542
|
-
"github": "https://github.com/
|
|
3558
|
+
"github": "https://github.com/nuxtaid/nuxt-locomotive-scroll",
|
|
3543
3559
|
"website": "https://docs.arashsheyda.me/nuxt-locomotive-scroll",
|
|
3544
3560
|
"learn_more": "https://github.com/locomotivemtl/locomotive-scroll",
|
|
3545
3561
|
"category": "Libraries",
|
|
@@ -3557,28 +3573,6 @@
|
|
|
3557
3573
|
"requires": {}
|
|
3558
3574
|
}
|
|
3559
3575
|
},
|
|
3560
|
-
{
|
|
3561
|
-
"name": "lodash",
|
|
3562
|
-
"description": "lodash module with auto-import and custom prefix",
|
|
3563
|
-
"repo": "cipami/nuxt-lodash",
|
|
3564
|
-
"npm": "nuxt-lodash",
|
|
3565
|
-
"icon": "lodash.svg",
|
|
3566
|
-
"github": "https://github.com/cipami/nuxt-lodash",
|
|
3567
|
-
"website": "https://github.com/cipami/nuxt-lodash#readme",
|
|
3568
|
-
"learn_more": "https://github.com/lodash/lodash",
|
|
3569
|
-
"category": "Libraries",
|
|
3570
|
-
"type": "3rd-party",
|
|
3571
|
-
"maintainers": [
|
|
3572
|
-
{
|
|
3573
|
-
"name": "Michal Čípa",
|
|
3574
|
-
"github": "cipami"
|
|
3575
|
-
}
|
|
3576
|
-
],
|
|
3577
|
-
"compatibility": {
|
|
3578
|
-
"nuxt": ">=3.0.0",
|
|
3579
|
-
"requires": {}
|
|
3580
|
-
}
|
|
3581
|
-
},
|
|
3582
3576
|
{
|
|
3583
3577
|
"name": "logrocket",
|
|
3584
3578
|
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
@@ -3587,7 +3581,7 @@
|
|
|
3587
3581
|
"icon": "logrocket.png",
|
|
3588
3582
|
"github": "https://github.com/nuxt-modules/logrocket",
|
|
3589
3583
|
"website": "https://github.com/nuxt-modules/logrocket",
|
|
3590
|
-
"learn_more": "https://docs.logrocket.com/docs",
|
|
3584
|
+
"learn_more": "https://docs.logrocket.com/docs/introduction",
|
|
3591
3585
|
"category": "Monitoring",
|
|
3592
3586
|
"type": "community",
|
|
3593
3587
|
"maintainers": [
|
|
@@ -3608,9 +3602,9 @@
|
|
|
3608
3602
|
"repo": "logto-io/js#master/packages/nuxt",
|
|
3609
3603
|
"npm": "@logto/nuxt",
|
|
3610
3604
|
"icon": "logto.svg",
|
|
3611
|
-
"github": "https://github.com/logto-io/js
|
|
3605
|
+
"github": "https://github.com/logto-io/js",
|
|
3612
3606
|
"website": "https://logto.io",
|
|
3613
|
-
"learn_more": "https://docs.logto.io",
|
|
3607
|
+
"learn_more": "https://docs.logto.io/introduction",
|
|
3614
3608
|
"category": "Security",
|
|
3615
3609
|
"type": "3rd-party",
|
|
3616
3610
|
"maintainers": [
|
|
@@ -3672,7 +3666,7 @@
|
|
|
3672
3666
|
}
|
|
3673
3667
|
],
|
|
3674
3668
|
"compatibility": {
|
|
3675
|
-
"nuxt": ">=3.
|
|
3669
|
+
"nuxt": ">=3.3.0",
|
|
3676
3670
|
"requires": {}
|
|
3677
3671
|
}
|
|
3678
3672
|
},
|
|
@@ -3705,8 +3699,8 @@
|
|
|
3705
3699
|
"npm": "magic-regexp",
|
|
3706
3700
|
"icon": "magic-regexp.svg",
|
|
3707
3701
|
"github": "https://github.com/unjs/magic-regexp",
|
|
3708
|
-
"website": "https://
|
|
3709
|
-
"learn_more": "https://
|
|
3702
|
+
"website": "https://regexp.dev/",
|
|
3703
|
+
"learn_more": "https://regexp.dev/",
|
|
3710
3704
|
"category": "Libraries",
|
|
3711
3705
|
"type": "3rd-party",
|
|
3712
3706
|
"maintainers": [
|
|
@@ -3728,7 +3722,7 @@
|
|
|
3728
3722
|
"repo": "yizack/nuxt-mailchannels",
|
|
3729
3723
|
"npm": "nuxt-mailchannels",
|
|
3730
3724
|
"icon": "mailchannels.svg",
|
|
3731
|
-
"github": "https://github.com/
|
|
3725
|
+
"github": "https://github.com/yizack/nuxt-mailchannels",
|
|
3732
3726
|
"website": "https://github.com/Yizack/nuxt-mailchannels",
|
|
3733
3727
|
"learn_more": "https://www.mailchannels.com/email-api/",
|
|
3734
3728
|
"category": "Extensions",
|
|
@@ -3799,7 +3793,7 @@
|
|
|
3799
3793
|
"repo": "hanzydev/nuxt-marquee",
|
|
3800
3794
|
"npm": "nuxt-marquee",
|
|
3801
3795
|
"icon": "marquee.png",
|
|
3802
|
-
"github": "https://github.com/hanzydev/nuxt-marquee
|
|
3796
|
+
"github": "https://github.com/hanzydev/nuxt-marquee",
|
|
3803
3797
|
"website": "https://hanzydev.github.io/nuxt-marquee/",
|
|
3804
3798
|
"learn_more": "",
|
|
3805
3799
|
"category": "UI",
|
|
@@ -3841,9 +3835,9 @@
|
|
|
3841
3835
|
},
|
|
3842
3836
|
{
|
|
3843
3837
|
"name": "maz-ui",
|
|
3844
|
-
"description": "
|
|
3845
|
-
"repo": "louismazel/maz-ui#master/packages/
|
|
3846
|
-
"npm": "maz-ui",
|
|
3838
|
+
"description": "A modern Vue.js UI library with auto-import components, plugins, and composables designed for seamless Nuxt integration and enhanced developer experience.",
|
|
3839
|
+
"repo": "louismazel/maz-ui#master/packages/nuxt",
|
|
3840
|
+
"npm": "@maz-ui/nuxt",
|
|
3847
3841
|
"icon": "maz-ui.png",
|
|
3848
3842
|
"github": "https://github.com/louismazel/maz-ui",
|
|
3849
3843
|
"website": "https://maz-ui.com/",
|
|
@@ -3854,7 +3848,7 @@
|
|
|
3854
3848
|
{
|
|
3855
3849
|
"name": "Mazel",
|
|
3856
3850
|
"github": "LouisMazel",
|
|
3857
|
-
"twitter": "
|
|
3851
|
+
"twitter": "maz__ui"
|
|
3858
3852
|
}
|
|
3859
3853
|
],
|
|
3860
3854
|
"compatibility": {
|
|
@@ -3862,14 +3856,39 @@
|
|
|
3862
3856
|
"requires": {}
|
|
3863
3857
|
}
|
|
3864
3858
|
},
|
|
3859
|
+
{
|
|
3860
|
+
"name": "mcp",
|
|
3861
|
+
"description": "Create MCP servers directly in your Nuxt application with zero configuration.",
|
|
3862
|
+
"repo": "nuxt-modules/mcp-toolkit#main/packages/nuxt-mcp-toolkit",
|
|
3863
|
+
"npm": "@nuxtjs/mcp-toolkit",
|
|
3864
|
+
"icon": "mcp-toolkit.png",
|
|
3865
|
+
"github": "https://github.com/nuxt-modules/mcp-toolkit",
|
|
3866
|
+
"website": "https://mcp-toolkit.nuxt.dev/getting-started/installation",
|
|
3867
|
+
"learn_more": "",
|
|
3868
|
+
"category": "AI",
|
|
3869
|
+
"type": "community",
|
|
3870
|
+
"maintainers": [
|
|
3871
|
+
{
|
|
3872
|
+
"name": "Hugo",
|
|
3873
|
+
"github": "HugoRCD",
|
|
3874
|
+
"twitter": "hugorcd",
|
|
3875
|
+
"bluesky": "hugorcd.com"
|
|
3876
|
+
}
|
|
3877
|
+
],
|
|
3878
|
+
"compatibility": {
|
|
3879
|
+
"nuxt": ">=3.0.0",
|
|
3880
|
+
"requires": {}
|
|
3881
|
+
},
|
|
3882
|
+
"mcp": "https://mcp-toolkit.nuxt.dev/mcp"
|
|
3883
|
+
},
|
|
3865
3884
|
{
|
|
3866
3885
|
"name": "mdc",
|
|
3867
3886
|
"description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
|
|
3868
|
-
"repo": "nuxt-
|
|
3887
|
+
"repo": "nuxt-content/mdc",
|
|
3869
3888
|
"npm": "@nuxtjs/mdc",
|
|
3870
3889
|
"icon": "mdc.png",
|
|
3871
|
-
"github": "https://github.com/nuxt-
|
|
3872
|
-
"website": "https://github.com/nuxt-
|
|
3890
|
+
"github": "https://github.com/nuxt-content/mdc",
|
|
3891
|
+
"website": "https://github.com/nuxt-content/mdc",
|
|
3873
3892
|
"learn_more": "",
|
|
3874
3893
|
"category": "Extensions",
|
|
3875
3894
|
"type": "community",
|
|
@@ -3912,14 +3931,14 @@
|
|
|
3912
3931
|
{
|
|
3913
3932
|
"name": "medusa",
|
|
3914
3933
|
"description": "Easily connect to Medusa from your Nuxt application",
|
|
3915
|
-
"repo": "
|
|
3934
|
+
"repo": "nuxt-modules/medusa",
|
|
3916
3935
|
"npm": "@nuxtjs/medusa",
|
|
3917
3936
|
"icon": "medusa.svg",
|
|
3918
|
-
"github": "https://github.com/
|
|
3937
|
+
"github": "https://github.com/nuxt-modules/medusa",
|
|
3919
3938
|
"website": "https://nuxt-medusa.vercel.app/",
|
|
3920
3939
|
"learn_more": "https://nuxt-medusa.vercel.app/",
|
|
3921
3940
|
"category": "Ecommerce",
|
|
3922
|
-
"type": "
|
|
3941
|
+
"type": "community",
|
|
3923
3942
|
"maintainers": [
|
|
3924
3943
|
{
|
|
3925
3944
|
"name": "Jakub Andrzejewski",
|
|
@@ -4015,7 +4034,7 @@
|
|
|
4015
4034
|
"npm": "@mojocss/nuxt",
|
|
4016
4035
|
"icon": "mojocss.svg",
|
|
4017
4036
|
"github": "https://github.com/mojocss/mojocss-nuxt-module",
|
|
4018
|
-
"website": "https://
|
|
4037
|
+
"website": "https://github.com/mojocss/mojocss-nuxt-module",
|
|
4019
4038
|
"learn_more": "",
|
|
4020
4039
|
"category": "UI",
|
|
4021
4040
|
"type": "3rd-party",
|
|
@@ -4026,7 +4045,7 @@
|
|
|
4026
4045
|
}
|
|
4027
4046
|
],
|
|
4028
4047
|
"compatibility": {
|
|
4029
|
-
"nuxt": "
|
|
4048
|
+
"nuxt": ">=3.0.0",
|
|
4030
4049
|
"requires": {}
|
|
4031
4050
|
}
|
|
4032
4051
|
},
|
|
@@ -4084,11 +4103,11 @@
|
|
|
4084
4103
|
{
|
|
4085
4104
|
"name": "neo4j",
|
|
4086
4105
|
"description": "Effortlessly integrate Neo4j's powerful graph database into your Nuxt applications!",
|
|
4087
|
-
"repo": "
|
|
4106
|
+
"repo": "nuxtaid/nuxt-neo4j",
|
|
4088
4107
|
"npm": "nuxt-neo4j",
|
|
4089
4108
|
"icon": "nuxt-neo4j.png",
|
|
4090
|
-
"github": "https://github.com/
|
|
4091
|
-
"website": "https://github.com/
|
|
4109
|
+
"github": "https://github.com/nuxtaid/nuxt-neo4j",
|
|
4110
|
+
"website": "https://github.com/nuxtaid/nuxt-neo4j",
|
|
4092
4111
|
"learn_more": "",
|
|
4093
4112
|
"category": "Database",
|
|
4094
4113
|
"type": "3rd-party",
|
|
@@ -4105,35 +4124,12 @@
|
|
|
4105
4124
|
"requires": {}
|
|
4106
4125
|
}
|
|
4107
4126
|
},
|
|
4108
|
-
{
|
|
4109
|
-
"name": "netlify-cache",
|
|
4110
|
-
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
4111
|
-
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
4112
|
-
"npm": "nuxt-netlify-cache",
|
|
4113
|
-
"icon": "netlify.png",
|
|
4114
|
-
"github": "https://github.com/DreaMinder/nuxt-netlify-cache",
|
|
4115
|
-
"website": "https://github.com/DreaMinder/nuxt-netlify-cache",
|
|
4116
|
-
"learn_more": "https://www.netlify.com/",
|
|
4117
|
-
"category": "Deployment",
|
|
4118
|
-
"type": "3rd-party",
|
|
4119
|
-
"maintainers": [
|
|
4120
|
-
{
|
|
4121
|
-
"name": "DreaMinder",
|
|
4122
|
-
"github": "DreaMinder",
|
|
4123
|
-
"twitter": "DreaMinder"
|
|
4124
|
-
}
|
|
4125
|
-
],
|
|
4126
|
-
"compatibility": {
|
|
4127
|
-
"nuxt": "^2.0.0",
|
|
4128
|
-
"requires": {}
|
|
4129
|
-
}
|
|
4130
|
-
},
|
|
4131
4127
|
{
|
|
4132
4128
|
"name": "netlify-files",
|
|
4133
4129
|
"description": "Nuxt module to create new _headers, _redirects and netlify.toml files for Netlify or to use existing ones",
|
|
4134
4130
|
"repo": "nuxt-community/netlify-files-module",
|
|
4135
4131
|
"npm": "@nuxtjs/netlify-files",
|
|
4136
|
-
"icon": "netlify.
|
|
4132
|
+
"icon": "netlify.svg",
|
|
4137
4133
|
"github": "https://github.com/nuxt-community/netlify-files-module",
|
|
4138
4134
|
"website": "https://github.com/nuxt-community/netlify-files-module",
|
|
4139
4135
|
"learn_more": "https://www.netlify.com/",
|
|
@@ -4154,23 +4150,23 @@
|
|
|
4154
4150
|
},
|
|
4155
4151
|
{
|
|
4156
4152
|
"name": "netlify",
|
|
4157
|
-
"description": "
|
|
4158
|
-
"repo": "
|
|
4159
|
-
"npm": "@
|
|
4160
|
-
"icon": "netlify.
|
|
4161
|
-
"github": "https://github.com/
|
|
4162
|
-
"website": "https://github.com/
|
|
4163
|
-
"learn_more": "https://
|
|
4153
|
+
"description": "Local emulation of the Netlify platform in development",
|
|
4154
|
+
"repo": "netlify/framework-adapters#main/packages/nuxt-module",
|
|
4155
|
+
"npm": "@netlify/nuxt",
|
|
4156
|
+
"icon": "netlify.svg",
|
|
4157
|
+
"github": "https://github.com/netlify/framework-adapters",
|
|
4158
|
+
"website": "https://github.com/netlify/framework-adapters#readme",
|
|
4159
|
+
"learn_more": "https://npmx.dev/package/@netlify/nuxt",
|
|
4164
4160
|
"category": "Deployment",
|
|
4165
4161
|
"type": "3rd-party",
|
|
4166
4162
|
"maintainers": [
|
|
4167
4163
|
{
|
|
4168
|
-
"name": "
|
|
4169
|
-
"github": "
|
|
4164
|
+
"name": "Netlify",
|
|
4165
|
+
"github": "netlify"
|
|
4170
4166
|
}
|
|
4171
4167
|
],
|
|
4172
4168
|
"compatibility": {
|
|
4173
|
-
"nuxt": "^
|
|
4169
|
+
"nuxt": "^3.0.0 || ^4.0.0",
|
|
4174
4170
|
"requires": {}
|
|
4175
4171
|
}
|
|
4176
4172
|
},
|
|
@@ -4198,6 +4194,30 @@
|
|
|
4198
4194
|
"requires": {}
|
|
4199
4195
|
}
|
|
4200
4196
|
},
|
|
4197
|
+
{
|
|
4198
|
+
"name": "nitro-graphql",
|
|
4199
|
+
"description": "A standalone Nitro module that integrates GraphQL servers into any Nitro application with automatic type generation, file watching, and seamless framework integration.",
|
|
4200
|
+
"repo": "productdevbook/nitro-graphql",
|
|
4201
|
+
"npm": "nitro-graphql",
|
|
4202
|
+
"icon": "",
|
|
4203
|
+
"github": "https://github.com/productdevbook/nitro-graphql",
|
|
4204
|
+
"website": "https://github.com/productdevbook/nitro-graphql",
|
|
4205
|
+
"learn_more": "",
|
|
4206
|
+
"category": "Request",
|
|
4207
|
+
"type": "3rd-party",
|
|
4208
|
+
"maintainers": [
|
|
4209
|
+
{
|
|
4210
|
+
"name": "Wind",
|
|
4211
|
+
"github": "productdevbook",
|
|
4212
|
+
"twitter": "productdevbook",
|
|
4213
|
+
"bluesky": "productdevbook.com"
|
|
4214
|
+
}
|
|
4215
|
+
],
|
|
4216
|
+
"compatibility": {
|
|
4217
|
+
"nuxt": "^3.0.0",
|
|
4218
|
+
"requires": {}
|
|
4219
|
+
}
|
|
4220
|
+
},
|
|
4201
4221
|
{
|
|
4202
4222
|
"name": "nodemailer",
|
|
4203
4223
|
"description": "Nuxt integration for nodemailer",
|
|
@@ -4264,6 +4284,52 @@
|
|
|
4264
4284
|
"requires": {}
|
|
4265
4285
|
}
|
|
4266
4286
|
},
|
|
4287
|
+
{
|
|
4288
|
+
"name": "nuxt-actions",
|
|
4289
|
+
"description": "Type-safe server actions with Standard Schema validation, middleware, optimistic updates, streaming, and SSR queries",
|
|
4290
|
+
"repo": "billymaulana/nuxt-actions",
|
|
4291
|
+
"npm": "nuxt-actions",
|
|
4292
|
+
"icon": "nuxt-actions.svg",
|
|
4293
|
+
"github": "https://github.com/billymaulana/nuxt-actions",
|
|
4294
|
+
"website": "https://billymaulana.github.io/nuxt-actions/",
|
|
4295
|
+
"learn_more": "https://billymaulana.github.io/nuxt-actions/guide/getting-started",
|
|
4296
|
+
"category": "Request",
|
|
4297
|
+
"type": "3rd-party",
|
|
4298
|
+
"maintainers": [
|
|
4299
|
+
{
|
|
4300
|
+
"name": "Billy Maulana",
|
|
4301
|
+
"github": "billymaulana"
|
|
4302
|
+
}
|
|
4303
|
+
],
|
|
4304
|
+
"compatibility": {
|
|
4305
|
+
"nuxt": "^3.7.0 || ^4.0.0",
|
|
4306
|
+
"requires": {}
|
|
4307
|
+
}
|
|
4308
|
+
},
|
|
4309
|
+
{
|
|
4310
|
+
"name": "nuxt-aidbase",
|
|
4311
|
+
"description": "Easily integrate Aidbase into your Nuxt app.",
|
|
4312
|
+
"repo": "Mokkapps/nuxt-aidbase",
|
|
4313
|
+
"npm": "nuxt-aidbase",
|
|
4314
|
+
"icon": "nuxt-aidbase.png",
|
|
4315
|
+
"github": "https://github.com/Mokkapps/nuxt-aidbase",
|
|
4316
|
+
"website": "https://github.com/Mokkapps/nuxt-aidbase",
|
|
4317
|
+
"learn_more": "https://github.com/Mokkapps/nuxt-aidbase",
|
|
4318
|
+
"category": "Libraries",
|
|
4319
|
+
"type": "3rd-party",
|
|
4320
|
+
"maintainers": [
|
|
4321
|
+
{
|
|
4322
|
+
"name": "Michael Hoffmann",
|
|
4323
|
+
"github": "Mokkapps",
|
|
4324
|
+
"twitter": "mokkapps",
|
|
4325
|
+
"avatar": "https://avatars.githubusercontent.com/u/3127210?v=4"
|
|
4326
|
+
}
|
|
4327
|
+
],
|
|
4328
|
+
"compatibility": {
|
|
4329
|
+
"nuxt": ">=3.0.0",
|
|
4330
|
+
"requires": {}
|
|
4331
|
+
}
|
|
4332
|
+
},
|
|
4267
4333
|
{
|
|
4268
4334
|
"name": "nuxt-anchorscroll",
|
|
4269
4335
|
"description": "Scroll to top and to anchor support for Nuxt",
|
|
@@ -4339,7 +4405,7 @@
|
|
|
4339
4405
|
"npm": "nuxt-auth-sanctum",
|
|
4340
4406
|
"icon": "laravel.svg",
|
|
4341
4407
|
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
4342
|
-
"website": "https://manchenkoff.
|
|
4408
|
+
"website": "https://sanctum.manchenkoff.me",
|
|
4343
4409
|
"learn_more": "https://laravel.com/docs/12.x/sanctum",
|
|
4344
4410
|
"category": "Security",
|
|
4345
4411
|
"type": "3rd-party",
|
|
@@ -4357,12 +4423,36 @@
|
|
|
4357
4423
|
}
|
|
4358
4424
|
},
|
|
4359
4425
|
{
|
|
4360
|
-
"name": "nuxt-
|
|
4361
|
-
"description": "Nuxt
|
|
4362
|
-
"repo": "
|
|
4363
|
-
"npm": "@
|
|
4364
|
-
"icon": "",
|
|
4365
|
-
"github": "https://github.com/
|
|
4426
|
+
"name": "nuxt-auto-form",
|
|
4427
|
+
"description": "Auto-generate Nuxt UI forms from Zod 4 schemas",
|
|
4428
|
+
"repo": "Norbiros/nuxt-auto-form",
|
|
4429
|
+
"npm": "@norbiros/nuxt-auto-form",
|
|
4430
|
+
"icon": "nuxt-auto-form.svg",
|
|
4431
|
+
"github": "https://github.com/Norbiros/nuxt-auto-form",
|
|
4432
|
+
"website": "https://nuxt-auto-form.norbiros.dev",
|
|
4433
|
+
"learn_more": "https://www.npmjs.com/package/@norbiros/nuxt-auto-form",
|
|
4434
|
+
"category": "Libraries",
|
|
4435
|
+
"type": "3rd-party",
|
|
4436
|
+
"maintainers": [
|
|
4437
|
+
{
|
|
4438
|
+
"name": "Norbiros",
|
|
4439
|
+
"github": "Norbiros",
|
|
4440
|
+
"avatar": "https://avatars.githubusercontent.com/u/89837724?v=4",
|
|
4441
|
+
"twitter": "norbiros_dev"
|
|
4442
|
+
}
|
|
4443
|
+
],
|
|
4444
|
+
"compatibility": {
|
|
4445
|
+
"nuxt": ">=3.0.0",
|
|
4446
|
+
"requires": {}
|
|
4447
|
+
}
|
|
4448
|
+
},
|
|
4449
|
+
{
|
|
4450
|
+
"name": "nuxt-basic-auth",
|
|
4451
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
4452
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
4453
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
4454
|
+
"icon": "",
|
|
4455
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
4366
4456
|
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
4367
4457
|
"learn_more": "",
|
|
4368
4458
|
"category": "Security",
|
|
@@ -4424,7 +4514,7 @@
|
|
|
4424
4514
|
}
|
|
4425
4515
|
],
|
|
4426
4516
|
"compatibility": {
|
|
4427
|
-
"nuxt": ">=3.
|
|
4517
|
+
"nuxt": ">=3.13.1",
|
|
4428
4518
|
"requires": {},
|
|
4429
4519
|
"devtools": "^0.0.0"
|
|
4430
4520
|
}
|
|
@@ -4454,12 +4544,12 @@
|
|
|
4454
4544
|
{
|
|
4455
4545
|
"name": "nuxt-charts",
|
|
4456
4546
|
"description": "Nuxt module for vue-chrts",
|
|
4457
|
-
"repo": "dennisadriaans/vue-chrts#main/packages/nuxt",
|
|
4458
|
-
"npm": "nuxt-charts",
|
|
4547
|
+
"repo": "dennisadriaans/vue-chrts#main/packages/nuxt-charts",
|
|
4548
|
+
"npm": "nuxt-charts-legacy",
|
|
4459
4549
|
"icon": "nuxt-charts.svg",
|
|
4460
4550
|
"github": "https://github.com/dennisadriaans/vue-chrts",
|
|
4461
4551
|
"website": "https://nuxtcharts.com/",
|
|
4462
|
-
"learn_more": "https://nuxtcharts.com/docs",
|
|
4552
|
+
"learn_more": "https://nuxtcharts.com/docs/getting-started/installation",
|
|
4463
4553
|
"category": "UI",
|
|
4464
4554
|
"type": "3rd-party",
|
|
4465
4555
|
"maintainers": [
|
|
@@ -4492,6 +4582,28 @@
|
|
|
4492
4582
|
"github": "schnapsterdog"
|
|
4493
4583
|
}
|
|
4494
4584
|
],
|
|
4585
|
+
"compatibility": {
|
|
4586
|
+
"nuxt": ">=3.0.0 <5.0.0",
|
|
4587
|
+
"requires": {}
|
|
4588
|
+
}
|
|
4589
|
+
},
|
|
4590
|
+
{
|
|
4591
|
+
"name": "nuxt-claude-devtools",
|
|
4592
|
+
"description": "Nuxt DevTools integration for Claude Code AI assistant",
|
|
4593
|
+
"repo": "oro-ad/nuxt-claude-devtools",
|
|
4594
|
+
"npm": "@oro.ad/nuxt-claude-devtools",
|
|
4595
|
+
"icon": "",
|
|
4596
|
+
"github": "https://github.com/oro-ad/nuxt-claude-devtools",
|
|
4597
|
+
"website": "https://github.com/oro-ad/nuxt-claude-devtools",
|
|
4598
|
+
"learn_more": "",
|
|
4599
|
+
"category": "Devtools",
|
|
4600
|
+
"type": "3rd-party",
|
|
4601
|
+
"maintainers": [
|
|
4602
|
+
{
|
|
4603
|
+
"name": "oro-ad",
|
|
4604
|
+
"github": "oro-ad"
|
|
4605
|
+
}
|
|
4606
|
+
],
|
|
4495
4607
|
"compatibility": {
|
|
4496
4608
|
"nuxt": ">=3.0.0",
|
|
4497
4609
|
"requires": {}
|
|
@@ -4503,7 +4615,7 @@
|
|
|
4503
4615
|
"repo": "thimodev/nuxt-codemirror",
|
|
4504
4616
|
"npm": "nuxt-codemirror",
|
|
4505
4617
|
"icon": "nuxt-codemirror.svg",
|
|
4506
|
-
"github": "https://github.com/
|
|
4618
|
+
"github": "https://github.com/thimodev/nuxt-codemirror",
|
|
4507
4619
|
"website": "https://github.com/ThimoDEV/nuxt-codemirror",
|
|
4508
4620
|
"learn_more": "https://github.com/ThimoDEV/nuxt-codemirror",
|
|
4509
4621
|
"category": "Libraries",
|
|
@@ -4526,7 +4638,7 @@
|
|
|
4526
4638
|
"repo": "lorexiq/nuxt-color-picker",
|
|
4527
4639
|
"npm": "nuxt-color-picker",
|
|
4528
4640
|
"icon": "nuxt-color-picker.png",
|
|
4529
|
-
"github": "https://github.com/
|
|
4641
|
+
"github": "https://github.com/lorexiq/nuxt-color-picker",
|
|
4530
4642
|
"website": "https://nuxt-color-picker.nuxt.dev/",
|
|
4531
4643
|
"learn_more": "",
|
|
4532
4644
|
"category": "UI",
|
|
@@ -4566,20 +4678,21 @@
|
|
|
4566
4678
|
}
|
|
4567
4679
|
},
|
|
4568
4680
|
{
|
|
4569
|
-
"name": "nuxt-
|
|
4570
|
-
"description": "Nuxt
|
|
4571
|
-
"repo": "
|
|
4572
|
-
"npm": "
|
|
4573
|
-
"icon": "
|
|
4574
|
-
"github": "https://github.com/
|
|
4575
|
-
"website": "https://nuxt-
|
|
4681
|
+
"name": "nuxt-coolify",
|
|
4682
|
+
"description": "Integrate Nuxt and Nitro With Coolify's API using nuxt-coolify.",
|
|
4683
|
+
"repo": "justserdar/nuxt-coolify",
|
|
4684
|
+
"npm": "nuxt-coolify",
|
|
4685
|
+
"icon": "nuxt-coolify.svg",
|
|
4686
|
+
"github": "https://github.com/justserdar/nuxt-coolify",
|
|
4687
|
+
"website": "https://github.com/justserdar/nuxt-coolify",
|
|
4576
4688
|
"learn_more": "",
|
|
4577
|
-
"category": "
|
|
4689
|
+
"category": "Request",
|
|
4578
4690
|
"type": "3rd-party",
|
|
4579
4691
|
"maintainers": [
|
|
4580
4692
|
{
|
|
4581
|
-
"name": "
|
|
4582
|
-
"github": "
|
|
4693
|
+
"name": "Serdar Yerdelen",
|
|
4694
|
+
"github": "JustSerdar",
|
|
4695
|
+
"twitter": "justserdardev"
|
|
4583
4696
|
}
|
|
4584
4697
|
],
|
|
4585
4698
|
"compatibility": {
|
|
@@ -4588,21 +4701,44 @@
|
|
|
4588
4701
|
}
|
|
4589
4702
|
},
|
|
4590
4703
|
{
|
|
4591
|
-
"name": "nuxt-
|
|
4592
|
-
"description": "
|
|
4593
|
-
"repo": "
|
|
4594
|
-
"npm": "nuxt-
|
|
4595
|
-
"icon": "nuxt-
|
|
4596
|
-
"github": "https://github.com/
|
|
4597
|
-
"website": "https://github.com/
|
|
4598
|
-
"learn_more": "
|
|
4599
|
-
"category": "
|
|
4704
|
+
"name": "nuxt-csp-report",
|
|
4705
|
+
"description": "A Nuxt module for collecting, normalizing, and persisting Content Security Policy (CSP) reports.",
|
|
4706
|
+
"repo": "Gonzo17/nuxt-csp-report",
|
|
4707
|
+
"npm": "nuxt-csp-report",
|
|
4708
|
+
"icon": "nuxt-csp-report.svg",
|
|
4709
|
+
"github": "https://github.com/Gonzo17/nuxt-csp-report",
|
|
4710
|
+
"website": "https://github.com/Gonzo17/nuxt-csp-report",
|
|
4711
|
+
"learn_more": "",
|
|
4712
|
+
"category": "Security",
|
|
4600
4713
|
"type": "3rd-party",
|
|
4601
4714
|
"maintainers": [
|
|
4602
4715
|
{
|
|
4603
|
-
"name": "
|
|
4604
|
-
"github": "
|
|
4605
|
-
|
|
4716
|
+
"name": "David Gonzalez Casin",
|
|
4717
|
+
"github": "Gonzo17"
|
|
4718
|
+
}
|
|
4719
|
+
],
|
|
4720
|
+
"compatibility": {
|
|
4721
|
+
"nuxt": ">=3.12.0",
|
|
4722
|
+
"requires": {}
|
|
4723
|
+
}
|
|
4724
|
+
},
|
|
4725
|
+
{
|
|
4726
|
+
"name": "nuxt-email-renderer",
|
|
4727
|
+
"description": "A Nuxt module that provides high-quality, unstyled components & utils for creating emails using Vue and TypeScript.",
|
|
4728
|
+
"repo": "Mokkapps/nuxt-email-renderer",
|
|
4729
|
+
"npm": "nuxt-email-renderer",
|
|
4730
|
+
"icon": "",
|
|
4731
|
+
"github": "https://github.com/Mokkapps/nuxt-email-renderer",
|
|
4732
|
+
"website": "https://nuxtemail.com",
|
|
4733
|
+
"learn_more": "https://nuxtemail.com",
|
|
4734
|
+
"category": "Devtools",
|
|
4735
|
+
"type": "3rd-party",
|
|
4736
|
+
"maintainers": [
|
|
4737
|
+
{
|
|
4738
|
+
"name": "Michael Hoffmann",
|
|
4739
|
+
"github": "Mokkapps",
|
|
4740
|
+
"twitter": "mokkapps",
|
|
4741
|
+
"avatar": "https://avatars.githubusercontent.com/u/3127210?v=4"
|
|
4606
4742
|
}
|
|
4607
4743
|
],
|
|
4608
4744
|
"compatibility": {
|
|
@@ -4623,7 +4759,7 @@
|
|
|
4623
4759
|
"type": "3rd-party",
|
|
4624
4760
|
"maintainers": [
|
|
4625
4761
|
{
|
|
4626
|
-
"name": "Supanut
|
|
4762
|
+
"name": "Supanut Weerachotthakorn",
|
|
4627
4763
|
"github": "Boomgeek"
|
|
4628
4764
|
},
|
|
4629
4765
|
{
|
|
@@ -4632,7 +4768,7 @@
|
|
|
4632
4768
|
}
|
|
4633
4769
|
],
|
|
4634
4770
|
"compatibility": {
|
|
4635
|
-
"nuxt": "
|
|
4771
|
+
"nuxt": "^3.6.0",
|
|
4636
4772
|
"requires": {}
|
|
4637
4773
|
}
|
|
4638
4774
|
},
|
|
@@ -4694,7 +4830,8 @@
|
|
|
4694
4830
|
"maintainers": [
|
|
4695
4831
|
{
|
|
4696
4832
|
"name": "Ali Sokkar",
|
|
4697
|
-
"github": "NyllRE"
|
|
4833
|
+
"github": "NyllRE",
|
|
4834
|
+
"twitter": "nyllre"
|
|
4698
4835
|
}
|
|
4699
4836
|
],
|
|
4700
4837
|
"compatibility": {
|
|
@@ -4725,6 +4862,31 @@
|
|
|
4725
4862
|
"requires": {}
|
|
4726
4863
|
}
|
|
4727
4864
|
},
|
|
4865
|
+
{
|
|
4866
|
+
"name": "nuxt-formisch",
|
|
4867
|
+
"description": "Formisch integration for Nuxt - schema-based, headless form library",
|
|
4868
|
+
"repo": "onmax/nuxt-formisch",
|
|
4869
|
+
"npm": "nuxt-formisch",
|
|
4870
|
+
"icon": "nuxt-formisch.svg",
|
|
4871
|
+
"github": "https://github.com/onmax/nuxt-formisch",
|
|
4872
|
+
"website": "https://github.com/onmax/nuxt-formisch",
|
|
4873
|
+
"learn_more": "",
|
|
4874
|
+
"category": "Libraries",
|
|
4875
|
+
"type": "3rd-party",
|
|
4876
|
+
"maintainers": [
|
|
4877
|
+
{
|
|
4878
|
+
"name": "Max",
|
|
4879
|
+
"github": "onmax",
|
|
4880
|
+
"avatar": "https://avatars.githubusercontent.com/u/22072217?v=4",
|
|
4881
|
+
"bluesky": "onmax.bsky.social",
|
|
4882
|
+
"twitter": "_onmax"
|
|
4883
|
+
}
|
|
4884
|
+
],
|
|
4885
|
+
"compatibility": {
|
|
4886
|
+
"nuxt": ">=3.0.0",
|
|
4887
|
+
"requires": {}
|
|
4888
|
+
}
|
|
4889
|
+
},
|
|
4728
4890
|
{
|
|
4729
4891
|
"name": "nuxt-fortify",
|
|
4730
4892
|
"description": "Use Laravel fortify and sanctum with Nuxt",
|
|
@@ -4756,7 +4918,7 @@
|
|
|
4756
4918
|
"npm": "nuxt-glaze",
|
|
4757
4919
|
"icon": "nuxt-glaze.png",
|
|
4758
4920
|
"github": "https://github.com/holux-design/nuxt-glaze",
|
|
4759
|
-
"website": "https://glaze.dev",
|
|
4921
|
+
"website": "https://www.glaze.dev/",
|
|
4760
4922
|
"learn_more": "",
|
|
4761
4923
|
"category": "Libraries",
|
|
4762
4924
|
"type": "3rd-party",
|
|
@@ -4771,6 +4933,28 @@
|
|
|
4771
4933
|
"requires": {}
|
|
4772
4934
|
}
|
|
4773
4935
|
},
|
|
4936
|
+
{
|
|
4937
|
+
"name": "nuxt-google-auth",
|
|
4938
|
+
"description": "Google Identity Services integration for Nuxt 3 & 4 with a simple composable and button component.",
|
|
4939
|
+
"repo": "go-fireball/nuxt-google-auth",
|
|
4940
|
+
"npm": "nuxt-google-auth",
|
|
4941
|
+
"icon": "",
|
|
4942
|
+
"github": "https://github.com/go-fireball/nuxt-google-auth",
|
|
4943
|
+
"website": "https://github.com/go-fireball/nuxt-google-auth",
|
|
4944
|
+
"learn_more": "",
|
|
4945
|
+
"category": "Security",
|
|
4946
|
+
"type": "3rd-party",
|
|
4947
|
+
"maintainers": [
|
|
4948
|
+
{
|
|
4949
|
+
"name": "go-fireball",
|
|
4950
|
+
"github": "go-fireball"
|
|
4951
|
+
}
|
|
4952
|
+
],
|
|
4953
|
+
"compatibility": {
|
|
4954
|
+
"nuxt": "^3.0.0 || ^4.0.0",
|
|
4955
|
+
"requires": {}
|
|
4956
|
+
}
|
|
4957
|
+
},
|
|
4774
4958
|
{
|
|
4775
4959
|
"name": "nuxt-gpt",
|
|
4776
4960
|
"description": "Plug and Play ChatGPT for Nuxt.",
|
|
@@ -4789,7 +4973,29 @@
|
|
|
4789
4973
|
}
|
|
4790
4974
|
],
|
|
4791
4975
|
"compatibility": {
|
|
4792
|
-
"nuxt": "
|
|
4976
|
+
"nuxt": "^3.0.0",
|
|
4977
|
+
"requires": {}
|
|
4978
|
+
}
|
|
4979
|
+
},
|
|
4980
|
+
{
|
|
4981
|
+
"name": "nuxt-gql-pulse",
|
|
4982
|
+
"description": "A Nuxt module for making GraphQL requests with ease, leveraging the power of Nuxt's composables.",
|
|
4983
|
+
"repo": "Abbasmoe/nuxt-gql-pulse",
|
|
4984
|
+
"npm": "nuxt-gql-pulse",
|
|
4985
|
+
"icon": "nuxt-gql-pulse.png",
|
|
4986
|
+
"github": "https://github.com/Abbasmoe/nuxt-gql-pulse",
|
|
4987
|
+
"website": "https://github.com/Abbasmoe/nuxt-gql-pulse",
|
|
4988
|
+
"learn_more": "",
|
|
4989
|
+
"category": "Request",
|
|
4990
|
+
"type": "3rd-party",
|
|
4991
|
+
"maintainers": [
|
|
4992
|
+
{
|
|
4993
|
+
"name": "Abbas Mohamed Ahmed",
|
|
4994
|
+
"github": "Abbasmoe"
|
|
4995
|
+
}
|
|
4996
|
+
],
|
|
4997
|
+
"compatibility": {
|
|
4998
|
+
"nuxt": "^3.0.0 || ^4.0.0",
|
|
4793
4999
|
"requires": {}
|
|
4794
5000
|
}
|
|
4795
5001
|
},
|
|
@@ -4818,18 +5024,18 @@
|
|
|
4818
5024
|
}
|
|
4819
5025
|
],
|
|
4820
5026
|
"compatibility": {
|
|
4821
|
-
"nuxt": "
|
|
5027
|
+
"nuxt": ">=3.13.0",
|
|
4822
5028
|
"requires": {}
|
|
4823
5029
|
}
|
|
4824
5030
|
},
|
|
4825
5031
|
{
|
|
4826
5032
|
"name": "nuxt-graphql-playground",
|
|
4827
5033
|
"description": "",
|
|
4828
|
-
"repo": "
|
|
5034
|
+
"repo": "tuarrep/nuxt-graphql-playground",
|
|
4829
5035
|
"npm": "@pin-pon/nuxt-graphql-playground",
|
|
4830
5036
|
"icon": "",
|
|
4831
|
-
"github": "https://github.com/
|
|
4832
|
-
"website": "https://github.com/
|
|
5037
|
+
"github": "https://github.com/tuarrep/nuxt-graphql-playground",
|
|
5038
|
+
"website": "https://github.com/tuarrep/nuxt-graphql-playground",
|
|
4833
5039
|
"learn_more": "",
|
|
4834
5040
|
"category": "Devtools",
|
|
4835
5041
|
"type": "3rd-party",
|
|
@@ -4862,11 +5068,35 @@
|
|
|
4862
5068
|
}
|
|
4863
5069
|
],
|
|
4864
5070
|
"compatibility": {
|
|
4865
|
-
"nuxt": "
|
|
5071
|
+
"nuxt": "^3.0.0",
|
|
4866
5072
|
"requires": {},
|
|
4867
5073
|
"devtools": "^0.0.0"
|
|
4868
5074
|
}
|
|
4869
5075
|
},
|
|
5076
|
+
{
|
|
5077
|
+
"name": "nuxt-highlight",
|
|
5078
|
+
"description": "Nuxt module for Highlight.io with session replay, error monitoring, and logging",
|
|
5079
|
+
"repo": "nuxtaid/nuxt-highlight",
|
|
5080
|
+
"npm": "nuxt-highlight",
|
|
5081
|
+
"icon": "nuxt-highlight.svg",
|
|
5082
|
+
"github": "https://github.com/nuxtaid/nuxt-highlight",
|
|
5083
|
+
"website": "https://github.com/nuxtaid/nuxt-highlight#readme",
|
|
5084
|
+
"learn_more": "https://highlight.io/docs/general/welcome",
|
|
5085
|
+
"category": "Monitoring",
|
|
5086
|
+
"type": "3rd-party",
|
|
5087
|
+
"maintainers": [
|
|
5088
|
+
{
|
|
5089
|
+
"name": "Arash Ari Sheyda",
|
|
5090
|
+
"github": "arashsheyda",
|
|
5091
|
+
"twitter": "arash_sheyda",
|
|
5092
|
+
"bluesky": "arashsheyda.me"
|
|
5093
|
+
}
|
|
5094
|
+
],
|
|
5095
|
+
"compatibility": {
|
|
5096
|
+
"nuxt": ">=3.0.0",
|
|
5097
|
+
"requires": {}
|
|
5098
|
+
}
|
|
5099
|
+
},
|
|
4870
5100
|
{
|
|
4871
5101
|
"name": "nuxt-http-client-hints",
|
|
4872
5102
|
"description": "Nuxt HTTP Client Hints",
|
|
@@ -4945,7 +5175,7 @@
|
|
|
4945
5175
|
"repo": "daliborgogic/nuxt-interpolation#master",
|
|
4946
5176
|
"npm": "nuxt-interpolation",
|
|
4947
5177
|
"icon": "",
|
|
4948
|
-
"github": "https://github.com/daliborgogic/nuxt-interpolation
|
|
5178
|
+
"github": "https://github.com/daliborgogic/nuxt-interpolation",
|
|
4949
5179
|
"website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
4950
5180
|
"learn_more": "",
|
|
4951
5181
|
"category": "Devtools",
|
|
@@ -4991,7 +5221,7 @@
|
|
|
4991
5221
|
"npm": "nuxt-laravel-echo",
|
|
4992
5222
|
"icon": "laravel.svg",
|
|
4993
5223
|
"github": "https://github.com/manchenkoff/nuxt-laravel-echo",
|
|
4994
|
-
"website": "https://manchenkoff.
|
|
5224
|
+
"website": "https://echo.manchenkoff.me",
|
|
4995
5225
|
"learn_more": "https://laravel.com/docs/12.x/broadcasting",
|
|
4996
5226
|
"category": "Libraries",
|
|
4997
5227
|
"type": "3rd-party",
|
|
@@ -5028,7 +5258,7 @@
|
|
|
5028
5258
|
}
|
|
5029
5259
|
],
|
|
5030
5260
|
"compatibility": {
|
|
5031
|
-
"nuxt": "
|
|
5261
|
+
"nuxt": "^3.0.0 || >=4.0.3",
|
|
5032
5262
|
"requires": {}
|
|
5033
5263
|
}
|
|
5034
5264
|
},
|
|
@@ -5052,7 +5282,31 @@
|
|
|
5052
5282
|
}
|
|
5053
5283
|
],
|
|
5054
5284
|
"compatibility": {
|
|
5055
|
-
"nuxt": ">=3.
|
|
5285
|
+
"nuxt": ">=3.0.0",
|
|
5286
|
+
"requires": {}
|
|
5287
|
+
}
|
|
5288
|
+
},
|
|
5289
|
+
{
|
|
5290
|
+
"name": "nuxt-livekit",
|
|
5291
|
+
"description": "LiveKit integration for Nuxt: realtime video, audio, and data with client composables and server utilities",
|
|
5292
|
+
"repo": "nuxtaid/nuxt-livekit",
|
|
5293
|
+
"npm": "nuxt-livekit",
|
|
5294
|
+
"icon": "nuxt-livekit.svg",
|
|
5295
|
+
"github": "https://github.com/nuxtaid/nuxt-livekit",
|
|
5296
|
+
"website": "https://github.com/nuxtaid/nuxt-livekit#readme",
|
|
5297
|
+
"learn_more": "https://docs.livekit.io/intro/overview/",
|
|
5298
|
+
"category": "Libraries",
|
|
5299
|
+
"type": "3rd-party",
|
|
5300
|
+
"maintainers": [
|
|
5301
|
+
{
|
|
5302
|
+
"name": "Arash Ari Sheyda",
|
|
5303
|
+
"github": "arashsheyda",
|
|
5304
|
+
"twitter": "arash_sheyda",
|
|
5305
|
+
"bluesky": "arashsheyda.me"
|
|
5306
|
+
}
|
|
5307
|
+
],
|
|
5308
|
+
"compatibility": {
|
|
5309
|
+
"nuxt": ">=3.0.0",
|
|
5056
5310
|
"requires": {}
|
|
5057
5311
|
}
|
|
5058
5312
|
},
|
|
@@ -5075,7 +5329,7 @@
|
|
|
5075
5329
|
}
|
|
5076
5330
|
],
|
|
5077
5331
|
"compatibility": {
|
|
5078
|
-
"nuxt": "
|
|
5332
|
+
"nuxt": "^3.0.0",
|
|
5079
5333
|
"requires": {}
|
|
5080
5334
|
}
|
|
5081
5335
|
},
|
|
@@ -5167,7 +5421,7 @@
|
|
|
5167
5421
|
}
|
|
5168
5422
|
],
|
|
5169
5423
|
"compatibility": {
|
|
5170
|
-
"nuxt": "
|
|
5424
|
+
"nuxt": ">=3.0.0",
|
|
5171
5425
|
"requires": {}
|
|
5172
5426
|
}
|
|
5173
5427
|
},
|
|
@@ -5206,13 +5460,13 @@
|
|
|
5206
5460
|
"type": "3rd-party",
|
|
5207
5461
|
"maintainers": [
|
|
5208
5462
|
{
|
|
5209
|
-
"name": "
|
|
5463
|
+
"name": "erwann.dev",
|
|
5210
5464
|
"github": "tanukijs",
|
|
5211
5465
|
"avatar": "https://avatars.githubusercontent.com/u/25182349?v=4"
|
|
5212
5466
|
}
|
|
5213
5467
|
],
|
|
5214
5468
|
"compatibility": {
|
|
5215
|
-
"nuxt": ">=3.
|
|
5469
|
+
"nuxt": ">=3.7.0",
|
|
5216
5470
|
"requires": {}
|
|
5217
5471
|
}
|
|
5218
5472
|
},
|
|
@@ -5235,17 +5489,17 @@
|
|
|
5235
5489
|
}
|
|
5236
5490
|
],
|
|
5237
5491
|
"compatibility": {
|
|
5238
|
-
"nuxt": ">=3.
|
|
5492
|
+
"nuxt": ">=3.1.0",
|
|
5239
5493
|
"requires": {}
|
|
5240
5494
|
}
|
|
5241
5495
|
},
|
|
5242
5496
|
{
|
|
5243
5497
|
"name": "nuxt-mongoose",
|
|
5244
5498
|
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
5245
|
-
"repo": "
|
|
5499
|
+
"repo": "nuxtaid/nuxt-mongoose",
|
|
5246
5500
|
"npm": "nuxt-mongoose",
|
|
5247
5501
|
"icon": "nuxt-mongoose.svg",
|
|
5248
|
-
"github": "https://github.com/
|
|
5502
|
+
"github": "https://github.com/nuxtaid/nuxt-mongoose",
|
|
5249
5503
|
"website": "https://nuxt-mongoose.nuxt.space",
|
|
5250
5504
|
"learn_more": "",
|
|
5251
5505
|
"category": "Database",
|
|
@@ -5264,6 +5518,31 @@
|
|
|
5264
5518
|
"devtools": "^0.0.0"
|
|
5265
5519
|
}
|
|
5266
5520
|
},
|
|
5521
|
+
{
|
|
5522
|
+
"name": "nuxt-mqtt",
|
|
5523
|
+
"description": "A Nuxt module for real-time MQTT communication using mqtt.js",
|
|
5524
|
+
"repo": "nuxtaid/nuxt-mqtt",
|
|
5525
|
+
"npm": "nuxt-mqtt",
|
|
5526
|
+
"icon": "nuxt-mqtt.png",
|
|
5527
|
+
"github": "https://github.com/nuxtaid/nuxt-mqtt",
|
|
5528
|
+
"website": "https://github.com/nuxtaid/nuxt-mqtt#readme",
|
|
5529
|
+
"learn_more": "",
|
|
5530
|
+
"category": "Extensions",
|
|
5531
|
+
"type": "3rd-party",
|
|
5532
|
+
"maintainers": [
|
|
5533
|
+
{
|
|
5534
|
+
"name": "Arash Ari Sheyda",
|
|
5535
|
+
"github": "arashsheyda",
|
|
5536
|
+
"twitter": "arash_sheyda",
|
|
5537
|
+
"bluesky": "arashsheyda.me"
|
|
5538
|
+
}
|
|
5539
|
+
],
|
|
5540
|
+
"compatibility": {
|
|
5541
|
+
"nuxt": ">=3.0.0",
|
|
5542
|
+
"requires": {},
|
|
5543
|
+
"devtools": "^0.0.0"
|
|
5544
|
+
}
|
|
5545
|
+
},
|
|
5267
5546
|
{
|
|
5268
5547
|
"name": "nuxt-music-flow",
|
|
5269
5548
|
"description": "Nuxt 3 module for audio player component with playlist and waveform visualization.",
|
|
@@ -5287,6 +5566,28 @@
|
|
|
5287
5566
|
"requires": {}
|
|
5288
5567
|
}
|
|
5289
5568
|
},
|
|
5569
|
+
{
|
|
5570
|
+
"name": "nuxt-notify",
|
|
5571
|
+
"description": "Advanced toast notifications for Nuxt 3/4 with Tailwind CSS + Nuxt Icon (actions, avatars, progress, themes, UI overrides).",
|
|
5572
|
+
"repo": "nizaamomer/nuxt-notify",
|
|
5573
|
+
"npm": "nuxt-notify",
|
|
5574
|
+
"icon": "nuxt-notify.png",
|
|
5575
|
+
"github": "https://github.com/nizaamomer/nuxt-notify",
|
|
5576
|
+
"website": "https://nuxt-notify.nizaamomer.com",
|
|
5577
|
+
"learn_more": "https://nuxt-notify.nizaamomer.com/docs/getting-started/introduction",
|
|
5578
|
+
"category": "UI",
|
|
5579
|
+
"type": "3rd-party",
|
|
5580
|
+
"maintainers": [
|
|
5581
|
+
{
|
|
5582
|
+
"name": "Nizam Omer",
|
|
5583
|
+
"github": "nizaamomer"
|
|
5584
|
+
}
|
|
5585
|
+
],
|
|
5586
|
+
"compatibility": {
|
|
5587
|
+
"nuxt": "^3.0.0 || ^4.0.0",
|
|
5588
|
+
"requires": {}
|
|
5589
|
+
}
|
|
5590
|
+
},
|
|
5290
5591
|
{
|
|
5291
5592
|
"name": "nuxt-oidc-auth",
|
|
5292
5593
|
"description": "Seamless modern authentication for Nuxt applications.",
|
|
@@ -5306,17 +5607,17 @@
|
|
|
5306
5607
|
}
|
|
5307
5608
|
],
|
|
5308
5609
|
"compatibility": {
|
|
5309
|
-
"nuxt": ">=3.
|
|
5610
|
+
"nuxt": ">=3.9.0",
|
|
5310
5611
|
"requires": {}
|
|
5311
5612
|
}
|
|
5312
5613
|
},
|
|
5313
5614
|
{
|
|
5314
5615
|
"name": "nuxt-ollama",
|
|
5315
5616
|
"description": "Simple integration of the official Ollama JavaScript Library for your Nuxt application.",
|
|
5316
|
-
"repo": "
|
|
5617
|
+
"repo": "thoda-dev/nuxt-ollama",
|
|
5317
5618
|
"npm": "nuxt-ollama",
|
|
5318
5619
|
"icon": "nuxt-ollama.png",
|
|
5319
|
-
"github": "https://github.com/
|
|
5620
|
+
"github": "https://github.com/thoda-dev/nuxt-ollama",
|
|
5320
5621
|
"website": "https://nuxt-ollama.jericho.dev/",
|
|
5321
5622
|
"learn_more": "https://nuxt-ollama.jericho.dev/",
|
|
5322
5623
|
"category": "Libraries",
|
|
@@ -5324,13 +5625,42 @@
|
|
|
5324
5625
|
"maintainers": [
|
|
5325
5626
|
{
|
|
5326
5627
|
"name": "Thomas",
|
|
5327
|
-
"github": "
|
|
5328
|
-
"avatar": "https://avatars.githubusercontent.com/
|
|
5329
|
-
"twitter": "
|
|
5628
|
+
"github": "thoda-dev",
|
|
5629
|
+
"avatar": "https://avatars.githubusercontent.com/thoda-dev",
|
|
5630
|
+
"twitter": "thoda_dev"
|
|
5330
5631
|
}
|
|
5331
5632
|
],
|
|
5332
5633
|
"compatibility": {
|
|
5333
|
-
"nuxt": "
|
|
5634
|
+
"nuxt": ">=3.0.0",
|
|
5635
|
+
"requires": {}
|
|
5636
|
+
}
|
|
5637
|
+
},
|
|
5638
|
+
{
|
|
5639
|
+
"name": "nuxt-open-fetch",
|
|
5640
|
+
"description": "Generate zero-overhead, 100% typed OpenAPI clients for Nuxt.",
|
|
5641
|
+
"repo": "Norbiros/nuxt-open-fetch",
|
|
5642
|
+
"npm": "nuxt-open-fetch",
|
|
5643
|
+
"icon": "nuxt-open-fetch.svg",
|
|
5644
|
+
"github": "https://github.com/Norbiros/nuxt-open-fetch",
|
|
5645
|
+
"website": "https://nuxt-open-fetch.norbiros.dev",
|
|
5646
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-open-fetch",
|
|
5647
|
+
"category": "Request",
|
|
5648
|
+
"type": "3rd-party",
|
|
5649
|
+
"maintainers": [
|
|
5650
|
+
{
|
|
5651
|
+
"name": "Norbiros",
|
|
5652
|
+
"github": "Norbiros",
|
|
5653
|
+
"avatar": "https://avatars.githubusercontent.com/u/89837724?v=4",
|
|
5654
|
+
"twitter": "norbiros_dev"
|
|
5655
|
+
},
|
|
5656
|
+
{
|
|
5657
|
+
"name": "Taras Batenkov",
|
|
5658
|
+
"github": "enkot",
|
|
5659
|
+
"avatar": "https://avatars.githubusercontent.com/u/10506522?v=4"
|
|
5660
|
+
}
|
|
5661
|
+
],
|
|
5662
|
+
"compatibility": {
|
|
5663
|
+
"nuxt": ">=3.0.0",
|
|
5334
5664
|
"requires": {}
|
|
5335
5665
|
}
|
|
5336
5666
|
},
|
|
@@ -5379,7 +5709,7 @@
|
|
|
5379
5709
|
}
|
|
5380
5710
|
],
|
|
5381
5711
|
"compatibility": {
|
|
5382
|
-
"nuxt": ">=3.0.0",
|
|
5712
|
+
"nuxt": ">=3.0.0-rc.8",
|
|
5383
5713
|
"requires": {},
|
|
5384
5714
|
"devtools": "^0.0.0"
|
|
5385
5715
|
}
|
|
@@ -5414,7 +5744,7 @@
|
|
|
5414
5744
|
"repo": "i2djs/pdf-frame#main/packages/pdf-frame-nuxt",
|
|
5415
5745
|
"npm": "@i2d/nuxt-pdf-frame",
|
|
5416
5746
|
"icon": "pdf-frame.svg",
|
|
5417
|
-
"github": "https://github.com/i2djs/pdf-frame
|
|
5747
|
+
"github": "https://github.com/i2djs/pdf-frame",
|
|
5418
5748
|
"website": "https://www.pdf-frame.org",
|
|
5419
5749
|
"learn_more": "https://github.com/I2Djs/pdf-frame/wiki/nuxt%E2%80%90pdf%E2%80%90frame",
|
|
5420
5750
|
"category": "Libraries",
|
|
@@ -5476,6 +5806,30 @@
|
|
|
5476
5806
|
"requires": {}
|
|
5477
5807
|
}
|
|
5478
5808
|
},
|
|
5809
|
+
{
|
|
5810
|
+
"name": "nuxt-pinecone",
|
|
5811
|
+
"description": "Pinecone integration for Nuxt: realtime video, audio, and data with client composables and server utilities",
|
|
5812
|
+
"repo": "nuxtaid/nuxt-pinecone",
|
|
5813
|
+
"npm": "nuxt-pinecone",
|
|
5814
|
+
"icon": "nuxt-pinecone.svg",
|
|
5815
|
+
"github": "https://github.com/nuxtaid/nuxt-pinecone",
|
|
5816
|
+
"website": "https://github.com/nuxtaid/nuxt-pinecone#readme",
|
|
5817
|
+
"learn_more": "https://docs.pinecone.io/guides/get-started/overview",
|
|
5818
|
+
"category": "Database",
|
|
5819
|
+
"type": "3rd-party",
|
|
5820
|
+
"maintainers": [
|
|
5821
|
+
{
|
|
5822
|
+
"name": "Arash Ari Sheyda",
|
|
5823
|
+
"github": "arashsheyda",
|
|
5824
|
+
"twitter": "arash_sheyda",
|
|
5825
|
+
"bluesky": "arashsheyda.me"
|
|
5826
|
+
}
|
|
5827
|
+
],
|
|
5828
|
+
"compatibility": {
|
|
5829
|
+
"nuxt": ">=3.0.0",
|
|
5830
|
+
"requires": {}
|
|
5831
|
+
}
|
|
5832
|
+
},
|
|
5479
5833
|
{
|
|
5480
5834
|
"name": "nuxt-pino-log",
|
|
5481
5835
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -5511,7 +5865,7 @@
|
|
|
5511
5865
|
"type": "3rd-party",
|
|
5512
5866
|
"maintainers": [
|
|
5513
5867
|
{
|
|
5514
|
-
"name": "Supanut
|
|
5868
|
+
"name": "Supanut Weerachotthakorn",
|
|
5515
5869
|
"github": "Boomgeek"
|
|
5516
5870
|
},
|
|
5517
5871
|
{
|
|
@@ -5520,7 +5874,7 @@
|
|
|
5520
5874
|
}
|
|
5521
5875
|
],
|
|
5522
5876
|
"compatibility": {
|
|
5523
|
-
"nuxt": "
|
|
5877
|
+
"nuxt": "^3.6.0",
|
|
5524
5878
|
"requires": {}
|
|
5525
5879
|
}
|
|
5526
5880
|
},
|
|
@@ -5570,6 +5924,28 @@
|
|
|
5570
5924
|
"requires": {}
|
|
5571
5925
|
}
|
|
5572
5926
|
},
|
|
5927
|
+
{
|
|
5928
|
+
"name": "nuxt-processor",
|
|
5929
|
+
"description": "Decoupled processing for Nuxt backed by BullMQ.",
|
|
5930
|
+
"repo": "aidanhibbard/nuxt-processor",
|
|
5931
|
+
"npm": "nuxt-processor",
|
|
5932
|
+
"icon": "",
|
|
5933
|
+
"github": "https://github.com/aidanhibbard/nuxt-processor",
|
|
5934
|
+
"website": "https://github.com/aidanhibbard/nuxt-processor",
|
|
5935
|
+
"learn_more": "https://aidanhibbard.github.io/nuxt-processor/",
|
|
5936
|
+
"category": "Libraries",
|
|
5937
|
+
"type": "3rd-party",
|
|
5938
|
+
"maintainers": [
|
|
5939
|
+
{
|
|
5940
|
+
"name": "Aidan Hibbard",
|
|
5941
|
+
"github": "aidanhibbard"
|
|
5942
|
+
}
|
|
5943
|
+
],
|
|
5944
|
+
"compatibility": {
|
|
5945
|
+
"nuxt": "^3.0.0 || ^4.0.0",
|
|
5946
|
+
"requires": {}
|
|
5947
|
+
}
|
|
5948
|
+
},
|
|
5573
5949
|
{
|
|
5574
5950
|
"name": "nuxt-query",
|
|
5575
5951
|
"description": "Nuxt module for TanStack Query (FKA Vue Query) with Nuxt DevTools integration",
|
|
@@ -5593,6 +5969,52 @@
|
|
|
5593
5969
|
"requires": {}
|
|
5594
5970
|
}
|
|
5595
5971
|
},
|
|
5972
|
+
{
|
|
5973
|
+
"name": "nuxt-realtime",
|
|
5974
|
+
"description": "Real-time state synchronization for Nuxt applications. Share reactive state across clients, broadcast events, and manage connections.",
|
|
5975
|
+
"repo": "daanvangeloven/nuxt-realtime",
|
|
5976
|
+
"npm": "nuxt-realtime",
|
|
5977
|
+
"icon": "nuxt-realtime.svg",
|
|
5978
|
+
"github": "https://github.com/daanvangeloven/nuxt-realtime",
|
|
5979
|
+
"website": "https://nuxtrealtime.com/",
|
|
5980
|
+
"learn_more": "https://nuxtrealtime.com/getting-started",
|
|
5981
|
+
"category": "Libraries",
|
|
5982
|
+
"type": "3rd-party",
|
|
5983
|
+
"maintainers": [
|
|
5984
|
+
{
|
|
5985
|
+
"name": "Daan van Geloven",
|
|
5986
|
+
"github": "daanvangeloven"
|
|
5987
|
+
}
|
|
5988
|
+
],
|
|
5989
|
+
"compatibility": {
|
|
5990
|
+
"nuxt": ">=3.0.0",
|
|
5991
|
+
"requires": {}
|
|
5992
|
+
}
|
|
5993
|
+
},
|
|
5994
|
+
{
|
|
5995
|
+
"name": "nuxt-safe-runtime-config",
|
|
5996
|
+
"description": "Validate Nuxt runtime config with Standard Schema at build time",
|
|
5997
|
+
"repo": "onmax/nuxt-safe-runtime-config#main",
|
|
5998
|
+
"npm": "nuxt-safe-runtime-config",
|
|
5999
|
+
"icon": "nuxt-safe-runtime-config.svg",
|
|
6000
|
+
"github": "https://github.com/onmax/nuxt-safe-runtime-config",
|
|
6001
|
+
"website": "https://nuxt-safe-runtime-config.onmax.me",
|
|
6002
|
+
"learn_more": "",
|
|
6003
|
+
"category": "Devtools",
|
|
6004
|
+
"type": "3rd-party",
|
|
6005
|
+
"maintainers": [
|
|
6006
|
+
{
|
|
6007
|
+
"name": "Max",
|
|
6008
|
+
"github": "onmax",
|
|
6009
|
+
"bluesky": "onmax.bsky.social",
|
|
6010
|
+
"twitter": "_onmax"
|
|
6011
|
+
}
|
|
6012
|
+
],
|
|
6013
|
+
"compatibility": {
|
|
6014
|
+
"nuxt": ">=3.0.0",
|
|
6015
|
+
"requires": {}
|
|
6016
|
+
}
|
|
6017
|
+
},
|
|
5596
6018
|
{
|
|
5597
6019
|
"name": "nuxt-sanctum-authentication",
|
|
5598
6020
|
"description": "Nuxt 3 module for easy Laravel Sanctum authentication, offering CSRF token management, both cookie and token-based auth, and SSR compatibility.",
|
|
@@ -5627,7 +6049,7 @@
|
|
|
5627
6049
|
"npm": "nuxt-sanctum-precognition",
|
|
5628
6050
|
"icon": "laravel.svg",
|
|
5629
6051
|
"github": "https://github.com/manchenkoff/nuxt-sanctum-precognition",
|
|
5630
|
-
"website": "https://manchenkoff.
|
|
6052
|
+
"website": "https://precognition.manchenkoff.me",
|
|
5631
6053
|
"learn_more": "https://laravel.com/docs/12.x/precognition",
|
|
5632
6054
|
"category": "Libraries",
|
|
5633
6055
|
"type": "3rd-party",
|
|
@@ -5646,44 +6068,65 @@
|
|
|
5646
6068
|
},
|
|
5647
6069
|
{
|
|
5648
6070
|
"name": "nuxt-shopify",
|
|
5649
|
-
"description": "
|
|
5650
|
-
"repo": "
|
|
5651
|
-
"npm": "
|
|
6071
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
6072
|
+
"repo": "Gomah/nuxt-shopify",
|
|
6073
|
+
"npm": "nuxt-shopify",
|
|
5652
6074
|
"icon": "nuxt-shopify.png",
|
|
5653
|
-
"github": "https://github.com/
|
|
5654
|
-
"website": "https://
|
|
6075
|
+
"github": "https://github.com/Gomah/nuxt-shopify",
|
|
6076
|
+
"website": "https://github.com/Gomah/nuxt-shopify",
|
|
5655
6077
|
"learn_more": "https://www.shopify.com/",
|
|
5656
6078
|
"category": "Ecommerce",
|
|
5657
6079
|
"type": "3rd-party",
|
|
5658
6080
|
"maintainers": [
|
|
5659
6081
|
{
|
|
5660
|
-
"name": "
|
|
5661
|
-
"github": "
|
|
5662
|
-
|
|
6082
|
+
"name": "Thomas Marrec",
|
|
6083
|
+
"github": "Gomah",
|
|
6084
|
+
"twitter": "Gomah"
|
|
6085
|
+
}
|
|
6086
|
+
],
|
|
6087
|
+
"compatibility": {
|
|
6088
|
+
"nuxt": "^2.0.0",
|
|
6089
|
+
"requires": {}
|
|
6090
|
+
}
|
|
6091
|
+
},
|
|
6092
|
+
{
|
|
6093
|
+
"name": "nuxt-signupgate",
|
|
6094
|
+
"description": "Easily integrate SignupGate into your Nuxt app.",
|
|
6095
|
+
"repo": "Mokkapps/nuxt-signupgate",
|
|
6096
|
+
"npm": "nuxt-signupgate",
|
|
6097
|
+
"icon": "nuxt-signupgate.png",
|
|
6098
|
+
"github": "https://github.com/Mokkapps/nuxt-signupgate",
|
|
6099
|
+
"website": "https://github.com/Mokkapps/nuxt-signupgate",
|
|
6100
|
+
"learn_more": "https://github.com/Mokkapps/nuxt-signupgate",
|
|
6101
|
+
"category": "Libraries",
|
|
6102
|
+
"type": "3rd-party",
|
|
6103
|
+
"maintainers": [
|
|
5663
6104
|
{
|
|
5664
|
-
"name": "
|
|
5665
|
-
"github": "
|
|
6105
|
+
"name": "Michael Hoffmann",
|
|
6106
|
+
"github": "Mokkapps",
|
|
6107
|
+
"twitter": "mokkapps",
|
|
6108
|
+
"avatar": "https://avatars.githubusercontent.com/u/3127210?v=4"
|
|
5666
6109
|
}
|
|
5667
6110
|
],
|
|
5668
6111
|
"compatibility": {
|
|
5669
|
-
"nuxt": "
|
|
6112
|
+
"nuxt": ">=3.0.0",
|
|
5670
6113
|
"requires": {}
|
|
5671
6114
|
}
|
|
5672
6115
|
},
|
|
5673
6116
|
{
|
|
5674
6117
|
"name": "nuxt-smartlook",
|
|
5675
6118
|
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
5676
|
-
"repo": "
|
|
6119
|
+
"repo": "contributte/nuxt-smartlook",
|
|
5677
6120
|
"npm": "nuxt-smartlook",
|
|
5678
6121
|
"icon": "nuxt-smartlook.png",
|
|
5679
|
-
"github": "https://github.com/
|
|
5680
|
-
"website": "https://github.com/
|
|
6122
|
+
"github": "https://github.com/contributte/nuxt-smartlook",
|
|
6123
|
+
"website": "https://github.com/contributte/nuxt-smartlook",
|
|
5681
6124
|
"learn_more": "https://www.smartlook.com/",
|
|
5682
6125
|
"category": "Analytics",
|
|
5683
6126
|
"type": "3rd-party",
|
|
5684
6127
|
"maintainers": [
|
|
5685
6128
|
{
|
|
5686
|
-
"name": "Milan
|
|
6129
|
+
"name": "Milan Šulc",
|
|
5687
6130
|
"github": "f3l1x",
|
|
5688
6131
|
"twitter": "xf3l1x",
|
|
5689
6132
|
"avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
|
|
@@ -5707,10 +6150,32 @@
|
|
|
5707
6150
|
"type": "3rd-party",
|
|
5708
6151
|
"maintainers": [
|
|
5709
6152
|
{
|
|
5710
|
-
"name": "Stefano Bartoletti",
|
|
5711
|
-
"github": "stefanobartoletti",
|
|
5712
|
-
"bluesky": "stefanobartoletti.it",
|
|
5713
|
-
"twitter": "ste_bartoletti"
|
|
6153
|
+
"name": "Stefano Bartoletti",
|
|
6154
|
+
"github": "stefanobartoletti",
|
|
6155
|
+
"bluesky": "stefanobartoletti.it",
|
|
6156
|
+
"twitter": "ste_bartoletti"
|
|
6157
|
+
}
|
|
6158
|
+
],
|
|
6159
|
+
"compatibility": {
|
|
6160
|
+
"nuxt": ">=3.0.0",
|
|
6161
|
+
"requires": {}
|
|
6162
|
+
}
|
|
6163
|
+
},
|
|
6164
|
+
{
|
|
6165
|
+
"name": "nuxt-spyglass",
|
|
6166
|
+
"description": "Capture browser and server logs in one correlated place — and let your AI agent read them over MCP",
|
|
6167
|
+
"repo": "Flo0806/nuxt-spyglass",
|
|
6168
|
+
"npm": "nuxt-spyglass",
|
|
6169
|
+
"icon": "nuxt-spyglass.svg",
|
|
6170
|
+
"github": "https://github.com/Flo0806/nuxt-spyglass",
|
|
6171
|
+
"website": "https://spyglass.fh-softdev.de",
|
|
6172
|
+
"learn_more": "https://spyglass.fh-softdev.de",
|
|
6173
|
+
"category": "AI",
|
|
6174
|
+
"type": "3rd-party",
|
|
6175
|
+
"maintainers": [
|
|
6176
|
+
{
|
|
6177
|
+
"name": "Florian Heuberger",
|
|
6178
|
+
"github": "Flo0806"
|
|
5714
6179
|
}
|
|
5715
6180
|
],
|
|
5716
6181
|
"compatibility": {
|
|
@@ -5805,11 +6270,12 @@
|
|
|
5805
6270
|
"maintainers": [
|
|
5806
6271
|
{
|
|
5807
6272
|
"name": "Frederik Bußmann",
|
|
5808
|
-
"github": "freb97"
|
|
6273
|
+
"github": "freb97",
|
|
6274
|
+
"bluesky": "freb97.bsky.social"
|
|
5809
6275
|
}
|
|
5810
6276
|
],
|
|
5811
6277
|
"compatibility": {
|
|
5812
|
-
"nuxt": "
|
|
6278
|
+
"nuxt": ">=3.0.0",
|
|
5813
6279
|
"requires": {}
|
|
5814
6280
|
}
|
|
5815
6281
|
},
|
|
@@ -5832,7 +6298,7 @@
|
|
|
5832
6298
|
}
|
|
5833
6299
|
],
|
|
5834
6300
|
"compatibility": {
|
|
5835
|
-
"nuxt": "
|
|
6301
|
+
"nuxt": "^3.0.0 || ^4.0.0",
|
|
5836
6302
|
"requires": {}
|
|
5837
6303
|
}
|
|
5838
6304
|
},
|
|
@@ -5879,7 +6345,7 @@
|
|
|
5879
6345
|
}
|
|
5880
6346
|
],
|
|
5881
6347
|
"compatibility": {
|
|
5882
|
-
"nuxt": ">=3.0.0",
|
|
6348
|
+
"nuxt": ">=3.0.0-rc.0",
|
|
5883
6349
|
"requires": {}
|
|
5884
6350
|
}
|
|
5885
6351
|
},
|
|
@@ -5909,11 +6375,11 @@
|
|
|
5909
6375
|
{
|
|
5910
6376
|
"name": "nuxt-toc",
|
|
5911
6377
|
"description": "Nuxt module for table of contents (TOC) component in Nuxt Content projects",
|
|
5912
|
-
"repo": "
|
|
6378
|
+
"repo": "thaikolja/nuxt-toc",
|
|
5913
6379
|
"npm": "nuxt-toc",
|
|
5914
6380
|
"icon": "nuxt-toc.png",
|
|
5915
|
-
"github": "https://github.com/
|
|
5916
|
-
"website": "https://github.com/
|
|
6381
|
+
"github": "https://github.com/thaikolja/nuxt-toc",
|
|
6382
|
+
"website": "https://github.com/thaikolja/nuxt-toc",
|
|
5917
6383
|
"learn_more": "",
|
|
5918
6384
|
"category": "UI",
|
|
5919
6385
|
"type": "3rd-party",
|
|
@@ -5950,30 +6416,6 @@
|
|
|
5950
6416
|
"requires": {}
|
|
5951
6417
|
}
|
|
5952
6418
|
},
|
|
5953
|
-
{
|
|
5954
|
-
"name": "nuxt-use-sound",
|
|
5955
|
-
"description": "A Nuxt module for playing sound effects.",
|
|
5956
|
-
"repo": "Tahul/nuxt-use-sound",
|
|
5957
|
-
"npm": "nuxt-use-sound",
|
|
5958
|
-
"icon": "nuxt-use-sound.svg",
|
|
5959
|
-
"github": "https://github.com/Tahul/nuxt-use-sound",
|
|
5960
|
-
"website": "https://github.com/Tahul/nuxt-use-sound",
|
|
5961
|
-
"learn_more": "https://github.com/vueuse/sound",
|
|
5962
|
-
"category": "Libraries",
|
|
5963
|
-
"type": "3rd-party",
|
|
5964
|
-
"maintainers": [
|
|
5965
|
-
{
|
|
5966
|
-
"name": "Yaël Guilloux",
|
|
5967
|
-
"github": "Tahul",
|
|
5968
|
-
"twitter": "yaeeelglx",
|
|
5969
|
-
"bluesky": "yael.dev"
|
|
5970
|
-
}
|
|
5971
|
-
],
|
|
5972
|
-
"compatibility": {
|
|
5973
|
-
"nuxt": "^2.0.0",
|
|
5974
|
-
"requires": {}
|
|
5975
|
-
}
|
|
5976
|
-
},
|
|
5977
6419
|
{
|
|
5978
6420
|
"name": "nuxt-useless-blobs",
|
|
5979
6421
|
"description": "An easier way of using useless-blobs in your Nuxt project!",
|
|
@@ -5992,7 +6434,31 @@
|
|
|
5992
6434
|
}
|
|
5993
6435
|
],
|
|
5994
6436
|
"compatibility": {
|
|
5995
|
-
"nuxt": "
|
|
6437
|
+
"nuxt": ">=3.0.0",
|
|
6438
|
+
"requires": {}
|
|
6439
|
+
}
|
|
6440
|
+
},
|
|
6441
|
+
{
|
|
6442
|
+
"name": "nuxt-users",
|
|
6443
|
+
"description": "A comprehensive user management module for Nuxt 3 and Nuxt 4 applications with authentication, authorization, database support, and CLI tools",
|
|
6444
|
+
"repo": "rrd108/nuxt-users",
|
|
6445
|
+
"npm": "nuxt-users",
|
|
6446
|
+
"icon": "nuxt-users.png",
|
|
6447
|
+
"github": "https://github.com/rrd108/nuxt-users",
|
|
6448
|
+
"website": "https://nuxt-users.webmania.cc/",
|
|
6449
|
+
"learn_more": "https://nuxt-users.webmania.cc/",
|
|
6450
|
+
"category": "Security",
|
|
6451
|
+
"type": "3rd-party",
|
|
6452
|
+
"maintainers": [
|
|
6453
|
+
{
|
|
6454
|
+
"name": "rrd",
|
|
6455
|
+
"github": "rrd108",
|
|
6456
|
+
"twitter": "radharadhya",
|
|
6457
|
+
"bluesky": "rrd108.bsky.social"
|
|
6458
|
+
}
|
|
6459
|
+
],
|
|
6460
|
+
"compatibility": {
|
|
6461
|
+
"nuxt": ">=3.0.0",
|
|
5996
6462
|
"requires": {}
|
|
5997
6463
|
}
|
|
5998
6464
|
},
|
|
@@ -6014,7 +6480,7 @@
|
|
|
6014
6480
|
}
|
|
6015
6481
|
],
|
|
6016
6482
|
"compatibility": {
|
|
6017
|
-
"nuxt": "
|
|
6483
|
+
"nuxt": "^3.0.0",
|
|
6018
6484
|
"requires": {}
|
|
6019
6485
|
}
|
|
6020
6486
|
},
|
|
@@ -6036,12 +6502,36 @@
|
|
|
6036
6502
|
}
|
|
6037
6503
|
],
|
|
6038
6504
|
"compatibility": {
|
|
6039
|
-
"nuxt": "
|
|
6505
|
+
"nuxt": ">=3.0.0-rc.11",
|
|
6040
6506
|
"requires": {
|
|
6041
6507
|
"bridge": "optional"
|
|
6042
6508
|
}
|
|
6043
6509
|
}
|
|
6044
6510
|
},
|
|
6511
|
+
{
|
|
6512
|
+
"name": "nuxt-volcano",
|
|
6513
|
+
"description": "A Nuxt module for Volcano Agent SDK - build AI agents with LLM reasoning and MCP tools",
|
|
6514
|
+
"repo": "arashsheyda/nuxt-volcano",
|
|
6515
|
+
"npm": "nuxt-volcano",
|
|
6516
|
+
"icon": "nuxt-volcano.png",
|
|
6517
|
+
"github": "https://github.com/arashsheyda/nuxt-volcano",
|
|
6518
|
+
"website": "https://github.com/arashsheyda/nuxt-volcano#readme",
|
|
6519
|
+
"learn_more": "",
|
|
6520
|
+
"category": "AI",
|
|
6521
|
+
"type": "3rd-party",
|
|
6522
|
+
"maintainers": [
|
|
6523
|
+
{
|
|
6524
|
+
"name": "Arash Ari Sheyda",
|
|
6525
|
+
"github": "arashsheyda",
|
|
6526
|
+
"twitter": "arash_sheyda",
|
|
6527
|
+
"bluesky": "arashsheyda.me"
|
|
6528
|
+
}
|
|
6529
|
+
],
|
|
6530
|
+
"compatibility": {
|
|
6531
|
+
"nuxt": ">=3.0.0",
|
|
6532
|
+
"requires": {}
|
|
6533
|
+
}
|
|
6534
|
+
},
|
|
6045
6535
|
{
|
|
6046
6536
|
"name": "nuxt-vue3-google-signin",
|
|
6047
6537
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
@@ -6060,6 +6550,28 @@
|
|
|
6060
6550
|
"twitter": "kasvith"
|
|
6061
6551
|
}
|
|
6062
6552
|
],
|
|
6553
|
+
"compatibility": {
|
|
6554
|
+
"nuxt": ">=3.0.0 <5.0.0",
|
|
6555
|
+
"requires": {}
|
|
6556
|
+
}
|
|
6557
|
+
},
|
|
6558
|
+
{
|
|
6559
|
+
"name": "nuxt-yup",
|
|
6560
|
+
"description": "Yup integration for Nuxt 4 with a simple composable.",
|
|
6561
|
+
"repo": "DarlanPrado/nuxt-yup",
|
|
6562
|
+
"npm": "nuxt-yup",
|
|
6563
|
+
"icon": "",
|
|
6564
|
+
"github": "https://github.com/DarlanPrado/nuxt-yup",
|
|
6565
|
+
"website": "https://github.com/DarlanPrado/nuxt-yup",
|
|
6566
|
+
"learn_more": "",
|
|
6567
|
+
"category": "Libraries",
|
|
6568
|
+
"type": "3rd-party",
|
|
6569
|
+
"maintainers": [
|
|
6570
|
+
{
|
|
6571
|
+
"name": "Darlan José Batista do Prado",
|
|
6572
|
+
"github": "DarlanPrado"
|
|
6573
|
+
}
|
|
6574
|
+
],
|
|
6063
6575
|
"compatibility": {
|
|
6064
6576
|
"nuxt": ">=3.0.0",
|
|
6065
6577
|
"requires": {}
|
|
@@ -6088,34 +6600,34 @@
|
|
|
6088
6600
|
}
|
|
6089
6601
|
},
|
|
6090
6602
|
{
|
|
6091
|
-
"name": "
|
|
6092
|
-
"description": "
|
|
6093
|
-
"repo": "
|
|
6094
|
-
"npm": "nuxt-
|
|
6095
|
-
"icon": "
|
|
6096
|
-
"github": "https://github.com/
|
|
6097
|
-
"website": "https://github.com/
|
|
6098
|
-
"learn_more": "
|
|
6603
|
+
"name": "nuxt-zod",
|
|
6604
|
+
"description": "Zod integration for Nuxt with a simple composable.",
|
|
6605
|
+
"repo": "DarlanPrado/nuxt-zod",
|
|
6606
|
+
"npm": "nuxt-zod",
|
|
6607
|
+
"icon": "nuxt-zod.svg",
|
|
6608
|
+
"github": "https://github.com/DarlanPrado/nuxt-zod",
|
|
6609
|
+
"website": "https://github.com/DarlanPrado/nuxt-zod",
|
|
6610
|
+
"learn_more": "",
|
|
6099
6611
|
"category": "Libraries",
|
|
6100
6612
|
"type": "3rd-party",
|
|
6101
6613
|
"maintainers": [
|
|
6102
6614
|
{
|
|
6103
|
-
"name": "
|
|
6104
|
-
"github": "
|
|
6615
|
+
"name": "Darlan José Batista do Prado",
|
|
6616
|
+
"github": "DarlanPrado"
|
|
6105
6617
|
}
|
|
6106
6618
|
],
|
|
6107
6619
|
"compatibility": {
|
|
6108
|
-
"nuxt": "
|
|
6620
|
+
"nuxt": ">=3.0.0",
|
|
6109
6621
|
"requires": {}
|
|
6110
6622
|
}
|
|
6111
6623
|
},
|
|
6112
6624
|
{
|
|
6113
6625
|
"name": "nuxt2-ngrok",
|
|
6114
6626
|
"description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes",
|
|
6115
|
-
"repo": "nuxt-
|
|
6627
|
+
"repo": "nuxt-modules/ngrok",
|
|
6116
6628
|
"npm": "@nuxtjs/ngrok",
|
|
6117
6629
|
"icon": "ngrok.png",
|
|
6118
|
-
"github": "https://github.com/nuxt-
|
|
6630
|
+
"github": "https://github.com/nuxt-modules/ngrok",
|
|
6119
6631
|
"website": "https://ngrok.nuxtjs.org",
|
|
6120
6632
|
"learn_more": "https://github.com/bubenshchykov/ngrok",
|
|
6121
6633
|
"category": "Devtools",
|
|
@@ -6166,8 +6678,8 @@
|
|
|
6166
6678
|
"repo": "daliborgogic/interpolation",
|
|
6167
6679
|
"npm": "nuxt3-interpolation",
|
|
6168
6680
|
"icon": "",
|
|
6169
|
-
"github": "https://github.com/daliborgogic/interpolation
|
|
6170
|
-
"website": "https://github.com/daliborgogic/interpolation/tree/
|
|
6681
|
+
"github": "https://github.com/daliborgogic/interpolation",
|
|
6682
|
+
"website": "https://github.com/daliborgogic/interpolation/tree/main",
|
|
6171
6683
|
"learn_more": "",
|
|
6172
6684
|
"category": "Devtools",
|
|
6173
6685
|
"type": "3rd-party",
|
|
@@ -6214,8 +6726,8 @@
|
|
|
6214
6726
|
"npm": "nuxt-og-image",
|
|
6215
6727
|
"icon": "og-image.svg",
|
|
6216
6728
|
"github": "https://github.com/nuxt-modules/og-image",
|
|
6217
|
-
"website": "https://nuxtseo.com/og-image",
|
|
6218
|
-
"learn_more": "https://nuxtseo.com/og-image",
|
|
6729
|
+
"website": "https://nuxtseo.com/docs/og-image/getting-started/installation",
|
|
6730
|
+
"learn_more": "https://nuxtseo.com/docs/og-image/getting-started/installation",
|
|
6219
6731
|
"category": "SEO",
|
|
6220
6732
|
"type": "community",
|
|
6221
6733
|
"maintainers": [
|
|
@@ -6227,7 +6739,7 @@
|
|
|
6227
6739
|
}
|
|
6228
6740
|
],
|
|
6229
6741
|
"compatibility": {
|
|
6230
|
-
"nuxt": ">=3.
|
|
6742
|
+
"nuxt": ">=3.10.3",
|
|
6231
6743
|
"requires": {},
|
|
6232
6744
|
"devtools": "^0.0.0"
|
|
6233
6745
|
}
|
|
@@ -6252,7 +6764,8 @@
|
|
|
6252
6764
|
{
|
|
6253
6765
|
"name": "Wind",
|
|
6254
6766
|
"github": "productdevbook",
|
|
6255
|
-
"twitter": "productdevbook"
|
|
6767
|
+
"twitter": "productdevbook",
|
|
6768
|
+
"bluesky": "productdevbook.com"
|
|
6256
6769
|
}
|
|
6257
6770
|
],
|
|
6258
6771
|
"compatibility": {
|
|
@@ -6286,7 +6799,7 @@
|
|
|
6286
6799
|
},
|
|
6287
6800
|
{
|
|
6288
6801
|
"name": "onyx",
|
|
6289
|
-
"description": "A design system and Vue.js component library created by Schwarz
|
|
6802
|
+
"description": "A design system and Vue.js component library created by Schwarz Digits",
|
|
6290
6803
|
"repo": "SchwarzIT/onyx#main/packages/nuxt",
|
|
6291
6804
|
"npm": "@sit-onyx/nuxt",
|
|
6292
6805
|
"icon": "onyx.svg",
|
|
@@ -6329,28 +6842,6 @@
|
|
|
6329
6842
|
"requires": {}
|
|
6330
6843
|
}
|
|
6331
6844
|
},
|
|
6332
|
-
{
|
|
6333
|
-
"name": "page-generator-helper",
|
|
6334
|
-
"description": "Generate your pages statically without using payload extractors.",
|
|
6335
|
-
"repo": "GrabarzUndPartner/nuxt-page-generator-helper",
|
|
6336
|
-
"npm": "nuxt-page-generator-helper",
|
|
6337
|
-
"icon": "",
|
|
6338
|
-
"github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
6339
|
-
"website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
6340
|
-
"learn_more": "",
|
|
6341
|
-
"category": "Extensions",
|
|
6342
|
-
"type": "3rd-party",
|
|
6343
|
-
"maintainers": [
|
|
6344
|
-
{
|
|
6345
|
-
"name": "GrabarzUndPartner",
|
|
6346
|
-
"github": "GrabarzUndPartner"
|
|
6347
|
-
}
|
|
6348
|
-
],
|
|
6349
|
-
"compatibility": {
|
|
6350
|
-
"nuxt": "^2.0.0",
|
|
6351
|
-
"requires": {}
|
|
6352
|
-
}
|
|
6353
|
-
},
|
|
6354
6845
|
{
|
|
6355
6846
|
"name": "paper-ui",
|
|
6356
6847
|
"description": "A ui kit for nuxt",
|
|
@@ -6414,7 +6905,7 @@
|
|
|
6414
6905
|
}
|
|
6415
6906
|
],
|
|
6416
6907
|
"compatibility": {
|
|
6417
|
-
"nuxt": "
|
|
6908
|
+
"nuxt": "^3.7.0",
|
|
6418
6909
|
"requires": {}
|
|
6419
6910
|
}
|
|
6420
6911
|
},
|
|
@@ -6426,7 +6917,7 @@
|
|
|
6426
6917
|
"icon": "partytown.svg",
|
|
6427
6918
|
"github": "https://github.com/nuxt-modules/partytown",
|
|
6428
6919
|
"website": "https://github.com/nuxt-modules/partytown",
|
|
6429
|
-
"learn_more": "https://partytown.
|
|
6920
|
+
"learn_more": "https://partytown.qwik.dev/",
|
|
6430
6921
|
"category": "Performance",
|
|
6431
6922
|
"type": "community",
|
|
6432
6923
|
"maintainers": [
|
|
@@ -6447,11 +6938,11 @@
|
|
|
6447
6938
|
{
|
|
6448
6939
|
"name": "paypal",
|
|
6449
6940
|
"description": "A Nuxt module for simplifying the use of Paypal in your project.",
|
|
6450
|
-
"repo": "
|
|
6941
|
+
"repo": "nuxtaid/nuxt-paypal",
|
|
6451
6942
|
"npm": "nuxt-paypal",
|
|
6452
6943
|
"icon": "paypal.svg",
|
|
6453
|
-
"github": "https://github.com/
|
|
6454
|
-
"website": "https://github.com/
|
|
6944
|
+
"github": "https://github.com/nuxtaid/nuxt-paypal",
|
|
6945
|
+
"website": "https://github.com/nuxtaid/nuxt-paypal#readme",
|
|
6455
6946
|
"learn_more": "https://developer.paypal.com/sdk/js/reference/",
|
|
6456
6947
|
"category": "Payment",
|
|
6457
6948
|
"type": "3rd-party",
|
|
@@ -6481,37 +6972,14 @@
|
|
|
6481
6972
|
"type": "3rd-party",
|
|
6482
6973
|
"maintainers": [
|
|
6483
6974
|
{
|
|
6484
|
-
"name": "Giovane
|
|
6975
|
+
"name": "Giovane Silva",
|
|
6485
6976
|
"github": "novout",
|
|
6486
6977
|
"twitter": "novoutttttt",
|
|
6487
6978
|
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
6488
6979
|
}
|
|
6489
6980
|
],
|
|
6490
6981
|
"compatibility": {
|
|
6491
|
-
"nuxt": "
|
|
6492
|
-
"requires": {}
|
|
6493
|
-
}
|
|
6494
|
-
},
|
|
6495
|
-
{
|
|
6496
|
-
"name": "pergel",
|
|
6497
|
-
"description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
|
|
6498
|
-
"repo": "oku-ui/pergel#main/packages-core/pergel",
|
|
6499
|
-
"npm": "pergel",
|
|
6500
|
-
"icon": "pergel.svg",
|
|
6501
|
-
"github": "https://github.com/oku-ui/pergel",
|
|
6502
|
-
"website": "https://pergel.oku-ui.com/",
|
|
6503
|
-
"learn_more": "",
|
|
6504
|
-
"category": "Devtools",
|
|
6505
|
-
"type": "3rd-party",
|
|
6506
|
-
"maintainers": [
|
|
6507
|
-
{
|
|
6508
|
-
"name": "Wind",
|
|
6509
|
-
"github": "productdevbook",
|
|
6510
|
-
"twitter": "productdevbook"
|
|
6511
|
-
}
|
|
6512
|
-
],
|
|
6513
|
-
"compatibility": {
|
|
6514
|
-
"nuxt": ">=3.10.0",
|
|
6982
|
+
"nuxt": "^3.0.0",
|
|
6515
6983
|
"requires": {}
|
|
6516
6984
|
}
|
|
6517
6985
|
},
|
|
@@ -6538,13 +7006,38 @@
|
|
|
6538
7006
|
"requires": {}
|
|
6539
7007
|
}
|
|
6540
7008
|
},
|
|
7009
|
+
{
|
|
7010
|
+
"name": "pglite",
|
|
7011
|
+
"description": "A Nuxt module aimed to simplify the use of PGlite.",
|
|
7012
|
+
"repo": "sandros94/nuxt-pglite",
|
|
7013
|
+
"npm": "nuxt-pglite",
|
|
7014
|
+
"icon": "pglite.svg",
|
|
7015
|
+
"github": "https://github.com/sandros94/nuxt-pglite",
|
|
7016
|
+
"website": "https://github.com/sandros94/nuxt-pglite",
|
|
7017
|
+
"learn_more": "https://pglite.dev",
|
|
7018
|
+
"category": "Database",
|
|
7019
|
+
"type": "3rd-party",
|
|
7020
|
+
"maintainers": [
|
|
7021
|
+
{
|
|
7022
|
+
"name": "Sandro Circi",
|
|
7023
|
+
"github": "sandros94",
|
|
7024
|
+
"avatar": "https://avatars.githubusercontent.com/u/13056429",
|
|
7025
|
+
"bluesky": "sandros94.com",
|
|
7026
|
+
"twitter": "_sandros94"
|
|
7027
|
+
}
|
|
7028
|
+
],
|
|
7029
|
+
"compatibility": {
|
|
7030
|
+
"nuxt": ">=3.15.0",
|
|
7031
|
+
"requires": {}
|
|
7032
|
+
}
|
|
7033
|
+
},
|
|
6541
7034
|
{
|
|
6542
7035
|
"name": "pinia-colada",
|
|
6543
7036
|
"description": "The smart data fetching layer for Pinia",
|
|
6544
7037
|
"repo": "posva/pinia-colada#main/nuxt",
|
|
6545
7038
|
"npm": "@pinia/colada-nuxt",
|
|
6546
7039
|
"icon": "pinia-colada.png",
|
|
6547
|
-
"github": "https://github.com/posva/pinia-colada
|
|
7040
|
+
"github": "https://github.com/posva/pinia-colada",
|
|
6548
7041
|
"website": "https://pinia-colada.esm.dev",
|
|
6549
7042
|
"learn_more": "",
|
|
6550
7043
|
"category": "Extensions",
|
|
@@ -6558,7 +7051,7 @@
|
|
|
6558
7051
|
}
|
|
6559
7052
|
],
|
|
6560
7053
|
"compatibility": {
|
|
6561
|
-
"nuxt": "^3.
|
|
7054
|
+
"nuxt": "^3.17.7 || ^4.0.0",
|
|
6562
7055
|
"requires": {}
|
|
6563
7056
|
}
|
|
6564
7057
|
},
|
|
@@ -6568,7 +7061,7 @@
|
|
|
6568
7061
|
"repo": "CodeDredd/pinia-orm#main/packages/nuxt",
|
|
6569
7062
|
"npm": "@pinia-orm/nuxt",
|
|
6570
7063
|
"icon": "pinia-orm.svg",
|
|
6571
|
-
"github": "https://github.com/CodeDredd/pinia-orm
|
|
7064
|
+
"github": "https://github.com/CodeDredd/pinia-orm",
|
|
6572
7065
|
"website": "https://pinia-orm.codedredd.de/",
|
|
6573
7066
|
"learn_more": "",
|
|
6574
7067
|
"category": "Extensions",
|
|
@@ -6581,32 +7074,7 @@
|
|
|
6581
7074
|
}
|
|
6582
7075
|
],
|
|
6583
7076
|
"compatibility": {
|
|
6584
|
-
"nuxt": "
|
|
6585
|
-
"requires": {
|
|
6586
|
-
"bridge": "optional"
|
|
6587
|
-
}
|
|
6588
|
-
}
|
|
6589
|
-
},
|
|
6590
|
-
{
|
|
6591
|
-
"name": "pinia-plugin-persistedstate",
|
|
6592
|
-
"description": "Configurable persistence and rehydration of Pinia stores.",
|
|
6593
|
-
"repo": "prazdevs/pinia-plugin-persistedstate",
|
|
6594
|
-
"npm": "pinia-plugin-persistedstate",
|
|
6595
|
-
"icon": "pinia-plugin-persistedstate.png",
|
|
6596
|
-
"github": "https://github.com/prazdevs/pinia-plugin-persistedstate",
|
|
6597
|
-
"website": "https://prazdevs.github.io/pinia-plugin-persistedstate/",
|
|
6598
|
-
"learn_more": "",
|
|
6599
|
-
"category": "Extensions",
|
|
6600
|
-
"type": "3rd-party",
|
|
6601
|
-
"maintainers": [
|
|
6602
|
-
{
|
|
6603
|
-
"name": "praz",
|
|
6604
|
-
"github": "prazdevs",
|
|
6605
|
-
"bluesky": "dev.praz.me"
|
|
6606
|
-
}
|
|
6607
|
-
],
|
|
6608
|
-
"compatibility": {
|
|
6609
|
-
"nuxt": "^2.0.0 || >=3.0.0",
|
|
7077
|
+
"nuxt": ">=3.14.0",
|
|
6610
7078
|
"requires": {
|
|
6611
7079
|
"bridge": "optional"
|
|
6612
7080
|
}
|
|
@@ -6640,7 +7108,7 @@
|
|
|
6640
7108
|
"repo": "vuejs/pinia#v2/packages/nuxt",
|
|
6641
7109
|
"npm": "@pinia/nuxt",
|
|
6642
7110
|
"icon": "pinia.svg",
|
|
6643
|
-
"github": "https://github.com/vuejs/pinia
|
|
7111
|
+
"github": "https://github.com/vuejs/pinia",
|
|
6644
7112
|
"website": "https://pinia.vuejs.org/",
|
|
6645
7113
|
"learn_more": "",
|
|
6646
7114
|
"category": "Extensions",
|
|
@@ -6654,7 +7122,7 @@
|
|
|
6654
7122
|
}
|
|
6655
7123
|
],
|
|
6656
7124
|
"compatibility": {
|
|
6657
|
-
"nuxt": "^
|
|
7125
|
+
"nuxt": "^3.15.0 || ^4.0.0",
|
|
6658
7126
|
"requires": {
|
|
6659
7127
|
"bridge": "optional"
|
|
6660
7128
|
}
|
|
@@ -6701,7 +7169,52 @@
|
|
|
6701
7169
|
}
|
|
6702
7170
|
],
|
|
6703
7171
|
"compatibility": {
|
|
6704
|
-
"nuxt": "
|
|
7172
|
+
"nuxt": ">=3.0.0",
|
|
7173
|
+
"requires": {}
|
|
7174
|
+
}
|
|
7175
|
+
},
|
|
7176
|
+
{
|
|
7177
|
+
"name": "polar",
|
|
7178
|
+
"description": "Polar.sh integration for Nuxt",
|
|
7179
|
+
"repo": "polarsource/polar-adapters#main/packages/polar-nuxt",
|
|
7180
|
+
"npm": "@polar-sh/nuxt",
|
|
7181
|
+
"icon": "polar.svg",
|
|
7182
|
+
"github": "https://github.com/polarsource/polar-adapters",
|
|
7183
|
+
"website": "https://polar.sh/docs/integrate/sdk/adapters/nuxt",
|
|
7184
|
+
"learn_more": "https://polar.sh/docs/introduction",
|
|
7185
|
+
"category": "Payment",
|
|
7186
|
+
"type": "3rd-party",
|
|
7187
|
+
"maintainers": [
|
|
7188
|
+
{
|
|
7189
|
+
"name": "Emil Widlund",
|
|
7190
|
+
"github": "emilwidlund",
|
|
7191
|
+
"twitter": "emilwidlund"
|
|
7192
|
+
}
|
|
7193
|
+
],
|
|
7194
|
+
"compatibility": {
|
|
7195
|
+
"nuxt": ">=3.0.0",
|
|
7196
|
+
"requires": {}
|
|
7197
|
+
}
|
|
7198
|
+
},
|
|
7199
|
+
{
|
|
7200
|
+
"name": "powersync",
|
|
7201
|
+
"description": "Offline-first sync with native Nuxt integration — auto-imported composables, built-in diagnostics, Nuxt DevTools integration, and optional Kysely for type-safe queries",
|
|
7202
|
+
"repo": "powersync-ja/powersync-js#main/packages/nuxt",
|
|
7203
|
+
"npm": "@powersync/nuxt",
|
|
7204
|
+
"icon": "powersync.svg",
|
|
7205
|
+
"github": "https://github.com/powersync-ja/powersync-js",
|
|
7206
|
+
"website": "https://docs.powersync.com/intro/powersync-overview",
|
|
7207
|
+
"learn_more": "https://powersync.com/",
|
|
7208
|
+
"category": "Database",
|
|
7209
|
+
"type": "3rd-party",
|
|
7210
|
+
"maintainers": [
|
|
7211
|
+
{
|
|
7212
|
+
"name": "PowerSync",
|
|
7213
|
+
"github": "powersync-ja"
|
|
7214
|
+
}
|
|
7215
|
+
],
|
|
7216
|
+
"compatibility": {
|
|
7217
|
+
"nuxt": ">=4.0.0",
|
|
6705
7218
|
"requires": {}
|
|
6706
7219
|
}
|
|
6707
7220
|
},
|
|
@@ -6723,7 +7236,7 @@
|
|
|
6723
7236
|
}
|
|
6724
7237
|
],
|
|
6725
7238
|
"compatibility": {
|
|
6726
|
-
"nuxt": ">=3.
|
|
7239
|
+
"nuxt": ">=3.9.0",
|
|
6727
7240
|
"requires": {}
|
|
6728
7241
|
}
|
|
6729
7242
|
},
|
|
@@ -6773,29 +7286,6 @@
|
|
|
6773
7286
|
"requires": {}
|
|
6774
7287
|
}
|
|
6775
7288
|
},
|
|
6776
|
-
{
|
|
6777
|
-
"name": "primevue",
|
|
6778
|
-
"description": "Next Generation Vue UI Component Library",
|
|
6779
|
-
"repo": "primefaces/primevue#master/packages/nuxt-module",
|
|
6780
|
-
"npm": "@primevue/nuxt-module",
|
|
6781
|
-
"icon": "primevue.svg",
|
|
6782
|
-
"github": "https://github.com/primefaces/primevue/tree/master/packages/nuxt-module",
|
|
6783
|
-
"website": "https://primevue.org/",
|
|
6784
|
-
"learn_more": "https://primevue.org/nuxt/",
|
|
6785
|
-
"category": "UI",
|
|
6786
|
-
"type": "3rd-party",
|
|
6787
|
-
"maintainers": [
|
|
6788
|
-
{
|
|
6789
|
-
"name": "primefaces",
|
|
6790
|
-
"github": "primefaces",
|
|
6791
|
-
"twitter": "primevue"
|
|
6792
|
-
}
|
|
6793
|
-
],
|
|
6794
|
-
"compatibility": {
|
|
6795
|
-
"nuxt": ">=3.0.0",
|
|
6796
|
-
"requires": {}
|
|
6797
|
-
}
|
|
6798
|
-
},
|
|
6799
7289
|
{
|
|
6800
7290
|
"name": "prisma",
|
|
6801
7291
|
"description": "Integrate Nuxt with Prisma ORM to simplify database access!",
|
|
@@ -6803,7 +7293,7 @@
|
|
|
6803
7293
|
"npm": "@prisma/nuxt",
|
|
6804
7294
|
"icon": "prisma.png",
|
|
6805
7295
|
"github": "https://github.com/prisma/nuxt-prisma",
|
|
6806
|
-
"website": "https://
|
|
7296
|
+
"website": "https://www.prisma.io/docs/guides/frameworks/nuxt",
|
|
6807
7297
|
"learn_more": "https://www.prisma.io/orm",
|
|
6808
7298
|
"category": "Database",
|
|
6809
7299
|
"type": "3rd-party",
|
|
@@ -6838,7 +7328,7 @@
|
|
|
6838
7328
|
}
|
|
6839
7329
|
],
|
|
6840
7330
|
"compatibility": {
|
|
6841
|
-
"nuxt": "
|
|
7331
|
+
"nuxt": ">=3.7.0",
|
|
6842
7332
|
"requires": {}
|
|
6843
7333
|
}
|
|
6844
7334
|
},
|
|
@@ -6860,7 +7350,7 @@
|
|
|
6860
7350
|
}
|
|
6861
7351
|
],
|
|
6862
7352
|
"compatibility": {
|
|
6863
|
-
"nuxt": ">=3.0.0",
|
|
7353
|
+
"nuxt": "^2.16.0 || >=3.0.0",
|
|
6864
7354
|
"requires": {}
|
|
6865
7355
|
}
|
|
6866
7356
|
},
|
|
@@ -6951,7 +7441,7 @@
|
|
|
6951
7441
|
}
|
|
6952
7442
|
],
|
|
6953
7443
|
"compatibility": {
|
|
6954
|
-
"nuxt": "^
|
|
7444
|
+
"nuxt": "^3.0.0-rc.11",
|
|
6955
7445
|
"requires": {}
|
|
6956
7446
|
}
|
|
6957
7447
|
},
|
|
@@ -6963,7 +7453,7 @@
|
|
|
6963
7453
|
"icon": "pwa.png",
|
|
6964
7454
|
"github": "https://github.com/nuxt-community/pwa-module",
|
|
6965
7455
|
"website": "https://pwa.nuxtjs.org",
|
|
6966
|
-
"learn_more": "https://web.dev/progressive-web-apps
|
|
7456
|
+
"learn_more": "https://web.dev/explore/progressive-web-apps?hl=ru",
|
|
6967
7457
|
"category": "Performance",
|
|
6968
7458
|
"type": "community",
|
|
6969
7459
|
"maintainers": [
|
|
@@ -7024,7 +7514,7 @@
|
|
|
7024
7514
|
}
|
|
7025
7515
|
],
|
|
7026
7516
|
"compatibility": {
|
|
7027
|
-
"nuxt": ">=3.
|
|
7517
|
+
"nuxt": ">=3.0.0",
|
|
7028
7518
|
"requires": {}
|
|
7029
7519
|
}
|
|
7030
7520
|
},
|
|
@@ -7057,7 +7547,7 @@
|
|
|
7057
7547
|
"repo": "samuelreichor/query-api#HEAD/packages/nuxt",
|
|
7058
7548
|
"npm": "@query-api/nuxt",
|
|
7059
7549
|
"icon": "query-api.svg",
|
|
7060
|
-
"github": "https://github.com/samuelreichor/query-api
|
|
7550
|
+
"github": "https://github.com/samuelreichor/query-api",
|
|
7061
7551
|
"website": "https://samuelreichor.at/libraries/nuxt-craftcms",
|
|
7062
7552
|
"learn_more": "https://samuelreichor.at/libraries",
|
|
7063
7553
|
"category": "CMS",
|
|
@@ -7081,7 +7571,7 @@
|
|
|
7081
7571
|
"icon": "radash.png",
|
|
7082
7572
|
"github": "https://github.com/bbg/nuxt-radash",
|
|
7083
7573
|
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
7084
|
-
"learn_more": "https://github.com/
|
|
7574
|
+
"learn_more": "https://github.com/sodiray/radash",
|
|
7085
7575
|
"category": "Libraries",
|
|
7086
7576
|
"type": "3rd-party",
|
|
7087
7577
|
"maintainers": [
|
|
@@ -7091,7 +7581,7 @@
|
|
|
7091
7581
|
}
|
|
7092
7582
|
],
|
|
7093
7583
|
"compatibility": {
|
|
7094
|
-
"nuxt": "
|
|
7584
|
+
"nuxt": "^3.0.0",
|
|
7095
7585
|
"requires": {}
|
|
7096
7586
|
}
|
|
7097
7587
|
},
|
|
@@ -7103,7 +7593,7 @@
|
|
|
7103
7593
|
"icon": "recaptcha.png",
|
|
7104
7594
|
"github": "https://github.com/nuxt-community/recaptcha-module",
|
|
7105
7595
|
"website": "https://github.com/nuxt-community/recaptcha-module",
|
|
7106
|
-
"learn_more": "https://
|
|
7596
|
+
"learn_more": "https://cloud.google.com/security/products/recaptcha",
|
|
7107
7597
|
"category": "Security",
|
|
7108
7598
|
"type": "community",
|
|
7109
7599
|
"maintainers": [
|
|
@@ -7168,10 +7658,10 @@
|
|
|
7168
7658
|
{
|
|
7169
7659
|
"name": "reka-ui",
|
|
7170
7660
|
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
7171
|
-
"repo": "unovue/
|
|
7661
|
+
"repo": "unovue/reka-ui",
|
|
7172
7662
|
"npm": "reka-ui",
|
|
7173
7663
|
"icon": "reka-ui.svg",
|
|
7174
|
-
"github": "https://github.com/unovue/
|
|
7664
|
+
"github": "https://github.com/unovue/reka-ui",
|
|
7175
7665
|
"website": "https://www.reka-ui.com/",
|
|
7176
7666
|
"learn_more": "https://reka-ui.com/docs/overview/installation#nuxt-modules",
|
|
7177
7667
|
"category": "UI",
|
|
@@ -7274,7 +7764,7 @@
|
|
|
7274
7764
|
}
|
|
7275
7765
|
],
|
|
7276
7766
|
"compatibility": {
|
|
7277
|
-
"nuxt": "
|
|
7767
|
+
"nuxt": ">=3.6.1",
|
|
7278
7768
|
"requires": {
|
|
7279
7769
|
"bridge": "optional"
|
|
7280
7770
|
}
|
|
@@ -7298,31 +7788,7 @@
|
|
|
7298
7788
|
}
|
|
7299
7789
|
],
|
|
7300
7790
|
"compatibility": {
|
|
7301
|
-
"nuxt": "
|
|
7302
|
-
"requires": {}
|
|
7303
|
-
}
|
|
7304
|
-
},
|
|
7305
|
-
{
|
|
7306
|
-
"name": "router-extras",
|
|
7307
|
-
"description": "Extra Add-ons for nuxt router",
|
|
7308
|
-
"repo": "nuxt-community/router-extras-module",
|
|
7309
|
-
"npm": "@nuxtjs/router-extras",
|
|
7310
|
-
"icon": "vue.png",
|
|
7311
|
-
"github": "https://github.com/nuxt-community/router-extras-module",
|
|
7312
|
-
"website": "https://github.com/nuxt-community/router-extras-module",
|
|
7313
|
-
"learn_more": "",
|
|
7314
|
-
"category": "Extensions",
|
|
7315
|
-
"type": "community",
|
|
7316
|
-
"maintainers": [
|
|
7317
|
-
{
|
|
7318
|
-
"name": "Farnabaz",
|
|
7319
|
-
"github": "farnabaz",
|
|
7320
|
-
"twitter": "a_birang",
|
|
7321
|
-
"bluesky": "farnabaz.dev"
|
|
7322
|
-
}
|
|
7323
|
-
],
|
|
7324
|
-
"compatibility": {
|
|
7325
|
-
"nuxt": "^2.0.0",
|
|
7791
|
+
"nuxt": "^3",
|
|
7326
7792
|
"requires": {}
|
|
7327
7793
|
}
|
|
7328
7794
|
},
|
|
@@ -7356,7 +7822,7 @@
|
|
|
7356
7822
|
"repo": "nuxt-modules/sanity#main",
|
|
7357
7823
|
"npm": "@nuxtjs/sanity",
|
|
7358
7824
|
"icon": "sanity.png",
|
|
7359
|
-
"github": "https://github.com/nuxt-modules/sanity
|
|
7825
|
+
"github": "https://github.com/nuxt-modules/sanity",
|
|
7360
7826
|
"website": "https://sanity.nuxtjs.org",
|
|
7361
7827
|
"learn_more": "https://www.sanity.io/",
|
|
7362
7828
|
"category": "CMS",
|
|
@@ -7370,7 +7836,7 @@
|
|
|
7370
7836
|
}
|
|
7371
7837
|
],
|
|
7372
7838
|
"compatibility": {
|
|
7373
|
-
"nuxt": "
|
|
7839
|
+
"nuxt": ">=3.7.0",
|
|
7374
7840
|
"requires": {
|
|
7375
7841
|
"bridge": "optional"
|
|
7376
7842
|
}
|
|
@@ -7382,7 +7848,7 @@
|
|
|
7382
7848
|
"repo": "scalar/scalar#main/integrations/nuxt",
|
|
7383
7849
|
"npm": "@scalar/nuxt",
|
|
7384
7850
|
"icon": "scalar.svg",
|
|
7385
|
-
"github": "https://github.com/scalar/scalar
|
|
7851
|
+
"github": "https://github.com/scalar/scalar",
|
|
7386
7852
|
"website": "https://github.com/scalar/scalar/tree/main/integrations/nuxt",
|
|
7387
7853
|
"learn_more": "https://scalar.com",
|
|
7388
7854
|
"category": "Devtools",
|
|
@@ -7406,7 +7872,7 @@
|
|
|
7406
7872
|
"npm": "nuxt-schema-org",
|
|
7407
7873
|
"icon": "schema-org.svg",
|
|
7408
7874
|
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
7409
|
-
"website": "https://nuxtseo.com/schema-org",
|
|
7875
|
+
"website": "https://nuxtseo.com/docs/schema-org/getting-started/installation",
|
|
7410
7876
|
"learn_more": "https://unhead.unjs.io/docs/typescript/schema-org/guides/get-started/overview",
|
|
7411
7877
|
"category": "SEO",
|
|
7412
7878
|
"type": "3rd-party",
|
|
@@ -7419,14 +7885,14 @@
|
|
|
7419
7885
|
}
|
|
7420
7886
|
],
|
|
7421
7887
|
"compatibility": {
|
|
7422
|
-
"nuxt": ">=3.0.0",
|
|
7888
|
+
"nuxt": ">=3.0.0-rc.8",
|
|
7423
7889
|
"requires": {}
|
|
7424
7890
|
}
|
|
7425
7891
|
},
|
|
7426
7892
|
{
|
|
7427
7893
|
"name": "scripts",
|
|
7428
7894
|
"description": "Add 3rd-party scripts without sacrificing performance.",
|
|
7429
|
-
"repo": "nuxt/scripts",
|
|
7895
|
+
"repo": "nuxt/scripts#main/packages/script",
|
|
7430
7896
|
"npm": "@nuxt/scripts",
|
|
7431
7897
|
"icon": "nuxt.svg",
|
|
7432
7898
|
"github": "https://github.com/nuxt/scripts",
|
|
@@ -7442,7 +7908,7 @@
|
|
|
7442
7908
|
}
|
|
7443
7909
|
],
|
|
7444
7910
|
"compatibility": {
|
|
7445
|
-
"nuxt": ">=3.
|
|
7911
|
+
"nuxt": ">=3.16.0",
|
|
7446
7912
|
"requires": {}
|
|
7447
7913
|
}
|
|
7448
7914
|
},
|
|
@@ -7517,13 +7983,13 @@
|
|
|
7517
7983
|
},
|
|
7518
7984
|
{
|
|
7519
7985
|
"name": "sentry",
|
|
7520
|
-
"description": "
|
|
7986
|
+
"description": "Sentry SDK for Nuxt",
|
|
7521
7987
|
"repo": "getsentry/sentry-javascript#HEAD/packages/nuxt",
|
|
7522
7988
|
"npm": "@sentry/nuxt",
|
|
7523
7989
|
"icon": "sentry.svg",
|
|
7524
|
-
"github": "https://github.com/getsentry/sentry-javascript
|
|
7990
|
+
"github": "https://github.com/getsentry/sentry-javascript",
|
|
7525
7991
|
"website": "https://docs.sentry.io/platforms/javascript/guides/nuxt",
|
|
7526
|
-
"learn_more": "https://sentry.io",
|
|
7992
|
+
"learn_more": "https://sentry.io/welcome/",
|
|
7527
7993
|
"category": "Monitoring",
|
|
7528
7994
|
"type": "3rd-party",
|
|
7529
7995
|
"maintainers": [
|
|
@@ -7540,12 +8006,12 @@
|
|
|
7540
8006
|
{
|
|
7541
8007
|
"name": "seo-experiments",
|
|
7542
8008
|
"description": "Powerful SEO DX improvements.",
|
|
7543
|
-
"repo": "harlan-zw/nuxt-seo-
|
|
8009
|
+
"repo": "harlan-zw/nuxt-seo-utils",
|
|
7544
8010
|
"npm": "nuxt-seo-utils",
|
|
7545
8011
|
"icon": "seo-experiments.svg",
|
|
7546
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-
|
|
7547
|
-
"website": "https://nuxtseo.com/
|
|
7548
|
-
"learn_more": "https://nuxtseo.com/
|
|
8012
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-utils",
|
|
8013
|
+
"website": "https://nuxtseo.com/docs/seo-utils/getting-started/installation",
|
|
8014
|
+
"learn_more": "https://nuxtseo.com/docs/seo-utils/getting-started/installation",
|
|
7549
8015
|
"category": "SEO",
|
|
7550
8016
|
"type": "3rd-party",
|
|
7551
8017
|
"maintainers": [
|
|
@@ -7557,18 +8023,18 @@
|
|
|
7557
8023
|
}
|
|
7558
8024
|
],
|
|
7559
8025
|
"compatibility": {
|
|
7560
|
-
"nuxt": "
|
|
8026
|
+
"nuxt": "<3.16.0 || >=3.6.1",
|
|
7561
8027
|
"requires": {}
|
|
7562
8028
|
}
|
|
7563
8029
|
},
|
|
7564
8030
|
{
|
|
7565
8031
|
"name": "seo-meta",
|
|
7566
8032
|
"description": "Simple generate seo metadata",
|
|
7567
|
-
"repo": "ihavecoke/
|
|
8033
|
+
"repo": "ihavecoke/nuxt-seo-meta#main/packages/core",
|
|
7568
8034
|
"npm": "nuxt-seo-meta",
|
|
7569
8035
|
"icon": "",
|
|
7570
|
-
"github": "https://github.com/ihavecoke/
|
|
7571
|
-
"website": "https://github.com/ihavecoke/
|
|
8036
|
+
"github": "https://github.com/ihavecoke/nuxt-seo-meta",
|
|
8037
|
+
"website": "https://github.com/ihavecoke/nuxt-seo-meta",
|
|
7572
8038
|
"learn_more": "",
|
|
7573
8039
|
"category": "SEO",
|
|
7574
8040
|
"type": "3rd-party",
|
|
@@ -7593,7 +8059,7 @@
|
|
|
7593
8059
|
"icon": "nuxt.svg",
|
|
7594
8060
|
"github": "https://github.com/harlan-zw/nuxt-seo",
|
|
7595
8061
|
"website": "https://nuxtseo.com/",
|
|
7596
|
-
"learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
8062
|
+
"learn_more": "https://nuxtseo.com/docs/nuxt-seo/getting-started/installation",
|
|
7597
8063
|
"category": "SEO",
|
|
7598
8064
|
"type": "3rd-party",
|
|
7599
8065
|
"maintainers": [
|
|
@@ -7604,9 +8070,10 @@
|
|
|
7604
8070
|
}
|
|
7605
8071
|
],
|
|
7606
8072
|
"compatibility": {
|
|
7607
|
-
"nuxt": ">=3.
|
|
8073
|
+
"nuxt": ">=3.7.0",
|
|
7608
8074
|
"requires": {}
|
|
7609
|
-
}
|
|
8075
|
+
},
|
|
8076
|
+
"mcp": "https://nuxtseo.com/mcp"
|
|
7610
8077
|
},
|
|
7611
8078
|
{
|
|
7612
8079
|
"name": "seomatic-meta",
|
|
@@ -7681,10 +8148,10 @@
|
|
|
7681
8148
|
{
|
|
7682
8149
|
"name": "shadcn",
|
|
7683
8150
|
"description": "Re-usable components built with Radix Vue and Tailwind CSS.",
|
|
7684
|
-
"repo": "
|
|
8151
|
+
"repo": "unovue/shadcn-vue#dev/packages/module",
|
|
7685
8152
|
"npm": "shadcn-nuxt",
|
|
7686
8153
|
"icon": "",
|
|
7687
|
-
"github": "https://github.com/
|
|
8154
|
+
"github": "https://github.com/unovue/shadcn-vue",
|
|
7688
8155
|
"website": "https://www.shadcn-vue.com",
|
|
7689
8156
|
"learn_more": "https://www.shadcn-vue.com/docs/installation/nuxt",
|
|
7690
8157
|
"category": "UI",
|
|
@@ -7707,24 +8174,50 @@
|
|
|
7707
8174
|
},
|
|
7708
8175
|
{
|
|
7709
8176
|
"name": "shopify",
|
|
7710
|
-
"description": "
|
|
7711
|
-
"repo": "
|
|
7712
|
-
"npm": "
|
|
8177
|
+
"description": "Easily integrate Shopify into your Nuxt app.",
|
|
8178
|
+
"repo": "nuxt-modules/shopify",
|
|
8179
|
+
"npm": "@nuxtjs/shopify",
|
|
7713
8180
|
"icon": "shopify.png",
|
|
7714
|
-
"github": "https://github.com/
|
|
7715
|
-
"website": "https://
|
|
7716
|
-
"learn_more": "https://
|
|
8181
|
+
"github": "https://github.com/nuxt-modules/shopify",
|
|
8182
|
+
"website": "https://shopify.nuxtjs.org/",
|
|
8183
|
+
"learn_more": "https://shopify.dev/docs",
|
|
8184
|
+
"category": "Ecommerce",
|
|
8185
|
+
"type": "community",
|
|
8186
|
+
"maintainers": [
|
|
8187
|
+
{
|
|
8188
|
+
"name": "Zoltan Lukacs",
|
|
8189
|
+
"github": "konkonam"
|
|
8190
|
+
},
|
|
8191
|
+
{
|
|
8192
|
+
"name": "Frederik Bußmann",
|
|
8193
|
+
"github": "freb97",
|
|
8194
|
+
"bluesky": "freb97.bsky.social"
|
|
8195
|
+
}
|
|
8196
|
+
],
|
|
8197
|
+
"compatibility": {
|
|
8198
|
+
"nuxt": ">=3.0.0",
|
|
8199
|
+
"requires": {}
|
|
8200
|
+
}
|
|
8201
|
+
},
|
|
8202
|
+
{
|
|
8203
|
+
"name": "shopware",
|
|
8204
|
+
"description": "Nuxt module that allows you to set up a Nuxt 3 project with Shopware Frontends.",
|
|
8205
|
+
"repo": "shopware/frontends#main/packages/nuxt-module",
|
|
8206
|
+
"npm": "@shopware/nuxt-module",
|
|
8207
|
+
"icon": "shopware.svg",
|
|
8208
|
+
"github": "https://github.com/shopware/frontends",
|
|
8209
|
+
"website": "https://developer.shopware.com/frontends/packages/nuxt-module.html",
|
|
8210
|
+
"learn_more": "https://www.shopware.com/en/",
|
|
7717
8211
|
"category": "Ecommerce",
|
|
7718
8212
|
"type": "3rd-party",
|
|
7719
8213
|
"maintainers": [
|
|
7720
8214
|
{
|
|
7721
|
-
"name": "
|
|
7722
|
-
"github": "
|
|
7723
|
-
"twitter": "Gomah"
|
|
8215
|
+
"name": "Shopware AG",
|
|
8216
|
+
"github": "shopware"
|
|
7724
8217
|
}
|
|
7725
8218
|
],
|
|
7726
8219
|
"compatibility": {
|
|
7727
|
-
"nuxt": "
|
|
8220
|
+
"nuxt": ">=3.0.0",
|
|
7728
8221
|
"requires": {}
|
|
7729
8222
|
}
|
|
7730
8223
|
},
|
|
@@ -7776,11 +8269,11 @@
|
|
|
7776
8269
|
{
|
|
7777
8270
|
"name": "simple-line-icons",
|
|
7778
8271
|
"description": "Nuxt module to add simple-line-icons ",
|
|
7779
|
-
"repo": "
|
|
8272
|
+
"repo": "galsd/nuxt-simple-line-icons",
|
|
7780
8273
|
"npm": "nuxt-simple-line-icons",
|
|
7781
8274
|
"icon": "",
|
|
7782
|
-
"github": "https://github.com/
|
|
7783
|
-
"website": "https://github.com/
|
|
8275
|
+
"github": "https://github.com/galsd/nuxt-simple-line-icons",
|
|
8276
|
+
"website": "https://github.com/galsd/nuxt-simple-line-icons",
|
|
7784
8277
|
"learn_more": "https://thesabbir.github.io/simple-line-icons/",
|
|
7785
8278
|
"category": "Fonts",
|
|
7786
8279
|
"type": "3rd-party",
|
|
@@ -7803,7 +8296,7 @@
|
|
|
7803
8296
|
"icon": "simple-sitemap.svg",
|
|
7804
8297
|
"github": "https://github.com/nuxt-modules/sitemap",
|
|
7805
8298
|
"website": "https://nuxtseo.com/",
|
|
7806
|
-
"learn_more": "https://nuxtseo.com/sitemap",
|
|
8299
|
+
"learn_more": "https://nuxtseo.com/docs/sitemap/getting-started/installation",
|
|
7807
8300
|
"category": "SEO",
|
|
7808
8301
|
"type": "community",
|
|
7809
8302
|
"maintainers": [
|
|
@@ -7821,7 +8314,7 @@
|
|
|
7821
8314
|
}
|
|
7822
8315
|
],
|
|
7823
8316
|
"compatibility": {
|
|
7824
|
-
"nuxt": ">=3.
|
|
8317
|
+
"nuxt": ">=3.9.0",
|
|
7825
8318
|
"requires": {}
|
|
7826
8319
|
}
|
|
7827
8320
|
},
|
|
@@ -7831,9 +8324,9 @@
|
|
|
7831
8324
|
"repo": "modbender/nuxt-snackbar#master",
|
|
7832
8325
|
"npm": "nuxt-snackbar",
|
|
7833
8326
|
"icon": "snackbar.png",
|
|
7834
|
-
"github": "https://github.com/modbender/nuxt-snackbar
|
|
8327
|
+
"github": "https://github.com/modbender/nuxt-snackbar",
|
|
7835
8328
|
"website": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
7836
|
-
"learn_more": "https://github.com/
|
|
8329
|
+
"learn_more": "https://github.com/evo-mark/vue3-snackbar",
|
|
7837
8330
|
"category": "UI",
|
|
7838
8331
|
"type": "3rd-party",
|
|
7839
8332
|
"maintainers": [
|
|
@@ -7847,29 +8340,6 @@
|
|
|
7847
8340
|
"requires": {}
|
|
7848
8341
|
}
|
|
7849
8342
|
},
|
|
7850
|
-
{
|
|
7851
|
-
"name": "snipcart",
|
|
7852
|
-
"description": "Snipcart integration module for Nuxt",
|
|
7853
|
-
"repo": "nuxt-modules/snipcart",
|
|
7854
|
-
"npm": "@nuxtjs/snipcart",
|
|
7855
|
-
"icon": "snipcart.png",
|
|
7856
|
-
"github": "https://github.com/nuxt-modules/snipcart",
|
|
7857
|
-
"website": "https://github.com/nuxt-modules/snipcart",
|
|
7858
|
-
"learn_more": "",
|
|
7859
|
-
"category": "Ecommerce",
|
|
7860
|
-
"type": "community",
|
|
7861
|
-
"maintainers": [
|
|
7862
|
-
{
|
|
7863
|
-
"name": "florent giraud",
|
|
7864
|
-
"github": "flozero",
|
|
7865
|
-
"twitter": "flozeroo"
|
|
7866
|
-
}
|
|
7867
|
-
],
|
|
7868
|
-
"compatibility": {
|
|
7869
|
-
"nuxt": "^2.0.0 || >=3.0.0",
|
|
7870
|
-
"requires": {}
|
|
7871
|
-
}
|
|
7872
|
-
},
|
|
7873
8343
|
{
|
|
7874
8344
|
"name": "social-meta",
|
|
7875
8345
|
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
@@ -7914,6 +8384,30 @@
|
|
|
7914
8384
|
"requires": {}
|
|
7915
8385
|
}
|
|
7916
8386
|
},
|
|
8387
|
+
{
|
|
8388
|
+
"name": "solar-icons",
|
|
8389
|
+
"description": "Nuxt module that provides seamless integration of Solar Icons with auto-import, global configuration, and reactive controls.",
|
|
8390
|
+
"repo": "saoudi-h/solar-icons#main/packages/nuxt",
|
|
8391
|
+
"npm": "@solar-icons/nuxt",
|
|
8392
|
+
"icon": "solar-icons.svg",
|
|
8393
|
+
"github": "https://github.com/saoudi-h/solar-icons",
|
|
8394
|
+
"website": "https://solar-icons.vercel.app/docs/packages/nuxt",
|
|
8395
|
+
"learn_more": "https://solar-icons.vercel.app",
|
|
8396
|
+
"category": "UI",
|
|
8397
|
+
"type": "3rd-party",
|
|
8398
|
+
"maintainers": [
|
|
8399
|
+
{
|
|
8400
|
+
"name": "Hakim Saoudi",
|
|
8401
|
+
"github": "saoudi-h",
|
|
8402
|
+
"avatar": "https://avatars.githubusercontent.com/saoudi-h?v=4",
|
|
8403
|
+
"twitter": "hakim__saoudi"
|
|
8404
|
+
}
|
|
8405
|
+
],
|
|
8406
|
+
"compatibility": {
|
|
8407
|
+
"nuxt": ">=3.0.0",
|
|
8408
|
+
"requires": {}
|
|
8409
|
+
}
|
|
8410
|
+
},
|
|
7917
8411
|
{
|
|
7918
8412
|
"name": "sonda",
|
|
7919
8413
|
"description": "Bundle analyzer and visualizer",
|
|
@@ -7930,7 +8424,7 @@
|
|
|
7930
8424
|
"name": "Filip Sobol",
|
|
7931
8425
|
"github": "filipsobol",
|
|
7932
8426
|
"twitter": "filipsobol",
|
|
7933
|
-
"bluesky": "filipsobol.
|
|
8427
|
+
"bluesky": "filipsobol.com"
|
|
7934
8428
|
}
|
|
7935
8429
|
],
|
|
7936
8430
|
"compatibility": {
|
|
@@ -7946,7 +8440,7 @@
|
|
|
7946
8440
|
"icon": "speedcurve.png",
|
|
7947
8441
|
"github": "https://github.com/nuxt-community/speedcurve-module",
|
|
7948
8442
|
"website": "https://speedcurve.nuxtjs.org",
|
|
7949
|
-
"learn_more": "https://speedcurve.com",
|
|
8443
|
+
"learn_more": "https://www.speedcurve.com/",
|
|
7950
8444
|
"category": "Analytics",
|
|
7951
8445
|
"type": "community",
|
|
7952
8446
|
"maintainers": [
|
|
@@ -7984,26 +8478,27 @@
|
|
|
7984
8478
|
}
|
|
7985
8479
|
},
|
|
7986
8480
|
{
|
|
7987
|
-
"name": "
|
|
7988
|
-
"description": "
|
|
7989
|
-
"repo": "
|
|
7990
|
-
"npm": "nuxt
|
|
7991
|
-
"icon": "",
|
|
7992
|
-
"github": "https://github.com/
|
|
7993
|
-
"website": "https://
|
|
7994
|
-
"learn_more": "https://
|
|
7995
|
-
"category": "
|
|
8481
|
+
"name": "stonecrop",
|
|
8482
|
+
"description": "Stonecrop for Nuxt",
|
|
8483
|
+
"repo": "agritheory/stonecrop#development/nuxt",
|
|
8484
|
+
"npm": "@stonecrop/nuxt",
|
|
8485
|
+
"icon": "stonecrop.svg",
|
|
8486
|
+
"github": "https://github.com/agritheory/stonecrop",
|
|
8487
|
+
"website": "https://stonecrop.io/",
|
|
8488
|
+
"learn_more": "https://agritheory.com/",
|
|
8489
|
+
"category": "Libraries",
|
|
7996
8490
|
"type": "3rd-party",
|
|
7997
8491
|
"maintainers": [
|
|
7998
8492
|
{
|
|
7999
|
-
"name": "
|
|
8000
|
-
"github": "
|
|
8001
|
-
"twitter": "Maz_Ipan"
|
|
8493
|
+
"name": "Tyler Matteson",
|
|
8494
|
+
"github": "agritheory"
|
|
8002
8495
|
}
|
|
8003
8496
|
],
|
|
8004
8497
|
"compatibility": {
|
|
8005
|
-
"nuxt": "^
|
|
8006
|
-
"requires": {
|
|
8498
|
+
"nuxt": "^4.0.0",
|
|
8499
|
+
"requires": {
|
|
8500
|
+
"bridge": false
|
|
8501
|
+
}
|
|
8007
8502
|
}
|
|
8008
8503
|
},
|
|
8009
8504
|
{
|
|
@@ -8060,11 +8555,11 @@
|
|
|
8060
8555
|
{
|
|
8061
8556
|
"name": "storyblok",
|
|
8062
8557
|
"description": "Storyblok Nuxt module",
|
|
8063
|
-
"repo": "storyblok/
|
|
8558
|
+
"repo": "storyblok/monoblok#main/packages/nuxt",
|
|
8064
8559
|
"npm": "@storyblok/nuxt",
|
|
8065
8560
|
"icon": "storyblok.png",
|
|
8066
|
-
"github": "https://github.com/storyblok/
|
|
8067
|
-
"website": "https://github.com/storyblok/
|
|
8561
|
+
"github": "https://github.com/storyblok/monoblok",
|
|
8562
|
+
"website": "https://github.com/storyblok/monoblok/tree/main/packages/nuxt",
|
|
8068
8563
|
"learn_more": "",
|
|
8069
8564
|
"category": "CMS",
|
|
8070
8565
|
"type": "3rd-party",
|
|
@@ -8104,7 +8599,7 @@
|
|
|
8104
8599
|
}
|
|
8105
8600
|
],
|
|
8106
8601
|
"compatibility": {
|
|
8107
|
-
"nuxt": "
|
|
8602
|
+
"nuxt": ">=3.0.0",
|
|
8108
8603
|
"requires": {
|
|
8109
8604
|
"bridge": "optional"
|
|
8110
8605
|
},
|
|
@@ -8137,40 +8632,13 @@
|
|
|
8137
8632
|
}
|
|
8138
8633
|
],
|
|
8139
8634
|
"compatibility": {
|
|
8140
|
-
"nuxt": "
|
|
8635
|
+
"nuxt": ">=3.7.0",
|
|
8141
8636
|
"requires": {
|
|
8142
8637
|
"bridge": true
|
|
8143
8638
|
},
|
|
8144
8639
|
"devtools": "^0.0.0"
|
|
8145
8640
|
}
|
|
8146
8641
|
},
|
|
8147
|
-
{
|
|
8148
|
-
"name": "stripe-next",
|
|
8149
|
-
"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.",
|
|
8150
|
-
"repo": "flozero/nuxt-stripe",
|
|
8151
|
-
"npm": "@unlok-co/nuxt-stripe",
|
|
8152
|
-
"icon": "stripe.png",
|
|
8153
|
-
"github": "https://github.com/flozero/nuxt-stripe",
|
|
8154
|
-
"website": "https://github.com/flozero/nuxt-stripe",
|
|
8155
|
-
"learn_more": "https://stripe.com/docs",
|
|
8156
|
-
"category": "Payment",
|
|
8157
|
-
"type": "3rd-party",
|
|
8158
|
-
"maintainers": [
|
|
8159
|
-
{
|
|
8160
|
-
"name": "Loïc Fuentes",
|
|
8161
|
-
"github": "fuentesloic"
|
|
8162
|
-
},
|
|
8163
|
-
{
|
|
8164
|
-
"name": "florent giraud",
|
|
8165
|
-
"github": "flozero",
|
|
8166
|
-
"twitter": "flozeroo"
|
|
8167
|
-
}
|
|
8168
|
-
],
|
|
8169
|
-
"compatibility": {
|
|
8170
|
-
"nuxt": ">=3.0.0",
|
|
8171
|
-
"requires": {}
|
|
8172
|
-
}
|
|
8173
|
-
},
|
|
8174
8642
|
{
|
|
8175
8643
|
"name": "stripe",
|
|
8176
8644
|
"description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
|
|
@@ -8179,7 +8647,7 @@
|
|
|
8179
8647
|
"icon": "stripe.png",
|
|
8180
8648
|
"github": "https://github.com/WilliamDASILVA/nuxt-stripe-module",
|
|
8181
8649
|
"website": "https://github.com/WilliamDASILVA/nuxt-stripe-module",
|
|
8182
|
-
"learn_more": "https://stripe.com/",
|
|
8650
|
+
"learn_more": "https://stripe.com/fr",
|
|
8183
8651
|
"category": "Payment",
|
|
8184
8652
|
"type": "3rd-party",
|
|
8185
8653
|
"maintainers": [
|
|
@@ -8198,15 +8666,21 @@
|
|
|
8198
8666
|
{
|
|
8199
8667
|
"name": "studio",
|
|
8200
8668
|
"description": "A new experience to build content-driven website with Nuxt.",
|
|
8201
|
-
"repo": "
|
|
8202
|
-
"npm": "
|
|
8203
|
-
"icon": "
|
|
8204
|
-
"github": "https://github.com/
|
|
8669
|
+
"repo": "nuxt-content/nuxt-studio",
|
|
8670
|
+
"npm": "nuxt-studio",
|
|
8671
|
+
"icon": "nuxt.svg",
|
|
8672
|
+
"github": "https://github.com/nuxt-content/nuxt-studio",
|
|
8205
8673
|
"website": "https://nuxt.studio",
|
|
8206
|
-
"learn_more": "
|
|
8674
|
+
"learn_more": "",
|
|
8207
8675
|
"category": "CMS",
|
|
8208
|
-
"type": "
|
|
8676
|
+
"type": "community",
|
|
8209
8677
|
"maintainers": [
|
|
8678
|
+
{
|
|
8679
|
+
"name": "Baptiste Leproux",
|
|
8680
|
+
"github": "larbish",
|
|
8681
|
+
"twitter": "_larbish",
|
|
8682
|
+
"bluesky": "larbish.bsky.social"
|
|
8683
|
+
},
|
|
8210
8684
|
{
|
|
8211
8685
|
"name": "Farnabaz",
|
|
8212
8686
|
"github": "farnabaz",
|
|
@@ -8230,11 +8704,11 @@
|
|
|
8230
8704
|
{
|
|
8231
8705
|
"name": "style-resources",
|
|
8232
8706
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
8233
|
-
"repo": "nuxt-
|
|
8707
|
+
"repo": "nuxt-modules/style-resources",
|
|
8234
8708
|
"npm": "@nuxtjs/style-resources",
|
|
8235
8709
|
"icon": "",
|
|
8236
|
-
"github": "https://github.com/nuxt-
|
|
8237
|
-
"website": "https://github.com/nuxt-
|
|
8710
|
+
"github": "https://github.com/nuxt-modules/style-resources",
|
|
8711
|
+
"website": "https://github.com/nuxt-modules/style-resources",
|
|
8238
8712
|
"learn_more": "",
|
|
8239
8713
|
"category": "CSS",
|
|
8240
8714
|
"type": "community",
|
|
@@ -8254,11 +8728,11 @@
|
|
|
8254
8728
|
{
|
|
8255
8729
|
"name": "stylelint",
|
|
8256
8730
|
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
8257
|
-
"repo": "nuxt-
|
|
8731
|
+
"repo": "nuxt-modules/stylelint",
|
|
8258
8732
|
"npm": "@nuxtjs/stylelint-module",
|
|
8259
8733
|
"icon": "stylelint.png",
|
|
8260
|
-
"github": "https://github.com/nuxt-
|
|
8261
|
-
"website": "https://github.com/nuxt-
|
|
8734
|
+
"github": "https://github.com/nuxt-modules/stylelint",
|
|
8735
|
+
"website": "https://github.com/nuxt-modules/stylelint",
|
|
8262
8736
|
"learn_more": "https://stylelint.io/",
|
|
8263
8737
|
"category": "CSS",
|
|
8264
8738
|
"type": "community",
|
|
@@ -8304,7 +8778,7 @@
|
|
|
8304
8778
|
}
|
|
8305
8779
|
],
|
|
8306
8780
|
"compatibility": {
|
|
8307
|
-
"nuxt": "
|
|
8781
|
+
"nuxt": ">=3.0.0",
|
|
8308
8782
|
"requires": {}
|
|
8309
8783
|
}
|
|
8310
8784
|
},
|
|
@@ -8329,7 +8803,7 @@
|
|
|
8329
8803
|
}
|
|
8330
8804
|
],
|
|
8331
8805
|
"compatibility": {
|
|
8332
|
-
"nuxt": "
|
|
8806
|
+
"nuxt": "^3.21.0 || ^4.3.0",
|
|
8333
8807
|
"requires": {}
|
|
8334
8808
|
}
|
|
8335
8809
|
},
|
|
@@ -8375,7 +8849,7 @@
|
|
|
8375
8849
|
}
|
|
8376
8850
|
],
|
|
8377
8851
|
"compatibility": {
|
|
8378
|
-
"nuxt": "
|
|
8852
|
+
"nuxt": ">=3.0.0",
|
|
8379
8853
|
"requires": {}
|
|
8380
8854
|
}
|
|
8381
8855
|
},
|
|
@@ -8401,28 +8875,6 @@
|
|
|
8401
8875
|
"requires": {}
|
|
8402
8876
|
}
|
|
8403
8877
|
},
|
|
8404
|
-
{
|
|
8405
|
-
"name": "sweetalert2",
|
|
8406
|
-
"description": "A minimal sweetalert2 module based on vue-sweetalert2 with global options",
|
|
8407
|
-
"repo": "ImreC/nuxt-sweetalert2",
|
|
8408
|
-
"npm": "nuxt-sweetalert2",
|
|
8409
|
-
"icon": "",
|
|
8410
|
-
"github": "https://github.com/ImreC/nuxt-sweetalert2",
|
|
8411
|
-
"website": "https://github.com/ImreC/nuxt-sweetalert2",
|
|
8412
|
-
"learn_more": "https://sweetalert2.github.io/",
|
|
8413
|
-
"category": "Libraries",
|
|
8414
|
-
"type": "3rd-party",
|
|
8415
|
-
"maintainers": [
|
|
8416
|
-
{
|
|
8417
|
-
"name": "ImreC",
|
|
8418
|
-
"github": "ImreC"
|
|
8419
|
-
}
|
|
8420
|
-
],
|
|
8421
|
-
"compatibility": {
|
|
8422
|
-
"nuxt": "^2.0.0",
|
|
8423
|
-
"requires": {}
|
|
8424
|
-
}
|
|
8425
|
-
},
|
|
8426
8878
|
{
|
|
8427
8879
|
"name": "swiftsearch",
|
|
8428
8880
|
"description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
|
|
@@ -8517,7 +8969,7 @@
|
|
|
8517
8969
|
}
|
|
8518
8970
|
],
|
|
8519
8971
|
"compatibility": {
|
|
8520
|
-
"nuxt": "^2.
|
|
8972
|
+
"nuxt": "^2.9.0 || >=3.0.0-rc.1",
|
|
8521
8973
|
"requires": {},
|
|
8522
8974
|
"devtools": "^0.0.0"
|
|
8523
8975
|
},
|
|
@@ -8527,13 +8979,13 @@
|
|
|
8527
8979
|
},
|
|
8528
8980
|
{
|
|
8529
8981
|
"name": "tdesign-vue-next",
|
|
8530
|
-
"description": "A
|
|
8531
|
-
"repo": "
|
|
8982
|
+
"description": "A Vue3.x UI components lib for TDesign.",
|
|
8983
|
+
"repo": "Tencent/tdesign-vue-next#main/packages/tdesign-vue-next-nuxt",
|
|
8532
8984
|
"npm": "@tdesign-vue-next/nuxt",
|
|
8533
8985
|
"icon": "tdesign.svg",
|
|
8534
8986
|
"github": "https://github.com/Tencent/tdesign-vue-next",
|
|
8535
8987
|
"website": "https://tdesign.tencent.com/vue-next/overview-en",
|
|
8536
|
-
"learn_more": "https://github.com/
|
|
8988
|
+
"learn_more": "https://github.com/Tencent/tdesign-vue-next",
|
|
8537
8989
|
"category": "UI",
|
|
8538
8990
|
"type": "3rd-party",
|
|
8539
8991
|
"maintainers": [
|
|
@@ -8558,7 +9010,7 @@
|
|
|
8558
9010
|
"npm": "@nuxt/test-utils",
|
|
8559
9011
|
"icon": "nuxt.svg",
|
|
8560
9012
|
"github": "https://github.com/nuxt/test-utils",
|
|
8561
|
-
"website": "https://nuxt.com/docs/getting-started/testing",
|
|
9013
|
+
"website": "https://nuxt.com/docs/4.x/getting-started/testing",
|
|
8562
9014
|
"learn_more": "",
|
|
8563
9015
|
"category": "Devtools",
|
|
8564
9016
|
"type": "official",
|
|
@@ -8626,30 +9078,6 @@
|
|
|
8626
9078
|
"requires": {}
|
|
8627
9079
|
}
|
|
8628
9080
|
},
|
|
8629
|
-
{
|
|
8630
|
-
"name": "time",
|
|
8631
|
-
"description": "Safely render local dates and times on the server with Nuxt",
|
|
8632
|
-
"repo": "danielroe/nuxt-time",
|
|
8633
|
-
"npm": "nuxt-time",
|
|
8634
|
-
"icon": "",
|
|
8635
|
-
"github": "https://github.com/danielroe/nuxt-time",
|
|
8636
|
-
"website": "https://github.com/danielroe/nuxt-time",
|
|
8637
|
-
"learn_more": "",
|
|
8638
|
-
"category": "Extensions",
|
|
8639
|
-
"type": "3rd-party",
|
|
8640
|
-
"maintainers": [
|
|
8641
|
-
{
|
|
8642
|
-
"name": "Daniel Roe",
|
|
8643
|
-
"github": "danielroe",
|
|
8644
|
-
"twitter": "danielcroe",
|
|
8645
|
-
"bluesky": "danielroe.dev"
|
|
8646
|
-
}
|
|
8647
|
-
],
|
|
8648
|
-
"compatibility": {
|
|
8649
|
-
"nuxt": ">=3.0.0",
|
|
8650
|
-
"requires": {}
|
|
8651
|
-
}
|
|
8652
|
-
},
|
|
8653
9081
|
{
|
|
8654
9082
|
"name": "tiptap",
|
|
8655
9083
|
"description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
|
|
@@ -8675,11 +9103,11 @@
|
|
|
8675
9103
|
{
|
|
8676
9104
|
"name": "toast",
|
|
8677
9105
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
8678
|
-
"repo": "nuxt-community/modules#master/packages/toast",
|
|
9106
|
+
"repo": "nuxt-community/legacy-modules#master/packages/toast",
|
|
8679
9107
|
"npm": "@nuxtjs/toast",
|
|
8680
9108
|
"icon": "",
|
|
8681
|
-
"github": "https://github.com/nuxt-community/
|
|
8682
|
-
"website": "https://github.com/nuxt-community/
|
|
9109
|
+
"github": "https://github.com/nuxt-community/legacy-modules",
|
|
9110
|
+
"website": "https://github.com/nuxt-community/legacy-modules/tree/master/packages/toast",
|
|
8683
9111
|
"learn_more": "https://github.com/shakee93/vue-toasted",
|
|
8684
9112
|
"category": "Libraries",
|
|
8685
9113
|
"type": "community",
|
|
@@ -8744,11 +9172,11 @@
|
|
|
8744
9172
|
{
|
|
8745
9173
|
"name": "tresjs",
|
|
8746
9174
|
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
8747
|
-
"repo": "tresjs/nuxt",
|
|
9175
|
+
"repo": "tresjs/tres#main/packages/nuxt",
|
|
8748
9176
|
"npm": "@tresjs/nuxt",
|
|
8749
9177
|
"icon": "tresjs.svg",
|
|
8750
|
-
"github": "https://github.com/
|
|
8751
|
-
"website": "https://tresjs.org/
|
|
9178
|
+
"github": "https://github.com/tresjs/tres",
|
|
9179
|
+
"website": "https://docs.tresjs.org/getting-started/installation#nuxt-project",
|
|
8752
9180
|
"learn_more": "https://tresjs.org/",
|
|
8753
9181
|
"category": "Libraries",
|
|
8754
9182
|
"type": "3rd-party",
|
|
@@ -8771,7 +9199,7 @@
|
|
|
8771
9199
|
}
|
|
8772
9200
|
],
|
|
8773
9201
|
"compatibility": {
|
|
8774
|
-
"nuxt": ">=3.
|
|
9202
|
+
"nuxt": ">=3.16.0",
|
|
8775
9203
|
"requires": {}
|
|
8776
9204
|
}
|
|
8777
9205
|
},
|
|
@@ -8795,7 +9223,7 @@
|
|
|
8795
9223
|
}
|
|
8796
9224
|
],
|
|
8797
9225
|
"compatibility": {
|
|
8798
|
-
"nuxt": "
|
|
9226
|
+
"nuxt": ">=3.0.0",
|
|
8799
9227
|
"requires": {
|
|
8800
9228
|
"bridge": true
|
|
8801
9229
|
}
|
|
@@ -8809,7 +9237,7 @@
|
|
|
8809
9237
|
"icon": "",
|
|
8810
9238
|
"github": "https://github.com/tuarrep/nuxt-twa",
|
|
8811
9239
|
"website": "https://nuxt-twa.tuarrep.dev",
|
|
8812
|
-
"learn_more": "https://developer.chrome.com/docs/android/trusted-web-activity
|
|
9240
|
+
"learn_more": "https://developer.chrome.com/docs/android/trusted-web-activity?hl=tr",
|
|
8813
9241
|
"category": "Performance",
|
|
8814
9242
|
"type": "3rd-party",
|
|
8815
9243
|
"maintainers": [
|
|
@@ -8831,7 +9259,7 @@
|
|
|
8831
9259
|
"repo": "yizack/nuxt-twemoji",
|
|
8832
9260
|
"npm": "nuxt-twemoji",
|
|
8833
9261
|
"icon": "twemoji.svg",
|
|
8834
|
-
"github": "https://github.com/
|
|
9262
|
+
"github": "https://github.com/yizack/nuxt-twemoji",
|
|
8835
9263
|
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
8836
9264
|
"learn_more": "",
|
|
8837
9265
|
"category": "UI",
|
|
@@ -8902,44 +9330,18 @@
|
|
|
8902
9330
|
}
|
|
8903
9331
|
],
|
|
8904
9332
|
"compatibility": {
|
|
8905
|
-
"nuxt": "
|
|
9333
|
+
"nuxt": ">=3.0.0",
|
|
8906
9334
|
"requires": {}
|
|
8907
9335
|
}
|
|
8908
9336
|
},
|
|
8909
|
-
{
|
|
8910
|
-
"name": "typed-vuex",
|
|
8911
|
-
"description": "A vanilla, strongly typed store accessor for Vuex.",
|
|
8912
|
-
"repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
|
|
8913
|
-
"npm": "nuxt-typed-vuex",
|
|
8914
|
-
"icon": "vue.png",
|
|
8915
|
-
"github": "https://github.com/danielroe/typed-vuex",
|
|
8916
|
-
"website": "https://github.com/danielroe/typed-vuex",
|
|
8917
|
-
"learn_more": "",
|
|
8918
|
-
"category": "Libraries",
|
|
8919
|
-
"type": "3rd-party",
|
|
8920
|
-
"maintainers": [
|
|
8921
|
-
{
|
|
8922
|
-
"name": "Daniel Roe",
|
|
8923
|
-
"github": "danielroe",
|
|
8924
|
-
"twitter": "danielcroe",
|
|
8925
|
-
"bluesky": "danielroe.dev"
|
|
8926
|
-
}
|
|
8927
|
-
],
|
|
8928
|
-
"compatibility": {
|
|
8929
|
-
"nuxt": "^2.0.0",
|
|
8930
|
-
"requires": {
|
|
8931
|
-
"bridge": "optional"
|
|
8932
|
-
}
|
|
8933
|
-
}
|
|
8934
|
-
},
|
|
8935
9337
|
{
|
|
8936
9338
|
"name": "typescript-runtime",
|
|
8937
9339
|
"description": "TypeScript Runtime support for Nuxt",
|
|
8938
9340
|
"repo": "nuxt/typescript#master/packages/typescript-runtime",
|
|
8939
9341
|
"npm": "@nuxt/typescript-runtime",
|
|
8940
9342
|
"icon": "typescript.svg",
|
|
8941
|
-
"github": "https://github.com/nuxt/typescript
|
|
8942
|
-
"website": "https://typescript.nuxtjs.org/guide/runtime
|
|
9343
|
+
"github": "https://github.com/nuxt/typescript",
|
|
9344
|
+
"website": "https://typescript.nuxtjs.org/guide/runtime/",
|
|
8943
9345
|
"learn_more": "",
|
|
8944
9346
|
"category": "Devtools",
|
|
8945
9347
|
"type": "official",
|
|
@@ -8973,7 +9375,7 @@
|
|
|
8973
9375
|
"repo": "nuxt/typescript#master/packages/typescript-build",
|
|
8974
9376
|
"npm": "@nuxt/typescript-build",
|
|
8975
9377
|
"icon": "typescript.svg",
|
|
8976
|
-
"github": "https://github.com/nuxt/typescript
|
|
9378
|
+
"github": "https://github.com/nuxt/typescript",
|
|
8977
9379
|
"website": "https://typescript.nuxtjs.org",
|
|
8978
9380
|
"learn_more": "",
|
|
8979
9381
|
"category": "Devtools",
|
|
@@ -9033,7 +9435,7 @@
|
|
|
9033
9435
|
"npm": "@nuxt/ui",
|
|
9034
9436
|
"icon": "nuxt.svg",
|
|
9035
9437
|
"github": "https://github.com/nuxt/ui",
|
|
9036
|
-
"website": "https://ui.nuxt.com",
|
|
9438
|
+
"website": "https://ui.nuxt.com/docs/getting-started/installation/nuxt",
|
|
9037
9439
|
"learn_more": "",
|
|
9038
9440
|
"category": "UI",
|
|
9039
9441
|
"type": "official",
|
|
@@ -9052,9 +9454,10 @@
|
|
|
9052
9454
|
}
|
|
9053
9455
|
],
|
|
9054
9456
|
"compatibility": {
|
|
9055
|
-
"nuxt": ">=3.
|
|
9457
|
+
"nuxt": ">=3.10.0",
|
|
9056
9458
|
"requires": {}
|
|
9057
|
-
}
|
|
9459
|
+
},
|
|
9460
|
+
"mcp": "https://ui.nuxt.com/mcp"
|
|
9058
9461
|
},
|
|
9059
9462
|
{
|
|
9060
9463
|
"name": "umami",
|
|
@@ -9064,7 +9467,7 @@
|
|
|
9064
9467
|
"icon": "umami.svg",
|
|
9065
9468
|
"github": "https://github.com/ijkml/nuxt-umami",
|
|
9066
9469
|
"website": "https://github.com/ijkml/nuxt-umami",
|
|
9067
|
-
"learn_more": "https://umami.is/docs
|
|
9470
|
+
"learn_more": "https://docs.umami.is/docs",
|
|
9068
9471
|
"category": "Analytics",
|
|
9069
9472
|
"type": "3rd-party",
|
|
9070
9473
|
"maintainers": [
|
|
@@ -9116,7 +9519,7 @@
|
|
|
9116
9519
|
"repo": "johannschopplich/unlazy#main/packages/nuxt",
|
|
9117
9520
|
"npm": "@unlazy/nuxt",
|
|
9118
9521
|
"icon": "unlazy.svg",
|
|
9119
|
-
"github": "https://github.com/johannschopplich/unlazy
|
|
9522
|
+
"github": "https://github.com/johannschopplich/unlazy",
|
|
9120
9523
|
"website": "https://unlazy.byjohann.dev/",
|
|
9121
9524
|
"learn_more": "",
|
|
9122
9525
|
"category": "Images",
|
|
@@ -9129,7 +9532,7 @@
|
|
|
9129
9532
|
}
|
|
9130
9533
|
],
|
|
9131
9534
|
"compatibility": {
|
|
9132
|
-
"nuxt": ">=3.
|
|
9535
|
+
"nuxt": ">=3.5.0",
|
|
9133
9536
|
"requires": {}
|
|
9134
9537
|
}
|
|
9135
9538
|
},
|
|
@@ -9164,17 +9567,17 @@
|
|
|
9164
9567
|
{
|
|
9165
9568
|
"name": "ununuracss",
|
|
9166
9569
|
"description": "A Real CSS Engine. Only Scoped.",
|
|
9167
|
-
"repo": "
|
|
9570
|
+
"repo": "betterwrite/ununuracss#main/packages/nuxt",
|
|
9168
9571
|
"npm": "nuxt-ununura",
|
|
9169
9572
|
"icon": "ununuracss.png",
|
|
9170
|
-
"github": "https://github.com/
|
|
9171
|
-
"website": "https://github.com/
|
|
9172
|
-
"learn_more": "https://github.com/
|
|
9573
|
+
"github": "https://github.com/betterwrite/ununuracss",
|
|
9574
|
+
"website": "https://github.com/betterwrite/ununuracss",
|
|
9575
|
+
"learn_more": "https://github.com/betterwrite/ununuracss",
|
|
9173
9576
|
"category": "UI",
|
|
9174
9577
|
"type": "3rd-party",
|
|
9175
9578
|
"maintainers": [
|
|
9176
9579
|
{
|
|
9177
|
-
"name": "Giovane
|
|
9580
|
+
"name": "Giovane Silva",
|
|
9178
9581
|
"github": "novout",
|
|
9179
9582
|
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
9180
9583
|
}
|
|
@@ -9202,30 +9605,7 @@
|
|
|
9202
9605
|
}
|
|
9203
9606
|
],
|
|
9204
9607
|
"compatibility": {
|
|
9205
|
-
"nuxt": ">=3.
|
|
9206
|
-
"requires": {}
|
|
9207
|
-
}
|
|
9208
|
-
},
|
|
9209
|
-
{
|
|
9210
|
-
"name": "user-agent",
|
|
9211
|
-
"description": "Nuxt module for handling User-Agent.",
|
|
9212
|
-
"repo": "fukuiretu/nuxt-user-agent",
|
|
9213
|
-
"npm": "nuxt-user-agent",
|
|
9214
|
-
"icon": "",
|
|
9215
|
-
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
9216
|
-
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
9217
|
-
"learn_more": "",
|
|
9218
|
-
"category": "Extensions",
|
|
9219
|
-
"type": "3rd-party",
|
|
9220
|
-
"maintainers": [
|
|
9221
|
-
{
|
|
9222
|
-
"name": "Retu Fukui",
|
|
9223
|
-
"github": "fukuiretu",
|
|
9224
|
-
"twitter": "fukuiretu"
|
|
9225
|
-
}
|
|
9226
|
-
],
|
|
9227
|
-
"compatibility": {
|
|
9228
|
-
"nuxt": "^2.0.0",
|
|
9608
|
+
"nuxt": ">=3.17.1",
|
|
9229
9609
|
"requires": {}
|
|
9230
9610
|
}
|
|
9231
9611
|
},
|
|
@@ -9269,7 +9649,7 @@
|
|
|
9269
9649
|
}
|
|
9270
9650
|
],
|
|
9271
9651
|
"compatibility": {
|
|
9272
|
-
"nuxt": ">=3
|
|
9652
|
+
"nuxt": ">=3",
|
|
9273
9653
|
"requires": {
|
|
9274
9654
|
"bridge": "optional"
|
|
9275
9655
|
}
|
|
@@ -9281,7 +9661,7 @@
|
|
|
9281
9661
|
"repo": "varletjs/varlet-nuxt",
|
|
9282
9662
|
"npm": "@varlet/nuxt",
|
|
9283
9663
|
"icon": "varlet.svg",
|
|
9284
|
-
"github": "https://github.com/varletjs/varlet",
|
|
9664
|
+
"github": "https://github.com/varletjs/varlet-nuxt",
|
|
9285
9665
|
"website": "https://varlet.pages.dev/#/en-US/index",
|
|
9286
9666
|
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
9287
9667
|
"category": "UI",
|
|
@@ -9306,7 +9686,7 @@
|
|
|
9306
9686
|
"repo": "letstri/vaxee#main/packages/nuxt",
|
|
9307
9687
|
"npm": "@vaxee/nuxt",
|
|
9308
9688
|
"icon": "vaxee.svg",
|
|
9309
|
-
"github": "https://github.com/letstri/vaxee
|
|
9689
|
+
"github": "https://github.com/letstri/vaxee",
|
|
9310
9690
|
"website": "https://vaxee.letstri.dev/",
|
|
9311
9691
|
"learn_more": "",
|
|
9312
9692
|
"category": "Extensions",
|
|
@@ -9319,7 +9699,7 @@
|
|
|
9319
9699
|
}
|
|
9320
9700
|
],
|
|
9321
9701
|
"compatibility": {
|
|
9322
|
-
"nuxt": "
|
|
9702
|
+
"nuxt": ">=3.5.0",
|
|
9323
9703
|
"requires": {}
|
|
9324
9704
|
}
|
|
9325
9705
|
},
|
|
@@ -9341,7 +9721,7 @@
|
|
|
9341
9721
|
}
|
|
9342
9722
|
],
|
|
9343
9723
|
"compatibility": {
|
|
9344
|
-
"nuxt": "
|
|
9724
|
+
"nuxt": "^3.0.0",
|
|
9345
9725
|
"requires": {}
|
|
9346
9726
|
}
|
|
9347
9727
|
},
|
|
@@ -9351,7 +9731,7 @@
|
|
|
9351
9731
|
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
9352
9732
|
"npm": "@vee-validate/nuxt",
|
|
9353
9733
|
"icon": "vee-validate.png",
|
|
9354
|
-
"github": "https://github.com/logaretm/vee-validate
|
|
9734
|
+
"github": "https://github.com/logaretm/vee-validate",
|
|
9355
9735
|
"website": "https://vee-validate.logaretm.com/v4/",
|
|
9356
9736
|
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
9357
9737
|
"category": "Libraries",
|
|
@@ -9361,7 +9741,7 @@
|
|
|
9361
9741
|
"name": "Abdelrahman Awad",
|
|
9362
9742
|
"github": "logaretm",
|
|
9363
9743
|
"twitter": "logaretm",
|
|
9364
|
-
"bluesky": "
|
|
9744
|
+
"bluesky": "awad.dev"
|
|
9365
9745
|
}
|
|
9366
9746
|
],
|
|
9367
9747
|
"compatibility": {
|
|
@@ -9372,11 +9752,11 @@
|
|
|
9372
9752
|
{
|
|
9373
9753
|
"name": "vendor",
|
|
9374
9754
|
"description": "directly serve node_modules",
|
|
9375
|
-
"repo": "nuxt-community/modules#master/packages/vendor",
|
|
9755
|
+
"repo": "nuxt-community/legacy-modules#master/packages/vendor",
|
|
9376
9756
|
"npm": "@nuxtjs/vendor",
|
|
9377
9757
|
"icon": "",
|
|
9378
|
-
"github": "https://github.com/nuxt-community/modules
|
|
9379
|
-
"website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
9758
|
+
"github": "https://github.com/nuxt-community/legacy-modules",
|
|
9759
|
+
"website": "https://github.com/nuxt-community/legacy-modules/tree/master/packages/vendor",
|
|
9380
9760
|
"learn_more": "",
|
|
9381
9761
|
"category": "Extensions",
|
|
9382
9762
|
"type": "community",
|
|
@@ -9393,13 +9773,57 @@
|
|
|
9393
9773
|
"requires": {}
|
|
9394
9774
|
}
|
|
9395
9775
|
},
|
|
9776
|
+
{
|
|
9777
|
+
"name": "vercel-analytics",
|
|
9778
|
+
"description": "Privacy-friendly, real-time traffic insights for your Nuxt app",
|
|
9779
|
+
"repo": "vercel/analytics#main/packages/web",
|
|
9780
|
+
"npm": "@vercel/analytics",
|
|
9781
|
+
"icon": "vercel.svg",
|
|
9782
|
+
"github": "https://github.com/vercel/analytics",
|
|
9783
|
+
"website": "https://vercel.com/docs/analytics",
|
|
9784
|
+
"learn_more": "https://vercel.com/docs/analytics/quickstart?framework=nuxt",
|
|
9785
|
+
"category": "Analytics",
|
|
9786
|
+
"type": "3rd-party",
|
|
9787
|
+
"maintainers": [
|
|
9788
|
+
{
|
|
9789
|
+
"name": "Vercel",
|
|
9790
|
+
"github": "vercel"
|
|
9791
|
+
}
|
|
9792
|
+
],
|
|
9793
|
+
"compatibility": {
|
|
9794
|
+
"nuxt": ">=3.0.0",
|
|
9795
|
+
"requires": {}
|
|
9796
|
+
}
|
|
9797
|
+
},
|
|
9798
|
+
{
|
|
9799
|
+
"name": "vercel-speed-insights",
|
|
9800
|
+
"description": "Real user performance metrics and suggestions for your Nuxt app",
|
|
9801
|
+
"repo": "vercel/speed-insights#main/packages/web",
|
|
9802
|
+
"npm": "@vercel/speed-insights",
|
|
9803
|
+
"icon": "vercel.svg",
|
|
9804
|
+
"github": "https://github.com/vercel/speed-insights",
|
|
9805
|
+
"website": "https://vercel.com/docs/speed-insights",
|
|
9806
|
+
"learn_more": "https://vercel.com/docs/speed-insights/quickstart?framework=nuxt",
|
|
9807
|
+
"category": "Performance",
|
|
9808
|
+
"type": "3rd-party",
|
|
9809
|
+
"maintainers": [
|
|
9810
|
+
{
|
|
9811
|
+
"name": "Vercel",
|
|
9812
|
+
"github": "vercel"
|
|
9813
|
+
}
|
|
9814
|
+
],
|
|
9815
|
+
"compatibility": {
|
|
9816
|
+
"nuxt": ">=3.0.0",
|
|
9817
|
+
"requires": {}
|
|
9818
|
+
}
|
|
9819
|
+
},
|
|
9396
9820
|
{
|
|
9397
9821
|
"name": "vexip-ui",
|
|
9398
9822
|
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
9399
9823
|
"repo": "vexip-ui/nuxt",
|
|
9400
9824
|
"npm": "@vexip-ui/nuxt",
|
|
9401
9825
|
"icon": "vexip-ui.svg",
|
|
9402
|
-
"github": "https://github.com/vexip-ui/
|
|
9826
|
+
"github": "https://github.com/vexip-ui/nuxt",
|
|
9403
9827
|
"website": "https://www.vexipui.com/",
|
|
9404
9828
|
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
9405
9829
|
"category": "UI",
|
|
@@ -9466,10 +9890,34 @@
|
|
|
9466
9890
|
}
|
|
9467
9891
|
],
|
|
9468
9892
|
"compatibility": {
|
|
9469
|
-
"nuxt": ">=3.
|
|
9893
|
+
"nuxt": ">=3.6.5",
|
|
9470
9894
|
"requires": {}
|
|
9471
9895
|
}
|
|
9472
9896
|
},
|
|
9897
|
+
{
|
|
9898
|
+
"name": "vorm",
|
|
9899
|
+
"description": "Intuitive form engine for Vue 3 — dynamic, schema-driven, and fully validated",
|
|
9900
|
+
"repo": "Flo0806/vorm#main/packages/vorm-nuxt",
|
|
9901
|
+
"npm": "vorm-nuxt",
|
|
9902
|
+
"icon": "vorm.png",
|
|
9903
|
+
"github": "https://github.com/Flo0806/vorm",
|
|
9904
|
+
"website": "https://vorm.fh-softdev.de",
|
|
9905
|
+
"learn_more": "https://vorm.fh-softdev.de/nuxt/",
|
|
9906
|
+
"category": "Libraries",
|
|
9907
|
+
"type": "3rd-party",
|
|
9908
|
+
"maintainers": [
|
|
9909
|
+
{
|
|
9910
|
+
"name": "Florian Heuberger",
|
|
9911
|
+
"github": "Flo0806"
|
|
9912
|
+
}
|
|
9913
|
+
],
|
|
9914
|
+
"compatibility": {
|
|
9915
|
+
"nuxt": ">=3.0.0",
|
|
9916
|
+
"requires": {
|
|
9917
|
+
"vorm-vue": ">=1.0.0"
|
|
9918
|
+
}
|
|
9919
|
+
}
|
|
9920
|
+
},
|
|
9473
9921
|
{
|
|
9474
9922
|
"name": "vue-api",
|
|
9475
9923
|
"description": "A flexible and provider-agnostic API handling library for Vue 3 and Nuxt 3. Supports multiple data providers like axios, ofetch and more. It includes a robust model mapping feature.",
|
|
@@ -9493,37 +9941,6 @@
|
|
|
9493
9941
|
"requires": {}
|
|
9494
9942
|
}
|
|
9495
9943
|
},
|
|
9496
|
-
{
|
|
9497
|
-
"name": "vue-email",
|
|
9498
|
-
"description": "💌 Write email templates with vue",
|
|
9499
|
-
"repo": "vue-email/nuxt",
|
|
9500
|
-
"npm": "@vue-email/nuxt",
|
|
9501
|
-
"icon": "vue-email.svg",
|
|
9502
|
-
"github": "https://github.com/vue-email/nuxt",
|
|
9503
|
-
"website": "https://vuemail.net/",
|
|
9504
|
-
"learn_more": "https://vuemail.net/",
|
|
9505
|
-
"category": "UI",
|
|
9506
|
-
"type": "3rd-party",
|
|
9507
|
-
"maintainers": [
|
|
9508
|
-
{
|
|
9509
|
-
"name": "David Arenas",
|
|
9510
|
-
"github": "Dave136",
|
|
9511
|
-
"twitter": "davejs4",
|
|
9512
|
-
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
9513
|
-
},
|
|
9514
|
-
{
|
|
9515
|
-
"name": "Younes Barrad",
|
|
9516
|
-
"github": "Flowko",
|
|
9517
|
-
"twitter": "imflowko",
|
|
9518
|
-
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
9519
|
-
}
|
|
9520
|
-
],
|
|
9521
|
-
"compatibility": {
|
|
9522
|
-
"nuxt": ">=3.0.0",
|
|
9523
|
-
"requires": {},
|
|
9524
|
-
"devtools": "^0.0.0"
|
|
9525
|
-
}
|
|
9526
|
-
},
|
|
9527
9944
|
{
|
|
9528
9945
|
"name": "vue-final-modal",
|
|
9529
9946
|
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
@@ -9573,12 +9990,12 @@
|
|
|
9573
9990
|
{
|
|
9574
9991
|
"name": "vue-macros",
|
|
9575
9992
|
"description": "Explore more macros and syntax sugar to Vue.",
|
|
9576
|
-
"repo": "
|
|
9993
|
+
"repo": "vue-macros/vue-macros#main/packages/nuxt",
|
|
9577
9994
|
"npm": "@vue-macros/nuxt",
|
|
9578
9995
|
"icon": "vue-macros.svg",
|
|
9579
|
-
"github": "https://github.com/
|
|
9580
|
-
"website": "https://vue-macros.
|
|
9581
|
-
"learn_more": "https://github.com/
|
|
9996
|
+
"github": "https://github.com/vue-macros/vue-macros",
|
|
9997
|
+
"website": "https://vue-macros.dev/",
|
|
9998
|
+
"learn_more": "https://github.com/vue-macros/vue-macros",
|
|
9582
9999
|
"category": "Extensions",
|
|
9583
10000
|
"type": "3rd-party",
|
|
9584
10001
|
"maintainers": [
|
|
@@ -9605,7 +10022,7 @@
|
|
|
9605
10022
|
"icon": "vue-material.png",
|
|
9606
10023
|
"github": "https://github.com/vaso2/nuxt-vue-material",
|
|
9607
10024
|
"website": "https://github.com/vaso2/nuxt-vue-material",
|
|
9608
|
-
"learn_more": "https://
|
|
10025
|
+
"learn_more": "https://www.creative-tim.com/vuematerial/",
|
|
9609
10026
|
"category": "UI",
|
|
9610
10027
|
"type": "3rd-party",
|
|
9611
10028
|
"maintainers": [
|
|
@@ -9673,7 +10090,7 @@
|
|
|
9673
10090
|
"icon": "vue-query.svg",
|
|
9674
10091
|
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
9675
10092
|
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
9676
|
-
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
10093
|
+
"learn_more": "https://tanstack.com/query/latest/docs/framework/vue/quick-start",
|
|
9677
10094
|
"category": "Request",
|
|
9678
10095
|
"type": "3rd-party",
|
|
9679
10096
|
"maintainers": [
|
|
@@ -9684,7 +10101,7 @@
|
|
|
9684
10101
|
}
|
|
9685
10102
|
],
|
|
9686
10103
|
"compatibility": {
|
|
9687
|
-
"nuxt": "
|
|
10104
|
+
"nuxt": "^3",
|
|
9688
10105
|
"requires": {}
|
|
9689
10106
|
}
|
|
9690
10107
|
},
|
|
@@ -9742,7 +10159,7 @@
|
|
|
9742
10159
|
"npm": "vue-warehouse",
|
|
9743
10160
|
"icon": "",
|
|
9744
10161
|
"github": "https://github.com/juliomrqz/vue-warehouse",
|
|
9745
|
-
"website": "https://
|
|
10162
|
+
"website": "https://github.com/juliomrqz/vue-warehouse/tree/develop/docs",
|
|
9746
10163
|
"learn_more": "",
|
|
9747
10164
|
"category": "Libraries",
|
|
9748
10165
|
"type": "3rd-party",
|
|
@@ -9787,7 +10204,7 @@
|
|
|
9787
10204
|
"repo": "vuejs/vuefire#main/packages/nuxt",
|
|
9788
10205
|
"npm": "nuxt-vuefire",
|
|
9789
10206
|
"icon": "vuefire.svg",
|
|
9790
|
-
"github": "https://github.com/vuejs/vuefire
|
|
10207
|
+
"github": "https://github.com/vuejs/vuefire",
|
|
9791
10208
|
"website": "https://vuefire.vuejs.org/",
|
|
9792
10209
|
"learn_more": "",
|
|
9793
10210
|
"category": "Database",
|
|
@@ -9801,7 +10218,7 @@
|
|
|
9801
10218
|
}
|
|
9802
10219
|
],
|
|
9803
10220
|
"compatibility": {
|
|
9804
|
-
"nuxt": ">=3.
|
|
10221
|
+
"nuxt": ">=3.1.0",
|
|
9805
10222
|
"requires": {}
|
|
9806
10223
|
}
|
|
9807
10224
|
},
|
|
@@ -9857,7 +10274,7 @@
|
|
|
9857
10274
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
9858
10275
|
"npm": "@vuestic/nuxt",
|
|
9859
10276
|
"icon": "vuestic.png",
|
|
9860
|
-
"github": "https://github.com/epicmaxco/vuestic-ui
|
|
10277
|
+
"github": "https://github.com/epicmaxco/vuestic-ui",
|
|
9861
10278
|
"website": "https://ui.vuestic.dev",
|
|
9862
10279
|
"learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
|
|
9863
10280
|
"category": "UI",
|
|
@@ -9869,14 +10286,14 @@
|
|
|
9869
10286
|
}
|
|
9870
10287
|
],
|
|
9871
10288
|
"compatibility": {
|
|
9872
|
-
"nuxt": ">=3.
|
|
10289
|
+
"nuxt": ">=3.3.0",
|
|
9873
10290
|
"requires": {}
|
|
9874
10291
|
}
|
|
9875
10292
|
},
|
|
9876
10293
|
{
|
|
9877
10294
|
"name": "vuetify-nuxt-module",
|
|
9878
10295
|
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
9879
|
-
"repo": "vuetifyjs/nuxt-module",
|
|
10296
|
+
"repo": "vuetifyjs/nuxt-module#main/packages/vuetify-nuxt-module",
|
|
9880
10297
|
"npm": "vuetify-nuxt-module",
|
|
9881
10298
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
9882
10299
|
"github": "https://github.com/vuetifyjs/nuxt-module",
|
|
@@ -9889,10 +10306,14 @@
|
|
|
9889
10306
|
"name": "Joaquín Sánchez",
|
|
9890
10307
|
"github": "userquin",
|
|
9891
10308
|
"bluesky": "userquin.bsky.social"
|
|
10309
|
+
},
|
|
10310
|
+
{
|
|
10311
|
+
"name": "Andrei Elkin",
|
|
10312
|
+
"github": "andreyyolkin"
|
|
9892
10313
|
}
|
|
9893
10314
|
],
|
|
9894
10315
|
"compatibility": {
|
|
9895
|
-
"nuxt": ">=3.
|
|
10316
|
+
"nuxt": ">=3.15.0",
|
|
9896
10317
|
"requires": {}
|
|
9897
10318
|
}
|
|
9898
10319
|
},
|
|
@@ -9993,7 +10414,7 @@
|
|
|
9993
10414
|
}
|
|
9994
10415
|
],
|
|
9995
10416
|
"compatibility": {
|
|
9996
|
-
"nuxt": ">=3.0.0",
|
|
10417
|
+
"nuxt": ">=3.0.0-rc.11",
|
|
9997
10418
|
"requires": {}
|
|
9998
10419
|
}
|
|
9999
10420
|
},
|
|
@@ -10028,41 +10449,19 @@
|
|
|
10028
10449
|
}
|
|
10029
10450
|
],
|
|
10030
10451
|
"compatibility": {
|
|
10031
|
-
"nuxt": "^2.
|
|
10452
|
+
"nuxt": "^2.15.0 || ^3.0.0",
|
|
10032
10453
|
"requires": {
|
|
10033
10454
|
"bridge": "optional"
|
|
10034
10455
|
}
|
|
10035
10456
|
}
|
|
10036
10457
|
},
|
|
10037
|
-
{
|
|
10038
|
-
"name": "webfontloader",
|
|
10039
|
-
"description": "Efficient web font loading has never been easier!",
|
|
10040
|
-
"repo": "Developmint/nuxt-webfontloader",
|
|
10041
|
-
"npm": "nuxt-webfontloader",
|
|
10042
|
-
"icon": "",
|
|
10043
|
-
"github": "https://github.com/Developmint/nuxt-webfontloader",
|
|
10044
|
-
"website": "https://github.com/Developmint/nuxt-webfontloader",
|
|
10045
|
-
"learn_more": "https://www.npmjs.com/package/webfontloader",
|
|
10046
|
-
"category": "Fonts",
|
|
10047
|
-
"type": "3rd-party",
|
|
10048
|
-
"maintainers": [
|
|
10049
|
-
{
|
|
10050
|
-
"name": "Developmint",
|
|
10051
|
-
"github": "Developmint"
|
|
10052
|
-
}
|
|
10053
|
-
],
|
|
10054
|
-
"compatibility": {
|
|
10055
|
-
"nuxt": "^2.0.0",
|
|
10056
|
-
"requires": {}
|
|
10057
|
-
}
|
|
10058
|
-
},
|
|
10059
10458
|
{
|
|
10060
10459
|
"name": "webhook-validators",
|
|
10061
10460
|
"description": "Nuxt module that works on the edge to easily validate incoming webhooks from different services.",
|
|
10062
10461
|
"repo": "yizack/nuxt-webhook-validators",
|
|
10063
10462
|
"npm": "nuxt-webhook-validators",
|
|
10064
10463
|
"icon": "webhook-validators.svg",
|
|
10065
|
-
"github": "https://github.com/
|
|
10464
|
+
"github": "https://github.com/yizack/nuxt-webhook-validators",
|
|
10066
10465
|
"website": "https://github.com/Yizack/nuxt-webhook-validators",
|
|
10067
10466
|
"learn_more": "",
|
|
10068
10467
|
"category": "Security",
|
|
@@ -10151,30 +10550,6 @@
|
|
|
10151
10550
|
"requires": {}
|
|
10152
10551
|
}
|
|
10153
10552
|
},
|
|
10154
|
-
{
|
|
10155
|
-
"name": "webpackmonitor",
|
|
10156
|
-
"description": "Monitor Nuxt webpack optimization metrics through the development process",
|
|
10157
|
-
"repo": "nuxt-community/webpackmonitor-module",
|
|
10158
|
-
"npm": "@nuxtjs/webpackmonitor",
|
|
10159
|
-
"icon": "webpack.png",
|
|
10160
|
-
"github": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
10161
|
-
"website": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
10162
|
-
"learn_more": "",
|
|
10163
|
-
"category": "Devtools",
|
|
10164
|
-
"type": "community",
|
|
10165
|
-
"maintainers": [
|
|
10166
|
-
{
|
|
10167
|
-
"name": "Pooya Parsa",
|
|
10168
|
-
"github": "pi0",
|
|
10169
|
-
"twitter": "_pi0_",
|
|
10170
|
-
"bluesky": "pi0.io"
|
|
10171
|
-
}
|
|
10172
|
-
],
|
|
10173
|
-
"compatibility": {
|
|
10174
|
-
"nuxt": "^2.0.0",
|
|
10175
|
-
"requires": {}
|
|
10176
|
-
}
|
|
10177
|
-
},
|
|
10178
10553
|
{
|
|
10179
10554
|
"name": "well-known",
|
|
10180
10555
|
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
@@ -10193,17 +10568,17 @@
|
|
|
10193
10568
|
}
|
|
10194
10569
|
],
|
|
10195
10570
|
"compatibility": {
|
|
10196
|
-
"nuxt": "
|
|
10571
|
+
"nuxt": "^3.0.0",
|
|
10197
10572
|
"requires": {}
|
|
10198
10573
|
}
|
|
10199
10574
|
},
|
|
10200
10575
|
{
|
|
10201
10576
|
"name": "wideangle",
|
|
10202
10577
|
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
10203
|
-
"repo": "
|
|
10578
|
+
"repo": "wideangleanalytics/wideangle-nuxt",
|
|
10204
10579
|
"npm": "wideangle-nuxt",
|
|
10205
10580
|
"icon": "wideangle.png",
|
|
10206
|
-
"github": "https://github.com/
|
|
10581
|
+
"github": "https://github.com/wideangleanalytics/wideangle-nuxt",
|
|
10207
10582
|
"website": "https://wideangle.co",
|
|
10208
10583
|
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
10209
10584
|
"category": "Analytics",
|
|
@@ -10278,24 +10653,24 @@
|
|
|
10278
10653
|
}
|
|
10279
10654
|
},
|
|
10280
10655
|
{
|
|
10281
|
-
"name": "
|
|
10282
|
-
"description": "
|
|
10283
|
-
"repo": "
|
|
10284
|
-
"npm": "
|
|
10285
|
-
"icon": "
|
|
10286
|
-
"github": "https://github.com/
|
|
10287
|
-
"website": "https://
|
|
10288
|
-
"learn_more": "
|
|
10289
|
-
"category": "
|
|
10656
|
+
"name": "workflow",
|
|
10657
|
+
"description": "Workflow DevKit - Build durable, resilient, and observable workflows",
|
|
10658
|
+
"repo": "vercel/workflow#main/packages/workflow",
|
|
10659
|
+
"npm": "workflow",
|
|
10660
|
+
"icon": "workflow.svg",
|
|
10661
|
+
"github": "https://github.com/vercel/workflow",
|
|
10662
|
+
"website": "https://workflow-sdk.dev/",
|
|
10663
|
+
"learn_more": "",
|
|
10664
|
+
"category": "Devtools",
|
|
10290
10665
|
"type": "3rd-party",
|
|
10291
10666
|
"maintainers": [
|
|
10292
10667
|
{
|
|
10293
|
-
"name": "
|
|
10294
|
-
"github": "
|
|
10668
|
+
"name": "vercel",
|
|
10669
|
+
"github": "vercel"
|
|
10295
10670
|
}
|
|
10296
10671
|
],
|
|
10297
10672
|
"compatibility": {
|
|
10298
|
-
"nuxt": "
|
|
10673
|
+
"nuxt": ">=3.0.0",
|
|
10299
10674
|
"requires": {}
|
|
10300
10675
|
}
|
|
10301
10676
|
},
|
|
@@ -10340,7 +10715,7 @@
|
|
|
10340
10715
|
}
|
|
10341
10716
|
],
|
|
10342
10717
|
"compatibility": {
|
|
10343
|
-
"nuxt": "^2.
|
|
10718
|
+
"nuxt": "^2.16.0 || ^3.0.0",
|
|
10344
10719
|
"requires": {
|
|
10345
10720
|
"bridge": true
|
|
10346
10721
|
}
|
|
@@ -10376,7 +10751,7 @@
|
|
|
10376
10751
|
"icon": "zendesk.png",
|
|
10377
10752
|
"github": "https://github.com/DansMaCulotte/nuxt-zendesk",
|
|
10378
10753
|
"website": "https://github.com/DansMaCulotte/nuxt-zendesk",
|
|
10379
|
-
"learn_more": "https://developer.zendesk.com/
|
|
10754
|
+
"learn_more": "https://developer.zendesk.com/api-reference/widget/introduction/",
|
|
10380
10755
|
"category": "Ecommerce",
|
|
10381
10756
|
"type": "3rd-party",
|
|
10382
10757
|
"maintainers": [
|