@nuxt/modules 0.6.0-3d6041 → 0.6.0-3dedd0
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 +4 -0
- package/modules.json +1028 -79
- package/package.json +9 -9
package/modules.json
CHANGED
|
@@ -126,12 +126,12 @@
|
|
|
126
126
|
},
|
|
127
127
|
{
|
|
128
128
|
"name": "animejs",
|
|
129
|
-
"description": "Anime.js module for Nuxt
|
|
130
|
-
"repo": "
|
|
131
|
-
"npm": "nuxt-
|
|
129
|
+
"description": "Anime.js module for Nuxt",
|
|
130
|
+
"repo": "hypernym-studio/nuxt-anime",
|
|
131
|
+
"npm": "@hypernym/nuxt-anime",
|
|
132
132
|
"icon": "",
|
|
133
|
-
"github": "https://github.com/
|
|
134
|
-
"website": "https://github.com/
|
|
133
|
+
"github": "https://github.com/hypernym-studio/nuxt-anime",
|
|
134
|
+
"website": "https://github.com/hypernym-studio/nuxt-anime",
|
|
135
135
|
"learn_more": "",
|
|
136
136
|
"category": "Libraries",
|
|
137
137
|
"type": "3rd-party",
|
|
@@ -142,10 +142,34 @@
|
|
|
142
142
|
}
|
|
143
143
|
],
|
|
144
144
|
"compatibility": {
|
|
145
|
-
"nuxt": "^2.0.0",
|
|
145
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
146
146
|
"requires": {}
|
|
147
147
|
}
|
|
148
148
|
},
|
|
149
|
+
{
|
|
150
|
+
"name": "ant-design-vue",
|
|
151
|
+
"description": "A Vue 3 based component library for designers and developers",
|
|
152
|
+
"repo": "vueComponent/ant-design-vue-nuxt",
|
|
153
|
+
"npm": "@ant-design-vue/nuxt",
|
|
154
|
+
"icon": "ant-design-vue.svg",
|
|
155
|
+
"github": "https://github.com/vueComponent/ant-design-vue-nuxt",
|
|
156
|
+
"website": "https://antdv.com",
|
|
157
|
+
"learn_more": "https://github.com/vueComponent/ant-design-vue-nuxt",
|
|
158
|
+
"category": "UI",
|
|
159
|
+
"type": "3rd-party",
|
|
160
|
+
"maintainers": [
|
|
161
|
+
{
|
|
162
|
+
"name": "tangjinzhou",
|
|
163
|
+
"github": "tangjinzhou"
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
"compatibility": {
|
|
167
|
+
"nuxt": "^3.0.0",
|
|
168
|
+
"requires": {
|
|
169
|
+
"bridge": "optional"
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
},
|
|
149
173
|
{
|
|
150
174
|
"name": "api-party",
|
|
151
175
|
"description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
|
|
@@ -153,7 +177,7 @@
|
|
|
153
177
|
"npm": "nuxt-api-party",
|
|
154
178
|
"icon": "api-party.svg",
|
|
155
179
|
"github": "https://github.com/johannschopplich/nuxt-api-party",
|
|
156
|
-
"website": "https://
|
|
180
|
+
"website": "https://nuxt-api-party.jhnn.dev/",
|
|
157
181
|
"learn_more": "",
|
|
158
182
|
"category": "Request",
|
|
159
183
|
"type": "3rd-party",
|
|
@@ -249,7 +273,7 @@
|
|
|
249
273
|
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
250
274
|
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
251
275
|
"learn_more": "",
|
|
252
|
-
"category": "
|
|
276
|
+
"category": "Database",
|
|
253
277
|
"type": "3rd-party",
|
|
254
278
|
"maintainers": [
|
|
255
279
|
{
|
|
@@ -258,7 +282,7 @@
|
|
|
258
282
|
}
|
|
259
283
|
],
|
|
260
284
|
"compatibility": {
|
|
261
|
-
"nuxt": "^
|
|
285
|
+
"nuxt": "^3.0.0",
|
|
262
286
|
"requires": {}
|
|
263
287
|
}
|
|
264
288
|
},
|
|
@@ -480,6 +504,29 @@
|
|
|
480
504
|
"requires": {}
|
|
481
505
|
}
|
|
482
506
|
},
|
|
507
|
+
{
|
|
508
|
+
"name": "calendly",
|
|
509
|
+
"description": "Calendly is a scheduling tool that allows you to schedule meetings with your customers. This module allows you to easily add Calendly to your Nuxt application.",
|
|
510
|
+
"repo": "madebyfabian/nuxt-calendly",
|
|
511
|
+
"npm": "nuxt-calendly",
|
|
512
|
+
"icon": "calendly.svg",
|
|
513
|
+
"github": "https://github.com/madebyfabian/nuxt-calendly",
|
|
514
|
+
"website": "https://nuxt-calendly.vercel.app/",
|
|
515
|
+
"learn_more": "https://calendly.com/",
|
|
516
|
+
"category": "Extensions",
|
|
517
|
+
"type": "3rd-party",
|
|
518
|
+
"maintainers": [
|
|
519
|
+
{
|
|
520
|
+
"name": "Fabian B.",
|
|
521
|
+
"github": "madebyfabian",
|
|
522
|
+
"twitter": "madebyfabian"
|
|
523
|
+
}
|
|
524
|
+
],
|
|
525
|
+
"compatibility": {
|
|
526
|
+
"nuxt": "^3.0.0",
|
|
527
|
+
"requires": {}
|
|
528
|
+
}
|
|
529
|
+
},
|
|
483
530
|
{
|
|
484
531
|
"name": "canvas-sketch",
|
|
485
532
|
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
@@ -528,11 +575,11 @@
|
|
|
528
575
|
{
|
|
529
576
|
"name": "chatwoot",
|
|
530
577
|
"description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
|
|
531
|
-
"repo": "
|
|
532
|
-
"npm": "@
|
|
578
|
+
"repo": "productdevbookcom/chatwoot",
|
|
579
|
+
"npm": "@productdevbook/chatwoot",
|
|
533
580
|
"icon": "chatwoot.png",
|
|
534
|
-
"github": "https://github.com/
|
|
535
|
-
"website": "https://github.com/
|
|
581
|
+
"github": "https://github.com/productdevbookcom/chatwoot",
|
|
582
|
+
"website": "https://github.com/productdevbookcom/chatwoot",
|
|
536
583
|
"learn_more": "https://www.chatwoot.com",
|
|
537
584
|
"category": "Libraries",
|
|
538
585
|
"type": "3rd-party",
|
|
@@ -569,6 +616,29 @@
|
|
|
569
616
|
"requires": {}
|
|
570
617
|
}
|
|
571
618
|
},
|
|
619
|
+
{
|
|
620
|
+
"name": "clarity-analytics",
|
|
621
|
+
"description": "Clarity Analytics Module for Nuxt",
|
|
622
|
+
"repo": "Barbapapazes/nuxt-clarity-analytics",
|
|
623
|
+
"npm": "nuxt-clarity-analytics",
|
|
624
|
+
"icon": "",
|
|
625
|
+
"github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
|
|
626
|
+
"website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
|
|
627
|
+
"learn_more": "https://clarity.microsoft.com/",
|
|
628
|
+
"category": "Analytics",
|
|
629
|
+
"type": "3rd-party",
|
|
630
|
+
"maintainers": [
|
|
631
|
+
{
|
|
632
|
+
"name": "Barbapapazes",
|
|
633
|
+
"github": "Barbapapazes",
|
|
634
|
+
"twitter": "soubiran_"
|
|
635
|
+
}
|
|
636
|
+
],
|
|
637
|
+
"compatibility": {
|
|
638
|
+
"nuxt": "^3.0.0",
|
|
639
|
+
"requires": {}
|
|
640
|
+
}
|
|
641
|
+
},
|
|
572
642
|
{
|
|
573
643
|
"name": "client-init",
|
|
574
644
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
@@ -613,6 +683,33 @@
|
|
|
613
683
|
"requires": {}
|
|
614
684
|
}
|
|
615
685
|
},
|
|
686
|
+
{
|
|
687
|
+
"name": "cloudflare-analytics",
|
|
688
|
+
"description": "Cloudflare Web Analytics Module for Nuxt",
|
|
689
|
+
"repo": "hamlogic/nuxt-cloudflare-analytics",
|
|
690
|
+
"npm": "nuxt-cloudflare-analytics",
|
|
691
|
+
"icon": "cloudflare.svg",
|
|
692
|
+
"github": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
|
|
693
|
+
"website": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
|
|
694
|
+
"learn_more": "https://www.cloudflare.com/web-analytics/",
|
|
695
|
+
"category": "Analytics",
|
|
696
|
+
"type": "3rd-party",
|
|
697
|
+
"maintainers": [
|
|
698
|
+
{
|
|
699
|
+
"name": "hamlogic",
|
|
700
|
+
"github": "hamlogic"
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"name": "Fabian B.",
|
|
704
|
+
"github": "madebyfabian",
|
|
705
|
+
"twitter": "madebyfabian"
|
|
706
|
+
}
|
|
707
|
+
],
|
|
708
|
+
"compatibility": {
|
|
709
|
+
"nuxt": "^3.0.0",
|
|
710
|
+
"requires": {}
|
|
711
|
+
}
|
|
712
|
+
},
|
|
616
713
|
{
|
|
617
714
|
"name": "cloudinary",
|
|
618
715
|
"description": "Optimize images and videos in your Nuxt.js application",
|
|
@@ -707,12 +804,35 @@
|
|
|
707
804
|
"requires": {}
|
|
708
805
|
}
|
|
709
806
|
},
|
|
807
|
+
{
|
|
808
|
+
"name": "content-assets",
|
|
809
|
+
"description": "Enable locally-located assets in Nuxt Content",
|
|
810
|
+
"repo": "davestewart/nuxt-content-assets",
|
|
811
|
+
"npm": "nuxt-content-assets",
|
|
812
|
+
"icon": "content-assets.png",
|
|
813
|
+
"github": "https://github.com/davestewart/nuxt-content-assets",
|
|
814
|
+
"website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
|
|
815
|
+
"learn_more": "",
|
|
816
|
+
"category": "Images",
|
|
817
|
+
"type": "3rd-party",
|
|
818
|
+
"maintainers": [
|
|
819
|
+
{
|
|
820
|
+
"name": "davestewart",
|
|
821
|
+
"github": "davestewart",
|
|
822
|
+
"twitter": "dave_stewart"
|
|
823
|
+
}
|
|
824
|
+
],
|
|
825
|
+
"compatibility": {
|
|
826
|
+
"nuxt": "^3.0.0",
|
|
827
|
+
"requires": {}
|
|
828
|
+
}
|
|
829
|
+
},
|
|
710
830
|
{
|
|
711
831
|
"name": "content",
|
|
712
832
|
"description": "Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.",
|
|
713
833
|
"repo": "nuxt/content#main",
|
|
714
834
|
"npm": "@nuxt/content",
|
|
715
|
-
"icon": "nuxt.
|
|
835
|
+
"icon": "nuxt.svg",
|
|
716
836
|
"github": "https://github.com/nuxt/content",
|
|
717
837
|
"website": "https://content.nuxtjs.org",
|
|
718
838
|
"learn_more": "",
|
|
@@ -762,6 +882,52 @@
|
|
|
762
882
|
"requires": {}
|
|
763
883
|
}
|
|
764
884
|
},
|
|
885
|
+
{
|
|
886
|
+
"name": "cookie-control",
|
|
887
|
+
"description": "A highly configurable cookie banner for Nuxt.",
|
|
888
|
+
"repo": "dargmuesli/nuxt-cookie-control",
|
|
889
|
+
"npm": "@dargmuesli/nuxt-cookie-control",
|
|
890
|
+
"icon": "cookie-control.png",
|
|
891
|
+
"github": "https://github.com/dargmuesli/nuxt-cookie-control",
|
|
892
|
+
"website": "https://github.com/dargmuesli/nuxt-cookie-control",
|
|
893
|
+
"learn_more": "",
|
|
894
|
+
"category": "Extensions",
|
|
895
|
+
"type": "3rd-party",
|
|
896
|
+
"maintainers": [
|
|
897
|
+
{
|
|
898
|
+
"name": "dargmuesli",
|
|
899
|
+
"github": "dargmuesli",
|
|
900
|
+
"avatar": "https://avatars.githubusercontent.com/dargmuesli"
|
|
901
|
+
}
|
|
902
|
+
],
|
|
903
|
+
"compatibility": {
|
|
904
|
+
"nuxt": "^3.0.0",
|
|
905
|
+
"requires": {}
|
|
906
|
+
}
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"name": "csurf",
|
|
910
|
+
"description": "Cross-Site Request Forgery (CSRF) Prevention for Nuxt",
|
|
911
|
+
"repo": "morgbn/nuxt-csurf",
|
|
912
|
+
"npm": "nuxt-csurf",
|
|
913
|
+
"icon": "csurf.svg",
|
|
914
|
+
"github": "https://github.com/morgbn/nuxt-csurf",
|
|
915
|
+
"website": "https://github.com/morgbn/nuxt-csurf",
|
|
916
|
+
"learn_more": "https://github.com/Morgbn/nuxt-csurf#readme",
|
|
917
|
+
"category": "Security",
|
|
918
|
+
"type": "3rd-party",
|
|
919
|
+
"maintainers": [
|
|
920
|
+
{
|
|
921
|
+
"name": "morgbn",
|
|
922
|
+
"github": "morgbn",
|
|
923
|
+
"avatar": "https://avatars.githubusercontent.com/u/25689856?v=4"
|
|
924
|
+
}
|
|
925
|
+
],
|
|
926
|
+
"compatibility": {
|
|
927
|
+
"nuxt": "^3.0.0",
|
|
928
|
+
"requires": {}
|
|
929
|
+
}
|
|
930
|
+
},
|
|
765
931
|
{
|
|
766
932
|
"name": "custom-elements",
|
|
767
933
|
"description": "Publish your Components as a vue-custom-element standalone build.",
|
|
@@ -833,11 +999,11 @@
|
|
|
833
999
|
}
|
|
834
1000
|
},
|
|
835
1001
|
{
|
|
836
|
-
"name": "datocms",
|
|
837
|
-
"description": "DatoCMS integration for Nuxt.js",
|
|
1002
|
+
"name": "datocms-nuxt2",
|
|
1003
|
+
"description": "DatoCMS integration for Nuxt.js v2",
|
|
838
1004
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
839
1005
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
840
|
-
"icon": "datocms.
|
|
1006
|
+
"icon": "datocms.svg",
|
|
841
1007
|
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
842
1008
|
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
843
1009
|
"learn_more": "https://www.datocms.com/",
|
|
@@ -854,26 +1020,50 @@
|
|
|
854
1020
|
"requires": {}
|
|
855
1021
|
}
|
|
856
1022
|
},
|
|
1023
|
+
{
|
|
1024
|
+
"name": "datocms",
|
|
1025
|
+
"description": "DatoCMS module for Nuxt",
|
|
1026
|
+
"repo": "hex-digital/nuxt-datocms",
|
|
1027
|
+
"npm": "@hexdigital/nuxt-datocms",
|
|
1028
|
+
"icon": "datocms.svg",
|
|
1029
|
+
"github": "https://github.com/hex-digital/nuxt-datocms",
|
|
1030
|
+
"website": "https://github.com/hex-digital/nuxt-datocms#readme",
|
|
1031
|
+
"learn_more": "https://www.datocms.com/",
|
|
1032
|
+
"category": "CMS",
|
|
1033
|
+
"type": "3rd-party",
|
|
1034
|
+
"maintainers": [
|
|
1035
|
+
{
|
|
1036
|
+
"name": "Jamie Warburton",
|
|
1037
|
+
"github": "jamiewarb",
|
|
1038
|
+
"twitter": "jamiewarb",
|
|
1039
|
+
"avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
|
|
1040
|
+
}
|
|
1041
|
+
],
|
|
1042
|
+
"compatibility": {
|
|
1043
|
+
"nuxt": "^3.0.0",
|
|
1044
|
+
"requires": {}
|
|
1045
|
+
}
|
|
1046
|
+
},
|
|
857
1047
|
{
|
|
858
1048
|
"name": "dayjs",
|
|
859
|
-
"description": "
|
|
860
|
-
"repo": "
|
|
861
|
-
"npm": "
|
|
1049
|
+
"description": "Day.js module for Nuxt",
|
|
1050
|
+
"repo": "fumeapp/dayjs",
|
|
1051
|
+
"npm": "dayjs-nuxt",
|
|
862
1052
|
"icon": "day-js.png",
|
|
863
|
-
"github": "https://github.com/
|
|
864
|
-
"website": "https://github.com/
|
|
1053
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1054
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
865
1055
|
"learn_more": "https://day.js.org/",
|
|
866
|
-
"category": "
|
|
867
|
-
"type": "
|
|
1056
|
+
"category": "Libraries",
|
|
1057
|
+
"type": "3rd-party",
|
|
868
1058
|
"maintainers": [
|
|
869
1059
|
{
|
|
870
|
-
"name": "
|
|
871
|
-
"github": "
|
|
872
|
-
"twitter": "
|
|
1060
|
+
"name": "Kevin Olson",
|
|
1061
|
+
"github": "acidjazz",
|
|
1062
|
+
"twitter": "AppFume"
|
|
873
1063
|
}
|
|
874
1064
|
],
|
|
875
1065
|
"compatibility": {
|
|
876
|
-
"nuxt": "^
|
|
1066
|
+
"nuxt": "^3.0.0",
|
|
877
1067
|
"requires": {}
|
|
878
1068
|
}
|
|
879
1069
|
},
|
|
@@ -922,6 +1112,29 @@
|
|
|
922
1112
|
"requires": {}
|
|
923
1113
|
}
|
|
924
1114
|
},
|
|
1115
|
+
{
|
|
1116
|
+
"name": "devtools",
|
|
1117
|
+
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1118
|
+
"repo": "nuxt/devtools#main",
|
|
1119
|
+
"npm": "@nuxt/devtools",
|
|
1120
|
+
"icon": "nuxt.svg",
|
|
1121
|
+
"github": "https://github.com/nuxt/devtools",
|
|
1122
|
+
"website": "https://devtools.nuxtjs.org/",
|
|
1123
|
+
"learn_more": "",
|
|
1124
|
+
"category": "Devtools",
|
|
1125
|
+
"type": "official",
|
|
1126
|
+
"maintainers": [
|
|
1127
|
+
{
|
|
1128
|
+
"name": "Anthony Fu",
|
|
1129
|
+
"github": "antfu",
|
|
1130
|
+
"twitter": "antfu7"
|
|
1131
|
+
}
|
|
1132
|
+
],
|
|
1133
|
+
"compatibility": {
|
|
1134
|
+
"nuxt": "^3.0.0",
|
|
1135
|
+
"requires": {}
|
|
1136
|
+
}
|
|
1137
|
+
},
|
|
925
1138
|
{
|
|
926
1139
|
"name": "directus",
|
|
927
1140
|
"description": "Easily connect your Nuxt3 application to your directus server.",
|
|
@@ -1024,6 +1237,28 @@
|
|
|
1024
1237
|
"requires": {}
|
|
1025
1238
|
}
|
|
1026
1239
|
},
|
|
1240
|
+
{
|
|
1241
|
+
"name": "electron",
|
|
1242
|
+
"description": "Integrate Nuxt and Electron.",
|
|
1243
|
+
"repo": "caoxiemeihao/nuxt-electron",
|
|
1244
|
+
"npm": "nuxt-electron",
|
|
1245
|
+
"icon": "electron.svg",
|
|
1246
|
+
"github": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1247
|
+
"website": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1248
|
+
"learn_more": "https://github.com/caoxiemeihao/nuxt-electron#readme",
|
|
1249
|
+
"category": "Extensions",
|
|
1250
|
+
"type": "3rd-party",
|
|
1251
|
+
"maintainers": [
|
|
1252
|
+
{
|
|
1253
|
+
"name": "草鞋没号",
|
|
1254
|
+
"github": "caoxiemeihao"
|
|
1255
|
+
}
|
|
1256
|
+
],
|
|
1257
|
+
"compatibility": {
|
|
1258
|
+
"nuxt": "^3.0.0",
|
|
1259
|
+
"requires": {}
|
|
1260
|
+
}
|
|
1261
|
+
},
|
|
1027
1262
|
{
|
|
1028
1263
|
"name": "element-plus",
|
|
1029
1264
|
"description": "A Vue 3 based component library for designers and developers",
|
|
@@ -1094,7 +1329,7 @@
|
|
|
1094
1329
|
}
|
|
1095
1330
|
],
|
|
1096
1331
|
"compatibility": {
|
|
1097
|
-
"nuxt": "^2.0.0",
|
|
1332
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1098
1333
|
"requires": {}
|
|
1099
1334
|
}
|
|
1100
1335
|
},
|
|
@@ -1599,6 +1834,30 @@
|
|
|
1599
1834
|
"requires": {}
|
|
1600
1835
|
}
|
|
1601
1836
|
},
|
|
1837
|
+
{
|
|
1838
|
+
"name": "gtag",
|
|
1839
|
+
"description": "Google Analytics integration for Nuxt 3",
|
|
1840
|
+
"repo": "johannschopplich/nuxt-gtag",
|
|
1841
|
+
"npm": "nuxt-gtag",
|
|
1842
|
+
"icon": "gtag.svg",
|
|
1843
|
+
"github": "https://github.com/johannschopplich/nuxt-gtag",
|
|
1844
|
+
"website": "https://github.com/johannschopplich/nuxt-gtag#readme",
|
|
1845
|
+
"learn_more": "",
|
|
1846
|
+
"category": "Analytics",
|
|
1847
|
+
"type": "3rd-party",
|
|
1848
|
+
"maintainers": [
|
|
1849
|
+
{
|
|
1850
|
+
"name": "Johann Schopplich",
|
|
1851
|
+
"github": "johannschopplich",
|
|
1852
|
+
"twitter": "jschopplich",
|
|
1853
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
1854
|
+
}
|
|
1855
|
+
],
|
|
1856
|
+
"compatibility": {
|
|
1857
|
+
"nuxt": "^3.0.0",
|
|
1858
|
+
"requires": {}
|
|
1859
|
+
}
|
|
1860
|
+
},
|
|
1602
1861
|
{
|
|
1603
1862
|
"name": "gtm",
|
|
1604
1863
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
@@ -1902,6 +2161,28 @@
|
|
|
1902
2161
|
"requires": {}
|
|
1903
2162
|
}
|
|
1904
2163
|
},
|
|
2164
|
+
{
|
|
2165
|
+
"name": "icon-font",
|
|
2166
|
+
"description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
|
|
2167
|
+
"repo": "coremyslo/nuxt-icon-font",
|
|
2168
|
+
"npm": "@coremyslo/nuxt-icon-font",
|
|
2169
|
+
"icon": "",
|
|
2170
|
+
"github": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2171
|
+
"website": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2172
|
+
"learn_more": "",
|
|
2173
|
+
"category": "UI",
|
|
2174
|
+
"type": "3rd-party",
|
|
2175
|
+
"maintainers": [
|
|
2176
|
+
{
|
|
2177
|
+
"name": "coremyslo",
|
|
2178
|
+
"github": "coremyslo"
|
|
2179
|
+
}
|
|
2180
|
+
],
|
|
2181
|
+
"compatibility": {
|
|
2182
|
+
"nuxt": "^3.0.0",
|
|
2183
|
+
"requires": {}
|
|
2184
|
+
}
|
|
2185
|
+
},
|
|
1905
2186
|
{
|
|
1906
2187
|
"name": "icon",
|
|
1907
2188
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2028,12 +2309,12 @@
|
|
|
2028
2309
|
{
|
|
2029
2310
|
"name": "inkline",
|
|
2030
2311
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2031
|
-
"repo": "inkline/
|
|
2032
|
-
"npm": "@inkline/
|
|
2312
|
+
"repo": "inkline/plugin",
|
|
2313
|
+
"npm": "@inkline/plugin",
|
|
2033
2314
|
"icon": "inkline.svg",
|
|
2034
|
-
"github": "https://github.com/inkline/
|
|
2315
|
+
"github": "https://github.com/inkline/plugin",
|
|
2035
2316
|
"website": "https://inkline.io",
|
|
2036
|
-
"learn_more": "https://inkline.io/docs/
|
|
2317
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2037
2318
|
"category": "UI",
|
|
2038
2319
|
"type": "3rd-party",
|
|
2039
2320
|
"maintainers": [
|
|
@@ -2253,7 +2534,7 @@
|
|
|
2253
2534
|
},
|
|
2254
2535
|
{
|
|
2255
2536
|
"name": "link-checker",
|
|
2256
|
-
"description": "",
|
|
2537
|
+
"description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
|
|
2257
2538
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2258
2539
|
"npm": "nuxt-link-checker",
|
|
2259
2540
|
"icon": "",
|
|
@@ -2483,6 +2764,31 @@
|
|
|
2483
2764
|
"requires": {}
|
|
2484
2765
|
}
|
|
2485
2766
|
},
|
|
2767
|
+
{
|
|
2768
|
+
"name": "medusa",
|
|
2769
|
+
"description": "Easily connect to Medusa from your Nuxt 3 application",
|
|
2770
|
+
"repo": "Baroshem/nuxt-medusa",
|
|
2771
|
+
"npm": "nuxt-medusa",
|
|
2772
|
+
"icon": "medusa.svg",
|
|
2773
|
+
"github": "https://github.com/Baroshem/nuxt-medusa/",
|
|
2774
|
+
"website": "https://nuxt-medusa.vercel.app/",
|
|
2775
|
+
"learn_more": "https://nuxt-medusa.vercel.app/",
|
|
2776
|
+
"category": "Ecommerce",
|
|
2777
|
+
"type": "3rd-party",
|
|
2778
|
+
"maintainers": [
|
|
2779
|
+
{
|
|
2780
|
+
"name": "Jakub Andrzejewski",
|
|
2781
|
+
"github": "Baroshem",
|
|
2782
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
2783
|
+
}
|
|
2784
|
+
],
|
|
2785
|
+
"compatibility": {
|
|
2786
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2787
|
+
"requires": {
|
|
2788
|
+
"bridge": true
|
|
2789
|
+
}
|
|
2790
|
+
}
|
|
2791
|
+
},
|
|
2486
2792
|
{
|
|
2487
2793
|
"name": "meilisearch",
|
|
2488
2794
|
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
@@ -2552,6 +2858,29 @@
|
|
|
2552
2858
|
"requires": {}
|
|
2553
2859
|
}
|
|
2554
2860
|
},
|
|
2861
|
+
{
|
|
2862
|
+
"name": "module-feed",
|
|
2863
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
2864
|
+
"repo": "tresko/nuxt-module-feed",
|
|
2865
|
+
"npm": "nuxt-module-feed",
|
|
2866
|
+
"icon": "",
|
|
2867
|
+
"github": "https://github.com/tresko/nuxt-module-feed",
|
|
2868
|
+
"website": "https://github.com/tresko/nuxt-module-feed",
|
|
2869
|
+
"learn_more": "",
|
|
2870
|
+
"category": "SEO",
|
|
2871
|
+
"type": "3rd-party",
|
|
2872
|
+
"maintainers": [
|
|
2873
|
+
{
|
|
2874
|
+
"name": "Miha Sedej",
|
|
2875
|
+
"github": "tresko",
|
|
2876
|
+
"twitter": "mihasedej"
|
|
2877
|
+
}
|
|
2878
|
+
],
|
|
2879
|
+
"compatibility": {
|
|
2880
|
+
"nuxt": "^3.0.0",
|
|
2881
|
+
"requires": {}
|
|
2882
|
+
}
|
|
2883
|
+
},
|
|
2555
2884
|
{
|
|
2556
2885
|
"name": "moment",
|
|
2557
2886
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
@@ -2740,6 +3069,28 @@
|
|
|
2740
3069
|
"requires": {}
|
|
2741
3070
|
}
|
|
2742
3071
|
},
|
|
3072
|
+
{
|
|
3073
|
+
"name": "nupolyon",
|
|
3074
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3075
|
+
"repo": "adenvt/nupolyon",
|
|
3076
|
+
"npm": "nupolyon",
|
|
3077
|
+
"icon": "",
|
|
3078
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3079
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
3080
|
+
"learn_more": "",
|
|
3081
|
+
"category": "Performance",
|
|
3082
|
+
"type": "3rd-party",
|
|
3083
|
+
"maintainers": [
|
|
3084
|
+
{
|
|
3085
|
+
"name": "adenvt",
|
|
3086
|
+
"github": "adenvt"
|
|
3087
|
+
}
|
|
3088
|
+
],
|
|
3089
|
+
"compatibility": {
|
|
3090
|
+
"nuxt": "^3.0.0",
|
|
3091
|
+
"requires": {}
|
|
3092
|
+
}
|
|
3093
|
+
},
|
|
2743
3094
|
{
|
|
2744
3095
|
"name": "nuxt-auth",
|
|
2745
3096
|
"description": "",
|
|
@@ -2762,6 +3113,28 @@
|
|
|
2762
3113
|
"requires": {}
|
|
2763
3114
|
}
|
|
2764
3115
|
},
|
|
3116
|
+
{
|
|
3117
|
+
"name": "nuxt-chatgpt",
|
|
3118
|
+
"description": "ChatGPT integration for Nuxt 3",
|
|
3119
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3120
|
+
"npm": "nuxt-chatgpt",
|
|
3121
|
+
"icon": "chatgpt.svg",
|
|
3122
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3123
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3124
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
3125
|
+
"category": "Libraries",
|
|
3126
|
+
"type": "3rd-party",
|
|
3127
|
+
"maintainers": [
|
|
3128
|
+
{
|
|
3129
|
+
"name": "Oliver Trajceski",
|
|
3130
|
+
"github": "schnapsterdog"
|
|
3131
|
+
}
|
|
3132
|
+
],
|
|
3133
|
+
"compatibility": {
|
|
3134
|
+
"nuxt": "^3.0.0",
|
|
3135
|
+
"requires": {}
|
|
3136
|
+
}
|
|
3137
|
+
},
|
|
2765
3138
|
{
|
|
2766
3139
|
"name": "nuxt-graphql-middleware",
|
|
2767
3140
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -2813,6 +3186,28 @@
|
|
|
2813
3186
|
"requires": {}
|
|
2814
3187
|
}
|
|
2815
3188
|
},
|
|
3189
|
+
{
|
|
3190
|
+
"name": "nuxt-gtm",
|
|
3191
|
+
"description": "A Nuxt.js module for Google Tag Manager",
|
|
3192
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3193
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3194
|
+
"icon": "nuxt-gtm.svg",
|
|
3195
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3196
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3197
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3198
|
+
"category": "Analytics",
|
|
3199
|
+
"type": "3rd-party",
|
|
3200
|
+
"maintainers": [
|
|
3201
|
+
{
|
|
3202
|
+
"name": "Zadig&Voltaire Team",
|
|
3203
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
3204
|
+
}
|
|
3205
|
+
],
|
|
3206
|
+
"compatibility": {
|
|
3207
|
+
"nuxt": "^3.0.0",
|
|
3208
|
+
"requires": {}
|
|
3209
|
+
}
|
|
3210
|
+
},
|
|
2816
3211
|
{
|
|
2817
3212
|
"name": "nuxt-hue",
|
|
2818
3213
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -2838,10 +3233,32 @@
|
|
|
2838
3233
|
}
|
|
2839
3234
|
},
|
|
2840
3235
|
{
|
|
2841
|
-
"name": "nuxt-
|
|
2842
|
-
"description": "
|
|
2843
|
-
"repo": "
|
|
2844
|
-
"npm": "
|
|
3236
|
+
"name": "nuxt-lazy-load",
|
|
3237
|
+
"description": "A simple way to lazy load images, videos, audio, and iframes without custom components or extra attributes like data-src, just basic HTML tags",
|
|
3238
|
+
"repo": "",
|
|
3239
|
+
"npm": "nuxt-lazy-load",
|
|
3240
|
+
"icon": "nuxt-lazy-load.svg",
|
|
3241
|
+
"github": "",
|
|
3242
|
+
"website": "https://gitlab.com/broj42/nuxt-lazy-load",
|
|
3243
|
+
"learn_more": "https://gitlab.com/broj42/nuxt-lazy-load",
|
|
3244
|
+
"category": "Performance",
|
|
3245
|
+
"type": "3rd-party",
|
|
3246
|
+
"maintainers": [
|
|
3247
|
+
{
|
|
3248
|
+
"name": "Dario Ferderber",
|
|
3249
|
+
"github": "darioferderber"
|
|
3250
|
+
}
|
|
3251
|
+
],
|
|
3252
|
+
"compatibility": {
|
|
3253
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3254
|
+
"requires": {}
|
|
3255
|
+
}
|
|
3256
|
+
},
|
|
3257
|
+
{
|
|
3258
|
+
"name": "nuxt-localtunnel",
|
|
3259
|
+
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
3260
|
+
"repo": "nuxtus/localtunnel",
|
|
3261
|
+
"npm": "@nuxtus/nuxt-localtunnel",
|
|
2845
3262
|
"icon": "nuxt-localtunnel.svg",
|
|
2846
3263
|
"github": "https://github.com/nuxtus/localtunnel",
|
|
2847
3264
|
"website": "https://nuxtus.com",
|
|
@@ -2883,6 +3300,28 @@
|
|
|
2883
3300
|
"requires": {}
|
|
2884
3301
|
}
|
|
2885
3302
|
},
|
|
3303
|
+
{
|
|
3304
|
+
"name": "nuxt-mapbox",
|
|
3305
|
+
"description": "Elegant Mapbox integration with Nuxt",
|
|
3306
|
+
"repo": "AlexLavoie42/Nuxt-Mapbox",
|
|
3307
|
+
"npm": "nuxt-mapbox",
|
|
3308
|
+
"icon": "nuxt-mapbox.svg",
|
|
3309
|
+
"github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3310
|
+
"website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3311
|
+
"learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3312
|
+
"category": "Libraries",
|
|
3313
|
+
"type": "3rd-party",
|
|
3314
|
+
"maintainers": [
|
|
3315
|
+
{
|
|
3316
|
+
"name": "Alex Lavoie",
|
|
3317
|
+
"github": "AlexLavoie42"
|
|
3318
|
+
}
|
|
3319
|
+
],
|
|
3320
|
+
"compatibility": {
|
|
3321
|
+
"nuxt": "^3.0.0",
|
|
3322
|
+
"requires": {}
|
|
3323
|
+
}
|
|
3324
|
+
},
|
|
2886
3325
|
{
|
|
2887
3326
|
"name": "nuxt-monaco-editor",
|
|
2888
3327
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -2905,6 +3344,51 @@
|
|
|
2905
3344
|
"requires": {}
|
|
2906
3345
|
}
|
|
2907
3346
|
},
|
|
3347
|
+
{
|
|
3348
|
+
"name": "nuxt-mongoose",
|
|
3349
|
+
"description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
|
|
3350
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
3351
|
+
"npm": "nuxt-mongoose",
|
|
3352
|
+
"icon": "nuxt-mongoose.svg",
|
|
3353
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3354
|
+
"website": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3355
|
+
"learn_more": "",
|
|
3356
|
+
"category": "Database",
|
|
3357
|
+
"type": "3rd-party",
|
|
3358
|
+
"maintainers": [
|
|
3359
|
+
{
|
|
3360
|
+
"name": "arashsheyda",
|
|
3361
|
+
"github": "arashsheyda"
|
|
3362
|
+
}
|
|
3363
|
+
],
|
|
3364
|
+
"compatibility": {
|
|
3365
|
+
"nuxt": "^3.0.0",
|
|
3366
|
+
"requires": {}
|
|
3367
|
+
}
|
|
3368
|
+
},
|
|
3369
|
+
{
|
|
3370
|
+
"name": "nuxt-pdf",
|
|
3371
|
+
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
3372
|
+
"repo": "sidebase/nuxt-pdf",
|
|
3373
|
+
"npm": "@sidebase/nuxt-pdf",
|
|
3374
|
+
"icon": "nuxt-pdf.png",
|
|
3375
|
+
"github": "https://github.com/sidebase/nuxt-pdf",
|
|
3376
|
+
"website": "https://sidebase.io/nuxt-pdf",
|
|
3377
|
+
"learn_more": "https://github.com/sidebase",
|
|
3378
|
+
"category": "Extensions",
|
|
3379
|
+
"type": "3rd-party",
|
|
3380
|
+
"maintainers": [
|
|
3381
|
+
{
|
|
3382
|
+
"name": "sidebase",
|
|
3383
|
+
"github": "sidebase",
|
|
3384
|
+
"twitter": "sidebase_io"
|
|
3385
|
+
}
|
|
3386
|
+
],
|
|
3387
|
+
"compatibility": {
|
|
3388
|
+
"nuxt": "^3.0.0",
|
|
3389
|
+
"requires": {}
|
|
3390
|
+
}
|
|
3391
|
+
},
|
|
2908
3392
|
{
|
|
2909
3393
|
"name": "nuxt-pino-log",
|
|
2910
3394
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3180,6 +3664,28 @@
|
|
|
3180
3664
|
"requires": {}
|
|
3181
3665
|
}
|
|
3182
3666
|
},
|
|
3667
|
+
{
|
|
3668
|
+
"name": "nuxt-vuetify",
|
|
3669
|
+
"description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
|
|
3670
|
+
"repo": "invictus-codes/nuxt-vuetify",
|
|
3671
|
+
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3672
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
3673
|
+
"github": "https://github.com/invictus-codes/nuxt-vuetify",
|
|
3674
|
+
"website": "https://invictus-codes.github.io/nuxt-vuetify/",
|
|
3675
|
+
"learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
|
|
3676
|
+
"category": "UI",
|
|
3677
|
+
"type": "3rd-party",
|
|
3678
|
+
"maintainers": [
|
|
3679
|
+
{
|
|
3680
|
+
"name": "Jens van Hellemondt",
|
|
3681
|
+
"github": "invictus-codes"
|
|
3682
|
+
}
|
|
3683
|
+
],
|
|
3684
|
+
"compatibility": {
|
|
3685
|
+
"nuxt": "^3.0.0",
|
|
3686
|
+
"requires": {}
|
|
3687
|
+
}
|
|
3688
|
+
},
|
|
3183
3689
|
{
|
|
3184
3690
|
"name": "nuxt7",
|
|
3185
3691
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
@@ -3203,6 +3709,29 @@
|
|
|
3203
3709
|
"requires": {}
|
|
3204
3710
|
}
|
|
3205
3711
|
},
|
|
3712
|
+
{
|
|
3713
|
+
"name": "nuxtlabs-ui",
|
|
3714
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
3715
|
+
"repo": "nuxtlabs/ui",
|
|
3716
|
+
"npm": "@nuxthq/ui",
|
|
3717
|
+
"icon": "nuxtlabs-ui.svg",
|
|
3718
|
+
"github": "https://github.com/nuxtlabs/ui",
|
|
3719
|
+
"website": "https://ui.nuxtlabs.com",
|
|
3720
|
+
"learn_more": "https://ui.nuxtlabs.com",
|
|
3721
|
+
"category": "UI",
|
|
3722
|
+
"type": "3rd-party",
|
|
3723
|
+
"maintainers": [
|
|
3724
|
+
{
|
|
3725
|
+
"name": "Benjamin Canac",
|
|
3726
|
+
"github": "benjamincanac",
|
|
3727
|
+
"twitter": "benjamincanac"
|
|
3728
|
+
}
|
|
3729
|
+
],
|
|
3730
|
+
"compatibility": {
|
|
3731
|
+
"nuxt": "^3.0.0",
|
|
3732
|
+
"requires": {}
|
|
3733
|
+
}
|
|
3734
|
+
},
|
|
3206
3735
|
{
|
|
3207
3736
|
"name": "og-image",
|
|
3208
3737
|
"description": "Easily generate dynamic social share images.",
|
|
@@ -3342,6 +3871,30 @@
|
|
|
3342
3871
|
}
|
|
3343
3872
|
}
|
|
3344
3873
|
},
|
|
3874
|
+
{
|
|
3875
|
+
"name": "pdfeasy",
|
|
3876
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
3877
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
3878
|
+
"npm": "nuxt-pdfeasy",
|
|
3879
|
+
"icon": "pdfeasy.png",
|
|
3880
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
3881
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
3882
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
3883
|
+
"category": "Extensions",
|
|
3884
|
+
"type": "3rd-party",
|
|
3885
|
+
"maintainers": [
|
|
3886
|
+
{
|
|
3887
|
+
"name": "Giovane Cardoso",
|
|
3888
|
+
"github": "novout",
|
|
3889
|
+
"twitter": "novoutttttt",
|
|
3890
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
3891
|
+
}
|
|
3892
|
+
],
|
|
3893
|
+
"compatibility": {
|
|
3894
|
+
"nuxt": "^3.0.0",
|
|
3895
|
+
"requires": {}
|
|
3896
|
+
}
|
|
3897
|
+
},
|
|
3345
3898
|
{
|
|
3346
3899
|
"name": "persian-datepicker",
|
|
3347
3900
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3504,6 +4057,28 @@
|
|
|
3504
4057
|
"requires": {}
|
|
3505
4058
|
}
|
|
3506
4059
|
},
|
|
4060
|
+
{
|
|
4061
|
+
"name": "prometheus",
|
|
4062
|
+
"description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
|
|
4063
|
+
"repo": "artmizu/nuxt-prometheus",
|
|
4064
|
+
"npm": "@artmizu/nuxt-prometheus",
|
|
4065
|
+
"icon": "prometheus.svg",
|
|
4066
|
+
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
4067
|
+
"website": "https://github.com/artmizu/nuxt-prometheus",
|
|
4068
|
+
"learn_more": "",
|
|
4069
|
+
"category": "Monitoring",
|
|
4070
|
+
"type": "3rd-party",
|
|
4071
|
+
"maintainers": [
|
|
4072
|
+
{
|
|
4073
|
+
"name": "artmizu",
|
|
4074
|
+
"github": "artmizu"
|
|
4075
|
+
}
|
|
4076
|
+
],
|
|
4077
|
+
"compatibility": {
|
|
4078
|
+
"nuxt": "^3.0.0",
|
|
4079
|
+
"requires": {}
|
|
4080
|
+
}
|
|
4081
|
+
},
|
|
3507
4082
|
{
|
|
3508
4083
|
"name": "protected-mailto",
|
|
3509
4084
|
"description": "Nuxt component to generate encoded mailto links",
|
|
@@ -3641,6 +4216,28 @@
|
|
|
3641
4216
|
"requires": {}
|
|
3642
4217
|
}
|
|
3643
4218
|
},
|
|
4219
|
+
{
|
|
4220
|
+
"name": "quasar",
|
|
4221
|
+
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
4222
|
+
"repo": "Maiquu/nuxt-quasar",
|
|
4223
|
+
"npm": "nuxt-quasar-ui",
|
|
4224
|
+
"icon": "quasar.svg",
|
|
4225
|
+
"github": "https://github.com/Maiquu/nuxt-quasar",
|
|
4226
|
+
"website": "https://quasar.dev/",
|
|
4227
|
+
"learn_more": "https://github.com/Maiquu/nuxt-quasar",
|
|
4228
|
+
"category": "UI",
|
|
4229
|
+
"type": "3rd-party",
|
|
4230
|
+
"maintainers": [
|
|
4231
|
+
{
|
|
4232
|
+
"name": "Ege İliklier",
|
|
4233
|
+
"github": "Maiquu"
|
|
4234
|
+
}
|
|
4235
|
+
],
|
|
4236
|
+
"compatibility": {
|
|
4237
|
+
"nuxt": "^3.0.0",
|
|
4238
|
+
"requires": {}
|
|
4239
|
+
}
|
|
4240
|
+
},
|
|
3644
4241
|
{
|
|
3645
4242
|
"name": "recaptcha",
|
|
3646
4243
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
@@ -3941,7 +4538,7 @@
|
|
|
3941
4538
|
{
|
|
3942
4539
|
"name": "seo-kit",
|
|
3943
4540
|
"description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
|
|
3944
|
-
"repo": "harlan-zw/nuxt-seo-kit",
|
|
4541
|
+
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
3945
4542
|
"npm": "nuxt-seo-kit",
|
|
3946
4543
|
"icon": "seo-kit.svg",
|
|
3947
4544
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
@@ -4189,26 +4786,48 @@
|
|
|
4189
4786
|
"requires": {}
|
|
4190
4787
|
}
|
|
4191
4788
|
},
|
|
4789
|
+
{
|
|
4790
|
+
"name": "snackbar",
|
|
4791
|
+
"description": "Nuxt Snackbar module using vue3-snackbar",
|
|
4792
|
+
"repo": "modbender/nuxt-snackbar#master",
|
|
4793
|
+
"npm": "nuxt-snackbar",
|
|
4794
|
+
"icon": "snackbar.png",
|
|
4795
|
+
"github": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4796
|
+
"website": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4797
|
+
"learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
|
|
4798
|
+
"category": "UI",
|
|
4799
|
+
"type": "3rd-party",
|
|
4800
|
+
"maintainers": [
|
|
4801
|
+
{
|
|
4802
|
+
"name": "modbender",
|
|
4803
|
+
"github": "modbender"
|
|
4804
|
+
}
|
|
4805
|
+
],
|
|
4806
|
+
"compatibility": {
|
|
4807
|
+
"nuxt": "^3.0.0",
|
|
4808
|
+
"requires": {}
|
|
4809
|
+
}
|
|
4810
|
+
},
|
|
4192
4811
|
{
|
|
4193
4812
|
"name": "snipcart",
|
|
4194
4813
|
"description": "Snipcart integration module for Nuxt.js",
|
|
4195
|
-
"repo": "nuxt-
|
|
4814
|
+
"repo": "nuxt-modules/snipcart",
|
|
4196
4815
|
"npm": "@nuxtjs/snipcart",
|
|
4197
4816
|
"icon": "snipcart.png",
|
|
4198
|
-
"github": "https://github.com/nuxt-
|
|
4199
|
-
"website": "https://github.com/nuxt-
|
|
4200
|
-
"learn_more": "",
|
|
4201
|
-
"category": "
|
|
4817
|
+
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4818
|
+
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4819
|
+
"learn_more": "https://snipcart.com",
|
|
4820
|
+
"category": "Ecommerce",
|
|
4202
4821
|
"type": "community",
|
|
4203
4822
|
"maintainers": [
|
|
4204
4823
|
{
|
|
4205
4824
|
"name": "Florent GIRAUD",
|
|
4206
|
-
"github": "
|
|
4207
|
-
"twitter": "
|
|
4825
|
+
"github": "flozero",
|
|
4826
|
+
"twitter": "flozeroo"
|
|
4208
4827
|
}
|
|
4209
4828
|
],
|
|
4210
4829
|
"compatibility": {
|
|
4211
|
-
"nuxt": "^2.0.0",
|
|
4830
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4212
4831
|
"requires": {}
|
|
4213
4832
|
}
|
|
4214
4833
|
},
|
|
@@ -4545,7 +5164,7 @@
|
|
|
4545
5164
|
}
|
|
4546
5165
|
],
|
|
4547
5166
|
"compatibility": {
|
|
4548
|
-
"nuxt": "^2.0.0",
|
|
5167
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4549
5168
|
"requires": {}
|
|
4550
5169
|
}
|
|
4551
5170
|
},
|
|
@@ -4716,6 +5335,29 @@
|
|
|
4716
5335
|
"requires": {}
|
|
4717
5336
|
}
|
|
4718
5337
|
},
|
|
5338
|
+
{
|
|
5339
|
+
"name": "tailvue",
|
|
5340
|
+
"description": "Vue components built for Vue3 powered by Windi CSS or tailwindcss",
|
|
5341
|
+
"repo": "fumeapp/tailvue",
|
|
5342
|
+
"npm": "tailvue",
|
|
5343
|
+
"icon": "tailvue.jpg",
|
|
5344
|
+
"github": "https://github.com/fumeapp/tailvue",
|
|
5345
|
+
"website": "https://github.com/fumeapp/tailvue",
|
|
5346
|
+
"learn_more": "https://github.com/fumeapp/tailvue#readme",
|
|
5347
|
+
"category": "UI",
|
|
5348
|
+
"type": "3rd-party",
|
|
5349
|
+
"maintainers": [
|
|
5350
|
+
{
|
|
5351
|
+
"name": "Kevin Olson",
|
|
5352
|
+
"github": "acidjazz",
|
|
5353
|
+
"twitter": "AppFume"
|
|
5354
|
+
}
|
|
5355
|
+
],
|
|
5356
|
+
"compatibility": {
|
|
5357
|
+
"nuxt": "^3.0.0",
|
|
5358
|
+
"requires": {}
|
|
5359
|
+
}
|
|
5360
|
+
},
|
|
4719
5361
|
{
|
|
4720
5362
|
"name": "tailwindcss",
|
|
4721
5363
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
@@ -4834,6 +5476,28 @@
|
|
|
4834
5476
|
}
|
|
4835
5477
|
}
|
|
4836
5478
|
},
|
|
5479
|
+
{
|
|
5480
|
+
"name": "twemoji",
|
|
5481
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
5482
|
+
"repo": "yizack/nuxt-twemoji",
|
|
5483
|
+
"npm": "nuxt-twemoji",
|
|
5484
|
+
"icon": "twemoji.svg",
|
|
5485
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
5486
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
5487
|
+
"learn_more": "",
|
|
5488
|
+
"category": "UI",
|
|
5489
|
+
"type": "3rd-party",
|
|
5490
|
+
"maintainers": [
|
|
5491
|
+
{
|
|
5492
|
+
"name": "Yizack Rangel",
|
|
5493
|
+
"github": "yizack"
|
|
5494
|
+
}
|
|
5495
|
+
],
|
|
5496
|
+
"compatibility": {
|
|
5497
|
+
"nuxt": "^3.0.0",
|
|
5498
|
+
"requires": {}
|
|
5499
|
+
}
|
|
5500
|
+
},
|
|
4837
5501
|
{
|
|
4838
5502
|
"name": "twicpics",
|
|
4839
5503
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5005,11 +5669,11 @@
|
|
|
5005
5669
|
{
|
|
5006
5670
|
"name": "unhead",
|
|
5007
5671
|
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5008
|
-
"repo": "harlan-zw/nuxt-
|
|
5009
|
-
"npm": "nuxt-
|
|
5672
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5673
|
+
"npm": "nuxt-seo-experiments",
|
|
5010
5674
|
"icon": "",
|
|
5011
|
-
"github": "https://github.com/harlan-zw/nuxt-
|
|
5012
|
-
"website": "https://github.com/harlan-zw/nuxt-
|
|
5675
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5676
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5013
5677
|
"learn_more": "",
|
|
5014
5678
|
"category": "SEO",
|
|
5015
5679
|
"type": "3rd-party",
|
|
@@ -5052,6 +5716,28 @@
|
|
|
5052
5716
|
"requires": {}
|
|
5053
5717
|
}
|
|
5054
5718
|
},
|
|
5719
|
+
{
|
|
5720
|
+
"name": "unlazy",
|
|
5721
|
+
"description": "Lazy loading library for placeholder images",
|
|
5722
|
+
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
5723
|
+
"npm": "@unlazy/nuxt",
|
|
5724
|
+
"icon": "unlazy.svg",
|
|
5725
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
5726
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
5727
|
+
"learn_more": "",
|
|
5728
|
+
"category": "Images",
|
|
5729
|
+
"type": "3rd-party",
|
|
5730
|
+
"maintainers": [
|
|
5731
|
+
{
|
|
5732
|
+
"name": "Johann Schopplich",
|
|
5733
|
+
"github": "johannschopplich"
|
|
5734
|
+
}
|
|
5735
|
+
],
|
|
5736
|
+
"compatibility": {
|
|
5737
|
+
"nuxt": "^3.0.0",
|
|
5738
|
+
"requires": {}
|
|
5739
|
+
}
|
|
5740
|
+
},
|
|
5055
5741
|
{
|
|
5056
5742
|
"name": "unlighthouse",
|
|
5057
5743
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5104,6 +5790,29 @@
|
|
|
5104
5790
|
}
|
|
5105
5791
|
}
|
|
5106
5792
|
},
|
|
5793
|
+
{
|
|
5794
|
+
"name": "ununuracss",
|
|
5795
|
+
"description": "A Real CSS Engine. Only Scoped.",
|
|
5796
|
+
"repo": "novout/ununuracss#main/packages/nuxt",
|
|
5797
|
+
"npm": "nuxt-ununura",
|
|
5798
|
+
"icon": "ununuracss.png",
|
|
5799
|
+
"github": "https://github.com/novout/ununuracss",
|
|
5800
|
+
"website": "https://ununura.com/#/",
|
|
5801
|
+
"learn_more": "https://ununura.com/#/docs/why",
|
|
5802
|
+
"category": "UI",
|
|
5803
|
+
"type": "3rd-party",
|
|
5804
|
+
"maintainers": [
|
|
5805
|
+
{
|
|
5806
|
+
"name": "Giovane Cardoso",
|
|
5807
|
+
"github": "novout",
|
|
5808
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
5809
|
+
}
|
|
5810
|
+
],
|
|
5811
|
+
"compatibility": {
|
|
5812
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5813
|
+
"requires": {}
|
|
5814
|
+
}
|
|
5815
|
+
},
|
|
5107
5816
|
{
|
|
5108
5817
|
"name": "user-agent",
|
|
5109
5818
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -5148,6 +5857,76 @@
|
|
|
5148
5857
|
"requires": {}
|
|
5149
5858
|
}
|
|
5150
5859
|
},
|
|
5860
|
+
{
|
|
5861
|
+
"name": "vant",
|
|
5862
|
+
"description": "A lightweight, customizable Vue UI library for mobile web apps.",
|
|
5863
|
+
"repo": "vant-ui/vant-nuxt",
|
|
5864
|
+
"npm": "@vant/nuxt",
|
|
5865
|
+
"icon": "vant.png",
|
|
5866
|
+
"github": "https://github.com/vant-ui/vant-nuxt",
|
|
5867
|
+
"website": "https://vant-ui.github.io/vant",
|
|
5868
|
+
"learn_more": "https://github.com/vant-ui/vant-nuxt#readme",
|
|
5869
|
+
"category": "UI",
|
|
5870
|
+
"type": "3rd-party",
|
|
5871
|
+
"maintainers": [
|
|
5872
|
+
{
|
|
5873
|
+
"name": "tolking",
|
|
5874
|
+
"github": "tolking"
|
|
5875
|
+
}
|
|
5876
|
+
],
|
|
5877
|
+
"compatibility": {
|
|
5878
|
+
"nuxt": "^3.0.0",
|
|
5879
|
+
"requires": {
|
|
5880
|
+
"bridge": "optional"
|
|
5881
|
+
}
|
|
5882
|
+
}
|
|
5883
|
+
},
|
|
5884
|
+
{
|
|
5885
|
+
"name": "varlet",
|
|
5886
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
5887
|
+
"repo": "varletjs/varlet-nuxt",
|
|
5888
|
+
"npm": "@varlet/nuxt",
|
|
5889
|
+
"icon": "varlet.svg",
|
|
5890
|
+
"github": "https://github.com/varletjs/varlet",
|
|
5891
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
5892
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
5893
|
+
"category": "UI",
|
|
5894
|
+
"type": "3rd-party",
|
|
5895
|
+
"maintainers": [
|
|
5896
|
+
{
|
|
5897
|
+
"name": "zhangmo8",
|
|
5898
|
+
"github": "zhangmo8"
|
|
5899
|
+
}
|
|
5900
|
+
],
|
|
5901
|
+
"compatibility": {
|
|
5902
|
+
"nuxt": "^3.0.0",
|
|
5903
|
+
"requires": {
|
|
5904
|
+
"bridge": "optional"
|
|
5905
|
+
}
|
|
5906
|
+
}
|
|
5907
|
+
},
|
|
5908
|
+
{
|
|
5909
|
+
"name": "vee-validate",
|
|
5910
|
+
"description": "Painless Vue forms for Nuxt.js",
|
|
5911
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
5912
|
+
"npm": "@vee-validate/nuxt",
|
|
5913
|
+
"icon": "vee-validate.png",
|
|
5914
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
5915
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
5916
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
5917
|
+
"category": "Libraries",
|
|
5918
|
+
"type": "3rd-party",
|
|
5919
|
+
"maintainers": [
|
|
5920
|
+
{
|
|
5921
|
+
"name": "Abdelrahman Awad",
|
|
5922
|
+
"github": "logaretm"
|
|
5923
|
+
}
|
|
5924
|
+
],
|
|
5925
|
+
"compatibility": {
|
|
5926
|
+
"nuxt": "^3.0.0",
|
|
5927
|
+
"requires": {}
|
|
5928
|
+
}
|
|
5929
|
+
},
|
|
5151
5930
|
{
|
|
5152
5931
|
"name": "vendor",
|
|
5153
5932
|
"description": "directly serve node_modules",
|
|
@@ -5171,15 +5950,114 @@
|
|
|
5171
5950
|
"requires": {}
|
|
5172
5951
|
}
|
|
5173
5952
|
},
|
|
5953
|
+
{
|
|
5954
|
+
"name": "vercel-analytics",
|
|
5955
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
5956
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
5957
|
+
"npm": "nuxt-vercel-analytics",
|
|
5958
|
+
"icon": "",
|
|
5959
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
5960
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
5961
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
5962
|
+
"category": "Analytics",
|
|
5963
|
+
"type": "3rd-party",
|
|
5964
|
+
"maintainers": [
|
|
5965
|
+
{
|
|
5966
|
+
"name": "Alexander B.",
|
|
5967
|
+
"github": "xanderbarkhatov"
|
|
5968
|
+
}
|
|
5969
|
+
],
|
|
5970
|
+
"compatibility": {
|
|
5971
|
+
"nuxt": "^3.0.0",
|
|
5972
|
+
"requires": {}
|
|
5973
|
+
}
|
|
5974
|
+
},
|
|
5975
|
+
{
|
|
5976
|
+
"name": "vexip-ui",
|
|
5977
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
5978
|
+
"repo": "vexip-ui/nuxt",
|
|
5979
|
+
"npm": "@vexip-ui/nuxt",
|
|
5980
|
+
"icon": "vexip-ui.svg",
|
|
5981
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
5982
|
+
"website": "https://www.vexipui.com/",
|
|
5983
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
5984
|
+
"category": "UI",
|
|
5985
|
+
"type": "3rd-party",
|
|
5986
|
+
"maintainers": [
|
|
5987
|
+
{
|
|
5988
|
+
"name": "未觉雨声",
|
|
5989
|
+
"github": "qmhc",
|
|
5990
|
+
"twitter": "qmhc95"
|
|
5991
|
+
}
|
|
5992
|
+
],
|
|
5993
|
+
"compatibility": {
|
|
5994
|
+
"nuxt": "^3.0.0",
|
|
5995
|
+
"requires": {}
|
|
5996
|
+
}
|
|
5997
|
+
},
|
|
5998
|
+
{
|
|
5999
|
+
"name": "vite-pwa-nuxt",
|
|
6000
|
+
"description": "Zero-config PWA Plugin for Nuxt 3",
|
|
6001
|
+
"repo": "vite-pwa/nuxt",
|
|
6002
|
+
"npm": "@vite-pwa/nuxt",
|
|
6003
|
+
"icon": "vite-pwa-nuxt.svg",
|
|
6004
|
+
"github": "https://github.com/vite-pwa/nuxt",
|
|
6005
|
+
"website": "https://github.com/vite-pwa/nuxt",
|
|
6006
|
+
"learn_more": "https://vite-pwa-org.netlify.app/frameworks/nuxt.html",
|
|
6007
|
+
"category": "Performance",
|
|
6008
|
+
"type": "3rd-party",
|
|
6009
|
+
"maintainers": [
|
|
6010
|
+
{
|
|
6011
|
+
"name": "Joaquín Sánchez",
|
|
6012
|
+
"github": "userquin",
|
|
6013
|
+
"twitter": "userquin"
|
|
6014
|
+
},
|
|
6015
|
+
{
|
|
6016
|
+
"name": "Anthony Fu",
|
|
6017
|
+
"github": "antfu",
|
|
6018
|
+
"twitter": "antfu7"
|
|
6019
|
+
}
|
|
6020
|
+
],
|
|
6021
|
+
"compatibility": {
|
|
6022
|
+
"nuxt": "^3.0.0",
|
|
6023
|
+
"requires": {}
|
|
6024
|
+
}
|
|
6025
|
+
},
|
|
6026
|
+
{
|
|
6027
|
+
"name": "vitest",
|
|
6028
|
+
"description": "Vitest integration with Nuxt",
|
|
6029
|
+
"repo": "danielroe/nuxt-vitest#main",
|
|
6030
|
+
"npm": "nuxt-vitest",
|
|
6031
|
+
"icon": "vitest.svg",
|
|
6032
|
+
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
6033
|
+
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
6034
|
+
"learn_more": "",
|
|
6035
|
+
"category": "Extensions",
|
|
6036
|
+
"type": "3rd-party",
|
|
6037
|
+
"maintainers": [
|
|
6038
|
+
{
|
|
6039
|
+
"name": "Daniel Roe",
|
|
6040
|
+
"github": "danielroe"
|
|
6041
|
+
},
|
|
6042
|
+
{
|
|
6043
|
+
"name": "Anthony Fu",
|
|
6044
|
+
"github": "antfu"
|
|
6045
|
+
}
|
|
6046
|
+
],
|
|
6047
|
+
"compatibility": {
|
|
6048
|
+
"nuxt": "^3.0.0",
|
|
6049
|
+
"requires": {}
|
|
6050
|
+
}
|
|
6051
|
+
},
|
|
5174
6052
|
{
|
|
5175
6053
|
"name": "vue-macros",
|
|
5176
|
-
"description": "Explore
|
|
5177
|
-
"repo": "sxzz/
|
|
6054
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
6055
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5178
6056
|
"npm": "@vue-macros/nuxt",
|
|
5179
6057
|
"icon": "vue-macros.svg",
|
|
5180
|
-
"github": "https://github.com/sxzz/
|
|
6058
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5181
6059
|
"website": "https://vue-macros.sxzz.moe",
|
|
5182
|
-
"learn_more": "https://github.com/sxzz/
|
|
6060
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5183
6061
|
"category": "Extensions",
|
|
5184
6062
|
"type": "3rd-party",
|
|
5185
6063
|
"maintainers": [
|
|
@@ -5450,6 +6328,29 @@
|
|
|
5450
6328
|
"requires": {}
|
|
5451
6329
|
}
|
|
5452
6330
|
},
|
|
6331
|
+
{
|
|
6332
|
+
"name": "vunix",
|
|
6333
|
+
"description": "Comprehensive UI toolkit for Vue.js and Nuxt.js that empowers you to build amazing user interfaces with ease. With Vunix, you can leverage the power of popular utility-first CSS frameworks like Tailwind CSS, Unocss, WindiCss, or use your own custom CSS classes.",
|
|
6334
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6335
|
+
"npm": "@vunix/nuxt",
|
|
6336
|
+
"icon": "",
|
|
6337
|
+
"github": "https://github.com/gaetansenn/vunix",
|
|
6338
|
+
"website": "https://vunix.dewib.com/",
|
|
6339
|
+
"learn_more": "",
|
|
6340
|
+
"category": "UI",
|
|
6341
|
+
"type": "3rd-party",
|
|
6342
|
+
"maintainers": [
|
|
6343
|
+
{
|
|
6344
|
+
"name": "Gaetan SENN",
|
|
6345
|
+
"github": "gaetansenn",
|
|
6346
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6347
|
+
}
|
|
6348
|
+
],
|
|
6349
|
+
"compatibility": {
|
|
6350
|
+
"nuxt": "^3.0.0",
|
|
6351
|
+
"requires": {}
|
|
6352
|
+
}
|
|
6353
|
+
},
|
|
5453
6354
|
{
|
|
5454
6355
|
"name": "web-vitals",
|
|
5455
6356
|
"description": "Web Vitals for Nuxt",
|
|
@@ -5484,29 +6385,6 @@
|
|
|
5484
6385
|
}
|
|
5485
6386
|
}
|
|
5486
6387
|
},
|
|
5487
|
-
{
|
|
5488
|
-
"name": "web3js",
|
|
5489
|
-
"description": "Web3.js module integration for Nuxt.js",
|
|
5490
|
-
"repo": "bl0cknumber/nuxt-web3",
|
|
5491
|
-
"npm": "nuxt-web3",
|
|
5492
|
-
"icon": "web3js.svg",
|
|
5493
|
-
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5494
|
-
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5495
|
-
"learn_more": "https://web3js.readthedocs.io/",
|
|
5496
|
-
"category": "Libraries",
|
|
5497
|
-
"type": "3rd-party",
|
|
5498
|
-
"maintainers": [
|
|
5499
|
-
{
|
|
5500
|
-
"name": "Muhammad Fauzan",
|
|
5501
|
-
"github": "bl0cknumber",
|
|
5502
|
-
"twitter": "fncolon"
|
|
5503
|
-
}
|
|
5504
|
-
],
|
|
5505
|
-
"compatibility": {
|
|
5506
|
-
"nuxt": "^2.0.0",
|
|
5507
|
-
"requires": {}
|
|
5508
|
-
}
|
|
5509
|
-
},
|
|
5510
6388
|
{
|
|
5511
6389
|
"name": "webfontloader",
|
|
5512
6390
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -5621,6 +6499,54 @@
|
|
|
5621
6499
|
"requires": {}
|
|
5622
6500
|
}
|
|
5623
6501
|
},
|
|
6502
|
+
{
|
|
6503
|
+
"name": "well-known",
|
|
6504
|
+
"description": "A Nuxt.js module to add well-known URIs using middlewares",
|
|
6505
|
+
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6506
|
+
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6507
|
+
"icon": "well-known.svg",
|
|
6508
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-well-known",
|
|
6509
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
|
|
6510
|
+
"learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
|
|
6511
|
+
"category": "SEO",
|
|
6512
|
+
"type": "3rd-party",
|
|
6513
|
+
"maintainers": [
|
|
6514
|
+
{
|
|
6515
|
+
"name": "Zadig&Voltaire Team",
|
|
6516
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
6517
|
+
}
|
|
6518
|
+
],
|
|
6519
|
+
"compatibility": {
|
|
6520
|
+
"nuxt": "^3.0.0",
|
|
6521
|
+
"requires": {}
|
|
6522
|
+
}
|
|
6523
|
+
},
|
|
6524
|
+
{
|
|
6525
|
+
"name": "wideangle",
|
|
6526
|
+
"description": "Nuxt 3 module to integrate Wide Angle Analytics",
|
|
6527
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
6528
|
+
"npm": "wideangle-nuxt",
|
|
6529
|
+
"icon": "wideangle.png",
|
|
6530
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
6531
|
+
"website": "https://wideangle.co",
|
|
6532
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
6533
|
+
"category": "Analytics",
|
|
6534
|
+
"type": "3rd-party",
|
|
6535
|
+
"maintainers": [
|
|
6536
|
+
{
|
|
6537
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
6538
|
+
"github": "inputobjects"
|
|
6539
|
+
},
|
|
6540
|
+
{
|
|
6541
|
+
"name": "Jarek Rozanski",
|
|
6542
|
+
"github": "jrozanski"
|
|
6543
|
+
}
|
|
6544
|
+
],
|
|
6545
|
+
"compatibility": {
|
|
6546
|
+
"nuxt": "^3.0.0",
|
|
6547
|
+
"requires": {}
|
|
6548
|
+
}
|
|
6549
|
+
},
|
|
5624
6550
|
{
|
|
5625
6551
|
"name": "windicss",
|
|
5626
6552
|
"description": "Next generation utility-first CSS framework.",
|
|
@@ -5764,6 +6690,29 @@
|
|
|
5764
6690
|
"requires": {}
|
|
5765
6691
|
}
|
|
5766
6692
|
},
|
|
6693
|
+
{
|
|
6694
|
+
"name": "yandex-metrika-next",
|
|
6695
|
+
"description": "Yandex Metrika integration for Nuxt",
|
|
6696
|
+
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6697
|
+
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6698
|
+
"icon": "yandex-metrika.svg",
|
|
6699
|
+
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6700
|
+
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6701
|
+
"learn_more": "",
|
|
6702
|
+
"category": "Analytics",
|
|
6703
|
+
"type": "3rd-party",
|
|
6704
|
+
"maintainers": [
|
|
6705
|
+
{
|
|
6706
|
+
"name": "Aleksandr Saburov",
|
|
6707
|
+
"github": "artmizu",
|
|
6708
|
+
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6709
|
+
}
|
|
6710
|
+
],
|
|
6711
|
+
"compatibility": {
|
|
6712
|
+
"nuxt": "^3.0.0",
|
|
6713
|
+
"requires": {}
|
|
6714
|
+
}
|
|
6715
|
+
},
|
|
5767
6716
|
{
|
|
5768
6717
|
"name": "yandex-metrika",
|
|
5769
6718
|
"description": "Yandex metrika Module for Nuxt.js",
|