@nuxt/modules 0.6.0-db9483 → 0.6.0-dc3d45
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 +1499 -149
- 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,13 +751,40 @@
|
|
|
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",
|
|
619
|
-
"repo": "nuxt-
|
|
784
|
+
"repo": "nuxt-modules/cloudinary",
|
|
620
785
|
"npm": "@nuxtjs/cloudinary",
|
|
621
786
|
"icon": "cloudinary.png",
|
|
622
|
-
"github": "https://github.com/nuxt-
|
|
787
|
+
"github": "https://github.com/nuxt-modules/cloudinary",
|
|
623
788
|
"website": "https://cloudinary.nuxtjs.org",
|
|
624
789
|
"learn_more": "https://cloudinary.com",
|
|
625
790
|
"category": "Images",
|
|
@@ -639,10 +804,10 @@
|
|
|
639
804
|
{
|
|
640
805
|
"name": "color-mode",
|
|
641
806
|
"description": "Dark and Light mode for NuxtJS with auto detection",
|
|
642
|
-
"repo": "nuxt-
|
|
807
|
+
"repo": "nuxt-modules/color-mode",
|
|
643
808
|
"npm": "@nuxtjs/color-mode",
|
|
644
809
|
"icon": "color-mode.png",
|
|
645
|
-
"github": "https://github.com/nuxt-
|
|
810
|
+
"github": "https://github.com/nuxt-modules/color-mode",
|
|
646
811
|
"website": "https://color-mode.nuxtjs.org",
|
|
647
812
|
"learn_more": "",
|
|
648
813
|
"category": "UI",
|
|
@@ -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": "",
|
|
@@ -879,11 +1067,11 @@
|
|
|
879
1067
|
}
|
|
880
1068
|
},
|
|
881
1069
|
{
|
|
882
|
-
"name": "datocms",
|
|
883
|
-
"description": "DatoCMS integration for Nuxt.js",
|
|
1070
|
+
"name": "datocms-nuxt2",
|
|
1071
|
+
"description": "DatoCMS integration for Nuxt.js v2",
|
|
884
1072
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
885
1073
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
886
|
-
"icon": "datocms.
|
|
1074
|
+
"icon": "datocms.svg",
|
|
887
1075
|
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
888
1076
|
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
889
1077
|
"learn_more": "https://www.datocms.com/",
|
|
@@ -900,26 +1088,50 @@
|
|
|
900
1088
|
"requires": {}
|
|
901
1089
|
}
|
|
902
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
|
+
},
|
|
903
1115
|
{
|
|
904
1116
|
"name": "dayjs",
|
|
905
|
-
"description": "
|
|
906
|
-
"repo": "
|
|
907
|
-
"npm": "
|
|
1117
|
+
"description": "Day.js module for Nuxt",
|
|
1118
|
+
"repo": "fumeapp/dayjs",
|
|
1119
|
+
"npm": "dayjs-nuxt",
|
|
908
1120
|
"icon": "day-js.png",
|
|
909
|
-
"github": "https://github.com/
|
|
910
|
-
"website": "https://github.com/
|
|
1121
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1122
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
911
1123
|
"learn_more": "https://day.js.org/",
|
|
912
|
-
"category": "
|
|
913
|
-
"type": "
|
|
1124
|
+
"category": "Libraries",
|
|
1125
|
+
"type": "3rd-party",
|
|
914
1126
|
"maintainers": [
|
|
915
1127
|
{
|
|
916
|
-
"name": "
|
|
917
|
-
"github": "
|
|
918
|
-
"twitter": "
|
|
1128
|
+
"name": "Kevin Olson",
|
|
1129
|
+
"github": "acidjazz",
|
|
1130
|
+
"twitter": "AppFume"
|
|
919
1131
|
}
|
|
920
1132
|
],
|
|
921
1133
|
"compatibility": {
|
|
922
|
-
"nuxt": "^
|
|
1134
|
+
"nuxt": "^3.0.0",
|
|
923
1135
|
"requires": {}
|
|
924
1136
|
}
|
|
925
1137
|
},
|
|
@@ -968,15 +1180,38 @@
|
|
|
968
1180
|
"requires": {}
|
|
969
1181
|
}
|
|
970
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
|
+
},
|
|
971
1206
|
{
|
|
972
1207
|
"name": "directus",
|
|
973
|
-
"description": "Easily connect your
|
|
1208
|
+
"description": "Easily connect your Nuxt application to your directus server.",
|
|
974
1209
|
"repo": "intevel/nuxt-directus",
|
|
975
1210
|
"npm": "nuxt-directus",
|
|
976
1211
|
"icon": "directus.svg",
|
|
977
|
-
"github": "https://github.com/
|
|
978
|
-
"website": "https://nuxt-directus.
|
|
979
|
-
"learn_more": "https://nuxt-directus.
|
|
1212
|
+
"github": "https://github.com/intevel/nuxt-directus/",
|
|
1213
|
+
"website": "https://nuxt-directus.site/",
|
|
1214
|
+
"learn_more": "https://nuxt-directus.site/",
|
|
980
1215
|
"category": "CMS",
|
|
981
1216
|
"type": "3rd-party",
|
|
982
1217
|
"maintainers": [
|
|
@@ -987,10 +1222,30 @@
|
|
|
987
1222
|
}
|
|
988
1223
|
],
|
|
989
1224
|
"compatibility": {
|
|
990
|
-
"nuxt": "^
|
|
991
|
-
"requires": {
|
|
992
|
-
|
|
1225
|
+
"nuxt": "^3.0.0",
|
|
1226
|
+
"requires": {}
|
|
1227
|
+
}
|
|
1228
|
+
},
|
|
1229
|
+
{
|
|
1230
|
+
"name": "disqus",
|
|
1231
|
+
"description": "Disqus for Nuxt 3",
|
|
1232
|
+
"repo": "modbender/nuxt-disqus",
|
|
1233
|
+
"npm": "nuxt-disqus",
|
|
1234
|
+
"icon": "disqus.svg",
|
|
1235
|
+
"github": "https://github.com/modbender/nuxt-disqus",
|
|
1236
|
+
"website": "https://github.com/modbender/nuxt-disqus",
|
|
1237
|
+
"learn_more": "https://github.com/modbender/vue3-disqus",
|
|
1238
|
+
"category": "Libraries",
|
|
1239
|
+
"type": "3rd-party",
|
|
1240
|
+
"maintainers": [
|
|
1241
|
+
{
|
|
1242
|
+
"name": "modbender",
|
|
1243
|
+
"github": "modbender"
|
|
993
1244
|
}
|
|
1245
|
+
],
|
|
1246
|
+
"compatibility": {
|
|
1247
|
+
"nuxt": "^3.0.0",
|
|
1248
|
+
"requires": {}
|
|
994
1249
|
}
|
|
995
1250
|
},
|
|
996
1251
|
{
|
|
@@ -1070,6 +1325,28 @@
|
|
|
1070
1325
|
"requires": {}
|
|
1071
1326
|
}
|
|
1072
1327
|
},
|
|
1328
|
+
{
|
|
1329
|
+
"name": "electron",
|
|
1330
|
+
"description": "Integrate Nuxt and Electron.",
|
|
1331
|
+
"repo": "caoxiemeihao/nuxt-electron",
|
|
1332
|
+
"npm": "nuxt-electron",
|
|
1333
|
+
"icon": "electron.svg",
|
|
1334
|
+
"github": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1335
|
+
"website": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1336
|
+
"learn_more": "https://github.com/caoxiemeihao/nuxt-electron#readme",
|
|
1337
|
+
"category": "Extensions",
|
|
1338
|
+
"type": "3rd-party",
|
|
1339
|
+
"maintainers": [
|
|
1340
|
+
{
|
|
1341
|
+
"name": "草鞋没号",
|
|
1342
|
+
"github": "caoxiemeihao"
|
|
1343
|
+
}
|
|
1344
|
+
],
|
|
1345
|
+
"compatibility": {
|
|
1346
|
+
"nuxt": "^3.0.0",
|
|
1347
|
+
"requires": {}
|
|
1348
|
+
}
|
|
1349
|
+
},
|
|
1073
1350
|
{
|
|
1074
1351
|
"name": "element-plus",
|
|
1075
1352
|
"description": "A Vue 3 based component library for designers and developers",
|
|
@@ -1140,7 +1417,7 @@
|
|
|
1140
1417
|
}
|
|
1141
1418
|
],
|
|
1142
1419
|
"compatibility": {
|
|
1143
|
-
"nuxt": "^2.0.0",
|
|
1420
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1144
1421
|
"requires": {}
|
|
1145
1422
|
}
|
|
1146
1423
|
},
|
|
@@ -1366,6 +1643,29 @@
|
|
|
1366
1643
|
"requires": {}
|
|
1367
1644
|
}
|
|
1368
1645
|
},
|
|
1646
|
+
{
|
|
1647
|
+
"name": "form-actions",
|
|
1648
|
+
"description": "A set of features and composables to interact with forms and server data.",
|
|
1649
|
+
"repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt#main",
|
|
1650
|
+
"npm": "@hebilicious/form-actions-nuxt",
|
|
1651
|
+
"icon": "form-actions.svg",
|
|
1652
|
+
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1653
|
+
"website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1654
|
+
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1655
|
+
"category": "Request",
|
|
1656
|
+
"type": "3rd-party",
|
|
1657
|
+
"maintainers": [
|
|
1658
|
+
{
|
|
1659
|
+
"name": "Hebilicious",
|
|
1660
|
+
"github": "Hebilicious",
|
|
1661
|
+
"twitter": "its_hebilicious"
|
|
1662
|
+
}
|
|
1663
|
+
],
|
|
1664
|
+
"compatibility": {
|
|
1665
|
+
"nuxt": "^3.0.0",
|
|
1666
|
+
"requires": {}
|
|
1667
|
+
}
|
|
1668
|
+
},
|
|
1369
1669
|
{
|
|
1370
1670
|
"name": "formkit",
|
|
1371
1671
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1499,11 +1799,11 @@
|
|
|
1499
1799
|
{
|
|
1500
1800
|
"name": "google-fonts",
|
|
1501
1801
|
"description": "Google Fonts module for NuxtJS",
|
|
1502
|
-
"repo": "nuxt-
|
|
1802
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1503
1803
|
"npm": "@nuxtjs/google-fonts",
|
|
1504
1804
|
"icon": "google-fonts.png",
|
|
1505
|
-
"github": "https://github.com/nuxt-
|
|
1506
|
-
"website": "https://
|
|
1805
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1806
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1507
1807
|
"learn_more": "https://developers.google.com/fonts",
|
|
1508
1808
|
"category": "Fonts",
|
|
1509
1809
|
"type": "community",
|
|
@@ -1645,6 +1945,30 @@
|
|
|
1645
1945
|
"requires": {}
|
|
1646
1946
|
}
|
|
1647
1947
|
},
|
|
1948
|
+
{
|
|
1949
|
+
"name": "gtag",
|
|
1950
|
+
"description": "Google Analytics integration for Nuxt 3",
|
|
1951
|
+
"repo": "johannschopplich/nuxt-gtag",
|
|
1952
|
+
"npm": "nuxt-gtag",
|
|
1953
|
+
"icon": "gtag.svg",
|
|
1954
|
+
"github": "https://github.com/johannschopplich/nuxt-gtag",
|
|
1955
|
+
"website": "https://github.com/johannschopplich/nuxt-gtag#readme",
|
|
1956
|
+
"learn_more": "",
|
|
1957
|
+
"category": "Analytics",
|
|
1958
|
+
"type": "3rd-party",
|
|
1959
|
+
"maintainers": [
|
|
1960
|
+
{
|
|
1961
|
+
"name": "Johann Schopplich",
|
|
1962
|
+
"github": "johannschopplich",
|
|
1963
|
+
"twitter": "jschopplich",
|
|
1964
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
1965
|
+
}
|
|
1966
|
+
],
|
|
1967
|
+
"compatibility": {
|
|
1968
|
+
"nuxt": "^3.0.0",
|
|
1969
|
+
"requires": {}
|
|
1970
|
+
}
|
|
1971
|
+
},
|
|
1648
1972
|
{
|
|
1649
1973
|
"name": "gtm",
|
|
1650
1974
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
@@ -1690,6 +2014,28 @@
|
|
|
1690
2014
|
"requires": {}
|
|
1691
2015
|
}
|
|
1692
2016
|
},
|
|
2017
|
+
{
|
|
2018
|
+
"name": "hanko",
|
|
2019
|
+
"description": "Hanko integration for Nuxt for passwordless authentication",
|
|
2020
|
+
"repo": "nuxt-modules/hanko",
|
|
2021
|
+
"npm": "@nuxtjs/hanko",
|
|
2022
|
+
"icon": "hanko.svg",
|
|
2023
|
+
"github": "https://github.com/nuxt-modules/hanko",
|
|
2024
|
+
"website": "https://github.com/nuxt-modules/hanko",
|
|
2025
|
+
"learn_more": "https://hanko.io/",
|
|
2026
|
+
"category": "Security",
|
|
2027
|
+
"type": "community",
|
|
2028
|
+
"maintainers": [
|
|
2029
|
+
{
|
|
2030
|
+
"name": "danielroe",
|
|
2031
|
+
"github": "danielroe"
|
|
2032
|
+
}
|
|
2033
|
+
],
|
|
2034
|
+
"compatibility": {
|
|
2035
|
+
"nuxt": "^3.0.0",
|
|
2036
|
+
"requires": {}
|
|
2037
|
+
}
|
|
2038
|
+
},
|
|
1693
2039
|
{
|
|
1694
2040
|
"name": "harlem",
|
|
1695
2041
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -1925,11 +2271,11 @@
|
|
|
1925
2271
|
{
|
|
1926
2272
|
"name": "i18n",
|
|
1927
2273
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
1928
|
-
"repo": "nuxt-
|
|
2274
|
+
"repo": "nuxt-modules/i18n",
|
|
1929
2275
|
"npm": "@nuxtjs/i18n",
|
|
1930
2276
|
"icon": "i18n.png",
|
|
1931
|
-
"github": "https://github.com/nuxt-
|
|
1932
|
-
"website": "https://i18n.nuxtjs.org",
|
|
2277
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2278
|
+
"website": "https://v8.i18n.nuxtjs.org",
|
|
1933
2279
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
1934
2280
|
"category": "Extensions",
|
|
1935
2281
|
"type": "community",
|
|
@@ -1948,6 +2294,28 @@
|
|
|
1948
2294
|
"requires": {}
|
|
1949
2295
|
}
|
|
1950
2296
|
},
|
|
2297
|
+
{
|
|
2298
|
+
"name": "icon-font",
|
|
2299
|
+
"description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
|
|
2300
|
+
"repo": "coremyslo/nuxt-icon-font",
|
|
2301
|
+
"npm": "@coremyslo/nuxt-icon-font",
|
|
2302
|
+
"icon": "",
|
|
2303
|
+
"github": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2304
|
+
"website": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2305
|
+
"learn_more": "",
|
|
2306
|
+
"category": "UI",
|
|
2307
|
+
"type": "3rd-party",
|
|
2308
|
+
"maintainers": [
|
|
2309
|
+
{
|
|
2310
|
+
"name": "coremyslo",
|
|
2311
|
+
"github": "coremyslo"
|
|
2312
|
+
}
|
|
2313
|
+
],
|
|
2314
|
+
"compatibility": {
|
|
2315
|
+
"nuxt": "^3.0.0",
|
|
2316
|
+
"requires": {}
|
|
2317
|
+
}
|
|
2318
|
+
},
|
|
1951
2319
|
{
|
|
1952
2320
|
"name": "icon",
|
|
1953
2321
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2074,12 +2442,12 @@
|
|
|
2074
2442
|
{
|
|
2075
2443
|
"name": "inkline",
|
|
2076
2444
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2077
|
-
"repo": "inkline/
|
|
2078
|
-
"npm": "@inkline/
|
|
2445
|
+
"repo": "inkline/plugin",
|
|
2446
|
+
"npm": "@inkline/plugin",
|
|
2079
2447
|
"icon": "inkline.svg",
|
|
2080
|
-
"github": "https://github.com/inkline/
|
|
2448
|
+
"github": "https://github.com/inkline/plugin",
|
|
2081
2449
|
"website": "https://inkline.io",
|
|
2082
|
-
"learn_more": "https://inkline.io/docs/
|
|
2450
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2083
2451
|
"category": "UI",
|
|
2084
2452
|
"type": "3rd-party",
|
|
2085
2453
|
"maintainers": [
|
|
@@ -2299,7 +2667,7 @@
|
|
|
2299
2667
|
},
|
|
2300
2668
|
{
|
|
2301
2669
|
"name": "link-checker",
|
|
2302
|
-
"description": "",
|
|
2670
|
+
"description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
|
|
2303
2671
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2304
2672
|
"npm": "nuxt-link-checker",
|
|
2305
2673
|
"icon": "",
|
|
@@ -2416,6 +2784,32 @@
|
|
|
2416
2784
|
"requires": {}
|
|
2417
2785
|
}
|
|
2418
2786
|
},
|
|
2787
|
+
{
|
|
2788
|
+
"name": "lucide-icons",
|
|
2789
|
+
"description": "Nuxt 3 module to integrate Lucide icons",
|
|
2790
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
2791
|
+
"npm": "nuxt-lucide-icons",
|
|
2792
|
+
"icon": "lucide-icons.svg",
|
|
2793
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2794
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2795
|
+
"learn_more": "",
|
|
2796
|
+
"category": "UI",
|
|
2797
|
+
"type": "3rd-party",
|
|
2798
|
+
"maintainers": [
|
|
2799
|
+
{
|
|
2800
|
+
"name": "SWIS",
|
|
2801
|
+
"github": "swisnl"
|
|
2802
|
+
},
|
|
2803
|
+
{
|
|
2804
|
+
"name": "Jasper Zonneveld",
|
|
2805
|
+
"github": "JaZo"
|
|
2806
|
+
}
|
|
2807
|
+
],
|
|
2808
|
+
"compatibility": {
|
|
2809
|
+
"nuxt": "^3.0.0",
|
|
2810
|
+
"requires": {}
|
|
2811
|
+
}
|
|
2812
|
+
},
|
|
2419
2813
|
{
|
|
2420
2814
|
"name": "lunr",
|
|
2421
2815
|
"description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
|
|
@@ -2530,10 +2924,35 @@
|
|
|
2530
2924
|
}
|
|
2531
2925
|
},
|
|
2532
2926
|
{
|
|
2533
|
-
"name": "
|
|
2534
|
-
"description": "
|
|
2535
|
-
"repo": "
|
|
2536
|
-
"npm": "nuxt-
|
|
2927
|
+
"name": "medusa",
|
|
2928
|
+
"description": "Easily connect to Medusa from your Nuxt 3 application",
|
|
2929
|
+
"repo": "Baroshem/nuxt-medusa",
|
|
2930
|
+
"npm": "nuxt-medusa",
|
|
2931
|
+
"icon": "medusa.svg",
|
|
2932
|
+
"github": "https://github.com/Baroshem/nuxt-medusa/",
|
|
2933
|
+
"website": "https://nuxt-medusa.vercel.app/",
|
|
2934
|
+
"learn_more": "https://nuxt-medusa.vercel.app/",
|
|
2935
|
+
"category": "Ecommerce",
|
|
2936
|
+
"type": "3rd-party",
|
|
2937
|
+
"maintainers": [
|
|
2938
|
+
{
|
|
2939
|
+
"name": "Jakub Andrzejewski",
|
|
2940
|
+
"github": "Baroshem",
|
|
2941
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
2942
|
+
}
|
|
2943
|
+
],
|
|
2944
|
+
"compatibility": {
|
|
2945
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2946
|
+
"requires": {
|
|
2947
|
+
"bridge": true
|
|
2948
|
+
}
|
|
2949
|
+
}
|
|
2950
|
+
},
|
|
2951
|
+
{
|
|
2952
|
+
"name": "meilisearch",
|
|
2953
|
+
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
2954
|
+
"repo": "xlanex6/nuxt-meilisearch",
|
|
2955
|
+
"npm": "nuxt-meilisearch",
|
|
2537
2956
|
"icon": "meilisearch.svg",
|
|
2538
2957
|
"github": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2539
2958
|
"website": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
@@ -2598,6 +3017,29 @@
|
|
|
2598
3017
|
"requires": {}
|
|
2599
3018
|
}
|
|
2600
3019
|
},
|
|
3020
|
+
{
|
|
3021
|
+
"name": "module-feed",
|
|
3022
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
3023
|
+
"repo": "tresko/nuxt-module-feed",
|
|
3024
|
+
"npm": "nuxt-module-feed",
|
|
3025
|
+
"icon": "",
|
|
3026
|
+
"github": "https://github.com/tresko/nuxt-module-feed",
|
|
3027
|
+
"website": "https://github.com/tresko/nuxt-module-feed",
|
|
3028
|
+
"learn_more": "",
|
|
3029
|
+
"category": "SEO",
|
|
3030
|
+
"type": "3rd-party",
|
|
3031
|
+
"maintainers": [
|
|
3032
|
+
{
|
|
3033
|
+
"name": "Miha Sedej",
|
|
3034
|
+
"github": "tresko",
|
|
3035
|
+
"twitter": "mihasedej"
|
|
3036
|
+
}
|
|
3037
|
+
],
|
|
3038
|
+
"compatibility": {
|
|
3039
|
+
"nuxt": "^3.0.0",
|
|
3040
|
+
"requires": {}
|
|
3041
|
+
}
|
|
3042
|
+
},
|
|
2601
3043
|
{
|
|
2602
3044
|
"name": "moment",
|
|
2603
3045
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
@@ -2786,6 +3228,50 @@
|
|
|
2786
3228
|
"requires": {}
|
|
2787
3229
|
}
|
|
2788
3230
|
},
|
|
3231
|
+
{
|
|
3232
|
+
"name": "nupolyon",
|
|
3233
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3234
|
+
"repo": "adenvt/nupolyon",
|
|
3235
|
+
"npm": "nupolyon",
|
|
3236
|
+
"icon": "",
|
|
3237
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3238
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
3239
|
+
"learn_more": "",
|
|
3240
|
+
"category": "Performance",
|
|
3241
|
+
"type": "3rd-party",
|
|
3242
|
+
"maintainers": [
|
|
3243
|
+
{
|
|
3244
|
+
"name": "adenvt",
|
|
3245
|
+
"github": "adenvt"
|
|
3246
|
+
}
|
|
3247
|
+
],
|
|
3248
|
+
"compatibility": {
|
|
3249
|
+
"nuxt": "^3.0.0",
|
|
3250
|
+
"requires": {}
|
|
3251
|
+
}
|
|
3252
|
+
},
|
|
3253
|
+
{
|
|
3254
|
+
"name": "nuxt-anchorscroll",
|
|
3255
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3256
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3257
|
+
"npm": "nuxt-anchorscroll",
|
|
3258
|
+
"icon": "",
|
|
3259
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3260
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3261
|
+
"learn_more": "",
|
|
3262
|
+
"category": "UI",
|
|
3263
|
+
"type": "3rd-party",
|
|
3264
|
+
"maintainers": [
|
|
3265
|
+
{
|
|
3266
|
+
"name": "Helltraitor",
|
|
3267
|
+
"github": "helltraitor"
|
|
3268
|
+
}
|
|
3269
|
+
],
|
|
3270
|
+
"compatibility": {
|
|
3271
|
+
"nuxt": "^3.0.0",
|
|
3272
|
+
"requires": {}
|
|
3273
|
+
}
|
|
3274
|
+
},
|
|
2789
3275
|
{
|
|
2790
3276
|
"name": "nuxt-auth",
|
|
2791
3277
|
"description": "",
|
|
@@ -2808,6 +3294,72 @@
|
|
|
2808
3294
|
"requires": {}
|
|
2809
3295
|
}
|
|
2810
3296
|
},
|
|
3297
|
+
{
|
|
3298
|
+
"name": "nuxt-bootstrap-icons",
|
|
3299
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3300
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3301
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3302
|
+
"icon": "bootstrap-icons.svg",
|
|
3303
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3304
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3305
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3306
|
+
"category": "UI",
|
|
3307
|
+
"type": "3rd-party",
|
|
3308
|
+
"maintainers": [
|
|
3309
|
+
{
|
|
3310
|
+
"name": "OyewoleOyedeji",
|
|
3311
|
+
"github": "OyewoleOyedeji"
|
|
3312
|
+
}
|
|
3313
|
+
],
|
|
3314
|
+
"compatibility": {
|
|
3315
|
+
"nuxt": "^3.0.0",
|
|
3316
|
+
"requires": {}
|
|
3317
|
+
}
|
|
3318
|
+
},
|
|
3319
|
+
{
|
|
3320
|
+
"name": "nuxt-chatgpt",
|
|
3321
|
+
"description": "ChatGPT integration for Nuxt 3",
|
|
3322
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3323
|
+
"npm": "nuxt-chatgpt",
|
|
3324
|
+
"icon": "chatgpt.svg",
|
|
3325
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3326
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3327
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
3328
|
+
"category": "Libraries",
|
|
3329
|
+
"type": "3rd-party",
|
|
3330
|
+
"maintainers": [
|
|
3331
|
+
{
|
|
3332
|
+
"name": "Oliver Trajceski",
|
|
3333
|
+
"github": "schnapsterdog"
|
|
3334
|
+
}
|
|
3335
|
+
],
|
|
3336
|
+
"compatibility": {
|
|
3337
|
+
"nuxt": "^3.0.0",
|
|
3338
|
+
"requires": {}
|
|
3339
|
+
}
|
|
3340
|
+
},
|
|
3341
|
+
{
|
|
3342
|
+
"name": "nuxt-feedme",
|
|
3343
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3344
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3345
|
+
"npm": "nuxt-feedme",
|
|
3346
|
+
"icon": "",
|
|
3347
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3348
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3349
|
+
"learn_more": "",
|
|
3350
|
+
"category": "SEO",
|
|
3351
|
+
"type": "3rd-party",
|
|
3352
|
+
"maintainers": [
|
|
3353
|
+
{
|
|
3354
|
+
"name": "Helltraitor",
|
|
3355
|
+
"github": "helltraitor"
|
|
3356
|
+
}
|
|
3357
|
+
],
|
|
3358
|
+
"compatibility": {
|
|
3359
|
+
"nuxt": "^3.0.0",
|
|
3360
|
+
"requires": {}
|
|
3361
|
+
}
|
|
3362
|
+
},
|
|
2811
3363
|
{
|
|
2812
3364
|
"name": "nuxt-graphql-middleware",
|
|
2813
3365
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -2859,6 +3411,28 @@
|
|
|
2859
3411
|
"requires": {}
|
|
2860
3412
|
}
|
|
2861
3413
|
},
|
|
3414
|
+
{
|
|
3415
|
+
"name": "nuxt-gtm",
|
|
3416
|
+
"description": "A Nuxt.js module for Google Tag Manager",
|
|
3417
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3418
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3419
|
+
"icon": "nuxt-gtm.svg",
|
|
3420
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3421
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3422
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3423
|
+
"category": "Analytics",
|
|
3424
|
+
"type": "3rd-party",
|
|
3425
|
+
"maintainers": [
|
|
3426
|
+
{
|
|
3427
|
+
"name": "Zadig&Voltaire Team",
|
|
3428
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
3429
|
+
}
|
|
3430
|
+
],
|
|
3431
|
+
"compatibility": {
|
|
3432
|
+
"nuxt": "^3.0.0",
|
|
3433
|
+
"requires": {}
|
|
3434
|
+
}
|
|
3435
|
+
},
|
|
2862
3436
|
{
|
|
2863
3437
|
"name": "nuxt-hue",
|
|
2864
3438
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -2929,6 +3503,28 @@
|
|
|
2929
3503
|
"requires": {}
|
|
2930
3504
|
}
|
|
2931
3505
|
},
|
|
3506
|
+
{
|
|
3507
|
+
"name": "nuxt-mapbox",
|
|
3508
|
+
"description": "Elegant Mapbox integration with Nuxt",
|
|
3509
|
+
"repo": "AlexLavoie42/Nuxt-Mapbox",
|
|
3510
|
+
"npm": "nuxt-mapbox",
|
|
3511
|
+
"icon": "nuxt-mapbox.svg",
|
|
3512
|
+
"github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3513
|
+
"website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3514
|
+
"learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3515
|
+
"category": "Libraries",
|
|
3516
|
+
"type": "3rd-party",
|
|
3517
|
+
"maintainers": [
|
|
3518
|
+
{
|
|
3519
|
+
"name": "Alex Lavoie",
|
|
3520
|
+
"github": "AlexLavoie42"
|
|
3521
|
+
}
|
|
3522
|
+
],
|
|
3523
|
+
"compatibility": {
|
|
3524
|
+
"nuxt": "^3.0.0",
|
|
3525
|
+
"requires": {}
|
|
3526
|
+
}
|
|
3527
|
+
},
|
|
2932
3528
|
{
|
|
2933
3529
|
"name": "nuxt-monaco-editor",
|
|
2934
3530
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -2951,6 +3547,73 @@
|
|
|
2951
3547
|
"requires": {}
|
|
2952
3548
|
}
|
|
2953
3549
|
},
|
|
3550
|
+
{
|
|
3551
|
+
"name": "nuxt-mongoose",
|
|
3552
|
+
"description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
|
|
3553
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
3554
|
+
"npm": "nuxt-mongoose",
|
|
3555
|
+
"icon": "nuxt-mongoose.svg",
|
|
3556
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3557
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3558
|
+
"learn_more": "",
|
|
3559
|
+
"category": "Database",
|
|
3560
|
+
"type": "3rd-party",
|
|
3561
|
+
"maintainers": [
|
|
3562
|
+
{
|
|
3563
|
+
"name": "arashsheyda",
|
|
3564
|
+
"github": "arashsheyda"
|
|
3565
|
+
}
|
|
3566
|
+
],
|
|
3567
|
+
"compatibility": {
|
|
3568
|
+
"nuxt": "^3.0.0",
|
|
3569
|
+
"requires": {}
|
|
3570
|
+
}
|
|
3571
|
+
},
|
|
3572
|
+
{
|
|
3573
|
+
"name": "nuxt-pdf",
|
|
3574
|
+
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
3575
|
+
"repo": "sidebase/nuxt-pdf",
|
|
3576
|
+
"npm": "@sidebase/nuxt-pdf",
|
|
3577
|
+
"icon": "nuxt-pdf.png",
|
|
3578
|
+
"github": "https://github.com/sidebase/nuxt-pdf",
|
|
3579
|
+
"website": "https://sidebase.io/nuxt-pdf",
|
|
3580
|
+
"learn_more": "https://github.com/sidebase",
|
|
3581
|
+
"category": "Extensions",
|
|
3582
|
+
"type": "3rd-party",
|
|
3583
|
+
"maintainers": [
|
|
3584
|
+
{
|
|
3585
|
+
"name": "sidebase",
|
|
3586
|
+
"github": "sidebase",
|
|
3587
|
+
"twitter": "sidebase_io"
|
|
3588
|
+
}
|
|
3589
|
+
],
|
|
3590
|
+
"compatibility": {
|
|
3591
|
+
"nuxt": "^3.0.0",
|
|
3592
|
+
"requires": {}
|
|
3593
|
+
}
|
|
3594
|
+
},
|
|
3595
|
+
{
|
|
3596
|
+
"name": "nuxt-phosphor-icons",
|
|
3597
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
3598
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3599
|
+
"npm": "nuxt-phosphor-icons",
|
|
3600
|
+
"icon": "phosphor-icons.svg",
|
|
3601
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3602
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3603
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3604
|
+
"category": "UI",
|
|
3605
|
+
"type": "3rd-party",
|
|
3606
|
+
"maintainers": [
|
|
3607
|
+
{
|
|
3608
|
+
"name": "OyewoleOyedeji",
|
|
3609
|
+
"github": "OyewoleOyedeji"
|
|
3610
|
+
}
|
|
3611
|
+
],
|
|
3612
|
+
"compatibility": {
|
|
3613
|
+
"nuxt": "^3.0.0",
|
|
3614
|
+
"requires": {}
|
|
3615
|
+
}
|
|
3616
|
+
},
|
|
2954
3617
|
{
|
|
2955
3618
|
"name": "nuxt-pino-log",
|
|
2956
3619
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -2995,6 +3658,32 @@
|
|
|
2995
3658
|
"requires": {}
|
|
2996
3659
|
}
|
|
2997
3660
|
},
|
|
3661
|
+
{
|
|
3662
|
+
"name": "nuxt-plotly",
|
|
3663
|
+
"description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
|
|
3664
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
3665
|
+
"npm": "nuxt-plotly",
|
|
3666
|
+
"icon": "nuxt-plotly.svg",
|
|
3667
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3668
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3669
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
3670
|
+
"category": "Libraries",
|
|
3671
|
+
"type": "3rd-party",
|
|
3672
|
+
"maintainers": [
|
|
3673
|
+
{
|
|
3674
|
+
"name": "Supanut Dokmaithong",
|
|
3675
|
+
"github": "Boomgeek"
|
|
3676
|
+
},
|
|
3677
|
+
{
|
|
3678
|
+
"name": "superdev-tech",
|
|
3679
|
+
"github": "superdev-tech"
|
|
3680
|
+
}
|
|
3681
|
+
],
|
|
3682
|
+
"compatibility": {
|
|
3683
|
+
"nuxt": "^3.0.0",
|
|
3684
|
+
"requires": {}
|
|
3685
|
+
}
|
|
3686
|
+
},
|
|
2998
3687
|
{
|
|
2999
3688
|
"name": "nuxt-png-to-ico",
|
|
3000
3689
|
"description": "Nuxt.js module for auto generating favicons",
|
|
@@ -3207,12 +3896,12 @@
|
|
|
3207
3896
|
{
|
|
3208
3897
|
"name": "nuxt-vue3-google-signin",
|
|
3209
3898
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3210
|
-
"repo": "
|
|
3899
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3211
3900
|
"npm": "nuxt-vue3-google-signin",
|
|
3212
3901
|
"icon": "vue3-google-signin.svg",
|
|
3213
|
-
"github": "https://github.com/
|
|
3214
|
-
"website": "https://vue3-google-signin.
|
|
3215
|
-
"learn_more": "https://vue3-google-signin.
|
|
3902
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
3903
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
3904
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3216
3905
|
"category": "Libraries",
|
|
3217
3906
|
"type": "3rd-party",
|
|
3218
3907
|
"maintainers": [
|
|
@@ -3226,6 +3915,50 @@
|
|
|
3226
3915
|
"requires": {}
|
|
3227
3916
|
}
|
|
3228
3917
|
},
|
|
3918
|
+
{
|
|
3919
|
+
"name": "nuxt-vuetify",
|
|
3920
|
+
"description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
|
|
3921
|
+
"repo": "invictus-codes/nuxt-vuetify",
|
|
3922
|
+
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3923
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
3924
|
+
"github": "https://github.com/invictus-codes/nuxt-vuetify",
|
|
3925
|
+
"website": "https://invictus-codes.github.io/nuxt-vuetify/",
|
|
3926
|
+
"learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
|
|
3927
|
+
"category": "UI",
|
|
3928
|
+
"type": "3rd-party",
|
|
3929
|
+
"maintainers": [
|
|
3930
|
+
{
|
|
3931
|
+
"name": "Jens van Hellemondt",
|
|
3932
|
+
"github": "invictus-codes"
|
|
3933
|
+
}
|
|
3934
|
+
],
|
|
3935
|
+
"compatibility": {
|
|
3936
|
+
"nuxt": "^3.0.0",
|
|
3937
|
+
"requires": {}
|
|
3938
|
+
}
|
|
3939
|
+
},
|
|
3940
|
+
{
|
|
3941
|
+
"name": "nuxt3-leaflet",
|
|
3942
|
+
"description": "Leaflet integration with Nuxt",
|
|
3943
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
3944
|
+
"npm": "nuxt3-leaflet",
|
|
3945
|
+
"icon": "leaflet.png",
|
|
3946
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
3947
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
3948
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
3949
|
+
"category": "Libraries",
|
|
3950
|
+
"type": "3rd-party",
|
|
3951
|
+
"maintainers": [
|
|
3952
|
+
{
|
|
3953
|
+
"name": "Augustin MERCIER",
|
|
3954
|
+
"github": "Gugustinette"
|
|
3955
|
+
}
|
|
3956
|
+
],
|
|
3957
|
+
"compatibility": {
|
|
3958
|
+
"nuxt": "^3.0.0",
|
|
3959
|
+
"requires": {}
|
|
3960
|
+
}
|
|
3961
|
+
},
|
|
3229
3962
|
{
|
|
3230
3963
|
"name": "nuxt7",
|
|
3231
3964
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
@@ -3249,6 +3982,29 @@
|
|
|
3249
3982
|
"requires": {}
|
|
3250
3983
|
}
|
|
3251
3984
|
},
|
|
3985
|
+
{
|
|
3986
|
+
"name": "nuxtlabs-ui",
|
|
3987
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
3988
|
+
"repo": "nuxtlabs/ui",
|
|
3989
|
+
"npm": "@nuxthq/ui",
|
|
3990
|
+
"icon": "nuxtlabs-ui.svg",
|
|
3991
|
+
"github": "https://github.com/nuxtlabs/ui",
|
|
3992
|
+
"website": "https://ui.nuxtlabs.com",
|
|
3993
|
+
"learn_more": "https://ui.nuxtlabs.com",
|
|
3994
|
+
"category": "UI",
|
|
3995
|
+
"type": "3rd-party",
|
|
3996
|
+
"maintainers": [
|
|
3997
|
+
{
|
|
3998
|
+
"name": "Benjamin Canac",
|
|
3999
|
+
"github": "benjamincanac",
|
|
4000
|
+
"twitter": "benjamincanac"
|
|
4001
|
+
}
|
|
4002
|
+
],
|
|
4003
|
+
"compatibility": {
|
|
4004
|
+
"nuxt": "^3.0.0",
|
|
4005
|
+
"requires": {}
|
|
4006
|
+
}
|
|
4007
|
+
},
|
|
3252
4008
|
{
|
|
3253
4009
|
"name": "og-image",
|
|
3254
4010
|
"description": "Easily generate dynamic social share images.",
|
|
@@ -3388,6 +4144,30 @@
|
|
|
3388
4144
|
}
|
|
3389
4145
|
}
|
|
3390
4146
|
},
|
|
4147
|
+
{
|
|
4148
|
+
"name": "pdfeasy",
|
|
4149
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
4150
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
4151
|
+
"npm": "nuxt-pdfeasy",
|
|
4152
|
+
"icon": "pdfeasy.png",
|
|
4153
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
4154
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
4155
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
4156
|
+
"category": "Extensions",
|
|
4157
|
+
"type": "3rd-party",
|
|
4158
|
+
"maintainers": [
|
|
4159
|
+
{
|
|
4160
|
+
"name": "Giovane Cardoso",
|
|
4161
|
+
"github": "novout",
|
|
4162
|
+
"twitter": "novoutttttt",
|
|
4163
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
4164
|
+
}
|
|
4165
|
+
],
|
|
4166
|
+
"compatibility": {
|
|
4167
|
+
"nuxt": "^3.0.0",
|
|
4168
|
+
"requires": {}
|
|
4169
|
+
}
|
|
4170
|
+
},
|
|
3391
4171
|
{
|
|
3392
4172
|
"name": "persian-datepicker",
|
|
3393
4173
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3550,6 +4330,28 @@
|
|
|
3550
4330
|
"requires": {}
|
|
3551
4331
|
}
|
|
3552
4332
|
},
|
|
4333
|
+
{
|
|
4334
|
+
"name": "prometheus",
|
|
4335
|
+
"description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
|
|
4336
|
+
"repo": "artmizu/nuxt-prometheus",
|
|
4337
|
+
"npm": "@artmizu/nuxt-prometheus",
|
|
4338
|
+
"icon": "prometheus.svg",
|
|
4339
|
+
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
4340
|
+
"website": "https://github.com/artmizu/nuxt-prometheus",
|
|
4341
|
+
"learn_more": "",
|
|
4342
|
+
"category": "Monitoring",
|
|
4343
|
+
"type": "3rd-party",
|
|
4344
|
+
"maintainers": [
|
|
4345
|
+
{
|
|
4346
|
+
"name": "artmizu",
|
|
4347
|
+
"github": "artmizu"
|
|
4348
|
+
}
|
|
4349
|
+
],
|
|
4350
|
+
"compatibility": {
|
|
4351
|
+
"nuxt": "^3.0.0",
|
|
4352
|
+
"requires": {}
|
|
4353
|
+
}
|
|
4354
|
+
},
|
|
3553
4355
|
{
|
|
3554
4356
|
"name": "protected-mailto",
|
|
3555
4357
|
"description": "Nuxt component to generate encoded mailto links",
|
|
@@ -3688,16 +4490,60 @@
|
|
|
3688
4490
|
}
|
|
3689
4491
|
},
|
|
3690
4492
|
{
|
|
3691
|
-
"name": "
|
|
3692
|
-
"description": "
|
|
3693
|
-
"repo": "nuxt-
|
|
3694
|
-
"npm": "
|
|
3695
|
-
"icon": "
|
|
3696
|
-
"github": "https://github.com/nuxt-
|
|
3697
|
-
"website": "https://
|
|
3698
|
-
"learn_more": "https://
|
|
3699
|
-
"category": "
|
|
3700
|
-
"type": "
|
|
4493
|
+
"name": "quasar",
|
|
4494
|
+
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
4495
|
+
"repo": "Maiquu/nuxt-quasar",
|
|
4496
|
+
"npm": "nuxt-quasar-ui",
|
|
4497
|
+
"icon": "quasar.svg",
|
|
4498
|
+
"github": "https://github.com/Maiquu/nuxt-quasar",
|
|
4499
|
+
"website": "https://quasar.dev/",
|
|
4500
|
+
"learn_more": "https://github.com/Maiquu/nuxt-quasar",
|
|
4501
|
+
"category": "UI",
|
|
4502
|
+
"type": "3rd-party",
|
|
4503
|
+
"maintainers": [
|
|
4504
|
+
{
|
|
4505
|
+
"name": "Ege İliklier",
|
|
4506
|
+
"github": "Maiquu"
|
|
4507
|
+
}
|
|
4508
|
+
],
|
|
4509
|
+
"compatibility": {
|
|
4510
|
+
"nuxt": "^3.0.0",
|
|
4511
|
+
"requires": {}
|
|
4512
|
+
}
|
|
4513
|
+
},
|
|
4514
|
+
{
|
|
4515
|
+
"name": "radash",
|
|
4516
|
+
"description": "radash module with auto-import and custom prefix",
|
|
4517
|
+
"repo": "bbg/nuxt-radash",
|
|
4518
|
+
"npm": "nuxt-radash",
|
|
4519
|
+
"icon": "radash.png",
|
|
4520
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
4521
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
4522
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
4523
|
+
"category": "Libraries",
|
|
4524
|
+
"type": "3rd-party",
|
|
4525
|
+
"maintainers": [
|
|
4526
|
+
{
|
|
4527
|
+
"name": "Batuhan Göksu",
|
|
4528
|
+
"github": "bbg"
|
|
4529
|
+
}
|
|
4530
|
+
],
|
|
4531
|
+
"compatibility": {
|
|
4532
|
+
"nuxt": "^3.0.0",
|
|
4533
|
+
"requires": {}
|
|
4534
|
+
}
|
|
4535
|
+
},
|
|
4536
|
+
{
|
|
4537
|
+
"name": "recaptcha",
|
|
4538
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
4539
|
+
"repo": "nuxt-community/recaptcha-module",
|
|
4540
|
+
"npm": "@nuxtjs/recaptcha",
|
|
4541
|
+
"icon": "recaptcha.png",
|
|
4542
|
+
"github": "https://github.com/nuxt-community/recaptcha-module",
|
|
4543
|
+
"website": "https://github.com/nuxt-community/recaptcha-module",
|
|
4544
|
+
"learn_more": "https://www.google.com/recaptcha/about/",
|
|
4545
|
+
"category": "Security",
|
|
4546
|
+
"type": "community",
|
|
3701
4547
|
"maintainers": [
|
|
3702
4548
|
{
|
|
3703
4549
|
"name": "mvrlin",
|
|
@@ -3757,11 +4603,11 @@
|
|
|
3757
4603
|
{
|
|
3758
4604
|
"name": "robots",
|
|
3759
4605
|
"description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
|
|
3760
|
-
"repo": "nuxt-
|
|
4606
|
+
"repo": "nuxt-modules/robots",
|
|
3761
4607
|
"npm": "@nuxtjs/robots",
|
|
3762
4608
|
"icon": "robots.png",
|
|
3763
|
-
"github": "https://github.com/nuxt-
|
|
3764
|
-
"website": "https://github.com/nuxt-
|
|
4609
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
4610
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
3765
4611
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
3766
4612
|
"category": "SEO",
|
|
3767
4613
|
"type": "community",
|
|
@@ -3967,7 +4813,7 @@
|
|
|
3967
4813
|
"description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
|
|
3968
4814
|
"repo": "nuxt-community/sentry-module",
|
|
3969
4815
|
"npm": "@nuxtjs/sentry",
|
|
3970
|
-
"icon": "sentry.
|
|
4816
|
+
"icon": "sentry.svg",
|
|
3971
4817
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
3972
4818
|
"website": "https://sentry.nuxtjs.org/",
|
|
3973
4819
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -3987,8 +4833,8 @@
|
|
|
3987
4833
|
{
|
|
3988
4834
|
"name": "seo-kit",
|
|
3989
4835
|
"description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
|
|
3990
|
-
"repo": "harlan-zw/nuxt-seo-kit",
|
|
3991
|
-
"npm": "nuxt-seo-kit
|
|
4836
|
+
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4837
|
+
"npm": "nuxt-seo-kit",
|
|
3992
4838
|
"icon": "seo-kit.svg",
|
|
3993
4839
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
3994
4840
|
"website": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
@@ -4074,6 +4920,29 @@
|
|
|
4074
4920
|
"requires": {}
|
|
4075
4921
|
}
|
|
4076
4922
|
},
|
|
4923
|
+
{
|
|
4924
|
+
"name": "server-block",
|
|
4925
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
4926
|
+
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
|
|
4927
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
4928
|
+
"icon": "server-block.svg",
|
|
4929
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
4930
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
4931
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
4932
|
+
"category": "Extensions",
|
|
4933
|
+
"type": "3rd-party",
|
|
4934
|
+
"maintainers": [
|
|
4935
|
+
{
|
|
4936
|
+
"name": "Hebilicious",
|
|
4937
|
+
"github": "Hebilicious",
|
|
4938
|
+
"twitter": "its_hebilicious"
|
|
4939
|
+
}
|
|
4940
|
+
],
|
|
4941
|
+
"compatibility": {
|
|
4942
|
+
"nuxt": "^3.0.0",
|
|
4943
|
+
"requires": {}
|
|
4944
|
+
}
|
|
4945
|
+
},
|
|
4077
4946
|
{
|
|
4078
4947
|
"name": "session",
|
|
4079
4948
|
"description": "Session middleware to persist user data across requests, a client-side useSession composable to interact with the session, supports many storage backends via unjs/unstorage",
|
|
@@ -4235,26 +5104,48 @@
|
|
|
4235
5104
|
"requires": {}
|
|
4236
5105
|
}
|
|
4237
5106
|
},
|
|
5107
|
+
{
|
|
5108
|
+
"name": "snackbar",
|
|
5109
|
+
"description": "Nuxt Snackbar module using vue3-snackbar",
|
|
5110
|
+
"repo": "modbender/nuxt-snackbar#master",
|
|
5111
|
+
"npm": "nuxt-snackbar",
|
|
5112
|
+
"icon": "snackbar.png",
|
|
5113
|
+
"github": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
5114
|
+
"website": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
5115
|
+
"learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
|
|
5116
|
+
"category": "UI",
|
|
5117
|
+
"type": "3rd-party",
|
|
5118
|
+
"maintainers": [
|
|
5119
|
+
{
|
|
5120
|
+
"name": "modbender",
|
|
5121
|
+
"github": "modbender"
|
|
5122
|
+
}
|
|
5123
|
+
],
|
|
5124
|
+
"compatibility": {
|
|
5125
|
+
"nuxt": "^3.0.0",
|
|
5126
|
+
"requires": {}
|
|
5127
|
+
}
|
|
5128
|
+
},
|
|
4238
5129
|
{
|
|
4239
5130
|
"name": "snipcart",
|
|
4240
5131
|
"description": "Snipcart integration module for Nuxt.js",
|
|
4241
|
-
"repo": "nuxt-
|
|
5132
|
+
"repo": "nuxt-modules/snipcart",
|
|
4242
5133
|
"npm": "@nuxtjs/snipcart",
|
|
4243
5134
|
"icon": "snipcart.png",
|
|
4244
|
-
"github": "https://github.com/nuxt-
|
|
4245
|
-
"website": "https://github.com/nuxt-
|
|
4246
|
-
"learn_more": "",
|
|
4247
|
-
"category": "
|
|
5135
|
+
"github": "https://github.com/nuxt-modules/snipcart",
|
|
5136
|
+
"website": "https://github.com/nuxt-modules/snipcart",
|
|
5137
|
+
"learn_more": "https://snipcart.com",
|
|
5138
|
+
"category": "Ecommerce",
|
|
4248
5139
|
"type": "community",
|
|
4249
5140
|
"maintainers": [
|
|
4250
5141
|
{
|
|
4251
5142
|
"name": "Florent GIRAUD",
|
|
4252
|
-
"github": "
|
|
4253
|
-
"twitter": "
|
|
5143
|
+
"github": "flozero",
|
|
5144
|
+
"twitter": "flozeroo"
|
|
4254
5145
|
}
|
|
4255
5146
|
],
|
|
4256
5147
|
"compatibility": {
|
|
4257
|
-
"nuxt": "^2.0.0",
|
|
5148
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4258
5149
|
"requires": {}
|
|
4259
5150
|
}
|
|
4260
5151
|
},
|
|
@@ -4501,10 +5392,10 @@
|
|
|
4501
5392
|
{
|
|
4502
5393
|
"name": "strapi",
|
|
4503
5394
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
4504
|
-
"repo": "nuxt-
|
|
5395
|
+
"repo": "nuxt-modules/strapi",
|
|
4505
5396
|
"npm": "@nuxtjs/strapi",
|
|
4506
5397
|
"icon": "strapi.png",
|
|
4507
|
-
"github": "https://github.com/nuxt-
|
|
5398
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
4508
5399
|
"website": "https://strapi.nuxtjs.org",
|
|
4509
5400
|
"learn_more": "https://strapi.io/",
|
|
4510
5401
|
"category": "CMS",
|
|
@@ -4528,6 +5419,32 @@
|
|
|
4528
5419
|
}
|
|
4529
5420
|
}
|
|
4530
5421
|
},
|
|
5422
|
+
{
|
|
5423
|
+
"name": "stripe-next",
|
|
5424
|
+
"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.",
|
|
5425
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
5426
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
5427
|
+
"icon": "stripe.png",
|
|
5428
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5429
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5430
|
+
"learn_more": "https://stripe.com/docs",
|
|
5431
|
+
"category": "Payment",
|
|
5432
|
+
"type": "3rd-party",
|
|
5433
|
+
"maintainers": [
|
|
5434
|
+
{
|
|
5435
|
+
"name": "Loic Fuentes",
|
|
5436
|
+
"github": "fuentesloic"
|
|
5437
|
+
},
|
|
5438
|
+
{
|
|
5439
|
+
"name": "Florent Giraud",
|
|
5440
|
+
"github": "flozero"
|
|
5441
|
+
}
|
|
5442
|
+
],
|
|
5443
|
+
"compatibility": {
|
|
5444
|
+
"nuxt": "^3.0.0",
|
|
5445
|
+
"requires": {}
|
|
5446
|
+
}
|
|
5447
|
+
},
|
|
4531
5448
|
{
|
|
4532
5449
|
"name": "stripe",
|
|
4533
5450
|
"description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
|
|
@@ -4591,7 +5508,7 @@
|
|
|
4591
5508
|
}
|
|
4592
5509
|
],
|
|
4593
5510
|
"compatibility": {
|
|
4594
|
-
"nuxt": "^2.0.0",
|
|
5511
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4595
5512
|
"requires": {}
|
|
4596
5513
|
}
|
|
4597
5514
|
},
|
|
@@ -4621,10 +5538,10 @@
|
|
|
4621
5538
|
{
|
|
4622
5539
|
"name": "supabase",
|
|
4623
5540
|
"description": "First class integration with Supabase",
|
|
4624
|
-
"repo": "nuxt-
|
|
5541
|
+
"repo": "nuxt-modules/supabase",
|
|
4625
5542
|
"npm": "@nuxtjs/supabase",
|
|
4626
5543
|
"icon": "supabase.png",
|
|
4627
|
-
"github": "https://github.com/nuxt-
|
|
5544
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
4628
5545
|
"website": "https://supabase.nuxtjs.org",
|
|
4629
5546
|
"learn_more": "https://supabase.com",
|
|
4630
5547
|
"category": "Database",
|
|
@@ -4762,13 +5679,36 @@
|
|
|
4762
5679
|
"requires": {}
|
|
4763
5680
|
}
|
|
4764
5681
|
},
|
|
5682
|
+
{
|
|
5683
|
+
"name": "tailvue",
|
|
5684
|
+
"description": "Vue components built for Vue3 powered by Windi CSS or tailwindcss",
|
|
5685
|
+
"repo": "fumeapp/tailvue",
|
|
5686
|
+
"npm": "tailvue",
|
|
5687
|
+
"icon": "tailvue.jpg",
|
|
5688
|
+
"github": "https://github.com/fumeapp/tailvue",
|
|
5689
|
+
"website": "https://github.com/fumeapp/tailvue",
|
|
5690
|
+
"learn_more": "https://github.com/fumeapp/tailvue#readme",
|
|
5691
|
+
"category": "UI",
|
|
5692
|
+
"type": "3rd-party",
|
|
5693
|
+
"maintainers": [
|
|
5694
|
+
{
|
|
5695
|
+
"name": "Kevin Olson",
|
|
5696
|
+
"github": "acidjazz",
|
|
5697
|
+
"twitter": "AppFume"
|
|
5698
|
+
}
|
|
5699
|
+
],
|
|
5700
|
+
"compatibility": {
|
|
5701
|
+
"nuxt": "^3.0.0",
|
|
5702
|
+
"requires": {}
|
|
5703
|
+
}
|
|
5704
|
+
},
|
|
4765
5705
|
{
|
|
4766
5706
|
"name": "tailwindcss",
|
|
4767
5707
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
4768
|
-
"repo": "nuxt-
|
|
5708
|
+
"repo": "nuxt-modules/tailwindcss-module",
|
|
4769
5709
|
"npm": "@nuxtjs/tailwindcss",
|
|
4770
5710
|
"icon": "tailwindcss.png",
|
|
4771
|
-
"github": "https://github.com/nuxt-
|
|
5711
|
+
"github": "https://github.com/nuxt-modules/tailwindcss-module",
|
|
4772
5712
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
4773
5713
|
"learn_more": "https://tailwindcss.com/",
|
|
4774
5714
|
"category": "UI",
|
|
@@ -4778,6 +5718,10 @@
|
|
|
4778
5718
|
"name": "Sébastien Chopin",
|
|
4779
5719
|
"github": "Atinux",
|
|
4780
5720
|
"twitter": "Atinux"
|
|
5721
|
+
},
|
|
5722
|
+
{
|
|
5723
|
+
"name": "Inesh Bose",
|
|
5724
|
+
"github": "ineshbose"
|
|
4781
5725
|
}
|
|
4782
5726
|
],
|
|
4783
5727
|
"compatibility": {
|
|
@@ -4808,6 +5752,28 @@
|
|
|
4808
5752
|
"requires": {}
|
|
4809
5753
|
}
|
|
4810
5754
|
},
|
|
5755
|
+
{
|
|
5756
|
+
"name": "time",
|
|
5757
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
5758
|
+
"repo": "danielroe/nuxt-time",
|
|
5759
|
+
"npm": "nuxt-time",
|
|
5760
|
+
"icon": "",
|
|
5761
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
5762
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
5763
|
+
"learn_more": "",
|
|
5764
|
+
"category": "Extensions",
|
|
5765
|
+
"type": "3rd-party",
|
|
5766
|
+
"maintainers": [
|
|
5767
|
+
{
|
|
5768
|
+
"name": "danielroe",
|
|
5769
|
+
"github": "danielroe"
|
|
5770
|
+
}
|
|
5771
|
+
],
|
|
5772
|
+
"compatibility": {
|
|
5773
|
+
"nuxt": "^3.0.0",
|
|
5774
|
+
"requires": {}
|
|
5775
|
+
}
|
|
5776
|
+
},
|
|
4811
5777
|
{
|
|
4812
5778
|
"name": "toast",
|
|
4813
5779
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
|
|
@@ -4831,6 +5797,39 @@
|
|
|
4831
5797
|
"requires": {}
|
|
4832
5798
|
}
|
|
4833
5799
|
},
|
|
5800
|
+
{
|
|
5801
|
+
"name": "tresjs",
|
|
5802
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
5803
|
+
"repo": "tresjs/nuxt",
|
|
5804
|
+
"npm": "@tresjs/nuxt",
|
|
5805
|
+
"icon": "tresjs.svg",
|
|
5806
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
5807
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
5808
|
+
"learn_more": "https://tresjs.org/",
|
|
5809
|
+
"category": "Libraries",
|
|
5810
|
+
"type": "3rd-party",
|
|
5811
|
+
"maintainers": [
|
|
5812
|
+
{
|
|
5813
|
+
"name": "Alvaro Saburido",
|
|
5814
|
+
"github": "alvarosabu",
|
|
5815
|
+
"twitter": "alvarosabu"
|
|
5816
|
+
},
|
|
5817
|
+
{
|
|
5818
|
+
"name": "Jaime Torrealba",
|
|
5819
|
+
"github": "JaimeTorrealba",
|
|
5820
|
+
"twitter": "jaimebboyjt"
|
|
5821
|
+
},
|
|
5822
|
+
{
|
|
5823
|
+
"name": "Tino Koch",
|
|
5824
|
+
"github": "Tinoooo",
|
|
5825
|
+
"twitter": "ichbintino"
|
|
5826
|
+
}
|
|
5827
|
+
],
|
|
5828
|
+
"compatibility": {
|
|
5829
|
+
"nuxt": "^3.0.0",
|
|
5830
|
+
"requires": {}
|
|
5831
|
+
}
|
|
5832
|
+
},
|
|
4834
5833
|
{
|
|
4835
5834
|
"name": "turnstile",
|
|
4836
5835
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -4880,6 +5879,28 @@
|
|
|
4880
5879
|
}
|
|
4881
5880
|
}
|
|
4882
5881
|
},
|
|
5882
|
+
{
|
|
5883
|
+
"name": "twemoji",
|
|
5884
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
5885
|
+
"repo": "yizack/nuxt-twemoji",
|
|
5886
|
+
"npm": "nuxt-twemoji",
|
|
5887
|
+
"icon": "twemoji.svg",
|
|
5888
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
5889
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
5890
|
+
"learn_more": "",
|
|
5891
|
+
"category": "UI",
|
|
5892
|
+
"type": "3rd-party",
|
|
5893
|
+
"maintainers": [
|
|
5894
|
+
{
|
|
5895
|
+
"name": "Yizack Rangel",
|
|
5896
|
+
"github": "yizack"
|
|
5897
|
+
}
|
|
5898
|
+
],
|
|
5899
|
+
"compatibility": {
|
|
5900
|
+
"nuxt": "^3.0.0",
|
|
5901
|
+
"requires": {}
|
|
5902
|
+
}
|
|
5903
|
+
},
|
|
4883
5904
|
{
|
|
4884
5905
|
"name": "twicpics",
|
|
4885
5906
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5051,11 +6072,11 @@
|
|
|
5051
6072
|
{
|
|
5052
6073
|
"name": "unhead",
|
|
5053
6074
|
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5054
|
-
"repo": "harlan-zw/nuxt-
|
|
5055
|
-
"npm": "nuxt-
|
|
6075
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
6076
|
+
"npm": "nuxt-seo-experiments",
|
|
5056
6077
|
"icon": "",
|
|
5057
|
-
"github": "https://github.com/harlan-zw/nuxt-
|
|
5058
|
-
"website": "https://github.com/harlan-zw/nuxt-
|
|
6078
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6079
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5059
6080
|
"learn_more": "",
|
|
5060
6081
|
"category": "SEO",
|
|
5061
6082
|
"type": "3rd-party",
|
|
@@ -5098,6 +6119,28 @@
|
|
|
5098
6119
|
"requires": {}
|
|
5099
6120
|
}
|
|
5100
6121
|
},
|
|
6122
|
+
{
|
|
6123
|
+
"name": "unlazy",
|
|
6124
|
+
"description": "Lazy loading library for placeholder images",
|
|
6125
|
+
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
6126
|
+
"npm": "@unlazy/nuxt",
|
|
6127
|
+
"icon": "unlazy.svg",
|
|
6128
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
6129
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
6130
|
+
"learn_more": "",
|
|
6131
|
+
"category": "Images",
|
|
6132
|
+
"type": "3rd-party",
|
|
6133
|
+
"maintainers": [
|
|
6134
|
+
{
|
|
6135
|
+
"name": "Johann Schopplich",
|
|
6136
|
+
"github": "johannschopplich"
|
|
6137
|
+
}
|
|
6138
|
+
],
|
|
6139
|
+
"compatibility": {
|
|
6140
|
+
"nuxt": "^3.0.0",
|
|
6141
|
+
"requires": {}
|
|
6142
|
+
}
|
|
6143
|
+
},
|
|
5101
6144
|
{
|
|
5102
6145
|
"name": "unlighthouse",
|
|
5103
6146
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5150,6 +6193,53 @@
|
|
|
5150
6193
|
}
|
|
5151
6194
|
}
|
|
5152
6195
|
},
|
|
6196
|
+
{
|
|
6197
|
+
"name": "ununuracss",
|
|
6198
|
+
"description": "A Real CSS Engine. Only Scoped.",
|
|
6199
|
+
"repo": "novout/ununuracss#main/packages/nuxt",
|
|
6200
|
+
"npm": "nuxt-ununura",
|
|
6201
|
+
"icon": "ununuracss.png",
|
|
6202
|
+
"github": "https://github.com/novout/ununuracss",
|
|
6203
|
+
"website": "https://ununura.com/#/",
|
|
6204
|
+
"learn_more": "https://ununura.com/#/docs/why",
|
|
6205
|
+
"category": "UI",
|
|
6206
|
+
"type": "3rd-party",
|
|
6207
|
+
"maintainers": [
|
|
6208
|
+
{
|
|
6209
|
+
"name": "Giovane Cardoso",
|
|
6210
|
+
"github": "novout",
|
|
6211
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
6212
|
+
}
|
|
6213
|
+
],
|
|
6214
|
+
"compatibility": {
|
|
6215
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6216
|
+
"requires": {}
|
|
6217
|
+
}
|
|
6218
|
+
},
|
|
6219
|
+
{
|
|
6220
|
+
"name": "use-wagmi",
|
|
6221
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
6222
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
6223
|
+
"npm": "@use-wagmi/nuxt",
|
|
6224
|
+
"icon": "use-wagmi.png",
|
|
6225
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
6226
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
6227
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
6228
|
+
"category": "Extensions",
|
|
6229
|
+
"type": "3rd-party",
|
|
6230
|
+
"maintainers": [
|
|
6231
|
+
{
|
|
6232
|
+
"name": "Unic Ape",
|
|
6233
|
+
"github": "unicape"
|
|
6234
|
+
}
|
|
6235
|
+
],
|
|
6236
|
+
"compatibility": {
|
|
6237
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6238
|
+
"requires": {
|
|
6239
|
+
"bridge": true
|
|
6240
|
+
}
|
|
6241
|
+
}
|
|
6242
|
+
},
|
|
5153
6243
|
{
|
|
5154
6244
|
"name": "user-agent",
|
|
5155
6245
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -5194,6 +6284,98 @@
|
|
|
5194
6284
|
"requires": {}
|
|
5195
6285
|
}
|
|
5196
6286
|
},
|
|
6287
|
+
{
|
|
6288
|
+
"name": "vant",
|
|
6289
|
+
"description": "A lightweight, customizable Vue UI library for mobile web apps.",
|
|
6290
|
+
"repo": "vant-ui/vant-nuxt",
|
|
6291
|
+
"npm": "@vant/nuxt",
|
|
6292
|
+
"icon": "vant.png",
|
|
6293
|
+
"github": "https://github.com/vant-ui/vant-nuxt",
|
|
6294
|
+
"website": "https://vant-ui.github.io/vant",
|
|
6295
|
+
"learn_more": "https://github.com/vant-ui/vant-nuxt#readme",
|
|
6296
|
+
"category": "UI",
|
|
6297
|
+
"type": "3rd-party",
|
|
6298
|
+
"maintainers": [
|
|
6299
|
+
{
|
|
6300
|
+
"name": "tolking",
|
|
6301
|
+
"github": "tolking"
|
|
6302
|
+
}
|
|
6303
|
+
],
|
|
6304
|
+
"compatibility": {
|
|
6305
|
+
"nuxt": "^3.0.0",
|
|
6306
|
+
"requires": {
|
|
6307
|
+
"bridge": "optional"
|
|
6308
|
+
}
|
|
6309
|
+
}
|
|
6310
|
+
},
|
|
6311
|
+
{
|
|
6312
|
+
"name": "varlet",
|
|
6313
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
6314
|
+
"repo": "varletjs/varlet-nuxt",
|
|
6315
|
+
"npm": "@varlet/nuxt",
|
|
6316
|
+
"icon": "varlet.svg",
|
|
6317
|
+
"github": "https://github.com/varletjs/varlet",
|
|
6318
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
6319
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
6320
|
+
"category": "UI",
|
|
6321
|
+
"type": "3rd-party",
|
|
6322
|
+
"maintainers": [
|
|
6323
|
+
{
|
|
6324
|
+
"name": "zhangmo8",
|
|
6325
|
+
"github": "zhangmo8"
|
|
6326
|
+
}
|
|
6327
|
+
],
|
|
6328
|
+
"compatibility": {
|
|
6329
|
+
"nuxt": "^3.0.0",
|
|
6330
|
+
"requires": {
|
|
6331
|
+
"bridge": "optional"
|
|
6332
|
+
}
|
|
6333
|
+
}
|
|
6334
|
+
},
|
|
6335
|
+
{
|
|
6336
|
+
"name": "vcalendar",
|
|
6337
|
+
"description": "VCalendar module for Nuxt",
|
|
6338
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
6339
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
6340
|
+
"icon": "vcalendar.png",
|
|
6341
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
6342
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
6343
|
+
"learn_more": "",
|
|
6344
|
+
"category": "Libraries",
|
|
6345
|
+
"type": "3rd-party",
|
|
6346
|
+
"maintainers": [
|
|
6347
|
+
{
|
|
6348
|
+
"name": "Sam K",
|
|
6349
|
+
"github": "samk-dev"
|
|
6350
|
+
}
|
|
6351
|
+
],
|
|
6352
|
+
"compatibility": {
|
|
6353
|
+
"nuxt": "^3.0.0",
|
|
6354
|
+
"requires": {}
|
|
6355
|
+
}
|
|
6356
|
+
},
|
|
6357
|
+
{
|
|
6358
|
+
"name": "vee-validate",
|
|
6359
|
+
"description": "Painless Vue forms for Nuxt.js",
|
|
6360
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6361
|
+
"npm": "@vee-validate/nuxt",
|
|
6362
|
+
"icon": "vee-validate.png",
|
|
6363
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
6364
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
6365
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
6366
|
+
"category": "Libraries",
|
|
6367
|
+
"type": "3rd-party",
|
|
6368
|
+
"maintainers": [
|
|
6369
|
+
{
|
|
6370
|
+
"name": "Abdelrahman Awad",
|
|
6371
|
+
"github": "logaretm"
|
|
6372
|
+
}
|
|
6373
|
+
],
|
|
6374
|
+
"compatibility": {
|
|
6375
|
+
"nuxt": "^3.0.0",
|
|
6376
|
+
"requires": {}
|
|
6377
|
+
}
|
|
6378
|
+
},
|
|
5197
6379
|
{
|
|
5198
6380
|
"name": "vendor",
|
|
5199
6381
|
"description": "directly serve node_modules",
|
|
@@ -5217,6 +6399,51 @@
|
|
|
5217
6399
|
"requires": {}
|
|
5218
6400
|
}
|
|
5219
6401
|
},
|
|
6402
|
+
{
|
|
6403
|
+
"name": "vercel-analytics",
|
|
6404
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
6405
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
6406
|
+
"npm": "nuxt-vercel-analytics",
|
|
6407
|
+
"icon": "",
|
|
6408
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6409
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6410
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
6411
|
+
"category": "Analytics",
|
|
6412
|
+
"type": "3rd-party",
|
|
6413
|
+
"maintainers": [
|
|
6414
|
+
{
|
|
6415
|
+
"name": "Alexander B.",
|
|
6416
|
+
"github": "xanderbarkhatov"
|
|
6417
|
+
}
|
|
6418
|
+
],
|
|
6419
|
+
"compatibility": {
|
|
6420
|
+
"nuxt": "^3.0.0",
|
|
6421
|
+
"requires": {}
|
|
6422
|
+
}
|
|
6423
|
+
},
|
|
6424
|
+
{
|
|
6425
|
+
"name": "vexip-ui",
|
|
6426
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
6427
|
+
"repo": "vexip-ui/nuxt",
|
|
6428
|
+
"npm": "@vexip-ui/nuxt",
|
|
6429
|
+
"icon": "vexip-ui.svg",
|
|
6430
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
6431
|
+
"website": "https://www.vexipui.com/",
|
|
6432
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
6433
|
+
"category": "UI",
|
|
6434
|
+
"type": "3rd-party",
|
|
6435
|
+
"maintainers": [
|
|
6436
|
+
{
|
|
6437
|
+
"name": "未觉雨声",
|
|
6438
|
+
"github": "qmhc",
|
|
6439
|
+
"twitter": "qmhc95"
|
|
6440
|
+
}
|
|
6441
|
+
],
|
|
6442
|
+
"compatibility": {
|
|
6443
|
+
"nuxt": "^3.0.0",
|
|
6444
|
+
"requires": {}
|
|
6445
|
+
}
|
|
6446
|
+
},
|
|
5220
6447
|
{
|
|
5221
6448
|
"name": "vite-pwa-nuxt",
|
|
5222
6449
|
"description": "Zero-config PWA Plugin for Nuxt 3",
|
|
@@ -5248,13 +6475,13 @@
|
|
|
5248
6475
|
{
|
|
5249
6476
|
"name": "vitest",
|
|
5250
6477
|
"description": "Vitest integration with Nuxt",
|
|
5251
|
-
"repo": "danielroe/nuxt-vitest
|
|
6478
|
+
"repo": "danielroe/nuxt-vitest",
|
|
5252
6479
|
"npm": "nuxt-vitest",
|
|
5253
6480
|
"icon": "vitest.svg",
|
|
5254
6481
|
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
5255
6482
|
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
5256
6483
|
"learn_more": "",
|
|
5257
|
-
"category": "
|
|
6484
|
+
"category": "Devtools",
|
|
5258
6485
|
"type": "3rd-party",
|
|
5259
6486
|
"maintainers": [
|
|
5260
6487
|
{
|
|
@@ -5271,15 +6498,45 @@
|
|
|
5271
6498
|
"requires": {}
|
|
5272
6499
|
}
|
|
5273
6500
|
},
|
|
6501
|
+
{
|
|
6502
|
+
"name": "vue-email",
|
|
6503
|
+
"description": "Write email templates with vue",
|
|
6504
|
+
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6505
|
+
"npm": "vue-email",
|
|
6506
|
+
"icon": "vue-email.svg",
|
|
6507
|
+
"github": "https://github.com/Dave136/vue-email",
|
|
6508
|
+
"website": "https://vue-email.vercel.app/",
|
|
6509
|
+
"learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
|
|
6510
|
+
"category": "UI",
|
|
6511
|
+
"type": "3rd-party",
|
|
6512
|
+
"maintainers": [
|
|
6513
|
+
{
|
|
6514
|
+
"name": "David Arenas",
|
|
6515
|
+
"github": "Dave136",
|
|
6516
|
+
"twitter": "davejs4",
|
|
6517
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
6518
|
+
},
|
|
6519
|
+
{
|
|
6520
|
+
"name": "Younes Barrad",
|
|
6521
|
+
"github": "Flowko",
|
|
6522
|
+
"twitter": "imflowko",
|
|
6523
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6524
|
+
}
|
|
6525
|
+
],
|
|
6526
|
+
"compatibility": {
|
|
6527
|
+
"nuxt": "^3.0.0",
|
|
6528
|
+
"requires": {}
|
|
6529
|
+
}
|
|
6530
|
+
},
|
|
5274
6531
|
{
|
|
5275
6532
|
"name": "vue-macros",
|
|
5276
|
-
"description": "Explore
|
|
5277
|
-
"repo": "sxzz/
|
|
6533
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
6534
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5278
6535
|
"npm": "@vue-macros/nuxt",
|
|
5279
6536
|
"icon": "vue-macros.svg",
|
|
5280
|
-
"github": "https://github.com/sxzz/
|
|
6537
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5281
6538
|
"website": "https://vue-macros.sxzz.moe",
|
|
5282
|
-
"learn_more": "https://github.com/sxzz/
|
|
6539
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5283
6540
|
"category": "Extensions",
|
|
5284
6541
|
"type": "3rd-party",
|
|
5285
6542
|
"maintainers": [
|
|
@@ -5362,6 +6619,29 @@
|
|
|
5362
6619
|
"requires": {}
|
|
5363
6620
|
}
|
|
5364
6621
|
},
|
|
6622
|
+
{
|
|
6623
|
+
"name": "vue-query",
|
|
6624
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6625
|
+
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
|
|
6626
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
6627
|
+
"icon": "vue-query.svg",
|
|
6628
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
6629
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
6630
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
6631
|
+
"category": "Request",
|
|
6632
|
+
"type": "3rd-party",
|
|
6633
|
+
"maintainers": [
|
|
6634
|
+
{
|
|
6635
|
+
"name": "Hebilicious",
|
|
6636
|
+
"github": "Hebilicious",
|
|
6637
|
+
"twitter": "its_hebilicious"
|
|
6638
|
+
}
|
|
6639
|
+
],
|
|
6640
|
+
"compatibility": {
|
|
6641
|
+
"nuxt": "^3.0.0",
|
|
6642
|
+
"requires": {}
|
|
6643
|
+
}
|
|
6644
|
+
},
|
|
5365
6645
|
{
|
|
5366
6646
|
"name": "vue-select",
|
|
5367
6647
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -5432,6 +6712,29 @@
|
|
|
5432
6712
|
"requires": {}
|
|
5433
6713
|
}
|
|
5434
6714
|
},
|
|
6715
|
+
{
|
|
6716
|
+
"name": "vue3-carousel-nuxt",
|
|
6717
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
|
|
6718
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6719
|
+
"npm": "vue3-carousel-nuxt",
|
|
6720
|
+
"icon": "",
|
|
6721
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
6722
|
+
"website": "",
|
|
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
|
+
},
|
|
5435
6738
|
{
|
|
5436
6739
|
"name": "vuefire",
|
|
5437
6740
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
@@ -5476,6 +6779,28 @@
|
|
|
5476
6779
|
"requires": {}
|
|
5477
6780
|
}
|
|
5478
6781
|
},
|
|
6782
|
+
{
|
|
6783
|
+
"name": "vuetify-nuxt-module",
|
|
6784
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
6785
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
6786
|
+
"npm": "vuetify-nuxt-module",
|
|
6787
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
6788
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6789
|
+
"website": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6790
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
|
|
6791
|
+
"category": "UI",
|
|
6792
|
+
"type": "3rd-party",
|
|
6793
|
+
"maintainers": [
|
|
6794
|
+
{
|
|
6795
|
+
"name": "Joaquín Sánchez",
|
|
6796
|
+
"github": "userquin"
|
|
6797
|
+
}
|
|
6798
|
+
],
|
|
6799
|
+
"compatibility": {
|
|
6800
|
+
"nuxt": "^3.0.0",
|
|
6801
|
+
"requires": {}
|
|
6802
|
+
}
|
|
6803
|
+
},
|
|
5479
6804
|
{
|
|
5480
6805
|
"name": "vuetify",
|
|
5481
6806
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|
|
@@ -5550,14 +6875,37 @@
|
|
|
5550
6875
|
"requires": {}
|
|
5551
6876
|
}
|
|
5552
6877
|
},
|
|
6878
|
+
{
|
|
6879
|
+
"name": "vunix",
|
|
6880
|
+
"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.",
|
|
6881
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6882
|
+
"npm": "@vunix/nuxt",
|
|
6883
|
+
"icon": "",
|
|
6884
|
+
"github": "https://github.com/gaetansenn/vunix",
|
|
6885
|
+
"website": "https://vunix.dewib.com/",
|
|
6886
|
+
"learn_more": "",
|
|
6887
|
+
"category": "UI",
|
|
6888
|
+
"type": "3rd-party",
|
|
6889
|
+
"maintainers": [
|
|
6890
|
+
{
|
|
6891
|
+
"name": "Gaetan SENN",
|
|
6892
|
+
"github": "gaetansenn",
|
|
6893
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6894
|
+
}
|
|
6895
|
+
],
|
|
6896
|
+
"compatibility": {
|
|
6897
|
+
"nuxt": "^3.0.0",
|
|
6898
|
+
"requires": {}
|
|
6899
|
+
}
|
|
6900
|
+
},
|
|
5553
6901
|
{
|
|
5554
6902
|
"name": "web-vitals",
|
|
5555
6903
|
"description": "Web Vitals for Nuxt",
|
|
5556
|
-
"repo": "nuxt-
|
|
6904
|
+
"repo": "nuxt-modules/web-vitals",
|
|
5557
6905
|
"npm": "@nuxtjs/web-vitals",
|
|
5558
6906
|
"icon": "web-vitals.png",
|
|
5559
|
-
"github": "https://github.com/nuxt-
|
|
5560
|
-
"website": "https://github.com/nuxt-
|
|
6907
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
6908
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
5561
6909
|
"learn_more": "",
|
|
5562
6910
|
"category": "Performance",
|
|
5563
6911
|
"type": "community",
|
|
@@ -5584,29 +6932,6 @@
|
|
|
5584
6932
|
}
|
|
5585
6933
|
}
|
|
5586
6934
|
},
|
|
5587
|
-
{
|
|
5588
|
-
"name": "web3js",
|
|
5589
|
-
"description": "Web3.js module integration for Nuxt.js",
|
|
5590
|
-
"repo": "bl0cknumber/nuxt-web3",
|
|
5591
|
-
"npm": "nuxt-web3",
|
|
5592
|
-
"icon": "web3js.svg",
|
|
5593
|
-
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5594
|
-
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5595
|
-
"learn_more": "https://web3js.readthedocs.io/",
|
|
5596
|
-
"category": "Libraries",
|
|
5597
|
-
"type": "3rd-party",
|
|
5598
|
-
"maintainers": [
|
|
5599
|
-
{
|
|
5600
|
-
"name": "Muhammad Fauzan",
|
|
5601
|
-
"github": "bl0cknumber",
|
|
5602
|
-
"twitter": "fncolon"
|
|
5603
|
-
}
|
|
5604
|
-
],
|
|
5605
|
-
"compatibility": {
|
|
5606
|
-
"nuxt": "^2.0.0",
|
|
5607
|
-
"requires": {}
|
|
5608
|
-
}
|
|
5609
|
-
},
|
|
5610
6935
|
{
|
|
5611
6936
|
"name": "webfontloader",
|
|
5612
6937
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -5721,6 +7046,54 @@
|
|
|
5721
7046
|
"requires": {}
|
|
5722
7047
|
}
|
|
5723
7048
|
},
|
|
7049
|
+
{
|
|
7050
|
+
"name": "well-known",
|
|
7051
|
+
"description": "A Nuxt.js module to add well-known URIs using middlewares",
|
|
7052
|
+
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
7053
|
+
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
7054
|
+
"icon": "well-known.svg",
|
|
7055
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-well-known",
|
|
7056
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
|
|
7057
|
+
"learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
|
|
7058
|
+
"category": "SEO",
|
|
7059
|
+
"type": "3rd-party",
|
|
7060
|
+
"maintainers": [
|
|
7061
|
+
{
|
|
7062
|
+
"name": "Zadig&Voltaire Team",
|
|
7063
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
7064
|
+
}
|
|
7065
|
+
],
|
|
7066
|
+
"compatibility": {
|
|
7067
|
+
"nuxt": "^3.0.0",
|
|
7068
|
+
"requires": {}
|
|
7069
|
+
}
|
|
7070
|
+
},
|
|
7071
|
+
{
|
|
7072
|
+
"name": "wideangle",
|
|
7073
|
+
"description": "Nuxt 3 module to integrate Wide Angle Analytics",
|
|
7074
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
7075
|
+
"npm": "wideangle-nuxt",
|
|
7076
|
+
"icon": "wideangle.png",
|
|
7077
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
7078
|
+
"website": "https://wideangle.co",
|
|
7079
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
7080
|
+
"category": "Analytics",
|
|
7081
|
+
"type": "3rd-party",
|
|
7082
|
+
"maintainers": [
|
|
7083
|
+
{
|
|
7084
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
7085
|
+
"github": "inputobjects"
|
|
7086
|
+
},
|
|
7087
|
+
{
|
|
7088
|
+
"name": "Jarek Rozanski",
|
|
7089
|
+
"github": "jrozanski"
|
|
7090
|
+
}
|
|
7091
|
+
],
|
|
7092
|
+
"compatibility": {
|
|
7093
|
+
"nuxt": "^3.0.0",
|
|
7094
|
+
"requires": {}
|
|
7095
|
+
}
|
|
7096
|
+
},
|
|
5724
7097
|
{
|
|
5725
7098
|
"name": "windicss",
|
|
5726
7099
|
"description": "Next generation utility-first CSS framework.",
|
|
@@ -5864,29 +7237,6 @@
|
|
|
5864
7237
|
"requires": {}
|
|
5865
7238
|
}
|
|
5866
7239
|
},
|
|
5867
|
-
{
|
|
5868
|
-
"name": "yandex-metrika",
|
|
5869
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
5870
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
5871
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
5872
|
-
"icon": "",
|
|
5873
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
5874
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
5875
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
5876
|
-
"category": "Analytics",
|
|
5877
|
-
"type": "community",
|
|
5878
|
-
"maintainers": [
|
|
5879
|
-
{
|
|
5880
|
-
"name": "Pooya Parsa",
|
|
5881
|
-
"github": "pi0",
|
|
5882
|
-
"twitter": "_pi0_"
|
|
5883
|
-
}
|
|
5884
|
-
],
|
|
5885
|
-
"compatibility": {
|
|
5886
|
-
"nuxt": "^2.0.0",
|
|
5887
|
-
"requires": {}
|
|
5888
|
-
}
|
|
5889
|
-
},
|
|
5890
7240
|
{
|
|
5891
7241
|
"name": "zendesk",
|
|
5892
7242
|
"description": "Nuxt.js module for Zendesk",
|