@nuxt/modules 0.6.0-751ced → 0.6.0-78da74
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/modules.json +2240 -475
- package/package.json +13 -10
package/modules.json
CHANGED
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
[
|
|
2
|
-
{
|
|
3
|
-
"name": "Vunix",
|
|
4
|
-
"description": "",
|
|
5
|
-
"repo": "gaetansenn/vunix",
|
|
6
|
-
"npm": "vunix",
|
|
7
|
-
"icon": "",
|
|
8
|
-
"github": "https://github.com/gaetansenn/vunix",
|
|
9
|
-
"website": "https://github.com/gaetansenn/vunix",
|
|
10
|
-
"learn_more": "",
|
|
11
|
-
"category": "Devtools",
|
|
12
|
-
"type": "3rd-party",
|
|
13
|
-
"maintainers": [
|
|
14
|
-
{
|
|
15
|
-
"name": "gaetansenn",
|
|
16
|
-
"github": "gaetansenn"
|
|
17
|
-
}
|
|
18
|
-
],
|
|
19
|
-
"compatibility": {
|
|
20
|
-
"nuxt": "^2.0.0",
|
|
21
|
-
"requires": {}
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
2
|
{
|
|
25
3
|
"name": "ackee",
|
|
26
|
-
"description": "Nuxt
|
|
4
|
+
"description": "Nuxt module for Ackee analytics",
|
|
27
5
|
"repo": "bdrtsky/nuxt-ackee",
|
|
28
6
|
"npm": "nuxt-ackee",
|
|
29
7
|
"icon": "ackee.png",
|
|
@@ -50,7 +28,7 @@
|
|
|
50
28
|
},
|
|
51
29
|
{
|
|
52
30
|
"name": "agility-cms",
|
|
53
|
-
"description": "Agility CMS Integration for Nuxt
|
|
31
|
+
"description": "Agility CMS Integration for Nuxt",
|
|
54
32
|
"repo": "agility/agilitycms-nuxt-module",
|
|
55
33
|
"npm": "@agility/agilitycms-nuxt-module",
|
|
56
34
|
"icon": "agility.png",
|
|
@@ -73,7 +51,7 @@
|
|
|
73
51
|
},
|
|
74
52
|
{
|
|
75
53
|
"name": "algolia",
|
|
76
|
-
"description": "Algolia Search Module for Nuxt
|
|
54
|
+
"description": "Algolia Search Module for Nuxt",
|
|
77
55
|
"repo": "nuxt-modules/algolia",
|
|
78
56
|
"npm": "@nuxtjs/algolia",
|
|
79
57
|
"icon": "algolia.svg",
|
|
@@ -148,12 +126,12 @@
|
|
|
148
126
|
},
|
|
149
127
|
{
|
|
150
128
|
"name": "animejs",
|
|
151
|
-
"description": "Anime.js module for Nuxt
|
|
152
|
-
"repo": "
|
|
153
|
-
"npm": "nuxt-
|
|
129
|
+
"description": "Anime.js module for Nuxt",
|
|
130
|
+
"repo": "hypernym-studio/nuxt-anime",
|
|
131
|
+
"npm": "@hypernym/nuxt-anime",
|
|
154
132
|
"icon": "",
|
|
155
|
-
"github": "https://github.com/
|
|
156
|
-
"website": "https://github.com/
|
|
133
|
+
"github": "https://github.com/hypernym-studio/nuxt-anime",
|
|
134
|
+
"website": "https://github.com/hypernym-studio/nuxt-anime",
|
|
157
135
|
"learn_more": "",
|
|
158
136
|
"category": "Libraries",
|
|
159
137
|
"type": "3rd-party",
|
|
@@ -164,13 +142,59 @@
|
|
|
164
142
|
}
|
|
165
143
|
],
|
|
166
144
|
"compatibility": {
|
|
167
|
-
"nuxt": "^2.0.0",
|
|
145
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
146
|
+
"requires": {}
|
|
147
|
+
}
|
|
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
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"name": "aos",
|
|
175
|
+
"description": "A Nuxt module that adds Animate On Scroll",
|
|
176
|
+
"repo": "egidiusmengelberg/nuxt-aos",
|
|
177
|
+
"npm": "nuxt-aos",
|
|
178
|
+
"icon": "aos.png",
|
|
179
|
+
"github": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
180
|
+
"website": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
181
|
+
"learn_more": "",
|
|
182
|
+
"category": "Devtools",
|
|
183
|
+
"type": "3rd-party",
|
|
184
|
+
"maintainers": [
|
|
185
|
+
{
|
|
186
|
+
"name": "egidiusmengelberg",
|
|
187
|
+
"github": "egidiusmengelberg"
|
|
188
|
+
}
|
|
189
|
+
],
|
|
190
|
+
"compatibility": {
|
|
191
|
+
"nuxt": "^3.0.0",
|
|
168
192
|
"requires": {}
|
|
169
193
|
}
|
|
170
194
|
},
|
|
171
195
|
{
|
|
172
196
|
"name": "api-party",
|
|
173
|
-
"description": "Nuxt
|
|
197
|
+
"description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
|
|
174
198
|
"repo": "johannschopplich/nuxt-api-party",
|
|
175
199
|
"npm": "nuxt-api-party",
|
|
176
200
|
"icon": "api-party.svg",
|
|
@@ -218,7 +242,7 @@
|
|
|
218
242
|
},
|
|
219
243
|
{
|
|
220
244
|
"name": "apollo",
|
|
221
|
-
"description": "Integrate GraphQL in your Nuxt
|
|
245
|
+
"description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
|
|
222
246
|
"repo": "nuxt-modules/apollo",
|
|
223
247
|
"npm": "@nuxtjs/apollo",
|
|
224
248
|
"icon": "apollo.png",
|
|
@@ -242,7 +266,7 @@
|
|
|
242
266
|
},
|
|
243
267
|
{
|
|
244
268
|
"name": "applicationinsights",
|
|
245
|
-
"description": "AppInsights module for Nuxt
|
|
269
|
+
"description": "AppInsights module for Nuxt",
|
|
246
270
|
"repo": "nuxt-community/applicationinsights-module",
|
|
247
271
|
"npm": "@nuxtjs/applicationinsights",
|
|
248
272
|
"icon": "application-insights.png",
|
|
@@ -284,9 +308,76 @@
|
|
|
284
308
|
"requires": {}
|
|
285
309
|
}
|
|
286
310
|
},
|
|
311
|
+
{
|
|
312
|
+
"name": "arco-design-nuxt-module",
|
|
313
|
+
"description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
|
|
314
|
+
"repo": "wiidede/arco-design-nuxt-module",
|
|
315
|
+
"npm": "arco-design-nuxt-module",
|
|
316
|
+
"icon": "arco-design.svg",
|
|
317
|
+
"github": "https://github.com/wiidede/arco-design-nuxt-module",
|
|
318
|
+
"website": "https://arco.design/vue",
|
|
319
|
+
"learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
|
|
320
|
+
"category": "UI",
|
|
321
|
+
"type": "3rd-party",
|
|
322
|
+
"maintainers": [
|
|
323
|
+
{
|
|
324
|
+
"name": "wiidede",
|
|
325
|
+
"github": "wiidede"
|
|
326
|
+
}
|
|
327
|
+
],
|
|
328
|
+
"compatibility": {
|
|
329
|
+
"nuxt": "^3.0.0",
|
|
330
|
+
"requires": {}
|
|
331
|
+
}
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"name": "ark-ui",
|
|
335
|
+
"description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
|
|
336
|
+
"repo": "iamdin/nuxt-ark-ui",
|
|
337
|
+
"npm": "nuxt-ark-ui",
|
|
338
|
+
"icon": "ark-ui.svg",
|
|
339
|
+
"github": "https://github.com/iamdin/nuxt-ark-ui",
|
|
340
|
+
"website": "https://ark-ui.com/",
|
|
341
|
+
"learn_more": "https://github.com/iamdin/nuxt-ark-ui",
|
|
342
|
+
"category": "UI",
|
|
343
|
+
"type": "3rd-party",
|
|
344
|
+
"maintainers": [
|
|
345
|
+
{
|
|
346
|
+
"name": "Din",
|
|
347
|
+
"github": "iamdin",
|
|
348
|
+
"twitter": "iamdinq"
|
|
349
|
+
}
|
|
350
|
+
],
|
|
351
|
+
"compatibility": {
|
|
352
|
+
"nuxt": "^3.0.0",
|
|
353
|
+
"requires": {}
|
|
354
|
+
}
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"name": "auth-utils",
|
|
358
|
+
"description": "Minimalist Auth module for Nuxt with SSR.",
|
|
359
|
+
"repo": "atinux/nuxt-auth-utils",
|
|
360
|
+
"npm": "nuxt-auth-utils",
|
|
361
|
+
"icon": "",
|
|
362
|
+
"github": "https://github.com/atinux/nuxt-auth-utils",
|
|
363
|
+
"website": "https://github.com/atinux/nuxt-auth-utils",
|
|
364
|
+
"learn_more": "",
|
|
365
|
+
"category": "Devtools",
|
|
366
|
+
"type": "3rd-party",
|
|
367
|
+
"maintainers": [
|
|
368
|
+
{
|
|
369
|
+
"name": "atinux",
|
|
370
|
+
"github": "atinux"
|
|
371
|
+
}
|
|
372
|
+
],
|
|
373
|
+
"compatibility": {
|
|
374
|
+
"nuxt": "^3.0.0",
|
|
375
|
+
"requires": {}
|
|
376
|
+
}
|
|
377
|
+
},
|
|
287
378
|
{
|
|
288
379
|
"name": "auth",
|
|
289
|
-
"description": "Zero-boilerplate authentication support for Nuxt.
|
|
380
|
+
"description": "Zero-boilerplate authentication support for Nuxt.",
|
|
290
381
|
"repo": "nuxt-community/auth-module",
|
|
291
382
|
"npm": "@nuxtjs/auth",
|
|
292
383
|
"icon": "auth.png",
|
|
@@ -311,9 +402,55 @@
|
|
|
311
402
|
"requires": {}
|
|
312
403
|
}
|
|
313
404
|
},
|
|
405
|
+
{
|
|
406
|
+
"name": "authjs",
|
|
407
|
+
"description": "Auth.js authentication Nuxt module. Edge compatible.",
|
|
408
|
+
"repo": "Hebilicious/authjs-nuxt#main",
|
|
409
|
+
"npm": "@hebilicious/authjs-nuxt",
|
|
410
|
+
"icon": "authjs.png",
|
|
411
|
+
"github": "https://github.com/Hebilicious/authjs-nuxt",
|
|
412
|
+
"website": "https://authjs-nuxt.pages.dev/",
|
|
413
|
+
"learn_more": "https://authjs.dev/",
|
|
414
|
+
"category": "Security",
|
|
415
|
+
"type": "3rd-party",
|
|
416
|
+
"maintainers": [
|
|
417
|
+
{
|
|
418
|
+
"name": "Hebilicious",
|
|
419
|
+
"github": "Hebilicious",
|
|
420
|
+
"twitter": "its_hebilicious"
|
|
421
|
+
}
|
|
422
|
+
],
|
|
423
|
+
"compatibility": {
|
|
424
|
+
"nuxt": "^3.0.0",
|
|
425
|
+
"requires": {}
|
|
426
|
+
}
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"name": "auto-animate",
|
|
430
|
+
"description": "Automatic animations for your Nuxt app with a single line of code.",
|
|
431
|
+
"repo": "formkit/auto-animate",
|
|
432
|
+
"npm": "@formkit/auto-animate",
|
|
433
|
+
"icon": "auto-animate.svg",
|
|
434
|
+
"github": "https://github.com/formkit/auto-animate",
|
|
435
|
+
"website": "https://auto-animate.formkit.com",
|
|
436
|
+
"learn_more": "https://auto-animate.formkit.com",
|
|
437
|
+
"category": "Libraries",
|
|
438
|
+
"type": "3rd-party",
|
|
439
|
+
"maintainers": [
|
|
440
|
+
{
|
|
441
|
+
"name": "Justin Schroeder",
|
|
442
|
+
"github": "justin-schroeder",
|
|
443
|
+
"twitter": "jpschroeder"
|
|
444
|
+
}
|
|
445
|
+
],
|
|
446
|
+
"compatibility": {
|
|
447
|
+
"nuxt": "^3.0.0",
|
|
448
|
+
"requires": {}
|
|
449
|
+
}
|
|
450
|
+
},
|
|
314
451
|
{
|
|
315
452
|
"name": "axios",
|
|
316
|
-
"description": "Secure and easy Axios module with Nuxt
|
|
453
|
+
"description": "Secure and easy Axios module with Nuxt",
|
|
317
454
|
"repo": "nuxt-community/axios-module",
|
|
318
455
|
"npm": "@nuxtjs/axios",
|
|
319
456
|
"icon": "axios.svg",
|
|
@@ -336,7 +473,7 @@
|
|
|
336
473
|
},
|
|
337
474
|
{
|
|
338
475
|
"name": "basic-auth",
|
|
339
|
-
"description": "Provide basic authentication to your Nuxt
|
|
476
|
+
"description": "Provide basic authentication to your Nuxt application",
|
|
340
477
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
341
478
|
"npm": "nuxt-basic-auth-module",
|
|
342
479
|
"icon": "",
|
|
@@ -460,7 +597,7 @@
|
|
|
460
597
|
},
|
|
461
598
|
{
|
|
462
599
|
"name": "bulma-slim",
|
|
463
|
-
"description": "Nuxt
|
|
600
|
+
"description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
|
|
464
601
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
465
602
|
"npm": "nuxt-bulma-slim",
|
|
466
603
|
"icon": "bulma.png",
|
|
@@ -527,7 +664,7 @@
|
|
|
527
664
|
},
|
|
528
665
|
{
|
|
529
666
|
"name": "canvas-sketch",
|
|
530
|
-
"description": "Nuxt
|
|
667
|
+
"description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
531
668
|
"repo": "LuXDAmore/generative-art",
|
|
532
669
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
533
670
|
"icon": "",
|
|
@@ -548,9 +685,31 @@
|
|
|
548
685
|
"requires": {}
|
|
549
686
|
}
|
|
550
687
|
},
|
|
688
|
+
{
|
|
689
|
+
"name": "capo",
|
|
690
|
+
"description": "Capo.js implementation for Nuxt",
|
|
691
|
+
"repo": "danielroe/nuxt-capo",
|
|
692
|
+
"npm": "nuxt-capo",
|
|
693
|
+
"icon": "",
|
|
694
|
+
"github": "https://github.com/danielroe/nuxt-capo",
|
|
695
|
+
"website": "https://github.com/danielroe/nuxt-capo",
|
|
696
|
+
"learn_more": "",
|
|
697
|
+
"category": "Performance",
|
|
698
|
+
"type": "3rd-party",
|
|
699
|
+
"maintainers": [
|
|
700
|
+
{
|
|
701
|
+
"name": "danielroe",
|
|
702
|
+
"github": "danielroe"
|
|
703
|
+
}
|
|
704
|
+
],
|
|
705
|
+
"compatibility": {
|
|
706
|
+
"nuxt": "^3.0.0",
|
|
707
|
+
"requires": {}
|
|
708
|
+
}
|
|
709
|
+
},
|
|
551
710
|
{
|
|
552
711
|
"name": "chakra-ui",
|
|
553
|
-
"description": "Chakra UI Module for Nuxt
|
|
712
|
+
"description": "Chakra UI Module for Nuxt",
|
|
554
713
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
555
714
|
"npm": "@chakra-ui/nuxt",
|
|
556
715
|
"icon": "chakra-ui.png",
|
|
@@ -597,10 +756,10 @@
|
|
|
597
756
|
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
598
757
|
"repo": "chiffre-io/nuxt-chiffre",
|
|
599
758
|
"npm": "nuxt-chiffre",
|
|
600
|
-
"icon": "
|
|
759
|
+
"icon": "chiffre.png",
|
|
601
760
|
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
602
761
|
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
603
|
-
"learn_more": "https://chiffre.io",
|
|
762
|
+
"learn_more": "https://chiffre.io/",
|
|
604
763
|
"category": "Analytics",
|
|
605
764
|
"type": "3rd-party",
|
|
606
765
|
"maintainers": [
|
|
@@ -614,6 +773,29 @@
|
|
|
614
773
|
"requires": {}
|
|
615
774
|
}
|
|
616
775
|
},
|
|
776
|
+
{
|
|
777
|
+
"name": "clarity-analytics",
|
|
778
|
+
"description": "Clarity Analytics Module for Nuxt",
|
|
779
|
+
"repo": "Barbapapazes/nuxt-clarity-analytics",
|
|
780
|
+
"npm": "nuxt-clarity-analytics",
|
|
781
|
+
"icon": "",
|
|
782
|
+
"github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
|
|
783
|
+
"website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
|
|
784
|
+
"learn_more": "https://clarity.microsoft.com/",
|
|
785
|
+
"category": "Analytics",
|
|
786
|
+
"type": "3rd-party",
|
|
787
|
+
"maintainers": [
|
|
788
|
+
{
|
|
789
|
+
"name": "Barbapapazes",
|
|
790
|
+
"github": "Barbapapazes",
|
|
791
|
+
"twitter": "soubiran_"
|
|
792
|
+
}
|
|
793
|
+
],
|
|
794
|
+
"compatibility": {
|
|
795
|
+
"nuxt": "^3.0.0",
|
|
796
|
+
"requires": {}
|
|
797
|
+
}
|
|
798
|
+
},
|
|
617
799
|
{
|
|
618
800
|
"name": "client-init",
|
|
619
801
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
@@ -638,7 +820,7 @@
|
|
|
638
820
|
},
|
|
639
821
|
{
|
|
640
822
|
"name": "cloudcms",
|
|
641
|
-
"description": "CloudCMS Nuxt
|
|
823
|
+
"description": "CloudCMS Nuxt Module",
|
|
642
824
|
"repo": "gitana/cloudcms-nuxt",
|
|
643
825
|
"npm": "cloudcms-nuxt",
|
|
644
826
|
"icon": "",
|
|
@@ -687,11 +869,11 @@
|
|
|
687
869
|
},
|
|
688
870
|
{
|
|
689
871
|
"name": "cloudinary",
|
|
690
|
-
"description": "Optimize images and videos in your Nuxt
|
|
691
|
-
"repo": "nuxt-
|
|
872
|
+
"description": "Optimize images and videos in your Nuxt application",
|
|
873
|
+
"repo": "nuxt-modules/cloudinary",
|
|
692
874
|
"npm": "@nuxtjs/cloudinary",
|
|
693
875
|
"icon": "cloudinary.png",
|
|
694
|
-
"github": "https://github.com/nuxt-
|
|
876
|
+
"github": "https://github.com/nuxt-modules/cloudinary",
|
|
695
877
|
"website": "https://cloudinary.nuxtjs.org",
|
|
696
878
|
"learn_more": "https://cloudinary.com",
|
|
697
879
|
"category": "Images",
|
|
@@ -710,11 +892,11 @@
|
|
|
710
892
|
},
|
|
711
893
|
{
|
|
712
894
|
"name": "color-mode",
|
|
713
|
-
"description": "Dark and Light mode for
|
|
714
|
-
"repo": "nuxt-
|
|
895
|
+
"description": "Dark and Light mode for Nuxt with auto detection",
|
|
896
|
+
"repo": "nuxt-modules/color-mode",
|
|
715
897
|
"npm": "@nuxtjs/color-mode",
|
|
716
898
|
"icon": "color-mode.png",
|
|
717
|
-
"github": "https://github.com/nuxt-
|
|
899
|
+
"github": "https://github.com/nuxt-modules/color-mode",
|
|
718
900
|
"website": "https://color-mode.nuxtjs.org",
|
|
719
901
|
"learn_more": "",
|
|
720
902
|
"category": "UI",
|
|
@@ -779,12 +961,35 @@
|
|
|
779
961
|
"requires": {}
|
|
780
962
|
}
|
|
781
963
|
},
|
|
964
|
+
{
|
|
965
|
+
"name": "content-assets",
|
|
966
|
+
"description": "Enable locally-located assets in Nuxt Content",
|
|
967
|
+
"repo": "davestewart/nuxt-content-assets",
|
|
968
|
+
"npm": "nuxt-content-assets",
|
|
969
|
+
"icon": "content-assets.png",
|
|
970
|
+
"github": "https://github.com/davestewart/nuxt-content-assets",
|
|
971
|
+
"website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
|
|
972
|
+
"learn_more": "",
|
|
973
|
+
"category": "Images",
|
|
974
|
+
"type": "3rd-party",
|
|
975
|
+
"maintainers": [
|
|
976
|
+
{
|
|
977
|
+
"name": "davestewart",
|
|
978
|
+
"github": "davestewart",
|
|
979
|
+
"twitter": "dave_stewart"
|
|
980
|
+
}
|
|
981
|
+
],
|
|
982
|
+
"compatibility": {
|
|
983
|
+
"nuxt": "^3.0.0",
|
|
984
|
+
"requires": {}
|
|
985
|
+
}
|
|
986
|
+
},
|
|
782
987
|
{
|
|
783
988
|
"name": "content",
|
|
784
989
|
"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.",
|
|
785
990
|
"repo": "nuxt/content#main",
|
|
786
991
|
"npm": "@nuxt/content",
|
|
787
|
-
"icon": "nuxt.
|
|
992
|
+
"icon": "nuxt.svg",
|
|
788
993
|
"github": "https://github.com/nuxt/content",
|
|
789
994
|
"website": "https://content.nuxtjs.org",
|
|
790
995
|
"learn_more": "",
|
|
@@ -908,7 +1113,7 @@
|
|
|
908
1113
|
},
|
|
909
1114
|
{
|
|
910
1115
|
"name": "darkmode.js",
|
|
911
|
-
"description": "Add darkmode / nightmode to your Nuxt
|
|
1116
|
+
"description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
|
|
912
1117
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
913
1118
|
"npm": "nuxtjs-darkmode-js-module",
|
|
914
1119
|
"icon": "darkmode.png",
|
|
@@ -930,7 +1135,7 @@
|
|
|
930
1135
|
},
|
|
931
1136
|
{
|
|
932
1137
|
"name": "date-fns",
|
|
933
|
-
"description": "Modern JavaScript date utility library - date-fns for Nuxt
|
|
1138
|
+
"description": "Modern JavaScript date utility library - date-fns for Nuxt",
|
|
934
1139
|
"repo": "nuxt-community/date-fns-module",
|
|
935
1140
|
"npm": "@nuxtjs/date-fns",
|
|
936
1141
|
"icon": "date-fns.png",
|
|
@@ -952,7 +1157,7 @@
|
|
|
952
1157
|
},
|
|
953
1158
|
{
|
|
954
1159
|
"name": "datocms-nuxt2",
|
|
955
|
-
"description": "DatoCMS integration for Nuxt
|
|
1160
|
+
"description": "DatoCMS integration for Nuxt v2",
|
|
956
1161
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
957
1162
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
958
1163
|
"icon": "datocms.svg",
|
|
@@ -998,31 +1203,31 @@
|
|
|
998
1203
|
},
|
|
999
1204
|
{
|
|
1000
1205
|
"name": "dayjs",
|
|
1001
|
-
"description": "
|
|
1002
|
-
"repo": "
|
|
1003
|
-
"npm": "
|
|
1206
|
+
"description": "Day.js module for Nuxt",
|
|
1207
|
+
"repo": "fumeapp/dayjs",
|
|
1208
|
+
"npm": "dayjs-nuxt",
|
|
1004
1209
|
"icon": "day-js.png",
|
|
1005
|
-
"github": "https://github.com/
|
|
1006
|
-
"website": "https://github.com/
|
|
1210
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1211
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
1007
1212
|
"learn_more": "https://day.js.org/",
|
|
1008
|
-
"category": "
|
|
1009
|
-
"type": "
|
|
1213
|
+
"category": "Libraries",
|
|
1214
|
+
"type": "3rd-party",
|
|
1010
1215
|
"maintainers": [
|
|
1011
1216
|
{
|
|
1012
|
-
"name": "
|
|
1013
|
-
"github": "
|
|
1014
|
-
"twitter": "
|
|
1217
|
+
"name": "Kevin Olson",
|
|
1218
|
+
"github": "acidjazz",
|
|
1219
|
+
"twitter": "AppFume"
|
|
1015
1220
|
}
|
|
1016
1221
|
],
|
|
1017
1222
|
"compatibility": {
|
|
1018
|
-
"nuxt": "^
|
|
1223
|
+
"nuxt": "^3.0.0",
|
|
1019
1224
|
"requires": {}
|
|
1020
1225
|
}
|
|
1021
1226
|
},
|
|
1022
1227
|
{
|
|
1023
1228
|
"name": "delay-hydration",
|
|
1024
|
-
"description": "Improve your Nuxt
|
|
1025
|
-
"repo": "harlan-zw/nuxt-delay-hydration
|
|
1229
|
+
"description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
|
|
1230
|
+
"repo": "harlan-zw/nuxt-delay-hydration",
|
|
1026
1231
|
"npm": "nuxt-delay-hydration",
|
|
1027
1232
|
"icon": "lighthouse.svg",
|
|
1028
1233
|
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
@@ -1044,12 +1249,12 @@
|
|
|
1044
1249
|
},
|
|
1045
1250
|
{
|
|
1046
1251
|
"name": "device",
|
|
1047
|
-
"description": "Device detection module for Nuxt
|
|
1048
|
-
"repo": "nuxt-
|
|
1252
|
+
"description": "Device detection module for Nuxt",
|
|
1253
|
+
"repo": "nuxt-modules/device",
|
|
1049
1254
|
"npm": "@nuxtjs/device",
|
|
1050
1255
|
"icon": "",
|
|
1051
|
-
"github": "https://github.com/nuxt-
|
|
1052
|
-
"website": "https://github.com/nuxt-
|
|
1256
|
+
"github": "https://github.com/nuxt-modules/device",
|
|
1257
|
+
"website": "https://github.com/nuxt-modules/device",
|
|
1053
1258
|
"learn_more": "",
|
|
1054
1259
|
"category": "Extensions",
|
|
1055
1260
|
"type": "community",
|
|
@@ -1067,9 +1272,9 @@
|
|
|
1067
1272
|
{
|
|
1068
1273
|
"name": "devtools",
|
|
1069
1274
|
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1070
|
-
"repo": "nuxt/devtools#main",
|
|
1275
|
+
"repo": "nuxt/devtools#main/packages/devtools",
|
|
1071
1276
|
"npm": "@nuxt/devtools",
|
|
1072
|
-
"icon": "nuxt.
|
|
1277
|
+
"icon": "nuxt.svg",
|
|
1073
1278
|
"github": "https://github.com/nuxt/devtools",
|
|
1074
1279
|
"website": "https://devtools.nuxtjs.org/",
|
|
1075
1280
|
"learn_more": "",
|
|
@@ -1089,13 +1294,13 @@
|
|
|
1089
1294
|
},
|
|
1090
1295
|
{
|
|
1091
1296
|
"name": "directus",
|
|
1092
|
-
"description": "Easily connect your
|
|
1297
|
+
"description": "Easily connect your Nuxt application to your directus server.",
|
|
1093
1298
|
"repo": "intevel/nuxt-directus",
|
|
1094
1299
|
"npm": "nuxt-directus",
|
|
1095
1300
|
"icon": "directus.svg",
|
|
1096
|
-
"github": "https://github.com/
|
|
1097
|
-
"website": "https://nuxt-directus.
|
|
1098
|
-
"learn_more": "https://nuxt-directus.
|
|
1301
|
+
"github": "https://github.com/intevel/nuxt-directus/",
|
|
1302
|
+
"website": "https://nuxt-directus.site/",
|
|
1303
|
+
"learn_more": "https://nuxt-directus.site/",
|
|
1099
1304
|
"category": "CMS",
|
|
1100
1305
|
"type": "3rd-party",
|
|
1101
1306
|
"maintainers": [
|
|
@@ -1106,15 +1311,58 @@
|
|
|
1106
1311
|
}
|
|
1107
1312
|
],
|
|
1108
1313
|
"compatibility": {
|
|
1109
|
-
"nuxt": "^
|
|
1110
|
-
"requires": {
|
|
1111
|
-
|
|
1314
|
+
"nuxt": "^3.0.0",
|
|
1315
|
+
"requires": {},
|
|
1316
|
+
"devtools": "^0.0.0"
|
|
1317
|
+
}
|
|
1318
|
+
},
|
|
1319
|
+
{
|
|
1320
|
+
"name": "disqus",
|
|
1321
|
+
"description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
|
|
1322
|
+
"repo": "modbender/nuxt-disqus",
|
|
1323
|
+
"npm": "nuxt-disqus",
|
|
1324
|
+
"icon": "disqus.svg",
|
|
1325
|
+
"github": "https://github.com/modbender/nuxt-disqus",
|
|
1326
|
+
"website": "https://github.com/modbender/nuxt-disqus",
|
|
1327
|
+
"learn_more": "https://github.com/modbender/vue3-disqus",
|
|
1328
|
+
"category": "Libraries",
|
|
1329
|
+
"type": "3rd-party",
|
|
1330
|
+
"maintainers": [
|
|
1331
|
+
{
|
|
1332
|
+
"name": "modbender",
|
|
1333
|
+
"github": "modbender"
|
|
1112
1334
|
}
|
|
1335
|
+
],
|
|
1336
|
+
"compatibility": {
|
|
1337
|
+
"nuxt": "^3.0.0",
|
|
1338
|
+
"requires": {}
|
|
1339
|
+
}
|
|
1340
|
+
},
|
|
1341
|
+
{
|
|
1342
|
+
"name": "doppler",
|
|
1343
|
+
"description": "Integrate your Doppler secrets into your Nuxt build",
|
|
1344
|
+
"repo": "JamieCurnow/nuxt-doppler",
|
|
1345
|
+
"npm": "nuxt-doppler",
|
|
1346
|
+
"icon": "doppler.png",
|
|
1347
|
+
"github": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1348
|
+
"website": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1349
|
+
"learn_more": "",
|
|
1350
|
+
"category": "Devtools",
|
|
1351
|
+
"type": "3rd-party",
|
|
1352
|
+
"maintainers": [
|
|
1353
|
+
{
|
|
1354
|
+
"name": "JamieCurnow",
|
|
1355
|
+
"github": "JamieCurnow"
|
|
1356
|
+
}
|
|
1357
|
+
],
|
|
1358
|
+
"compatibility": {
|
|
1359
|
+
"nuxt": "^3.0.0",
|
|
1360
|
+
"requires": {}
|
|
1113
1361
|
}
|
|
1114
1362
|
},
|
|
1115
1363
|
{
|
|
1116
1364
|
"name": "dotenv",
|
|
1117
|
-
"description": "A Nuxt
|
|
1365
|
+
"description": "A Nuxt module that loads your .env file into your context options",
|
|
1118
1366
|
"repo": "nuxt-community/dotenv-module",
|
|
1119
1367
|
"npm": "@nuxtjs/dotenv",
|
|
1120
1368
|
"icon": "dotenv.png",
|
|
@@ -1136,13 +1384,13 @@
|
|
|
1136
1384
|
},
|
|
1137
1385
|
{
|
|
1138
1386
|
"name": "drupal-ce",
|
|
1139
|
-
"description": "Connects Nuxt
|
|
1387
|
+
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
1140
1388
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
1141
1389
|
"npm": "nuxtjs-drupal-ce",
|
|
1142
1390
|
"icon": "drupal-ce.png",
|
|
1143
1391
|
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
1144
|
-
"website": "https://
|
|
1145
|
-
"learn_more": "https://
|
|
1392
|
+
"website": "https://lupus-decoupled.org",
|
|
1393
|
+
"learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
|
|
1146
1394
|
"category": "CMS",
|
|
1147
1395
|
"type": "3rd-party",
|
|
1148
1396
|
"maintainers": [
|
|
@@ -1157,19 +1405,19 @@
|
|
|
1157
1405
|
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
1158
1406
|
},
|
|
1159
1407
|
{
|
|
1160
|
-
"name": "
|
|
1161
|
-
"github": "
|
|
1162
|
-
"avatar": "https://avatars.githubusercontent.com/u/
|
|
1408
|
+
"name": "Matic",
|
|
1409
|
+
"github": "TurtlBbx",
|
|
1410
|
+
"avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
|
|
1163
1411
|
}
|
|
1164
1412
|
],
|
|
1165
1413
|
"compatibility": {
|
|
1166
|
-
"nuxt": "^2.0.0",
|
|
1414
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1167
1415
|
"requires": {}
|
|
1168
1416
|
}
|
|
1169
1417
|
},
|
|
1170
1418
|
{
|
|
1171
1419
|
"name": "druxt",
|
|
1172
|
-
"description": "A bridge between frameworks, Drupal in the back, Nuxt
|
|
1420
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
|
|
1173
1421
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1174
1422
|
"npm": "druxt",
|
|
1175
1423
|
"icon": "druxt.svg",
|
|
@@ -1189,6 +1437,29 @@
|
|
|
1189
1437
|
"requires": {}
|
|
1190
1438
|
}
|
|
1191
1439
|
},
|
|
1440
|
+
{
|
|
1441
|
+
"name": "edgedb",
|
|
1442
|
+
"description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
|
|
1443
|
+
"repo": "Tahul/nuxt-edgedb",
|
|
1444
|
+
"npm": "nuxt-edgedb-module",
|
|
1445
|
+
"icon": "edgedb.svg",
|
|
1446
|
+
"github": "https://github.com/Tahul/nuxt-edgedb",
|
|
1447
|
+
"website": "https://github.com/Tahul/nuxt-edgedb",
|
|
1448
|
+
"learn_more": "https://github.com/Tahul/nuxt-edgedb",
|
|
1449
|
+
"category": "Database",
|
|
1450
|
+
"type": "3rd-party",
|
|
1451
|
+
"maintainers": [
|
|
1452
|
+
{
|
|
1453
|
+
"name": "Yaël Guilloux",
|
|
1454
|
+
"github": "Tahul",
|
|
1455
|
+
"twitter": "yaeeelglx"
|
|
1456
|
+
}
|
|
1457
|
+
],
|
|
1458
|
+
"compatibility": {
|
|
1459
|
+
"nuxt": "^3.8.0",
|
|
1460
|
+
"requires": {}
|
|
1461
|
+
}
|
|
1462
|
+
},
|
|
1192
1463
|
{
|
|
1193
1464
|
"name": "electron",
|
|
1194
1465
|
"description": "Integrate Nuxt and Electron.",
|
|
@@ -1237,7 +1508,7 @@
|
|
|
1237
1508
|
},
|
|
1238
1509
|
{
|
|
1239
1510
|
"name": "emotion",
|
|
1240
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1511
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1241
1512
|
"repo": "nuxt-modules/emotion",
|
|
1242
1513
|
"npm": "@nuxtjs/emotion",
|
|
1243
1514
|
"icon": "emotion.png",
|
|
@@ -1265,7 +1536,7 @@
|
|
|
1265
1536
|
},
|
|
1266
1537
|
{
|
|
1267
1538
|
"name": "eslint",
|
|
1268
|
-
"description": "ESLint module for Nuxt
|
|
1539
|
+
"description": "ESLint module for Nuxt",
|
|
1269
1540
|
"repo": "nuxt-community/eslint-module",
|
|
1270
1541
|
"npm": "@nuxtjs/eslint-module",
|
|
1271
1542
|
"icon": "eslint.png",
|
|
@@ -1287,7 +1558,7 @@
|
|
|
1287
1558
|
},
|
|
1288
1559
|
{
|
|
1289
1560
|
"name": "event-trace",
|
|
1290
|
-
"description": "Module for event trace in Nuxt
|
|
1561
|
+
"description": "Module for event trace in Nuxt",
|
|
1291
1562
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1292
1563
|
"npm": "nuxt-event-trace",
|
|
1293
1564
|
"icon": "",
|
|
@@ -1307,6 +1578,29 @@
|
|
|
1307
1578
|
"requires": {}
|
|
1308
1579
|
}
|
|
1309
1580
|
},
|
|
1581
|
+
{
|
|
1582
|
+
"name": "fathom-analytics",
|
|
1583
|
+
"description": "Fathom analytics integration for Nuxt",
|
|
1584
|
+
"repo": "valgeirb/nuxt-fathom",
|
|
1585
|
+
"npm": "nuxt-fathom",
|
|
1586
|
+
"icon": "fathom-analytics.svg",
|
|
1587
|
+
"github": "https://github.com/valgeirb/nuxt-fathom",
|
|
1588
|
+
"website": "https://github.com/valgeirb/nuxt-fathom#readme",
|
|
1589
|
+
"learn_more": "",
|
|
1590
|
+
"category": "Analytics",
|
|
1591
|
+
"type": "3rd-party",
|
|
1592
|
+
"maintainers": [
|
|
1593
|
+
{
|
|
1594
|
+
"name": "Valgeir Björnsson",
|
|
1595
|
+
"github": "valgeirb",
|
|
1596
|
+
"avatar": "https://avatars.githubusercontent.com/valgeirb"
|
|
1597
|
+
}
|
|
1598
|
+
],
|
|
1599
|
+
"compatibility": {
|
|
1600
|
+
"nuxt": "^3.0.0",
|
|
1601
|
+
"requires": {}
|
|
1602
|
+
}
|
|
1603
|
+
},
|
|
1310
1604
|
{
|
|
1311
1605
|
"name": "fathom",
|
|
1312
1606
|
"description": "Fathom analytics for Nuxt",
|
|
@@ -1331,7 +1625,7 @@
|
|
|
1331
1625
|
},
|
|
1332
1626
|
{
|
|
1333
1627
|
"name": "feature-toggle",
|
|
1334
|
-
"description": "Feature toggle module for Nuxt
|
|
1628
|
+
"description": "Feature toggle module for Nuxt",
|
|
1335
1629
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1336
1630
|
"npm": "nuxt-feature-toggle",
|
|
1337
1631
|
"icon": "",
|
|
@@ -1398,7 +1692,7 @@
|
|
|
1398
1692
|
},
|
|
1399
1693
|
{
|
|
1400
1694
|
"name": "floating-prompt-module",
|
|
1401
|
-
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt
|
|
1695
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
|
|
1402
1696
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1403
1697
|
"npm": "nuxt-floating-prompt-module",
|
|
1404
1698
|
"icon": "",
|
|
@@ -1507,6 +1801,29 @@
|
|
|
1507
1801
|
"requires": {}
|
|
1508
1802
|
}
|
|
1509
1803
|
},
|
|
1804
|
+
{
|
|
1805
|
+
"name": "form-actions",
|
|
1806
|
+
"description": "A set of features and composables to interact with forms and server data.",
|
|
1807
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
|
|
1808
|
+
"npm": "@hebilicious/form-actions-nuxt",
|
|
1809
|
+
"icon": "form-actions.svg",
|
|
1810
|
+
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1811
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1812
|
+
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1813
|
+
"category": "Request",
|
|
1814
|
+
"type": "3rd-party",
|
|
1815
|
+
"maintainers": [
|
|
1816
|
+
{
|
|
1817
|
+
"name": "Hebilicious",
|
|
1818
|
+
"github": "Hebilicious",
|
|
1819
|
+
"twitter": "its_hebilicious"
|
|
1820
|
+
}
|
|
1821
|
+
],
|
|
1822
|
+
"compatibility": {
|
|
1823
|
+
"nuxt": "^3.7.0",
|
|
1824
|
+
"requires": {}
|
|
1825
|
+
}
|
|
1826
|
+
},
|
|
1510
1827
|
{
|
|
1511
1828
|
"name": "formkit",
|
|
1512
1829
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1515,7 +1832,7 @@
|
|
|
1515
1832
|
"icon": "formkit.png",
|
|
1516
1833
|
"github": "https://github.com/formkit/formkit",
|
|
1517
1834
|
"website": "https://formkit.com",
|
|
1518
|
-
"learn_more": "https://formkit.com/
|
|
1835
|
+
"learn_more": "https://formkit.com/getting-started/installation",
|
|
1519
1836
|
"category": "Libraries",
|
|
1520
1837
|
"type": "3rd-party",
|
|
1521
1838
|
"maintainers": [
|
|
@@ -1581,7 +1898,7 @@
|
|
|
1581
1898
|
},
|
|
1582
1899
|
{
|
|
1583
1900
|
"name": "google-adsense",
|
|
1584
|
-
"description": "Google Adsense Module for Nuxt
|
|
1901
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1585
1902
|
"repo": "nuxt-community/google-adsense-module",
|
|
1586
1903
|
"npm": "@nuxtjs/google-adsense",
|
|
1587
1904
|
"icon": "google-adsense.png",
|
|
@@ -1607,7 +1924,7 @@
|
|
|
1607
1924
|
},
|
|
1608
1925
|
{
|
|
1609
1926
|
"name": "google-analytics",
|
|
1610
|
-
"description": "Google analytics Module for Nuxt
|
|
1927
|
+
"description": "Google analytics Module for Nuxt",
|
|
1611
1928
|
"repo": "nuxt-community/analytics-module",
|
|
1612
1929
|
"npm": "@nuxtjs/google-analytics",
|
|
1613
1930
|
"icon": "google-analytics.png",
|
|
@@ -1639,12 +1956,12 @@
|
|
|
1639
1956
|
},
|
|
1640
1957
|
{
|
|
1641
1958
|
"name": "google-fonts",
|
|
1642
|
-
"description": "Google Fonts module for
|
|
1643
|
-
"repo": "nuxt-
|
|
1959
|
+
"description": "Google Fonts module for Nuxt",
|
|
1960
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1644
1961
|
"npm": "@nuxtjs/google-fonts",
|
|
1645
1962
|
"icon": "google-fonts.png",
|
|
1646
|
-
"github": "https://github.com/nuxt-
|
|
1647
|
-
"website": "https://
|
|
1963
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1964
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1648
1965
|
"learn_more": "https://developers.google.com/fonts",
|
|
1649
1966
|
"category": "Fonts",
|
|
1650
1967
|
"type": "community",
|
|
@@ -1663,7 +1980,7 @@
|
|
|
1663
1980
|
},
|
|
1664
1981
|
{
|
|
1665
1982
|
"name": "google-gtag",
|
|
1666
|
-
"description": "Google GTag for Nuxt
|
|
1983
|
+
"description": "Google GTag for Nuxt",
|
|
1667
1984
|
"repo": "nuxt-community/google-gtag",
|
|
1668
1985
|
"npm": "@nuxtjs/google-gtag",
|
|
1669
1986
|
"icon": "gtm.png",
|
|
@@ -1689,7 +2006,7 @@
|
|
|
1689
2006
|
},
|
|
1690
2007
|
{
|
|
1691
2008
|
"name": "google-optimize",
|
|
1692
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
2009
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1693
2010
|
"repo": "nuxt-community/google-optimize-module",
|
|
1694
2011
|
"npm": "nuxt-google-optimize",
|
|
1695
2012
|
"icon": "google-optimize.png",
|
|
@@ -1728,7 +2045,7 @@
|
|
|
1728
2045
|
"icon": "graphql-client.svg",
|
|
1729
2046
|
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1730
2047
|
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1731
|
-
"learn_more": "https://
|
|
2048
|
+
"learn_more": "https://nuxt-graphql-client.web.app/",
|
|
1732
2049
|
"category": "Request",
|
|
1733
2050
|
"type": "3rd-party",
|
|
1734
2051
|
"maintainers": [
|
|
@@ -1744,7 +2061,7 @@
|
|
|
1744
2061
|
},
|
|
1745
2062
|
{
|
|
1746
2063
|
"name": "graphql-request",
|
|
1747
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
2064
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1748
2065
|
"repo": "gomah/nuxt-graphql-request",
|
|
1749
2066
|
"npm": "nuxt-graphql-request",
|
|
1750
2067
|
"icon": "graphql-request.png",
|
|
@@ -1760,7 +2077,7 @@
|
|
|
1760
2077
|
}
|
|
1761
2078
|
],
|
|
1762
2079
|
"compatibility": {
|
|
1763
|
-
"nuxt": "^2.0.0",
|
|
2080
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1764
2081
|
"requires": {}
|
|
1765
2082
|
}
|
|
1766
2083
|
},
|
|
@@ -1783,12 +2100,13 @@
|
|
|
1783
2100
|
],
|
|
1784
2101
|
"compatibility": {
|
|
1785
2102
|
"nuxt": "^3.0.0",
|
|
1786
|
-
"requires": {}
|
|
2103
|
+
"requires": {},
|
|
2104
|
+
"devtools": "^0.0.0"
|
|
1787
2105
|
}
|
|
1788
2106
|
},
|
|
1789
2107
|
{
|
|
1790
2108
|
"name": "gtag",
|
|
1791
|
-
"description": "Google Analytics integration for Nuxt
|
|
2109
|
+
"description": "Google Analytics integration for Nuxt",
|
|
1792
2110
|
"repo": "johannschopplich/nuxt-gtag",
|
|
1793
2111
|
"npm": "nuxt-gtag",
|
|
1794
2112
|
"icon": "gtag.svg",
|
|
@@ -1812,7 +2130,7 @@
|
|
|
1812
2130
|
},
|
|
1813
2131
|
{
|
|
1814
2132
|
"name": "gtm",
|
|
1815
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2133
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
1816
2134
|
"repo": "nuxt-community/gtm-module",
|
|
1817
2135
|
"npm": "@nuxtjs/gtm",
|
|
1818
2136
|
"icon": "gtm.png",
|
|
@@ -1835,7 +2153,7 @@
|
|
|
1835
2153
|
},
|
|
1836
2154
|
{
|
|
1837
2155
|
"name": "guess",
|
|
1838
|
-
"description": "Guess.js module for Nuxt
|
|
2156
|
+
"description": "Guess.js module for Nuxt",
|
|
1839
2157
|
"repo": "nuxt-community/guess-module",
|
|
1840
2158
|
"npm": "@nuxtjs/guess-module",
|
|
1841
2159
|
"icon": "guessjs.png",
|
|
@@ -1855,6 +2173,28 @@
|
|
|
1855
2173
|
"requires": {}
|
|
1856
2174
|
}
|
|
1857
2175
|
},
|
|
2176
|
+
{
|
|
2177
|
+
"name": "hanko",
|
|
2178
|
+
"description": "Hanko integration for Nuxt for passwordless authentication",
|
|
2179
|
+
"repo": "nuxt-modules/hanko",
|
|
2180
|
+
"npm": "@nuxtjs/hanko",
|
|
2181
|
+
"icon": "hanko.svg",
|
|
2182
|
+
"github": "https://github.com/nuxt-modules/hanko",
|
|
2183
|
+
"website": "https://github.com/nuxt-modules/hanko",
|
|
2184
|
+
"learn_more": "https://hanko.io/",
|
|
2185
|
+
"category": "Security",
|
|
2186
|
+
"type": "community",
|
|
2187
|
+
"maintainers": [
|
|
2188
|
+
{
|
|
2189
|
+
"name": "danielroe",
|
|
2190
|
+
"github": "danielroe"
|
|
2191
|
+
}
|
|
2192
|
+
],
|
|
2193
|
+
"compatibility": {
|
|
2194
|
+
"nuxt": "^3.0.0",
|
|
2195
|
+
"requires": {}
|
|
2196
|
+
}
|
|
2197
|
+
},
|
|
1858
2198
|
{
|
|
1859
2199
|
"name": "harlem",
|
|
1860
2200
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -1925,7 +2265,7 @@
|
|
|
1925
2265
|
},
|
|
1926
2266
|
{
|
|
1927
2267
|
"name": "helmet",
|
|
1928
|
-
"description": "Easy Helmet module with Nuxt
|
|
2268
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
1929
2269
|
"repo": "victor-perez/nuxt-helmet",
|
|
1930
2270
|
"npm": "nuxt-helmet",
|
|
1931
2271
|
"icon": "",
|
|
@@ -1969,7 +2309,7 @@
|
|
|
1969
2309
|
},
|
|
1970
2310
|
{
|
|
1971
2311
|
"name": "history-state",
|
|
1972
|
-
"description": "Nuxt
|
|
2312
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
1973
2313
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
1974
2314
|
"npm": "nuxt-history-state",
|
|
1975
2315
|
"icon": "",
|
|
@@ -2038,7 +2378,7 @@
|
|
|
2038
2378
|
},
|
|
2039
2379
|
{
|
|
2040
2380
|
"name": "http",
|
|
2041
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2381
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
2042
2382
|
"repo": "nuxt/http",
|
|
2043
2383
|
"npm": "@nuxt/http",
|
|
2044
2384
|
"icon": "http.png",
|
|
@@ -2066,7 +2406,7 @@
|
|
|
2066
2406
|
},
|
|
2067
2407
|
{
|
|
2068
2408
|
"name": "humans-txt",
|
|
2069
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2409
|
+
"description": "An initiative for knowing the people behind a website. It is a Nuxt buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
|
|
2070
2410
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2071
2411
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2072
2412
|
"icon": "",
|
|
@@ -2090,11 +2430,11 @@
|
|
|
2090
2430
|
{
|
|
2091
2431
|
"name": "i18n",
|
|
2092
2432
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2093
|
-
"repo": "nuxt-
|
|
2433
|
+
"repo": "nuxt-modules/i18n",
|
|
2094
2434
|
"npm": "@nuxtjs/i18n",
|
|
2095
2435
|
"icon": "i18n.png",
|
|
2096
|
-
"github": "https://github.com/nuxt-
|
|
2097
|
-
"website": "https://i18n.nuxtjs.org",
|
|
2436
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2437
|
+
"website": "https://v8.i18n.nuxtjs.org",
|
|
2098
2438
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
2099
2439
|
"category": "Extensions",
|
|
2100
2440
|
"type": "community",
|
|
@@ -2114,13 +2454,58 @@
|
|
|
2114
2454
|
}
|
|
2115
2455
|
},
|
|
2116
2456
|
{
|
|
2117
|
-
"name": "icon",
|
|
2118
|
-
"description": "
|
|
2119
|
-
"repo": "nuxt-
|
|
2120
|
-
"npm": "nuxt-icon",
|
|
2121
|
-
"icon": "
|
|
2122
|
-
"github": "https://github.com/nuxt-
|
|
2123
|
-
"website": "https://github.com/nuxt-
|
|
2457
|
+
"name": "icon-font",
|
|
2458
|
+
"description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
|
|
2459
|
+
"repo": "coremyslo/nuxt-icon-font",
|
|
2460
|
+
"npm": "@coremyslo/nuxt-icon-font",
|
|
2461
|
+
"icon": "",
|
|
2462
|
+
"github": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2463
|
+
"website": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2464
|
+
"learn_more": "",
|
|
2465
|
+
"category": "UI",
|
|
2466
|
+
"type": "3rd-party",
|
|
2467
|
+
"maintainers": [
|
|
2468
|
+
{
|
|
2469
|
+
"name": "coremyslo",
|
|
2470
|
+
"github": "coremyslo"
|
|
2471
|
+
}
|
|
2472
|
+
],
|
|
2473
|
+
"compatibility": {
|
|
2474
|
+
"nuxt": "^3.0.0",
|
|
2475
|
+
"requires": {}
|
|
2476
|
+
}
|
|
2477
|
+
},
|
|
2478
|
+
{
|
|
2479
|
+
"name": "icon-tw",
|
|
2480
|
+
"description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
|
|
2481
|
+
"repo": "jcamp-code/nuxt-icon-tw",
|
|
2482
|
+
"npm": "nuxt-icon-tw",
|
|
2483
|
+
"icon": "nuxt-icon.png",
|
|
2484
|
+
"github": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2485
|
+
"website": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2486
|
+
"learn_more": "",
|
|
2487
|
+
"category": "UI",
|
|
2488
|
+
"type": "3rd-party",
|
|
2489
|
+
"maintainers": [
|
|
2490
|
+
{
|
|
2491
|
+
"name": "JohnCampionJr",
|
|
2492
|
+
"github": "JohnCampionJr"
|
|
2493
|
+
}
|
|
2494
|
+
],
|
|
2495
|
+
"compatibility": {
|
|
2496
|
+
"nuxt": "^3.0.0",
|
|
2497
|
+
"requires": {},
|
|
2498
|
+
"devtools": "^0.0.0"
|
|
2499
|
+
}
|
|
2500
|
+
},
|
|
2501
|
+
{
|
|
2502
|
+
"name": "icon",
|
|
2503
|
+
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
2504
|
+
"repo": "nuxt-modules/icon",
|
|
2505
|
+
"npm": "nuxt-icon",
|
|
2506
|
+
"icon": "nuxt-icon.png",
|
|
2507
|
+
"github": "https://github.com/nuxt-modules/icon",
|
|
2508
|
+
"website": "https://github.com/nuxt-modules/icon",
|
|
2124
2509
|
"learn_more": "",
|
|
2125
2510
|
"category": "UI",
|
|
2126
2511
|
"type": "community",
|
|
@@ -2132,7 +2517,8 @@
|
|
|
2132
2517
|
],
|
|
2133
2518
|
"compatibility": {
|
|
2134
2519
|
"nuxt": "^3.0.0",
|
|
2135
|
-
"requires": {}
|
|
2520
|
+
"requires": {},
|
|
2521
|
+
"devtools": "^0.0.0"
|
|
2136
2522
|
}
|
|
2137
2523
|
},
|
|
2138
2524
|
{
|
|
@@ -2181,12 +2567,12 @@
|
|
|
2181
2567
|
},
|
|
2182
2568
|
{
|
|
2183
2569
|
"name": "image",
|
|
2184
|
-
"description": "Optimised images for
|
|
2570
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2185
2571
|
"repo": "nuxt/image",
|
|
2186
2572
|
"npm": "@nuxt/image",
|
|
2187
2573
|
"icon": "image.png",
|
|
2188
2574
|
"github": "https://github.com/nuxt/image",
|
|
2189
|
-
"website": "https://image.
|
|
2575
|
+
"website": "https://image.nuxt.com",
|
|
2190
2576
|
"learn_more": "",
|
|
2191
2577
|
"category": "Images",
|
|
2192
2578
|
"type": "official",
|
|
@@ -2196,6 +2582,11 @@
|
|
|
2196
2582
|
"github": "farnabaz",
|
|
2197
2583
|
"twitter": "a_birang"
|
|
2198
2584
|
},
|
|
2585
|
+
{
|
|
2586
|
+
"name": "Daniel Roe",
|
|
2587
|
+
"github": "danielroe",
|
|
2588
|
+
"twitter": "danielcroe"
|
|
2589
|
+
},
|
|
2199
2590
|
{
|
|
2200
2591
|
"name": "Pooya Parsa",
|
|
2201
2592
|
"github": "pi0",
|
|
@@ -2216,7 +2607,7 @@
|
|
|
2216
2607
|
},
|
|
2217
2608
|
{
|
|
2218
2609
|
"name": "imagemin",
|
|
2219
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2610
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2220
2611
|
"repo": "nuxt-community/imagemin-module",
|
|
2221
2612
|
"npm": "@nuxtjs/imagemin",
|
|
2222
2613
|
"icon": "imagemin.png",
|
|
@@ -2239,12 +2630,12 @@
|
|
|
2239
2630
|
{
|
|
2240
2631
|
"name": "inkline",
|
|
2241
2632
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2242
|
-
"repo": "inkline/
|
|
2243
|
-
"npm": "@inkline/
|
|
2633
|
+
"repo": "inkline/plugin",
|
|
2634
|
+
"npm": "@inkline/plugin",
|
|
2244
2635
|
"icon": "inkline.svg",
|
|
2245
|
-
"github": "https://github.com/inkline/
|
|
2636
|
+
"github": "https://github.com/inkline/plugin",
|
|
2246
2637
|
"website": "https://inkline.io",
|
|
2247
|
-
"learn_more": "https://inkline.io/docs/
|
|
2638
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2248
2639
|
"category": "UI",
|
|
2249
2640
|
"type": "3rd-party",
|
|
2250
2641
|
"maintainers": [
|
|
@@ -2263,7 +2654,7 @@
|
|
|
2263
2654
|
},
|
|
2264
2655
|
{
|
|
2265
2656
|
"name": "intercom",
|
|
2266
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2657
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2267
2658
|
"repo": "hex-digital/nuxt-intercom",
|
|
2268
2659
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2269
2660
|
"icon": "intercom.png",
|
|
@@ -2308,7 +2699,7 @@
|
|
|
2308
2699
|
},
|
|
2309
2700
|
{
|
|
2310
2701
|
"name": "jsonapi",
|
|
2311
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2702
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2312
2703
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2313
2704
|
"npm": "nuxt-jsonapi",
|
|
2314
2705
|
"icon": "jsonapi.svg",
|
|
@@ -2350,9 +2741,36 @@
|
|
|
2350
2741
|
"requires": {}
|
|
2351
2742
|
}
|
|
2352
2743
|
},
|
|
2744
|
+
{
|
|
2745
|
+
"name": "kinde",
|
|
2746
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2747
|
+
"repo": "nuxt-modules/kinde",
|
|
2748
|
+
"npm": "@nuxtjs/kinde",
|
|
2749
|
+
"icon": "kinde.svg",
|
|
2750
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2751
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2752
|
+
"learn_more": "https://kinde.com/",
|
|
2753
|
+
"category": "Security",
|
|
2754
|
+
"type": "community",
|
|
2755
|
+
"maintainers": [
|
|
2756
|
+
{
|
|
2757
|
+
"name": "danielroe",
|
|
2758
|
+
"github": "danielroe"
|
|
2759
|
+
},
|
|
2760
|
+
{
|
|
2761
|
+
"name": "daveordead",
|
|
2762
|
+
"github": "DaveOrDead",
|
|
2763
|
+
"twitter": "dave_or_dead"
|
|
2764
|
+
}
|
|
2765
|
+
],
|
|
2766
|
+
"compatibility": {
|
|
2767
|
+
"nuxt": "^3.0.0",
|
|
2768
|
+
"requires": {}
|
|
2769
|
+
}
|
|
2770
|
+
},
|
|
2353
2771
|
{
|
|
2354
2772
|
"name": "kql",
|
|
2355
|
-
"description": "Nuxt
|
|
2773
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2356
2774
|
"repo": "johannschopplich/nuxt-kql",
|
|
2357
2775
|
"npm": "nuxt-kql",
|
|
2358
2776
|
"icon": "kql.svg",
|
|
@@ -2376,7 +2794,7 @@
|
|
|
2376
2794
|
},
|
|
2377
2795
|
{
|
|
2378
2796
|
"name": "laravel-echo",
|
|
2379
|
-
"description": "Laravel Echo for Nuxt
|
|
2797
|
+
"description": "Laravel Echo for Nuxt",
|
|
2380
2798
|
"repo": "nuxt-community/laravel-echo",
|
|
2381
2799
|
"npm": "@nuxtjs/laravel-echo",
|
|
2382
2800
|
"icon": "laravel-echo.png",
|
|
@@ -2418,6 +2836,28 @@
|
|
|
2418
2836
|
"requires": {}
|
|
2419
2837
|
}
|
|
2420
2838
|
},
|
|
2839
|
+
{
|
|
2840
|
+
"name": "laravel-precognition",
|
|
2841
|
+
"description": "Nuxt module to work with Laravel Precognition and $fetch",
|
|
2842
|
+
"repo": "sot1986/nuxt-laravel-precognition",
|
|
2843
|
+
"npm": "nuxt-laravel-precognition",
|
|
2844
|
+
"icon": "laravel.svg",
|
|
2845
|
+
"github": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2846
|
+
"website": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2847
|
+
"learn_more": "",
|
|
2848
|
+
"category": "Security",
|
|
2849
|
+
"type": "3rd-party",
|
|
2850
|
+
"maintainers": [
|
|
2851
|
+
{
|
|
2852
|
+
"name": "sot1986",
|
|
2853
|
+
"github": "sot1986"
|
|
2854
|
+
}
|
|
2855
|
+
],
|
|
2856
|
+
"compatibility": {
|
|
2857
|
+
"nuxt": "^3.0.0",
|
|
2858
|
+
"requires": {}
|
|
2859
|
+
}
|
|
2860
|
+
},
|
|
2421
2861
|
{
|
|
2422
2862
|
"name": "laravel",
|
|
2423
2863
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
@@ -2464,13 +2904,13 @@
|
|
|
2464
2904
|
},
|
|
2465
2905
|
{
|
|
2466
2906
|
"name": "link-checker",
|
|
2467
|
-
"description": "
|
|
2907
|
+
"description": "Find and magically fix links that may be negatively effecting your SEO.",
|
|
2468
2908
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2469
2909
|
"npm": "nuxt-link-checker",
|
|
2470
|
-
"icon": "",
|
|
2910
|
+
"icon": "link-checker.svg",
|
|
2471
2911
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2472
|
-
"website": "https://
|
|
2473
|
-
"learn_more": "",
|
|
2912
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2913
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2474
2914
|
"category": "SEO",
|
|
2475
2915
|
"type": "3rd-party",
|
|
2476
2916
|
"maintainers": [
|
|
@@ -2483,7 +2923,8 @@
|
|
|
2483
2923
|
],
|
|
2484
2924
|
"compatibility": {
|
|
2485
2925
|
"nuxt": "^3.0.0",
|
|
2486
|
-
"requires": {}
|
|
2926
|
+
"requires": {},
|
|
2927
|
+
"devtools": "^0.0.0"
|
|
2487
2928
|
}
|
|
2488
2929
|
},
|
|
2489
2930
|
{
|
|
@@ -2560,12 +3001,12 @@
|
|
|
2560
3001
|
},
|
|
2561
3002
|
{
|
|
2562
3003
|
"name": "logrocket",
|
|
2563
|
-
"description": "LogRocket module for Nuxt
|
|
2564
|
-
"repo": "nuxt-
|
|
3004
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
3005
|
+
"repo": "nuxt-modules/logrocket",
|
|
2565
3006
|
"npm": "nuxt-logrocket",
|
|
2566
3007
|
"icon": "logrocket.png",
|
|
2567
|
-
"github": "https://github.com/nuxt-
|
|
2568
|
-
"website": "https://github.com/nuxt-
|
|
3008
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
3009
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2569
3010
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2570
3011
|
"category": "Monitoring",
|
|
2571
3012
|
"type": "community",
|
|
@@ -2581,9 +3022,35 @@
|
|
|
2581
3022
|
"requires": {}
|
|
2582
3023
|
}
|
|
2583
3024
|
},
|
|
3025
|
+
{
|
|
3026
|
+
"name": "lucide-icons",
|
|
3027
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
3028
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
3029
|
+
"npm": "nuxt-lucide-icons",
|
|
3030
|
+
"icon": "lucide-icons.svg",
|
|
3031
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3032
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3033
|
+
"learn_more": "",
|
|
3034
|
+
"category": "UI",
|
|
3035
|
+
"type": "3rd-party",
|
|
3036
|
+
"maintainers": [
|
|
3037
|
+
{
|
|
3038
|
+
"name": "SWIS",
|
|
3039
|
+
"github": "swisnl"
|
|
3040
|
+
},
|
|
3041
|
+
{
|
|
3042
|
+
"name": "Jasper Zonneveld",
|
|
3043
|
+
"github": "JaZo"
|
|
3044
|
+
}
|
|
3045
|
+
],
|
|
3046
|
+
"compatibility": {
|
|
3047
|
+
"nuxt": "^3.0.0",
|
|
3048
|
+
"requires": {}
|
|
3049
|
+
}
|
|
3050
|
+
},
|
|
2584
3051
|
{
|
|
2585
3052
|
"name": "lunr",
|
|
2586
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
3053
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2587
3054
|
"repo": "nuxt-community/lunr-module",
|
|
2588
3055
|
"npm": "@nuxtjs/lunr-module",
|
|
2589
3056
|
"icon": "",
|
|
@@ -2606,10 +3073,10 @@
|
|
|
2606
3073
|
{
|
|
2607
3074
|
"name": "magic-regexp",
|
|
2608
3075
|
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2609
|
-
"repo": "
|
|
3076
|
+
"repo": "unjs/magic-regexp",
|
|
2610
3077
|
"npm": "magic-regexp",
|
|
2611
3078
|
"icon": "magic-regexp.svg",
|
|
2612
|
-
"github": "https://github.com/
|
|
3079
|
+
"github": "https://github.com/unjs/magic-regexp",
|
|
2613
3080
|
"website": "https://magic-regexp.roe.dev",
|
|
2614
3081
|
"learn_more": "https://magic-regexp.roe.dev",
|
|
2615
3082
|
"category": "Libraries",
|
|
@@ -2671,6 +3138,28 @@
|
|
|
2671
3138
|
"requires": {}
|
|
2672
3139
|
}
|
|
2673
3140
|
},
|
|
3141
|
+
{
|
|
3142
|
+
"name": "maz-ui",
|
|
3143
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3144
|
+
"repo": "louismazel/maz-ui#master/packages/nuxt-module",
|
|
3145
|
+
"npm": "nuxt-module",
|
|
3146
|
+
"icon": "maz-ui.png",
|
|
3147
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3148
|
+
"website": "https://maz-ui.com/",
|
|
3149
|
+
"learn_more": "https://maz-ui.com/guide/nuxt",
|
|
3150
|
+
"category": "UI",
|
|
3151
|
+
"type": "3rd-party",
|
|
3152
|
+
"maintainers": [
|
|
3153
|
+
{
|
|
3154
|
+
"name": "Loïc Mazuel",
|
|
3155
|
+
"github": "LouisMazel"
|
|
3156
|
+
}
|
|
3157
|
+
],
|
|
3158
|
+
"compatibility": {
|
|
3159
|
+
"nuxt": "^3.0.0",
|
|
3160
|
+
"requires": {}
|
|
3161
|
+
}
|
|
3162
|
+
},
|
|
2674
3163
|
{
|
|
2675
3164
|
"name": "mdx",
|
|
2676
3165
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2696,7 +3185,7 @@
|
|
|
2696
3185
|
},
|
|
2697
3186
|
{
|
|
2698
3187
|
"name": "medusa",
|
|
2699
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3188
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2700
3189
|
"repo": "Baroshem/nuxt-medusa",
|
|
2701
3190
|
"npm": "nuxt-medusa",
|
|
2702
3191
|
"icon": "medusa.svg",
|
|
@@ -2721,7 +3210,7 @@
|
|
|
2721
3210
|
},
|
|
2722
3211
|
{
|
|
2723
3212
|
"name": "meilisearch",
|
|
2724
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3213
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2725
3214
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2726
3215
|
"npm": "nuxt-meilisearch",
|
|
2727
3216
|
"icon": "meilisearch.svg",
|
|
@@ -2741,7 +3230,8 @@
|
|
|
2741
3230
|
"nuxt": "^3.0.0",
|
|
2742
3231
|
"requires": {
|
|
2743
3232
|
"bridge": false
|
|
2744
|
-
}
|
|
3233
|
+
},
|
|
3234
|
+
"devtools": "^0.0.0"
|
|
2745
3235
|
}
|
|
2746
3236
|
},
|
|
2747
3237
|
{
|
|
@@ -2766,28 +3256,6 @@
|
|
|
2766
3256
|
"requires": {}
|
|
2767
3257
|
}
|
|
2768
3258
|
},
|
|
2769
|
-
{
|
|
2770
|
-
"name": "mobile",
|
|
2771
|
-
"description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
|
|
2772
|
-
"repo": "ChanningDefoe/nuxt-mobile-detect",
|
|
2773
|
-
"npm": "nuxt-mobile",
|
|
2774
|
-
"icon": "",
|
|
2775
|
-
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
2776
|
-
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
2777
|
-
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
2778
|
-
"category": "Extensions",
|
|
2779
|
-
"type": "3rd-party",
|
|
2780
|
-
"maintainers": [
|
|
2781
|
-
{
|
|
2782
|
-
"name": "ChanningDefoe",
|
|
2783
|
-
"github": "ChanningDefoe"
|
|
2784
|
-
}
|
|
2785
|
-
],
|
|
2786
|
-
"compatibility": {
|
|
2787
|
-
"nuxt": "^2.0.0",
|
|
2788
|
-
"requires": {}
|
|
2789
|
-
}
|
|
2790
|
-
},
|
|
2791
3259
|
{
|
|
2792
3260
|
"name": "module-feed",
|
|
2793
3261
|
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
@@ -2813,7 +3281,7 @@
|
|
|
2813
3281
|
},
|
|
2814
3282
|
{
|
|
2815
3283
|
"name": "moment",
|
|
2816
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3284
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2817
3285
|
"repo": "nuxt-community/moment-module",
|
|
2818
3286
|
"npm": "@nuxtjs/moment",
|
|
2819
3287
|
"icon": "momentjs.png",
|
|
@@ -2840,7 +3308,7 @@
|
|
|
2840
3308
|
},
|
|
2841
3309
|
{
|
|
2842
3310
|
"name": "mq",
|
|
2843
|
-
"description": "vue-mq module for Nuxt.
|
|
3311
|
+
"description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
2844
3312
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
2845
3313
|
"npm": "nuxt-mq",
|
|
2846
3314
|
"icon": "",
|
|
@@ -2884,7 +3352,7 @@
|
|
|
2884
3352
|
},
|
|
2885
3353
|
{
|
|
2886
3354
|
"name": "netlify-cache",
|
|
2887
|
-
"description": "Nuxt
|
|
3355
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
2888
3356
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
2889
3357
|
"npm": "nuxt-netlify-cache",
|
|
2890
3358
|
"icon": "netlify.png",
|
|
@@ -2929,13 +3397,13 @@
|
|
|
2929
3397
|
},
|
|
2930
3398
|
{
|
|
2931
3399
|
"name": "netlify",
|
|
2932
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
2933
|
-
"repo": "
|
|
3400
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3401
|
+
"repo": "juliomrqz/nuxt-netlify",
|
|
2934
3402
|
"npm": "@aceforth/nuxt-netlify",
|
|
2935
3403
|
"icon": "netlify.png",
|
|
2936
|
-
"github": "https://github.com/
|
|
2937
|
-
"website": "https://
|
|
2938
|
-
"learn_more": "",
|
|
3404
|
+
"github": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3405
|
+
"website": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3406
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
|
|
2939
3407
|
"category": "Deployment",
|
|
2940
3408
|
"type": "3rd-party",
|
|
2941
3409
|
"maintainers": [
|
|
@@ -3000,30 +3468,142 @@
|
|
|
3000
3468
|
}
|
|
3001
3469
|
},
|
|
3002
3470
|
{
|
|
3003
|
-
"name": "
|
|
3004
|
-
"description": "",
|
|
3005
|
-
"repo": "
|
|
3006
|
-
"npm": "
|
|
3471
|
+
"name": "nupolyon",
|
|
3472
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3473
|
+
"repo": "adenvt/nupolyon",
|
|
3474
|
+
"npm": "nupolyon",
|
|
3007
3475
|
"icon": "",
|
|
3008
|
-
"github": "https://github.com/
|
|
3009
|
-
"website": "https://github.com/
|
|
3476
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3477
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
3010
3478
|
"learn_more": "",
|
|
3011
|
-
"category": "
|
|
3479
|
+
"category": "Performance",
|
|
3012
3480
|
"type": "3rd-party",
|
|
3013
3481
|
"maintainers": [
|
|
3014
3482
|
{
|
|
3015
|
-
"name": "
|
|
3016
|
-
"github": "
|
|
3483
|
+
"name": "adenvt",
|
|
3484
|
+
"github": "adenvt"
|
|
3017
3485
|
}
|
|
3018
3486
|
],
|
|
3019
3487
|
"compatibility": {
|
|
3020
|
-
"nuxt": "^
|
|
3488
|
+
"nuxt": "^3.0.0",
|
|
3489
|
+
"requires": {}
|
|
3490
|
+
}
|
|
3491
|
+
},
|
|
3492
|
+
{
|
|
3493
|
+
"name": "nuxt-anchorscroll",
|
|
3494
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3495
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3496
|
+
"npm": "nuxt-anchorscroll",
|
|
3497
|
+
"icon": "",
|
|
3498
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3499
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3500
|
+
"learn_more": "",
|
|
3501
|
+
"category": "UI",
|
|
3502
|
+
"type": "3rd-party",
|
|
3503
|
+
"maintainers": [
|
|
3504
|
+
{
|
|
3505
|
+
"name": "Helltraitor",
|
|
3506
|
+
"github": "helltraitor"
|
|
3507
|
+
}
|
|
3508
|
+
],
|
|
3509
|
+
"compatibility": {
|
|
3510
|
+
"nuxt": "^3.0.0",
|
|
3511
|
+
"requires": {}
|
|
3512
|
+
}
|
|
3513
|
+
},
|
|
3514
|
+
{
|
|
3515
|
+
"name": "nuxt-asciidoc",
|
|
3516
|
+
"description": "Transformer for using asciidoc in nuxt",
|
|
3517
|
+
"repo": "Chris2011/nuxt-asciidoc",
|
|
3518
|
+
"npm": "nuxt-asciidoc",
|
|
3519
|
+
"icon": "nuxt-asciidoc.svg",
|
|
3520
|
+
"github": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3521
|
+
"website": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3522
|
+
"learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
|
|
3523
|
+
"category": "Extensions",
|
|
3524
|
+
"type": "3rd-party",
|
|
3525
|
+
"maintainers": [
|
|
3526
|
+
{
|
|
3527
|
+
"name": "Christian Lenz",
|
|
3528
|
+
"github": "Chris2011",
|
|
3529
|
+
"twitter": "Chrizzly42"
|
|
3530
|
+
}
|
|
3531
|
+
],
|
|
3532
|
+
"compatibility": {
|
|
3533
|
+
"nuxt": "^3.0.0",
|
|
3534
|
+
"requires": {}
|
|
3535
|
+
}
|
|
3536
|
+
},
|
|
3537
|
+
{
|
|
3538
|
+
"name": "nuxt-auth-sanctum",
|
|
3539
|
+
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
3540
|
+
"repo": "manchenkoff/nuxt-auth-sanctum",
|
|
3541
|
+
"npm": "nuxt-auth-sanctum",
|
|
3542
|
+
"icon": "laravel.svg",
|
|
3543
|
+
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3544
|
+
"website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3545
|
+
"learn_more": "",
|
|
3546
|
+
"category": "Security",
|
|
3547
|
+
"type": "3rd-party",
|
|
3548
|
+
"maintainers": [
|
|
3549
|
+
{
|
|
3550
|
+
"name": "Artem Manchenkov",
|
|
3551
|
+
"github": "manchenkoff",
|
|
3552
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
3553
|
+
}
|
|
3554
|
+
],
|
|
3555
|
+
"compatibility": {
|
|
3556
|
+
"nuxt": "^3.0.0",
|
|
3557
|
+
"requires": {}
|
|
3558
|
+
}
|
|
3559
|
+
},
|
|
3560
|
+
{
|
|
3561
|
+
"name": "nuxt-basic-auth",
|
|
3562
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3563
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3564
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3565
|
+
"icon": "",
|
|
3566
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3567
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3568
|
+
"learn_more": "",
|
|
3569
|
+
"category": "Security",
|
|
3570
|
+
"type": "3rd-party",
|
|
3571
|
+
"maintainers": [
|
|
3572
|
+
{
|
|
3573
|
+
"name": "kgierke",
|
|
3574
|
+
"github": "kgierke"
|
|
3575
|
+
}
|
|
3576
|
+
],
|
|
3577
|
+
"compatibility": {
|
|
3578
|
+
"nuxt": "^3.0.0",
|
|
3579
|
+
"requires": {}
|
|
3580
|
+
}
|
|
3581
|
+
},
|
|
3582
|
+
{
|
|
3583
|
+
"name": "nuxt-bootstrap-icons",
|
|
3584
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3585
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3586
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3587
|
+
"icon": "bootstrap-icons.svg",
|
|
3588
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3589
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3590
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3591
|
+
"category": "UI",
|
|
3592
|
+
"type": "3rd-party",
|
|
3593
|
+
"maintainers": [
|
|
3594
|
+
{
|
|
3595
|
+
"name": "OyewoleOyedeji",
|
|
3596
|
+
"github": "OyewoleOyedeji"
|
|
3597
|
+
}
|
|
3598
|
+
],
|
|
3599
|
+
"compatibility": {
|
|
3600
|
+
"nuxt": "^3.0.0",
|
|
3021
3601
|
"requires": {}
|
|
3022
3602
|
}
|
|
3023
3603
|
},
|
|
3024
3604
|
{
|
|
3025
3605
|
"name": "nuxt-chatgpt",
|
|
3026
|
-
"description": "ChatGPT integration for Nuxt
|
|
3606
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3027
3607
|
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3028
3608
|
"npm": "nuxt-chatgpt",
|
|
3029
3609
|
"icon": "chatgpt.svg",
|
|
@@ -3043,6 +3623,76 @@
|
|
|
3043
3623
|
"requires": {}
|
|
3044
3624
|
}
|
|
3045
3625
|
},
|
|
3626
|
+
{
|
|
3627
|
+
"name": "nuxt-facebook-chat",
|
|
3628
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3629
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3630
|
+
"npm": "nuxt-facebook-chat",
|
|
3631
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3632
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3633
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3634
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3635
|
+
"category": "Libraries",
|
|
3636
|
+
"type": "3rd-party",
|
|
3637
|
+
"maintainers": [
|
|
3638
|
+
{
|
|
3639
|
+
"name": "Supanut Dokmaithong",
|
|
3640
|
+
"github": "Boomgeek"
|
|
3641
|
+
},
|
|
3642
|
+
{
|
|
3643
|
+
"name": "superdev-tech",
|
|
3644
|
+
"github": "superdev-tech"
|
|
3645
|
+
}
|
|
3646
|
+
],
|
|
3647
|
+
"compatibility": {
|
|
3648
|
+
"nuxt": "^3.0.0",
|
|
3649
|
+
"requires": {}
|
|
3650
|
+
}
|
|
3651
|
+
},
|
|
3652
|
+
{
|
|
3653
|
+
"name": "nuxt-feather-icons",
|
|
3654
|
+
"description": "The Feather Icons in Nuxt 3.",
|
|
3655
|
+
"repo": "4sllan/nuxt-feather-icons",
|
|
3656
|
+
"npm": "nuxt-feather-icons",
|
|
3657
|
+
"icon": "nuxt-feather-icons.png",
|
|
3658
|
+
"github": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3659
|
+
"website": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3660
|
+
"learn_more": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3661
|
+
"category": "UI",
|
|
3662
|
+
"type": "3rd-party",
|
|
3663
|
+
"maintainers": [
|
|
3664
|
+
{
|
|
3665
|
+
"name": "4sllan",
|
|
3666
|
+
"github": "4sllan"
|
|
3667
|
+
}
|
|
3668
|
+
],
|
|
3669
|
+
"compatibility": {
|
|
3670
|
+
"nuxt": "^3.0.0",
|
|
3671
|
+
"requires": {}
|
|
3672
|
+
}
|
|
3673
|
+
},
|
|
3674
|
+
{
|
|
3675
|
+
"name": "nuxt-feedme",
|
|
3676
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3677
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3678
|
+
"npm": "nuxt-feedme",
|
|
3679
|
+
"icon": "",
|
|
3680
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3681
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3682
|
+
"learn_more": "",
|
|
3683
|
+
"category": "SEO",
|
|
3684
|
+
"type": "3rd-party",
|
|
3685
|
+
"maintainers": [
|
|
3686
|
+
{
|
|
3687
|
+
"name": "Helltraitor",
|
|
3688
|
+
"github": "helltraitor"
|
|
3689
|
+
}
|
|
3690
|
+
],
|
|
3691
|
+
"compatibility": {
|
|
3692
|
+
"nuxt": "^3.0.0",
|
|
3693
|
+
"requires": {}
|
|
3694
|
+
}
|
|
3695
|
+
},
|
|
3046
3696
|
{
|
|
3047
3697
|
"name": "nuxt-graphql-middleware",
|
|
3048
3698
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -3094,6 +3744,29 @@
|
|
|
3094
3744
|
"requires": {}
|
|
3095
3745
|
}
|
|
3096
3746
|
},
|
|
3747
|
+
{
|
|
3748
|
+
"name": "nuxt-gtm",
|
|
3749
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3750
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3751
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3752
|
+
"icon": "nuxt-gtm.svg",
|
|
3753
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3754
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3755
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3756
|
+
"category": "Analytics",
|
|
3757
|
+
"type": "3rd-party",
|
|
3758
|
+
"maintainers": [
|
|
3759
|
+
{
|
|
3760
|
+
"name": "Zadig&Voltaire Team",
|
|
3761
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
3762
|
+
}
|
|
3763
|
+
],
|
|
3764
|
+
"compatibility": {
|
|
3765
|
+
"nuxt": "^3.0.0",
|
|
3766
|
+
"requires": {},
|
|
3767
|
+
"devtools": "^0.0.0"
|
|
3768
|
+
}
|
|
3769
|
+
},
|
|
3097
3770
|
{
|
|
3098
3771
|
"name": "nuxt-hue",
|
|
3099
3772
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -3119,31 +3792,75 @@
|
|
|
3119
3792
|
}
|
|
3120
3793
|
},
|
|
3121
3794
|
{
|
|
3122
|
-
"name": "nuxt-
|
|
3123
|
-
"description": "
|
|
3124
|
-
"repo": "
|
|
3125
|
-
"npm": "
|
|
3126
|
-
"icon": "
|
|
3127
|
-
"github": "https://github.com/
|
|
3128
|
-
"website": "https://
|
|
3129
|
-
"learn_more": "
|
|
3795
|
+
"name": "nuxt-interpolation",
|
|
3796
|
+
"description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
|
|
3797
|
+
"repo": "daliborgogic/nuxt-interpolation#master",
|
|
3798
|
+
"npm": "nuxt-interpolation",
|
|
3799
|
+
"icon": "",
|
|
3800
|
+
"github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3801
|
+
"website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3802
|
+
"learn_more": "",
|
|
3130
3803
|
"category": "Devtools",
|
|
3131
3804
|
"type": "3rd-party",
|
|
3132
3805
|
"maintainers": [
|
|
3133
3806
|
{
|
|
3134
|
-
"name": "
|
|
3135
|
-
"github": "
|
|
3136
|
-
"twitter": "craig_harman"
|
|
3807
|
+
"name": "daliborgogic",
|
|
3808
|
+
"github": "daliborgogic"
|
|
3137
3809
|
}
|
|
3138
3810
|
],
|
|
3139
3811
|
"compatibility": {
|
|
3140
|
-
"nuxt": "^
|
|
3812
|
+
"nuxt": "^2.0.0",
|
|
3141
3813
|
"requires": {}
|
|
3142
3814
|
}
|
|
3143
3815
|
},
|
|
3144
3816
|
{
|
|
3145
|
-
"name": "nuxt-
|
|
3146
|
-
"description": "
|
|
3817
|
+
"name": "nuxt-jsonld",
|
|
3818
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3819
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3820
|
+
"npm": "nuxt-jsonld",
|
|
3821
|
+
"icon": "",
|
|
3822
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3823
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3824
|
+
"learn_more": "",
|
|
3825
|
+
"category": "SEO",
|
|
3826
|
+
"type": "3rd-party",
|
|
3827
|
+
"maintainers": [
|
|
3828
|
+
{
|
|
3829
|
+
"name": "ymmooot",
|
|
3830
|
+
"github": "ymmooot"
|
|
3831
|
+
}
|
|
3832
|
+
],
|
|
3833
|
+
"compatibility": {
|
|
3834
|
+
"nuxt": "^3.0.0",
|
|
3835
|
+
"requires": {}
|
|
3836
|
+
}
|
|
3837
|
+
},
|
|
3838
|
+
{
|
|
3839
|
+
"name": "nuxt-localtunnel",
|
|
3840
|
+
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
3841
|
+
"repo": "nuxtus/localtunnel",
|
|
3842
|
+
"npm": "@nuxtus/nuxt-localtunnel",
|
|
3843
|
+
"icon": "nuxt-localtunnel.svg",
|
|
3844
|
+
"github": "https://github.com/nuxtus/localtunnel",
|
|
3845
|
+
"website": "https://docs.nuxtus.com",
|
|
3846
|
+
"learn_more": "https://docs.nuxtus.com/localtunnel.html",
|
|
3847
|
+
"category": "Devtools",
|
|
3848
|
+
"type": "3rd-party",
|
|
3849
|
+
"maintainers": [
|
|
3850
|
+
{
|
|
3851
|
+
"name": "Craig Harman",
|
|
3852
|
+
"github": "craigharman",
|
|
3853
|
+
"twitter": "craig_harman"
|
|
3854
|
+
}
|
|
3855
|
+
],
|
|
3856
|
+
"compatibility": {
|
|
3857
|
+
"nuxt": "^3.0.0",
|
|
3858
|
+
"requires": {}
|
|
3859
|
+
}
|
|
3860
|
+
},
|
|
3861
|
+
{
|
|
3862
|
+
"name": "nuxt-loco",
|
|
3863
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3147
3864
|
"repo": "gaetansenn/nuxt-loco",
|
|
3148
3865
|
"npm": "nuxt-loco",
|
|
3149
3866
|
"icon": "",
|
|
@@ -3164,6 +3881,28 @@
|
|
|
3164
3881
|
"requires": {}
|
|
3165
3882
|
}
|
|
3166
3883
|
},
|
|
3884
|
+
{
|
|
3885
|
+
"name": "nuxt-mail",
|
|
3886
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
3887
|
+
"repo": "dword-design/nuxt-mail",
|
|
3888
|
+
"npm": "nuxt-mail",
|
|
3889
|
+
"icon": "",
|
|
3890
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
3891
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
3892
|
+
"learn_more": "",
|
|
3893
|
+
"category": "Extensions",
|
|
3894
|
+
"type": "3rd-party",
|
|
3895
|
+
"maintainers": [
|
|
3896
|
+
{
|
|
3897
|
+
"name": "Sebastian Landwehr",
|
|
3898
|
+
"github": "dword-design"
|
|
3899
|
+
}
|
|
3900
|
+
],
|
|
3901
|
+
"compatibility": {
|
|
3902
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3903
|
+
"requires": {}
|
|
3904
|
+
}
|
|
3905
|
+
},
|
|
3167
3906
|
{
|
|
3168
3907
|
"name": "nuxt-mapbox",
|
|
3169
3908
|
"description": "Elegant Mapbox integration with Nuxt",
|
|
@@ -3186,6 +3925,28 @@
|
|
|
3186
3925
|
"requires": {}
|
|
3187
3926
|
}
|
|
3188
3927
|
},
|
|
3928
|
+
{
|
|
3929
|
+
"name": "nuxt-mdi",
|
|
3930
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3931
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3932
|
+
"npm": "nuxt-mdi",
|
|
3933
|
+
"icon": "mdi.png",
|
|
3934
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3935
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3936
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3937
|
+
"category": "Libraries",
|
|
3938
|
+
"type": "3rd-party",
|
|
3939
|
+
"maintainers": [
|
|
3940
|
+
{
|
|
3941
|
+
"name": "Emil Rosenius",
|
|
3942
|
+
"github": "ERPedersen"
|
|
3943
|
+
}
|
|
3944
|
+
],
|
|
3945
|
+
"compatibility": {
|
|
3946
|
+
"nuxt": "^3.0.0",
|
|
3947
|
+
"requires": {}
|
|
3948
|
+
}
|
|
3949
|
+
},
|
|
3189
3950
|
{
|
|
3190
3951
|
"name": "nuxt-monaco-editor",
|
|
3191
3952
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3208,6 +3969,97 @@
|
|
|
3208
3969
|
"requires": {}
|
|
3209
3970
|
}
|
|
3210
3971
|
},
|
|
3972
|
+
{
|
|
3973
|
+
"name": "nuxt-mongoose",
|
|
3974
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3975
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
3976
|
+
"npm": "nuxt-mongoose",
|
|
3977
|
+
"icon": "nuxt-mongoose.svg",
|
|
3978
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3979
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3980
|
+
"learn_more": "",
|
|
3981
|
+
"category": "Database",
|
|
3982
|
+
"type": "3rd-party",
|
|
3983
|
+
"maintainers": [
|
|
3984
|
+
{
|
|
3985
|
+
"name": "arashsheyda",
|
|
3986
|
+
"github": "arashsheyda"
|
|
3987
|
+
}
|
|
3988
|
+
],
|
|
3989
|
+
"compatibility": {
|
|
3990
|
+
"nuxt": "^3.0.0",
|
|
3991
|
+
"requires": {},
|
|
3992
|
+
"devtools": "^0.0.0"
|
|
3993
|
+
}
|
|
3994
|
+
},
|
|
3995
|
+
{
|
|
3996
|
+
"name": "nuxt-oidc-auth",
|
|
3997
|
+
"description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
|
|
3998
|
+
"repo": "itpropro/nuxt-oidc-auth",
|
|
3999
|
+
"npm": "nuxt-oidc-auth",
|
|
4000
|
+
"icon": "",
|
|
4001
|
+
"github": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4002
|
+
"website": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4003
|
+
"learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4004
|
+
"category": "Security",
|
|
4005
|
+
"type": "3rd-party",
|
|
4006
|
+
"maintainers": [
|
|
4007
|
+
{
|
|
4008
|
+
"name": "Jan-Henrik Damaschke",
|
|
4009
|
+
"github": "itpropro",
|
|
4010
|
+
"twitter": "jandamaschke"
|
|
4011
|
+
}
|
|
4012
|
+
],
|
|
4013
|
+
"compatibility": {
|
|
4014
|
+
"nuxt": "^3.0.0",
|
|
4015
|
+
"requires": {}
|
|
4016
|
+
}
|
|
4017
|
+
},
|
|
4018
|
+
{
|
|
4019
|
+
"name": "nuxt-openapi-docs-module",
|
|
4020
|
+
"description": "Generate pages from OpenAPI specifications",
|
|
4021
|
+
"repo": "on-org/nuxt-openapi-docs-module",
|
|
4022
|
+
"npm": "nuxt-openapi-docs-module",
|
|
4023
|
+
"icon": "nuxt-openapi-docs-module.png",
|
|
4024
|
+
"github": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4025
|
+
"website": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4026
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
|
|
4027
|
+
"category": "Libraries",
|
|
4028
|
+
"type": "3rd-party",
|
|
4029
|
+
"maintainers": [
|
|
4030
|
+
{
|
|
4031
|
+
"name": "Pavel Kuzmin",
|
|
4032
|
+
"github": "s00d"
|
|
4033
|
+
}
|
|
4034
|
+
],
|
|
4035
|
+
"compatibility": {
|
|
4036
|
+
"nuxt": "^3.0.0",
|
|
4037
|
+
"requires": {}
|
|
4038
|
+
}
|
|
4039
|
+
},
|
|
4040
|
+
{
|
|
4041
|
+
"name": "nuxt-payload-analyzer",
|
|
4042
|
+
"description": "Analyze Nuxt Payload Size",
|
|
4043
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
4044
|
+
"npm": "nuxt-payload-analyzer",
|
|
4045
|
+
"icon": "",
|
|
4046
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
4047
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
4048
|
+
"learn_more": "",
|
|
4049
|
+
"category": "Performance",
|
|
4050
|
+
"type": "3rd-party",
|
|
4051
|
+
"maintainers": [
|
|
4052
|
+
{
|
|
4053
|
+
"name": "Barbapapazes",
|
|
4054
|
+
"github": "Barbapapazes",
|
|
4055
|
+
"twitter": "soubiran_"
|
|
4056
|
+
}
|
|
4057
|
+
],
|
|
4058
|
+
"compatibility": {
|
|
4059
|
+
"nuxt": "^3.0.0",
|
|
4060
|
+
"requires": {}
|
|
4061
|
+
}
|
|
4062
|
+
},
|
|
3211
4063
|
{
|
|
3212
4064
|
"name": "nuxt-pdf",
|
|
3213
4065
|
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
@@ -3231,6 +4083,28 @@
|
|
|
3231
4083
|
"requires": {}
|
|
3232
4084
|
}
|
|
3233
4085
|
},
|
|
4086
|
+
{
|
|
4087
|
+
"name": "nuxt-phosphor-icons",
|
|
4088
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
4089
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4090
|
+
"npm": "nuxt-phosphor-icons",
|
|
4091
|
+
"icon": "phosphor-icons.svg",
|
|
4092
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4093
|
+
"website": "https://nuxt-phosphor-icons.vercel.app",
|
|
4094
|
+
"learn_more": "https://nuxt-phosphor-icons.vercel.app",
|
|
4095
|
+
"category": "UI",
|
|
4096
|
+
"type": "3rd-party",
|
|
4097
|
+
"maintainers": [
|
|
4098
|
+
{
|
|
4099
|
+
"name": "OyewoleOyedeji",
|
|
4100
|
+
"github": "OyewoleOyedeji"
|
|
4101
|
+
}
|
|
4102
|
+
],
|
|
4103
|
+
"compatibility": {
|
|
4104
|
+
"nuxt": "^3.0.0",
|
|
4105
|
+
"requires": {}
|
|
4106
|
+
}
|
|
4107
|
+
},
|
|
3234
4108
|
{
|
|
3235
4109
|
"name": "nuxt-pino-log",
|
|
3236
4110
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3255,7 +4129,7 @@
|
|
|
3255
4129
|
},
|
|
3256
4130
|
{
|
|
3257
4131
|
"name": "plausible",
|
|
3258
|
-
"description": "Nuxt
|
|
4132
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3259
4133
|
"repo": "nuxt-modules/plausible",
|
|
3260
4134
|
"npm": "@nuxtjs/plausible",
|
|
3261
4135
|
"icon": "plausible.png",
|
|
@@ -3275,9 +4149,35 @@
|
|
|
3275
4149
|
"requires": {}
|
|
3276
4150
|
}
|
|
3277
4151
|
},
|
|
4152
|
+
{
|
|
4153
|
+
"name": "nuxt-plotly",
|
|
4154
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
4155
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
4156
|
+
"npm": "nuxt-plotly",
|
|
4157
|
+
"icon": "nuxt-plotly.svg",
|
|
4158
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
4159
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
4160
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
4161
|
+
"category": "Libraries",
|
|
4162
|
+
"type": "3rd-party",
|
|
4163
|
+
"maintainers": [
|
|
4164
|
+
{
|
|
4165
|
+
"name": "Supanut Dokmaithong",
|
|
4166
|
+
"github": "Boomgeek"
|
|
4167
|
+
},
|
|
4168
|
+
{
|
|
4169
|
+
"name": "superdev-tech",
|
|
4170
|
+
"github": "superdev-tech"
|
|
4171
|
+
}
|
|
4172
|
+
],
|
|
4173
|
+
"compatibility": {
|
|
4174
|
+
"nuxt": "^3.0.0",
|
|
4175
|
+
"requires": {}
|
|
4176
|
+
}
|
|
4177
|
+
},
|
|
3278
4178
|
{
|
|
3279
4179
|
"name": "nuxt-png-to-ico",
|
|
3280
|
-
"description": "Nuxt
|
|
4180
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3281
4181
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3282
4182
|
"npm": "nuxt-png-to-ico",
|
|
3283
4183
|
"icon": "",
|
|
@@ -3300,7 +4200,7 @@
|
|
|
3300
4200
|
},
|
|
3301
4201
|
{
|
|
3302
4202
|
"name": "nuxt-smartlook",
|
|
3303
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
4203
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3304
4204
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3305
4205
|
"npm": "nuxt-smartlook",
|
|
3306
4206
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3322,6 +4222,28 @@
|
|
|
3322
4222
|
"requires": {}
|
|
3323
4223
|
}
|
|
3324
4224
|
},
|
|
4225
|
+
{
|
|
4226
|
+
"name": "nuxt-social-share",
|
|
4227
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
4228
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
4229
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
4230
|
+
"icon": "nuxt-social-share.png",
|
|
4231
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4232
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4233
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
4234
|
+
"category": "Extensions",
|
|
4235
|
+
"type": "3rd-party",
|
|
4236
|
+
"maintainers": [
|
|
4237
|
+
{
|
|
4238
|
+
"name": "stefanobartoletti",
|
|
4239
|
+
"github": "stefanobartoletti"
|
|
4240
|
+
}
|
|
4241
|
+
],
|
|
4242
|
+
"compatibility": {
|
|
4243
|
+
"nuxt": "^3.0.0",
|
|
4244
|
+
"requires": {}
|
|
4245
|
+
}
|
|
4246
|
+
},
|
|
3325
4247
|
{
|
|
3326
4248
|
"name": "ssr-lit",
|
|
3327
4249
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -3352,10 +4274,10 @@
|
|
|
3352
4274
|
},
|
|
3353
4275
|
{
|
|
3354
4276
|
"name": "nuxt-storm",
|
|
3355
|
-
"description": "WebStorm & PHPStorm support for
|
|
4277
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3356
4278
|
"repo": "fumeapp/nuxt-storm",
|
|
3357
4279
|
"npm": "nuxt-storm",
|
|
3358
|
-
"icon": "
|
|
4280
|
+
"icon": "",
|
|
3359
4281
|
"github": "https://github.com/fumeapp/nuxt-storm",
|
|
3360
4282
|
"website": "https://github.com/fumeapp/nuxt-storm",
|
|
3361
4283
|
"learn_more": "https://github.com/fumeapp/nuxt-storm",
|
|
@@ -3372,6 +4294,30 @@
|
|
|
3372
4294
|
"requires": {}
|
|
3373
4295
|
}
|
|
3374
4296
|
},
|
|
4297
|
+
{
|
|
4298
|
+
"name": "nuxt-svgo-loader",
|
|
4299
|
+
"description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
|
|
4300
|
+
"repo": "Mini-ghost/nuxt-svgo-loader",
|
|
4301
|
+
"npm": "nuxt-svgo-loader",
|
|
4302
|
+
"icon": "",
|
|
4303
|
+
"github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4304
|
+
"website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4305
|
+
"learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4306
|
+
"category": "Images",
|
|
4307
|
+
"type": "3rd-party",
|
|
4308
|
+
"maintainers": [
|
|
4309
|
+
{
|
|
4310
|
+
"name": "Alex Liu",
|
|
4311
|
+
"github": "Mini-ghost",
|
|
4312
|
+
"twitter": "Minighost_Alex"
|
|
4313
|
+
}
|
|
4314
|
+
],
|
|
4315
|
+
"compatibility": {
|
|
4316
|
+
"nuxt": "^3.0.0",
|
|
4317
|
+
"requires": {},
|
|
4318
|
+
"devtools": "^0.0.0"
|
|
4319
|
+
}
|
|
4320
|
+
},
|
|
3375
4321
|
{
|
|
3376
4322
|
"name": "nuxt-svgo",
|
|
3377
4323
|
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
@@ -3396,7 +4342,7 @@
|
|
|
3396
4342
|
},
|
|
3397
4343
|
{
|
|
3398
4344
|
"name": "nuxt-unleash",
|
|
3399
|
-
"description": "Nuxt
|
|
4345
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3400
4346
|
"repo": "conejerock/nuxt-unleash",
|
|
3401
4347
|
"npm": "nuxt-unleash",
|
|
3402
4348
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3416,28 +4362,6 @@
|
|
|
3416
4362
|
"requires": {}
|
|
3417
4363
|
}
|
|
3418
4364
|
},
|
|
3419
|
-
{
|
|
3420
|
-
"name": "nuxt-use-motion",
|
|
3421
|
-
"description": "A Nuxt module putting your components in motion",
|
|
3422
|
-
"repo": "Tahul/nuxt-use-motion",
|
|
3423
|
-
"npm": "nuxt-use-motion",
|
|
3424
|
-
"icon": "nuxt-use-motion.svg",
|
|
3425
|
-
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
3426
|
-
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
3427
|
-
"learn_more": "https://github.com/vueuse/motion",
|
|
3428
|
-
"category": "Libraries",
|
|
3429
|
-
"type": "3rd-party",
|
|
3430
|
-
"maintainers": [
|
|
3431
|
-
{
|
|
3432
|
-
"name": "Tahul",
|
|
3433
|
-
"github": "Tahul"
|
|
3434
|
-
}
|
|
3435
|
-
],
|
|
3436
|
-
"compatibility": {
|
|
3437
|
-
"nuxt": "^2.0.0",
|
|
3438
|
-
"requires": {}
|
|
3439
|
-
}
|
|
3440
|
-
},
|
|
3441
4365
|
{
|
|
3442
4366
|
"name": "nuxt-use-sound",
|
|
3443
4367
|
"description": "A Nuxt module for playing sound effects.",
|
|
@@ -3487,12 +4411,12 @@
|
|
|
3487
4411
|
{
|
|
3488
4412
|
"name": "nuxt-vue3-google-signin",
|
|
3489
4413
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3490
|
-
"repo": "
|
|
4414
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3491
4415
|
"npm": "nuxt-vue3-google-signin",
|
|
3492
4416
|
"icon": "vue3-google-signin.svg",
|
|
3493
|
-
"github": "https://github.com/
|
|
3494
|
-
"website": "https://vue3-google-signin.
|
|
3495
|
-
"learn_more": "https://vue3-google-signin.
|
|
4417
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
4418
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
4419
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3496
4420
|
"category": "Libraries",
|
|
3497
4421
|
"type": "3rd-party",
|
|
3498
4422
|
"maintainers": [
|
|
@@ -3506,9 +4430,75 @@
|
|
|
3506
4430
|
"requires": {}
|
|
3507
4431
|
}
|
|
3508
4432
|
},
|
|
4433
|
+
{
|
|
4434
|
+
"name": "nuxt-zod-i18n",
|
|
4435
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
4436
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
4437
|
+
"npm": "nuxt-zod-i18n",
|
|
4438
|
+
"icon": "nuxt-zod-i18n.svg",
|
|
4439
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
4440
|
+
"website": "https://xibman-nuxt-zod-i18n.nuxt.space",
|
|
4441
|
+
"learn_more": "",
|
|
4442
|
+
"category": "Libraries",
|
|
4443
|
+
"type": "3rd-party",
|
|
4444
|
+
"maintainers": [
|
|
4445
|
+
{
|
|
4446
|
+
"name": "xibman",
|
|
4447
|
+
"github": "xibman"
|
|
4448
|
+
}
|
|
4449
|
+
],
|
|
4450
|
+
"compatibility": {
|
|
4451
|
+
"nuxt": "^3.0.0",
|
|
4452
|
+
"requires": {}
|
|
4453
|
+
}
|
|
4454
|
+
},
|
|
4455
|
+
{
|
|
4456
|
+
"name": "nuxt3-interpolation",
|
|
4457
|
+
"description": "",
|
|
4458
|
+
"repo": "daliborgogic/interpolation#master",
|
|
4459
|
+
"npm": "nuxt3-interpolation",
|
|
4460
|
+
"icon": "",
|
|
4461
|
+
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4462
|
+
"website": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4463
|
+
"learn_more": "",
|
|
4464
|
+
"category": "Devtools",
|
|
4465
|
+
"type": "3rd-party",
|
|
4466
|
+
"maintainers": [
|
|
4467
|
+
{
|
|
4468
|
+
"name": "daliborgogic",
|
|
4469
|
+
"github": "daliborgogic"
|
|
4470
|
+
}
|
|
4471
|
+
],
|
|
4472
|
+
"compatibility": {
|
|
4473
|
+
"nuxt": "^3.0.0",
|
|
4474
|
+
"requires": {}
|
|
4475
|
+
}
|
|
4476
|
+
},
|
|
4477
|
+
{
|
|
4478
|
+
"name": "nuxt3-leaflet",
|
|
4479
|
+
"description": "Leaflet integration with Nuxt",
|
|
4480
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4481
|
+
"npm": "nuxt3-leaflet",
|
|
4482
|
+
"icon": "leaflet.png",
|
|
4483
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4484
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4485
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4486
|
+
"category": "Libraries",
|
|
4487
|
+
"type": "3rd-party",
|
|
4488
|
+
"maintainers": [
|
|
4489
|
+
{
|
|
4490
|
+
"name": "Augustin MERCIER",
|
|
4491
|
+
"github": "Gugustinette"
|
|
4492
|
+
}
|
|
4493
|
+
],
|
|
4494
|
+
"compatibility": {
|
|
4495
|
+
"nuxt": "^3.0.0",
|
|
4496
|
+
"requires": {}
|
|
4497
|
+
}
|
|
4498
|
+
},
|
|
3509
4499
|
{
|
|
3510
4500
|
"name": "nuxt7",
|
|
3511
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4501
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3512
4502
|
"repo": "nuxt-community/nuxt7",
|
|
3513
4503
|
"npm": "nuxt7",
|
|
3514
4504
|
"icon": "",
|
|
@@ -3531,15 +4521,15 @@
|
|
|
3531
4521
|
},
|
|
3532
4522
|
{
|
|
3533
4523
|
"name": "og-image",
|
|
3534
|
-
"description": "
|
|
3535
|
-
"repo": "
|
|
4524
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
4525
|
+
"repo": "nuxt-modules/og-image",
|
|
3536
4526
|
"npm": "nuxt-og-image",
|
|
3537
|
-
"icon": "",
|
|
3538
|
-
"github": "https://github.com/
|
|
3539
|
-
"website": "https://
|
|
3540
|
-
"learn_more": "",
|
|
4527
|
+
"icon": "og-image.svg",
|
|
4528
|
+
"github": "https://github.com/nuxt-modules/og-image",
|
|
4529
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4530
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
3541
4531
|
"category": "SEO",
|
|
3542
|
-
"type": "
|
|
4532
|
+
"type": "community",
|
|
3543
4533
|
"maintainers": [
|
|
3544
4534
|
{
|
|
3545
4535
|
"name": "Harlan Wilton",
|
|
@@ -3550,7 +4540,8 @@
|
|
|
3550
4540
|
],
|
|
3551
4541
|
"compatibility": {
|
|
3552
4542
|
"nuxt": "^3.0.0",
|
|
3553
|
-
"requires": {}
|
|
4543
|
+
"requires": {},
|
|
4544
|
+
"devtools": "^0.0.0"
|
|
3554
4545
|
}
|
|
3555
4546
|
},
|
|
3556
4547
|
{
|
|
@@ -3578,13 +4569,13 @@
|
|
|
3578
4569
|
},
|
|
3579
4570
|
{
|
|
3580
4571
|
"name": "optimized-images",
|
|
3581
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4572
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
3582
4573
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
3583
4574
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
3584
4575
|
"icon": "",
|
|
3585
4576
|
"github": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
3586
|
-
"website": "https://
|
|
3587
|
-
"learn_more": "",
|
|
4577
|
+
"website": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
4578
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
|
|
3588
4579
|
"category": "Images",
|
|
3589
4580
|
"type": "3rd-party",
|
|
3590
4581
|
"maintainers": [
|
|
@@ -3623,7 +4614,7 @@
|
|
|
3623
4614
|
},
|
|
3624
4615
|
{
|
|
3625
4616
|
"name": "parse",
|
|
3626
|
-
"description": "Parse package for Nuxt
|
|
4617
|
+
"description": "Parse package for Nuxt",
|
|
3627
4618
|
"repo": "cierrateam/nuxt-parse",
|
|
3628
4619
|
"npm": "nuxt-parse",
|
|
3629
4620
|
"icon": "",
|
|
@@ -3643,6 +4634,29 @@
|
|
|
3643
4634
|
"requires": {}
|
|
3644
4635
|
}
|
|
3645
4636
|
},
|
|
4637
|
+
{
|
|
4638
|
+
"name": "particles",
|
|
4639
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4640
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4641
|
+
"npm": "nuxt-particles",
|
|
4642
|
+
"icon": "",
|
|
4643
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4644
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4645
|
+
"learn_more": "https://particles.js.org/",
|
|
4646
|
+
"category": "Libraries",
|
|
4647
|
+
"type": "3rd-party",
|
|
4648
|
+
"maintainers": [
|
|
4649
|
+
{
|
|
4650
|
+
"name": "Joey Pereira",
|
|
4651
|
+
"github": "Joepocalyptic",
|
|
4652
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4653
|
+
}
|
|
4654
|
+
],
|
|
4655
|
+
"compatibility": {
|
|
4656
|
+
"nuxt": "^3.0.0",
|
|
4657
|
+
"requires": {}
|
|
4658
|
+
}
|
|
4659
|
+
},
|
|
3646
4660
|
{
|
|
3647
4661
|
"name": "partytown",
|
|
3648
4662
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -3668,6 +4682,52 @@
|
|
|
3668
4682
|
}
|
|
3669
4683
|
}
|
|
3670
4684
|
},
|
|
4685
|
+
{
|
|
4686
|
+
"name": "paypal",
|
|
4687
|
+
"description": "A Nuxt module for simplifying the use of Paypal in your project.",
|
|
4688
|
+
"repo": "arashsheyda/nuxt-paypal",
|
|
4689
|
+
"npm": "nuxt-paypal",
|
|
4690
|
+
"icon": "paypal.svg",
|
|
4691
|
+
"github": "https://github.com/arashsheyda/nuxt-paypal",
|
|
4692
|
+
"website": "https://github.com/arashsheyda/nuxt-paypal#readme",
|
|
4693
|
+
"learn_more": "https://developer.paypal.com/sdk/js/reference/",
|
|
4694
|
+
"category": "Payment",
|
|
4695
|
+
"type": "3rd-party",
|
|
4696
|
+
"maintainers": [
|
|
4697
|
+
{
|
|
4698
|
+
"name": "Arash Sheyda",
|
|
4699
|
+
"github": "arashsheyda"
|
|
4700
|
+
}
|
|
4701
|
+
],
|
|
4702
|
+
"compatibility": {
|
|
4703
|
+
"nuxt": "^3.0.0",
|
|
4704
|
+
"requires": {}
|
|
4705
|
+
}
|
|
4706
|
+
},
|
|
4707
|
+
{
|
|
4708
|
+
"name": "pdfeasy",
|
|
4709
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
4710
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
4711
|
+
"npm": "nuxt-pdfeasy",
|
|
4712
|
+
"icon": "pdfeasy.png",
|
|
4713
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
4714
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
4715
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
4716
|
+
"category": "Extensions",
|
|
4717
|
+
"type": "3rd-party",
|
|
4718
|
+
"maintainers": [
|
|
4719
|
+
{
|
|
4720
|
+
"name": "Giovane Cardoso",
|
|
4721
|
+
"github": "novout",
|
|
4722
|
+
"twitter": "novoutttttt",
|
|
4723
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
4724
|
+
}
|
|
4725
|
+
],
|
|
4726
|
+
"compatibility": {
|
|
4727
|
+
"nuxt": "^3.0.0",
|
|
4728
|
+
"requires": {}
|
|
4729
|
+
}
|
|
4730
|
+
},
|
|
3671
4731
|
{
|
|
3672
4732
|
"name": "persian-datepicker",
|
|
3673
4733
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3765,7 +4825,7 @@
|
|
|
3765
4825
|
},
|
|
3766
4826
|
{
|
|
3767
4827
|
"name": "plausible",
|
|
3768
|
-
"description": "Nuxt
|
|
4828
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3769
4829
|
"repo": "nuxt-modules/plausible",
|
|
3770
4830
|
"npm": "@nuxtjs/plausible",
|
|
3771
4831
|
"icon": "",
|
|
@@ -3807,9 +4867,56 @@
|
|
|
3807
4867
|
"requires": {}
|
|
3808
4868
|
}
|
|
3809
4869
|
},
|
|
4870
|
+
{
|
|
4871
|
+
"name": "prepare",
|
|
4872
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4873
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4874
|
+
"npm": "nuxt-prepare",
|
|
4875
|
+
"icon": "prepare.svg",
|
|
4876
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4877
|
+
"website": "https://nuxt-prepare.byjohann.dev",
|
|
4878
|
+
"learn_more": "",
|
|
4879
|
+
"category": "Devtools",
|
|
4880
|
+
"type": "3rd-party",
|
|
4881
|
+
"maintainers": [
|
|
4882
|
+
{
|
|
4883
|
+
"name": "Johann Schopplich",
|
|
4884
|
+
"github": "johannschopplich",
|
|
4885
|
+
"twitter": "jschopplich",
|
|
4886
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
4887
|
+
}
|
|
4888
|
+
],
|
|
4889
|
+
"compatibility": {
|
|
4890
|
+
"nuxt": "^3.0.0",
|
|
4891
|
+
"requires": {}
|
|
4892
|
+
}
|
|
4893
|
+
},
|
|
4894
|
+
{
|
|
4895
|
+
"name": "primevue",
|
|
4896
|
+
"description": "Next Generation Vue UI Component Library",
|
|
4897
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
4898
|
+
"npm": "nuxt-primevue",
|
|
4899
|
+
"icon": "primevue.svg",
|
|
4900
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
4901
|
+
"website": "https://primevue.org/",
|
|
4902
|
+
"learn_more": "https://primevue.org/",
|
|
4903
|
+
"category": "UI",
|
|
4904
|
+
"type": "3rd-party",
|
|
4905
|
+
"maintainers": [
|
|
4906
|
+
{
|
|
4907
|
+
"name": "primefaces",
|
|
4908
|
+
"github": "primefaces",
|
|
4909
|
+
"twitter": "primevue"
|
|
4910
|
+
}
|
|
4911
|
+
],
|
|
4912
|
+
"compatibility": {
|
|
4913
|
+
"nuxt": "^3.0.0",
|
|
4914
|
+
"requires": {}
|
|
4915
|
+
}
|
|
4916
|
+
},
|
|
3810
4917
|
{
|
|
3811
4918
|
"name": "prismic",
|
|
3812
|
-
"description": "Easily connect your Nuxt
|
|
4919
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
3813
4920
|
"repo": "nuxt-modules/prismic",
|
|
3814
4921
|
"npm": "@nuxtjs/prismic",
|
|
3815
4922
|
"icon": "prismic.png",
|
|
@@ -3876,7 +4983,7 @@
|
|
|
3876
4983
|
},
|
|
3877
4984
|
{
|
|
3878
4985
|
"name": "proxy",
|
|
3879
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
4986
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
3880
4987
|
"repo": "nuxt-community/proxy-module",
|
|
3881
4988
|
"npm": "@nuxtjs/proxy",
|
|
3882
4989
|
"icon": "",
|
|
@@ -3922,7 +5029,7 @@
|
|
|
3922
5029
|
},
|
|
3923
5030
|
{
|
|
3924
5031
|
"name": "purgecss",
|
|
3925
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
5032
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
3926
5033
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
3927
5034
|
"npm": "nuxt-purgecss",
|
|
3928
5035
|
"icon": "purgecss.png",
|
|
@@ -3944,7 +5051,7 @@
|
|
|
3944
5051
|
},
|
|
3945
5052
|
{
|
|
3946
5053
|
"name": "pwa",
|
|
3947
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
5054
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
3948
5055
|
"repo": "nuxt-community/pwa-module",
|
|
3949
5056
|
"npm": "@nuxtjs/pwa",
|
|
3950
5057
|
"icon": "pwa.png",
|
|
@@ -3969,7 +5076,7 @@
|
|
|
3969
5076
|
},
|
|
3970
5077
|
{
|
|
3971
5078
|
"name": "python",
|
|
3972
|
-
"description": "Write Nuxt
|
|
5079
|
+
"description": "Write Nuxt applications using Python",
|
|
3973
5080
|
"repo": "nuxt-community/python-module",
|
|
3974
5081
|
"npm": "@nuxtjs/python",
|
|
3975
5082
|
"icon": "python.png",
|
|
@@ -4002,8 +5109,66 @@
|
|
|
4002
5109
|
"type": "3rd-party",
|
|
4003
5110
|
"maintainers": [
|
|
4004
5111
|
{
|
|
4005
|
-
"name": "Ege İliklier",
|
|
4006
|
-
"github": "Maiquu"
|
|
5112
|
+
"name": "Ege İliklier",
|
|
5113
|
+
"github": "Maiquu"
|
|
5114
|
+
}
|
|
5115
|
+
],
|
|
5116
|
+
"compatibility": {
|
|
5117
|
+
"nuxt": "^3.0.0",
|
|
5118
|
+
"requires": {},
|
|
5119
|
+
"devtools": "^0.0.0"
|
|
5120
|
+
}
|
|
5121
|
+
},
|
|
5122
|
+
{
|
|
5123
|
+
"name": "radash",
|
|
5124
|
+
"description": "radash module with auto-import and custom prefix",
|
|
5125
|
+
"repo": "bbg/nuxt-radash",
|
|
5126
|
+
"npm": "nuxt-radash",
|
|
5127
|
+
"icon": "radash.png",
|
|
5128
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
5129
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
5130
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
5131
|
+
"category": "Libraries",
|
|
5132
|
+
"type": "3rd-party",
|
|
5133
|
+
"maintainers": [
|
|
5134
|
+
{
|
|
5135
|
+
"name": "Batuhan Göksu",
|
|
5136
|
+
"github": "bbg"
|
|
5137
|
+
}
|
|
5138
|
+
],
|
|
5139
|
+
"compatibility": {
|
|
5140
|
+
"nuxt": "^3.0.0",
|
|
5141
|
+
"requires": {}
|
|
5142
|
+
}
|
|
5143
|
+
},
|
|
5144
|
+
{
|
|
5145
|
+
"name": "radix-vue",
|
|
5146
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
5147
|
+
"repo": "radix-vue/radix-vue",
|
|
5148
|
+
"npm": "radix-vue",
|
|
5149
|
+
"icon": "radix-vue.svg",
|
|
5150
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
5151
|
+
"website": "https://www.radix-vue.com/",
|
|
5152
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
5153
|
+
"category": "UI",
|
|
5154
|
+
"type": "3rd-party",
|
|
5155
|
+
"maintainers": [
|
|
5156
|
+
{
|
|
5157
|
+
"name": "Zernonia",
|
|
5158
|
+
"github": "zernonia",
|
|
5159
|
+
"twitter": "zernonia"
|
|
5160
|
+
},
|
|
5161
|
+
{
|
|
5162
|
+
"name": "Khairul Haaziq",
|
|
5163
|
+
"github": "khairulhaaziq"
|
|
5164
|
+
},
|
|
5165
|
+
{
|
|
5166
|
+
"name": "Mujahid Anuar",
|
|
5167
|
+
"github": "mujahidfa"
|
|
5168
|
+
},
|
|
5169
|
+
{
|
|
5170
|
+
"name": "Max",
|
|
5171
|
+
"github": "onmax"
|
|
4007
5172
|
}
|
|
4008
5173
|
],
|
|
4009
5174
|
"compatibility": {
|
|
@@ -4013,7 +5178,7 @@
|
|
|
4013
5178
|
},
|
|
4014
5179
|
{
|
|
4015
5180
|
"name": "recaptcha",
|
|
4016
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
5181
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4017
5182
|
"repo": "nuxt-community/recaptcha-module",
|
|
4018
5183
|
"npm": "@nuxtjs/recaptcha",
|
|
4019
5184
|
"icon": "recaptcha.png",
|
|
@@ -4056,9 +5221,32 @@
|
|
|
4056
5221
|
"requires": {}
|
|
4057
5222
|
}
|
|
4058
5223
|
},
|
|
5224
|
+
{
|
|
5225
|
+
"name": "resend",
|
|
5226
|
+
"description": "Resend integration for Nuxt",
|
|
5227
|
+
"repo": "nhedger/nuxt-resend",
|
|
5228
|
+
"npm": "nuxt-resend",
|
|
5229
|
+
"icon": "resend.svg",
|
|
5230
|
+
"github": "https://github.com/nhedger/nuxt-resend",
|
|
5231
|
+
"website": "https://github.com/nhedger/nuxt-resend",
|
|
5232
|
+
"learn_more": "https://resend.com",
|
|
5233
|
+
"category": "Extensions",
|
|
5234
|
+
"type": "3rd-party",
|
|
5235
|
+
"maintainers": [
|
|
5236
|
+
{
|
|
5237
|
+
"name": "Nicolas Hedger",
|
|
5238
|
+
"github": "nhedger",
|
|
5239
|
+
"twitter": "nicolashedger"
|
|
5240
|
+
}
|
|
5241
|
+
],
|
|
5242
|
+
"compatibility": {
|
|
5243
|
+
"nuxt": "^3.0.0",
|
|
5244
|
+
"requires": {}
|
|
5245
|
+
}
|
|
5246
|
+
},
|
|
4059
5247
|
{
|
|
4060
5248
|
"name": "rfg-icon",
|
|
4061
|
-
"description": "Nuxt
|
|
5249
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4062
5250
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4063
5251
|
"npm": "nuxt-rfg-icon",
|
|
4064
5252
|
"icon": "real-favicon-generator.png",
|
|
@@ -4080,13 +5268,13 @@
|
|
|
4080
5268
|
},
|
|
4081
5269
|
{
|
|
4082
5270
|
"name": "robots",
|
|
4083
|
-
"description": "A Nuxt
|
|
4084
|
-
"repo": "nuxt-
|
|
5271
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
5272
|
+
"repo": "nuxt-modules/robots",
|
|
4085
5273
|
"npm": "@nuxtjs/robots",
|
|
4086
5274
|
"icon": "robots.png",
|
|
4087
|
-
"github": "https://github.com/nuxt-
|
|
4088
|
-
"website": "https://github.com/nuxt-
|
|
4089
|
-
"learn_more": "
|
|
5275
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
5276
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
5277
|
+
"learn_more": "",
|
|
4090
5278
|
"category": "SEO",
|
|
4091
5279
|
"type": "community",
|
|
4092
5280
|
"maintainers": [
|
|
@@ -4104,23 +5292,23 @@
|
|
|
4104
5292
|
},
|
|
4105
5293
|
{
|
|
4106
5294
|
"name": "rollbar",
|
|
4107
|
-
"description": "
|
|
4108
|
-
"repo": "
|
|
4109
|
-
"npm": "nuxt-rollbar
|
|
5295
|
+
"description": "Nuxt 3 module to integrate Rollbar.",
|
|
5296
|
+
"repo": "jairoblatt/nuxt-rollbar",
|
|
5297
|
+
"npm": "nuxt-rollbar",
|
|
4110
5298
|
"icon": "rollbar.png",
|
|
4111
|
-
"github": "https://github.com/
|
|
4112
|
-
"website": "https://github.com/
|
|
5299
|
+
"github": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
5300
|
+
"website": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
4113
5301
|
"learn_more": "https://docs.rollbar.com/docs/javascript",
|
|
4114
5302
|
"category": "Monitoring",
|
|
4115
5303
|
"type": "3rd-party",
|
|
4116
5304
|
"maintainers": [
|
|
4117
5305
|
{
|
|
4118
|
-
"name": "
|
|
4119
|
-
"github": "
|
|
5306
|
+
"name": "Jairo Blatt",
|
|
5307
|
+
"github": "jairoblatt"
|
|
4120
5308
|
}
|
|
4121
5309
|
],
|
|
4122
5310
|
"compatibility": {
|
|
4123
|
-
"nuxt": "^
|
|
5311
|
+
"nuxt": "^3.0.0",
|
|
4124
5312
|
"requires": {}
|
|
4125
5313
|
}
|
|
4126
5314
|
},
|
|
@@ -4149,7 +5337,7 @@
|
|
|
4149
5337
|
},
|
|
4150
5338
|
{
|
|
4151
5339
|
"name": "router",
|
|
4152
|
-
"description": "Nuxt
|
|
5340
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4153
5341
|
"repo": "nuxt-community/router-module",
|
|
4154
5342
|
"npm": "@nuxtjs/router",
|
|
4155
5343
|
"icon": "vue.png",
|
|
@@ -4197,13 +5385,13 @@
|
|
|
4197
5385
|
},
|
|
4198
5386
|
{
|
|
4199
5387
|
"name": "schema-org",
|
|
4200
|
-
"description": "
|
|
4201
|
-
"repo": "
|
|
5388
|
+
"description": "Quick and easy Schema.org graphs.",
|
|
5389
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4202
5390
|
"npm": "nuxt-schema-org",
|
|
4203
5391
|
"icon": "schema-org.svg",
|
|
4204
|
-
"github": "https://github.com/
|
|
4205
|
-
"website": "https://
|
|
4206
|
-
"learn_more": "https://
|
|
5392
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
5393
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
5394
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4207
5395
|
"category": "SEO",
|
|
4208
5396
|
"type": "3rd-party",
|
|
4209
5397
|
"maintainers": [
|
|
@@ -4266,13 +5454,13 @@
|
|
|
4266
5454
|
},
|
|
4267
5455
|
{
|
|
4268
5456
|
"name": "segment",
|
|
4269
|
-
"description": "Nuxt
|
|
5457
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4270
5458
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4271
5459
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4272
5460
|
"icon": "segment.png",
|
|
4273
5461
|
"github": "https://github.com/dansmaculotte/nuxt-segment",
|
|
4274
5462
|
"website": "https://github.com/dansmaculotte/nuxt-segment",
|
|
4275
|
-
"learn_more": "
|
|
5463
|
+
"learn_more": "",
|
|
4276
5464
|
"category": "Analytics",
|
|
4277
5465
|
"type": "3rd-party",
|
|
4278
5466
|
"maintainers": [
|
|
@@ -4288,10 +5476,10 @@
|
|
|
4288
5476
|
},
|
|
4289
5477
|
{
|
|
4290
5478
|
"name": "sentry",
|
|
4291
|
-
"description": "Sentry module for Nuxt
|
|
5479
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4292
5480
|
"repo": "nuxt-community/sentry-module",
|
|
4293
5481
|
"npm": "@nuxtjs/sentry",
|
|
4294
|
-
"icon": "sentry.
|
|
5482
|
+
"icon": "sentry.svg",
|
|
4295
5483
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4296
5484
|
"website": "https://sentry.nuxtjs.org/",
|
|
4297
5485
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4309,20 +5497,22 @@
|
|
|
4309
5497
|
}
|
|
4310
5498
|
},
|
|
4311
5499
|
{
|
|
4312
|
-
"name": "seo-
|
|
4313
|
-
"description": "
|
|
4314
|
-
"repo": "harlan-zw/nuxt-seo-
|
|
4315
|
-
"npm": "nuxt-seo-
|
|
4316
|
-
"icon": "seo-
|
|
4317
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-
|
|
4318
|
-
"website": "https://
|
|
4319
|
-
"learn_more": "",
|
|
5500
|
+
"name": "seo-experiments",
|
|
5501
|
+
"description": "Powerful SEO DX improvements.",
|
|
5502
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5503
|
+
"npm": "nuxt-seo-experiments",
|
|
5504
|
+
"icon": "seo-experiments.svg",
|
|
5505
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5506
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5507
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
4320
5508
|
"category": "SEO",
|
|
4321
5509
|
"type": "3rd-party",
|
|
4322
5510
|
"maintainers": [
|
|
4323
5511
|
{
|
|
4324
|
-
"name": "
|
|
4325
|
-
"github": "harlan-zw"
|
|
5512
|
+
"name": "Harlan Wilton",
|
|
5513
|
+
"github": "harlan-zw",
|
|
5514
|
+
"twitter": "harlan_zw",
|
|
5515
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4326
5516
|
}
|
|
4327
5517
|
],
|
|
4328
5518
|
"compatibility": {
|
|
@@ -4353,9 +5543,31 @@
|
|
|
4353
5543
|
"requires": {}
|
|
4354
5544
|
}
|
|
4355
5545
|
},
|
|
5546
|
+
{
|
|
5547
|
+
"name": "seo",
|
|
5548
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
5549
|
+
"repo": "harlan-zw/nuxt-seo",
|
|
5550
|
+
"npm": "@nuxtjs/seo",
|
|
5551
|
+
"icon": "nuxt.svg",
|
|
5552
|
+
"github": "https://github.com/harlan-zw/nuxt-seo",
|
|
5553
|
+
"website": "https://nuxtseo.com/",
|
|
5554
|
+
"learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
5555
|
+
"category": "SEO",
|
|
5556
|
+
"type": "3rd-party",
|
|
5557
|
+
"maintainers": [
|
|
5558
|
+
{
|
|
5559
|
+
"name": "harlan-zw",
|
|
5560
|
+
"github": "harlan-zw"
|
|
5561
|
+
}
|
|
5562
|
+
],
|
|
5563
|
+
"compatibility": {
|
|
5564
|
+
"nuxt": "^3.0.0",
|
|
5565
|
+
"requires": {}
|
|
5566
|
+
}
|
|
5567
|
+
},
|
|
4356
5568
|
{
|
|
4357
5569
|
"name": "seomatic-meta",
|
|
4358
|
-
"description": "A Nuxt
|
|
5570
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4359
5571
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4360
5572
|
"npm": "nuxt-seomatic-meta",
|
|
4361
5573
|
"icon": "seomatic.png",
|
|
@@ -4398,6 +5610,29 @@
|
|
|
4398
5610
|
"requires": {}
|
|
4399
5611
|
}
|
|
4400
5612
|
},
|
|
5613
|
+
{
|
|
5614
|
+
"name": "server-block",
|
|
5615
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5616
|
+
"repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
|
|
5617
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
5618
|
+
"icon": "server-block.svg",
|
|
5619
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
5620
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5621
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5622
|
+
"category": "Extensions",
|
|
5623
|
+
"type": "3rd-party",
|
|
5624
|
+
"maintainers": [
|
|
5625
|
+
{
|
|
5626
|
+
"name": "Hebilicious",
|
|
5627
|
+
"github": "Hebilicious",
|
|
5628
|
+
"twitter": "its_hebilicious"
|
|
5629
|
+
}
|
|
5630
|
+
],
|
|
5631
|
+
"compatibility": {
|
|
5632
|
+
"nuxt": "^3.0.0",
|
|
5633
|
+
"requires": {}
|
|
5634
|
+
}
|
|
5635
|
+
},
|
|
4401
5636
|
{
|
|
4402
5637
|
"name": "session",
|
|
4403
5638
|
"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",
|
|
@@ -4423,7 +5658,7 @@
|
|
|
4423
5658
|
},
|
|
4424
5659
|
{
|
|
4425
5660
|
"name": "shopify",
|
|
4426
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5661
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4427
5662
|
"repo": "Gomah/nuxt-shopify",
|
|
4428
5663
|
"npm": "nuxt-shopify",
|
|
4429
5664
|
"icon": "shopify.png",
|
|
@@ -4444,7 +5679,7 @@
|
|
|
4444
5679
|
}
|
|
4445
5680
|
},
|
|
4446
5681
|
{
|
|
4447
|
-
"name": "
|
|
5682
|
+
"name": "sidebase-auth",
|
|
4448
5683
|
"description": "Zero-boilerplate authentication for nuxt 3 with support for many strategies (oauth, credentials, ...) and providers (google, azure, ...). Additionally supports session manipulation, client- and server-side protection and more.",
|
|
4449
5684
|
"repo": "sidebase/nuxt-auth",
|
|
4450
5685
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -4490,13 +5725,13 @@
|
|
|
4490
5725
|
},
|
|
4491
5726
|
{
|
|
4492
5727
|
"name": "simple-robots",
|
|
4493
|
-
"description": "
|
|
5728
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
4494
5729
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4495
5730
|
"npm": "nuxt-simple-robots",
|
|
4496
|
-
"icon": "",
|
|
5731
|
+
"icon": "simple-robots.svg",
|
|
4497
5732
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4498
|
-
"website": "https://
|
|
4499
|
-
"learn_more": "",
|
|
5733
|
+
"website": "https://nuxtseo.com/robots",
|
|
5734
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
4500
5735
|
"category": "SEO",
|
|
4501
5736
|
"type": "3rd-party",
|
|
4502
5737
|
"maintainers": [
|
|
@@ -4513,41 +5748,23 @@
|
|
|
4513
5748
|
}
|
|
4514
5749
|
},
|
|
4515
5750
|
{
|
|
4516
|
-
"name": "
|
|
4517
|
-
"description": "
|
|
4518
|
-
"repo": "
|
|
4519
|
-
"npm": "
|
|
4520
|
-
"icon": "",
|
|
4521
|
-
"github": "https://github.com/
|
|
4522
|
-
"website": "https://
|
|
4523
|
-
"learn_more": "",
|
|
5751
|
+
"name": "sitemap",
|
|
5752
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
5753
|
+
"repo": "nuxt-modules/sitemap",
|
|
5754
|
+
"npm": "@nuxtjs/sitemap",
|
|
5755
|
+
"icon": "simple-sitemap.svg",
|
|
5756
|
+
"github": "https://github.com/nuxt-modules/sitemap",
|
|
5757
|
+
"website": "https://nuxtseo.com/",
|
|
5758
|
+
"learn_more": "https://nuxtseo.com/sitemap",
|
|
4524
5759
|
"category": "SEO",
|
|
4525
|
-
"type": "
|
|
5760
|
+
"type": "community",
|
|
4526
5761
|
"maintainers": [
|
|
4527
5762
|
{
|
|
4528
5763
|
"name": "Harlan Wilton",
|
|
4529
5764
|
"github": "harlan-zw",
|
|
4530
5765
|
"twitter": "harlan_zw",
|
|
4531
5766
|
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4532
|
-
}
|
|
4533
|
-
],
|
|
4534
|
-
"compatibility": {
|
|
4535
|
-
"nuxt": "^3.0.0",
|
|
4536
|
-
"requires": {}
|
|
4537
|
-
}
|
|
4538
|
-
},
|
|
4539
|
-
{
|
|
4540
|
-
"name": "sitemap",
|
|
4541
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
|
|
4542
|
-
"repo": "nuxt-community/sitemap-module#dev",
|
|
4543
|
-
"npm": "@nuxtjs/sitemap",
|
|
4544
|
-
"icon": "",
|
|
4545
|
-
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
4546
|
-
"website": "https://sitemap.nuxtjs.org",
|
|
4547
|
-
"learn_more": "",
|
|
4548
|
-
"category": "SEO",
|
|
4549
|
-
"type": "community",
|
|
4550
|
-
"maintainers": [
|
|
5767
|
+
},
|
|
4551
5768
|
{
|
|
4552
5769
|
"name": "Nicolas PENNEC",
|
|
4553
5770
|
"github": "NicoPennec",
|
|
@@ -4555,7 +5772,7 @@
|
|
|
4555
5772
|
}
|
|
4556
5773
|
],
|
|
4557
5774
|
"compatibility": {
|
|
4558
|
-
"nuxt": "^
|
|
5775
|
+
"nuxt": "^3.0.0",
|
|
4559
5776
|
"requires": {}
|
|
4560
5777
|
}
|
|
4561
5778
|
},
|
|
@@ -4583,7 +5800,7 @@
|
|
|
4583
5800
|
},
|
|
4584
5801
|
{
|
|
4585
5802
|
"name": "snipcart",
|
|
4586
|
-
"description": "Snipcart integration module for Nuxt
|
|
5803
|
+
"description": "Snipcart integration module for Nuxt",
|
|
4587
5804
|
"repo": "nuxt-modules/snipcart",
|
|
4588
5805
|
"npm": "@nuxtjs/snipcart",
|
|
4589
5806
|
"icon": "snipcart.png",
|
|
@@ -4606,7 +5823,7 @@
|
|
|
4606
5823
|
},
|
|
4607
5824
|
{
|
|
4608
5825
|
"name": "social-meta",
|
|
4609
|
-
"description": "Nuxt
|
|
5826
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
4610
5827
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
4611
5828
|
"npm": "nuxt-social-meta",
|
|
4612
5829
|
"icon": "",
|
|
@@ -4728,7 +5945,7 @@
|
|
|
4728
5945
|
},
|
|
4729
5946
|
{
|
|
4730
5947
|
"name": "storage",
|
|
4731
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
5948
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
4732
5949
|
"repo": "mazipan/nuxt-storage",
|
|
4733
5950
|
"npm": "nuxt-storage",
|
|
4734
5951
|
"icon": "",
|
|
@@ -4750,7 +5967,7 @@
|
|
|
4750
5967
|
},
|
|
4751
5968
|
{
|
|
4752
5969
|
"name": "storefront-ui",
|
|
4753
|
-
"description": "Storefront UI Module for Nuxt
|
|
5970
|
+
"description": "Storefront UI Module for Nuxt",
|
|
4754
5971
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
4755
5972
|
"npm": "@storefront-ui/nuxt",
|
|
4756
5973
|
"icon": "storefront-ui.svg",
|
|
@@ -4794,8 +6011,8 @@
|
|
|
4794
6011
|
},
|
|
4795
6012
|
{
|
|
4796
6013
|
"name": "storyblok",
|
|
4797
|
-
"description": "Storyblok Nuxt
|
|
4798
|
-
"repo": "storyblok/storyblok-nuxt#
|
|
6014
|
+
"description": "Storyblok Nuxt module",
|
|
6015
|
+
"repo": "storyblok/storyblok-nuxt#main",
|
|
4799
6016
|
"npm": "@storyblok/nuxt",
|
|
4800
6017
|
"icon": "storyblok.png",
|
|
4801
6018
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -4811,46 +6028,43 @@
|
|
|
4811
6028
|
],
|
|
4812
6029
|
"compatibility": {
|
|
4813
6030
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4814
|
-
"requires": {}
|
|
6031
|
+
"requires": {},
|
|
6032
|
+
"devtools": "^0.0.0"
|
|
4815
6033
|
}
|
|
4816
6034
|
},
|
|
4817
6035
|
{
|
|
4818
6036
|
"name": "storybook",
|
|
4819
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
4820
|
-
"repo": "nuxt-
|
|
6037
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
6038
|
+
"repo": "nuxt-modules/storybook",
|
|
4821
6039
|
"npm": "@nuxtjs/storybook",
|
|
4822
6040
|
"icon": "storybook.png",
|
|
4823
|
-
"github": "https://github.com/nuxt-
|
|
6041
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
4824
6042
|
"website": "https://storybook.nuxtjs.org",
|
|
4825
|
-
"learn_more": "https://
|
|
6043
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
4826
6044
|
"category": "Devtools",
|
|
4827
6045
|
"type": "community",
|
|
4828
6046
|
"maintainers": [
|
|
4829
6047
|
{
|
|
4830
|
-
"name": "
|
|
4831
|
-
"github": "
|
|
4832
|
-
"twitter": "
|
|
4833
|
-
},
|
|
4834
|
-
{
|
|
4835
|
-
"name": "Pooya Parsa",
|
|
4836
|
-
"github": "pi0",
|
|
4837
|
-
"twitter": "_pi0_"
|
|
6048
|
+
"name": "Chakir QATAB",
|
|
6049
|
+
"github": "chakAs3",
|
|
6050
|
+
"twitter": "ChakirQatab"
|
|
4838
6051
|
}
|
|
4839
6052
|
],
|
|
4840
6053
|
"compatibility": {
|
|
4841
|
-
"nuxt": "^2.0.0",
|
|
6054
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4842
6055
|
"requires": {
|
|
4843
6056
|
"bridge": "optional"
|
|
4844
|
-
}
|
|
6057
|
+
},
|
|
6058
|
+
"devtools": "^0.7.2"
|
|
4845
6059
|
}
|
|
4846
6060
|
},
|
|
4847
6061
|
{
|
|
4848
6062
|
"name": "strapi",
|
|
4849
6063
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
4850
|
-
"repo": "nuxt-
|
|
6064
|
+
"repo": "nuxt-modules/strapi",
|
|
4851
6065
|
"npm": "@nuxtjs/strapi",
|
|
4852
6066
|
"icon": "strapi.png",
|
|
4853
|
-
"github": "https://github.com/nuxt-
|
|
6067
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
4854
6068
|
"website": "https://strapi.nuxtjs.org",
|
|
4855
6069
|
"learn_more": "https://strapi.io/",
|
|
4856
6070
|
"category": "CMS",
|
|
@@ -4871,7 +6085,34 @@
|
|
|
4871
6085
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4872
6086
|
"requires": {
|
|
4873
6087
|
"bridge": true
|
|
6088
|
+
},
|
|
6089
|
+
"devtools": "^0.0.0"
|
|
6090
|
+
}
|
|
6091
|
+
},
|
|
6092
|
+
{
|
|
6093
|
+
"name": "stripe-next",
|
|
6094
|
+
"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.",
|
|
6095
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
6096
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
6097
|
+
"icon": "stripe.png",
|
|
6098
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
6099
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
6100
|
+
"learn_more": "https://stripe.com/docs",
|
|
6101
|
+
"category": "Payment",
|
|
6102
|
+
"type": "3rd-party",
|
|
6103
|
+
"maintainers": [
|
|
6104
|
+
{
|
|
6105
|
+
"name": "Loic Fuentes",
|
|
6106
|
+
"github": "fuentesloic"
|
|
6107
|
+
},
|
|
6108
|
+
{
|
|
6109
|
+
"name": "Florent Giraud",
|
|
6110
|
+
"github": "flozero"
|
|
4874
6111
|
}
|
|
6112
|
+
],
|
|
6113
|
+
"compatibility": {
|
|
6114
|
+
"nuxt": "^3.0.0",
|
|
6115
|
+
"requires": {}
|
|
4875
6116
|
}
|
|
4876
6117
|
},
|
|
4877
6118
|
{
|
|
@@ -4896,6 +6137,36 @@
|
|
|
4896
6137
|
"requires": {}
|
|
4897
6138
|
}
|
|
4898
6139
|
},
|
|
6140
|
+
{
|
|
6141
|
+
"name": "studio",
|
|
6142
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
6143
|
+
"repo": "nuxtlabs/studio-module",
|
|
6144
|
+
"npm": "@nuxthq/studio",
|
|
6145
|
+
"icon": "studio.svg",
|
|
6146
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
6147
|
+
"website": "https://nuxt.studio",
|
|
6148
|
+
"learn_more": "https://nuxt.studio",
|
|
6149
|
+
"category": "CMS",
|
|
6150
|
+
"type": "3rd-party",
|
|
6151
|
+
"maintainers": [
|
|
6152
|
+
{
|
|
6153
|
+
"name": "Ahad Birang",
|
|
6154
|
+
"github": "farnabaz",
|
|
6155
|
+
"twitter": "a_birang"
|
|
6156
|
+
},
|
|
6157
|
+
{
|
|
6158
|
+
"name": "Sébastien Chopin",
|
|
6159
|
+
"github": "Atinux",
|
|
6160
|
+
"twitter": "Atinux"
|
|
6161
|
+
}
|
|
6162
|
+
],
|
|
6163
|
+
"compatibility": {
|
|
6164
|
+
"nuxt": "^3.0.0",
|
|
6165
|
+
"requires": {
|
|
6166
|
+
"content": true
|
|
6167
|
+
}
|
|
6168
|
+
}
|
|
6169
|
+
},
|
|
4899
6170
|
{
|
|
4900
6171
|
"name": "style-resources",
|
|
4901
6172
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -4921,7 +6192,7 @@
|
|
|
4921
6192
|
},
|
|
4922
6193
|
{
|
|
4923
6194
|
"name": "stylelint",
|
|
4924
|
-
"description": "Stylelint module for Nuxt.
|
|
6195
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
4925
6196
|
"repo": "nuxt-community/stylelint-module",
|
|
4926
6197
|
"npm": "@nuxtjs/stylelint-module",
|
|
4927
6198
|
"icon": "stylelint.png",
|
|
@@ -4967,10 +6238,10 @@
|
|
|
4967
6238
|
{
|
|
4968
6239
|
"name": "supabase",
|
|
4969
6240
|
"description": "First class integration with Supabase",
|
|
4970
|
-
"repo": "nuxt-
|
|
6241
|
+
"repo": "nuxt-modules/supabase",
|
|
4971
6242
|
"npm": "@nuxtjs/supabase",
|
|
4972
6243
|
"icon": "supabase.png",
|
|
4973
|
-
"github": "https://github.com/nuxt-
|
|
6244
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
4974
6245
|
"website": "https://supabase.nuxtjs.org",
|
|
4975
6246
|
"learn_more": "https://supabase.com",
|
|
4976
6247
|
"category": "Database",
|
|
@@ -5021,12 +6292,12 @@
|
|
|
5021
6292
|
},
|
|
5022
6293
|
{
|
|
5023
6294
|
"name": "svg-sprite",
|
|
5024
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5025
|
-
"repo": "nuxt-
|
|
6295
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
6296
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5026
6297
|
"npm": "@nuxtjs/svg-sprite",
|
|
5027
6298
|
"icon": "",
|
|
5028
|
-
"github": "https://github.com/nuxt-
|
|
5029
|
-
"website": "https://github.com/nuxt-
|
|
6299
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
6300
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5030
6301
|
"learn_more": "",
|
|
5031
6302
|
"category": "UI",
|
|
5032
6303
|
"type": "community",
|
|
@@ -5038,13 +6309,13 @@
|
|
|
5038
6309
|
}
|
|
5039
6310
|
],
|
|
5040
6311
|
"compatibility": {
|
|
5041
|
-
"nuxt": "^2.0.0",
|
|
6312
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5042
6313
|
"requires": {}
|
|
5043
6314
|
}
|
|
5044
6315
|
},
|
|
5045
6316
|
{
|
|
5046
6317
|
"name": "svg",
|
|
5047
|
-
"description": "Super simple svg loading module for Nuxt
|
|
6318
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5048
6319
|
"repo": "nuxt-community/svg-module",
|
|
5049
6320
|
"npm": "@nuxtjs/svg",
|
|
5050
6321
|
"icon": "",
|
|
@@ -5088,7 +6359,7 @@
|
|
|
5088
6359
|
},
|
|
5089
6360
|
{
|
|
5090
6361
|
"name": "swiper",
|
|
5091
|
-
"description": "Nuxt
|
|
6362
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5092
6363
|
"repo": "cpreston321/nuxt-swiper",
|
|
5093
6364
|
"npm": "nuxt-swiper",
|
|
5094
6365
|
"icon": "swiper.svg",
|
|
@@ -5134,10 +6405,10 @@
|
|
|
5134
6405
|
{
|
|
5135
6406
|
"name": "tailwindcss",
|
|
5136
6407
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5137
|
-
"repo": "nuxt-
|
|
6408
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5138
6409
|
"npm": "@nuxtjs/tailwindcss",
|
|
5139
6410
|
"icon": "tailwindcss.png",
|
|
5140
|
-
"github": "https://github.com/nuxt-
|
|
6411
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5141
6412
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5142
6413
|
"learn_more": "https://tailwindcss.com/",
|
|
5143
6414
|
"category": "UI",
|
|
@@ -5147,11 +6418,16 @@
|
|
|
5147
6418
|
"name": "Sébastien Chopin",
|
|
5148
6419
|
"github": "Atinux",
|
|
5149
6420
|
"twitter": "Atinux"
|
|
6421
|
+
},
|
|
6422
|
+
{
|
|
6423
|
+
"name": "Inesh Bose",
|
|
6424
|
+
"github": "ineshbose"
|
|
5150
6425
|
}
|
|
5151
6426
|
],
|
|
5152
6427
|
"compatibility": {
|
|
5153
6428
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5154
|
-
"requires": {}
|
|
6429
|
+
"requires": {},
|
|
6430
|
+
"devtools": "^0.0.0"
|
|
5155
6431
|
}
|
|
5156
6432
|
},
|
|
5157
6433
|
{
|
|
@@ -5177,9 +6453,53 @@
|
|
|
5177
6453
|
"requires": {}
|
|
5178
6454
|
}
|
|
5179
6455
|
},
|
|
6456
|
+
{
|
|
6457
|
+
"name": "time",
|
|
6458
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
6459
|
+
"repo": "danielroe/nuxt-time",
|
|
6460
|
+
"npm": "nuxt-time",
|
|
6461
|
+
"icon": "",
|
|
6462
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
6463
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
6464
|
+
"learn_more": "",
|
|
6465
|
+
"category": "Extensions",
|
|
6466
|
+
"type": "3rd-party",
|
|
6467
|
+
"maintainers": [
|
|
6468
|
+
{
|
|
6469
|
+
"name": "danielroe",
|
|
6470
|
+
"github": "danielroe"
|
|
6471
|
+
}
|
|
6472
|
+
],
|
|
6473
|
+
"compatibility": {
|
|
6474
|
+
"nuxt": "^3.0.0",
|
|
6475
|
+
"requires": {}
|
|
6476
|
+
}
|
|
6477
|
+
},
|
|
6478
|
+
{
|
|
6479
|
+
"name": "tiptap",
|
|
6480
|
+
"description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
|
|
6481
|
+
"repo": "modbender/nuxt-tiptap-editor",
|
|
6482
|
+
"npm": "nuxt-tiptap-editor",
|
|
6483
|
+
"icon": "tiptap.png",
|
|
6484
|
+
"github": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6485
|
+
"website": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6486
|
+
"learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6487
|
+
"category": "Libraries",
|
|
6488
|
+
"type": "3rd-party",
|
|
6489
|
+
"maintainers": [
|
|
6490
|
+
{
|
|
6491
|
+
"name": "modbender",
|
|
6492
|
+
"github": "modbender"
|
|
6493
|
+
}
|
|
6494
|
+
],
|
|
6495
|
+
"compatibility": {
|
|
6496
|
+
"nuxt": "^3.0.0",
|
|
6497
|
+
"requires": {}
|
|
6498
|
+
}
|
|
6499
|
+
},
|
|
5180
6500
|
{
|
|
5181
6501
|
"name": "toast",
|
|
5182
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6502
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5183
6503
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5184
6504
|
"npm": "@nuxtjs/toast",
|
|
5185
6505
|
"icon": "",
|
|
@@ -5200,6 +6520,61 @@
|
|
|
5200
6520
|
"requires": {}
|
|
5201
6521
|
}
|
|
5202
6522
|
},
|
|
6523
|
+
{
|
|
6524
|
+
"name": "translation-manager",
|
|
6525
|
+
"description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
|
|
6526
|
+
"repo": "samk-dev/nuxt-translation-manager",
|
|
6527
|
+
"npm": "nuxt-translation-manager",
|
|
6528
|
+
"icon": "translation-manager.png",
|
|
6529
|
+
"github": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6530
|
+
"website": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6531
|
+
"learn_more": "",
|
|
6532
|
+
"category": "Extensions",
|
|
6533
|
+
"type": "3rd-party",
|
|
6534
|
+
"maintainers": [
|
|
6535
|
+
{
|
|
6536
|
+
"name": "Sam K",
|
|
6537
|
+
"github": "samk-dev"
|
|
6538
|
+
}
|
|
6539
|
+
],
|
|
6540
|
+
"compatibility": {
|
|
6541
|
+
"nuxt": "^3.0.0",
|
|
6542
|
+
"requires": {}
|
|
6543
|
+
}
|
|
6544
|
+
},
|
|
6545
|
+
{
|
|
6546
|
+
"name": "tresjs",
|
|
6547
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
6548
|
+
"repo": "tresjs/nuxt",
|
|
6549
|
+
"npm": "@tresjs/nuxt",
|
|
6550
|
+
"icon": "tresjs.svg",
|
|
6551
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
6552
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
6553
|
+
"learn_more": "https://tresjs.org/",
|
|
6554
|
+
"category": "Libraries",
|
|
6555
|
+
"type": "3rd-party",
|
|
6556
|
+
"maintainers": [
|
|
6557
|
+
{
|
|
6558
|
+
"name": "Alvaro Saburido",
|
|
6559
|
+
"github": "alvarosabu",
|
|
6560
|
+
"twitter": "alvarosabu"
|
|
6561
|
+
},
|
|
6562
|
+
{
|
|
6563
|
+
"name": "Jaime Torrealba",
|
|
6564
|
+
"github": "JaimeTorrealba",
|
|
6565
|
+
"twitter": "jaimebboyjt"
|
|
6566
|
+
},
|
|
6567
|
+
{
|
|
6568
|
+
"name": "Tino Koch",
|
|
6569
|
+
"github": "Tinoooo",
|
|
6570
|
+
"twitter": "ichbintino"
|
|
6571
|
+
}
|
|
6572
|
+
],
|
|
6573
|
+
"compatibility": {
|
|
6574
|
+
"nuxt": "^3.0.0",
|
|
6575
|
+
"requires": {}
|
|
6576
|
+
}
|
|
6577
|
+
},
|
|
5203
6578
|
{
|
|
5204
6579
|
"name": "turnstile",
|
|
5205
6580
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -5227,7 +6602,7 @@
|
|
|
5227
6602
|
},
|
|
5228
6603
|
{
|
|
5229
6604
|
"name": "twa",
|
|
5230
|
-
"description": "Nuxt
|
|
6605
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5231
6606
|
"repo": "tuarrep/nuxt-twa",
|
|
5232
6607
|
"npm": "nuxt-twa",
|
|
5233
6608
|
"icon": "",
|
|
@@ -5249,6 +6624,28 @@
|
|
|
5249
6624
|
}
|
|
5250
6625
|
}
|
|
5251
6626
|
},
|
|
6627
|
+
{
|
|
6628
|
+
"name": "twemoji",
|
|
6629
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
6630
|
+
"repo": "yizack/nuxt-twemoji",
|
|
6631
|
+
"npm": "nuxt-twemoji",
|
|
6632
|
+
"icon": "twemoji.svg",
|
|
6633
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
6634
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
6635
|
+
"learn_more": "",
|
|
6636
|
+
"category": "UI",
|
|
6637
|
+
"type": "3rd-party",
|
|
6638
|
+
"maintainers": [
|
|
6639
|
+
{
|
|
6640
|
+
"name": "Yizack Rangel",
|
|
6641
|
+
"github": "yizack"
|
|
6642
|
+
}
|
|
6643
|
+
],
|
|
6644
|
+
"compatibility": {
|
|
6645
|
+
"nuxt": "^3.0.0",
|
|
6646
|
+
"requires": {}
|
|
6647
|
+
}
|
|
6648
|
+
},
|
|
5252
6649
|
{
|
|
5253
6650
|
"name": "twicpics",
|
|
5254
6651
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5394,54 +6791,89 @@
|
|
|
5394
6791
|
}
|
|
5395
6792
|
},
|
|
5396
6793
|
{
|
|
5397
|
-
"name": "
|
|
5398
|
-
"description": "
|
|
5399
|
-
"repo": "
|
|
5400
|
-
"npm": "nuxt-
|
|
5401
|
-
"icon": "
|
|
5402
|
-
"github": "https://github.com/
|
|
5403
|
-
"website": "https://
|
|
5404
|
-
"learn_more": "https://
|
|
5405
|
-
"category": "
|
|
6794
|
+
"name": "typo3",
|
|
6795
|
+
"description": "TYPO3 Headless Frontend Rendering module",
|
|
6796
|
+
"repo": "TYPO3-Headless/nuxt-typo3",
|
|
6797
|
+
"npm": "@t3headless/nuxt-typo3",
|
|
6798
|
+
"icon": "typo3.svg",
|
|
6799
|
+
"github": "https://github.com/TYPO3-Headless/nuxt-typo3",
|
|
6800
|
+
"website": "https://t3headless.macopedia.io/nuxt-typo3/",
|
|
6801
|
+
"learn_more": "https://github.com/TYPO3-Headless",
|
|
6802
|
+
"category": "CMS",
|
|
5406
6803
|
"type": "3rd-party",
|
|
5407
6804
|
"maintainers": [
|
|
5408
6805
|
{
|
|
5409
|
-
"name": "
|
|
5410
|
-
"github": "
|
|
6806
|
+
"name": "Macopedia",
|
|
6807
|
+
"github": "macopedia",
|
|
6808
|
+
"twitter": "macopediapl"
|
|
5411
6809
|
}
|
|
5412
6810
|
],
|
|
5413
6811
|
"compatibility": {
|
|
5414
6812
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5415
|
-
"requires": {
|
|
5416
|
-
|
|
5417
|
-
}
|
|
6813
|
+
"requires": {},
|
|
6814
|
+
"devtools": "^0.0.0"
|
|
5418
6815
|
}
|
|
5419
6816
|
},
|
|
5420
6817
|
{
|
|
5421
|
-
"name": "
|
|
5422
|
-
"description": "
|
|
5423
|
-
"repo": "
|
|
5424
|
-
"npm": "nuxt
|
|
5425
|
-
"icon": "",
|
|
5426
|
-
"github": "https://github.com/
|
|
5427
|
-
"website": "https://
|
|
6818
|
+
"name": "ui",
|
|
6819
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6820
|
+
"repo": "nuxt/ui#dev",
|
|
6821
|
+
"npm": "@nuxt/ui",
|
|
6822
|
+
"icon": "nuxt.svg",
|
|
6823
|
+
"github": "https://github.com/nuxt/ui",
|
|
6824
|
+
"website": "https://ui.nuxt.com",
|
|
5428
6825
|
"learn_more": "",
|
|
5429
|
-
"category": "
|
|
6826
|
+
"category": "UI",
|
|
6827
|
+
"type": "official",
|
|
6828
|
+
"maintainers": [
|
|
6829
|
+
{
|
|
6830
|
+
"name": "Benjamin Canac",
|
|
6831
|
+
"github": "benjamincanac",
|
|
6832
|
+
"twitter": "benjamincanac"
|
|
6833
|
+
},
|
|
6834
|
+
{
|
|
6835
|
+
"name": "Sebastien Chopin",
|
|
6836
|
+
"github": "Atinux",
|
|
6837
|
+
"twitter": "Atinux"
|
|
6838
|
+
},
|
|
6839
|
+
{
|
|
6840
|
+
"name": "Sylvain Marroufin",
|
|
6841
|
+
"github": "smarroufin",
|
|
6842
|
+
"twitter": "smarroufin"
|
|
6843
|
+
}
|
|
6844
|
+
],
|
|
6845
|
+
"compatibility": {
|
|
6846
|
+
"nuxt": "^3.0.0",
|
|
6847
|
+
"requires": {}
|
|
6848
|
+
}
|
|
6849
|
+
},
|
|
6850
|
+
{
|
|
6851
|
+
"name": "umami",
|
|
6852
|
+
"description": "Embed the Umami analytics library into Nuxt",
|
|
6853
|
+
"repo": "ijkml/nuxt-umami",
|
|
6854
|
+
"npm": "nuxt-umami",
|
|
6855
|
+
"icon": "umami.svg",
|
|
6856
|
+
"github": "https://github.com/ijkml/nuxt-umami",
|
|
6857
|
+
"website": "https://github.com/ijkml/nuxt-umami",
|
|
6858
|
+
"learn_more": "https://umami.is/docs/",
|
|
6859
|
+
"category": "Analytics",
|
|
5430
6860
|
"type": "3rd-party",
|
|
5431
6861
|
"maintainers": [
|
|
5432
6862
|
{
|
|
5433
|
-
"name": "
|
|
5434
|
-
"github": "
|
|
6863
|
+
"name": "ML",
|
|
6864
|
+
"github": "ijkml"
|
|
5435
6865
|
}
|
|
5436
6866
|
],
|
|
5437
6867
|
"compatibility": {
|
|
5438
|
-
"nuxt": "^3.0.0",
|
|
5439
|
-
"requires": {
|
|
6868
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6869
|
+
"requires": {
|
|
6870
|
+
"bridge": "optional"
|
|
6871
|
+
}
|
|
5440
6872
|
}
|
|
5441
6873
|
},
|
|
5442
6874
|
{
|
|
5443
6875
|
"name": "universal-storage",
|
|
5444
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6876
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
5445
6877
|
"repo": "nuxt-community/universal-storage-module",
|
|
5446
6878
|
"npm": "@nuxtjs/universal-storage",
|
|
5447
6879
|
"icon": "",
|
|
@@ -5467,6 +6899,28 @@
|
|
|
5467
6899
|
"requires": {}
|
|
5468
6900
|
}
|
|
5469
6901
|
},
|
|
6902
|
+
{
|
|
6903
|
+
"name": "unlazy",
|
|
6904
|
+
"description": "Lazy loading library for placeholder images",
|
|
6905
|
+
"repo": "johannschopplich/unlazy#main/packages/nuxt",
|
|
6906
|
+
"npm": "@unlazy/nuxt",
|
|
6907
|
+
"icon": "unlazy.svg",
|
|
6908
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
6909
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
6910
|
+
"learn_more": "",
|
|
6911
|
+
"category": "Images",
|
|
6912
|
+
"type": "3rd-party",
|
|
6913
|
+
"maintainers": [
|
|
6914
|
+
{
|
|
6915
|
+
"name": "Johann Schopplich",
|
|
6916
|
+
"github": "johannschopplich"
|
|
6917
|
+
}
|
|
6918
|
+
],
|
|
6919
|
+
"compatibility": {
|
|
6920
|
+
"nuxt": "^3.0.0",
|
|
6921
|
+
"requires": {}
|
|
6922
|
+
}
|
|
6923
|
+
},
|
|
5470
6924
|
{
|
|
5471
6925
|
"name": "unlighthouse",
|
|
5472
6926
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5496,12 +6950,12 @@
|
|
|
5496
6950
|
{
|
|
5497
6951
|
"name": "unocss",
|
|
5498
6952
|
"description": "The instant on-demand atomic CSS engine.",
|
|
5499
|
-
"repo": "
|
|
6953
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
5500
6954
|
"npm": "@unocss/nuxt",
|
|
5501
6955
|
"icon": "unocss.svg",
|
|
5502
|
-
"github": "https://github.com/
|
|
5503
|
-
"website": "https://github.com/
|
|
5504
|
-
"learn_more": "https://github.com/
|
|
6956
|
+
"github": "https://github.com/unocss/unocss",
|
|
6957
|
+
"website": "https://github.com/unocss/unocss",
|
|
6958
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
5505
6959
|
"category": "UI",
|
|
5506
6960
|
"type": "3rd-party",
|
|
5507
6961
|
"maintainers": [
|
|
@@ -5516,7 +6970,8 @@
|
|
|
5516
6970
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5517
6971
|
"requires": {
|
|
5518
6972
|
"bridge": "optional"
|
|
5519
|
-
}
|
|
6973
|
+
},
|
|
6974
|
+
"devtools": "^0.0.0"
|
|
5520
6975
|
}
|
|
5521
6976
|
},
|
|
5522
6977
|
{
|
|
@@ -5542,9 +6997,33 @@
|
|
|
5542
6997
|
"requires": {}
|
|
5543
6998
|
}
|
|
5544
6999
|
},
|
|
7000
|
+
{
|
|
7001
|
+
"name": "use-wagmi",
|
|
7002
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
7003
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
7004
|
+
"npm": "@use-wagmi/nuxt",
|
|
7005
|
+
"icon": "use-wagmi.png",
|
|
7006
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
7007
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
7008
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
7009
|
+
"category": "Extensions",
|
|
7010
|
+
"type": "3rd-party",
|
|
7011
|
+
"maintainers": [
|
|
7012
|
+
{
|
|
7013
|
+
"name": "Unic Ape",
|
|
7014
|
+
"github": "unicape"
|
|
7015
|
+
}
|
|
7016
|
+
],
|
|
7017
|
+
"compatibility": {
|
|
7018
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7019
|
+
"requires": {
|
|
7020
|
+
"bridge": true
|
|
7021
|
+
}
|
|
7022
|
+
}
|
|
7023
|
+
},
|
|
5545
7024
|
{
|
|
5546
7025
|
"name": "user-agent",
|
|
5547
|
-
"description": "Nuxt
|
|
7026
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
5548
7027
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
5549
7028
|
"npm": "nuxt-user-agent",
|
|
5550
7029
|
"icon": "",
|
|
@@ -5572,7 +7051,7 @@
|
|
|
5572
7051
|
"icon": "vee-validate.png",
|
|
5573
7052
|
"github": "https://github.com/lewyuburi/nuxt-validate",
|
|
5574
7053
|
"website": "https://github.com/lewyuburi/nuxt-validate",
|
|
5575
|
-
"learn_more": "
|
|
7054
|
+
"learn_more": "",
|
|
5576
7055
|
"category": "Libraries",
|
|
5577
7056
|
"type": "3rd-party",
|
|
5578
7057
|
"maintainers": [
|
|
@@ -5610,6 +7089,74 @@
|
|
|
5610
7089
|
}
|
|
5611
7090
|
}
|
|
5612
7091
|
},
|
|
7092
|
+
{
|
|
7093
|
+
"name": "varlet",
|
|
7094
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
7095
|
+
"repo": "varletjs/varlet-nuxt",
|
|
7096
|
+
"npm": "@varlet/nuxt",
|
|
7097
|
+
"icon": "varlet.svg",
|
|
7098
|
+
"github": "https://github.com/varletjs/varlet",
|
|
7099
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
7100
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
7101
|
+
"category": "UI",
|
|
7102
|
+
"type": "3rd-party",
|
|
7103
|
+
"maintainers": [
|
|
7104
|
+
{
|
|
7105
|
+
"name": "zhangmo8",
|
|
7106
|
+
"github": "zhangmo8"
|
|
7107
|
+
}
|
|
7108
|
+
],
|
|
7109
|
+
"compatibility": {
|
|
7110
|
+
"nuxt": "^3.0.0",
|
|
7111
|
+
"requires": {
|
|
7112
|
+
"bridge": "optional"
|
|
7113
|
+
}
|
|
7114
|
+
}
|
|
7115
|
+
},
|
|
7116
|
+
{
|
|
7117
|
+
"name": "vcalendar",
|
|
7118
|
+
"description": "VCalendar module for Nuxt",
|
|
7119
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
7120
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
7121
|
+
"icon": "vcalendar.png",
|
|
7122
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
7123
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
7124
|
+
"learn_more": "",
|
|
7125
|
+
"category": "Libraries",
|
|
7126
|
+
"type": "3rd-party",
|
|
7127
|
+
"maintainers": [
|
|
7128
|
+
{
|
|
7129
|
+
"name": "Sam K",
|
|
7130
|
+
"github": "samk-dev"
|
|
7131
|
+
}
|
|
7132
|
+
],
|
|
7133
|
+
"compatibility": {
|
|
7134
|
+
"nuxt": "^3.0.0",
|
|
7135
|
+
"requires": {}
|
|
7136
|
+
}
|
|
7137
|
+
},
|
|
7138
|
+
{
|
|
7139
|
+
"name": "vee-validate",
|
|
7140
|
+
"description": "Painless Vue forms for Nuxt",
|
|
7141
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
7142
|
+
"npm": "@vee-validate/nuxt",
|
|
7143
|
+
"icon": "vee-validate.png",
|
|
7144
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
7145
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
7146
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
7147
|
+
"category": "Libraries",
|
|
7148
|
+
"type": "3rd-party",
|
|
7149
|
+
"maintainers": [
|
|
7150
|
+
{
|
|
7151
|
+
"name": "Abdelrahman Awad",
|
|
7152
|
+
"github": "logaretm"
|
|
7153
|
+
}
|
|
7154
|
+
],
|
|
7155
|
+
"compatibility": {
|
|
7156
|
+
"nuxt": "^3.0.0",
|
|
7157
|
+
"requires": {}
|
|
7158
|
+
}
|
|
7159
|
+
},
|
|
5613
7160
|
{
|
|
5614
7161
|
"name": "vendor",
|
|
5615
7162
|
"description": "directly serve node_modules",
|
|
@@ -5633,9 +7180,54 @@
|
|
|
5633
7180
|
"requires": {}
|
|
5634
7181
|
}
|
|
5635
7182
|
},
|
|
7183
|
+
{
|
|
7184
|
+
"name": "vercel-analytics",
|
|
7185
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
7186
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
7187
|
+
"npm": "nuxt-vercel-analytics",
|
|
7188
|
+
"icon": "",
|
|
7189
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
7190
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
7191
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
7192
|
+
"category": "Analytics",
|
|
7193
|
+
"type": "3rd-party",
|
|
7194
|
+
"maintainers": [
|
|
7195
|
+
{
|
|
7196
|
+
"name": "Alexander B.",
|
|
7197
|
+
"github": "xanderbarkhatov"
|
|
7198
|
+
}
|
|
7199
|
+
],
|
|
7200
|
+
"compatibility": {
|
|
7201
|
+
"nuxt": "^3.0.0",
|
|
7202
|
+
"requires": {}
|
|
7203
|
+
}
|
|
7204
|
+
},
|
|
7205
|
+
{
|
|
7206
|
+
"name": "vexip-ui",
|
|
7207
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
7208
|
+
"repo": "vexip-ui/nuxt",
|
|
7209
|
+
"npm": "@vexip-ui/nuxt",
|
|
7210
|
+
"icon": "vexip-ui.svg",
|
|
7211
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
7212
|
+
"website": "https://www.vexipui.com/",
|
|
7213
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
7214
|
+
"category": "UI",
|
|
7215
|
+
"type": "3rd-party",
|
|
7216
|
+
"maintainers": [
|
|
7217
|
+
{
|
|
7218
|
+
"name": "未觉雨声",
|
|
7219
|
+
"github": "qmhc",
|
|
7220
|
+
"twitter": "qmhc95"
|
|
7221
|
+
}
|
|
7222
|
+
],
|
|
7223
|
+
"compatibility": {
|
|
7224
|
+
"nuxt": "^3.0.0",
|
|
7225
|
+
"requires": {}
|
|
7226
|
+
}
|
|
7227
|
+
},
|
|
5636
7228
|
{
|
|
5637
7229
|
"name": "vite-pwa-nuxt",
|
|
5638
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
7230
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
5639
7231
|
"repo": "vite-pwa/nuxt",
|
|
5640
7232
|
"npm": "@vite-pwa/nuxt",
|
|
5641
7233
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -5664,13 +7256,13 @@
|
|
|
5664
7256
|
{
|
|
5665
7257
|
"name": "vitest",
|
|
5666
7258
|
"description": "Vitest integration with Nuxt",
|
|
5667
|
-
"repo": "danielroe/nuxt-vitest
|
|
7259
|
+
"repo": "danielroe/nuxt-vitest",
|
|
5668
7260
|
"npm": "nuxt-vitest",
|
|
5669
7261
|
"icon": "vitest.svg",
|
|
5670
7262
|
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
5671
7263
|
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
5672
7264
|
"learn_more": "",
|
|
5673
|
-
"category": "
|
|
7265
|
+
"category": "Devtools",
|
|
5674
7266
|
"type": "3rd-party",
|
|
5675
7267
|
"maintainers": [
|
|
5676
7268
|
{
|
|
@@ -5682,6 +7274,61 @@
|
|
|
5682
7274
|
"github": "antfu"
|
|
5683
7275
|
}
|
|
5684
7276
|
],
|
|
7277
|
+
"compatibility": {
|
|
7278
|
+
"nuxt": "^3.0.0",
|
|
7279
|
+
"requires": {},
|
|
7280
|
+
"devtools": "^0.0.0"
|
|
7281
|
+
}
|
|
7282
|
+
},
|
|
7283
|
+
{
|
|
7284
|
+
"name": "vue-email",
|
|
7285
|
+
"description": "💌 Write email templates with vue",
|
|
7286
|
+
"repo": "vue-email/nuxt",
|
|
7287
|
+
"npm": "@vue-email/nuxt",
|
|
7288
|
+
"icon": "vue-email.svg",
|
|
7289
|
+
"github": "https://github.com/vue-email/nuxt",
|
|
7290
|
+
"website": "https://vuemail.net/",
|
|
7291
|
+
"learn_more": "https://vuemail.net/ssr/nuxt",
|
|
7292
|
+
"category": "UI",
|
|
7293
|
+
"type": "3rd-party",
|
|
7294
|
+
"maintainers": [
|
|
7295
|
+
{
|
|
7296
|
+
"name": "David Arenas",
|
|
7297
|
+
"github": "Dave136",
|
|
7298
|
+
"twitter": "davejs4",
|
|
7299
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
7300
|
+
},
|
|
7301
|
+
{
|
|
7302
|
+
"name": "Younes Barrad",
|
|
7303
|
+
"github": "Flowko",
|
|
7304
|
+
"twitter": "imflowko",
|
|
7305
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
7306
|
+
}
|
|
7307
|
+
],
|
|
7308
|
+
"compatibility": {
|
|
7309
|
+
"nuxt": "^3.0.0",
|
|
7310
|
+
"requires": {},
|
|
7311
|
+
"devtools": "^0.0.0"
|
|
7312
|
+
}
|
|
7313
|
+
},
|
|
7314
|
+
{
|
|
7315
|
+
"name": "vue-final-modal",
|
|
7316
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7317
|
+
"repo": "vue-final/vue-final-modal#master/packages/nuxt",
|
|
7318
|
+
"npm": "@vue-final-modal/nuxt",
|
|
7319
|
+
"icon": "vue-final-modal.svg",
|
|
7320
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
7321
|
+
"website": "https://vue-final-modal.org/",
|
|
7322
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
7323
|
+
"category": "UI",
|
|
7324
|
+
"type": "3rd-party",
|
|
7325
|
+
"maintainers": [
|
|
7326
|
+
{
|
|
7327
|
+
"name": "Hunter Liu",
|
|
7328
|
+
"github": "hunterliu1003",
|
|
7329
|
+
"twitter": "hunterliu1003"
|
|
7330
|
+
}
|
|
7331
|
+
],
|
|
5685
7332
|
"compatibility": {
|
|
5686
7333
|
"nuxt": "^3.0.0",
|
|
5687
7334
|
"requires": {}
|
|
@@ -5689,13 +7336,13 @@
|
|
|
5689
7336
|
},
|
|
5690
7337
|
{
|
|
5691
7338
|
"name": "vue-macros",
|
|
5692
|
-
"description": "Explore
|
|
5693
|
-
"repo": "sxzz/
|
|
7339
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
7340
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5694
7341
|
"npm": "@vue-macros/nuxt",
|
|
5695
7342
|
"icon": "vue-macros.svg",
|
|
5696
|
-
"github": "https://github.com/sxzz/
|
|
7343
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5697
7344
|
"website": "https://vue-macros.sxzz.moe",
|
|
5698
|
-
"learn_more": "https://github.com/sxzz/
|
|
7345
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5699
7346
|
"category": "Extensions",
|
|
5700
7347
|
"type": "3rd-party",
|
|
5701
7348
|
"maintainers": [
|
|
@@ -5709,7 +7356,8 @@
|
|
|
5709
7356
|
"nuxt": "^3.0.0",
|
|
5710
7357
|
"requires": {
|
|
5711
7358
|
"bridge": "optional"
|
|
5712
|
-
}
|
|
7359
|
+
},
|
|
7360
|
+
"devtools": "^0.0.0"
|
|
5713
7361
|
}
|
|
5714
7362
|
},
|
|
5715
7363
|
{
|
|
@@ -5736,7 +7384,7 @@
|
|
|
5736
7384
|
},
|
|
5737
7385
|
{
|
|
5738
7386
|
"name": "vue-multiselect",
|
|
5739
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
7387
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
5740
7388
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
5741
7389
|
"npm": "nuxt-vue-multiselect",
|
|
5742
7390
|
"icon": "",
|
|
@@ -5778,6 +7426,29 @@
|
|
|
5778
7426
|
"requires": {}
|
|
5779
7427
|
}
|
|
5780
7428
|
},
|
|
7429
|
+
{
|
|
7430
|
+
"name": "vue-query",
|
|
7431
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
7432
|
+
"repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
|
|
7433
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
7434
|
+
"icon": "vue-query.svg",
|
|
7435
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
7436
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
7437
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
7438
|
+
"category": "Request",
|
|
7439
|
+
"type": "3rd-party",
|
|
7440
|
+
"maintainers": [
|
|
7441
|
+
{
|
|
7442
|
+
"name": "Hebilicious",
|
|
7443
|
+
"github": "Hebilicious",
|
|
7444
|
+
"twitter": "its_hebilicious"
|
|
7445
|
+
}
|
|
7446
|
+
],
|
|
7447
|
+
"compatibility": {
|
|
7448
|
+
"nuxt": "^3.0.0",
|
|
7449
|
+
"requires": {}
|
|
7450
|
+
}
|
|
7451
|
+
},
|
|
5781
7452
|
{
|
|
5782
7453
|
"name": "vue-select",
|
|
5783
7454
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -5827,7 +7498,7 @@
|
|
|
5827
7498
|
},
|
|
5828
7499
|
{
|
|
5829
7500
|
"name": "vue-warehouse",
|
|
5830
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7501
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
5831
7502
|
"repo": "juliomrqz/vue-warehouse",
|
|
5832
7503
|
"npm": "vue-warehouse",
|
|
5833
7504
|
"icon": "",
|
|
@@ -5848,10 +7519,33 @@
|
|
|
5848
7519
|
"requires": {}
|
|
5849
7520
|
}
|
|
5850
7521
|
},
|
|
7522
|
+
{
|
|
7523
|
+
"name": "vue3-carousel-nuxt",
|
|
7524
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
7525
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
7526
|
+
"npm": "vue3-carousel-nuxt",
|
|
7527
|
+
"icon": "",
|
|
7528
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7529
|
+
"website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7530
|
+
"learn_more": "",
|
|
7531
|
+
"category": "UI",
|
|
7532
|
+
"type": "3rd-party",
|
|
7533
|
+
"maintainers": [
|
|
7534
|
+
{
|
|
7535
|
+
"name": "Gaetan SENN",
|
|
7536
|
+
"github": "gaetansenn",
|
|
7537
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
7538
|
+
}
|
|
7539
|
+
],
|
|
7540
|
+
"compatibility": {
|
|
7541
|
+
"nuxt": "^3.0.0",
|
|
7542
|
+
"requires": {}
|
|
7543
|
+
}
|
|
7544
|
+
},
|
|
5851
7545
|
{
|
|
5852
7546
|
"name": "vuefire",
|
|
5853
7547
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
5854
|
-
"repo": "vuejs/vuefire/packages/nuxt",
|
|
7548
|
+
"repo": "vuejs/vuefire#main/packages/nuxt",
|
|
5855
7549
|
"npm": "nuxt-vuefire",
|
|
5856
7550
|
"icon": "vuefire.svg",
|
|
5857
7551
|
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
@@ -5870,15 +7564,61 @@
|
|
|
5870
7564
|
"requires": {}
|
|
5871
7565
|
}
|
|
5872
7566
|
},
|
|
7567
|
+
{
|
|
7568
|
+
"name": "vueform-builder",
|
|
7569
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7570
|
+
"repo": "vueform/builder#main/nuxt",
|
|
7571
|
+
"npm": "@vueform/builder-nuxt",
|
|
7572
|
+
"icon": "vueform.svg",
|
|
7573
|
+
"github": "https://github.com/vueform/builder",
|
|
7574
|
+
"website": "https://builder.vueform.com",
|
|
7575
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7576
|
+
"category": "Libraries",
|
|
7577
|
+
"type": "3rd-party",
|
|
7578
|
+
"maintainers": [
|
|
7579
|
+
{
|
|
7580
|
+
"name": "Adam Berecz",
|
|
7581
|
+
"github": "adamberecz",
|
|
7582
|
+
"twitter": "bereczadam"
|
|
7583
|
+
}
|
|
7584
|
+
],
|
|
7585
|
+
"compatibility": {
|
|
7586
|
+
"nuxt": "^3.0.0",
|
|
7587
|
+
"requires": {}
|
|
7588
|
+
}
|
|
7589
|
+
},
|
|
7590
|
+
{
|
|
7591
|
+
"name": "vueform",
|
|
7592
|
+
"description": "Official Vueform module for Nuxt",
|
|
7593
|
+
"repo": "vueform/vueform#main/nuxt",
|
|
7594
|
+
"npm": "@vueform/nuxt",
|
|
7595
|
+
"icon": "vueform.svg",
|
|
7596
|
+
"github": "https://github.com/vueform/vueform",
|
|
7597
|
+
"website": "https://vueform.com",
|
|
7598
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7599
|
+
"category": "Libraries",
|
|
7600
|
+
"type": "3rd-party",
|
|
7601
|
+
"maintainers": [
|
|
7602
|
+
{
|
|
7603
|
+
"name": "Adam Berecz",
|
|
7604
|
+
"github": "adamberecz",
|
|
7605
|
+
"twitter": "bereczadam"
|
|
7606
|
+
}
|
|
7607
|
+
],
|
|
7608
|
+
"compatibility": {
|
|
7609
|
+
"nuxt": "^3.0.0",
|
|
7610
|
+
"requires": {}
|
|
7611
|
+
}
|
|
7612
|
+
},
|
|
5873
7613
|
{
|
|
5874
7614
|
"name": "vuestic",
|
|
5875
|
-
"description": "Vuestic UI module for Nuxt
|
|
7615
|
+
"description": "Vuestic UI module for Nuxt",
|
|
5876
7616
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
5877
7617
|
"npm": "@vuestic/nuxt",
|
|
5878
7618
|
"icon": "vuestic.png",
|
|
5879
7619
|
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
5880
|
-
"website": "https://vuestic.dev",
|
|
5881
|
-
"learn_more": "https://vuestic.dev/
|
|
7620
|
+
"website": "https://ui.vuestic.dev",
|
|
7621
|
+
"learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
|
|
5882
7622
|
"category": "UI",
|
|
5883
7623
|
"type": "3rd-party",
|
|
5884
7624
|
"maintainers": [
|
|
@@ -5892,9 +7632,31 @@
|
|
|
5892
7632
|
"requires": {}
|
|
5893
7633
|
}
|
|
5894
7634
|
},
|
|
7635
|
+
{
|
|
7636
|
+
"name": "vuetify-nuxt-module",
|
|
7637
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
7638
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
7639
|
+
"npm": "vuetify-nuxt-module",
|
|
7640
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
7641
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7642
|
+
"website": "https://vuetify-nuxt-module.netlify.app/",
|
|
7643
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
|
|
7644
|
+
"category": "UI",
|
|
7645
|
+
"type": "3rd-party",
|
|
7646
|
+
"maintainers": [
|
|
7647
|
+
{
|
|
7648
|
+
"name": "Joaquín Sánchez",
|
|
7649
|
+
"github": "userquin"
|
|
7650
|
+
}
|
|
7651
|
+
],
|
|
7652
|
+
"compatibility": {
|
|
7653
|
+
"nuxt": "^3.0.0",
|
|
7654
|
+
"requires": {}
|
|
7655
|
+
}
|
|
7656
|
+
},
|
|
5895
7657
|
{
|
|
5896
7658
|
"name": "vuetify",
|
|
5897
|
-
"description": "Vuetify Module for Nuxt
|
|
7659
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
5898
7660
|
"repo": "nuxt-community/vuetify-module",
|
|
5899
7661
|
"npm": "@nuxtjs/vuetify",
|
|
5900
7662
|
"icon": "vuetify.png",
|
|
@@ -5941,7 +7703,8 @@
|
|
|
5941
7703
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5942
7704
|
"requires": {
|
|
5943
7705
|
"bridge": "optional"
|
|
5944
|
-
}
|
|
7706
|
+
},
|
|
7707
|
+
"devtools": "^0.0.0"
|
|
5945
7708
|
}
|
|
5946
7709
|
},
|
|
5947
7710
|
{
|
|
@@ -5967,9 +7730,9 @@
|
|
|
5967
7730
|
}
|
|
5968
7731
|
},
|
|
5969
7732
|
{
|
|
5970
|
-
"name": "
|
|
5971
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
5972
|
-
"repo": "gaetansenn/vunix",
|
|
7733
|
+
"name": "vunix",
|
|
7734
|
+
"description": "Comprehensive UI toolkit for Vue.js and Nuxt 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.",
|
|
7735
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
5973
7736
|
"npm": "@vunix/nuxt",
|
|
5974
7737
|
"icon": "",
|
|
5975
7738
|
"github": "https://github.com/gaetansenn/vunix",
|
|
@@ -5992,11 +7755,11 @@
|
|
|
5992
7755
|
{
|
|
5993
7756
|
"name": "web-vitals",
|
|
5994
7757
|
"description": "Web Vitals for Nuxt",
|
|
5995
|
-
"repo": "nuxt-
|
|
7758
|
+
"repo": "nuxt-modules/web-vitals",
|
|
5996
7759
|
"npm": "@nuxtjs/web-vitals",
|
|
5997
7760
|
"icon": "web-vitals.png",
|
|
5998
|
-
"github": "https://github.com/nuxt-
|
|
5999
|
-
"website": "https://github.com/nuxt-
|
|
7761
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7762
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
6000
7763
|
"learn_more": "",
|
|
6001
7764
|
"category": "Performance",
|
|
6002
7765
|
"type": "community",
|
|
@@ -6047,7 +7810,7 @@
|
|
|
6047
7810
|
},
|
|
6048
7811
|
{
|
|
6049
7812
|
"name": "webpack-optimisations",
|
|
6050
|
-
"description": "Nuxt
|
|
7813
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
6051
7814
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
6052
7815
|
"npm": "nuxt-webpack-optimisations",
|
|
6053
7816
|
"icon": "build-optimisations.svg",
|
|
@@ -6122,7 +7885,7 @@
|
|
|
6122
7885
|
"icon": "webpack.png",
|
|
6123
7886
|
"github": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
6124
7887
|
"website": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
6125
|
-
"learn_more": "
|
|
7888
|
+
"learn_more": "",
|
|
6126
7889
|
"category": "Devtools",
|
|
6127
7890
|
"type": "community",
|
|
6128
7891
|
"maintainers": [
|
|
@@ -6137,14 +7900,62 @@
|
|
|
6137
7900
|
"requires": {}
|
|
6138
7901
|
}
|
|
6139
7902
|
},
|
|
7903
|
+
{
|
|
7904
|
+
"name": "well-known",
|
|
7905
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
7906
|
+
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
7907
|
+
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
7908
|
+
"icon": "well-known.svg",
|
|
7909
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-well-known",
|
|
7910
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
|
|
7911
|
+
"learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
|
|
7912
|
+
"category": "SEO",
|
|
7913
|
+
"type": "3rd-party",
|
|
7914
|
+
"maintainers": [
|
|
7915
|
+
{
|
|
7916
|
+
"name": "Zadig&Voltaire Team",
|
|
7917
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
7918
|
+
}
|
|
7919
|
+
],
|
|
7920
|
+
"compatibility": {
|
|
7921
|
+
"nuxt": "^3.0.0",
|
|
7922
|
+
"requires": {}
|
|
7923
|
+
}
|
|
7924
|
+
},
|
|
7925
|
+
{
|
|
7926
|
+
"name": "wideangle",
|
|
7927
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
7928
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
7929
|
+
"npm": "wideangle-nuxt",
|
|
7930
|
+
"icon": "wideangle.png",
|
|
7931
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
7932
|
+
"website": "https://wideangle.co",
|
|
7933
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
7934
|
+
"category": "Analytics",
|
|
7935
|
+
"type": "3rd-party",
|
|
7936
|
+
"maintainers": [
|
|
7937
|
+
{
|
|
7938
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
7939
|
+
"github": "inputobjects"
|
|
7940
|
+
},
|
|
7941
|
+
{
|
|
7942
|
+
"name": "Jarek Rozanski",
|
|
7943
|
+
"github": "jrozanski"
|
|
7944
|
+
}
|
|
7945
|
+
],
|
|
7946
|
+
"compatibility": {
|
|
7947
|
+
"nuxt": "^3.0.0",
|
|
7948
|
+
"requires": {}
|
|
7949
|
+
}
|
|
7950
|
+
},
|
|
6140
7951
|
{
|
|
6141
7952
|
"name": "windicss",
|
|
6142
7953
|
"description": "Next generation utility-first CSS framework.",
|
|
6143
|
-
"repo": "windicss/nuxt-windicss
|
|
7954
|
+
"repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
|
|
6144
7955
|
"npm": "nuxt-windicss",
|
|
6145
7956
|
"icon": "windicss.svg",
|
|
6146
|
-
"github": "https://github.com/windicss/nuxt-windicss
|
|
6147
|
-
"website": "https://github.com/windicss/nuxt-windicss
|
|
7957
|
+
"github": "https://github.com/windicss/nuxt-windicss",
|
|
7958
|
+
"website": "https://github.com/windicss/nuxt-windicss",
|
|
6148
7959
|
"learn_more": "https://windicss.org/",
|
|
6149
7960
|
"category": "UI",
|
|
6150
7961
|
"type": "3rd-party",
|
|
@@ -6280,55 +8091,9 @@
|
|
|
6280
8091
|
"requires": {}
|
|
6281
8092
|
}
|
|
6282
8093
|
},
|
|
6283
|
-
{
|
|
6284
|
-
"name": "yandex-metrika-next",
|
|
6285
|
-
"description": "Yandex Metrika integration for Nuxt",
|
|
6286
|
-
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6287
|
-
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6288
|
-
"icon": "yandex-metrika.svg",
|
|
6289
|
-
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6290
|
-
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6291
|
-
"learn_more": "",
|
|
6292
|
-
"category": "Analytics",
|
|
6293
|
-
"type": "3rd-party",
|
|
6294
|
-
"maintainers": [
|
|
6295
|
-
{
|
|
6296
|
-
"name": "Aleksandr Saburov",
|
|
6297
|
-
"github": "artmizu",
|
|
6298
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6299
|
-
}
|
|
6300
|
-
],
|
|
6301
|
-
"compatibility": {
|
|
6302
|
-
"nuxt": "^3.0.0",
|
|
6303
|
-
"requires": {}
|
|
6304
|
-
}
|
|
6305
|
-
},
|
|
6306
|
-
{
|
|
6307
|
-
"name": "yandex-metrika",
|
|
6308
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
6309
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
6310
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
6311
|
-
"icon": "",
|
|
6312
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6313
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6314
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
6315
|
-
"category": "Analytics",
|
|
6316
|
-
"type": "community",
|
|
6317
|
-
"maintainers": [
|
|
6318
|
-
{
|
|
6319
|
-
"name": "Pooya Parsa",
|
|
6320
|
-
"github": "pi0",
|
|
6321
|
-
"twitter": "_pi0_"
|
|
6322
|
-
}
|
|
6323
|
-
],
|
|
6324
|
-
"compatibility": {
|
|
6325
|
-
"nuxt": "^2.0.0",
|
|
6326
|
-
"requires": {}
|
|
6327
|
-
}
|
|
6328
|
-
},
|
|
6329
8094
|
{
|
|
6330
8095
|
"name": "zendesk",
|
|
6331
|
-
"description": "Nuxt
|
|
8096
|
+
"description": "Nuxt module for Zendesk",
|
|
6332
8097
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
6333
8098
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
6334
8099
|
"icon": "zendesk.png",
|