@nuxt/modules 0.6.0-e5823c → 0.6.0-e618b0
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 +1427 -98
- 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,30 @@
|
|
|
258
282
|
}
|
|
259
283
|
],
|
|
260
284
|
"compatibility": {
|
|
261
|
-
"nuxt": "^
|
|
285
|
+
"nuxt": "^3.0.0",
|
|
286
|
+
"requires": {}
|
|
287
|
+
}
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"name": "ark-ui",
|
|
291
|
+
"description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
|
|
292
|
+
"repo": "iamdin/nuxt-ark-ui",
|
|
293
|
+
"npm": "nuxt-ark-ui",
|
|
294
|
+
"icon": "ark-ui.svg",
|
|
295
|
+
"github": "https://github.com/iamdin/nuxt-ark-ui",
|
|
296
|
+
"website": "https://ark-ui.com/",
|
|
297
|
+
"learn_more": "https://github.com/iamdin/nuxt-ark-ui",
|
|
298
|
+
"category": "UI",
|
|
299
|
+
"type": "3rd-party",
|
|
300
|
+
"maintainers": [
|
|
301
|
+
{
|
|
302
|
+
"name": "Din",
|
|
303
|
+
"github": "iamdin",
|
|
304
|
+
"twitter": "iamdinq"
|
|
305
|
+
}
|
|
306
|
+
],
|
|
307
|
+
"compatibility": {
|
|
308
|
+
"nuxt": "^3.0.0",
|
|
262
309
|
"requires": {}
|
|
263
310
|
}
|
|
264
311
|
},
|
|
@@ -289,6 +336,29 @@
|
|
|
289
336
|
"requires": {}
|
|
290
337
|
}
|
|
291
338
|
},
|
|
339
|
+
{
|
|
340
|
+
"name": "authjs",
|
|
341
|
+
"description": "Auth.js authentication Nuxt module. Edge compatible.",
|
|
342
|
+
"repo": "Hebilicious/authjs-nuxt#main",
|
|
343
|
+
"npm": "@hebilicious/authjs-nuxt",
|
|
344
|
+
"icon": "authjs.png",
|
|
345
|
+
"github": "https://github.com/Hebilicious/authjs-nuxt",
|
|
346
|
+
"website": "https://authjs-nuxt.pages.dev/",
|
|
347
|
+
"learn_more": "https://authjs.dev/",
|
|
348
|
+
"category": "Security",
|
|
349
|
+
"type": "3rd-party",
|
|
350
|
+
"maintainers": [
|
|
351
|
+
{
|
|
352
|
+
"name": "Hebilicious",
|
|
353
|
+
"github": "Hebilicious",
|
|
354
|
+
"twitter": "its_hebilicious"
|
|
355
|
+
}
|
|
356
|
+
],
|
|
357
|
+
"compatibility": {
|
|
358
|
+
"nuxt": "^3.0.0",
|
|
359
|
+
"requires": {}
|
|
360
|
+
}
|
|
361
|
+
},
|
|
292
362
|
{
|
|
293
363
|
"name": "axios",
|
|
294
364
|
"description": "Secure and easy Axios module with Nuxt.js",
|
|
@@ -480,6 +550,29 @@
|
|
|
480
550
|
"requires": {}
|
|
481
551
|
}
|
|
482
552
|
},
|
|
553
|
+
{
|
|
554
|
+
"name": "calendly",
|
|
555
|
+
"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.",
|
|
556
|
+
"repo": "madebyfabian/nuxt-calendly",
|
|
557
|
+
"npm": "nuxt-calendly",
|
|
558
|
+
"icon": "calendly.svg",
|
|
559
|
+
"github": "https://github.com/madebyfabian/nuxt-calendly",
|
|
560
|
+
"website": "https://nuxt-calendly.vercel.app/",
|
|
561
|
+
"learn_more": "https://calendly.com/",
|
|
562
|
+
"category": "Extensions",
|
|
563
|
+
"type": "3rd-party",
|
|
564
|
+
"maintainers": [
|
|
565
|
+
{
|
|
566
|
+
"name": "Fabian B.",
|
|
567
|
+
"github": "madebyfabian",
|
|
568
|
+
"twitter": "madebyfabian"
|
|
569
|
+
}
|
|
570
|
+
],
|
|
571
|
+
"compatibility": {
|
|
572
|
+
"nuxt": "^3.0.0",
|
|
573
|
+
"requires": {}
|
|
574
|
+
}
|
|
575
|
+
},
|
|
483
576
|
{
|
|
484
577
|
"name": "canvas-sketch",
|
|
485
578
|
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
@@ -503,6 +596,28 @@
|
|
|
503
596
|
"requires": {}
|
|
504
597
|
}
|
|
505
598
|
},
|
|
599
|
+
{
|
|
600
|
+
"name": "capo",
|
|
601
|
+
"description": "Capo.js implementation for Nuxt 3",
|
|
602
|
+
"repo": "danielroe/nuxt-capo",
|
|
603
|
+
"npm": "nuxt-capo",
|
|
604
|
+
"icon": "",
|
|
605
|
+
"github": "https://github.com/danielroe/nuxt-capo",
|
|
606
|
+
"website": "https://github.com/danielroe/nuxt-capo",
|
|
607
|
+
"learn_more": "",
|
|
608
|
+
"category": "Performance",
|
|
609
|
+
"type": "3rd-party",
|
|
610
|
+
"maintainers": [
|
|
611
|
+
{
|
|
612
|
+
"name": "danielroe",
|
|
613
|
+
"github": "danielroe"
|
|
614
|
+
}
|
|
615
|
+
],
|
|
616
|
+
"compatibility": {
|
|
617
|
+
"nuxt": "^3.0.0",
|
|
618
|
+
"requires": {}
|
|
619
|
+
}
|
|
620
|
+
},
|
|
506
621
|
{
|
|
507
622
|
"name": "chakra-ui",
|
|
508
623
|
"description": "Chakra UI Module for Nuxt.js",
|
|
@@ -528,11 +643,11 @@
|
|
|
528
643
|
{
|
|
529
644
|
"name": "chatwoot",
|
|
530
645
|
"description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
|
|
531
|
-
"repo": "
|
|
532
|
-
"npm": "@
|
|
646
|
+
"repo": "productdevbookcom/chatwoot",
|
|
647
|
+
"npm": "@productdevbook/chatwoot",
|
|
533
648
|
"icon": "chatwoot.png",
|
|
534
|
-
"github": "https://github.com/
|
|
535
|
-
"website": "https://github.com/
|
|
649
|
+
"github": "https://github.com/productdevbookcom/chatwoot",
|
|
650
|
+
"website": "https://github.com/productdevbookcom/chatwoot",
|
|
536
651
|
"learn_more": "https://www.chatwoot.com",
|
|
537
652
|
"category": "Libraries",
|
|
538
653
|
"type": "3rd-party",
|
|
@@ -569,6 +684,29 @@
|
|
|
569
684
|
"requires": {}
|
|
570
685
|
}
|
|
571
686
|
},
|
|
687
|
+
{
|
|
688
|
+
"name": "clarity-analytics",
|
|
689
|
+
"description": "Clarity Analytics Module for Nuxt",
|
|
690
|
+
"repo": "Barbapapazes/nuxt-clarity-analytics",
|
|
691
|
+
"npm": "nuxt-clarity-analytics",
|
|
692
|
+
"icon": "",
|
|
693
|
+
"github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
|
|
694
|
+
"website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
|
|
695
|
+
"learn_more": "https://clarity.microsoft.com/",
|
|
696
|
+
"category": "Analytics",
|
|
697
|
+
"type": "3rd-party",
|
|
698
|
+
"maintainers": [
|
|
699
|
+
{
|
|
700
|
+
"name": "Barbapapazes",
|
|
701
|
+
"github": "Barbapapazes",
|
|
702
|
+
"twitter": "soubiran_"
|
|
703
|
+
}
|
|
704
|
+
],
|
|
705
|
+
"compatibility": {
|
|
706
|
+
"nuxt": "^3.0.0",
|
|
707
|
+
"requires": {}
|
|
708
|
+
}
|
|
709
|
+
},
|
|
572
710
|
{
|
|
573
711
|
"name": "client-init",
|
|
574
712
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
@@ -613,6 +751,33 @@
|
|
|
613
751
|
"requires": {}
|
|
614
752
|
}
|
|
615
753
|
},
|
|
754
|
+
{
|
|
755
|
+
"name": "cloudflare-analytics",
|
|
756
|
+
"description": "Cloudflare Web Analytics Module for Nuxt",
|
|
757
|
+
"repo": "hamlogic/nuxt-cloudflare-analytics",
|
|
758
|
+
"npm": "nuxt-cloudflare-analytics",
|
|
759
|
+
"icon": "cloudflare.svg",
|
|
760
|
+
"github": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
|
|
761
|
+
"website": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
|
|
762
|
+
"learn_more": "https://www.cloudflare.com/web-analytics/",
|
|
763
|
+
"category": "Analytics",
|
|
764
|
+
"type": "3rd-party",
|
|
765
|
+
"maintainers": [
|
|
766
|
+
{
|
|
767
|
+
"name": "hamlogic",
|
|
768
|
+
"github": "hamlogic"
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"name": "Fabian B.",
|
|
772
|
+
"github": "madebyfabian",
|
|
773
|
+
"twitter": "madebyfabian"
|
|
774
|
+
}
|
|
775
|
+
],
|
|
776
|
+
"compatibility": {
|
|
777
|
+
"nuxt": "^3.0.0",
|
|
778
|
+
"requires": {}
|
|
779
|
+
}
|
|
780
|
+
},
|
|
616
781
|
{
|
|
617
782
|
"name": "cloudinary",
|
|
618
783
|
"description": "Optimize images and videos in your Nuxt.js application",
|
|
@@ -707,12 +872,35 @@
|
|
|
707
872
|
"requires": {}
|
|
708
873
|
}
|
|
709
874
|
},
|
|
875
|
+
{
|
|
876
|
+
"name": "content-assets",
|
|
877
|
+
"description": "Enable locally-located assets in Nuxt Content",
|
|
878
|
+
"repo": "davestewart/nuxt-content-assets",
|
|
879
|
+
"npm": "nuxt-content-assets",
|
|
880
|
+
"icon": "content-assets.png",
|
|
881
|
+
"github": "https://github.com/davestewart/nuxt-content-assets",
|
|
882
|
+
"website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
|
|
883
|
+
"learn_more": "",
|
|
884
|
+
"category": "Images",
|
|
885
|
+
"type": "3rd-party",
|
|
886
|
+
"maintainers": [
|
|
887
|
+
{
|
|
888
|
+
"name": "davestewart",
|
|
889
|
+
"github": "davestewart",
|
|
890
|
+
"twitter": "dave_stewart"
|
|
891
|
+
}
|
|
892
|
+
],
|
|
893
|
+
"compatibility": {
|
|
894
|
+
"nuxt": "^3.0.0",
|
|
895
|
+
"requires": {}
|
|
896
|
+
}
|
|
897
|
+
},
|
|
710
898
|
{
|
|
711
899
|
"name": "content",
|
|
712
900
|
"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
901
|
"repo": "nuxt/content#main",
|
|
714
902
|
"npm": "@nuxt/content",
|
|
715
|
-
"icon": "nuxt.
|
|
903
|
+
"icon": "nuxt.svg",
|
|
716
904
|
"github": "https://github.com/nuxt/content",
|
|
717
905
|
"website": "https://content.nuxtjs.org",
|
|
718
906
|
"learn_more": "",
|
|
@@ -762,6 +950,29 @@
|
|
|
762
950
|
"requires": {}
|
|
763
951
|
}
|
|
764
952
|
},
|
|
953
|
+
{
|
|
954
|
+
"name": "cookie-control",
|
|
955
|
+
"description": "A highly configurable cookie banner for Nuxt.",
|
|
956
|
+
"repo": "dargmuesli/nuxt-cookie-control",
|
|
957
|
+
"npm": "@dargmuesli/nuxt-cookie-control",
|
|
958
|
+
"icon": "cookie-control.png",
|
|
959
|
+
"github": "https://github.com/dargmuesli/nuxt-cookie-control",
|
|
960
|
+
"website": "https://github.com/dargmuesli/nuxt-cookie-control",
|
|
961
|
+
"learn_more": "",
|
|
962
|
+
"category": "Extensions",
|
|
963
|
+
"type": "3rd-party",
|
|
964
|
+
"maintainers": [
|
|
965
|
+
{
|
|
966
|
+
"name": "dargmuesli",
|
|
967
|
+
"github": "dargmuesli",
|
|
968
|
+
"avatar": "https://avatars.githubusercontent.com/dargmuesli"
|
|
969
|
+
}
|
|
970
|
+
],
|
|
971
|
+
"compatibility": {
|
|
972
|
+
"nuxt": "^3.0.0",
|
|
973
|
+
"requires": {}
|
|
974
|
+
}
|
|
975
|
+
},
|
|
765
976
|
{
|
|
766
977
|
"name": "csurf",
|
|
767
978
|
"description": "Cross-Site Request Forgery (CSRF) Prevention for Nuxt",
|
|
@@ -856,11 +1067,11 @@
|
|
|
856
1067
|
}
|
|
857
1068
|
},
|
|
858
1069
|
{
|
|
859
|
-
"name": "datocms",
|
|
860
|
-
"description": "DatoCMS integration for Nuxt.js",
|
|
1070
|
+
"name": "datocms-nuxt2",
|
|
1071
|
+
"description": "DatoCMS integration for Nuxt.js v2",
|
|
861
1072
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
862
1073
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
863
|
-
"icon": "datocms.
|
|
1074
|
+
"icon": "datocms.svg",
|
|
864
1075
|
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
865
1076
|
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
866
1077
|
"learn_more": "https://www.datocms.com/",
|
|
@@ -877,26 +1088,50 @@
|
|
|
877
1088
|
"requires": {}
|
|
878
1089
|
}
|
|
879
1090
|
},
|
|
1091
|
+
{
|
|
1092
|
+
"name": "datocms",
|
|
1093
|
+
"description": "DatoCMS module for Nuxt",
|
|
1094
|
+
"repo": "hex-digital/nuxt-datocms",
|
|
1095
|
+
"npm": "@hexdigital/nuxt-datocms",
|
|
1096
|
+
"icon": "datocms.svg",
|
|
1097
|
+
"github": "https://github.com/hex-digital/nuxt-datocms",
|
|
1098
|
+
"website": "https://github.com/hex-digital/nuxt-datocms#readme",
|
|
1099
|
+
"learn_more": "https://www.datocms.com/",
|
|
1100
|
+
"category": "CMS",
|
|
1101
|
+
"type": "3rd-party",
|
|
1102
|
+
"maintainers": [
|
|
1103
|
+
{
|
|
1104
|
+
"name": "Jamie Warburton",
|
|
1105
|
+
"github": "jamiewarb",
|
|
1106
|
+
"twitter": "jamiewarb",
|
|
1107
|
+
"avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
|
|
1108
|
+
}
|
|
1109
|
+
],
|
|
1110
|
+
"compatibility": {
|
|
1111
|
+
"nuxt": "^3.0.0",
|
|
1112
|
+
"requires": {}
|
|
1113
|
+
}
|
|
1114
|
+
},
|
|
880
1115
|
{
|
|
881
1116
|
"name": "dayjs",
|
|
882
|
-
"description": "
|
|
883
|
-
"repo": "
|
|
884
|
-
"npm": "
|
|
1117
|
+
"description": "Day.js module for Nuxt",
|
|
1118
|
+
"repo": "fumeapp/dayjs",
|
|
1119
|
+
"npm": "dayjs-nuxt",
|
|
885
1120
|
"icon": "day-js.png",
|
|
886
|
-
"github": "https://github.com/
|
|
887
|
-
"website": "https://github.com/
|
|
1121
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1122
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
888
1123
|
"learn_more": "https://day.js.org/",
|
|
889
|
-
"category": "
|
|
890
|
-
"type": "
|
|
1124
|
+
"category": "Libraries",
|
|
1125
|
+
"type": "3rd-party",
|
|
891
1126
|
"maintainers": [
|
|
892
1127
|
{
|
|
893
|
-
"name": "
|
|
894
|
-
"github": "
|
|
895
|
-
"twitter": "
|
|
1128
|
+
"name": "Kevin Olson",
|
|
1129
|
+
"github": "acidjazz",
|
|
1130
|
+
"twitter": "AppFume"
|
|
896
1131
|
}
|
|
897
1132
|
],
|
|
898
1133
|
"compatibility": {
|
|
899
|
-
"nuxt": "^
|
|
1134
|
+
"nuxt": "^3.0.0",
|
|
900
1135
|
"requires": {}
|
|
901
1136
|
}
|
|
902
1137
|
},
|
|
@@ -945,6 +1180,29 @@
|
|
|
945
1180
|
"requires": {}
|
|
946
1181
|
}
|
|
947
1182
|
},
|
|
1183
|
+
{
|
|
1184
|
+
"name": "devtools",
|
|
1185
|
+
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1186
|
+
"repo": "nuxt/devtools#main/packages/devtools",
|
|
1187
|
+
"npm": "@nuxt/devtools",
|
|
1188
|
+
"icon": "nuxt.svg",
|
|
1189
|
+
"github": "https://github.com/nuxt/devtools",
|
|
1190
|
+
"website": "https://devtools.nuxtjs.org/",
|
|
1191
|
+
"learn_more": "",
|
|
1192
|
+
"category": "Devtools",
|
|
1193
|
+
"type": "official",
|
|
1194
|
+
"maintainers": [
|
|
1195
|
+
{
|
|
1196
|
+
"name": "Anthony Fu",
|
|
1197
|
+
"github": "antfu",
|
|
1198
|
+
"twitter": "antfu7"
|
|
1199
|
+
}
|
|
1200
|
+
],
|
|
1201
|
+
"compatibility": {
|
|
1202
|
+
"nuxt": "^3.0.0",
|
|
1203
|
+
"requires": {}
|
|
1204
|
+
}
|
|
1205
|
+
},
|
|
948
1206
|
{
|
|
949
1207
|
"name": "directus",
|
|
950
1208
|
"description": "Easily connect your Nuxt3 application to your directus server.",
|
|
@@ -970,6 +1228,28 @@
|
|
|
970
1228
|
}
|
|
971
1229
|
}
|
|
972
1230
|
},
|
|
1231
|
+
{
|
|
1232
|
+
"name": "disqus",
|
|
1233
|
+
"description": "Disqus for Nuxt 3",
|
|
1234
|
+
"repo": "modbender/nuxt-disqus",
|
|
1235
|
+
"npm": "nuxt-disqus",
|
|
1236
|
+
"icon": "disqus.svg",
|
|
1237
|
+
"github": "https://github.com/modbender/nuxt-disqus",
|
|
1238
|
+
"website": "https://github.com/modbender/nuxt-disqus",
|
|
1239
|
+
"learn_more": "https://github.com/modbender/vue3-disqus",
|
|
1240
|
+
"category": "Libraries",
|
|
1241
|
+
"type": "3rd-party",
|
|
1242
|
+
"maintainers": [
|
|
1243
|
+
{
|
|
1244
|
+
"name": "modbender",
|
|
1245
|
+
"github": "modbender"
|
|
1246
|
+
}
|
|
1247
|
+
],
|
|
1248
|
+
"compatibility": {
|
|
1249
|
+
"nuxt": "^3.0.0",
|
|
1250
|
+
"requires": {}
|
|
1251
|
+
}
|
|
1252
|
+
},
|
|
973
1253
|
{
|
|
974
1254
|
"name": "dotenv",
|
|
975
1255
|
"description": "A Nuxt.js module that loads your .env file into your context options",
|
|
@@ -1047,6 +1327,28 @@
|
|
|
1047
1327
|
"requires": {}
|
|
1048
1328
|
}
|
|
1049
1329
|
},
|
|
1330
|
+
{
|
|
1331
|
+
"name": "electron",
|
|
1332
|
+
"description": "Integrate Nuxt and Electron.",
|
|
1333
|
+
"repo": "caoxiemeihao/nuxt-electron",
|
|
1334
|
+
"npm": "nuxt-electron",
|
|
1335
|
+
"icon": "electron.svg",
|
|
1336
|
+
"github": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1337
|
+
"website": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1338
|
+
"learn_more": "https://github.com/caoxiemeihao/nuxt-electron#readme",
|
|
1339
|
+
"category": "Extensions",
|
|
1340
|
+
"type": "3rd-party",
|
|
1341
|
+
"maintainers": [
|
|
1342
|
+
{
|
|
1343
|
+
"name": "草鞋没号",
|
|
1344
|
+
"github": "caoxiemeihao"
|
|
1345
|
+
}
|
|
1346
|
+
],
|
|
1347
|
+
"compatibility": {
|
|
1348
|
+
"nuxt": "^3.0.0",
|
|
1349
|
+
"requires": {}
|
|
1350
|
+
}
|
|
1351
|
+
},
|
|
1050
1352
|
{
|
|
1051
1353
|
"name": "element-plus",
|
|
1052
1354
|
"description": "A Vue 3 based component library for designers and developers",
|
|
@@ -1117,7 +1419,7 @@
|
|
|
1117
1419
|
}
|
|
1118
1420
|
],
|
|
1119
1421
|
"compatibility": {
|
|
1120
|
-
"nuxt": "^2.0.0",
|
|
1422
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1121
1423
|
"requires": {}
|
|
1122
1424
|
}
|
|
1123
1425
|
},
|
|
@@ -1343,6 +1645,29 @@
|
|
|
1343
1645
|
"requires": {}
|
|
1344
1646
|
}
|
|
1345
1647
|
},
|
|
1648
|
+
{
|
|
1649
|
+
"name": "form-actions",
|
|
1650
|
+
"description": "A set of features and composables to interact with forms and server data.",
|
|
1651
|
+
"repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt#main",
|
|
1652
|
+
"npm": "@hebilicious/form-actions-nuxt",
|
|
1653
|
+
"icon": "form-actions.svg",
|
|
1654
|
+
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1655
|
+
"website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1656
|
+
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1657
|
+
"category": "Request",
|
|
1658
|
+
"type": "3rd-party",
|
|
1659
|
+
"maintainers": [
|
|
1660
|
+
{
|
|
1661
|
+
"name": "Hebilicious",
|
|
1662
|
+
"github": "Hebilicious",
|
|
1663
|
+
"twitter": "its_hebilicious"
|
|
1664
|
+
}
|
|
1665
|
+
],
|
|
1666
|
+
"compatibility": {
|
|
1667
|
+
"nuxt": "^3.0.0",
|
|
1668
|
+
"requires": {}
|
|
1669
|
+
}
|
|
1670
|
+
},
|
|
1346
1671
|
{
|
|
1347
1672
|
"name": "formkit",
|
|
1348
1673
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1622,6 +1947,30 @@
|
|
|
1622
1947
|
"requires": {}
|
|
1623
1948
|
}
|
|
1624
1949
|
},
|
|
1950
|
+
{
|
|
1951
|
+
"name": "gtag",
|
|
1952
|
+
"description": "Google Analytics integration for Nuxt 3",
|
|
1953
|
+
"repo": "johannschopplich/nuxt-gtag",
|
|
1954
|
+
"npm": "nuxt-gtag",
|
|
1955
|
+
"icon": "gtag.svg",
|
|
1956
|
+
"github": "https://github.com/johannschopplich/nuxt-gtag",
|
|
1957
|
+
"website": "https://github.com/johannschopplich/nuxt-gtag#readme",
|
|
1958
|
+
"learn_more": "",
|
|
1959
|
+
"category": "Analytics",
|
|
1960
|
+
"type": "3rd-party",
|
|
1961
|
+
"maintainers": [
|
|
1962
|
+
{
|
|
1963
|
+
"name": "Johann Schopplich",
|
|
1964
|
+
"github": "johannschopplich",
|
|
1965
|
+
"twitter": "jschopplich",
|
|
1966
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
1967
|
+
}
|
|
1968
|
+
],
|
|
1969
|
+
"compatibility": {
|
|
1970
|
+
"nuxt": "^3.0.0",
|
|
1971
|
+
"requires": {}
|
|
1972
|
+
}
|
|
1973
|
+
},
|
|
1625
1974
|
{
|
|
1626
1975
|
"name": "gtm",
|
|
1627
1976
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
@@ -1667,6 +2016,28 @@
|
|
|
1667
2016
|
"requires": {}
|
|
1668
2017
|
}
|
|
1669
2018
|
},
|
|
2019
|
+
{
|
|
2020
|
+
"name": "hanko",
|
|
2021
|
+
"description": "Hanko integration for Nuxt for passwordless authentication",
|
|
2022
|
+
"repo": "nuxt-modules/hanko",
|
|
2023
|
+
"npm": "@nuxtjs/hanko",
|
|
2024
|
+
"icon": "hanko.svg",
|
|
2025
|
+
"github": "https://github.com/nuxt-modules/hanko",
|
|
2026
|
+
"website": "https://github.com/nuxt-modules/hanko",
|
|
2027
|
+
"learn_more": "https://hanko.io/",
|
|
2028
|
+
"category": "Security",
|
|
2029
|
+
"type": "community",
|
|
2030
|
+
"maintainers": [
|
|
2031
|
+
{
|
|
2032
|
+
"name": "danielroe",
|
|
2033
|
+
"github": "danielroe"
|
|
2034
|
+
}
|
|
2035
|
+
],
|
|
2036
|
+
"compatibility": {
|
|
2037
|
+
"nuxt": "^3.0.0",
|
|
2038
|
+
"requires": {}
|
|
2039
|
+
}
|
|
2040
|
+
},
|
|
1670
2041
|
{
|
|
1671
2042
|
"name": "harlem",
|
|
1672
2043
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -1925,6 +2296,28 @@
|
|
|
1925
2296
|
"requires": {}
|
|
1926
2297
|
}
|
|
1927
2298
|
},
|
|
2299
|
+
{
|
|
2300
|
+
"name": "icon-font",
|
|
2301
|
+
"description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
|
|
2302
|
+
"repo": "coremyslo/nuxt-icon-font",
|
|
2303
|
+
"npm": "@coremyslo/nuxt-icon-font",
|
|
2304
|
+
"icon": "",
|
|
2305
|
+
"github": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2306
|
+
"website": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2307
|
+
"learn_more": "",
|
|
2308
|
+
"category": "UI",
|
|
2309
|
+
"type": "3rd-party",
|
|
2310
|
+
"maintainers": [
|
|
2311
|
+
{
|
|
2312
|
+
"name": "coremyslo",
|
|
2313
|
+
"github": "coremyslo"
|
|
2314
|
+
}
|
|
2315
|
+
],
|
|
2316
|
+
"compatibility": {
|
|
2317
|
+
"nuxt": "^3.0.0",
|
|
2318
|
+
"requires": {}
|
|
2319
|
+
}
|
|
2320
|
+
},
|
|
1928
2321
|
{
|
|
1929
2322
|
"name": "icon",
|
|
1930
2323
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2051,12 +2444,12 @@
|
|
|
2051
2444
|
{
|
|
2052
2445
|
"name": "inkline",
|
|
2053
2446
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2054
|
-
"repo": "inkline/
|
|
2055
|
-
"npm": "@inkline/
|
|
2447
|
+
"repo": "inkline/plugin",
|
|
2448
|
+
"npm": "@inkline/plugin",
|
|
2056
2449
|
"icon": "inkline.svg",
|
|
2057
|
-
"github": "https://github.com/inkline/
|
|
2450
|
+
"github": "https://github.com/inkline/plugin",
|
|
2058
2451
|
"website": "https://inkline.io",
|
|
2059
|
-
"learn_more": "https://inkline.io/docs/
|
|
2452
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2060
2453
|
"category": "UI",
|
|
2061
2454
|
"type": "3rd-party",
|
|
2062
2455
|
"maintainers": [
|
|
@@ -2276,7 +2669,7 @@
|
|
|
2276
2669
|
},
|
|
2277
2670
|
{
|
|
2278
2671
|
"name": "link-checker",
|
|
2279
|
-
"description": "",
|
|
2672
|
+
"description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
|
|
2280
2673
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2281
2674
|
"npm": "nuxt-link-checker",
|
|
2282
2675
|
"icon": "",
|
|
@@ -2507,15 +2900,40 @@
|
|
|
2507
2900
|
}
|
|
2508
2901
|
},
|
|
2509
2902
|
{
|
|
2510
|
-
"name": "
|
|
2511
|
-
"description": "
|
|
2512
|
-
"repo": "
|
|
2513
|
-
"npm": "nuxt-
|
|
2514
|
-
"icon": "
|
|
2515
|
-
"github": "https://github.com/
|
|
2516
|
-
"website": "https://
|
|
2517
|
-
"learn_more": "https://
|
|
2518
|
-
"category": "
|
|
2903
|
+
"name": "medusa",
|
|
2904
|
+
"description": "Easily connect to Medusa from your Nuxt 3 application",
|
|
2905
|
+
"repo": "Baroshem/nuxt-medusa",
|
|
2906
|
+
"npm": "nuxt-medusa",
|
|
2907
|
+
"icon": "medusa.svg",
|
|
2908
|
+
"github": "https://github.com/Baroshem/nuxt-medusa/",
|
|
2909
|
+
"website": "https://nuxt-medusa.vercel.app/",
|
|
2910
|
+
"learn_more": "https://nuxt-medusa.vercel.app/",
|
|
2911
|
+
"category": "Ecommerce",
|
|
2912
|
+
"type": "3rd-party",
|
|
2913
|
+
"maintainers": [
|
|
2914
|
+
{
|
|
2915
|
+
"name": "Jakub Andrzejewski",
|
|
2916
|
+
"github": "Baroshem",
|
|
2917
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
2918
|
+
}
|
|
2919
|
+
],
|
|
2920
|
+
"compatibility": {
|
|
2921
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2922
|
+
"requires": {
|
|
2923
|
+
"bridge": true
|
|
2924
|
+
}
|
|
2925
|
+
}
|
|
2926
|
+
},
|
|
2927
|
+
{
|
|
2928
|
+
"name": "meilisearch",
|
|
2929
|
+
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
2930
|
+
"repo": "xlanex6/nuxt-meilisearch",
|
|
2931
|
+
"npm": "nuxt-meilisearch",
|
|
2932
|
+
"icon": "meilisearch.svg",
|
|
2933
|
+
"github": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2934
|
+
"website": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2935
|
+
"learn_more": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2936
|
+
"category": "Libraries",
|
|
2519
2937
|
"type": "3rd-party",
|
|
2520
2938
|
"maintainers": [
|
|
2521
2939
|
{
|
|
@@ -2575,6 +2993,29 @@
|
|
|
2575
2993
|
"requires": {}
|
|
2576
2994
|
}
|
|
2577
2995
|
},
|
|
2996
|
+
{
|
|
2997
|
+
"name": "module-feed",
|
|
2998
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
2999
|
+
"repo": "tresko/nuxt-module-feed",
|
|
3000
|
+
"npm": "nuxt-module-feed",
|
|
3001
|
+
"icon": "",
|
|
3002
|
+
"github": "https://github.com/tresko/nuxt-module-feed",
|
|
3003
|
+
"website": "https://github.com/tresko/nuxt-module-feed",
|
|
3004
|
+
"learn_more": "",
|
|
3005
|
+
"category": "SEO",
|
|
3006
|
+
"type": "3rd-party",
|
|
3007
|
+
"maintainers": [
|
|
3008
|
+
{
|
|
3009
|
+
"name": "Miha Sedej",
|
|
3010
|
+
"github": "tresko",
|
|
3011
|
+
"twitter": "mihasedej"
|
|
3012
|
+
}
|
|
3013
|
+
],
|
|
3014
|
+
"compatibility": {
|
|
3015
|
+
"nuxt": "^3.0.0",
|
|
3016
|
+
"requires": {}
|
|
3017
|
+
}
|
|
3018
|
+
},
|
|
2578
3019
|
{
|
|
2579
3020
|
"name": "moment",
|
|
2580
3021
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
@@ -2763,6 +3204,50 @@
|
|
|
2763
3204
|
"requires": {}
|
|
2764
3205
|
}
|
|
2765
3206
|
},
|
|
3207
|
+
{
|
|
3208
|
+
"name": "nupolyon",
|
|
3209
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3210
|
+
"repo": "adenvt/nupolyon",
|
|
3211
|
+
"npm": "nupolyon",
|
|
3212
|
+
"icon": "",
|
|
3213
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3214
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
3215
|
+
"learn_more": "",
|
|
3216
|
+
"category": "Performance",
|
|
3217
|
+
"type": "3rd-party",
|
|
3218
|
+
"maintainers": [
|
|
3219
|
+
{
|
|
3220
|
+
"name": "adenvt",
|
|
3221
|
+
"github": "adenvt"
|
|
3222
|
+
}
|
|
3223
|
+
],
|
|
3224
|
+
"compatibility": {
|
|
3225
|
+
"nuxt": "^3.0.0",
|
|
3226
|
+
"requires": {}
|
|
3227
|
+
}
|
|
3228
|
+
},
|
|
3229
|
+
{
|
|
3230
|
+
"name": "nuxt-anchorscroll",
|
|
3231
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3232
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3233
|
+
"npm": "nuxt-anchorscroll",
|
|
3234
|
+
"icon": "",
|
|
3235
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3236
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3237
|
+
"learn_more": "",
|
|
3238
|
+
"category": "UI",
|
|
3239
|
+
"type": "3rd-party",
|
|
3240
|
+
"maintainers": [
|
|
3241
|
+
{
|
|
3242
|
+
"name": "Helltraitor",
|
|
3243
|
+
"github": "helltraitor"
|
|
3244
|
+
}
|
|
3245
|
+
],
|
|
3246
|
+
"compatibility": {
|
|
3247
|
+
"nuxt": "^3.0.0",
|
|
3248
|
+
"requires": {}
|
|
3249
|
+
}
|
|
3250
|
+
},
|
|
2766
3251
|
{
|
|
2767
3252
|
"name": "nuxt-auth",
|
|
2768
3253
|
"description": "",
|
|
@@ -2785,6 +3270,28 @@
|
|
|
2785
3270
|
"requires": {}
|
|
2786
3271
|
}
|
|
2787
3272
|
},
|
|
3273
|
+
{
|
|
3274
|
+
"name": "nuxt-chatgpt",
|
|
3275
|
+
"description": "ChatGPT integration for Nuxt 3",
|
|
3276
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3277
|
+
"npm": "nuxt-chatgpt",
|
|
3278
|
+
"icon": "chatgpt.svg",
|
|
3279
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3280
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3281
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
3282
|
+
"category": "Libraries",
|
|
3283
|
+
"type": "3rd-party",
|
|
3284
|
+
"maintainers": [
|
|
3285
|
+
{
|
|
3286
|
+
"name": "Oliver Trajceski",
|
|
3287
|
+
"github": "schnapsterdog"
|
|
3288
|
+
}
|
|
3289
|
+
],
|
|
3290
|
+
"compatibility": {
|
|
3291
|
+
"nuxt": "^3.0.0",
|
|
3292
|
+
"requires": {}
|
|
3293
|
+
}
|
|
3294
|
+
},
|
|
2788
3295
|
{
|
|
2789
3296
|
"name": "nuxt-graphql-middleware",
|
|
2790
3297
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -2836,6 +3343,28 @@
|
|
|
2836
3343
|
"requires": {}
|
|
2837
3344
|
}
|
|
2838
3345
|
},
|
|
3346
|
+
{
|
|
3347
|
+
"name": "nuxt-gtm",
|
|
3348
|
+
"description": "A Nuxt.js module for Google Tag Manager",
|
|
3349
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3350
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3351
|
+
"icon": "nuxt-gtm.svg",
|
|
3352
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3353
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3354
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3355
|
+
"category": "Analytics",
|
|
3356
|
+
"type": "3rd-party",
|
|
3357
|
+
"maintainers": [
|
|
3358
|
+
{
|
|
3359
|
+
"name": "Zadig&Voltaire Team",
|
|
3360
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
3361
|
+
}
|
|
3362
|
+
],
|
|
3363
|
+
"compatibility": {
|
|
3364
|
+
"nuxt": "^3.0.0",
|
|
3365
|
+
"requires": {}
|
|
3366
|
+
}
|
|
3367
|
+
},
|
|
2839
3368
|
{
|
|
2840
3369
|
"name": "nuxt-hue",
|
|
2841
3370
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -2906,6 +3435,28 @@
|
|
|
2906
3435
|
"requires": {}
|
|
2907
3436
|
}
|
|
2908
3437
|
},
|
|
3438
|
+
{
|
|
3439
|
+
"name": "nuxt-mapbox",
|
|
3440
|
+
"description": "Elegant Mapbox integration with Nuxt",
|
|
3441
|
+
"repo": "AlexLavoie42/Nuxt-Mapbox",
|
|
3442
|
+
"npm": "nuxt-mapbox",
|
|
3443
|
+
"icon": "nuxt-mapbox.svg",
|
|
3444
|
+
"github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3445
|
+
"website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3446
|
+
"learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3447
|
+
"category": "Libraries",
|
|
3448
|
+
"type": "3rd-party",
|
|
3449
|
+
"maintainers": [
|
|
3450
|
+
{
|
|
3451
|
+
"name": "Alex Lavoie",
|
|
3452
|
+
"github": "AlexLavoie42"
|
|
3453
|
+
}
|
|
3454
|
+
],
|
|
3455
|
+
"compatibility": {
|
|
3456
|
+
"nuxt": "^3.0.0",
|
|
3457
|
+
"requires": {}
|
|
3458
|
+
}
|
|
3459
|
+
},
|
|
2909
3460
|
{
|
|
2910
3461
|
"name": "nuxt-monaco-editor",
|
|
2911
3462
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -2928,6 +3479,73 @@
|
|
|
2928
3479
|
"requires": {}
|
|
2929
3480
|
}
|
|
2930
3481
|
},
|
|
3482
|
+
{
|
|
3483
|
+
"name": "nuxt-mongoose",
|
|
3484
|
+
"description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
|
|
3485
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
3486
|
+
"npm": "nuxt-mongoose",
|
|
3487
|
+
"icon": "nuxt-mongoose.svg",
|
|
3488
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3489
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3490
|
+
"learn_more": "",
|
|
3491
|
+
"category": "Database",
|
|
3492
|
+
"type": "3rd-party",
|
|
3493
|
+
"maintainers": [
|
|
3494
|
+
{
|
|
3495
|
+
"name": "arashsheyda",
|
|
3496
|
+
"github": "arashsheyda"
|
|
3497
|
+
}
|
|
3498
|
+
],
|
|
3499
|
+
"compatibility": {
|
|
3500
|
+
"nuxt": "^3.0.0",
|
|
3501
|
+
"requires": {}
|
|
3502
|
+
}
|
|
3503
|
+
},
|
|
3504
|
+
{
|
|
3505
|
+
"name": "nuxt-pdf",
|
|
3506
|
+
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
3507
|
+
"repo": "sidebase/nuxt-pdf",
|
|
3508
|
+
"npm": "@sidebase/nuxt-pdf",
|
|
3509
|
+
"icon": "nuxt-pdf.png",
|
|
3510
|
+
"github": "https://github.com/sidebase/nuxt-pdf",
|
|
3511
|
+
"website": "https://sidebase.io/nuxt-pdf",
|
|
3512
|
+
"learn_more": "https://github.com/sidebase",
|
|
3513
|
+
"category": "Extensions",
|
|
3514
|
+
"type": "3rd-party",
|
|
3515
|
+
"maintainers": [
|
|
3516
|
+
{
|
|
3517
|
+
"name": "sidebase",
|
|
3518
|
+
"github": "sidebase",
|
|
3519
|
+
"twitter": "sidebase_io"
|
|
3520
|
+
}
|
|
3521
|
+
],
|
|
3522
|
+
"compatibility": {
|
|
3523
|
+
"nuxt": "^3.0.0",
|
|
3524
|
+
"requires": {}
|
|
3525
|
+
}
|
|
3526
|
+
},
|
|
3527
|
+
{
|
|
3528
|
+
"name": "nuxt-phosphor-icons",
|
|
3529
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
3530
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3531
|
+
"npm": "nuxt-phosphor-icons",
|
|
3532
|
+
"icon": "phosphor-icons.svg",
|
|
3533
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3534
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3535
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3536
|
+
"category": "UI",
|
|
3537
|
+
"type": "3rd-party",
|
|
3538
|
+
"maintainers": [
|
|
3539
|
+
{
|
|
3540
|
+
"name": "OyewoleOyedeji",
|
|
3541
|
+
"github": "OyewoleOyedeji"
|
|
3542
|
+
}
|
|
3543
|
+
],
|
|
3544
|
+
"compatibility": {
|
|
3545
|
+
"nuxt": "^3.0.0",
|
|
3546
|
+
"requires": {}
|
|
3547
|
+
}
|
|
3548
|
+
},
|
|
2931
3549
|
{
|
|
2932
3550
|
"name": "nuxt-pino-log",
|
|
2933
3551
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -2972,6 +3590,32 @@
|
|
|
2972
3590
|
"requires": {}
|
|
2973
3591
|
}
|
|
2974
3592
|
},
|
|
3593
|
+
{
|
|
3594
|
+
"name": "nuxt-plotly",
|
|
3595
|
+
"description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
|
|
3596
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
3597
|
+
"npm": "nuxt-plotly",
|
|
3598
|
+
"icon": "nuxt-plotly.svg",
|
|
3599
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3600
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3601
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
3602
|
+
"category": "Libraries",
|
|
3603
|
+
"type": "3rd-party",
|
|
3604
|
+
"maintainers": [
|
|
3605
|
+
{
|
|
3606
|
+
"name": "Supanut Dokmaithong",
|
|
3607
|
+
"github": "Boomgeek"
|
|
3608
|
+
},
|
|
3609
|
+
{
|
|
3610
|
+
"name": "superdev-tech",
|
|
3611
|
+
"github": "superdev-tech"
|
|
3612
|
+
}
|
|
3613
|
+
],
|
|
3614
|
+
"compatibility": {
|
|
3615
|
+
"nuxt": "^3.0.0",
|
|
3616
|
+
"requires": {}
|
|
3617
|
+
}
|
|
3618
|
+
},
|
|
2975
3619
|
{
|
|
2976
3620
|
"name": "nuxt-png-to-ico",
|
|
2977
3621
|
"description": "Nuxt.js module for auto generating favicons",
|
|
@@ -3184,12 +3828,12 @@
|
|
|
3184
3828
|
{
|
|
3185
3829
|
"name": "nuxt-vue3-google-signin",
|
|
3186
3830
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3187
|
-
"repo": "
|
|
3831
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3188
3832
|
"npm": "nuxt-vue3-google-signin",
|
|
3189
3833
|
"icon": "vue3-google-signin.svg",
|
|
3190
|
-
"github": "https://github.com/
|
|
3191
|
-
"website": "https://vue3-google-signin.
|
|
3192
|
-
"learn_more": "https://vue3-google-signin.
|
|
3834
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
3835
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
3836
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3193
3837
|
"category": "Libraries",
|
|
3194
3838
|
"type": "3rd-party",
|
|
3195
3839
|
"maintainers": [
|
|
@@ -3203,6 +3847,50 @@
|
|
|
3203
3847
|
"requires": {}
|
|
3204
3848
|
}
|
|
3205
3849
|
},
|
|
3850
|
+
{
|
|
3851
|
+
"name": "nuxt-vuetify",
|
|
3852
|
+
"description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
|
|
3853
|
+
"repo": "invictus-codes/nuxt-vuetify",
|
|
3854
|
+
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3855
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
3856
|
+
"github": "https://github.com/invictus-codes/nuxt-vuetify",
|
|
3857
|
+
"website": "https://invictus-codes.github.io/nuxt-vuetify/",
|
|
3858
|
+
"learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
|
|
3859
|
+
"category": "UI",
|
|
3860
|
+
"type": "3rd-party",
|
|
3861
|
+
"maintainers": [
|
|
3862
|
+
{
|
|
3863
|
+
"name": "Jens van Hellemondt",
|
|
3864
|
+
"github": "invictus-codes"
|
|
3865
|
+
}
|
|
3866
|
+
],
|
|
3867
|
+
"compatibility": {
|
|
3868
|
+
"nuxt": "^3.0.0",
|
|
3869
|
+
"requires": {}
|
|
3870
|
+
}
|
|
3871
|
+
},
|
|
3872
|
+
{
|
|
3873
|
+
"name": "nuxt3-leaflet",
|
|
3874
|
+
"description": "Leaflet integration with Nuxt",
|
|
3875
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
3876
|
+
"npm": "nuxt3-leaflet",
|
|
3877
|
+
"icon": "leaflet.png",
|
|
3878
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
3879
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
3880
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
3881
|
+
"category": "Libraries",
|
|
3882
|
+
"type": "3rd-party",
|
|
3883
|
+
"maintainers": [
|
|
3884
|
+
{
|
|
3885
|
+
"name": "Augustin MERCIER",
|
|
3886
|
+
"github": "Gugustinette"
|
|
3887
|
+
}
|
|
3888
|
+
],
|
|
3889
|
+
"compatibility": {
|
|
3890
|
+
"nuxt": "^3.0.0",
|
|
3891
|
+
"requires": {}
|
|
3892
|
+
}
|
|
3893
|
+
},
|
|
3206
3894
|
{
|
|
3207
3895
|
"name": "nuxt7",
|
|
3208
3896
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
@@ -3226,6 +3914,29 @@
|
|
|
3226
3914
|
"requires": {}
|
|
3227
3915
|
}
|
|
3228
3916
|
},
|
|
3917
|
+
{
|
|
3918
|
+
"name": "nuxtlabs-ui",
|
|
3919
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
3920
|
+
"repo": "nuxtlabs/ui",
|
|
3921
|
+
"npm": "@nuxthq/ui",
|
|
3922
|
+
"icon": "nuxtlabs-ui.svg",
|
|
3923
|
+
"github": "https://github.com/nuxtlabs/ui",
|
|
3924
|
+
"website": "https://ui.nuxtlabs.com",
|
|
3925
|
+
"learn_more": "https://ui.nuxtlabs.com",
|
|
3926
|
+
"category": "UI",
|
|
3927
|
+
"type": "3rd-party",
|
|
3928
|
+
"maintainers": [
|
|
3929
|
+
{
|
|
3930
|
+
"name": "Benjamin Canac",
|
|
3931
|
+
"github": "benjamincanac",
|
|
3932
|
+
"twitter": "benjamincanac"
|
|
3933
|
+
}
|
|
3934
|
+
],
|
|
3935
|
+
"compatibility": {
|
|
3936
|
+
"nuxt": "^3.0.0",
|
|
3937
|
+
"requires": {}
|
|
3938
|
+
}
|
|
3939
|
+
},
|
|
3229
3940
|
{
|
|
3230
3941
|
"name": "og-image",
|
|
3231
3942
|
"description": "Easily generate dynamic social share images.",
|
|
@@ -3365,6 +4076,30 @@
|
|
|
3365
4076
|
}
|
|
3366
4077
|
}
|
|
3367
4078
|
},
|
|
4079
|
+
{
|
|
4080
|
+
"name": "pdfeasy",
|
|
4081
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
4082
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
4083
|
+
"npm": "nuxt-pdfeasy",
|
|
4084
|
+
"icon": "pdfeasy.png",
|
|
4085
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
4086
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
4087
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
4088
|
+
"category": "Extensions",
|
|
4089
|
+
"type": "3rd-party",
|
|
4090
|
+
"maintainers": [
|
|
4091
|
+
{
|
|
4092
|
+
"name": "Giovane Cardoso",
|
|
4093
|
+
"github": "novout",
|
|
4094
|
+
"twitter": "novoutttttt",
|
|
4095
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
4096
|
+
}
|
|
4097
|
+
],
|
|
4098
|
+
"compatibility": {
|
|
4099
|
+
"nuxt": "^3.0.0",
|
|
4100
|
+
"requires": {}
|
|
4101
|
+
}
|
|
4102
|
+
},
|
|
3368
4103
|
{
|
|
3369
4104
|
"name": "persian-datepicker",
|
|
3370
4105
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3527,6 +4262,28 @@
|
|
|
3527
4262
|
"requires": {}
|
|
3528
4263
|
}
|
|
3529
4264
|
},
|
|
4265
|
+
{
|
|
4266
|
+
"name": "prometheus",
|
|
4267
|
+
"description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
|
|
4268
|
+
"repo": "artmizu/nuxt-prometheus",
|
|
4269
|
+
"npm": "@artmizu/nuxt-prometheus",
|
|
4270
|
+
"icon": "prometheus.svg",
|
|
4271
|
+
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
4272
|
+
"website": "https://github.com/artmizu/nuxt-prometheus",
|
|
4273
|
+
"learn_more": "",
|
|
4274
|
+
"category": "Monitoring",
|
|
4275
|
+
"type": "3rd-party",
|
|
4276
|
+
"maintainers": [
|
|
4277
|
+
{
|
|
4278
|
+
"name": "artmizu",
|
|
4279
|
+
"github": "artmizu"
|
|
4280
|
+
}
|
|
4281
|
+
],
|
|
4282
|
+
"compatibility": {
|
|
4283
|
+
"nuxt": "^3.0.0",
|
|
4284
|
+
"requires": {}
|
|
4285
|
+
}
|
|
4286
|
+
},
|
|
3530
4287
|
{
|
|
3531
4288
|
"name": "protected-mailto",
|
|
3532
4289
|
"description": "Nuxt component to generate encoded mailto links",
|
|
@@ -3664,6 +4421,50 @@
|
|
|
3664
4421
|
"requires": {}
|
|
3665
4422
|
}
|
|
3666
4423
|
},
|
|
4424
|
+
{
|
|
4425
|
+
"name": "quasar",
|
|
4426
|
+
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
4427
|
+
"repo": "Maiquu/nuxt-quasar",
|
|
4428
|
+
"npm": "nuxt-quasar-ui",
|
|
4429
|
+
"icon": "quasar.svg",
|
|
4430
|
+
"github": "https://github.com/Maiquu/nuxt-quasar",
|
|
4431
|
+
"website": "https://quasar.dev/",
|
|
4432
|
+
"learn_more": "https://github.com/Maiquu/nuxt-quasar",
|
|
4433
|
+
"category": "UI",
|
|
4434
|
+
"type": "3rd-party",
|
|
4435
|
+
"maintainers": [
|
|
4436
|
+
{
|
|
4437
|
+
"name": "Ege İliklier",
|
|
4438
|
+
"github": "Maiquu"
|
|
4439
|
+
}
|
|
4440
|
+
],
|
|
4441
|
+
"compatibility": {
|
|
4442
|
+
"nuxt": "^3.0.0",
|
|
4443
|
+
"requires": {}
|
|
4444
|
+
}
|
|
4445
|
+
},
|
|
4446
|
+
{
|
|
4447
|
+
"name": "radash",
|
|
4448
|
+
"description": "radash module with auto-import and custom prefix",
|
|
4449
|
+
"repo": "bbg/nuxt-radash",
|
|
4450
|
+
"npm": "nuxt-radash",
|
|
4451
|
+
"icon": "radash.svg",
|
|
4452
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
4453
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
4454
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
4455
|
+
"category": "Libraries",
|
|
4456
|
+
"type": "3rd-party",
|
|
4457
|
+
"maintainers": [
|
|
4458
|
+
{
|
|
4459
|
+
"name": "Batuhan Göksu",
|
|
4460
|
+
"github": "bbg"
|
|
4461
|
+
}
|
|
4462
|
+
],
|
|
4463
|
+
"compatibility": {
|
|
4464
|
+
"nuxt": "^3.0.0",
|
|
4465
|
+
"requires": {}
|
|
4466
|
+
}
|
|
4467
|
+
},
|
|
3667
4468
|
{
|
|
3668
4469
|
"name": "recaptcha",
|
|
3669
4470
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
@@ -3964,7 +4765,7 @@
|
|
|
3964
4765
|
{
|
|
3965
4766
|
"name": "seo-kit",
|
|
3966
4767
|
"description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
|
|
3967
|
-
"repo": "harlan-zw/nuxt-seo-kit",
|
|
4768
|
+
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
3968
4769
|
"npm": "nuxt-seo-kit",
|
|
3969
4770
|
"icon": "seo-kit.svg",
|
|
3970
4771
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
@@ -4052,14 +4853,37 @@
|
|
|
4052
4853
|
}
|
|
4053
4854
|
},
|
|
4054
4855
|
{
|
|
4055
|
-
"name": "
|
|
4056
|
-
"description": "
|
|
4057
|
-
"repo": "
|
|
4058
|
-
"npm": "@
|
|
4059
|
-
"icon": "
|
|
4060
|
-
"github": "https://github.com/
|
|
4061
|
-
"website": "https://github.com/
|
|
4062
|
-
"learn_more": "https://github.com/
|
|
4856
|
+
"name": "server-block",
|
|
4857
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
4858
|
+
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
|
|
4859
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
4860
|
+
"icon": "server-block.svg",
|
|
4861
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
4862
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
4863
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
4864
|
+
"category": "Extensions",
|
|
4865
|
+
"type": "3rd-party",
|
|
4866
|
+
"maintainers": [
|
|
4867
|
+
{
|
|
4868
|
+
"name": "Hebilicious",
|
|
4869
|
+
"github": "Hebilicious",
|
|
4870
|
+
"twitter": "its_hebilicious"
|
|
4871
|
+
}
|
|
4872
|
+
],
|
|
4873
|
+
"compatibility": {
|
|
4874
|
+
"nuxt": "^3.0.0",
|
|
4875
|
+
"requires": {}
|
|
4876
|
+
}
|
|
4877
|
+
},
|
|
4878
|
+
{
|
|
4879
|
+
"name": "session",
|
|
4880
|
+
"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",
|
|
4881
|
+
"repo": "sidebase/nuxt-session",
|
|
4882
|
+
"npm": "@sidebase/nuxt-session",
|
|
4883
|
+
"icon": "session.png",
|
|
4884
|
+
"github": "https://github.com/sidebase/nuxt-session",
|
|
4885
|
+
"website": "https://github.com/sidebase/nuxt-session",
|
|
4886
|
+
"learn_more": "https://github.com/sidebase",
|
|
4063
4887
|
"category": "Security",
|
|
4064
4888
|
"type": "3rd-party",
|
|
4065
4889
|
"maintainers": [
|
|
@@ -4212,26 +5036,48 @@
|
|
|
4212
5036
|
"requires": {}
|
|
4213
5037
|
}
|
|
4214
5038
|
},
|
|
5039
|
+
{
|
|
5040
|
+
"name": "snackbar",
|
|
5041
|
+
"description": "Nuxt Snackbar module using vue3-snackbar",
|
|
5042
|
+
"repo": "modbender/nuxt-snackbar#master",
|
|
5043
|
+
"npm": "nuxt-snackbar",
|
|
5044
|
+
"icon": "snackbar.png",
|
|
5045
|
+
"github": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
5046
|
+
"website": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
5047
|
+
"learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
|
|
5048
|
+
"category": "UI",
|
|
5049
|
+
"type": "3rd-party",
|
|
5050
|
+
"maintainers": [
|
|
5051
|
+
{
|
|
5052
|
+
"name": "modbender",
|
|
5053
|
+
"github": "modbender"
|
|
5054
|
+
}
|
|
5055
|
+
],
|
|
5056
|
+
"compatibility": {
|
|
5057
|
+
"nuxt": "^3.0.0",
|
|
5058
|
+
"requires": {}
|
|
5059
|
+
}
|
|
5060
|
+
},
|
|
4215
5061
|
{
|
|
4216
5062
|
"name": "snipcart",
|
|
4217
5063
|
"description": "Snipcart integration module for Nuxt.js",
|
|
4218
|
-
"repo": "nuxt-
|
|
5064
|
+
"repo": "nuxt-modules/snipcart",
|
|
4219
5065
|
"npm": "@nuxtjs/snipcart",
|
|
4220
5066
|
"icon": "snipcart.png",
|
|
4221
|
-
"github": "https://github.com/nuxt-
|
|
4222
|
-
"website": "https://github.com/nuxt-
|
|
4223
|
-
"learn_more": "",
|
|
4224
|
-
"category": "
|
|
5067
|
+
"github": "https://github.com/nuxt-modules/snipcart",
|
|
5068
|
+
"website": "https://github.com/nuxt-modules/snipcart",
|
|
5069
|
+
"learn_more": "https://snipcart.com",
|
|
5070
|
+
"category": "Ecommerce",
|
|
4225
5071
|
"type": "community",
|
|
4226
5072
|
"maintainers": [
|
|
4227
5073
|
{
|
|
4228
5074
|
"name": "Florent GIRAUD",
|
|
4229
|
-
"github": "
|
|
4230
|
-
"twitter": "
|
|
5075
|
+
"github": "flozero",
|
|
5076
|
+
"twitter": "flozeroo"
|
|
4231
5077
|
}
|
|
4232
5078
|
],
|
|
4233
5079
|
"compatibility": {
|
|
4234
|
-
"nuxt": "^2.0.0",
|
|
5080
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4235
5081
|
"requires": {}
|
|
4236
5082
|
}
|
|
4237
5083
|
},
|
|
@@ -4505,6 +5351,32 @@
|
|
|
4505
5351
|
}
|
|
4506
5352
|
}
|
|
4507
5353
|
},
|
|
5354
|
+
{
|
|
5355
|
+
"name": "stripe-next",
|
|
5356
|
+
"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.",
|
|
5357
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
5358
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
5359
|
+
"icon": "stripe.png",
|
|
5360
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5361
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5362
|
+
"learn_more": "https://stripe.com/docs",
|
|
5363
|
+
"category": "Payment",
|
|
5364
|
+
"type": "3rd-party",
|
|
5365
|
+
"maintainers": [
|
|
5366
|
+
{
|
|
5367
|
+
"name": "Loic Fuentes",
|
|
5368
|
+
"github": "fuentesloic"
|
|
5369
|
+
},
|
|
5370
|
+
{
|
|
5371
|
+
"name": "Florent Giraud",
|
|
5372
|
+
"github": "flozero"
|
|
5373
|
+
}
|
|
5374
|
+
],
|
|
5375
|
+
"compatibility": {
|
|
5376
|
+
"nuxt": "^3.0.0",
|
|
5377
|
+
"requires": {}
|
|
5378
|
+
}
|
|
5379
|
+
},
|
|
4508
5380
|
{
|
|
4509
5381
|
"name": "stripe",
|
|
4510
5382
|
"description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
|
|
@@ -4568,7 +5440,7 @@
|
|
|
4568
5440
|
}
|
|
4569
5441
|
],
|
|
4570
5442
|
"compatibility": {
|
|
4571
|
-
"nuxt": "^2.0.0",
|
|
5443
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4572
5444
|
"requires": {}
|
|
4573
5445
|
}
|
|
4574
5446
|
},
|
|
@@ -4739,6 +5611,29 @@
|
|
|
4739
5611
|
"requires": {}
|
|
4740
5612
|
}
|
|
4741
5613
|
},
|
|
5614
|
+
{
|
|
5615
|
+
"name": "tailvue",
|
|
5616
|
+
"description": "Vue components built for Vue3 powered by Windi CSS or tailwindcss",
|
|
5617
|
+
"repo": "fumeapp/tailvue",
|
|
5618
|
+
"npm": "tailvue",
|
|
5619
|
+
"icon": "tailvue.jpg",
|
|
5620
|
+
"github": "https://github.com/fumeapp/tailvue",
|
|
5621
|
+
"website": "https://github.com/fumeapp/tailvue",
|
|
5622
|
+
"learn_more": "https://github.com/fumeapp/tailvue#readme",
|
|
5623
|
+
"category": "UI",
|
|
5624
|
+
"type": "3rd-party",
|
|
5625
|
+
"maintainers": [
|
|
5626
|
+
{
|
|
5627
|
+
"name": "Kevin Olson",
|
|
5628
|
+
"github": "acidjazz",
|
|
5629
|
+
"twitter": "AppFume"
|
|
5630
|
+
}
|
|
5631
|
+
],
|
|
5632
|
+
"compatibility": {
|
|
5633
|
+
"nuxt": "^3.0.0",
|
|
5634
|
+
"requires": {}
|
|
5635
|
+
}
|
|
5636
|
+
},
|
|
4742
5637
|
{
|
|
4743
5638
|
"name": "tailwindcss",
|
|
4744
5639
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
@@ -4785,6 +5680,28 @@
|
|
|
4785
5680
|
"requires": {}
|
|
4786
5681
|
}
|
|
4787
5682
|
},
|
|
5683
|
+
{
|
|
5684
|
+
"name": "time",
|
|
5685
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
5686
|
+
"repo": "danielroe/nuxt-time",
|
|
5687
|
+
"npm": "nuxt-time",
|
|
5688
|
+
"icon": "",
|
|
5689
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
5690
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
5691
|
+
"learn_more": "",
|
|
5692
|
+
"category": "Extensions",
|
|
5693
|
+
"type": "3rd-party",
|
|
5694
|
+
"maintainers": [
|
|
5695
|
+
{
|
|
5696
|
+
"name": "danielroe",
|
|
5697
|
+
"github": "danielroe"
|
|
5698
|
+
}
|
|
5699
|
+
],
|
|
5700
|
+
"compatibility": {
|
|
5701
|
+
"nuxt": "^3.0.0",
|
|
5702
|
+
"requires": {}
|
|
5703
|
+
}
|
|
5704
|
+
},
|
|
4788
5705
|
{
|
|
4789
5706
|
"name": "toast",
|
|
4790
5707
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
|
|
@@ -4808,6 +5725,39 @@
|
|
|
4808
5725
|
"requires": {}
|
|
4809
5726
|
}
|
|
4810
5727
|
},
|
|
5728
|
+
{
|
|
5729
|
+
"name": "tresjs",
|
|
5730
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
5731
|
+
"repo": "tresjs/nuxt",
|
|
5732
|
+
"npm": "@tresjs/nuxt",
|
|
5733
|
+
"icon": "tresjs.svg",
|
|
5734
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
5735
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
5736
|
+
"learn_more": "https://tresjs.org/",
|
|
5737
|
+
"category": "Libraries",
|
|
5738
|
+
"type": "3rd-party",
|
|
5739
|
+
"maintainers": [
|
|
5740
|
+
{
|
|
5741
|
+
"name": "Alvaro Saburido",
|
|
5742
|
+
"github": "alvarosabu",
|
|
5743
|
+
"twitter": "alvarosabu"
|
|
5744
|
+
},
|
|
5745
|
+
{
|
|
5746
|
+
"name": "Jaime Torrealba",
|
|
5747
|
+
"github": "JaimeTorrealba",
|
|
5748
|
+
"twitter": "jaimebboyjt"
|
|
5749
|
+
},
|
|
5750
|
+
{
|
|
5751
|
+
"name": "Tino Koch",
|
|
5752
|
+
"github": "Tinoooo",
|
|
5753
|
+
"twitter": "ichbintino"
|
|
5754
|
+
}
|
|
5755
|
+
],
|
|
5756
|
+
"compatibility": {
|
|
5757
|
+
"nuxt": "^3.0.0",
|
|
5758
|
+
"requires": {}
|
|
5759
|
+
}
|
|
5760
|
+
},
|
|
4811
5761
|
{
|
|
4812
5762
|
"name": "turnstile",
|
|
4813
5763
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -4857,6 +5807,28 @@
|
|
|
4857
5807
|
}
|
|
4858
5808
|
}
|
|
4859
5809
|
},
|
|
5810
|
+
{
|
|
5811
|
+
"name": "twemoji",
|
|
5812
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
5813
|
+
"repo": "yizack/nuxt-twemoji",
|
|
5814
|
+
"npm": "nuxt-twemoji",
|
|
5815
|
+
"icon": "twemoji.svg",
|
|
5816
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
5817
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
5818
|
+
"learn_more": "",
|
|
5819
|
+
"category": "UI",
|
|
5820
|
+
"type": "3rd-party",
|
|
5821
|
+
"maintainers": [
|
|
5822
|
+
{
|
|
5823
|
+
"name": "Yizack Rangel",
|
|
5824
|
+
"github": "yizack"
|
|
5825
|
+
}
|
|
5826
|
+
],
|
|
5827
|
+
"compatibility": {
|
|
5828
|
+
"nuxt": "^3.0.0",
|
|
5829
|
+
"requires": {}
|
|
5830
|
+
}
|
|
5831
|
+
},
|
|
4860
5832
|
{
|
|
4861
5833
|
"name": "twicpics",
|
|
4862
5834
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5028,11 +6000,11 @@
|
|
|
5028
6000
|
{
|
|
5029
6001
|
"name": "unhead",
|
|
5030
6002
|
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5031
|
-
"repo": "harlan-zw/nuxt-
|
|
5032
|
-
"npm": "nuxt-
|
|
6003
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
6004
|
+
"npm": "nuxt-seo-experiments",
|
|
5033
6005
|
"icon": "",
|
|
5034
|
-
"github": "https://github.com/harlan-zw/nuxt-
|
|
5035
|
-
"website": "https://github.com/harlan-zw/nuxt-
|
|
6006
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6007
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5036
6008
|
"learn_more": "",
|
|
5037
6009
|
"category": "SEO",
|
|
5038
6010
|
"type": "3rd-party",
|
|
@@ -5075,6 +6047,28 @@
|
|
|
5075
6047
|
"requires": {}
|
|
5076
6048
|
}
|
|
5077
6049
|
},
|
|
6050
|
+
{
|
|
6051
|
+
"name": "unlazy",
|
|
6052
|
+
"description": "Lazy loading library for placeholder images",
|
|
6053
|
+
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
6054
|
+
"npm": "@unlazy/nuxt",
|
|
6055
|
+
"icon": "unlazy.svg",
|
|
6056
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
6057
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
6058
|
+
"learn_more": "",
|
|
6059
|
+
"category": "Images",
|
|
6060
|
+
"type": "3rd-party",
|
|
6061
|
+
"maintainers": [
|
|
6062
|
+
{
|
|
6063
|
+
"name": "Johann Schopplich",
|
|
6064
|
+
"github": "johannschopplich"
|
|
6065
|
+
}
|
|
6066
|
+
],
|
|
6067
|
+
"compatibility": {
|
|
6068
|
+
"nuxt": "^3.0.0",
|
|
6069
|
+
"requires": {}
|
|
6070
|
+
}
|
|
6071
|
+
},
|
|
5078
6072
|
{
|
|
5079
6073
|
"name": "unlighthouse",
|
|
5080
6074
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5127,6 +6121,29 @@
|
|
|
5127
6121
|
}
|
|
5128
6122
|
}
|
|
5129
6123
|
},
|
|
6124
|
+
{
|
|
6125
|
+
"name": "ununuracss",
|
|
6126
|
+
"description": "A Real CSS Engine. Only Scoped.",
|
|
6127
|
+
"repo": "novout/ununuracss#main/packages/nuxt",
|
|
6128
|
+
"npm": "nuxt-ununura",
|
|
6129
|
+
"icon": "ununuracss.png",
|
|
6130
|
+
"github": "https://github.com/novout/ununuracss",
|
|
6131
|
+
"website": "https://ununura.com/#/",
|
|
6132
|
+
"learn_more": "https://ununura.com/#/docs/why",
|
|
6133
|
+
"category": "UI",
|
|
6134
|
+
"type": "3rd-party",
|
|
6135
|
+
"maintainers": [
|
|
6136
|
+
{
|
|
6137
|
+
"name": "Giovane Cardoso",
|
|
6138
|
+
"github": "novout",
|
|
6139
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
6140
|
+
}
|
|
6141
|
+
],
|
|
6142
|
+
"compatibility": {
|
|
6143
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6144
|
+
"requires": {}
|
|
6145
|
+
}
|
|
6146
|
+
},
|
|
5130
6147
|
{
|
|
5131
6148
|
"name": "user-agent",
|
|
5132
6149
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -5171,6 +6188,76 @@
|
|
|
5171
6188
|
"requires": {}
|
|
5172
6189
|
}
|
|
5173
6190
|
},
|
|
6191
|
+
{
|
|
6192
|
+
"name": "vant",
|
|
6193
|
+
"description": "A lightweight, customizable Vue UI library for mobile web apps.",
|
|
6194
|
+
"repo": "vant-ui/vant-nuxt",
|
|
6195
|
+
"npm": "@vant/nuxt",
|
|
6196
|
+
"icon": "vant.png",
|
|
6197
|
+
"github": "https://github.com/vant-ui/vant-nuxt",
|
|
6198
|
+
"website": "https://vant-ui.github.io/vant",
|
|
6199
|
+
"learn_more": "https://github.com/vant-ui/vant-nuxt#readme",
|
|
6200
|
+
"category": "UI",
|
|
6201
|
+
"type": "3rd-party",
|
|
6202
|
+
"maintainers": [
|
|
6203
|
+
{
|
|
6204
|
+
"name": "tolking",
|
|
6205
|
+
"github": "tolking"
|
|
6206
|
+
}
|
|
6207
|
+
],
|
|
6208
|
+
"compatibility": {
|
|
6209
|
+
"nuxt": "^3.0.0",
|
|
6210
|
+
"requires": {
|
|
6211
|
+
"bridge": "optional"
|
|
6212
|
+
}
|
|
6213
|
+
}
|
|
6214
|
+
},
|
|
6215
|
+
{
|
|
6216
|
+
"name": "varlet",
|
|
6217
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
6218
|
+
"repo": "varletjs/varlet-nuxt",
|
|
6219
|
+
"npm": "@varlet/nuxt",
|
|
6220
|
+
"icon": "varlet.svg",
|
|
6221
|
+
"github": "https://github.com/varletjs/varlet",
|
|
6222
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
6223
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
6224
|
+
"category": "UI",
|
|
6225
|
+
"type": "3rd-party",
|
|
6226
|
+
"maintainers": [
|
|
6227
|
+
{
|
|
6228
|
+
"name": "zhangmo8",
|
|
6229
|
+
"github": "zhangmo8"
|
|
6230
|
+
}
|
|
6231
|
+
],
|
|
6232
|
+
"compatibility": {
|
|
6233
|
+
"nuxt": "^3.0.0",
|
|
6234
|
+
"requires": {
|
|
6235
|
+
"bridge": "optional"
|
|
6236
|
+
}
|
|
6237
|
+
}
|
|
6238
|
+
},
|
|
6239
|
+
{
|
|
6240
|
+
"name": "vee-validate",
|
|
6241
|
+
"description": "Painless Vue forms for Nuxt.js",
|
|
6242
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6243
|
+
"npm": "@vee-validate/nuxt",
|
|
6244
|
+
"icon": "vee-validate.png",
|
|
6245
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
6246
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
6247
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
6248
|
+
"category": "Libraries",
|
|
6249
|
+
"type": "3rd-party",
|
|
6250
|
+
"maintainers": [
|
|
6251
|
+
{
|
|
6252
|
+
"name": "Abdelrahman Awad",
|
|
6253
|
+
"github": "logaretm"
|
|
6254
|
+
}
|
|
6255
|
+
],
|
|
6256
|
+
"compatibility": {
|
|
6257
|
+
"nuxt": "^3.0.0",
|
|
6258
|
+
"requires": {}
|
|
6259
|
+
}
|
|
6260
|
+
},
|
|
5174
6261
|
{
|
|
5175
6262
|
"name": "vendor",
|
|
5176
6263
|
"description": "directly serve node_modules",
|
|
@@ -5194,16 +6281,89 @@
|
|
|
5194
6281
|
"requires": {}
|
|
5195
6282
|
}
|
|
5196
6283
|
},
|
|
6284
|
+
{
|
|
6285
|
+
"name": "vercel-analytics",
|
|
6286
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
6287
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
6288
|
+
"npm": "nuxt-vercel-analytics",
|
|
6289
|
+
"icon": "",
|
|
6290
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6291
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6292
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
6293
|
+
"category": "Analytics",
|
|
6294
|
+
"type": "3rd-party",
|
|
6295
|
+
"maintainers": [
|
|
6296
|
+
{
|
|
6297
|
+
"name": "Alexander B.",
|
|
6298
|
+
"github": "xanderbarkhatov"
|
|
6299
|
+
}
|
|
6300
|
+
],
|
|
6301
|
+
"compatibility": {
|
|
6302
|
+
"nuxt": "^3.0.0",
|
|
6303
|
+
"requires": {}
|
|
6304
|
+
}
|
|
6305
|
+
},
|
|
6306
|
+
{
|
|
6307
|
+
"name": "vexip-ui",
|
|
6308
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
6309
|
+
"repo": "vexip-ui/nuxt",
|
|
6310
|
+
"npm": "@vexip-ui/nuxt",
|
|
6311
|
+
"icon": "vexip-ui.svg",
|
|
6312
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
6313
|
+
"website": "https://www.vexipui.com/",
|
|
6314
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
6315
|
+
"category": "UI",
|
|
6316
|
+
"type": "3rd-party",
|
|
6317
|
+
"maintainers": [
|
|
6318
|
+
{
|
|
6319
|
+
"name": "未觉雨声",
|
|
6320
|
+
"github": "qmhc",
|
|
6321
|
+
"twitter": "qmhc95"
|
|
6322
|
+
}
|
|
6323
|
+
],
|
|
6324
|
+
"compatibility": {
|
|
6325
|
+
"nuxt": "^3.0.0",
|
|
6326
|
+
"requires": {}
|
|
6327
|
+
}
|
|
6328
|
+
},
|
|
6329
|
+
{
|
|
6330
|
+
"name": "vite-pwa-nuxt",
|
|
6331
|
+
"description": "Zero-config PWA Plugin for Nuxt 3",
|
|
6332
|
+
"repo": "vite-pwa/nuxt",
|
|
6333
|
+
"npm": "@vite-pwa/nuxt",
|
|
6334
|
+
"icon": "vite-pwa-nuxt.svg",
|
|
6335
|
+
"github": "https://github.com/vite-pwa/nuxt",
|
|
6336
|
+
"website": "https://github.com/vite-pwa/nuxt",
|
|
6337
|
+
"learn_more": "https://vite-pwa-org.netlify.app/frameworks/nuxt.html",
|
|
6338
|
+
"category": "Performance",
|
|
6339
|
+
"type": "3rd-party",
|
|
6340
|
+
"maintainers": [
|
|
6341
|
+
{
|
|
6342
|
+
"name": "Joaquín Sánchez",
|
|
6343
|
+
"github": "userquin",
|
|
6344
|
+
"twitter": "userquin"
|
|
6345
|
+
},
|
|
6346
|
+
{
|
|
6347
|
+
"name": "Anthony Fu",
|
|
6348
|
+
"github": "antfu",
|
|
6349
|
+
"twitter": "antfu7"
|
|
6350
|
+
}
|
|
6351
|
+
],
|
|
6352
|
+
"compatibility": {
|
|
6353
|
+
"nuxt": "^3.0.0",
|
|
6354
|
+
"requires": {}
|
|
6355
|
+
}
|
|
6356
|
+
},
|
|
5197
6357
|
{
|
|
5198
6358
|
"name": "vitest",
|
|
5199
6359
|
"description": "Vitest integration with Nuxt",
|
|
5200
|
-
"repo": "danielroe/nuxt-vitest
|
|
6360
|
+
"repo": "danielroe/nuxt-vitest",
|
|
5201
6361
|
"npm": "nuxt-vitest",
|
|
5202
6362
|
"icon": "vitest.svg",
|
|
5203
6363
|
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
5204
6364
|
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
5205
6365
|
"learn_more": "",
|
|
5206
|
-
"category": "
|
|
6366
|
+
"category": "Devtools",
|
|
5207
6367
|
"type": "3rd-party",
|
|
5208
6368
|
"maintainers": [
|
|
5209
6369
|
{
|
|
@@ -5220,15 +6380,45 @@
|
|
|
5220
6380
|
"requires": {}
|
|
5221
6381
|
}
|
|
5222
6382
|
},
|
|
6383
|
+
{
|
|
6384
|
+
"name": "vue-email",
|
|
6385
|
+
"description": "Write email templates with vue",
|
|
6386
|
+
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6387
|
+
"npm": "vue-email",
|
|
6388
|
+
"icon": "vue-email.svg",
|
|
6389
|
+
"github": "https://github.com/Dave136/vue-email",
|
|
6390
|
+
"website": "https://vue-email.vercel.app/",
|
|
6391
|
+
"learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
|
|
6392
|
+
"category": "UI",
|
|
6393
|
+
"type": "3rd-party",
|
|
6394
|
+
"maintainers": [
|
|
6395
|
+
{
|
|
6396
|
+
"name": "David Arenas",
|
|
6397
|
+
"github": "Dave136",
|
|
6398
|
+
"twitter": "davejs4",
|
|
6399
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
6400
|
+
},
|
|
6401
|
+
{
|
|
6402
|
+
"name": "Younes Barrad",
|
|
6403
|
+
"github": "Flowko",
|
|
6404
|
+
"twitter": "imflowko",
|
|
6405
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6406
|
+
}
|
|
6407
|
+
],
|
|
6408
|
+
"compatibility": {
|
|
6409
|
+
"nuxt": "^3.0.0",
|
|
6410
|
+
"requires": {}
|
|
6411
|
+
}
|
|
6412
|
+
},
|
|
5223
6413
|
{
|
|
5224
6414
|
"name": "vue-macros",
|
|
5225
|
-
"description": "Explore
|
|
5226
|
-
"repo": "sxzz/
|
|
6415
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
6416
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5227
6417
|
"npm": "@vue-macros/nuxt",
|
|
5228
6418
|
"icon": "vue-macros.svg",
|
|
5229
|
-
"github": "https://github.com/sxzz/
|
|
6419
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5230
6420
|
"website": "https://vue-macros.sxzz.moe",
|
|
5231
|
-
"learn_more": "https://github.com/sxzz/
|
|
6421
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5232
6422
|
"category": "Extensions",
|
|
5233
6423
|
"type": "3rd-party",
|
|
5234
6424
|
"maintainers": [
|
|
@@ -5311,6 +6501,29 @@
|
|
|
5311
6501
|
"requires": {}
|
|
5312
6502
|
}
|
|
5313
6503
|
},
|
|
6504
|
+
{
|
|
6505
|
+
"name": "vue-query",
|
|
6506
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6507
|
+
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
|
|
6508
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
6509
|
+
"icon": "vue-query.svg",
|
|
6510
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
6511
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
6512
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
6513
|
+
"category": "Request",
|
|
6514
|
+
"type": "3rd-party",
|
|
6515
|
+
"maintainers": [
|
|
6516
|
+
{
|
|
6517
|
+
"name": "Hebilicious",
|
|
6518
|
+
"github": "Hebilicious",
|
|
6519
|
+
"twitter": "its_hebilicious"
|
|
6520
|
+
}
|
|
6521
|
+
],
|
|
6522
|
+
"compatibility": {
|
|
6523
|
+
"nuxt": "^3.0.0",
|
|
6524
|
+
"requires": {}
|
|
6525
|
+
}
|
|
6526
|
+
},
|
|
5314
6527
|
{
|
|
5315
6528
|
"name": "vue-select",
|
|
5316
6529
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -5381,6 +6594,29 @@
|
|
|
5381
6594
|
"requires": {}
|
|
5382
6595
|
}
|
|
5383
6596
|
},
|
|
6597
|
+
{
|
|
6598
|
+
"name": "vue3-carousel-nuxt",
|
|
6599
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
|
|
6600
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6601
|
+
"npm": "vue3-carousel-nuxt",
|
|
6602
|
+
"icon": "",
|
|
6603
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
6604
|
+
"website": "",
|
|
6605
|
+
"learn_more": "",
|
|
6606
|
+
"category": "UI",
|
|
6607
|
+
"type": "3rd-party",
|
|
6608
|
+
"maintainers": [
|
|
6609
|
+
{
|
|
6610
|
+
"name": "Gaetan SENN",
|
|
6611
|
+
"github": "gaetansenn",
|
|
6612
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6613
|
+
}
|
|
6614
|
+
],
|
|
6615
|
+
"compatibility": {
|
|
6616
|
+
"nuxt": "^3.0.0",
|
|
6617
|
+
"requires": {}
|
|
6618
|
+
}
|
|
6619
|
+
},
|
|
5384
6620
|
{
|
|
5385
6621
|
"name": "vuefire",
|
|
5386
6622
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
@@ -5425,6 +6661,28 @@
|
|
|
5425
6661
|
"requires": {}
|
|
5426
6662
|
}
|
|
5427
6663
|
},
|
|
6664
|
+
{
|
|
6665
|
+
"name": "vuetify-nuxt-module",
|
|
6666
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
6667
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
6668
|
+
"npm": "vuetify-nuxt-module",
|
|
6669
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
6670
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6671
|
+
"website": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6672
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
|
|
6673
|
+
"category": "UI",
|
|
6674
|
+
"type": "3rd-party",
|
|
6675
|
+
"maintainers": [
|
|
6676
|
+
{
|
|
6677
|
+
"name": "Joaquín Sánchez",
|
|
6678
|
+
"github": "userquin"
|
|
6679
|
+
}
|
|
6680
|
+
],
|
|
6681
|
+
"compatibility": {
|
|
6682
|
+
"nuxt": "^3.0.0",
|
|
6683
|
+
"requires": {}
|
|
6684
|
+
}
|
|
6685
|
+
},
|
|
5428
6686
|
{
|
|
5429
6687
|
"name": "vuetify",
|
|
5430
6688
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|
|
@@ -5499,6 +6757,29 @@
|
|
|
5499
6757
|
"requires": {}
|
|
5500
6758
|
}
|
|
5501
6759
|
},
|
|
6760
|
+
{
|
|
6761
|
+
"name": "vunix",
|
|
6762
|
+
"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.",
|
|
6763
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6764
|
+
"npm": "@vunix/nuxt",
|
|
6765
|
+
"icon": "",
|
|
6766
|
+
"github": "https://github.com/gaetansenn/vunix",
|
|
6767
|
+
"website": "https://vunix.dewib.com/",
|
|
6768
|
+
"learn_more": "",
|
|
6769
|
+
"category": "UI",
|
|
6770
|
+
"type": "3rd-party",
|
|
6771
|
+
"maintainers": [
|
|
6772
|
+
{
|
|
6773
|
+
"name": "Gaetan SENN",
|
|
6774
|
+
"github": "gaetansenn",
|
|
6775
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6776
|
+
}
|
|
6777
|
+
],
|
|
6778
|
+
"compatibility": {
|
|
6779
|
+
"nuxt": "^3.0.0",
|
|
6780
|
+
"requires": {}
|
|
6781
|
+
}
|
|
6782
|
+
},
|
|
5502
6783
|
{
|
|
5503
6784
|
"name": "web-vitals",
|
|
5504
6785
|
"description": "Web Vitals for Nuxt",
|
|
@@ -5533,29 +6814,6 @@
|
|
|
5533
6814
|
}
|
|
5534
6815
|
}
|
|
5535
6816
|
},
|
|
5536
|
-
{
|
|
5537
|
-
"name": "web3js",
|
|
5538
|
-
"description": "Web3.js module integration for Nuxt.js",
|
|
5539
|
-
"repo": "bl0cknumber/nuxt-web3",
|
|
5540
|
-
"npm": "nuxt-web3",
|
|
5541
|
-
"icon": "web3js.svg",
|
|
5542
|
-
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5543
|
-
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5544
|
-
"learn_more": "https://web3js.readthedocs.io/",
|
|
5545
|
-
"category": "Libraries",
|
|
5546
|
-
"type": "3rd-party",
|
|
5547
|
-
"maintainers": [
|
|
5548
|
-
{
|
|
5549
|
-
"name": "Muhammad Fauzan",
|
|
5550
|
-
"github": "bl0cknumber",
|
|
5551
|
-
"twitter": "fncolon"
|
|
5552
|
-
}
|
|
5553
|
-
],
|
|
5554
|
-
"compatibility": {
|
|
5555
|
-
"nuxt": "^2.0.0",
|
|
5556
|
-
"requires": {}
|
|
5557
|
-
}
|
|
5558
|
-
},
|
|
5559
6817
|
{
|
|
5560
6818
|
"name": "webfontloader",
|
|
5561
6819
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -5670,6 +6928,54 @@
|
|
|
5670
6928
|
"requires": {}
|
|
5671
6929
|
}
|
|
5672
6930
|
},
|
|
6931
|
+
{
|
|
6932
|
+
"name": "well-known",
|
|
6933
|
+
"description": "A Nuxt.js module to add well-known URIs using middlewares",
|
|
6934
|
+
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6935
|
+
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6936
|
+
"icon": "well-known.svg",
|
|
6937
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-well-known",
|
|
6938
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
|
|
6939
|
+
"learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
|
|
6940
|
+
"category": "SEO",
|
|
6941
|
+
"type": "3rd-party",
|
|
6942
|
+
"maintainers": [
|
|
6943
|
+
{
|
|
6944
|
+
"name": "Zadig&Voltaire Team",
|
|
6945
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
6946
|
+
}
|
|
6947
|
+
],
|
|
6948
|
+
"compatibility": {
|
|
6949
|
+
"nuxt": "^3.0.0",
|
|
6950
|
+
"requires": {}
|
|
6951
|
+
}
|
|
6952
|
+
},
|
|
6953
|
+
{
|
|
6954
|
+
"name": "wideangle",
|
|
6955
|
+
"description": "Nuxt 3 module to integrate Wide Angle Analytics",
|
|
6956
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
6957
|
+
"npm": "wideangle-nuxt",
|
|
6958
|
+
"icon": "wideangle.png",
|
|
6959
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
6960
|
+
"website": "https://wideangle.co",
|
|
6961
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
6962
|
+
"category": "Analytics",
|
|
6963
|
+
"type": "3rd-party",
|
|
6964
|
+
"maintainers": [
|
|
6965
|
+
{
|
|
6966
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
6967
|
+
"github": "inputobjects"
|
|
6968
|
+
},
|
|
6969
|
+
{
|
|
6970
|
+
"name": "Jarek Rozanski",
|
|
6971
|
+
"github": "jrozanski"
|
|
6972
|
+
}
|
|
6973
|
+
],
|
|
6974
|
+
"compatibility": {
|
|
6975
|
+
"nuxt": "^3.0.0",
|
|
6976
|
+
"requires": {}
|
|
6977
|
+
}
|
|
6978
|
+
},
|
|
5673
6979
|
{
|
|
5674
6980
|
"name": "windicss",
|
|
5675
6981
|
"description": "Next generation utility-first CSS framework.",
|
|
@@ -5813,6 +7119,29 @@
|
|
|
5813
7119
|
"requires": {}
|
|
5814
7120
|
}
|
|
5815
7121
|
},
|
|
7122
|
+
{
|
|
7123
|
+
"name": "yandex-metrika-next",
|
|
7124
|
+
"description": "Yandex Metrika integration for Nuxt",
|
|
7125
|
+
"repo": "artmizu/yandex-metrika-nuxt",
|
|
7126
|
+
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
7127
|
+
"icon": "yandex-metrika.svg",
|
|
7128
|
+
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
7129
|
+
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
7130
|
+
"learn_more": "",
|
|
7131
|
+
"category": "Analytics",
|
|
7132
|
+
"type": "3rd-party",
|
|
7133
|
+
"maintainers": [
|
|
7134
|
+
{
|
|
7135
|
+
"name": "Aleksandr Saburov",
|
|
7136
|
+
"github": "artmizu",
|
|
7137
|
+
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
7138
|
+
}
|
|
7139
|
+
],
|
|
7140
|
+
"compatibility": {
|
|
7141
|
+
"nuxt": "^3.0.0",
|
|
7142
|
+
"requires": {}
|
|
7143
|
+
}
|
|
7144
|
+
},
|
|
5816
7145
|
{
|
|
5817
7146
|
"name": "yandex-metrika",
|
|
5818
7147
|
"description": "Yandex metrika Module for Nuxt.js",
|