@nuxt/modules 0.6.0-d622fc → 0.6.0-d7182e
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 -1
- package/modules.json +1289 -102
- package/package.json +10 -11
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
|
},
|
|
@@ -289,6 +313,29 @@
|
|
|
289
313
|
"requires": {}
|
|
290
314
|
}
|
|
291
315
|
},
|
|
316
|
+
{
|
|
317
|
+
"name": "authjs",
|
|
318
|
+
"description": "Auth.js authentication Nuxt module. Edge compatible.",
|
|
319
|
+
"repo": "Hebilicious/authjs-nuxt#main",
|
|
320
|
+
"npm": "@hebilicious/authjs-nuxt",
|
|
321
|
+
"icon": "authjs.png",
|
|
322
|
+
"github": "https://github.com/Hebilicious/authjs-nuxt",
|
|
323
|
+
"website": "https://authjs-nuxt.pages.dev/",
|
|
324
|
+
"learn_more": "https://authjs.dev/",
|
|
325
|
+
"category": "Security",
|
|
326
|
+
"type": "3rd-party",
|
|
327
|
+
"maintainers": [
|
|
328
|
+
{
|
|
329
|
+
"name": "Hebilicious",
|
|
330
|
+
"github": "Hebilicious",
|
|
331
|
+
"twitter": "its_hebilicious"
|
|
332
|
+
}
|
|
333
|
+
],
|
|
334
|
+
"compatibility": {
|
|
335
|
+
"nuxt": "^3.0.0",
|
|
336
|
+
"requires": {}
|
|
337
|
+
}
|
|
338
|
+
},
|
|
292
339
|
{
|
|
293
340
|
"name": "axios",
|
|
294
341
|
"description": "Secure and easy Axios module with Nuxt.js",
|
|
@@ -480,6 +527,29 @@
|
|
|
480
527
|
"requires": {}
|
|
481
528
|
}
|
|
482
529
|
},
|
|
530
|
+
{
|
|
531
|
+
"name": "calendly",
|
|
532
|
+
"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.",
|
|
533
|
+
"repo": "madebyfabian/nuxt-calendly",
|
|
534
|
+
"npm": "nuxt-calendly",
|
|
535
|
+
"icon": "calendly.svg",
|
|
536
|
+
"github": "https://github.com/madebyfabian/nuxt-calendly",
|
|
537
|
+
"website": "https://nuxt-calendly.vercel.app/",
|
|
538
|
+
"learn_more": "https://calendly.com/",
|
|
539
|
+
"category": "Extensions",
|
|
540
|
+
"type": "3rd-party",
|
|
541
|
+
"maintainers": [
|
|
542
|
+
{
|
|
543
|
+
"name": "Fabian B.",
|
|
544
|
+
"github": "madebyfabian",
|
|
545
|
+
"twitter": "madebyfabian"
|
|
546
|
+
}
|
|
547
|
+
],
|
|
548
|
+
"compatibility": {
|
|
549
|
+
"nuxt": "^3.0.0",
|
|
550
|
+
"requires": {}
|
|
551
|
+
}
|
|
552
|
+
},
|
|
483
553
|
{
|
|
484
554
|
"name": "canvas-sketch",
|
|
485
555
|
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
@@ -528,11 +598,11 @@
|
|
|
528
598
|
{
|
|
529
599
|
"name": "chatwoot",
|
|
530
600
|
"description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
|
|
531
|
-
"repo": "
|
|
532
|
-
"npm": "@
|
|
601
|
+
"repo": "productdevbookcom/chatwoot",
|
|
602
|
+
"npm": "@productdevbook/chatwoot",
|
|
533
603
|
"icon": "chatwoot.png",
|
|
534
|
-
"github": "https://github.com/
|
|
535
|
-
"website": "https://github.com/
|
|
604
|
+
"github": "https://github.com/productdevbookcom/chatwoot",
|
|
605
|
+
"website": "https://github.com/productdevbookcom/chatwoot",
|
|
536
606
|
"learn_more": "https://www.chatwoot.com",
|
|
537
607
|
"category": "Libraries",
|
|
538
608
|
"type": "3rd-party",
|
|
@@ -569,6 +639,29 @@
|
|
|
569
639
|
"requires": {}
|
|
570
640
|
}
|
|
571
641
|
},
|
|
642
|
+
{
|
|
643
|
+
"name": "clarity-analytics",
|
|
644
|
+
"description": "Clarity Analytics Module for Nuxt",
|
|
645
|
+
"repo": "Barbapapazes/nuxt-clarity-analytics",
|
|
646
|
+
"npm": "nuxt-clarity-analytics",
|
|
647
|
+
"icon": "",
|
|
648
|
+
"github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
|
|
649
|
+
"website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
|
|
650
|
+
"learn_more": "https://clarity.microsoft.com/",
|
|
651
|
+
"category": "Analytics",
|
|
652
|
+
"type": "3rd-party",
|
|
653
|
+
"maintainers": [
|
|
654
|
+
{
|
|
655
|
+
"name": "Barbapapazes",
|
|
656
|
+
"github": "Barbapapazes",
|
|
657
|
+
"twitter": "soubiran_"
|
|
658
|
+
}
|
|
659
|
+
],
|
|
660
|
+
"compatibility": {
|
|
661
|
+
"nuxt": "^3.0.0",
|
|
662
|
+
"requires": {}
|
|
663
|
+
}
|
|
664
|
+
},
|
|
572
665
|
{
|
|
573
666
|
"name": "client-init",
|
|
574
667
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
@@ -613,6 +706,33 @@
|
|
|
613
706
|
"requires": {}
|
|
614
707
|
}
|
|
615
708
|
},
|
|
709
|
+
{
|
|
710
|
+
"name": "cloudflare-analytics",
|
|
711
|
+
"description": "Cloudflare Web Analytics Module for Nuxt",
|
|
712
|
+
"repo": "hamlogic/nuxt-cloudflare-analytics",
|
|
713
|
+
"npm": "nuxt-cloudflare-analytics",
|
|
714
|
+
"icon": "cloudflare.svg",
|
|
715
|
+
"github": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
|
|
716
|
+
"website": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
|
|
717
|
+
"learn_more": "https://www.cloudflare.com/web-analytics/",
|
|
718
|
+
"category": "Analytics",
|
|
719
|
+
"type": "3rd-party",
|
|
720
|
+
"maintainers": [
|
|
721
|
+
{
|
|
722
|
+
"name": "hamlogic",
|
|
723
|
+
"github": "hamlogic"
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
"name": "Fabian B.",
|
|
727
|
+
"github": "madebyfabian",
|
|
728
|
+
"twitter": "madebyfabian"
|
|
729
|
+
}
|
|
730
|
+
],
|
|
731
|
+
"compatibility": {
|
|
732
|
+
"nuxt": "^3.0.0",
|
|
733
|
+
"requires": {}
|
|
734
|
+
}
|
|
735
|
+
},
|
|
616
736
|
{
|
|
617
737
|
"name": "cloudinary",
|
|
618
738
|
"description": "Optimize images and videos in your Nuxt.js application",
|
|
@@ -669,7 +789,7 @@
|
|
|
669
789
|
"icon": "",
|
|
670
790
|
"github": "https://github.com/nuxt-community/component-cache-module",
|
|
671
791
|
"website": "https://github.com/nuxt-community/component-cache-module",
|
|
672
|
-
"learn_more": "https://ssr.vuejs.org/guide/caching.html#component-level-caching",
|
|
792
|
+
"learn_more": "https://v2.ssr.vuejs.org/guide/caching.html#component-level-caching",
|
|
673
793
|
"category": "Performance",
|
|
674
794
|
"type": "community",
|
|
675
795
|
"maintainers": [
|
|
@@ -707,12 +827,35 @@
|
|
|
707
827
|
"requires": {}
|
|
708
828
|
}
|
|
709
829
|
},
|
|
830
|
+
{
|
|
831
|
+
"name": "content-assets",
|
|
832
|
+
"description": "Enable locally-located assets in Nuxt Content",
|
|
833
|
+
"repo": "davestewart/nuxt-content-assets",
|
|
834
|
+
"npm": "nuxt-content-assets",
|
|
835
|
+
"icon": "content-assets.png",
|
|
836
|
+
"github": "https://github.com/davestewart/nuxt-content-assets",
|
|
837
|
+
"website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
|
|
838
|
+
"learn_more": "",
|
|
839
|
+
"category": "Images",
|
|
840
|
+
"type": "3rd-party",
|
|
841
|
+
"maintainers": [
|
|
842
|
+
{
|
|
843
|
+
"name": "davestewart",
|
|
844
|
+
"github": "davestewart",
|
|
845
|
+
"twitter": "dave_stewart"
|
|
846
|
+
}
|
|
847
|
+
],
|
|
848
|
+
"compatibility": {
|
|
849
|
+
"nuxt": "^3.0.0",
|
|
850
|
+
"requires": {}
|
|
851
|
+
}
|
|
852
|
+
},
|
|
710
853
|
{
|
|
711
854
|
"name": "content",
|
|
712
855
|
"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
856
|
"repo": "nuxt/content#main",
|
|
714
857
|
"npm": "@nuxt/content",
|
|
715
|
-
"icon": "nuxt.
|
|
858
|
+
"icon": "nuxt.svg",
|
|
716
859
|
"github": "https://github.com/nuxt/content",
|
|
717
860
|
"website": "https://content.nuxtjs.org",
|
|
718
861
|
"learn_more": "",
|
|
@@ -762,6 +905,52 @@
|
|
|
762
905
|
"requires": {}
|
|
763
906
|
}
|
|
764
907
|
},
|
|
908
|
+
{
|
|
909
|
+
"name": "cookie-control",
|
|
910
|
+
"description": "A highly configurable cookie banner for Nuxt.",
|
|
911
|
+
"repo": "dargmuesli/nuxt-cookie-control",
|
|
912
|
+
"npm": "@dargmuesli/nuxt-cookie-control",
|
|
913
|
+
"icon": "cookie-control.png",
|
|
914
|
+
"github": "https://github.com/dargmuesli/nuxt-cookie-control",
|
|
915
|
+
"website": "https://github.com/dargmuesli/nuxt-cookie-control",
|
|
916
|
+
"learn_more": "",
|
|
917
|
+
"category": "Extensions",
|
|
918
|
+
"type": "3rd-party",
|
|
919
|
+
"maintainers": [
|
|
920
|
+
{
|
|
921
|
+
"name": "dargmuesli",
|
|
922
|
+
"github": "dargmuesli",
|
|
923
|
+
"avatar": "https://avatars.githubusercontent.com/dargmuesli"
|
|
924
|
+
}
|
|
925
|
+
],
|
|
926
|
+
"compatibility": {
|
|
927
|
+
"nuxt": "^3.0.0",
|
|
928
|
+
"requires": {}
|
|
929
|
+
}
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
"name": "csurf",
|
|
933
|
+
"description": "Cross-Site Request Forgery (CSRF) Prevention for Nuxt",
|
|
934
|
+
"repo": "morgbn/nuxt-csurf",
|
|
935
|
+
"npm": "nuxt-csurf",
|
|
936
|
+
"icon": "csurf.svg",
|
|
937
|
+
"github": "https://github.com/morgbn/nuxt-csurf",
|
|
938
|
+
"website": "https://github.com/morgbn/nuxt-csurf",
|
|
939
|
+
"learn_more": "https://github.com/Morgbn/nuxt-csurf#readme",
|
|
940
|
+
"category": "Security",
|
|
941
|
+
"type": "3rd-party",
|
|
942
|
+
"maintainers": [
|
|
943
|
+
{
|
|
944
|
+
"name": "morgbn",
|
|
945
|
+
"github": "morgbn",
|
|
946
|
+
"avatar": "https://avatars.githubusercontent.com/u/25689856?v=4"
|
|
947
|
+
}
|
|
948
|
+
],
|
|
949
|
+
"compatibility": {
|
|
950
|
+
"nuxt": "^3.0.0",
|
|
951
|
+
"requires": {}
|
|
952
|
+
}
|
|
953
|
+
},
|
|
765
954
|
{
|
|
766
955
|
"name": "custom-elements",
|
|
767
956
|
"description": "Publish your Components as a vue-custom-element standalone build.",
|
|
@@ -833,11 +1022,11 @@
|
|
|
833
1022
|
}
|
|
834
1023
|
},
|
|
835
1024
|
{
|
|
836
|
-
"name": "datocms",
|
|
837
|
-
"description": "DatoCMS integration for Nuxt.js",
|
|
1025
|
+
"name": "datocms-nuxt2",
|
|
1026
|
+
"description": "DatoCMS integration for Nuxt.js v2",
|
|
838
1027
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
839
1028
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
840
|
-
"icon": "datocms.
|
|
1029
|
+
"icon": "datocms.svg",
|
|
841
1030
|
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
842
1031
|
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
843
1032
|
"learn_more": "https://www.datocms.com/",
|
|
@@ -854,26 +1043,50 @@
|
|
|
854
1043
|
"requires": {}
|
|
855
1044
|
}
|
|
856
1045
|
},
|
|
1046
|
+
{
|
|
1047
|
+
"name": "datocms",
|
|
1048
|
+
"description": "DatoCMS module for Nuxt",
|
|
1049
|
+
"repo": "hex-digital/nuxt-datocms",
|
|
1050
|
+
"npm": "@hexdigital/nuxt-datocms",
|
|
1051
|
+
"icon": "datocms.svg",
|
|
1052
|
+
"github": "https://github.com/hex-digital/nuxt-datocms",
|
|
1053
|
+
"website": "https://github.com/hex-digital/nuxt-datocms#readme",
|
|
1054
|
+
"learn_more": "https://www.datocms.com/",
|
|
1055
|
+
"category": "CMS",
|
|
1056
|
+
"type": "3rd-party",
|
|
1057
|
+
"maintainers": [
|
|
1058
|
+
{
|
|
1059
|
+
"name": "Jamie Warburton",
|
|
1060
|
+
"github": "jamiewarb",
|
|
1061
|
+
"twitter": "jamiewarb",
|
|
1062
|
+
"avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
|
|
1063
|
+
}
|
|
1064
|
+
],
|
|
1065
|
+
"compatibility": {
|
|
1066
|
+
"nuxt": "^3.0.0",
|
|
1067
|
+
"requires": {}
|
|
1068
|
+
}
|
|
1069
|
+
},
|
|
857
1070
|
{
|
|
858
1071
|
"name": "dayjs",
|
|
859
|
-
"description": "
|
|
860
|
-
"repo": "
|
|
861
|
-
"npm": "
|
|
1072
|
+
"description": "Day.js module for Nuxt",
|
|
1073
|
+
"repo": "fumeapp/dayjs",
|
|
1074
|
+
"npm": "dayjs-nuxt",
|
|
862
1075
|
"icon": "day-js.png",
|
|
863
|
-
"github": "https://github.com/
|
|
864
|
-
"website": "https://github.com/
|
|
1076
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1077
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
865
1078
|
"learn_more": "https://day.js.org/",
|
|
866
|
-
"category": "
|
|
867
|
-
"type": "
|
|
1079
|
+
"category": "Libraries",
|
|
1080
|
+
"type": "3rd-party",
|
|
868
1081
|
"maintainers": [
|
|
869
1082
|
{
|
|
870
|
-
"name": "
|
|
871
|
-
"github": "
|
|
872
|
-
"twitter": "
|
|
1083
|
+
"name": "Kevin Olson",
|
|
1084
|
+
"github": "acidjazz",
|
|
1085
|
+
"twitter": "AppFume"
|
|
873
1086
|
}
|
|
874
1087
|
],
|
|
875
1088
|
"compatibility": {
|
|
876
|
-
"nuxt": "^
|
|
1089
|
+
"nuxt": "^3.0.0",
|
|
877
1090
|
"requires": {}
|
|
878
1091
|
}
|
|
879
1092
|
},
|
|
@@ -922,6 +1135,29 @@
|
|
|
922
1135
|
"requires": {}
|
|
923
1136
|
}
|
|
924
1137
|
},
|
|
1138
|
+
{
|
|
1139
|
+
"name": "devtools",
|
|
1140
|
+
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1141
|
+
"repo": "nuxt/devtools#main",
|
|
1142
|
+
"npm": "@nuxt/devtools",
|
|
1143
|
+
"icon": "nuxt.svg",
|
|
1144
|
+
"github": "https://github.com/nuxt/devtools",
|
|
1145
|
+
"website": "https://devtools.nuxtjs.org/",
|
|
1146
|
+
"learn_more": "",
|
|
1147
|
+
"category": "Devtools",
|
|
1148
|
+
"type": "official",
|
|
1149
|
+
"maintainers": [
|
|
1150
|
+
{
|
|
1151
|
+
"name": "Anthony Fu",
|
|
1152
|
+
"github": "antfu",
|
|
1153
|
+
"twitter": "antfu7"
|
|
1154
|
+
}
|
|
1155
|
+
],
|
|
1156
|
+
"compatibility": {
|
|
1157
|
+
"nuxt": "^3.0.0",
|
|
1158
|
+
"requires": {}
|
|
1159
|
+
}
|
|
1160
|
+
},
|
|
925
1161
|
{
|
|
926
1162
|
"name": "directus",
|
|
927
1163
|
"description": "Easily connect your Nuxt3 application to your directus server.",
|
|
@@ -1024,6 +1260,28 @@
|
|
|
1024
1260
|
"requires": {}
|
|
1025
1261
|
}
|
|
1026
1262
|
},
|
|
1263
|
+
{
|
|
1264
|
+
"name": "electron",
|
|
1265
|
+
"description": "Integrate Nuxt and Electron.",
|
|
1266
|
+
"repo": "caoxiemeihao/nuxt-electron",
|
|
1267
|
+
"npm": "nuxt-electron",
|
|
1268
|
+
"icon": "electron.svg",
|
|
1269
|
+
"github": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1270
|
+
"website": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1271
|
+
"learn_more": "https://github.com/caoxiemeihao/nuxt-electron#readme",
|
|
1272
|
+
"category": "Extensions",
|
|
1273
|
+
"type": "3rd-party",
|
|
1274
|
+
"maintainers": [
|
|
1275
|
+
{
|
|
1276
|
+
"name": "草鞋没号",
|
|
1277
|
+
"github": "caoxiemeihao"
|
|
1278
|
+
}
|
|
1279
|
+
],
|
|
1280
|
+
"compatibility": {
|
|
1281
|
+
"nuxt": "^3.0.0",
|
|
1282
|
+
"requires": {}
|
|
1283
|
+
}
|
|
1284
|
+
},
|
|
1027
1285
|
{
|
|
1028
1286
|
"name": "element-plus",
|
|
1029
1287
|
"description": "A Vue 3 based component library for designers and developers",
|
|
@@ -1051,11 +1309,11 @@
|
|
|
1051
1309
|
{
|
|
1052
1310
|
"name": "emotion",
|
|
1053
1311
|
"description": "The Next Generation of CSS-in-JS for Nuxt.js",
|
|
1054
|
-
"repo": "nuxt-
|
|
1312
|
+
"repo": "nuxt-modules/emotion",
|
|
1055
1313
|
"npm": "@nuxtjs/emotion",
|
|
1056
1314
|
"icon": "emotion.png",
|
|
1057
|
-
"github": "https://github.com/nuxt-
|
|
1058
|
-
"website": "https://github.com/nuxt-
|
|
1315
|
+
"github": "https://github.com/nuxt-modules/emotion",
|
|
1316
|
+
"website": "https://github.com/nuxt-modules/emotion",
|
|
1059
1317
|
"learn_more": "https://emotion.sh/",
|
|
1060
1318
|
"category": "Extensions",
|
|
1061
1319
|
"type": "community",
|
|
@@ -1064,10 +1322,15 @@
|
|
|
1064
1322
|
"name": "Pooya Parsa",
|
|
1065
1323
|
"github": "pi0",
|
|
1066
1324
|
"twitter": "_pi0_"
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
"name": "Jonathan Bakebwa",
|
|
1328
|
+
"github": "codebender828",
|
|
1329
|
+
"twitter": "codebender828"
|
|
1067
1330
|
}
|
|
1068
1331
|
],
|
|
1069
1332
|
"compatibility": {
|
|
1070
|
-
"nuxt": "^2.0.0",
|
|
1333
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1071
1334
|
"requires": {}
|
|
1072
1335
|
}
|
|
1073
1336
|
},
|
|
@@ -1089,7 +1352,7 @@
|
|
|
1089
1352
|
}
|
|
1090
1353
|
],
|
|
1091
1354
|
"compatibility": {
|
|
1092
|
-
"nuxt": "^2.0.0",
|
|
1355
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1093
1356
|
"requires": {}
|
|
1094
1357
|
}
|
|
1095
1358
|
},
|
|
@@ -1315,6 +1578,29 @@
|
|
|
1315
1578
|
"requires": {}
|
|
1316
1579
|
}
|
|
1317
1580
|
},
|
|
1581
|
+
{
|
|
1582
|
+
"name": "form-actions",
|
|
1583
|
+
"description": "A set of features and composables to interact with forms and server data.",
|
|
1584
|
+
"repo": "Hebilicious/form-actions-nuxt#main",
|
|
1585
|
+
"npm": "form-actions-nuxt",
|
|
1586
|
+
"icon": "form-actions.svg",
|
|
1587
|
+
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1588
|
+
"website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1589
|
+
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1590
|
+
"category": "Request",
|
|
1591
|
+
"type": "3rd-party",
|
|
1592
|
+
"maintainers": [
|
|
1593
|
+
{
|
|
1594
|
+
"name": "Hebilicious",
|
|
1595
|
+
"github": "Hebilicious",
|
|
1596
|
+
"twitter": "its_hebilicious"
|
|
1597
|
+
}
|
|
1598
|
+
],
|
|
1599
|
+
"compatibility": {
|
|
1600
|
+
"nuxt": "^3.0.0",
|
|
1601
|
+
"requires": {}
|
|
1602
|
+
}
|
|
1603
|
+
},
|
|
1318
1604
|
{
|
|
1319
1605
|
"name": "formkit",
|
|
1320
1606
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1594,6 +1880,30 @@
|
|
|
1594
1880
|
"requires": {}
|
|
1595
1881
|
}
|
|
1596
1882
|
},
|
|
1883
|
+
{
|
|
1884
|
+
"name": "gtag",
|
|
1885
|
+
"description": "Google Analytics integration for Nuxt 3",
|
|
1886
|
+
"repo": "johannschopplich/nuxt-gtag",
|
|
1887
|
+
"npm": "nuxt-gtag",
|
|
1888
|
+
"icon": "gtag.svg",
|
|
1889
|
+
"github": "https://github.com/johannschopplich/nuxt-gtag",
|
|
1890
|
+
"website": "https://github.com/johannschopplich/nuxt-gtag#readme",
|
|
1891
|
+
"learn_more": "",
|
|
1892
|
+
"category": "Analytics",
|
|
1893
|
+
"type": "3rd-party",
|
|
1894
|
+
"maintainers": [
|
|
1895
|
+
{
|
|
1896
|
+
"name": "Johann Schopplich",
|
|
1897
|
+
"github": "johannschopplich",
|
|
1898
|
+
"twitter": "jschopplich",
|
|
1899
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
1900
|
+
}
|
|
1901
|
+
],
|
|
1902
|
+
"compatibility": {
|
|
1903
|
+
"nuxt": "^3.0.0",
|
|
1904
|
+
"requires": {}
|
|
1905
|
+
}
|
|
1906
|
+
},
|
|
1597
1907
|
{
|
|
1598
1908
|
"name": "gtm",
|
|
1599
1909
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
@@ -1639,6 +1949,28 @@
|
|
|
1639
1949
|
"requires": {}
|
|
1640
1950
|
}
|
|
1641
1951
|
},
|
|
1952
|
+
{
|
|
1953
|
+
"name": "hanko",
|
|
1954
|
+
"description": "Hanko integration for Nuxt for passwordless authentication",
|
|
1955
|
+
"repo": "danielroe/nuxt-hanko",
|
|
1956
|
+
"npm": "nuxt-hanko",
|
|
1957
|
+
"icon": "",
|
|
1958
|
+
"github": "https://github.com/danielroe/nuxt-hanko",
|
|
1959
|
+
"website": "https://github.com/danielroe/nuxt-hanko",
|
|
1960
|
+
"learn_more": "",
|
|
1961
|
+
"category": "Security",
|
|
1962
|
+
"type": "3rd-party",
|
|
1963
|
+
"maintainers": [
|
|
1964
|
+
{
|
|
1965
|
+
"name": "danielroe",
|
|
1966
|
+
"github": "danielroe"
|
|
1967
|
+
}
|
|
1968
|
+
],
|
|
1969
|
+
"compatibility": {
|
|
1970
|
+
"nuxt": "^3.0.0",
|
|
1971
|
+
"requires": {}
|
|
1972
|
+
}
|
|
1973
|
+
},
|
|
1642
1974
|
{
|
|
1643
1975
|
"name": "harlem",
|
|
1644
1976
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -1897,6 +2229,28 @@
|
|
|
1897
2229
|
"requires": {}
|
|
1898
2230
|
}
|
|
1899
2231
|
},
|
|
2232
|
+
{
|
|
2233
|
+
"name": "icon-font",
|
|
2234
|
+
"description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
|
|
2235
|
+
"repo": "coremyslo/nuxt-icon-font",
|
|
2236
|
+
"npm": "@coremyslo/nuxt-icon-font",
|
|
2237
|
+
"icon": "",
|
|
2238
|
+
"github": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2239
|
+
"website": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2240
|
+
"learn_more": "",
|
|
2241
|
+
"category": "UI",
|
|
2242
|
+
"type": "3rd-party",
|
|
2243
|
+
"maintainers": [
|
|
2244
|
+
{
|
|
2245
|
+
"name": "coremyslo",
|
|
2246
|
+
"github": "coremyslo"
|
|
2247
|
+
}
|
|
2248
|
+
],
|
|
2249
|
+
"compatibility": {
|
|
2250
|
+
"nuxt": "^3.0.0",
|
|
2251
|
+
"requires": {}
|
|
2252
|
+
}
|
|
2253
|
+
},
|
|
1900
2254
|
{
|
|
1901
2255
|
"name": "icon",
|
|
1902
2256
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2023,12 +2377,12 @@
|
|
|
2023
2377
|
{
|
|
2024
2378
|
"name": "inkline",
|
|
2025
2379
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2026
|
-
"repo": "inkline/
|
|
2027
|
-
"npm": "@inkline/
|
|
2380
|
+
"repo": "inkline/plugin",
|
|
2381
|
+
"npm": "@inkline/plugin",
|
|
2028
2382
|
"icon": "inkline.svg",
|
|
2029
|
-
"github": "https://github.com/inkline/
|
|
2383
|
+
"github": "https://github.com/inkline/plugin",
|
|
2030
2384
|
"website": "https://inkline.io",
|
|
2031
|
-
"learn_more": "https://inkline.io/docs/
|
|
2385
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2032
2386
|
"category": "UI",
|
|
2033
2387
|
"type": "3rd-party",
|
|
2034
2388
|
"maintainers": [
|
|
@@ -2248,7 +2602,7 @@
|
|
|
2248
2602
|
},
|
|
2249
2603
|
{
|
|
2250
2604
|
"name": "link-checker",
|
|
2251
|
-
"description": "",
|
|
2605
|
+
"description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
|
|
2252
2606
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2253
2607
|
"npm": "nuxt-link-checker",
|
|
2254
2608
|
"icon": "",
|
|
@@ -2361,7 +2715,7 @@
|
|
|
2361
2715
|
}
|
|
2362
2716
|
],
|
|
2363
2717
|
"compatibility": {
|
|
2364
|
-
"nuxt": "^2.0.0",
|
|
2718
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2365
2719
|
"requires": {}
|
|
2366
2720
|
}
|
|
2367
2721
|
},
|
|
@@ -2478,6 +2832,31 @@
|
|
|
2478
2832
|
"requires": {}
|
|
2479
2833
|
}
|
|
2480
2834
|
},
|
|
2835
|
+
{
|
|
2836
|
+
"name": "medusa",
|
|
2837
|
+
"description": "Easily connect to Medusa from your Nuxt 3 application",
|
|
2838
|
+
"repo": "Baroshem/nuxt-medusa",
|
|
2839
|
+
"npm": "nuxt-medusa",
|
|
2840
|
+
"icon": "medusa.svg",
|
|
2841
|
+
"github": "https://github.com/Baroshem/nuxt-medusa/",
|
|
2842
|
+
"website": "https://nuxt-medusa.vercel.app/",
|
|
2843
|
+
"learn_more": "https://nuxt-medusa.vercel.app/",
|
|
2844
|
+
"category": "Ecommerce",
|
|
2845
|
+
"type": "3rd-party",
|
|
2846
|
+
"maintainers": [
|
|
2847
|
+
{
|
|
2848
|
+
"name": "Jakub Andrzejewski",
|
|
2849
|
+
"github": "Baroshem",
|
|
2850
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
2851
|
+
}
|
|
2852
|
+
],
|
|
2853
|
+
"compatibility": {
|
|
2854
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2855
|
+
"requires": {
|
|
2856
|
+
"bridge": true
|
|
2857
|
+
}
|
|
2858
|
+
}
|
|
2859
|
+
},
|
|
2481
2860
|
{
|
|
2482
2861
|
"name": "meilisearch",
|
|
2483
2862
|
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
@@ -2548,16 +2927,39 @@
|
|
|
2548
2927
|
}
|
|
2549
2928
|
},
|
|
2550
2929
|
{
|
|
2551
|
-
"name": "
|
|
2552
|
-
"description": "
|
|
2553
|
-
"repo": "nuxt-
|
|
2554
|
-
"npm": "
|
|
2555
|
-
"icon": "
|
|
2556
|
-
"github": "https://github.com/nuxt-
|
|
2557
|
-
"website": "https://github.com/nuxt-
|
|
2558
|
-
"learn_more": "
|
|
2559
|
-
"category": "
|
|
2560
|
-
"type": "
|
|
2930
|
+
"name": "module-feed",
|
|
2931
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
2932
|
+
"repo": "tresko/nuxt-module-feed",
|
|
2933
|
+
"npm": "nuxt-module-feed",
|
|
2934
|
+
"icon": "",
|
|
2935
|
+
"github": "https://github.com/tresko/nuxt-module-feed",
|
|
2936
|
+
"website": "https://github.com/tresko/nuxt-module-feed",
|
|
2937
|
+
"learn_more": "",
|
|
2938
|
+
"category": "SEO",
|
|
2939
|
+
"type": "3rd-party",
|
|
2940
|
+
"maintainers": [
|
|
2941
|
+
{
|
|
2942
|
+
"name": "Miha Sedej",
|
|
2943
|
+
"github": "tresko",
|
|
2944
|
+
"twitter": "mihasedej"
|
|
2945
|
+
}
|
|
2946
|
+
],
|
|
2947
|
+
"compatibility": {
|
|
2948
|
+
"nuxt": "^3.0.0",
|
|
2949
|
+
"requires": {}
|
|
2950
|
+
}
|
|
2951
|
+
},
|
|
2952
|
+
{
|
|
2953
|
+
"name": "moment",
|
|
2954
|
+
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2955
|
+
"repo": "nuxt-community/moment-module",
|
|
2956
|
+
"npm": "@nuxtjs/moment",
|
|
2957
|
+
"icon": "momentjs.png",
|
|
2958
|
+
"github": "https://github.com/nuxt-community/moment-module",
|
|
2959
|
+
"website": "https://github.com/nuxt-community/moment-module",
|
|
2960
|
+
"learn_more": "https://momentjs.com/",
|
|
2961
|
+
"category": "Date",
|
|
2962
|
+
"type": "community",
|
|
2561
2963
|
"maintainers": [
|
|
2562
2964
|
{
|
|
2563
2965
|
"name": "Pooya Parsa",
|
|
@@ -2735,6 +3137,28 @@
|
|
|
2735
3137
|
"requires": {}
|
|
2736
3138
|
}
|
|
2737
3139
|
},
|
|
3140
|
+
{
|
|
3141
|
+
"name": "nupolyon",
|
|
3142
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3143
|
+
"repo": "adenvt/nupolyon",
|
|
3144
|
+
"npm": "nupolyon",
|
|
3145
|
+
"icon": "",
|
|
3146
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3147
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
3148
|
+
"learn_more": "",
|
|
3149
|
+
"category": "Performance",
|
|
3150
|
+
"type": "3rd-party",
|
|
3151
|
+
"maintainers": [
|
|
3152
|
+
{
|
|
3153
|
+
"name": "adenvt",
|
|
3154
|
+
"github": "adenvt"
|
|
3155
|
+
}
|
|
3156
|
+
],
|
|
3157
|
+
"compatibility": {
|
|
3158
|
+
"nuxt": "^3.0.0",
|
|
3159
|
+
"requires": {}
|
|
3160
|
+
}
|
|
3161
|
+
},
|
|
2738
3162
|
{
|
|
2739
3163
|
"name": "nuxt-auth",
|
|
2740
3164
|
"description": "",
|
|
@@ -2757,6 +3181,57 @@
|
|
|
2757
3181
|
"requires": {}
|
|
2758
3182
|
}
|
|
2759
3183
|
},
|
|
3184
|
+
{
|
|
3185
|
+
"name": "nuxt-chatgpt",
|
|
3186
|
+
"description": "ChatGPT integration for Nuxt 3",
|
|
3187
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3188
|
+
"npm": "nuxt-chatgpt",
|
|
3189
|
+
"icon": "chatgpt.svg",
|
|
3190
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3191
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3192
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
3193
|
+
"category": "Libraries",
|
|
3194
|
+
"type": "3rd-party",
|
|
3195
|
+
"maintainers": [
|
|
3196
|
+
{
|
|
3197
|
+
"name": "Oliver Trajceski",
|
|
3198
|
+
"github": "schnapsterdog"
|
|
3199
|
+
}
|
|
3200
|
+
],
|
|
3201
|
+
"compatibility": {
|
|
3202
|
+
"nuxt": "^3.0.0",
|
|
3203
|
+
"requires": {}
|
|
3204
|
+
}
|
|
3205
|
+
},
|
|
3206
|
+
{
|
|
3207
|
+
"name": "nuxt-graphql-middleware",
|
|
3208
|
+
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
3209
|
+
"repo": "dulnan/nuxt-graphql-middleware",
|
|
3210
|
+
"npm": "nuxt-graphql-middleware",
|
|
3211
|
+
"icon": "nuxt-graphql-middleware.svg",
|
|
3212
|
+
"github": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3213
|
+
"website": "https://nuxt-graphql-middleware.dulnan.net",
|
|
3214
|
+
"learn_more": "",
|
|
3215
|
+
"category": "Request",
|
|
3216
|
+
"type": "3rd-party",
|
|
3217
|
+
"maintainers": [
|
|
3218
|
+
{
|
|
3219
|
+
"name": "dulnan",
|
|
3220
|
+
"github": "dulnan",
|
|
3221
|
+
"twitter": "dulnan",
|
|
3222
|
+
"avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
|
|
3223
|
+
},
|
|
3224
|
+
{
|
|
3225
|
+
"name": "ayalon",
|
|
3226
|
+
"github": "ayalon",
|
|
3227
|
+
"avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
|
|
3228
|
+
}
|
|
3229
|
+
],
|
|
3230
|
+
"compatibility": {
|
|
3231
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3232
|
+
"requires": {}
|
|
3233
|
+
}
|
|
3234
|
+
},
|
|
2760
3235
|
{
|
|
2761
3236
|
"name": "nuxt-graphql-playground",
|
|
2762
3237
|
"description": "",
|
|
@@ -2779,6 +3254,28 @@
|
|
|
2779
3254
|
"requires": {}
|
|
2780
3255
|
}
|
|
2781
3256
|
},
|
|
3257
|
+
{
|
|
3258
|
+
"name": "nuxt-gtm",
|
|
3259
|
+
"description": "A Nuxt.js module for Google Tag Manager",
|
|
3260
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3261
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3262
|
+
"icon": "nuxt-gtm.svg",
|
|
3263
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3264
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3265
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3266
|
+
"category": "Analytics",
|
|
3267
|
+
"type": "3rd-party",
|
|
3268
|
+
"maintainers": [
|
|
3269
|
+
{
|
|
3270
|
+
"name": "Zadig&Voltaire Team",
|
|
3271
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
3272
|
+
}
|
|
3273
|
+
],
|
|
3274
|
+
"compatibility": {
|
|
3275
|
+
"nuxt": "^3.0.0",
|
|
3276
|
+
"requires": {}
|
|
3277
|
+
}
|
|
3278
|
+
},
|
|
2782
3279
|
{
|
|
2783
3280
|
"name": "nuxt-hue",
|
|
2784
3281
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -2803,6 +3300,28 @@
|
|
|
2803
3300
|
}
|
|
2804
3301
|
}
|
|
2805
3302
|
},
|
|
3303
|
+
{
|
|
3304
|
+
"name": "nuxt-lazy-load",
|
|
3305
|
+
"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",
|
|
3306
|
+
"repo": "",
|
|
3307
|
+
"npm": "nuxt-lazy-load",
|
|
3308
|
+
"icon": "nuxt-lazy-load.svg",
|
|
3309
|
+
"github": "",
|
|
3310
|
+
"website": "https://gitlab.com/broj42/nuxt-lazy-load",
|
|
3311
|
+
"learn_more": "https://gitlab.com/broj42/nuxt-lazy-load",
|
|
3312
|
+
"category": "Performance",
|
|
3313
|
+
"type": "3rd-party",
|
|
3314
|
+
"maintainers": [
|
|
3315
|
+
{
|
|
3316
|
+
"name": "Dario Ferderber",
|
|
3317
|
+
"github": "darioferderber"
|
|
3318
|
+
}
|
|
3319
|
+
],
|
|
3320
|
+
"compatibility": {
|
|
3321
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3322
|
+
"requires": {}
|
|
3323
|
+
}
|
|
3324
|
+
},
|
|
2806
3325
|
{
|
|
2807
3326
|
"name": "nuxt-localtunnel",
|
|
2808
3327
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -2826,6 +3345,51 @@
|
|
|
2826
3345
|
"requires": {}
|
|
2827
3346
|
}
|
|
2828
3347
|
},
|
|
3348
|
+
{
|
|
3349
|
+
"name": "nuxt-loco",
|
|
3350
|
+
"description": "A localise.biz module to synth locale with Nuxt.js",
|
|
3351
|
+
"repo": "gaetansenn/nuxt-loco",
|
|
3352
|
+
"npm": "nuxt-loco",
|
|
3353
|
+
"icon": "",
|
|
3354
|
+
"github": "https://github.com/gaetansenn/nuxt-loco",
|
|
3355
|
+
"website": "https://nuxt-loco.dewib.com/",
|
|
3356
|
+
"learn_more": "",
|
|
3357
|
+
"category": "Libraries",
|
|
3358
|
+
"type": "3rd-party",
|
|
3359
|
+
"maintainers": [
|
|
3360
|
+
{
|
|
3361
|
+
"name": "Gaetan SENN",
|
|
3362
|
+
"github": "gaetansenn",
|
|
3363
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
3364
|
+
}
|
|
3365
|
+
],
|
|
3366
|
+
"compatibility": {
|
|
3367
|
+
"nuxt": "^3.0.0",
|
|
3368
|
+
"requires": {}
|
|
3369
|
+
}
|
|
3370
|
+
},
|
|
3371
|
+
{
|
|
3372
|
+
"name": "nuxt-mapbox",
|
|
3373
|
+
"description": "Elegant Mapbox integration with Nuxt",
|
|
3374
|
+
"repo": "AlexLavoie42/Nuxt-Mapbox",
|
|
3375
|
+
"npm": "nuxt-mapbox",
|
|
3376
|
+
"icon": "nuxt-mapbox.svg",
|
|
3377
|
+
"github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3378
|
+
"website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3379
|
+
"learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3380
|
+
"category": "Libraries",
|
|
3381
|
+
"type": "3rd-party",
|
|
3382
|
+
"maintainers": [
|
|
3383
|
+
{
|
|
3384
|
+
"name": "Alex Lavoie",
|
|
3385
|
+
"github": "AlexLavoie42"
|
|
3386
|
+
}
|
|
3387
|
+
],
|
|
3388
|
+
"compatibility": {
|
|
3389
|
+
"nuxt": "^3.0.0",
|
|
3390
|
+
"requires": {}
|
|
3391
|
+
}
|
|
3392
|
+
},
|
|
2829
3393
|
{
|
|
2830
3394
|
"name": "nuxt-monaco-editor",
|
|
2831
3395
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -2848,6 +3412,51 @@
|
|
|
2848
3412
|
"requires": {}
|
|
2849
3413
|
}
|
|
2850
3414
|
},
|
|
3415
|
+
{
|
|
3416
|
+
"name": "nuxt-mongoose",
|
|
3417
|
+
"description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
|
|
3418
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
3419
|
+
"npm": "nuxt-mongoose",
|
|
3420
|
+
"icon": "nuxt-mongoose.svg",
|
|
3421
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3422
|
+
"website": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3423
|
+
"learn_more": "",
|
|
3424
|
+
"category": "Database",
|
|
3425
|
+
"type": "3rd-party",
|
|
3426
|
+
"maintainers": [
|
|
3427
|
+
{
|
|
3428
|
+
"name": "arashsheyda",
|
|
3429
|
+
"github": "arashsheyda"
|
|
3430
|
+
}
|
|
3431
|
+
],
|
|
3432
|
+
"compatibility": {
|
|
3433
|
+
"nuxt": "^3.0.0",
|
|
3434
|
+
"requires": {}
|
|
3435
|
+
}
|
|
3436
|
+
},
|
|
3437
|
+
{
|
|
3438
|
+
"name": "nuxt-pdf",
|
|
3439
|
+
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
3440
|
+
"repo": "sidebase/nuxt-pdf",
|
|
3441
|
+
"npm": "@sidebase/nuxt-pdf",
|
|
3442
|
+
"icon": "nuxt-pdf.png",
|
|
3443
|
+
"github": "https://github.com/sidebase/nuxt-pdf",
|
|
3444
|
+
"website": "https://sidebase.io/nuxt-pdf",
|
|
3445
|
+
"learn_more": "https://github.com/sidebase",
|
|
3446
|
+
"category": "Extensions",
|
|
3447
|
+
"type": "3rd-party",
|
|
3448
|
+
"maintainers": [
|
|
3449
|
+
{
|
|
3450
|
+
"name": "sidebase",
|
|
3451
|
+
"github": "sidebase",
|
|
3452
|
+
"twitter": "sidebase_io"
|
|
3453
|
+
}
|
|
3454
|
+
],
|
|
3455
|
+
"compatibility": {
|
|
3456
|
+
"nuxt": "^3.0.0",
|
|
3457
|
+
"requires": {}
|
|
3458
|
+
}
|
|
3459
|
+
},
|
|
2851
3460
|
{
|
|
2852
3461
|
"name": "nuxt-pino-log",
|
|
2853
3462
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3101,6 +3710,50 @@
|
|
|
3101
3710
|
}
|
|
3102
3711
|
}
|
|
3103
3712
|
},
|
|
3713
|
+
{
|
|
3714
|
+
"name": "nuxt-vue3-google-signin",
|
|
3715
|
+
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3716
|
+
"repo": "syetalabs/nuxt-vue3-google-signin",
|
|
3717
|
+
"npm": "nuxt-vue3-google-signin",
|
|
3718
|
+
"icon": "vue3-google-signin.svg",
|
|
3719
|
+
"github": "https://github.com/syetalabs/nuxt-vue3-google-signin",
|
|
3720
|
+
"website": "https://vue3-google-signin.syetalabs.io",
|
|
3721
|
+
"learn_more": "https://vue3-google-signin.syetalabs.io",
|
|
3722
|
+
"category": "Libraries",
|
|
3723
|
+
"type": "3rd-party",
|
|
3724
|
+
"maintainers": [
|
|
3725
|
+
{
|
|
3726
|
+
"name": "Kasun Vithanage",
|
|
3727
|
+
"github": "kasvith"
|
|
3728
|
+
}
|
|
3729
|
+
],
|
|
3730
|
+
"compatibility": {
|
|
3731
|
+
"nuxt": "^3.0.0",
|
|
3732
|
+
"requires": {}
|
|
3733
|
+
}
|
|
3734
|
+
},
|
|
3735
|
+
{
|
|
3736
|
+
"name": "nuxt-vuetify",
|
|
3737
|
+
"description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
|
|
3738
|
+
"repo": "invictus-codes/nuxt-vuetify",
|
|
3739
|
+
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3740
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
3741
|
+
"github": "https://github.com/invictus-codes/nuxt-vuetify",
|
|
3742
|
+
"website": "https://invictus-codes.github.io/nuxt-vuetify/",
|
|
3743
|
+
"learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
|
|
3744
|
+
"category": "UI",
|
|
3745
|
+
"type": "3rd-party",
|
|
3746
|
+
"maintainers": [
|
|
3747
|
+
{
|
|
3748
|
+
"name": "Jens van Hellemondt",
|
|
3749
|
+
"github": "invictus-codes"
|
|
3750
|
+
}
|
|
3751
|
+
],
|
|
3752
|
+
"compatibility": {
|
|
3753
|
+
"nuxt": "^3.0.0",
|
|
3754
|
+
"requires": {}
|
|
3755
|
+
}
|
|
3756
|
+
},
|
|
3104
3757
|
{
|
|
3105
3758
|
"name": "nuxt7",
|
|
3106
3759
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
@@ -3124,6 +3777,29 @@
|
|
|
3124
3777
|
"requires": {}
|
|
3125
3778
|
}
|
|
3126
3779
|
},
|
|
3780
|
+
{
|
|
3781
|
+
"name": "nuxtlabs-ui",
|
|
3782
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
3783
|
+
"repo": "nuxtlabs/ui",
|
|
3784
|
+
"npm": "@nuxthq/ui",
|
|
3785
|
+
"icon": "nuxtlabs-ui.svg",
|
|
3786
|
+
"github": "https://github.com/nuxtlabs/ui",
|
|
3787
|
+
"website": "https://ui.nuxtlabs.com",
|
|
3788
|
+
"learn_more": "https://ui.nuxtlabs.com",
|
|
3789
|
+
"category": "UI",
|
|
3790
|
+
"type": "3rd-party",
|
|
3791
|
+
"maintainers": [
|
|
3792
|
+
{
|
|
3793
|
+
"name": "Benjamin Canac",
|
|
3794
|
+
"github": "benjamincanac",
|
|
3795
|
+
"twitter": "benjamincanac"
|
|
3796
|
+
}
|
|
3797
|
+
],
|
|
3798
|
+
"compatibility": {
|
|
3799
|
+
"nuxt": "^3.0.0",
|
|
3800
|
+
"requires": {}
|
|
3801
|
+
}
|
|
3802
|
+
},
|
|
3127
3803
|
{
|
|
3128
3804
|
"name": "og-image",
|
|
3129
3805
|
"description": "Easily generate dynamic social share images.",
|
|
@@ -3263,6 +3939,30 @@
|
|
|
3263
3939
|
}
|
|
3264
3940
|
}
|
|
3265
3941
|
},
|
|
3942
|
+
{
|
|
3943
|
+
"name": "pdfeasy",
|
|
3944
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
3945
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
3946
|
+
"npm": "nuxt-pdfeasy",
|
|
3947
|
+
"icon": "pdfeasy.png",
|
|
3948
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
3949
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
3950
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
3951
|
+
"category": "Extensions",
|
|
3952
|
+
"type": "3rd-party",
|
|
3953
|
+
"maintainers": [
|
|
3954
|
+
{
|
|
3955
|
+
"name": "Giovane Cardoso",
|
|
3956
|
+
"github": "novout",
|
|
3957
|
+
"twitter": "novoutttttt",
|
|
3958
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
3959
|
+
}
|
|
3960
|
+
],
|
|
3961
|
+
"compatibility": {
|
|
3962
|
+
"nuxt": "^3.0.0",
|
|
3963
|
+
"requires": {}
|
|
3964
|
+
}
|
|
3965
|
+
},
|
|
3266
3966
|
{
|
|
3267
3967
|
"name": "persian-datepicker",
|
|
3268
3968
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3310,14 +4010,38 @@
|
|
|
3310
4010
|
}
|
|
3311
4011
|
}
|
|
3312
4012
|
},
|
|
4013
|
+
{
|
|
4014
|
+
"name": "pinia-plugin-persistedstate",
|
|
4015
|
+
"description": "Configurable persistence and rehydration of Pinia stores.",
|
|
4016
|
+
"repo": "prazdevs/pinia-plugin-persistedstate#main/packages/nuxt",
|
|
4017
|
+
"npm": "@pinia-plugin-persistedstate/nuxt",
|
|
4018
|
+
"icon": "pinia-plugin-persistedstate.png",
|
|
4019
|
+
"github": "https://github.com/prazdevs/pinia-plugin-persistedstate/tree/main/packages/nuxt",
|
|
4020
|
+
"website": "https://prazdevs.github.io/pinia-plugin-persistedstate/",
|
|
4021
|
+
"learn_more": "",
|
|
4022
|
+
"category": "Extensions",
|
|
4023
|
+
"type": "3rd-party",
|
|
4024
|
+
"maintainers": [
|
|
4025
|
+
{
|
|
4026
|
+
"name": "PraZ",
|
|
4027
|
+
"github": "prazdevs"
|
|
4028
|
+
}
|
|
4029
|
+
],
|
|
4030
|
+
"compatibility": {
|
|
4031
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4032
|
+
"requires": {
|
|
4033
|
+
"bridge": "optional"
|
|
4034
|
+
}
|
|
4035
|
+
}
|
|
4036
|
+
},
|
|
3313
4037
|
{
|
|
3314
4038
|
"name": "pinia",
|
|
3315
4039
|
"description": "The Vue Store that you will enjoy using",
|
|
3316
|
-
"repo": "
|
|
4040
|
+
"repo": "vuejs/pinia#v2/packages/nuxt",
|
|
3317
4041
|
"npm": "@pinia/nuxt",
|
|
3318
4042
|
"icon": "pinia.svg",
|
|
3319
|
-
"github": "https://github.com/
|
|
3320
|
-
"website": "https://pinia.
|
|
4043
|
+
"github": "https://github.com/vuejs/pinia/tree/v2/packages/nuxt",
|
|
4044
|
+
"website": "https://pinia.vuejs.org/",
|
|
3321
4045
|
"learn_more": "",
|
|
3322
4046
|
"category": "Extensions",
|
|
3323
4047
|
"type": "3rd-party",
|
|
@@ -3401,6 +4125,28 @@
|
|
|
3401
4125
|
"requires": {}
|
|
3402
4126
|
}
|
|
3403
4127
|
},
|
|
4128
|
+
{
|
|
4129
|
+
"name": "prometheus",
|
|
4130
|
+
"description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
|
|
4131
|
+
"repo": "artmizu/nuxt-prometheus",
|
|
4132
|
+
"npm": "@artmizu/nuxt-prometheus",
|
|
4133
|
+
"icon": "prometheus.svg",
|
|
4134
|
+
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
4135
|
+
"website": "https://github.com/artmizu/nuxt-prometheus",
|
|
4136
|
+
"learn_more": "",
|
|
4137
|
+
"category": "Monitoring",
|
|
4138
|
+
"type": "3rd-party",
|
|
4139
|
+
"maintainers": [
|
|
4140
|
+
{
|
|
4141
|
+
"name": "artmizu",
|
|
4142
|
+
"github": "artmizu"
|
|
4143
|
+
}
|
|
4144
|
+
],
|
|
4145
|
+
"compatibility": {
|
|
4146
|
+
"nuxt": "^3.0.0",
|
|
4147
|
+
"requires": {}
|
|
4148
|
+
}
|
|
4149
|
+
},
|
|
3404
4150
|
{
|
|
3405
4151
|
"name": "protected-mailto",
|
|
3406
4152
|
"description": "Nuxt component to generate encoded mailto links",
|
|
@@ -3538,6 +4284,28 @@
|
|
|
3538
4284
|
"requires": {}
|
|
3539
4285
|
}
|
|
3540
4286
|
},
|
|
4287
|
+
{
|
|
4288
|
+
"name": "quasar",
|
|
4289
|
+
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
4290
|
+
"repo": "Maiquu/nuxt-quasar",
|
|
4291
|
+
"npm": "nuxt-quasar-ui",
|
|
4292
|
+
"icon": "quasar.svg",
|
|
4293
|
+
"github": "https://github.com/Maiquu/nuxt-quasar",
|
|
4294
|
+
"website": "https://quasar.dev/",
|
|
4295
|
+
"learn_more": "https://github.com/Maiquu/nuxt-quasar",
|
|
4296
|
+
"category": "UI",
|
|
4297
|
+
"type": "3rd-party",
|
|
4298
|
+
"maintainers": [
|
|
4299
|
+
{
|
|
4300
|
+
"name": "Ege İliklier",
|
|
4301
|
+
"github": "Maiquu"
|
|
4302
|
+
}
|
|
4303
|
+
],
|
|
4304
|
+
"compatibility": {
|
|
4305
|
+
"nuxt": "^3.0.0",
|
|
4306
|
+
"requires": {}
|
|
4307
|
+
}
|
|
4308
|
+
},
|
|
3541
4309
|
{
|
|
3542
4310
|
"name": "recaptcha",
|
|
3543
4311
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
@@ -3838,7 +4606,7 @@
|
|
|
3838
4606
|
{
|
|
3839
4607
|
"name": "seo-kit",
|
|
3840
4608
|
"description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
|
|
3841
|
-
"repo": "harlan-zw/nuxt-seo-kit",
|
|
4609
|
+
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
3842
4610
|
"npm": "nuxt-seo-kit",
|
|
3843
4611
|
"icon": "seo-kit.svg",
|
|
3844
4612
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
@@ -4086,26 +4854,48 @@
|
|
|
4086
4854
|
"requires": {}
|
|
4087
4855
|
}
|
|
4088
4856
|
},
|
|
4857
|
+
{
|
|
4858
|
+
"name": "snackbar",
|
|
4859
|
+
"description": "Nuxt Snackbar module using vue3-snackbar",
|
|
4860
|
+
"repo": "modbender/nuxt-snackbar#master",
|
|
4861
|
+
"npm": "nuxt-snackbar",
|
|
4862
|
+
"icon": "snackbar.png",
|
|
4863
|
+
"github": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4864
|
+
"website": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4865
|
+
"learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
|
|
4866
|
+
"category": "UI",
|
|
4867
|
+
"type": "3rd-party",
|
|
4868
|
+
"maintainers": [
|
|
4869
|
+
{
|
|
4870
|
+
"name": "modbender",
|
|
4871
|
+
"github": "modbender"
|
|
4872
|
+
}
|
|
4873
|
+
],
|
|
4874
|
+
"compatibility": {
|
|
4875
|
+
"nuxt": "^3.0.0",
|
|
4876
|
+
"requires": {}
|
|
4877
|
+
}
|
|
4878
|
+
},
|
|
4089
4879
|
{
|
|
4090
4880
|
"name": "snipcart",
|
|
4091
4881
|
"description": "Snipcart integration module for Nuxt.js",
|
|
4092
|
-
"repo": "nuxt-
|
|
4882
|
+
"repo": "nuxt-modules/snipcart",
|
|
4093
4883
|
"npm": "@nuxtjs/snipcart",
|
|
4094
4884
|
"icon": "snipcart.png",
|
|
4095
|
-
"github": "https://github.com/nuxt-
|
|
4096
|
-
"website": "https://github.com/nuxt-
|
|
4097
|
-
"learn_more": "",
|
|
4098
|
-
"category": "
|
|
4885
|
+
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4886
|
+
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4887
|
+
"learn_more": "https://snipcart.com",
|
|
4888
|
+
"category": "Ecommerce",
|
|
4099
4889
|
"type": "community",
|
|
4100
4890
|
"maintainers": [
|
|
4101
4891
|
{
|
|
4102
4892
|
"name": "Florent GIRAUD",
|
|
4103
|
-
"github": "
|
|
4104
|
-
"twitter": "
|
|
4893
|
+
"github": "flozero",
|
|
4894
|
+
"twitter": "flozeroo"
|
|
4105
4895
|
}
|
|
4106
4896
|
],
|
|
4107
4897
|
"compatibility": {
|
|
4108
|
-
"nuxt": "^2.0.0",
|
|
4898
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4109
4899
|
"requires": {}
|
|
4110
4900
|
}
|
|
4111
4901
|
},
|
|
@@ -4442,7 +5232,7 @@
|
|
|
4442
5232
|
}
|
|
4443
5233
|
],
|
|
4444
5234
|
"compatibility": {
|
|
4445
|
-
"nuxt": "^2.0.0",
|
|
5235
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4446
5236
|
"requires": {}
|
|
4447
5237
|
}
|
|
4448
5238
|
},
|
|
@@ -4614,7 +5404,30 @@
|
|
|
4614
5404
|
}
|
|
4615
5405
|
},
|
|
4616
5406
|
{
|
|
4617
|
-
"name": "
|
|
5407
|
+
"name": "tailvue",
|
|
5408
|
+
"description": "Vue components built for Vue3 powered by Windi CSS or tailwindcss",
|
|
5409
|
+
"repo": "fumeapp/tailvue",
|
|
5410
|
+
"npm": "tailvue",
|
|
5411
|
+
"icon": "tailvue.jpg",
|
|
5412
|
+
"github": "https://github.com/fumeapp/tailvue",
|
|
5413
|
+
"website": "https://github.com/fumeapp/tailvue",
|
|
5414
|
+
"learn_more": "https://github.com/fumeapp/tailvue#readme",
|
|
5415
|
+
"category": "UI",
|
|
5416
|
+
"type": "3rd-party",
|
|
5417
|
+
"maintainers": [
|
|
5418
|
+
{
|
|
5419
|
+
"name": "Kevin Olson",
|
|
5420
|
+
"github": "acidjazz",
|
|
5421
|
+
"twitter": "AppFume"
|
|
5422
|
+
}
|
|
5423
|
+
],
|
|
5424
|
+
"compatibility": {
|
|
5425
|
+
"nuxt": "^3.0.0",
|
|
5426
|
+
"requires": {}
|
|
5427
|
+
}
|
|
5428
|
+
},
|
|
5429
|
+
{
|
|
5430
|
+
"name": "tailwindcss",
|
|
4618
5431
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
4619
5432
|
"repo": "nuxt-community/tailwindcss-module",
|
|
4620
5433
|
"npm": "@nuxtjs/tailwindcss",
|
|
@@ -4659,6 +5472,28 @@
|
|
|
4659
5472
|
"requires": {}
|
|
4660
5473
|
}
|
|
4661
5474
|
},
|
|
5475
|
+
{
|
|
5476
|
+
"name": "time",
|
|
5477
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
5478
|
+
"repo": "danielroe/nuxt-time",
|
|
5479
|
+
"npm": "nuxt-time",
|
|
5480
|
+
"icon": "",
|
|
5481
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
5482
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
5483
|
+
"learn_more": "",
|
|
5484
|
+
"category": "Extensions",
|
|
5485
|
+
"type": "3rd-party",
|
|
5486
|
+
"maintainers": [
|
|
5487
|
+
{
|
|
5488
|
+
"name": "danielroe",
|
|
5489
|
+
"github": "danielroe"
|
|
5490
|
+
}
|
|
5491
|
+
],
|
|
5492
|
+
"compatibility": {
|
|
5493
|
+
"nuxt": "^3.0.0",
|
|
5494
|
+
"requires": {}
|
|
5495
|
+
}
|
|
5496
|
+
},
|
|
4662
5497
|
{
|
|
4663
5498
|
"name": "toast",
|
|
4664
5499
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
|
|
@@ -4685,14 +5520,14 @@
|
|
|
4685
5520
|
{
|
|
4686
5521
|
"name": "turnstile",
|
|
4687
5522
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
4688
|
-
"repo": "
|
|
4689
|
-
"npm": "
|
|
5523
|
+
"repo": "nuxt-modules/turnstile",
|
|
5524
|
+
"npm": "@nuxtjs/turnstile",
|
|
4690
5525
|
"icon": "cloudflare.svg",
|
|
4691
|
-
"github": "https://github.com/
|
|
4692
|
-
"website": "https://github.com/
|
|
5526
|
+
"github": "https://github.com/nuxt-modules/turnstile",
|
|
5527
|
+
"website": "https://github.com/nuxt-modules/turnstile",
|
|
4693
5528
|
"learn_more": "https://www.cloudflare.com/products/turnstile/",
|
|
4694
5529
|
"category": "Security",
|
|
4695
|
-
"type": "
|
|
5530
|
+
"type": "community",
|
|
4696
5531
|
"maintainers": [
|
|
4697
5532
|
{
|
|
4698
5533
|
"name": "Daniel Roe",
|
|
@@ -4731,6 +5566,28 @@
|
|
|
4731
5566
|
}
|
|
4732
5567
|
}
|
|
4733
5568
|
},
|
|
5569
|
+
{
|
|
5570
|
+
"name": "twemoji",
|
|
5571
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
5572
|
+
"repo": "yizack/nuxt-twemoji",
|
|
5573
|
+
"npm": "nuxt-twemoji",
|
|
5574
|
+
"icon": "twemoji.svg",
|
|
5575
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
5576
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
5577
|
+
"learn_more": "",
|
|
5578
|
+
"category": "UI",
|
|
5579
|
+
"type": "3rd-party",
|
|
5580
|
+
"maintainers": [
|
|
5581
|
+
{
|
|
5582
|
+
"name": "Yizack Rangel",
|
|
5583
|
+
"github": "yizack"
|
|
5584
|
+
}
|
|
5585
|
+
],
|
|
5586
|
+
"compatibility": {
|
|
5587
|
+
"nuxt": "^3.0.0",
|
|
5588
|
+
"requires": {}
|
|
5589
|
+
}
|
|
5590
|
+
},
|
|
4734
5591
|
{
|
|
4735
5592
|
"name": "twicpics",
|
|
4736
5593
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -4766,12 +5623,12 @@
|
|
|
4766
5623
|
},
|
|
4767
5624
|
{
|
|
4768
5625
|
"name": "typed-router",
|
|
4769
|
-
"description": "Provide autocompletion for pages route names
|
|
5626
|
+
"description": "Provide autocompletion for pages route names and params",
|
|
4770
5627
|
"repo": "victorgarciaesgi/nuxt-typed-router",
|
|
4771
5628
|
"npm": "nuxt-typed-router",
|
|
4772
5629
|
"icon": "typed-router.png",
|
|
4773
5630
|
"github": "https://github.com/victorgarciaesgi/nuxt-typed-router",
|
|
4774
|
-
"website": "https://
|
|
5631
|
+
"website": "https://nuxt-typed-router.vercel.app",
|
|
4775
5632
|
"learn_more": "",
|
|
4776
5633
|
"category": "Devtools",
|
|
4777
5634
|
"type": "3rd-party",
|
|
@@ -4902,11 +5759,11 @@
|
|
|
4902
5759
|
{
|
|
4903
5760
|
"name": "unhead",
|
|
4904
5761
|
"description": "Experimental features for Nuxt SEO / head management.",
|
|
4905
|
-
"repo": "harlan-zw/nuxt-
|
|
4906
|
-
"npm": "nuxt-
|
|
5762
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5763
|
+
"npm": "nuxt-seo-experiments",
|
|
4907
5764
|
"icon": "",
|
|
4908
|
-
"github": "https://github.com/harlan-zw/nuxt-
|
|
4909
|
-
"website": "https://github.com/harlan-zw/nuxt-
|
|
5765
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5766
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
4910
5767
|
"learn_more": "",
|
|
4911
5768
|
"category": "SEO",
|
|
4912
5769
|
"type": "3rd-party",
|
|
@@ -4949,6 +5806,28 @@
|
|
|
4949
5806
|
"requires": {}
|
|
4950
5807
|
}
|
|
4951
5808
|
},
|
|
5809
|
+
{
|
|
5810
|
+
"name": "unlazy",
|
|
5811
|
+
"description": "Lazy loading library for placeholder images",
|
|
5812
|
+
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
5813
|
+
"npm": "@unlazy/nuxt",
|
|
5814
|
+
"icon": "unlazy.svg",
|
|
5815
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
5816
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
5817
|
+
"learn_more": "",
|
|
5818
|
+
"category": "Images",
|
|
5819
|
+
"type": "3rd-party",
|
|
5820
|
+
"maintainers": [
|
|
5821
|
+
{
|
|
5822
|
+
"name": "Johann Schopplich",
|
|
5823
|
+
"github": "johannschopplich"
|
|
5824
|
+
}
|
|
5825
|
+
],
|
|
5826
|
+
"compatibility": {
|
|
5827
|
+
"nuxt": "^3.0.0",
|
|
5828
|
+
"requires": {}
|
|
5829
|
+
}
|
|
5830
|
+
},
|
|
4952
5831
|
{
|
|
4953
5832
|
"name": "unlighthouse",
|
|
4954
5833
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5001,6 +5880,29 @@
|
|
|
5001
5880
|
}
|
|
5002
5881
|
}
|
|
5003
5882
|
},
|
|
5883
|
+
{
|
|
5884
|
+
"name": "ununuracss",
|
|
5885
|
+
"description": "A Real CSS Engine. Only Scoped.",
|
|
5886
|
+
"repo": "novout/ununuracss#main/packages/nuxt",
|
|
5887
|
+
"npm": "nuxt-ununura",
|
|
5888
|
+
"icon": "ununuracss.png",
|
|
5889
|
+
"github": "https://github.com/novout/ununuracss",
|
|
5890
|
+
"website": "https://ununura.com/#/",
|
|
5891
|
+
"learn_more": "https://ununura.com/#/docs/why",
|
|
5892
|
+
"category": "UI",
|
|
5893
|
+
"type": "3rd-party",
|
|
5894
|
+
"maintainers": [
|
|
5895
|
+
{
|
|
5896
|
+
"name": "Giovane Cardoso",
|
|
5897
|
+
"github": "novout",
|
|
5898
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
5899
|
+
}
|
|
5900
|
+
],
|
|
5901
|
+
"compatibility": {
|
|
5902
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5903
|
+
"requires": {}
|
|
5904
|
+
}
|
|
5905
|
+
},
|
|
5004
5906
|
{
|
|
5005
5907
|
"name": "user-agent",
|
|
5006
5908
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -5045,6 +5947,76 @@
|
|
|
5045
5947
|
"requires": {}
|
|
5046
5948
|
}
|
|
5047
5949
|
},
|
|
5950
|
+
{
|
|
5951
|
+
"name": "vant",
|
|
5952
|
+
"description": "A lightweight, customizable Vue UI library for mobile web apps.",
|
|
5953
|
+
"repo": "vant-ui/vant-nuxt",
|
|
5954
|
+
"npm": "@vant/nuxt",
|
|
5955
|
+
"icon": "vant.png",
|
|
5956
|
+
"github": "https://github.com/vant-ui/vant-nuxt",
|
|
5957
|
+
"website": "https://vant-ui.github.io/vant",
|
|
5958
|
+
"learn_more": "https://github.com/vant-ui/vant-nuxt#readme",
|
|
5959
|
+
"category": "UI",
|
|
5960
|
+
"type": "3rd-party",
|
|
5961
|
+
"maintainers": [
|
|
5962
|
+
{
|
|
5963
|
+
"name": "tolking",
|
|
5964
|
+
"github": "tolking"
|
|
5965
|
+
}
|
|
5966
|
+
],
|
|
5967
|
+
"compatibility": {
|
|
5968
|
+
"nuxt": "^3.0.0",
|
|
5969
|
+
"requires": {
|
|
5970
|
+
"bridge": "optional"
|
|
5971
|
+
}
|
|
5972
|
+
}
|
|
5973
|
+
},
|
|
5974
|
+
{
|
|
5975
|
+
"name": "varlet",
|
|
5976
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
5977
|
+
"repo": "varletjs/varlet-nuxt",
|
|
5978
|
+
"npm": "@varlet/nuxt",
|
|
5979
|
+
"icon": "varlet.svg",
|
|
5980
|
+
"github": "https://github.com/varletjs/varlet",
|
|
5981
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
5982
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
5983
|
+
"category": "UI",
|
|
5984
|
+
"type": "3rd-party",
|
|
5985
|
+
"maintainers": [
|
|
5986
|
+
{
|
|
5987
|
+
"name": "zhangmo8",
|
|
5988
|
+
"github": "zhangmo8"
|
|
5989
|
+
}
|
|
5990
|
+
],
|
|
5991
|
+
"compatibility": {
|
|
5992
|
+
"nuxt": "^3.0.0",
|
|
5993
|
+
"requires": {
|
|
5994
|
+
"bridge": "optional"
|
|
5995
|
+
}
|
|
5996
|
+
}
|
|
5997
|
+
},
|
|
5998
|
+
{
|
|
5999
|
+
"name": "vee-validate",
|
|
6000
|
+
"description": "Painless Vue forms for Nuxt.js",
|
|
6001
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6002
|
+
"npm": "@vee-validate/nuxt",
|
|
6003
|
+
"icon": "vee-validate.png",
|
|
6004
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
6005
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
6006
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
6007
|
+
"category": "Libraries",
|
|
6008
|
+
"type": "3rd-party",
|
|
6009
|
+
"maintainers": [
|
|
6010
|
+
{
|
|
6011
|
+
"name": "Abdelrahman Awad",
|
|
6012
|
+
"github": "logaretm"
|
|
6013
|
+
}
|
|
6014
|
+
],
|
|
6015
|
+
"compatibility": {
|
|
6016
|
+
"nuxt": "^3.0.0",
|
|
6017
|
+
"requires": {}
|
|
6018
|
+
}
|
|
6019
|
+
},
|
|
5048
6020
|
{
|
|
5049
6021
|
"name": "vendor",
|
|
5050
6022
|
"description": "directly serve node_modules",
|
|
@@ -5068,15 +6040,114 @@
|
|
|
5068
6040
|
"requires": {}
|
|
5069
6041
|
}
|
|
5070
6042
|
},
|
|
6043
|
+
{
|
|
6044
|
+
"name": "vercel-analytics",
|
|
6045
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
6046
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
6047
|
+
"npm": "nuxt-vercel-analytics",
|
|
6048
|
+
"icon": "",
|
|
6049
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6050
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6051
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
6052
|
+
"category": "Analytics",
|
|
6053
|
+
"type": "3rd-party",
|
|
6054
|
+
"maintainers": [
|
|
6055
|
+
{
|
|
6056
|
+
"name": "Alexander B.",
|
|
6057
|
+
"github": "xanderbarkhatov"
|
|
6058
|
+
}
|
|
6059
|
+
],
|
|
6060
|
+
"compatibility": {
|
|
6061
|
+
"nuxt": "^3.0.0",
|
|
6062
|
+
"requires": {}
|
|
6063
|
+
}
|
|
6064
|
+
},
|
|
6065
|
+
{
|
|
6066
|
+
"name": "vexip-ui",
|
|
6067
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
6068
|
+
"repo": "vexip-ui/nuxt",
|
|
6069
|
+
"npm": "@vexip-ui/nuxt",
|
|
6070
|
+
"icon": "vexip-ui.svg",
|
|
6071
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
6072
|
+
"website": "https://www.vexipui.com/",
|
|
6073
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
6074
|
+
"category": "UI",
|
|
6075
|
+
"type": "3rd-party",
|
|
6076
|
+
"maintainers": [
|
|
6077
|
+
{
|
|
6078
|
+
"name": "未觉雨声",
|
|
6079
|
+
"github": "qmhc",
|
|
6080
|
+
"twitter": "qmhc95"
|
|
6081
|
+
}
|
|
6082
|
+
],
|
|
6083
|
+
"compatibility": {
|
|
6084
|
+
"nuxt": "^3.0.0",
|
|
6085
|
+
"requires": {}
|
|
6086
|
+
}
|
|
6087
|
+
},
|
|
6088
|
+
{
|
|
6089
|
+
"name": "vite-pwa-nuxt",
|
|
6090
|
+
"description": "Zero-config PWA Plugin for Nuxt 3",
|
|
6091
|
+
"repo": "vite-pwa/nuxt",
|
|
6092
|
+
"npm": "@vite-pwa/nuxt",
|
|
6093
|
+
"icon": "vite-pwa-nuxt.svg",
|
|
6094
|
+
"github": "https://github.com/vite-pwa/nuxt",
|
|
6095
|
+
"website": "https://github.com/vite-pwa/nuxt",
|
|
6096
|
+
"learn_more": "https://vite-pwa-org.netlify.app/frameworks/nuxt.html",
|
|
6097
|
+
"category": "Performance",
|
|
6098
|
+
"type": "3rd-party",
|
|
6099
|
+
"maintainers": [
|
|
6100
|
+
{
|
|
6101
|
+
"name": "Joaquín Sánchez",
|
|
6102
|
+
"github": "userquin",
|
|
6103
|
+
"twitter": "userquin"
|
|
6104
|
+
},
|
|
6105
|
+
{
|
|
6106
|
+
"name": "Anthony Fu",
|
|
6107
|
+
"github": "antfu",
|
|
6108
|
+
"twitter": "antfu7"
|
|
6109
|
+
}
|
|
6110
|
+
],
|
|
6111
|
+
"compatibility": {
|
|
6112
|
+
"nuxt": "^3.0.0",
|
|
6113
|
+
"requires": {}
|
|
6114
|
+
}
|
|
6115
|
+
},
|
|
6116
|
+
{
|
|
6117
|
+
"name": "vitest",
|
|
6118
|
+
"description": "Vitest integration with Nuxt",
|
|
6119
|
+
"repo": "danielroe/nuxt-vitest",
|
|
6120
|
+
"npm": "nuxt-vitest",
|
|
6121
|
+
"icon": "vitest.svg",
|
|
6122
|
+
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
6123
|
+
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
6124
|
+
"learn_more": "",
|
|
6125
|
+
"category": "Devtools",
|
|
6126
|
+
"type": "3rd-party",
|
|
6127
|
+
"maintainers": [
|
|
6128
|
+
{
|
|
6129
|
+
"name": "Daniel Roe",
|
|
6130
|
+
"github": "danielroe"
|
|
6131
|
+
},
|
|
6132
|
+
{
|
|
6133
|
+
"name": "Anthony Fu",
|
|
6134
|
+
"github": "antfu"
|
|
6135
|
+
}
|
|
6136
|
+
],
|
|
6137
|
+
"compatibility": {
|
|
6138
|
+
"nuxt": "^3.0.0",
|
|
6139
|
+
"requires": {}
|
|
6140
|
+
}
|
|
6141
|
+
},
|
|
5071
6142
|
{
|
|
5072
6143
|
"name": "vue-macros",
|
|
5073
|
-
"description": "Explore
|
|
5074
|
-
"repo": "sxzz/
|
|
6144
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
6145
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5075
6146
|
"npm": "@vue-macros/nuxt",
|
|
5076
6147
|
"icon": "vue-macros.svg",
|
|
5077
|
-
"github": "https://github.com/sxzz/
|
|
6148
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5078
6149
|
"website": "https://vue-macros.sxzz.moe",
|
|
5079
|
-
"learn_more": "https://github.com/sxzz/
|
|
6150
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5080
6151
|
"category": "Extensions",
|
|
5081
6152
|
"type": "3rd-party",
|
|
5082
6153
|
"maintainers": [
|
|
@@ -5159,6 +6230,29 @@
|
|
|
5159
6230
|
"requires": {}
|
|
5160
6231
|
}
|
|
5161
6232
|
},
|
|
6233
|
+
{
|
|
6234
|
+
"name": "vue-query",
|
|
6235
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6236
|
+
"repo": "Hebilicious/vue-query-nuxt#main",
|
|
6237
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
6238
|
+
"icon": "vue-query.svg",
|
|
6239
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
6240
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
6241
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
6242
|
+
"category": "Request",
|
|
6243
|
+
"type": "3rd-party",
|
|
6244
|
+
"maintainers": [
|
|
6245
|
+
{
|
|
6246
|
+
"name": "Hebilicious",
|
|
6247
|
+
"github": "Hebilicious",
|
|
6248
|
+
"twitter": "its_hebilicious"
|
|
6249
|
+
}
|
|
6250
|
+
],
|
|
6251
|
+
"compatibility": {
|
|
6252
|
+
"nuxt": "^3.0.0",
|
|
6253
|
+
"requires": {}
|
|
6254
|
+
}
|
|
6255
|
+
},
|
|
5162
6256
|
{
|
|
5163
6257
|
"name": "vue-select",
|
|
5164
6258
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -5229,6 +6323,28 @@
|
|
|
5229
6323
|
"requires": {}
|
|
5230
6324
|
}
|
|
5231
6325
|
},
|
|
6326
|
+
{
|
|
6327
|
+
"name": "vuefire",
|
|
6328
|
+
"description": "Idiomatic composables for the Firebase SDK",
|
|
6329
|
+
"repo": "vuejs/vuefire/packages/nuxt",
|
|
6330
|
+
"npm": "nuxt-vuefire",
|
|
6331
|
+
"icon": "vuefire.svg",
|
|
6332
|
+
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
6333
|
+
"website": "https://vuefire.vuejs.org/",
|
|
6334
|
+
"learn_more": "",
|
|
6335
|
+
"category": "Database",
|
|
6336
|
+
"type": "3rd-party",
|
|
6337
|
+
"maintainers": [
|
|
6338
|
+
{
|
|
6339
|
+
"name": "posva",
|
|
6340
|
+
"github": "posva"
|
|
6341
|
+
}
|
|
6342
|
+
],
|
|
6343
|
+
"compatibility": {
|
|
6344
|
+
"nuxt": "^3.0.0",
|
|
6345
|
+
"requires": {}
|
|
6346
|
+
}
|
|
6347
|
+
},
|
|
5232
6348
|
{
|
|
5233
6349
|
"name": "vuestic",
|
|
5234
6350
|
"description": "Vuestic UI module for Nuxt 3",
|
|
@@ -5325,6 +6441,29 @@
|
|
|
5325
6441
|
"requires": {}
|
|
5326
6442
|
}
|
|
5327
6443
|
},
|
|
6444
|
+
{
|
|
6445
|
+
"name": "vunix",
|
|
6446
|
+
"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.",
|
|
6447
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6448
|
+
"npm": "@vunix/nuxt",
|
|
6449
|
+
"icon": "",
|
|
6450
|
+
"github": "https://github.com/gaetansenn/vunix",
|
|
6451
|
+
"website": "https://vunix.dewib.com/",
|
|
6452
|
+
"learn_more": "",
|
|
6453
|
+
"category": "UI",
|
|
6454
|
+
"type": "3rd-party",
|
|
6455
|
+
"maintainers": [
|
|
6456
|
+
{
|
|
6457
|
+
"name": "Gaetan SENN",
|
|
6458
|
+
"github": "gaetansenn",
|
|
6459
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6460
|
+
}
|
|
6461
|
+
],
|
|
6462
|
+
"compatibility": {
|
|
6463
|
+
"nuxt": "^3.0.0",
|
|
6464
|
+
"requires": {}
|
|
6465
|
+
}
|
|
6466
|
+
},
|
|
5328
6467
|
{
|
|
5329
6468
|
"name": "web-vitals",
|
|
5330
6469
|
"description": "Web Vitals for Nuxt",
|
|
@@ -5359,29 +6498,6 @@
|
|
|
5359
6498
|
}
|
|
5360
6499
|
}
|
|
5361
6500
|
},
|
|
5362
|
-
{
|
|
5363
|
-
"name": "web3js",
|
|
5364
|
-
"description": "Web3.js module integration for Nuxt.js",
|
|
5365
|
-
"repo": "bl0cknumber/nuxt-web3",
|
|
5366
|
-
"npm": "nuxt-web3",
|
|
5367
|
-
"icon": "web3js.svg",
|
|
5368
|
-
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5369
|
-
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5370
|
-
"learn_more": "https://web3js.readthedocs.io/",
|
|
5371
|
-
"category": "Libraries",
|
|
5372
|
-
"type": "3rd-party",
|
|
5373
|
-
"maintainers": [
|
|
5374
|
-
{
|
|
5375
|
-
"name": "Muhammad Fauzan",
|
|
5376
|
-
"github": "bl0cknumber",
|
|
5377
|
-
"twitter": "fncolon"
|
|
5378
|
-
}
|
|
5379
|
-
],
|
|
5380
|
-
"compatibility": {
|
|
5381
|
-
"nuxt": "^2.0.0",
|
|
5382
|
-
"requires": {}
|
|
5383
|
-
}
|
|
5384
|
-
},
|
|
5385
6501
|
{
|
|
5386
6502
|
"name": "webfontloader",
|
|
5387
6503
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -5496,6 +6612,54 @@
|
|
|
5496
6612
|
"requires": {}
|
|
5497
6613
|
}
|
|
5498
6614
|
},
|
|
6615
|
+
{
|
|
6616
|
+
"name": "well-known",
|
|
6617
|
+
"description": "A Nuxt.js module to add well-known URIs using middlewares",
|
|
6618
|
+
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6619
|
+
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6620
|
+
"icon": "well-known.svg",
|
|
6621
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-well-known",
|
|
6622
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
|
|
6623
|
+
"learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
|
|
6624
|
+
"category": "SEO",
|
|
6625
|
+
"type": "3rd-party",
|
|
6626
|
+
"maintainers": [
|
|
6627
|
+
{
|
|
6628
|
+
"name": "Zadig&Voltaire Team",
|
|
6629
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
6630
|
+
}
|
|
6631
|
+
],
|
|
6632
|
+
"compatibility": {
|
|
6633
|
+
"nuxt": "^3.0.0",
|
|
6634
|
+
"requires": {}
|
|
6635
|
+
}
|
|
6636
|
+
},
|
|
6637
|
+
{
|
|
6638
|
+
"name": "wideangle",
|
|
6639
|
+
"description": "Nuxt 3 module to integrate Wide Angle Analytics",
|
|
6640
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
6641
|
+
"npm": "wideangle-nuxt",
|
|
6642
|
+
"icon": "wideangle.png",
|
|
6643
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
6644
|
+
"website": "https://wideangle.co",
|
|
6645
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
6646
|
+
"category": "Analytics",
|
|
6647
|
+
"type": "3rd-party",
|
|
6648
|
+
"maintainers": [
|
|
6649
|
+
{
|
|
6650
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
6651
|
+
"github": "inputobjects"
|
|
6652
|
+
},
|
|
6653
|
+
{
|
|
6654
|
+
"name": "Jarek Rozanski",
|
|
6655
|
+
"github": "jrozanski"
|
|
6656
|
+
}
|
|
6657
|
+
],
|
|
6658
|
+
"compatibility": {
|
|
6659
|
+
"nuxt": "^3.0.0",
|
|
6660
|
+
"requires": {}
|
|
6661
|
+
}
|
|
6662
|
+
},
|
|
5499
6663
|
{
|
|
5500
6664
|
"name": "windicss",
|
|
5501
6665
|
"description": "Next generation utility-first CSS framework.",
|
|
@@ -5639,6 +6803,29 @@
|
|
|
5639
6803
|
"requires": {}
|
|
5640
6804
|
}
|
|
5641
6805
|
},
|
|
6806
|
+
{
|
|
6807
|
+
"name": "yandex-metrika-next",
|
|
6808
|
+
"description": "Yandex Metrika integration for Nuxt",
|
|
6809
|
+
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6810
|
+
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6811
|
+
"icon": "yandex-metrika.svg",
|
|
6812
|
+
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6813
|
+
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6814
|
+
"learn_more": "",
|
|
6815
|
+
"category": "Analytics",
|
|
6816
|
+
"type": "3rd-party",
|
|
6817
|
+
"maintainers": [
|
|
6818
|
+
{
|
|
6819
|
+
"name": "Aleksandr Saburov",
|
|
6820
|
+
"github": "artmizu",
|
|
6821
|
+
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6822
|
+
}
|
|
6823
|
+
],
|
|
6824
|
+
"compatibility": {
|
|
6825
|
+
"nuxt": "^3.0.0",
|
|
6826
|
+
"requires": {}
|
|
6827
|
+
}
|
|
6828
|
+
},
|
|
5642
6829
|
{
|
|
5643
6830
|
"name": "yandex-metrika",
|
|
5644
6831
|
"description": "Yandex metrika Module for Nuxt.js",
|