@nuxt/modules 0.6.0-37610a → 0.6.0-38ccf6
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 +1346 -85
- 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
|
},
|
|
@@ -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",
|
|
@@ -503,6 +573,28 @@
|
|
|
503
573
|
"requires": {}
|
|
504
574
|
}
|
|
505
575
|
},
|
|
576
|
+
{
|
|
577
|
+
"name": "capo",
|
|
578
|
+
"description": "Capo.js implementation for Nuxt 3",
|
|
579
|
+
"repo": "danielroe/nuxt-capo",
|
|
580
|
+
"npm": "nuxt-capo",
|
|
581
|
+
"icon": "",
|
|
582
|
+
"github": "https://github.com/danielroe/nuxt-capo",
|
|
583
|
+
"website": "https://github.com/danielroe/nuxt-capo",
|
|
584
|
+
"learn_more": "",
|
|
585
|
+
"category": "Performance",
|
|
586
|
+
"type": "3rd-party",
|
|
587
|
+
"maintainers": [
|
|
588
|
+
{
|
|
589
|
+
"name": "danielroe",
|
|
590
|
+
"github": "danielroe"
|
|
591
|
+
}
|
|
592
|
+
],
|
|
593
|
+
"compatibility": {
|
|
594
|
+
"nuxt": "^3.0.0",
|
|
595
|
+
"requires": {}
|
|
596
|
+
}
|
|
597
|
+
},
|
|
506
598
|
{
|
|
507
599
|
"name": "chakra-ui",
|
|
508
600
|
"description": "Chakra UI Module for Nuxt.js",
|
|
@@ -528,11 +620,11 @@
|
|
|
528
620
|
{
|
|
529
621
|
"name": "chatwoot",
|
|
530
622
|
"description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
|
|
531
|
-
"repo": "
|
|
532
|
-
"npm": "@
|
|
623
|
+
"repo": "productdevbookcom/chatwoot",
|
|
624
|
+
"npm": "@productdevbook/chatwoot",
|
|
533
625
|
"icon": "chatwoot.png",
|
|
534
|
-
"github": "https://github.com/
|
|
535
|
-
"website": "https://github.com/
|
|
626
|
+
"github": "https://github.com/productdevbookcom/chatwoot",
|
|
627
|
+
"website": "https://github.com/productdevbookcom/chatwoot",
|
|
536
628
|
"learn_more": "https://www.chatwoot.com",
|
|
537
629
|
"category": "Libraries",
|
|
538
630
|
"type": "3rd-party",
|
|
@@ -569,6 +661,29 @@
|
|
|
569
661
|
"requires": {}
|
|
570
662
|
}
|
|
571
663
|
},
|
|
664
|
+
{
|
|
665
|
+
"name": "clarity-analytics",
|
|
666
|
+
"description": "Clarity Analytics Module for Nuxt",
|
|
667
|
+
"repo": "Barbapapazes/nuxt-clarity-analytics",
|
|
668
|
+
"npm": "nuxt-clarity-analytics",
|
|
669
|
+
"icon": "",
|
|
670
|
+
"github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
|
|
671
|
+
"website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
|
|
672
|
+
"learn_more": "https://clarity.microsoft.com/",
|
|
673
|
+
"category": "Analytics",
|
|
674
|
+
"type": "3rd-party",
|
|
675
|
+
"maintainers": [
|
|
676
|
+
{
|
|
677
|
+
"name": "Barbapapazes",
|
|
678
|
+
"github": "Barbapapazes",
|
|
679
|
+
"twitter": "soubiran_"
|
|
680
|
+
}
|
|
681
|
+
],
|
|
682
|
+
"compatibility": {
|
|
683
|
+
"nuxt": "^3.0.0",
|
|
684
|
+
"requires": {}
|
|
685
|
+
}
|
|
686
|
+
},
|
|
572
687
|
{
|
|
573
688
|
"name": "client-init",
|
|
574
689
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
@@ -613,6 +728,33 @@
|
|
|
613
728
|
"requires": {}
|
|
614
729
|
}
|
|
615
730
|
},
|
|
731
|
+
{
|
|
732
|
+
"name": "cloudflare-analytics",
|
|
733
|
+
"description": "Cloudflare Web Analytics Module for Nuxt",
|
|
734
|
+
"repo": "hamlogic/nuxt-cloudflare-analytics",
|
|
735
|
+
"npm": "nuxt-cloudflare-analytics",
|
|
736
|
+
"icon": "cloudflare.svg",
|
|
737
|
+
"github": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
|
|
738
|
+
"website": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
|
|
739
|
+
"learn_more": "https://www.cloudflare.com/web-analytics/",
|
|
740
|
+
"category": "Analytics",
|
|
741
|
+
"type": "3rd-party",
|
|
742
|
+
"maintainers": [
|
|
743
|
+
{
|
|
744
|
+
"name": "hamlogic",
|
|
745
|
+
"github": "hamlogic"
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"name": "Fabian B.",
|
|
749
|
+
"github": "madebyfabian",
|
|
750
|
+
"twitter": "madebyfabian"
|
|
751
|
+
}
|
|
752
|
+
],
|
|
753
|
+
"compatibility": {
|
|
754
|
+
"nuxt": "^3.0.0",
|
|
755
|
+
"requires": {}
|
|
756
|
+
}
|
|
757
|
+
},
|
|
616
758
|
{
|
|
617
759
|
"name": "cloudinary",
|
|
618
760
|
"description": "Optimize images and videos in your Nuxt.js application",
|
|
@@ -707,12 +849,35 @@
|
|
|
707
849
|
"requires": {}
|
|
708
850
|
}
|
|
709
851
|
},
|
|
852
|
+
{
|
|
853
|
+
"name": "content-assets",
|
|
854
|
+
"description": "Enable locally-located assets in Nuxt Content",
|
|
855
|
+
"repo": "davestewart/nuxt-content-assets",
|
|
856
|
+
"npm": "nuxt-content-assets",
|
|
857
|
+
"icon": "content-assets.png",
|
|
858
|
+
"github": "https://github.com/davestewart/nuxt-content-assets",
|
|
859
|
+
"website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
|
|
860
|
+
"learn_more": "",
|
|
861
|
+
"category": "Images",
|
|
862
|
+
"type": "3rd-party",
|
|
863
|
+
"maintainers": [
|
|
864
|
+
{
|
|
865
|
+
"name": "davestewart",
|
|
866
|
+
"github": "davestewart",
|
|
867
|
+
"twitter": "dave_stewart"
|
|
868
|
+
}
|
|
869
|
+
],
|
|
870
|
+
"compatibility": {
|
|
871
|
+
"nuxt": "^3.0.0",
|
|
872
|
+
"requires": {}
|
|
873
|
+
}
|
|
874
|
+
},
|
|
710
875
|
{
|
|
711
876
|
"name": "content",
|
|
712
877
|
"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
878
|
"repo": "nuxt/content#main",
|
|
714
879
|
"npm": "@nuxt/content",
|
|
715
|
-
"icon": "nuxt.
|
|
880
|
+
"icon": "nuxt.svg",
|
|
716
881
|
"github": "https://github.com/nuxt/content",
|
|
717
882
|
"website": "https://content.nuxtjs.org",
|
|
718
883
|
"learn_more": "",
|
|
@@ -879,11 +1044,11 @@
|
|
|
879
1044
|
}
|
|
880
1045
|
},
|
|
881
1046
|
{
|
|
882
|
-
"name": "datocms",
|
|
883
|
-
"description": "DatoCMS integration for Nuxt.js",
|
|
1047
|
+
"name": "datocms-nuxt2",
|
|
1048
|
+
"description": "DatoCMS integration for Nuxt.js v2",
|
|
884
1049
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
885
1050
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
886
|
-
"icon": "datocms.
|
|
1051
|
+
"icon": "datocms.svg",
|
|
887
1052
|
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
888
1053
|
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
889
1054
|
"learn_more": "https://www.datocms.com/",
|
|
@@ -900,26 +1065,50 @@
|
|
|
900
1065
|
"requires": {}
|
|
901
1066
|
}
|
|
902
1067
|
},
|
|
1068
|
+
{
|
|
1069
|
+
"name": "datocms",
|
|
1070
|
+
"description": "DatoCMS module for Nuxt",
|
|
1071
|
+
"repo": "hex-digital/nuxt-datocms",
|
|
1072
|
+
"npm": "@hexdigital/nuxt-datocms",
|
|
1073
|
+
"icon": "datocms.svg",
|
|
1074
|
+
"github": "https://github.com/hex-digital/nuxt-datocms",
|
|
1075
|
+
"website": "https://github.com/hex-digital/nuxt-datocms#readme",
|
|
1076
|
+
"learn_more": "https://www.datocms.com/",
|
|
1077
|
+
"category": "CMS",
|
|
1078
|
+
"type": "3rd-party",
|
|
1079
|
+
"maintainers": [
|
|
1080
|
+
{
|
|
1081
|
+
"name": "Jamie Warburton",
|
|
1082
|
+
"github": "jamiewarb",
|
|
1083
|
+
"twitter": "jamiewarb",
|
|
1084
|
+
"avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
|
|
1085
|
+
}
|
|
1086
|
+
],
|
|
1087
|
+
"compatibility": {
|
|
1088
|
+
"nuxt": "^3.0.0",
|
|
1089
|
+
"requires": {}
|
|
1090
|
+
}
|
|
1091
|
+
},
|
|
903
1092
|
{
|
|
904
1093
|
"name": "dayjs",
|
|
905
|
-
"description": "
|
|
906
|
-
"repo": "
|
|
907
|
-
"npm": "
|
|
1094
|
+
"description": "Day.js module for Nuxt",
|
|
1095
|
+
"repo": "fumeapp/dayjs",
|
|
1096
|
+
"npm": "dayjs-nuxt",
|
|
908
1097
|
"icon": "day-js.png",
|
|
909
|
-
"github": "https://github.com/
|
|
910
|
-
"website": "https://github.com/
|
|
1098
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1099
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
911
1100
|
"learn_more": "https://day.js.org/",
|
|
912
|
-
"category": "
|
|
913
|
-
"type": "
|
|
1101
|
+
"category": "Libraries",
|
|
1102
|
+
"type": "3rd-party",
|
|
914
1103
|
"maintainers": [
|
|
915
1104
|
{
|
|
916
|
-
"name": "
|
|
917
|
-
"github": "
|
|
918
|
-
"twitter": "
|
|
1105
|
+
"name": "Kevin Olson",
|
|
1106
|
+
"github": "acidjazz",
|
|
1107
|
+
"twitter": "AppFume"
|
|
919
1108
|
}
|
|
920
1109
|
],
|
|
921
1110
|
"compatibility": {
|
|
922
|
-
"nuxt": "^
|
|
1111
|
+
"nuxt": "^3.0.0",
|
|
923
1112
|
"requires": {}
|
|
924
1113
|
}
|
|
925
1114
|
},
|
|
@@ -968,6 +1157,29 @@
|
|
|
968
1157
|
"requires": {}
|
|
969
1158
|
}
|
|
970
1159
|
},
|
|
1160
|
+
{
|
|
1161
|
+
"name": "devtools",
|
|
1162
|
+
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1163
|
+
"repo": "nuxt/devtools#main/packages/devtools",
|
|
1164
|
+
"npm": "@nuxt/devtools",
|
|
1165
|
+
"icon": "nuxt.svg",
|
|
1166
|
+
"github": "https://github.com/nuxt/devtools",
|
|
1167
|
+
"website": "https://devtools.nuxtjs.org/",
|
|
1168
|
+
"learn_more": "",
|
|
1169
|
+
"category": "Devtools",
|
|
1170
|
+
"type": "official",
|
|
1171
|
+
"maintainers": [
|
|
1172
|
+
{
|
|
1173
|
+
"name": "Anthony Fu",
|
|
1174
|
+
"github": "antfu",
|
|
1175
|
+
"twitter": "antfu7"
|
|
1176
|
+
}
|
|
1177
|
+
],
|
|
1178
|
+
"compatibility": {
|
|
1179
|
+
"nuxt": "^3.0.0",
|
|
1180
|
+
"requires": {}
|
|
1181
|
+
}
|
|
1182
|
+
},
|
|
971
1183
|
{
|
|
972
1184
|
"name": "directus",
|
|
973
1185
|
"description": "Easily connect your Nuxt3 application to your directus server.",
|
|
@@ -993,6 +1205,28 @@
|
|
|
993
1205
|
}
|
|
994
1206
|
}
|
|
995
1207
|
},
|
|
1208
|
+
{
|
|
1209
|
+
"name": "disqus",
|
|
1210
|
+
"description": "Disqus for Nuxt 3",
|
|
1211
|
+
"repo": "modbender/nuxt-disqus",
|
|
1212
|
+
"npm": "nuxt-disqus",
|
|
1213
|
+
"icon": "disqus.svg",
|
|
1214
|
+
"github": "https://github.com/modbender/nuxt-disqus",
|
|
1215
|
+
"website": "https://github.com/modbender/nuxt-disqus",
|
|
1216
|
+
"learn_more": "https://github.com/modbender/vue3-disqus",
|
|
1217
|
+
"category": "Libraries",
|
|
1218
|
+
"type": "3rd-party",
|
|
1219
|
+
"maintainers": [
|
|
1220
|
+
{
|
|
1221
|
+
"name": "modbender",
|
|
1222
|
+
"github": "modbender"
|
|
1223
|
+
}
|
|
1224
|
+
],
|
|
1225
|
+
"compatibility": {
|
|
1226
|
+
"nuxt": "^3.0.0",
|
|
1227
|
+
"requires": {}
|
|
1228
|
+
}
|
|
1229
|
+
},
|
|
996
1230
|
{
|
|
997
1231
|
"name": "dotenv",
|
|
998
1232
|
"description": "A Nuxt.js module that loads your .env file into your context options",
|
|
@@ -1070,6 +1304,28 @@
|
|
|
1070
1304
|
"requires": {}
|
|
1071
1305
|
}
|
|
1072
1306
|
},
|
|
1307
|
+
{
|
|
1308
|
+
"name": "electron",
|
|
1309
|
+
"description": "Integrate Nuxt and Electron.",
|
|
1310
|
+
"repo": "caoxiemeihao/nuxt-electron",
|
|
1311
|
+
"npm": "nuxt-electron",
|
|
1312
|
+
"icon": "electron.svg",
|
|
1313
|
+
"github": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1314
|
+
"website": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1315
|
+
"learn_more": "https://github.com/caoxiemeihao/nuxt-electron#readme",
|
|
1316
|
+
"category": "Extensions",
|
|
1317
|
+
"type": "3rd-party",
|
|
1318
|
+
"maintainers": [
|
|
1319
|
+
{
|
|
1320
|
+
"name": "草鞋没号",
|
|
1321
|
+
"github": "caoxiemeihao"
|
|
1322
|
+
}
|
|
1323
|
+
],
|
|
1324
|
+
"compatibility": {
|
|
1325
|
+
"nuxt": "^3.0.0",
|
|
1326
|
+
"requires": {}
|
|
1327
|
+
}
|
|
1328
|
+
},
|
|
1073
1329
|
{
|
|
1074
1330
|
"name": "element-plus",
|
|
1075
1331
|
"description": "A Vue 3 based component library for designers and developers",
|
|
@@ -1140,7 +1396,7 @@
|
|
|
1140
1396
|
}
|
|
1141
1397
|
],
|
|
1142
1398
|
"compatibility": {
|
|
1143
|
-
"nuxt": "^2.0.0",
|
|
1399
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1144
1400
|
"requires": {}
|
|
1145
1401
|
}
|
|
1146
1402
|
},
|
|
@@ -1366,6 +1622,29 @@
|
|
|
1366
1622
|
"requires": {}
|
|
1367
1623
|
}
|
|
1368
1624
|
},
|
|
1625
|
+
{
|
|
1626
|
+
"name": "form-actions",
|
|
1627
|
+
"description": "A set of features and composables to interact with forms and server data.",
|
|
1628
|
+
"repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt#main",
|
|
1629
|
+
"npm": "@hebilicious/form-actions-nuxt",
|
|
1630
|
+
"icon": "form-actions.svg",
|
|
1631
|
+
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1632
|
+
"website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1633
|
+
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1634
|
+
"category": "Request",
|
|
1635
|
+
"type": "3rd-party",
|
|
1636
|
+
"maintainers": [
|
|
1637
|
+
{
|
|
1638
|
+
"name": "Hebilicious",
|
|
1639
|
+
"github": "Hebilicious",
|
|
1640
|
+
"twitter": "its_hebilicious"
|
|
1641
|
+
}
|
|
1642
|
+
],
|
|
1643
|
+
"compatibility": {
|
|
1644
|
+
"nuxt": "^3.0.0",
|
|
1645
|
+
"requires": {}
|
|
1646
|
+
}
|
|
1647
|
+
},
|
|
1369
1648
|
{
|
|
1370
1649
|
"name": "formkit",
|
|
1371
1650
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1645,6 +1924,30 @@
|
|
|
1645
1924
|
"requires": {}
|
|
1646
1925
|
}
|
|
1647
1926
|
},
|
|
1927
|
+
{
|
|
1928
|
+
"name": "gtag",
|
|
1929
|
+
"description": "Google Analytics integration for Nuxt 3",
|
|
1930
|
+
"repo": "johannschopplich/nuxt-gtag",
|
|
1931
|
+
"npm": "nuxt-gtag",
|
|
1932
|
+
"icon": "gtag.svg",
|
|
1933
|
+
"github": "https://github.com/johannschopplich/nuxt-gtag",
|
|
1934
|
+
"website": "https://github.com/johannschopplich/nuxt-gtag#readme",
|
|
1935
|
+
"learn_more": "",
|
|
1936
|
+
"category": "Analytics",
|
|
1937
|
+
"type": "3rd-party",
|
|
1938
|
+
"maintainers": [
|
|
1939
|
+
{
|
|
1940
|
+
"name": "Johann Schopplich",
|
|
1941
|
+
"github": "johannschopplich",
|
|
1942
|
+
"twitter": "jschopplich",
|
|
1943
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
1944
|
+
}
|
|
1945
|
+
],
|
|
1946
|
+
"compatibility": {
|
|
1947
|
+
"nuxt": "^3.0.0",
|
|
1948
|
+
"requires": {}
|
|
1949
|
+
}
|
|
1950
|
+
},
|
|
1648
1951
|
{
|
|
1649
1952
|
"name": "gtm",
|
|
1650
1953
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
@@ -1690,6 +1993,28 @@
|
|
|
1690
1993
|
"requires": {}
|
|
1691
1994
|
}
|
|
1692
1995
|
},
|
|
1996
|
+
{
|
|
1997
|
+
"name": "hanko",
|
|
1998
|
+
"description": "Hanko integration for Nuxt for passwordless authentication",
|
|
1999
|
+
"repo": "nuxt-modules/hanko",
|
|
2000
|
+
"npm": "@nuxtjs/hanko",
|
|
2001
|
+
"icon": "hanko.svg",
|
|
2002
|
+
"github": "https://github.com/nuxt-modules/hanko",
|
|
2003
|
+
"website": "https://github.com/nuxt-modules/hanko",
|
|
2004
|
+
"learn_more": "https://hanko.io/",
|
|
2005
|
+
"category": "Security",
|
|
2006
|
+
"type": "community",
|
|
2007
|
+
"maintainers": [
|
|
2008
|
+
{
|
|
2009
|
+
"name": "danielroe",
|
|
2010
|
+
"github": "danielroe"
|
|
2011
|
+
}
|
|
2012
|
+
],
|
|
2013
|
+
"compatibility": {
|
|
2014
|
+
"nuxt": "^3.0.0",
|
|
2015
|
+
"requires": {}
|
|
2016
|
+
}
|
|
2017
|
+
},
|
|
1693
2018
|
{
|
|
1694
2019
|
"name": "harlem",
|
|
1695
2020
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -1948,6 +2273,28 @@
|
|
|
1948
2273
|
"requires": {}
|
|
1949
2274
|
}
|
|
1950
2275
|
},
|
|
2276
|
+
{
|
|
2277
|
+
"name": "icon-font",
|
|
2278
|
+
"description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
|
|
2279
|
+
"repo": "coremyslo/nuxt-icon-font",
|
|
2280
|
+
"npm": "@coremyslo/nuxt-icon-font",
|
|
2281
|
+
"icon": "",
|
|
2282
|
+
"github": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2283
|
+
"website": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2284
|
+
"learn_more": "",
|
|
2285
|
+
"category": "UI",
|
|
2286
|
+
"type": "3rd-party",
|
|
2287
|
+
"maintainers": [
|
|
2288
|
+
{
|
|
2289
|
+
"name": "coremyslo",
|
|
2290
|
+
"github": "coremyslo"
|
|
2291
|
+
}
|
|
2292
|
+
],
|
|
2293
|
+
"compatibility": {
|
|
2294
|
+
"nuxt": "^3.0.0",
|
|
2295
|
+
"requires": {}
|
|
2296
|
+
}
|
|
2297
|
+
},
|
|
1951
2298
|
{
|
|
1952
2299
|
"name": "icon",
|
|
1953
2300
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2074,12 +2421,12 @@
|
|
|
2074
2421
|
{
|
|
2075
2422
|
"name": "inkline",
|
|
2076
2423
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2077
|
-
"repo": "inkline/
|
|
2078
|
-
"npm": "@inkline/
|
|
2424
|
+
"repo": "inkline/plugin",
|
|
2425
|
+
"npm": "@inkline/plugin",
|
|
2079
2426
|
"icon": "inkline.svg",
|
|
2080
|
-
"github": "https://github.com/inkline/
|
|
2427
|
+
"github": "https://github.com/inkline/plugin",
|
|
2081
2428
|
"website": "https://inkline.io",
|
|
2082
|
-
"learn_more": "https://inkline.io/docs/
|
|
2429
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2083
2430
|
"category": "UI",
|
|
2084
2431
|
"type": "3rd-party",
|
|
2085
2432
|
"maintainers": [
|
|
@@ -2299,7 +2646,7 @@
|
|
|
2299
2646
|
},
|
|
2300
2647
|
{
|
|
2301
2648
|
"name": "link-checker",
|
|
2302
|
-
"description": "",
|
|
2649
|
+
"description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
|
|
2303
2650
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2304
2651
|
"npm": "nuxt-link-checker",
|
|
2305
2652
|
"icon": "",
|
|
@@ -2529,6 +2876,31 @@
|
|
|
2529
2876
|
"requires": {}
|
|
2530
2877
|
}
|
|
2531
2878
|
},
|
|
2879
|
+
{
|
|
2880
|
+
"name": "medusa",
|
|
2881
|
+
"description": "Easily connect to Medusa from your Nuxt 3 application",
|
|
2882
|
+
"repo": "Baroshem/nuxt-medusa",
|
|
2883
|
+
"npm": "nuxt-medusa",
|
|
2884
|
+
"icon": "medusa.svg",
|
|
2885
|
+
"github": "https://github.com/Baroshem/nuxt-medusa/",
|
|
2886
|
+
"website": "https://nuxt-medusa.vercel.app/",
|
|
2887
|
+
"learn_more": "https://nuxt-medusa.vercel.app/",
|
|
2888
|
+
"category": "Ecommerce",
|
|
2889
|
+
"type": "3rd-party",
|
|
2890
|
+
"maintainers": [
|
|
2891
|
+
{
|
|
2892
|
+
"name": "Jakub Andrzejewski",
|
|
2893
|
+
"github": "Baroshem",
|
|
2894
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
2895
|
+
}
|
|
2896
|
+
],
|
|
2897
|
+
"compatibility": {
|
|
2898
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2899
|
+
"requires": {
|
|
2900
|
+
"bridge": true
|
|
2901
|
+
}
|
|
2902
|
+
}
|
|
2903
|
+
},
|
|
2532
2904
|
{
|
|
2533
2905
|
"name": "meilisearch",
|
|
2534
2906
|
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
@@ -2598,6 +2970,29 @@
|
|
|
2598
2970
|
"requires": {}
|
|
2599
2971
|
}
|
|
2600
2972
|
},
|
|
2973
|
+
{
|
|
2974
|
+
"name": "module-feed",
|
|
2975
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
2976
|
+
"repo": "tresko/nuxt-module-feed",
|
|
2977
|
+
"npm": "nuxt-module-feed",
|
|
2978
|
+
"icon": "",
|
|
2979
|
+
"github": "https://github.com/tresko/nuxt-module-feed",
|
|
2980
|
+
"website": "https://github.com/tresko/nuxt-module-feed",
|
|
2981
|
+
"learn_more": "",
|
|
2982
|
+
"category": "SEO",
|
|
2983
|
+
"type": "3rd-party",
|
|
2984
|
+
"maintainers": [
|
|
2985
|
+
{
|
|
2986
|
+
"name": "Miha Sedej",
|
|
2987
|
+
"github": "tresko",
|
|
2988
|
+
"twitter": "mihasedej"
|
|
2989
|
+
}
|
|
2990
|
+
],
|
|
2991
|
+
"compatibility": {
|
|
2992
|
+
"nuxt": "^3.0.0",
|
|
2993
|
+
"requires": {}
|
|
2994
|
+
}
|
|
2995
|
+
},
|
|
2601
2996
|
{
|
|
2602
2997
|
"name": "moment",
|
|
2603
2998
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
@@ -2787,9 +3182,53 @@
|
|
|
2787
3182
|
}
|
|
2788
3183
|
},
|
|
2789
3184
|
{
|
|
2790
|
-
"name": "
|
|
2791
|
-
"description": "",
|
|
2792
|
-
"repo": "
|
|
3185
|
+
"name": "nupolyon",
|
|
3186
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3187
|
+
"repo": "adenvt/nupolyon",
|
|
3188
|
+
"npm": "nupolyon",
|
|
3189
|
+
"icon": "",
|
|
3190
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3191
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
3192
|
+
"learn_more": "",
|
|
3193
|
+
"category": "Performance",
|
|
3194
|
+
"type": "3rd-party",
|
|
3195
|
+
"maintainers": [
|
|
3196
|
+
{
|
|
3197
|
+
"name": "adenvt",
|
|
3198
|
+
"github": "adenvt"
|
|
3199
|
+
}
|
|
3200
|
+
],
|
|
3201
|
+
"compatibility": {
|
|
3202
|
+
"nuxt": "^3.0.0",
|
|
3203
|
+
"requires": {}
|
|
3204
|
+
}
|
|
3205
|
+
},
|
|
3206
|
+
{
|
|
3207
|
+
"name": "nuxt-anchorscroll",
|
|
3208
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3209
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3210
|
+
"npm": "nuxt-anchorscroll",
|
|
3211
|
+
"icon": "",
|
|
3212
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3213
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3214
|
+
"learn_more": "",
|
|
3215
|
+
"category": "UI",
|
|
3216
|
+
"type": "3rd-party",
|
|
3217
|
+
"maintainers": [
|
|
3218
|
+
{
|
|
3219
|
+
"name": "Helltraitor",
|
|
3220
|
+
"github": "helltraitor"
|
|
3221
|
+
}
|
|
3222
|
+
],
|
|
3223
|
+
"compatibility": {
|
|
3224
|
+
"nuxt": "^3.0.0",
|
|
3225
|
+
"requires": {}
|
|
3226
|
+
}
|
|
3227
|
+
},
|
|
3228
|
+
{
|
|
3229
|
+
"name": "nuxt-auth",
|
|
3230
|
+
"description": "",
|
|
3231
|
+
"repo": "sidebase/nuxt-auth",
|
|
2793
3232
|
"npm": "@sidebase/nuxt-auth",
|
|
2794
3233
|
"icon": "",
|
|
2795
3234
|
"github": "https://github.com/sidebase/nuxt-auth",
|
|
@@ -2808,6 +3247,28 @@
|
|
|
2808
3247
|
"requires": {}
|
|
2809
3248
|
}
|
|
2810
3249
|
},
|
|
3250
|
+
{
|
|
3251
|
+
"name": "nuxt-chatgpt",
|
|
3252
|
+
"description": "ChatGPT integration for Nuxt 3",
|
|
3253
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3254
|
+
"npm": "nuxt-chatgpt",
|
|
3255
|
+
"icon": "chatgpt.svg",
|
|
3256
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3257
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3258
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
3259
|
+
"category": "Libraries",
|
|
3260
|
+
"type": "3rd-party",
|
|
3261
|
+
"maintainers": [
|
|
3262
|
+
{
|
|
3263
|
+
"name": "Oliver Trajceski",
|
|
3264
|
+
"github": "schnapsterdog"
|
|
3265
|
+
}
|
|
3266
|
+
],
|
|
3267
|
+
"compatibility": {
|
|
3268
|
+
"nuxt": "^3.0.0",
|
|
3269
|
+
"requires": {}
|
|
3270
|
+
}
|
|
3271
|
+
},
|
|
2811
3272
|
{
|
|
2812
3273
|
"name": "nuxt-graphql-middleware",
|
|
2813
3274
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -2859,6 +3320,28 @@
|
|
|
2859
3320
|
"requires": {}
|
|
2860
3321
|
}
|
|
2861
3322
|
},
|
|
3323
|
+
{
|
|
3324
|
+
"name": "nuxt-gtm",
|
|
3325
|
+
"description": "A Nuxt.js module for Google Tag Manager",
|
|
3326
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3327
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3328
|
+
"icon": "nuxt-gtm.svg",
|
|
3329
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3330
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3331
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3332
|
+
"category": "Analytics",
|
|
3333
|
+
"type": "3rd-party",
|
|
3334
|
+
"maintainers": [
|
|
3335
|
+
{
|
|
3336
|
+
"name": "Zadig&Voltaire Team",
|
|
3337
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
3338
|
+
}
|
|
3339
|
+
],
|
|
3340
|
+
"compatibility": {
|
|
3341
|
+
"nuxt": "^3.0.0",
|
|
3342
|
+
"requires": {}
|
|
3343
|
+
}
|
|
3344
|
+
},
|
|
2862
3345
|
{
|
|
2863
3346
|
"name": "nuxt-hue",
|
|
2864
3347
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -2929,6 +3412,28 @@
|
|
|
2929
3412
|
"requires": {}
|
|
2930
3413
|
}
|
|
2931
3414
|
},
|
|
3415
|
+
{
|
|
3416
|
+
"name": "nuxt-mapbox",
|
|
3417
|
+
"description": "Elegant Mapbox integration with Nuxt",
|
|
3418
|
+
"repo": "AlexLavoie42/Nuxt-Mapbox",
|
|
3419
|
+
"npm": "nuxt-mapbox",
|
|
3420
|
+
"icon": "nuxt-mapbox.svg",
|
|
3421
|
+
"github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3422
|
+
"website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3423
|
+
"learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3424
|
+
"category": "Libraries",
|
|
3425
|
+
"type": "3rd-party",
|
|
3426
|
+
"maintainers": [
|
|
3427
|
+
{
|
|
3428
|
+
"name": "Alex Lavoie",
|
|
3429
|
+
"github": "AlexLavoie42"
|
|
3430
|
+
}
|
|
3431
|
+
],
|
|
3432
|
+
"compatibility": {
|
|
3433
|
+
"nuxt": "^3.0.0",
|
|
3434
|
+
"requires": {}
|
|
3435
|
+
}
|
|
3436
|
+
},
|
|
2932
3437
|
{
|
|
2933
3438
|
"name": "nuxt-monaco-editor",
|
|
2934
3439
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -2951,6 +3456,73 @@
|
|
|
2951
3456
|
"requires": {}
|
|
2952
3457
|
}
|
|
2953
3458
|
},
|
|
3459
|
+
{
|
|
3460
|
+
"name": "nuxt-mongoose",
|
|
3461
|
+
"description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
|
|
3462
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
3463
|
+
"npm": "nuxt-mongoose",
|
|
3464
|
+
"icon": "nuxt-mongoose.svg",
|
|
3465
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3466
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3467
|
+
"learn_more": "",
|
|
3468
|
+
"category": "Database",
|
|
3469
|
+
"type": "3rd-party",
|
|
3470
|
+
"maintainers": [
|
|
3471
|
+
{
|
|
3472
|
+
"name": "arashsheyda",
|
|
3473
|
+
"github": "arashsheyda"
|
|
3474
|
+
}
|
|
3475
|
+
],
|
|
3476
|
+
"compatibility": {
|
|
3477
|
+
"nuxt": "^3.0.0",
|
|
3478
|
+
"requires": {}
|
|
3479
|
+
}
|
|
3480
|
+
},
|
|
3481
|
+
{
|
|
3482
|
+
"name": "nuxt-pdf",
|
|
3483
|
+
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
3484
|
+
"repo": "sidebase/nuxt-pdf",
|
|
3485
|
+
"npm": "@sidebase/nuxt-pdf",
|
|
3486
|
+
"icon": "nuxt-pdf.png",
|
|
3487
|
+
"github": "https://github.com/sidebase/nuxt-pdf",
|
|
3488
|
+
"website": "https://sidebase.io/nuxt-pdf",
|
|
3489
|
+
"learn_more": "https://github.com/sidebase",
|
|
3490
|
+
"category": "Extensions",
|
|
3491
|
+
"type": "3rd-party",
|
|
3492
|
+
"maintainers": [
|
|
3493
|
+
{
|
|
3494
|
+
"name": "sidebase",
|
|
3495
|
+
"github": "sidebase",
|
|
3496
|
+
"twitter": "sidebase_io"
|
|
3497
|
+
}
|
|
3498
|
+
],
|
|
3499
|
+
"compatibility": {
|
|
3500
|
+
"nuxt": "^3.0.0",
|
|
3501
|
+
"requires": {}
|
|
3502
|
+
}
|
|
3503
|
+
},
|
|
3504
|
+
{
|
|
3505
|
+
"name": "nuxt-phosphor-icons",
|
|
3506
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
3507
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3508
|
+
"npm": "nuxt-phosphor-icons",
|
|
3509
|
+
"icon": "phosphor-icons.svg",
|
|
3510
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3511
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3512
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3513
|
+
"category": "UI",
|
|
3514
|
+
"type": "3rd-party",
|
|
3515
|
+
"maintainers": [
|
|
3516
|
+
{
|
|
3517
|
+
"name": "OyewoleOyedeji",
|
|
3518
|
+
"github": "OyewoleOyedeji"
|
|
3519
|
+
}
|
|
3520
|
+
],
|
|
3521
|
+
"compatibility": {
|
|
3522
|
+
"nuxt": "^3.0.0",
|
|
3523
|
+
"requires": {}
|
|
3524
|
+
}
|
|
3525
|
+
},
|
|
2954
3526
|
{
|
|
2955
3527
|
"name": "nuxt-pino-log",
|
|
2956
3528
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -2995,6 +3567,32 @@
|
|
|
2995
3567
|
"requires": {}
|
|
2996
3568
|
}
|
|
2997
3569
|
},
|
|
3570
|
+
{
|
|
3571
|
+
"name": "nuxt-plotly",
|
|
3572
|
+
"description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
|
|
3573
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
3574
|
+
"npm": "nuxt-plotly",
|
|
3575
|
+
"icon": "nuxt-plotly.svg",
|
|
3576
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3577
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3578
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
3579
|
+
"category": "Libraries",
|
|
3580
|
+
"type": "3rd-party",
|
|
3581
|
+
"maintainers": [
|
|
3582
|
+
{
|
|
3583
|
+
"name": "Supanut Dokmaithong",
|
|
3584
|
+
"github": "Boomgeek"
|
|
3585
|
+
},
|
|
3586
|
+
{
|
|
3587
|
+
"name": "superdev-tech",
|
|
3588
|
+
"github": "superdev-tech"
|
|
3589
|
+
}
|
|
3590
|
+
],
|
|
3591
|
+
"compatibility": {
|
|
3592
|
+
"nuxt": "^3.6.0",
|
|
3593
|
+
"requires": {}
|
|
3594
|
+
}
|
|
3595
|
+
},
|
|
2998
3596
|
{
|
|
2999
3597
|
"name": "nuxt-png-to-ico",
|
|
3000
3598
|
"description": "Nuxt.js module for auto generating favicons",
|
|
@@ -3207,12 +3805,12 @@
|
|
|
3207
3805
|
{
|
|
3208
3806
|
"name": "nuxt-vue3-google-signin",
|
|
3209
3807
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3210
|
-
"repo": "
|
|
3808
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3211
3809
|
"npm": "nuxt-vue3-google-signin",
|
|
3212
3810
|
"icon": "vue3-google-signin.svg",
|
|
3213
|
-
"github": "https://github.com/
|
|
3214
|
-
"website": "https://vue3-google-signin.
|
|
3215
|
-
"learn_more": "https://vue3-google-signin.
|
|
3811
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
3812
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
3813
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3216
3814
|
"category": "Libraries",
|
|
3217
3815
|
"type": "3rd-party",
|
|
3218
3816
|
"maintainers": [
|
|
@@ -3226,6 +3824,28 @@
|
|
|
3226
3824
|
"requires": {}
|
|
3227
3825
|
}
|
|
3228
3826
|
},
|
|
3827
|
+
{
|
|
3828
|
+
"name": "nuxt-vuetify",
|
|
3829
|
+
"description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
|
|
3830
|
+
"repo": "invictus-codes/nuxt-vuetify",
|
|
3831
|
+
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3832
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
3833
|
+
"github": "https://github.com/invictus-codes/nuxt-vuetify",
|
|
3834
|
+
"website": "https://invictus-codes.github.io/nuxt-vuetify/",
|
|
3835
|
+
"learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
|
|
3836
|
+
"category": "UI",
|
|
3837
|
+
"type": "3rd-party",
|
|
3838
|
+
"maintainers": [
|
|
3839
|
+
{
|
|
3840
|
+
"name": "Jens van Hellemondt",
|
|
3841
|
+
"github": "invictus-codes"
|
|
3842
|
+
}
|
|
3843
|
+
],
|
|
3844
|
+
"compatibility": {
|
|
3845
|
+
"nuxt": "^3.0.0",
|
|
3846
|
+
"requires": {}
|
|
3847
|
+
}
|
|
3848
|
+
},
|
|
3229
3849
|
{
|
|
3230
3850
|
"name": "nuxt7",
|
|
3231
3851
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
@@ -3249,6 +3869,29 @@
|
|
|
3249
3869
|
"requires": {}
|
|
3250
3870
|
}
|
|
3251
3871
|
},
|
|
3872
|
+
{
|
|
3873
|
+
"name": "nuxtlabs-ui",
|
|
3874
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
3875
|
+
"repo": "nuxtlabs/ui",
|
|
3876
|
+
"npm": "@nuxthq/ui",
|
|
3877
|
+
"icon": "nuxtlabs-ui.svg",
|
|
3878
|
+
"github": "https://github.com/nuxtlabs/ui",
|
|
3879
|
+
"website": "https://ui.nuxtlabs.com",
|
|
3880
|
+
"learn_more": "https://ui.nuxtlabs.com",
|
|
3881
|
+
"category": "UI",
|
|
3882
|
+
"type": "3rd-party",
|
|
3883
|
+
"maintainers": [
|
|
3884
|
+
{
|
|
3885
|
+
"name": "Benjamin Canac",
|
|
3886
|
+
"github": "benjamincanac",
|
|
3887
|
+
"twitter": "benjamincanac"
|
|
3888
|
+
}
|
|
3889
|
+
],
|
|
3890
|
+
"compatibility": {
|
|
3891
|
+
"nuxt": "^3.0.0",
|
|
3892
|
+
"requires": {}
|
|
3893
|
+
}
|
|
3894
|
+
},
|
|
3252
3895
|
{
|
|
3253
3896
|
"name": "og-image",
|
|
3254
3897
|
"description": "Easily generate dynamic social share images.",
|
|
@@ -3388,6 +4031,30 @@
|
|
|
3388
4031
|
}
|
|
3389
4032
|
}
|
|
3390
4033
|
},
|
|
4034
|
+
{
|
|
4035
|
+
"name": "pdfeasy",
|
|
4036
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
4037
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
4038
|
+
"npm": "nuxt-pdfeasy",
|
|
4039
|
+
"icon": "pdfeasy.png",
|
|
4040
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
4041
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
4042
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
4043
|
+
"category": "Extensions",
|
|
4044
|
+
"type": "3rd-party",
|
|
4045
|
+
"maintainers": [
|
|
4046
|
+
{
|
|
4047
|
+
"name": "Giovane Cardoso",
|
|
4048
|
+
"github": "novout",
|
|
4049
|
+
"twitter": "novoutttttt",
|
|
4050
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
4051
|
+
}
|
|
4052
|
+
],
|
|
4053
|
+
"compatibility": {
|
|
4054
|
+
"nuxt": "^3.0.0",
|
|
4055
|
+
"requires": {}
|
|
4056
|
+
}
|
|
4057
|
+
},
|
|
3391
4058
|
{
|
|
3392
4059
|
"name": "persian-datepicker",
|
|
3393
4060
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3550,6 +4217,28 @@
|
|
|
3550
4217
|
"requires": {}
|
|
3551
4218
|
}
|
|
3552
4219
|
},
|
|
4220
|
+
{
|
|
4221
|
+
"name": "prometheus",
|
|
4222
|
+
"description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
|
|
4223
|
+
"repo": "artmizu/nuxt-prometheus",
|
|
4224
|
+
"npm": "@artmizu/nuxt-prometheus",
|
|
4225
|
+
"icon": "prometheus.svg",
|
|
4226
|
+
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
4227
|
+
"website": "https://github.com/artmizu/nuxt-prometheus",
|
|
4228
|
+
"learn_more": "",
|
|
4229
|
+
"category": "Monitoring",
|
|
4230
|
+
"type": "3rd-party",
|
|
4231
|
+
"maintainers": [
|
|
4232
|
+
{
|
|
4233
|
+
"name": "artmizu",
|
|
4234
|
+
"github": "artmizu"
|
|
4235
|
+
}
|
|
4236
|
+
],
|
|
4237
|
+
"compatibility": {
|
|
4238
|
+
"nuxt": "^3.0.0",
|
|
4239
|
+
"requires": {}
|
|
4240
|
+
}
|
|
4241
|
+
},
|
|
3553
4242
|
{
|
|
3554
4243
|
"name": "protected-mailto",
|
|
3555
4244
|
"description": "Nuxt component to generate encoded mailto links",
|
|
@@ -3687,6 +4376,50 @@
|
|
|
3687
4376
|
"requires": {}
|
|
3688
4377
|
}
|
|
3689
4378
|
},
|
|
4379
|
+
{
|
|
4380
|
+
"name": "quasar",
|
|
4381
|
+
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
4382
|
+
"repo": "Maiquu/nuxt-quasar",
|
|
4383
|
+
"npm": "nuxt-quasar-ui",
|
|
4384
|
+
"icon": "quasar.svg",
|
|
4385
|
+
"github": "https://github.com/Maiquu/nuxt-quasar",
|
|
4386
|
+
"website": "https://quasar.dev/",
|
|
4387
|
+
"learn_more": "https://github.com/Maiquu/nuxt-quasar",
|
|
4388
|
+
"category": "UI",
|
|
4389
|
+
"type": "3rd-party",
|
|
4390
|
+
"maintainers": [
|
|
4391
|
+
{
|
|
4392
|
+
"name": "Ege İliklier",
|
|
4393
|
+
"github": "Maiquu"
|
|
4394
|
+
}
|
|
4395
|
+
],
|
|
4396
|
+
"compatibility": {
|
|
4397
|
+
"nuxt": "^3.0.0",
|
|
4398
|
+
"requires": {}
|
|
4399
|
+
}
|
|
4400
|
+
},
|
|
4401
|
+
{
|
|
4402
|
+
"name": "radash",
|
|
4403
|
+
"description": "radash module with auto-import and custom prefix",
|
|
4404
|
+
"repo": "bbg/nuxt-radash",
|
|
4405
|
+
"npm": "nuxt-radash",
|
|
4406
|
+
"icon": "radash.svg",
|
|
4407
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
4408
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
4409
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
4410
|
+
"category": "Libraries",
|
|
4411
|
+
"type": "3rd-party",
|
|
4412
|
+
"maintainers": [
|
|
4413
|
+
{
|
|
4414
|
+
"name": "Batuhan Göksu",
|
|
4415
|
+
"github": "bbg"
|
|
4416
|
+
}
|
|
4417
|
+
],
|
|
4418
|
+
"compatibility": {
|
|
4419
|
+
"nuxt": "^3.0.0",
|
|
4420
|
+
"requires": {}
|
|
4421
|
+
}
|
|
4422
|
+
},
|
|
3690
4423
|
{
|
|
3691
4424
|
"name": "recaptcha",
|
|
3692
4425
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
@@ -3987,7 +4720,7 @@
|
|
|
3987
4720
|
{
|
|
3988
4721
|
"name": "seo-kit",
|
|
3989
4722
|
"description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
|
|
3990
|
-
"repo": "harlan-zw/nuxt-seo-kit",
|
|
4723
|
+
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
3991
4724
|
"npm": "nuxt-seo-kit",
|
|
3992
4725
|
"icon": "seo-kit.svg",
|
|
3993
4726
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
@@ -4074,6 +4807,29 @@
|
|
|
4074
4807
|
"requires": {}
|
|
4075
4808
|
}
|
|
4076
4809
|
},
|
|
4810
|
+
{
|
|
4811
|
+
"name": "server-block",
|
|
4812
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
4813
|
+
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
|
|
4814
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
4815
|
+
"icon": "server-block.svg",
|
|
4816
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
4817
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
4818
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
4819
|
+
"category": "Extensions",
|
|
4820
|
+
"type": "3rd-party",
|
|
4821
|
+
"maintainers": [
|
|
4822
|
+
{
|
|
4823
|
+
"name": "Hebilicious",
|
|
4824
|
+
"github": "Hebilicious",
|
|
4825
|
+
"twitter": "its_hebilicious"
|
|
4826
|
+
}
|
|
4827
|
+
],
|
|
4828
|
+
"compatibility": {
|
|
4829
|
+
"nuxt": "^3.0.0",
|
|
4830
|
+
"requires": {}
|
|
4831
|
+
}
|
|
4832
|
+
},
|
|
4077
4833
|
{
|
|
4078
4834
|
"name": "session",
|
|
4079
4835
|
"description": "Session middleware to persist user data across requests, a client-side useSession composable to interact with the session, supports many storage backends via unjs/unstorage",
|
|
@@ -4235,26 +4991,48 @@
|
|
|
4235
4991
|
"requires": {}
|
|
4236
4992
|
}
|
|
4237
4993
|
},
|
|
4994
|
+
{
|
|
4995
|
+
"name": "snackbar",
|
|
4996
|
+
"description": "Nuxt Snackbar module using vue3-snackbar",
|
|
4997
|
+
"repo": "modbender/nuxt-snackbar#master",
|
|
4998
|
+
"npm": "nuxt-snackbar",
|
|
4999
|
+
"icon": "snackbar.png",
|
|
5000
|
+
"github": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
5001
|
+
"website": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
5002
|
+
"learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
|
|
5003
|
+
"category": "UI",
|
|
5004
|
+
"type": "3rd-party",
|
|
5005
|
+
"maintainers": [
|
|
5006
|
+
{
|
|
5007
|
+
"name": "modbender",
|
|
5008
|
+
"github": "modbender"
|
|
5009
|
+
}
|
|
5010
|
+
],
|
|
5011
|
+
"compatibility": {
|
|
5012
|
+
"nuxt": "^3.0.0",
|
|
5013
|
+
"requires": {}
|
|
5014
|
+
}
|
|
5015
|
+
},
|
|
4238
5016
|
{
|
|
4239
5017
|
"name": "snipcart",
|
|
4240
5018
|
"description": "Snipcart integration module for Nuxt.js",
|
|
4241
|
-
"repo": "nuxt-
|
|
5019
|
+
"repo": "nuxt-modules/snipcart",
|
|
4242
5020
|
"npm": "@nuxtjs/snipcart",
|
|
4243
5021
|
"icon": "snipcart.png",
|
|
4244
|
-
"github": "https://github.com/nuxt-
|
|
4245
|
-
"website": "https://github.com/nuxt-
|
|
4246
|
-
"learn_more": "",
|
|
4247
|
-
"category": "
|
|
5022
|
+
"github": "https://github.com/nuxt-modules/snipcart",
|
|
5023
|
+
"website": "https://github.com/nuxt-modules/snipcart",
|
|
5024
|
+
"learn_more": "https://snipcart.com",
|
|
5025
|
+
"category": "Ecommerce",
|
|
4248
5026
|
"type": "community",
|
|
4249
5027
|
"maintainers": [
|
|
4250
5028
|
{
|
|
4251
5029
|
"name": "Florent GIRAUD",
|
|
4252
|
-
"github": "
|
|
4253
|
-
"twitter": "
|
|
5030
|
+
"github": "flozero",
|
|
5031
|
+
"twitter": "flozeroo"
|
|
4254
5032
|
}
|
|
4255
5033
|
],
|
|
4256
5034
|
"compatibility": {
|
|
4257
|
-
"nuxt": "^2.0.0",
|
|
5035
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4258
5036
|
"requires": {}
|
|
4259
5037
|
}
|
|
4260
5038
|
},
|
|
@@ -4528,6 +5306,32 @@
|
|
|
4528
5306
|
}
|
|
4529
5307
|
}
|
|
4530
5308
|
},
|
|
5309
|
+
{
|
|
5310
|
+
"name": "stripe-next",
|
|
5311
|
+
"description": "This Nuxt module provides an easy way to integrate Stripe in your Nuxt application, both on the client-side and server-side. It utilizes the official stripe package for server-side usage and @stripe/stripe-js for the client-side.",
|
|
5312
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
5313
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
5314
|
+
"icon": "stripe.png",
|
|
5315
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5316
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5317
|
+
"learn_more": "https://stripe.com/docs",
|
|
5318
|
+
"category": "Payment",
|
|
5319
|
+
"type": "3rd-party",
|
|
5320
|
+
"maintainers": [
|
|
5321
|
+
{
|
|
5322
|
+
"name": "Loic Fuentes",
|
|
5323
|
+
"github": "fuentesloic"
|
|
5324
|
+
},
|
|
5325
|
+
{
|
|
5326
|
+
"name": "Florent Giraud",
|
|
5327
|
+
"github": "flozero"
|
|
5328
|
+
}
|
|
5329
|
+
],
|
|
5330
|
+
"compatibility": {
|
|
5331
|
+
"nuxt": "^3.0.0",
|
|
5332
|
+
"requires": {}
|
|
5333
|
+
}
|
|
5334
|
+
},
|
|
4531
5335
|
{
|
|
4532
5336
|
"name": "stripe",
|
|
4533
5337
|
"description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
|
|
@@ -4591,7 +5395,7 @@
|
|
|
4591
5395
|
}
|
|
4592
5396
|
],
|
|
4593
5397
|
"compatibility": {
|
|
4594
|
-
"nuxt": "^2.0.0",
|
|
5398
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4595
5399
|
"requires": {}
|
|
4596
5400
|
}
|
|
4597
5401
|
},
|
|
@@ -4762,6 +5566,29 @@
|
|
|
4762
5566
|
"requires": {}
|
|
4763
5567
|
}
|
|
4764
5568
|
},
|
|
5569
|
+
{
|
|
5570
|
+
"name": "tailvue",
|
|
5571
|
+
"description": "Vue components built for Vue3 powered by Windi CSS or tailwindcss",
|
|
5572
|
+
"repo": "fumeapp/tailvue",
|
|
5573
|
+
"npm": "tailvue",
|
|
5574
|
+
"icon": "tailvue.jpg",
|
|
5575
|
+
"github": "https://github.com/fumeapp/tailvue",
|
|
5576
|
+
"website": "https://github.com/fumeapp/tailvue",
|
|
5577
|
+
"learn_more": "https://github.com/fumeapp/tailvue#readme",
|
|
5578
|
+
"category": "UI",
|
|
5579
|
+
"type": "3rd-party",
|
|
5580
|
+
"maintainers": [
|
|
5581
|
+
{
|
|
5582
|
+
"name": "Kevin Olson",
|
|
5583
|
+
"github": "acidjazz",
|
|
5584
|
+
"twitter": "AppFume"
|
|
5585
|
+
}
|
|
5586
|
+
],
|
|
5587
|
+
"compatibility": {
|
|
5588
|
+
"nuxt": "^3.0.0",
|
|
5589
|
+
"requires": {}
|
|
5590
|
+
}
|
|
5591
|
+
},
|
|
4765
5592
|
{
|
|
4766
5593
|
"name": "tailwindcss",
|
|
4767
5594
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
@@ -4809,7 +5636,29 @@
|
|
|
4809
5636
|
}
|
|
4810
5637
|
},
|
|
4811
5638
|
{
|
|
4812
|
-
"name": "
|
|
5639
|
+
"name": "time",
|
|
5640
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
5641
|
+
"repo": "danielroe/nuxt-time",
|
|
5642
|
+
"npm": "nuxt-time",
|
|
5643
|
+
"icon": "",
|
|
5644
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
5645
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
5646
|
+
"learn_more": "",
|
|
5647
|
+
"category": "Extensions",
|
|
5648
|
+
"type": "3rd-party",
|
|
5649
|
+
"maintainers": [
|
|
5650
|
+
{
|
|
5651
|
+
"name": "danielroe",
|
|
5652
|
+
"github": "danielroe"
|
|
5653
|
+
}
|
|
5654
|
+
],
|
|
5655
|
+
"compatibility": {
|
|
5656
|
+
"nuxt": "^3.0.0",
|
|
5657
|
+
"requires": {}
|
|
5658
|
+
}
|
|
5659
|
+
},
|
|
5660
|
+
{
|
|
5661
|
+
"name": "toast",
|
|
4813
5662
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
|
|
4814
5663
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
4815
5664
|
"npm": "@nuxtjs/toast",
|
|
@@ -4831,6 +5680,39 @@
|
|
|
4831
5680
|
"requires": {}
|
|
4832
5681
|
}
|
|
4833
5682
|
},
|
|
5683
|
+
{
|
|
5684
|
+
"name": "tresjs",
|
|
5685
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
5686
|
+
"repo": "tresjs/nuxt",
|
|
5687
|
+
"npm": "@tresjs/nuxt",
|
|
5688
|
+
"icon": "tresjs.svg",
|
|
5689
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
5690
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
5691
|
+
"learn_more": "https://tresjs.org/",
|
|
5692
|
+
"category": "Libraries",
|
|
5693
|
+
"type": "3rd-party",
|
|
5694
|
+
"maintainers": [
|
|
5695
|
+
{
|
|
5696
|
+
"name": "Alvaro Saburido",
|
|
5697
|
+
"github": "alvarosabu",
|
|
5698
|
+
"twitter": "alvarosabu"
|
|
5699
|
+
},
|
|
5700
|
+
{
|
|
5701
|
+
"name": "Jaime Torrealba",
|
|
5702
|
+
"github": "JaimeTorrealba",
|
|
5703
|
+
"twitter": "jaimebboyjt"
|
|
5704
|
+
},
|
|
5705
|
+
{
|
|
5706
|
+
"name": "Tino Koch",
|
|
5707
|
+
"github": "Tinoooo",
|
|
5708
|
+
"twitter": "ichbintino"
|
|
5709
|
+
}
|
|
5710
|
+
],
|
|
5711
|
+
"compatibility": {
|
|
5712
|
+
"nuxt": "^3.0.0",
|
|
5713
|
+
"requires": {}
|
|
5714
|
+
}
|
|
5715
|
+
},
|
|
4834
5716
|
{
|
|
4835
5717
|
"name": "turnstile",
|
|
4836
5718
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -4880,6 +5762,28 @@
|
|
|
4880
5762
|
}
|
|
4881
5763
|
}
|
|
4882
5764
|
},
|
|
5765
|
+
{
|
|
5766
|
+
"name": "twemoji",
|
|
5767
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
5768
|
+
"repo": "yizack/nuxt-twemoji",
|
|
5769
|
+
"npm": "nuxt-twemoji",
|
|
5770
|
+
"icon": "twemoji.svg",
|
|
5771
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
5772
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
5773
|
+
"learn_more": "",
|
|
5774
|
+
"category": "UI",
|
|
5775
|
+
"type": "3rd-party",
|
|
5776
|
+
"maintainers": [
|
|
5777
|
+
{
|
|
5778
|
+
"name": "Yizack Rangel",
|
|
5779
|
+
"github": "yizack"
|
|
5780
|
+
}
|
|
5781
|
+
],
|
|
5782
|
+
"compatibility": {
|
|
5783
|
+
"nuxt": "^3.0.0",
|
|
5784
|
+
"requires": {}
|
|
5785
|
+
}
|
|
5786
|
+
},
|
|
4883
5787
|
{
|
|
4884
5788
|
"name": "twicpics",
|
|
4885
5789
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5051,11 +5955,11 @@
|
|
|
5051
5955
|
{
|
|
5052
5956
|
"name": "unhead",
|
|
5053
5957
|
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5054
|
-
"repo": "harlan-zw/nuxt-
|
|
5055
|
-
"npm": "nuxt-
|
|
5958
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5959
|
+
"npm": "nuxt-seo-experiments",
|
|
5056
5960
|
"icon": "",
|
|
5057
|
-
"github": "https://github.com/harlan-zw/nuxt-
|
|
5058
|
-
"website": "https://github.com/harlan-zw/nuxt-
|
|
5961
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5962
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5059
5963
|
"learn_more": "",
|
|
5060
5964
|
"category": "SEO",
|
|
5061
5965
|
"type": "3rd-party",
|
|
@@ -5098,6 +6002,28 @@
|
|
|
5098
6002
|
"requires": {}
|
|
5099
6003
|
}
|
|
5100
6004
|
},
|
|
6005
|
+
{
|
|
6006
|
+
"name": "unlazy",
|
|
6007
|
+
"description": "Lazy loading library for placeholder images",
|
|
6008
|
+
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
6009
|
+
"npm": "@unlazy/nuxt",
|
|
6010
|
+
"icon": "unlazy.svg",
|
|
6011
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
6012
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
6013
|
+
"learn_more": "",
|
|
6014
|
+
"category": "Images",
|
|
6015
|
+
"type": "3rd-party",
|
|
6016
|
+
"maintainers": [
|
|
6017
|
+
{
|
|
6018
|
+
"name": "Johann Schopplich",
|
|
6019
|
+
"github": "johannschopplich"
|
|
6020
|
+
}
|
|
6021
|
+
],
|
|
6022
|
+
"compatibility": {
|
|
6023
|
+
"nuxt": "^3.0.0",
|
|
6024
|
+
"requires": {}
|
|
6025
|
+
}
|
|
6026
|
+
},
|
|
5101
6027
|
{
|
|
5102
6028
|
"name": "unlighthouse",
|
|
5103
6029
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5150,6 +6076,29 @@
|
|
|
5150
6076
|
}
|
|
5151
6077
|
}
|
|
5152
6078
|
},
|
|
6079
|
+
{
|
|
6080
|
+
"name": "ununuracss",
|
|
6081
|
+
"description": "A Real CSS Engine. Only Scoped.",
|
|
6082
|
+
"repo": "novout/ununuracss#main/packages/nuxt",
|
|
6083
|
+
"npm": "nuxt-ununura",
|
|
6084
|
+
"icon": "ununuracss.png",
|
|
6085
|
+
"github": "https://github.com/novout/ununuracss",
|
|
6086
|
+
"website": "https://ununura.com/#/",
|
|
6087
|
+
"learn_more": "https://ununura.com/#/docs/why",
|
|
6088
|
+
"category": "UI",
|
|
6089
|
+
"type": "3rd-party",
|
|
6090
|
+
"maintainers": [
|
|
6091
|
+
{
|
|
6092
|
+
"name": "Giovane Cardoso",
|
|
6093
|
+
"github": "novout",
|
|
6094
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
6095
|
+
}
|
|
6096
|
+
],
|
|
6097
|
+
"compatibility": {
|
|
6098
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6099
|
+
"requires": {}
|
|
6100
|
+
}
|
|
6101
|
+
},
|
|
5153
6102
|
{
|
|
5154
6103
|
"name": "user-agent",
|
|
5155
6104
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -5194,6 +6143,76 @@
|
|
|
5194
6143
|
"requires": {}
|
|
5195
6144
|
}
|
|
5196
6145
|
},
|
|
6146
|
+
{
|
|
6147
|
+
"name": "vant",
|
|
6148
|
+
"description": "A lightweight, customizable Vue UI library for mobile web apps.",
|
|
6149
|
+
"repo": "vant-ui/vant-nuxt",
|
|
6150
|
+
"npm": "@vant/nuxt",
|
|
6151
|
+
"icon": "vant.png",
|
|
6152
|
+
"github": "https://github.com/vant-ui/vant-nuxt",
|
|
6153
|
+
"website": "https://vant-ui.github.io/vant",
|
|
6154
|
+
"learn_more": "https://github.com/vant-ui/vant-nuxt#readme",
|
|
6155
|
+
"category": "UI",
|
|
6156
|
+
"type": "3rd-party",
|
|
6157
|
+
"maintainers": [
|
|
6158
|
+
{
|
|
6159
|
+
"name": "tolking",
|
|
6160
|
+
"github": "tolking"
|
|
6161
|
+
}
|
|
6162
|
+
],
|
|
6163
|
+
"compatibility": {
|
|
6164
|
+
"nuxt": "^3.0.0",
|
|
6165
|
+
"requires": {
|
|
6166
|
+
"bridge": "optional"
|
|
6167
|
+
}
|
|
6168
|
+
}
|
|
6169
|
+
},
|
|
6170
|
+
{
|
|
6171
|
+
"name": "varlet",
|
|
6172
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
6173
|
+
"repo": "varletjs/varlet-nuxt",
|
|
6174
|
+
"npm": "@varlet/nuxt",
|
|
6175
|
+
"icon": "varlet.svg",
|
|
6176
|
+
"github": "https://github.com/varletjs/varlet",
|
|
6177
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
6178
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
6179
|
+
"category": "UI",
|
|
6180
|
+
"type": "3rd-party",
|
|
6181
|
+
"maintainers": [
|
|
6182
|
+
{
|
|
6183
|
+
"name": "zhangmo8",
|
|
6184
|
+
"github": "zhangmo8"
|
|
6185
|
+
}
|
|
6186
|
+
],
|
|
6187
|
+
"compatibility": {
|
|
6188
|
+
"nuxt": "^3.0.0",
|
|
6189
|
+
"requires": {
|
|
6190
|
+
"bridge": "optional"
|
|
6191
|
+
}
|
|
6192
|
+
}
|
|
6193
|
+
},
|
|
6194
|
+
{
|
|
6195
|
+
"name": "vee-validate",
|
|
6196
|
+
"description": "Painless Vue forms for Nuxt.js",
|
|
6197
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6198
|
+
"npm": "@vee-validate/nuxt",
|
|
6199
|
+
"icon": "vee-validate.png",
|
|
6200
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
6201
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
6202
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
6203
|
+
"category": "Libraries",
|
|
6204
|
+
"type": "3rd-party",
|
|
6205
|
+
"maintainers": [
|
|
6206
|
+
{
|
|
6207
|
+
"name": "Abdelrahman Awad",
|
|
6208
|
+
"github": "logaretm"
|
|
6209
|
+
}
|
|
6210
|
+
],
|
|
6211
|
+
"compatibility": {
|
|
6212
|
+
"nuxt": "^3.0.0",
|
|
6213
|
+
"requires": {}
|
|
6214
|
+
}
|
|
6215
|
+
},
|
|
5197
6216
|
{
|
|
5198
6217
|
"name": "vendor",
|
|
5199
6218
|
"description": "directly serve node_modules",
|
|
@@ -5217,16 +6236,89 @@
|
|
|
5217
6236
|
"requires": {}
|
|
5218
6237
|
}
|
|
5219
6238
|
},
|
|
6239
|
+
{
|
|
6240
|
+
"name": "vercel-analytics",
|
|
6241
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
6242
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
6243
|
+
"npm": "nuxt-vercel-analytics",
|
|
6244
|
+
"icon": "",
|
|
6245
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6246
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6247
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
6248
|
+
"category": "Analytics",
|
|
6249
|
+
"type": "3rd-party",
|
|
6250
|
+
"maintainers": [
|
|
6251
|
+
{
|
|
6252
|
+
"name": "Alexander B.",
|
|
6253
|
+
"github": "xanderbarkhatov"
|
|
6254
|
+
}
|
|
6255
|
+
],
|
|
6256
|
+
"compatibility": {
|
|
6257
|
+
"nuxt": "^3.0.0",
|
|
6258
|
+
"requires": {}
|
|
6259
|
+
}
|
|
6260
|
+
},
|
|
6261
|
+
{
|
|
6262
|
+
"name": "vexip-ui",
|
|
6263
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
6264
|
+
"repo": "vexip-ui/nuxt",
|
|
6265
|
+
"npm": "@vexip-ui/nuxt",
|
|
6266
|
+
"icon": "vexip-ui.svg",
|
|
6267
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
6268
|
+
"website": "https://www.vexipui.com/",
|
|
6269
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
6270
|
+
"category": "UI",
|
|
6271
|
+
"type": "3rd-party",
|
|
6272
|
+
"maintainers": [
|
|
6273
|
+
{
|
|
6274
|
+
"name": "未觉雨声",
|
|
6275
|
+
"github": "qmhc",
|
|
6276
|
+
"twitter": "qmhc95"
|
|
6277
|
+
}
|
|
6278
|
+
],
|
|
6279
|
+
"compatibility": {
|
|
6280
|
+
"nuxt": "^3.0.0",
|
|
6281
|
+
"requires": {}
|
|
6282
|
+
}
|
|
6283
|
+
},
|
|
6284
|
+
{
|
|
6285
|
+
"name": "vite-pwa-nuxt",
|
|
6286
|
+
"description": "Zero-config PWA Plugin for Nuxt 3",
|
|
6287
|
+
"repo": "vite-pwa/nuxt",
|
|
6288
|
+
"npm": "@vite-pwa/nuxt",
|
|
6289
|
+
"icon": "vite-pwa-nuxt.svg",
|
|
6290
|
+
"github": "https://github.com/vite-pwa/nuxt",
|
|
6291
|
+
"website": "https://github.com/vite-pwa/nuxt",
|
|
6292
|
+
"learn_more": "https://vite-pwa-org.netlify.app/frameworks/nuxt.html",
|
|
6293
|
+
"category": "Performance",
|
|
6294
|
+
"type": "3rd-party",
|
|
6295
|
+
"maintainers": [
|
|
6296
|
+
{
|
|
6297
|
+
"name": "Joaquín Sánchez",
|
|
6298
|
+
"github": "userquin",
|
|
6299
|
+
"twitter": "userquin"
|
|
6300
|
+
},
|
|
6301
|
+
{
|
|
6302
|
+
"name": "Anthony Fu",
|
|
6303
|
+
"github": "antfu",
|
|
6304
|
+
"twitter": "antfu7"
|
|
6305
|
+
}
|
|
6306
|
+
],
|
|
6307
|
+
"compatibility": {
|
|
6308
|
+
"nuxt": "^3.0.0",
|
|
6309
|
+
"requires": {}
|
|
6310
|
+
}
|
|
6311
|
+
},
|
|
5220
6312
|
{
|
|
5221
6313
|
"name": "vitest",
|
|
5222
6314
|
"description": "Vitest integration with Nuxt",
|
|
5223
|
-
"repo": "danielroe/nuxt-vitest
|
|
6315
|
+
"repo": "danielroe/nuxt-vitest",
|
|
5224
6316
|
"npm": "nuxt-vitest",
|
|
5225
6317
|
"icon": "vitest.svg",
|
|
5226
6318
|
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
5227
6319
|
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
5228
6320
|
"learn_more": "",
|
|
5229
|
-
"category": "
|
|
6321
|
+
"category": "Devtools",
|
|
5230
6322
|
"type": "3rd-party",
|
|
5231
6323
|
"maintainers": [
|
|
5232
6324
|
{
|
|
@@ -5243,15 +6335,45 @@
|
|
|
5243
6335
|
"requires": {}
|
|
5244
6336
|
}
|
|
5245
6337
|
},
|
|
6338
|
+
{
|
|
6339
|
+
"name": "vue-email",
|
|
6340
|
+
"description": "Write email templates with vue",
|
|
6341
|
+
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6342
|
+
"npm": "vue-email",
|
|
6343
|
+
"icon": "vue-email.svg",
|
|
6344
|
+
"github": "https://github.com/Dave136/vue-email",
|
|
6345
|
+
"website": "https://vue-email.vercel.app/",
|
|
6346
|
+
"learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
|
|
6347
|
+
"category": "UI",
|
|
6348
|
+
"type": "3rd-party",
|
|
6349
|
+
"maintainers": [
|
|
6350
|
+
{
|
|
6351
|
+
"name": "David Arenas",
|
|
6352
|
+
"github": "Dave136",
|
|
6353
|
+
"twitter": "davejs4",
|
|
6354
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
6355
|
+
},
|
|
6356
|
+
{
|
|
6357
|
+
"name": "Younes Barrad",
|
|
6358
|
+
"github": "Flowko",
|
|
6359
|
+
"twitter": "imflowko",
|
|
6360
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6361
|
+
}
|
|
6362
|
+
],
|
|
6363
|
+
"compatibility": {
|
|
6364
|
+
"nuxt": "^3.0.0",
|
|
6365
|
+
"requires": {}
|
|
6366
|
+
}
|
|
6367
|
+
},
|
|
5246
6368
|
{
|
|
5247
6369
|
"name": "vue-macros",
|
|
5248
|
-
"description": "Explore
|
|
5249
|
-
"repo": "sxzz/
|
|
6370
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
6371
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5250
6372
|
"npm": "@vue-macros/nuxt",
|
|
5251
6373
|
"icon": "vue-macros.svg",
|
|
5252
|
-
"github": "https://github.com/sxzz/
|
|
6374
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5253
6375
|
"website": "https://vue-macros.sxzz.moe",
|
|
5254
|
-
"learn_more": "https://github.com/sxzz/
|
|
6376
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5255
6377
|
"category": "Extensions",
|
|
5256
6378
|
"type": "3rd-party",
|
|
5257
6379
|
"maintainers": [
|
|
@@ -5334,6 +6456,29 @@
|
|
|
5334
6456
|
"requires": {}
|
|
5335
6457
|
}
|
|
5336
6458
|
},
|
|
6459
|
+
{
|
|
6460
|
+
"name": "vue-query",
|
|
6461
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6462
|
+
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
|
|
6463
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
6464
|
+
"icon": "vue-query.svg",
|
|
6465
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
6466
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
6467
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
6468
|
+
"category": "Request",
|
|
6469
|
+
"type": "3rd-party",
|
|
6470
|
+
"maintainers": [
|
|
6471
|
+
{
|
|
6472
|
+
"name": "Hebilicious",
|
|
6473
|
+
"github": "Hebilicious",
|
|
6474
|
+
"twitter": "its_hebilicious"
|
|
6475
|
+
}
|
|
6476
|
+
],
|
|
6477
|
+
"compatibility": {
|
|
6478
|
+
"nuxt": "^3.0.0",
|
|
6479
|
+
"requires": {}
|
|
6480
|
+
}
|
|
6481
|
+
},
|
|
5337
6482
|
{
|
|
5338
6483
|
"name": "vue-select",
|
|
5339
6484
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -5404,6 +6549,29 @@
|
|
|
5404
6549
|
"requires": {}
|
|
5405
6550
|
}
|
|
5406
6551
|
},
|
|
6552
|
+
{
|
|
6553
|
+
"name": "vue3-carousel-nuxt",
|
|
6554
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
|
|
6555
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6556
|
+
"npm": "vue3-carousel-nuxt",
|
|
6557
|
+
"icon": "",
|
|
6558
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
6559
|
+
"website": "",
|
|
6560
|
+
"learn_more": "",
|
|
6561
|
+
"category": "UI",
|
|
6562
|
+
"type": "3rd-party",
|
|
6563
|
+
"maintainers": [
|
|
6564
|
+
{
|
|
6565
|
+
"name": "Gaetan SENN",
|
|
6566
|
+
"github": "gaetansenn",
|
|
6567
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6568
|
+
}
|
|
6569
|
+
],
|
|
6570
|
+
"compatibility": {
|
|
6571
|
+
"nuxt": "^3.0.0",
|
|
6572
|
+
"requires": {}
|
|
6573
|
+
}
|
|
6574
|
+
},
|
|
5407
6575
|
{
|
|
5408
6576
|
"name": "vuefire",
|
|
5409
6577
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
@@ -5448,6 +6616,28 @@
|
|
|
5448
6616
|
"requires": {}
|
|
5449
6617
|
}
|
|
5450
6618
|
},
|
|
6619
|
+
{
|
|
6620
|
+
"name": "vuetify-nuxt-module",
|
|
6621
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
6622
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
6623
|
+
"npm": "vuetify-nuxt-module",
|
|
6624
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
6625
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6626
|
+
"website": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6627
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
|
|
6628
|
+
"category": "UI",
|
|
6629
|
+
"type": "3rd-party",
|
|
6630
|
+
"maintainers": [
|
|
6631
|
+
{
|
|
6632
|
+
"name": "Joaquín Sánchez",
|
|
6633
|
+
"github": "userquin"
|
|
6634
|
+
}
|
|
6635
|
+
],
|
|
6636
|
+
"compatibility": {
|
|
6637
|
+
"nuxt": "^3.0.0",
|
|
6638
|
+
"requires": {}
|
|
6639
|
+
}
|
|
6640
|
+
},
|
|
5451
6641
|
{
|
|
5452
6642
|
"name": "vuetify",
|
|
5453
6643
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|
|
@@ -5522,6 +6712,29 @@
|
|
|
5522
6712
|
"requires": {}
|
|
5523
6713
|
}
|
|
5524
6714
|
},
|
|
6715
|
+
{
|
|
6716
|
+
"name": "vunix",
|
|
6717
|
+
"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.",
|
|
6718
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6719
|
+
"npm": "@vunix/nuxt",
|
|
6720
|
+
"icon": "",
|
|
6721
|
+
"github": "https://github.com/gaetansenn/vunix",
|
|
6722
|
+
"website": "https://vunix.dewib.com/",
|
|
6723
|
+
"learn_more": "",
|
|
6724
|
+
"category": "UI",
|
|
6725
|
+
"type": "3rd-party",
|
|
6726
|
+
"maintainers": [
|
|
6727
|
+
{
|
|
6728
|
+
"name": "Gaetan SENN",
|
|
6729
|
+
"github": "gaetansenn",
|
|
6730
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6731
|
+
}
|
|
6732
|
+
],
|
|
6733
|
+
"compatibility": {
|
|
6734
|
+
"nuxt": "^3.0.0",
|
|
6735
|
+
"requires": {}
|
|
6736
|
+
}
|
|
6737
|
+
},
|
|
5525
6738
|
{
|
|
5526
6739
|
"name": "web-vitals",
|
|
5527
6740
|
"description": "Web Vitals for Nuxt",
|
|
@@ -5556,29 +6769,6 @@
|
|
|
5556
6769
|
}
|
|
5557
6770
|
}
|
|
5558
6771
|
},
|
|
5559
|
-
{
|
|
5560
|
-
"name": "web3js",
|
|
5561
|
-
"description": "Web3.js module integration for Nuxt.js",
|
|
5562
|
-
"repo": "bl0cknumber/nuxt-web3",
|
|
5563
|
-
"npm": "nuxt-web3",
|
|
5564
|
-
"icon": "web3js.svg",
|
|
5565
|
-
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5566
|
-
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5567
|
-
"learn_more": "https://web3js.readthedocs.io/",
|
|
5568
|
-
"category": "Libraries",
|
|
5569
|
-
"type": "3rd-party",
|
|
5570
|
-
"maintainers": [
|
|
5571
|
-
{
|
|
5572
|
-
"name": "Muhammad Fauzan",
|
|
5573
|
-
"github": "bl0cknumber",
|
|
5574
|
-
"twitter": "fncolon"
|
|
5575
|
-
}
|
|
5576
|
-
],
|
|
5577
|
-
"compatibility": {
|
|
5578
|
-
"nuxt": "^2.0.0",
|
|
5579
|
-
"requires": {}
|
|
5580
|
-
}
|
|
5581
|
-
},
|
|
5582
6772
|
{
|
|
5583
6773
|
"name": "webfontloader",
|
|
5584
6774
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -5693,6 +6883,54 @@
|
|
|
5693
6883
|
"requires": {}
|
|
5694
6884
|
}
|
|
5695
6885
|
},
|
|
6886
|
+
{
|
|
6887
|
+
"name": "well-known",
|
|
6888
|
+
"description": "A Nuxt.js module to add well-known URIs using middlewares",
|
|
6889
|
+
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6890
|
+
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6891
|
+
"icon": "well-known.svg",
|
|
6892
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-well-known",
|
|
6893
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
|
|
6894
|
+
"learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
|
|
6895
|
+
"category": "SEO",
|
|
6896
|
+
"type": "3rd-party",
|
|
6897
|
+
"maintainers": [
|
|
6898
|
+
{
|
|
6899
|
+
"name": "Zadig&Voltaire Team",
|
|
6900
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
6901
|
+
}
|
|
6902
|
+
],
|
|
6903
|
+
"compatibility": {
|
|
6904
|
+
"nuxt": "^3.0.0",
|
|
6905
|
+
"requires": {}
|
|
6906
|
+
}
|
|
6907
|
+
},
|
|
6908
|
+
{
|
|
6909
|
+
"name": "wideangle",
|
|
6910
|
+
"description": "Nuxt 3 module to integrate Wide Angle Analytics",
|
|
6911
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
6912
|
+
"npm": "wideangle-nuxt",
|
|
6913
|
+
"icon": "wideangle.png",
|
|
6914
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
6915
|
+
"website": "https://wideangle.co",
|
|
6916
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
6917
|
+
"category": "Analytics",
|
|
6918
|
+
"type": "3rd-party",
|
|
6919
|
+
"maintainers": [
|
|
6920
|
+
{
|
|
6921
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
6922
|
+
"github": "inputobjects"
|
|
6923
|
+
},
|
|
6924
|
+
{
|
|
6925
|
+
"name": "Jarek Rozanski",
|
|
6926
|
+
"github": "jrozanski"
|
|
6927
|
+
}
|
|
6928
|
+
],
|
|
6929
|
+
"compatibility": {
|
|
6930
|
+
"nuxt": "^3.0.0",
|
|
6931
|
+
"requires": {}
|
|
6932
|
+
}
|
|
6933
|
+
},
|
|
5696
6934
|
{
|
|
5697
6935
|
"name": "windicss",
|
|
5698
6936
|
"description": "Next generation utility-first CSS framework.",
|
|
@@ -5836,6 +7074,29 @@
|
|
|
5836
7074
|
"requires": {}
|
|
5837
7075
|
}
|
|
5838
7076
|
},
|
|
7077
|
+
{
|
|
7078
|
+
"name": "yandex-metrika-next",
|
|
7079
|
+
"description": "Yandex Metrika integration for Nuxt",
|
|
7080
|
+
"repo": "artmizu/yandex-metrika-nuxt",
|
|
7081
|
+
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
7082
|
+
"icon": "yandex-metrika.svg",
|
|
7083
|
+
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
7084
|
+
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
7085
|
+
"learn_more": "",
|
|
7086
|
+
"category": "Analytics",
|
|
7087
|
+
"type": "3rd-party",
|
|
7088
|
+
"maintainers": [
|
|
7089
|
+
{
|
|
7090
|
+
"name": "Aleksandr Saburov",
|
|
7091
|
+
"github": "artmizu",
|
|
7092
|
+
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
7093
|
+
}
|
|
7094
|
+
],
|
|
7095
|
+
"compatibility": {
|
|
7096
|
+
"nuxt": "^3.0.0",
|
|
7097
|
+
"requires": {}
|
|
7098
|
+
}
|
|
7099
|
+
},
|
|
5839
7100
|
{
|
|
5840
7101
|
"name": "yandex-metrika",
|
|
5841
7102
|
"description": "Yandex metrika Module for Nuxt.js",
|