@nuxt/modules 0.6.0-9e1b10 → 0.6.0-a0c475
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 +1483 -100
- 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": "",
|
|
@@ -762,6 +927,52 @@
|
|
|
762
927
|
"requires": {}
|
|
763
928
|
}
|
|
764
929
|
},
|
|
930
|
+
{
|
|
931
|
+
"name": "cookie-control",
|
|
932
|
+
"description": "A highly configurable cookie banner for Nuxt.",
|
|
933
|
+
"repo": "dargmuesli/nuxt-cookie-control",
|
|
934
|
+
"npm": "@dargmuesli/nuxt-cookie-control",
|
|
935
|
+
"icon": "cookie-control.png",
|
|
936
|
+
"github": "https://github.com/dargmuesli/nuxt-cookie-control",
|
|
937
|
+
"website": "https://github.com/dargmuesli/nuxt-cookie-control",
|
|
938
|
+
"learn_more": "",
|
|
939
|
+
"category": "Extensions",
|
|
940
|
+
"type": "3rd-party",
|
|
941
|
+
"maintainers": [
|
|
942
|
+
{
|
|
943
|
+
"name": "dargmuesli",
|
|
944
|
+
"github": "dargmuesli",
|
|
945
|
+
"avatar": "https://avatars.githubusercontent.com/dargmuesli"
|
|
946
|
+
}
|
|
947
|
+
],
|
|
948
|
+
"compatibility": {
|
|
949
|
+
"nuxt": "^3.0.0",
|
|
950
|
+
"requires": {}
|
|
951
|
+
}
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
"name": "csurf",
|
|
955
|
+
"description": "Cross-Site Request Forgery (CSRF) Prevention for Nuxt",
|
|
956
|
+
"repo": "morgbn/nuxt-csurf",
|
|
957
|
+
"npm": "nuxt-csurf",
|
|
958
|
+
"icon": "csurf.svg",
|
|
959
|
+
"github": "https://github.com/morgbn/nuxt-csurf",
|
|
960
|
+
"website": "https://github.com/morgbn/nuxt-csurf",
|
|
961
|
+
"learn_more": "https://github.com/Morgbn/nuxt-csurf#readme",
|
|
962
|
+
"category": "Security",
|
|
963
|
+
"type": "3rd-party",
|
|
964
|
+
"maintainers": [
|
|
965
|
+
{
|
|
966
|
+
"name": "morgbn",
|
|
967
|
+
"github": "morgbn",
|
|
968
|
+
"avatar": "https://avatars.githubusercontent.com/u/25689856?v=4"
|
|
969
|
+
}
|
|
970
|
+
],
|
|
971
|
+
"compatibility": {
|
|
972
|
+
"nuxt": "^3.0.0",
|
|
973
|
+
"requires": {}
|
|
974
|
+
}
|
|
975
|
+
},
|
|
765
976
|
{
|
|
766
977
|
"name": "custom-elements",
|
|
767
978
|
"description": "Publish your Components as a vue-custom-element standalone build.",
|
|
@@ -833,11 +1044,11 @@
|
|
|
833
1044
|
}
|
|
834
1045
|
},
|
|
835
1046
|
{
|
|
836
|
-
"name": "datocms",
|
|
837
|
-
"description": "DatoCMS integration for Nuxt.js",
|
|
1047
|
+
"name": "datocms-nuxt2",
|
|
1048
|
+
"description": "DatoCMS integration for Nuxt.js v2",
|
|
838
1049
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
839
1050
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
840
|
-
"icon": "datocms.
|
|
1051
|
+
"icon": "datocms.svg",
|
|
841
1052
|
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
842
1053
|
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
843
1054
|
"learn_more": "https://www.datocms.com/",
|
|
@@ -854,26 +1065,50 @@
|
|
|
854
1065
|
"requires": {}
|
|
855
1066
|
}
|
|
856
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
|
+
},
|
|
857
1092
|
{
|
|
858
1093
|
"name": "dayjs",
|
|
859
|
-
"description": "
|
|
860
|
-
"repo": "
|
|
861
|
-
"npm": "
|
|
1094
|
+
"description": "Day.js module for Nuxt",
|
|
1095
|
+
"repo": "fumeapp/dayjs",
|
|
1096
|
+
"npm": "dayjs-nuxt",
|
|
862
1097
|
"icon": "day-js.png",
|
|
863
|
-
"github": "https://github.com/
|
|
864
|
-
"website": "https://github.com/
|
|
1098
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1099
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
865
1100
|
"learn_more": "https://day.js.org/",
|
|
866
|
-
"category": "
|
|
867
|
-
"type": "
|
|
1101
|
+
"category": "Libraries",
|
|
1102
|
+
"type": "3rd-party",
|
|
868
1103
|
"maintainers": [
|
|
869
1104
|
{
|
|
870
|
-
"name": "
|
|
871
|
-
"github": "
|
|
872
|
-
"twitter": "
|
|
1105
|
+
"name": "Kevin Olson",
|
|
1106
|
+
"github": "acidjazz",
|
|
1107
|
+
"twitter": "AppFume"
|
|
873
1108
|
}
|
|
874
1109
|
],
|
|
875
1110
|
"compatibility": {
|
|
876
|
-
"nuxt": "^
|
|
1111
|
+
"nuxt": "^3.0.0",
|
|
877
1112
|
"requires": {}
|
|
878
1113
|
}
|
|
879
1114
|
},
|
|
@@ -922,6 +1157,29 @@
|
|
|
922
1157
|
"requires": {}
|
|
923
1158
|
}
|
|
924
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
|
+
},
|
|
925
1183
|
{
|
|
926
1184
|
"name": "directus",
|
|
927
1185
|
"description": "Easily connect your Nuxt3 application to your directus server.",
|
|
@@ -947,6 +1205,28 @@
|
|
|
947
1205
|
}
|
|
948
1206
|
}
|
|
949
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
|
+
},
|
|
950
1230
|
{
|
|
951
1231
|
"name": "dotenv",
|
|
952
1232
|
"description": "A Nuxt.js module that loads your .env file into your context options",
|
|
@@ -1024,6 +1304,28 @@
|
|
|
1024
1304
|
"requires": {}
|
|
1025
1305
|
}
|
|
1026
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
|
+
},
|
|
1027
1329
|
{
|
|
1028
1330
|
"name": "element-plus",
|
|
1029
1331
|
"description": "A Vue 3 based component library for designers and developers",
|
|
@@ -1051,11 +1353,11 @@
|
|
|
1051
1353
|
{
|
|
1052
1354
|
"name": "emotion",
|
|
1053
1355
|
"description": "The Next Generation of CSS-in-JS for Nuxt.js",
|
|
1054
|
-
"repo": "nuxt-
|
|
1356
|
+
"repo": "nuxt-modules/emotion",
|
|
1055
1357
|
"npm": "@nuxtjs/emotion",
|
|
1056
1358
|
"icon": "emotion.png",
|
|
1057
|
-
"github": "https://github.com/nuxt-
|
|
1058
|
-
"website": "https://github.com/nuxt-
|
|
1359
|
+
"github": "https://github.com/nuxt-modules/emotion",
|
|
1360
|
+
"website": "https://github.com/nuxt-modules/emotion",
|
|
1059
1361
|
"learn_more": "https://emotion.sh/",
|
|
1060
1362
|
"category": "Extensions",
|
|
1061
1363
|
"type": "community",
|
|
@@ -1064,10 +1366,15 @@
|
|
|
1064
1366
|
"name": "Pooya Parsa",
|
|
1065
1367
|
"github": "pi0",
|
|
1066
1368
|
"twitter": "_pi0_"
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
"name": "Jonathan Bakebwa",
|
|
1372
|
+
"github": "codebender828",
|
|
1373
|
+
"twitter": "codebender828"
|
|
1067
1374
|
}
|
|
1068
1375
|
],
|
|
1069
1376
|
"compatibility": {
|
|
1070
|
-
"nuxt": "^2.0.0",
|
|
1377
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1071
1378
|
"requires": {}
|
|
1072
1379
|
}
|
|
1073
1380
|
},
|
|
@@ -1089,7 +1396,7 @@
|
|
|
1089
1396
|
}
|
|
1090
1397
|
],
|
|
1091
1398
|
"compatibility": {
|
|
1092
|
-
"nuxt": "^2.0.0",
|
|
1399
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1093
1400
|
"requires": {}
|
|
1094
1401
|
}
|
|
1095
1402
|
},
|
|
@@ -1315,6 +1622,29 @@
|
|
|
1315
1622
|
"requires": {}
|
|
1316
1623
|
}
|
|
1317
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
|
+
},
|
|
1318
1648
|
{
|
|
1319
1649
|
"name": "formkit",
|
|
1320
1650
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1594,6 +1924,30 @@
|
|
|
1594
1924
|
"requires": {}
|
|
1595
1925
|
}
|
|
1596
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
|
+
},
|
|
1597
1951
|
{
|
|
1598
1952
|
"name": "gtm",
|
|
1599
1953
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
@@ -1639,6 +1993,28 @@
|
|
|
1639
1993
|
"requires": {}
|
|
1640
1994
|
}
|
|
1641
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
|
+
},
|
|
1642
2018
|
{
|
|
1643
2019
|
"name": "harlem",
|
|
1644
2020
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -1897,6 +2273,28 @@
|
|
|
1897
2273
|
"requires": {}
|
|
1898
2274
|
}
|
|
1899
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
|
+
},
|
|
1900
2298
|
{
|
|
1901
2299
|
"name": "icon",
|
|
1902
2300
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2023,12 +2421,12 @@
|
|
|
2023
2421
|
{
|
|
2024
2422
|
"name": "inkline",
|
|
2025
2423
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2026
|
-
"repo": "inkline/
|
|
2027
|
-
"npm": "@inkline/
|
|
2424
|
+
"repo": "inkline/plugin",
|
|
2425
|
+
"npm": "@inkline/plugin",
|
|
2028
2426
|
"icon": "inkline.svg",
|
|
2029
|
-
"github": "https://github.com/inkline/
|
|
2427
|
+
"github": "https://github.com/inkline/plugin",
|
|
2030
2428
|
"website": "https://inkline.io",
|
|
2031
|
-
"learn_more": "https://inkline.io/docs/
|
|
2429
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2032
2430
|
"category": "UI",
|
|
2033
2431
|
"type": "3rd-party",
|
|
2034
2432
|
"maintainers": [
|
|
@@ -2248,7 +2646,7 @@
|
|
|
2248
2646
|
},
|
|
2249
2647
|
{
|
|
2250
2648
|
"name": "link-checker",
|
|
2251
|
-
"description": "",
|
|
2649
|
+
"description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
|
|
2252
2650
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2253
2651
|
"npm": "nuxt-link-checker",
|
|
2254
2652
|
"icon": "",
|
|
@@ -2479,11 +2877,36 @@
|
|
|
2479
2877
|
}
|
|
2480
2878
|
},
|
|
2481
2879
|
{
|
|
2482
|
-
"name": "
|
|
2483
|
-
"description": "
|
|
2484
|
-
"repo": "
|
|
2485
|
-
"npm": "nuxt-
|
|
2486
|
-
"icon": "
|
|
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
|
+
},
|
|
2904
|
+
{
|
|
2905
|
+
"name": "meilisearch",
|
|
2906
|
+
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
2907
|
+
"repo": "xlanex6/nuxt-meilisearch",
|
|
2908
|
+
"npm": "nuxt-meilisearch",
|
|
2909
|
+
"icon": "meilisearch.svg",
|
|
2487
2910
|
"github": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2488
2911
|
"website": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2489
2912
|
"learn_more": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
@@ -2547,6 +2970,29 @@
|
|
|
2547
2970
|
"requires": {}
|
|
2548
2971
|
}
|
|
2549
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
|
+
},
|
|
2550
2996
|
{
|
|
2551
2997
|
"name": "moment",
|
|
2552
2998
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
@@ -2735,6 +3181,50 @@
|
|
|
2735
3181
|
"requires": {}
|
|
2736
3182
|
}
|
|
2737
3183
|
},
|
|
3184
|
+
{
|
|
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
|
+
},
|
|
2738
3228
|
{
|
|
2739
3229
|
"name": "nuxt-auth",
|
|
2740
3230
|
"description": "",
|
|
@@ -2757,6 +3247,28 @@
|
|
|
2757
3247
|
"requires": {}
|
|
2758
3248
|
}
|
|
2759
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
|
+
},
|
|
2760
3272
|
{
|
|
2761
3273
|
"name": "nuxt-graphql-middleware",
|
|
2762
3274
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -2808,6 +3320,28 @@
|
|
|
2808
3320
|
"requires": {}
|
|
2809
3321
|
}
|
|
2810
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
|
+
},
|
|
2811
3345
|
{
|
|
2812
3346
|
"name": "nuxt-hue",
|
|
2813
3347
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -2855,6 +3389,51 @@
|
|
|
2855
3389
|
"requires": {}
|
|
2856
3390
|
}
|
|
2857
3391
|
},
|
|
3392
|
+
{
|
|
3393
|
+
"name": "nuxt-loco",
|
|
3394
|
+
"description": "A localise.biz module to synth locale with Nuxt.js",
|
|
3395
|
+
"repo": "gaetansenn/nuxt-loco",
|
|
3396
|
+
"npm": "nuxt-loco",
|
|
3397
|
+
"icon": "",
|
|
3398
|
+
"github": "https://github.com/gaetansenn/nuxt-loco",
|
|
3399
|
+
"website": "https://nuxt-loco.dewib.com/",
|
|
3400
|
+
"learn_more": "",
|
|
3401
|
+
"category": "Libraries",
|
|
3402
|
+
"type": "3rd-party",
|
|
3403
|
+
"maintainers": [
|
|
3404
|
+
{
|
|
3405
|
+
"name": "Gaetan SENN",
|
|
3406
|
+
"github": "gaetansenn",
|
|
3407
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
3408
|
+
}
|
|
3409
|
+
],
|
|
3410
|
+
"compatibility": {
|
|
3411
|
+
"nuxt": "^3.0.0",
|
|
3412
|
+
"requires": {}
|
|
3413
|
+
}
|
|
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
|
+
},
|
|
2858
3437
|
{
|
|
2859
3438
|
"name": "nuxt-monaco-editor",
|
|
2860
3439
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -2877,6 +3456,73 @@
|
|
|
2877
3456
|
"requires": {}
|
|
2878
3457
|
}
|
|
2879
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
|
+
},
|
|
2880
3526
|
{
|
|
2881
3527
|
"name": "nuxt-pino-log",
|
|
2882
3528
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -2921,6 +3567,32 @@
|
|
|
2921
3567
|
"requires": {}
|
|
2922
3568
|
}
|
|
2923
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.0.0",
|
|
3593
|
+
"requires": {}
|
|
3594
|
+
}
|
|
3595
|
+
},
|
|
2924
3596
|
{
|
|
2925
3597
|
"name": "nuxt-png-to-ico",
|
|
2926
3598
|
"description": "Nuxt.js module for auto generating favicons",
|
|
@@ -3133,12 +3805,12 @@
|
|
|
3133
3805
|
{
|
|
3134
3806
|
"name": "nuxt-vue3-google-signin",
|
|
3135
3807
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3136
|
-
"repo": "
|
|
3808
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3137
3809
|
"npm": "nuxt-vue3-google-signin",
|
|
3138
3810
|
"icon": "vue3-google-signin.svg",
|
|
3139
|
-
"github": "https://github.com/
|
|
3140
|
-
"website": "https://vue3-google-signin.
|
|
3141
|
-
"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",
|
|
3142
3814
|
"category": "Libraries",
|
|
3143
3815
|
"type": "3rd-party",
|
|
3144
3816
|
"maintainers": [
|
|
@@ -3152,6 +3824,28 @@
|
|
|
3152
3824
|
"requires": {}
|
|
3153
3825
|
}
|
|
3154
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
|
+
},
|
|
3155
3849
|
{
|
|
3156
3850
|
"name": "nuxt7",
|
|
3157
3851
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
@@ -3175,6 +3869,29 @@
|
|
|
3175
3869
|
"requires": {}
|
|
3176
3870
|
}
|
|
3177
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
|
+
},
|
|
3178
3895
|
{
|
|
3179
3896
|
"name": "og-image",
|
|
3180
3897
|
"description": "Easily generate dynamic social share images.",
|
|
@@ -3314,6 +4031,30 @@
|
|
|
3314
4031
|
}
|
|
3315
4032
|
}
|
|
3316
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
|
+
},
|
|
3317
4058
|
{
|
|
3318
4059
|
"name": "persian-datepicker",
|
|
3319
4060
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3388,11 +4129,11 @@
|
|
|
3388
4129
|
{
|
|
3389
4130
|
"name": "pinia",
|
|
3390
4131
|
"description": "The Vue Store that you will enjoy using",
|
|
3391
|
-
"repo": "
|
|
4132
|
+
"repo": "vuejs/pinia#v2/packages/nuxt",
|
|
3392
4133
|
"npm": "@pinia/nuxt",
|
|
3393
4134
|
"icon": "pinia.svg",
|
|
3394
|
-
"github": "https://github.com/
|
|
3395
|
-
"website": "https://pinia.
|
|
4135
|
+
"github": "https://github.com/vuejs/pinia/tree/v2/packages/nuxt",
|
|
4136
|
+
"website": "https://pinia.vuejs.org/",
|
|
3396
4137
|
"learn_more": "",
|
|
3397
4138
|
"category": "Extensions",
|
|
3398
4139
|
"type": "3rd-party",
|
|
@@ -3476,6 +4217,28 @@
|
|
|
3476
4217
|
"requires": {}
|
|
3477
4218
|
}
|
|
3478
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
|
+
},
|
|
3479
4242
|
{
|
|
3480
4243
|
"name": "protected-mailto",
|
|
3481
4244
|
"description": "Nuxt component to generate encoded mailto links",
|
|
@@ -3613,6 +4376,50 @@
|
|
|
3613
4376
|
"requires": {}
|
|
3614
4377
|
}
|
|
3615
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
|
+
},
|
|
3616
4423
|
{
|
|
3617
4424
|
"name": "recaptcha",
|
|
3618
4425
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
@@ -3913,7 +4720,7 @@
|
|
|
3913
4720
|
{
|
|
3914
4721
|
"name": "seo-kit",
|
|
3915
4722
|
"description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
|
|
3916
|
-
"repo": "harlan-zw/nuxt-seo-kit",
|
|
4723
|
+
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
3917
4724
|
"npm": "nuxt-seo-kit",
|
|
3918
4725
|
"icon": "seo-kit.svg",
|
|
3919
4726
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
@@ -4001,15 +4808,38 @@
|
|
|
4001
4808
|
}
|
|
4002
4809
|
},
|
|
4003
4810
|
{
|
|
4004
|
-
"name": "
|
|
4005
|
-
"description": "
|
|
4006
|
-
"repo": "
|
|
4007
|
-
"npm": "@
|
|
4008
|
-
"icon": "
|
|
4009
|
-
"github": "https://github.com/
|
|
4010
|
-
"website": "https://github.com/
|
|
4011
|
-
"learn_more": "https://github.com/
|
|
4012
|
-
"category": "
|
|
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
|
+
},
|
|
4833
|
+
{
|
|
4834
|
+
"name": "session",
|
|
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",
|
|
4836
|
+
"repo": "sidebase/nuxt-session",
|
|
4837
|
+
"npm": "@sidebase/nuxt-session",
|
|
4838
|
+
"icon": "session.png",
|
|
4839
|
+
"github": "https://github.com/sidebase/nuxt-session",
|
|
4840
|
+
"website": "https://github.com/sidebase/nuxt-session",
|
|
4841
|
+
"learn_more": "https://github.com/sidebase",
|
|
4842
|
+
"category": "Security",
|
|
4013
4843
|
"type": "3rd-party",
|
|
4014
4844
|
"maintainers": [
|
|
4015
4845
|
{
|
|
@@ -4161,26 +4991,48 @@
|
|
|
4161
4991
|
"requires": {}
|
|
4162
4992
|
}
|
|
4163
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
|
+
},
|
|
4164
5016
|
{
|
|
4165
5017
|
"name": "snipcart",
|
|
4166
5018
|
"description": "Snipcart integration module for Nuxt.js",
|
|
4167
|
-
"repo": "nuxt-
|
|
5019
|
+
"repo": "nuxt-modules/snipcart",
|
|
4168
5020
|
"npm": "@nuxtjs/snipcart",
|
|
4169
5021
|
"icon": "snipcart.png",
|
|
4170
|
-
"github": "https://github.com/nuxt-
|
|
4171
|
-
"website": "https://github.com/nuxt-
|
|
4172
|
-
"learn_more": "",
|
|
4173
|
-
"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",
|
|
4174
5026
|
"type": "community",
|
|
4175
5027
|
"maintainers": [
|
|
4176
5028
|
{
|
|
4177
5029
|
"name": "Florent GIRAUD",
|
|
4178
|
-
"github": "
|
|
4179
|
-
"twitter": "
|
|
5030
|
+
"github": "flozero",
|
|
5031
|
+
"twitter": "flozeroo"
|
|
4180
5032
|
}
|
|
4181
5033
|
],
|
|
4182
5034
|
"compatibility": {
|
|
4183
|
-
"nuxt": "^2.0.0",
|
|
5035
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4184
5036
|
"requires": {}
|
|
4185
5037
|
}
|
|
4186
5038
|
},
|
|
@@ -4454,6 +5306,32 @@
|
|
|
4454
5306
|
}
|
|
4455
5307
|
}
|
|
4456
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
|
+
},
|
|
4457
5335
|
{
|
|
4458
5336
|
"name": "stripe",
|
|
4459
5337
|
"description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
|
|
@@ -4517,7 +5395,7 @@
|
|
|
4517
5395
|
}
|
|
4518
5396
|
],
|
|
4519
5397
|
"compatibility": {
|
|
4520
|
-
"nuxt": "^2.0.0",
|
|
5398
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4521
5399
|
"requires": {}
|
|
4522
5400
|
}
|
|
4523
5401
|
},
|
|
@@ -4688,6 +5566,29 @@
|
|
|
4688
5566
|
"requires": {}
|
|
4689
5567
|
}
|
|
4690
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
|
+
},
|
|
4691
5592
|
{
|
|
4692
5593
|
"name": "tailwindcss",
|
|
4693
5594
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
@@ -4734,6 +5635,28 @@
|
|
|
4734
5635
|
"requires": {}
|
|
4735
5636
|
}
|
|
4736
5637
|
},
|
|
5638
|
+
{
|
|
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
|
+
},
|
|
4737
5660
|
{
|
|
4738
5661
|
"name": "toast",
|
|
4739
5662
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
|
|
@@ -4757,6 +5680,39 @@
|
|
|
4757
5680
|
"requires": {}
|
|
4758
5681
|
}
|
|
4759
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
|
+
},
|
|
4760
5716
|
{
|
|
4761
5717
|
"name": "turnstile",
|
|
4762
5718
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -4806,6 +5762,28 @@
|
|
|
4806
5762
|
}
|
|
4807
5763
|
}
|
|
4808
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
|
+
},
|
|
4809
5787
|
{
|
|
4810
5788
|
"name": "twicpics",
|
|
4811
5789
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -4977,11 +5955,11 @@
|
|
|
4977
5955
|
{
|
|
4978
5956
|
"name": "unhead",
|
|
4979
5957
|
"description": "Experimental features for Nuxt SEO / head management.",
|
|
4980
|
-
"repo": "harlan-zw/nuxt-
|
|
4981
|
-
"npm": "nuxt-
|
|
5958
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5959
|
+
"npm": "nuxt-seo-experiments",
|
|
4982
5960
|
"icon": "",
|
|
4983
|
-
"github": "https://github.com/harlan-zw/nuxt-
|
|
4984
|
-
"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",
|
|
4985
5963
|
"learn_more": "",
|
|
4986
5964
|
"category": "SEO",
|
|
4987
5965
|
"type": "3rd-party",
|
|
@@ -5024,6 +6002,28 @@
|
|
|
5024
6002
|
"requires": {}
|
|
5025
6003
|
}
|
|
5026
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
|
+
},
|
|
5027
6027
|
{
|
|
5028
6028
|
"name": "unlighthouse",
|
|
5029
6029
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5076,6 +6076,29 @@
|
|
|
5076
6076
|
}
|
|
5077
6077
|
}
|
|
5078
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
|
+
},
|
|
5079
6102
|
{
|
|
5080
6103
|
"name": "user-agent",
|
|
5081
6104
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -5120,6 +6143,76 @@
|
|
|
5120
6143
|
"requires": {}
|
|
5121
6144
|
}
|
|
5122
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
|
+
},
|
|
5123
6216
|
{
|
|
5124
6217
|
"name": "vendor",
|
|
5125
6218
|
"description": "directly serve node_modules",
|
|
@@ -5143,15 +6236,144 @@
|
|
|
5143
6236
|
"requires": {}
|
|
5144
6237
|
}
|
|
5145
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
|
+
},
|
|
6312
|
+
{
|
|
6313
|
+
"name": "vitest",
|
|
6314
|
+
"description": "Vitest integration with Nuxt",
|
|
6315
|
+
"repo": "danielroe/nuxt-vitest",
|
|
6316
|
+
"npm": "nuxt-vitest",
|
|
6317
|
+
"icon": "vitest.svg",
|
|
6318
|
+
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
6319
|
+
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
6320
|
+
"learn_more": "",
|
|
6321
|
+
"category": "Devtools",
|
|
6322
|
+
"type": "3rd-party",
|
|
6323
|
+
"maintainers": [
|
|
6324
|
+
{
|
|
6325
|
+
"name": "Daniel Roe",
|
|
6326
|
+
"github": "danielroe"
|
|
6327
|
+
},
|
|
6328
|
+
{
|
|
6329
|
+
"name": "Anthony Fu",
|
|
6330
|
+
"github": "antfu"
|
|
6331
|
+
}
|
|
6332
|
+
],
|
|
6333
|
+
"compatibility": {
|
|
6334
|
+
"nuxt": "^3.0.0",
|
|
6335
|
+
"requires": {}
|
|
6336
|
+
}
|
|
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
|
+
},
|
|
5146
6368
|
{
|
|
5147
6369
|
"name": "vue-macros",
|
|
5148
|
-
"description": "Explore
|
|
5149
|
-
"repo": "sxzz/
|
|
6370
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
6371
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5150
6372
|
"npm": "@vue-macros/nuxt",
|
|
5151
6373
|
"icon": "vue-macros.svg",
|
|
5152
|
-
"github": "https://github.com/sxzz/
|
|
6374
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5153
6375
|
"website": "https://vue-macros.sxzz.moe",
|
|
5154
|
-
"learn_more": "https://github.com/sxzz/
|
|
6376
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5155
6377
|
"category": "Extensions",
|
|
5156
6378
|
"type": "3rd-party",
|
|
5157
6379
|
"maintainers": [
|
|
@@ -5234,6 +6456,29 @@
|
|
|
5234
6456
|
"requires": {}
|
|
5235
6457
|
}
|
|
5236
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
|
+
},
|
|
5237
6482
|
{
|
|
5238
6483
|
"name": "vue-select",
|
|
5239
6484
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -5304,6 +6549,51 @@
|
|
|
5304
6549
|
"requires": {}
|
|
5305
6550
|
}
|
|
5306
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
|
+
},
|
|
6575
|
+
{
|
|
6576
|
+
"name": "vuefire",
|
|
6577
|
+
"description": "Idiomatic composables for the Firebase SDK",
|
|
6578
|
+
"repo": "vuejs/vuefire/packages/nuxt",
|
|
6579
|
+
"npm": "nuxt-vuefire",
|
|
6580
|
+
"icon": "vuefire.svg",
|
|
6581
|
+
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
6582
|
+
"website": "https://vuefire.vuejs.org/",
|
|
6583
|
+
"learn_more": "",
|
|
6584
|
+
"category": "Database",
|
|
6585
|
+
"type": "3rd-party",
|
|
6586
|
+
"maintainers": [
|
|
6587
|
+
{
|
|
6588
|
+
"name": "posva",
|
|
6589
|
+
"github": "posva"
|
|
6590
|
+
}
|
|
6591
|
+
],
|
|
6592
|
+
"compatibility": {
|
|
6593
|
+
"nuxt": "^3.0.0",
|
|
6594
|
+
"requires": {}
|
|
6595
|
+
}
|
|
6596
|
+
},
|
|
5307
6597
|
{
|
|
5308
6598
|
"name": "vuestic",
|
|
5309
6599
|
"description": "Vuestic UI module for Nuxt 3",
|
|
@@ -5326,6 +6616,28 @@
|
|
|
5326
6616
|
"requires": {}
|
|
5327
6617
|
}
|
|
5328
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
|
+
},
|
|
5329
6641
|
{
|
|
5330
6642
|
"name": "vuetify",
|
|
5331
6643
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|
|
@@ -5400,6 +6712,29 @@
|
|
|
5400
6712
|
"requires": {}
|
|
5401
6713
|
}
|
|
5402
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
|
+
},
|
|
5403
6738
|
{
|
|
5404
6739
|
"name": "web-vitals",
|
|
5405
6740
|
"description": "Web Vitals for Nuxt",
|
|
@@ -5434,29 +6769,6 @@
|
|
|
5434
6769
|
}
|
|
5435
6770
|
}
|
|
5436
6771
|
},
|
|
5437
|
-
{
|
|
5438
|
-
"name": "web3js",
|
|
5439
|
-
"description": "Web3.js module integration for Nuxt.js",
|
|
5440
|
-
"repo": "bl0cknumber/nuxt-web3",
|
|
5441
|
-
"npm": "nuxt-web3",
|
|
5442
|
-
"icon": "web3js.svg",
|
|
5443
|
-
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5444
|
-
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5445
|
-
"learn_more": "https://web3js.readthedocs.io/",
|
|
5446
|
-
"category": "Libraries",
|
|
5447
|
-
"type": "3rd-party",
|
|
5448
|
-
"maintainers": [
|
|
5449
|
-
{
|
|
5450
|
-
"name": "Muhammad Fauzan",
|
|
5451
|
-
"github": "bl0cknumber",
|
|
5452
|
-
"twitter": "fncolon"
|
|
5453
|
-
}
|
|
5454
|
-
],
|
|
5455
|
-
"compatibility": {
|
|
5456
|
-
"nuxt": "^2.0.0",
|
|
5457
|
-
"requires": {}
|
|
5458
|
-
}
|
|
5459
|
-
},
|
|
5460
6772
|
{
|
|
5461
6773
|
"name": "webfontloader",
|
|
5462
6774
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -5571,6 +6883,54 @@
|
|
|
5571
6883
|
"requires": {}
|
|
5572
6884
|
}
|
|
5573
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
|
+
},
|
|
5574
6934
|
{
|
|
5575
6935
|
"name": "windicss",
|
|
5576
6936
|
"description": "Next generation utility-first CSS framework.",
|
|
@@ -5714,6 +7074,29 @@
|
|
|
5714
7074
|
"requires": {}
|
|
5715
7075
|
}
|
|
5716
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
|
+
},
|
|
5717
7100
|
{
|
|
5718
7101
|
"name": "yandex-metrika",
|
|
5719
7102
|
"description": "Yandex metrika Module for Nuxt.js",
|