@nuxt/modules 0.6.0-cc7582 → 0.6.0-cc8716
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 +2506 -598
- 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",
|
|
@@ -757,12 +961,35 @@
|
|
|
757
961
|
"requires": {}
|
|
758
962
|
}
|
|
759
963
|
},
|
|
964
|
+
{
|
|
965
|
+
"name": "content-assets",
|
|
966
|
+
"description": "Enable locally-located assets in Nuxt Content",
|
|
967
|
+
"repo": "davestewart/nuxt-content-assets",
|
|
968
|
+
"npm": "nuxt-content-assets",
|
|
969
|
+
"icon": "content-assets.png",
|
|
970
|
+
"github": "https://github.com/davestewart/nuxt-content-assets",
|
|
971
|
+
"website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
|
|
972
|
+
"learn_more": "",
|
|
973
|
+
"category": "Images",
|
|
974
|
+
"type": "3rd-party",
|
|
975
|
+
"maintainers": [
|
|
976
|
+
{
|
|
977
|
+
"name": "davestewart",
|
|
978
|
+
"github": "davestewart",
|
|
979
|
+
"twitter": "dave_stewart"
|
|
980
|
+
}
|
|
981
|
+
],
|
|
982
|
+
"compatibility": {
|
|
983
|
+
"nuxt": "^3.0.0",
|
|
984
|
+
"requires": {}
|
|
985
|
+
}
|
|
986
|
+
},
|
|
760
987
|
{
|
|
761
988
|
"name": "content",
|
|
762
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.",
|
|
763
990
|
"repo": "nuxt/content#main",
|
|
764
991
|
"npm": "@nuxt/content",
|
|
765
|
-
"icon": "nuxt.
|
|
992
|
+
"icon": "nuxt.svg",
|
|
766
993
|
"github": "https://github.com/nuxt/content",
|
|
767
994
|
"website": "https://content.nuxtjs.org",
|
|
768
995
|
"learn_more": "",
|
|
@@ -886,7 +1113,7 @@
|
|
|
886
1113
|
},
|
|
887
1114
|
{
|
|
888
1115
|
"name": "darkmode.js",
|
|
889
|
-
"description": "Add darkmode / nightmode to your Nuxt
|
|
1116
|
+
"description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
|
|
890
1117
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
891
1118
|
"npm": "nuxtjs-darkmode-js-module",
|
|
892
1119
|
"icon": "darkmode.png",
|
|
@@ -908,7 +1135,7 @@
|
|
|
908
1135
|
},
|
|
909
1136
|
{
|
|
910
1137
|
"name": "date-fns",
|
|
911
|
-
"description": "Modern JavaScript date utility library - date-fns for Nuxt
|
|
1138
|
+
"description": "Modern JavaScript date utility library - date-fns for Nuxt",
|
|
912
1139
|
"repo": "nuxt-community/date-fns-module",
|
|
913
1140
|
"npm": "@nuxtjs/date-fns",
|
|
914
1141
|
"icon": "date-fns.png",
|
|
@@ -930,7 +1157,7 @@
|
|
|
930
1157
|
},
|
|
931
1158
|
{
|
|
932
1159
|
"name": "datocms-nuxt2",
|
|
933
|
-
"description": "DatoCMS integration for Nuxt
|
|
1160
|
+
"description": "DatoCMS integration for Nuxt v2",
|
|
934
1161
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
935
1162
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
936
1163
|
"icon": "datocms.svg",
|
|
@@ -976,31 +1203,31 @@
|
|
|
976
1203
|
},
|
|
977
1204
|
{
|
|
978
1205
|
"name": "dayjs",
|
|
979
|
-
"description": "
|
|
980
|
-
"repo": "
|
|
981
|
-
"npm": "
|
|
1206
|
+
"description": "Day.js module for Nuxt",
|
|
1207
|
+
"repo": "fumeapp/dayjs",
|
|
1208
|
+
"npm": "dayjs-nuxt",
|
|
982
1209
|
"icon": "day-js.png",
|
|
983
|
-
"github": "https://github.com/
|
|
984
|
-
"website": "https://github.com/
|
|
1210
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1211
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
985
1212
|
"learn_more": "https://day.js.org/",
|
|
986
|
-
"category": "
|
|
987
|
-
"type": "
|
|
1213
|
+
"category": "Libraries",
|
|
1214
|
+
"type": "3rd-party",
|
|
988
1215
|
"maintainers": [
|
|
989
1216
|
{
|
|
990
|
-
"name": "
|
|
991
|
-
"github": "
|
|
992
|
-
"twitter": "
|
|
1217
|
+
"name": "Kevin Olson",
|
|
1218
|
+
"github": "acidjazz",
|
|
1219
|
+
"twitter": "AppFume"
|
|
993
1220
|
}
|
|
994
1221
|
],
|
|
995
1222
|
"compatibility": {
|
|
996
|
-
"nuxt": "^
|
|
1223
|
+
"nuxt": "^3.0.0",
|
|
997
1224
|
"requires": {}
|
|
998
1225
|
}
|
|
999
1226
|
},
|
|
1000
1227
|
{
|
|
1001
1228
|
"name": "delay-hydration",
|
|
1002
|
-
"description": "Improve your Nuxt
|
|
1003
|
-
"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",
|
|
1004
1231
|
"npm": "nuxt-delay-hydration",
|
|
1005
1232
|
"icon": "lighthouse.svg",
|
|
1006
1233
|
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
@@ -1022,12 +1249,12 @@
|
|
|
1022
1249
|
},
|
|
1023
1250
|
{
|
|
1024
1251
|
"name": "device",
|
|
1025
|
-
"description": "Device detection module for Nuxt
|
|
1026
|
-
"repo": "nuxt-
|
|
1252
|
+
"description": "Device detection module for Nuxt",
|
|
1253
|
+
"repo": "nuxt-modules/device",
|
|
1027
1254
|
"npm": "@nuxtjs/device",
|
|
1028
1255
|
"icon": "",
|
|
1029
|
-
"github": "https://github.com/nuxt-
|
|
1030
|
-
"website": "https://github.com/nuxt-
|
|
1256
|
+
"github": "https://github.com/nuxt-modules/device",
|
|
1257
|
+
"website": "https://github.com/nuxt-modules/device",
|
|
1031
1258
|
"learn_more": "",
|
|
1032
1259
|
"category": "Extensions",
|
|
1033
1260
|
"type": "community",
|
|
@@ -1045,9 +1272,9 @@
|
|
|
1045
1272
|
{
|
|
1046
1273
|
"name": "devtools",
|
|
1047
1274
|
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1048
|
-
"repo": "nuxt/devtools#main",
|
|
1275
|
+
"repo": "nuxt/devtools#main/packages/devtools",
|
|
1049
1276
|
"npm": "@nuxt/devtools",
|
|
1050
|
-
"icon": "nuxt.
|
|
1277
|
+
"icon": "nuxt.svg",
|
|
1051
1278
|
"github": "https://github.com/nuxt/devtools",
|
|
1052
1279
|
"website": "https://devtools.nuxtjs.org/",
|
|
1053
1280
|
"learn_more": "",
|
|
@@ -1067,13 +1294,13 @@
|
|
|
1067
1294
|
},
|
|
1068
1295
|
{
|
|
1069
1296
|
"name": "directus",
|
|
1070
|
-
"description": "Easily connect your
|
|
1297
|
+
"description": "Easily connect your Nuxt application to your directus server.",
|
|
1071
1298
|
"repo": "intevel/nuxt-directus",
|
|
1072
1299
|
"npm": "nuxt-directus",
|
|
1073
1300
|
"icon": "directus.svg",
|
|
1074
|
-
"github": "https://github.com/
|
|
1075
|
-
"website": "https://nuxt-directus.
|
|
1076
|
-
"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/",
|
|
1077
1304
|
"category": "CMS",
|
|
1078
1305
|
"type": "3rd-party",
|
|
1079
1306
|
"maintainers": [
|
|
@@ -1084,15 +1311,58 @@
|
|
|
1084
1311
|
}
|
|
1085
1312
|
],
|
|
1086
1313
|
"compatibility": {
|
|
1087
|
-
"nuxt": "^
|
|
1088
|
-
"requires": {
|
|
1089
|
-
|
|
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"
|
|
1090
1356
|
}
|
|
1357
|
+
],
|
|
1358
|
+
"compatibility": {
|
|
1359
|
+
"nuxt": "^3.0.0",
|
|
1360
|
+
"requires": {}
|
|
1091
1361
|
}
|
|
1092
1362
|
},
|
|
1093
1363
|
{
|
|
1094
1364
|
"name": "dotenv",
|
|
1095
|
-
"description": "A Nuxt
|
|
1365
|
+
"description": "A Nuxt module that loads your .env file into your context options",
|
|
1096
1366
|
"repo": "nuxt-community/dotenv-module",
|
|
1097
1367
|
"npm": "@nuxtjs/dotenv",
|
|
1098
1368
|
"icon": "dotenv.png",
|
|
@@ -1114,13 +1384,13 @@
|
|
|
1114
1384
|
},
|
|
1115
1385
|
{
|
|
1116
1386
|
"name": "drupal-ce",
|
|
1117
|
-
"description": "Connects Nuxt
|
|
1387
|
+
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
1118
1388
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
1119
1389
|
"npm": "nuxtjs-drupal-ce",
|
|
1120
1390
|
"icon": "drupal-ce.png",
|
|
1121
1391
|
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
1122
|
-
"website": "https://
|
|
1123
|
-
"learn_more": "https://
|
|
1392
|
+
"website": "https://lupus-decoupled.org",
|
|
1393
|
+
"learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
|
|
1124
1394
|
"category": "CMS",
|
|
1125
1395
|
"type": "3rd-party",
|
|
1126
1396
|
"maintainers": [
|
|
@@ -1135,19 +1405,19 @@
|
|
|
1135
1405
|
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
1136
1406
|
},
|
|
1137
1407
|
{
|
|
1138
|
-
"name": "
|
|
1139
|
-
"github": "
|
|
1140
|
-
"avatar": "https://avatars.githubusercontent.com/u/
|
|
1408
|
+
"name": "Matic",
|
|
1409
|
+
"github": "TurtlBbx",
|
|
1410
|
+
"avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
|
|
1141
1411
|
}
|
|
1142
1412
|
],
|
|
1143
1413
|
"compatibility": {
|
|
1144
|
-
"nuxt": "^2.0.0",
|
|
1414
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1145
1415
|
"requires": {}
|
|
1146
1416
|
}
|
|
1147
1417
|
},
|
|
1148
1418
|
{
|
|
1149
1419
|
"name": "druxt",
|
|
1150
|
-
"description": "A bridge between frameworks, Drupal in the back, Nuxt
|
|
1420
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
|
|
1151
1421
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1152
1422
|
"npm": "druxt",
|
|
1153
1423
|
"icon": "druxt.svg",
|
|
@@ -1167,6 +1437,29 @@
|
|
|
1167
1437
|
"requires": {}
|
|
1168
1438
|
}
|
|
1169
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
|
+
},
|
|
1170
1463
|
{
|
|
1171
1464
|
"name": "electron",
|
|
1172
1465
|
"description": "Integrate Nuxt and Electron.",
|
|
@@ -1215,7 +1508,7 @@
|
|
|
1215
1508
|
},
|
|
1216
1509
|
{
|
|
1217
1510
|
"name": "emotion",
|
|
1218
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1511
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1219
1512
|
"repo": "nuxt-modules/emotion",
|
|
1220
1513
|
"npm": "@nuxtjs/emotion",
|
|
1221
1514
|
"icon": "emotion.png",
|
|
@@ -1243,7 +1536,7 @@
|
|
|
1243
1536
|
},
|
|
1244
1537
|
{
|
|
1245
1538
|
"name": "eslint",
|
|
1246
|
-
"description": "ESLint module for Nuxt
|
|
1539
|
+
"description": "ESLint module for Nuxt",
|
|
1247
1540
|
"repo": "nuxt-community/eslint-module",
|
|
1248
1541
|
"npm": "@nuxtjs/eslint-module",
|
|
1249
1542
|
"icon": "eslint.png",
|
|
@@ -1265,7 +1558,7 @@
|
|
|
1265
1558
|
},
|
|
1266
1559
|
{
|
|
1267
1560
|
"name": "event-trace",
|
|
1268
|
-
"description": "Module for event trace in Nuxt
|
|
1561
|
+
"description": "Module for event trace in Nuxt",
|
|
1269
1562
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1270
1563
|
"npm": "nuxt-event-trace",
|
|
1271
1564
|
"icon": "",
|
|
@@ -1285,6 +1578,29 @@
|
|
|
1285
1578
|
"requires": {}
|
|
1286
1579
|
}
|
|
1287
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
|
+
},
|
|
1288
1604
|
{
|
|
1289
1605
|
"name": "fathom",
|
|
1290
1606
|
"description": "Fathom analytics for Nuxt",
|
|
@@ -1309,7 +1625,7 @@
|
|
|
1309
1625
|
},
|
|
1310
1626
|
{
|
|
1311
1627
|
"name": "feature-toggle",
|
|
1312
|
-
"description": "Feature toggle module for Nuxt
|
|
1628
|
+
"description": "Feature toggle module for Nuxt",
|
|
1313
1629
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1314
1630
|
"npm": "nuxt-feature-toggle",
|
|
1315
1631
|
"icon": "",
|
|
@@ -1376,7 +1692,7 @@
|
|
|
1376
1692
|
},
|
|
1377
1693
|
{
|
|
1378
1694
|
"name": "floating-prompt-module",
|
|
1379
|
-
"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",
|
|
1380
1696
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1381
1697
|
"npm": "nuxt-floating-prompt-module",
|
|
1382
1698
|
"icon": "",
|
|
@@ -1485,6 +1801,52 @@
|
|
|
1485
1801
|
"requires": {}
|
|
1486
1802
|
}
|
|
1487
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
|
+
},
|
|
1488
1850
|
{
|
|
1489
1851
|
"name": "formkit",
|
|
1490
1852
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1493,7 +1855,7 @@
|
|
|
1493
1855
|
"icon": "formkit.png",
|
|
1494
1856
|
"github": "https://github.com/formkit/formkit",
|
|
1495
1857
|
"website": "https://formkit.com",
|
|
1496
|
-
"learn_more": "https://formkit.com/
|
|
1858
|
+
"learn_more": "https://formkit.com/getting-started/installation",
|
|
1497
1859
|
"category": "Libraries",
|
|
1498
1860
|
"type": "3rd-party",
|
|
1499
1861
|
"maintainers": [
|
|
@@ -1559,7 +1921,7 @@
|
|
|
1559
1921
|
},
|
|
1560
1922
|
{
|
|
1561
1923
|
"name": "google-adsense",
|
|
1562
|
-
"description": "Google Adsense Module for Nuxt
|
|
1924
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1563
1925
|
"repo": "nuxt-community/google-adsense-module",
|
|
1564
1926
|
"npm": "@nuxtjs/google-adsense",
|
|
1565
1927
|
"icon": "google-adsense.png",
|
|
@@ -1585,7 +1947,7 @@
|
|
|
1585
1947
|
},
|
|
1586
1948
|
{
|
|
1587
1949
|
"name": "google-analytics",
|
|
1588
|
-
"description": "Google analytics Module for Nuxt
|
|
1950
|
+
"description": "Google analytics Module for Nuxt",
|
|
1589
1951
|
"repo": "nuxt-community/analytics-module",
|
|
1590
1952
|
"npm": "@nuxtjs/google-analytics",
|
|
1591
1953
|
"icon": "google-analytics.png",
|
|
@@ -1617,12 +1979,12 @@
|
|
|
1617
1979
|
},
|
|
1618
1980
|
{
|
|
1619
1981
|
"name": "google-fonts",
|
|
1620
|
-
"description": "Google Fonts module for
|
|
1621
|
-
"repo": "nuxt-
|
|
1982
|
+
"description": "Google Fonts module for Nuxt",
|
|
1983
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1622
1984
|
"npm": "@nuxtjs/google-fonts",
|
|
1623
1985
|
"icon": "google-fonts.png",
|
|
1624
|
-
"github": "https://github.com/nuxt-
|
|
1625
|
-
"website": "https://
|
|
1986
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1987
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1626
1988
|
"learn_more": "https://developers.google.com/fonts",
|
|
1627
1989
|
"category": "Fonts",
|
|
1628
1990
|
"type": "community",
|
|
@@ -1641,7 +2003,7 @@
|
|
|
1641
2003
|
},
|
|
1642
2004
|
{
|
|
1643
2005
|
"name": "google-gtag",
|
|
1644
|
-
"description": "Google GTag for Nuxt
|
|
2006
|
+
"description": "Google GTag for Nuxt",
|
|
1645
2007
|
"repo": "nuxt-community/google-gtag",
|
|
1646
2008
|
"npm": "@nuxtjs/google-gtag",
|
|
1647
2009
|
"icon": "gtm.png",
|
|
@@ -1667,7 +2029,7 @@
|
|
|
1667
2029
|
},
|
|
1668
2030
|
{
|
|
1669
2031
|
"name": "google-optimize",
|
|
1670
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
2032
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1671
2033
|
"repo": "nuxt-community/google-optimize-module",
|
|
1672
2034
|
"npm": "nuxt-google-optimize",
|
|
1673
2035
|
"icon": "google-optimize.png",
|
|
@@ -1706,7 +2068,7 @@
|
|
|
1706
2068
|
"icon": "graphql-client.svg",
|
|
1707
2069
|
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1708
2070
|
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1709
|
-
"learn_more": "https://
|
|
2071
|
+
"learn_more": "https://nuxt-graphql-client.web.app/",
|
|
1710
2072
|
"category": "Request",
|
|
1711
2073
|
"type": "3rd-party",
|
|
1712
2074
|
"maintainers": [
|
|
@@ -1722,7 +2084,7 @@
|
|
|
1722
2084
|
},
|
|
1723
2085
|
{
|
|
1724
2086
|
"name": "graphql-request",
|
|
1725
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
2087
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1726
2088
|
"repo": "gomah/nuxt-graphql-request",
|
|
1727
2089
|
"npm": "nuxt-graphql-request",
|
|
1728
2090
|
"icon": "graphql-request.png",
|
|
@@ -1738,7 +2100,7 @@
|
|
|
1738
2100
|
}
|
|
1739
2101
|
],
|
|
1740
2102
|
"compatibility": {
|
|
1741
|
-
"nuxt": "^2.0.0",
|
|
2103
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1742
2104
|
"requires": {}
|
|
1743
2105
|
}
|
|
1744
2106
|
},
|
|
@@ -1761,12 +2123,13 @@
|
|
|
1761
2123
|
],
|
|
1762
2124
|
"compatibility": {
|
|
1763
2125
|
"nuxt": "^3.0.0",
|
|
1764
|
-
"requires": {}
|
|
2126
|
+
"requires": {},
|
|
2127
|
+
"devtools": "^0.0.0"
|
|
1765
2128
|
}
|
|
1766
2129
|
},
|
|
1767
2130
|
{
|
|
1768
2131
|
"name": "gtag",
|
|
1769
|
-
"description": "Google Analytics integration for Nuxt
|
|
2132
|
+
"description": "Google Analytics integration for Nuxt: Google Analytics, Google Ads and more",
|
|
1770
2133
|
"repo": "johannschopplich/nuxt-gtag",
|
|
1771
2134
|
"npm": "nuxt-gtag",
|
|
1772
2135
|
"icon": "gtag.svg",
|
|
@@ -1790,7 +2153,7 @@
|
|
|
1790
2153
|
},
|
|
1791
2154
|
{
|
|
1792
2155
|
"name": "gtm",
|
|
1793
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2156
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
1794
2157
|
"repo": "nuxt-community/gtm-module",
|
|
1795
2158
|
"npm": "@nuxtjs/gtm",
|
|
1796
2159
|
"icon": "gtm.png",
|
|
@@ -1813,7 +2176,7 @@
|
|
|
1813
2176
|
},
|
|
1814
2177
|
{
|
|
1815
2178
|
"name": "guess",
|
|
1816
|
-
"description": "Guess.js module for Nuxt
|
|
2179
|
+
"description": "Guess.js module for Nuxt",
|
|
1817
2180
|
"repo": "nuxt-community/guess-module",
|
|
1818
2181
|
"npm": "@nuxtjs/guess-module",
|
|
1819
2182
|
"icon": "guessjs.png",
|
|
@@ -1833,6 +2196,28 @@
|
|
|
1833
2196
|
"requires": {}
|
|
1834
2197
|
}
|
|
1835
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
|
+
},
|
|
1836
2221
|
{
|
|
1837
2222
|
"name": "harlem",
|
|
1838
2223
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -1903,7 +2288,7 @@
|
|
|
1903
2288
|
},
|
|
1904
2289
|
{
|
|
1905
2290
|
"name": "helmet",
|
|
1906
|
-
"description": "Easy Helmet module with Nuxt
|
|
2291
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
1907
2292
|
"repo": "victor-perez/nuxt-helmet",
|
|
1908
2293
|
"npm": "nuxt-helmet",
|
|
1909
2294
|
"icon": "",
|
|
@@ -1947,7 +2332,7 @@
|
|
|
1947
2332
|
},
|
|
1948
2333
|
{
|
|
1949
2334
|
"name": "history-state",
|
|
1950
|
-
"description": "Nuxt
|
|
2335
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
1951
2336
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
1952
2337
|
"npm": "nuxt-history-state",
|
|
1953
2338
|
"icon": "",
|
|
@@ -2016,7 +2401,7 @@
|
|
|
2016
2401
|
},
|
|
2017
2402
|
{
|
|
2018
2403
|
"name": "http",
|
|
2019
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2404
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
2020
2405
|
"repo": "nuxt/http",
|
|
2021
2406
|
"npm": "@nuxt/http",
|
|
2022
2407
|
"icon": "http.png",
|
|
@@ -2044,7 +2429,7 @@
|
|
|
2044
2429
|
},
|
|
2045
2430
|
{
|
|
2046
2431
|
"name": "humans-txt",
|
|
2047
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2432
|
+
"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.",
|
|
2048
2433
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2049
2434
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2050
2435
|
"icon": "",
|
|
@@ -2068,12 +2453,12 @@
|
|
|
2068
2453
|
{
|
|
2069
2454
|
"name": "i18n",
|
|
2070
2455
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2071
|
-
"repo": "nuxt-
|
|
2456
|
+
"repo": "nuxt-modules/i18n",
|
|
2072
2457
|
"npm": "@nuxtjs/i18n",
|
|
2073
2458
|
"icon": "i18n.png",
|
|
2074
|
-
"github": "https://github.com/nuxt-
|
|
2459
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2075
2460
|
"website": "https://i18n.nuxtjs.org",
|
|
2076
|
-
"learn_more": "https://
|
|
2461
|
+
"learn_more": "https://vue-i18n.intlify.dev/",
|
|
2077
2462
|
"category": "Extensions",
|
|
2078
2463
|
"type": "community",
|
|
2079
2464
|
"maintainers": [
|
|
@@ -2084,6 +2469,10 @@
|
|
|
2084
2469
|
{
|
|
2085
2470
|
"name": "Kazuya Kawaguchi",
|
|
2086
2471
|
"github": "kazupon"
|
|
2472
|
+
},
|
|
2473
|
+
{
|
|
2474
|
+
"name": "Bobbie Goede",
|
|
2475
|
+
"github": "BobbieGoede"
|
|
2087
2476
|
}
|
|
2088
2477
|
],
|
|
2089
2478
|
"compatibility": {
|
|
@@ -2092,13 +2481,58 @@
|
|
|
2092
2481
|
}
|
|
2093
2482
|
},
|
|
2094
2483
|
{
|
|
2095
|
-
"name": "icon",
|
|
2096
|
-
"description": "
|
|
2097
|
-
"repo": "nuxt-
|
|
2098
|
-
"npm": "nuxt-icon",
|
|
2099
|
-
"icon": "
|
|
2100
|
-
"github": "https://github.com/nuxt-
|
|
2101
|
-
"website": "https://github.com/nuxt-
|
|
2484
|
+
"name": "icon-font",
|
|
2485
|
+
"description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
|
|
2486
|
+
"repo": "coremyslo/nuxt-icon-font",
|
|
2487
|
+
"npm": "@coremyslo/nuxt-icon-font",
|
|
2488
|
+
"icon": "",
|
|
2489
|
+
"github": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2490
|
+
"website": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2491
|
+
"learn_more": "",
|
|
2492
|
+
"category": "UI",
|
|
2493
|
+
"type": "3rd-party",
|
|
2494
|
+
"maintainers": [
|
|
2495
|
+
{
|
|
2496
|
+
"name": "coremyslo",
|
|
2497
|
+
"github": "coremyslo"
|
|
2498
|
+
}
|
|
2499
|
+
],
|
|
2500
|
+
"compatibility": {
|
|
2501
|
+
"nuxt": "^3.0.0",
|
|
2502
|
+
"requires": {}
|
|
2503
|
+
}
|
|
2504
|
+
},
|
|
2505
|
+
{
|
|
2506
|
+
"name": "icon-tw",
|
|
2507
|
+
"description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
|
|
2508
|
+
"repo": "jcamp-code/nuxt-icon-tw",
|
|
2509
|
+
"npm": "nuxt-icon-tw",
|
|
2510
|
+
"icon": "nuxt-icon.png",
|
|
2511
|
+
"github": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2512
|
+
"website": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2513
|
+
"learn_more": "",
|
|
2514
|
+
"category": "UI",
|
|
2515
|
+
"type": "3rd-party",
|
|
2516
|
+
"maintainers": [
|
|
2517
|
+
{
|
|
2518
|
+
"name": "JohnCampionJr",
|
|
2519
|
+
"github": "JohnCampionJr"
|
|
2520
|
+
}
|
|
2521
|
+
],
|
|
2522
|
+
"compatibility": {
|
|
2523
|
+
"nuxt": "^3.0.0",
|
|
2524
|
+
"requires": {},
|
|
2525
|
+
"devtools": "^0.0.0"
|
|
2526
|
+
}
|
|
2527
|
+
},
|
|
2528
|
+
{
|
|
2529
|
+
"name": "icon",
|
|
2530
|
+
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
2531
|
+
"repo": "nuxt-modules/icon",
|
|
2532
|
+
"npm": "nuxt-icon",
|
|
2533
|
+
"icon": "nuxt-icon.png",
|
|
2534
|
+
"github": "https://github.com/nuxt-modules/icon",
|
|
2535
|
+
"website": "https://github.com/nuxt-modules/icon",
|
|
2102
2536
|
"learn_more": "",
|
|
2103
2537
|
"category": "UI",
|
|
2104
2538
|
"type": "community",
|
|
@@ -2110,7 +2544,8 @@
|
|
|
2110
2544
|
],
|
|
2111
2545
|
"compatibility": {
|
|
2112
2546
|
"nuxt": "^3.0.0",
|
|
2113
|
-
"requires": {}
|
|
2547
|
+
"requires": {},
|
|
2548
|
+
"devtools": "^0.0.0"
|
|
2114
2549
|
}
|
|
2115
2550
|
},
|
|
2116
2551
|
{
|
|
@@ -2159,12 +2594,12 @@
|
|
|
2159
2594
|
},
|
|
2160
2595
|
{
|
|
2161
2596
|
"name": "image",
|
|
2162
|
-
"description": "Optimised images for
|
|
2597
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2163
2598
|
"repo": "nuxt/image",
|
|
2164
2599
|
"npm": "@nuxt/image",
|
|
2165
2600
|
"icon": "image.png",
|
|
2166
2601
|
"github": "https://github.com/nuxt/image",
|
|
2167
|
-
"website": "https://image.
|
|
2602
|
+
"website": "https://image.nuxt.com",
|
|
2168
2603
|
"learn_more": "",
|
|
2169
2604
|
"category": "Images",
|
|
2170
2605
|
"type": "official",
|
|
@@ -2174,6 +2609,11 @@
|
|
|
2174
2609
|
"github": "farnabaz",
|
|
2175
2610
|
"twitter": "a_birang"
|
|
2176
2611
|
},
|
|
2612
|
+
{
|
|
2613
|
+
"name": "Daniel Roe",
|
|
2614
|
+
"github": "danielroe",
|
|
2615
|
+
"twitter": "danielcroe"
|
|
2616
|
+
},
|
|
2177
2617
|
{
|
|
2178
2618
|
"name": "Pooya Parsa",
|
|
2179
2619
|
"github": "pi0",
|
|
@@ -2194,7 +2634,7 @@
|
|
|
2194
2634
|
},
|
|
2195
2635
|
{
|
|
2196
2636
|
"name": "imagemin",
|
|
2197
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2637
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2198
2638
|
"repo": "nuxt-community/imagemin-module",
|
|
2199
2639
|
"npm": "@nuxtjs/imagemin",
|
|
2200
2640
|
"icon": "imagemin.png",
|
|
@@ -2217,12 +2657,12 @@
|
|
|
2217
2657
|
{
|
|
2218
2658
|
"name": "inkline",
|
|
2219
2659
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2220
|
-
"repo": "inkline/
|
|
2221
|
-
"npm": "@inkline/
|
|
2660
|
+
"repo": "inkline/plugin",
|
|
2661
|
+
"npm": "@inkline/plugin",
|
|
2222
2662
|
"icon": "inkline.svg",
|
|
2223
|
-
"github": "https://github.com/inkline/
|
|
2663
|
+
"github": "https://github.com/inkline/plugin",
|
|
2224
2664
|
"website": "https://inkline.io",
|
|
2225
|
-
"learn_more": "https://inkline.io/docs/
|
|
2665
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2226
2666
|
"category": "UI",
|
|
2227
2667
|
"type": "3rd-party",
|
|
2228
2668
|
"maintainers": [
|
|
@@ -2241,7 +2681,7 @@
|
|
|
2241
2681
|
},
|
|
2242
2682
|
{
|
|
2243
2683
|
"name": "intercom",
|
|
2244
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2684
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2245
2685
|
"repo": "hex-digital/nuxt-intercom",
|
|
2246
2686
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2247
2687
|
"icon": "intercom.png",
|
|
@@ -2286,7 +2726,7 @@
|
|
|
2286
2726
|
},
|
|
2287
2727
|
{
|
|
2288
2728
|
"name": "jsonapi",
|
|
2289
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2729
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2290
2730
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2291
2731
|
"npm": "nuxt-jsonapi",
|
|
2292
2732
|
"icon": "jsonapi.svg",
|
|
@@ -2328,14 +2768,42 @@
|
|
|
2328
2768
|
"requires": {}
|
|
2329
2769
|
}
|
|
2330
2770
|
},
|
|
2771
|
+
{
|
|
2772
|
+
"name": "kinde",
|
|
2773
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2774
|
+
"repo": "nuxt-modules/kinde",
|
|
2775
|
+
"npm": "@nuxtjs/kinde",
|
|
2776
|
+
"icon": "kinde.svg",
|
|
2777
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2778
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2779
|
+
"learn_more": "https://kinde.com/",
|
|
2780
|
+
"category": "Security",
|
|
2781
|
+
"type": "community",
|
|
2782
|
+
"maintainers": [
|
|
2783
|
+
{
|
|
2784
|
+
"name": "danielroe",
|
|
2785
|
+
"github": "danielroe"
|
|
2786
|
+
},
|
|
2787
|
+
{
|
|
2788
|
+
"name": "daveordead",
|
|
2789
|
+
"github": "DaveOrDead",
|
|
2790
|
+
"twitter": "dave_or_dead"
|
|
2791
|
+
}
|
|
2792
|
+
],
|
|
2793
|
+
"compatibility": {
|
|
2794
|
+
"nuxt": "^3.0.0",
|
|
2795
|
+
"requires": {}
|
|
2796
|
+
},
|
|
2797
|
+
"sponsor": true
|
|
2798
|
+
},
|
|
2331
2799
|
{
|
|
2332
2800
|
"name": "kql",
|
|
2333
|
-
"description": "Nuxt
|
|
2801
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2334
2802
|
"repo": "johannschopplich/nuxt-kql",
|
|
2335
2803
|
"npm": "nuxt-kql",
|
|
2336
2804
|
"icon": "kql.svg",
|
|
2337
2805
|
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
2338
|
-
"website": "https://nuxt-kql.
|
|
2806
|
+
"website": "https://nuxt-kql.byjohann.dev/",
|
|
2339
2807
|
"learn_more": "",
|
|
2340
2808
|
"category": "CMS",
|
|
2341
2809
|
"type": "3rd-party",
|
|
@@ -2354,7 +2822,7 @@
|
|
|
2354
2822
|
},
|
|
2355
2823
|
{
|
|
2356
2824
|
"name": "laravel-echo",
|
|
2357
|
-
"description": "Laravel Echo for Nuxt
|
|
2825
|
+
"description": "Laravel Echo for Nuxt",
|
|
2358
2826
|
"repo": "nuxt-community/laravel-echo",
|
|
2359
2827
|
"npm": "@nuxtjs/laravel-echo",
|
|
2360
2828
|
"icon": "laravel-echo.png",
|
|
@@ -2396,6 +2864,28 @@
|
|
|
2396
2864
|
"requires": {}
|
|
2397
2865
|
}
|
|
2398
2866
|
},
|
|
2867
|
+
{
|
|
2868
|
+
"name": "laravel-precognition",
|
|
2869
|
+
"description": "Nuxt module to work with Laravel Precognition and $fetch",
|
|
2870
|
+
"repo": "sot1986/nuxt-laravel-precognition",
|
|
2871
|
+
"npm": "nuxt-laravel-precognition",
|
|
2872
|
+
"icon": "laravel.svg",
|
|
2873
|
+
"github": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2874
|
+
"website": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2875
|
+
"learn_more": "",
|
|
2876
|
+
"category": "Security",
|
|
2877
|
+
"type": "3rd-party",
|
|
2878
|
+
"maintainers": [
|
|
2879
|
+
{
|
|
2880
|
+
"name": "sot1986",
|
|
2881
|
+
"github": "sot1986"
|
|
2882
|
+
}
|
|
2883
|
+
],
|
|
2884
|
+
"compatibility": {
|
|
2885
|
+
"nuxt": "^3.0.0",
|
|
2886
|
+
"requires": {}
|
|
2887
|
+
}
|
|
2888
|
+
},
|
|
2399
2889
|
{
|
|
2400
2890
|
"name": "laravel",
|
|
2401
2891
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
@@ -2442,13 +2932,13 @@
|
|
|
2442
2932
|
},
|
|
2443
2933
|
{
|
|
2444
2934
|
"name": "link-checker",
|
|
2445
|
-
"description": "
|
|
2935
|
+
"description": "Find and magically fix links that may be negatively effecting your SEO.",
|
|
2446
2936
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2447
2937
|
"npm": "nuxt-link-checker",
|
|
2448
|
-
"icon": "",
|
|
2938
|
+
"icon": "link-checker.svg",
|
|
2449
2939
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2450
|
-
"website": "https://
|
|
2451
|
-
"learn_more": "",
|
|
2940
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2941
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2452
2942
|
"category": "SEO",
|
|
2453
2943
|
"type": "3rd-party",
|
|
2454
2944
|
"maintainers": [
|
|
@@ -2461,7 +2951,8 @@
|
|
|
2461
2951
|
],
|
|
2462
2952
|
"compatibility": {
|
|
2463
2953
|
"nuxt": "^3.0.0",
|
|
2464
|
-
"requires": {}
|
|
2954
|
+
"requires": {},
|
|
2955
|
+
"devtools": "^0.0.0"
|
|
2465
2956
|
}
|
|
2466
2957
|
},
|
|
2467
2958
|
{
|
|
@@ -2538,12 +3029,12 @@
|
|
|
2538
3029
|
},
|
|
2539
3030
|
{
|
|
2540
3031
|
"name": "logrocket",
|
|
2541
|
-
"description": "LogRocket module for Nuxt
|
|
2542
|
-
"repo": "nuxt-
|
|
3032
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
3033
|
+
"repo": "nuxt-modules/logrocket",
|
|
2543
3034
|
"npm": "nuxt-logrocket",
|
|
2544
3035
|
"icon": "logrocket.png",
|
|
2545
|
-
"github": "https://github.com/nuxt-
|
|
2546
|
-
"website": "https://github.com/nuxt-
|
|
3036
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
3037
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2547
3038
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2548
3039
|
"category": "Monitoring",
|
|
2549
3040
|
"type": "community",
|
|
@@ -2559,9 +3050,35 @@
|
|
|
2559
3050
|
"requires": {}
|
|
2560
3051
|
}
|
|
2561
3052
|
},
|
|
3053
|
+
{
|
|
3054
|
+
"name": "lucide-icons",
|
|
3055
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
3056
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
3057
|
+
"npm": "nuxt-lucide-icons",
|
|
3058
|
+
"icon": "lucide-icons.svg",
|
|
3059
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3060
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3061
|
+
"learn_more": "",
|
|
3062
|
+
"category": "UI",
|
|
3063
|
+
"type": "3rd-party",
|
|
3064
|
+
"maintainers": [
|
|
3065
|
+
{
|
|
3066
|
+
"name": "SWIS",
|
|
3067
|
+
"github": "swisnl"
|
|
3068
|
+
},
|
|
3069
|
+
{
|
|
3070
|
+
"name": "Jasper Zonneveld",
|
|
3071
|
+
"github": "JaZo"
|
|
3072
|
+
}
|
|
3073
|
+
],
|
|
3074
|
+
"compatibility": {
|
|
3075
|
+
"nuxt": "^3.0.0",
|
|
3076
|
+
"requires": {}
|
|
3077
|
+
}
|
|
3078
|
+
},
|
|
2562
3079
|
{
|
|
2563
3080
|
"name": "lunr",
|
|
2564
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
3081
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2565
3082
|
"repo": "nuxt-community/lunr-module",
|
|
2566
3083
|
"npm": "@nuxtjs/lunr-module",
|
|
2567
3084
|
"icon": "",
|
|
@@ -2584,10 +3101,10 @@
|
|
|
2584
3101
|
{
|
|
2585
3102
|
"name": "magic-regexp",
|
|
2586
3103
|
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2587
|
-
"repo": "
|
|
3104
|
+
"repo": "unjs/magic-regexp",
|
|
2588
3105
|
"npm": "magic-regexp",
|
|
2589
3106
|
"icon": "magic-regexp.svg",
|
|
2590
|
-
"github": "https://github.com/
|
|
3107
|
+
"github": "https://github.com/unjs/magic-regexp",
|
|
2591
3108
|
"website": "https://magic-regexp.roe.dev",
|
|
2592
3109
|
"learn_more": "https://magic-regexp.roe.dev",
|
|
2593
3110
|
"category": "Libraries",
|
|
@@ -2604,6 +3121,29 @@
|
|
|
2604
3121
|
"requires": {}
|
|
2605
3122
|
}
|
|
2606
3123
|
},
|
|
3124
|
+
{
|
|
3125
|
+
"name": "mailpit",
|
|
3126
|
+
"description": "Integrates Mailpit web UI in Nuxt devtools",
|
|
3127
|
+
"repo": "tdolsen/nuxt-mailpit",
|
|
3128
|
+
"npm": "nuxt-mailpit",
|
|
3129
|
+
"icon": "mailpit.svg",
|
|
3130
|
+
"github": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3131
|
+
"website": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3132
|
+
"learn_more": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3133
|
+
"category": "Devtools",
|
|
3134
|
+
"type": "3rd-party",
|
|
3135
|
+
"maintainers": [
|
|
3136
|
+
{
|
|
3137
|
+
"name": "Torkild Dyvik Olsen",
|
|
3138
|
+
"github": "tdolsen",
|
|
3139
|
+
"twitter": "tdolsen"
|
|
3140
|
+
}
|
|
3141
|
+
],
|
|
3142
|
+
"compatibility": {
|
|
3143
|
+
"nuxt": "^3.8.0",
|
|
3144
|
+
"requires": {}
|
|
3145
|
+
}
|
|
3146
|
+
},
|
|
2607
3147
|
{
|
|
2608
3148
|
"name": "markdownit",
|
|
2609
3149
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
@@ -2627,6 +3167,30 @@
|
|
|
2627
3167
|
"requires": {}
|
|
2628
3168
|
}
|
|
2629
3169
|
},
|
|
3170
|
+
{
|
|
3171
|
+
"name": "marquee",
|
|
3172
|
+
"description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
|
|
3173
|
+
"repo": "hanzydev/nuxt-marquee",
|
|
3174
|
+
"npm": "nuxt-marquee",
|
|
3175
|
+
"icon": "marquee.png",
|
|
3176
|
+
"github": "https://github.com/hanzydev/nuxt-marquee/",
|
|
3177
|
+
"website": "https://hanzydev.github.io/nuxt-marquee/",
|
|
3178
|
+
"learn_more": "",
|
|
3179
|
+
"category": "UI",
|
|
3180
|
+
"type": "3rd-party",
|
|
3181
|
+
"maintainers": [
|
|
3182
|
+
{
|
|
3183
|
+
"name": "Hànzy",
|
|
3184
|
+
"github": "hanzydev",
|
|
3185
|
+
"avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
|
|
3186
|
+
}
|
|
3187
|
+
],
|
|
3188
|
+
"compatibility": {
|
|
3189
|
+
"nuxt": "^3.0.0",
|
|
3190
|
+
"requires": {},
|
|
3191
|
+
"devtools": "^0.0.0"
|
|
3192
|
+
}
|
|
3193
|
+
},
|
|
2630
3194
|
{
|
|
2631
3195
|
"name": "matomo",
|
|
2632
3196
|
"description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
|
|
@@ -2649,6 +3213,28 @@
|
|
|
2649
3213
|
"requires": {}
|
|
2650
3214
|
}
|
|
2651
3215
|
},
|
|
3216
|
+
{
|
|
3217
|
+
"name": "maz-ui",
|
|
3218
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3219
|
+
"repo": "louismazel/maz-ui#master/packages/nuxt-module",
|
|
3220
|
+
"npm": "nuxt-module",
|
|
3221
|
+
"icon": "maz-ui.png",
|
|
3222
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3223
|
+
"website": "https://maz-ui.com/",
|
|
3224
|
+
"learn_more": "https://maz-ui.com/guide/nuxt",
|
|
3225
|
+
"category": "UI",
|
|
3226
|
+
"type": "3rd-party",
|
|
3227
|
+
"maintainers": [
|
|
3228
|
+
{
|
|
3229
|
+
"name": "Loïc Mazuel",
|
|
3230
|
+
"github": "LouisMazel"
|
|
3231
|
+
}
|
|
3232
|
+
],
|
|
3233
|
+
"compatibility": {
|
|
3234
|
+
"nuxt": "^3.0.0",
|
|
3235
|
+
"requires": {}
|
|
3236
|
+
}
|
|
3237
|
+
},
|
|
2652
3238
|
{
|
|
2653
3239
|
"name": "mdx",
|
|
2654
3240
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2674,7 +3260,7 @@
|
|
|
2674
3260
|
},
|
|
2675
3261
|
{
|
|
2676
3262
|
"name": "medusa",
|
|
2677
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3263
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2678
3264
|
"repo": "Baroshem/nuxt-medusa",
|
|
2679
3265
|
"npm": "nuxt-medusa",
|
|
2680
3266
|
"icon": "medusa.svg",
|
|
@@ -2699,7 +3285,7 @@
|
|
|
2699
3285
|
},
|
|
2700
3286
|
{
|
|
2701
3287
|
"name": "meilisearch",
|
|
2702
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3288
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2703
3289
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2704
3290
|
"npm": "nuxt-meilisearch",
|
|
2705
3291
|
"icon": "meilisearch.svg",
|
|
@@ -2719,7 +3305,8 @@
|
|
|
2719
3305
|
"nuxt": "^3.0.0",
|
|
2720
3306
|
"requires": {
|
|
2721
3307
|
"bridge": false
|
|
2722
|
-
}
|
|
3308
|
+
},
|
|
3309
|
+
"devtools": "^0.0.0"
|
|
2723
3310
|
}
|
|
2724
3311
|
},
|
|
2725
3312
|
{
|
|
@@ -2744,28 +3331,6 @@
|
|
|
2744
3331
|
"requires": {}
|
|
2745
3332
|
}
|
|
2746
3333
|
},
|
|
2747
|
-
{
|
|
2748
|
-
"name": "mobile",
|
|
2749
|
-
"description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
|
|
2750
|
-
"repo": "ChanningDefoe/nuxt-mobile-detect",
|
|
2751
|
-
"npm": "nuxt-mobile",
|
|
2752
|
-
"icon": "",
|
|
2753
|
-
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
2754
|
-
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
2755
|
-
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
2756
|
-
"category": "Extensions",
|
|
2757
|
-
"type": "3rd-party",
|
|
2758
|
-
"maintainers": [
|
|
2759
|
-
{
|
|
2760
|
-
"name": "ChanningDefoe",
|
|
2761
|
-
"github": "ChanningDefoe"
|
|
2762
|
-
}
|
|
2763
|
-
],
|
|
2764
|
-
"compatibility": {
|
|
2765
|
-
"nuxt": "^2.0.0",
|
|
2766
|
-
"requires": {}
|
|
2767
|
-
}
|
|
2768
|
-
},
|
|
2769
3334
|
{
|
|
2770
3335
|
"name": "module-feed",
|
|
2771
3336
|
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
@@ -2791,7 +3356,7 @@
|
|
|
2791
3356
|
},
|
|
2792
3357
|
{
|
|
2793
3358
|
"name": "moment",
|
|
2794
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3359
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2795
3360
|
"repo": "nuxt-community/moment-module",
|
|
2796
3361
|
"npm": "@nuxtjs/moment",
|
|
2797
3362
|
"icon": "momentjs.png",
|
|
@@ -2816,28 +3381,6 @@
|
|
|
2816
3381
|
"requires": {}
|
|
2817
3382
|
}
|
|
2818
3383
|
},
|
|
2819
|
-
{
|
|
2820
|
-
"name": "mq",
|
|
2821
|
-
"description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
2822
|
-
"repo": "vanhoofmaarten/nuxt-mq",
|
|
2823
|
-
"npm": "nuxt-mq",
|
|
2824
|
-
"icon": "",
|
|
2825
|
-
"github": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
2826
|
-
"website": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
2827
|
-
"learn_more": "https://github.com/AlexandreBonaventure/vue-mq",
|
|
2828
|
-
"category": "Libraries",
|
|
2829
|
-
"type": "3rd-party",
|
|
2830
|
-
"maintainers": [
|
|
2831
|
-
{
|
|
2832
|
-
"name": "vanhoofmaarten",
|
|
2833
|
-
"github": "vanhoofmaarten"
|
|
2834
|
-
}
|
|
2835
|
-
],
|
|
2836
|
-
"compatibility": {
|
|
2837
|
-
"nuxt": "^2.0.0",
|
|
2838
|
-
"requires": {}
|
|
2839
|
-
}
|
|
2840
|
-
},
|
|
2841
3384
|
{
|
|
2842
3385
|
"name": "neo",
|
|
2843
3386
|
"description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
|
|
@@ -2862,7 +3405,7 @@
|
|
|
2862
3405
|
},
|
|
2863
3406
|
{
|
|
2864
3407
|
"name": "netlify-cache",
|
|
2865
|
-
"description": "Nuxt
|
|
3408
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
2866
3409
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
2867
3410
|
"npm": "nuxt-netlify-cache",
|
|
2868
3411
|
"icon": "netlify.png",
|
|
@@ -2907,13 +3450,13 @@
|
|
|
2907
3450
|
},
|
|
2908
3451
|
{
|
|
2909
3452
|
"name": "netlify",
|
|
2910
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
2911
|
-
"repo": "
|
|
3453
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3454
|
+
"repo": "juliomrqz/nuxt-netlify",
|
|
2912
3455
|
"npm": "@aceforth/nuxt-netlify",
|
|
2913
3456
|
"icon": "netlify.png",
|
|
2914
|
-
"github": "https://github.com/
|
|
2915
|
-
"website": "https://
|
|
2916
|
-
"learn_more": "",
|
|
3457
|
+
"github": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3458
|
+
"website": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3459
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
|
|
2917
3460
|
"category": "Deployment",
|
|
2918
3461
|
"type": "3rd-party",
|
|
2919
3462
|
"maintainers": [
|
|
@@ -2978,42 +3521,42 @@
|
|
|
2978
3521
|
}
|
|
2979
3522
|
},
|
|
2980
3523
|
{
|
|
2981
|
-
"name": "
|
|
2982
|
-
"description": "",
|
|
2983
|
-
"repo": "
|
|
2984
|
-
"npm": "
|
|
3524
|
+
"name": "nupolyon",
|
|
3525
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3526
|
+
"repo": "adenvt/nupolyon",
|
|
3527
|
+
"npm": "nupolyon",
|
|
2985
3528
|
"icon": "",
|
|
2986
|
-
"github": "https://github.com/
|
|
2987
|
-
"website": "https://github.com/
|
|
3529
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3530
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
2988
3531
|
"learn_more": "",
|
|
2989
|
-
"category": "
|
|
3532
|
+
"category": "Performance",
|
|
2990
3533
|
"type": "3rd-party",
|
|
2991
3534
|
"maintainers": [
|
|
2992
3535
|
{
|
|
2993
|
-
"name": "
|
|
2994
|
-
"github": "
|
|
3536
|
+
"name": "adenvt",
|
|
3537
|
+
"github": "adenvt"
|
|
2995
3538
|
}
|
|
2996
3539
|
],
|
|
2997
3540
|
"compatibility": {
|
|
2998
|
-
"nuxt": "^
|
|
3541
|
+
"nuxt": "^3.0.0",
|
|
2999
3542
|
"requires": {}
|
|
3000
3543
|
}
|
|
3001
3544
|
},
|
|
3002
3545
|
{
|
|
3003
|
-
"name": "nuxt-
|
|
3004
|
-
"description": "
|
|
3005
|
-
"repo": "
|
|
3006
|
-
"npm": "nuxt-
|
|
3007
|
-
"icon": "
|
|
3008
|
-
"github": "https://github.com/
|
|
3009
|
-
"website": "https://github.com/
|
|
3010
|
-
"learn_more": "
|
|
3011
|
-
"category": "
|
|
3546
|
+
"name": "nuxt-anchorscroll",
|
|
3547
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3548
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3549
|
+
"npm": "nuxt-anchorscroll",
|
|
3550
|
+
"icon": "",
|
|
3551
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3552
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3553
|
+
"learn_more": "",
|
|
3554
|
+
"category": "UI",
|
|
3012
3555
|
"type": "3rd-party",
|
|
3013
3556
|
"maintainers": [
|
|
3014
3557
|
{
|
|
3015
|
-
"name": "
|
|
3016
|
-
"github": "
|
|
3558
|
+
"name": "Helltraitor",
|
|
3559
|
+
"github": "helltraitor"
|
|
3017
3560
|
}
|
|
3018
3561
|
],
|
|
3019
3562
|
"compatibility": {
|
|
@@ -3022,96 +3565,88 @@
|
|
|
3022
3565
|
}
|
|
3023
3566
|
},
|
|
3024
3567
|
{
|
|
3025
|
-
"name": "nuxt-
|
|
3026
|
-
"description": "
|
|
3027
|
-
"repo": "
|
|
3028
|
-
"npm": "nuxt-
|
|
3029
|
-
"icon": "nuxt-
|
|
3030
|
-
"github": "https://github.com/
|
|
3031
|
-
"website": "https://nuxt-
|
|
3032
|
-
"learn_more": "",
|
|
3033
|
-
"category": "
|
|
3568
|
+
"name": "nuxt-asciidoc",
|
|
3569
|
+
"description": "Transformer for using asciidoc in nuxt",
|
|
3570
|
+
"repo": "Chris2011/nuxt-asciidoc",
|
|
3571
|
+
"npm": "nuxt-asciidoc",
|
|
3572
|
+
"icon": "nuxt-asciidoc.svg",
|
|
3573
|
+
"github": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3574
|
+
"website": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3575
|
+
"learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
|
|
3576
|
+
"category": "Extensions",
|
|
3034
3577
|
"type": "3rd-party",
|
|
3035
3578
|
"maintainers": [
|
|
3036
3579
|
{
|
|
3037
|
-
"name": "
|
|
3038
|
-
"github": "
|
|
3039
|
-
"twitter": "
|
|
3040
|
-
"avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
|
|
3041
|
-
},
|
|
3042
|
-
{
|
|
3043
|
-
"name": "ayalon",
|
|
3044
|
-
"github": "ayalon",
|
|
3045
|
-
"avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
|
|
3580
|
+
"name": "Christian Lenz",
|
|
3581
|
+
"github": "Chris2011",
|
|
3582
|
+
"twitter": "Chrizzly42"
|
|
3046
3583
|
}
|
|
3047
3584
|
],
|
|
3048
3585
|
"compatibility": {
|
|
3049
|
-
"nuxt": "^
|
|
3586
|
+
"nuxt": "^3.0.0",
|
|
3050
3587
|
"requires": {}
|
|
3051
3588
|
}
|
|
3052
3589
|
},
|
|
3053
3590
|
{
|
|
3054
|
-
"name": "nuxt-
|
|
3055
|
-
"description": "",
|
|
3056
|
-
"repo": "
|
|
3057
|
-
"npm": "
|
|
3058
|
-
"icon": "",
|
|
3059
|
-
"github": "https://github.com/
|
|
3060
|
-
"website": "https://
|
|
3061
|
-
"learn_more": "",
|
|
3062
|
-
"category": "
|
|
3591
|
+
"name": "nuxt-auth-sanctum",
|
|
3592
|
+
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
3593
|
+
"repo": "manchenkoff/nuxt-auth-sanctum",
|
|
3594
|
+
"npm": "nuxt-auth-sanctum",
|
|
3595
|
+
"icon": "laravel.svg",
|
|
3596
|
+
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3597
|
+
"website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
|
|
3598
|
+
"learn_more": "https://laravel.com/docs/10.x/sanctum",
|
|
3599
|
+
"category": "Security",
|
|
3063
3600
|
"type": "3rd-party",
|
|
3064
3601
|
"maintainers": [
|
|
3065
3602
|
{
|
|
3066
|
-
"name": "
|
|
3067
|
-
"github": "
|
|
3603
|
+
"name": "Artem Manchenkov",
|
|
3604
|
+
"github": "manchenkoff",
|
|
3605
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
3068
3606
|
}
|
|
3069
3607
|
],
|
|
3070
3608
|
"compatibility": {
|
|
3071
|
-
"nuxt": "^
|
|
3609
|
+
"nuxt": "^3.9.0",
|
|
3072
3610
|
"requires": {}
|
|
3073
3611
|
}
|
|
3074
3612
|
},
|
|
3075
3613
|
{
|
|
3076
|
-
"name": "nuxt-
|
|
3077
|
-
"description": "
|
|
3078
|
-
"repo": "
|
|
3079
|
-
"npm": "nuxt-
|
|
3080
|
-
"icon": "
|
|
3081
|
-
"github": "https://github.com/
|
|
3082
|
-
"website": "https://github.com/
|
|
3614
|
+
"name": "nuxt-basic-auth",
|
|
3615
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3616
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3617
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3618
|
+
"icon": "",
|
|
3619
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3620
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3083
3621
|
"learn_more": "",
|
|
3084
|
-
"category": "
|
|
3622
|
+
"category": "Security",
|
|
3085
3623
|
"type": "3rd-party",
|
|
3086
3624
|
"maintainers": [
|
|
3087
3625
|
{
|
|
3088
|
-
"name": "
|
|
3089
|
-
"github": "
|
|
3626
|
+
"name": "kgierke",
|
|
3627
|
+
"github": "kgierke"
|
|
3090
3628
|
}
|
|
3091
3629
|
],
|
|
3092
3630
|
"compatibility": {
|
|
3093
|
-
"nuxt": "^
|
|
3094
|
-
"requires": {
|
|
3095
|
-
"bridge": "optional"
|
|
3096
|
-
}
|
|
3631
|
+
"nuxt": "^3.0.0",
|
|
3632
|
+
"requires": {}
|
|
3097
3633
|
}
|
|
3098
3634
|
},
|
|
3099
3635
|
{
|
|
3100
|
-
"name": "nuxt-
|
|
3101
|
-
"description": "
|
|
3102
|
-
"repo": "
|
|
3103
|
-
"npm": "
|
|
3104
|
-
"icon": "nuxt-
|
|
3105
|
-
"github": "https://github.com/
|
|
3106
|
-
"website": "https://
|
|
3107
|
-
"learn_more": "https://
|
|
3108
|
-
"category": "
|
|
3636
|
+
"name": "nuxt-bezier",
|
|
3637
|
+
"description": "Reusable transition components",
|
|
3638
|
+
"repo": "50rayn/nuxt-bezier",
|
|
3639
|
+
"npm": "nuxt-bezier",
|
|
3640
|
+
"icon": "nuxt-bezier.png",
|
|
3641
|
+
"github": "https://github.com/50rayn/nuxt-bezier",
|
|
3642
|
+
"website": "https://github.com/50rayn/nuxt-bezier",
|
|
3643
|
+
"learn_more": "https://github.com/Noction/vue-bezier",
|
|
3644
|
+
"category": "UI",
|
|
3109
3645
|
"type": "3rd-party",
|
|
3110
3646
|
"maintainers": [
|
|
3111
3647
|
{
|
|
3112
|
-
"name": "
|
|
3113
|
-
"github": "
|
|
3114
|
-
"twitter": "craig_harman"
|
|
3648
|
+
"name": "Soryn Gitlan",
|
|
3649
|
+
"github": "50rayn"
|
|
3115
3650
|
}
|
|
3116
3651
|
],
|
|
3117
3652
|
"compatibility": {
|
|
@@ -3120,21 +3655,20 @@
|
|
|
3120
3655
|
}
|
|
3121
3656
|
},
|
|
3122
3657
|
{
|
|
3123
|
-
"name": "nuxt-
|
|
3124
|
-
"description": "
|
|
3125
|
-
"repo": "
|
|
3126
|
-
"npm": "nuxt-
|
|
3127
|
-
"icon": "",
|
|
3128
|
-
"github": "https://github.com/
|
|
3129
|
-
"website": "https://
|
|
3130
|
-
"learn_more": "",
|
|
3131
|
-
"category": "
|
|
3658
|
+
"name": "nuxt-bootstrap-icons",
|
|
3659
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3660
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3661
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3662
|
+
"icon": "bootstrap-icons.svg",
|
|
3663
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3664
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3665
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3666
|
+
"category": "UI",
|
|
3132
3667
|
"type": "3rd-party",
|
|
3133
3668
|
"maintainers": [
|
|
3134
3669
|
{
|
|
3135
|
-
"name": "
|
|
3136
|
-
"github": "
|
|
3137
|
-
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
3670
|
+
"name": "OyewoleOyedeji",
|
|
3671
|
+
"github": "OyewoleOyedeji"
|
|
3138
3672
|
}
|
|
3139
3673
|
],
|
|
3140
3674
|
"compatibility": {
|
|
@@ -3143,16 +3677,340 @@
|
|
|
3143
3677
|
}
|
|
3144
3678
|
},
|
|
3145
3679
|
{
|
|
3146
|
-
"name": "nuxt-
|
|
3147
|
-
"description": "
|
|
3148
|
-
"repo": "
|
|
3149
|
-
"npm": "nuxt-
|
|
3150
|
-
"icon": "
|
|
3151
|
-
"github": "https://github.com/
|
|
3152
|
-
"website": "https://github.com/
|
|
3153
|
-
"learn_more": "https://github.com/
|
|
3154
|
-
"category": "Libraries",
|
|
3155
|
-
"type": "3rd-party",
|
|
3680
|
+
"name": "nuxt-chatgpt",
|
|
3681
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3682
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3683
|
+
"npm": "nuxt-chatgpt",
|
|
3684
|
+
"icon": "chatgpt.svg",
|
|
3685
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3686
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3687
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
3688
|
+
"category": "Libraries",
|
|
3689
|
+
"type": "3rd-party",
|
|
3690
|
+
"maintainers": [
|
|
3691
|
+
{
|
|
3692
|
+
"name": "Oliver Trajceski",
|
|
3693
|
+
"github": "schnapsterdog"
|
|
3694
|
+
}
|
|
3695
|
+
],
|
|
3696
|
+
"compatibility": {
|
|
3697
|
+
"nuxt": "^3.0.0",
|
|
3698
|
+
"requires": {}
|
|
3699
|
+
}
|
|
3700
|
+
},
|
|
3701
|
+
{
|
|
3702
|
+
"name": "nuxt-cookie-consent",
|
|
3703
|
+
"description": "Nuxt module for integrating with cookie consent providers with ease",
|
|
3704
|
+
"repo": "weareheavy/nuxt-cookie-consent",
|
|
3705
|
+
"npm": "@weareheavy/nuxt-cookie-consent",
|
|
3706
|
+
"icon": "wah.svg",
|
|
3707
|
+
"github": "https://github.com/weareheavy/nuxt-cookie-consent",
|
|
3708
|
+
"website": "https://nuxt-cookie-consent.packages.weareheavy.com",
|
|
3709
|
+
"learn_more": "",
|
|
3710
|
+
"category": "Extensions",
|
|
3711
|
+
"type": "3rd-party",
|
|
3712
|
+
"maintainers": [
|
|
3713
|
+
{
|
|
3714
|
+
"name": "weareheavy",
|
|
3715
|
+
"github": "weareheavy"
|
|
3716
|
+
}
|
|
3717
|
+
],
|
|
3718
|
+
"compatibility": {
|
|
3719
|
+
"nuxt": "^3.0.0",
|
|
3720
|
+
"requires": {}
|
|
3721
|
+
}
|
|
3722
|
+
},
|
|
3723
|
+
{
|
|
3724
|
+
"name": "nuxt-facebook-chat",
|
|
3725
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3726
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3727
|
+
"npm": "nuxt-facebook-chat",
|
|
3728
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3729
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3730
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3731
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3732
|
+
"category": "Libraries",
|
|
3733
|
+
"type": "3rd-party",
|
|
3734
|
+
"maintainers": [
|
|
3735
|
+
{
|
|
3736
|
+
"name": "Supanut Dokmaithong",
|
|
3737
|
+
"github": "Boomgeek"
|
|
3738
|
+
},
|
|
3739
|
+
{
|
|
3740
|
+
"name": "superdev-tech",
|
|
3741
|
+
"github": "superdev-tech"
|
|
3742
|
+
}
|
|
3743
|
+
],
|
|
3744
|
+
"compatibility": {
|
|
3745
|
+
"nuxt": "^3.0.0",
|
|
3746
|
+
"requires": {}
|
|
3747
|
+
}
|
|
3748
|
+
},
|
|
3749
|
+
{
|
|
3750
|
+
"name": "nuxt-feather-icons",
|
|
3751
|
+
"description": "The Feather Icons in Nuxt 3.",
|
|
3752
|
+
"repo": "4sllan/nuxt-feather-icons",
|
|
3753
|
+
"npm": "nuxt-feather-icons",
|
|
3754
|
+
"icon": "nuxt-feather-icons.png",
|
|
3755
|
+
"github": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3756
|
+
"website": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3757
|
+
"learn_more": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3758
|
+
"category": "UI",
|
|
3759
|
+
"type": "3rd-party",
|
|
3760
|
+
"maintainers": [
|
|
3761
|
+
{
|
|
3762
|
+
"name": "4sllan",
|
|
3763
|
+
"github": "4sllan"
|
|
3764
|
+
}
|
|
3765
|
+
],
|
|
3766
|
+
"compatibility": {
|
|
3767
|
+
"nuxt": "^3.0.0",
|
|
3768
|
+
"requires": {}
|
|
3769
|
+
}
|
|
3770
|
+
},
|
|
3771
|
+
{
|
|
3772
|
+
"name": "nuxt-feedme",
|
|
3773
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3774
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3775
|
+
"npm": "nuxt-feedme",
|
|
3776
|
+
"icon": "",
|
|
3777
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3778
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3779
|
+
"learn_more": "",
|
|
3780
|
+
"category": "SEO",
|
|
3781
|
+
"type": "3rd-party",
|
|
3782
|
+
"maintainers": [
|
|
3783
|
+
{
|
|
3784
|
+
"name": "Helltraitor",
|
|
3785
|
+
"github": "helltraitor"
|
|
3786
|
+
}
|
|
3787
|
+
],
|
|
3788
|
+
"compatibility": {
|
|
3789
|
+
"nuxt": "^3.0.0",
|
|
3790
|
+
"requires": {}
|
|
3791
|
+
}
|
|
3792
|
+
},
|
|
3793
|
+
{
|
|
3794
|
+
"name": "nuxt-graphql-middleware",
|
|
3795
|
+
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
3796
|
+
"repo": "dulnan/nuxt-graphql-middleware",
|
|
3797
|
+
"npm": "nuxt-graphql-middleware",
|
|
3798
|
+
"icon": "nuxt-graphql-middleware.svg",
|
|
3799
|
+
"github": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3800
|
+
"website": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3801
|
+
"learn_more": "",
|
|
3802
|
+
"category": "Request",
|
|
3803
|
+
"type": "3rd-party",
|
|
3804
|
+
"maintainers": [
|
|
3805
|
+
{
|
|
3806
|
+
"name": "dulnan",
|
|
3807
|
+
"github": "dulnan",
|
|
3808
|
+
"twitter": "dulnan",
|
|
3809
|
+
"avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
|
|
3810
|
+
},
|
|
3811
|
+
{
|
|
3812
|
+
"name": "ayalon",
|
|
3813
|
+
"github": "ayalon",
|
|
3814
|
+
"avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
|
|
3815
|
+
}
|
|
3816
|
+
],
|
|
3817
|
+
"compatibility": {
|
|
3818
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3819
|
+
"requires": {}
|
|
3820
|
+
}
|
|
3821
|
+
},
|
|
3822
|
+
{
|
|
3823
|
+
"name": "nuxt-graphql-playground",
|
|
3824
|
+
"description": "",
|
|
3825
|
+
"repo": "pinpon-dev/nuxt-graphql-playground",
|
|
3826
|
+
"npm": "@pin-pon/nuxt-graphql-playground",
|
|
3827
|
+
"icon": "",
|
|
3828
|
+
"github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
|
|
3829
|
+
"website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
|
|
3830
|
+
"learn_more": "",
|
|
3831
|
+
"category": "Devtools",
|
|
3832
|
+
"type": "3rd-party",
|
|
3833
|
+
"maintainers": [
|
|
3834
|
+
{
|
|
3835
|
+
"name": "pinpon-dev",
|
|
3836
|
+
"github": "pinpon-dev"
|
|
3837
|
+
}
|
|
3838
|
+
],
|
|
3839
|
+
"compatibility": {
|
|
3840
|
+
"nuxt": "^2.0.0",
|
|
3841
|
+
"requires": {}
|
|
3842
|
+
}
|
|
3843
|
+
},
|
|
3844
|
+
{
|
|
3845
|
+
"name": "nuxt-gtm",
|
|
3846
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3847
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3848
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3849
|
+
"icon": "nuxt-gtm.svg",
|
|
3850
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3851
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3852
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3853
|
+
"category": "Analytics",
|
|
3854
|
+
"type": "3rd-party",
|
|
3855
|
+
"maintainers": [
|
|
3856
|
+
{
|
|
3857
|
+
"name": "Zadig&Voltaire Team",
|
|
3858
|
+
"github": "zadigetvoltaire"
|
|
3859
|
+
}
|
|
3860
|
+
],
|
|
3861
|
+
"compatibility": {
|
|
3862
|
+
"nuxt": "^3.0.0",
|
|
3863
|
+
"requires": {},
|
|
3864
|
+
"devtools": "^0.0.0"
|
|
3865
|
+
}
|
|
3866
|
+
},
|
|
3867
|
+
{
|
|
3868
|
+
"name": "nuxt-hue",
|
|
3869
|
+
"description": "Enlighten your Nuxt experience",
|
|
3870
|
+
"repo": "lihbr/nuxt-hue",
|
|
3871
|
+
"npm": "nuxt-hue",
|
|
3872
|
+
"icon": "nuxt-hue.svg",
|
|
3873
|
+
"github": "https://github.com/lihbr/nuxt-hue",
|
|
3874
|
+
"website": "https://github.com/lihbr/nuxt-hue",
|
|
3875
|
+
"learn_more": "",
|
|
3876
|
+
"category": "Devtools",
|
|
3877
|
+
"type": "3rd-party",
|
|
3878
|
+
"maintainers": [
|
|
3879
|
+
{
|
|
3880
|
+
"name": "lihbr",
|
|
3881
|
+
"github": "lihbr"
|
|
3882
|
+
}
|
|
3883
|
+
],
|
|
3884
|
+
"compatibility": {
|
|
3885
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3886
|
+
"requires": {
|
|
3887
|
+
"bridge": "optional"
|
|
3888
|
+
}
|
|
3889
|
+
}
|
|
3890
|
+
},
|
|
3891
|
+
{
|
|
3892
|
+
"name": "nuxt-interpolation",
|
|
3893
|
+
"description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
|
|
3894
|
+
"repo": "daliborgogic/nuxt-interpolation#master",
|
|
3895
|
+
"npm": "nuxt-interpolation",
|
|
3896
|
+
"icon": "",
|
|
3897
|
+
"github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3898
|
+
"website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3899
|
+
"learn_more": "",
|
|
3900
|
+
"category": "Devtools",
|
|
3901
|
+
"type": "3rd-party",
|
|
3902
|
+
"maintainers": [
|
|
3903
|
+
{
|
|
3904
|
+
"name": "daliborgogic",
|
|
3905
|
+
"github": "daliborgogic"
|
|
3906
|
+
}
|
|
3907
|
+
],
|
|
3908
|
+
"compatibility": {
|
|
3909
|
+
"nuxt": "^2.0.0",
|
|
3910
|
+
"requires": {}
|
|
3911
|
+
}
|
|
3912
|
+
},
|
|
3913
|
+
{
|
|
3914
|
+
"name": "nuxt-jsonld",
|
|
3915
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3916
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3917
|
+
"npm": "nuxt-jsonld",
|
|
3918
|
+
"icon": "",
|
|
3919
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3920
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3921
|
+
"learn_more": "",
|
|
3922
|
+
"category": "SEO",
|
|
3923
|
+
"type": "3rd-party",
|
|
3924
|
+
"maintainers": [
|
|
3925
|
+
{
|
|
3926
|
+
"name": "ymmooot",
|
|
3927
|
+
"github": "ymmooot"
|
|
3928
|
+
}
|
|
3929
|
+
],
|
|
3930
|
+
"compatibility": {
|
|
3931
|
+
"nuxt": "^3.0.0",
|
|
3932
|
+
"requires": {}
|
|
3933
|
+
}
|
|
3934
|
+
},
|
|
3935
|
+
{
|
|
3936
|
+
"name": "nuxt-localtunnel",
|
|
3937
|
+
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
3938
|
+
"repo": "nuxtus/localtunnel",
|
|
3939
|
+
"npm": "@nuxtus/nuxt-localtunnel",
|
|
3940
|
+
"icon": "nuxt-localtunnel.svg",
|
|
3941
|
+
"github": "https://github.com/nuxtus/localtunnel",
|
|
3942
|
+
"website": "https://docs.nuxtus.com",
|
|
3943
|
+
"learn_more": "https://docs.nuxtus.com/localtunnel.html",
|
|
3944
|
+
"category": "Devtools",
|
|
3945
|
+
"type": "3rd-party",
|
|
3946
|
+
"maintainers": [
|
|
3947
|
+
{
|
|
3948
|
+
"name": "Craig Harman",
|
|
3949
|
+
"github": "craigharman",
|
|
3950
|
+
"twitter": "craig_harman"
|
|
3951
|
+
}
|
|
3952
|
+
],
|
|
3953
|
+
"compatibility": {
|
|
3954
|
+
"nuxt": "^3.0.0",
|
|
3955
|
+
"requires": {}
|
|
3956
|
+
}
|
|
3957
|
+
},
|
|
3958
|
+
{
|
|
3959
|
+
"name": "nuxt-loco",
|
|
3960
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3961
|
+
"repo": "gaetansenn/nuxt-loco",
|
|
3962
|
+
"npm": "nuxt-loco",
|
|
3963
|
+
"icon": "",
|
|
3964
|
+
"github": "https://github.com/gaetansenn/nuxt-loco",
|
|
3965
|
+
"website": "https://nuxt-loco.dewib.com/",
|
|
3966
|
+
"learn_more": "",
|
|
3967
|
+
"category": "Libraries",
|
|
3968
|
+
"type": "3rd-party",
|
|
3969
|
+
"maintainers": [
|
|
3970
|
+
{
|
|
3971
|
+
"name": "Gaetan SENN",
|
|
3972
|
+
"github": "gaetansenn",
|
|
3973
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
3974
|
+
}
|
|
3975
|
+
],
|
|
3976
|
+
"compatibility": {
|
|
3977
|
+
"nuxt": "^3.0.0",
|
|
3978
|
+
"requires": {}
|
|
3979
|
+
}
|
|
3980
|
+
},
|
|
3981
|
+
{
|
|
3982
|
+
"name": "nuxt-mail",
|
|
3983
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
3984
|
+
"repo": "dword-design/nuxt-mail",
|
|
3985
|
+
"npm": "nuxt-mail",
|
|
3986
|
+
"icon": "",
|
|
3987
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
3988
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
3989
|
+
"learn_more": "",
|
|
3990
|
+
"category": "Extensions",
|
|
3991
|
+
"type": "3rd-party",
|
|
3992
|
+
"maintainers": [
|
|
3993
|
+
{
|
|
3994
|
+
"name": "Sebastian Landwehr",
|
|
3995
|
+
"github": "dword-design"
|
|
3996
|
+
}
|
|
3997
|
+
],
|
|
3998
|
+
"compatibility": {
|
|
3999
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4000
|
+
"requires": {}
|
|
4001
|
+
}
|
|
4002
|
+
},
|
|
4003
|
+
{
|
|
4004
|
+
"name": "nuxt-mapbox",
|
|
4005
|
+
"description": "Elegant Mapbox integration with Nuxt",
|
|
4006
|
+
"repo": "AlexLavoie42/Nuxt-Mapbox",
|
|
4007
|
+
"npm": "nuxt-mapbox",
|
|
4008
|
+
"icon": "nuxt-mapbox.svg",
|
|
4009
|
+
"github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
4010
|
+
"website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
4011
|
+
"learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
4012
|
+
"category": "Libraries",
|
|
4013
|
+
"type": "3rd-party",
|
|
3156
4014
|
"maintainers": [
|
|
3157
4015
|
{
|
|
3158
4016
|
"name": "Alex Lavoie",
|
|
@@ -3164,6 +4022,28 @@
|
|
|
3164
4022
|
"requires": {}
|
|
3165
4023
|
}
|
|
3166
4024
|
},
|
|
4025
|
+
{
|
|
4026
|
+
"name": "nuxt-mdi",
|
|
4027
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
4028
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
4029
|
+
"npm": "nuxt-mdi",
|
|
4030
|
+
"icon": "mdi.png",
|
|
4031
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
4032
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
4033
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
4034
|
+
"category": "Libraries",
|
|
4035
|
+
"type": "3rd-party",
|
|
4036
|
+
"maintainers": [
|
|
4037
|
+
{
|
|
4038
|
+
"name": "Emil Rosenius",
|
|
4039
|
+
"github": "ERPedersen"
|
|
4040
|
+
}
|
|
4041
|
+
],
|
|
4042
|
+
"compatibility": {
|
|
4043
|
+
"nuxt": "^3.0.0",
|
|
4044
|
+
"requires": {}
|
|
4045
|
+
}
|
|
4046
|
+
},
|
|
3167
4047
|
{
|
|
3168
4048
|
"name": "nuxt-monaco-editor",
|
|
3169
4049
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3177,8 +4057,126 @@
|
|
|
3177
4057
|
"type": "3rd-party",
|
|
3178
4058
|
"maintainers": [
|
|
3179
4059
|
{
|
|
3180
|
-
"name": "e-chan1007",
|
|
3181
|
-
"github": "e-chan1007"
|
|
4060
|
+
"name": "e-chan1007",
|
|
4061
|
+
"github": "e-chan1007"
|
|
4062
|
+
}
|
|
4063
|
+
],
|
|
4064
|
+
"compatibility": {
|
|
4065
|
+
"nuxt": "^3.0.0",
|
|
4066
|
+
"requires": {}
|
|
4067
|
+
}
|
|
4068
|
+
},
|
|
4069
|
+
{
|
|
4070
|
+
"name": "nuxt-mongoose",
|
|
4071
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
4072
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
4073
|
+
"npm": "nuxt-mongoose",
|
|
4074
|
+
"icon": "nuxt-mongoose.svg",
|
|
4075
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
4076
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
4077
|
+
"learn_more": "",
|
|
4078
|
+
"category": "Database",
|
|
4079
|
+
"type": "3rd-party",
|
|
4080
|
+
"maintainers": [
|
|
4081
|
+
{
|
|
4082
|
+
"name": "arashsheyda",
|
|
4083
|
+
"github": "arashsheyda"
|
|
4084
|
+
}
|
|
4085
|
+
],
|
|
4086
|
+
"compatibility": {
|
|
4087
|
+
"nuxt": "^3.0.0",
|
|
4088
|
+
"requires": {},
|
|
4089
|
+
"devtools": "^0.0.0"
|
|
4090
|
+
}
|
|
4091
|
+
},
|
|
4092
|
+
{
|
|
4093
|
+
"name": "nuxt-oidc-auth",
|
|
4094
|
+
"description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
|
|
4095
|
+
"repo": "itpropro/nuxt-oidc-auth",
|
|
4096
|
+
"npm": "nuxt-oidc-auth",
|
|
4097
|
+
"icon": "",
|
|
4098
|
+
"github": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4099
|
+
"website": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4100
|
+
"learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4101
|
+
"category": "Security",
|
|
4102
|
+
"type": "3rd-party",
|
|
4103
|
+
"maintainers": [
|
|
4104
|
+
{
|
|
4105
|
+
"name": "Jan-Henrik Damaschke",
|
|
4106
|
+
"github": "itpropro",
|
|
4107
|
+
"twitter": "jandamaschke"
|
|
4108
|
+
}
|
|
4109
|
+
],
|
|
4110
|
+
"compatibility": {
|
|
4111
|
+
"nuxt": "^3.0.0",
|
|
4112
|
+
"requires": {}
|
|
4113
|
+
}
|
|
4114
|
+
},
|
|
4115
|
+
{
|
|
4116
|
+
"name": "nuxt-openapi-docs-module",
|
|
4117
|
+
"description": "Generate pages from OpenAPI specifications",
|
|
4118
|
+
"repo": "on-org/nuxt-openapi-docs-module",
|
|
4119
|
+
"npm": "nuxt-openapi-docs-module",
|
|
4120
|
+
"icon": "nuxt-openapi-docs-module.png",
|
|
4121
|
+
"github": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4122
|
+
"website": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4123
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
|
|
4124
|
+
"category": "Libraries",
|
|
4125
|
+
"type": "3rd-party",
|
|
4126
|
+
"maintainers": [
|
|
4127
|
+
{
|
|
4128
|
+
"name": "Pavel Kuzmin",
|
|
4129
|
+
"github": "s00d"
|
|
4130
|
+
}
|
|
4131
|
+
],
|
|
4132
|
+
"compatibility": {
|
|
4133
|
+
"nuxt": "^3.0.0",
|
|
4134
|
+
"requires": {}
|
|
4135
|
+
}
|
|
4136
|
+
},
|
|
4137
|
+
{
|
|
4138
|
+
"name": "nuxt-openid-connect",
|
|
4139
|
+
"description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
|
|
4140
|
+
"repo": "aborn/nuxt-openid-connect",
|
|
4141
|
+
"npm": "nuxt-openid-connect",
|
|
4142
|
+
"icon": "",
|
|
4143
|
+
"github": "https://github.com/aborn/nuxt-openid-connect",
|
|
4144
|
+
"website": "https://github.com/aborn/nuxt-openid-connect",
|
|
4145
|
+
"learn_more": "",
|
|
4146
|
+
"category": "Security",
|
|
4147
|
+
"type": "3rd-party",
|
|
4148
|
+
"maintainers": [
|
|
4149
|
+
{
|
|
4150
|
+
"name": "Aborn Jiang",
|
|
4151
|
+
"github": "aborn"
|
|
4152
|
+
},
|
|
4153
|
+
{
|
|
4154
|
+
"name": "Khaled Almana",
|
|
4155
|
+
"github": "KhaledAlMana"
|
|
4156
|
+
}
|
|
4157
|
+
],
|
|
4158
|
+
"compatibility": {
|
|
4159
|
+
"nuxt": "^3.0.0",
|
|
4160
|
+
"requires": {},
|
|
4161
|
+
"devtools": "^0.0.0"
|
|
4162
|
+
}
|
|
4163
|
+
},
|
|
4164
|
+
{
|
|
4165
|
+
"name": "nuxt-payload-analyzer",
|
|
4166
|
+
"description": "Analyze Nuxt Payload Size",
|
|
4167
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
4168
|
+
"npm": "nuxt-payload-analyzer",
|
|
4169
|
+
"icon": "",
|
|
4170
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
4171
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
4172
|
+
"learn_more": "",
|
|
4173
|
+
"category": "Performance",
|
|
4174
|
+
"type": "3rd-party",
|
|
4175
|
+
"maintainers": [
|
|
4176
|
+
{
|
|
4177
|
+
"name": "Barbapapazes",
|
|
4178
|
+
"github": "Barbapapazes",
|
|
4179
|
+
"twitter": "soubiran_"
|
|
3182
4180
|
}
|
|
3183
4181
|
],
|
|
3184
4182
|
"compatibility": {
|
|
@@ -3209,6 +4207,28 @@
|
|
|
3209
4207
|
"requires": {}
|
|
3210
4208
|
}
|
|
3211
4209
|
},
|
|
4210
|
+
{
|
|
4211
|
+
"name": "nuxt-phosphor-icons",
|
|
4212
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
4213
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4214
|
+
"npm": "nuxt-phosphor-icons",
|
|
4215
|
+
"icon": "phosphor-icons.svg",
|
|
4216
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4217
|
+
"website": "https://nuxt-phosphor-icons.vercel.app",
|
|
4218
|
+
"learn_more": "https://nuxt-phosphor-icons.vercel.app",
|
|
4219
|
+
"category": "UI",
|
|
4220
|
+
"type": "3rd-party",
|
|
4221
|
+
"maintainers": [
|
|
4222
|
+
{
|
|
4223
|
+
"name": "OyewoleOyedeji",
|
|
4224
|
+
"github": "OyewoleOyedeji"
|
|
4225
|
+
}
|
|
4226
|
+
],
|
|
4227
|
+
"compatibility": {
|
|
4228
|
+
"nuxt": "^3.0.0",
|
|
4229
|
+
"requires": {}
|
|
4230
|
+
}
|
|
4231
|
+
},
|
|
3212
4232
|
{
|
|
3213
4233
|
"name": "nuxt-pino-log",
|
|
3214
4234
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3233,7 +4253,7 @@
|
|
|
3233
4253
|
},
|
|
3234
4254
|
{
|
|
3235
4255
|
"name": "plausible",
|
|
3236
|
-
"description": "Nuxt
|
|
4256
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3237
4257
|
"repo": "nuxt-modules/plausible",
|
|
3238
4258
|
"npm": "@nuxtjs/plausible",
|
|
3239
4259
|
"icon": "plausible.png",
|
|
@@ -3253,9 +4273,35 @@
|
|
|
3253
4273
|
"requires": {}
|
|
3254
4274
|
}
|
|
3255
4275
|
},
|
|
4276
|
+
{
|
|
4277
|
+
"name": "nuxt-plotly",
|
|
4278
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
4279
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
4280
|
+
"npm": "nuxt-plotly",
|
|
4281
|
+
"icon": "nuxt-plotly.svg",
|
|
4282
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
4283
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
4284
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
4285
|
+
"category": "Libraries",
|
|
4286
|
+
"type": "3rd-party",
|
|
4287
|
+
"maintainers": [
|
|
4288
|
+
{
|
|
4289
|
+
"name": "Supanut Dokmaithong",
|
|
4290
|
+
"github": "Boomgeek"
|
|
4291
|
+
},
|
|
4292
|
+
{
|
|
4293
|
+
"name": "superdev-tech",
|
|
4294
|
+
"github": "superdev-tech"
|
|
4295
|
+
}
|
|
4296
|
+
],
|
|
4297
|
+
"compatibility": {
|
|
4298
|
+
"nuxt": "^3.0.0",
|
|
4299
|
+
"requires": {}
|
|
4300
|
+
}
|
|
4301
|
+
},
|
|
3256
4302
|
{
|
|
3257
4303
|
"name": "nuxt-png-to-ico",
|
|
3258
|
-
"description": "Nuxt
|
|
4304
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3259
4305
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3260
4306
|
"npm": "nuxt-png-to-ico",
|
|
3261
4307
|
"icon": "",
|
|
@@ -3276,9 +4322,31 @@
|
|
|
3276
4322
|
"requires": {}
|
|
3277
4323
|
}
|
|
3278
4324
|
},
|
|
4325
|
+
{
|
|
4326
|
+
"name": "nuxt-posthog",
|
|
4327
|
+
"description": "Integrate PostHog into your application with minimal configuration",
|
|
4328
|
+
"repo": "mitjans/nuxt-posthog",
|
|
4329
|
+
"npm": "nuxt-posthog",
|
|
4330
|
+
"icon": "posthog.svg",
|
|
4331
|
+
"github": "https://github.com/mitjans/nuxt-posthog",
|
|
4332
|
+
"website": "https://nuxt-posthog.cmitjans.dev",
|
|
4333
|
+
"learn_more": "https://posthog.com",
|
|
4334
|
+
"category": "Analytics",
|
|
4335
|
+
"type": "3rd-party",
|
|
4336
|
+
"maintainers": [
|
|
4337
|
+
{
|
|
4338
|
+
"name": "Carles Mitjans",
|
|
4339
|
+
"github": "mitjans"
|
|
4340
|
+
}
|
|
4341
|
+
],
|
|
4342
|
+
"compatibility": {
|
|
4343
|
+
"nuxt": "^3.0.0",
|
|
4344
|
+
"requires": {}
|
|
4345
|
+
}
|
|
4346
|
+
},
|
|
3279
4347
|
{
|
|
3280
4348
|
"name": "nuxt-smartlook",
|
|
3281
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
4349
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3282
4350
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3283
4351
|
"npm": "nuxt-smartlook",
|
|
3284
4352
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3300,6 +4368,28 @@
|
|
|
3300
4368
|
"requires": {}
|
|
3301
4369
|
}
|
|
3302
4370
|
},
|
|
4371
|
+
{
|
|
4372
|
+
"name": "nuxt-social-share",
|
|
4373
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
4374
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
4375
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
4376
|
+
"icon": "nuxt-social-share.png",
|
|
4377
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4378
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4379
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
4380
|
+
"category": "Extensions",
|
|
4381
|
+
"type": "3rd-party",
|
|
4382
|
+
"maintainers": [
|
|
4383
|
+
{
|
|
4384
|
+
"name": "stefanobartoletti",
|
|
4385
|
+
"github": "stefanobartoletti"
|
|
4386
|
+
}
|
|
4387
|
+
],
|
|
4388
|
+
"compatibility": {
|
|
4389
|
+
"nuxt": "^3.0.0",
|
|
4390
|
+
"requires": {}
|
|
4391
|
+
}
|
|
4392
|
+
},
|
|
3303
4393
|
{
|
|
3304
4394
|
"name": "ssr-lit",
|
|
3305
4395
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -3330,10 +4420,10 @@
|
|
|
3330
4420
|
},
|
|
3331
4421
|
{
|
|
3332
4422
|
"name": "nuxt-storm",
|
|
3333
|
-
"description": "WebStorm & PHPStorm support for
|
|
4423
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3334
4424
|
"repo": "fumeapp/nuxt-storm",
|
|
3335
4425
|
"npm": "nuxt-storm",
|
|
3336
|
-
"icon": "
|
|
4426
|
+
"icon": "",
|
|
3337
4427
|
"github": "https://github.com/fumeapp/nuxt-storm",
|
|
3338
4428
|
"website": "https://github.com/fumeapp/nuxt-storm",
|
|
3339
4429
|
"learn_more": "https://github.com/fumeapp/nuxt-storm",
|
|
@@ -3350,6 +4440,30 @@
|
|
|
3350
4440
|
"requires": {}
|
|
3351
4441
|
}
|
|
3352
4442
|
},
|
|
4443
|
+
{
|
|
4444
|
+
"name": "nuxt-svgo-loader",
|
|
4445
|
+
"description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
|
|
4446
|
+
"repo": "Mini-ghost/nuxt-svgo-loader",
|
|
4447
|
+
"npm": "nuxt-svgo-loader",
|
|
4448
|
+
"icon": "",
|
|
4449
|
+
"github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4450
|
+
"website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4451
|
+
"learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4452
|
+
"category": "Images",
|
|
4453
|
+
"type": "3rd-party",
|
|
4454
|
+
"maintainers": [
|
|
4455
|
+
{
|
|
4456
|
+
"name": "Alex Liu",
|
|
4457
|
+
"github": "Mini-ghost",
|
|
4458
|
+
"twitter": "Minighost_Alex"
|
|
4459
|
+
}
|
|
4460
|
+
],
|
|
4461
|
+
"compatibility": {
|
|
4462
|
+
"nuxt": "^3.0.0",
|
|
4463
|
+
"requires": {},
|
|
4464
|
+
"devtools": "^0.0.0"
|
|
4465
|
+
}
|
|
4466
|
+
},
|
|
3353
4467
|
{
|
|
3354
4468
|
"name": "nuxt-svgo",
|
|
3355
4469
|
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
@@ -3374,7 +4488,7 @@
|
|
|
3374
4488
|
},
|
|
3375
4489
|
{
|
|
3376
4490
|
"name": "nuxt-unleash",
|
|
3377
|
-
"description": "Nuxt
|
|
4491
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3378
4492
|
"repo": "conejerock/nuxt-unleash",
|
|
3379
4493
|
"npm": "nuxt-unleash",
|
|
3380
4494
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3394,28 +4508,6 @@
|
|
|
3394
4508
|
"requires": {}
|
|
3395
4509
|
}
|
|
3396
4510
|
},
|
|
3397
|
-
{
|
|
3398
|
-
"name": "nuxt-use-motion",
|
|
3399
|
-
"description": "A Nuxt module putting your components in motion",
|
|
3400
|
-
"repo": "Tahul/nuxt-use-motion",
|
|
3401
|
-
"npm": "nuxt-use-motion",
|
|
3402
|
-
"icon": "nuxt-use-motion.svg",
|
|
3403
|
-
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
3404
|
-
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
3405
|
-
"learn_more": "https://github.com/vueuse/motion",
|
|
3406
|
-
"category": "Libraries",
|
|
3407
|
-
"type": "3rd-party",
|
|
3408
|
-
"maintainers": [
|
|
3409
|
-
{
|
|
3410
|
-
"name": "Tahul",
|
|
3411
|
-
"github": "Tahul"
|
|
3412
|
-
}
|
|
3413
|
-
],
|
|
3414
|
-
"compatibility": {
|
|
3415
|
-
"nuxt": "^2.0.0",
|
|
3416
|
-
"requires": {}
|
|
3417
|
-
}
|
|
3418
|
-
},
|
|
3419
4511
|
{
|
|
3420
4512
|
"name": "nuxt-use-sound",
|
|
3421
4513
|
"description": "A Nuxt module for playing sound effects.",
|
|
@@ -3465,12 +4557,12 @@
|
|
|
3465
4557
|
{
|
|
3466
4558
|
"name": "nuxt-vue3-google-signin",
|
|
3467
4559
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3468
|
-
"repo": "
|
|
4560
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3469
4561
|
"npm": "nuxt-vue3-google-signin",
|
|
3470
4562
|
"icon": "vue3-google-signin.svg",
|
|
3471
|
-
"github": "https://github.com/
|
|
3472
|
-
"website": "https://vue3-google-signin.
|
|
3473
|
-
"learn_more": "https://vue3-google-signin.
|
|
4563
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
4564
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
4565
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3474
4566
|
"category": "Libraries",
|
|
3475
4567
|
"type": "3rd-party",
|
|
3476
4568
|
"maintainers": [
|
|
@@ -3484,9 +4576,75 @@
|
|
|
3484
4576
|
"requires": {}
|
|
3485
4577
|
}
|
|
3486
4578
|
},
|
|
4579
|
+
{
|
|
4580
|
+
"name": "nuxt-zod-i18n",
|
|
4581
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
4582
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
4583
|
+
"npm": "nuxt-zod-i18n",
|
|
4584
|
+
"icon": "nuxt-zod-i18n.svg",
|
|
4585
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
4586
|
+
"website": "https://xibman-nuxt-zod-i18n.nuxt.space",
|
|
4587
|
+
"learn_more": "",
|
|
4588
|
+
"category": "Libraries",
|
|
4589
|
+
"type": "3rd-party",
|
|
4590
|
+
"maintainers": [
|
|
4591
|
+
{
|
|
4592
|
+
"name": "xibman",
|
|
4593
|
+
"github": "xibman"
|
|
4594
|
+
}
|
|
4595
|
+
],
|
|
4596
|
+
"compatibility": {
|
|
4597
|
+
"nuxt": "^3.0.0",
|
|
4598
|
+
"requires": {}
|
|
4599
|
+
}
|
|
4600
|
+
},
|
|
4601
|
+
{
|
|
4602
|
+
"name": "nuxt3-interpolation",
|
|
4603
|
+
"description": "",
|
|
4604
|
+
"repo": "daliborgogic/interpolation#master",
|
|
4605
|
+
"npm": "nuxt3-interpolation",
|
|
4606
|
+
"icon": "",
|
|
4607
|
+
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4608
|
+
"website": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4609
|
+
"learn_more": "",
|
|
4610
|
+
"category": "Devtools",
|
|
4611
|
+
"type": "3rd-party",
|
|
4612
|
+
"maintainers": [
|
|
4613
|
+
{
|
|
4614
|
+
"name": "daliborgogic",
|
|
4615
|
+
"github": "daliborgogic"
|
|
4616
|
+
}
|
|
4617
|
+
],
|
|
4618
|
+
"compatibility": {
|
|
4619
|
+
"nuxt": "^3.0.0",
|
|
4620
|
+
"requires": {}
|
|
4621
|
+
}
|
|
4622
|
+
},
|
|
4623
|
+
{
|
|
4624
|
+
"name": "nuxt3-leaflet",
|
|
4625
|
+
"description": "Leaflet integration with Nuxt",
|
|
4626
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4627
|
+
"npm": "nuxt3-leaflet",
|
|
4628
|
+
"icon": "leaflet.png",
|
|
4629
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4630
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4631
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4632
|
+
"category": "Libraries",
|
|
4633
|
+
"type": "3rd-party",
|
|
4634
|
+
"maintainers": [
|
|
4635
|
+
{
|
|
4636
|
+
"name": "Augustin MERCIER",
|
|
4637
|
+
"github": "Gugustinette"
|
|
4638
|
+
}
|
|
4639
|
+
],
|
|
4640
|
+
"compatibility": {
|
|
4641
|
+
"nuxt": "^3.0.0",
|
|
4642
|
+
"requires": {}
|
|
4643
|
+
}
|
|
4644
|
+
},
|
|
3487
4645
|
{
|
|
3488
4646
|
"name": "nuxt7",
|
|
3489
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4647
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3490
4648
|
"repo": "nuxt-community/nuxt7",
|
|
3491
4649
|
"npm": "nuxt7",
|
|
3492
4650
|
"icon": "",
|
|
@@ -3509,15 +4667,15 @@
|
|
|
3509
4667
|
},
|
|
3510
4668
|
{
|
|
3511
4669
|
"name": "og-image",
|
|
3512
|
-
"description": "
|
|
3513
|
-
"repo": "
|
|
4670
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
4671
|
+
"repo": "nuxt-modules/og-image",
|
|
3514
4672
|
"npm": "nuxt-og-image",
|
|
3515
|
-
"icon": "",
|
|
3516
|
-
"github": "https://github.com/
|
|
3517
|
-
"website": "https://
|
|
3518
|
-
"learn_more": "",
|
|
4673
|
+
"icon": "og-image.svg",
|
|
4674
|
+
"github": "https://github.com/nuxt-modules/og-image",
|
|
4675
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4676
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
3519
4677
|
"category": "SEO",
|
|
3520
|
-
"type": "
|
|
4678
|
+
"type": "community",
|
|
3521
4679
|
"maintainers": [
|
|
3522
4680
|
{
|
|
3523
4681
|
"name": "Harlan Wilton",
|
|
@@ -3528,7 +4686,8 @@
|
|
|
3528
4686
|
],
|
|
3529
4687
|
"compatibility": {
|
|
3530
4688
|
"nuxt": "^3.0.0",
|
|
3531
|
-
"requires": {}
|
|
4689
|
+
"requires": {},
|
|
4690
|
+
"devtools": "^0.0.0"
|
|
3532
4691
|
}
|
|
3533
4692
|
},
|
|
3534
4693
|
{
|
|
@@ -3556,13 +4715,13 @@
|
|
|
3556
4715
|
},
|
|
3557
4716
|
{
|
|
3558
4717
|
"name": "optimized-images",
|
|
3559
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4718
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
3560
4719
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
3561
4720
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
3562
4721
|
"icon": "",
|
|
3563
4722
|
"github": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
3564
|
-
"website": "https://
|
|
3565
|
-
"learn_more": "",
|
|
4723
|
+
"website": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
4724
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
|
|
3566
4725
|
"category": "Images",
|
|
3567
4726
|
"type": "3rd-party",
|
|
3568
4727
|
"maintainers": [
|
|
@@ -3601,7 +4760,7 @@
|
|
|
3601
4760
|
},
|
|
3602
4761
|
{
|
|
3603
4762
|
"name": "parse",
|
|
3604
|
-
"description": "Parse package for Nuxt
|
|
4763
|
+
"description": "Parse package for Nuxt",
|
|
3605
4764
|
"repo": "cierrateam/nuxt-parse",
|
|
3606
4765
|
"npm": "nuxt-parse",
|
|
3607
4766
|
"icon": "",
|
|
@@ -3621,6 +4780,29 @@
|
|
|
3621
4780
|
"requires": {}
|
|
3622
4781
|
}
|
|
3623
4782
|
},
|
|
4783
|
+
{
|
|
4784
|
+
"name": "particles",
|
|
4785
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4786
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4787
|
+
"npm": "nuxt-particles",
|
|
4788
|
+
"icon": "",
|
|
4789
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4790
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4791
|
+
"learn_more": "https://particles.js.org/",
|
|
4792
|
+
"category": "Libraries",
|
|
4793
|
+
"type": "3rd-party",
|
|
4794
|
+
"maintainers": [
|
|
4795
|
+
{
|
|
4796
|
+
"name": "Joey Pereira",
|
|
4797
|
+
"github": "Joepocalyptic",
|
|
4798
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4799
|
+
}
|
|
4800
|
+
],
|
|
4801
|
+
"compatibility": {
|
|
4802
|
+
"nuxt": "^3.0.0",
|
|
4803
|
+
"requires": {}
|
|
4804
|
+
}
|
|
4805
|
+
},
|
|
3624
4806
|
{
|
|
3625
4807
|
"name": "partytown",
|
|
3626
4808
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -3646,6 +4828,52 @@
|
|
|
3646
4828
|
}
|
|
3647
4829
|
}
|
|
3648
4830
|
},
|
|
4831
|
+
{
|
|
4832
|
+
"name": "paypal",
|
|
4833
|
+
"description": "A Nuxt module for simplifying the use of Paypal in your project.",
|
|
4834
|
+
"repo": "arashsheyda/nuxt-paypal",
|
|
4835
|
+
"npm": "nuxt-paypal",
|
|
4836
|
+
"icon": "paypal.svg",
|
|
4837
|
+
"github": "https://github.com/arashsheyda/nuxt-paypal",
|
|
4838
|
+
"website": "https://github.com/arashsheyda/nuxt-paypal#readme",
|
|
4839
|
+
"learn_more": "https://developer.paypal.com/sdk/js/reference/",
|
|
4840
|
+
"category": "Payment",
|
|
4841
|
+
"type": "3rd-party",
|
|
4842
|
+
"maintainers": [
|
|
4843
|
+
{
|
|
4844
|
+
"name": "Arash Sheyda",
|
|
4845
|
+
"github": "arashsheyda"
|
|
4846
|
+
}
|
|
4847
|
+
],
|
|
4848
|
+
"compatibility": {
|
|
4849
|
+
"nuxt": "^3.0.0",
|
|
4850
|
+
"requires": {}
|
|
4851
|
+
}
|
|
4852
|
+
},
|
|
4853
|
+
{
|
|
4854
|
+
"name": "pdfeasy",
|
|
4855
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
4856
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
4857
|
+
"npm": "nuxt-pdfeasy",
|
|
4858
|
+
"icon": "pdfeasy.png",
|
|
4859
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
4860
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
4861
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
4862
|
+
"category": "Extensions",
|
|
4863
|
+
"type": "3rd-party",
|
|
4864
|
+
"maintainers": [
|
|
4865
|
+
{
|
|
4866
|
+
"name": "Giovane Cardoso",
|
|
4867
|
+
"github": "novout",
|
|
4868
|
+
"twitter": "novoutttttt",
|
|
4869
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
4870
|
+
}
|
|
4871
|
+
],
|
|
4872
|
+
"compatibility": {
|
|
4873
|
+
"nuxt": "^3.0.0",
|
|
4874
|
+
"requires": {}
|
|
4875
|
+
}
|
|
4876
|
+
},
|
|
3649
4877
|
{
|
|
3650
4878
|
"name": "persian-datepicker",
|
|
3651
4879
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3743,7 +4971,7 @@
|
|
|
3743
4971
|
},
|
|
3744
4972
|
{
|
|
3745
4973
|
"name": "plausible",
|
|
3746
|
-
"description": "Nuxt
|
|
4974
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3747
4975
|
"repo": "nuxt-modules/plausible",
|
|
3748
4976
|
"npm": "@nuxtjs/plausible",
|
|
3749
4977
|
"icon": "",
|
|
@@ -3785,9 +5013,56 @@
|
|
|
3785
5013
|
"requires": {}
|
|
3786
5014
|
}
|
|
3787
5015
|
},
|
|
5016
|
+
{
|
|
5017
|
+
"name": "prepare",
|
|
5018
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
5019
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
5020
|
+
"npm": "nuxt-prepare",
|
|
5021
|
+
"icon": "prepare.svg",
|
|
5022
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
5023
|
+
"website": "https://nuxt-prepare.byjohann.dev",
|
|
5024
|
+
"learn_more": "",
|
|
5025
|
+
"category": "Devtools",
|
|
5026
|
+
"type": "3rd-party",
|
|
5027
|
+
"maintainers": [
|
|
5028
|
+
{
|
|
5029
|
+
"name": "Johann Schopplich",
|
|
5030
|
+
"github": "johannschopplich",
|
|
5031
|
+
"twitter": "jschopplich",
|
|
5032
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
5033
|
+
}
|
|
5034
|
+
],
|
|
5035
|
+
"compatibility": {
|
|
5036
|
+
"nuxt": "^3.0.0",
|
|
5037
|
+
"requires": {}
|
|
5038
|
+
}
|
|
5039
|
+
},
|
|
5040
|
+
{
|
|
5041
|
+
"name": "primevue",
|
|
5042
|
+
"description": "Next Generation Vue UI Component Library",
|
|
5043
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
5044
|
+
"npm": "nuxt-primevue",
|
|
5045
|
+
"icon": "primevue.svg",
|
|
5046
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
5047
|
+
"website": "https://primevue.org/",
|
|
5048
|
+
"learn_more": "https://primevue.org/",
|
|
5049
|
+
"category": "UI",
|
|
5050
|
+
"type": "3rd-party",
|
|
5051
|
+
"maintainers": [
|
|
5052
|
+
{
|
|
5053
|
+
"name": "primefaces",
|
|
5054
|
+
"github": "primefaces",
|
|
5055
|
+
"twitter": "primevue"
|
|
5056
|
+
}
|
|
5057
|
+
],
|
|
5058
|
+
"compatibility": {
|
|
5059
|
+
"nuxt": "^3.0.0",
|
|
5060
|
+
"requires": {}
|
|
5061
|
+
}
|
|
5062
|
+
},
|
|
3788
5063
|
{
|
|
3789
5064
|
"name": "prismic",
|
|
3790
|
-
"description": "Easily connect your Nuxt
|
|
5065
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
3791
5066
|
"repo": "nuxt-modules/prismic",
|
|
3792
5067
|
"npm": "@nuxtjs/prismic",
|
|
3793
5068
|
"icon": "prismic.png",
|
|
@@ -3854,7 +5129,7 @@
|
|
|
3854
5129
|
},
|
|
3855
5130
|
{
|
|
3856
5131
|
"name": "proxy",
|
|
3857
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
5132
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
3858
5133
|
"repo": "nuxt-community/proxy-module",
|
|
3859
5134
|
"npm": "@nuxtjs/proxy",
|
|
3860
5135
|
"icon": "",
|
|
@@ -3900,7 +5175,7 @@
|
|
|
3900
5175
|
},
|
|
3901
5176
|
{
|
|
3902
5177
|
"name": "purgecss",
|
|
3903
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
5178
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
3904
5179
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
3905
5180
|
"npm": "nuxt-purgecss",
|
|
3906
5181
|
"icon": "purgecss.png",
|
|
@@ -3922,7 +5197,7 @@
|
|
|
3922
5197
|
},
|
|
3923
5198
|
{
|
|
3924
5199
|
"name": "pwa",
|
|
3925
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
5200
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
3926
5201
|
"repo": "nuxt-community/pwa-module",
|
|
3927
5202
|
"npm": "@nuxtjs/pwa",
|
|
3928
5203
|
"icon": "pwa.png",
|
|
@@ -3947,7 +5222,7 @@
|
|
|
3947
5222
|
},
|
|
3948
5223
|
{
|
|
3949
5224
|
"name": "python",
|
|
3950
|
-
"description": "Write Nuxt
|
|
5225
|
+
"description": "Write Nuxt applications using Python",
|
|
3951
5226
|
"repo": "nuxt-community/python-module",
|
|
3952
5227
|
"npm": "@nuxtjs/python",
|
|
3953
5228
|
"icon": "python.png",
|
|
@@ -3984,6 +5259,64 @@
|
|
|
3984
5259
|
"github": "Maiquu"
|
|
3985
5260
|
}
|
|
3986
5261
|
],
|
|
5262
|
+
"compatibility": {
|
|
5263
|
+
"nuxt": "^3.0.0",
|
|
5264
|
+
"requires": {},
|
|
5265
|
+
"devtools": "^0.0.0"
|
|
5266
|
+
}
|
|
5267
|
+
},
|
|
5268
|
+
{
|
|
5269
|
+
"name": "radash",
|
|
5270
|
+
"description": "radash module with auto-import and custom prefix",
|
|
5271
|
+
"repo": "bbg/nuxt-radash",
|
|
5272
|
+
"npm": "nuxt-radash",
|
|
5273
|
+
"icon": "radash.png",
|
|
5274
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
5275
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
5276
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
5277
|
+
"category": "Libraries",
|
|
5278
|
+
"type": "3rd-party",
|
|
5279
|
+
"maintainers": [
|
|
5280
|
+
{
|
|
5281
|
+
"name": "Batuhan Göksu",
|
|
5282
|
+
"github": "bbg"
|
|
5283
|
+
}
|
|
5284
|
+
],
|
|
5285
|
+
"compatibility": {
|
|
5286
|
+
"nuxt": "^3.0.0",
|
|
5287
|
+
"requires": {}
|
|
5288
|
+
}
|
|
5289
|
+
},
|
|
5290
|
+
{
|
|
5291
|
+
"name": "radix-vue",
|
|
5292
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
5293
|
+
"repo": "radix-vue/radix-vue",
|
|
5294
|
+
"npm": "radix-vue",
|
|
5295
|
+
"icon": "radix-vue.svg",
|
|
5296
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
5297
|
+
"website": "https://www.radix-vue.com/",
|
|
5298
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
5299
|
+
"category": "UI",
|
|
5300
|
+
"type": "3rd-party",
|
|
5301
|
+
"maintainers": [
|
|
5302
|
+
{
|
|
5303
|
+
"name": "Zernonia",
|
|
5304
|
+
"github": "zernonia",
|
|
5305
|
+
"twitter": "zernonia"
|
|
5306
|
+
},
|
|
5307
|
+
{
|
|
5308
|
+
"name": "Khairul Haaziq",
|
|
5309
|
+
"github": "khairulhaaziq"
|
|
5310
|
+
},
|
|
5311
|
+
{
|
|
5312
|
+
"name": "Mujahid Anuar",
|
|
5313
|
+
"github": "mujahidfa"
|
|
5314
|
+
},
|
|
5315
|
+
{
|
|
5316
|
+
"name": "Max",
|
|
5317
|
+
"github": "onmax"
|
|
5318
|
+
}
|
|
5319
|
+
],
|
|
3987
5320
|
"compatibility": {
|
|
3988
5321
|
"nuxt": "^3.0.0",
|
|
3989
5322
|
"requires": {}
|
|
@@ -3991,7 +5324,7 @@
|
|
|
3991
5324
|
},
|
|
3992
5325
|
{
|
|
3993
5326
|
"name": "recaptcha",
|
|
3994
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
5327
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
3995
5328
|
"repo": "nuxt-community/recaptcha-module",
|
|
3996
5329
|
"npm": "@nuxtjs/recaptcha",
|
|
3997
5330
|
"icon": "recaptcha.png",
|
|
@@ -4034,9 +5367,32 @@
|
|
|
4034
5367
|
"requires": {}
|
|
4035
5368
|
}
|
|
4036
5369
|
},
|
|
5370
|
+
{
|
|
5371
|
+
"name": "resend",
|
|
5372
|
+
"description": "Resend integration for Nuxt",
|
|
5373
|
+
"repo": "nhedger/nuxt-resend",
|
|
5374
|
+
"npm": "nuxt-resend",
|
|
5375
|
+
"icon": "resend.svg",
|
|
5376
|
+
"github": "https://github.com/nhedger/nuxt-resend",
|
|
5377
|
+
"website": "https://github.com/nhedger/nuxt-resend",
|
|
5378
|
+
"learn_more": "https://resend.com",
|
|
5379
|
+
"category": "Extensions",
|
|
5380
|
+
"type": "3rd-party",
|
|
5381
|
+
"maintainers": [
|
|
5382
|
+
{
|
|
5383
|
+
"name": "Nicolas Hedger",
|
|
5384
|
+
"github": "nhedger",
|
|
5385
|
+
"twitter": "nicolashedger"
|
|
5386
|
+
}
|
|
5387
|
+
],
|
|
5388
|
+
"compatibility": {
|
|
5389
|
+
"nuxt": "^3.0.0",
|
|
5390
|
+
"requires": {}
|
|
5391
|
+
}
|
|
5392
|
+
},
|
|
4037
5393
|
{
|
|
4038
5394
|
"name": "rfg-icon",
|
|
4039
|
-
"description": "Nuxt
|
|
5395
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4040
5396
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4041
5397
|
"npm": "nuxt-rfg-icon",
|
|
4042
5398
|
"icon": "real-favicon-generator.png",
|
|
@@ -4058,13 +5414,13 @@
|
|
|
4058
5414
|
},
|
|
4059
5415
|
{
|
|
4060
5416
|
"name": "robots",
|
|
4061
|
-
"description": "A Nuxt
|
|
4062
|
-
"repo": "nuxt-
|
|
5417
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
5418
|
+
"repo": "nuxt-modules/robots",
|
|
4063
5419
|
"npm": "@nuxtjs/robots",
|
|
4064
5420
|
"icon": "robots.png",
|
|
4065
|
-
"github": "https://github.com/nuxt-
|
|
4066
|
-
"website": "https://github.com/nuxt-
|
|
4067
|
-
"learn_more": "
|
|
5421
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
5422
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
5423
|
+
"learn_more": "",
|
|
4068
5424
|
"category": "SEO",
|
|
4069
5425
|
"type": "community",
|
|
4070
5426
|
"maintainers": [
|
|
@@ -4082,23 +5438,23 @@
|
|
|
4082
5438
|
},
|
|
4083
5439
|
{
|
|
4084
5440
|
"name": "rollbar",
|
|
4085
|
-
"description": "
|
|
4086
|
-
"repo": "
|
|
4087
|
-
"npm": "nuxt-rollbar
|
|
5441
|
+
"description": "Nuxt 3 module to integrate Rollbar.",
|
|
5442
|
+
"repo": "jairoblatt/nuxt-rollbar",
|
|
5443
|
+
"npm": "nuxt-rollbar",
|
|
4088
5444
|
"icon": "rollbar.png",
|
|
4089
|
-
"github": "https://github.com/
|
|
4090
|
-
"website": "https://github.com/
|
|
5445
|
+
"github": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
5446
|
+
"website": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
4091
5447
|
"learn_more": "https://docs.rollbar.com/docs/javascript",
|
|
4092
5448
|
"category": "Monitoring",
|
|
4093
5449
|
"type": "3rd-party",
|
|
4094
5450
|
"maintainers": [
|
|
4095
5451
|
{
|
|
4096
|
-
"name": "
|
|
4097
|
-
"github": "
|
|
5452
|
+
"name": "Jairo Blatt",
|
|
5453
|
+
"github": "jairoblatt"
|
|
4098
5454
|
}
|
|
4099
5455
|
],
|
|
4100
5456
|
"compatibility": {
|
|
4101
|
-
"nuxt": "^
|
|
5457
|
+
"nuxt": "^3.0.0",
|
|
4102
5458
|
"requires": {}
|
|
4103
5459
|
}
|
|
4104
5460
|
},
|
|
@@ -4127,7 +5483,7 @@
|
|
|
4127
5483
|
},
|
|
4128
5484
|
{
|
|
4129
5485
|
"name": "router",
|
|
4130
|
-
"description": "Nuxt
|
|
5486
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4131
5487
|
"repo": "nuxt-community/router-module",
|
|
4132
5488
|
"npm": "@nuxtjs/router",
|
|
4133
5489
|
"icon": "vue.png",
|
|
@@ -4175,13 +5531,13 @@
|
|
|
4175
5531
|
},
|
|
4176
5532
|
{
|
|
4177
5533
|
"name": "schema-org",
|
|
4178
|
-
"description": "
|
|
4179
|
-
"repo": "
|
|
5534
|
+
"description": "Quick and easy Schema.org graphs.",
|
|
5535
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4180
5536
|
"npm": "nuxt-schema-org",
|
|
4181
5537
|
"icon": "schema-org.svg",
|
|
4182
|
-
"github": "https://github.com/
|
|
4183
|
-
"website": "https://
|
|
4184
|
-
"learn_more": "https://
|
|
5538
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
5539
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
5540
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4185
5541
|
"category": "SEO",
|
|
4186
5542
|
"type": "3rd-party",
|
|
4187
5543
|
"maintainers": [
|
|
@@ -4244,13 +5600,13 @@
|
|
|
4244
5600
|
},
|
|
4245
5601
|
{
|
|
4246
5602
|
"name": "segment",
|
|
4247
|
-
"description": "Nuxt
|
|
5603
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4248
5604
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4249
5605
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4250
5606
|
"icon": "segment.png",
|
|
4251
5607
|
"github": "https://github.com/dansmaculotte/nuxt-segment",
|
|
4252
5608
|
"website": "https://github.com/dansmaculotte/nuxt-segment",
|
|
4253
|
-
"learn_more": "
|
|
5609
|
+
"learn_more": "",
|
|
4254
5610
|
"category": "Analytics",
|
|
4255
5611
|
"type": "3rd-party",
|
|
4256
5612
|
"maintainers": [
|
|
@@ -4266,10 +5622,10 @@
|
|
|
4266
5622
|
},
|
|
4267
5623
|
{
|
|
4268
5624
|
"name": "sentry",
|
|
4269
|
-
"description": "Sentry module for Nuxt
|
|
5625
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4270
5626
|
"repo": "nuxt-community/sentry-module",
|
|
4271
5627
|
"npm": "@nuxtjs/sentry",
|
|
4272
|
-
"icon": "sentry.
|
|
5628
|
+
"icon": "sentry.svg",
|
|
4273
5629
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4274
5630
|
"website": "https://sentry.nuxtjs.org/",
|
|
4275
5631
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4287,20 +5643,22 @@
|
|
|
4287
5643
|
}
|
|
4288
5644
|
},
|
|
4289
5645
|
{
|
|
4290
|
-
"name": "seo-
|
|
4291
|
-
"description": "
|
|
4292
|
-
"repo": "harlan-zw/nuxt-seo-
|
|
4293
|
-
"npm": "nuxt-seo-
|
|
4294
|
-
"icon": "seo-
|
|
4295
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-
|
|
4296
|
-
"website": "https://
|
|
4297
|
-
"learn_more": "",
|
|
5646
|
+
"name": "seo-experiments",
|
|
5647
|
+
"description": "Powerful SEO DX improvements.",
|
|
5648
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5649
|
+
"npm": "nuxt-seo-experiments",
|
|
5650
|
+
"icon": "seo-experiments.svg",
|
|
5651
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5652
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5653
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
4298
5654
|
"category": "SEO",
|
|
4299
5655
|
"type": "3rd-party",
|
|
4300
5656
|
"maintainers": [
|
|
4301
5657
|
{
|
|
4302
|
-
"name": "
|
|
4303
|
-
"github": "harlan-zw"
|
|
5658
|
+
"name": "Harlan Wilton",
|
|
5659
|
+
"github": "harlan-zw",
|
|
5660
|
+
"twitter": "harlan_zw",
|
|
5661
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4304
5662
|
}
|
|
4305
5663
|
],
|
|
4306
5664
|
"compatibility": {
|
|
@@ -4331,9 +5689,31 @@
|
|
|
4331
5689
|
"requires": {}
|
|
4332
5690
|
}
|
|
4333
5691
|
},
|
|
5692
|
+
{
|
|
5693
|
+
"name": "seo",
|
|
5694
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
5695
|
+
"repo": "harlan-zw/nuxt-seo",
|
|
5696
|
+
"npm": "@nuxtjs/seo",
|
|
5697
|
+
"icon": "nuxt.svg",
|
|
5698
|
+
"github": "https://github.com/harlan-zw/nuxt-seo",
|
|
5699
|
+
"website": "https://nuxtseo.com/",
|
|
5700
|
+
"learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
5701
|
+
"category": "SEO",
|
|
5702
|
+
"type": "3rd-party",
|
|
5703
|
+
"maintainers": [
|
|
5704
|
+
{
|
|
5705
|
+
"name": "harlan-zw",
|
|
5706
|
+
"github": "harlan-zw"
|
|
5707
|
+
}
|
|
5708
|
+
],
|
|
5709
|
+
"compatibility": {
|
|
5710
|
+
"nuxt": "^3.0.0",
|
|
5711
|
+
"requires": {}
|
|
5712
|
+
}
|
|
5713
|
+
},
|
|
4334
5714
|
{
|
|
4335
5715
|
"name": "seomatic-meta",
|
|
4336
|
-
"description": "A Nuxt
|
|
5716
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4337
5717
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4338
5718
|
"npm": "nuxt-seomatic-meta",
|
|
4339
5719
|
"icon": "seomatic.png",
|
|
@@ -4376,6 +5756,29 @@
|
|
|
4376
5756
|
"requires": {}
|
|
4377
5757
|
}
|
|
4378
5758
|
},
|
|
5759
|
+
{
|
|
5760
|
+
"name": "server-block",
|
|
5761
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5762
|
+
"repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
|
|
5763
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
5764
|
+
"icon": "server-block.svg",
|
|
5765
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
5766
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5767
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5768
|
+
"category": "Extensions",
|
|
5769
|
+
"type": "3rd-party",
|
|
5770
|
+
"maintainers": [
|
|
5771
|
+
{
|
|
5772
|
+
"name": "Hebilicious",
|
|
5773
|
+
"github": "Hebilicious",
|
|
5774
|
+
"twitter": "its_hebilicious"
|
|
5775
|
+
}
|
|
5776
|
+
],
|
|
5777
|
+
"compatibility": {
|
|
5778
|
+
"nuxt": "^3.0.0",
|
|
5779
|
+
"requires": {}
|
|
5780
|
+
}
|
|
5781
|
+
},
|
|
4379
5782
|
{
|
|
4380
5783
|
"name": "session",
|
|
4381
5784
|
"description": "Session middleware to persist user data across requests, a client-side useSession composable to interact with the session, supports many storage backends via unjs/unstorage",
|
|
@@ -4401,7 +5804,7 @@
|
|
|
4401
5804
|
},
|
|
4402
5805
|
{
|
|
4403
5806
|
"name": "shopify",
|
|
4404
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5807
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4405
5808
|
"repo": "Gomah/nuxt-shopify",
|
|
4406
5809
|
"npm": "nuxt-shopify",
|
|
4407
5810
|
"icon": "shopify.png",
|
|
@@ -4422,7 +5825,29 @@
|
|
|
4422
5825
|
}
|
|
4423
5826
|
},
|
|
4424
5827
|
{
|
|
4425
|
-
"name": "
|
|
5828
|
+
"name": "shuimo-ui",
|
|
5829
|
+
"description": "A Chinese Shuimo style component library.",
|
|
5830
|
+
"repo": "shuimo-design/shuimo-ui#main/plugins/nuxt",
|
|
5831
|
+
"npm": "@shuimo-design/shuimo-ui-nuxt",
|
|
5832
|
+
"icon": "shuimo-ui.svg",
|
|
5833
|
+
"github": "https://github.com/shuimo-design/shuimo-ui",
|
|
5834
|
+
"website": "https://shuimo.design",
|
|
5835
|
+
"learn_more": "https://github.com/shuimo-design/shuimo-ui/tree/main/plugins/nuxt",
|
|
5836
|
+
"category": "UI",
|
|
5837
|
+
"type": "3rd-party",
|
|
5838
|
+
"maintainers": [
|
|
5839
|
+
{
|
|
5840
|
+
"name": "higuaifan",
|
|
5841
|
+
"github": "higuaifan"
|
|
5842
|
+
}
|
|
5843
|
+
],
|
|
5844
|
+
"compatibility": {
|
|
5845
|
+
"nuxt": "^3.0.0",
|
|
5846
|
+
"requires": {}
|
|
5847
|
+
}
|
|
5848
|
+
},
|
|
5849
|
+
{
|
|
5850
|
+
"name": "sidebase-auth",
|
|
4426
5851
|
"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.",
|
|
4427
5852
|
"repo": "sidebase/nuxt-auth",
|
|
4428
5853
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -4468,13 +5893,13 @@
|
|
|
4468
5893
|
},
|
|
4469
5894
|
{
|
|
4470
5895
|
"name": "simple-robots",
|
|
4471
|
-
"description": "
|
|
5896
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
4472
5897
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4473
5898
|
"npm": "nuxt-simple-robots",
|
|
4474
|
-
"icon": "",
|
|
5899
|
+
"icon": "simple-robots.svg",
|
|
4475
5900
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4476
|
-
"website": "https://
|
|
4477
|
-
"learn_more": "",
|
|
5901
|
+
"website": "https://nuxtseo.com/robots",
|
|
5902
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
4478
5903
|
"category": "SEO",
|
|
4479
5904
|
"type": "3rd-party",
|
|
4480
5905
|
"maintainers": [
|
|
@@ -4491,41 +5916,23 @@
|
|
|
4491
5916
|
}
|
|
4492
5917
|
},
|
|
4493
5918
|
{
|
|
4494
|
-
"name": "
|
|
4495
|
-
"description": "
|
|
4496
|
-
"repo": "
|
|
4497
|
-
"npm": "
|
|
4498
|
-
"icon": "",
|
|
4499
|
-
"github": "https://github.com/
|
|
4500
|
-
"website": "https://
|
|
4501
|
-
"learn_more": "",
|
|
5919
|
+
"name": "sitemap",
|
|
5920
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
5921
|
+
"repo": "nuxt-modules/sitemap",
|
|
5922
|
+
"npm": "@nuxtjs/sitemap",
|
|
5923
|
+
"icon": "simple-sitemap.svg",
|
|
5924
|
+
"github": "https://github.com/nuxt-modules/sitemap",
|
|
5925
|
+
"website": "https://nuxtseo.com/",
|
|
5926
|
+
"learn_more": "https://nuxtseo.com/sitemap",
|
|
4502
5927
|
"category": "SEO",
|
|
4503
|
-
"type": "
|
|
5928
|
+
"type": "community",
|
|
4504
5929
|
"maintainers": [
|
|
4505
5930
|
{
|
|
4506
5931
|
"name": "Harlan Wilton",
|
|
4507
5932
|
"github": "harlan-zw",
|
|
4508
5933
|
"twitter": "harlan_zw",
|
|
4509
5934
|
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4510
|
-
}
|
|
4511
|
-
],
|
|
4512
|
-
"compatibility": {
|
|
4513
|
-
"nuxt": "^3.0.0",
|
|
4514
|
-
"requires": {}
|
|
4515
|
-
}
|
|
4516
|
-
},
|
|
4517
|
-
{
|
|
4518
|
-
"name": "sitemap",
|
|
4519
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
|
|
4520
|
-
"repo": "nuxt-community/sitemap-module#dev",
|
|
4521
|
-
"npm": "@nuxtjs/sitemap",
|
|
4522
|
-
"icon": "",
|
|
4523
|
-
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
4524
|
-
"website": "https://sitemap.nuxtjs.org",
|
|
4525
|
-
"learn_more": "",
|
|
4526
|
-
"category": "SEO",
|
|
4527
|
-
"type": "community",
|
|
4528
|
-
"maintainers": [
|
|
5935
|
+
},
|
|
4529
5936
|
{
|
|
4530
5937
|
"name": "Nicolas PENNEC",
|
|
4531
5938
|
"github": "NicoPennec",
|
|
@@ -4533,7 +5940,7 @@
|
|
|
4533
5940
|
}
|
|
4534
5941
|
],
|
|
4535
5942
|
"compatibility": {
|
|
4536
|
-
"nuxt": "^
|
|
5943
|
+
"nuxt": "^3.0.0",
|
|
4537
5944
|
"requires": {}
|
|
4538
5945
|
}
|
|
4539
5946
|
},
|
|
@@ -4561,7 +5968,7 @@
|
|
|
4561
5968
|
},
|
|
4562
5969
|
{
|
|
4563
5970
|
"name": "snipcart",
|
|
4564
|
-
"description": "Snipcart integration module for Nuxt
|
|
5971
|
+
"description": "Snipcart integration module for Nuxt",
|
|
4565
5972
|
"repo": "nuxt-modules/snipcart",
|
|
4566
5973
|
"npm": "@nuxtjs/snipcart",
|
|
4567
5974
|
"icon": "snipcart.png",
|
|
@@ -4584,7 +5991,7 @@
|
|
|
4584
5991
|
},
|
|
4585
5992
|
{
|
|
4586
5993
|
"name": "social-meta",
|
|
4587
|
-
"description": "Nuxt
|
|
5994
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
4588
5995
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
4589
5996
|
"npm": "nuxt-social-meta",
|
|
4590
5997
|
"icon": "",
|
|
@@ -4706,7 +6113,7 @@
|
|
|
4706
6113
|
},
|
|
4707
6114
|
{
|
|
4708
6115
|
"name": "storage",
|
|
4709
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
6116
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
4710
6117
|
"repo": "mazipan/nuxt-storage",
|
|
4711
6118
|
"npm": "nuxt-storage",
|
|
4712
6119
|
"icon": "",
|
|
@@ -4728,7 +6135,7 @@
|
|
|
4728
6135
|
},
|
|
4729
6136
|
{
|
|
4730
6137
|
"name": "storefront-ui",
|
|
4731
|
-
"description": "Storefront UI Module for Nuxt
|
|
6138
|
+
"description": "Storefront UI Module for Nuxt",
|
|
4732
6139
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
4733
6140
|
"npm": "@storefront-ui/nuxt",
|
|
4734
6141
|
"icon": "storefront-ui.svg",
|
|
@@ -4772,8 +6179,8 @@
|
|
|
4772
6179
|
},
|
|
4773
6180
|
{
|
|
4774
6181
|
"name": "storyblok",
|
|
4775
|
-
"description": "Storyblok Nuxt
|
|
4776
|
-
"repo": "storyblok/storyblok-nuxt#
|
|
6182
|
+
"description": "Storyblok Nuxt module",
|
|
6183
|
+
"repo": "storyblok/storyblok-nuxt#main",
|
|
4777
6184
|
"npm": "@storyblok/nuxt",
|
|
4778
6185
|
"icon": "storyblok.png",
|
|
4779
6186
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -4789,46 +6196,43 @@
|
|
|
4789
6196
|
],
|
|
4790
6197
|
"compatibility": {
|
|
4791
6198
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4792
|
-
"requires": {}
|
|
6199
|
+
"requires": {},
|
|
6200
|
+
"devtools": "^0.0.0"
|
|
4793
6201
|
}
|
|
4794
6202
|
},
|
|
4795
6203
|
{
|
|
4796
6204
|
"name": "storybook",
|
|
4797
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
4798
|
-
"repo": "nuxt-
|
|
6205
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
6206
|
+
"repo": "nuxt-modules/storybook",
|
|
4799
6207
|
"npm": "@nuxtjs/storybook",
|
|
4800
6208
|
"icon": "storybook.png",
|
|
4801
|
-
"github": "https://github.com/nuxt-
|
|
6209
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
4802
6210
|
"website": "https://storybook.nuxtjs.org",
|
|
4803
|
-
"learn_more": "https://
|
|
6211
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
4804
6212
|
"category": "Devtools",
|
|
4805
6213
|
"type": "community",
|
|
4806
6214
|
"maintainers": [
|
|
4807
6215
|
{
|
|
4808
|
-
"name": "
|
|
4809
|
-
"github": "
|
|
4810
|
-
"twitter": "
|
|
4811
|
-
},
|
|
4812
|
-
{
|
|
4813
|
-
"name": "Pooya Parsa",
|
|
4814
|
-
"github": "pi0",
|
|
4815
|
-
"twitter": "_pi0_"
|
|
6216
|
+
"name": "Chakir QATAB",
|
|
6217
|
+
"github": "chakAs3",
|
|
6218
|
+
"twitter": "ChakirQatab"
|
|
4816
6219
|
}
|
|
4817
6220
|
],
|
|
4818
6221
|
"compatibility": {
|
|
4819
|
-
"nuxt": "^2.0.0",
|
|
6222
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4820
6223
|
"requires": {
|
|
4821
6224
|
"bridge": "optional"
|
|
4822
|
-
}
|
|
6225
|
+
},
|
|
6226
|
+
"devtools": "^0.7.2"
|
|
4823
6227
|
}
|
|
4824
6228
|
},
|
|
4825
6229
|
{
|
|
4826
6230
|
"name": "strapi",
|
|
4827
6231
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
4828
|
-
"repo": "nuxt-
|
|
6232
|
+
"repo": "nuxt-modules/strapi",
|
|
4829
6233
|
"npm": "@nuxtjs/strapi",
|
|
4830
6234
|
"icon": "strapi.png",
|
|
4831
|
-
"github": "https://github.com/nuxt-
|
|
6235
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
4832
6236
|
"website": "https://strapi.nuxtjs.org",
|
|
4833
6237
|
"learn_more": "https://strapi.io/",
|
|
4834
6238
|
"category": "CMS",
|
|
@@ -4849,7 +6253,34 @@
|
|
|
4849
6253
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4850
6254
|
"requires": {
|
|
4851
6255
|
"bridge": true
|
|
6256
|
+
},
|
|
6257
|
+
"devtools": "^0.0.0"
|
|
6258
|
+
}
|
|
6259
|
+
},
|
|
6260
|
+
{
|
|
6261
|
+
"name": "stripe-next",
|
|
6262
|
+
"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.",
|
|
6263
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
6264
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
6265
|
+
"icon": "stripe.png",
|
|
6266
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
6267
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
6268
|
+
"learn_more": "https://stripe.com/docs",
|
|
6269
|
+
"category": "Payment",
|
|
6270
|
+
"type": "3rd-party",
|
|
6271
|
+
"maintainers": [
|
|
6272
|
+
{
|
|
6273
|
+
"name": "Loic Fuentes",
|
|
6274
|
+
"github": "fuentesloic"
|
|
6275
|
+
},
|
|
6276
|
+
{
|
|
6277
|
+
"name": "Florent Giraud",
|
|
6278
|
+
"github": "flozero"
|
|
4852
6279
|
}
|
|
6280
|
+
],
|
|
6281
|
+
"compatibility": {
|
|
6282
|
+
"nuxt": "^3.0.0",
|
|
6283
|
+
"requires": {}
|
|
4853
6284
|
}
|
|
4854
6285
|
},
|
|
4855
6286
|
{
|
|
@@ -4874,6 +6305,36 @@
|
|
|
4874
6305
|
"requires": {}
|
|
4875
6306
|
}
|
|
4876
6307
|
},
|
|
6308
|
+
{
|
|
6309
|
+
"name": "studio",
|
|
6310
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
6311
|
+
"repo": "nuxtlabs/studio-module",
|
|
6312
|
+
"npm": "@nuxthq/studio",
|
|
6313
|
+
"icon": "studio.svg",
|
|
6314
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
6315
|
+
"website": "https://nuxt.studio",
|
|
6316
|
+
"learn_more": "https://nuxt.studio",
|
|
6317
|
+
"category": "CMS",
|
|
6318
|
+
"type": "3rd-party",
|
|
6319
|
+
"maintainers": [
|
|
6320
|
+
{
|
|
6321
|
+
"name": "Ahad Birang",
|
|
6322
|
+
"github": "farnabaz",
|
|
6323
|
+
"twitter": "a_birang"
|
|
6324
|
+
},
|
|
6325
|
+
{
|
|
6326
|
+
"name": "Sébastien Chopin",
|
|
6327
|
+
"github": "Atinux",
|
|
6328
|
+
"twitter": "Atinux"
|
|
6329
|
+
}
|
|
6330
|
+
],
|
|
6331
|
+
"compatibility": {
|
|
6332
|
+
"nuxt": "^3.0.0",
|
|
6333
|
+
"requires": {
|
|
6334
|
+
"content": true
|
|
6335
|
+
}
|
|
6336
|
+
}
|
|
6337
|
+
},
|
|
4877
6338
|
{
|
|
4878
6339
|
"name": "style-resources",
|
|
4879
6340
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -4899,7 +6360,7 @@
|
|
|
4899
6360
|
},
|
|
4900
6361
|
{
|
|
4901
6362
|
"name": "stylelint",
|
|
4902
|
-
"description": "Stylelint module for Nuxt.
|
|
6363
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
4903
6364
|
"repo": "nuxt-community/stylelint-module",
|
|
4904
6365
|
"npm": "@nuxtjs/stylelint-module",
|
|
4905
6366
|
"icon": "stylelint.png",
|
|
@@ -4945,10 +6406,10 @@
|
|
|
4945
6406
|
{
|
|
4946
6407
|
"name": "supabase",
|
|
4947
6408
|
"description": "First class integration with Supabase",
|
|
4948
|
-
"repo": "nuxt-
|
|
6409
|
+
"repo": "nuxt-modules/supabase",
|
|
4949
6410
|
"npm": "@nuxtjs/supabase",
|
|
4950
6411
|
"icon": "supabase.png",
|
|
4951
|
-
"github": "https://github.com/nuxt-
|
|
6412
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
4952
6413
|
"website": "https://supabase.nuxtjs.org",
|
|
4953
6414
|
"learn_more": "https://supabase.com",
|
|
4954
6415
|
"category": "Database",
|
|
@@ -4999,12 +6460,12 @@
|
|
|
4999
6460
|
},
|
|
5000
6461
|
{
|
|
5001
6462
|
"name": "svg-sprite",
|
|
5002
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5003
|
-
"repo": "nuxt-
|
|
6463
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
6464
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5004
6465
|
"npm": "@nuxtjs/svg-sprite",
|
|
5005
6466
|
"icon": "",
|
|
5006
|
-
"github": "https://github.com/nuxt-
|
|
5007
|
-
"website": "https://github.com/nuxt-
|
|
6467
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
6468
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5008
6469
|
"learn_more": "",
|
|
5009
6470
|
"category": "UI",
|
|
5010
6471
|
"type": "community",
|
|
@@ -5016,13 +6477,13 @@
|
|
|
5016
6477
|
}
|
|
5017
6478
|
],
|
|
5018
6479
|
"compatibility": {
|
|
5019
|
-
"nuxt": "^2.0.0",
|
|
6480
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5020
6481
|
"requires": {}
|
|
5021
6482
|
}
|
|
5022
6483
|
},
|
|
5023
6484
|
{
|
|
5024
6485
|
"name": "svg",
|
|
5025
|
-
"description": "Super simple svg loading module for Nuxt
|
|
6486
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5026
6487
|
"repo": "nuxt-community/svg-module",
|
|
5027
6488
|
"npm": "@nuxtjs/svg",
|
|
5028
6489
|
"icon": "",
|
|
@@ -5066,7 +6527,7 @@
|
|
|
5066
6527
|
},
|
|
5067
6528
|
{
|
|
5068
6529
|
"name": "swiper",
|
|
5069
|
-
"description": "Nuxt
|
|
6530
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5070
6531
|
"repo": "cpreston321/nuxt-swiper",
|
|
5071
6532
|
"npm": "nuxt-swiper",
|
|
5072
6533
|
"icon": "swiper.svg",
|
|
@@ -5112,10 +6573,10 @@
|
|
|
5112
6573
|
{
|
|
5113
6574
|
"name": "tailwindcss",
|
|
5114
6575
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5115
|
-
"repo": "nuxt-
|
|
6576
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5116
6577
|
"npm": "@nuxtjs/tailwindcss",
|
|
5117
6578
|
"icon": "tailwindcss.png",
|
|
5118
|
-
"github": "https://github.com/nuxt-
|
|
6579
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5119
6580
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5120
6581
|
"learn_more": "https://tailwindcss.com/",
|
|
5121
6582
|
"category": "UI",
|
|
@@ -5125,10 +6586,43 @@
|
|
|
5125
6586
|
"name": "Sébastien Chopin",
|
|
5126
6587
|
"github": "Atinux",
|
|
5127
6588
|
"twitter": "Atinux"
|
|
6589
|
+
},
|
|
6590
|
+
{
|
|
6591
|
+
"name": "Inesh Bose",
|
|
6592
|
+
"github": "ineshbose"
|
|
5128
6593
|
}
|
|
5129
6594
|
],
|
|
5130
6595
|
"compatibility": {
|
|
5131
6596
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6597
|
+
"requires": {},
|
|
6598
|
+
"devtools": "^0.0.0"
|
|
6599
|
+
}
|
|
6600
|
+
},
|
|
6601
|
+
{
|
|
6602
|
+
"name": "test-utils",
|
|
6603
|
+
"description": "Test utilities for Nuxt",
|
|
6604
|
+
"repo": "nuxt/test-utils#main",
|
|
6605
|
+
"npm": "@nuxt/test-utils",
|
|
6606
|
+
"icon": "nuxt.svg",
|
|
6607
|
+
"github": "https://github.com/nuxt/test-utils",
|
|
6608
|
+
"website": "https://nuxt.com/docs/getting-started/testing",
|
|
6609
|
+
"learn_more": "",
|
|
6610
|
+
"category": "Devtools",
|
|
6611
|
+
"type": "official",
|
|
6612
|
+
"maintainers": [
|
|
6613
|
+
{
|
|
6614
|
+
"name": "Daniel Roe",
|
|
6615
|
+
"github": "danielroe",
|
|
6616
|
+
"twitter": "danielcroe"
|
|
6617
|
+
},
|
|
6618
|
+
{
|
|
6619
|
+
"name": "Anthony Fu",
|
|
6620
|
+
"github": "antfu",
|
|
6621
|
+
"twitter": "antfu7"
|
|
6622
|
+
}
|
|
6623
|
+
],
|
|
6624
|
+
"compatibility": {
|
|
6625
|
+
"nuxt": "^3.0.0",
|
|
5132
6626
|
"requires": {}
|
|
5133
6627
|
}
|
|
5134
6628
|
},
|
|
@@ -5155,9 +6649,53 @@
|
|
|
5155
6649
|
"requires": {}
|
|
5156
6650
|
}
|
|
5157
6651
|
},
|
|
6652
|
+
{
|
|
6653
|
+
"name": "time",
|
|
6654
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
6655
|
+
"repo": "danielroe/nuxt-time",
|
|
6656
|
+
"npm": "nuxt-time",
|
|
6657
|
+
"icon": "",
|
|
6658
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
6659
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
6660
|
+
"learn_more": "",
|
|
6661
|
+
"category": "Extensions",
|
|
6662
|
+
"type": "3rd-party",
|
|
6663
|
+
"maintainers": [
|
|
6664
|
+
{
|
|
6665
|
+
"name": "danielroe",
|
|
6666
|
+
"github": "danielroe"
|
|
6667
|
+
}
|
|
6668
|
+
],
|
|
6669
|
+
"compatibility": {
|
|
6670
|
+
"nuxt": "^3.0.0",
|
|
6671
|
+
"requires": {}
|
|
6672
|
+
}
|
|
6673
|
+
},
|
|
6674
|
+
{
|
|
6675
|
+
"name": "tiptap",
|
|
6676
|
+
"description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
|
|
6677
|
+
"repo": "modbender/nuxt-tiptap-editor",
|
|
6678
|
+
"npm": "nuxt-tiptap-editor",
|
|
6679
|
+
"icon": "tiptap.png",
|
|
6680
|
+
"github": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6681
|
+
"website": "https://nuxt-tiptap-editor.vercel.app",
|
|
6682
|
+
"learn_more": "https://nuxt-tiptap-editor.vercel.app",
|
|
6683
|
+
"category": "Libraries",
|
|
6684
|
+
"type": "3rd-party",
|
|
6685
|
+
"maintainers": [
|
|
6686
|
+
{
|
|
6687
|
+
"name": "modbender",
|
|
6688
|
+
"github": "modbender"
|
|
6689
|
+
}
|
|
6690
|
+
],
|
|
6691
|
+
"compatibility": {
|
|
6692
|
+
"nuxt": "^3.0.0",
|
|
6693
|
+
"requires": {}
|
|
6694
|
+
}
|
|
6695
|
+
},
|
|
5158
6696
|
{
|
|
5159
6697
|
"name": "toast",
|
|
5160
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6698
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5161
6699
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5162
6700
|
"npm": "@nuxtjs/toast",
|
|
5163
6701
|
"icon": "",
|
|
@@ -5178,6 +6716,61 @@
|
|
|
5178
6716
|
"requires": {}
|
|
5179
6717
|
}
|
|
5180
6718
|
},
|
|
6719
|
+
{
|
|
6720
|
+
"name": "translation-manager",
|
|
6721
|
+
"description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
|
|
6722
|
+
"repo": "samk-dev/nuxt-translation-manager",
|
|
6723
|
+
"npm": "nuxt-translation-manager",
|
|
6724
|
+
"icon": "translation-manager.png",
|
|
6725
|
+
"github": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6726
|
+
"website": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6727
|
+
"learn_more": "",
|
|
6728
|
+
"category": "Extensions",
|
|
6729
|
+
"type": "3rd-party",
|
|
6730
|
+
"maintainers": [
|
|
6731
|
+
{
|
|
6732
|
+
"name": "Sam K",
|
|
6733
|
+
"github": "samk-dev"
|
|
6734
|
+
}
|
|
6735
|
+
],
|
|
6736
|
+
"compatibility": {
|
|
6737
|
+
"nuxt": "^3.0.0",
|
|
6738
|
+
"requires": {}
|
|
6739
|
+
}
|
|
6740
|
+
},
|
|
6741
|
+
{
|
|
6742
|
+
"name": "tresjs",
|
|
6743
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
6744
|
+
"repo": "tresjs/nuxt",
|
|
6745
|
+
"npm": "@tresjs/nuxt",
|
|
6746
|
+
"icon": "tresjs.svg",
|
|
6747
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
6748
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
6749
|
+
"learn_more": "https://tresjs.org/",
|
|
6750
|
+
"category": "Libraries",
|
|
6751
|
+
"type": "3rd-party",
|
|
6752
|
+
"maintainers": [
|
|
6753
|
+
{
|
|
6754
|
+
"name": "Alvaro Saburido",
|
|
6755
|
+
"github": "alvarosabu",
|
|
6756
|
+
"twitter": "alvarosabu"
|
|
6757
|
+
},
|
|
6758
|
+
{
|
|
6759
|
+
"name": "Jaime Torrealba",
|
|
6760
|
+
"github": "JaimeTorrealba",
|
|
6761
|
+
"twitter": "jaimebboyjt"
|
|
6762
|
+
},
|
|
6763
|
+
{
|
|
6764
|
+
"name": "Tino Koch",
|
|
6765
|
+
"github": "Tinoooo",
|
|
6766
|
+
"twitter": "ichbintino"
|
|
6767
|
+
}
|
|
6768
|
+
],
|
|
6769
|
+
"compatibility": {
|
|
6770
|
+
"nuxt": "^3.0.0",
|
|
6771
|
+
"requires": {}
|
|
6772
|
+
}
|
|
6773
|
+
},
|
|
5181
6774
|
{
|
|
5182
6775
|
"name": "turnstile",
|
|
5183
6776
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -5205,7 +6798,7 @@
|
|
|
5205
6798
|
},
|
|
5206
6799
|
{
|
|
5207
6800
|
"name": "twa",
|
|
5208
|
-
"description": "Nuxt
|
|
6801
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5209
6802
|
"repo": "tuarrep/nuxt-twa",
|
|
5210
6803
|
"npm": "nuxt-twa",
|
|
5211
6804
|
"icon": "",
|
|
@@ -5227,6 +6820,28 @@
|
|
|
5227
6820
|
}
|
|
5228
6821
|
}
|
|
5229
6822
|
},
|
|
6823
|
+
{
|
|
6824
|
+
"name": "twemoji",
|
|
6825
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
6826
|
+
"repo": "yizack/nuxt-twemoji",
|
|
6827
|
+
"npm": "nuxt-twemoji",
|
|
6828
|
+
"icon": "twemoji.svg",
|
|
6829
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
6830
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
6831
|
+
"learn_more": "",
|
|
6832
|
+
"category": "UI",
|
|
6833
|
+
"type": "3rd-party",
|
|
6834
|
+
"maintainers": [
|
|
6835
|
+
{
|
|
6836
|
+
"name": "Yizack Rangel",
|
|
6837
|
+
"github": "yizack"
|
|
6838
|
+
}
|
|
6839
|
+
],
|
|
6840
|
+
"compatibility": {
|
|
6841
|
+
"nuxt": "^3.0.0",
|
|
6842
|
+
"requires": {}
|
|
6843
|
+
}
|
|
6844
|
+
},
|
|
5230
6845
|
{
|
|
5231
6846
|
"name": "twicpics",
|
|
5232
6847
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5371,6 +6986,63 @@
|
|
|
5371
6986
|
"requires": {}
|
|
5372
6987
|
}
|
|
5373
6988
|
},
|
|
6989
|
+
{
|
|
6990
|
+
"name": "typo3",
|
|
6991
|
+
"description": "TYPO3 Headless Frontend Rendering module",
|
|
6992
|
+
"repo": "TYPO3-Headless/nuxt-typo3",
|
|
6993
|
+
"npm": "@t3headless/nuxt-typo3",
|
|
6994
|
+
"icon": "typo3.svg",
|
|
6995
|
+
"github": "https://github.com/TYPO3-Headless/nuxt-typo3",
|
|
6996
|
+
"website": "https://t3headless.macopedia.io/nuxt-typo3/",
|
|
6997
|
+
"learn_more": "https://github.com/TYPO3-Headless",
|
|
6998
|
+
"category": "CMS",
|
|
6999
|
+
"type": "3rd-party",
|
|
7000
|
+
"maintainers": [
|
|
7001
|
+
{
|
|
7002
|
+
"name": "Macopedia",
|
|
7003
|
+
"github": "macopedia",
|
|
7004
|
+
"twitter": "macopediapl"
|
|
7005
|
+
}
|
|
7006
|
+
],
|
|
7007
|
+
"compatibility": {
|
|
7008
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7009
|
+
"requires": {},
|
|
7010
|
+
"devtools": "^0.0.0"
|
|
7011
|
+
}
|
|
7012
|
+
},
|
|
7013
|
+
{
|
|
7014
|
+
"name": "ui",
|
|
7015
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
7016
|
+
"repo": "nuxt/ui#dev",
|
|
7017
|
+
"npm": "@nuxt/ui",
|
|
7018
|
+
"icon": "nuxt.svg",
|
|
7019
|
+
"github": "https://github.com/nuxt/ui",
|
|
7020
|
+
"website": "https://ui.nuxt.com",
|
|
7021
|
+
"learn_more": "",
|
|
7022
|
+
"category": "UI",
|
|
7023
|
+
"type": "official",
|
|
7024
|
+
"maintainers": [
|
|
7025
|
+
{
|
|
7026
|
+
"name": "Benjamin Canac",
|
|
7027
|
+
"github": "benjamincanac",
|
|
7028
|
+
"twitter": "benjamincanac"
|
|
7029
|
+
},
|
|
7030
|
+
{
|
|
7031
|
+
"name": "Sebastien Chopin",
|
|
7032
|
+
"github": "Atinux",
|
|
7033
|
+
"twitter": "Atinux"
|
|
7034
|
+
},
|
|
7035
|
+
{
|
|
7036
|
+
"name": "Sylvain Marroufin",
|
|
7037
|
+
"github": "smarroufin",
|
|
7038
|
+
"twitter": "smarroufin"
|
|
7039
|
+
}
|
|
7040
|
+
],
|
|
7041
|
+
"compatibility": {
|
|
7042
|
+
"nuxt": "^3.0.0",
|
|
7043
|
+
"requires": {}
|
|
7044
|
+
}
|
|
7045
|
+
},
|
|
5374
7046
|
{
|
|
5375
7047
|
"name": "umami",
|
|
5376
7048
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -5395,31 +7067,9 @@
|
|
|
5395
7067
|
}
|
|
5396
7068
|
}
|
|
5397
7069
|
},
|
|
5398
|
-
{
|
|
5399
|
-
"name": "unhead",
|
|
5400
|
-
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5401
|
-
"repo": "harlan-zw/nuxt-unhead",
|
|
5402
|
-
"npm": "nuxt-unhead",
|
|
5403
|
-
"icon": "",
|
|
5404
|
-
"github": "https://github.com/harlan-zw/nuxt-unhead",
|
|
5405
|
-
"website": "https://github.com/harlan-zw/nuxt-unhead",
|
|
5406
|
-
"learn_more": "",
|
|
5407
|
-
"category": "SEO",
|
|
5408
|
-
"type": "3rd-party",
|
|
5409
|
-
"maintainers": [
|
|
5410
|
-
{
|
|
5411
|
-
"name": "harlan-zw",
|
|
5412
|
-
"github": "harlan-zw"
|
|
5413
|
-
}
|
|
5414
|
-
],
|
|
5415
|
-
"compatibility": {
|
|
5416
|
-
"nuxt": "^3.0.0",
|
|
5417
|
-
"requires": {}
|
|
5418
|
-
}
|
|
5419
|
-
},
|
|
5420
7070
|
{
|
|
5421
7071
|
"name": "universal-storage",
|
|
5422
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
7072
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
5423
7073
|
"repo": "nuxt-community/universal-storage-module",
|
|
5424
7074
|
"npm": "@nuxtjs/universal-storage",
|
|
5425
7075
|
"icon": "",
|
|
@@ -5446,40 +7096,36 @@
|
|
|
5446
7096
|
}
|
|
5447
7097
|
},
|
|
5448
7098
|
{
|
|
5449
|
-
"name": "
|
|
5450
|
-
"description": "
|
|
5451
|
-
"repo": "
|
|
5452
|
-
"npm": "@
|
|
5453
|
-
"icon": "
|
|
5454
|
-
"github": "https://github.com/
|
|
5455
|
-
"website": "https://
|
|
5456
|
-
"learn_more": "
|
|
5457
|
-
"category": "
|
|
7099
|
+
"name": "unlazy",
|
|
7100
|
+
"description": "Lazy loading library for placeholder images",
|
|
7101
|
+
"repo": "johannschopplich/unlazy#main/packages/nuxt",
|
|
7102
|
+
"npm": "@unlazy/nuxt",
|
|
7103
|
+
"icon": "unlazy.svg",
|
|
7104
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
7105
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
7106
|
+
"learn_more": "",
|
|
7107
|
+
"category": "Images",
|
|
5458
7108
|
"type": "3rd-party",
|
|
5459
7109
|
"maintainers": [
|
|
5460
7110
|
{
|
|
5461
|
-
"name": "
|
|
5462
|
-
"github": "
|
|
5463
|
-
"twitter": "harlan_zw",
|
|
5464
|
-
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
7111
|
+
"name": "Johann Schopplich",
|
|
7112
|
+
"github": "johannschopplich"
|
|
5465
7113
|
}
|
|
5466
7114
|
],
|
|
5467
7115
|
"compatibility": {
|
|
5468
|
-
"nuxt": "^
|
|
5469
|
-
"requires": {
|
|
5470
|
-
"bridge": "optional"
|
|
5471
|
-
}
|
|
7116
|
+
"nuxt": "^3.0.0",
|
|
7117
|
+
"requires": {}
|
|
5472
7118
|
}
|
|
5473
7119
|
},
|
|
5474
7120
|
{
|
|
5475
7121
|
"name": "unocss",
|
|
5476
7122
|
"description": "The instant on-demand atomic CSS engine.",
|
|
5477
|
-
"repo": "
|
|
7123
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
5478
7124
|
"npm": "@unocss/nuxt",
|
|
5479
7125
|
"icon": "unocss.svg",
|
|
5480
|
-
"github": "https://github.com/
|
|
5481
|
-
"website": "https://github.com/
|
|
5482
|
-
"learn_more": "https://github.com/
|
|
7126
|
+
"github": "https://github.com/unocss/unocss",
|
|
7127
|
+
"website": "https://github.com/unocss/unocss",
|
|
7128
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
5483
7129
|
"category": "UI",
|
|
5484
7130
|
"type": "3rd-party",
|
|
5485
7131
|
"maintainers": [
|
|
@@ -5494,7 +7140,8 @@
|
|
|
5494
7140
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5495
7141
|
"requires": {
|
|
5496
7142
|
"bridge": "optional"
|
|
5497
|
-
}
|
|
7143
|
+
},
|
|
7144
|
+
"devtools": "^0.0.0"
|
|
5498
7145
|
}
|
|
5499
7146
|
},
|
|
5500
7147
|
{
|
|
@@ -5504,8 +7151,8 @@
|
|
|
5504
7151
|
"npm": "nuxt-ununura",
|
|
5505
7152
|
"icon": "ununuracss.png",
|
|
5506
7153
|
"github": "https://github.com/novout/ununuracss",
|
|
5507
|
-
"website": "https://
|
|
5508
|
-
"learn_more": "https://
|
|
7154
|
+
"website": "https://github.com/novout/ununuracss",
|
|
7155
|
+
"learn_more": "https://github.com/novout/ununuracss",
|
|
5509
7156
|
"category": "UI",
|
|
5510
7157
|
"type": "3rd-party",
|
|
5511
7158
|
"maintainers": [
|
|
@@ -5521,42 +7168,66 @@
|
|
|
5521
7168
|
}
|
|
5522
7169
|
},
|
|
5523
7170
|
{
|
|
5524
|
-
"name": "
|
|
5525
|
-
"description": "
|
|
5526
|
-
"repo": "
|
|
5527
|
-
"npm": "
|
|
5528
|
-
"icon": "",
|
|
5529
|
-
"github": "https://github.com/
|
|
5530
|
-
"website": "https://
|
|
5531
|
-
"learn_more": "",
|
|
5532
|
-
"category": "
|
|
7171
|
+
"name": "use-bootstrap",
|
|
7172
|
+
"description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
|
|
7173
|
+
"repo": "simplise/use-bootstrap",
|
|
7174
|
+
"npm": "usebootstrap",
|
|
7175
|
+
"icon": "use-bootstrap.svg",
|
|
7176
|
+
"github": "https://github.com/simplise/use-bootstrap",
|
|
7177
|
+
"website": "https://usebootstrap.org/",
|
|
7178
|
+
"learn_more": "https://usebootstrap.org/",
|
|
7179
|
+
"category": "UI",
|
|
5533
7180
|
"type": "3rd-party",
|
|
5534
7181
|
"maintainers": [
|
|
5535
7182
|
{
|
|
5536
|
-
"name": "
|
|
5537
|
-
"github": "
|
|
7183
|
+
"name": "KoujiSano",
|
|
7184
|
+
"github": "KoujiSano"
|
|
5538
7185
|
}
|
|
5539
7186
|
],
|
|
5540
7187
|
"compatibility": {
|
|
5541
|
-
"nuxt": "^
|
|
7188
|
+
"nuxt": "^3.0.0",
|
|
5542
7189
|
"requires": {}
|
|
5543
7190
|
}
|
|
5544
7191
|
},
|
|
5545
7192
|
{
|
|
5546
|
-
"name": "
|
|
5547
|
-
"description": "
|
|
5548
|
-
"repo": "
|
|
5549
|
-
"npm": "nuxt
|
|
5550
|
-
"icon": "
|
|
5551
|
-
"github": "https://github.com/
|
|
5552
|
-
"website": "https://github.com/
|
|
5553
|
-
"learn_more": "https://
|
|
5554
|
-
"category": "
|
|
7193
|
+
"name": "use-wagmi",
|
|
7194
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
7195
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
7196
|
+
"npm": "@use-wagmi/nuxt",
|
|
7197
|
+
"icon": "use-wagmi.png",
|
|
7198
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
7199
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
7200
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
7201
|
+
"category": "Extensions",
|
|
7202
|
+
"type": "3rd-party",
|
|
7203
|
+
"maintainers": [
|
|
7204
|
+
{
|
|
7205
|
+
"name": "Unic Ape",
|
|
7206
|
+
"github": "unicape"
|
|
7207
|
+
}
|
|
7208
|
+
],
|
|
7209
|
+
"compatibility": {
|
|
7210
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7211
|
+
"requires": {
|
|
7212
|
+
"bridge": true
|
|
7213
|
+
}
|
|
7214
|
+
}
|
|
7215
|
+
},
|
|
7216
|
+
{
|
|
7217
|
+
"name": "user-agent",
|
|
7218
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
7219
|
+
"repo": "fukuiretu/nuxt-user-agent",
|
|
7220
|
+
"npm": "nuxt-user-agent",
|
|
7221
|
+
"icon": "",
|
|
7222
|
+
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
7223
|
+
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
7224
|
+
"learn_more": "",
|
|
7225
|
+
"category": "Extensions",
|
|
5555
7226
|
"type": "3rd-party",
|
|
5556
7227
|
"maintainers": [
|
|
5557
7228
|
{
|
|
5558
|
-
"name": "
|
|
5559
|
-
"github": "
|
|
7229
|
+
"name": "fukuiretu",
|
|
7230
|
+
"github": "fukuiretu"
|
|
5560
7231
|
}
|
|
5561
7232
|
],
|
|
5562
7233
|
"compatibility": {
|
|
@@ -5588,6 +7259,74 @@
|
|
|
5588
7259
|
}
|
|
5589
7260
|
}
|
|
5590
7261
|
},
|
|
7262
|
+
{
|
|
7263
|
+
"name": "varlet",
|
|
7264
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
7265
|
+
"repo": "varletjs/varlet-nuxt",
|
|
7266
|
+
"npm": "@varlet/nuxt",
|
|
7267
|
+
"icon": "varlet.svg",
|
|
7268
|
+
"github": "https://github.com/varletjs/varlet",
|
|
7269
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
7270
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
7271
|
+
"category": "UI",
|
|
7272
|
+
"type": "3rd-party",
|
|
7273
|
+
"maintainers": [
|
|
7274
|
+
{
|
|
7275
|
+
"name": "zhangmo8",
|
|
7276
|
+
"github": "zhangmo8"
|
|
7277
|
+
}
|
|
7278
|
+
],
|
|
7279
|
+
"compatibility": {
|
|
7280
|
+
"nuxt": "^3.0.0",
|
|
7281
|
+
"requires": {
|
|
7282
|
+
"bridge": "optional"
|
|
7283
|
+
}
|
|
7284
|
+
}
|
|
7285
|
+
},
|
|
7286
|
+
{
|
|
7287
|
+
"name": "vcalendar",
|
|
7288
|
+
"description": "VCalendar module for Nuxt",
|
|
7289
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
7290
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
7291
|
+
"icon": "vcalendar.png",
|
|
7292
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
7293
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
7294
|
+
"learn_more": "",
|
|
7295
|
+
"category": "Libraries",
|
|
7296
|
+
"type": "3rd-party",
|
|
7297
|
+
"maintainers": [
|
|
7298
|
+
{
|
|
7299
|
+
"name": "Sam K",
|
|
7300
|
+
"github": "samk-dev"
|
|
7301
|
+
}
|
|
7302
|
+
],
|
|
7303
|
+
"compatibility": {
|
|
7304
|
+
"nuxt": "^3.0.0",
|
|
7305
|
+
"requires": {}
|
|
7306
|
+
}
|
|
7307
|
+
},
|
|
7308
|
+
{
|
|
7309
|
+
"name": "vee-validate",
|
|
7310
|
+
"description": "Painless Vue forms for Nuxt",
|
|
7311
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
7312
|
+
"npm": "@vee-validate/nuxt",
|
|
7313
|
+
"icon": "vee-validate.png",
|
|
7314
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
7315
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
7316
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
7317
|
+
"category": "Libraries",
|
|
7318
|
+
"type": "3rd-party",
|
|
7319
|
+
"maintainers": [
|
|
7320
|
+
{
|
|
7321
|
+
"name": "Abdelrahman Awad",
|
|
7322
|
+
"github": "logaretm"
|
|
7323
|
+
}
|
|
7324
|
+
],
|
|
7325
|
+
"compatibility": {
|
|
7326
|
+
"nuxt": "^3.0.0",
|
|
7327
|
+
"requires": {}
|
|
7328
|
+
}
|
|
7329
|
+
},
|
|
5591
7330
|
{
|
|
5592
7331
|
"name": "vendor",
|
|
5593
7332
|
"description": "directly serve node_modules",
|
|
@@ -5611,9 +7350,54 @@
|
|
|
5611
7350
|
"requires": {}
|
|
5612
7351
|
}
|
|
5613
7352
|
},
|
|
7353
|
+
{
|
|
7354
|
+
"name": "vercel-analytics",
|
|
7355
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
7356
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
7357
|
+
"npm": "nuxt-vercel-analytics",
|
|
7358
|
+
"icon": "",
|
|
7359
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
7360
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
7361
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
7362
|
+
"category": "Analytics",
|
|
7363
|
+
"type": "3rd-party",
|
|
7364
|
+
"maintainers": [
|
|
7365
|
+
{
|
|
7366
|
+
"name": "Alexander B.",
|
|
7367
|
+
"github": "xanderbarkhatov"
|
|
7368
|
+
}
|
|
7369
|
+
],
|
|
7370
|
+
"compatibility": {
|
|
7371
|
+
"nuxt": "^3.0.0",
|
|
7372
|
+
"requires": {}
|
|
7373
|
+
}
|
|
7374
|
+
},
|
|
7375
|
+
{
|
|
7376
|
+
"name": "vexip-ui",
|
|
7377
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
7378
|
+
"repo": "vexip-ui/nuxt",
|
|
7379
|
+
"npm": "@vexip-ui/nuxt",
|
|
7380
|
+
"icon": "vexip-ui.svg",
|
|
7381
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
7382
|
+
"website": "https://www.vexipui.com/",
|
|
7383
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
7384
|
+
"category": "UI",
|
|
7385
|
+
"type": "3rd-party",
|
|
7386
|
+
"maintainers": [
|
|
7387
|
+
{
|
|
7388
|
+
"name": "未觉雨声",
|
|
7389
|
+
"github": "qmhc",
|
|
7390
|
+
"twitter": "qmhc95"
|
|
7391
|
+
}
|
|
7392
|
+
],
|
|
7393
|
+
"compatibility": {
|
|
7394
|
+
"nuxt": "^3.0.0",
|
|
7395
|
+
"requires": {}
|
|
7396
|
+
}
|
|
7397
|
+
},
|
|
5614
7398
|
{
|
|
5615
7399
|
"name": "vite-pwa-nuxt",
|
|
5616
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
7400
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
5617
7401
|
"repo": "vite-pwa/nuxt",
|
|
5618
7402
|
"npm": "@vite-pwa/nuxt",
|
|
5619
7403
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -5640,24 +7424,52 @@
|
|
|
5640
7424
|
}
|
|
5641
7425
|
},
|
|
5642
7426
|
{
|
|
5643
|
-
"name": "
|
|
5644
|
-
"description": "
|
|
5645
|
-
"repo": "
|
|
5646
|
-
"npm": "nuxt
|
|
5647
|
-
"icon": "
|
|
5648
|
-
"github": "https://github.com/
|
|
5649
|
-
"website": "https://
|
|
5650
|
-
"learn_more": "",
|
|
5651
|
-
"category": "
|
|
7427
|
+
"name": "vue-email",
|
|
7428
|
+
"description": "💌 Write email templates with vue",
|
|
7429
|
+
"repo": "vue-email/nuxt",
|
|
7430
|
+
"npm": "@vue-email/nuxt",
|
|
7431
|
+
"icon": "vue-email.svg",
|
|
7432
|
+
"github": "https://github.com/vue-email/nuxt",
|
|
7433
|
+
"website": "https://vuemail.net/",
|
|
7434
|
+
"learn_more": "https://vuemail.net/ssr/nuxt",
|
|
7435
|
+
"category": "UI",
|
|
5652
7436
|
"type": "3rd-party",
|
|
5653
7437
|
"maintainers": [
|
|
5654
7438
|
{
|
|
5655
|
-
"name": "
|
|
5656
|
-
"github": "
|
|
7439
|
+
"name": "David Arenas",
|
|
7440
|
+
"github": "Dave136",
|
|
7441
|
+
"twitter": "davejs4",
|
|
7442
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
5657
7443
|
},
|
|
5658
7444
|
{
|
|
5659
|
-
"name": "
|
|
5660
|
-
"github": "
|
|
7445
|
+
"name": "Younes Barrad",
|
|
7446
|
+
"github": "Flowko",
|
|
7447
|
+
"twitter": "imflowko",
|
|
7448
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
7449
|
+
}
|
|
7450
|
+
],
|
|
7451
|
+
"compatibility": {
|
|
7452
|
+
"nuxt": "^3.0.0",
|
|
7453
|
+
"requires": {},
|
|
7454
|
+
"devtools": "^0.0.0"
|
|
7455
|
+
}
|
|
7456
|
+
},
|
|
7457
|
+
{
|
|
7458
|
+
"name": "vue-final-modal",
|
|
7459
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7460
|
+
"repo": "vue-final/vue-final-modal#master/packages/nuxt",
|
|
7461
|
+
"npm": "@vue-final-modal/nuxt",
|
|
7462
|
+
"icon": "vue-final-modal.svg",
|
|
7463
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
7464
|
+
"website": "https://vue-final-modal.org/",
|
|
7465
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
7466
|
+
"category": "UI",
|
|
7467
|
+
"type": "3rd-party",
|
|
7468
|
+
"maintainers": [
|
|
7469
|
+
{
|
|
7470
|
+
"name": "Hunter Liu",
|
|
7471
|
+
"github": "hunterliu1003",
|
|
7472
|
+
"twitter": "hunterliu1003"
|
|
5661
7473
|
}
|
|
5662
7474
|
],
|
|
5663
7475
|
"compatibility": {
|
|
@@ -5667,13 +7479,13 @@
|
|
|
5667
7479
|
},
|
|
5668
7480
|
{
|
|
5669
7481
|
"name": "vue-macros",
|
|
5670
|
-
"description": "Explore
|
|
5671
|
-
"repo": "sxzz/
|
|
7482
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
7483
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5672
7484
|
"npm": "@vue-macros/nuxt",
|
|
5673
7485
|
"icon": "vue-macros.svg",
|
|
5674
|
-
"github": "https://github.com/sxzz/
|
|
7486
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5675
7487
|
"website": "https://vue-macros.sxzz.moe",
|
|
5676
|
-
"learn_more": "https://github.com/sxzz/
|
|
7488
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5677
7489
|
"category": "Extensions",
|
|
5678
7490
|
"type": "3rd-party",
|
|
5679
7491
|
"maintainers": [
|
|
@@ -5687,7 +7499,8 @@
|
|
|
5687
7499
|
"nuxt": "^3.0.0",
|
|
5688
7500
|
"requires": {
|
|
5689
7501
|
"bridge": "optional"
|
|
5690
|
-
}
|
|
7502
|
+
},
|
|
7503
|
+
"devtools": "^0.0.0"
|
|
5691
7504
|
}
|
|
5692
7505
|
},
|
|
5693
7506
|
{
|
|
@@ -5714,7 +7527,7 @@
|
|
|
5714
7527
|
},
|
|
5715
7528
|
{
|
|
5716
7529
|
"name": "vue-multiselect",
|
|
5717
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
7530
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
5718
7531
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
5719
7532
|
"npm": "nuxt-vue-multiselect",
|
|
5720
7533
|
"icon": "",
|
|
@@ -5756,6 +7569,29 @@
|
|
|
5756
7569
|
"requires": {}
|
|
5757
7570
|
}
|
|
5758
7571
|
},
|
|
7572
|
+
{
|
|
7573
|
+
"name": "vue-query",
|
|
7574
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
7575
|
+
"repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
|
|
7576
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
7577
|
+
"icon": "vue-query.svg",
|
|
7578
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
7579
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
7580
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
7581
|
+
"category": "Request",
|
|
7582
|
+
"type": "3rd-party",
|
|
7583
|
+
"maintainers": [
|
|
7584
|
+
{
|
|
7585
|
+
"name": "Hebilicious",
|
|
7586
|
+
"github": "Hebilicious",
|
|
7587
|
+
"twitter": "its_hebilicious"
|
|
7588
|
+
}
|
|
7589
|
+
],
|
|
7590
|
+
"compatibility": {
|
|
7591
|
+
"nuxt": "^3.0.0",
|
|
7592
|
+
"requires": {}
|
|
7593
|
+
}
|
|
7594
|
+
},
|
|
5759
7595
|
{
|
|
5760
7596
|
"name": "vue-select",
|
|
5761
7597
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -5805,7 +7641,7 @@
|
|
|
5805
7641
|
},
|
|
5806
7642
|
{
|
|
5807
7643
|
"name": "vue-warehouse",
|
|
5808
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7644
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
5809
7645
|
"repo": "juliomrqz/vue-warehouse",
|
|
5810
7646
|
"npm": "vue-warehouse",
|
|
5811
7647
|
"icon": "",
|
|
@@ -5826,10 +7662,33 @@
|
|
|
5826
7662
|
"requires": {}
|
|
5827
7663
|
}
|
|
5828
7664
|
},
|
|
7665
|
+
{
|
|
7666
|
+
"name": "vue3-carousel-nuxt",
|
|
7667
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
7668
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
7669
|
+
"npm": "vue3-carousel-nuxt",
|
|
7670
|
+
"icon": "",
|
|
7671
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7672
|
+
"website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7673
|
+
"learn_more": "",
|
|
7674
|
+
"category": "UI",
|
|
7675
|
+
"type": "3rd-party",
|
|
7676
|
+
"maintainers": [
|
|
7677
|
+
{
|
|
7678
|
+
"name": "Gaetan SENN",
|
|
7679
|
+
"github": "gaetansenn",
|
|
7680
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
7681
|
+
}
|
|
7682
|
+
],
|
|
7683
|
+
"compatibility": {
|
|
7684
|
+
"nuxt": "^3.0.0",
|
|
7685
|
+
"requires": {}
|
|
7686
|
+
}
|
|
7687
|
+
},
|
|
5829
7688
|
{
|
|
5830
7689
|
"name": "vuefire",
|
|
5831
7690
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
5832
|
-
"repo": "vuejs/vuefire/packages/nuxt",
|
|
7691
|
+
"repo": "vuejs/vuefire#main/packages/nuxt",
|
|
5833
7692
|
"npm": "nuxt-vuefire",
|
|
5834
7693
|
"icon": "vuefire.svg",
|
|
5835
7694
|
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
@@ -5848,15 +7707,61 @@
|
|
|
5848
7707
|
"requires": {}
|
|
5849
7708
|
}
|
|
5850
7709
|
},
|
|
7710
|
+
{
|
|
7711
|
+
"name": "vueform-builder",
|
|
7712
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7713
|
+
"repo": "vueform/builder#main/nuxt",
|
|
7714
|
+
"npm": "@vueform/builder-nuxt",
|
|
7715
|
+
"icon": "vueform.svg",
|
|
7716
|
+
"github": "https://github.com/vueform/builder",
|
|
7717
|
+
"website": "https://builder.vueform.com",
|
|
7718
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7719
|
+
"category": "Libraries",
|
|
7720
|
+
"type": "3rd-party",
|
|
7721
|
+
"maintainers": [
|
|
7722
|
+
{
|
|
7723
|
+
"name": "Adam Berecz",
|
|
7724
|
+
"github": "adamberecz",
|
|
7725
|
+
"twitter": "bereczadam"
|
|
7726
|
+
}
|
|
7727
|
+
],
|
|
7728
|
+
"compatibility": {
|
|
7729
|
+
"nuxt": "^3.0.0",
|
|
7730
|
+
"requires": {}
|
|
7731
|
+
}
|
|
7732
|
+
},
|
|
7733
|
+
{
|
|
7734
|
+
"name": "vueform",
|
|
7735
|
+
"description": "Official Vueform module for Nuxt",
|
|
7736
|
+
"repo": "vueform/vueform#main/nuxt",
|
|
7737
|
+
"npm": "@vueform/nuxt",
|
|
7738
|
+
"icon": "vueform.svg",
|
|
7739
|
+
"github": "https://github.com/vueform/vueform",
|
|
7740
|
+
"website": "https://vueform.com",
|
|
7741
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7742
|
+
"category": "Libraries",
|
|
7743
|
+
"type": "3rd-party",
|
|
7744
|
+
"maintainers": [
|
|
7745
|
+
{
|
|
7746
|
+
"name": "Adam Berecz",
|
|
7747
|
+
"github": "adamberecz",
|
|
7748
|
+
"twitter": "bereczadam"
|
|
7749
|
+
}
|
|
7750
|
+
],
|
|
7751
|
+
"compatibility": {
|
|
7752
|
+
"nuxt": "^3.0.0",
|
|
7753
|
+
"requires": {}
|
|
7754
|
+
}
|
|
7755
|
+
},
|
|
5851
7756
|
{
|
|
5852
7757
|
"name": "vuestic",
|
|
5853
|
-
"description": "Vuestic UI module for Nuxt
|
|
7758
|
+
"description": "Vuestic UI module for Nuxt",
|
|
5854
7759
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
5855
7760
|
"npm": "@vuestic/nuxt",
|
|
5856
7761
|
"icon": "vuestic.png",
|
|
5857
7762
|
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
5858
|
-
"website": "https://vuestic.dev",
|
|
5859
|
-
"learn_more": "https://vuestic.dev/
|
|
7763
|
+
"website": "https://ui.vuestic.dev",
|
|
7764
|
+
"learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
|
|
5860
7765
|
"category": "UI",
|
|
5861
7766
|
"type": "3rd-party",
|
|
5862
7767
|
"maintainers": [
|
|
@@ -5870,9 +7775,31 @@
|
|
|
5870
7775
|
"requires": {}
|
|
5871
7776
|
}
|
|
5872
7777
|
},
|
|
7778
|
+
{
|
|
7779
|
+
"name": "vuetify-nuxt-module",
|
|
7780
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
7781
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
7782
|
+
"npm": "vuetify-nuxt-module",
|
|
7783
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
7784
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7785
|
+
"website": "https://vuetify-nuxt-module.netlify.app/",
|
|
7786
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
|
|
7787
|
+
"category": "UI",
|
|
7788
|
+
"type": "3rd-party",
|
|
7789
|
+
"maintainers": [
|
|
7790
|
+
{
|
|
7791
|
+
"name": "Joaquín Sánchez",
|
|
7792
|
+
"github": "userquin"
|
|
7793
|
+
}
|
|
7794
|
+
],
|
|
7795
|
+
"compatibility": {
|
|
7796
|
+
"nuxt": "^3.0.0",
|
|
7797
|
+
"requires": {}
|
|
7798
|
+
}
|
|
7799
|
+
},
|
|
5873
7800
|
{
|
|
5874
7801
|
"name": "vuetify",
|
|
5875
|
-
"description": "Vuetify Module for Nuxt
|
|
7802
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
5876
7803
|
"repo": "nuxt-community/vuetify-module",
|
|
5877
7804
|
"npm": "@nuxtjs/vuetify",
|
|
5878
7805
|
"icon": "vuetify.png",
|
|
@@ -5919,7 +7846,8 @@
|
|
|
5919
7846
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5920
7847
|
"requires": {
|
|
5921
7848
|
"bridge": "optional"
|
|
5922
|
-
}
|
|
7849
|
+
},
|
|
7850
|
+
"devtools": "^0.0.0"
|
|
5923
7851
|
}
|
|
5924
7852
|
},
|
|
5925
7853
|
{
|
|
@@ -5946,9 +7874,9 @@
|
|
|
5946
7874
|
},
|
|
5947
7875
|
{
|
|
5948
7876
|
"name": "vunix",
|
|
5949
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
5950
|
-
"repo": "gaetansenn/vunix",
|
|
5951
|
-
"npm": "vunix",
|
|
7877
|
+
"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.",
|
|
7878
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
7879
|
+
"npm": "@vunix/nuxt",
|
|
5952
7880
|
"icon": "",
|
|
5953
7881
|
"github": "https://github.com/gaetansenn/vunix",
|
|
5954
7882
|
"website": "https://vunix.dewib.com/",
|
|
@@ -5970,11 +7898,11 @@
|
|
|
5970
7898
|
{
|
|
5971
7899
|
"name": "web-vitals",
|
|
5972
7900
|
"description": "Web Vitals for Nuxt",
|
|
5973
|
-
"repo": "nuxt-
|
|
7901
|
+
"repo": "nuxt-modules/web-vitals",
|
|
5974
7902
|
"npm": "@nuxtjs/web-vitals",
|
|
5975
7903
|
"icon": "web-vitals.png",
|
|
5976
|
-
"github": "https://github.com/nuxt-
|
|
5977
|
-
"website": "https://github.com/nuxt-
|
|
7904
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7905
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
5978
7906
|
"learn_more": "",
|
|
5979
7907
|
"category": "Performance",
|
|
5980
7908
|
"type": "community",
|
|
@@ -6025,7 +7953,7 @@
|
|
|
6025
7953
|
},
|
|
6026
7954
|
{
|
|
6027
7955
|
"name": "webpack-optimisations",
|
|
6028
|
-
"description": "Nuxt
|
|
7956
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
6029
7957
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
6030
7958
|
"npm": "nuxt-webpack-optimisations",
|
|
6031
7959
|
"icon": "build-optimisations.svg",
|
|
@@ -6100,7 +8028,7 @@
|
|
|
6100
8028
|
"icon": "webpack.png",
|
|
6101
8029
|
"github": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
6102
8030
|
"website": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
6103
|
-
"learn_more": "
|
|
8031
|
+
"learn_more": "",
|
|
6104
8032
|
"category": "Devtools",
|
|
6105
8033
|
"type": "community",
|
|
6106
8034
|
"maintainers": [
|
|
@@ -6117,7 +8045,7 @@
|
|
|
6117
8045
|
},
|
|
6118
8046
|
{
|
|
6119
8047
|
"name": "well-known",
|
|
6120
|
-
"description": "A Nuxt
|
|
8048
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
6121
8049
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6122
8050
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6123
8051
|
"icon": "well-known.svg",
|
|
@@ -6137,14 +8065,40 @@
|
|
|
6137
8065
|
"requires": {}
|
|
6138
8066
|
}
|
|
6139
8067
|
},
|
|
8068
|
+
{
|
|
8069
|
+
"name": "wideangle",
|
|
8070
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
8071
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
8072
|
+
"npm": "wideangle-nuxt",
|
|
8073
|
+
"icon": "wideangle.png",
|
|
8074
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
8075
|
+
"website": "https://wideangle.co",
|
|
8076
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
8077
|
+
"category": "Analytics",
|
|
8078
|
+
"type": "3rd-party",
|
|
8079
|
+
"maintainers": [
|
|
8080
|
+
{
|
|
8081
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
8082
|
+
"github": "inputobjects"
|
|
8083
|
+
},
|
|
8084
|
+
{
|
|
8085
|
+
"name": "Jarek Rozanski",
|
|
8086
|
+
"github": "jrozanski"
|
|
8087
|
+
}
|
|
8088
|
+
],
|
|
8089
|
+
"compatibility": {
|
|
8090
|
+
"nuxt": "^3.0.0",
|
|
8091
|
+
"requires": {}
|
|
8092
|
+
}
|
|
8093
|
+
},
|
|
6140
8094
|
{
|
|
6141
8095
|
"name": "windicss",
|
|
6142
8096
|
"description": "Next generation utility-first CSS framework.",
|
|
6143
|
-
"repo": "windicss/nuxt-windicss
|
|
8097
|
+
"repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
|
|
6144
8098
|
"npm": "nuxt-windicss",
|
|
6145
8099
|
"icon": "windicss.svg",
|
|
6146
|
-
"github": "https://github.com/windicss/nuxt-windicss
|
|
6147
|
-
"website": "https://github.com/windicss/nuxt-windicss
|
|
8100
|
+
"github": "https://github.com/windicss/nuxt-windicss",
|
|
8101
|
+
"website": "https://github.com/windicss/nuxt-windicss",
|
|
6148
8102
|
"learn_more": "https://windicss.org/",
|
|
6149
8103
|
"category": "UI",
|
|
6150
8104
|
"type": "3rd-party",
|
|
@@ -6280,55 +8234,9 @@
|
|
|
6280
8234
|
"requires": {}
|
|
6281
8235
|
}
|
|
6282
8236
|
},
|
|
6283
|
-
{
|
|
6284
|
-
"name": "yandex-metrika-next",
|
|
6285
|
-
"description": "Yandex Metrika integration for Nuxt",
|
|
6286
|
-
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6287
|
-
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6288
|
-
"icon": "yandex-metrika.svg",
|
|
6289
|
-
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6290
|
-
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6291
|
-
"learn_more": "",
|
|
6292
|
-
"category": "Analytics",
|
|
6293
|
-
"type": "3rd-party",
|
|
6294
|
-
"maintainers": [
|
|
6295
|
-
{
|
|
6296
|
-
"name": "Aleksandr Saburov",
|
|
6297
|
-
"github": "artmizu",
|
|
6298
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6299
|
-
}
|
|
6300
|
-
],
|
|
6301
|
-
"compatibility": {
|
|
6302
|
-
"nuxt": "^3.0.0",
|
|
6303
|
-
"requires": {}
|
|
6304
|
-
}
|
|
6305
|
-
},
|
|
6306
|
-
{
|
|
6307
|
-
"name": "yandex-metrika",
|
|
6308
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
6309
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
6310
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
6311
|
-
"icon": "",
|
|
6312
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6313
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6314
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
6315
|
-
"category": "Analytics",
|
|
6316
|
-
"type": "community",
|
|
6317
|
-
"maintainers": [
|
|
6318
|
-
{
|
|
6319
|
-
"name": "Pooya Parsa",
|
|
6320
|
-
"github": "pi0",
|
|
6321
|
-
"twitter": "_pi0_"
|
|
6322
|
-
}
|
|
6323
|
-
],
|
|
6324
|
-
"compatibility": {
|
|
6325
|
-
"nuxt": "^2.0.0",
|
|
6326
|
-
"requires": {}
|
|
6327
|
-
}
|
|
6328
|
-
},
|
|
6329
8237
|
{
|
|
6330
8238
|
"name": "zendesk",
|
|
6331
|
-
"description": "Nuxt
|
|
8239
|
+
"description": "Nuxt module for Zendesk",
|
|
6332
8240
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
6333
8241
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
6334
8242
|
"icon": "zendesk.png",
|