@nuxt/modules 0.6.0-e76ddf → 0.6.0-ec64e5
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 +2517 -629
- package/package.json +13 -10
package/modules.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"name": "ackee",
|
|
4
|
-
"description": "Nuxt
|
|
4
|
+
"description": "Nuxt module for Ackee analytics",
|
|
5
5
|
"repo": "bdrtsky/nuxt-ackee",
|
|
6
6
|
"npm": "nuxt-ackee",
|
|
7
7
|
"icon": "ackee.png",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
"name": "agility-cms",
|
|
31
|
-
"description": "Agility CMS Integration for Nuxt
|
|
31
|
+
"description": "Agility CMS Integration for Nuxt",
|
|
32
32
|
"repo": "agility/agilitycms-nuxt-module",
|
|
33
33
|
"npm": "@agility/agilitycms-nuxt-module",
|
|
34
34
|
"icon": "agility.png",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
"name": "algolia",
|
|
54
|
-
"description": "Algolia Search Module for Nuxt
|
|
54
|
+
"description": "Algolia Search Module for Nuxt",
|
|
55
55
|
"repo": "nuxt-modules/algolia",
|
|
56
56
|
"npm": "@nuxtjs/algolia",
|
|
57
57
|
"icon": "algolia.svg",
|
|
@@ -126,12 +126,12 @@
|
|
|
126
126
|
},
|
|
127
127
|
{
|
|
128
128
|
"name": "animejs",
|
|
129
|
-
"description": "Anime.js module for Nuxt
|
|
130
|
-
"repo": "
|
|
131
|
-
"npm": "nuxt-
|
|
129
|
+
"description": "Anime.js module for Nuxt",
|
|
130
|
+
"repo": "hypernym-studio/nuxt-anime",
|
|
131
|
+
"npm": "@hypernym/nuxt-anime",
|
|
132
132
|
"icon": "",
|
|
133
|
-
"github": "https://github.com/
|
|
134
|
-
"website": "https://github.com/
|
|
133
|
+
"github": "https://github.com/hypernym-studio/nuxt-anime",
|
|
134
|
+
"website": "https://github.com/hypernym-studio/nuxt-anime",
|
|
135
135
|
"learn_more": "",
|
|
136
136
|
"category": "Libraries",
|
|
137
137
|
"type": "3rd-party",
|
|
@@ -142,18 +142,64 @@
|
|
|
142
142
|
}
|
|
143
143
|
],
|
|
144
144
|
"compatibility": {
|
|
145
|
-
"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": "Libraries",
|
|
183
|
+
"type": "3rd-party",
|
|
184
|
+
"maintainers": [
|
|
185
|
+
{
|
|
186
|
+
"name": "egidiusmengelberg",
|
|
187
|
+
"github": "egidiusmengelberg"
|
|
188
|
+
}
|
|
189
|
+
],
|
|
190
|
+
"compatibility": {
|
|
191
|
+
"nuxt": "^3.0.0",
|
|
146
192
|
"requires": {}
|
|
147
193
|
}
|
|
148
194
|
},
|
|
149
195
|
{
|
|
150
196
|
"name": "api-party",
|
|
151
|
-
"description": "
|
|
197
|
+
"description": "Securely connect to any API with a server proxy and dynamic composables",
|
|
152
198
|
"repo": "johannschopplich/nuxt-api-party",
|
|
153
199
|
"npm": "nuxt-api-party",
|
|
154
200
|
"icon": "api-party.svg",
|
|
155
201
|
"github": "https://github.com/johannschopplich/nuxt-api-party",
|
|
156
|
-
"website": "https://nuxt-api-party.
|
|
202
|
+
"website": "https://nuxt-api-party.byjohann.dev/",
|
|
157
203
|
"learn_more": "",
|
|
158
204
|
"category": "Request",
|
|
159
205
|
"type": "3rd-party",
|
|
@@ -196,7 +242,7 @@
|
|
|
196
242
|
},
|
|
197
243
|
{
|
|
198
244
|
"name": "apollo",
|
|
199
|
-
"description": "Integrate GraphQL in your Nuxt
|
|
245
|
+
"description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
|
|
200
246
|
"repo": "nuxt-modules/apollo",
|
|
201
247
|
"npm": "@nuxtjs/apollo",
|
|
202
248
|
"icon": "apollo.png",
|
|
@@ -220,7 +266,7 @@
|
|
|
220
266
|
},
|
|
221
267
|
{
|
|
222
268
|
"name": "applicationinsights",
|
|
223
|
-
"description": "AppInsights module for Nuxt
|
|
269
|
+
"description": "AppInsights module for Nuxt",
|
|
224
270
|
"repo": "nuxt-community/applicationinsights-module",
|
|
225
271
|
"npm": "@nuxtjs/applicationinsights",
|
|
226
272
|
"icon": "application-insights.png",
|
|
@@ -262,9 +308,76 @@
|
|
|
262
308
|
"requires": {}
|
|
263
309
|
}
|
|
264
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": "Security",
|
|
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
|
+
},
|
|
265
378
|
{
|
|
266
379
|
"name": "auth",
|
|
267
|
-
"description": "Zero-boilerplate authentication support for Nuxt.
|
|
380
|
+
"description": "Zero-boilerplate authentication support for Nuxt.",
|
|
268
381
|
"repo": "nuxt-community/auth-module",
|
|
269
382
|
"npm": "@nuxtjs/auth",
|
|
270
383
|
"icon": "auth.png",
|
|
@@ -289,9 +402,55 @@
|
|
|
289
402
|
"requires": {}
|
|
290
403
|
}
|
|
291
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
|
+
},
|
|
292
451
|
{
|
|
293
452
|
"name": "axios",
|
|
294
|
-
"description": "Secure and easy Axios module with Nuxt
|
|
453
|
+
"description": "Secure and easy Axios module with Nuxt",
|
|
295
454
|
"repo": "nuxt-community/axios-module",
|
|
296
455
|
"npm": "@nuxtjs/axios",
|
|
297
456
|
"icon": "axios.svg",
|
|
@@ -314,7 +473,7 @@
|
|
|
314
473
|
},
|
|
315
474
|
{
|
|
316
475
|
"name": "basic-auth",
|
|
317
|
-
"description": "Provide basic authentication to your Nuxt
|
|
476
|
+
"description": "Provide basic authentication to your Nuxt application",
|
|
318
477
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
319
478
|
"npm": "nuxt-basic-auth-module",
|
|
320
479
|
"icon": "",
|
|
@@ -438,7 +597,7 @@
|
|
|
438
597
|
},
|
|
439
598
|
{
|
|
440
599
|
"name": "bulma-slim",
|
|
441
|
-
"description": "Nuxt
|
|
600
|
+
"description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
|
|
442
601
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
443
602
|
"npm": "nuxt-bulma-slim",
|
|
444
603
|
"icon": "bulma.png",
|
|
@@ -505,7 +664,7 @@
|
|
|
505
664
|
},
|
|
506
665
|
{
|
|
507
666
|
"name": "canvas-sketch",
|
|
508
|
-
"description": "Nuxt
|
|
667
|
+
"description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
509
668
|
"repo": "LuXDAmore/generative-art",
|
|
510
669
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
511
670
|
"icon": "",
|
|
@@ -526,9 +685,31 @@
|
|
|
526
685
|
"requires": {}
|
|
527
686
|
}
|
|
528
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
|
+
},
|
|
529
710
|
{
|
|
530
711
|
"name": "chakra-ui",
|
|
531
|
-
"description": "Chakra UI Module for Nuxt
|
|
712
|
+
"description": "Chakra UI Module for Nuxt",
|
|
532
713
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
533
714
|
"npm": "@chakra-ui/nuxt",
|
|
534
715
|
"icon": "chakra-ui.png",
|
|
@@ -575,10 +756,10 @@
|
|
|
575
756
|
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
576
757
|
"repo": "chiffre-io/nuxt-chiffre",
|
|
577
758
|
"npm": "nuxt-chiffre",
|
|
578
|
-
"icon": "
|
|
759
|
+
"icon": "chiffre.png",
|
|
579
760
|
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
580
761
|
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
581
|
-
"learn_more": "https://chiffre.io",
|
|
762
|
+
"learn_more": "https://chiffre.io/",
|
|
582
763
|
"category": "Analytics",
|
|
583
764
|
"type": "3rd-party",
|
|
584
765
|
"maintainers": [
|
|
@@ -592,6 +773,29 @@
|
|
|
592
773
|
"requires": {}
|
|
593
774
|
}
|
|
594
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
|
+
},
|
|
595
799
|
{
|
|
596
800
|
"name": "client-init",
|
|
597
801
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
@@ -616,7 +820,7 @@
|
|
|
616
820
|
},
|
|
617
821
|
{
|
|
618
822
|
"name": "cloudcms",
|
|
619
|
-
"description": "CloudCMS Nuxt
|
|
823
|
+
"description": "CloudCMS Nuxt Module",
|
|
620
824
|
"repo": "gitana/cloudcms-nuxt",
|
|
621
825
|
"npm": "cloudcms-nuxt",
|
|
622
826
|
"icon": "",
|
|
@@ -665,11 +869,11 @@
|
|
|
665
869
|
},
|
|
666
870
|
{
|
|
667
871
|
"name": "cloudinary",
|
|
668
|
-
"description": "Optimize images and videos in your Nuxt
|
|
669
|
-
"repo": "nuxt-
|
|
872
|
+
"description": "Optimize images and videos in your Nuxt application",
|
|
873
|
+
"repo": "nuxt-modules/cloudinary",
|
|
670
874
|
"npm": "@nuxtjs/cloudinary",
|
|
671
875
|
"icon": "cloudinary.png",
|
|
672
|
-
"github": "https://github.com/nuxt-
|
|
876
|
+
"github": "https://github.com/nuxt-modules/cloudinary",
|
|
673
877
|
"website": "https://cloudinary.nuxtjs.org",
|
|
674
878
|
"learn_more": "https://cloudinary.com",
|
|
675
879
|
"category": "Images",
|
|
@@ -688,11 +892,11 @@
|
|
|
688
892
|
},
|
|
689
893
|
{
|
|
690
894
|
"name": "color-mode",
|
|
691
|
-
"description": "Dark and Light mode for
|
|
692
|
-
"repo": "nuxt-
|
|
895
|
+
"description": "Dark and Light mode for Nuxt with auto detection",
|
|
896
|
+
"repo": "nuxt-modules/color-mode",
|
|
693
897
|
"npm": "@nuxtjs/color-mode",
|
|
694
898
|
"icon": "color-mode.png",
|
|
695
|
-
"github": "https://github.com/nuxt-
|
|
899
|
+
"github": "https://github.com/nuxt-modules/color-mode",
|
|
696
900
|
"website": "https://color-mode.nuxtjs.org",
|
|
697
901
|
"learn_more": "",
|
|
698
902
|
"category": "UI",
|
|
@@ -785,7 +989,7 @@
|
|
|
785
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.",
|
|
786
990
|
"repo": "nuxt/content#main",
|
|
787
991
|
"npm": "@nuxt/content",
|
|
788
|
-
"icon": "nuxt.
|
|
992
|
+
"icon": "nuxt.svg",
|
|
789
993
|
"github": "https://github.com/nuxt/content",
|
|
790
994
|
"website": "https://content.nuxtjs.org",
|
|
791
995
|
"learn_more": "",
|
|
@@ -909,7 +1113,7 @@
|
|
|
909
1113
|
},
|
|
910
1114
|
{
|
|
911
1115
|
"name": "darkmode.js",
|
|
912
|
-
"description": "Add darkmode / nightmode to your Nuxt
|
|
1116
|
+
"description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
|
|
913
1117
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
914
1118
|
"npm": "nuxtjs-darkmode-js-module",
|
|
915
1119
|
"icon": "darkmode.png",
|
|
@@ -931,7 +1135,7 @@
|
|
|
931
1135
|
},
|
|
932
1136
|
{
|
|
933
1137
|
"name": "date-fns",
|
|
934
|
-
"description": "Modern JavaScript date utility library - date-fns for Nuxt
|
|
1138
|
+
"description": "Modern JavaScript date utility library - date-fns for Nuxt",
|
|
935
1139
|
"repo": "nuxt-community/date-fns-module",
|
|
936
1140
|
"npm": "@nuxtjs/date-fns",
|
|
937
1141
|
"icon": "date-fns.png",
|
|
@@ -953,7 +1157,7 @@
|
|
|
953
1157
|
},
|
|
954
1158
|
{
|
|
955
1159
|
"name": "datocms-nuxt2",
|
|
956
|
-
"description": "DatoCMS integration for Nuxt
|
|
1160
|
+
"description": "DatoCMS integration for Nuxt v2",
|
|
957
1161
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
958
1162
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
959
1163
|
"icon": "datocms.svg",
|
|
@@ -999,31 +1203,31 @@
|
|
|
999
1203
|
},
|
|
1000
1204
|
{
|
|
1001
1205
|
"name": "dayjs",
|
|
1002
|
-
"description": "
|
|
1003
|
-
"repo": "
|
|
1004
|
-
"npm": "
|
|
1206
|
+
"description": "Day.js module for Nuxt",
|
|
1207
|
+
"repo": "fumeapp/dayjs",
|
|
1208
|
+
"npm": "dayjs-nuxt",
|
|
1005
1209
|
"icon": "day-js.png",
|
|
1006
|
-
"github": "https://github.com/
|
|
1007
|
-
"website": "https://github.com/
|
|
1210
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1211
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
1008
1212
|
"learn_more": "https://day.js.org/",
|
|
1009
|
-
"category": "
|
|
1010
|
-
"type": "
|
|
1213
|
+
"category": "Libraries",
|
|
1214
|
+
"type": "3rd-party",
|
|
1011
1215
|
"maintainers": [
|
|
1012
1216
|
{
|
|
1013
|
-
"name": "
|
|
1014
|
-
"github": "
|
|
1015
|
-
"twitter": "
|
|
1217
|
+
"name": "Kevin Olson",
|
|
1218
|
+
"github": "acidjazz",
|
|
1219
|
+
"twitter": "AppFume"
|
|
1016
1220
|
}
|
|
1017
1221
|
],
|
|
1018
1222
|
"compatibility": {
|
|
1019
|
-
"nuxt": "^
|
|
1223
|
+
"nuxt": "^3.0.0",
|
|
1020
1224
|
"requires": {}
|
|
1021
1225
|
}
|
|
1022
1226
|
},
|
|
1023
1227
|
{
|
|
1024
1228
|
"name": "delay-hydration",
|
|
1025
|
-
"description": "Improve your Nuxt
|
|
1026
|
-
"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",
|
|
1027
1231
|
"npm": "nuxt-delay-hydration",
|
|
1028
1232
|
"icon": "lighthouse.svg",
|
|
1029
1233
|
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
@@ -1045,12 +1249,12 @@
|
|
|
1045
1249
|
},
|
|
1046
1250
|
{
|
|
1047
1251
|
"name": "device",
|
|
1048
|
-
"description": "Device detection module for Nuxt
|
|
1049
|
-
"repo": "nuxt-
|
|
1252
|
+
"description": "Device detection module for Nuxt",
|
|
1253
|
+
"repo": "nuxt-modules/device",
|
|
1050
1254
|
"npm": "@nuxtjs/device",
|
|
1051
1255
|
"icon": "",
|
|
1052
|
-
"github": "https://github.com/nuxt-
|
|
1053
|
-
"website": "https://github.com/nuxt-
|
|
1256
|
+
"github": "https://github.com/nuxt-modules/device",
|
|
1257
|
+
"website": "https://github.com/nuxt-modules/device",
|
|
1054
1258
|
"learn_more": "",
|
|
1055
1259
|
"category": "Extensions",
|
|
1056
1260
|
"type": "community",
|
|
@@ -1068,9 +1272,9 @@
|
|
|
1068
1272
|
{
|
|
1069
1273
|
"name": "devtools",
|
|
1070
1274
|
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1071
|
-
"repo": "nuxt/devtools#main",
|
|
1275
|
+
"repo": "nuxt/devtools#main/packages/devtools",
|
|
1072
1276
|
"npm": "@nuxt/devtools",
|
|
1073
|
-
"icon": "nuxt.
|
|
1277
|
+
"icon": "nuxt.svg",
|
|
1074
1278
|
"github": "https://github.com/nuxt/devtools",
|
|
1075
1279
|
"website": "https://devtools.nuxtjs.org/",
|
|
1076
1280
|
"learn_more": "",
|
|
@@ -1090,13 +1294,13 @@
|
|
|
1090
1294
|
},
|
|
1091
1295
|
{
|
|
1092
1296
|
"name": "directus",
|
|
1093
|
-
"description": "Easily connect your
|
|
1297
|
+
"description": "Easily connect your Nuxt application to your directus server.",
|
|
1094
1298
|
"repo": "intevel/nuxt-directus",
|
|
1095
1299
|
"npm": "nuxt-directus",
|
|
1096
1300
|
"icon": "directus.svg",
|
|
1097
|
-
"github": "https://github.com/
|
|
1098
|
-
"website": "https://nuxt-directus.
|
|
1099
|
-
"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/",
|
|
1100
1304
|
"category": "CMS",
|
|
1101
1305
|
"type": "3rd-party",
|
|
1102
1306
|
"maintainers": [
|
|
@@ -1107,15 +1311,58 @@
|
|
|
1107
1311
|
}
|
|
1108
1312
|
],
|
|
1109
1313
|
"compatibility": {
|
|
1110
|
-
"nuxt": "^
|
|
1111
|
-
"requires": {
|
|
1112
|
-
|
|
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"
|
|
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"
|
|
1113
1356
|
}
|
|
1357
|
+
],
|
|
1358
|
+
"compatibility": {
|
|
1359
|
+
"nuxt": "^3.0.0",
|
|
1360
|
+
"requires": {}
|
|
1114
1361
|
}
|
|
1115
1362
|
},
|
|
1116
1363
|
{
|
|
1117
1364
|
"name": "dotenv",
|
|
1118
|
-
"description": "A Nuxt
|
|
1365
|
+
"description": "A Nuxt module that loads your .env file into your context options",
|
|
1119
1366
|
"repo": "nuxt-community/dotenv-module",
|
|
1120
1367
|
"npm": "@nuxtjs/dotenv",
|
|
1121
1368
|
"icon": "dotenv.png",
|
|
@@ -1137,13 +1384,13 @@
|
|
|
1137
1384
|
},
|
|
1138
1385
|
{
|
|
1139
1386
|
"name": "drupal-ce",
|
|
1140
|
-
"description": "Connects Nuxt
|
|
1387
|
+
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
1141
1388
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
1142
1389
|
"npm": "nuxtjs-drupal-ce",
|
|
1143
1390
|
"icon": "drupal-ce.png",
|
|
1144
1391
|
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
1145
|
-
"website": "https://
|
|
1146
|
-
"learn_more": "https://
|
|
1392
|
+
"website": "https://lupus-decoupled.org",
|
|
1393
|
+
"learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
|
|
1147
1394
|
"category": "CMS",
|
|
1148
1395
|
"type": "3rd-party",
|
|
1149
1396
|
"maintainers": [
|
|
@@ -1158,19 +1405,19 @@
|
|
|
1158
1405
|
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
1159
1406
|
},
|
|
1160
1407
|
{
|
|
1161
|
-
"name": "
|
|
1162
|
-
"github": "
|
|
1163
|
-
"avatar": "https://avatars.githubusercontent.com/u/
|
|
1408
|
+
"name": "Matic",
|
|
1409
|
+
"github": "TurtlBbx",
|
|
1410
|
+
"avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
|
|
1164
1411
|
}
|
|
1165
1412
|
],
|
|
1166
1413
|
"compatibility": {
|
|
1167
|
-
"nuxt": "^2.0.0",
|
|
1414
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1168
1415
|
"requires": {}
|
|
1169
1416
|
}
|
|
1170
1417
|
},
|
|
1171
1418
|
{
|
|
1172
1419
|
"name": "druxt",
|
|
1173
|
-
"description": "A bridge between frameworks, Drupal in the back, Nuxt
|
|
1420
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
|
|
1174
1421
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1175
1422
|
"npm": "druxt",
|
|
1176
1423
|
"icon": "druxt.svg",
|
|
@@ -1190,6 +1437,29 @@
|
|
|
1190
1437
|
"requires": {}
|
|
1191
1438
|
}
|
|
1192
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
|
+
},
|
|
1193
1463
|
{
|
|
1194
1464
|
"name": "electron",
|
|
1195
1465
|
"description": "Integrate Nuxt and Electron.",
|
|
@@ -1238,7 +1508,7 @@
|
|
|
1238
1508
|
},
|
|
1239
1509
|
{
|
|
1240
1510
|
"name": "emotion",
|
|
1241
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1511
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1242
1512
|
"repo": "nuxt-modules/emotion",
|
|
1243
1513
|
"npm": "@nuxtjs/emotion",
|
|
1244
1514
|
"icon": "emotion.png",
|
|
@@ -1266,7 +1536,7 @@
|
|
|
1266
1536
|
},
|
|
1267
1537
|
{
|
|
1268
1538
|
"name": "eslint",
|
|
1269
|
-
"description": "ESLint module for Nuxt
|
|
1539
|
+
"description": "ESLint module for Nuxt",
|
|
1270
1540
|
"repo": "nuxt-community/eslint-module",
|
|
1271
1541
|
"npm": "@nuxtjs/eslint-module",
|
|
1272
1542
|
"icon": "eslint.png",
|
|
@@ -1288,7 +1558,7 @@
|
|
|
1288
1558
|
},
|
|
1289
1559
|
{
|
|
1290
1560
|
"name": "event-trace",
|
|
1291
|
-
"description": "Module for event trace in Nuxt
|
|
1561
|
+
"description": "Module for event trace in Nuxt",
|
|
1292
1562
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1293
1563
|
"npm": "nuxt-event-trace",
|
|
1294
1564
|
"icon": "",
|
|
@@ -1308,6 +1578,29 @@
|
|
|
1308
1578
|
"requires": {}
|
|
1309
1579
|
}
|
|
1310
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
|
+
},
|
|
1311
1604
|
{
|
|
1312
1605
|
"name": "fathom",
|
|
1313
1606
|
"description": "Fathom analytics for Nuxt",
|
|
@@ -1332,7 +1625,7 @@
|
|
|
1332
1625
|
},
|
|
1333
1626
|
{
|
|
1334
1627
|
"name": "feature-toggle",
|
|
1335
|
-
"description": "Feature toggle module for Nuxt
|
|
1628
|
+
"description": "Feature toggle module for Nuxt",
|
|
1336
1629
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1337
1630
|
"npm": "nuxt-feature-toggle",
|
|
1338
1631
|
"icon": "",
|
|
@@ -1399,7 +1692,7 @@
|
|
|
1399
1692
|
},
|
|
1400
1693
|
{
|
|
1401
1694
|
"name": "floating-prompt-module",
|
|
1402
|
-
"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",
|
|
1403
1696
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1404
1697
|
"npm": "nuxt-floating-prompt-module",
|
|
1405
1698
|
"icon": "",
|
|
@@ -1508,6 +1801,52 @@
|
|
|
1508
1801
|
"requires": {}
|
|
1509
1802
|
}
|
|
1510
1803
|
},
|
|
1804
|
+
{
|
|
1805
|
+
"name": "fonts",
|
|
1806
|
+
"description": "Plug-and-play web font optimization and configuration for Nuxt apps.",
|
|
1807
|
+
"repo": "nuxt/fonts",
|
|
1808
|
+
"npm": "@nuxt/fonts",
|
|
1809
|
+
"icon": "nuxt.svg",
|
|
1810
|
+
"github": "https://github.com/nuxt/fonts",
|
|
1811
|
+
"website": "https://github.com/nuxt/fonts",
|
|
1812
|
+
"learn_more": "",
|
|
1813
|
+
"category": "Libraries",
|
|
1814
|
+
"type": "official",
|
|
1815
|
+
"maintainers": [
|
|
1816
|
+
{
|
|
1817
|
+
"name": "Daniel Roe",
|
|
1818
|
+
"github": "danielroe",
|
|
1819
|
+
"twitter": "danielcroe"
|
|
1820
|
+
}
|
|
1821
|
+
],
|
|
1822
|
+
"compatibility": {
|
|
1823
|
+
"nuxt": "^3.0.0",
|
|
1824
|
+
"requires": {}
|
|
1825
|
+
}
|
|
1826
|
+
},
|
|
1827
|
+
{
|
|
1828
|
+
"name": "form-actions",
|
|
1829
|
+
"description": "A set of features and composables to interact with forms and server data.",
|
|
1830
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
|
|
1831
|
+
"npm": "@hebilicious/form-actions-nuxt",
|
|
1832
|
+
"icon": "form-actions.svg",
|
|
1833
|
+
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1834
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1835
|
+
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1836
|
+
"category": "Request",
|
|
1837
|
+
"type": "3rd-party",
|
|
1838
|
+
"maintainers": [
|
|
1839
|
+
{
|
|
1840
|
+
"name": "Hebilicious",
|
|
1841
|
+
"github": "Hebilicious",
|
|
1842
|
+
"twitter": "its_hebilicious"
|
|
1843
|
+
}
|
|
1844
|
+
],
|
|
1845
|
+
"compatibility": {
|
|
1846
|
+
"nuxt": "^3.7.0",
|
|
1847
|
+
"requires": {}
|
|
1848
|
+
}
|
|
1849
|
+
},
|
|
1511
1850
|
{
|
|
1512
1851
|
"name": "formkit",
|
|
1513
1852
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1516,7 +1855,7 @@
|
|
|
1516
1855
|
"icon": "formkit.png",
|
|
1517
1856
|
"github": "https://github.com/formkit/formkit",
|
|
1518
1857
|
"website": "https://formkit.com",
|
|
1519
|
-
"learn_more": "https://formkit.com/
|
|
1858
|
+
"learn_more": "https://formkit.com/getting-started/installation",
|
|
1520
1859
|
"category": "Libraries",
|
|
1521
1860
|
"type": "3rd-party",
|
|
1522
1861
|
"maintainers": [
|
|
@@ -1582,7 +1921,7 @@
|
|
|
1582
1921
|
},
|
|
1583
1922
|
{
|
|
1584
1923
|
"name": "google-adsense",
|
|
1585
|
-
"description": "Google Adsense Module for Nuxt
|
|
1924
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1586
1925
|
"repo": "nuxt-community/google-adsense-module",
|
|
1587
1926
|
"npm": "@nuxtjs/google-adsense",
|
|
1588
1927
|
"icon": "google-adsense.png",
|
|
@@ -1608,7 +1947,7 @@
|
|
|
1608
1947
|
},
|
|
1609
1948
|
{
|
|
1610
1949
|
"name": "google-analytics",
|
|
1611
|
-
"description": "Google analytics Module for Nuxt
|
|
1950
|
+
"description": "Google analytics Module for Nuxt",
|
|
1612
1951
|
"repo": "nuxt-community/analytics-module",
|
|
1613
1952
|
"npm": "@nuxtjs/google-analytics",
|
|
1614
1953
|
"icon": "google-analytics.png",
|
|
@@ -1640,12 +1979,12 @@
|
|
|
1640
1979
|
},
|
|
1641
1980
|
{
|
|
1642
1981
|
"name": "google-fonts",
|
|
1643
|
-
"description": "Google Fonts module for
|
|
1644
|
-
"repo": "nuxt-
|
|
1982
|
+
"description": "Google Fonts module for Nuxt",
|
|
1983
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1645
1984
|
"npm": "@nuxtjs/google-fonts",
|
|
1646
1985
|
"icon": "google-fonts.png",
|
|
1647
|
-
"github": "https://github.com/nuxt-
|
|
1648
|
-
"website": "https://
|
|
1986
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1987
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1649
1988
|
"learn_more": "https://developers.google.com/fonts",
|
|
1650
1989
|
"category": "Fonts",
|
|
1651
1990
|
"type": "community",
|
|
@@ -1664,7 +2003,7 @@
|
|
|
1664
2003
|
},
|
|
1665
2004
|
{
|
|
1666
2005
|
"name": "google-gtag",
|
|
1667
|
-
"description": "Google GTag for Nuxt
|
|
2006
|
+
"description": "Google GTag for Nuxt",
|
|
1668
2007
|
"repo": "nuxt-community/google-gtag",
|
|
1669
2008
|
"npm": "@nuxtjs/google-gtag",
|
|
1670
2009
|
"icon": "gtm.png",
|
|
@@ -1690,7 +2029,7 @@
|
|
|
1690
2029
|
},
|
|
1691
2030
|
{
|
|
1692
2031
|
"name": "google-optimize",
|
|
1693
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
2032
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1694
2033
|
"repo": "nuxt-community/google-optimize-module",
|
|
1695
2034
|
"npm": "nuxt-google-optimize",
|
|
1696
2035
|
"icon": "google-optimize.png",
|
|
@@ -1729,7 +2068,7 @@
|
|
|
1729
2068
|
"icon": "graphql-client.svg",
|
|
1730
2069
|
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1731
2070
|
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1732
|
-
"learn_more": "https://
|
|
2071
|
+
"learn_more": "https://nuxt-graphql-client.web.app/",
|
|
1733
2072
|
"category": "Request",
|
|
1734
2073
|
"type": "3rd-party",
|
|
1735
2074
|
"maintainers": [
|
|
@@ -1745,7 +2084,7 @@
|
|
|
1745
2084
|
},
|
|
1746
2085
|
{
|
|
1747
2086
|
"name": "graphql-request",
|
|
1748
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
2087
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1749
2088
|
"repo": "gomah/nuxt-graphql-request",
|
|
1750
2089
|
"npm": "nuxt-graphql-request",
|
|
1751
2090
|
"icon": "graphql-request.png",
|
|
@@ -1761,7 +2100,7 @@
|
|
|
1761
2100
|
}
|
|
1762
2101
|
],
|
|
1763
2102
|
"compatibility": {
|
|
1764
|
-
"nuxt": "^2.0.0",
|
|
2103
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1765
2104
|
"requires": {}
|
|
1766
2105
|
}
|
|
1767
2106
|
},
|
|
@@ -1784,12 +2123,13 @@
|
|
|
1784
2123
|
],
|
|
1785
2124
|
"compatibility": {
|
|
1786
2125
|
"nuxt": "^3.0.0",
|
|
1787
|
-
"requires": {}
|
|
2126
|
+
"requires": {},
|
|
2127
|
+
"devtools": "^0.0.0"
|
|
1788
2128
|
}
|
|
1789
2129
|
},
|
|
1790
2130
|
{
|
|
1791
2131
|
"name": "gtag",
|
|
1792
|
-
"description": "Google Analytics integration for Nuxt
|
|
2132
|
+
"description": "Google Analytics integration for Nuxt: Google Analytics, Google Ads and more",
|
|
1793
2133
|
"repo": "johannschopplich/nuxt-gtag",
|
|
1794
2134
|
"npm": "nuxt-gtag",
|
|
1795
2135
|
"icon": "gtag.svg",
|
|
@@ -1813,7 +2153,7 @@
|
|
|
1813
2153
|
},
|
|
1814
2154
|
{
|
|
1815
2155
|
"name": "gtm",
|
|
1816
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2156
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
1817
2157
|
"repo": "nuxt-community/gtm-module",
|
|
1818
2158
|
"npm": "@nuxtjs/gtm",
|
|
1819
2159
|
"icon": "gtm.png",
|
|
@@ -1836,7 +2176,7 @@
|
|
|
1836
2176
|
},
|
|
1837
2177
|
{
|
|
1838
2178
|
"name": "guess",
|
|
1839
|
-
"description": "Guess.js module for Nuxt
|
|
2179
|
+
"description": "Guess.js module for Nuxt",
|
|
1840
2180
|
"repo": "nuxt-community/guess-module",
|
|
1841
2181
|
"npm": "@nuxtjs/guess-module",
|
|
1842
2182
|
"icon": "guessjs.png",
|
|
@@ -1856,6 +2196,28 @@
|
|
|
1856
2196
|
"requires": {}
|
|
1857
2197
|
}
|
|
1858
2198
|
},
|
|
2199
|
+
{
|
|
2200
|
+
"name": "hanko",
|
|
2201
|
+
"description": "Hanko integration for Nuxt for passwordless authentication",
|
|
2202
|
+
"repo": "nuxt-modules/hanko",
|
|
2203
|
+
"npm": "@nuxtjs/hanko",
|
|
2204
|
+
"icon": "hanko.svg",
|
|
2205
|
+
"github": "https://github.com/nuxt-modules/hanko",
|
|
2206
|
+
"website": "https://github.com/nuxt-modules/hanko",
|
|
2207
|
+
"learn_more": "https://hanko.io/",
|
|
2208
|
+
"category": "Security",
|
|
2209
|
+
"type": "community",
|
|
2210
|
+
"maintainers": [
|
|
2211
|
+
{
|
|
2212
|
+
"name": "danielroe",
|
|
2213
|
+
"github": "danielroe"
|
|
2214
|
+
}
|
|
2215
|
+
],
|
|
2216
|
+
"compatibility": {
|
|
2217
|
+
"nuxt": "^3.0.0",
|
|
2218
|
+
"requires": {}
|
|
2219
|
+
}
|
|
2220
|
+
},
|
|
1859
2221
|
{
|
|
1860
2222
|
"name": "harlem",
|
|
1861
2223
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -1926,7 +2288,7 @@
|
|
|
1926
2288
|
},
|
|
1927
2289
|
{
|
|
1928
2290
|
"name": "helmet",
|
|
1929
|
-
"description": "Easy Helmet module with Nuxt
|
|
2291
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
1930
2292
|
"repo": "victor-perez/nuxt-helmet",
|
|
1931
2293
|
"npm": "nuxt-helmet",
|
|
1932
2294
|
"icon": "",
|
|
@@ -1970,7 +2332,7 @@
|
|
|
1970
2332
|
},
|
|
1971
2333
|
{
|
|
1972
2334
|
"name": "history-state",
|
|
1973
|
-
"description": "Nuxt
|
|
2335
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
1974
2336
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
1975
2337
|
"npm": "nuxt-history-state",
|
|
1976
2338
|
"icon": "",
|
|
@@ -1990,6 +2352,28 @@
|
|
|
1990
2352
|
"requires": {}
|
|
1991
2353
|
}
|
|
1992
2354
|
},
|
|
2355
|
+
{
|
|
2356
|
+
"name": "hotjar",
|
|
2357
|
+
"description": "Add HotJar to your Nuxt application",
|
|
2358
|
+
"repo": "damevin/nuxt-module-hotjar",
|
|
2359
|
+
"npm": "nuxt-module-hotjar",
|
|
2360
|
+
"icon": "hotjar.png",
|
|
2361
|
+
"github": "https://github.com/damevin/nuxt-module-hotjar",
|
|
2362
|
+
"website": "https://github.com/damevin/nuxt-module-hotjar",
|
|
2363
|
+
"learn_more": "https://github.com/damevin/nuxt-module-hotjar#nuxt-hotjar",
|
|
2364
|
+
"category": "SEO",
|
|
2365
|
+
"type": "3rd-party",
|
|
2366
|
+
"maintainers": [
|
|
2367
|
+
{
|
|
2368
|
+
"name": "Raphaël DAMEVIN",
|
|
2369
|
+
"github": "damevin"
|
|
2370
|
+
}
|
|
2371
|
+
],
|
|
2372
|
+
"compatibility": {
|
|
2373
|
+
"nuxt": "^3.0.0",
|
|
2374
|
+
"requires": {}
|
|
2375
|
+
}
|
|
2376
|
+
},
|
|
1993
2377
|
{
|
|
1994
2378
|
"name": "html-minifier",
|
|
1995
2379
|
"description": "Minify the html for each request served by nuxt server (nuxt start)",
|
|
@@ -2039,7 +2423,7 @@
|
|
|
2039
2423
|
},
|
|
2040
2424
|
{
|
|
2041
2425
|
"name": "http",
|
|
2042
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2426
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
2043
2427
|
"repo": "nuxt/http",
|
|
2044
2428
|
"npm": "@nuxt/http",
|
|
2045
2429
|
"icon": "http.png",
|
|
@@ -2067,7 +2451,7 @@
|
|
|
2067
2451
|
},
|
|
2068
2452
|
{
|
|
2069
2453
|
"name": "humans-txt",
|
|
2070
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2454
|
+
"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.",
|
|
2071
2455
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2072
2456
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2073
2457
|
"icon": "",
|
|
@@ -2091,12 +2475,12 @@
|
|
|
2091
2475
|
{
|
|
2092
2476
|
"name": "i18n",
|
|
2093
2477
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2094
|
-
"repo": "nuxt-
|
|
2478
|
+
"repo": "nuxt-modules/i18n",
|
|
2095
2479
|
"npm": "@nuxtjs/i18n",
|
|
2096
2480
|
"icon": "i18n.png",
|
|
2097
|
-
"github": "https://github.com/nuxt-
|
|
2481
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2098
2482
|
"website": "https://i18n.nuxtjs.org",
|
|
2099
|
-
"learn_more": "https://
|
|
2483
|
+
"learn_more": "https://vue-i18n.intlify.dev/",
|
|
2100
2484
|
"category": "Extensions",
|
|
2101
2485
|
"type": "community",
|
|
2102
2486
|
"maintainers": [
|
|
@@ -2107,6 +2491,10 @@
|
|
|
2107
2491
|
{
|
|
2108
2492
|
"name": "Kazuya Kawaguchi",
|
|
2109
2493
|
"github": "kazupon"
|
|
2494
|
+
},
|
|
2495
|
+
{
|
|
2496
|
+
"name": "Bobbie Goede",
|
|
2497
|
+
"github": "BobbieGoede"
|
|
2110
2498
|
}
|
|
2111
2499
|
],
|
|
2112
2500
|
"compatibility": {
|
|
@@ -2115,13 +2503,58 @@
|
|
|
2115
2503
|
}
|
|
2116
2504
|
},
|
|
2117
2505
|
{
|
|
2118
|
-
"name": "icon",
|
|
2119
|
-
"description": "
|
|
2120
|
-
"repo": "nuxt-
|
|
2121
|
-
"npm": "nuxt-icon",
|
|
2122
|
-
"icon": "
|
|
2123
|
-
"github": "https://github.com/nuxt-
|
|
2124
|
-
"website": "https://github.com/nuxt-
|
|
2506
|
+
"name": "icon-font",
|
|
2507
|
+
"description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
|
|
2508
|
+
"repo": "coremyslo/nuxt-icon-font",
|
|
2509
|
+
"npm": "@coremyslo/nuxt-icon-font",
|
|
2510
|
+
"icon": "",
|
|
2511
|
+
"github": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2512
|
+
"website": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2513
|
+
"learn_more": "",
|
|
2514
|
+
"category": "UI",
|
|
2515
|
+
"type": "3rd-party",
|
|
2516
|
+
"maintainers": [
|
|
2517
|
+
{
|
|
2518
|
+
"name": "coremyslo",
|
|
2519
|
+
"github": "coremyslo"
|
|
2520
|
+
}
|
|
2521
|
+
],
|
|
2522
|
+
"compatibility": {
|
|
2523
|
+
"nuxt": "^3.0.0",
|
|
2524
|
+
"requires": {}
|
|
2525
|
+
}
|
|
2526
|
+
},
|
|
2527
|
+
{
|
|
2528
|
+
"name": "icon-tw",
|
|
2529
|
+
"description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
|
|
2530
|
+
"repo": "jcamp-code/nuxt-icon-tw",
|
|
2531
|
+
"npm": "nuxt-icon-tw",
|
|
2532
|
+
"icon": "nuxt-icon.png",
|
|
2533
|
+
"github": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2534
|
+
"website": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2535
|
+
"learn_more": "",
|
|
2536
|
+
"category": "UI",
|
|
2537
|
+
"type": "3rd-party",
|
|
2538
|
+
"maintainers": [
|
|
2539
|
+
{
|
|
2540
|
+
"name": "JohnCampionJr",
|
|
2541
|
+
"github": "JohnCampionJr"
|
|
2542
|
+
}
|
|
2543
|
+
],
|
|
2544
|
+
"compatibility": {
|
|
2545
|
+
"nuxt": "^3.0.0",
|
|
2546
|
+
"requires": {},
|
|
2547
|
+
"devtools": "^0.0.0"
|
|
2548
|
+
}
|
|
2549
|
+
},
|
|
2550
|
+
{
|
|
2551
|
+
"name": "icon",
|
|
2552
|
+
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
2553
|
+
"repo": "nuxt-modules/icon",
|
|
2554
|
+
"npm": "nuxt-icon",
|
|
2555
|
+
"icon": "nuxt-icon.png",
|
|
2556
|
+
"github": "https://github.com/nuxt-modules/icon",
|
|
2557
|
+
"website": "https://github.com/nuxt-modules/icon",
|
|
2125
2558
|
"learn_more": "",
|
|
2126
2559
|
"category": "UI",
|
|
2127
2560
|
"type": "community",
|
|
@@ -2133,7 +2566,8 @@
|
|
|
2133
2566
|
],
|
|
2134
2567
|
"compatibility": {
|
|
2135
2568
|
"nuxt": "^3.0.0",
|
|
2136
|
-
"requires": {}
|
|
2569
|
+
"requires": {},
|
|
2570
|
+
"devtools": "^0.0.0"
|
|
2137
2571
|
}
|
|
2138
2572
|
},
|
|
2139
2573
|
{
|
|
@@ -2182,12 +2616,12 @@
|
|
|
2182
2616
|
},
|
|
2183
2617
|
{
|
|
2184
2618
|
"name": "image",
|
|
2185
|
-
"description": "Optimised images for
|
|
2619
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2186
2620
|
"repo": "nuxt/image",
|
|
2187
2621
|
"npm": "@nuxt/image",
|
|
2188
2622
|
"icon": "image.png",
|
|
2189
2623
|
"github": "https://github.com/nuxt/image",
|
|
2190
|
-
"website": "https://image.
|
|
2624
|
+
"website": "https://image.nuxt.com",
|
|
2191
2625
|
"learn_more": "",
|
|
2192
2626
|
"category": "Images",
|
|
2193
2627
|
"type": "official",
|
|
@@ -2197,6 +2631,11 @@
|
|
|
2197
2631
|
"github": "farnabaz",
|
|
2198
2632
|
"twitter": "a_birang"
|
|
2199
2633
|
},
|
|
2634
|
+
{
|
|
2635
|
+
"name": "Daniel Roe",
|
|
2636
|
+
"github": "danielroe",
|
|
2637
|
+
"twitter": "danielcroe"
|
|
2638
|
+
},
|
|
2200
2639
|
{
|
|
2201
2640
|
"name": "Pooya Parsa",
|
|
2202
2641
|
"github": "pi0",
|
|
@@ -2217,7 +2656,7 @@
|
|
|
2217
2656
|
},
|
|
2218
2657
|
{
|
|
2219
2658
|
"name": "imagemin",
|
|
2220
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2659
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2221
2660
|
"repo": "nuxt-community/imagemin-module",
|
|
2222
2661
|
"npm": "@nuxtjs/imagemin",
|
|
2223
2662
|
"icon": "imagemin.png",
|
|
@@ -2240,12 +2679,12 @@
|
|
|
2240
2679
|
{
|
|
2241
2680
|
"name": "inkline",
|
|
2242
2681
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2243
|
-
"repo": "inkline/
|
|
2244
|
-
"npm": "@inkline/
|
|
2682
|
+
"repo": "inkline/plugin",
|
|
2683
|
+
"npm": "@inkline/plugin",
|
|
2245
2684
|
"icon": "inkline.svg",
|
|
2246
|
-
"github": "https://github.com/inkline/
|
|
2685
|
+
"github": "https://github.com/inkline/plugin",
|
|
2247
2686
|
"website": "https://inkline.io",
|
|
2248
|
-
"learn_more": "https://inkline.io/docs/
|
|
2687
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2249
2688
|
"category": "UI",
|
|
2250
2689
|
"type": "3rd-party",
|
|
2251
2690
|
"maintainers": [
|
|
@@ -2264,7 +2703,7 @@
|
|
|
2264
2703
|
},
|
|
2265
2704
|
{
|
|
2266
2705
|
"name": "intercom",
|
|
2267
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2706
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2268
2707
|
"repo": "hex-digital/nuxt-intercom",
|
|
2269
2708
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2270
2709
|
"icon": "intercom.png",
|
|
@@ -2309,7 +2748,7 @@
|
|
|
2309
2748
|
},
|
|
2310
2749
|
{
|
|
2311
2750
|
"name": "jsonapi",
|
|
2312
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2751
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2313
2752
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2314
2753
|
"npm": "nuxt-jsonapi",
|
|
2315
2754
|
"icon": "jsonapi.svg",
|
|
@@ -2351,14 +2790,42 @@
|
|
|
2351
2790
|
"requires": {}
|
|
2352
2791
|
}
|
|
2353
2792
|
},
|
|
2793
|
+
{
|
|
2794
|
+
"name": "kinde",
|
|
2795
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2796
|
+
"repo": "nuxt-modules/kinde",
|
|
2797
|
+
"npm": "@nuxtjs/kinde",
|
|
2798
|
+
"icon": "kinde.svg",
|
|
2799
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2800
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2801
|
+
"learn_more": "https://kinde.com/",
|
|
2802
|
+
"category": "Security",
|
|
2803
|
+
"type": "community",
|
|
2804
|
+
"maintainers": [
|
|
2805
|
+
{
|
|
2806
|
+
"name": "danielroe",
|
|
2807
|
+
"github": "danielroe"
|
|
2808
|
+
},
|
|
2809
|
+
{
|
|
2810
|
+
"name": "daveordead",
|
|
2811
|
+
"github": "DaveOrDead",
|
|
2812
|
+
"twitter": "dave_or_dead"
|
|
2813
|
+
}
|
|
2814
|
+
],
|
|
2815
|
+
"compatibility": {
|
|
2816
|
+
"nuxt": "^3.0.0",
|
|
2817
|
+
"requires": {}
|
|
2818
|
+
},
|
|
2819
|
+
"sponsor": true
|
|
2820
|
+
},
|
|
2354
2821
|
{
|
|
2355
2822
|
"name": "kql",
|
|
2356
|
-
"description": "Nuxt
|
|
2823
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2357
2824
|
"repo": "johannschopplich/nuxt-kql",
|
|
2358
2825
|
"npm": "nuxt-kql",
|
|
2359
2826
|
"icon": "kql.svg",
|
|
2360
2827
|
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
2361
|
-
"website": "https://nuxt-kql.
|
|
2828
|
+
"website": "https://nuxt-kql.byjohann.dev/",
|
|
2362
2829
|
"learn_more": "",
|
|
2363
2830
|
"category": "CMS",
|
|
2364
2831
|
"type": "3rd-party",
|
|
@@ -2377,7 +2844,7 @@
|
|
|
2377
2844
|
},
|
|
2378
2845
|
{
|
|
2379
2846
|
"name": "laravel-echo",
|
|
2380
|
-
"description": "Laravel Echo for Nuxt
|
|
2847
|
+
"description": "Laravel Echo for Nuxt",
|
|
2381
2848
|
"repo": "nuxt-community/laravel-echo",
|
|
2382
2849
|
"npm": "@nuxtjs/laravel-echo",
|
|
2383
2850
|
"icon": "laravel-echo.png",
|
|
@@ -2419,6 +2886,28 @@
|
|
|
2419
2886
|
"requires": {}
|
|
2420
2887
|
}
|
|
2421
2888
|
},
|
|
2889
|
+
{
|
|
2890
|
+
"name": "laravel-precognition",
|
|
2891
|
+
"description": "Nuxt module to work with Laravel Precognition and $fetch",
|
|
2892
|
+
"repo": "sot1986/nuxt-laravel-precognition",
|
|
2893
|
+
"npm": "nuxt-laravel-precognition",
|
|
2894
|
+
"icon": "laravel.svg",
|
|
2895
|
+
"github": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2896
|
+
"website": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2897
|
+
"learn_more": "",
|
|
2898
|
+
"category": "Security",
|
|
2899
|
+
"type": "3rd-party",
|
|
2900
|
+
"maintainers": [
|
|
2901
|
+
{
|
|
2902
|
+
"name": "sot1986",
|
|
2903
|
+
"github": "sot1986"
|
|
2904
|
+
}
|
|
2905
|
+
],
|
|
2906
|
+
"compatibility": {
|
|
2907
|
+
"nuxt": "^3.0.0",
|
|
2908
|
+
"requires": {}
|
|
2909
|
+
}
|
|
2910
|
+
},
|
|
2422
2911
|
{
|
|
2423
2912
|
"name": "laravel",
|
|
2424
2913
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
@@ -2465,13 +2954,13 @@
|
|
|
2465
2954
|
},
|
|
2466
2955
|
{
|
|
2467
2956
|
"name": "link-checker",
|
|
2468
|
-
"description": "
|
|
2957
|
+
"description": "Find and magically fix links that may be negatively effecting your SEO.",
|
|
2469
2958
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2470
2959
|
"npm": "nuxt-link-checker",
|
|
2471
|
-
"icon": "",
|
|
2960
|
+
"icon": "link-checker.svg",
|
|
2472
2961
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2473
|
-
"website": "https://
|
|
2474
|
-
"learn_more": "",
|
|
2962
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2963
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2475
2964
|
"category": "SEO",
|
|
2476
2965
|
"type": "3rd-party",
|
|
2477
2966
|
"maintainers": [
|
|
@@ -2484,7 +2973,8 @@
|
|
|
2484
2973
|
],
|
|
2485
2974
|
"compatibility": {
|
|
2486
2975
|
"nuxt": "^3.0.0",
|
|
2487
|
-
"requires": {}
|
|
2976
|
+
"requires": {},
|
|
2977
|
+
"devtools": "^0.0.0"
|
|
2488
2978
|
}
|
|
2489
2979
|
},
|
|
2490
2980
|
{
|
|
@@ -2561,12 +3051,12 @@
|
|
|
2561
3051
|
},
|
|
2562
3052
|
{
|
|
2563
3053
|
"name": "logrocket",
|
|
2564
|
-
"description": "LogRocket module for Nuxt
|
|
2565
|
-
"repo": "nuxt-
|
|
3054
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
3055
|
+
"repo": "nuxt-modules/logrocket",
|
|
2566
3056
|
"npm": "nuxt-logrocket",
|
|
2567
3057
|
"icon": "logrocket.png",
|
|
2568
|
-
"github": "https://github.com/nuxt-
|
|
2569
|
-
"website": "https://github.com/nuxt-
|
|
3058
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
3059
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2570
3060
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2571
3061
|
"category": "Monitoring",
|
|
2572
3062
|
"type": "community",
|
|
@@ -2582,9 +3072,35 @@
|
|
|
2582
3072
|
"requires": {}
|
|
2583
3073
|
}
|
|
2584
3074
|
},
|
|
3075
|
+
{
|
|
3076
|
+
"name": "lucide-icons",
|
|
3077
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
3078
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
3079
|
+
"npm": "nuxt-lucide-icons",
|
|
3080
|
+
"icon": "lucide-icons.svg",
|
|
3081
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3082
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3083
|
+
"learn_more": "",
|
|
3084
|
+
"category": "UI",
|
|
3085
|
+
"type": "3rd-party",
|
|
3086
|
+
"maintainers": [
|
|
3087
|
+
{
|
|
3088
|
+
"name": "SWIS",
|
|
3089
|
+
"github": "swisnl"
|
|
3090
|
+
},
|
|
3091
|
+
{
|
|
3092
|
+
"name": "Jasper Zonneveld",
|
|
3093
|
+
"github": "JaZo"
|
|
3094
|
+
}
|
|
3095
|
+
],
|
|
3096
|
+
"compatibility": {
|
|
3097
|
+
"nuxt": "^3.0.0",
|
|
3098
|
+
"requires": {}
|
|
3099
|
+
}
|
|
3100
|
+
},
|
|
2585
3101
|
{
|
|
2586
3102
|
"name": "lunr",
|
|
2587
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
3103
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2588
3104
|
"repo": "nuxt-community/lunr-module",
|
|
2589
3105
|
"npm": "@nuxtjs/lunr-module",
|
|
2590
3106
|
"icon": "",
|
|
@@ -2607,10 +3123,10 @@
|
|
|
2607
3123
|
{
|
|
2608
3124
|
"name": "magic-regexp",
|
|
2609
3125
|
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2610
|
-
"repo": "
|
|
3126
|
+
"repo": "unjs/magic-regexp",
|
|
2611
3127
|
"npm": "magic-regexp",
|
|
2612
3128
|
"icon": "magic-regexp.svg",
|
|
2613
|
-
"github": "https://github.com/
|
|
3129
|
+
"github": "https://github.com/unjs/magic-regexp",
|
|
2614
3130
|
"website": "https://magic-regexp.roe.dev",
|
|
2615
3131
|
"learn_more": "https://magic-regexp.roe.dev",
|
|
2616
3132
|
"category": "Libraries",
|
|
@@ -2627,6 +3143,29 @@
|
|
|
2627
3143
|
"requires": {}
|
|
2628
3144
|
}
|
|
2629
3145
|
},
|
|
3146
|
+
{
|
|
3147
|
+
"name": "mailpit",
|
|
3148
|
+
"description": "Integrates Mailpit web UI in Nuxt devtools",
|
|
3149
|
+
"repo": "tdolsen/nuxt-mailpit",
|
|
3150
|
+
"npm": "nuxt-mailpit",
|
|
3151
|
+
"icon": "mailpit.svg",
|
|
3152
|
+
"github": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3153
|
+
"website": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3154
|
+
"learn_more": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3155
|
+
"category": "Devtools",
|
|
3156
|
+
"type": "3rd-party",
|
|
3157
|
+
"maintainers": [
|
|
3158
|
+
{
|
|
3159
|
+
"name": "Torkild Dyvik Olsen",
|
|
3160
|
+
"github": "tdolsen",
|
|
3161
|
+
"twitter": "tdolsen"
|
|
3162
|
+
}
|
|
3163
|
+
],
|
|
3164
|
+
"compatibility": {
|
|
3165
|
+
"nuxt": "^3.8.0",
|
|
3166
|
+
"requires": {}
|
|
3167
|
+
}
|
|
3168
|
+
},
|
|
2630
3169
|
{
|
|
2631
3170
|
"name": "markdownit",
|
|
2632
3171
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
@@ -2650,6 +3189,30 @@
|
|
|
2650
3189
|
"requires": {}
|
|
2651
3190
|
}
|
|
2652
3191
|
},
|
|
3192
|
+
{
|
|
3193
|
+
"name": "marquee",
|
|
3194
|
+
"description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
|
|
3195
|
+
"repo": "hanzydev/nuxt-marquee",
|
|
3196
|
+
"npm": "nuxt-marquee",
|
|
3197
|
+
"icon": "marquee.png",
|
|
3198
|
+
"github": "https://github.com/hanzydev/nuxt-marquee/",
|
|
3199
|
+
"website": "https://hanzydev.github.io/nuxt-marquee/",
|
|
3200
|
+
"learn_more": "",
|
|
3201
|
+
"category": "UI",
|
|
3202
|
+
"type": "3rd-party",
|
|
3203
|
+
"maintainers": [
|
|
3204
|
+
{
|
|
3205
|
+
"name": "Hànzy",
|
|
3206
|
+
"github": "hanzydev",
|
|
3207
|
+
"avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
|
|
3208
|
+
}
|
|
3209
|
+
],
|
|
3210
|
+
"compatibility": {
|
|
3211
|
+
"nuxt": "^3.0.0",
|
|
3212
|
+
"requires": {},
|
|
3213
|
+
"devtools": "^0.0.0"
|
|
3214
|
+
}
|
|
3215
|
+
},
|
|
2653
3216
|
{
|
|
2654
3217
|
"name": "matomo",
|
|
2655
3218
|
"description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
|
|
@@ -2672,6 +3235,50 @@
|
|
|
2672
3235
|
"requires": {}
|
|
2673
3236
|
}
|
|
2674
3237
|
},
|
|
3238
|
+
{
|
|
3239
|
+
"name": "maz-ui",
|
|
3240
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3241
|
+
"repo": "louismazel/maz-ui#master/packages/nuxt-module",
|
|
3242
|
+
"npm": "nuxt-module",
|
|
3243
|
+
"icon": "maz-ui.png",
|
|
3244
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3245
|
+
"website": "https://maz-ui.com/",
|
|
3246
|
+
"learn_more": "https://maz-ui.com/guide/nuxt",
|
|
3247
|
+
"category": "UI",
|
|
3248
|
+
"type": "3rd-party",
|
|
3249
|
+
"maintainers": [
|
|
3250
|
+
{
|
|
3251
|
+
"name": "Loïc Mazuel",
|
|
3252
|
+
"github": "LouisMazel"
|
|
3253
|
+
}
|
|
3254
|
+
],
|
|
3255
|
+
"compatibility": {
|
|
3256
|
+
"nuxt": "^3.0.0",
|
|
3257
|
+
"requires": {}
|
|
3258
|
+
}
|
|
3259
|
+
},
|
|
3260
|
+
{
|
|
3261
|
+
"name": "mdc",
|
|
3262
|
+
"description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
|
|
3263
|
+
"repo": "nuxt-modules/mdc",
|
|
3264
|
+
"npm": "@nuxtjs/mdc",
|
|
3265
|
+
"icon": "mdc.png",
|
|
3266
|
+
"github": "https://github.com/nuxt-modules/mdc",
|
|
3267
|
+
"website": "https://github.com/nuxt-modules/mdc",
|
|
3268
|
+
"learn_more": "",
|
|
3269
|
+
"category": "Extensions",
|
|
3270
|
+
"type": "community",
|
|
3271
|
+
"maintainers": [
|
|
3272
|
+
{
|
|
3273
|
+
"name": "farnabaz",
|
|
3274
|
+
"github": "farnabaz"
|
|
3275
|
+
}
|
|
3276
|
+
],
|
|
3277
|
+
"compatibility": {
|
|
3278
|
+
"nuxt": "^3.0.0",
|
|
3279
|
+
"requires": {}
|
|
3280
|
+
}
|
|
3281
|
+
},
|
|
2675
3282
|
{
|
|
2676
3283
|
"name": "mdx",
|
|
2677
3284
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2697,7 +3304,7 @@
|
|
|
2697
3304
|
},
|
|
2698
3305
|
{
|
|
2699
3306
|
"name": "medusa",
|
|
2700
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3307
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2701
3308
|
"repo": "Baroshem/nuxt-medusa",
|
|
2702
3309
|
"npm": "nuxt-medusa",
|
|
2703
3310
|
"icon": "medusa.svg",
|
|
@@ -2722,7 +3329,7 @@
|
|
|
2722
3329
|
},
|
|
2723
3330
|
{
|
|
2724
3331
|
"name": "meilisearch",
|
|
2725
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3332
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2726
3333
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2727
3334
|
"npm": "nuxt-meilisearch",
|
|
2728
3335
|
"icon": "meilisearch.svg",
|
|
@@ -2742,7 +3349,8 @@
|
|
|
2742
3349
|
"nuxt": "^3.0.0",
|
|
2743
3350
|
"requires": {
|
|
2744
3351
|
"bridge": false
|
|
2745
|
-
}
|
|
3352
|
+
},
|
|
3353
|
+
"devtools": "^0.0.0"
|
|
2746
3354
|
}
|
|
2747
3355
|
},
|
|
2748
3356
|
{
|
|
@@ -2767,28 +3375,6 @@
|
|
|
2767
3375
|
"requires": {}
|
|
2768
3376
|
}
|
|
2769
3377
|
},
|
|
2770
|
-
{
|
|
2771
|
-
"name": "mobile",
|
|
2772
|
-
"description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
|
|
2773
|
-
"repo": "ChanningDefoe/nuxt-mobile-detect",
|
|
2774
|
-
"npm": "nuxt-mobile",
|
|
2775
|
-
"icon": "",
|
|
2776
|
-
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
2777
|
-
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
2778
|
-
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
2779
|
-
"category": "Extensions",
|
|
2780
|
-
"type": "3rd-party",
|
|
2781
|
-
"maintainers": [
|
|
2782
|
-
{
|
|
2783
|
-
"name": "ChanningDefoe",
|
|
2784
|
-
"github": "ChanningDefoe"
|
|
2785
|
-
}
|
|
2786
|
-
],
|
|
2787
|
-
"compatibility": {
|
|
2788
|
-
"nuxt": "^2.0.0",
|
|
2789
|
-
"requires": {}
|
|
2790
|
-
}
|
|
2791
|
-
},
|
|
2792
3378
|
{
|
|
2793
3379
|
"name": "module-feed",
|
|
2794
3380
|
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
@@ -2814,7 +3400,7 @@
|
|
|
2814
3400
|
},
|
|
2815
3401
|
{
|
|
2816
3402
|
"name": "moment",
|
|
2817
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3403
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2818
3404
|
"repo": "nuxt-community/moment-module",
|
|
2819
3405
|
"npm": "@nuxtjs/moment",
|
|
2820
3406
|
"icon": "momentjs.png",
|
|
@@ -2840,20 +3426,20 @@
|
|
|
2840
3426
|
}
|
|
2841
3427
|
},
|
|
2842
3428
|
{
|
|
2843
|
-
"name": "
|
|
2844
|
-
"description": "
|
|
2845
|
-
"repo": "
|
|
2846
|
-
"npm": "nuxt-
|
|
3429
|
+
"name": "neo",
|
|
3430
|
+
"description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
|
|
3431
|
+
"repo": "ezypeeze/nuxt-neo",
|
|
3432
|
+
"npm": "nuxt-neo",
|
|
2847
3433
|
"icon": "",
|
|
2848
|
-
"github": "https://github.com/
|
|
2849
|
-
"website": "https://github.
|
|
2850
|
-
"learn_more": "
|
|
2851
|
-
"category": "
|
|
3434
|
+
"github": "https://github.com/ezypeeze/nuxt-neo",
|
|
3435
|
+
"website": "https://ezypeeze.github.io/nuxt-neo",
|
|
3436
|
+
"learn_more": "",
|
|
3437
|
+
"category": "Request",
|
|
2852
3438
|
"type": "3rd-party",
|
|
2853
3439
|
"maintainers": [
|
|
2854
3440
|
{
|
|
2855
|
-
"name": "
|
|
2856
|
-
"github": "
|
|
3441
|
+
"name": "ezypeeze",
|
|
3442
|
+
"github": "ezypeeze"
|
|
2857
3443
|
}
|
|
2858
3444
|
],
|
|
2859
3445
|
"compatibility": {
|
|
@@ -2862,30 +3448,30 @@
|
|
|
2862
3448
|
}
|
|
2863
3449
|
},
|
|
2864
3450
|
{
|
|
2865
|
-
"name": "
|
|
2866
|
-
"description": "
|
|
2867
|
-
"repo": "
|
|
2868
|
-
"npm": "nuxt-
|
|
2869
|
-
"icon": "",
|
|
2870
|
-
"github": "https://github.com/
|
|
2871
|
-
"website": "https://
|
|
3451
|
+
"name": "neo4j",
|
|
3452
|
+
"description": "Effortlessly integrate Neo4j's powerful graph database into your Nuxt applications!",
|
|
3453
|
+
"repo": "arashsheyda/nuxt-neo4j",
|
|
3454
|
+
"npm": "nuxt-neo4j",
|
|
3455
|
+
"icon": "nuxt-neo4j.png",
|
|
3456
|
+
"github": "https://github.com/arashsheyda/nuxt-neo4j",
|
|
3457
|
+
"website": "https://github.com/arashsheyda/nuxt-neo4j",
|
|
2872
3458
|
"learn_more": "",
|
|
2873
|
-
"category": "
|
|
3459
|
+
"category": "Database",
|
|
2874
3460
|
"type": "3rd-party",
|
|
2875
3461
|
"maintainers": [
|
|
2876
3462
|
{
|
|
2877
|
-
"name": "
|
|
2878
|
-
"github": "
|
|
3463
|
+
"name": "arashsheyda",
|
|
3464
|
+
"github": "arashsheyda"
|
|
2879
3465
|
}
|
|
2880
3466
|
],
|
|
2881
3467
|
"compatibility": {
|
|
2882
|
-
"nuxt": "^
|
|
3468
|
+
"nuxt": "^3.0.0",
|
|
2883
3469
|
"requires": {}
|
|
2884
3470
|
}
|
|
2885
3471
|
},
|
|
2886
3472
|
{
|
|
2887
3473
|
"name": "netlify-cache",
|
|
2888
|
-
"description": "Nuxt
|
|
3474
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
2889
3475
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
2890
3476
|
"npm": "nuxt-netlify-cache",
|
|
2891
3477
|
"icon": "netlify.png",
|
|
@@ -2930,13 +3516,13 @@
|
|
|
2930
3516
|
},
|
|
2931
3517
|
{
|
|
2932
3518
|
"name": "netlify",
|
|
2933
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
2934
|
-
"repo": "
|
|
3519
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3520
|
+
"repo": "juliomrqz/nuxt-netlify",
|
|
2935
3521
|
"npm": "@aceforth/nuxt-netlify",
|
|
2936
3522
|
"icon": "netlify.png",
|
|
2937
|
-
"github": "https://github.com/
|
|
2938
|
-
"website": "https://
|
|
2939
|
-
"learn_more": "",
|
|
3523
|
+
"github": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3524
|
+
"website": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3525
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
|
|
2940
3526
|
"category": "Deployment",
|
|
2941
3527
|
"type": "3rd-party",
|
|
2942
3528
|
"maintainers": [
|
|
@@ -3001,42 +3587,42 @@
|
|
|
3001
3587
|
}
|
|
3002
3588
|
},
|
|
3003
3589
|
{
|
|
3004
|
-
"name": "
|
|
3005
|
-
"description": "",
|
|
3006
|
-
"repo": "
|
|
3007
|
-
"npm": "
|
|
3590
|
+
"name": "nupolyon",
|
|
3591
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3592
|
+
"repo": "adenvt/nupolyon",
|
|
3593
|
+
"npm": "nupolyon",
|
|
3008
3594
|
"icon": "",
|
|
3009
|
-
"github": "https://github.com/
|
|
3010
|
-
"website": "https://github.com/
|
|
3595
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3596
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
3011
3597
|
"learn_more": "",
|
|
3012
|
-
"category": "
|
|
3598
|
+
"category": "Performance",
|
|
3013
3599
|
"type": "3rd-party",
|
|
3014
3600
|
"maintainers": [
|
|
3015
3601
|
{
|
|
3016
|
-
"name": "
|
|
3017
|
-
"github": "
|
|
3602
|
+
"name": "adenvt",
|
|
3603
|
+
"github": "adenvt"
|
|
3018
3604
|
}
|
|
3019
3605
|
],
|
|
3020
3606
|
"compatibility": {
|
|
3021
|
-
"nuxt": "^
|
|
3607
|
+
"nuxt": "^3.0.0",
|
|
3022
3608
|
"requires": {}
|
|
3023
3609
|
}
|
|
3024
3610
|
},
|
|
3025
3611
|
{
|
|
3026
|
-
"name": "nuxt-
|
|
3027
|
-
"description": "
|
|
3028
|
-
"repo": "
|
|
3029
|
-
"npm": "nuxt-
|
|
3030
|
-
"icon": "
|
|
3031
|
-
"github": "https://github.com/
|
|
3032
|
-
"website": "https://github.com/
|
|
3033
|
-
"learn_more": "
|
|
3034
|
-
"category": "
|
|
3612
|
+
"name": "nuxt-anchorscroll",
|
|
3613
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3614
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3615
|
+
"npm": "nuxt-anchorscroll",
|
|
3616
|
+
"icon": "",
|
|
3617
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3618
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3619
|
+
"learn_more": "",
|
|
3620
|
+
"category": "UI",
|
|
3035
3621
|
"type": "3rd-party",
|
|
3036
3622
|
"maintainers": [
|
|
3037
3623
|
{
|
|
3038
|
-
"name": "
|
|
3039
|
-
"github": "
|
|
3624
|
+
"name": "Helltraitor",
|
|
3625
|
+
"github": "helltraitor"
|
|
3040
3626
|
}
|
|
3041
3627
|
],
|
|
3042
3628
|
"compatibility": {
|
|
@@ -3045,90 +3631,406 @@
|
|
|
3045
3631
|
}
|
|
3046
3632
|
},
|
|
3047
3633
|
{
|
|
3048
|
-
"name": "nuxt-
|
|
3049
|
-
"description": "
|
|
3050
|
-
"repo": "
|
|
3051
|
-
"npm": "nuxt-
|
|
3052
|
-
"icon": "nuxt-
|
|
3053
|
-
"github": "https://github.com/
|
|
3054
|
-
"website": "https://nuxt-
|
|
3055
|
-
"learn_more": "",
|
|
3056
|
-
"category": "
|
|
3634
|
+
"name": "nuxt-asciidoc",
|
|
3635
|
+
"description": "Transformer for using asciidoc in nuxt",
|
|
3636
|
+
"repo": "Chris2011/nuxt-asciidoc",
|
|
3637
|
+
"npm": "nuxt-asciidoc",
|
|
3638
|
+
"icon": "nuxt-asciidoc.svg",
|
|
3639
|
+
"github": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3640
|
+
"website": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3641
|
+
"learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
|
|
3642
|
+
"category": "Extensions",
|
|
3057
3643
|
"type": "3rd-party",
|
|
3058
3644
|
"maintainers": [
|
|
3059
3645
|
{
|
|
3060
|
-
"name": "
|
|
3061
|
-
"github": "
|
|
3062
|
-
"twitter": "
|
|
3063
|
-
"avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
|
|
3064
|
-
},
|
|
3065
|
-
{
|
|
3066
|
-
"name": "ayalon",
|
|
3067
|
-
"github": "ayalon",
|
|
3068
|
-
"avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
|
|
3646
|
+
"name": "Christian Lenz",
|
|
3647
|
+
"github": "Chris2011",
|
|
3648
|
+
"twitter": "Chrizzly42"
|
|
3069
3649
|
}
|
|
3070
3650
|
],
|
|
3071
3651
|
"compatibility": {
|
|
3072
|
-
"nuxt": "^
|
|
3652
|
+
"nuxt": "^3.0.0",
|
|
3073
3653
|
"requires": {}
|
|
3074
3654
|
}
|
|
3075
3655
|
},
|
|
3076
3656
|
{
|
|
3077
|
-
"name": "nuxt-
|
|
3078
|
-
"description": "",
|
|
3079
|
-
"repo": "
|
|
3080
|
-
"npm": "
|
|
3081
|
-
"icon": "",
|
|
3082
|
-
"github": "https://github.com/
|
|
3083
|
-
"website": "https://
|
|
3084
|
-
"learn_more": "",
|
|
3085
|
-
"category": "
|
|
3657
|
+
"name": "nuxt-auth-sanctum",
|
|
3658
|
+
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
3659
|
+
"repo": "manchenkoff/nuxt-auth-sanctum",
|
|
3660
|
+
"npm": "nuxt-auth-sanctum",
|
|
3661
|
+
"icon": "laravel.svg",
|
|
3662
|
+
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3663
|
+
"website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
|
|
3664
|
+
"learn_more": "https://laravel.com/docs/10.x/sanctum",
|
|
3665
|
+
"category": "Security",
|
|
3086
3666
|
"type": "3rd-party",
|
|
3087
3667
|
"maintainers": [
|
|
3088
3668
|
{
|
|
3089
|
-
"name": "
|
|
3090
|
-
"github": "
|
|
3669
|
+
"name": "Artem Manchenkov",
|
|
3670
|
+
"github": "manchenkoff",
|
|
3671
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
3091
3672
|
}
|
|
3092
3673
|
],
|
|
3093
3674
|
"compatibility": {
|
|
3094
|
-
"nuxt": "^
|
|
3675
|
+
"nuxt": "^3.9.0",
|
|
3095
3676
|
"requires": {}
|
|
3096
3677
|
}
|
|
3097
3678
|
},
|
|
3098
3679
|
{
|
|
3099
|
-
"name": "nuxt-
|
|
3100
|
-
"description": "
|
|
3101
|
-
"repo": "
|
|
3102
|
-
"npm": "nuxt-
|
|
3103
|
-
"icon": "
|
|
3104
|
-
"github": "https://github.com/
|
|
3105
|
-
"website": "https://github.com/
|
|
3680
|
+
"name": "nuxt-basic-auth",
|
|
3681
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3682
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3683
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3684
|
+
"icon": "",
|
|
3685
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3686
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3106
3687
|
"learn_more": "",
|
|
3107
|
-
"category": "
|
|
3688
|
+
"category": "Security",
|
|
3108
3689
|
"type": "3rd-party",
|
|
3109
3690
|
"maintainers": [
|
|
3110
3691
|
{
|
|
3111
|
-
"name": "
|
|
3112
|
-
"github": "
|
|
3692
|
+
"name": "kgierke",
|
|
3693
|
+
"github": "kgierke"
|
|
3113
3694
|
}
|
|
3114
3695
|
],
|
|
3115
3696
|
"compatibility": {
|
|
3116
|
-
"nuxt": "^
|
|
3117
|
-
"requires": {
|
|
3118
|
-
"bridge": "optional"
|
|
3119
|
-
}
|
|
3697
|
+
"nuxt": "^3.0.0",
|
|
3698
|
+
"requires": {}
|
|
3120
3699
|
}
|
|
3121
3700
|
},
|
|
3122
3701
|
{
|
|
3123
|
-
"name": "nuxt-
|
|
3124
|
-
"description": "
|
|
3125
|
-
"repo": "
|
|
3126
|
-
"npm": "
|
|
3127
|
-
"icon": "nuxt-
|
|
3128
|
-
"github": "https://github.com/
|
|
3129
|
-
"website": "https://
|
|
3130
|
-
"learn_more": "https://
|
|
3131
|
-
"category": "
|
|
3702
|
+
"name": "nuxt-bezier",
|
|
3703
|
+
"description": "Reusable transition components",
|
|
3704
|
+
"repo": "50rayn/nuxt-bezier",
|
|
3705
|
+
"npm": "nuxt-bezier",
|
|
3706
|
+
"icon": "nuxt-bezier.png",
|
|
3707
|
+
"github": "https://github.com/50rayn/nuxt-bezier",
|
|
3708
|
+
"website": "https://github.com/50rayn/nuxt-bezier",
|
|
3709
|
+
"learn_more": "https://github.com/Noction/vue-bezier",
|
|
3710
|
+
"category": "UI",
|
|
3711
|
+
"type": "3rd-party",
|
|
3712
|
+
"maintainers": [
|
|
3713
|
+
{
|
|
3714
|
+
"name": "Soryn Gitlan",
|
|
3715
|
+
"github": "50rayn"
|
|
3716
|
+
}
|
|
3717
|
+
],
|
|
3718
|
+
"compatibility": {
|
|
3719
|
+
"nuxt": "^3.0.0",
|
|
3720
|
+
"requires": {}
|
|
3721
|
+
}
|
|
3722
|
+
},
|
|
3723
|
+
{
|
|
3724
|
+
"name": "nuxt-bootstrap-icons",
|
|
3725
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3726
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3727
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3728
|
+
"icon": "bootstrap-icons.svg",
|
|
3729
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3730
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3731
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3732
|
+
"category": "UI",
|
|
3733
|
+
"type": "3rd-party",
|
|
3734
|
+
"maintainers": [
|
|
3735
|
+
{
|
|
3736
|
+
"name": "OyewoleOyedeji",
|
|
3737
|
+
"github": "OyewoleOyedeji"
|
|
3738
|
+
}
|
|
3739
|
+
],
|
|
3740
|
+
"compatibility": {
|
|
3741
|
+
"nuxt": "^3.0.0",
|
|
3742
|
+
"requires": {}
|
|
3743
|
+
}
|
|
3744
|
+
},
|
|
3745
|
+
{
|
|
3746
|
+
"name": "nuxt-chatgpt",
|
|
3747
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3748
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3749
|
+
"npm": "nuxt-chatgpt",
|
|
3750
|
+
"icon": "chatgpt.svg",
|
|
3751
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3752
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3753
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
3754
|
+
"category": "Libraries",
|
|
3755
|
+
"type": "3rd-party",
|
|
3756
|
+
"maintainers": [
|
|
3757
|
+
{
|
|
3758
|
+
"name": "Oliver Trajceski",
|
|
3759
|
+
"github": "schnapsterdog"
|
|
3760
|
+
}
|
|
3761
|
+
],
|
|
3762
|
+
"compatibility": {
|
|
3763
|
+
"nuxt": "^3.0.0",
|
|
3764
|
+
"requires": {}
|
|
3765
|
+
}
|
|
3766
|
+
},
|
|
3767
|
+
{
|
|
3768
|
+
"name": "nuxt-cookie-consent",
|
|
3769
|
+
"description": "Nuxt module for integrating with cookie consent providers with ease",
|
|
3770
|
+
"repo": "weareheavy/nuxt-cookie-consent",
|
|
3771
|
+
"npm": "@weareheavy/nuxt-cookie-consent",
|
|
3772
|
+
"icon": "wah.svg",
|
|
3773
|
+
"github": "https://github.com/weareheavy/nuxt-cookie-consent",
|
|
3774
|
+
"website": "https://nuxt-cookie-consent.packages.weareheavy.com",
|
|
3775
|
+
"learn_more": "",
|
|
3776
|
+
"category": "Extensions",
|
|
3777
|
+
"type": "3rd-party",
|
|
3778
|
+
"maintainers": [
|
|
3779
|
+
{
|
|
3780
|
+
"name": "weareheavy",
|
|
3781
|
+
"github": "weareheavy"
|
|
3782
|
+
}
|
|
3783
|
+
],
|
|
3784
|
+
"compatibility": {
|
|
3785
|
+
"nuxt": "^3.0.0",
|
|
3786
|
+
"requires": {}
|
|
3787
|
+
}
|
|
3788
|
+
},
|
|
3789
|
+
{
|
|
3790
|
+
"name": "nuxt-facebook-chat",
|
|
3791
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3792
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3793
|
+
"npm": "nuxt-facebook-chat",
|
|
3794
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3795
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3796
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3797
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3798
|
+
"category": "Libraries",
|
|
3799
|
+
"type": "3rd-party",
|
|
3800
|
+
"maintainers": [
|
|
3801
|
+
{
|
|
3802
|
+
"name": "Supanut Dokmaithong",
|
|
3803
|
+
"github": "Boomgeek"
|
|
3804
|
+
},
|
|
3805
|
+
{
|
|
3806
|
+
"name": "superdev-tech",
|
|
3807
|
+
"github": "superdev-tech"
|
|
3808
|
+
}
|
|
3809
|
+
],
|
|
3810
|
+
"compatibility": {
|
|
3811
|
+
"nuxt": "^3.0.0",
|
|
3812
|
+
"requires": {}
|
|
3813
|
+
}
|
|
3814
|
+
},
|
|
3815
|
+
{
|
|
3816
|
+
"name": "nuxt-feather-icons",
|
|
3817
|
+
"description": "The Feather Icons in Nuxt 3.",
|
|
3818
|
+
"repo": "4sllan/nuxt-feather-icons",
|
|
3819
|
+
"npm": "nuxt-feather-icons",
|
|
3820
|
+
"icon": "nuxt-feather-icons.png",
|
|
3821
|
+
"github": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3822
|
+
"website": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3823
|
+
"learn_more": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3824
|
+
"category": "UI",
|
|
3825
|
+
"type": "3rd-party",
|
|
3826
|
+
"maintainers": [
|
|
3827
|
+
{
|
|
3828
|
+
"name": "4sllan",
|
|
3829
|
+
"github": "4sllan"
|
|
3830
|
+
}
|
|
3831
|
+
],
|
|
3832
|
+
"compatibility": {
|
|
3833
|
+
"nuxt": "^3.0.0",
|
|
3834
|
+
"requires": {}
|
|
3835
|
+
}
|
|
3836
|
+
},
|
|
3837
|
+
{
|
|
3838
|
+
"name": "nuxt-feedme",
|
|
3839
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3840
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3841
|
+
"npm": "nuxt-feedme",
|
|
3842
|
+
"icon": "",
|
|
3843
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3844
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3845
|
+
"learn_more": "",
|
|
3846
|
+
"category": "SEO",
|
|
3847
|
+
"type": "3rd-party",
|
|
3848
|
+
"maintainers": [
|
|
3849
|
+
{
|
|
3850
|
+
"name": "Helltraitor",
|
|
3851
|
+
"github": "helltraitor"
|
|
3852
|
+
}
|
|
3853
|
+
],
|
|
3854
|
+
"compatibility": {
|
|
3855
|
+
"nuxt": "^3.0.0",
|
|
3856
|
+
"requires": {}
|
|
3857
|
+
}
|
|
3858
|
+
},
|
|
3859
|
+
{
|
|
3860
|
+
"name": "nuxt-fontawesome",
|
|
3861
|
+
"description": "Module to use Font Awesome 6 icons in your Nuxt project",
|
|
3862
|
+
"repo": "bezumkin/nuxt-fontawesome",
|
|
3863
|
+
"npm": "@vesp/nuxt-fontawesome",
|
|
3864
|
+
"icon": "nuxt-fontawesome.svg",
|
|
3865
|
+
"github": "https://github.com/bezumkin/nuxt-fontawesome",
|
|
3866
|
+
"website": "https://github.com/bezumkin/nuxt-fontawesome",
|
|
3867
|
+
"learn_more": "https://fontawesome.com",
|
|
3868
|
+
"category": "UI",
|
|
3869
|
+
"type": "3rd-party",
|
|
3870
|
+
"maintainers": [
|
|
3871
|
+
{
|
|
3872
|
+
"name": "Vasily Naumkin",
|
|
3873
|
+
"github": "bezumkin",
|
|
3874
|
+
"avatar": "https://avatars.githubusercontent.com/u/1257284"
|
|
3875
|
+
}
|
|
3876
|
+
],
|
|
3877
|
+
"compatibility": {
|
|
3878
|
+
"nuxt": "^3.0.0",
|
|
3879
|
+
"requires": {}
|
|
3880
|
+
}
|
|
3881
|
+
},
|
|
3882
|
+
{
|
|
3883
|
+
"name": "nuxt-graphql-middleware",
|
|
3884
|
+
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
3885
|
+
"repo": "dulnan/nuxt-graphql-middleware",
|
|
3886
|
+
"npm": "nuxt-graphql-middleware",
|
|
3887
|
+
"icon": "nuxt-graphql-middleware.svg",
|
|
3888
|
+
"github": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3889
|
+
"website": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3890
|
+
"learn_more": "",
|
|
3891
|
+
"category": "Request",
|
|
3892
|
+
"type": "3rd-party",
|
|
3893
|
+
"maintainers": [
|
|
3894
|
+
{
|
|
3895
|
+
"name": "dulnan",
|
|
3896
|
+
"github": "dulnan",
|
|
3897
|
+
"twitter": "dulnan",
|
|
3898
|
+
"avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
|
|
3899
|
+
},
|
|
3900
|
+
{
|
|
3901
|
+
"name": "ayalon",
|
|
3902
|
+
"github": "ayalon",
|
|
3903
|
+
"avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
|
|
3904
|
+
}
|
|
3905
|
+
],
|
|
3906
|
+
"compatibility": {
|
|
3907
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3908
|
+
"requires": {}
|
|
3909
|
+
}
|
|
3910
|
+
},
|
|
3911
|
+
{
|
|
3912
|
+
"name": "nuxt-graphql-playground",
|
|
3913
|
+
"description": "",
|
|
3914
|
+
"repo": "pinpon-dev/nuxt-graphql-playground",
|
|
3915
|
+
"npm": "@pin-pon/nuxt-graphql-playground",
|
|
3916
|
+
"icon": "",
|
|
3917
|
+
"github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
|
|
3918
|
+
"website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
|
|
3919
|
+
"learn_more": "",
|
|
3920
|
+
"category": "Devtools",
|
|
3921
|
+
"type": "3rd-party",
|
|
3922
|
+
"maintainers": [
|
|
3923
|
+
{
|
|
3924
|
+
"name": "pinpon-dev",
|
|
3925
|
+
"github": "pinpon-dev"
|
|
3926
|
+
}
|
|
3927
|
+
],
|
|
3928
|
+
"compatibility": {
|
|
3929
|
+
"nuxt": "^2.0.0",
|
|
3930
|
+
"requires": {}
|
|
3931
|
+
}
|
|
3932
|
+
},
|
|
3933
|
+
{
|
|
3934
|
+
"name": "nuxt-gtm",
|
|
3935
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3936
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3937
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3938
|
+
"icon": "nuxt-gtm.svg",
|
|
3939
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3940
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3941
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3942
|
+
"category": "Analytics",
|
|
3943
|
+
"type": "3rd-party",
|
|
3944
|
+
"maintainers": [
|
|
3945
|
+
{
|
|
3946
|
+
"name": "Zadig&Voltaire Team",
|
|
3947
|
+
"github": "zadigetvoltaire"
|
|
3948
|
+
}
|
|
3949
|
+
],
|
|
3950
|
+
"compatibility": {
|
|
3951
|
+
"nuxt": "^3.0.0",
|
|
3952
|
+
"requires": {},
|
|
3953
|
+
"devtools": "^0.0.0"
|
|
3954
|
+
}
|
|
3955
|
+
},
|
|
3956
|
+
{
|
|
3957
|
+
"name": "nuxt-hue",
|
|
3958
|
+
"description": "Enlighten your Nuxt experience",
|
|
3959
|
+
"repo": "lihbr/nuxt-hue",
|
|
3960
|
+
"npm": "nuxt-hue",
|
|
3961
|
+
"icon": "nuxt-hue.svg",
|
|
3962
|
+
"github": "https://github.com/lihbr/nuxt-hue",
|
|
3963
|
+
"website": "https://github.com/lihbr/nuxt-hue",
|
|
3964
|
+
"learn_more": "",
|
|
3965
|
+
"category": "Devtools",
|
|
3966
|
+
"type": "3rd-party",
|
|
3967
|
+
"maintainers": [
|
|
3968
|
+
{
|
|
3969
|
+
"name": "lihbr",
|
|
3970
|
+
"github": "lihbr"
|
|
3971
|
+
}
|
|
3972
|
+
],
|
|
3973
|
+
"compatibility": {
|
|
3974
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3975
|
+
"requires": {
|
|
3976
|
+
"bridge": "optional"
|
|
3977
|
+
}
|
|
3978
|
+
}
|
|
3979
|
+
},
|
|
3980
|
+
{
|
|
3981
|
+
"name": "nuxt-interpolation",
|
|
3982
|
+
"description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
|
|
3983
|
+
"repo": "daliborgogic/nuxt-interpolation#master",
|
|
3984
|
+
"npm": "nuxt-interpolation",
|
|
3985
|
+
"icon": "",
|
|
3986
|
+
"github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3987
|
+
"website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3988
|
+
"learn_more": "",
|
|
3989
|
+
"category": "Devtools",
|
|
3990
|
+
"type": "3rd-party",
|
|
3991
|
+
"maintainers": [
|
|
3992
|
+
{
|
|
3993
|
+
"name": "daliborgogic",
|
|
3994
|
+
"github": "daliborgogic"
|
|
3995
|
+
}
|
|
3996
|
+
],
|
|
3997
|
+
"compatibility": {
|
|
3998
|
+
"nuxt": "^2.0.0",
|
|
3999
|
+
"requires": {}
|
|
4000
|
+
}
|
|
4001
|
+
},
|
|
4002
|
+
{
|
|
4003
|
+
"name": "nuxt-jsonld",
|
|
4004
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
4005
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
4006
|
+
"npm": "nuxt-jsonld",
|
|
4007
|
+
"icon": "",
|
|
4008
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
4009
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
4010
|
+
"learn_more": "",
|
|
4011
|
+
"category": "SEO",
|
|
4012
|
+
"type": "3rd-party",
|
|
4013
|
+
"maintainers": [
|
|
4014
|
+
{
|
|
4015
|
+
"name": "ymmooot",
|
|
4016
|
+
"github": "ymmooot"
|
|
4017
|
+
}
|
|
4018
|
+
],
|
|
4019
|
+
"compatibility": {
|
|
4020
|
+
"nuxt": "^3.0.0",
|
|
4021
|
+
"requires": {}
|
|
4022
|
+
}
|
|
4023
|
+
},
|
|
4024
|
+
{
|
|
4025
|
+
"name": "nuxt-localtunnel",
|
|
4026
|
+
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
4027
|
+
"repo": "nuxtus/localtunnel",
|
|
4028
|
+
"npm": "@nuxtus/nuxt-localtunnel",
|
|
4029
|
+
"icon": "nuxt-localtunnel.svg",
|
|
4030
|
+
"github": "https://github.com/nuxtus/localtunnel",
|
|
4031
|
+
"website": "https://docs.nuxtus.com",
|
|
4032
|
+
"learn_more": "https://docs.nuxtus.com/localtunnel.html",
|
|
4033
|
+
"category": "Devtools",
|
|
3132
4034
|
"type": "3rd-party",
|
|
3133
4035
|
"maintainers": [
|
|
3134
4036
|
{
|
|
@@ -3144,7 +4046,7 @@
|
|
|
3144
4046
|
},
|
|
3145
4047
|
{
|
|
3146
4048
|
"name": "nuxt-loco",
|
|
3147
|
-
"description": "A localise.biz module to synth locale with Nuxt
|
|
4049
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3148
4050
|
"repo": "gaetansenn/nuxt-loco",
|
|
3149
4051
|
"npm": "nuxt-loco",
|
|
3150
4052
|
"icon": "",
|
|
@@ -3165,6 +4067,28 @@
|
|
|
3165
4067
|
"requires": {}
|
|
3166
4068
|
}
|
|
3167
4069
|
},
|
|
4070
|
+
{
|
|
4071
|
+
"name": "nuxt-mail",
|
|
4072
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
4073
|
+
"repo": "dword-design/nuxt-mail",
|
|
4074
|
+
"npm": "nuxt-mail",
|
|
4075
|
+
"icon": "",
|
|
4076
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
4077
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
4078
|
+
"learn_more": "",
|
|
4079
|
+
"category": "Extensions",
|
|
4080
|
+
"type": "3rd-party",
|
|
4081
|
+
"maintainers": [
|
|
4082
|
+
{
|
|
4083
|
+
"name": "Sebastian Landwehr",
|
|
4084
|
+
"github": "dword-design"
|
|
4085
|
+
}
|
|
4086
|
+
],
|
|
4087
|
+
"compatibility": {
|
|
4088
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4089
|
+
"requires": {}
|
|
4090
|
+
}
|
|
4091
|
+
},
|
|
3168
4092
|
{
|
|
3169
4093
|
"name": "nuxt-mapbox",
|
|
3170
4094
|
"description": "Elegant Mapbox integration with Nuxt",
|
|
@@ -3187,6 +4111,28 @@
|
|
|
3187
4111
|
"requires": {}
|
|
3188
4112
|
}
|
|
3189
4113
|
},
|
|
4114
|
+
{
|
|
4115
|
+
"name": "nuxt-mdi",
|
|
4116
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
4117
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
4118
|
+
"npm": "nuxt-mdi",
|
|
4119
|
+
"icon": "mdi.png",
|
|
4120
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
4121
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
4122
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
4123
|
+
"category": "Libraries",
|
|
4124
|
+
"type": "3rd-party",
|
|
4125
|
+
"maintainers": [
|
|
4126
|
+
{
|
|
4127
|
+
"name": "Emil Rosenius",
|
|
4128
|
+
"github": "ERPedersen"
|
|
4129
|
+
}
|
|
4130
|
+
],
|
|
4131
|
+
"compatibility": {
|
|
4132
|
+
"nuxt": "^3.0.0",
|
|
4133
|
+
"requires": {}
|
|
4134
|
+
}
|
|
4135
|
+
},
|
|
3190
4136
|
{
|
|
3191
4137
|
"name": "nuxt-monaco-editor",
|
|
3192
4138
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3200,30 +4146,126 @@
|
|
|
3200
4146
|
"type": "3rd-party",
|
|
3201
4147
|
"maintainers": [
|
|
3202
4148
|
{
|
|
3203
|
-
"name": "e-chan1007",
|
|
3204
|
-
"github": "e-chan1007"
|
|
4149
|
+
"name": "e-chan1007",
|
|
4150
|
+
"github": "e-chan1007"
|
|
4151
|
+
}
|
|
4152
|
+
],
|
|
4153
|
+
"compatibility": {
|
|
4154
|
+
"nuxt": "^3.0.0",
|
|
4155
|
+
"requires": {}
|
|
4156
|
+
}
|
|
4157
|
+
},
|
|
4158
|
+
{
|
|
4159
|
+
"name": "nuxt-mongoose",
|
|
4160
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
4161
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
4162
|
+
"npm": "nuxt-mongoose",
|
|
4163
|
+
"icon": "nuxt-mongoose.svg",
|
|
4164
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
4165
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
4166
|
+
"learn_more": "",
|
|
4167
|
+
"category": "Database",
|
|
4168
|
+
"type": "3rd-party",
|
|
4169
|
+
"maintainers": [
|
|
4170
|
+
{
|
|
4171
|
+
"name": "arashsheyda",
|
|
4172
|
+
"github": "arashsheyda"
|
|
4173
|
+
}
|
|
4174
|
+
],
|
|
4175
|
+
"compatibility": {
|
|
4176
|
+
"nuxt": "^3.0.0",
|
|
4177
|
+
"requires": {},
|
|
4178
|
+
"devtools": "^0.0.0"
|
|
4179
|
+
}
|
|
4180
|
+
},
|
|
4181
|
+
{
|
|
4182
|
+
"name": "nuxt-oidc-auth",
|
|
4183
|
+
"description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
|
|
4184
|
+
"repo": "itpropro/nuxt-oidc-auth",
|
|
4185
|
+
"npm": "nuxt-oidc-auth",
|
|
4186
|
+
"icon": "",
|
|
4187
|
+
"github": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4188
|
+
"website": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4189
|
+
"learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4190
|
+
"category": "Security",
|
|
4191
|
+
"type": "3rd-party",
|
|
4192
|
+
"maintainers": [
|
|
4193
|
+
{
|
|
4194
|
+
"name": "Jan-Henrik Damaschke",
|
|
4195
|
+
"github": "itpropro",
|
|
4196
|
+
"twitter": "jandamaschke"
|
|
4197
|
+
}
|
|
4198
|
+
],
|
|
4199
|
+
"compatibility": {
|
|
4200
|
+
"nuxt": "^3.0.0",
|
|
4201
|
+
"requires": {}
|
|
4202
|
+
}
|
|
4203
|
+
},
|
|
4204
|
+
{
|
|
4205
|
+
"name": "nuxt-openapi-docs-module",
|
|
4206
|
+
"description": "Generate pages from OpenAPI specifications",
|
|
4207
|
+
"repo": "on-org/nuxt-openapi-docs-module",
|
|
4208
|
+
"npm": "nuxt-openapi-docs-module",
|
|
4209
|
+
"icon": "nuxt-openapi-docs-module.png",
|
|
4210
|
+
"github": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4211
|
+
"website": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4212
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
|
|
4213
|
+
"category": "Libraries",
|
|
4214
|
+
"type": "3rd-party",
|
|
4215
|
+
"maintainers": [
|
|
4216
|
+
{
|
|
4217
|
+
"name": "Pavel Kuzmin",
|
|
4218
|
+
"github": "s00d"
|
|
4219
|
+
}
|
|
4220
|
+
],
|
|
4221
|
+
"compatibility": {
|
|
4222
|
+
"nuxt": "^3.0.0",
|
|
4223
|
+
"requires": {}
|
|
4224
|
+
}
|
|
4225
|
+
},
|
|
4226
|
+
{
|
|
4227
|
+
"name": "nuxt-openid-connect",
|
|
4228
|
+
"description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
|
|
4229
|
+
"repo": "aborn/nuxt-openid-connect",
|
|
4230
|
+
"npm": "nuxt-openid-connect",
|
|
4231
|
+
"icon": "",
|
|
4232
|
+
"github": "https://github.com/aborn/nuxt-openid-connect",
|
|
4233
|
+
"website": "https://github.com/aborn/nuxt-openid-connect",
|
|
4234
|
+
"learn_more": "",
|
|
4235
|
+
"category": "Security",
|
|
4236
|
+
"type": "3rd-party",
|
|
4237
|
+
"maintainers": [
|
|
4238
|
+
{
|
|
4239
|
+
"name": "Aborn Jiang",
|
|
4240
|
+
"github": "aborn"
|
|
4241
|
+
},
|
|
4242
|
+
{
|
|
4243
|
+
"name": "Khaled Almana",
|
|
4244
|
+
"github": "KhaledAlMana"
|
|
3205
4245
|
}
|
|
3206
4246
|
],
|
|
3207
4247
|
"compatibility": {
|
|
3208
4248
|
"nuxt": "^3.0.0",
|
|
3209
|
-
"requires": {}
|
|
4249
|
+
"requires": {},
|
|
4250
|
+
"devtools": "^0.0.0"
|
|
3210
4251
|
}
|
|
3211
4252
|
},
|
|
3212
4253
|
{
|
|
3213
|
-
"name": "nuxt-
|
|
3214
|
-
"description": "
|
|
3215
|
-
"repo": "
|
|
3216
|
-
"npm": "nuxt-
|
|
4254
|
+
"name": "nuxt-payload-analyzer",
|
|
4255
|
+
"description": "Analyze Nuxt Payload Size",
|
|
4256
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
4257
|
+
"npm": "nuxt-payload-analyzer",
|
|
3217
4258
|
"icon": "",
|
|
3218
|
-
"github": "https://github.com/
|
|
3219
|
-
"website": "https://github.com/
|
|
4259
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
4260
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
3220
4261
|
"learn_more": "",
|
|
3221
|
-
"category": "
|
|
4262
|
+
"category": "Performance",
|
|
3222
4263
|
"type": "3rd-party",
|
|
3223
4264
|
"maintainers": [
|
|
3224
4265
|
{
|
|
3225
|
-
"name": "
|
|
3226
|
-
"github": "
|
|
4266
|
+
"name": "Barbapapazes",
|
|
4267
|
+
"github": "Barbapapazes",
|
|
4268
|
+
"twitter": "soubiran_"
|
|
3227
4269
|
}
|
|
3228
4270
|
],
|
|
3229
4271
|
"compatibility": {
|
|
@@ -3254,6 +4296,28 @@
|
|
|
3254
4296
|
"requires": {}
|
|
3255
4297
|
}
|
|
3256
4298
|
},
|
|
4299
|
+
{
|
|
4300
|
+
"name": "nuxt-phosphor-icons",
|
|
4301
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
4302
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4303
|
+
"npm": "nuxt-phosphor-icons",
|
|
4304
|
+
"icon": "phosphor-icons.svg",
|
|
4305
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4306
|
+
"website": "https://nuxt-phosphor-icons.vercel.app",
|
|
4307
|
+
"learn_more": "https://nuxt-phosphor-icons.vercel.app",
|
|
4308
|
+
"category": "UI",
|
|
4309
|
+
"type": "3rd-party",
|
|
4310
|
+
"maintainers": [
|
|
4311
|
+
{
|
|
4312
|
+
"name": "OyewoleOyedeji",
|
|
4313
|
+
"github": "OyewoleOyedeji"
|
|
4314
|
+
}
|
|
4315
|
+
],
|
|
4316
|
+
"compatibility": {
|
|
4317
|
+
"nuxt": "^3.0.0",
|
|
4318
|
+
"requires": {}
|
|
4319
|
+
}
|
|
4320
|
+
},
|
|
3257
4321
|
{
|
|
3258
4322
|
"name": "nuxt-pino-log",
|
|
3259
4323
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3277,20 +4341,24 @@
|
|
|
3277
4341
|
}
|
|
3278
4342
|
},
|
|
3279
4343
|
{
|
|
3280
|
-
"name": "
|
|
3281
|
-
"description": "
|
|
3282
|
-
"repo": "nuxt-
|
|
3283
|
-
"npm": "
|
|
3284
|
-
"icon": "
|
|
3285
|
-
"github": "https://github.com/nuxt-
|
|
3286
|
-
"website": "https://github.com/nuxt-
|
|
3287
|
-
"learn_more": "https://
|
|
3288
|
-
"category": "
|
|
3289
|
-
"type": "
|
|
4344
|
+
"name": "nuxt-plotly",
|
|
4345
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
4346
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
4347
|
+
"npm": "nuxt-plotly",
|
|
4348
|
+
"icon": "nuxt-plotly.svg",
|
|
4349
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
4350
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
4351
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
4352
|
+
"category": "Libraries",
|
|
4353
|
+
"type": "3rd-party",
|
|
3290
4354
|
"maintainers": [
|
|
3291
4355
|
{
|
|
3292
|
-
"name": "
|
|
3293
|
-
"github": "
|
|
4356
|
+
"name": "Supanut Dokmaithong",
|
|
4357
|
+
"github": "Boomgeek"
|
|
4358
|
+
},
|
|
4359
|
+
{
|
|
4360
|
+
"name": "superdev-tech",
|
|
4361
|
+
"github": "superdev-tech"
|
|
3294
4362
|
}
|
|
3295
4363
|
],
|
|
3296
4364
|
"compatibility": {
|
|
@@ -3300,7 +4368,7 @@
|
|
|
3300
4368
|
},
|
|
3301
4369
|
{
|
|
3302
4370
|
"name": "nuxt-png-to-ico",
|
|
3303
|
-
"description": "Nuxt
|
|
4371
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3304
4372
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3305
4373
|
"npm": "nuxt-png-to-ico",
|
|
3306
4374
|
"icon": "",
|
|
@@ -3321,9 +4389,31 @@
|
|
|
3321
4389
|
"requires": {}
|
|
3322
4390
|
}
|
|
3323
4391
|
},
|
|
4392
|
+
{
|
|
4393
|
+
"name": "nuxt-posthog",
|
|
4394
|
+
"description": "Integrate PostHog into your application with minimal configuration",
|
|
4395
|
+
"repo": "mitjans/nuxt-posthog",
|
|
4396
|
+
"npm": "nuxt-posthog",
|
|
4397
|
+
"icon": "posthog.svg",
|
|
4398
|
+
"github": "https://github.com/mitjans/nuxt-posthog",
|
|
4399
|
+
"website": "https://nuxt-posthog.cmitjans.dev",
|
|
4400
|
+
"learn_more": "https://posthog.com",
|
|
4401
|
+
"category": "Analytics",
|
|
4402
|
+
"type": "3rd-party",
|
|
4403
|
+
"maintainers": [
|
|
4404
|
+
{
|
|
4405
|
+
"name": "Carles Mitjans",
|
|
4406
|
+
"github": "mitjans"
|
|
4407
|
+
}
|
|
4408
|
+
],
|
|
4409
|
+
"compatibility": {
|
|
4410
|
+
"nuxt": "^3.0.0",
|
|
4411
|
+
"requires": {}
|
|
4412
|
+
}
|
|
4413
|
+
},
|
|
3324
4414
|
{
|
|
3325
4415
|
"name": "nuxt-smartlook",
|
|
3326
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
4416
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3327
4417
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3328
4418
|
"npm": "nuxt-smartlook",
|
|
3329
4419
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3345,6 +4435,28 @@
|
|
|
3345
4435
|
"requires": {}
|
|
3346
4436
|
}
|
|
3347
4437
|
},
|
|
4438
|
+
{
|
|
4439
|
+
"name": "nuxt-social-share",
|
|
4440
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
4441
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
4442
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
4443
|
+
"icon": "nuxt-social-share.png",
|
|
4444
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4445
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4446
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
4447
|
+
"category": "Extensions",
|
|
4448
|
+
"type": "3rd-party",
|
|
4449
|
+
"maintainers": [
|
|
4450
|
+
{
|
|
4451
|
+
"name": "stefanobartoletti",
|
|
4452
|
+
"github": "stefanobartoletti"
|
|
4453
|
+
}
|
|
4454
|
+
],
|
|
4455
|
+
"compatibility": {
|
|
4456
|
+
"nuxt": "^3.0.0",
|
|
4457
|
+
"requires": {}
|
|
4458
|
+
}
|
|
4459
|
+
},
|
|
3348
4460
|
{
|
|
3349
4461
|
"name": "ssr-lit",
|
|
3350
4462
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -3375,10 +4487,10 @@
|
|
|
3375
4487
|
},
|
|
3376
4488
|
{
|
|
3377
4489
|
"name": "nuxt-storm",
|
|
3378
|
-
"description": "WebStorm & PHPStorm support for
|
|
4490
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3379
4491
|
"repo": "fumeapp/nuxt-storm",
|
|
3380
4492
|
"npm": "nuxt-storm",
|
|
3381
|
-
"icon": "
|
|
4493
|
+
"icon": "",
|
|
3382
4494
|
"github": "https://github.com/fumeapp/nuxt-storm",
|
|
3383
4495
|
"website": "https://github.com/fumeapp/nuxt-storm",
|
|
3384
4496
|
"learn_more": "https://github.com/fumeapp/nuxt-storm",
|
|
@@ -3395,6 +4507,30 @@
|
|
|
3395
4507
|
"requires": {}
|
|
3396
4508
|
}
|
|
3397
4509
|
},
|
|
4510
|
+
{
|
|
4511
|
+
"name": "nuxt-svgo-loader",
|
|
4512
|
+
"description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
|
|
4513
|
+
"repo": "Mini-ghost/nuxt-svgo-loader",
|
|
4514
|
+
"npm": "nuxt-svgo-loader",
|
|
4515
|
+
"icon": "",
|
|
4516
|
+
"github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4517
|
+
"website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4518
|
+
"learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4519
|
+
"category": "Images",
|
|
4520
|
+
"type": "3rd-party",
|
|
4521
|
+
"maintainers": [
|
|
4522
|
+
{
|
|
4523
|
+
"name": "Alex Liu",
|
|
4524
|
+
"github": "Mini-ghost",
|
|
4525
|
+
"twitter": "Minighost_Alex"
|
|
4526
|
+
}
|
|
4527
|
+
],
|
|
4528
|
+
"compatibility": {
|
|
4529
|
+
"nuxt": "^3.0.0",
|
|
4530
|
+
"requires": {},
|
|
4531
|
+
"devtools": "^0.0.0"
|
|
4532
|
+
}
|
|
4533
|
+
},
|
|
3398
4534
|
{
|
|
3399
4535
|
"name": "nuxt-svgo",
|
|
3400
4536
|
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
@@ -3419,7 +4555,7 @@
|
|
|
3419
4555
|
},
|
|
3420
4556
|
{
|
|
3421
4557
|
"name": "nuxt-unleash",
|
|
3422
|
-
"description": "Nuxt
|
|
4558
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3423
4559
|
"repo": "conejerock/nuxt-unleash",
|
|
3424
4560
|
"npm": "nuxt-unleash",
|
|
3425
4561
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3439,28 +4575,6 @@
|
|
|
3439
4575
|
"requires": {}
|
|
3440
4576
|
}
|
|
3441
4577
|
},
|
|
3442
|
-
{
|
|
3443
|
-
"name": "nuxt-use-motion",
|
|
3444
|
-
"description": "A Nuxt module putting your components in motion",
|
|
3445
|
-
"repo": "Tahul/nuxt-use-motion",
|
|
3446
|
-
"npm": "nuxt-use-motion",
|
|
3447
|
-
"icon": "nuxt-use-motion.svg",
|
|
3448
|
-
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
3449
|
-
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
3450
|
-
"learn_more": "https://github.com/vueuse/motion",
|
|
3451
|
-
"category": "Libraries",
|
|
3452
|
-
"type": "3rd-party",
|
|
3453
|
-
"maintainers": [
|
|
3454
|
-
{
|
|
3455
|
-
"name": "Tahul",
|
|
3456
|
-
"github": "Tahul"
|
|
3457
|
-
}
|
|
3458
|
-
],
|
|
3459
|
-
"compatibility": {
|
|
3460
|
-
"nuxt": "^2.0.0",
|
|
3461
|
-
"requires": {}
|
|
3462
|
-
}
|
|
3463
|
-
},
|
|
3464
4578
|
{
|
|
3465
4579
|
"name": "nuxt-use-sound",
|
|
3466
4580
|
"description": "A Nuxt module for playing sound effects.",
|
|
@@ -3510,12 +4624,12 @@
|
|
|
3510
4624
|
{
|
|
3511
4625
|
"name": "nuxt-vue3-google-signin",
|
|
3512
4626
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3513
|
-
"repo": "
|
|
4627
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3514
4628
|
"npm": "nuxt-vue3-google-signin",
|
|
3515
4629
|
"icon": "vue3-google-signin.svg",
|
|
3516
|
-
"github": "https://github.com/
|
|
3517
|
-
"website": "https://vue3-google-signin.
|
|
3518
|
-
"learn_more": "https://vue3-google-signin.
|
|
4630
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
4631
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
4632
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3519
4633
|
"category": "Libraries",
|
|
3520
4634
|
"type": "3rd-party",
|
|
3521
4635
|
"maintainers": [
|
|
@@ -3530,20 +4644,64 @@
|
|
|
3530
4644
|
}
|
|
3531
4645
|
},
|
|
3532
4646
|
{
|
|
3533
|
-
"name": "nuxt-
|
|
3534
|
-
"description": "
|
|
3535
|
-
"repo": "
|
|
3536
|
-
"npm": "
|
|
3537
|
-
"icon": "
|
|
3538
|
-
"github": "https://github.com/
|
|
3539
|
-
"website": "https://
|
|
3540
|
-
"learn_more": "
|
|
3541
|
-
"category": "
|
|
4647
|
+
"name": "nuxt-zod-i18n",
|
|
4648
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
4649
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
4650
|
+
"npm": "nuxt-zod-i18n",
|
|
4651
|
+
"icon": "nuxt-zod-i18n.svg",
|
|
4652
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
4653
|
+
"website": "https://xibman-nuxt-zod-i18n.nuxt.space",
|
|
4654
|
+
"learn_more": "",
|
|
4655
|
+
"category": "Libraries",
|
|
4656
|
+
"type": "3rd-party",
|
|
4657
|
+
"maintainers": [
|
|
4658
|
+
{
|
|
4659
|
+
"name": "xibman",
|
|
4660
|
+
"github": "xibman"
|
|
4661
|
+
}
|
|
4662
|
+
],
|
|
4663
|
+
"compatibility": {
|
|
4664
|
+
"nuxt": "^3.0.0",
|
|
4665
|
+
"requires": {}
|
|
4666
|
+
}
|
|
4667
|
+
},
|
|
4668
|
+
{
|
|
4669
|
+
"name": "nuxt3-interpolation",
|
|
4670
|
+
"description": "",
|
|
4671
|
+
"repo": "daliborgogic/interpolation",
|
|
4672
|
+
"npm": "nuxt3-interpolation",
|
|
4673
|
+
"icon": "",
|
|
4674
|
+
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4675
|
+
"website": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4676
|
+
"learn_more": "",
|
|
4677
|
+
"category": "Devtools",
|
|
4678
|
+
"type": "3rd-party",
|
|
4679
|
+
"maintainers": [
|
|
4680
|
+
{
|
|
4681
|
+
"name": "daliborgogic",
|
|
4682
|
+
"github": "daliborgogic"
|
|
4683
|
+
}
|
|
4684
|
+
],
|
|
4685
|
+
"compatibility": {
|
|
4686
|
+
"nuxt": "^3.0.0",
|
|
4687
|
+
"requires": {}
|
|
4688
|
+
}
|
|
4689
|
+
},
|
|
4690
|
+
{
|
|
4691
|
+
"name": "nuxt3-leaflet",
|
|
4692
|
+
"description": "Leaflet integration with Nuxt",
|
|
4693
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4694
|
+
"npm": "nuxt3-leaflet",
|
|
4695
|
+
"icon": "leaflet.png",
|
|
4696
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4697
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4698
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4699
|
+
"category": "Libraries",
|
|
3542
4700
|
"type": "3rd-party",
|
|
3543
4701
|
"maintainers": [
|
|
3544
4702
|
{
|
|
3545
|
-
"name": "
|
|
3546
|
-
"github": "
|
|
4703
|
+
"name": "Augustin MERCIER",
|
|
4704
|
+
"github": "Gugustinette"
|
|
3547
4705
|
}
|
|
3548
4706
|
],
|
|
3549
4707
|
"compatibility": {
|
|
@@ -3553,7 +4711,7 @@
|
|
|
3553
4711
|
},
|
|
3554
4712
|
{
|
|
3555
4713
|
"name": "nuxt7",
|
|
3556
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4714
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3557
4715
|
"repo": "nuxt-community/nuxt7",
|
|
3558
4716
|
"npm": "nuxt7",
|
|
3559
4717
|
"icon": "",
|
|
@@ -3576,15 +4734,15 @@
|
|
|
3576
4734
|
},
|
|
3577
4735
|
{
|
|
3578
4736
|
"name": "og-image",
|
|
3579
|
-
"description": "
|
|
3580
|
-
"repo": "
|
|
4737
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
4738
|
+
"repo": "nuxt-modules/og-image",
|
|
3581
4739
|
"npm": "nuxt-og-image",
|
|
3582
|
-
"icon": "",
|
|
3583
|
-
"github": "https://github.com/
|
|
3584
|
-
"website": "https://
|
|
3585
|
-
"learn_more": "",
|
|
4740
|
+
"icon": "og-image.svg",
|
|
4741
|
+
"github": "https://github.com/nuxt-modules/og-image",
|
|
4742
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4743
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
3586
4744
|
"category": "SEO",
|
|
3587
|
-
"type": "
|
|
4745
|
+
"type": "community",
|
|
3588
4746
|
"maintainers": [
|
|
3589
4747
|
{
|
|
3590
4748
|
"name": "Harlan Wilton",
|
|
@@ -3595,7 +4753,8 @@
|
|
|
3595
4753
|
],
|
|
3596
4754
|
"compatibility": {
|
|
3597
4755
|
"nuxt": "^3.0.0",
|
|
3598
|
-
"requires": {}
|
|
4756
|
+
"requires": {},
|
|
4757
|
+
"devtools": "^0.0.0"
|
|
3599
4758
|
}
|
|
3600
4759
|
},
|
|
3601
4760
|
{
|
|
@@ -3623,13 +4782,13 @@
|
|
|
3623
4782
|
},
|
|
3624
4783
|
{
|
|
3625
4784
|
"name": "optimized-images",
|
|
3626
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4785
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
3627
4786
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
3628
4787
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
3629
4788
|
"icon": "",
|
|
3630
4789
|
"github": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
3631
|
-
"website": "https://
|
|
3632
|
-
"learn_more": "",
|
|
4790
|
+
"website": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
4791
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
|
|
3633
4792
|
"category": "Images",
|
|
3634
4793
|
"type": "3rd-party",
|
|
3635
4794
|
"maintainers": [
|
|
@@ -3668,7 +4827,7 @@
|
|
|
3668
4827
|
},
|
|
3669
4828
|
{
|
|
3670
4829
|
"name": "parse",
|
|
3671
|
-
"description": "Parse package for Nuxt
|
|
4830
|
+
"description": "Parse package for Nuxt",
|
|
3672
4831
|
"repo": "cierrateam/nuxt-parse",
|
|
3673
4832
|
"npm": "nuxt-parse",
|
|
3674
4833
|
"icon": "",
|
|
@@ -3688,6 +4847,29 @@
|
|
|
3688
4847
|
"requires": {}
|
|
3689
4848
|
}
|
|
3690
4849
|
},
|
|
4850
|
+
{
|
|
4851
|
+
"name": "particles",
|
|
4852
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4853
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4854
|
+
"npm": "nuxt-particles",
|
|
4855
|
+
"icon": "",
|
|
4856
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4857
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4858
|
+
"learn_more": "https://particles.js.org/",
|
|
4859
|
+
"category": "Libraries",
|
|
4860
|
+
"type": "3rd-party",
|
|
4861
|
+
"maintainers": [
|
|
4862
|
+
{
|
|
4863
|
+
"name": "Joey Pereira",
|
|
4864
|
+
"github": "Joepocalyptic",
|
|
4865
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4866
|
+
}
|
|
4867
|
+
],
|
|
4868
|
+
"compatibility": {
|
|
4869
|
+
"nuxt": "^3.0.0",
|
|
4870
|
+
"requires": {}
|
|
4871
|
+
}
|
|
4872
|
+
},
|
|
3691
4873
|
{
|
|
3692
4874
|
"name": "partytown",
|
|
3693
4875
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -3713,6 +4895,74 @@
|
|
|
3713
4895
|
}
|
|
3714
4896
|
}
|
|
3715
4897
|
},
|
|
4898
|
+
{
|
|
4899
|
+
"name": "paypal",
|
|
4900
|
+
"description": "A Nuxt module for simplifying the use of Paypal in your project.",
|
|
4901
|
+
"repo": "arashsheyda/nuxt-paypal",
|
|
4902
|
+
"npm": "nuxt-paypal",
|
|
4903
|
+
"icon": "paypal.svg",
|
|
4904
|
+
"github": "https://github.com/arashsheyda/nuxt-paypal",
|
|
4905
|
+
"website": "https://github.com/arashsheyda/nuxt-paypal#readme",
|
|
4906
|
+
"learn_more": "https://developer.paypal.com/sdk/js/reference/",
|
|
4907
|
+
"category": "Payment",
|
|
4908
|
+
"type": "3rd-party",
|
|
4909
|
+
"maintainers": [
|
|
4910
|
+
{
|
|
4911
|
+
"name": "Arash Sheyda",
|
|
4912
|
+
"github": "arashsheyda"
|
|
4913
|
+
}
|
|
4914
|
+
],
|
|
4915
|
+
"compatibility": {
|
|
4916
|
+
"nuxt": "^3.0.0",
|
|
4917
|
+
"requires": {}
|
|
4918
|
+
}
|
|
4919
|
+
},
|
|
4920
|
+
{
|
|
4921
|
+
"name": "pdfeasy",
|
|
4922
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
4923
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
4924
|
+
"npm": "nuxt-pdfeasy",
|
|
4925
|
+
"icon": "pdfeasy.png",
|
|
4926
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
4927
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
4928
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
4929
|
+
"category": "Extensions",
|
|
4930
|
+
"type": "3rd-party",
|
|
4931
|
+
"maintainers": [
|
|
4932
|
+
{
|
|
4933
|
+
"name": "Giovane Cardoso",
|
|
4934
|
+
"github": "novout",
|
|
4935
|
+
"twitter": "novoutttttt",
|
|
4936
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
4937
|
+
}
|
|
4938
|
+
],
|
|
4939
|
+
"compatibility": {
|
|
4940
|
+
"nuxt": "^3.0.0",
|
|
4941
|
+
"requires": {}
|
|
4942
|
+
}
|
|
4943
|
+
},
|
|
4944
|
+
{
|
|
4945
|
+
"name": "pergel",
|
|
4946
|
+
"description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
|
|
4947
|
+
"repo": "oku-ui/pergel#main/packages-core/pergel",
|
|
4948
|
+
"npm": "pergel",
|
|
4949
|
+
"icon": "pergel.svg",
|
|
4950
|
+
"github": "https://github.com/oku-ui/pergel",
|
|
4951
|
+
"website": "https://oku-ui.com/pergel",
|
|
4952
|
+
"learn_more": "",
|
|
4953
|
+
"category": "Devtools",
|
|
4954
|
+
"type": "3rd-party",
|
|
4955
|
+
"maintainers": [
|
|
4956
|
+
{
|
|
4957
|
+
"name": "Mehmet - productdevbook",
|
|
4958
|
+
"github": "productdevbook"
|
|
4959
|
+
}
|
|
4960
|
+
],
|
|
4961
|
+
"compatibility": {
|
|
4962
|
+
"nuxt": "^3.10.0",
|
|
4963
|
+
"requires": {}
|
|
4964
|
+
}
|
|
4965
|
+
},
|
|
3716
4966
|
{
|
|
3717
4967
|
"name": "persian-datepicker",
|
|
3718
4968
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3739,7 +4989,7 @@
|
|
|
3739
4989
|
{
|
|
3740
4990
|
"name": "pinia-orm",
|
|
3741
4991
|
"description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
|
|
3742
|
-
"repo": "CodeDredd/pinia-orm#
|
|
4992
|
+
"repo": "CodeDredd/pinia-orm#main/packages/nuxt",
|
|
3743
4993
|
"npm": "@pinia-orm/nuxt",
|
|
3744
4994
|
"icon": "pinia-orm.svg",
|
|
3745
4995
|
"github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
|
|
@@ -3810,10 +5060,10 @@
|
|
|
3810
5060
|
},
|
|
3811
5061
|
{
|
|
3812
5062
|
"name": "plausible",
|
|
3813
|
-
"description": "Nuxt
|
|
5063
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3814
5064
|
"repo": "nuxt-modules/plausible",
|
|
3815
5065
|
"npm": "@nuxtjs/plausible",
|
|
3816
|
-
"icon": "",
|
|
5066
|
+
"icon": "plausible.svg",
|
|
3817
5067
|
"github": "https://github.com/nuxt-modules/plausible",
|
|
3818
5068
|
"website": "https://github.com/nuxt-modules/plausible",
|
|
3819
5069
|
"learn_more": "",
|
|
@@ -3821,12 +5071,12 @@
|
|
|
3821
5071
|
"type": "community",
|
|
3822
5072
|
"maintainers": [
|
|
3823
5073
|
{
|
|
3824
|
-
"name": "
|
|
3825
|
-
"github": "
|
|
5074
|
+
"name": "Johann Schopplich",
|
|
5075
|
+
"github": "johannschopplich"
|
|
3826
5076
|
}
|
|
3827
5077
|
],
|
|
3828
5078
|
"compatibility": {
|
|
3829
|
-
"nuxt": "^2.0.0",
|
|
5079
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3830
5080
|
"requires": {}
|
|
3831
5081
|
}
|
|
3832
5082
|
},
|
|
@@ -3852,9 +5102,56 @@
|
|
|
3852
5102
|
"requires": {}
|
|
3853
5103
|
}
|
|
3854
5104
|
},
|
|
5105
|
+
{
|
|
5106
|
+
"name": "prepare",
|
|
5107
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
5108
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
5109
|
+
"npm": "nuxt-prepare",
|
|
5110
|
+
"icon": "prepare.svg",
|
|
5111
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
5112
|
+
"website": "https://nuxt-prepare.byjohann.dev",
|
|
5113
|
+
"learn_more": "",
|
|
5114
|
+
"category": "Devtools",
|
|
5115
|
+
"type": "3rd-party",
|
|
5116
|
+
"maintainers": [
|
|
5117
|
+
{
|
|
5118
|
+
"name": "Johann Schopplich",
|
|
5119
|
+
"github": "johannschopplich",
|
|
5120
|
+
"twitter": "jschopplich",
|
|
5121
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
5122
|
+
}
|
|
5123
|
+
],
|
|
5124
|
+
"compatibility": {
|
|
5125
|
+
"nuxt": "^3.0.0",
|
|
5126
|
+
"requires": {}
|
|
5127
|
+
}
|
|
5128
|
+
},
|
|
5129
|
+
{
|
|
5130
|
+
"name": "primevue",
|
|
5131
|
+
"description": "Next Generation Vue UI Component Library",
|
|
5132
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
5133
|
+
"npm": "nuxt-primevue",
|
|
5134
|
+
"icon": "primevue.svg",
|
|
5135
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
5136
|
+
"website": "https://primevue.org/",
|
|
5137
|
+
"learn_more": "https://primevue.org/",
|
|
5138
|
+
"category": "UI",
|
|
5139
|
+
"type": "3rd-party",
|
|
5140
|
+
"maintainers": [
|
|
5141
|
+
{
|
|
5142
|
+
"name": "primefaces",
|
|
5143
|
+
"github": "primefaces",
|
|
5144
|
+
"twitter": "primevue"
|
|
5145
|
+
}
|
|
5146
|
+
],
|
|
5147
|
+
"compatibility": {
|
|
5148
|
+
"nuxt": "^3.0.0",
|
|
5149
|
+
"requires": {}
|
|
5150
|
+
}
|
|
5151
|
+
},
|
|
3855
5152
|
{
|
|
3856
5153
|
"name": "prismic",
|
|
3857
|
-
"description": "Easily connect your Nuxt
|
|
5154
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
3858
5155
|
"repo": "nuxt-modules/prismic",
|
|
3859
5156
|
"npm": "@nuxtjs/prismic",
|
|
3860
5157
|
"icon": "prismic.png",
|
|
@@ -3921,7 +5218,7 @@
|
|
|
3921
5218
|
},
|
|
3922
5219
|
{
|
|
3923
5220
|
"name": "proxy",
|
|
3924
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
5221
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
3925
5222
|
"repo": "nuxt-community/proxy-module",
|
|
3926
5223
|
"npm": "@nuxtjs/proxy",
|
|
3927
5224
|
"icon": "",
|
|
@@ -3967,7 +5264,7 @@
|
|
|
3967
5264
|
},
|
|
3968
5265
|
{
|
|
3969
5266
|
"name": "purgecss",
|
|
3970
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
5267
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
3971
5268
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
3972
5269
|
"npm": "nuxt-purgecss",
|
|
3973
5270
|
"icon": "purgecss.png",
|
|
@@ -3989,7 +5286,7 @@
|
|
|
3989
5286
|
},
|
|
3990
5287
|
{
|
|
3991
5288
|
"name": "pwa",
|
|
3992
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
5289
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
3993
5290
|
"repo": "nuxt-community/pwa-module",
|
|
3994
5291
|
"npm": "@nuxtjs/pwa",
|
|
3995
5292
|
"icon": "pwa.png",
|
|
@@ -4014,7 +5311,7 @@
|
|
|
4014
5311
|
},
|
|
4015
5312
|
{
|
|
4016
5313
|
"name": "python",
|
|
4017
|
-
"description": "Write Nuxt
|
|
5314
|
+
"description": "Write Nuxt applications using Python",
|
|
4018
5315
|
"repo": "nuxt-community/python-module",
|
|
4019
5316
|
"npm": "@nuxtjs/python",
|
|
4020
5317
|
"icon": "python.png",
|
|
@@ -4051,6 +5348,64 @@
|
|
|
4051
5348
|
"github": "Maiquu"
|
|
4052
5349
|
}
|
|
4053
5350
|
],
|
|
5351
|
+
"compatibility": {
|
|
5352
|
+
"nuxt": "^3.0.0",
|
|
5353
|
+
"requires": {},
|
|
5354
|
+
"devtools": "^0.0.0"
|
|
5355
|
+
}
|
|
5356
|
+
},
|
|
5357
|
+
{
|
|
5358
|
+
"name": "radash",
|
|
5359
|
+
"description": "radash module with auto-import and custom prefix",
|
|
5360
|
+
"repo": "bbg/nuxt-radash",
|
|
5361
|
+
"npm": "nuxt-radash",
|
|
5362
|
+
"icon": "radash.png",
|
|
5363
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
5364
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
5365
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
5366
|
+
"category": "Libraries",
|
|
5367
|
+
"type": "3rd-party",
|
|
5368
|
+
"maintainers": [
|
|
5369
|
+
{
|
|
5370
|
+
"name": "Batuhan Göksu",
|
|
5371
|
+
"github": "bbg"
|
|
5372
|
+
}
|
|
5373
|
+
],
|
|
5374
|
+
"compatibility": {
|
|
5375
|
+
"nuxt": "^3.0.0",
|
|
5376
|
+
"requires": {}
|
|
5377
|
+
}
|
|
5378
|
+
},
|
|
5379
|
+
{
|
|
5380
|
+
"name": "radix-vue",
|
|
5381
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
5382
|
+
"repo": "radix-vue/radix-vue",
|
|
5383
|
+
"npm": "radix-vue",
|
|
5384
|
+
"icon": "radix-vue.svg",
|
|
5385
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
5386
|
+
"website": "https://www.radix-vue.com/",
|
|
5387
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
5388
|
+
"category": "UI",
|
|
5389
|
+
"type": "3rd-party",
|
|
5390
|
+
"maintainers": [
|
|
5391
|
+
{
|
|
5392
|
+
"name": "Zernonia",
|
|
5393
|
+
"github": "zernonia",
|
|
5394
|
+
"twitter": "zernonia"
|
|
5395
|
+
},
|
|
5396
|
+
{
|
|
5397
|
+
"name": "Khairul Haaziq",
|
|
5398
|
+
"github": "khairulhaaziq"
|
|
5399
|
+
},
|
|
5400
|
+
{
|
|
5401
|
+
"name": "Mujahid Anuar",
|
|
5402
|
+
"github": "mujahidfa"
|
|
5403
|
+
},
|
|
5404
|
+
{
|
|
5405
|
+
"name": "Max",
|
|
5406
|
+
"github": "onmax"
|
|
5407
|
+
}
|
|
5408
|
+
],
|
|
4054
5409
|
"compatibility": {
|
|
4055
5410
|
"nuxt": "^3.0.0",
|
|
4056
5411
|
"requires": {}
|
|
@@ -4058,7 +5413,7 @@
|
|
|
4058
5413
|
},
|
|
4059
5414
|
{
|
|
4060
5415
|
"name": "recaptcha",
|
|
4061
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
5416
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4062
5417
|
"repo": "nuxt-community/recaptcha-module",
|
|
4063
5418
|
"npm": "@nuxtjs/recaptcha",
|
|
4064
5419
|
"icon": "recaptcha.png",
|
|
@@ -4101,9 +5456,32 @@
|
|
|
4101
5456
|
"requires": {}
|
|
4102
5457
|
}
|
|
4103
5458
|
},
|
|
5459
|
+
{
|
|
5460
|
+
"name": "resend",
|
|
5461
|
+
"description": "Resend integration for Nuxt",
|
|
5462
|
+
"repo": "nhedger/nuxt-resend",
|
|
5463
|
+
"npm": "nuxt-resend",
|
|
5464
|
+
"icon": "resend.svg",
|
|
5465
|
+
"github": "https://github.com/nhedger/nuxt-resend",
|
|
5466
|
+
"website": "https://github.com/nhedger/nuxt-resend",
|
|
5467
|
+
"learn_more": "https://resend.com",
|
|
5468
|
+
"category": "Extensions",
|
|
5469
|
+
"type": "3rd-party",
|
|
5470
|
+
"maintainers": [
|
|
5471
|
+
{
|
|
5472
|
+
"name": "Nicolas Hedger",
|
|
5473
|
+
"github": "nhedger",
|
|
5474
|
+
"twitter": "nicolashedger"
|
|
5475
|
+
}
|
|
5476
|
+
],
|
|
5477
|
+
"compatibility": {
|
|
5478
|
+
"nuxt": "^3.0.0",
|
|
5479
|
+
"requires": {}
|
|
5480
|
+
}
|
|
5481
|
+
},
|
|
4104
5482
|
{
|
|
4105
5483
|
"name": "rfg-icon",
|
|
4106
|
-
"description": "Nuxt
|
|
5484
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4107
5485
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4108
5486
|
"npm": "nuxt-rfg-icon",
|
|
4109
5487
|
"icon": "real-favicon-generator.png",
|
|
@@ -4125,13 +5503,13 @@
|
|
|
4125
5503
|
},
|
|
4126
5504
|
{
|
|
4127
5505
|
"name": "robots",
|
|
4128
|
-
"description": "A Nuxt
|
|
4129
|
-
"repo": "nuxt-
|
|
5506
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
5507
|
+
"repo": "nuxt-modules/robots",
|
|
4130
5508
|
"npm": "@nuxtjs/robots",
|
|
4131
5509
|
"icon": "robots.png",
|
|
4132
|
-
"github": "https://github.com/nuxt-
|
|
4133
|
-
"website": "https://github.com/nuxt-
|
|
4134
|
-
"learn_more": "
|
|
5510
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
5511
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
5512
|
+
"learn_more": "",
|
|
4135
5513
|
"category": "SEO",
|
|
4136
5514
|
"type": "community",
|
|
4137
5515
|
"maintainers": [
|
|
@@ -4149,23 +5527,23 @@
|
|
|
4149
5527
|
},
|
|
4150
5528
|
{
|
|
4151
5529
|
"name": "rollbar",
|
|
4152
|
-
"description": "
|
|
4153
|
-
"repo": "
|
|
4154
|
-
"npm": "nuxt-rollbar
|
|
5530
|
+
"description": "Nuxt 3 module to integrate Rollbar.",
|
|
5531
|
+
"repo": "jairoblatt/nuxt-rollbar",
|
|
5532
|
+
"npm": "nuxt-rollbar",
|
|
4155
5533
|
"icon": "rollbar.png",
|
|
4156
|
-
"github": "https://github.com/
|
|
4157
|
-
"website": "https://github.com/
|
|
5534
|
+
"github": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
5535
|
+
"website": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
4158
5536
|
"learn_more": "https://docs.rollbar.com/docs/javascript",
|
|
4159
5537
|
"category": "Monitoring",
|
|
4160
5538
|
"type": "3rd-party",
|
|
4161
5539
|
"maintainers": [
|
|
4162
5540
|
{
|
|
4163
|
-
"name": "
|
|
4164
|
-
"github": "
|
|
5541
|
+
"name": "Jairo Blatt",
|
|
5542
|
+
"github": "jairoblatt"
|
|
4165
5543
|
}
|
|
4166
5544
|
],
|
|
4167
5545
|
"compatibility": {
|
|
4168
|
-
"nuxt": "^
|
|
5546
|
+
"nuxt": "^3.0.0",
|
|
4169
5547
|
"requires": {}
|
|
4170
5548
|
}
|
|
4171
5549
|
},
|
|
@@ -4194,7 +5572,7 @@
|
|
|
4194
5572
|
},
|
|
4195
5573
|
{
|
|
4196
5574
|
"name": "router",
|
|
4197
|
-
"description": "Nuxt
|
|
5575
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4198
5576
|
"repo": "nuxt-community/router-module",
|
|
4199
5577
|
"npm": "@nuxtjs/router",
|
|
4200
5578
|
"icon": "vue.png",
|
|
@@ -4242,13 +5620,13 @@
|
|
|
4242
5620
|
},
|
|
4243
5621
|
{
|
|
4244
5622
|
"name": "schema-org",
|
|
4245
|
-
"description": "
|
|
4246
|
-
"repo": "
|
|
5623
|
+
"description": "Quick and easy Schema.org graphs.",
|
|
5624
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4247
5625
|
"npm": "nuxt-schema-org",
|
|
4248
5626
|
"icon": "schema-org.svg",
|
|
4249
|
-
"github": "https://github.com/
|
|
4250
|
-
"website": "https://
|
|
4251
|
-
"learn_more": "https://
|
|
5627
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
5628
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
5629
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4252
5630
|
"category": "SEO",
|
|
4253
5631
|
"type": "3rd-party",
|
|
4254
5632
|
"maintainers": [
|
|
@@ -4311,13 +5689,13 @@
|
|
|
4311
5689
|
},
|
|
4312
5690
|
{
|
|
4313
5691
|
"name": "segment",
|
|
4314
|
-
"description": "Nuxt
|
|
5692
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4315
5693
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4316
5694
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4317
5695
|
"icon": "segment.png",
|
|
4318
5696
|
"github": "https://github.com/dansmaculotte/nuxt-segment",
|
|
4319
5697
|
"website": "https://github.com/dansmaculotte/nuxt-segment",
|
|
4320
|
-
"learn_more": "
|
|
5698
|
+
"learn_more": "",
|
|
4321
5699
|
"category": "Analytics",
|
|
4322
5700
|
"type": "3rd-party",
|
|
4323
5701
|
"maintainers": [
|
|
@@ -4333,10 +5711,10 @@
|
|
|
4333
5711
|
},
|
|
4334
5712
|
{
|
|
4335
5713
|
"name": "sentry",
|
|
4336
|
-
"description": "Sentry module for Nuxt
|
|
5714
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4337
5715
|
"repo": "nuxt-community/sentry-module",
|
|
4338
5716
|
"npm": "@nuxtjs/sentry",
|
|
4339
|
-
"icon": "sentry.
|
|
5717
|
+
"icon": "sentry.svg",
|
|
4340
5718
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4341
5719
|
"website": "https://sentry.nuxtjs.org/",
|
|
4342
5720
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4354,20 +5732,22 @@
|
|
|
4354
5732
|
}
|
|
4355
5733
|
},
|
|
4356
5734
|
{
|
|
4357
|
-
"name": "seo-
|
|
4358
|
-
"description": "
|
|
4359
|
-
"repo": "harlan-zw/nuxt-seo-
|
|
4360
|
-
"npm": "nuxt-seo-
|
|
4361
|
-
"icon": "seo-
|
|
4362
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-
|
|
4363
|
-
"website": "https://
|
|
4364
|
-
"learn_more": "",
|
|
5735
|
+
"name": "seo-experiments",
|
|
5736
|
+
"description": "Powerful SEO DX improvements.",
|
|
5737
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5738
|
+
"npm": "nuxt-seo-experiments",
|
|
5739
|
+
"icon": "seo-experiments.svg",
|
|
5740
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5741
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5742
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
4365
5743
|
"category": "SEO",
|
|
4366
5744
|
"type": "3rd-party",
|
|
4367
5745
|
"maintainers": [
|
|
4368
5746
|
{
|
|
4369
|
-
"name": "
|
|
4370
|
-
"github": "harlan-zw"
|
|
5747
|
+
"name": "Harlan Wilton",
|
|
5748
|
+
"github": "harlan-zw",
|
|
5749
|
+
"twitter": "harlan_zw",
|
|
5750
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4371
5751
|
}
|
|
4372
5752
|
],
|
|
4373
5753
|
"compatibility": {
|
|
@@ -4398,9 +5778,31 @@
|
|
|
4398
5778
|
"requires": {}
|
|
4399
5779
|
}
|
|
4400
5780
|
},
|
|
5781
|
+
{
|
|
5782
|
+
"name": "seo",
|
|
5783
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
5784
|
+
"repo": "harlan-zw/nuxt-seo",
|
|
5785
|
+
"npm": "@nuxtjs/seo",
|
|
5786
|
+
"icon": "nuxt.svg",
|
|
5787
|
+
"github": "https://github.com/harlan-zw/nuxt-seo",
|
|
5788
|
+
"website": "https://nuxtseo.com/",
|
|
5789
|
+
"learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
5790
|
+
"category": "SEO",
|
|
5791
|
+
"type": "3rd-party",
|
|
5792
|
+
"maintainers": [
|
|
5793
|
+
{
|
|
5794
|
+
"name": "harlan-zw",
|
|
5795
|
+
"github": "harlan-zw"
|
|
5796
|
+
}
|
|
5797
|
+
],
|
|
5798
|
+
"compatibility": {
|
|
5799
|
+
"nuxt": "^3.0.0",
|
|
5800
|
+
"requires": {}
|
|
5801
|
+
}
|
|
5802
|
+
},
|
|
4401
5803
|
{
|
|
4402
5804
|
"name": "seomatic-meta",
|
|
4403
|
-
"description": "A Nuxt
|
|
5805
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4404
5806
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4405
5807
|
"npm": "nuxt-seomatic-meta",
|
|
4406
5808
|
"icon": "seomatic.png",
|
|
@@ -4444,21 +5846,21 @@
|
|
|
4444
5846
|
}
|
|
4445
5847
|
},
|
|
4446
5848
|
{
|
|
4447
|
-
"name": "
|
|
4448
|
-
"description": "
|
|
4449
|
-
"repo": "
|
|
4450
|
-
"npm": "@
|
|
4451
|
-
"icon": "
|
|
4452
|
-
"github": "https://github.com/
|
|
4453
|
-
"website": "https://github.com/
|
|
4454
|
-
"learn_more": "https://github.com/
|
|
4455
|
-
"category": "
|
|
5849
|
+
"name": "server-block",
|
|
5850
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5851
|
+
"repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
|
|
5852
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
5853
|
+
"icon": "server-block.svg",
|
|
5854
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
5855
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5856
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5857
|
+
"category": "Extensions",
|
|
4456
5858
|
"type": "3rd-party",
|
|
4457
5859
|
"maintainers": [
|
|
4458
5860
|
{
|
|
4459
|
-
"name": "
|
|
4460
|
-
"github": "
|
|
4461
|
-
"twitter": "
|
|
5861
|
+
"name": "Hebilicious",
|
|
5862
|
+
"github": "Hebilicious",
|
|
5863
|
+
"twitter": "its_hebilicious"
|
|
4462
5864
|
}
|
|
4463
5865
|
],
|
|
4464
5866
|
"compatibility": {
|
|
@@ -4468,7 +5870,7 @@
|
|
|
4468
5870
|
},
|
|
4469
5871
|
{
|
|
4470
5872
|
"name": "shopify",
|
|
4471
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5873
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4472
5874
|
"repo": "Gomah/nuxt-shopify",
|
|
4473
5875
|
"npm": "nuxt-shopify",
|
|
4474
5876
|
"icon": "shopify.png",
|
|
@@ -4489,7 +5891,29 @@
|
|
|
4489
5891
|
}
|
|
4490
5892
|
},
|
|
4491
5893
|
{
|
|
4492
|
-
"name": "
|
|
5894
|
+
"name": "shuimo-ui",
|
|
5895
|
+
"description": "A Chinese Shuimo style component library.",
|
|
5896
|
+
"repo": "shuimo-design/shuimo-ui#main/plugins/nuxt",
|
|
5897
|
+
"npm": "@shuimo-design/shuimo-ui-nuxt",
|
|
5898
|
+
"icon": "shuimo-ui.svg",
|
|
5899
|
+
"github": "https://github.com/shuimo-design/shuimo-ui",
|
|
5900
|
+
"website": "https://shuimo.design",
|
|
5901
|
+
"learn_more": "https://github.com/shuimo-design/shuimo-ui/tree/main/plugins/nuxt",
|
|
5902
|
+
"category": "UI",
|
|
5903
|
+
"type": "3rd-party",
|
|
5904
|
+
"maintainers": [
|
|
5905
|
+
{
|
|
5906
|
+
"name": "higuaifan",
|
|
5907
|
+
"github": "higuaifan"
|
|
5908
|
+
}
|
|
5909
|
+
],
|
|
5910
|
+
"compatibility": {
|
|
5911
|
+
"nuxt": "^3.0.0",
|
|
5912
|
+
"requires": {}
|
|
5913
|
+
}
|
|
5914
|
+
},
|
|
5915
|
+
{
|
|
5916
|
+
"name": "sidebase-auth",
|
|
4493
5917
|
"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.",
|
|
4494
5918
|
"repo": "sidebase/nuxt-auth",
|
|
4495
5919
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -4535,13 +5959,13 @@
|
|
|
4535
5959
|
},
|
|
4536
5960
|
{
|
|
4537
5961
|
"name": "simple-robots",
|
|
4538
|
-
"description": "
|
|
5962
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
4539
5963
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4540
5964
|
"npm": "nuxt-simple-robots",
|
|
4541
|
-
"icon": "",
|
|
5965
|
+
"icon": "simple-robots.svg",
|
|
4542
5966
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4543
|
-
"website": "https://
|
|
4544
|
-
"learn_more": "",
|
|
5967
|
+
"website": "https://nuxtseo.com/robots",
|
|
5968
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
4545
5969
|
"category": "SEO",
|
|
4546
5970
|
"type": "3rd-party",
|
|
4547
5971
|
"maintainers": [
|
|
@@ -4558,41 +5982,23 @@
|
|
|
4558
5982
|
}
|
|
4559
5983
|
},
|
|
4560
5984
|
{
|
|
4561
|
-
"name": "
|
|
4562
|
-
"description": "
|
|
4563
|
-
"repo": "
|
|
4564
|
-
"npm": "
|
|
4565
|
-
"icon": "",
|
|
4566
|
-
"github": "https://github.com/
|
|
4567
|
-
"website": "https://
|
|
4568
|
-
"learn_more": "",
|
|
5985
|
+
"name": "sitemap",
|
|
5986
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
5987
|
+
"repo": "nuxt-modules/sitemap",
|
|
5988
|
+
"npm": "@nuxtjs/sitemap",
|
|
5989
|
+
"icon": "simple-sitemap.svg",
|
|
5990
|
+
"github": "https://github.com/nuxt-modules/sitemap",
|
|
5991
|
+
"website": "https://nuxtseo.com/",
|
|
5992
|
+
"learn_more": "https://nuxtseo.com/sitemap",
|
|
4569
5993
|
"category": "SEO",
|
|
4570
|
-
"type": "
|
|
5994
|
+
"type": "community",
|
|
4571
5995
|
"maintainers": [
|
|
4572
5996
|
{
|
|
4573
5997
|
"name": "Harlan Wilton",
|
|
4574
5998
|
"github": "harlan-zw",
|
|
4575
5999
|
"twitter": "harlan_zw",
|
|
4576
6000
|
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4577
|
-
}
|
|
4578
|
-
],
|
|
4579
|
-
"compatibility": {
|
|
4580
|
-
"nuxt": "^3.0.0",
|
|
4581
|
-
"requires": {}
|
|
4582
|
-
}
|
|
4583
|
-
},
|
|
4584
|
-
{
|
|
4585
|
-
"name": "sitemap",
|
|
4586
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
|
|
4587
|
-
"repo": "nuxt-community/sitemap-module#dev",
|
|
4588
|
-
"npm": "@nuxtjs/sitemap",
|
|
4589
|
-
"icon": "",
|
|
4590
|
-
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
4591
|
-
"website": "https://sitemap.nuxtjs.org",
|
|
4592
|
-
"learn_more": "",
|
|
4593
|
-
"category": "SEO",
|
|
4594
|
-
"type": "community",
|
|
4595
|
-
"maintainers": [
|
|
6001
|
+
},
|
|
4596
6002
|
{
|
|
4597
6003
|
"name": "Nicolas PENNEC",
|
|
4598
6004
|
"github": "NicoPennec",
|
|
@@ -4600,7 +6006,7 @@
|
|
|
4600
6006
|
}
|
|
4601
6007
|
],
|
|
4602
6008
|
"compatibility": {
|
|
4603
|
-
"nuxt": "^
|
|
6009
|
+
"nuxt": "^3.0.0",
|
|
4604
6010
|
"requires": {}
|
|
4605
6011
|
}
|
|
4606
6012
|
},
|
|
@@ -4628,7 +6034,7 @@
|
|
|
4628
6034
|
},
|
|
4629
6035
|
{
|
|
4630
6036
|
"name": "snipcart",
|
|
4631
|
-
"description": "Snipcart integration module for Nuxt
|
|
6037
|
+
"description": "Snipcart integration module for Nuxt",
|
|
4632
6038
|
"repo": "nuxt-modules/snipcart",
|
|
4633
6039
|
"npm": "@nuxtjs/snipcart",
|
|
4634
6040
|
"icon": "snipcart.png",
|
|
@@ -4651,7 +6057,7 @@
|
|
|
4651
6057
|
},
|
|
4652
6058
|
{
|
|
4653
6059
|
"name": "social-meta",
|
|
4654
|
-
"description": "Nuxt
|
|
6060
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
4655
6061
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
4656
6062
|
"npm": "nuxt-social-meta",
|
|
4657
6063
|
"icon": "",
|
|
@@ -4773,7 +6179,7 @@
|
|
|
4773
6179
|
},
|
|
4774
6180
|
{
|
|
4775
6181
|
"name": "storage",
|
|
4776
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
6182
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
4777
6183
|
"repo": "mazipan/nuxt-storage",
|
|
4778
6184
|
"npm": "nuxt-storage",
|
|
4779
6185
|
"icon": "",
|
|
@@ -4795,7 +6201,7 @@
|
|
|
4795
6201
|
},
|
|
4796
6202
|
{
|
|
4797
6203
|
"name": "storefront-ui",
|
|
4798
|
-
"description": "Storefront UI Module for Nuxt
|
|
6204
|
+
"description": "Storefront UI Module for Nuxt",
|
|
4799
6205
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
4800
6206
|
"npm": "@storefront-ui/nuxt",
|
|
4801
6207
|
"icon": "storefront-ui.svg",
|
|
@@ -4839,8 +6245,8 @@
|
|
|
4839
6245
|
},
|
|
4840
6246
|
{
|
|
4841
6247
|
"name": "storyblok",
|
|
4842
|
-
"description": "Storyblok Nuxt
|
|
4843
|
-
"repo": "storyblok/storyblok-nuxt#
|
|
6248
|
+
"description": "Storyblok Nuxt module",
|
|
6249
|
+
"repo": "storyblok/storyblok-nuxt#main",
|
|
4844
6250
|
"npm": "@storyblok/nuxt",
|
|
4845
6251
|
"icon": "storyblok.png",
|
|
4846
6252
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -4856,46 +6262,43 @@
|
|
|
4856
6262
|
],
|
|
4857
6263
|
"compatibility": {
|
|
4858
6264
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4859
|
-
"requires": {}
|
|
6265
|
+
"requires": {},
|
|
6266
|
+
"devtools": "^0.0.0"
|
|
4860
6267
|
}
|
|
4861
6268
|
},
|
|
4862
6269
|
{
|
|
4863
6270
|
"name": "storybook",
|
|
4864
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
4865
|
-
"repo": "nuxt-
|
|
6271
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
6272
|
+
"repo": "nuxt-modules/storybook",
|
|
4866
6273
|
"npm": "@nuxtjs/storybook",
|
|
4867
6274
|
"icon": "storybook.png",
|
|
4868
|
-
"github": "https://github.com/nuxt-
|
|
6275
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
4869
6276
|
"website": "https://storybook.nuxtjs.org",
|
|
4870
|
-
"learn_more": "https://
|
|
6277
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
4871
6278
|
"category": "Devtools",
|
|
4872
6279
|
"type": "community",
|
|
4873
6280
|
"maintainers": [
|
|
4874
6281
|
{
|
|
4875
|
-
"name": "
|
|
4876
|
-
"github": "
|
|
4877
|
-
"twitter": "
|
|
4878
|
-
},
|
|
4879
|
-
{
|
|
4880
|
-
"name": "Pooya Parsa",
|
|
4881
|
-
"github": "pi0",
|
|
4882
|
-
"twitter": "_pi0_"
|
|
6282
|
+
"name": "Chakir QATAB",
|
|
6283
|
+
"github": "chakAs3",
|
|
6284
|
+
"twitter": "ChakirQatab"
|
|
4883
6285
|
}
|
|
4884
6286
|
],
|
|
4885
6287
|
"compatibility": {
|
|
4886
|
-
"nuxt": "^2.0.0",
|
|
6288
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4887
6289
|
"requires": {
|
|
4888
6290
|
"bridge": "optional"
|
|
4889
|
-
}
|
|
6291
|
+
},
|
|
6292
|
+
"devtools": "^0.7.2"
|
|
4890
6293
|
}
|
|
4891
6294
|
},
|
|
4892
6295
|
{
|
|
4893
6296
|
"name": "strapi",
|
|
4894
6297
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
4895
|
-
"repo": "nuxt-
|
|
6298
|
+
"repo": "nuxt-modules/strapi",
|
|
4896
6299
|
"npm": "@nuxtjs/strapi",
|
|
4897
6300
|
"icon": "strapi.png",
|
|
4898
|
-
"github": "https://github.com/nuxt-
|
|
6301
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
4899
6302
|
"website": "https://strapi.nuxtjs.org",
|
|
4900
6303
|
"learn_more": "https://strapi.io/",
|
|
4901
6304
|
"category": "CMS",
|
|
@@ -4916,7 +6319,34 @@
|
|
|
4916
6319
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4917
6320
|
"requires": {
|
|
4918
6321
|
"bridge": true
|
|
6322
|
+
},
|
|
6323
|
+
"devtools": "^0.0.0"
|
|
6324
|
+
}
|
|
6325
|
+
},
|
|
6326
|
+
{
|
|
6327
|
+
"name": "stripe-next",
|
|
6328
|
+
"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.",
|
|
6329
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
6330
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
6331
|
+
"icon": "stripe.png",
|
|
6332
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
6333
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
6334
|
+
"learn_more": "https://stripe.com/docs",
|
|
6335
|
+
"category": "Payment",
|
|
6336
|
+
"type": "3rd-party",
|
|
6337
|
+
"maintainers": [
|
|
6338
|
+
{
|
|
6339
|
+
"name": "Loic Fuentes",
|
|
6340
|
+
"github": "fuentesloic"
|
|
6341
|
+
},
|
|
6342
|
+
{
|
|
6343
|
+
"name": "Florent Giraud",
|
|
6344
|
+
"github": "flozero"
|
|
4919
6345
|
}
|
|
6346
|
+
],
|
|
6347
|
+
"compatibility": {
|
|
6348
|
+
"nuxt": "^3.0.0",
|
|
6349
|
+
"requires": {}
|
|
4920
6350
|
}
|
|
4921
6351
|
},
|
|
4922
6352
|
{
|
|
@@ -4941,6 +6371,36 @@
|
|
|
4941
6371
|
"requires": {}
|
|
4942
6372
|
}
|
|
4943
6373
|
},
|
|
6374
|
+
{
|
|
6375
|
+
"name": "studio",
|
|
6376
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
6377
|
+
"repo": "nuxtlabs/studio-module",
|
|
6378
|
+
"npm": "@nuxthq/studio",
|
|
6379
|
+
"icon": "studio.svg",
|
|
6380
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
6381
|
+
"website": "https://nuxt.studio",
|
|
6382
|
+
"learn_more": "https://nuxt.studio",
|
|
6383
|
+
"category": "CMS",
|
|
6384
|
+
"type": "3rd-party",
|
|
6385
|
+
"maintainers": [
|
|
6386
|
+
{
|
|
6387
|
+
"name": "Ahad Birang",
|
|
6388
|
+
"github": "farnabaz",
|
|
6389
|
+
"twitter": "a_birang"
|
|
6390
|
+
},
|
|
6391
|
+
{
|
|
6392
|
+
"name": "Sébastien Chopin",
|
|
6393
|
+
"github": "Atinux",
|
|
6394
|
+
"twitter": "Atinux"
|
|
6395
|
+
}
|
|
6396
|
+
],
|
|
6397
|
+
"compatibility": {
|
|
6398
|
+
"nuxt": "^3.0.0",
|
|
6399
|
+
"requires": {
|
|
6400
|
+
"content": true
|
|
6401
|
+
}
|
|
6402
|
+
}
|
|
6403
|
+
},
|
|
4944
6404
|
{
|
|
4945
6405
|
"name": "style-resources",
|
|
4946
6406
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -4966,7 +6426,7 @@
|
|
|
4966
6426
|
},
|
|
4967
6427
|
{
|
|
4968
6428
|
"name": "stylelint",
|
|
4969
|
-
"description": "Stylelint module for Nuxt.
|
|
6429
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
4970
6430
|
"repo": "nuxt-community/stylelint-module",
|
|
4971
6431
|
"npm": "@nuxtjs/stylelint-module",
|
|
4972
6432
|
"icon": "stylelint.png",
|
|
@@ -5012,10 +6472,10 @@
|
|
|
5012
6472
|
{
|
|
5013
6473
|
"name": "supabase",
|
|
5014
6474
|
"description": "First class integration with Supabase",
|
|
5015
|
-
"repo": "nuxt-
|
|
6475
|
+
"repo": "nuxt-modules/supabase",
|
|
5016
6476
|
"npm": "@nuxtjs/supabase",
|
|
5017
6477
|
"icon": "supabase.png",
|
|
5018
|
-
"github": "https://github.com/nuxt-
|
|
6478
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
5019
6479
|
"website": "https://supabase.nuxtjs.org",
|
|
5020
6480
|
"learn_more": "https://supabase.com",
|
|
5021
6481
|
"category": "Database",
|
|
@@ -5066,12 +6526,12 @@
|
|
|
5066
6526
|
},
|
|
5067
6527
|
{
|
|
5068
6528
|
"name": "svg-sprite",
|
|
5069
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5070
|
-
"repo": "nuxt-
|
|
6529
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
6530
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5071
6531
|
"npm": "@nuxtjs/svg-sprite",
|
|
5072
6532
|
"icon": "",
|
|
5073
|
-
"github": "https://github.com/nuxt-
|
|
5074
|
-
"website": "https://github.com/nuxt-
|
|
6533
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
6534
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5075
6535
|
"learn_more": "",
|
|
5076
6536
|
"category": "UI",
|
|
5077
6537
|
"type": "community",
|
|
@@ -5083,13 +6543,13 @@
|
|
|
5083
6543
|
}
|
|
5084
6544
|
],
|
|
5085
6545
|
"compatibility": {
|
|
5086
|
-
"nuxt": "^2.0.0",
|
|
6546
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5087
6547
|
"requires": {}
|
|
5088
6548
|
}
|
|
5089
6549
|
},
|
|
5090
6550
|
{
|
|
5091
6551
|
"name": "svg",
|
|
5092
|
-
"description": "Super simple svg loading module for Nuxt
|
|
6552
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5093
6553
|
"repo": "nuxt-community/svg-module",
|
|
5094
6554
|
"npm": "@nuxtjs/svg",
|
|
5095
6555
|
"icon": "",
|
|
@@ -5131,9 +6591,33 @@
|
|
|
5131
6591
|
"requires": {}
|
|
5132
6592
|
}
|
|
5133
6593
|
},
|
|
6594
|
+
{
|
|
6595
|
+
"name": "swiftsearch",
|
|
6596
|
+
"description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
|
|
6597
|
+
"repo": "atoms-studio/nuxt-swiftsearch",
|
|
6598
|
+
"npm": "@atoms-studio/nuxt-swiftsearch",
|
|
6599
|
+
"icon": "nuxt-swiftsearch.svg",
|
|
6600
|
+
"github": "https://github.com/atoms-studio/nuxt-swiftsearch",
|
|
6601
|
+
"website": "https://nuxt-swiftsearch.netlify.app/",
|
|
6602
|
+
"learn_more": "",
|
|
6603
|
+
"category": "Libraries",
|
|
6604
|
+
"type": "3rd-party",
|
|
6605
|
+
"maintainers": [
|
|
6606
|
+
{
|
|
6607
|
+
"name": "Matteo Rigoni",
|
|
6608
|
+
"github": "rigo-m",
|
|
6609
|
+
"twitter": "MatteoRigoni",
|
|
6610
|
+
"avatar": "https://avatars.githubusercontent.com/rigo-m?v=4"
|
|
6611
|
+
}
|
|
6612
|
+
],
|
|
6613
|
+
"compatibility": {
|
|
6614
|
+
"nuxt": "^3.10.0",
|
|
6615
|
+
"requires": {}
|
|
6616
|
+
}
|
|
6617
|
+
},
|
|
5134
6618
|
{
|
|
5135
6619
|
"name": "swiper",
|
|
5136
|
-
"description": "Nuxt
|
|
6620
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5137
6621
|
"repo": "cpreston321/nuxt-swiper",
|
|
5138
6622
|
"npm": "nuxt-swiper",
|
|
5139
6623
|
"icon": "swiper.svg",
|
|
@@ -5179,10 +6663,10 @@
|
|
|
5179
6663
|
{
|
|
5180
6664
|
"name": "tailwindcss",
|
|
5181
6665
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5182
|
-
"repo": "nuxt-
|
|
6666
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5183
6667
|
"npm": "@nuxtjs/tailwindcss",
|
|
5184
6668
|
"icon": "tailwindcss.png",
|
|
5185
|
-
"github": "https://github.com/nuxt-
|
|
6669
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5186
6670
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5187
6671
|
"learn_more": "https://tailwindcss.com/",
|
|
5188
6672
|
"category": "UI",
|
|
@@ -5192,10 +6676,46 @@
|
|
|
5192
6676
|
"name": "Sébastien Chopin",
|
|
5193
6677
|
"github": "Atinux",
|
|
5194
6678
|
"twitter": "Atinux"
|
|
6679
|
+
},
|
|
6680
|
+
{
|
|
6681
|
+
"name": "Inesh Bose",
|
|
6682
|
+
"github": "ineshbose"
|
|
5195
6683
|
}
|
|
5196
6684
|
],
|
|
5197
6685
|
"compatibility": {
|
|
5198
6686
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6687
|
+
"requires": {},
|
|
6688
|
+
"devtools": "^0.0.0"
|
|
6689
|
+
},
|
|
6690
|
+
"aliases": [
|
|
6691
|
+
"tailwind"
|
|
6692
|
+
]
|
|
6693
|
+
},
|
|
6694
|
+
{
|
|
6695
|
+
"name": "test-utils",
|
|
6696
|
+
"description": "Test utilities for Nuxt",
|
|
6697
|
+
"repo": "nuxt/test-utils#main",
|
|
6698
|
+
"npm": "@nuxt/test-utils",
|
|
6699
|
+
"icon": "nuxt.svg",
|
|
6700
|
+
"github": "https://github.com/nuxt/test-utils",
|
|
6701
|
+
"website": "https://nuxt.com/docs/getting-started/testing",
|
|
6702
|
+
"learn_more": "",
|
|
6703
|
+
"category": "Devtools",
|
|
6704
|
+
"type": "official",
|
|
6705
|
+
"maintainers": [
|
|
6706
|
+
{
|
|
6707
|
+
"name": "Daniel Roe",
|
|
6708
|
+
"github": "danielroe",
|
|
6709
|
+
"twitter": "danielcroe"
|
|
6710
|
+
},
|
|
6711
|
+
{
|
|
6712
|
+
"name": "Anthony Fu",
|
|
6713
|
+
"github": "antfu",
|
|
6714
|
+
"twitter": "antfu7"
|
|
6715
|
+
}
|
|
6716
|
+
],
|
|
6717
|
+
"compatibility": {
|
|
6718
|
+
"nuxt": "^3.0.0",
|
|
5199
6719
|
"requires": {}
|
|
5200
6720
|
}
|
|
5201
6721
|
},
|
|
@@ -5222,9 +6742,53 @@
|
|
|
5222
6742
|
"requires": {}
|
|
5223
6743
|
}
|
|
5224
6744
|
},
|
|
6745
|
+
{
|
|
6746
|
+
"name": "time",
|
|
6747
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
6748
|
+
"repo": "danielroe/nuxt-time",
|
|
6749
|
+
"npm": "nuxt-time",
|
|
6750
|
+
"icon": "",
|
|
6751
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
6752
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
6753
|
+
"learn_more": "",
|
|
6754
|
+
"category": "Extensions",
|
|
6755
|
+
"type": "3rd-party",
|
|
6756
|
+
"maintainers": [
|
|
6757
|
+
{
|
|
6758
|
+
"name": "danielroe",
|
|
6759
|
+
"github": "danielroe"
|
|
6760
|
+
}
|
|
6761
|
+
],
|
|
6762
|
+
"compatibility": {
|
|
6763
|
+
"nuxt": "^3.0.0",
|
|
6764
|
+
"requires": {}
|
|
6765
|
+
}
|
|
6766
|
+
},
|
|
6767
|
+
{
|
|
6768
|
+
"name": "tiptap",
|
|
6769
|
+
"description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
|
|
6770
|
+
"repo": "modbender/nuxt-tiptap-editor",
|
|
6771
|
+
"npm": "nuxt-tiptap-editor",
|
|
6772
|
+
"icon": "tiptap.png",
|
|
6773
|
+
"github": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6774
|
+
"website": "https://nuxt-tiptap-editor.vercel.app",
|
|
6775
|
+
"learn_more": "https://nuxt-tiptap-editor.vercel.app",
|
|
6776
|
+
"category": "Libraries",
|
|
6777
|
+
"type": "3rd-party",
|
|
6778
|
+
"maintainers": [
|
|
6779
|
+
{
|
|
6780
|
+
"name": "modbender",
|
|
6781
|
+
"github": "modbender"
|
|
6782
|
+
}
|
|
6783
|
+
],
|
|
6784
|
+
"compatibility": {
|
|
6785
|
+
"nuxt": "^3.0.0",
|
|
6786
|
+
"requires": {}
|
|
6787
|
+
}
|
|
6788
|
+
},
|
|
5225
6789
|
{
|
|
5226
6790
|
"name": "toast",
|
|
5227
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6791
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5228
6792
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5229
6793
|
"npm": "@nuxtjs/toast",
|
|
5230
6794
|
"icon": "",
|
|
@@ -5245,6 +6809,61 @@
|
|
|
5245
6809
|
"requires": {}
|
|
5246
6810
|
}
|
|
5247
6811
|
},
|
|
6812
|
+
{
|
|
6813
|
+
"name": "translation-manager",
|
|
6814
|
+
"description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
|
|
6815
|
+
"repo": "samk-dev/nuxt-translation-manager",
|
|
6816
|
+
"npm": "nuxt-translation-manager",
|
|
6817
|
+
"icon": "translation-manager.png",
|
|
6818
|
+
"github": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6819
|
+
"website": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6820
|
+
"learn_more": "",
|
|
6821
|
+
"category": "Extensions",
|
|
6822
|
+
"type": "3rd-party",
|
|
6823
|
+
"maintainers": [
|
|
6824
|
+
{
|
|
6825
|
+
"name": "Sam K",
|
|
6826
|
+
"github": "samk-dev"
|
|
6827
|
+
}
|
|
6828
|
+
],
|
|
6829
|
+
"compatibility": {
|
|
6830
|
+
"nuxt": "^3.0.0",
|
|
6831
|
+
"requires": {}
|
|
6832
|
+
}
|
|
6833
|
+
},
|
|
6834
|
+
{
|
|
6835
|
+
"name": "tresjs",
|
|
6836
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
6837
|
+
"repo": "tresjs/nuxt",
|
|
6838
|
+
"npm": "@tresjs/nuxt",
|
|
6839
|
+
"icon": "tresjs.svg",
|
|
6840
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
6841
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
6842
|
+
"learn_more": "https://tresjs.org/",
|
|
6843
|
+
"category": "Libraries",
|
|
6844
|
+
"type": "3rd-party",
|
|
6845
|
+
"maintainers": [
|
|
6846
|
+
{
|
|
6847
|
+
"name": "Alvaro Saburido",
|
|
6848
|
+
"github": "alvarosabu",
|
|
6849
|
+
"twitter": "alvarosabu"
|
|
6850
|
+
},
|
|
6851
|
+
{
|
|
6852
|
+
"name": "Jaime Torrealba",
|
|
6853
|
+
"github": "JaimeTorrealba",
|
|
6854
|
+
"twitter": "jaimebboyjt"
|
|
6855
|
+
},
|
|
6856
|
+
{
|
|
6857
|
+
"name": "Tino Koch",
|
|
6858
|
+
"github": "Tinoooo",
|
|
6859
|
+
"twitter": "ichbintino"
|
|
6860
|
+
}
|
|
6861
|
+
],
|
|
6862
|
+
"compatibility": {
|
|
6863
|
+
"nuxt": "^3.0.0",
|
|
6864
|
+
"requires": {}
|
|
6865
|
+
}
|
|
6866
|
+
},
|
|
5248
6867
|
{
|
|
5249
6868
|
"name": "turnstile",
|
|
5250
6869
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -5272,7 +6891,7 @@
|
|
|
5272
6891
|
},
|
|
5273
6892
|
{
|
|
5274
6893
|
"name": "twa",
|
|
5275
|
-
"description": "Nuxt
|
|
6894
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5276
6895
|
"repo": "tuarrep/nuxt-twa",
|
|
5277
6896
|
"npm": "nuxt-twa",
|
|
5278
6897
|
"icon": "",
|
|
@@ -5294,6 +6913,28 @@
|
|
|
5294
6913
|
}
|
|
5295
6914
|
}
|
|
5296
6915
|
},
|
|
6916
|
+
{
|
|
6917
|
+
"name": "twemoji",
|
|
6918
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
6919
|
+
"repo": "yizack/nuxt-twemoji",
|
|
6920
|
+
"npm": "nuxt-twemoji",
|
|
6921
|
+
"icon": "twemoji.svg",
|
|
6922
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
6923
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
6924
|
+
"learn_more": "",
|
|
6925
|
+
"category": "UI",
|
|
6926
|
+
"type": "3rd-party",
|
|
6927
|
+
"maintainers": [
|
|
6928
|
+
{
|
|
6929
|
+
"name": "Yizack Rangel",
|
|
6930
|
+
"github": "yizack"
|
|
6931
|
+
}
|
|
6932
|
+
],
|
|
6933
|
+
"compatibility": {
|
|
6934
|
+
"nuxt": "^3.0.0",
|
|
6935
|
+
"requires": {}
|
|
6936
|
+
}
|
|
6937
|
+
},
|
|
5297
6938
|
{
|
|
5298
6939
|
"name": "twicpics",
|
|
5299
6940
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5423,18 +7064,75 @@
|
|
|
5423
7064
|
"github": "kevinmarrec"
|
|
5424
7065
|
},
|
|
5425
7066
|
{
|
|
5426
|
-
"name": "Pooya Parsa",
|
|
5427
|
-
"github": "pi0",
|
|
5428
|
-
"twitter": "_pi0_"
|
|
7067
|
+
"name": "Pooya Parsa",
|
|
7068
|
+
"github": "pi0",
|
|
7069
|
+
"twitter": "_pi0_"
|
|
7070
|
+
},
|
|
7071
|
+
{
|
|
7072
|
+
"name": "Daniel Roe",
|
|
7073
|
+
"github": "danielroe",
|
|
7074
|
+
"twitter": "danielcroe"
|
|
7075
|
+
}
|
|
7076
|
+
],
|
|
7077
|
+
"compatibility": {
|
|
7078
|
+
"nuxt": "^2.0.0",
|
|
7079
|
+
"requires": {}
|
|
7080
|
+
}
|
|
7081
|
+
},
|
|
7082
|
+
{
|
|
7083
|
+
"name": "typo3",
|
|
7084
|
+
"description": "TYPO3 Headless Frontend Rendering module",
|
|
7085
|
+
"repo": "TYPO3-Headless/nuxt-typo3",
|
|
7086
|
+
"npm": "@t3headless/nuxt-typo3",
|
|
7087
|
+
"icon": "typo3.svg",
|
|
7088
|
+
"github": "https://github.com/TYPO3-Headless/nuxt-typo3",
|
|
7089
|
+
"website": "https://t3headless.macopedia.io/nuxt-typo3/",
|
|
7090
|
+
"learn_more": "https://github.com/TYPO3-Headless",
|
|
7091
|
+
"category": "CMS",
|
|
7092
|
+
"type": "3rd-party",
|
|
7093
|
+
"maintainers": [
|
|
7094
|
+
{
|
|
7095
|
+
"name": "Macopedia",
|
|
7096
|
+
"github": "macopedia",
|
|
7097
|
+
"twitter": "macopediapl"
|
|
7098
|
+
}
|
|
7099
|
+
],
|
|
7100
|
+
"compatibility": {
|
|
7101
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7102
|
+
"requires": {},
|
|
7103
|
+
"devtools": "^0.0.0"
|
|
7104
|
+
}
|
|
7105
|
+
},
|
|
7106
|
+
{
|
|
7107
|
+
"name": "ui",
|
|
7108
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
7109
|
+
"repo": "nuxt/ui#dev",
|
|
7110
|
+
"npm": "@nuxt/ui",
|
|
7111
|
+
"icon": "nuxt.svg",
|
|
7112
|
+
"github": "https://github.com/nuxt/ui",
|
|
7113
|
+
"website": "https://ui.nuxt.com",
|
|
7114
|
+
"learn_more": "",
|
|
7115
|
+
"category": "UI",
|
|
7116
|
+
"type": "official",
|
|
7117
|
+
"maintainers": [
|
|
7118
|
+
{
|
|
7119
|
+
"name": "Benjamin Canac",
|
|
7120
|
+
"github": "benjamincanac",
|
|
7121
|
+
"twitter": "benjamincanac"
|
|
7122
|
+
},
|
|
7123
|
+
{
|
|
7124
|
+
"name": "Sebastien Chopin",
|
|
7125
|
+
"github": "Atinux",
|
|
7126
|
+
"twitter": "Atinux"
|
|
5429
7127
|
},
|
|
5430
7128
|
{
|
|
5431
|
-
"name": "
|
|
5432
|
-
"github": "
|
|
5433
|
-
"twitter": "
|
|
7129
|
+
"name": "Sylvain Marroufin",
|
|
7130
|
+
"github": "smarroufin",
|
|
7131
|
+
"twitter": "smarroufin"
|
|
5434
7132
|
}
|
|
5435
7133
|
],
|
|
5436
7134
|
"compatibility": {
|
|
5437
|
-
"nuxt": "^
|
|
7135
|
+
"nuxt": "^3.0.0",
|
|
5438
7136
|
"requires": {}
|
|
5439
7137
|
}
|
|
5440
7138
|
},
|
|
@@ -5462,31 +7160,9 @@
|
|
|
5462
7160
|
}
|
|
5463
7161
|
}
|
|
5464
7162
|
},
|
|
5465
|
-
{
|
|
5466
|
-
"name": "unhead",
|
|
5467
|
-
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5468
|
-
"repo": "harlan-zw/nuxt-unhead",
|
|
5469
|
-
"npm": "nuxt-unhead",
|
|
5470
|
-
"icon": "",
|
|
5471
|
-
"github": "https://github.com/harlan-zw/nuxt-unhead",
|
|
5472
|
-
"website": "https://github.com/harlan-zw/nuxt-unhead",
|
|
5473
|
-
"learn_more": "",
|
|
5474
|
-
"category": "SEO",
|
|
5475
|
-
"type": "3rd-party",
|
|
5476
|
-
"maintainers": [
|
|
5477
|
-
{
|
|
5478
|
-
"name": "harlan-zw",
|
|
5479
|
-
"github": "harlan-zw"
|
|
5480
|
-
}
|
|
5481
|
-
],
|
|
5482
|
-
"compatibility": {
|
|
5483
|
-
"nuxt": "^3.0.0",
|
|
5484
|
-
"requires": {}
|
|
5485
|
-
}
|
|
5486
|
-
},
|
|
5487
7163
|
{
|
|
5488
7164
|
"name": "universal-storage",
|
|
5489
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
7165
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
5490
7166
|
"repo": "nuxt-community/universal-storage-module",
|
|
5491
7167
|
"npm": "@nuxtjs/universal-storage",
|
|
5492
7168
|
"icon": "",
|
|
@@ -5513,40 +7189,36 @@
|
|
|
5513
7189
|
}
|
|
5514
7190
|
},
|
|
5515
7191
|
{
|
|
5516
|
-
"name": "
|
|
5517
|
-
"description": "
|
|
5518
|
-
"repo": "
|
|
5519
|
-
"npm": "@
|
|
5520
|
-
"icon": "
|
|
5521
|
-
"github": "https://github.com/
|
|
5522
|
-
"website": "https://
|
|
5523
|
-
"learn_more": "
|
|
5524
|
-
"category": "
|
|
7192
|
+
"name": "unlazy",
|
|
7193
|
+
"description": "Lazy loading library for placeholder images",
|
|
7194
|
+
"repo": "johannschopplich/unlazy#main/packages/nuxt",
|
|
7195
|
+
"npm": "@unlazy/nuxt",
|
|
7196
|
+
"icon": "unlazy.svg",
|
|
7197
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
7198
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
7199
|
+
"learn_more": "",
|
|
7200
|
+
"category": "Images",
|
|
5525
7201
|
"type": "3rd-party",
|
|
5526
7202
|
"maintainers": [
|
|
5527
7203
|
{
|
|
5528
|
-
"name": "
|
|
5529
|
-
"github": "
|
|
5530
|
-
"twitter": "harlan_zw",
|
|
5531
|
-
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
7204
|
+
"name": "Johann Schopplich",
|
|
7205
|
+
"github": "johannschopplich"
|
|
5532
7206
|
}
|
|
5533
7207
|
],
|
|
5534
7208
|
"compatibility": {
|
|
5535
|
-
"nuxt": "^
|
|
5536
|
-
"requires": {
|
|
5537
|
-
"bridge": "optional"
|
|
5538
|
-
}
|
|
7209
|
+
"nuxt": "^3.0.0",
|
|
7210
|
+
"requires": {}
|
|
5539
7211
|
}
|
|
5540
7212
|
},
|
|
5541
7213
|
{
|
|
5542
7214
|
"name": "unocss",
|
|
5543
7215
|
"description": "The instant on-demand atomic CSS engine.",
|
|
5544
|
-
"repo": "
|
|
7216
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
5545
7217
|
"npm": "@unocss/nuxt",
|
|
5546
7218
|
"icon": "unocss.svg",
|
|
5547
|
-
"github": "https://github.com/
|
|
5548
|
-
"website": "https://github.com/
|
|
5549
|
-
"learn_more": "https://github.com/
|
|
7219
|
+
"github": "https://github.com/unocss/unocss",
|
|
7220
|
+
"website": "https://github.com/unocss/unocss",
|
|
7221
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
5550
7222
|
"category": "UI",
|
|
5551
7223
|
"type": "3rd-party",
|
|
5552
7224
|
"maintainers": [
|
|
@@ -5561,7 +7233,8 @@
|
|
|
5561
7233
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5562
7234
|
"requires": {
|
|
5563
7235
|
"bridge": "optional"
|
|
5564
|
-
}
|
|
7236
|
+
},
|
|
7237
|
+
"devtools": "^0.0.0"
|
|
5565
7238
|
}
|
|
5566
7239
|
},
|
|
5567
7240
|
{
|
|
@@ -5571,8 +7244,8 @@
|
|
|
5571
7244
|
"npm": "nuxt-ununura",
|
|
5572
7245
|
"icon": "ununuracss.png",
|
|
5573
7246
|
"github": "https://github.com/novout/ununuracss",
|
|
5574
|
-
"website": "https://
|
|
5575
|
-
"learn_more": "https://
|
|
7247
|
+
"website": "https://github.com/novout/ununuracss",
|
|
7248
|
+
"learn_more": "https://github.com/novout/ununuracss",
|
|
5576
7249
|
"category": "UI",
|
|
5577
7250
|
"type": "3rd-party",
|
|
5578
7251
|
"maintainers": [
|
|
@@ -5588,42 +7261,66 @@
|
|
|
5588
7261
|
}
|
|
5589
7262
|
},
|
|
5590
7263
|
{
|
|
5591
|
-
"name": "
|
|
5592
|
-
"description": "
|
|
5593
|
-
"repo": "
|
|
5594
|
-
"npm": "
|
|
5595
|
-
"icon": "",
|
|
5596
|
-
"github": "https://github.com/
|
|
5597
|
-
"website": "https://
|
|
5598
|
-
"learn_more": "",
|
|
5599
|
-
"category": "
|
|
7264
|
+
"name": "use-bootstrap",
|
|
7265
|
+
"description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
|
|
7266
|
+
"repo": "simplise/use-bootstrap",
|
|
7267
|
+
"npm": "usebootstrap",
|
|
7268
|
+
"icon": "use-bootstrap.svg",
|
|
7269
|
+
"github": "https://github.com/simplise/use-bootstrap",
|
|
7270
|
+
"website": "https://usebootstrap.org/",
|
|
7271
|
+
"learn_more": "https://usebootstrap.org/",
|
|
7272
|
+
"category": "UI",
|
|
5600
7273
|
"type": "3rd-party",
|
|
5601
7274
|
"maintainers": [
|
|
5602
7275
|
{
|
|
5603
|
-
"name": "
|
|
5604
|
-
"github": "
|
|
7276
|
+
"name": "KoujiSano",
|
|
7277
|
+
"github": "KoujiSano"
|
|
5605
7278
|
}
|
|
5606
7279
|
],
|
|
5607
7280
|
"compatibility": {
|
|
5608
|
-
"nuxt": "^
|
|
7281
|
+
"nuxt": "^3.0.0",
|
|
5609
7282
|
"requires": {}
|
|
5610
7283
|
}
|
|
5611
7284
|
},
|
|
5612
7285
|
{
|
|
5613
|
-
"name": "
|
|
5614
|
-
"description": "
|
|
5615
|
-
"repo": "
|
|
5616
|
-
"npm": "nuxt
|
|
5617
|
-
"icon": "
|
|
5618
|
-
"github": "https://github.com/
|
|
5619
|
-
"website": "https://github.com/
|
|
5620
|
-
"learn_more": "https://
|
|
5621
|
-
"category": "
|
|
7286
|
+
"name": "use-wagmi",
|
|
7287
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
7288
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
7289
|
+
"npm": "@use-wagmi/nuxt",
|
|
7290
|
+
"icon": "use-wagmi.png",
|
|
7291
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
7292
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
7293
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
7294
|
+
"category": "Extensions",
|
|
7295
|
+
"type": "3rd-party",
|
|
7296
|
+
"maintainers": [
|
|
7297
|
+
{
|
|
7298
|
+
"name": "Unic Ape",
|
|
7299
|
+
"github": "unicape"
|
|
7300
|
+
}
|
|
7301
|
+
],
|
|
7302
|
+
"compatibility": {
|
|
7303
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7304
|
+
"requires": {
|
|
7305
|
+
"bridge": true
|
|
7306
|
+
}
|
|
7307
|
+
}
|
|
7308
|
+
},
|
|
7309
|
+
{
|
|
7310
|
+
"name": "user-agent",
|
|
7311
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
7312
|
+
"repo": "fukuiretu/nuxt-user-agent",
|
|
7313
|
+
"npm": "nuxt-user-agent",
|
|
7314
|
+
"icon": "",
|
|
7315
|
+
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
7316
|
+
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
7317
|
+
"learn_more": "",
|
|
7318
|
+
"category": "Extensions",
|
|
5622
7319
|
"type": "3rd-party",
|
|
5623
7320
|
"maintainers": [
|
|
5624
7321
|
{
|
|
5625
|
-
"name": "
|
|
5626
|
-
"github": "
|
|
7322
|
+
"name": "fukuiretu",
|
|
7323
|
+
"github": "fukuiretu"
|
|
5627
7324
|
}
|
|
5628
7325
|
],
|
|
5629
7326
|
"compatibility": {
|
|
@@ -5679,9 +7376,31 @@
|
|
|
5679
7376
|
}
|
|
5680
7377
|
}
|
|
5681
7378
|
},
|
|
7379
|
+
{
|
|
7380
|
+
"name": "vcalendar",
|
|
7381
|
+
"description": "VCalendar module for Nuxt",
|
|
7382
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
7383
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
7384
|
+
"icon": "vcalendar.png",
|
|
7385
|
+
"github": "https://github.com/samk-dev/nuxt-vcalendar",
|
|
7386
|
+
"website": "https://github.com/samk-dev/nuxt-vcalendar",
|
|
7387
|
+
"learn_more": "",
|
|
7388
|
+
"category": "Libraries",
|
|
7389
|
+
"type": "3rd-party",
|
|
7390
|
+
"maintainers": [
|
|
7391
|
+
{
|
|
7392
|
+
"name": "Sam K",
|
|
7393
|
+
"github": "samk-dev"
|
|
7394
|
+
}
|
|
7395
|
+
],
|
|
7396
|
+
"compatibility": {
|
|
7397
|
+
"nuxt": "^3.0.0",
|
|
7398
|
+
"requires": {}
|
|
7399
|
+
}
|
|
7400
|
+
},
|
|
5682
7401
|
{
|
|
5683
7402
|
"name": "vee-validate",
|
|
5684
|
-
"description": "Painless Vue forms for Nuxt
|
|
7403
|
+
"description": "Painless Vue forms for Nuxt",
|
|
5685
7404
|
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
5686
7405
|
"npm": "@vee-validate/nuxt",
|
|
5687
7406
|
"icon": "vee-validate.png",
|
|
@@ -5724,9 +7443,54 @@
|
|
|
5724
7443
|
"requires": {}
|
|
5725
7444
|
}
|
|
5726
7445
|
},
|
|
7446
|
+
{
|
|
7447
|
+
"name": "vercel-analytics",
|
|
7448
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
7449
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
7450
|
+
"npm": "nuxt-vercel-analytics",
|
|
7451
|
+
"icon": "",
|
|
7452
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
7453
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
7454
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
7455
|
+
"category": "Analytics",
|
|
7456
|
+
"type": "3rd-party",
|
|
7457
|
+
"maintainers": [
|
|
7458
|
+
{
|
|
7459
|
+
"name": "Alexander B.",
|
|
7460
|
+
"github": "xanderbarkhatov"
|
|
7461
|
+
}
|
|
7462
|
+
],
|
|
7463
|
+
"compatibility": {
|
|
7464
|
+
"nuxt": "^3.0.0",
|
|
7465
|
+
"requires": {}
|
|
7466
|
+
}
|
|
7467
|
+
},
|
|
7468
|
+
{
|
|
7469
|
+
"name": "vexip-ui",
|
|
7470
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
7471
|
+
"repo": "vexip-ui/nuxt",
|
|
7472
|
+
"npm": "@vexip-ui/nuxt",
|
|
7473
|
+
"icon": "vexip-ui.svg",
|
|
7474
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
7475
|
+
"website": "https://www.vexipui.com/",
|
|
7476
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
7477
|
+
"category": "UI",
|
|
7478
|
+
"type": "3rd-party",
|
|
7479
|
+
"maintainers": [
|
|
7480
|
+
{
|
|
7481
|
+
"name": "未觉雨声",
|
|
7482
|
+
"github": "qmhc",
|
|
7483
|
+
"twitter": "qmhc95"
|
|
7484
|
+
}
|
|
7485
|
+
],
|
|
7486
|
+
"compatibility": {
|
|
7487
|
+
"nuxt": "^3.0.0",
|
|
7488
|
+
"requires": {}
|
|
7489
|
+
}
|
|
7490
|
+
},
|
|
5727
7491
|
{
|
|
5728
7492
|
"name": "vite-pwa-nuxt",
|
|
5729
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
7493
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
5730
7494
|
"repo": "vite-pwa/nuxt",
|
|
5731
7495
|
"npm": "@vite-pwa/nuxt",
|
|
5732
7496
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -5753,24 +7517,52 @@
|
|
|
5753
7517
|
}
|
|
5754
7518
|
},
|
|
5755
7519
|
{
|
|
5756
|
-
"name": "
|
|
5757
|
-
"description": "
|
|
5758
|
-
"repo": "
|
|
5759
|
-
"npm": "nuxt
|
|
5760
|
-
"icon": "
|
|
5761
|
-
"github": "https://github.com/
|
|
5762
|
-
"website": "https://
|
|
5763
|
-
"learn_more": "",
|
|
5764
|
-
"category": "
|
|
7520
|
+
"name": "vue-email",
|
|
7521
|
+
"description": "💌 Write email templates with vue",
|
|
7522
|
+
"repo": "vue-email/nuxt",
|
|
7523
|
+
"npm": "@vue-email/nuxt",
|
|
7524
|
+
"icon": "vue-email.svg",
|
|
7525
|
+
"github": "https://github.com/vue-email/nuxt",
|
|
7526
|
+
"website": "https://vuemail.net/",
|
|
7527
|
+
"learn_more": "https://vuemail.net/ssr/nuxt",
|
|
7528
|
+
"category": "UI",
|
|
5765
7529
|
"type": "3rd-party",
|
|
5766
7530
|
"maintainers": [
|
|
5767
7531
|
{
|
|
5768
|
-
"name": "
|
|
5769
|
-
"github": "
|
|
7532
|
+
"name": "David Arenas",
|
|
7533
|
+
"github": "Dave136",
|
|
7534
|
+
"twitter": "davejs4",
|
|
7535
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
5770
7536
|
},
|
|
5771
7537
|
{
|
|
5772
|
-
"name": "
|
|
5773
|
-
"github": "
|
|
7538
|
+
"name": "Younes Barrad",
|
|
7539
|
+
"github": "Flowko",
|
|
7540
|
+
"twitter": "imflowko",
|
|
7541
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
7542
|
+
}
|
|
7543
|
+
],
|
|
7544
|
+
"compatibility": {
|
|
7545
|
+
"nuxt": "^3.0.0",
|
|
7546
|
+
"requires": {},
|
|
7547
|
+
"devtools": "^0.0.0"
|
|
7548
|
+
}
|
|
7549
|
+
},
|
|
7550
|
+
{
|
|
7551
|
+
"name": "vue-final-modal",
|
|
7552
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7553
|
+
"repo": "vue-final/vue-final-modal#master/packages/nuxt",
|
|
7554
|
+
"npm": "@vue-final-modal/nuxt",
|
|
7555
|
+
"icon": "vue-final-modal.svg",
|
|
7556
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
7557
|
+
"website": "https://vue-final-modal.org/",
|
|
7558
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
7559
|
+
"category": "UI",
|
|
7560
|
+
"type": "3rd-party",
|
|
7561
|
+
"maintainers": [
|
|
7562
|
+
{
|
|
7563
|
+
"name": "Hunter Liu",
|
|
7564
|
+
"github": "hunterliu1003",
|
|
7565
|
+
"twitter": "hunterliu1003"
|
|
5774
7566
|
}
|
|
5775
7567
|
],
|
|
5776
7568
|
"compatibility": {
|
|
@@ -5780,13 +7572,13 @@
|
|
|
5780
7572
|
},
|
|
5781
7573
|
{
|
|
5782
7574
|
"name": "vue-macros",
|
|
5783
|
-
"description": "Explore
|
|
5784
|
-
"repo": "sxzz/
|
|
7575
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
7576
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5785
7577
|
"npm": "@vue-macros/nuxt",
|
|
5786
7578
|
"icon": "vue-macros.svg",
|
|
5787
|
-
"github": "https://github.com/sxzz/
|
|
7579
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5788
7580
|
"website": "https://vue-macros.sxzz.moe",
|
|
5789
|
-
"learn_more": "https://github.com/sxzz/
|
|
7581
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5790
7582
|
"category": "Extensions",
|
|
5791
7583
|
"type": "3rd-party",
|
|
5792
7584
|
"maintainers": [
|
|
@@ -5800,7 +7592,8 @@
|
|
|
5800
7592
|
"nuxt": "^3.0.0",
|
|
5801
7593
|
"requires": {
|
|
5802
7594
|
"bridge": "optional"
|
|
5803
|
-
}
|
|
7595
|
+
},
|
|
7596
|
+
"devtools": "^0.0.0"
|
|
5804
7597
|
}
|
|
5805
7598
|
},
|
|
5806
7599
|
{
|
|
@@ -5827,7 +7620,7 @@
|
|
|
5827
7620
|
},
|
|
5828
7621
|
{
|
|
5829
7622
|
"name": "vue-multiselect",
|
|
5830
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
7623
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
5831
7624
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
5832
7625
|
"npm": "nuxt-vue-multiselect",
|
|
5833
7626
|
"icon": "",
|
|
@@ -5852,7 +7645,7 @@
|
|
|
5852
7645
|
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
5853
7646
|
"repo": "moritzsternemann/vue-plausible",
|
|
5854
7647
|
"npm": "vue-plausible",
|
|
5855
|
-
"icon": "plausible.
|
|
7648
|
+
"icon": "plausible.svg",
|
|
5856
7649
|
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
5857
7650
|
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
5858
7651
|
"learn_more": "",
|
|
@@ -5869,6 +7662,29 @@
|
|
|
5869
7662
|
"requires": {}
|
|
5870
7663
|
}
|
|
5871
7664
|
},
|
|
7665
|
+
{
|
|
7666
|
+
"name": "vue-query",
|
|
7667
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
7668
|
+
"repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
|
|
7669
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
7670
|
+
"icon": "vue-query.svg",
|
|
7671
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
7672
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
7673
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
7674
|
+
"category": "Request",
|
|
7675
|
+
"type": "3rd-party",
|
|
7676
|
+
"maintainers": [
|
|
7677
|
+
{
|
|
7678
|
+
"name": "Hebilicious",
|
|
7679
|
+
"github": "Hebilicious",
|
|
7680
|
+
"twitter": "its_hebilicious"
|
|
7681
|
+
}
|
|
7682
|
+
],
|
|
7683
|
+
"compatibility": {
|
|
7684
|
+
"nuxt": "^3.0.0",
|
|
7685
|
+
"requires": {}
|
|
7686
|
+
}
|
|
7687
|
+
},
|
|
5872
7688
|
{
|
|
5873
7689
|
"name": "vue-select",
|
|
5874
7690
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -5918,7 +7734,7 @@
|
|
|
5918
7734
|
},
|
|
5919
7735
|
{
|
|
5920
7736
|
"name": "vue-warehouse",
|
|
5921
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7737
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
5922
7738
|
"repo": "juliomrqz/vue-warehouse",
|
|
5923
7739
|
"npm": "vue-warehouse",
|
|
5924
7740
|
"icon": "",
|
|
@@ -5939,10 +7755,33 @@
|
|
|
5939
7755
|
"requires": {}
|
|
5940
7756
|
}
|
|
5941
7757
|
},
|
|
7758
|
+
{
|
|
7759
|
+
"name": "vue3-carousel-nuxt",
|
|
7760
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
7761
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
7762
|
+
"npm": "vue3-carousel-nuxt",
|
|
7763
|
+
"icon": "",
|
|
7764
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7765
|
+
"website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7766
|
+
"learn_more": "",
|
|
7767
|
+
"category": "UI",
|
|
7768
|
+
"type": "3rd-party",
|
|
7769
|
+
"maintainers": [
|
|
7770
|
+
{
|
|
7771
|
+
"name": "Gaetan SENN",
|
|
7772
|
+
"github": "gaetansenn",
|
|
7773
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
7774
|
+
}
|
|
7775
|
+
],
|
|
7776
|
+
"compatibility": {
|
|
7777
|
+
"nuxt": "^3.0.0",
|
|
7778
|
+
"requires": {}
|
|
7779
|
+
}
|
|
7780
|
+
},
|
|
5942
7781
|
{
|
|
5943
7782
|
"name": "vuefire",
|
|
5944
7783
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
5945
|
-
"repo": "vuejs/vuefire/packages/nuxt",
|
|
7784
|
+
"repo": "vuejs/vuefire#main/packages/nuxt",
|
|
5946
7785
|
"npm": "nuxt-vuefire",
|
|
5947
7786
|
"icon": "vuefire.svg",
|
|
5948
7787
|
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
@@ -5961,15 +7800,61 @@
|
|
|
5961
7800
|
"requires": {}
|
|
5962
7801
|
}
|
|
5963
7802
|
},
|
|
7803
|
+
{
|
|
7804
|
+
"name": "vueform-builder",
|
|
7805
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7806
|
+
"repo": "vueform/builder#main/nuxt",
|
|
7807
|
+
"npm": "@vueform/builder-nuxt",
|
|
7808
|
+
"icon": "vueform.svg",
|
|
7809
|
+
"github": "https://github.com/vueform/builder",
|
|
7810
|
+
"website": "https://builder.vueform.com",
|
|
7811
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7812
|
+
"category": "Libraries",
|
|
7813
|
+
"type": "3rd-party",
|
|
7814
|
+
"maintainers": [
|
|
7815
|
+
{
|
|
7816
|
+
"name": "Adam Berecz",
|
|
7817
|
+
"github": "adamberecz",
|
|
7818
|
+
"twitter": "bereczadam"
|
|
7819
|
+
}
|
|
7820
|
+
],
|
|
7821
|
+
"compatibility": {
|
|
7822
|
+
"nuxt": "^3.0.0",
|
|
7823
|
+
"requires": {}
|
|
7824
|
+
}
|
|
7825
|
+
},
|
|
7826
|
+
{
|
|
7827
|
+
"name": "vueform",
|
|
7828
|
+
"description": "Official Vueform module for Nuxt",
|
|
7829
|
+
"repo": "vueform/vueform#main/nuxt",
|
|
7830
|
+
"npm": "@vueform/nuxt",
|
|
7831
|
+
"icon": "vueform.svg",
|
|
7832
|
+
"github": "https://github.com/vueform/vueform",
|
|
7833
|
+
"website": "https://vueform.com",
|
|
7834
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7835
|
+
"category": "Libraries",
|
|
7836
|
+
"type": "3rd-party",
|
|
7837
|
+
"maintainers": [
|
|
7838
|
+
{
|
|
7839
|
+
"name": "Adam Berecz",
|
|
7840
|
+
"github": "adamberecz",
|
|
7841
|
+
"twitter": "bereczadam"
|
|
7842
|
+
}
|
|
7843
|
+
],
|
|
7844
|
+
"compatibility": {
|
|
7845
|
+
"nuxt": "^3.0.0",
|
|
7846
|
+
"requires": {}
|
|
7847
|
+
}
|
|
7848
|
+
},
|
|
5964
7849
|
{
|
|
5965
7850
|
"name": "vuestic",
|
|
5966
|
-
"description": "Vuestic UI module for Nuxt
|
|
7851
|
+
"description": "Vuestic UI module for Nuxt",
|
|
5967
7852
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
5968
7853
|
"npm": "@vuestic/nuxt",
|
|
5969
7854
|
"icon": "vuestic.png",
|
|
5970
7855
|
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
5971
|
-
"website": "https://vuestic.dev",
|
|
5972
|
-
"learn_more": "https://vuestic.dev/
|
|
7856
|
+
"website": "https://ui.vuestic.dev",
|
|
7857
|
+
"learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
|
|
5973
7858
|
"category": "UI",
|
|
5974
7859
|
"type": "3rd-party",
|
|
5975
7860
|
"maintainers": [
|
|
@@ -5983,9 +7868,31 @@
|
|
|
5983
7868
|
"requires": {}
|
|
5984
7869
|
}
|
|
5985
7870
|
},
|
|
7871
|
+
{
|
|
7872
|
+
"name": "vuetify-nuxt-module",
|
|
7873
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
7874
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
7875
|
+
"npm": "vuetify-nuxt-module",
|
|
7876
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
7877
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7878
|
+
"website": "https://vuetify-nuxt-module.netlify.app/",
|
|
7879
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
|
|
7880
|
+
"category": "UI",
|
|
7881
|
+
"type": "3rd-party",
|
|
7882
|
+
"maintainers": [
|
|
7883
|
+
{
|
|
7884
|
+
"name": "Joaquín Sánchez",
|
|
7885
|
+
"github": "userquin"
|
|
7886
|
+
}
|
|
7887
|
+
],
|
|
7888
|
+
"compatibility": {
|
|
7889
|
+
"nuxt": "^3.0.0",
|
|
7890
|
+
"requires": {}
|
|
7891
|
+
}
|
|
7892
|
+
},
|
|
5986
7893
|
{
|
|
5987
7894
|
"name": "vuetify",
|
|
5988
|
-
"description": "Vuetify Module for Nuxt
|
|
7895
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
5989
7896
|
"repo": "nuxt-community/vuetify-module",
|
|
5990
7897
|
"npm": "@nuxtjs/vuetify",
|
|
5991
7898
|
"icon": "vuetify.png",
|
|
@@ -6032,7 +7939,8 @@
|
|
|
6032
7939
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6033
7940
|
"requires": {
|
|
6034
7941
|
"bridge": "optional"
|
|
6035
|
-
}
|
|
7942
|
+
},
|
|
7943
|
+
"devtools": "^0.0.0"
|
|
6036
7944
|
}
|
|
6037
7945
|
},
|
|
6038
7946
|
{
|
|
@@ -6059,7 +7967,7 @@
|
|
|
6059
7967
|
},
|
|
6060
7968
|
{
|
|
6061
7969
|
"name": "vunix",
|
|
6062
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
7970
|
+
"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.",
|
|
6063
7971
|
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6064
7972
|
"npm": "@vunix/nuxt",
|
|
6065
7973
|
"icon": "",
|
|
@@ -6083,11 +7991,11 @@
|
|
|
6083
7991
|
{
|
|
6084
7992
|
"name": "web-vitals",
|
|
6085
7993
|
"description": "Web Vitals for Nuxt",
|
|
6086
|
-
"repo": "nuxt-
|
|
7994
|
+
"repo": "nuxt-modules/web-vitals",
|
|
6087
7995
|
"npm": "@nuxtjs/web-vitals",
|
|
6088
7996
|
"icon": "web-vitals.png",
|
|
6089
|
-
"github": "https://github.com/nuxt-
|
|
6090
|
-
"website": "https://github.com/nuxt-
|
|
7997
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7998
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
6091
7999
|
"learn_more": "",
|
|
6092
8000
|
"category": "Performance",
|
|
6093
8001
|
"type": "community",
|
|
@@ -6138,7 +8046,7 @@
|
|
|
6138
8046
|
},
|
|
6139
8047
|
{
|
|
6140
8048
|
"name": "webpack-optimisations",
|
|
6141
|
-
"description": "Nuxt
|
|
8049
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
6142
8050
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
6143
8051
|
"npm": "nuxt-webpack-optimisations",
|
|
6144
8052
|
"icon": "build-optimisations.svg",
|
|
@@ -6213,7 +8121,7 @@
|
|
|
6213
8121
|
"icon": "webpack.png",
|
|
6214
8122
|
"github": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
6215
8123
|
"website": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
6216
|
-
"learn_more": "
|
|
8124
|
+
"learn_more": "",
|
|
6217
8125
|
"category": "Devtools",
|
|
6218
8126
|
"type": "community",
|
|
6219
8127
|
"maintainers": [
|
|
@@ -6230,7 +8138,7 @@
|
|
|
6230
8138
|
},
|
|
6231
8139
|
{
|
|
6232
8140
|
"name": "well-known",
|
|
6233
|
-
"description": "A Nuxt
|
|
8141
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
6234
8142
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6235
8143
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6236
8144
|
"icon": "well-known.svg",
|
|
@@ -6250,14 +8158,40 @@
|
|
|
6250
8158
|
"requires": {}
|
|
6251
8159
|
}
|
|
6252
8160
|
},
|
|
8161
|
+
{
|
|
8162
|
+
"name": "wideangle",
|
|
8163
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
8164
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
8165
|
+
"npm": "wideangle-nuxt",
|
|
8166
|
+
"icon": "wideangle.png",
|
|
8167
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
8168
|
+
"website": "https://wideangle.co",
|
|
8169
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
8170
|
+
"category": "Analytics",
|
|
8171
|
+
"type": "3rd-party",
|
|
8172
|
+
"maintainers": [
|
|
8173
|
+
{
|
|
8174
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
8175
|
+
"github": "inputobjects"
|
|
8176
|
+
},
|
|
8177
|
+
{
|
|
8178
|
+
"name": "Jarek Rozanski",
|
|
8179
|
+
"github": "jrozanski"
|
|
8180
|
+
}
|
|
8181
|
+
],
|
|
8182
|
+
"compatibility": {
|
|
8183
|
+
"nuxt": "^3.0.0",
|
|
8184
|
+
"requires": {}
|
|
8185
|
+
}
|
|
8186
|
+
},
|
|
6253
8187
|
{
|
|
6254
8188
|
"name": "windicss",
|
|
6255
8189
|
"description": "Next generation utility-first CSS framework.",
|
|
6256
|
-
"repo": "windicss/nuxt-windicss
|
|
8190
|
+
"repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
|
|
6257
8191
|
"npm": "nuxt-windicss",
|
|
6258
8192
|
"icon": "windicss.svg",
|
|
6259
|
-
"github": "https://github.com/windicss/nuxt-windicss
|
|
6260
|
-
"website": "https://github.com/windicss/nuxt-windicss
|
|
8193
|
+
"github": "https://github.com/windicss/nuxt-windicss",
|
|
8194
|
+
"website": "https://github.com/windicss/nuxt-windicss",
|
|
6261
8195
|
"learn_more": "https://windicss.org/",
|
|
6262
8196
|
"category": "UI",
|
|
6263
8197
|
"type": "3rd-party",
|
|
@@ -6393,55 +8327,9 @@
|
|
|
6393
8327
|
"requires": {}
|
|
6394
8328
|
}
|
|
6395
8329
|
},
|
|
6396
|
-
{
|
|
6397
|
-
"name": "yandex-metrika-next",
|
|
6398
|
-
"description": "Yandex Metrika integration for Nuxt",
|
|
6399
|
-
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6400
|
-
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6401
|
-
"icon": "yandex-metrika.svg",
|
|
6402
|
-
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6403
|
-
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6404
|
-
"learn_more": "",
|
|
6405
|
-
"category": "Analytics",
|
|
6406
|
-
"type": "3rd-party",
|
|
6407
|
-
"maintainers": [
|
|
6408
|
-
{
|
|
6409
|
-
"name": "Aleksandr Saburov",
|
|
6410
|
-
"github": "artmizu",
|
|
6411
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6412
|
-
}
|
|
6413
|
-
],
|
|
6414
|
-
"compatibility": {
|
|
6415
|
-
"nuxt": "^3.0.0",
|
|
6416
|
-
"requires": {}
|
|
6417
|
-
}
|
|
6418
|
-
},
|
|
6419
|
-
{
|
|
6420
|
-
"name": "yandex-metrika",
|
|
6421
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
6422
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
6423
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
6424
|
-
"icon": "",
|
|
6425
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6426
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6427
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
6428
|
-
"category": "Analytics",
|
|
6429
|
-
"type": "community",
|
|
6430
|
-
"maintainers": [
|
|
6431
|
-
{
|
|
6432
|
-
"name": "Pooya Parsa",
|
|
6433
|
-
"github": "pi0",
|
|
6434
|
-
"twitter": "_pi0_"
|
|
6435
|
-
}
|
|
6436
|
-
],
|
|
6437
|
-
"compatibility": {
|
|
6438
|
-
"nuxt": "^2.0.0",
|
|
6439
|
-
"requires": {}
|
|
6440
|
-
}
|
|
6441
|
-
},
|
|
6442
8330
|
{
|
|
6443
8331
|
"name": "zendesk",
|
|
6444
|
-
"description": "Nuxt
|
|
8332
|
+
"description": "Nuxt module for Zendesk",
|
|
6445
8333
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
6446
8334
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
6447
8335
|
"icon": "zendesk.png",
|