@nuxt/modules 0.6.0-8b4d55 → 0.6.0-8e540b
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 +1649 -150
- 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": "",
|
|
@@ -762,6 +950,52 @@
|
|
|
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
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"name": "csurf",
|
|
978
|
+
"description": "Cross-Site Request Forgery (CSRF) Prevention for Nuxt",
|
|
979
|
+
"repo": "morgbn/nuxt-csurf",
|
|
980
|
+
"npm": "nuxt-csurf",
|
|
981
|
+
"icon": "csurf.svg",
|
|
982
|
+
"github": "https://github.com/morgbn/nuxt-csurf",
|
|
983
|
+
"website": "https://github.com/morgbn/nuxt-csurf",
|
|
984
|
+
"learn_more": "https://github.com/Morgbn/nuxt-csurf#readme",
|
|
985
|
+
"category": "Security",
|
|
986
|
+
"type": "3rd-party",
|
|
987
|
+
"maintainers": [
|
|
988
|
+
{
|
|
989
|
+
"name": "morgbn",
|
|
990
|
+
"github": "morgbn",
|
|
991
|
+
"avatar": "https://avatars.githubusercontent.com/u/25689856?v=4"
|
|
992
|
+
}
|
|
993
|
+
],
|
|
994
|
+
"compatibility": {
|
|
995
|
+
"nuxt": "^3.0.0",
|
|
996
|
+
"requires": {}
|
|
997
|
+
}
|
|
998
|
+
},
|
|
765
999
|
{
|
|
766
1000
|
"name": "custom-elements",
|
|
767
1001
|
"description": "Publish your Components as a vue-custom-element standalone build.",
|
|
@@ -833,11 +1067,11 @@
|
|
|
833
1067
|
}
|
|
834
1068
|
},
|
|
835
1069
|
{
|
|
836
|
-
"name": "datocms",
|
|
837
|
-
"description": "DatoCMS integration for Nuxt.js",
|
|
1070
|
+
"name": "datocms-nuxt2",
|
|
1071
|
+
"description": "DatoCMS integration for Nuxt.js v2",
|
|
838
1072
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
839
1073
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
840
|
-
"icon": "datocms.
|
|
1074
|
+
"icon": "datocms.svg",
|
|
841
1075
|
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
842
1076
|
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
843
1077
|
"learn_more": "https://www.datocms.com/",
|
|
@@ -854,33 +1088,57 @@
|
|
|
854
1088
|
"requires": {}
|
|
855
1089
|
}
|
|
856
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
|
+
},
|
|
857
1115
|
{
|
|
858
1116
|
"name": "dayjs",
|
|
859
|
-
"description": "
|
|
860
|
-
"repo": "
|
|
861
|
-
"npm": "
|
|
1117
|
+
"description": "Day.js module for Nuxt",
|
|
1118
|
+
"repo": "fumeapp/dayjs",
|
|
1119
|
+
"npm": "dayjs-nuxt",
|
|
862
1120
|
"icon": "day-js.png",
|
|
863
|
-
"github": "https://github.com/
|
|
864
|
-
"website": "https://github.com/
|
|
1121
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1122
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
865
1123
|
"learn_more": "https://day.js.org/",
|
|
866
|
-
"category": "
|
|
867
|
-
"type": "
|
|
1124
|
+
"category": "Libraries",
|
|
1125
|
+
"type": "3rd-party",
|
|
868
1126
|
"maintainers": [
|
|
869
1127
|
{
|
|
870
|
-
"name": "
|
|
871
|
-
"github": "
|
|
872
|
-
"twitter": "
|
|
1128
|
+
"name": "Kevin Olson",
|
|
1129
|
+
"github": "acidjazz",
|
|
1130
|
+
"twitter": "AppFume"
|
|
873
1131
|
}
|
|
874
1132
|
],
|
|
875
1133
|
"compatibility": {
|
|
876
|
-
"nuxt": "^
|
|
1134
|
+
"nuxt": "^3.0.0",
|
|
877
1135
|
"requires": {}
|
|
878
1136
|
}
|
|
879
1137
|
},
|
|
880
1138
|
{
|
|
881
1139
|
"name": "delay-hydration",
|
|
882
1140
|
"description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
|
|
883
|
-
"repo": "harlan-zw/nuxt-delay-hydration
|
|
1141
|
+
"repo": "harlan-zw/nuxt-delay-hydration",
|
|
884
1142
|
"npm": "nuxt-delay-hydration",
|
|
885
1143
|
"icon": "lighthouse.svg",
|
|
886
1144
|
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
@@ -922,15 +1180,38 @@
|
|
|
922
1180
|
"requires": {}
|
|
923
1181
|
}
|
|
924
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
|
+
},
|
|
925
1206
|
{
|
|
926
1207
|
"name": "directus",
|
|
927
|
-
"description": "Easily connect your
|
|
1208
|
+
"description": "Easily connect your Nuxt application to your directus server.",
|
|
928
1209
|
"repo": "intevel/nuxt-directus",
|
|
929
1210
|
"npm": "nuxt-directus",
|
|
930
1211
|
"icon": "directus.svg",
|
|
931
|
-
"github": "https://github.com/
|
|
932
|
-
"website": "https://nuxt-directus.
|
|
933
|
-
"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/",
|
|
934
1215
|
"category": "CMS",
|
|
935
1216
|
"type": "3rd-party",
|
|
936
1217
|
"maintainers": [
|
|
@@ -941,10 +1222,30 @@
|
|
|
941
1222
|
}
|
|
942
1223
|
],
|
|
943
1224
|
"compatibility": {
|
|
944
|
-
"nuxt": "^
|
|
945
|
-
"requires": {
|
|
946
|
-
|
|
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"
|
|
947
1244
|
}
|
|
1245
|
+
],
|
|
1246
|
+
"compatibility": {
|
|
1247
|
+
"nuxt": "^3.0.0",
|
|
1248
|
+
"requires": {}
|
|
948
1249
|
}
|
|
949
1250
|
},
|
|
950
1251
|
{
|
|
@@ -1024,6 +1325,28 @@
|
|
|
1024
1325
|
"requires": {}
|
|
1025
1326
|
}
|
|
1026
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
|
+
},
|
|
1027
1350
|
{
|
|
1028
1351
|
"name": "element-plus",
|
|
1029
1352
|
"description": "A Vue 3 based component library for designers and developers",
|
|
@@ -1051,11 +1374,11 @@
|
|
|
1051
1374
|
{
|
|
1052
1375
|
"name": "emotion",
|
|
1053
1376
|
"description": "The Next Generation of CSS-in-JS for Nuxt.js",
|
|
1054
|
-
"repo": "nuxt-
|
|
1377
|
+
"repo": "nuxt-modules/emotion",
|
|
1055
1378
|
"npm": "@nuxtjs/emotion",
|
|
1056
1379
|
"icon": "emotion.png",
|
|
1057
|
-
"github": "https://github.com/nuxt-
|
|
1058
|
-
"website": "https://github.com/nuxt-
|
|
1380
|
+
"github": "https://github.com/nuxt-modules/emotion",
|
|
1381
|
+
"website": "https://github.com/nuxt-modules/emotion",
|
|
1059
1382
|
"learn_more": "https://emotion.sh/",
|
|
1060
1383
|
"category": "Extensions",
|
|
1061
1384
|
"type": "community",
|
|
@@ -1064,10 +1387,15 @@
|
|
|
1064
1387
|
"name": "Pooya Parsa",
|
|
1065
1388
|
"github": "pi0",
|
|
1066
1389
|
"twitter": "_pi0_"
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
"name": "Jonathan Bakebwa",
|
|
1393
|
+
"github": "codebender828",
|
|
1394
|
+
"twitter": "codebender828"
|
|
1067
1395
|
}
|
|
1068
1396
|
],
|
|
1069
1397
|
"compatibility": {
|
|
1070
|
-
"nuxt": "^2.0.0",
|
|
1398
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1071
1399
|
"requires": {}
|
|
1072
1400
|
}
|
|
1073
1401
|
},
|
|
@@ -1089,7 +1417,7 @@
|
|
|
1089
1417
|
}
|
|
1090
1418
|
],
|
|
1091
1419
|
"compatibility": {
|
|
1092
|
-
"nuxt": "^2.0.0",
|
|
1420
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1093
1421
|
"requires": {}
|
|
1094
1422
|
}
|
|
1095
1423
|
},
|
|
@@ -1315,6 +1643,29 @@
|
|
|
1315
1643
|
"requires": {}
|
|
1316
1644
|
}
|
|
1317
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#main/packages/form-action-nuxt",
|
|
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
|
+
},
|
|
1318
1669
|
{
|
|
1319
1670
|
"name": "formkit",
|
|
1320
1671
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1448,11 +1799,11 @@
|
|
|
1448
1799
|
{
|
|
1449
1800
|
"name": "google-fonts",
|
|
1450
1801
|
"description": "Google Fonts module for NuxtJS",
|
|
1451
|
-
"repo": "nuxt-
|
|
1802
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1452
1803
|
"npm": "@nuxtjs/google-fonts",
|
|
1453
1804
|
"icon": "google-fonts.png",
|
|
1454
|
-
"github": "https://github.com/nuxt-
|
|
1455
|
-
"website": "https://
|
|
1805
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1806
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1456
1807
|
"learn_more": "https://developers.google.com/fonts",
|
|
1457
1808
|
"category": "Fonts",
|
|
1458
1809
|
"type": "community",
|
|
@@ -1594,6 +1945,30 @@
|
|
|
1594
1945
|
"requires": {}
|
|
1595
1946
|
}
|
|
1596
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
|
+
},
|
|
1597
1972
|
{
|
|
1598
1973
|
"name": "gtm",
|
|
1599
1974
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
@@ -1639,6 +2014,28 @@
|
|
|
1639
2014
|
"requires": {}
|
|
1640
2015
|
}
|
|
1641
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
|
+
},
|
|
1642
2039
|
{
|
|
1643
2040
|
"name": "harlem",
|
|
1644
2041
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -1874,11 +2271,11 @@
|
|
|
1874
2271
|
{
|
|
1875
2272
|
"name": "i18n",
|
|
1876
2273
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
1877
|
-
"repo": "nuxt-
|
|
2274
|
+
"repo": "nuxt-modules/i18n",
|
|
1878
2275
|
"npm": "@nuxtjs/i18n",
|
|
1879
2276
|
"icon": "i18n.png",
|
|
1880
|
-
"github": "https://github.com/nuxt-
|
|
1881
|
-
"website": "https://i18n.nuxtjs.org",
|
|
2277
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2278
|
+
"website": "https://v8.i18n.nuxtjs.org",
|
|
1882
2279
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
1883
2280
|
"category": "Extensions",
|
|
1884
2281
|
"type": "community",
|
|
@@ -1898,10 +2295,32 @@
|
|
|
1898
2295
|
}
|
|
1899
2296
|
},
|
|
1900
2297
|
{
|
|
1901
|
-
"name": "icon",
|
|
1902
|
-
"description": "
|
|
1903
|
-
"repo": "nuxt-
|
|
1904
|
-
"npm": "nuxt-icon",
|
|
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
|
+
},
|
|
2319
|
+
{
|
|
2320
|
+
"name": "icon",
|
|
2321
|
+
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
2322
|
+
"repo": "nuxt-modules/icon",
|
|
2323
|
+
"npm": "nuxt-icon",
|
|
1905
2324
|
"icon": "nuxt-icon.png",
|
|
1906
2325
|
"github": "https://github.com/nuxt-modules/icon",
|
|
1907
2326
|
"website": "https://github.com/nuxt-modules/icon",
|
|
@@ -2023,12 +2442,12 @@
|
|
|
2023
2442
|
{
|
|
2024
2443
|
"name": "inkline",
|
|
2025
2444
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2026
|
-
"repo": "inkline/
|
|
2027
|
-
"npm": "@inkline/
|
|
2445
|
+
"repo": "inkline/plugin",
|
|
2446
|
+
"npm": "@inkline/plugin",
|
|
2028
2447
|
"icon": "inkline.svg",
|
|
2029
|
-
"github": "https://github.com/inkline/
|
|
2448
|
+
"github": "https://github.com/inkline/plugin",
|
|
2030
2449
|
"website": "https://inkline.io",
|
|
2031
|
-
"learn_more": "https://inkline.io/docs/
|
|
2450
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2032
2451
|
"category": "UI",
|
|
2033
2452
|
"type": "3rd-party",
|
|
2034
2453
|
"maintainers": [
|
|
@@ -2248,7 +2667,7 @@
|
|
|
2248
2667
|
},
|
|
2249
2668
|
{
|
|
2250
2669
|
"name": "link-checker",
|
|
2251
|
-
"description": "",
|
|
2670
|
+
"description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
|
|
2252
2671
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2253
2672
|
"npm": "nuxt-link-checker",
|
|
2254
2673
|
"icon": "",
|
|
@@ -2365,6 +2784,32 @@
|
|
|
2365
2784
|
"requires": {}
|
|
2366
2785
|
}
|
|
2367
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
|
+
},
|
|
2368
2813
|
{
|
|
2369
2814
|
"name": "lunr",
|
|
2370
2815
|
"description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
|
|
@@ -2478,6 +2923,31 @@
|
|
|
2478
2923
|
"requires": {}
|
|
2479
2924
|
}
|
|
2480
2925
|
},
|
|
2926
|
+
{
|
|
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
|
+
},
|
|
2481
2951
|
{
|
|
2482
2952
|
"name": "meilisearch",
|
|
2483
2953
|
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
@@ -2547,6 +3017,29 @@
|
|
|
2547
3017
|
"requires": {}
|
|
2548
3018
|
}
|
|
2549
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
|
+
},
|
|
2550
3043
|
{
|
|
2551
3044
|
"name": "moment",
|
|
2552
3045
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
@@ -2735,6 +3228,50 @@
|
|
|
2735
3228
|
"requires": {}
|
|
2736
3229
|
}
|
|
2737
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
|
+
},
|
|
2738
3275
|
{
|
|
2739
3276
|
"name": "nuxt-auth",
|
|
2740
3277
|
"description": "",
|
|
@@ -2757,6 +3294,94 @@
|
|
|
2757
3294
|
"requires": {}
|
|
2758
3295
|
}
|
|
2759
3296
|
},
|
|
3297
|
+
{
|
|
3298
|
+
"name": "nuxt-basic-auth",
|
|
3299
|
+
"description": "Nuxt 3 Module for Basic Authentication",
|
|
3300
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3301
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3302
|
+
"icon": "",
|
|
3303
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3304
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3305
|
+
"learn_more": "",
|
|
3306
|
+
"category": "Security",
|
|
3307
|
+
"type": "3rd-party",
|
|
3308
|
+
"maintainers": [
|
|
3309
|
+
{
|
|
3310
|
+
"name": "kgierke",
|
|
3311
|
+
"github": "kgierke"
|
|
3312
|
+
}
|
|
3313
|
+
],
|
|
3314
|
+
"compatibility": {
|
|
3315
|
+
"nuxt": "^3.0.0",
|
|
3316
|
+
"requires": {}
|
|
3317
|
+
}
|
|
3318
|
+
},
|
|
3319
|
+
{
|
|
3320
|
+
"name": "nuxt-bootstrap-icons",
|
|
3321
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3322
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3323
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3324
|
+
"icon": "bootstrap-icons.svg",
|
|
3325
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3326
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3327
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3328
|
+
"category": "UI",
|
|
3329
|
+
"type": "3rd-party",
|
|
3330
|
+
"maintainers": [
|
|
3331
|
+
{
|
|
3332
|
+
"name": "OyewoleOyedeji",
|
|
3333
|
+
"github": "OyewoleOyedeji"
|
|
3334
|
+
}
|
|
3335
|
+
],
|
|
3336
|
+
"compatibility": {
|
|
3337
|
+
"nuxt": "^3.0.0",
|
|
3338
|
+
"requires": {}
|
|
3339
|
+
}
|
|
3340
|
+
},
|
|
3341
|
+
{
|
|
3342
|
+
"name": "nuxt-chatgpt",
|
|
3343
|
+
"description": "ChatGPT integration for Nuxt 3",
|
|
3344
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3345
|
+
"npm": "nuxt-chatgpt",
|
|
3346
|
+
"icon": "chatgpt.svg",
|
|
3347
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3348
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3349
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
3350
|
+
"category": "Libraries",
|
|
3351
|
+
"type": "3rd-party",
|
|
3352
|
+
"maintainers": [
|
|
3353
|
+
{
|
|
3354
|
+
"name": "Oliver Trajceski",
|
|
3355
|
+
"github": "schnapsterdog"
|
|
3356
|
+
}
|
|
3357
|
+
],
|
|
3358
|
+
"compatibility": {
|
|
3359
|
+
"nuxt": "^3.0.0",
|
|
3360
|
+
"requires": {}
|
|
3361
|
+
}
|
|
3362
|
+
},
|
|
3363
|
+
{
|
|
3364
|
+
"name": "nuxt-feedme",
|
|
3365
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3366
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3367
|
+
"npm": "nuxt-feedme",
|
|
3368
|
+
"icon": "",
|
|
3369
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3370
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3371
|
+
"learn_more": "",
|
|
3372
|
+
"category": "SEO",
|
|
3373
|
+
"type": "3rd-party",
|
|
3374
|
+
"maintainers": [
|
|
3375
|
+
{
|
|
3376
|
+
"name": "Helltraitor",
|
|
3377
|
+
"github": "helltraitor"
|
|
3378
|
+
}
|
|
3379
|
+
],
|
|
3380
|
+
"compatibility": {
|
|
3381
|
+
"nuxt": "^3.0.0",
|
|
3382
|
+
"requires": {}
|
|
3383
|
+
}
|
|
3384
|
+
},
|
|
2760
3385
|
{
|
|
2761
3386
|
"name": "nuxt-graphql-middleware",
|
|
2762
3387
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -2808,6 +3433,28 @@
|
|
|
2808
3433
|
"requires": {}
|
|
2809
3434
|
}
|
|
2810
3435
|
},
|
|
3436
|
+
{
|
|
3437
|
+
"name": "nuxt-gtm",
|
|
3438
|
+
"description": "A Nuxt.js module for Google Tag Manager",
|
|
3439
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3440
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3441
|
+
"icon": "nuxt-gtm.svg",
|
|
3442
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3443
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3444
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3445
|
+
"category": "Analytics",
|
|
3446
|
+
"type": "3rd-party",
|
|
3447
|
+
"maintainers": [
|
|
3448
|
+
{
|
|
3449
|
+
"name": "Zadig&Voltaire Team",
|
|
3450
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
3451
|
+
}
|
|
3452
|
+
],
|
|
3453
|
+
"compatibility": {
|
|
3454
|
+
"nuxt": "^3.0.0",
|
|
3455
|
+
"requires": {}
|
|
3456
|
+
}
|
|
3457
|
+
},
|
|
2811
3458
|
{
|
|
2812
3459
|
"name": "nuxt-hue",
|
|
2813
3460
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -2878,6 +3525,28 @@
|
|
|
2878
3525
|
"requires": {}
|
|
2879
3526
|
}
|
|
2880
3527
|
},
|
|
3528
|
+
{
|
|
3529
|
+
"name": "nuxt-mapbox",
|
|
3530
|
+
"description": "Elegant Mapbox integration with Nuxt",
|
|
3531
|
+
"repo": "AlexLavoie42/Nuxt-Mapbox",
|
|
3532
|
+
"npm": "nuxt-mapbox",
|
|
3533
|
+
"icon": "nuxt-mapbox.svg",
|
|
3534
|
+
"github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3535
|
+
"website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3536
|
+
"learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3537
|
+
"category": "Libraries",
|
|
3538
|
+
"type": "3rd-party",
|
|
3539
|
+
"maintainers": [
|
|
3540
|
+
{
|
|
3541
|
+
"name": "Alex Lavoie",
|
|
3542
|
+
"github": "AlexLavoie42"
|
|
3543
|
+
}
|
|
3544
|
+
],
|
|
3545
|
+
"compatibility": {
|
|
3546
|
+
"nuxt": "^3.0.0",
|
|
3547
|
+
"requires": {}
|
|
3548
|
+
}
|
|
3549
|
+
},
|
|
2881
3550
|
{
|
|
2882
3551
|
"name": "nuxt-monaco-editor",
|
|
2883
3552
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -2900,6 +3569,73 @@
|
|
|
2900
3569
|
"requires": {}
|
|
2901
3570
|
}
|
|
2902
3571
|
},
|
|
3572
|
+
{
|
|
3573
|
+
"name": "nuxt-mongoose",
|
|
3574
|
+
"description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
|
|
3575
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
3576
|
+
"npm": "nuxt-mongoose",
|
|
3577
|
+
"icon": "nuxt-mongoose.svg",
|
|
3578
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3579
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3580
|
+
"learn_more": "",
|
|
3581
|
+
"category": "Database",
|
|
3582
|
+
"type": "3rd-party",
|
|
3583
|
+
"maintainers": [
|
|
3584
|
+
{
|
|
3585
|
+
"name": "arashsheyda",
|
|
3586
|
+
"github": "arashsheyda"
|
|
3587
|
+
}
|
|
3588
|
+
],
|
|
3589
|
+
"compatibility": {
|
|
3590
|
+
"nuxt": "^3.0.0",
|
|
3591
|
+
"requires": {}
|
|
3592
|
+
}
|
|
3593
|
+
},
|
|
3594
|
+
{
|
|
3595
|
+
"name": "nuxt-pdf",
|
|
3596
|
+
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
3597
|
+
"repo": "sidebase/nuxt-pdf",
|
|
3598
|
+
"npm": "@sidebase/nuxt-pdf",
|
|
3599
|
+
"icon": "nuxt-pdf.png",
|
|
3600
|
+
"github": "https://github.com/sidebase/nuxt-pdf",
|
|
3601
|
+
"website": "https://sidebase.io/nuxt-pdf",
|
|
3602
|
+
"learn_more": "https://github.com/sidebase",
|
|
3603
|
+
"category": "Extensions",
|
|
3604
|
+
"type": "3rd-party",
|
|
3605
|
+
"maintainers": [
|
|
3606
|
+
{
|
|
3607
|
+
"name": "sidebase",
|
|
3608
|
+
"github": "sidebase",
|
|
3609
|
+
"twitter": "sidebase_io"
|
|
3610
|
+
}
|
|
3611
|
+
],
|
|
3612
|
+
"compatibility": {
|
|
3613
|
+
"nuxt": "^3.0.0",
|
|
3614
|
+
"requires": {}
|
|
3615
|
+
}
|
|
3616
|
+
},
|
|
3617
|
+
{
|
|
3618
|
+
"name": "nuxt-phosphor-icons",
|
|
3619
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
3620
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3621
|
+
"npm": "nuxt-phosphor-icons",
|
|
3622
|
+
"icon": "phosphor-icons.svg",
|
|
3623
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3624
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3625
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3626
|
+
"category": "UI",
|
|
3627
|
+
"type": "3rd-party",
|
|
3628
|
+
"maintainers": [
|
|
3629
|
+
{
|
|
3630
|
+
"name": "OyewoleOyedeji",
|
|
3631
|
+
"github": "OyewoleOyedeji"
|
|
3632
|
+
}
|
|
3633
|
+
],
|
|
3634
|
+
"compatibility": {
|
|
3635
|
+
"nuxt": "^3.0.0",
|
|
3636
|
+
"requires": {}
|
|
3637
|
+
}
|
|
3638
|
+
},
|
|
2903
3639
|
{
|
|
2904
3640
|
"name": "nuxt-pino-log",
|
|
2905
3641
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -2944,6 +3680,32 @@
|
|
|
2944
3680
|
"requires": {}
|
|
2945
3681
|
}
|
|
2946
3682
|
},
|
|
3683
|
+
{
|
|
3684
|
+
"name": "nuxt-plotly",
|
|
3685
|
+
"description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
|
|
3686
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
3687
|
+
"npm": "nuxt-plotly",
|
|
3688
|
+
"icon": "nuxt-plotly.svg",
|
|
3689
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3690
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3691
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
3692
|
+
"category": "Libraries",
|
|
3693
|
+
"type": "3rd-party",
|
|
3694
|
+
"maintainers": [
|
|
3695
|
+
{
|
|
3696
|
+
"name": "Supanut Dokmaithong",
|
|
3697
|
+
"github": "Boomgeek"
|
|
3698
|
+
},
|
|
3699
|
+
{
|
|
3700
|
+
"name": "superdev-tech",
|
|
3701
|
+
"github": "superdev-tech"
|
|
3702
|
+
}
|
|
3703
|
+
],
|
|
3704
|
+
"compatibility": {
|
|
3705
|
+
"nuxt": "^3.0.0",
|
|
3706
|
+
"requires": {}
|
|
3707
|
+
}
|
|
3708
|
+
},
|
|
2947
3709
|
{
|
|
2948
3710
|
"name": "nuxt-png-to-ico",
|
|
2949
3711
|
"description": "Nuxt.js module for auto generating favicons",
|
|
@@ -3156,12 +3918,12 @@
|
|
|
3156
3918
|
{
|
|
3157
3919
|
"name": "nuxt-vue3-google-signin",
|
|
3158
3920
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3159
|
-
"repo": "
|
|
3921
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3160
3922
|
"npm": "nuxt-vue3-google-signin",
|
|
3161
3923
|
"icon": "vue3-google-signin.svg",
|
|
3162
|
-
"github": "https://github.com/
|
|
3163
|
-
"website": "https://vue3-google-signin.
|
|
3164
|
-
"learn_more": "https://vue3-google-signin.
|
|
3924
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
3925
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
3926
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3165
3927
|
"category": "Libraries",
|
|
3166
3928
|
"type": "3rd-party",
|
|
3167
3929
|
"maintainers": [
|
|
@@ -3175,6 +3937,50 @@
|
|
|
3175
3937
|
"requires": {}
|
|
3176
3938
|
}
|
|
3177
3939
|
},
|
|
3940
|
+
{
|
|
3941
|
+
"name": "nuxt-vuetify",
|
|
3942
|
+
"description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
|
|
3943
|
+
"repo": "invictus-codes/nuxt-vuetify",
|
|
3944
|
+
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3945
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
3946
|
+
"github": "https://github.com/invictus-codes/nuxt-vuetify",
|
|
3947
|
+
"website": "https://invictus-codes.github.io/nuxt-vuetify/",
|
|
3948
|
+
"learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
|
|
3949
|
+
"category": "UI",
|
|
3950
|
+
"type": "3rd-party",
|
|
3951
|
+
"maintainers": [
|
|
3952
|
+
{
|
|
3953
|
+
"name": "Jens van Hellemondt",
|
|
3954
|
+
"github": "invictus-codes"
|
|
3955
|
+
}
|
|
3956
|
+
],
|
|
3957
|
+
"compatibility": {
|
|
3958
|
+
"nuxt": "^3.0.0",
|
|
3959
|
+
"requires": {}
|
|
3960
|
+
}
|
|
3961
|
+
},
|
|
3962
|
+
{
|
|
3963
|
+
"name": "nuxt3-leaflet",
|
|
3964
|
+
"description": "Leaflet integration with Nuxt",
|
|
3965
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
3966
|
+
"npm": "nuxt3-leaflet",
|
|
3967
|
+
"icon": "leaflet.png",
|
|
3968
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
3969
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
3970
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
3971
|
+
"category": "Libraries",
|
|
3972
|
+
"type": "3rd-party",
|
|
3973
|
+
"maintainers": [
|
|
3974
|
+
{
|
|
3975
|
+
"name": "Augustin MERCIER",
|
|
3976
|
+
"github": "Gugustinette"
|
|
3977
|
+
}
|
|
3978
|
+
],
|
|
3979
|
+
"compatibility": {
|
|
3980
|
+
"nuxt": "^3.0.0",
|
|
3981
|
+
"requires": {}
|
|
3982
|
+
}
|
|
3983
|
+
},
|
|
3178
3984
|
{
|
|
3179
3985
|
"name": "nuxt7",
|
|
3180
3986
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
@@ -3199,12 +4005,35 @@
|
|
|
3199
4005
|
}
|
|
3200
4006
|
},
|
|
3201
4007
|
{
|
|
3202
|
-
"name": "
|
|
3203
|
-
"description": "
|
|
3204
|
-
"repo": "
|
|
3205
|
-
"npm": "
|
|
3206
|
-
"icon": "",
|
|
3207
|
-
"github": "https://github.com/
|
|
4008
|
+
"name": "nuxtlabs-ui",
|
|
4009
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
4010
|
+
"repo": "nuxtlabs/ui",
|
|
4011
|
+
"npm": "@nuxthq/ui",
|
|
4012
|
+
"icon": "nuxtlabs-ui.svg",
|
|
4013
|
+
"github": "https://github.com/nuxtlabs/ui",
|
|
4014
|
+
"website": "https://ui.nuxtlabs.com",
|
|
4015
|
+
"learn_more": "https://ui.nuxtlabs.com",
|
|
4016
|
+
"category": "UI",
|
|
4017
|
+
"type": "3rd-party",
|
|
4018
|
+
"maintainers": [
|
|
4019
|
+
{
|
|
4020
|
+
"name": "Benjamin Canac",
|
|
4021
|
+
"github": "benjamincanac",
|
|
4022
|
+
"twitter": "benjamincanac"
|
|
4023
|
+
}
|
|
4024
|
+
],
|
|
4025
|
+
"compatibility": {
|
|
4026
|
+
"nuxt": "^3.0.0",
|
|
4027
|
+
"requires": {}
|
|
4028
|
+
}
|
|
4029
|
+
},
|
|
4030
|
+
{
|
|
4031
|
+
"name": "og-image",
|
|
4032
|
+
"description": "Easily generate dynamic social share images.",
|
|
4033
|
+
"repo": "harlan-zw/nuxt-og-image",
|
|
4034
|
+
"npm": "nuxt-og-image",
|
|
4035
|
+
"icon": "",
|
|
4036
|
+
"github": "https://github.com/harlan-zw/nuxt-og-image",
|
|
3208
4037
|
"website": "https://github.com/harlan-zw/nuxt-og-image",
|
|
3209
4038
|
"learn_more": "",
|
|
3210
4039
|
"category": "SEO",
|
|
@@ -3337,6 +4166,30 @@
|
|
|
3337
4166
|
}
|
|
3338
4167
|
}
|
|
3339
4168
|
},
|
|
4169
|
+
{
|
|
4170
|
+
"name": "pdfeasy",
|
|
4171
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
4172
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
4173
|
+
"npm": "nuxt-pdfeasy",
|
|
4174
|
+
"icon": "pdfeasy.png",
|
|
4175
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
4176
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
4177
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
4178
|
+
"category": "Extensions",
|
|
4179
|
+
"type": "3rd-party",
|
|
4180
|
+
"maintainers": [
|
|
4181
|
+
{
|
|
4182
|
+
"name": "Giovane Cardoso",
|
|
4183
|
+
"github": "novout",
|
|
4184
|
+
"twitter": "novoutttttt",
|
|
4185
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
4186
|
+
}
|
|
4187
|
+
],
|
|
4188
|
+
"compatibility": {
|
|
4189
|
+
"nuxt": "^3.0.0",
|
|
4190
|
+
"requires": {}
|
|
4191
|
+
}
|
|
4192
|
+
},
|
|
3340
4193
|
{
|
|
3341
4194
|
"name": "persian-datepicker",
|
|
3342
4195
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3411,11 +4264,11 @@
|
|
|
3411
4264
|
{
|
|
3412
4265
|
"name": "pinia",
|
|
3413
4266
|
"description": "The Vue Store that you will enjoy using",
|
|
3414
|
-
"repo": "
|
|
4267
|
+
"repo": "vuejs/pinia#v2/packages/nuxt",
|
|
3415
4268
|
"npm": "@pinia/nuxt",
|
|
3416
4269
|
"icon": "pinia.svg",
|
|
3417
|
-
"github": "https://github.com/
|
|
3418
|
-
"website": "https://pinia.
|
|
4270
|
+
"github": "https://github.com/vuejs/pinia/tree/v2/packages/nuxt",
|
|
4271
|
+
"website": "https://pinia.vuejs.org/",
|
|
3419
4272
|
"learn_more": "",
|
|
3420
4273
|
"category": "Extensions",
|
|
3421
4274
|
"type": "3rd-party",
|
|
@@ -3499,6 +4352,28 @@
|
|
|
3499
4352
|
"requires": {}
|
|
3500
4353
|
}
|
|
3501
4354
|
},
|
|
4355
|
+
{
|
|
4356
|
+
"name": "prometheus",
|
|
4357
|
+
"description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
|
|
4358
|
+
"repo": "artmizu/nuxt-prometheus",
|
|
4359
|
+
"npm": "@artmizu/nuxt-prometheus",
|
|
4360
|
+
"icon": "prometheus.svg",
|
|
4361
|
+
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
4362
|
+
"website": "https://github.com/artmizu/nuxt-prometheus",
|
|
4363
|
+
"learn_more": "",
|
|
4364
|
+
"category": "Monitoring",
|
|
4365
|
+
"type": "3rd-party",
|
|
4366
|
+
"maintainers": [
|
|
4367
|
+
{
|
|
4368
|
+
"name": "artmizu",
|
|
4369
|
+
"github": "artmizu"
|
|
4370
|
+
}
|
|
4371
|
+
],
|
|
4372
|
+
"compatibility": {
|
|
4373
|
+
"nuxt": "^3.0.0",
|
|
4374
|
+
"requires": {}
|
|
4375
|
+
}
|
|
4376
|
+
},
|
|
3502
4377
|
{
|
|
3503
4378
|
"name": "protected-mailto",
|
|
3504
4379
|
"description": "Nuxt component to generate encoded mailto links",
|
|
@@ -3636,6 +4511,50 @@
|
|
|
3636
4511
|
"requires": {}
|
|
3637
4512
|
}
|
|
3638
4513
|
},
|
|
4514
|
+
{
|
|
4515
|
+
"name": "quasar",
|
|
4516
|
+
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
4517
|
+
"repo": "Maiquu/nuxt-quasar",
|
|
4518
|
+
"npm": "nuxt-quasar-ui",
|
|
4519
|
+
"icon": "quasar.svg",
|
|
4520
|
+
"github": "https://github.com/Maiquu/nuxt-quasar",
|
|
4521
|
+
"website": "https://quasar.dev/",
|
|
4522
|
+
"learn_more": "https://github.com/Maiquu/nuxt-quasar",
|
|
4523
|
+
"category": "UI",
|
|
4524
|
+
"type": "3rd-party",
|
|
4525
|
+
"maintainers": [
|
|
4526
|
+
{
|
|
4527
|
+
"name": "Ege İliklier",
|
|
4528
|
+
"github": "Maiquu"
|
|
4529
|
+
}
|
|
4530
|
+
],
|
|
4531
|
+
"compatibility": {
|
|
4532
|
+
"nuxt": "^3.0.0",
|
|
4533
|
+
"requires": {}
|
|
4534
|
+
}
|
|
4535
|
+
},
|
|
4536
|
+
{
|
|
4537
|
+
"name": "radash",
|
|
4538
|
+
"description": "radash module with auto-import and custom prefix",
|
|
4539
|
+
"repo": "bbg/nuxt-radash",
|
|
4540
|
+
"npm": "nuxt-radash",
|
|
4541
|
+
"icon": "radash.png",
|
|
4542
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
4543
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
4544
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
4545
|
+
"category": "Libraries",
|
|
4546
|
+
"type": "3rd-party",
|
|
4547
|
+
"maintainers": [
|
|
4548
|
+
{
|
|
4549
|
+
"name": "Batuhan Göksu",
|
|
4550
|
+
"github": "bbg"
|
|
4551
|
+
}
|
|
4552
|
+
],
|
|
4553
|
+
"compatibility": {
|
|
4554
|
+
"nuxt": "^3.0.0",
|
|
4555
|
+
"requires": {}
|
|
4556
|
+
}
|
|
4557
|
+
},
|
|
3639
4558
|
{
|
|
3640
4559
|
"name": "recaptcha",
|
|
3641
4560
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
@@ -3706,11 +4625,11 @@
|
|
|
3706
4625
|
{
|
|
3707
4626
|
"name": "robots",
|
|
3708
4627
|
"description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
|
|
3709
|
-
"repo": "nuxt-
|
|
4628
|
+
"repo": "nuxt-modules/robots",
|
|
3710
4629
|
"npm": "@nuxtjs/robots",
|
|
3711
4630
|
"icon": "robots.png",
|
|
3712
|
-
"github": "https://github.com/nuxt-
|
|
3713
|
-
"website": "https://github.com/nuxt-
|
|
4631
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
4632
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
3714
4633
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
3715
4634
|
"category": "SEO",
|
|
3716
4635
|
"type": "community",
|
|
@@ -3916,7 +4835,7 @@
|
|
|
3916
4835
|
"description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
|
|
3917
4836
|
"repo": "nuxt-community/sentry-module",
|
|
3918
4837
|
"npm": "@nuxtjs/sentry",
|
|
3919
|
-
"icon": "sentry.
|
|
4838
|
+
"icon": "sentry.svg",
|
|
3920
4839
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
3921
4840
|
"website": "https://sentry.nuxtjs.org/",
|
|
3922
4841
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -3936,7 +4855,7 @@
|
|
|
3936
4855
|
{
|
|
3937
4856
|
"name": "seo-kit",
|
|
3938
4857
|
"description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
|
|
3939
|
-
"repo": "harlan-zw/nuxt-seo-kit",
|
|
4858
|
+
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
3940
4859
|
"npm": "nuxt-seo-kit",
|
|
3941
4860
|
"icon": "seo-kit.svg",
|
|
3942
4861
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
@@ -4023,6 +4942,29 @@
|
|
|
4023
4942
|
"requires": {}
|
|
4024
4943
|
}
|
|
4025
4944
|
},
|
|
4945
|
+
{
|
|
4946
|
+
"name": "server-block",
|
|
4947
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
4948
|
+
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
|
|
4949
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
4950
|
+
"icon": "server-block.svg",
|
|
4951
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
4952
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
4953
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
4954
|
+
"category": "Extensions",
|
|
4955
|
+
"type": "3rd-party",
|
|
4956
|
+
"maintainers": [
|
|
4957
|
+
{
|
|
4958
|
+
"name": "Hebilicious",
|
|
4959
|
+
"github": "Hebilicious",
|
|
4960
|
+
"twitter": "its_hebilicious"
|
|
4961
|
+
}
|
|
4962
|
+
],
|
|
4963
|
+
"compatibility": {
|
|
4964
|
+
"nuxt": "^3.0.0",
|
|
4965
|
+
"requires": {}
|
|
4966
|
+
}
|
|
4967
|
+
},
|
|
4026
4968
|
{
|
|
4027
4969
|
"name": "session",
|
|
4028
4970
|
"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",
|
|
@@ -4184,26 +5126,48 @@
|
|
|
4184
5126
|
"requires": {}
|
|
4185
5127
|
}
|
|
4186
5128
|
},
|
|
5129
|
+
{
|
|
5130
|
+
"name": "snackbar",
|
|
5131
|
+
"description": "Nuxt Snackbar module using vue3-snackbar",
|
|
5132
|
+
"repo": "modbender/nuxt-snackbar#master",
|
|
5133
|
+
"npm": "nuxt-snackbar",
|
|
5134
|
+
"icon": "snackbar.png",
|
|
5135
|
+
"github": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
5136
|
+
"website": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
5137
|
+
"learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
|
|
5138
|
+
"category": "UI",
|
|
5139
|
+
"type": "3rd-party",
|
|
5140
|
+
"maintainers": [
|
|
5141
|
+
{
|
|
5142
|
+
"name": "modbender",
|
|
5143
|
+
"github": "modbender"
|
|
5144
|
+
}
|
|
5145
|
+
],
|
|
5146
|
+
"compatibility": {
|
|
5147
|
+
"nuxt": "^3.0.0",
|
|
5148
|
+
"requires": {}
|
|
5149
|
+
}
|
|
5150
|
+
},
|
|
4187
5151
|
{
|
|
4188
5152
|
"name": "snipcart",
|
|
4189
5153
|
"description": "Snipcart integration module for Nuxt.js",
|
|
4190
|
-
"repo": "nuxt-
|
|
5154
|
+
"repo": "nuxt-modules/snipcart",
|
|
4191
5155
|
"npm": "@nuxtjs/snipcart",
|
|
4192
5156
|
"icon": "snipcart.png",
|
|
4193
|
-
"github": "https://github.com/nuxt-
|
|
4194
|
-
"website": "https://github.com/nuxt-
|
|
4195
|
-
"learn_more": "",
|
|
4196
|
-
"category": "
|
|
5157
|
+
"github": "https://github.com/nuxt-modules/snipcart",
|
|
5158
|
+
"website": "https://github.com/nuxt-modules/snipcart",
|
|
5159
|
+
"learn_more": "https://snipcart.com",
|
|
5160
|
+
"category": "Ecommerce",
|
|
4197
5161
|
"type": "community",
|
|
4198
5162
|
"maintainers": [
|
|
4199
5163
|
{
|
|
4200
5164
|
"name": "Florent GIRAUD",
|
|
4201
|
-
"github": "
|
|
4202
|
-
"twitter": "
|
|
5165
|
+
"github": "flozero",
|
|
5166
|
+
"twitter": "flozeroo"
|
|
4203
5167
|
}
|
|
4204
5168
|
],
|
|
4205
5169
|
"compatibility": {
|
|
4206
|
-
"nuxt": "^2.0.0",
|
|
5170
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4207
5171
|
"requires": {}
|
|
4208
5172
|
}
|
|
4209
5173
|
},
|
|
@@ -4450,10 +5414,10 @@
|
|
|
4450
5414
|
{
|
|
4451
5415
|
"name": "strapi",
|
|
4452
5416
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
4453
|
-
"repo": "nuxt-
|
|
5417
|
+
"repo": "nuxt-modules/strapi",
|
|
4454
5418
|
"npm": "@nuxtjs/strapi",
|
|
4455
5419
|
"icon": "strapi.png",
|
|
4456
|
-
"github": "https://github.com/nuxt-
|
|
5420
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
4457
5421
|
"website": "https://strapi.nuxtjs.org",
|
|
4458
5422
|
"learn_more": "https://strapi.io/",
|
|
4459
5423
|
"category": "CMS",
|
|
@@ -4477,6 +5441,32 @@
|
|
|
4477
5441
|
}
|
|
4478
5442
|
}
|
|
4479
5443
|
},
|
|
5444
|
+
{
|
|
5445
|
+
"name": "stripe-next",
|
|
5446
|
+
"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.",
|
|
5447
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
5448
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
5449
|
+
"icon": "stripe.png",
|
|
5450
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5451
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5452
|
+
"learn_more": "https://stripe.com/docs",
|
|
5453
|
+
"category": "Payment",
|
|
5454
|
+
"type": "3rd-party",
|
|
5455
|
+
"maintainers": [
|
|
5456
|
+
{
|
|
5457
|
+
"name": "Loic Fuentes",
|
|
5458
|
+
"github": "fuentesloic"
|
|
5459
|
+
},
|
|
5460
|
+
{
|
|
5461
|
+
"name": "Florent Giraud",
|
|
5462
|
+
"github": "flozero"
|
|
5463
|
+
}
|
|
5464
|
+
],
|
|
5465
|
+
"compatibility": {
|
|
5466
|
+
"nuxt": "^3.0.0",
|
|
5467
|
+
"requires": {}
|
|
5468
|
+
}
|
|
5469
|
+
},
|
|
4480
5470
|
{
|
|
4481
5471
|
"name": "stripe",
|
|
4482
5472
|
"description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
|
|
@@ -4540,7 +5530,7 @@
|
|
|
4540
5530
|
}
|
|
4541
5531
|
],
|
|
4542
5532
|
"compatibility": {
|
|
4543
|
-
"nuxt": "^2.0.0",
|
|
5533
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4544
5534
|
"requires": {}
|
|
4545
5535
|
}
|
|
4546
5536
|
},
|
|
@@ -4570,10 +5560,10 @@
|
|
|
4570
5560
|
{
|
|
4571
5561
|
"name": "supabase",
|
|
4572
5562
|
"description": "First class integration with Supabase",
|
|
4573
|
-
"repo": "nuxt-
|
|
5563
|
+
"repo": "nuxt-modules/supabase",
|
|
4574
5564
|
"npm": "@nuxtjs/supabase",
|
|
4575
5565
|
"icon": "supabase.png",
|
|
4576
|
-
"github": "https://github.com/nuxt-
|
|
5566
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
4577
5567
|
"website": "https://supabase.nuxtjs.org",
|
|
4578
5568
|
"learn_more": "https://supabase.com",
|
|
4579
5569
|
"category": "Database",
|
|
@@ -4711,13 +5701,36 @@
|
|
|
4711
5701
|
"requires": {}
|
|
4712
5702
|
}
|
|
4713
5703
|
},
|
|
5704
|
+
{
|
|
5705
|
+
"name": "tailvue",
|
|
5706
|
+
"description": "Vue components built for Vue3 powered by Windi CSS or tailwindcss",
|
|
5707
|
+
"repo": "fumeapp/tailvue",
|
|
5708
|
+
"npm": "tailvue",
|
|
5709
|
+
"icon": "tailvue.jpg",
|
|
5710
|
+
"github": "https://github.com/fumeapp/tailvue",
|
|
5711
|
+
"website": "https://github.com/fumeapp/tailvue",
|
|
5712
|
+
"learn_more": "https://github.com/fumeapp/tailvue#readme",
|
|
5713
|
+
"category": "UI",
|
|
5714
|
+
"type": "3rd-party",
|
|
5715
|
+
"maintainers": [
|
|
5716
|
+
{
|
|
5717
|
+
"name": "Kevin Olson",
|
|
5718
|
+
"github": "acidjazz",
|
|
5719
|
+
"twitter": "AppFume"
|
|
5720
|
+
}
|
|
5721
|
+
],
|
|
5722
|
+
"compatibility": {
|
|
5723
|
+
"nuxt": "^3.0.0",
|
|
5724
|
+
"requires": {}
|
|
5725
|
+
}
|
|
5726
|
+
},
|
|
4714
5727
|
{
|
|
4715
5728
|
"name": "tailwindcss",
|
|
4716
5729
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
4717
|
-
"repo": "nuxt-
|
|
5730
|
+
"repo": "nuxt-modules/tailwindcss-module",
|
|
4718
5731
|
"npm": "@nuxtjs/tailwindcss",
|
|
4719
5732
|
"icon": "tailwindcss.png",
|
|
4720
|
-
"github": "https://github.com/nuxt-
|
|
5733
|
+
"github": "https://github.com/nuxt-modules/tailwindcss-module",
|
|
4721
5734
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
4722
5735
|
"learn_more": "https://tailwindcss.com/",
|
|
4723
5736
|
"category": "UI",
|
|
@@ -4727,6 +5740,10 @@
|
|
|
4727
5740
|
"name": "Sébastien Chopin",
|
|
4728
5741
|
"github": "Atinux",
|
|
4729
5742
|
"twitter": "Atinux"
|
|
5743
|
+
},
|
|
5744
|
+
{
|
|
5745
|
+
"name": "Inesh Bose",
|
|
5746
|
+
"github": "ineshbose"
|
|
4730
5747
|
}
|
|
4731
5748
|
],
|
|
4732
5749
|
"compatibility": {
|
|
@@ -4757,6 +5774,28 @@
|
|
|
4757
5774
|
"requires": {}
|
|
4758
5775
|
}
|
|
4759
5776
|
},
|
|
5777
|
+
{
|
|
5778
|
+
"name": "time",
|
|
5779
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
5780
|
+
"repo": "danielroe/nuxt-time",
|
|
5781
|
+
"npm": "nuxt-time",
|
|
5782
|
+
"icon": "",
|
|
5783
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
5784
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
5785
|
+
"learn_more": "",
|
|
5786
|
+
"category": "Extensions",
|
|
5787
|
+
"type": "3rd-party",
|
|
5788
|
+
"maintainers": [
|
|
5789
|
+
{
|
|
5790
|
+
"name": "danielroe",
|
|
5791
|
+
"github": "danielroe"
|
|
5792
|
+
}
|
|
5793
|
+
],
|
|
5794
|
+
"compatibility": {
|
|
5795
|
+
"nuxt": "^3.0.0",
|
|
5796
|
+
"requires": {}
|
|
5797
|
+
}
|
|
5798
|
+
},
|
|
4760
5799
|
{
|
|
4761
5800
|
"name": "toast",
|
|
4762
5801
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
|
|
@@ -4780,6 +5819,39 @@
|
|
|
4780
5819
|
"requires": {}
|
|
4781
5820
|
}
|
|
4782
5821
|
},
|
|
5822
|
+
{
|
|
5823
|
+
"name": "tresjs",
|
|
5824
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
5825
|
+
"repo": "tresjs/nuxt",
|
|
5826
|
+
"npm": "@tresjs/nuxt",
|
|
5827
|
+
"icon": "tresjs.svg",
|
|
5828
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
5829
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
5830
|
+
"learn_more": "https://tresjs.org/",
|
|
5831
|
+
"category": "Libraries",
|
|
5832
|
+
"type": "3rd-party",
|
|
5833
|
+
"maintainers": [
|
|
5834
|
+
{
|
|
5835
|
+
"name": "Alvaro Saburido",
|
|
5836
|
+
"github": "alvarosabu",
|
|
5837
|
+
"twitter": "alvarosabu"
|
|
5838
|
+
},
|
|
5839
|
+
{
|
|
5840
|
+
"name": "Jaime Torrealba",
|
|
5841
|
+
"github": "JaimeTorrealba",
|
|
5842
|
+
"twitter": "jaimebboyjt"
|
|
5843
|
+
},
|
|
5844
|
+
{
|
|
5845
|
+
"name": "Tino Koch",
|
|
5846
|
+
"github": "Tinoooo",
|
|
5847
|
+
"twitter": "ichbintino"
|
|
5848
|
+
}
|
|
5849
|
+
],
|
|
5850
|
+
"compatibility": {
|
|
5851
|
+
"nuxt": "^3.0.0",
|
|
5852
|
+
"requires": {}
|
|
5853
|
+
}
|
|
5854
|
+
},
|
|
4783
5855
|
{
|
|
4784
5856
|
"name": "turnstile",
|
|
4785
5857
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -4829,6 +5901,28 @@
|
|
|
4829
5901
|
}
|
|
4830
5902
|
}
|
|
4831
5903
|
},
|
|
5904
|
+
{
|
|
5905
|
+
"name": "twemoji",
|
|
5906
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
5907
|
+
"repo": "yizack/nuxt-twemoji",
|
|
5908
|
+
"npm": "nuxt-twemoji",
|
|
5909
|
+
"icon": "twemoji.svg",
|
|
5910
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
5911
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
5912
|
+
"learn_more": "",
|
|
5913
|
+
"category": "UI",
|
|
5914
|
+
"type": "3rd-party",
|
|
5915
|
+
"maintainers": [
|
|
5916
|
+
{
|
|
5917
|
+
"name": "Yizack Rangel",
|
|
5918
|
+
"github": "yizack"
|
|
5919
|
+
}
|
|
5920
|
+
],
|
|
5921
|
+
"compatibility": {
|
|
5922
|
+
"nuxt": "^3.0.0",
|
|
5923
|
+
"requires": {}
|
|
5924
|
+
}
|
|
5925
|
+
},
|
|
4832
5926
|
{
|
|
4833
5927
|
"name": "twicpics",
|
|
4834
5928
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5000,11 +6094,11 @@
|
|
|
5000
6094
|
{
|
|
5001
6095
|
"name": "unhead",
|
|
5002
6096
|
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5003
|
-
"repo": "harlan-zw/nuxt-
|
|
5004
|
-
"npm": "nuxt-
|
|
6097
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
6098
|
+
"npm": "nuxt-seo-experiments",
|
|
5005
6099
|
"icon": "",
|
|
5006
|
-
"github": "https://github.com/harlan-zw/nuxt-
|
|
5007
|
-
"website": "https://github.com/harlan-zw/nuxt-
|
|
6100
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6101
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5008
6102
|
"learn_more": "",
|
|
5009
6103
|
"category": "SEO",
|
|
5010
6104
|
"type": "3rd-party",
|
|
@@ -5047,6 +6141,28 @@
|
|
|
5047
6141
|
"requires": {}
|
|
5048
6142
|
}
|
|
5049
6143
|
},
|
|
6144
|
+
{
|
|
6145
|
+
"name": "unlazy",
|
|
6146
|
+
"description": "Lazy loading library for placeholder images",
|
|
6147
|
+
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
6148
|
+
"npm": "@unlazy/nuxt",
|
|
6149
|
+
"icon": "unlazy.svg",
|
|
6150
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
6151
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
6152
|
+
"learn_more": "",
|
|
6153
|
+
"category": "Images",
|
|
6154
|
+
"type": "3rd-party",
|
|
6155
|
+
"maintainers": [
|
|
6156
|
+
{
|
|
6157
|
+
"name": "Johann Schopplich",
|
|
6158
|
+
"github": "johannschopplich"
|
|
6159
|
+
}
|
|
6160
|
+
],
|
|
6161
|
+
"compatibility": {
|
|
6162
|
+
"nuxt": "^3.0.0",
|
|
6163
|
+
"requires": {}
|
|
6164
|
+
}
|
|
6165
|
+
},
|
|
5050
6166
|
{
|
|
5051
6167
|
"name": "unlighthouse",
|
|
5052
6168
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5099,6 +6215,53 @@
|
|
|
5099
6215
|
}
|
|
5100
6216
|
}
|
|
5101
6217
|
},
|
|
6218
|
+
{
|
|
6219
|
+
"name": "ununuracss",
|
|
6220
|
+
"description": "A Real CSS Engine. Only Scoped.",
|
|
6221
|
+
"repo": "novout/ununuracss#main/packages/nuxt",
|
|
6222
|
+
"npm": "nuxt-ununura",
|
|
6223
|
+
"icon": "ununuracss.png",
|
|
6224
|
+
"github": "https://github.com/novout/ununuracss",
|
|
6225
|
+
"website": "https://ununura.com/#/",
|
|
6226
|
+
"learn_more": "https://ununura.com/#/docs/why",
|
|
6227
|
+
"category": "UI",
|
|
6228
|
+
"type": "3rd-party",
|
|
6229
|
+
"maintainers": [
|
|
6230
|
+
{
|
|
6231
|
+
"name": "Giovane Cardoso",
|
|
6232
|
+
"github": "novout",
|
|
6233
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
6234
|
+
}
|
|
6235
|
+
],
|
|
6236
|
+
"compatibility": {
|
|
6237
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6238
|
+
"requires": {}
|
|
6239
|
+
}
|
|
6240
|
+
},
|
|
6241
|
+
{
|
|
6242
|
+
"name": "use-wagmi",
|
|
6243
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
6244
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
6245
|
+
"npm": "@use-wagmi/nuxt",
|
|
6246
|
+
"icon": "use-wagmi.png",
|
|
6247
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
6248
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
6249
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
6250
|
+
"category": "Extensions",
|
|
6251
|
+
"type": "3rd-party",
|
|
6252
|
+
"maintainers": [
|
|
6253
|
+
{
|
|
6254
|
+
"name": "Unic Ape",
|
|
6255
|
+
"github": "unicape"
|
|
6256
|
+
}
|
|
6257
|
+
],
|
|
6258
|
+
"compatibility": {
|
|
6259
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6260
|
+
"requires": {
|
|
6261
|
+
"bridge": true
|
|
6262
|
+
}
|
|
6263
|
+
}
|
|
6264
|
+
},
|
|
5102
6265
|
{
|
|
5103
6266
|
"name": "user-agent",
|
|
5104
6267
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -5143,6 +6306,98 @@
|
|
|
5143
6306
|
"requires": {}
|
|
5144
6307
|
}
|
|
5145
6308
|
},
|
|
6309
|
+
{
|
|
6310
|
+
"name": "vant",
|
|
6311
|
+
"description": "A lightweight, customizable Vue UI library for mobile web apps.",
|
|
6312
|
+
"repo": "vant-ui/vant-nuxt",
|
|
6313
|
+
"npm": "@vant/nuxt",
|
|
6314
|
+
"icon": "vant.png",
|
|
6315
|
+
"github": "https://github.com/vant-ui/vant-nuxt",
|
|
6316
|
+
"website": "https://vant-ui.github.io/vant",
|
|
6317
|
+
"learn_more": "https://github.com/vant-ui/vant-nuxt#readme",
|
|
6318
|
+
"category": "UI",
|
|
6319
|
+
"type": "3rd-party",
|
|
6320
|
+
"maintainers": [
|
|
6321
|
+
{
|
|
6322
|
+
"name": "tolking",
|
|
6323
|
+
"github": "tolking"
|
|
6324
|
+
}
|
|
6325
|
+
],
|
|
6326
|
+
"compatibility": {
|
|
6327
|
+
"nuxt": "^3.0.0",
|
|
6328
|
+
"requires": {
|
|
6329
|
+
"bridge": "optional"
|
|
6330
|
+
}
|
|
6331
|
+
}
|
|
6332
|
+
},
|
|
6333
|
+
{
|
|
6334
|
+
"name": "varlet",
|
|
6335
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
6336
|
+
"repo": "varletjs/varlet-nuxt",
|
|
6337
|
+
"npm": "@varlet/nuxt",
|
|
6338
|
+
"icon": "varlet.svg",
|
|
6339
|
+
"github": "https://github.com/varletjs/varlet",
|
|
6340
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
6341
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
6342
|
+
"category": "UI",
|
|
6343
|
+
"type": "3rd-party",
|
|
6344
|
+
"maintainers": [
|
|
6345
|
+
{
|
|
6346
|
+
"name": "zhangmo8",
|
|
6347
|
+
"github": "zhangmo8"
|
|
6348
|
+
}
|
|
6349
|
+
],
|
|
6350
|
+
"compatibility": {
|
|
6351
|
+
"nuxt": "^3.0.0",
|
|
6352
|
+
"requires": {
|
|
6353
|
+
"bridge": "optional"
|
|
6354
|
+
}
|
|
6355
|
+
}
|
|
6356
|
+
},
|
|
6357
|
+
{
|
|
6358
|
+
"name": "vcalendar",
|
|
6359
|
+
"description": "VCalendar module for Nuxt",
|
|
6360
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
6361
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
6362
|
+
"icon": "vcalendar.png",
|
|
6363
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
6364
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
6365
|
+
"learn_more": "",
|
|
6366
|
+
"category": "Libraries",
|
|
6367
|
+
"type": "3rd-party",
|
|
6368
|
+
"maintainers": [
|
|
6369
|
+
{
|
|
6370
|
+
"name": "Sam K",
|
|
6371
|
+
"github": "samk-dev"
|
|
6372
|
+
}
|
|
6373
|
+
],
|
|
6374
|
+
"compatibility": {
|
|
6375
|
+
"nuxt": "^3.0.0",
|
|
6376
|
+
"requires": {}
|
|
6377
|
+
}
|
|
6378
|
+
},
|
|
6379
|
+
{
|
|
6380
|
+
"name": "vee-validate",
|
|
6381
|
+
"description": "Painless Vue forms for Nuxt.js",
|
|
6382
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6383
|
+
"npm": "@vee-validate/nuxt",
|
|
6384
|
+
"icon": "vee-validate.png",
|
|
6385
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
6386
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
6387
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
6388
|
+
"category": "Libraries",
|
|
6389
|
+
"type": "3rd-party",
|
|
6390
|
+
"maintainers": [
|
|
6391
|
+
{
|
|
6392
|
+
"name": "Abdelrahman Awad",
|
|
6393
|
+
"github": "logaretm"
|
|
6394
|
+
}
|
|
6395
|
+
],
|
|
6396
|
+
"compatibility": {
|
|
6397
|
+
"nuxt": "^3.0.0",
|
|
6398
|
+
"requires": {}
|
|
6399
|
+
}
|
|
6400
|
+
},
|
|
5146
6401
|
{
|
|
5147
6402
|
"name": "vendor",
|
|
5148
6403
|
"description": "directly serve node_modules",
|
|
@@ -5166,15 +6421,144 @@
|
|
|
5166
6421
|
"requires": {}
|
|
5167
6422
|
}
|
|
5168
6423
|
},
|
|
6424
|
+
{
|
|
6425
|
+
"name": "vercel-analytics",
|
|
6426
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
6427
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
6428
|
+
"npm": "nuxt-vercel-analytics",
|
|
6429
|
+
"icon": "",
|
|
6430
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6431
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6432
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
6433
|
+
"category": "Analytics",
|
|
6434
|
+
"type": "3rd-party",
|
|
6435
|
+
"maintainers": [
|
|
6436
|
+
{
|
|
6437
|
+
"name": "Alexander B.",
|
|
6438
|
+
"github": "xanderbarkhatov"
|
|
6439
|
+
}
|
|
6440
|
+
],
|
|
6441
|
+
"compatibility": {
|
|
6442
|
+
"nuxt": "^3.0.0",
|
|
6443
|
+
"requires": {}
|
|
6444
|
+
}
|
|
6445
|
+
},
|
|
6446
|
+
{
|
|
6447
|
+
"name": "vexip-ui",
|
|
6448
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
6449
|
+
"repo": "vexip-ui/nuxt",
|
|
6450
|
+
"npm": "@vexip-ui/nuxt",
|
|
6451
|
+
"icon": "vexip-ui.svg",
|
|
6452
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
6453
|
+
"website": "https://www.vexipui.com/",
|
|
6454
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
6455
|
+
"category": "UI",
|
|
6456
|
+
"type": "3rd-party",
|
|
6457
|
+
"maintainers": [
|
|
6458
|
+
{
|
|
6459
|
+
"name": "未觉雨声",
|
|
6460
|
+
"github": "qmhc",
|
|
6461
|
+
"twitter": "qmhc95"
|
|
6462
|
+
}
|
|
6463
|
+
],
|
|
6464
|
+
"compatibility": {
|
|
6465
|
+
"nuxt": "^3.0.0",
|
|
6466
|
+
"requires": {}
|
|
6467
|
+
}
|
|
6468
|
+
},
|
|
6469
|
+
{
|
|
6470
|
+
"name": "vite-pwa-nuxt",
|
|
6471
|
+
"description": "Zero-config PWA Plugin for Nuxt 3",
|
|
6472
|
+
"repo": "vite-pwa/nuxt",
|
|
6473
|
+
"npm": "@vite-pwa/nuxt",
|
|
6474
|
+
"icon": "vite-pwa-nuxt.svg",
|
|
6475
|
+
"github": "https://github.com/vite-pwa/nuxt",
|
|
6476
|
+
"website": "https://github.com/vite-pwa/nuxt",
|
|
6477
|
+
"learn_more": "https://vite-pwa-org.netlify.app/frameworks/nuxt.html",
|
|
6478
|
+
"category": "Performance",
|
|
6479
|
+
"type": "3rd-party",
|
|
6480
|
+
"maintainers": [
|
|
6481
|
+
{
|
|
6482
|
+
"name": "Joaquín Sánchez",
|
|
6483
|
+
"github": "userquin",
|
|
6484
|
+
"twitter": "userquin"
|
|
6485
|
+
},
|
|
6486
|
+
{
|
|
6487
|
+
"name": "Anthony Fu",
|
|
6488
|
+
"github": "antfu",
|
|
6489
|
+
"twitter": "antfu7"
|
|
6490
|
+
}
|
|
6491
|
+
],
|
|
6492
|
+
"compatibility": {
|
|
6493
|
+
"nuxt": "^3.0.0",
|
|
6494
|
+
"requires": {}
|
|
6495
|
+
}
|
|
6496
|
+
},
|
|
6497
|
+
{
|
|
6498
|
+
"name": "vitest",
|
|
6499
|
+
"description": "Vitest integration with Nuxt",
|
|
6500
|
+
"repo": "danielroe/nuxt-vitest",
|
|
6501
|
+
"npm": "nuxt-vitest",
|
|
6502
|
+
"icon": "vitest.svg",
|
|
6503
|
+
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
6504
|
+
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
6505
|
+
"learn_more": "",
|
|
6506
|
+
"category": "Devtools",
|
|
6507
|
+
"type": "3rd-party",
|
|
6508
|
+
"maintainers": [
|
|
6509
|
+
{
|
|
6510
|
+
"name": "Daniel Roe",
|
|
6511
|
+
"github": "danielroe"
|
|
6512
|
+
},
|
|
6513
|
+
{
|
|
6514
|
+
"name": "Anthony Fu",
|
|
6515
|
+
"github": "antfu"
|
|
6516
|
+
}
|
|
6517
|
+
],
|
|
6518
|
+
"compatibility": {
|
|
6519
|
+
"nuxt": "^3.0.0",
|
|
6520
|
+
"requires": {}
|
|
6521
|
+
}
|
|
6522
|
+
},
|
|
6523
|
+
{
|
|
6524
|
+
"name": "vue-email",
|
|
6525
|
+
"description": "Write email templates with vue",
|
|
6526
|
+
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6527
|
+
"npm": "vue-email",
|
|
6528
|
+
"icon": "vue-email.svg",
|
|
6529
|
+
"github": "https://github.com/Dave136/vue-email",
|
|
6530
|
+
"website": "https://vue-email.vercel.app/",
|
|
6531
|
+
"learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
|
|
6532
|
+
"category": "UI",
|
|
6533
|
+
"type": "3rd-party",
|
|
6534
|
+
"maintainers": [
|
|
6535
|
+
{
|
|
6536
|
+
"name": "David Arenas",
|
|
6537
|
+
"github": "Dave136",
|
|
6538
|
+
"twitter": "davejs4",
|
|
6539
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
6540
|
+
},
|
|
6541
|
+
{
|
|
6542
|
+
"name": "Younes Barrad",
|
|
6543
|
+
"github": "Flowko",
|
|
6544
|
+
"twitter": "imflowko",
|
|
6545
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6546
|
+
}
|
|
6547
|
+
],
|
|
6548
|
+
"compatibility": {
|
|
6549
|
+
"nuxt": "^3.0.0",
|
|
6550
|
+
"requires": {}
|
|
6551
|
+
}
|
|
6552
|
+
},
|
|
5169
6553
|
{
|
|
5170
6554
|
"name": "vue-macros",
|
|
5171
|
-
"description": "Explore
|
|
5172
|
-
"repo": "sxzz/
|
|
6555
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
6556
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5173
6557
|
"npm": "@vue-macros/nuxt",
|
|
5174
6558
|
"icon": "vue-macros.svg",
|
|
5175
|
-
"github": "https://github.com/sxzz/
|
|
6559
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5176
6560
|
"website": "https://vue-macros.sxzz.moe",
|
|
5177
|
-
"learn_more": "https://github.com/sxzz/
|
|
6561
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5178
6562
|
"category": "Extensions",
|
|
5179
6563
|
"type": "3rd-party",
|
|
5180
6564
|
"maintainers": [
|
|
@@ -5257,6 +6641,29 @@
|
|
|
5257
6641
|
"requires": {}
|
|
5258
6642
|
}
|
|
5259
6643
|
},
|
|
6644
|
+
{
|
|
6645
|
+
"name": "vue-query",
|
|
6646
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6647
|
+
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
|
|
6648
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
6649
|
+
"icon": "vue-query.svg",
|
|
6650
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
6651
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
6652
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
6653
|
+
"category": "Request",
|
|
6654
|
+
"type": "3rd-party",
|
|
6655
|
+
"maintainers": [
|
|
6656
|
+
{
|
|
6657
|
+
"name": "Hebilicious",
|
|
6658
|
+
"github": "Hebilicious",
|
|
6659
|
+
"twitter": "its_hebilicious"
|
|
6660
|
+
}
|
|
6661
|
+
],
|
|
6662
|
+
"compatibility": {
|
|
6663
|
+
"nuxt": "^3.0.0",
|
|
6664
|
+
"requires": {}
|
|
6665
|
+
}
|
|
6666
|
+
},
|
|
5260
6667
|
{
|
|
5261
6668
|
"name": "vue-select",
|
|
5262
6669
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -5327,6 +6734,51 @@
|
|
|
5327
6734
|
"requires": {}
|
|
5328
6735
|
}
|
|
5329
6736
|
},
|
|
6737
|
+
{
|
|
6738
|
+
"name": "vue3-carousel-nuxt",
|
|
6739
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
|
|
6740
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6741
|
+
"npm": "vue3-carousel-nuxt",
|
|
6742
|
+
"icon": "",
|
|
6743
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
6744
|
+
"website": "",
|
|
6745
|
+
"learn_more": "",
|
|
6746
|
+
"category": "UI",
|
|
6747
|
+
"type": "3rd-party",
|
|
6748
|
+
"maintainers": [
|
|
6749
|
+
{
|
|
6750
|
+
"name": "Gaetan SENN",
|
|
6751
|
+
"github": "gaetansenn",
|
|
6752
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6753
|
+
}
|
|
6754
|
+
],
|
|
6755
|
+
"compatibility": {
|
|
6756
|
+
"nuxt": "^3.0.0",
|
|
6757
|
+
"requires": {}
|
|
6758
|
+
}
|
|
6759
|
+
},
|
|
6760
|
+
{
|
|
6761
|
+
"name": "vuefire",
|
|
6762
|
+
"description": "Idiomatic composables for the Firebase SDK",
|
|
6763
|
+
"repo": "vuejs/vuefire/packages/nuxt",
|
|
6764
|
+
"npm": "nuxt-vuefire",
|
|
6765
|
+
"icon": "vuefire.svg",
|
|
6766
|
+
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
6767
|
+
"website": "https://vuefire.vuejs.org/",
|
|
6768
|
+
"learn_more": "",
|
|
6769
|
+
"category": "Database",
|
|
6770
|
+
"type": "3rd-party",
|
|
6771
|
+
"maintainers": [
|
|
6772
|
+
{
|
|
6773
|
+
"name": "posva",
|
|
6774
|
+
"github": "posva"
|
|
6775
|
+
}
|
|
6776
|
+
],
|
|
6777
|
+
"compatibility": {
|
|
6778
|
+
"nuxt": "^3.0.0",
|
|
6779
|
+
"requires": {}
|
|
6780
|
+
}
|
|
6781
|
+
},
|
|
5330
6782
|
{
|
|
5331
6783
|
"name": "vuestic",
|
|
5332
6784
|
"description": "Vuestic UI module for Nuxt 3",
|
|
@@ -5349,6 +6801,28 @@
|
|
|
5349
6801
|
"requires": {}
|
|
5350
6802
|
}
|
|
5351
6803
|
},
|
|
6804
|
+
{
|
|
6805
|
+
"name": "vuetify-nuxt-module",
|
|
6806
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
6807
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
6808
|
+
"npm": "vuetify-nuxt-module",
|
|
6809
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
6810
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6811
|
+
"website": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6812
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
|
|
6813
|
+
"category": "UI",
|
|
6814
|
+
"type": "3rd-party",
|
|
6815
|
+
"maintainers": [
|
|
6816
|
+
{
|
|
6817
|
+
"name": "Joaquín Sánchez",
|
|
6818
|
+
"github": "userquin"
|
|
6819
|
+
}
|
|
6820
|
+
],
|
|
6821
|
+
"compatibility": {
|
|
6822
|
+
"nuxt": "^3.0.0",
|
|
6823
|
+
"requires": {}
|
|
6824
|
+
}
|
|
6825
|
+
},
|
|
5352
6826
|
{
|
|
5353
6827
|
"name": "vuetify",
|
|
5354
6828
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|
|
@@ -5423,14 +6897,37 @@
|
|
|
5423
6897
|
"requires": {}
|
|
5424
6898
|
}
|
|
5425
6899
|
},
|
|
6900
|
+
{
|
|
6901
|
+
"name": "vunix",
|
|
6902
|
+
"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.",
|
|
6903
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6904
|
+
"npm": "@vunix/nuxt",
|
|
6905
|
+
"icon": "",
|
|
6906
|
+
"github": "https://github.com/gaetansenn/vunix",
|
|
6907
|
+
"website": "https://vunix.dewib.com/",
|
|
6908
|
+
"learn_more": "",
|
|
6909
|
+
"category": "UI",
|
|
6910
|
+
"type": "3rd-party",
|
|
6911
|
+
"maintainers": [
|
|
6912
|
+
{
|
|
6913
|
+
"name": "Gaetan SENN",
|
|
6914
|
+
"github": "gaetansenn",
|
|
6915
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6916
|
+
}
|
|
6917
|
+
],
|
|
6918
|
+
"compatibility": {
|
|
6919
|
+
"nuxt": "^3.0.0",
|
|
6920
|
+
"requires": {}
|
|
6921
|
+
}
|
|
6922
|
+
},
|
|
5426
6923
|
{
|
|
5427
6924
|
"name": "web-vitals",
|
|
5428
6925
|
"description": "Web Vitals for Nuxt",
|
|
5429
|
-
"repo": "nuxt-
|
|
6926
|
+
"repo": "nuxt-modules/web-vitals",
|
|
5430
6927
|
"npm": "@nuxtjs/web-vitals",
|
|
5431
6928
|
"icon": "web-vitals.png",
|
|
5432
|
-
"github": "https://github.com/nuxt-
|
|
5433
|
-
"website": "https://github.com/nuxt-
|
|
6929
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
6930
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
5434
6931
|
"learn_more": "",
|
|
5435
6932
|
"category": "Performance",
|
|
5436
6933
|
"type": "community",
|
|
@@ -5457,29 +6954,6 @@
|
|
|
5457
6954
|
}
|
|
5458
6955
|
}
|
|
5459
6956
|
},
|
|
5460
|
-
{
|
|
5461
|
-
"name": "web3js",
|
|
5462
|
-
"description": "Web3.js module integration for Nuxt.js",
|
|
5463
|
-
"repo": "bl0cknumber/nuxt-web3",
|
|
5464
|
-
"npm": "nuxt-web3",
|
|
5465
|
-
"icon": "web3js.svg",
|
|
5466
|
-
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5467
|
-
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5468
|
-
"learn_more": "https://web3js.readthedocs.io/",
|
|
5469
|
-
"category": "Libraries",
|
|
5470
|
-
"type": "3rd-party",
|
|
5471
|
-
"maintainers": [
|
|
5472
|
-
{
|
|
5473
|
-
"name": "Muhammad Fauzan",
|
|
5474
|
-
"github": "bl0cknumber",
|
|
5475
|
-
"twitter": "fncolon"
|
|
5476
|
-
}
|
|
5477
|
-
],
|
|
5478
|
-
"compatibility": {
|
|
5479
|
-
"nuxt": "^2.0.0",
|
|
5480
|
-
"requires": {}
|
|
5481
|
-
}
|
|
5482
|
-
},
|
|
5483
6957
|
{
|
|
5484
6958
|
"name": "webfontloader",
|
|
5485
6959
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -5594,6 +7068,54 @@
|
|
|
5594
7068
|
"requires": {}
|
|
5595
7069
|
}
|
|
5596
7070
|
},
|
|
7071
|
+
{
|
|
7072
|
+
"name": "well-known",
|
|
7073
|
+
"description": "A Nuxt.js module to add well-known URIs using middlewares",
|
|
7074
|
+
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
7075
|
+
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
7076
|
+
"icon": "well-known.svg",
|
|
7077
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-well-known",
|
|
7078
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
|
|
7079
|
+
"learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
|
|
7080
|
+
"category": "SEO",
|
|
7081
|
+
"type": "3rd-party",
|
|
7082
|
+
"maintainers": [
|
|
7083
|
+
{
|
|
7084
|
+
"name": "Zadig&Voltaire Team",
|
|
7085
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
7086
|
+
}
|
|
7087
|
+
],
|
|
7088
|
+
"compatibility": {
|
|
7089
|
+
"nuxt": "^3.0.0",
|
|
7090
|
+
"requires": {}
|
|
7091
|
+
}
|
|
7092
|
+
},
|
|
7093
|
+
{
|
|
7094
|
+
"name": "wideangle",
|
|
7095
|
+
"description": "Nuxt 3 module to integrate Wide Angle Analytics",
|
|
7096
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
7097
|
+
"npm": "wideangle-nuxt",
|
|
7098
|
+
"icon": "wideangle.png",
|
|
7099
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
7100
|
+
"website": "https://wideangle.co",
|
|
7101
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
7102
|
+
"category": "Analytics",
|
|
7103
|
+
"type": "3rd-party",
|
|
7104
|
+
"maintainers": [
|
|
7105
|
+
{
|
|
7106
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
7107
|
+
"github": "inputobjects"
|
|
7108
|
+
},
|
|
7109
|
+
{
|
|
7110
|
+
"name": "Jarek Rozanski",
|
|
7111
|
+
"github": "jrozanski"
|
|
7112
|
+
}
|
|
7113
|
+
],
|
|
7114
|
+
"compatibility": {
|
|
7115
|
+
"nuxt": "^3.0.0",
|
|
7116
|
+
"requires": {}
|
|
7117
|
+
}
|
|
7118
|
+
},
|
|
5597
7119
|
{
|
|
5598
7120
|
"name": "windicss",
|
|
5599
7121
|
"description": "Next generation utility-first CSS framework.",
|
|
@@ -5737,29 +7259,6 @@
|
|
|
5737
7259
|
"requires": {}
|
|
5738
7260
|
}
|
|
5739
7261
|
},
|
|
5740
|
-
{
|
|
5741
|
-
"name": "yandex-metrika",
|
|
5742
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
5743
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
5744
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
5745
|
-
"icon": "",
|
|
5746
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
5747
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
5748
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
5749
|
-
"category": "Analytics",
|
|
5750
|
-
"type": "community",
|
|
5751
|
-
"maintainers": [
|
|
5752
|
-
{
|
|
5753
|
-
"name": "Pooya Parsa",
|
|
5754
|
-
"github": "pi0",
|
|
5755
|
-
"twitter": "_pi0_"
|
|
5756
|
-
}
|
|
5757
|
-
],
|
|
5758
|
-
"compatibility": {
|
|
5759
|
-
"nuxt": "^2.0.0",
|
|
5760
|
-
"requires": {}
|
|
5761
|
-
}
|
|
5762
|
-
},
|
|
5763
7262
|
{
|
|
5764
7263
|
"name": "zendesk",
|
|
5765
7264
|
"description": "Nuxt.js module for Zendesk",
|