@nuxt/modules 0.6.0-0597f7 → 0.6.0-0cb64e
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 +1868 -196
- package/package.json +10 -11
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,52 @@
|
|
|
258
282
|
}
|
|
259
283
|
],
|
|
260
284
|
"compatibility": {
|
|
261
|
-
"nuxt": "^
|
|
285
|
+
"nuxt": "^3.0.0",
|
|
286
|
+
"requires": {}
|
|
287
|
+
}
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"name": "arco-design-nuxt-module",
|
|
291
|
+
"description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
|
|
292
|
+
"repo": "wiidede/arco-design-nuxt-module",
|
|
293
|
+
"npm": "arco-design-nuxt-module",
|
|
294
|
+
"icon": "arco-design.svg",
|
|
295
|
+
"github": "https://github.com/wiidede/arco-design-nuxt-module",
|
|
296
|
+
"website": "https://arco.design/vue",
|
|
297
|
+
"learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
|
|
298
|
+
"category": "UI",
|
|
299
|
+
"type": "3rd-party",
|
|
300
|
+
"maintainers": [
|
|
301
|
+
{
|
|
302
|
+
"name": "wiidede",
|
|
303
|
+
"github": "wiidede"
|
|
304
|
+
}
|
|
305
|
+
],
|
|
306
|
+
"compatibility": {
|
|
307
|
+
"nuxt": "^3.0.0",
|
|
308
|
+
"requires": {}
|
|
309
|
+
}
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"name": "ark-ui",
|
|
313
|
+
"description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
|
|
314
|
+
"repo": "iamdin/nuxt-ark-ui",
|
|
315
|
+
"npm": "nuxt-ark-ui",
|
|
316
|
+
"icon": "ark-ui.svg",
|
|
317
|
+
"github": "https://github.com/iamdin/nuxt-ark-ui",
|
|
318
|
+
"website": "https://ark-ui.com/",
|
|
319
|
+
"learn_more": "https://github.com/iamdin/nuxt-ark-ui",
|
|
320
|
+
"category": "UI",
|
|
321
|
+
"type": "3rd-party",
|
|
322
|
+
"maintainers": [
|
|
323
|
+
{
|
|
324
|
+
"name": "Din",
|
|
325
|
+
"github": "iamdin",
|
|
326
|
+
"twitter": "iamdinq"
|
|
327
|
+
}
|
|
328
|
+
],
|
|
329
|
+
"compatibility": {
|
|
330
|
+
"nuxt": "^3.0.0",
|
|
262
331
|
"requires": {}
|
|
263
332
|
}
|
|
264
333
|
},
|
|
@@ -289,6 +358,29 @@
|
|
|
289
358
|
"requires": {}
|
|
290
359
|
}
|
|
291
360
|
},
|
|
361
|
+
{
|
|
362
|
+
"name": "authjs",
|
|
363
|
+
"description": "Auth.js authentication Nuxt module. Edge compatible.",
|
|
364
|
+
"repo": "Hebilicious/authjs-nuxt#main",
|
|
365
|
+
"npm": "@hebilicious/authjs-nuxt",
|
|
366
|
+
"icon": "authjs.png",
|
|
367
|
+
"github": "https://github.com/Hebilicious/authjs-nuxt",
|
|
368
|
+
"website": "https://authjs-nuxt.pages.dev/",
|
|
369
|
+
"learn_more": "https://authjs.dev/",
|
|
370
|
+
"category": "Security",
|
|
371
|
+
"type": "3rd-party",
|
|
372
|
+
"maintainers": [
|
|
373
|
+
{
|
|
374
|
+
"name": "Hebilicious",
|
|
375
|
+
"github": "Hebilicious",
|
|
376
|
+
"twitter": "its_hebilicious"
|
|
377
|
+
}
|
|
378
|
+
],
|
|
379
|
+
"compatibility": {
|
|
380
|
+
"nuxt": "^3.0.0",
|
|
381
|
+
"requires": {}
|
|
382
|
+
}
|
|
383
|
+
},
|
|
292
384
|
{
|
|
293
385
|
"name": "axios",
|
|
294
386
|
"description": "Secure and easy Axios module with Nuxt.js",
|
|
@@ -480,6 +572,29 @@
|
|
|
480
572
|
"requires": {}
|
|
481
573
|
}
|
|
482
574
|
},
|
|
575
|
+
{
|
|
576
|
+
"name": "calendly",
|
|
577
|
+
"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.",
|
|
578
|
+
"repo": "madebyfabian/nuxt-calendly",
|
|
579
|
+
"npm": "nuxt-calendly",
|
|
580
|
+
"icon": "calendly.svg",
|
|
581
|
+
"github": "https://github.com/madebyfabian/nuxt-calendly",
|
|
582
|
+
"website": "https://nuxt-calendly.vercel.app/",
|
|
583
|
+
"learn_more": "https://calendly.com/",
|
|
584
|
+
"category": "Extensions",
|
|
585
|
+
"type": "3rd-party",
|
|
586
|
+
"maintainers": [
|
|
587
|
+
{
|
|
588
|
+
"name": "Fabian B.",
|
|
589
|
+
"github": "madebyfabian",
|
|
590
|
+
"twitter": "madebyfabian"
|
|
591
|
+
}
|
|
592
|
+
],
|
|
593
|
+
"compatibility": {
|
|
594
|
+
"nuxt": "^3.0.0",
|
|
595
|
+
"requires": {}
|
|
596
|
+
}
|
|
597
|
+
},
|
|
483
598
|
{
|
|
484
599
|
"name": "canvas-sketch",
|
|
485
600
|
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
@@ -503,6 +618,28 @@
|
|
|
503
618
|
"requires": {}
|
|
504
619
|
}
|
|
505
620
|
},
|
|
621
|
+
{
|
|
622
|
+
"name": "capo",
|
|
623
|
+
"description": "Capo.js implementation for Nuxt 3",
|
|
624
|
+
"repo": "danielroe/nuxt-capo",
|
|
625
|
+
"npm": "nuxt-capo",
|
|
626
|
+
"icon": "",
|
|
627
|
+
"github": "https://github.com/danielroe/nuxt-capo",
|
|
628
|
+
"website": "https://github.com/danielroe/nuxt-capo",
|
|
629
|
+
"learn_more": "",
|
|
630
|
+
"category": "Performance",
|
|
631
|
+
"type": "3rd-party",
|
|
632
|
+
"maintainers": [
|
|
633
|
+
{
|
|
634
|
+
"name": "danielroe",
|
|
635
|
+
"github": "danielroe"
|
|
636
|
+
}
|
|
637
|
+
],
|
|
638
|
+
"compatibility": {
|
|
639
|
+
"nuxt": "^3.0.0",
|
|
640
|
+
"requires": {}
|
|
641
|
+
}
|
|
642
|
+
},
|
|
506
643
|
{
|
|
507
644
|
"name": "chakra-ui",
|
|
508
645
|
"description": "Chakra UI Module for Nuxt.js",
|
|
@@ -528,11 +665,11 @@
|
|
|
528
665
|
{
|
|
529
666
|
"name": "chatwoot",
|
|
530
667
|
"description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
|
|
531
|
-
"repo": "
|
|
532
|
-
"npm": "@
|
|
668
|
+
"repo": "productdevbookcom/chatwoot",
|
|
669
|
+
"npm": "@productdevbook/chatwoot",
|
|
533
670
|
"icon": "chatwoot.png",
|
|
534
|
-
"github": "https://github.com/
|
|
535
|
-
"website": "https://github.com/
|
|
671
|
+
"github": "https://github.com/productdevbookcom/chatwoot",
|
|
672
|
+
"website": "https://github.com/productdevbookcom/chatwoot",
|
|
536
673
|
"learn_more": "https://www.chatwoot.com",
|
|
537
674
|
"category": "Libraries",
|
|
538
675
|
"type": "3rd-party",
|
|
@@ -569,6 +706,29 @@
|
|
|
569
706
|
"requires": {}
|
|
570
707
|
}
|
|
571
708
|
},
|
|
709
|
+
{
|
|
710
|
+
"name": "clarity-analytics",
|
|
711
|
+
"description": "Clarity Analytics Module for Nuxt",
|
|
712
|
+
"repo": "Barbapapazes/nuxt-clarity-analytics",
|
|
713
|
+
"npm": "nuxt-clarity-analytics",
|
|
714
|
+
"icon": "",
|
|
715
|
+
"github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
|
|
716
|
+
"website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
|
|
717
|
+
"learn_more": "https://clarity.microsoft.com/",
|
|
718
|
+
"category": "Analytics",
|
|
719
|
+
"type": "3rd-party",
|
|
720
|
+
"maintainers": [
|
|
721
|
+
{
|
|
722
|
+
"name": "Barbapapazes",
|
|
723
|
+
"github": "Barbapapazes",
|
|
724
|
+
"twitter": "soubiran_"
|
|
725
|
+
}
|
|
726
|
+
],
|
|
727
|
+
"compatibility": {
|
|
728
|
+
"nuxt": "^3.0.0",
|
|
729
|
+
"requires": {}
|
|
730
|
+
}
|
|
731
|
+
},
|
|
572
732
|
{
|
|
573
733
|
"name": "client-init",
|
|
574
734
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
@@ -613,13 +773,40 @@
|
|
|
613
773
|
"requires": {}
|
|
614
774
|
}
|
|
615
775
|
},
|
|
776
|
+
{
|
|
777
|
+
"name": "cloudflare-analytics",
|
|
778
|
+
"description": "Cloudflare Web Analytics Module for Nuxt",
|
|
779
|
+
"repo": "hamlogic/nuxt-cloudflare-analytics",
|
|
780
|
+
"npm": "nuxt-cloudflare-analytics",
|
|
781
|
+
"icon": "cloudflare.svg",
|
|
782
|
+
"github": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
|
|
783
|
+
"website": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
|
|
784
|
+
"learn_more": "https://www.cloudflare.com/web-analytics/",
|
|
785
|
+
"category": "Analytics",
|
|
786
|
+
"type": "3rd-party",
|
|
787
|
+
"maintainers": [
|
|
788
|
+
{
|
|
789
|
+
"name": "hamlogic",
|
|
790
|
+
"github": "hamlogic"
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"name": "Fabian B.",
|
|
794
|
+
"github": "madebyfabian",
|
|
795
|
+
"twitter": "madebyfabian"
|
|
796
|
+
}
|
|
797
|
+
],
|
|
798
|
+
"compatibility": {
|
|
799
|
+
"nuxt": "^3.0.0",
|
|
800
|
+
"requires": {}
|
|
801
|
+
}
|
|
802
|
+
},
|
|
616
803
|
{
|
|
617
804
|
"name": "cloudinary",
|
|
618
805
|
"description": "Optimize images and videos in your Nuxt.js application",
|
|
619
|
-
"repo": "nuxt-
|
|
806
|
+
"repo": "nuxt-modules/cloudinary",
|
|
620
807
|
"npm": "@nuxtjs/cloudinary",
|
|
621
808
|
"icon": "cloudinary.png",
|
|
622
|
-
"github": "https://github.com/nuxt-
|
|
809
|
+
"github": "https://github.com/nuxt-modules/cloudinary",
|
|
623
810
|
"website": "https://cloudinary.nuxtjs.org",
|
|
624
811
|
"learn_more": "https://cloudinary.com",
|
|
625
812
|
"category": "Images",
|
|
@@ -639,10 +826,10 @@
|
|
|
639
826
|
{
|
|
640
827
|
"name": "color-mode",
|
|
641
828
|
"description": "Dark and Light mode for NuxtJS with auto detection",
|
|
642
|
-
"repo": "nuxt-
|
|
829
|
+
"repo": "nuxt-modules/color-mode",
|
|
643
830
|
"npm": "@nuxtjs/color-mode",
|
|
644
831
|
"icon": "color-mode.png",
|
|
645
|
-
"github": "https://github.com/nuxt-
|
|
832
|
+
"github": "https://github.com/nuxt-modules/color-mode",
|
|
646
833
|
"website": "https://color-mode.nuxtjs.org",
|
|
647
834
|
"learn_more": "",
|
|
648
835
|
"category": "UI",
|
|
@@ -669,7 +856,7 @@
|
|
|
669
856
|
"icon": "",
|
|
670
857
|
"github": "https://github.com/nuxt-community/component-cache-module",
|
|
671
858
|
"website": "https://github.com/nuxt-community/component-cache-module",
|
|
672
|
-
"learn_more": "https://ssr.vuejs.org/guide/caching.html#component-level-caching",
|
|
859
|
+
"learn_more": "https://v2.ssr.vuejs.org/guide/caching.html#component-level-caching",
|
|
673
860
|
"category": "Performance",
|
|
674
861
|
"type": "community",
|
|
675
862
|
"maintainers": [
|
|
@@ -707,12 +894,35 @@
|
|
|
707
894
|
"requires": {}
|
|
708
895
|
}
|
|
709
896
|
},
|
|
897
|
+
{
|
|
898
|
+
"name": "content-assets",
|
|
899
|
+
"description": "Enable locally-located assets in Nuxt Content",
|
|
900
|
+
"repo": "davestewart/nuxt-content-assets",
|
|
901
|
+
"npm": "nuxt-content-assets",
|
|
902
|
+
"icon": "content-assets.png",
|
|
903
|
+
"github": "https://github.com/davestewart/nuxt-content-assets",
|
|
904
|
+
"website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
|
|
905
|
+
"learn_more": "",
|
|
906
|
+
"category": "Images",
|
|
907
|
+
"type": "3rd-party",
|
|
908
|
+
"maintainers": [
|
|
909
|
+
{
|
|
910
|
+
"name": "davestewart",
|
|
911
|
+
"github": "davestewart",
|
|
912
|
+
"twitter": "dave_stewart"
|
|
913
|
+
}
|
|
914
|
+
],
|
|
915
|
+
"compatibility": {
|
|
916
|
+
"nuxt": "^3.0.0",
|
|
917
|
+
"requires": {}
|
|
918
|
+
}
|
|
919
|
+
},
|
|
710
920
|
{
|
|
711
921
|
"name": "content",
|
|
712
922
|
"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
923
|
"repo": "nuxt/content#main",
|
|
714
924
|
"npm": "@nuxt/content",
|
|
715
|
-
"icon": "nuxt.
|
|
925
|
+
"icon": "nuxt.svg",
|
|
716
926
|
"github": "https://github.com/nuxt/content",
|
|
717
927
|
"website": "https://content.nuxtjs.org",
|
|
718
928
|
"learn_more": "",
|
|
@@ -762,6 +972,52 @@
|
|
|
762
972
|
"requires": {}
|
|
763
973
|
}
|
|
764
974
|
},
|
|
975
|
+
{
|
|
976
|
+
"name": "cookie-control",
|
|
977
|
+
"description": "A highly configurable cookie banner for Nuxt.",
|
|
978
|
+
"repo": "dargmuesli/nuxt-cookie-control",
|
|
979
|
+
"npm": "@dargmuesli/nuxt-cookie-control",
|
|
980
|
+
"icon": "cookie-control.png",
|
|
981
|
+
"github": "https://github.com/dargmuesli/nuxt-cookie-control",
|
|
982
|
+
"website": "https://github.com/dargmuesli/nuxt-cookie-control",
|
|
983
|
+
"learn_more": "",
|
|
984
|
+
"category": "Extensions",
|
|
985
|
+
"type": "3rd-party",
|
|
986
|
+
"maintainers": [
|
|
987
|
+
{
|
|
988
|
+
"name": "dargmuesli",
|
|
989
|
+
"github": "dargmuesli",
|
|
990
|
+
"avatar": "https://avatars.githubusercontent.com/dargmuesli"
|
|
991
|
+
}
|
|
992
|
+
],
|
|
993
|
+
"compatibility": {
|
|
994
|
+
"nuxt": "^3.0.0",
|
|
995
|
+
"requires": {}
|
|
996
|
+
}
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
"name": "csurf",
|
|
1000
|
+
"description": "Cross-Site Request Forgery (CSRF) Prevention for Nuxt",
|
|
1001
|
+
"repo": "morgbn/nuxt-csurf",
|
|
1002
|
+
"npm": "nuxt-csurf",
|
|
1003
|
+
"icon": "csurf.svg",
|
|
1004
|
+
"github": "https://github.com/morgbn/nuxt-csurf",
|
|
1005
|
+
"website": "https://github.com/morgbn/nuxt-csurf",
|
|
1006
|
+
"learn_more": "https://github.com/Morgbn/nuxt-csurf#readme",
|
|
1007
|
+
"category": "Security",
|
|
1008
|
+
"type": "3rd-party",
|
|
1009
|
+
"maintainers": [
|
|
1010
|
+
{
|
|
1011
|
+
"name": "morgbn",
|
|
1012
|
+
"github": "morgbn",
|
|
1013
|
+
"avatar": "https://avatars.githubusercontent.com/u/25689856?v=4"
|
|
1014
|
+
}
|
|
1015
|
+
],
|
|
1016
|
+
"compatibility": {
|
|
1017
|
+
"nuxt": "^3.0.0",
|
|
1018
|
+
"requires": {}
|
|
1019
|
+
}
|
|
1020
|
+
},
|
|
765
1021
|
{
|
|
766
1022
|
"name": "custom-elements",
|
|
767
1023
|
"description": "Publish your Components as a vue-custom-element standalone build.",
|
|
@@ -833,11 +1089,11 @@
|
|
|
833
1089
|
}
|
|
834
1090
|
},
|
|
835
1091
|
{
|
|
836
|
-
"name": "datocms",
|
|
837
|
-
"description": "DatoCMS integration for Nuxt.js",
|
|
1092
|
+
"name": "datocms-nuxt2",
|
|
1093
|
+
"description": "DatoCMS integration for Nuxt.js v2",
|
|
838
1094
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
839
1095
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
840
|
-
"icon": "datocms.
|
|
1096
|
+
"icon": "datocms.svg",
|
|
841
1097
|
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
842
1098
|
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
843
1099
|
"learn_more": "https://www.datocms.com/",
|
|
@@ -854,33 +1110,57 @@
|
|
|
854
1110
|
"requires": {}
|
|
855
1111
|
}
|
|
856
1112
|
},
|
|
1113
|
+
{
|
|
1114
|
+
"name": "datocms",
|
|
1115
|
+
"description": "DatoCMS module for Nuxt",
|
|
1116
|
+
"repo": "hex-digital/nuxt-datocms",
|
|
1117
|
+
"npm": "@hexdigital/nuxt-datocms",
|
|
1118
|
+
"icon": "datocms.svg",
|
|
1119
|
+
"github": "https://github.com/hex-digital/nuxt-datocms",
|
|
1120
|
+
"website": "https://github.com/hex-digital/nuxt-datocms#readme",
|
|
1121
|
+
"learn_more": "https://www.datocms.com/",
|
|
1122
|
+
"category": "CMS",
|
|
1123
|
+
"type": "3rd-party",
|
|
1124
|
+
"maintainers": [
|
|
1125
|
+
{
|
|
1126
|
+
"name": "Jamie Warburton",
|
|
1127
|
+
"github": "jamiewarb",
|
|
1128
|
+
"twitter": "jamiewarb",
|
|
1129
|
+
"avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
|
|
1130
|
+
}
|
|
1131
|
+
],
|
|
1132
|
+
"compatibility": {
|
|
1133
|
+
"nuxt": "^3.0.0",
|
|
1134
|
+
"requires": {}
|
|
1135
|
+
}
|
|
1136
|
+
},
|
|
857
1137
|
{
|
|
858
1138
|
"name": "dayjs",
|
|
859
|
-
"description": "
|
|
860
|
-
"repo": "
|
|
861
|
-
"npm": "
|
|
1139
|
+
"description": "Day.js module for Nuxt",
|
|
1140
|
+
"repo": "fumeapp/dayjs",
|
|
1141
|
+
"npm": "dayjs-nuxt",
|
|
862
1142
|
"icon": "day-js.png",
|
|
863
|
-
"github": "https://github.com/
|
|
864
|
-
"website": "https://github.com/
|
|
1143
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1144
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
865
1145
|
"learn_more": "https://day.js.org/",
|
|
866
|
-
"category": "
|
|
867
|
-
"type": "
|
|
1146
|
+
"category": "Libraries",
|
|
1147
|
+
"type": "3rd-party",
|
|
868
1148
|
"maintainers": [
|
|
869
1149
|
{
|
|
870
|
-
"name": "
|
|
871
|
-
"github": "
|
|
872
|
-
"twitter": "
|
|
1150
|
+
"name": "Kevin Olson",
|
|
1151
|
+
"github": "acidjazz",
|
|
1152
|
+
"twitter": "AppFume"
|
|
873
1153
|
}
|
|
874
1154
|
],
|
|
875
1155
|
"compatibility": {
|
|
876
|
-
"nuxt": "^
|
|
1156
|
+
"nuxt": "^3.0.0",
|
|
877
1157
|
"requires": {}
|
|
878
1158
|
}
|
|
879
1159
|
},
|
|
880
1160
|
{
|
|
881
1161
|
"name": "delay-hydration",
|
|
882
1162
|
"description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
|
|
883
|
-
"repo": "harlan-zw/nuxt-delay-hydration
|
|
1163
|
+
"repo": "harlan-zw/nuxt-delay-hydration",
|
|
884
1164
|
"npm": "nuxt-delay-hydration",
|
|
885
1165
|
"icon": "lighthouse.svg",
|
|
886
1166
|
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
@@ -922,15 +1202,38 @@
|
|
|
922
1202
|
"requires": {}
|
|
923
1203
|
}
|
|
924
1204
|
},
|
|
1205
|
+
{
|
|
1206
|
+
"name": "devtools",
|
|
1207
|
+
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1208
|
+
"repo": "nuxt/devtools#main/packages/devtools",
|
|
1209
|
+
"npm": "@nuxt/devtools",
|
|
1210
|
+
"icon": "nuxt.svg",
|
|
1211
|
+
"github": "https://github.com/nuxt/devtools",
|
|
1212
|
+
"website": "https://devtools.nuxtjs.org/",
|
|
1213
|
+
"learn_more": "",
|
|
1214
|
+
"category": "Devtools",
|
|
1215
|
+
"type": "official",
|
|
1216
|
+
"maintainers": [
|
|
1217
|
+
{
|
|
1218
|
+
"name": "Anthony Fu",
|
|
1219
|
+
"github": "antfu",
|
|
1220
|
+
"twitter": "antfu7"
|
|
1221
|
+
}
|
|
1222
|
+
],
|
|
1223
|
+
"compatibility": {
|
|
1224
|
+
"nuxt": "^3.0.0",
|
|
1225
|
+
"requires": {}
|
|
1226
|
+
}
|
|
1227
|
+
},
|
|
925
1228
|
{
|
|
926
1229
|
"name": "directus",
|
|
927
|
-
"description": "Easily connect your
|
|
1230
|
+
"description": "Easily connect your Nuxt application to your directus server.",
|
|
928
1231
|
"repo": "intevel/nuxt-directus",
|
|
929
1232
|
"npm": "nuxt-directus",
|
|
930
1233
|
"icon": "directus.svg",
|
|
931
|
-
"github": "https://github.com/
|
|
932
|
-
"website": "https://nuxt-directus.
|
|
933
|
-
"learn_more": "https://nuxt-directus.
|
|
1234
|
+
"github": "https://github.com/intevel/nuxt-directus/",
|
|
1235
|
+
"website": "https://nuxt-directus.site/",
|
|
1236
|
+
"learn_more": "https://nuxt-directus.site/",
|
|
934
1237
|
"category": "CMS",
|
|
935
1238
|
"type": "3rd-party",
|
|
936
1239
|
"maintainers": [
|
|
@@ -941,10 +1244,30 @@
|
|
|
941
1244
|
}
|
|
942
1245
|
],
|
|
943
1246
|
"compatibility": {
|
|
944
|
-
"nuxt": "^
|
|
945
|
-
"requires": {
|
|
946
|
-
|
|
1247
|
+
"nuxt": "^3.0.0",
|
|
1248
|
+
"requires": {}
|
|
1249
|
+
}
|
|
1250
|
+
},
|
|
1251
|
+
{
|
|
1252
|
+
"name": "disqus",
|
|
1253
|
+
"description": "Disqus for Nuxt 3",
|
|
1254
|
+
"repo": "modbender/nuxt-disqus",
|
|
1255
|
+
"npm": "nuxt-disqus",
|
|
1256
|
+
"icon": "disqus.svg",
|
|
1257
|
+
"github": "https://github.com/modbender/nuxt-disqus",
|
|
1258
|
+
"website": "https://github.com/modbender/nuxt-disqus",
|
|
1259
|
+
"learn_more": "https://github.com/modbender/vue3-disqus",
|
|
1260
|
+
"category": "Libraries",
|
|
1261
|
+
"type": "3rd-party",
|
|
1262
|
+
"maintainers": [
|
|
1263
|
+
{
|
|
1264
|
+
"name": "modbender",
|
|
1265
|
+
"github": "modbender"
|
|
947
1266
|
}
|
|
1267
|
+
],
|
|
1268
|
+
"compatibility": {
|
|
1269
|
+
"nuxt": "^3.0.0",
|
|
1270
|
+
"requires": {}
|
|
948
1271
|
}
|
|
949
1272
|
},
|
|
950
1273
|
{
|
|
@@ -1024,6 +1347,28 @@
|
|
|
1024
1347
|
"requires": {}
|
|
1025
1348
|
}
|
|
1026
1349
|
},
|
|
1350
|
+
{
|
|
1351
|
+
"name": "electron",
|
|
1352
|
+
"description": "Integrate Nuxt and Electron.",
|
|
1353
|
+
"repo": "caoxiemeihao/nuxt-electron",
|
|
1354
|
+
"npm": "nuxt-electron",
|
|
1355
|
+
"icon": "electron.svg",
|
|
1356
|
+
"github": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1357
|
+
"website": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1358
|
+
"learn_more": "https://github.com/caoxiemeihao/nuxt-electron#readme",
|
|
1359
|
+
"category": "Extensions",
|
|
1360
|
+
"type": "3rd-party",
|
|
1361
|
+
"maintainers": [
|
|
1362
|
+
{
|
|
1363
|
+
"name": "草鞋没号",
|
|
1364
|
+
"github": "caoxiemeihao"
|
|
1365
|
+
}
|
|
1366
|
+
],
|
|
1367
|
+
"compatibility": {
|
|
1368
|
+
"nuxt": "^3.0.0",
|
|
1369
|
+
"requires": {}
|
|
1370
|
+
}
|
|
1371
|
+
},
|
|
1027
1372
|
{
|
|
1028
1373
|
"name": "element-plus",
|
|
1029
1374
|
"description": "A Vue 3 based component library for designers and developers",
|
|
@@ -1051,11 +1396,11 @@
|
|
|
1051
1396
|
{
|
|
1052
1397
|
"name": "emotion",
|
|
1053
1398
|
"description": "The Next Generation of CSS-in-JS for Nuxt.js",
|
|
1054
|
-
"repo": "nuxt-
|
|
1399
|
+
"repo": "nuxt-modules/emotion",
|
|
1055
1400
|
"npm": "@nuxtjs/emotion",
|
|
1056
1401
|
"icon": "emotion.png",
|
|
1057
|
-
"github": "https://github.com/nuxt-
|
|
1058
|
-
"website": "https://github.com/nuxt-
|
|
1402
|
+
"github": "https://github.com/nuxt-modules/emotion",
|
|
1403
|
+
"website": "https://github.com/nuxt-modules/emotion",
|
|
1059
1404
|
"learn_more": "https://emotion.sh/",
|
|
1060
1405
|
"category": "Extensions",
|
|
1061
1406
|
"type": "community",
|
|
@@ -1064,10 +1409,15 @@
|
|
|
1064
1409
|
"name": "Pooya Parsa",
|
|
1065
1410
|
"github": "pi0",
|
|
1066
1411
|
"twitter": "_pi0_"
|
|
1412
|
+
},
|
|
1413
|
+
{
|
|
1414
|
+
"name": "Jonathan Bakebwa",
|
|
1415
|
+
"github": "codebender828",
|
|
1416
|
+
"twitter": "codebender828"
|
|
1067
1417
|
}
|
|
1068
1418
|
],
|
|
1069
1419
|
"compatibility": {
|
|
1070
|
-
"nuxt": "^2.0.0",
|
|
1420
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1071
1421
|
"requires": {}
|
|
1072
1422
|
}
|
|
1073
1423
|
},
|
|
@@ -1089,7 +1439,7 @@
|
|
|
1089
1439
|
}
|
|
1090
1440
|
],
|
|
1091
1441
|
"compatibility": {
|
|
1092
|
-
"nuxt": "^2.0.0",
|
|
1442
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1093
1443
|
"requires": {}
|
|
1094
1444
|
}
|
|
1095
1445
|
},
|
|
@@ -1315,6 +1665,29 @@
|
|
|
1315
1665
|
"requires": {}
|
|
1316
1666
|
}
|
|
1317
1667
|
},
|
|
1668
|
+
{
|
|
1669
|
+
"name": "form-actions",
|
|
1670
|
+
"description": "A set of features and composables to interact with forms and server data.",
|
|
1671
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
|
|
1672
|
+
"npm": "@hebilicious/form-actions-nuxt",
|
|
1673
|
+
"icon": "form-actions.svg",
|
|
1674
|
+
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1675
|
+
"website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1676
|
+
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1677
|
+
"category": "Request",
|
|
1678
|
+
"type": "3rd-party",
|
|
1679
|
+
"maintainers": [
|
|
1680
|
+
{
|
|
1681
|
+
"name": "Hebilicious",
|
|
1682
|
+
"github": "Hebilicious",
|
|
1683
|
+
"twitter": "its_hebilicious"
|
|
1684
|
+
}
|
|
1685
|
+
],
|
|
1686
|
+
"compatibility": {
|
|
1687
|
+
"nuxt": "^3.0.0",
|
|
1688
|
+
"requires": {}
|
|
1689
|
+
}
|
|
1690
|
+
},
|
|
1318
1691
|
{
|
|
1319
1692
|
"name": "formkit",
|
|
1320
1693
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1448,11 +1821,11 @@
|
|
|
1448
1821
|
{
|
|
1449
1822
|
"name": "google-fonts",
|
|
1450
1823
|
"description": "Google Fonts module for NuxtJS",
|
|
1451
|
-
"repo": "nuxt-
|
|
1824
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1452
1825
|
"npm": "@nuxtjs/google-fonts",
|
|
1453
1826
|
"icon": "google-fonts.png",
|
|
1454
|
-
"github": "https://github.com/nuxt-
|
|
1455
|
-
"website": "https://
|
|
1827
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1828
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1456
1829
|
"learn_more": "https://developers.google.com/fonts",
|
|
1457
1830
|
"category": "Fonts",
|
|
1458
1831
|
"type": "community",
|
|
@@ -1594,6 +1967,30 @@
|
|
|
1594
1967
|
"requires": {}
|
|
1595
1968
|
}
|
|
1596
1969
|
},
|
|
1970
|
+
{
|
|
1971
|
+
"name": "gtag",
|
|
1972
|
+
"description": "Google Analytics integration for Nuxt 3",
|
|
1973
|
+
"repo": "johannschopplich/nuxt-gtag",
|
|
1974
|
+
"npm": "nuxt-gtag",
|
|
1975
|
+
"icon": "gtag.svg",
|
|
1976
|
+
"github": "https://github.com/johannschopplich/nuxt-gtag",
|
|
1977
|
+
"website": "https://github.com/johannschopplich/nuxt-gtag#readme",
|
|
1978
|
+
"learn_more": "",
|
|
1979
|
+
"category": "Analytics",
|
|
1980
|
+
"type": "3rd-party",
|
|
1981
|
+
"maintainers": [
|
|
1982
|
+
{
|
|
1983
|
+
"name": "Johann Schopplich",
|
|
1984
|
+
"github": "johannschopplich",
|
|
1985
|
+
"twitter": "jschopplich",
|
|
1986
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
1987
|
+
}
|
|
1988
|
+
],
|
|
1989
|
+
"compatibility": {
|
|
1990
|
+
"nuxt": "^3.0.0",
|
|
1991
|
+
"requires": {}
|
|
1992
|
+
}
|
|
1993
|
+
},
|
|
1597
1994
|
{
|
|
1598
1995
|
"name": "gtm",
|
|
1599
1996
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
@@ -1640,10 +2037,32 @@
|
|
|
1640
2037
|
}
|
|
1641
2038
|
},
|
|
1642
2039
|
{
|
|
1643
|
-
"name": "
|
|
1644
|
-
"description": "
|
|
1645
|
-
"repo": "nuxt-modules/
|
|
1646
|
-
"npm": "@nuxtjs/
|
|
2040
|
+
"name": "hanko",
|
|
2041
|
+
"description": "Hanko integration for Nuxt for passwordless authentication",
|
|
2042
|
+
"repo": "nuxt-modules/hanko",
|
|
2043
|
+
"npm": "@nuxtjs/hanko",
|
|
2044
|
+
"icon": "hanko.svg",
|
|
2045
|
+
"github": "https://github.com/nuxt-modules/hanko",
|
|
2046
|
+
"website": "https://github.com/nuxt-modules/hanko",
|
|
2047
|
+
"learn_more": "https://hanko.io/",
|
|
2048
|
+
"category": "Security",
|
|
2049
|
+
"type": "community",
|
|
2050
|
+
"maintainers": [
|
|
2051
|
+
{
|
|
2052
|
+
"name": "danielroe",
|
|
2053
|
+
"github": "danielroe"
|
|
2054
|
+
}
|
|
2055
|
+
],
|
|
2056
|
+
"compatibility": {
|
|
2057
|
+
"nuxt": "^3.0.0",
|
|
2058
|
+
"requires": {}
|
|
2059
|
+
}
|
|
2060
|
+
},
|
|
2061
|
+
{
|
|
2062
|
+
"name": "harlem",
|
|
2063
|
+
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
2064
|
+
"repo": "nuxt-modules/harlem",
|
|
2065
|
+
"npm": "@nuxtjs/harlem",
|
|
1647
2066
|
"icon": "harlem.svg",
|
|
1648
2067
|
"github": "https://github.com/nuxt-modules/harlem",
|
|
1649
2068
|
"website": "https://github.com/nuxt-modules/harlem",
|
|
@@ -1874,11 +2293,11 @@
|
|
|
1874
2293
|
{
|
|
1875
2294
|
"name": "i18n",
|
|
1876
2295
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
1877
|
-
"repo": "nuxt-
|
|
2296
|
+
"repo": "nuxt-modules/i18n",
|
|
1878
2297
|
"npm": "@nuxtjs/i18n",
|
|
1879
2298
|
"icon": "i18n.png",
|
|
1880
|
-
"github": "https://github.com/nuxt-
|
|
1881
|
-
"website": "https://i18n.nuxtjs.org",
|
|
2299
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2300
|
+
"website": "https://v8.i18n.nuxtjs.org",
|
|
1882
2301
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
1883
2302
|
"category": "Extensions",
|
|
1884
2303
|
"type": "community",
|
|
@@ -1897,6 +2316,28 @@
|
|
|
1897
2316
|
"requires": {}
|
|
1898
2317
|
}
|
|
1899
2318
|
},
|
|
2319
|
+
{
|
|
2320
|
+
"name": "icon-font",
|
|
2321
|
+
"description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
|
|
2322
|
+
"repo": "coremyslo/nuxt-icon-font",
|
|
2323
|
+
"npm": "@coremyslo/nuxt-icon-font",
|
|
2324
|
+
"icon": "",
|
|
2325
|
+
"github": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2326
|
+
"website": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2327
|
+
"learn_more": "",
|
|
2328
|
+
"category": "UI",
|
|
2329
|
+
"type": "3rd-party",
|
|
2330
|
+
"maintainers": [
|
|
2331
|
+
{
|
|
2332
|
+
"name": "coremyslo",
|
|
2333
|
+
"github": "coremyslo"
|
|
2334
|
+
}
|
|
2335
|
+
],
|
|
2336
|
+
"compatibility": {
|
|
2337
|
+
"nuxt": "^3.0.0",
|
|
2338
|
+
"requires": {}
|
|
2339
|
+
}
|
|
2340
|
+
},
|
|
1900
2341
|
{
|
|
1901
2342
|
"name": "icon",
|
|
1902
2343
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -1970,7 +2411,7 @@
|
|
|
1970
2411
|
"npm": "@nuxt/image",
|
|
1971
2412
|
"icon": "image.png",
|
|
1972
2413
|
"github": "https://github.com/nuxt/image",
|
|
1973
|
-
"website": "https://image.
|
|
2414
|
+
"website": "https://image.nuxt.com",
|
|
1974
2415
|
"learn_more": "",
|
|
1975
2416
|
"category": "Images",
|
|
1976
2417
|
"type": "official",
|
|
@@ -1980,6 +2421,11 @@
|
|
|
1980
2421
|
"github": "farnabaz",
|
|
1981
2422
|
"twitter": "a_birang"
|
|
1982
2423
|
},
|
|
2424
|
+
{
|
|
2425
|
+
"name": "Daniel Roe",
|
|
2426
|
+
"github": "danielroe",
|
|
2427
|
+
"twitter": "danielcroe"
|
|
2428
|
+
},
|
|
1983
2429
|
{
|
|
1984
2430
|
"name": "Pooya Parsa",
|
|
1985
2431
|
"github": "pi0",
|
|
@@ -2023,12 +2469,12 @@
|
|
|
2023
2469
|
{
|
|
2024
2470
|
"name": "inkline",
|
|
2025
2471
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2026
|
-
"repo": "inkline/
|
|
2027
|
-
"npm": "@inkline/
|
|
2472
|
+
"repo": "inkline/plugin",
|
|
2473
|
+
"npm": "@inkline/plugin",
|
|
2028
2474
|
"icon": "inkline.svg",
|
|
2029
|
-
"github": "https://github.com/inkline/
|
|
2475
|
+
"github": "https://github.com/inkline/plugin",
|
|
2030
2476
|
"website": "https://inkline.io",
|
|
2031
|
-
"learn_more": "https://inkline.io/docs/
|
|
2477
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2032
2478
|
"category": "UI",
|
|
2033
2479
|
"type": "3rd-party",
|
|
2034
2480
|
"maintainers": [
|
|
@@ -2248,7 +2694,7 @@
|
|
|
2248
2694
|
},
|
|
2249
2695
|
{
|
|
2250
2696
|
"name": "link-checker",
|
|
2251
|
-
"description": "",
|
|
2697
|
+
"description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
|
|
2252
2698
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2253
2699
|
"npm": "nuxt-link-checker",
|
|
2254
2700
|
"icon": "",
|
|
@@ -2361,7 +2807,33 @@
|
|
|
2361
2807
|
}
|
|
2362
2808
|
],
|
|
2363
2809
|
"compatibility": {
|
|
2364
|
-
"nuxt": "^2.0.0",
|
|
2810
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2811
|
+
"requires": {}
|
|
2812
|
+
}
|
|
2813
|
+
},
|
|
2814
|
+
{
|
|
2815
|
+
"name": "lucide-icons",
|
|
2816
|
+
"description": "Nuxt 3 module to integrate Lucide icons",
|
|
2817
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
2818
|
+
"npm": "nuxt-lucide-icons",
|
|
2819
|
+
"icon": "lucide-icons.svg",
|
|
2820
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2821
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2822
|
+
"learn_more": "",
|
|
2823
|
+
"category": "UI",
|
|
2824
|
+
"type": "3rd-party",
|
|
2825
|
+
"maintainers": [
|
|
2826
|
+
{
|
|
2827
|
+
"name": "SWIS",
|
|
2828
|
+
"github": "swisnl"
|
|
2829
|
+
},
|
|
2830
|
+
{
|
|
2831
|
+
"name": "Jasper Zonneveld",
|
|
2832
|
+
"github": "JaZo"
|
|
2833
|
+
}
|
|
2834
|
+
],
|
|
2835
|
+
"compatibility": {
|
|
2836
|
+
"nuxt": "^3.0.0",
|
|
2365
2837
|
"requires": {}
|
|
2366
2838
|
}
|
|
2367
2839
|
},
|
|
@@ -2478,6 +2950,31 @@
|
|
|
2478
2950
|
"requires": {}
|
|
2479
2951
|
}
|
|
2480
2952
|
},
|
|
2953
|
+
{
|
|
2954
|
+
"name": "medusa",
|
|
2955
|
+
"description": "Easily connect to Medusa from your Nuxt 3 application",
|
|
2956
|
+
"repo": "Baroshem/nuxt-medusa",
|
|
2957
|
+
"npm": "nuxt-medusa",
|
|
2958
|
+
"icon": "medusa.svg",
|
|
2959
|
+
"github": "https://github.com/Baroshem/nuxt-medusa/",
|
|
2960
|
+
"website": "https://nuxt-medusa.vercel.app/",
|
|
2961
|
+
"learn_more": "https://nuxt-medusa.vercel.app/",
|
|
2962
|
+
"category": "Ecommerce",
|
|
2963
|
+
"type": "3rd-party",
|
|
2964
|
+
"maintainers": [
|
|
2965
|
+
{
|
|
2966
|
+
"name": "Jakub Andrzejewski",
|
|
2967
|
+
"github": "Baroshem",
|
|
2968
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
2969
|
+
}
|
|
2970
|
+
],
|
|
2971
|
+
"compatibility": {
|
|
2972
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2973
|
+
"requires": {
|
|
2974
|
+
"bridge": true
|
|
2975
|
+
}
|
|
2976
|
+
}
|
|
2977
|
+
},
|
|
2481
2978
|
{
|
|
2482
2979
|
"name": "meilisearch",
|
|
2483
2980
|
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
@@ -2547,6 +3044,29 @@
|
|
|
2547
3044
|
"requires": {}
|
|
2548
3045
|
}
|
|
2549
3046
|
},
|
|
3047
|
+
{
|
|
3048
|
+
"name": "module-feed",
|
|
3049
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
3050
|
+
"repo": "tresko/nuxt-module-feed",
|
|
3051
|
+
"npm": "nuxt-module-feed",
|
|
3052
|
+
"icon": "",
|
|
3053
|
+
"github": "https://github.com/tresko/nuxt-module-feed",
|
|
3054
|
+
"website": "https://github.com/tresko/nuxt-module-feed",
|
|
3055
|
+
"learn_more": "",
|
|
3056
|
+
"category": "SEO",
|
|
3057
|
+
"type": "3rd-party",
|
|
3058
|
+
"maintainers": [
|
|
3059
|
+
{
|
|
3060
|
+
"name": "Miha Sedej",
|
|
3061
|
+
"github": "tresko",
|
|
3062
|
+
"twitter": "mihasedej"
|
|
3063
|
+
}
|
|
3064
|
+
],
|
|
3065
|
+
"compatibility": {
|
|
3066
|
+
"nuxt": "^3.0.0",
|
|
3067
|
+
"requires": {}
|
|
3068
|
+
}
|
|
3069
|
+
},
|
|
2550
3070
|
{
|
|
2551
3071
|
"name": "moment",
|
|
2552
3072
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
@@ -2735,6 +3255,50 @@
|
|
|
2735
3255
|
"requires": {}
|
|
2736
3256
|
}
|
|
2737
3257
|
},
|
|
3258
|
+
{
|
|
3259
|
+
"name": "nupolyon",
|
|
3260
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3261
|
+
"repo": "adenvt/nupolyon",
|
|
3262
|
+
"npm": "nupolyon",
|
|
3263
|
+
"icon": "",
|
|
3264
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3265
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
3266
|
+
"learn_more": "",
|
|
3267
|
+
"category": "Performance",
|
|
3268
|
+
"type": "3rd-party",
|
|
3269
|
+
"maintainers": [
|
|
3270
|
+
{
|
|
3271
|
+
"name": "adenvt",
|
|
3272
|
+
"github": "adenvt"
|
|
3273
|
+
}
|
|
3274
|
+
],
|
|
3275
|
+
"compatibility": {
|
|
3276
|
+
"nuxt": "^3.0.0",
|
|
3277
|
+
"requires": {}
|
|
3278
|
+
}
|
|
3279
|
+
},
|
|
3280
|
+
{
|
|
3281
|
+
"name": "nuxt-anchorscroll",
|
|
3282
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3283
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3284
|
+
"npm": "nuxt-anchorscroll",
|
|
3285
|
+
"icon": "",
|
|
3286
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3287
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3288
|
+
"learn_more": "",
|
|
3289
|
+
"category": "UI",
|
|
3290
|
+
"type": "3rd-party",
|
|
3291
|
+
"maintainers": [
|
|
3292
|
+
{
|
|
3293
|
+
"name": "Helltraitor",
|
|
3294
|
+
"github": "helltraitor"
|
|
3295
|
+
}
|
|
3296
|
+
],
|
|
3297
|
+
"compatibility": {
|
|
3298
|
+
"nuxt": "^3.0.0",
|
|
3299
|
+
"requires": {}
|
|
3300
|
+
}
|
|
3301
|
+
},
|
|
2738
3302
|
{
|
|
2739
3303
|
"name": "nuxt-auth",
|
|
2740
3304
|
"description": "",
|
|
@@ -2757,6 +3321,149 @@
|
|
|
2757
3321
|
"requires": {}
|
|
2758
3322
|
}
|
|
2759
3323
|
},
|
|
3324
|
+
{
|
|
3325
|
+
"name": "nuxt-basic-auth",
|
|
3326
|
+
"description": "Nuxt 3 Module for Basic Authentication",
|
|
3327
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3328
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3329
|
+
"icon": "",
|
|
3330
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3331
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3332
|
+
"learn_more": "",
|
|
3333
|
+
"category": "Security",
|
|
3334
|
+
"type": "3rd-party",
|
|
3335
|
+
"maintainers": [
|
|
3336
|
+
{
|
|
3337
|
+
"name": "kgierke",
|
|
3338
|
+
"github": "kgierke"
|
|
3339
|
+
}
|
|
3340
|
+
],
|
|
3341
|
+
"compatibility": {
|
|
3342
|
+
"nuxt": "^3.0.0",
|
|
3343
|
+
"requires": {}
|
|
3344
|
+
}
|
|
3345
|
+
},
|
|
3346
|
+
{
|
|
3347
|
+
"name": "nuxt-bootstrap-icons",
|
|
3348
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3349
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3350
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3351
|
+
"icon": "bootstrap-icons.svg",
|
|
3352
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3353
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3354
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3355
|
+
"category": "UI",
|
|
3356
|
+
"type": "3rd-party",
|
|
3357
|
+
"maintainers": [
|
|
3358
|
+
{
|
|
3359
|
+
"name": "OyewoleOyedeji",
|
|
3360
|
+
"github": "OyewoleOyedeji"
|
|
3361
|
+
}
|
|
3362
|
+
],
|
|
3363
|
+
"compatibility": {
|
|
3364
|
+
"nuxt": "^3.0.0",
|
|
3365
|
+
"requires": {}
|
|
3366
|
+
}
|
|
3367
|
+
},
|
|
3368
|
+
{
|
|
3369
|
+
"name": "nuxt-chatgpt",
|
|
3370
|
+
"description": "ChatGPT integration for Nuxt 3",
|
|
3371
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3372
|
+
"npm": "nuxt-chatgpt",
|
|
3373
|
+
"icon": "chatgpt.svg",
|
|
3374
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3375
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3376
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
3377
|
+
"category": "Libraries",
|
|
3378
|
+
"type": "3rd-party",
|
|
3379
|
+
"maintainers": [
|
|
3380
|
+
{
|
|
3381
|
+
"name": "Oliver Trajceski",
|
|
3382
|
+
"github": "schnapsterdog"
|
|
3383
|
+
}
|
|
3384
|
+
],
|
|
3385
|
+
"compatibility": {
|
|
3386
|
+
"nuxt": "^3.0.0",
|
|
3387
|
+
"requires": {}
|
|
3388
|
+
}
|
|
3389
|
+
},
|
|
3390
|
+
{
|
|
3391
|
+
"name": "nuxt-facebook-chat",
|
|
3392
|
+
"description": "nuxt-plotly module is thin Nuxt3 wrapper for Facebook's Customer Chat SDK",
|
|
3393
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3394
|
+
"npm": "nuxt-facebook-chat",
|
|
3395
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3396
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3397
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3398
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3399
|
+
"category": "Libraries",
|
|
3400
|
+
"type": "3rd-party",
|
|
3401
|
+
"maintainers": [
|
|
3402
|
+
{
|
|
3403
|
+
"name": "Supanut Dokmaithong",
|
|
3404
|
+
"github": "Boomgeek"
|
|
3405
|
+
},
|
|
3406
|
+
{
|
|
3407
|
+
"name": "superdev-tech",
|
|
3408
|
+
"github": "superdev-tech"
|
|
3409
|
+
}
|
|
3410
|
+
],
|
|
3411
|
+
"compatibility": {
|
|
3412
|
+
"nuxt": "^3.0.0",
|
|
3413
|
+
"requires": {}
|
|
3414
|
+
}
|
|
3415
|
+
},
|
|
3416
|
+
{
|
|
3417
|
+
"name": "nuxt-feedme",
|
|
3418
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3419
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3420
|
+
"npm": "nuxt-feedme",
|
|
3421
|
+
"icon": "",
|
|
3422
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3423
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3424
|
+
"learn_more": "",
|
|
3425
|
+
"category": "SEO",
|
|
3426
|
+
"type": "3rd-party",
|
|
3427
|
+
"maintainers": [
|
|
3428
|
+
{
|
|
3429
|
+
"name": "Helltraitor",
|
|
3430
|
+
"github": "helltraitor"
|
|
3431
|
+
}
|
|
3432
|
+
],
|
|
3433
|
+
"compatibility": {
|
|
3434
|
+
"nuxt": "^3.0.0",
|
|
3435
|
+
"requires": {}
|
|
3436
|
+
}
|
|
3437
|
+
},
|
|
3438
|
+
{
|
|
3439
|
+
"name": "nuxt-graphql-middleware",
|
|
3440
|
+
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
3441
|
+
"repo": "dulnan/nuxt-graphql-middleware",
|
|
3442
|
+
"npm": "nuxt-graphql-middleware",
|
|
3443
|
+
"icon": "nuxt-graphql-middleware.svg",
|
|
3444
|
+
"github": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3445
|
+
"website": "https://nuxt-graphql-middleware.dulnan.net",
|
|
3446
|
+
"learn_more": "",
|
|
3447
|
+
"category": "Request",
|
|
3448
|
+
"type": "3rd-party",
|
|
3449
|
+
"maintainers": [
|
|
3450
|
+
{
|
|
3451
|
+
"name": "dulnan",
|
|
3452
|
+
"github": "dulnan",
|
|
3453
|
+
"twitter": "dulnan",
|
|
3454
|
+
"avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
|
|
3455
|
+
},
|
|
3456
|
+
{
|
|
3457
|
+
"name": "ayalon",
|
|
3458
|
+
"github": "ayalon",
|
|
3459
|
+
"avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
|
|
3460
|
+
}
|
|
3461
|
+
],
|
|
3462
|
+
"compatibility": {
|
|
3463
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3464
|
+
"requires": {}
|
|
3465
|
+
}
|
|
3466
|
+
},
|
|
2760
3467
|
{
|
|
2761
3468
|
"name": "nuxt-graphql-playground",
|
|
2762
3469
|
"description": "",
|
|
@@ -2779,6 +3486,28 @@
|
|
|
2779
3486
|
"requires": {}
|
|
2780
3487
|
}
|
|
2781
3488
|
},
|
|
3489
|
+
{
|
|
3490
|
+
"name": "nuxt-gtm",
|
|
3491
|
+
"description": "A Nuxt.js module for Google Tag Manager",
|
|
3492
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3493
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3494
|
+
"icon": "nuxt-gtm.svg",
|
|
3495
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3496
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3497
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3498
|
+
"category": "Analytics",
|
|
3499
|
+
"type": "3rd-party",
|
|
3500
|
+
"maintainers": [
|
|
3501
|
+
{
|
|
3502
|
+
"name": "Zadig&Voltaire Team",
|
|
3503
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
3504
|
+
}
|
|
3505
|
+
],
|
|
3506
|
+
"compatibility": {
|
|
3507
|
+
"nuxt": "^3.0.0",
|
|
3508
|
+
"requires": {}
|
|
3509
|
+
}
|
|
3510
|
+
},
|
|
2782
3511
|
{
|
|
2783
3512
|
"name": "nuxt-hue",
|
|
2784
3513
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -2827,20 +3556,21 @@
|
|
|
2827
3556
|
}
|
|
2828
3557
|
},
|
|
2829
3558
|
{
|
|
2830
|
-
"name": "nuxt-
|
|
2831
|
-
"description": "
|
|
2832
|
-
"repo": "
|
|
2833
|
-
"npm": "nuxt-
|
|
2834
|
-
"icon": "
|
|
2835
|
-
"github": "https://github.com/
|
|
2836
|
-
"website": "https://
|
|
2837
|
-
"learn_more": "
|
|
3559
|
+
"name": "nuxt-loco",
|
|
3560
|
+
"description": "A localise.biz module to synth locale with Nuxt.js",
|
|
3561
|
+
"repo": "gaetansenn/nuxt-loco",
|
|
3562
|
+
"npm": "nuxt-loco",
|
|
3563
|
+
"icon": "",
|
|
3564
|
+
"github": "https://github.com/gaetansenn/nuxt-loco",
|
|
3565
|
+
"website": "https://nuxt-loco.dewib.com/",
|
|
3566
|
+
"learn_more": "",
|
|
2838
3567
|
"category": "Libraries",
|
|
2839
3568
|
"type": "3rd-party",
|
|
2840
3569
|
"maintainers": [
|
|
2841
3570
|
{
|
|
2842
|
-
"name": "
|
|
2843
|
-
"github": "
|
|
3571
|
+
"name": "Gaetan SENN",
|
|
3572
|
+
"github": "gaetansenn",
|
|
3573
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
2844
3574
|
}
|
|
2845
3575
|
],
|
|
2846
3576
|
"compatibility": {
|
|
@@ -2849,42 +3579,42 @@
|
|
|
2849
3579
|
}
|
|
2850
3580
|
},
|
|
2851
3581
|
{
|
|
2852
|
-
"name": "nuxt-
|
|
2853
|
-
"description": "
|
|
2854
|
-
"repo": "
|
|
2855
|
-
"npm": "nuxt-
|
|
2856
|
-
"icon": "",
|
|
2857
|
-
"github": "https://github.com/
|
|
2858
|
-
"website": "https://github.com/
|
|
2859
|
-
"learn_more": "https://github.com/
|
|
2860
|
-
"category": "
|
|
3582
|
+
"name": "nuxt-mapbox",
|
|
3583
|
+
"description": "Elegant Mapbox integration with Nuxt",
|
|
3584
|
+
"repo": "AlexLavoie42/Nuxt-Mapbox",
|
|
3585
|
+
"npm": "nuxt-mapbox",
|
|
3586
|
+
"icon": "nuxt-mapbox.svg",
|
|
3587
|
+
"github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3588
|
+
"website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3589
|
+
"learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3590
|
+
"category": "Libraries",
|
|
2861
3591
|
"type": "3rd-party",
|
|
2862
3592
|
"maintainers": [
|
|
2863
3593
|
{
|
|
2864
|
-
"name": "
|
|
2865
|
-
"github": "
|
|
3594
|
+
"name": "Alex Lavoie",
|
|
3595
|
+
"github": "AlexLavoie42"
|
|
2866
3596
|
}
|
|
2867
3597
|
],
|
|
2868
3598
|
"compatibility": {
|
|
2869
|
-
"nuxt": "^
|
|
3599
|
+
"nuxt": "^3.0.0",
|
|
2870
3600
|
"requires": {}
|
|
2871
3601
|
}
|
|
2872
3602
|
},
|
|
2873
3603
|
{
|
|
2874
|
-
"name": "
|
|
2875
|
-
"description": "
|
|
2876
|
-
"repo": "nuxt-
|
|
2877
|
-
"npm": "
|
|
2878
|
-
"icon": "
|
|
2879
|
-
"github": "https://github.com/nuxt-
|
|
2880
|
-
"website": "https://
|
|
2881
|
-
"learn_more": "https://
|
|
2882
|
-
"category": "
|
|
2883
|
-
"type": "
|
|
3604
|
+
"name": "nuxt-mdi",
|
|
3605
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3606
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3607
|
+
"npm": "nuxt-mdi",
|
|
3608
|
+
"icon": "mdi.png",
|
|
3609
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3610
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3611
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3612
|
+
"category": "Libraries",
|
|
3613
|
+
"type": "3rd-party",
|
|
2884
3614
|
"maintainers": [
|
|
2885
3615
|
{
|
|
2886
|
-
"name": "
|
|
2887
|
-
"github": "
|
|
3616
|
+
"name": "Emil Rosenius",
|
|
3617
|
+
"github": "ERPedersen"
|
|
2888
3618
|
}
|
|
2889
3619
|
],
|
|
2890
3620
|
"compatibility": {
|
|
@@ -2893,16 +3623,175 @@
|
|
|
2893
3623
|
}
|
|
2894
3624
|
},
|
|
2895
3625
|
{
|
|
2896
|
-
"name": "nuxt-
|
|
2897
|
-
"description": "
|
|
2898
|
-
"repo": "
|
|
2899
|
-
"npm": "nuxt-
|
|
2900
|
-
"icon": "",
|
|
2901
|
-
"github": "https://github.com/
|
|
2902
|
-
"website": "https://github.com/
|
|
2903
|
-
"learn_more": "https://github.
|
|
2904
|
-
"category": "
|
|
2905
|
-
"type": "3rd-party",
|
|
3626
|
+
"name": "nuxt-monaco-editor",
|
|
3627
|
+
"description": "Integrate monaco-editor with Nuxt",
|
|
3628
|
+
"repo": "e-chan1007/nuxt-monaco-editor",
|
|
3629
|
+
"npm": "nuxt-monaco-editor",
|
|
3630
|
+
"icon": "nuxt-monaco-editor.png",
|
|
3631
|
+
"github": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
3632
|
+
"website": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
3633
|
+
"learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
|
|
3634
|
+
"category": "Libraries",
|
|
3635
|
+
"type": "3rd-party",
|
|
3636
|
+
"maintainers": [
|
|
3637
|
+
{
|
|
3638
|
+
"name": "e-chan1007",
|
|
3639
|
+
"github": "e-chan1007"
|
|
3640
|
+
}
|
|
3641
|
+
],
|
|
3642
|
+
"compatibility": {
|
|
3643
|
+
"nuxt": "^3.0.0",
|
|
3644
|
+
"requires": {}
|
|
3645
|
+
}
|
|
3646
|
+
},
|
|
3647
|
+
{
|
|
3648
|
+
"name": "nuxt-mongoose",
|
|
3649
|
+
"description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
|
|
3650
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
3651
|
+
"npm": "nuxt-mongoose",
|
|
3652
|
+
"icon": "nuxt-mongoose.svg",
|
|
3653
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3654
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3655
|
+
"learn_more": "",
|
|
3656
|
+
"category": "Database",
|
|
3657
|
+
"type": "3rd-party",
|
|
3658
|
+
"maintainers": [
|
|
3659
|
+
{
|
|
3660
|
+
"name": "arashsheyda",
|
|
3661
|
+
"github": "arashsheyda"
|
|
3662
|
+
}
|
|
3663
|
+
],
|
|
3664
|
+
"compatibility": {
|
|
3665
|
+
"nuxt": "^3.0.0",
|
|
3666
|
+
"requires": {}
|
|
3667
|
+
}
|
|
3668
|
+
},
|
|
3669
|
+
{
|
|
3670
|
+
"name": "nuxt-pdf",
|
|
3671
|
+
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
3672
|
+
"repo": "sidebase/nuxt-pdf",
|
|
3673
|
+
"npm": "@sidebase/nuxt-pdf",
|
|
3674
|
+
"icon": "nuxt-pdf.png",
|
|
3675
|
+
"github": "https://github.com/sidebase/nuxt-pdf",
|
|
3676
|
+
"website": "https://sidebase.io/nuxt-pdf",
|
|
3677
|
+
"learn_more": "https://github.com/sidebase",
|
|
3678
|
+
"category": "Extensions",
|
|
3679
|
+
"type": "3rd-party",
|
|
3680
|
+
"maintainers": [
|
|
3681
|
+
{
|
|
3682
|
+
"name": "sidebase",
|
|
3683
|
+
"github": "sidebase",
|
|
3684
|
+
"twitter": "sidebase_io"
|
|
3685
|
+
}
|
|
3686
|
+
],
|
|
3687
|
+
"compatibility": {
|
|
3688
|
+
"nuxt": "^3.0.0",
|
|
3689
|
+
"requires": {}
|
|
3690
|
+
}
|
|
3691
|
+
},
|
|
3692
|
+
{
|
|
3693
|
+
"name": "nuxt-phosphor-icons",
|
|
3694
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
3695
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3696
|
+
"npm": "nuxt-phosphor-icons",
|
|
3697
|
+
"icon": "phosphor-icons.svg",
|
|
3698
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3699
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3700
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3701
|
+
"category": "UI",
|
|
3702
|
+
"type": "3rd-party",
|
|
3703
|
+
"maintainers": [
|
|
3704
|
+
{
|
|
3705
|
+
"name": "OyewoleOyedeji",
|
|
3706
|
+
"github": "OyewoleOyedeji"
|
|
3707
|
+
}
|
|
3708
|
+
],
|
|
3709
|
+
"compatibility": {
|
|
3710
|
+
"nuxt": "^3.0.0",
|
|
3711
|
+
"requires": {}
|
|
3712
|
+
}
|
|
3713
|
+
},
|
|
3714
|
+
{
|
|
3715
|
+
"name": "nuxt-pino-log",
|
|
3716
|
+
"description": "Structured logs for nuxt apps using pino",
|
|
3717
|
+
"repo": "kpn/nuxt-pino-log",
|
|
3718
|
+
"npm": "nuxt-pino-log",
|
|
3719
|
+
"icon": "",
|
|
3720
|
+
"github": "https://github.com/kpn/nuxt-pino-log",
|
|
3721
|
+
"website": "https://github.com/kpn/nuxt-pino-log",
|
|
3722
|
+
"learn_more": "https://github.com/pinojs/pino",
|
|
3723
|
+
"category": "Monitoring",
|
|
3724
|
+
"type": "3rd-party",
|
|
3725
|
+
"maintainers": [
|
|
3726
|
+
{
|
|
3727
|
+
"name": "kpn",
|
|
3728
|
+
"github": "kpn"
|
|
3729
|
+
}
|
|
3730
|
+
],
|
|
3731
|
+
"compatibility": {
|
|
3732
|
+
"nuxt": "^2.0.0",
|
|
3733
|
+
"requires": {}
|
|
3734
|
+
}
|
|
3735
|
+
},
|
|
3736
|
+
{
|
|
3737
|
+
"name": "plausible",
|
|
3738
|
+
"description": "Nuxt 3 module to natively integrate Plausible analytics",
|
|
3739
|
+
"repo": "nuxt-modules/plausible",
|
|
3740
|
+
"npm": "@nuxtjs/plausible",
|
|
3741
|
+
"icon": "plausible.png",
|
|
3742
|
+
"github": "https://github.com/nuxt-modules/plausible",
|
|
3743
|
+
"website": "https://github.com/nuxt-modules/plausible",
|
|
3744
|
+
"learn_more": "https://plausible.io/",
|
|
3745
|
+
"category": "Analytics",
|
|
3746
|
+
"type": "community",
|
|
3747
|
+
"maintainers": [
|
|
3748
|
+
{
|
|
3749
|
+
"name": "Johann Schopplich",
|
|
3750
|
+
"github": "johannschopplich"
|
|
3751
|
+
}
|
|
3752
|
+
],
|
|
3753
|
+
"compatibility": {
|
|
3754
|
+
"nuxt": "^3.0.0",
|
|
3755
|
+
"requires": {}
|
|
3756
|
+
}
|
|
3757
|
+
},
|
|
3758
|
+
{
|
|
3759
|
+
"name": "nuxt-plotly",
|
|
3760
|
+
"description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
|
|
3761
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
3762
|
+
"npm": "nuxt-plotly",
|
|
3763
|
+
"icon": "nuxt-plotly.svg",
|
|
3764
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3765
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3766
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
3767
|
+
"category": "Libraries",
|
|
3768
|
+
"type": "3rd-party",
|
|
3769
|
+
"maintainers": [
|
|
3770
|
+
{
|
|
3771
|
+
"name": "Supanut Dokmaithong",
|
|
3772
|
+
"github": "Boomgeek"
|
|
3773
|
+
},
|
|
3774
|
+
{
|
|
3775
|
+
"name": "superdev-tech",
|
|
3776
|
+
"github": "superdev-tech"
|
|
3777
|
+
}
|
|
3778
|
+
],
|
|
3779
|
+
"compatibility": {
|
|
3780
|
+
"nuxt": "^3.0.0",
|
|
3781
|
+
"requires": {}
|
|
3782
|
+
}
|
|
3783
|
+
},
|
|
3784
|
+
{
|
|
3785
|
+
"name": "nuxt-png-to-ico",
|
|
3786
|
+
"description": "Nuxt.js module for auto generating favicons",
|
|
3787
|
+
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3788
|
+
"npm": "nuxt-png-to-ico",
|
|
3789
|
+
"icon": "",
|
|
3790
|
+
"github": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
3791
|
+
"website": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
3792
|
+
"learn_more": "https://github.com/steambap/png-to-ico",
|
|
3793
|
+
"category": "Devtools",
|
|
3794
|
+
"type": "3rd-party",
|
|
2906
3795
|
"maintainers": [
|
|
2907
3796
|
{
|
|
2908
3797
|
"name": "b5710546232",
|
|
@@ -3101,6 +3990,72 @@
|
|
|
3101
3990
|
}
|
|
3102
3991
|
}
|
|
3103
3992
|
},
|
|
3993
|
+
{
|
|
3994
|
+
"name": "nuxt-vue3-google-signin",
|
|
3995
|
+
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3996
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3997
|
+
"npm": "nuxt-vue3-google-signin",
|
|
3998
|
+
"icon": "vue3-google-signin.svg",
|
|
3999
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
4000
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
4001
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
4002
|
+
"category": "Libraries",
|
|
4003
|
+
"type": "3rd-party",
|
|
4004
|
+
"maintainers": [
|
|
4005
|
+
{
|
|
4006
|
+
"name": "Kasun Vithanage",
|
|
4007
|
+
"github": "kasvith"
|
|
4008
|
+
}
|
|
4009
|
+
],
|
|
4010
|
+
"compatibility": {
|
|
4011
|
+
"nuxt": "^3.0.0",
|
|
4012
|
+
"requires": {}
|
|
4013
|
+
}
|
|
4014
|
+
},
|
|
4015
|
+
{
|
|
4016
|
+
"name": "nuxt-vuetify",
|
|
4017
|
+
"description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
|
|
4018
|
+
"repo": "invictus-codes/nuxt-vuetify",
|
|
4019
|
+
"npm": "@invictus.codes/nuxt-vuetify",
|
|
4020
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
4021
|
+
"github": "https://github.com/invictus-codes/nuxt-vuetify",
|
|
4022
|
+
"website": "https://invictus-codes.github.io/nuxt-vuetify/",
|
|
4023
|
+
"learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
|
|
4024
|
+
"category": "UI",
|
|
4025
|
+
"type": "3rd-party",
|
|
4026
|
+
"maintainers": [
|
|
4027
|
+
{
|
|
4028
|
+
"name": "Jens van Hellemondt",
|
|
4029
|
+
"github": "invictus-codes"
|
|
4030
|
+
}
|
|
4031
|
+
],
|
|
4032
|
+
"compatibility": {
|
|
4033
|
+
"nuxt": "^3.0.0",
|
|
4034
|
+
"requires": {}
|
|
4035
|
+
}
|
|
4036
|
+
},
|
|
4037
|
+
{
|
|
4038
|
+
"name": "nuxt3-leaflet",
|
|
4039
|
+
"description": "Leaflet integration with Nuxt",
|
|
4040
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4041
|
+
"npm": "nuxt3-leaflet",
|
|
4042
|
+
"icon": "leaflet.png",
|
|
4043
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4044
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4045
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4046
|
+
"category": "Libraries",
|
|
4047
|
+
"type": "3rd-party",
|
|
4048
|
+
"maintainers": [
|
|
4049
|
+
{
|
|
4050
|
+
"name": "Augustin MERCIER",
|
|
4051
|
+
"github": "Gugustinette"
|
|
4052
|
+
}
|
|
4053
|
+
],
|
|
4054
|
+
"compatibility": {
|
|
4055
|
+
"nuxt": "^3.0.0",
|
|
4056
|
+
"requires": {}
|
|
4057
|
+
}
|
|
4058
|
+
},
|
|
3104
4059
|
{
|
|
3105
4060
|
"name": "nuxt7",
|
|
3106
4061
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
@@ -3124,6 +4079,29 @@
|
|
|
3124
4079
|
"requires": {}
|
|
3125
4080
|
}
|
|
3126
4081
|
},
|
|
4082
|
+
{
|
|
4083
|
+
"name": "nuxtlabs-ui",
|
|
4084
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
4085
|
+
"repo": "nuxtlabs/ui",
|
|
4086
|
+
"npm": "@nuxthq/ui",
|
|
4087
|
+
"icon": "nuxtlabs-ui.svg",
|
|
4088
|
+
"github": "https://github.com/nuxtlabs/ui",
|
|
4089
|
+
"website": "https://ui.nuxtlabs.com",
|
|
4090
|
+
"learn_more": "https://ui.nuxtlabs.com",
|
|
4091
|
+
"category": "UI",
|
|
4092
|
+
"type": "3rd-party",
|
|
4093
|
+
"maintainers": [
|
|
4094
|
+
{
|
|
4095
|
+
"name": "Benjamin Canac",
|
|
4096
|
+
"github": "benjamincanac",
|
|
4097
|
+
"twitter": "benjamincanac"
|
|
4098
|
+
}
|
|
4099
|
+
],
|
|
4100
|
+
"compatibility": {
|
|
4101
|
+
"nuxt": "^3.0.0",
|
|
4102
|
+
"requires": {}
|
|
4103
|
+
}
|
|
4104
|
+
},
|
|
3127
4105
|
{
|
|
3128
4106
|
"name": "og-image",
|
|
3129
4107
|
"description": "Easily generate dynamic social share images.",
|
|
@@ -3263,6 +4241,30 @@
|
|
|
3263
4241
|
}
|
|
3264
4242
|
}
|
|
3265
4243
|
},
|
|
4244
|
+
{
|
|
4245
|
+
"name": "pdfeasy",
|
|
4246
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
4247
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
4248
|
+
"npm": "nuxt-pdfeasy",
|
|
4249
|
+
"icon": "pdfeasy.png",
|
|
4250
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
4251
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
4252
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
4253
|
+
"category": "Extensions",
|
|
4254
|
+
"type": "3rd-party",
|
|
4255
|
+
"maintainers": [
|
|
4256
|
+
{
|
|
4257
|
+
"name": "Giovane Cardoso",
|
|
4258
|
+
"github": "novout",
|
|
4259
|
+
"twitter": "novoutttttt",
|
|
4260
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
4261
|
+
}
|
|
4262
|
+
],
|
|
4263
|
+
"compatibility": {
|
|
4264
|
+
"nuxt": "^3.0.0",
|
|
4265
|
+
"requires": {}
|
|
4266
|
+
}
|
|
4267
|
+
},
|
|
3266
4268
|
{
|
|
3267
4269
|
"name": "persian-datepicker",
|
|
3268
4270
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3337,11 +4339,11 @@
|
|
|
3337
4339
|
{
|
|
3338
4340
|
"name": "pinia",
|
|
3339
4341
|
"description": "The Vue Store that you will enjoy using",
|
|
3340
|
-
"repo": "
|
|
4342
|
+
"repo": "vuejs/pinia#v2/packages/nuxt",
|
|
3341
4343
|
"npm": "@pinia/nuxt",
|
|
3342
4344
|
"icon": "pinia.svg",
|
|
3343
|
-
"github": "https://github.com/
|
|
3344
|
-
"website": "https://pinia.
|
|
4345
|
+
"github": "https://github.com/vuejs/pinia/tree/v2/packages/nuxt",
|
|
4346
|
+
"website": "https://pinia.vuejs.org/",
|
|
3345
4347
|
"learn_more": "",
|
|
3346
4348
|
"category": "Extensions",
|
|
3347
4349
|
"type": "3rd-party",
|
|
@@ -3402,6 +4404,30 @@
|
|
|
3402
4404
|
"requires": {}
|
|
3403
4405
|
}
|
|
3404
4406
|
},
|
|
4407
|
+
{
|
|
4408
|
+
"name": "prepare",
|
|
4409
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4410
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4411
|
+
"npm": "nuxt-prepare",
|
|
4412
|
+
"icon": "nuxt-prepare.svg",
|
|
4413
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4414
|
+
"website": "https://nuxt-prepare.jhnn.dev",
|
|
4415
|
+
"learn_more": "",
|
|
4416
|
+
"category": "Devtools",
|
|
4417
|
+
"type": "3rd-party",
|
|
4418
|
+
"maintainers": [
|
|
4419
|
+
{
|
|
4420
|
+
"name": "Johann Schopplich",
|
|
4421
|
+
"github": "johannschopplich",
|
|
4422
|
+
"twitter": "jschopplich",
|
|
4423
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
4424
|
+
}
|
|
4425
|
+
],
|
|
4426
|
+
"compatibility": {
|
|
4427
|
+
"nuxt": "^3.0.0",
|
|
4428
|
+
"requires": {}
|
|
4429
|
+
}
|
|
4430
|
+
},
|
|
3405
4431
|
{
|
|
3406
4432
|
"name": "prismic",
|
|
3407
4433
|
"description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
|
|
@@ -3425,6 +4451,28 @@
|
|
|
3425
4451
|
"requires": {}
|
|
3426
4452
|
}
|
|
3427
4453
|
},
|
|
4454
|
+
{
|
|
4455
|
+
"name": "prometheus",
|
|
4456
|
+
"description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
|
|
4457
|
+
"repo": "artmizu/nuxt-prometheus",
|
|
4458
|
+
"npm": "@artmizu/nuxt-prometheus",
|
|
4459
|
+
"icon": "prometheus.svg",
|
|
4460
|
+
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
4461
|
+
"website": "https://github.com/artmizu/nuxt-prometheus",
|
|
4462
|
+
"learn_more": "",
|
|
4463
|
+
"category": "Monitoring",
|
|
4464
|
+
"type": "3rd-party",
|
|
4465
|
+
"maintainers": [
|
|
4466
|
+
{
|
|
4467
|
+
"name": "artmizu",
|
|
4468
|
+
"github": "artmizu"
|
|
4469
|
+
}
|
|
4470
|
+
],
|
|
4471
|
+
"compatibility": {
|
|
4472
|
+
"nuxt": "^3.0.0",
|
|
4473
|
+
"requires": {}
|
|
4474
|
+
}
|
|
4475
|
+
},
|
|
3428
4476
|
{
|
|
3429
4477
|
"name": "protected-mailto",
|
|
3430
4478
|
"description": "Nuxt component to generate encoded mailto links",
|
|
@@ -3562,6 +4610,50 @@
|
|
|
3562
4610
|
"requires": {}
|
|
3563
4611
|
}
|
|
3564
4612
|
},
|
|
4613
|
+
{
|
|
4614
|
+
"name": "quasar",
|
|
4615
|
+
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
4616
|
+
"repo": "Maiquu/nuxt-quasar",
|
|
4617
|
+
"npm": "nuxt-quasar-ui",
|
|
4618
|
+
"icon": "quasar.svg",
|
|
4619
|
+
"github": "https://github.com/Maiquu/nuxt-quasar",
|
|
4620
|
+
"website": "https://quasar.dev/",
|
|
4621
|
+
"learn_more": "https://github.com/Maiquu/nuxt-quasar",
|
|
4622
|
+
"category": "UI",
|
|
4623
|
+
"type": "3rd-party",
|
|
4624
|
+
"maintainers": [
|
|
4625
|
+
{
|
|
4626
|
+
"name": "Ege İliklier",
|
|
4627
|
+
"github": "Maiquu"
|
|
4628
|
+
}
|
|
4629
|
+
],
|
|
4630
|
+
"compatibility": {
|
|
4631
|
+
"nuxt": "^3.0.0",
|
|
4632
|
+
"requires": {}
|
|
4633
|
+
}
|
|
4634
|
+
},
|
|
4635
|
+
{
|
|
4636
|
+
"name": "radash",
|
|
4637
|
+
"description": "radash module with auto-import and custom prefix",
|
|
4638
|
+
"repo": "bbg/nuxt-radash",
|
|
4639
|
+
"npm": "nuxt-radash",
|
|
4640
|
+
"icon": "radash.png",
|
|
4641
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
4642
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
4643
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
4644
|
+
"category": "Libraries",
|
|
4645
|
+
"type": "3rd-party",
|
|
4646
|
+
"maintainers": [
|
|
4647
|
+
{
|
|
4648
|
+
"name": "Batuhan Göksu",
|
|
4649
|
+
"github": "bbg"
|
|
4650
|
+
}
|
|
4651
|
+
],
|
|
4652
|
+
"compatibility": {
|
|
4653
|
+
"nuxt": "^3.0.0",
|
|
4654
|
+
"requires": {}
|
|
4655
|
+
}
|
|
4656
|
+
},
|
|
3565
4657
|
{
|
|
3566
4658
|
"name": "recaptcha",
|
|
3567
4659
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
@@ -3632,11 +4724,11 @@
|
|
|
3632
4724
|
{
|
|
3633
4725
|
"name": "robots",
|
|
3634
4726
|
"description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
|
|
3635
|
-
"repo": "nuxt-
|
|
4727
|
+
"repo": "nuxt-modules/robots",
|
|
3636
4728
|
"npm": "@nuxtjs/robots",
|
|
3637
4729
|
"icon": "robots.png",
|
|
3638
|
-
"github": "https://github.com/nuxt-
|
|
3639
|
-
"website": "https://github.com/nuxt-
|
|
4730
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
4731
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
3640
4732
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
3641
4733
|
"category": "SEO",
|
|
3642
4734
|
"type": "community",
|
|
@@ -3842,7 +4934,7 @@
|
|
|
3842
4934
|
"description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
|
|
3843
4935
|
"repo": "nuxt-community/sentry-module",
|
|
3844
4936
|
"npm": "@nuxtjs/sentry",
|
|
3845
|
-
"icon": "sentry.
|
|
4937
|
+
"icon": "sentry.svg",
|
|
3846
4938
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
3847
4939
|
"website": "https://sentry.nuxtjs.org/",
|
|
3848
4940
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -3862,7 +4954,7 @@
|
|
|
3862
4954
|
{
|
|
3863
4955
|
"name": "seo-kit",
|
|
3864
4956
|
"description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
|
|
3865
|
-
"repo": "harlan-zw/nuxt-seo-kit",
|
|
4957
|
+
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
3866
4958
|
"npm": "nuxt-seo-kit",
|
|
3867
4959
|
"icon": "seo-kit.svg",
|
|
3868
4960
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
@@ -3950,13 +5042,36 @@
|
|
|
3950
5042
|
}
|
|
3951
5043
|
},
|
|
3952
5044
|
{
|
|
3953
|
-
"name": "
|
|
3954
|
-
"description": "
|
|
3955
|
-
"repo": "
|
|
3956
|
-
"npm": "@
|
|
3957
|
-
"icon": "
|
|
3958
|
-
"github": "https://github.com/
|
|
3959
|
-
"website": "https://github.com/
|
|
5045
|
+
"name": "server-block",
|
|
5046
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5047
|
+
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
|
|
5048
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
5049
|
+
"icon": "server-block.svg",
|
|
5050
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
5051
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5052
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5053
|
+
"category": "Extensions",
|
|
5054
|
+
"type": "3rd-party",
|
|
5055
|
+
"maintainers": [
|
|
5056
|
+
{
|
|
5057
|
+
"name": "Hebilicious",
|
|
5058
|
+
"github": "Hebilicious",
|
|
5059
|
+
"twitter": "its_hebilicious"
|
|
5060
|
+
}
|
|
5061
|
+
],
|
|
5062
|
+
"compatibility": {
|
|
5063
|
+
"nuxt": "^3.0.0",
|
|
5064
|
+
"requires": {}
|
|
5065
|
+
}
|
|
5066
|
+
},
|
|
5067
|
+
{
|
|
5068
|
+
"name": "session",
|
|
5069
|
+
"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",
|
|
5070
|
+
"repo": "sidebase/nuxt-session",
|
|
5071
|
+
"npm": "@sidebase/nuxt-session",
|
|
5072
|
+
"icon": "session.png",
|
|
5073
|
+
"github": "https://github.com/sidebase/nuxt-session",
|
|
5074
|
+
"website": "https://github.com/sidebase/nuxt-session",
|
|
3960
5075
|
"learn_more": "https://github.com/sidebase",
|
|
3961
5076
|
"category": "Security",
|
|
3962
5077
|
"type": "3rd-party",
|
|
@@ -4110,26 +5225,48 @@
|
|
|
4110
5225
|
"requires": {}
|
|
4111
5226
|
}
|
|
4112
5227
|
},
|
|
5228
|
+
{
|
|
5229
|
+
"name": "snackbar",
|
|
5230
|
+
"description": "Nuxt Snackbar module using vue3-snackbar",
|
|
5231
|
+
"repo": "modbender/nuxt-snackbar#master",
|
|
5232
|
+
"npm": "nuxt-snackbar",
|
|
5233
|
+
"icon": "snackbar.png",
|
|
5234
|
+
"github": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
5235
|
+
"website": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
5236
|
+
"learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
|
|
5237
|
+
"category": "UI",
|
|
5238
|
+
"type": "3rd-party",
|
|
5239
|
+
"maintainers": [
|
|
5240
|
+
{
|
|
5241
|
+
"name": "modbender",
|
|
5242
|
+
"github": "modbender"
|
|
5243
|
+
}
|
|
5244
|
+
],
|
|
5245
|
+
"compatibility": {
|
|
5246
|
+
"nuxt": "^3.0.0",
|
|
5247
|
+
"requires": {}
|
|
5248
|
+
}
|
|
5249
|
+
},
|
|
4113
5250
|
{
|
|
4114
5251
|
"name": "snipcart",
|
|
4115
5252
|
"description": "Snipcart integration module for Nuxt.js",
|
|
4116
|
-
"repo": "nuxt-
|
|
5253
|
+
"repo": "nuxt-modules/snipcart",
|
|
4117
5254
|
"npm": "@nuxtjs/snipcart",
|
|
4118
5255
|
"icon": "snipcart.png",
|
|
4119
|
-
"github": "https://github.com/nuxt-
|
|
4120
|
-
"website": "https://github.com/nuxt-
|
|
4121
|
-
"learn_more": "",
|
|
4122
|
-
"category": "
|
|
5256
|
+
"github": "https://github.com/nuxt-modules/snipcart",
|
|
5257
|
+
"website": "https://github.com/nuxt-modules/snipcart",
|
|
5258
|
+
"learn_more": "https://snipcart.com",
|
|
5259
|
+
"category": "Ecommerce",
|
|
4123
5260
|
"type": "community",
|
|
4124
5261
|
"maintainers": [
|
|
4125
5262
|
{
|
|
4126
5263
|
"name": "Florent GIRAUD",
|
|
4127
|
-
"github": "
|
|
4128
|
-
"twitter": "
|
|
5264
|
+
"github": "flozero",
|
|
5265
|
+
"twitter": "flozeroo"
|
|
4129
5266
|
}
|
|
4130
5267
|
],
|
|
4131
5268
|
"compatibility": {
|
|
4132
|
-
"nuxt": "^2.0.0",
|
|
5269
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4133
5270
|
"requires": {}
|
|
4134
5271
|
}
|
|
4135
5272
|
},
|
|
@@ -4376,10 +5513,10 @@
|
|
|
4376
5513
|
{
|
|
4377
5514
|
"name": "strapi",
|
|
4378
5515
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
4379
|
-
"repo": "nuxt-
|
|
5516
|
+
"repo": "nuxt-modules/strapi",
|
|
4380
5517
|
"npm": "@nuxtjs/strapi",
|
|
4381
5518
|
"icon": "strapi.png",
|
|
4382
|
-
"github": "https://github.com/nuxt-
|
|
5519
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
4383
5520
|
"website": "https://strapi.nuxtjs.org",
|
|
4384
5521
|
"learn_more": "https://strapi.io/",
|
|
4385
5522
|
"category": "CMS",
|
|
@@ -4403,6 +5540,32 @@
|
|
|
4403
5540
|
}
|
|
4404
5541
|
}
|
|
4405
5542
|
},
|
|
5543
|
+
{
|
|
5544
|
+
"name": "stripe-next",
|
|
5545
|
+
"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.",
|
|
5546
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
5547
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
5548
|
+
"icon": "stripe.png",
|
|
5549
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5550
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5551
|
+
"learn_more": "https://stripe.com/docs",
|
|
5552
|
+
"category": "Payment",
|
|
5553
|
+
"type": "3rd-party",
|
|
5554
|
+
"maintainers": [
|
|
5555
|
+
{
|
|
5556
|
+
"name": "Loic Fuentes",
|
|
5557
|
+
"github": "fuentesloic"
|
|
5558
|
+
},
|
|
5559
|
+
{
|
|
5560
|
+
"name": "Florent Giraud",
|
|
5561
|
+
"github": "flozero"
|
|
5562
|
+
}
|
|
5563
|
+
],
|
|
5564
|
+
"compatibility": {
|
|
5565
|
+
"nuxt": "^3.0.0",
|
|
5566
|
+
"requires": {}
|
|
5567
|
+
}
|
|
5568
|
+
},
|
|
4406
5569
|
{
|
|
4407
5570
|
"name": "stripe",
|
|
4408
5571
|
"description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
|
|
@@ -4466,7 +5629,7 @@
|
|
|
4466
5629
|
}
|
|
4467
5630
|
],
|
|
4468
5631
|
"compatibility": {
|
|
4469
|
-
"nuxt": "^2.0.0",
|
|
5632
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4470
5633
|
"requires": {}
|
|
4471
5634
|
}
|
|
4472
5635
|
},
|
|
@@ -4496,10 +5659,10 @@
|
|
|
4496
5659
|
{
|
|
4497
5660
|
"name": "supabase",
|
|
4498
5661
|
"description": "First class integration with Supabase",
|
|
4499
|
-
"repo": "nuxt-
|
|
5662
|
+
"repo": "nuxt-modules/supabase",
|
|
4500
5663
|
"npm": "@nuxtjs/supabase",
|
|
4501
5664
|
"icon": "supabase.png",
|
|
4502
|
-
"github": "https://github.com/nuxt-
|
|
5665
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
4503
5666
|
"website": "https://supabase.nuxtjs.org",
|
|
4504
5667
|
"learn_more": "https://supabase.com",
|
|
4505
5668
|
"category": "Database",
|
|
@@ -4637,13 +5800,36 @@
|
|
|
4637
5800
|
"requires": {}
|
|
4638
5801
|
}
|
|
4639
5802
|
},
|
|
5803
|
+
{
|
|
5804
|
+
"name": "tailvue",
|
|
5805
|
+
"description": "Vue components built for Vue3 powered by Windi CSS or tailwindcss",
|
|
5806
|
+
"repo": "fumeapp/tailvue",
|
|
5807
|
+
"npm": "tailvue",
|
|
5808
|
+
"icon": "tailvue.jpg",
|
|
5809
|
+
"github": "https://github.com/fumeapp/tailvue",
|
|
5810
|
+
"website": "https://github.com/fumeapp/tailvue",
|
|
5811
|
+
"learn_more": "https://github.com/fumeapp/tailvue#readme",
|
|
5812
|
+
"category": "UI",
|
|
5813
|
+
"type": "3rd-party",
|
|
5814
|
+
"maintainers": [
|
|
5815
|
+
{
|
|
5816
|
+
"name": "Kevin Olson",
|
|
5817
|
+
"github": "acidjazz",
|
|
5818
|
+
"twitter": "AppFume"
|
|
5819
|
+
}
|
|
5820
|
+
],
|
|
5821
|
+
"compatibility": {
|
|
5822
|
+
"nuxt": "^3.0.0",
|
|
5823
|
+
"requires": {}
|
|
5824
|
+
}
|
|
5825
|
+
},
|
|
4640
5826
|
{
|
|
4641
5827
|
"name": "tailwindcss",
|
|
4642
5828
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
4643
|
-
"repo": "nuxt-
|
|
5829
|
+
"repo": "nuxt-modules/tailwindcss-module",
|
|
4644
5830
|
"npm": "@nuxtjs/tailwindcss",
|
|
4645
5831
|
"icon": "tailwindcss.png",
|
|
4646
|
-
"github": "https://github.com/nuxt-
|
|
5832
|
+
"github": "https://github.com/nuxt-modules/tailwindcss-module",
|
|
4647
5833
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
4648
5834
|
"learn_more": "https://tailwindcss.com/",
|
|
4649
5835
|
"category": "UI",
|
|
@@ -4653,6 +5839,10 @@
|
|
|
4653
5839
|
"name": "Sébastien Chopin",
|
|
4654
5840
|
"github": "Atinux",
|
|
4655
5841
|
"twitter": "Atinux"
|
|
5842
|
+
},
|
|
5843
|
+
{
|
|
5844
|
+
"name": "Inesh Bose",
|
|
5845
|
+
"github": "ineshbose"
|
|
4656
5846
|
}
|
|
4657
5847
|
],
|
|
4658
5848
|
"compatibility": {
|
|
@@ -4683,6 +5873,28 @@
|
|
|
4683
5873
|
"requires": {}
|
|
4684
5874
|
}
|
|
4685
5875
|
},
|
|
5876
|
+
{
|
|
5877
|
+
"name": "time",
|
|
5878
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
5879
|
+
"repo": "danielroe/nuxt-time",
|
|
5880
|
+
"npm": "nuxt-time",
|
|
5881
|
+
"icon": "",
|
|
5882
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
5883
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
5884
|
+
"learn_more": "",
|
|
5885
|
+
"category": "Extensions",
|
|
5886
|
+
"type": "3rd-party",
|
|
5887
|
+
"maintainers": [
|
|
5888
|
+
{
|
|
5889
|
+
"name": "danielroe",
|
|
5890
|
+
"github": "danielroe"
|
|
5891
|
+
}
|
|
5892
|
+
],
|
|
5893
|
+
"compatibility": {
|
|
5894
|
+
"nuxt": "^3.0.0",
|
|
5895
|
+
"requires": {}
|
|
5896
|
+
}
|
|
5897
|
+
},
|
|
4686
5898
|
{
|
|
4687
5899
|
"name": "toast",
|
|
4688
5900
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
|
|
@@ -4706,6 +5918,39 @@
|
|
|
4706
5918
|
"requires": {}
|
|
4707
5919
|
}
|
|
4708
5920
|
},
|
|
5921
|
+
{
|
|
5922
|
+
"name": "tresjs",
|
|
5923
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
5924
|
+
"repo": "tresjs/nuxt",
|
|
5925
|
+
"npm": "@tresjs/nuxt",
|
|
5926
|
+
"icon": "tresjs.svg",
|
|
5927
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
5928
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
5929
|
+
"learn_more": "https://tresjs.org/",
|
|
5930
|
+
"category": "Libraries",
|
|
5931
|
+
"type": "3rd-party",
|
|
5932
|
+
"maintainers": [
|
|
5933
|
+
{
|
|
5934
|
+
"name": "Alvaro Saburido",
|
|
5935
|
+
"github": "alvarosabu",
|
|
5936
|
+
"twitter": "alvarosabu"
|
|
5937
|
+
},
|
|
5938
|
+
{
|
|
5939
|
+
"name": "Jaime Torrealba",
|
|
5940
|
+
"github": "JaimeTorrealba",
|
|
5941
|
+
"twitter": "jaimebboyjt"
|
|
5942
|
+
},
|
|
5943
|
+
{
|
|
5944
|
+
"name": "Tino Koch",
|
|
5945
|
+
"github": "Tinoooo",
|
|
5946
|
+
"twitter": "ichbintino"
|
|
5947
|
+
}
|
|
5948
|
+
],
|
|
5949
|
+
"compatibility": {
|
|
5950
|
+
"nuxt": "^3.0.0",
|
|
5951
|
+
"requires": {}
|
|
5952
|
+
}
|
|
5953
|
+
},
|
|
4709
5954
|
{
|
|
4710
5955
|
"name": "turnstile",
|
|
4711
5956
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -4755,6 +6000,28 @@
|
|
|
4755
6000
|
}
|
|
4756
6001
|
}
|
|
4757
6002
|
},
|
|
6003
|
+
{
|
|
6004
|
+
"name": "twemoji",
|
|
6005
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
6006
|
+
"repo": "yizack/nuxt-twemoji",
|
|
6007
|
+
"npm": "nuxt-twemoji",
|
|
6008
|
+
"icon": "twemoji.svg",
|
|
6009
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
6010
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
6011
|
+
"learn_more": "",
|
|
6012
|
+
"category": "UI",
|
|
6013
|
+
"type": "3rd-party",
|
|
6014
|
+
"maintainers": [
|
|
6015
|
+
{
|
|
6016
|
+
"name": "Yizack Rangel",
|
|
6017
|
+
"github": "yizack"
|
|
6018
|
+
}
|
|
6019
|
+
],
|
|
6020
|
+
"compatibility": {
|
|
6021
|
+
"nuxt": "^3.0.0",
|
|
6022
|
+
"requires": {}
|
|
6023
|
+
}
|
|
6024
|
+
},
|
|
4758
6025
|
{
|
|
4759
6026
|
"name": "twicpics",
|
|
4760
6027
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -4790,12 +6057,12 @@
|
|
|
4790
6057
|
},
|
|
4791
6058
|
{
|
|
4792
6059
|
"name": "typed-router",
|
|
4793
|
-
"description": "Provide autocompletion for pages route names
|
|
6060
|
+
"description": "Provide autocompletion for pages route names and params",
|
|
4794
6061
|
"repo": "victorgarciaesgi/nuxt-typed-router",
|
|
4795
6062
|
"npm": "nuxt-typed-router",
|
|
4796
6063
|
"icon": "typed-router.png",
|
|
4797
6064
|
"github": "https://github.com/victorgarciaesgi/nuxt-typed-router",
|
|
4798
|
-
"website": "https://
|
|
6065
|
+
"website": "https://nuxt-typed-router.vercel.app",
|
|
4799
6066
|
"learn_more": "",
|
|
4800
6067
|
"category": "Devtools",
|
|
4801
6068
|
"type": "3rd-party",
|
|
@@ -4926,11 +6193,11 @@
|
|
|
4926
6193
|
{
|
|
4927
6194
|
"name": "unhead",
|
|
4928
6195
|
"description": "Experimental features for Nuxt SEO / head management.",
|
|
4929
|
-
"repo": "harlan-zw/nuxt-
|
|
4930
|
-
"npm": "nuxt-
|
|
6196
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
6197
|
+
"npm": "nuxt-seo-experiments",
|
|
4931
6198
|
"icon": "",
|
|
4932
|
-
"github": "https://github.com/harlan-zw/nuxt-
|
|
4933
|
-
"website": "https://github.com/harlan-zw/nuxt-
|
|
6199
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6200
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
4934
6201
|
"learn_more": "",
|
|
4935
6202
|
"category": "SEO",
|
|
4936
6203
|
"type": "3rd-party",
|
|
@@ -4973,6 +6240,28 @@
|
|
|
4973
6240
|
"requires": {}
|
|
4974
6241
|
}
|
|
4975
6242
|
},
|
|
6243
|
+
{
|
|
6244
|
+
"name": "unlazy",
|
|
6245
|
+
"description": "Lazy loading library for placeholder images",
|
|
6246
|
+
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
6247
|
+
"npm": "@unlazy/nuxt",
|
|
6248
|
+
"icon": "unlazy.svg",
|
|
6249
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
6250
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
6251
|
+
"learn_more": "",
|
|
6252
|
+
"category": "Images",
|
|
6253
|
+
"type": "3rd-party",
|
|
6254
|
+
"maintainers": [
|
|
6255
|
+
{
|
|
6256
|
+
"name": "Johann Schopplich",
|
|
6257
|
+
"github": "johannschopplich"
|
|
6258
|
+
}
|
|
6259
|
+
],
|
|
6260
|
+
"compatibility": {
|
|
6261
|
+
"nuxt": "^3.0.0",
|
|
6262
|
+
"requires": {}
|
|
6263
|
+
}
|
|
6264
|
+
},
|
|
4976
6265
|
{
|
|
4977
6266
|
"name": "unlighthouse",
|
|
4978
6267
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5025,6 +6314,53 @@
|
|
|
5025
6314
|
}
|
|
5026
6315
|
}
|
|
5027
6316
|
},
|
|
6317
|
+
{
|
|
6318
|
+
"name": "ununuracss",
|
|
6319
|
+
"description": "A Real CSS Engine. Only Scoped.",
|
|
6320
|
+
"repo": "novout/ununuracss#main/packages/nuxt",
|
|
6321
|
+
"npm": "nuxt-ununura",
|
|
6322
|
+
"icon": "ununuracss.png",
|
|
6323
|
+
"github": "https://github.com/novout/ununuracss",
|
|
6324
|
+
"website": "https://ununura.com/#/",
|
|
6325
|
+
"learn_more": "https://ununura.com/#/docs/why",
|
|
6326
|
+
"category": "UI",
|
|
6327
|
+
"type": "3rd-party",
|
|
6328
|
+
"maintainers": [
|
|
6329
|
+
{
|
|
6330
|
+
"name": "Giovane Cardoso",
|
|
6331
|
+
"github": "novout",
|
|
6332
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
6333
|
+
}
|
|
6334
|
+
],
|
|
6335
|
+
"compatibility": {
|
|
6336
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6337
|
+
"requires": {}
|
|
6338
|
+
}
|
|
6339
|
+
},
|
|
6340
|
+
{
|
|
6341
|
+
"name": "use-wagmi",
|
|
6342
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
6343
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
6344
|
+
"npm": "@use-wagmi/nuxt",
|
|
6345
|
+
"icon": "use-wagmi.png",
|
|
6346
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
6347
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
6348
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
6349
|
+
"category": "Extensions",
|
|
6350
|
+
"type": "3rd-party",
|
|
6351
|
+
"maintainers": [
|
|
6352
|
+
{
|
|
6353
|
+
"name": "Unic Ape",
|
|
6354
|
+
"github": "unicape"
|
|
6355
|
+
}
|
|
6356
|
+
],
|
|
6357
|
+
"compatibility": {
|
|
6358
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6359
|
+
"requires": {
|
|
6360
|
+
"bridge": true
|
|
6361
|
+
}
|
|
6362
|
+
}
|
|
6363
|
+
},
|
|
5028
6364
|
{
|
|
5029
6365
|
"name": "user-agent",
|
|
5030
6366
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -5069,6 +6405,98 @@
|
|
|
5069
6405
|
"requires": {}
|
|
5070
6406
|
}
|
|
5071
6407
|
},
|
|
6408
|
+
{
|
|
6409
|
+
"name": "vant",
|
|
6410
|
+
"description": "A lightweight, customizable Vue UI library for mobile web apps.",
|
|
6411
|
+
"repo": "vant-ui/vant-nuxt",
|
|
6412
|
+
"npm": "@vant/nuxt",
|
|
6413
|
+
"icon": "vant.png",
|
|
6414
|
+
"github": "https://github.com/vant-ui/vant-nuxt",
|
|
6415
|
+
"website": "https://vant-ui.github.io/vant",
|
|
6416
|
+
"learn_more": "https://github.com/vant-ui/vant-nuxt#readme",
|
|
6417
|
+
"category": "UI",
|
|
6418
|
+
"type": "3rd-party",
|
|
6419
|
+
"maintainers": [
|
|
6420
|
+
{
|
|
6421
|
+
"name": "tolking",
|
|
6422
|
+
"github": "tolking"
|
|
6423
|
+
}
|
|
6424
|
+
],
|
|
6425
|
+
"compatibility": {
|
|
6426
|
+
"nuxt": "^3.0.0",
|
|
6427
|
+
"requires": {
|
|
6428
|
+
"bridge": "optional"
|
|
6429
|
+
}
|
|
6430
|
+
}
|
|
6431
|
+
},
|
|
6432
|
+
{
|
|
6433
|
+
"name": "varlet",
|
|
6434
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
6435
|
+
"repo": "varletjs/varlet-nuxt",
|
|
6436
|
+
"npm": "@varlet/nuxt",
|
|
6437
|
+
"icon": "varlet.svg",
|
|
6438
|
+
"github": "https://github.com/varletjs/varlet",
|
|
6439
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
6440
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
6441
|
+
"category": "UI",
|
|
6442
|
+
"type": "3rd-party",
|
|
6443
|
+
"maintainers": [
|
|
6444
|
+
{
|
|
6445
|
+
"name": "zhangmo8",
|
|
6446
|
+
"github": "zhangmo8"
|
|
6447
|
+
}
|
|
6448
|
+
],
|
|
6449
|
+
"compatibility": {
|
|
6450
|
+
"nuxt": "^3.0.0",
|
|
6451
|
+
"requires": {
|
|
6452
|
+
"bridge": "optional"
|
|
6453
|
+
}
|
|
6454
|
+
}
|
|
6455
|
+
},
|
|
6456
|
+
{
|
|
6457
|
+
"name": "vcalendar",
|
|
6458
|
+
"description": "VCalendar module for Nuxt",
|
|
6459
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
6460
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
6461
|
+
"icon": "vcalendar.png",
|
|
6462
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
6463
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
6464
|
+
"learn_more": "",
|
|
6465
|
+
"category": "Libraries",
|
|
6466
|
+
"type": "3rd-party",
|
|
6467
|
+
"maintainers": [
|
|
6468
|
+
{
|
|
6469
|
+
"name": "Sam K",
|
|
6470
|
+
"github": "samk-dev"
|
|
6471
|
+
}
|
|
6472
|
+
],
|
|
6473
|
+
"compatibility": {
|
|
6474
|
+
"nuxt": "^3.0.0",
|
|
6475
|
+
"requires": {}
|
|
6476
|
+
}
|
|
6477
|
+
},
|
|
6478
|
+
{
|
|
6479
|
+
"name": "vee-validate",
|
|
6480
|
+
"description": "Painless Vue forms for Nuxt.js",
|
|
6481
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6482
|
+
"npm": "@vee-validate/nuxt",
|
|
6483
|
+
"icon": "vee-validate.png",
|
|
6484
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
6485
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
6486
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
6487
|
+
"category": "Libraries",
|
|
6488
|
+
"type": "3rd-party",
|
|
6489
|
+
"maintainers": [
|
|
6490
|
+
{
|
|
6491
|
+
"name": "Abdelrahman Awad",
|
|
6492
|
+
"github": "logaretm"
|
|
6493
|
+
}
|
|
6494
|
+
],
|
|
6495
|
+
"compatibility": {
|
|
6496
|
+
"nuxt": "^3.0.0",
|
|
6497
|
+
"requires": {}
|
|
6498
|
+
}
|
|
6499
|
+
},
|
|
5072
6500
|
{
|
|
5073
6501
|
"name": "vendor",
|
|
5074
6502
|
"description": "directly serve node_modules",
|
|
@@ -5092,15 +6520,144 @@
|
|
|
5092
6520
|
"requires": {}
|
|
5093
6521
|
}
|
|
5094
6522
|
},
|
|
6523
|
+
{
|
|
6524
|
+
"name": "vercel-analytics",
|
|
6525
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
6526
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
6527
|
+
"npm": "nuxt-vercel-analytics",
|
|
6528
|
+
"icon": "",
|
|
6529
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6530
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6531
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
6532
|
+
"category": "Analytics",
|
|
6533
|
+
"type": "3rd-party",
|
|
6534
|
+
"maintainers": [
|
|
6535
|
+
{
|
|
6536
|
+
"name": "Alexander B.",
|
|
6537
|
+
"github": "xanderbarkhatov"
|
|
6538
|
+
}
|
|
6539
|
+
],
|
|
6540
|
+
"compatibility": {
|
|
6541
|
+
"nuxt": "^3.0.0",
|
|
6542
|
+
"requires": {}
|
|
6543
|
+
}
|
|
6544
|
+
},
|
|
6545
|
+
{
|
|
6546
|
+
"name": "vexip-ui",
|
|
6547
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
6548
|
+
"repo": "vexip-ui/nuxt",
|
|
6549
|
+
"npm": "@vexip-ui/nuxt",
|
|
6550
|
+
"icon": "vexip-ui.svg",
|
|
6551
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
6552
|
+
"website": "https://www.vexipui.com/",
|
|
6553
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
6554
|
+
"category": "UI",
|
|
6555
|
+
"type": "3rd-party",
|
|
6556
|
+
"maintainers": [
|
|
6557
|
+
{
|
|
6558
|
+
"name": "未觉雨声",
|
|
6559
|
+
"github": "qmhc",
|
|
6560
|
+
"twitter": "qmhc95"
|
|
6561
|
+
}
|
|
6562
|
+
],
|
|
6563
|
+
"compatibility": {
|
|
6564
|
+
"nuxt": "^3.0.0",
|
|
6565
|
+
"requires": {}
|
|
6566
|
+
}
|
|
6567
|
+
},
|
|
6568
|
+
{
|
|
6569
|
+
"name": "vite-pwa-nuxt",
|
|
6570
|
+
"description": "Zero-config PWA Plugin for Nuxt 3",
|
|
6571
|
+
"repo": "vite-pwa/nuxt",
|
|
6572
|
+
"npm": "@vite-pwa/nuxt",
|
|
6573
|
+
"icon": "vite-pwa-nuxt.svg",
|
|
6574
|
+
"github": "https://github.com/vite-pwa/nuxt",
|
|
6575
|
+
"website": "https://github.com/vite-pwa/nuxt",
|
|
6576
|
+
"learn_more": "https://vite-pwa-org.netlify.app/frameworks/nuxt.html",
|
|
6577
|
+
"category": "Performance",
|
|
6578
|
+
"type": "3rd-party",
|
|
6579
|
+
"maintainers": [
|
|
6580
|
+
{
|
|
6581
|
+
"name": "Joaquín Sánchez",
|
|
6582
|
+
"github": "userquin",
|
|
6583
|
+
"twitter": "userquin"
|
|
6584
|
+
},
|
|
6585
|
+
{
|
|
6586
|
+
"name": "Anthony Fu",
|
|
6587
|
+
"github": "antfu",
|
|
6588
|
+
"twitter": "antfu7"
|
|
6589
|
+
}
|
|
6590
|
+
],
|
|
6591
|
+
"compatibility": {
|
|
6592
|
+
"nuxt": "^3.0.0",
|
|
6593
|
+
"requires": {}
|
|
6594
|
+
}
|
|
6595
|
+
},
|
|
6596
|
+
{
|
|
6597
|
+
"name": "vitest",
|
|
6598
|
+
"description": "Vitest integration with Nuxt",
|
|
6599
|
+
"repo": "danielroe/nuxt-vitest",
|
|
6600
|
+
"npm": "nuxt-vitest",
|
|
6601
|
+
"icon": "vitest.svg",
|
|
6602
|
+
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
6603
|
+
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
6604
|
+
"learn_more": "",
|
|
6605
|
+
"category": "Devtools",
|
|
6606
|
+
"type": "3rd-party",
|
|
6607
|
+
"maintainers": [
|
|
6608
|
+
{
|
|
6609
|
+
"name": "Daniel Roe",
|
|
6610
|
+
"github": "danielroe"
|
|
6611
|
+
},
|
|
6612
|
+
{
|
|
6613
|
+
"name": "Anthony Fu",
|
|
6614
|
+
"github": "antfu"
|
|
6615
|
+
}
|
|
6616
|
+
],
|
|
6617
|
+
"compatibility": {
|
|
6618
|
+
"nuxt": "^3.0.0",
|
|
6619
|
+
"requires": {}
|
|
6620
|
+
}
|
|
6621
|
+
},
|
|
6622
|
+
{
|
|
6623
|
+
"name": "vue-email",
|
|
6624
|
+
"description": "Write email templates with vue",
|
|
6625
|
+
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6626
|
+
"npm": "vue-email",
|
|
6627
|
+
"icon": "vue-email.svg",
|
|
6628
|
+
"github": "https://github.com/Dave136/vue-email",
|
|
6629
|
+
"website": "https://vue-email.vercel.app/",
|
|
6630
|
+
"learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
|
|
6631
|
+
"category": "UI",
|
|
6632
|
+
"type": "3rd-party",
|
|
6633
|
+
"maintainers": [
|
|
6634
|
+
{
|
|
6635
|
+
"name": "David Arenas",
|
|
6636
|
+
"github": "Dave136",
|
|
6637
|
+
"twitter": "davejs4",
|
|
6638
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
6639
|
+
},
|
|
6640
|
+
{
|
|
6641
|
+
"name": "Younes Barrad",
|
|
6642
|
+
"github": "Flowko",
|
|
6643
|
+
"twitter": "imflowko",
|
|
6644
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6645
|
+
}
|
|
6646
|
+
],
|
|
6647
|
+
"compatibility": {
|
|
6648
|
+
"nuxt": "^3.0.0",
|
|
6649
|
+
"requires": {}
|
|
6650
|
+
}
|
|
6651
|
+
},
|
|
5095
6652
|
{
|
|
5096
6653
|
"name": "vue-macros",
|
|
5097
|
-
"description": "Explore
|
|
5098
|
-
"repo": "sxzz/
|
|
6654
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
6655
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5099
6656
|
"npm": "@vue-macros/nuxt",
|
|
5100
6657
|
"icon": "vue-macros.svg",
|
|
5101
|
-
"github": "https://github.com/sxzz/
|
|
6658
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5102
6659
|
"website": "https://vue-macros.sxzz.moe",
|
|
5103
|
-
"learn_more": "https://github.com/sxzz/
|
|
6660
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5104
6661
|
"category": "Extensions",
|
|
5105
6662
|
"type": "3rd-party",
|
|
5106
6663
|
"maintainers": [
|
|
@@ -5183,6 +6740,29 @@
|
|
|
5183
6740
|
"requires": {}
|
|
5184
6741
|
}
|
|
5185
6742
|
},
|
|
6743
|
+
{
|
|
6744
|
+
"name": "vue-query",
|
|
6745
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6746
|
+
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
|
|
6747
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
6748
|
+
"icon": "vue-query.svg",
|
|
6749
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
6750
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
6751
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
6752
|
+
"category": "Request",
|
|
6753
|
+
"type": "3rd-party",
|
|
6754
|
+
"maintainers": [
|
|
6755
|
+
{
|
|
6756
|
+
"name": "Hebilicious",
|
|
6757
|
+
"github": "Hebilicious",
|
|
6758
|
+
"twitter": "its_hebilicious"
|
|
6759
|
+
}
|
|
6760
|
+
],
|
|
6761
|
+
"compatibility": {
|
|
6762
|
+
"nuxt": "^3.0.0",
|
|
6763
|
+
"requires": {}
|
|
6764
|
+
}
|
|
6765
|
+
},
|
|
5186
6766
|
{
|
|
5187
6767
|
"name": "vue-select",
|
|
5188
6768
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -5253,6 +6833,51 @@
|
|
|
5253
6833
|
"requires": {}
|
|
5254
6834
|
}
|
|
5255
6835
|
},
|
|
6836
|
+
{
|
|
6837
|
+
"name": "vue3-carousel-nuxt",
|
|
6838
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
|
|
6839
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6840
|
+
"npm": "vue3-carousel-nuxt",
|
|
6841
|
+
"icon": "",
|
|
6842
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
6843
|
+
"website": "",
|
|
6844
|
+
"learn_more": "",
|
|
6845
|
+
"category": "UI",
|
|
6846
|
+
"type": "3rd-party",
|
|
6847
|
+
"maintainers": [
|
|
6848
|
+
{
|
|
6849
|
+
"name": "Gaetan SENN",
|
|
6850
|
+
"github": "gaetansenn",
|
|
6851
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6852
|
+
}
|
|
6853
|
+
],
|
|
6854
|
+
"compatibility": {
|
|
6855
|
+
"nuxt": "^3.0.0",
|
|
6856
|
+
"requires": {}
|
|
6857
|
+
}
|
|
6858
|
+
},
|
|
6859
|
+
{
|
|
6860
|
+
"name": "vuefire",
|
|
6861
|
+
"description": "Idiomatic composables for the Firebase SDK",
|
|
6862
|
+
"repo": "vuejs/vuefire/packages/nuxt",
|
|
6863
|
+
"npm": "nuxt-vuefire",
|
|
6864
|
+
"icon": "vuefire.svg",
|
|
6865
|
+
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
6866
|
+
"website": "https://vuefire.vuejs.org/",
|
|
6867
|
+
"learn_more": "",
|
|
6868
|
+
"category": "Database",
|
|
6869
|
+
"type": "3rd-party",
|
|
6870
|
+
"maintainers": [
|
|
6871
|
+
{
|
|
6872
|
+
"name": "posva",
|
|
6873
|
+
"github": "posva"
|
|
6874
|
+
}
|
|
6875
|
+
],
|
|
6876
|
+
"compatibility": {
|
|
6877
|
+
"nuxt": "^3.0.0",
|
|
6878
|
+
"requires": {}
|
|
6879
|
+
}
|
|
6880
|
+
},
|
|
5256
6881
|
{
|
|
5257
6882
|
"name": "vuestic",
|
|
5258
6883
|
"description": "Vuestic UI module for Nuxt 3",
|
|
@@ -5275,6 +6900,28 @@
|
|
|
5275
6900
|
"requires": {}
|
|
5276
6901
|
}
|
|
5277
6902
|
},
|
|
6903
|
+
{
|
|
6904
|
+
"name": "vuetify-nuxt-module",
|
|
6905
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
6906
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
6907
|
+
"npm": "vuetify-nuxt-module",
|
|
6908
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
6909
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6910
|
+
"website": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6911
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
|
|
6912
|
+
"category": "UI",
|
|
6913
|
+
"type": "3rd-party",
|
|
6914
|
+
"maintainers": [
|
|
6915
|
+
{
|
|
6916
|
+
"name": "Joaquín Sánchez",
|
|
6917
|
+
"github": "userquin"
|
|
6918
|
+
}
|
|
6919
|
+
],
|
|
6920
|
+
"compatibility": {
|
|
6921
|
+
"nuxt": "^3.0.0",
|
|
6922
|
+
"requires": {}
|
|
6923
|
+
}
|
|
6924
|
+
},
|
|
5278
6925
|
{
|
|
5279
6926
|
"name": "vuetify",
|
|
5280
6927
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|
|
@@ -5349,14 +6996,37 @@
|
|
|
5349
6996
|
"requires": {}
|
|
5350
6997
|
}
|
|
5351
6998
|
},
|
|
6999
|
+
{
|
|
7000
|
+
"name": "vunix",
|
|
7001
|
+
"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.",
|
|
7002
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
7003
|
+
"npm": "@vunix/nuxt",
|
|
7004
|
+
"icon": "",
|
|
7005
|
+
"github": "https://github.com/gaetansenn/vunix",
|
|
7006
|
+
"website": "https://vunix.dewib.com/",
|
|
7007
|
+
"learn_more": "",
|
|
7008
|
+
"category": "UI",
|
|
7009
|
+
"type": "3rd-party",
|
|
7010
|
+
"maintainers": [
|
|
7011
|
+
{
|
|
7012
|
+
"name": "Gaetan SENN",
|
|
7013
|
+
"github": "gaetansenn",
|
|
7014
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
7015
|
+
}
|
|
7016
|
+
],
|
|
7017
|
+
"compatibility": {
|
|
7018
|
+
"nuxt": "^3.0.0",
|
|
7019
|
+
"requires": {}
|
|
7020
|
+
}
|
|
7021
|
+
},
|
|
5352
7022
|
{
|
|
5353
7023
|
"name": "web-vitals",
|
|
5354
7024
|
"description": "Web Vitals for Nuxt",
|
|
5355
|
-
"repo": "nuxt-
|
|
7025
|
+
"repo": "nuxt-modules/web-vitals",
|
|
5356
7026
|
"npm": "@nuxtjs/web-vitals",
|
|
5357
7027
|
"icon": "web-vitals.png",
|
|
5358
|
-
"github": "https://github.com/nuxt-
|
|
5359
|
-
"website": "https://github.com/nuxt-
|
|
7028
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7029
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
5360
7030
|
"learn_more": "",
|
|
5361
7031
|
"category": "Performance",
|
|
5362
7032
|
"type": "community",
|
|
@@ -5383,29 +7053,6 @@
|
|
|
5383
7053
|
}
|
|
5384
7054
|
}
|
|
5385
7055
|
},
|
|
5386
|
-
{
|
|
5387
|
-
"name": "web3js",
|
|
5388
|
-
"description": "Web3.js module integration for Nuxt.js",
|
|
5389
|
-
"repo": "bl0cknumber/nuxt-web3",
|
|
5390
|
-
"npm": "nuxt-web3",
|
|
5391
|
-
"icon": "web3js.svg",
|
|
5392
|
-
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5393
|
-
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5394
|
-
"learn_more": "https://web3js.readthedocs.io/",
|
|
5395
|
-
"category": "Libraries",
|
|
5396
|
-
"type": "3rd-party",
|
|
5397
|
-
"maintainers": [
|
|
5398
|
-
{
|
|
5399
|
-
"name": "Muhammad Fauzan",
|
|
5400
|
-
"github": "bl0cknumber",
|
|
5401
|
-
"twitter": "fncolon"
|
|
5402
|
-
}
|
|
5403
|
-
],
|
|
5404
|
-
"compatibility": {
|
|
5405
|
-
"nuxt": "^2.0.0",
|
|
5406
|
-
"requires": {}
|
|
5407
|
-
}
|
|
5408
|
-
},
|
|
5409
7056
|
{
|
|
5410
7057
|
"name": "webfontloader",
|
|
5411
7058
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -5520,6 +7167,54 @@
|
|
|
5520
7167
|
"requires": {}
|
|
5521
7168
|
}
|
|
5522
7169
|
},
|
|
7170
|
+
{
|
|
7171
|
+
"name": "well-known",
|
|
7172
|
+
"description": "A Nuxt.js module to add well-known URIs using middlewares",
|
|
7173
|
+
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
7174
|
+
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
7175
|
+
"icon": "well-known.svg",
|
|
7176
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-well-known",
|
|
7177
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
|
|
7178
|
+
"learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
|
|
7179
|
+
"category": "SEO",
|
|
7180
|
+
"type": "3rd-party",
|
|
7181
|
+
"maintainers": [
|
|
7182
|
+
{
|
|
7183
|
+
"name": "Zadig&Voltaire Team",
|
|
7184
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
7185
|
+
}
|
|
7186
|
+
],
|
|
7187
|
+
"compatibility": {
|
|
7188
|
+
"nuxt": "^3.0.0",
|
|
7189
|
+
"requires": {}
|
|
7190
|
+
}
|
|
7191
|
+
},
|
|
7192
|
+
{
|
|
7193
|
+
"name": "wideangle",
|
|
7194
|
+
"description": "Nuxt 3 module to integrate Wide Angle Analytics",
|
|
7195
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
7196
|
+
"npm": "wideangle-nuxt",
|
|
7197
|
+
"icon": "wideangle.png",
|
|
7198
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
7199
|
+
"website": "https://wideangle.co",
|
|
7200
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
7201
|
+
"category": "Analytics",
|
|
7202
|
+
"type": "3rd-party",
|
|
7203
|
+
"maintainers": [
|
|
7204
|
+
{
|
|
7205
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
7206
|
+
"github": "inputobjects"
|
|
7207
|
+
},
|
|
7208
|
+
{
|
|
7209
|
+
"name": "Jarek Rozanski",
|
|
7210
|
+
"github": "jrozanski"
|
|
7211
|
+
}
|
|
7212
|
+
],
|
|
7213
|
+
"compatibility": {
|
|
7214
|
+
"nuxt": "^3.0.0",
|
|
7215
|
+
"requires": {}
|
|
7216
|
+
}
|
|
7217
|
+
},
|
|
5523
7218
|
{
|
|
5524
7219
|
"name": "windicss",
|
|
5525
7220
|
"description": "Next generation utility-first CSS framework.",
|
|
@@ -5663,29 +7358,6 @@
|
|
|
5663
7358
|
"requires": {}
|
|
5664
7359
|
}
|
|
5665
7360
|
},
|
|
5666
|
-
{
|
|
5667
|
-
"name": "yandex-metrika",
|
|
5668
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
5669
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
5670
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
5671
|
-
"icon": "",
|
|
5672
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
5673
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
5674
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
5675
|
-
"category": "Analytics",
|
|
5676
|
-
"type": "community",
|
|
5677
|
-
"maintainers": [
|
|
5678
|
-
{
|
|
5679
|
-
"name": "Pooya Parsa",
|
|
5680
|
-
"github": "pi0",
|
|
5681
|
-
"twitter": "_pi0_"
|
|
5682
|
-
}
|
|
5683
|
-
],
|
|
5684
|
-
"compatibility": {
|
|
5685
|
-
"nuxt": "^2.0.0",
|
|
5686
|
-
"requires": {}
|
|
5687
|
-
}
|
|
5688
|
-
},
|
|
5689
7361
|
{
|
|
5690
7362
|
"name": "zendesk",
|
|
5691
7363
|
"description": "Nuxt.js module for Zendesk",
|