@nuxt/modules 0.6.0-ce3caf → 0.6.0-cfd1f2
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 +2360 -565
- 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",
|
|
@@ -146,14 +146,60 @@
|
|
|
146
146
|
"requires": {}
|
|
147
147
|
}
|
|
148
148
|
},
|
|
149
|
+
{
|
|
150
|
+
"name": "ant-design-vue",
|
|
151
|
+
"description": "A Vue 3 based component library for designers and developers",
|
|
152
|
+
"repo": "vueComponent/ant-design-vue-nuxt",
|
|
153
|
+
"npm": "@ant-design-vue/nuxt",
|
|
154
|
+
"icon": "ant-design-vue.svg",
|
|
155
|
+
"github": "https://github.com/vueComponent/ant-design-vue-nuxt",
|
|
156
|
+
"website": "https://antdv.com",
|
|
157
|
+
"learn_more": "https://github.com/vueComponent/ant-design-vue-nuxt",
|
|
158
|
+
"category": "UI",
|
|
159
|
+
"type": "3rd-party",
|
|
160
|
+
"maintainers": [
|
|
161
|
+
{
|
|
162
|
+
"name": "tangjinzhou",
|
|
163
|
+
"github": "tangjinzhou"
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
"compatibility": {
|
|
167
|
+
"nuxt": "^3.0.0",
|
|
168
|
+
"requires": {
|
|
169
|
+
"bridge": "optional"
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
},
|
|
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",
|
|
192
|
+
"requires": {}
|
|
193
|
+
}
|
|
194
|
+
},
|
|
149
195
|
{
|
|
150
196
|
"name": "api-party",
|
|
151
|
-
"description": "
|
|
197
|
+
"description": "Securely connect to any API with a server proxy and dynamic composables",
|
|
152
198
|
"repo": "johannschopplich/nuxt-api-party",
|
|
153
199
|
"npm": "nuxt-api-party",
|
|
154
200
|
"icon": "api-party.svg",
|
|
155
201
|
"github": "https://github.com/johannschopplich/nuxt-api-party",
|
|
156
|
-
"website": "https://nuxt-api-party.
|
|
202
|
+
"website": "https://nuxt-api-party.byjohann.dev/",
|
|
157
203
|
"learn_more": "",
|
|
158
204
|
"category": "Request",
|
|
159
205
|
"type": "3rd-party",
|
|
@@ -196,7 +242,7 @@
|
|
|
196
242
|
},
|
|
197
243
|
{
|
|
198
244
|
"name": "apollo",
|
|
199
|
-
"description": "Integrate GraphQL in your Nuxt
|
|
245
|
+
"description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
|
|
200
246
|
"repo": "nuxt-modules/apollo",
|
|
201
247
|
"npm": "@nuxtjs/apollo",
|
|
202
248
|
"icon": "apollo.png",
|
|
@@ -220,7 +266,7 @@
|
|
|
220
266
|
},
|
|
221
267
|
{
|
|
222
268
|
"name": "applicationinsights",
|
|
223
|
-
"description": "AppInsights module for Nuxt
|
|
269
|
+
"description": "AppInsights module for Nuxt",
|
|
224
270
|
"repo": "nuxt-community/applicationinsights-module",
|
|
225
271
|
"npm": "@nuxtjs/applicationinsights",
|
|
226
272
|
"icon": "application-insights.png",
|
|
@@ -262,9 +308,76 @@
|
|
|
262
308
|
"requires": {}
|
|
263
309
|
}
|
|
264
310
|
},
|
|
311
|
+
{
|
|
312
|
+
"name": "arco-design-nuxt-module",
|
|
313
|
+
"description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
|
|
314
|
+
"repo": "wiidede/arco-design-nuxt-module",
|
|
315
|
+
"npm": "arco-design-nuxt-module",
|
|
316
|
+
"icon": "arco-design.svg",
|
|
317
|
+
"github": "https://github.com/wiidede/arco-design-nuxt-module",
|
|
318
|
+
"website": "https://arco.design/vue",
|
|
319
|
+
"learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
|
|
320
|
+
"category": "UI",
|
|
321
|
+
"type": "3rd-party",
|
|
322
|
+
"maintainers": [
|
|
323
|
+
{
|
|
324
|
+
"name": "wiidede",
|
|
325
|
+
"github": "wiidede"
|
|
326
|
+
}
|
|
327
|
+
],
|
|
328
|
+
"compatibility": {
|
|
329
|
+
"nuxt": "^3.0.0",
|
|
330
|
+
"requires": {}
|
|
331
|
+
}
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"name": "ark-ui",
|
|
335
|
+
"description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
|
|
336
|
+
"repo": "iamdin/nuxt-ark-ui",
|
|
337
|
+
"npm": "nuxt-ark-ui",
|
|
338
|
+
"icon": "ark-ui.svg",
|
|
339
|
+
"github": "https://github.com/iamdin/nuxt-ark-ui",
|
|
340
|
+
"website": "https://ark-ui.com/",
|
|
341
|
+
"learn_more": "https://github.com/iamdin/nuxt-ark-ui",
|
|
342
|
+
"category": "UI",
|
|
343
|
+
"type": "3rd-party",
|
|
344
|
+
"maintainers": [
|
|
345
|
+
{
|
|
346
|
+
"name": "Din",
|
|
347
|
+
"github": "iamdin",
|
|
348
|
+
"twitter": "iamdinq"
|
|
349
|
+
}
|
|
350
|
+
],
|
|
351
|
+
"compatibility": {
|
|
352
|
+
"nuxt": "^3.0.0",
|
|
353
|
+
"requires": {}
|
|
354
|
+
}
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"name": "auth-utils",
|
|
358
|
+
"description": "Minimalist Auth module for Nuxt with SSR.",
|
|
359
|
+
"repo": "atinux/nuxt-auth-utils",
|
|
360
|
+
"npm": "nuxt-auth-utils",
|
|
361
|
+
"icon": "",
|
|
362
|
+
"github": "https://github.com/atinux/nuxt-auth-utils",
|
|
363
|
+
"website": "https://github.com/atinux/nuxt-auth-utils",
|
|
364
|
+
"learn_more": "",
|
|
365
|
+
"category": "Security",
|
|
366
|
+
"type": "3rd-party",
|
|
367
|
+
"maintainers": [
|
|
368
|
+
{
|
|
369
|
+
"name": "atinux",
|
|
370
|
+
"github": "atinux"
|
|
371
|
+
}
|
|
372
|
+
],
|
|
373
|
+
"compatibility": {
|
|
374
|
+
"nuxt": "^3.0.0",
|
|
375
|
+
"requires": {}
|
|
376
|
+
}
|
|
377
|
+
},
|
|
265
378
|
{
|
|
266
379
|
"name": "auth",
|
|
267
|
-
"description": "Zero-boilerplate authentication support for Nuxt.
|
|
380
|
+
"description": "Zero-boilerplate authentication support for Nuxt.",
|
|
268
381
|
"repo": "nuxt-community/auth-module",
|
|
269
382
|
"npm": "@nuxtjs/auth",
|
|
270
383
|
"icon": "auth.png",
|
|
@@ -289,9 +402,55 @@
|
|
|
289
402
|
"requires": {}
|
|
290
403
|
}
|
|
291
404
|
},
|
|
405
|
+
{
|
|
406
|
+
"name": "authjs",
|
|
407
|
+
"description": "Auth.js authentication Nuxt module. Edge compatible.",
|
|
408
|
+
"repo": "Hebilicious/authjs-nuxt#main",
|
|
409
|
+
"npm": "@hebilicious/authjs-nuxt",
|
|
410
|
+
"icon": "authjs.png",
|
|
411
|
+
"github": "https://github.com/Hebilicious/authjs-nuxt",
|
|
412
|
+
"website": "https://authjs-nuxt.pages.dev/",
|
|
413
|
+
"learn_more": "https://authjs.dev/",
|
|
414
|
+
"category": "Security",
|
|
415
|
+
"type": "3rd-party",
|
|
416
|
+
"maintainers": [
|
|
417
|
+
{
|
|
418
|
+
"name": "Hebilicious",
|
|
419
|
+
"github": "Hebilicious",
|
|
420
|
+
"twitter": "its_hebilicious"
|
|
421
|
+
}
|
|
422
|
+
],
|
|
423
|
+
"compatibility": {
|
|
424
|
+
"nuxt": "^3.0.0",
|
|
425
|
+
"requires": {}
|
|
426
|
+
}
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"name": "auto-animate",
|
|
430
|
+
"description": "Automatic animations for your Nuxt app with a single line of code.",
|
|
431
|
+
"repo": "formkit/auto-animate",
|
|
432
|
+
"npm": "@formkit/auto-animate",
|
|
433
|
+
"icon": "auto-animate.svg",
|
|
434
|
+
"github": "https://github.com/formkit/auto-animate",
|
|
435
|
+
"website": "https://auto-animate.formkit.com",
|
|
436
|
+
"learn_more": "https://auto-animate.formkit.com",
|
|
437
|
+
"category": "Libraries",
|
|
438
|
+
"type": "3rd-party",
|
|
439
|
+
"maintainers": [
|
|
440
|
+
{
|
|
441
|
+
"name": "Justin Schroeder",
|
|
442
|
+
"github": "justin-schroeder",
|
|
443
|
+
"twitter": "jpschroeder"
|
|
444
|
+
}
|
|
445
|
+
],
|
|
446
|
+
"compatibility": {
|
|
447
|
+
"nuxt": "^3.0.0",
|
|
448
|
+
"requires": {}
|
|
449
|
+
}
|
|
450
|
+
},
|
|
292
451
|
{
|
|
293
452
|
"name": "axios",
|
|
294
|
-
"description": "Secure and easy Axios module with Nuxt
|
|
453
|
+
"description": "Secure and easy Axios module with Nuxt",
|
|
295
454
|
"repo": "nuxt-community/axios-module",
|
|
296
455
|
"npm": "@nuxtjs/axios",
|
|
297
456
|
"icon": "axios.svg",
|
|
@@ -314,7 +473,7 @@
|
|
|
314
473
|
},
|
|
315
474
|
{
|
|
316
475
|
"name": "basic-auth",
|
|
317
|
-
"description": "Provide basic authentication to your Nuxt
|
|
476
|
+
"description": "Provide basic authentication to your Nuxt application",
|
|
318
477
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
319
478
|
"npm": "nuxt-basic-auth-module",
|
|
320
479
|
"icon": "",
|
|
@@ -438,7 +597,7 @@
|
|
|
438
597
|
},
|
|
439
598
|
{
|
|
440
599
|
"name": "bulma-slim",
|
|
441
|
-
"description": "Nuxt
|
|
600
|
+
"description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
|
|
442
601
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
443
602
|
"npm": "nuxt-bulma-slim",
|
|
444
603
|
"icon": "bulma.png",
|
|
@@ -505,7 +664,7 @@
|
|
|
505
664
|
},
|
|
506
665
|
{
|
|
507
666
|
"name": "canvas-sketch",
|
|
508
|
-
"description": "Nuxt
|
|
667
|
+
"description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
509
668
|
"repo": "LuXDAmore/generative-art",
|
|
510
669
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
511
670
|
"icon": "",
|
|
@@ -526,9 +685,31 @@
|
|
|
526
685
|
"requires": {}
|
|
527
686
|
}
|
|
528
687
|
},
|
|
688
|
+
{
|
|
689
|
+
"name": "capo",
|
|
690
|
+
"description": "Capo.js implementation for Nuxt",
|
|
691
|
+
"repo": "danielroe/nuxt-capo",
|
|
692
|
+
"npm": "nuxt-capo",
|
|
693
|
+
"icon": "",
|
|
694
|
+
"github": "https://github.com/danielroe/nuxt-capo",
|
|
695
|
+
"website": "https://github.com/danielroe/nuxt-capo",
|
|
696
|
+
"learn_more": "",
|
|
697
|
+
"category": "Performance",
|
|
698
|
+
"type": "3rd-party",
|
|
699
|
+
"maintainers": [
|
|
700
|
+
{
|
|
701
|
+
"name": "danielroe",
|
|
702
|
+
"github": "danielroe"
|
|
703
|
+
}
|
|
704
|
+
],
|
|
705
|
+
"compatibility": {
|
|
706
|
+
"nuxt": "^3.0.0",
|
|
707
|
+
"requires": {}
|
|
708
|
+
}
|
|
709
|
+
},
|
|
529
710
|
{
|
|
530
711
|
"name": "chakra-ui",
|
|
531
|
-
"description": "Chakra UI Module for Nuxt
|
|
712
|
+
"description": "Chakra UI Module for Nuxt",
|
|
532
713
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
533
714
|
"npm": "@chakra-ui/nuxt",
|
|
534
715
|
"icon": "chakra-ui.png",
|
|
@@ -575,10 +756,10 @@
|
|
|
575
756
|
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
576
757
|
"repo": "chiffre-io/nuxt-chiffre",
|
|
577
758
|
"npm": "nuxt-chiffre",
|
|
578
|
-
"icon": "
|
|
759
|
+
"icon": "chiffre.png",
|
|
579
760
|
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
580
761
|
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
581
|
-
"learn_more": "https://chiffre.io",
|
|
762
|
+
"learn_more": "https://chiffre.io/",
|
|
582
763
|
"category": "Analytics",
|
|
583
764
|
"type": "3rd-party",
|
|
584
765
|
"maintainers": [
|
|
@@ -592,6 +773,29 @@
|
|
|
592
773
|
"requires": {}
|
|
593
774
|
}
|
|
594
775
|
},
|
|
776
|
+
{
|
|
777
|
+
"name": "clarity-analytics",
|
|
778
|
+
"description": "Clarity Analytics Module for Nuxt",
|
|
779
|
+
"repo": "Barbapapazes/nuxt-clarity-analytics",
|
|
780
|
+
"npm": "nuxt-clarity-analytics",
|
|
781
|
+
"icon": "",
|
|
782
|
+
"github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
|
|
783
|
+
"website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
|
|
784
|
+
"learn_more": "https://clarity.microsoft.com/",
|
|
785
|
+
"category": "Analytics",
|
|
786
|
+
"type": "3rd-party",
|
|
787
|
+
"maintainers": [
|
|
788
|
+
{
|
|
789
|
+
"name": "Barbapapazes",
|
|
790
|
+
"github": "Barbapapazes",
|
|
791
|
+
"twitter": "soubiran_"
|
|
792
|
+
}
|
|
793
|
+
],
|
|
794
|
+
"compatibility": {
|
|
795
|
+
"nuxt": "^3.0.0",
|
|
796
|
+
"requires": {}
|
|
797
|
+
}
|
|
798
|
+
},
|
|
595
799
|
{
|
|
596
800
|
"name": "client-init",
|
|
597
801
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
@@ -616,7 +820,7 @@
|
|
|
616
820
|
},
|
|
617
821
|
{
|
|
618
822
|
"name": "cloudcms",
|
|
619
|
-
"description": "CloudCMS Nuxt
|
|
823
|
+
"description": "CloudCMS Nuxt Module",
|
|
620
824
|
"repo": "gitana/cloudcms-nuxt",
|
|
621
825
|
"npm": "cloudcms-nuxt",
|
|
622
826
|
"icon": "",
|
|
@@ -665,11 +869,11 @@
|
|
|
665
869
|
},
|
|
666
870
|
{
|
|
667
871
|
"name": "cloudinary",
|
|
668
|
-
"description": "Optimize images and videos in your Nuxt
|
|
669
|
-
"repo": "nuxt-
|
|
872
|
+
"description": "Optimize images and videos in your Nuxt application",
|
|
873
|
+
"repo": "nuxt-modules/cloudinary",
|
|
670
874
|
"npm": "@nuxtjs/cloudinary",
|
|
671
875
|
"icon": "cloudinary.png",
|
|
672
|
-
"github": "https://github.com/nuxt-
|
|
876
|
+
"github": "https://github.com/nuxt-modules/cloudinary",
|
|
673
877
|
"website": "https://cloudinary.nuxtjs.org",
|
|
674
878
|
"learn_more": "https://cloudinary.com",
|
|
675
879
|
"category": "Images",
|
|
@@ -688,11 +892,11 @@
|
|
|
688
892
|
},
|
|
689
893
|
{
|
|
690
894
|
"name": "color-mode",
|
|
691
|
-
"description": "Dark and Light mode for
|
|
692
|
-
"repo": "nuxt-
|
|
895
|
+
"description": "Dark and Light mode for Nuxt with auto detection",
|
|
896
|
+
"repo": "nuxt-modules/color-mode",
|
|
693
897
|
"npm": "@nuxtjs/color-mode",
|
|
694
898
|
"icon": "color-mode.png",
|
|
695
|
-
"github": "https://github.com/nuxt-
|
|
899
|
+
"github": "https://github.com/nuxt-modules/color-mode",
|
|
696
900
|
"website": "https://color-mode.nuxtjs.org",
|
|
697
901
|
"learn_more": "",
|
|
698
902
|
"category": "UI",
|
|
@@ -785,7 +989,7 @@
|
|
|
785
989
|
"description": "Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.",
|
|
786
990
|
"repo": "nuxt/content#main",
|
|
787
991
|
"npm": "@nuxt/content",
|
|
788
|
-
"icon": "nuxt.
|
|
992
|
+
"icon": "nuxt.svg",
|
|
789
993
|
"github": "https://github.com/nuxt/content",
|
|
790
994
|
"website": "https://content.nuxtjs.org",
|
|
791
995
|
"learn_more": "",
|
|
@@ -909,7 +1113,7 @@
|
|
|
909
1113
|
},
|
|
910
1114
|
{
|
|
911
1115
|
"name": "darkmode.js",
|
|
912
|
-
"description": "Add darkmode / nightmode to your Nuxt
|
|
1116
|
+
"description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
|
|
913
1117
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
914
1118
|
"npm": "nuxtjs-darkmode-js-module",
|
|
915
1119
|
"icon": "darkmode.png",
|
|
@@ -931,7 +1135,7 @@
|
|
|
931
1135
|
},
|
|
932
1136
|
{
|
|
933
1137
|
"name": "date-fns",
|
|
934
|
-
"description": "Modern JavaScript date utility library - date-fns for Nuxt
|
|
1138
|
+
"description": "Modern JavaScript date utility library - date-fns for Nuxt",
|
|
935
1139
|
"repo": "nuxt-community/date-fns-module",
|
|
936
1140
|
"npm": "@nuxtjs/date-fns",
|
|
937
1141
|
"icon": "date-fns.png",
|
|
@@ -953,7 +1157,7 @@
|
|
|
953
1157
|
},
|
|
954
1158
|
{
|
|
955
1159
|
"name": "datocms-nuxt2",
|
|
956
|
-
"description": "DatoCMS integration for Nuxt
|
|
1160
|
+
"description": "DatoCMS integration for Nuxt v2",
|
|
957
1161
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
958
1162
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
959
1163
|
"icon": "datocms.svg",
|
|
@@ -999,31 +1203,31 @@
|
|
|
999
1203
|
},
|
|
1000
1204
|
{
|
|
1001
1205
|
"name": "dayjs",
|
|
1002
|
-
"description": "
|
|
1003
|
-
"repo": "
|
|
1004
|
-
"npm": "
|
|
1206
|
+
"description": "Day.js module for Nuxt",
|
|
1207
|
+
"repo": "fumeapp/dayjs",
|
|
1208
|
+
"npm": "dayjs-nuxt",
|
|
1005
1209
|
"icon": "day-js.png",
|
|
1006
|
-
"github": "https://github.com/
|
|
1007
|
-
"website": "https://github.com/
|
|
1210
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1211
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
1008
1212
|
"learn_more": "https://day.js.org/",
|
|
1009
|
-
"category": "
|
|
1010
|
-
"type": "
|
|
1213
|
+
"category": "Libraries",
|
|
1214
|
+
"type": "3rd-party",
|
|
1011
1215
|
"maintainers": [
|
|
1012
1216
|
{
|
|
1013
|
-
"name": "
|
|
1014
|
-
"github": "
|
|
1015
|
-
"twitter": "
|
|
1217
|
+
"name": "Kevin Olson",
|
|
1218
|
+
"github": "acidjazz",
|
|
1219
|
+
"twitter": "AppFume"
|
|
1016
1220
|
}
|
|
1017
1221
|
],
|
|
1018
1222
|
"compatibility": {
|
|
1019
|
-
"nuxt": "^
|
|
1223
|
+
"nuxt": "^3.0.0",
|
|
1020
1224
|
"requires": {}
|
|
1021
1225
|
}
|
|
1022
1226
|
},
|
|
1023
1227
|
{
|
|
1024
1228
|
"name": "delay-hydration",
|
|
1025
|
-
"description": "Improve your Nuxt
|
|
1026
|
-
"repo": "harlan-zw/nuxt-delay-hydration
|
|
1229
|
+
"description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
|
|
1230
|
+
"repo": "harlan-zw/nuxt-delay-hydration",
|
|
1027
1231
|
"npm": "nuxt-delay-hydration",
|
|
1028
1232
|
"icon": "lighthouse.svg",
|
|
1029
1233
|
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
@@ -1045,12 +1249,12 @@
|
|
|
1045
1249
|
},
|
|
1046
1250
|
{
|
|
1047
1251
|
"name": "device",
|
|
1048
|
-
"description": "Device detection module for Nuxt
|
|
1049
|
-
"repo": "nuxt-
|
|
1252
|
+
"description": "Device detection module for Nuxt",
|
|
1253
|
+
"repo": "nuxt-modules/device",
|
|
1050
1254
|
"npm": "@nuxtjs/device",
|
|
1051
1255
|
"icon": "",
|
|
1052
|
-
"github": "https://github.com/nuxt-
|
|
1053
|
-
"website": "https://github.com/nuxt-
|
|
1256
|
+
"github": "https://github.com/nuxt-modules/device",
|
|
1257
|
+
"website": "https://github.com/nuxt-modules/device",
|
|
1054
1258
|
"learn_more": "",
|
|
1055
1259
|
"category": "Extensions",
|
|
1056
1260
|
"type": "community",
|
|
@@ -1068,9 +1272,9 @@
|
|
|
1068
1272
|
{
|
|
1069
1273
|
"name": "devtools",
|
|
1070
1274
|
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1071
|
-
"repo": "nuxt/devtools#main",
|
|
1275
|
+
"repo": "nuxt/devtools#main/packages/devtools",
|
|
1072
1276
|
"npm": "@nuxt/devtools",
|
|
1073
|
-
"icon": "nuxt.
|
|
1277
|
+
"icon": "nuxt.svg",
|
|
1074
1278
|
"github": "https://github.com/nuxt/devtools",
|
|
1075
1279
|
"website": "https://devtools.nuxtjs.org/",
|
|
1076
1280
|
"learn_more": "",
|
|
@@ -1090,13 +1294,13 @@
|
|
|
1090
1294
|
},
|
|
1091
1295
|
{
|
|
1092
1296
|
"name": "directus",
|
|
1093
|
-
"description": "Easily connect your
|
|
1297
|
+
"description": "Easily connect your Nuxt application to your directus server.",
|
|
1094
1298
|
"repo": "intevel/nuxt-directus",
|
|
1095
1299
|
"npm": "nuxt-directus",
|
|
1096
1300
|
"icon": "directus.svg",
|
|
1097
|
-
"github": "https://github.com/
|
|
1098
|
-
"website": "https://nuxt-directus.
|
|
1099
|
-
"learn_more": "https://nuxt-directus.
|
|
1301
|
+
"github": "https://github.com/intevel/nuxt-directus/",
|
|
1302
|
+
"website": "https://nuxt-directus.site/",
|
|
1303
|
+
"learn_more": "https://nuxt-directus.site/",
|
|
1100
1304
|
"category": "CMS",
|
|
1101
1305
|
"type": "3rd-party",
|
|
1102
1306
|
"maintainers": [
|
|
@@ -1107,15 +1311,58 @@
|
|
|
1107
1311
|
}
|
|
1108
1312
|
],
|
|
1109
1313
|
"compatibility": {
|
|
1110
|
-
"nuxt": "^
|
|
1111
|
-
"requires": {
|
|
1112
|
-
|
|
1314
|
+
"nuxt": "^3.0.0",
|
|
1315
|
+
"requires": {},
|
|
1316
|
+
"devtools": "^0.0.0"
|
|
1317
|
+
}
|
|
1318
|
+
},
|
|
1319
|
+
{
|
|
1320
|
+
"name": "disqus",
|
|
1321
|
+
"description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
|
|
1322
|
+
"repo": "modbender/nuxt-disqus",
|
|
1323
|
+
"npm": "nuxt-disqus",
|
|
1324
|
+
"icon": "disqus.svg",
|
|
1325
|
+
"github": "https://github.com/modbender/nuxt-disqus",
|
|
1326
|
+
"website": "https://github.com/modbender/nuxt-disqus",
|
|
1327
|
+
"learn_more": "https://github.com/modbender/vue3-disqus",
|
|
1328
|
+
"category": "Libraries",
|
|
1329
|
+
"type": "3rd-party",
|
|
1330
|
+
"maintainers": [
|
|
1331
|
+
{
|
|
1332
|
+
"name": "modbender",
|
|
1333
|
+
"github": "modbender"
|
|
1334
|
+
}
|
|
1335
|
+
],
|
|
1336
|
+
"compatibility": {
|
|
1337
|
+
"nuxt": "^3.0.0",
|
|
1338
|
+
"requires": {}
|
|
1339
|
+
}
|
|
1340
|
+
},
|
|
1341
|
+
{
|
|
1342
|
+
"name": "doppler",
|
|
1343
|
+
"description": "Integrate your Doppler secrets into your Nuxt build",
|
|
1344
|
+
"repo": "JamieCurnow/nuxt-doppler",
|
|
1345
|
+
"npm": "nuxt-doppler",
|
|
1346
|
+
"icon": "doppler.png",
|
|
1347
|
+
"github": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1348
|
+
"website": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1349
|
+
"learn_more": "",
|
|
1350
|
+
"category": "Devtools",
|
|
1351
|
+
"type": "3rd-party",
|
|
1352
|
+
"maintainers": [
|
|
1353
|
+
{
|
|
1354
|
+
"name": "JamieCurnow",
|
|
1355
|
+
"github": "JamieCurnow"
|
|
1113
1356
|
}
|
|
1357
|
+
],
|
|
1358
|
+
"compatibility": {
|
|
1359
|
+
"nuxt": "^3.0.0",
|
|
1360
|
+
"requires": {}
|
|
1114
1361
|
}
|
|
1115
1362
|
},
|
|
1116
1363
|
{
|
|
1117
1364
|
"name": "dotenv",
|
|
1118
|
-
"description": "A Nuxt
|
|
1365
|
+
"description": "A Nuxt module that loads your .env file into your context options",
|
|
1119
1366
|
"repo": "nuxt-community/dotenv-module",
|
|
1120
1367
|
"npm": "@nuxtjs/dotenv",
|
|
1121
1368
|
"icon": "dotenv.png",
|
|
@@ -1137,13 +1384,13 @@
|
|
|
1137
1384
|
},
|
|
1138
1385
|
{
|
|
1139
1386
|
"name": "drupal-ce",
|
|
1140
|
-
"description": "Connects Nuxt
|
|
1387
|
+
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
1141
1388
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
1142
1389
|
"npm": "nuxtjs-drupal-ce",
|
|
1143
1390
|
"icon": "drupal-ce.png",
|
|
1144
1391
|
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
1145
|
-
"website": "https://
|
|
1146
|
-
"learn_more": "https://
|
|
1392
|
+
"website": "https://lupus-decoupled.org",
|
|
1393
|
+
"learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
|
|
1147
1394
|
"category": "CMS",
|
|
1148
1395
|
"type": "3rd-party",
|
|
1149
1396
|
"maintainers": [
|
|
@@ -1158,19 +1405,19 @@
|
|
|
1158
1405
|
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
1159
1406
|
},
|
|
1160
1407
|
{
|
|
1161
|
-
"name": "
|
|
1162
|
-
"github": "
|
|
1163
|
-
"avatar": "https://avatars.githubusercontent.com/u/
|
|
1408
|
+
"name": "Matic",
|
|
1409
|
+
"github": "TurtlBbx",
|
|
1410
|
+
"avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
|
|
1164
1411
|
}
|
|
1165
1412
|
],
|
|
1166
1413
|
"compatibility": {
|
|
1167
|
-
"nuxt": "^2.0.0",
|
|
1414
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1168
1415
|
"requires": {}
|
|
1169
1416
|
}
|
|
1170
1417
|
},
|
|
1171
1418
|
{
|
|
1172
1419
|
"name": "druxt",
|
|
1173
|
-
"description": "A bridge between frameworks, Drupal in the back, Nuxt
|
|
1420
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
|
|
1174
1421
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1175
1422
|
"npm": "druxt",
|
|
1176
1423
|
"icon": "druxt.svg",
|
|
@@ -1190,6 +1437,29 @@
|
|
|
1190
1437
|
"requires": {}
|
|
1191
1438
|
}
|
|
1192
1439
|
},
|
|
1440
|
+
{
|
|
1441
|
+
"name": "edgedb",
|
|
1442
|
+
"description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
|
|
1443
|
+
"repo": "Tahul/nuxt-edgedb",
|
|
1444
|
+
"npm": "nuxt-edgedb-module",
|
|
1445
|
+
"icon": "edgedb.svg",
|
|
1446
|
+
"github": "https://github.com/Tahul/nuxt-edgedb",
|
|
1447
|
+
"website": "https://github.com/Tahul/nuxt-edgedb",
|
|
1448
|
+
"learn_more": "https://github.com/Tahul/nuxt-edgedb",
|
|
1449
|
+
"category": "Database",
|
|
1450
|
+
"type": "3rd-party",
|
|
1451
|
+
"maintainers": [
|
|
1452
|
+
{
|
|
1453
|
+
"name": "Yaël Guilloux",
|
|
1454
|
+
"github": "Tahul",
|
|
1455
|
+
"twitter": "yaeeelglx"
|
|
1456
|
+
}
|
|
1457
|
+
],
|
|
1458
|
+
"compatibility": {
|
|
1459
|
+
"nuxt": "^3.8.0",
|
|
1460
|
+
"requires": {}
|
|
1461
|
+
}
|
|
1462
|
+
},
|
|
1193
1463
|
{
|
|
1194
1464
|
"name": "electron",
|
|
1195
1465
|
"description": "Integrate Nuxt and Electron.",
|
|
@@ -1238,7 +1508,7 @@
|
|
|
1238
1508
|
},
|
|
1239
1509
|
{
|
|
1240
1510
|
"name": "emotion",
|
|
1241
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1511
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1242
1512
|
"repo": "nuxt-modules/emotion",
|
|
1243
1513
|
"npm": "@nuxtjs/emotion",
|
|
1244
1514
|
"icon": "emotion.png",
|
|
@@ -1266,7 +1536,7 @@
|
|
|
1266
1536
|
},
|
|
1267
1537
|
{
|
|
1268
1538
|
"name": "eslint",
|
|
1269
|
-
"description": "ESLint module for Nuxt
|
|
1539
|
+
"description": "ESLint module for Nuxt",
|
|
1270
1540
|
"repo": "nuxt-community/eslint-module",
|
|
1271
1541
|
"npm": "@nuxtjs/eslint-module",
|
|
1272
1542
|
"icon": "eslint.png",
|
|
@@ -1288,7 +1558,7 @@
|
|
|
1288
1558
|
},
|
|
1289
1559
|
{
|
|
1290
1560
|
"name": "event-trace",
|
|
1291
|
-
"description": "Module for event trace in Nuxt
|
|
1561
|
+
"description": "Module for event trace in Nuxt",
|
|
1292
1562
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1293
1563
|
"npm": "nuxt-event-trace",
|
|
1294
1564
|
"icon": "",
|
|
@@ -1308,6 +1578,29 @@
|
|
|
1308
1578
|
"requires": {}
|
|
1309
1579
|
}
|
|
1310
1580
|
},
|
|
1581
|
+
{
|
|
1582
|
+
"name": "fathom-analytics",
|
|
1583
|
+
"description": "Fathom analytics integration for Nuxt",
|
|
1584
|
+
"repo": "valgeirb/nuxt-fathom",
|
|
1585
|
+
"npm": "nuxt-fathom",
|
|
1586
|
+
"icon": "fathom-analytics.svg",
|
|
1587
|
+
"github": "https://github.com/valgeirb/nuxt-fathom",
|
|
1588
|
+
"website": "https://github.com/valgeirb/nuxt-fathom#readme",
|
|
1589
|
+
"learn_more": "",
|
|
1590
|
+
"category": "Analytics",
|
|
1591
|
+
"type": "3rd-party",
|
|
1592
|
+
"maintainers": [
|
|
1593
|
+
{
|
|
1594
|
+
"name": "Valgeir Björnsson",
|
|
1595
|
+
"github": "valgeirb",
|
|
1596
|
+
"avatar": "https://avatars.githubusercontent.com/valgeirb"
|
|
1597
|
+
}
|
|
1598
|
+
],
|
|
1599
|
+
"compatibility": {
|
|
1600
|
+
"nuxt": "^3.0.0",
|
|
1601
|
+
"requires": {}
|
|
1602
|
+
}
|
|
1603
|
+
},
|
|
1311
1604
|
{
|
|
1312
1605
|
"name": "fathom",
|
|
1313
1606
|
"description": "Fathom analytics for Nuxt",
|
|
@@ -1332,7 +1625,7 @@
|
|
|
1332
1625
|
},
|
|
1333
1626
|
{
|
|
1334
1627
|
"name": "feature-toggle",
|
|
1335
|
-
"description": "Feature toggle module for Nuxt
|
|
1628
|
+
"description": "Feature toggle module for Nuxt",
|
|
1336
1629
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1337
1630
|
"npm": "nuxt-feature-toggle",
|
|
1338
1631
|
"icon": "",
|
|
@@ -1399,7 +1692,7 @@
|
|
|
1399
1692
|
},
|
|
1400
1693
|
{
|
|
1401
1694
|
"name": "floating-prompt-module",
|
|
1402
|
-
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt
|
|
1695
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
|
|
1403
1696
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1404
1697
|
"npm": "nuxt-floating-prompt-module",
|
|
1405
1698
|
"icon": "",
|
|
@@ -1508,6 +1801,52 @@
|
|
|
1508
1801
|
"requires": {}
|
|
1509
1802
|
}
|
|
1510
1803
|
},
|
|
1804
|
+
{
|
|
1805
|
+
"name": "fonts",
|
|
1806
|
+
"description": "Plug-and-play web font optimization and configuration for Nuxt apps.",
|
|
1807
|
+
"repo": "nuxt/fonts",
|
|
1808
|
+
"npm": "@nuxt/fonts",
|
|
1809
|
+
"icon": "nuxt.svg",
|
|
1810
|
+
"github": "https://github.com/nuxt/fonts",
|
|
1811
|
+
"website": "https://github.com/nuxt/fonts",
|
|
1812
|
+
"learn_more": "",
|
|
1813
|
+
"category": "Libraries",
|
|
1814
|
+
"type": "official",
|
|
1815
|
+
"maintainers": [
|
|
1816
|
+
{
|
|
1817
|
+
"name": "Daniel Roe",
|
|
1818
|
+
"github": "danielroe",
|
|
1819
|
+
"twitter": "danielcroe"
|
|
1820
|
+
}
|
|
1821
|
+
],
|
|
1822
|
+
"compatibility": {
|
|
1823
|
+
"nuxt": "^3.0.0",
|
|
1824
|
+
"requires": {}
|
|
1825
|
+
}
|
|
1826
|
+
},
|
|
1827
|
+
{
|
|
1828
|
+
"name": "form-actions",
|
|
1829
|
+
"description": "A set of features and composables to interact with forms and server data.",
|
|
1830
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
|
|
1831
|
+
"npm": "@hebilicious/form-actions-nuxt",
|
|
1832
|
+
"icon": "form-actions.svg",
|
|
1833
|
+
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1834
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1835
|
+
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1836
|
+
"category": "Request",
|
|
1837
|
+
"type": "3rd-party",
|
|
1838
|
+
"maintainers": [
|
|
1839
|
+
{
|
|
1840
|
+
"name": "Hebilicious",
|
|
1841
|
+
"github": "Hebilicious",
|
|
1842
|
+
"twitter": "its_hebilicious"
|
|
1843
|
+
}
|
|
1844
|
+
],
|
|
1845
|
+
"compatibility": {
|
|
1846
|
+
"nuxt": "^3.7.0",
|
|
1847
|
+
"requires": {}
|
|
1848
|
+
}
|
|
1849
|
+
},
|
|
1511
1850
|
{
|
|
1512
1851
|
"name": "formkit",
|
|
1513
1852
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1516,7 +1855,7 @@
|
|
|
1516
1855
|
"icon": "formkit.png",
|
|
1517
1856
|
"github": "https://github.com/formkit/formkit",
|
|
1518
1857
|
"website": "https://formkit.com",
|
|
1519
|
-
"learn_more": "https://formkit.com/
|
|
1858
|
+
"learn_more": "https://formkit.com/getting-started/installation",
|
|
1520
1859
|
"category": "Libraries",
|
|
1521
1860
|
"type": "3rd-party",
|
|
1522
1861
|
"maintainers": [
|
|
@@ -1582,7 +1921,7 @@
|
|
|
1582
1921
|
},
|
|
1583
1922
|
{
|
|
1584
1923
|
"name": "google-adsense",
|
|
1585
|
-
"description": "Google Adsense Module for Nuxt
|
|
1924
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1586
1925
|
"repo": "nuxt-community/google-adsense-module",
|
|
1587
1926
|
"npm": "@nuxtjs/google-adsense",
|
|
1588
1927
|
"icon": "google-adsense.png",
|
|
@@ -1608,7 +1947,7 @@
|
|
|
1608
1947
|
},
|
|
1609
1948
|
{
|
|
1610
1949
|
"name": "google-analytics",
|
|
1611
|
-
"description": "Google analytics Module for Nuxt
|
|
1950
|
+
"description": "Google analytics Module for Nuxt",
|
|
1612
1951
|
"repo": "nuxt-community/analytics-module",
|
|
1613
1952
|
"npm": "@nuxtjs/google-analytics",
|
|
1614
1953
|
"icon": "google-analytics.png",
|
|
@@ -1640,12 +1979,12 @@
|
|
|
1640
1979
|
},
|
|
1641
1980
|
{
|
|
1642
1981
|
"name": "google-fonts",
|
|
1643
|
-
"description": "Google Fonts module for
|
|
1644
|
-
"repo": "nuxt-
|
|
1982
|
+
"description": "Google Fonts module for Nuxt",
|
|
1983
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1645
1984
|
"npm": "@nuxtjs/google-fonts",
|
|
1646
1985
|
"icon": "google-fonts.png",
|
|
1647
|
-
"github": "https://github.com/nuxt-
|
|
1648
|
-
"website": "https://
|
|
1986
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1987
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1649
1988
|
"learn_more": "https://developers.google.com/fonts",
|
|
1650
1989
|
"category": "Fonts",
|
|
1651
1990
|
"type": "community",
|
|
@@ -1664,7 +2003,7 @@
|
|
|
1664
2003
|
},
|
|
1665
2004
|
{
|
|
1666
2005
|
"name": "google-gtag",
|
|
1667
|
-
"description": "Google GTag for Nuxt
|
|
2006
|
+
"description": "Google GTag for Nuxt",
|
|
1668
2007
|
"repo": "nuxt-community/google-gtag",
|
|
1669
2008
|
"npm": "@nuxtjs/google-gtag",
|
|
1670
2009
|
"icon": "gtm.png",
|
|
@@ -1690,7 +2029,7 @@
|
|
|
1690
2029
|
},
|
|
1691
2030
|
{
|
|
1692
2031
|
"name": "google-optimize",
|
|
1693
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
2032
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1694
2033
|
"repo": "nuxt-community/google-optimize-module",
|
|
1695
2034
|
"npm": "nuxt-google-optimize",
|
|
1696
2035
|
"icon": "google-optimize.png",
|
|
@@ -1729,7 +2068,7 @@
|
|
|
1729
2068
|
"icon": "graphql-client.svg",
|
|
1730
2069
|
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1731
2070
|
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1732
|
-
"learn_more": "https://
|
|
2071
|
+
"learn_more": "https://nuxt-graphql-client.web.app/",
|
|
1733
2072
|
"category": "Request",
|
|
1734
2073
|
"type": "3rd-party",
|
|
1735
2074
|
"maintainers": [
|
|
@@ -1745,7 +2084,7 @@
|
|
|
1745
2084
|
},
|
|
1746
2085
|
{
|
|
1747
2086
|
"name": "graphql-request",
|
|
1748
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
2087
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1749
2088
|
"repo": "gomah/nuxt-graphql-request",
|
|
1750
2089
|
"npm": "nuxt-graphql-request",
|
|
1751
2090
|
"icon": "graphql-request.png",
|
|
@@ -1761,7 +2100,7 @@
|
|
|
1761
2100
|
}
|
|
1762
2101
|
],
|
|
1763
2102
|
"compatibility": {
|
|
1764
|
-
"nuxt": "^2.0.0",
|
|
2103
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1765
2104
|
"requires": {}
|
|
1766
2105
|
}
|
|
1767
2106
|
},
|
|
@@ -1784,12 +2123,13 @@
|
|
|
1784
2123
|
],
|
|
1785
2124
|
"compatibility": {
|
|
1786
2125
|
"nuxt": "^3.0.0",
|
|
1787
|
-
"requires": {}
|
|
2126
|
+
"requires": {},
|
|
2127
|
+
"devtools": "^0.0.0"
|
|
1788
2128
|
}
|
|
1789
2129
|
},
|
|
1790
2130
|
{
|
|
1791
2131
|
"name": "gtag",
|
|
1792
|
-
"description": "Google Analytics integration for Nuxt
|
|
2132
|
+
"description": "Google Analytics integration for Nuxt: Google Analytics, Google Ads and more",
|
|
1793
2133
|
"repo": "johannschopplich/nuxt-gtag",
|
|
1794
2134
|
"npm": "nuxt-gtag",
|
|
1795
2135
|
"icon": "gtag.svg",
|
|
@@ -1813,7 +2153,7 @@
|
|
|
1813
2153
|
},
|
|
1814
2154
|
{
|
|
1815
2155
|
"name": "gtm",
|
|
1816
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2156
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
1817
2157
|
"repo": "nuxt-community/gtm-module",
|
|
1818
2158
|
"npm": "@nuxtjs/gtm",
|
|
1819
2159
|
"icon": "gtm.png",
|
|
@@ -1836,7 +2176,7 @@
|
|
|
1836
2176
|
},
|
|
1837
2177
|
{
|
|
1838
2178
|
"name": "guess",
|
|
1839
|
-
"description": "Guess.js module for Nuxt
|
|
2179
|
+
"description": "Guess.js module for Nuxt",
|
|
1840
2180
|
"repo": "nuxt-community/guess-module",
|
|
1841
2181
|
"npm": "@nuxtjs/guess-module",
|
|
1842
2182
|
"icon": "guessjs.png",
|
|
@@ -1856,6 +2196,28 @@
|
|
|
1856
2196
|
"requires": {}
|
|
1857
2197
|
}
|
|
1858
2198
|
},
|
|
2199
|
+
{
|
|
2200
|
+
"name": "hanko",
|
|
2201
|
+
"description": "Hanko integration for Nuxt for passwordless authentication",
|
|
2202
|
+
"repo": "nuxt-modules/hanko",
|
|
2203
|
+
"npm": "@nuxtjs/hanko",
|
|
2204
|
+
"icon": "hanko.svg",
|
|
2205
|
+
"github": "https://github.com/nuxt-modules/hanko",
|
|
2206
|
+
"website": "https://github.com/nuxt-modules/hanko",
|
|
2207
|
+
"learn_more": "https://hanko.io/",
|
|
2208
|
+
"category": "Security",
|
|
2209
|
+
"type": "community",
|
|
2210
|
+
"maintainers": [
|
|
2211
|
+
{
|
|
2212
|
+
"name": "danielroe",
|
|
2213
|
+
"github": "danielroe"
|
|
2214
|
+
}
|
|
2215
|
+
],
|
|
2216
|
+
"compatibility": {
|
|
2217
|
+
"nuxt": "^3.0.0",
|
|
2218
|
+
"requires": {}
|
|
2219
|
+
}
|
|
2220
|
+
},
|
|
1859
2221
|
{
|
|
1860
2222
|
"name": "harlem",
|
|
1861
2223
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -1926,7 +2288,7 @@
|
|
|
1926
2288
|
},
|
|
1927
2289
|
{
|
|
1928
2290
|
"name": "helmet",
|
|
1929
|
-
"description": "Easy Helmet module with Nuxt
|
|
2291
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
1930
2292
|
"repo": "victor-perez/nuxt-helmet",
|
|
1931
2293
|
"npm": "nuxt-helmet",
|
|
1932
2294
|
"icon": "",
|
|
@@ -1970,7 +2332,7 @@
|
|
|
1970
2332
|
},
|
|
1971
2333
|
{
|
|
1972
2334
|
"name": "history-state",
|
|
1973
|
-
"description": "Nuxt
|
|
2335
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
1974
2336
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
1975
2337
|
"npm": "nuxt-history-state",
|
|
1976
2338
|
"icon": "",
|
|
@@ -1990,6 +2352,28 @@
|
|
|
1990
2352
|
"requires": {}
|
|
1991
2353
|
}
|
|
1992
2354
|
},
|
|
2355
|
+
{
|
|
2356
|
+
"name": "hotjar",
|
|
2357
|
+
"description": "Add HotJar to your Nuxt application",
|
|
2358
|
+
"repo": "damevin/nuxt-module-hotjar",
|
|
2359
|
+
"npm": "nuxt-module-hotjar",
|
|
2360
|
+
"icon": "hotjar.png",
|
|
2361
|
+
"github": "https://github.com/damevin/nuxt-module-hotjar",
|
|
2362
|
+
"website": "https://github.com/damevin/nuxt-module-hotjar",
|
|
2363
|
+
"learn_more": "https://github.com/damevin/nuxt-module-hotjar#nuxt-hotjar",
|
|
2364
|
+
"category": "SEO",
|
|
2365
|
+
"type": "3rd-party",
|
|
2366
|
+
"maintainers": [
|
|
2367
|
+
{
|
|
2368
|
+
"name": "Raphaël DAMEVIN",
|
|
2369
|
+
"github": "damevin"
|
|
2370
|
+
}
|
|
2371
|
+
],
|
|
2372
|
+
"compatibility": {
|
|
2373
|
+
"nuxt": "^3.0.0",
|
|
2374
|
+
"requires": {}
|
|
2375
|
+
}
|
|
2376
|
+
},
|
|
1993
2377
|
{
|
|
1994
2378
|
"name": "html-minifier",
|
|
1995
2379
|
"description": "Minify the html for each request served by nuxt server (nuxt start)",
|
|
@@ -2039,7 +2423,7 @@
|
|
|
2039
2423
|
},
|
|
2040
2424
|
{
|
|
2041
2425
|
"name": "http",
|
|
2042
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2426
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
2043
2427
|
"repo": "nuxt/http",
|
|
2044
2428
|
"npm": "@nuxt/http",
|
|
2045
2429
|
"icon": "http.png",
|
|
@@ -2067,7 +2451,7 @@
|
|
|
2067
2451
|
},
|
|
2068
2452
|
{
|
|
2069
2453
|
"name": "humans-txt",
|
|
2070
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2454
|
+
"description": "An initiative for knowing the people behind a website. It is a Nuxt buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
|
|
2071
2455
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2072
2456
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2073
2457
|
"icon": "",
|
|
@@ -2091,12 +2475,12 @@
|
|
|
2091
2475
|
{
|
|
2092
2476
|
"name": "i18n",
|
|
2093
2477
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2094
|
-
"repo": "nuxt-
|
|
2478
|
+
"repo": "nuxt-modules/i18n",
|
|
2095
2479
|
"npm": "@nuxtjs/i18n",
|
|
2096
2480
|
"icon": "i18n.png",
|
|
2097
|
-
"github": "https://github.com/nuxt-
|
|
2481
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2098
2482
|
"website": "https://i18n.nuxtjs.org",
|
|
2099
|
-
"learn_more": "https://
|
|
2483
|
+
"learn_more": "https://vue-i18n.intlify.dev/",
|
|
2100
2484
|
"category": "Extensions",
|
|
2101
2485
|
"type": "community",
|
|
2102
2486
|
"maintainers": [
|
|
@@ -2107,6 +2491,10 @@
|
|
|
2107
2491
|
{
|
|
2108
2492
|
"name": "Kazuya Kawaguchi",
|
|
2109
2493
|
"github": "kazupon"
|
|
2494
|
+
},
|
|
2495
|
+
{
|
|
2496
|
+
"name": "Bobbie Goede",
|
|
2497
|
+
"github": "BobbieGoede"
|
|
2110
2498
|
}
|
|
2111
2499
|
],
|
|
2112
2500
|
"compatibility": {
|
|
@@ -2115,16 +2503,61 @@
|
|
|
2115
2503
|
}
|
|
2116
2504
|
},
|
|
2117
2505
|
{
|
|
2118
|
-
"name": "icon",
|
|
2119
|
-
"description": "
|
|
2120
|
-
"repo": "nuxt-
|
|
2121
|
-
"npm": "nuxt-icon",
|
|
2122
|
-
"icon": "
|
|
2123
|
-
"github": "https://github.com/nuxt-
|
|
2124
|
-
"website": "https://github.com/nuxt-
|
|
2506
|
+
"name": "icon-font",
|
|
2507
|
+
"description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
|
|
2508
|
+
"repo": "coremyslo/nuxt-icon-font",
|
|
2509
|
+
"npm": "@coremyslo/nuxt-icon-font",
|
|
2510
|
+
"icon": "",
|
|
2511
|
+
"github": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2512
|
+
"website": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2125
2513
|
"learn_more": "",
|
|
2126
2514
|
"category": "UI",
|
|
2127
|
-
"type": "
|
|
2515
|
+
"type": "3rd-party",
|
|
2516
|
+
"maintainers": [
|
|
2517
|
+
{
|
|
2518
|
+
"name": "coremyslo",
|
|
2519
|
+
"github": "coremyslo"
|
|
2520
|
+
}
|
|
2521
|
+
],
|
|
2522
|
+
"compatibility": {
|
|
2523
|
+
"nuxt": "^3.0.0",
|
|
2524
|
+
"requires": {}
|
|
2525
|
+
}
|
|
2526
|
+
},
|
|
2527
|
+
{
|
|
2528
|
+
"name": "icon-tw",
|
|
2529
|
+
"description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
|
|
2530
|
+
"repo": "jcamp-code/nuxt-icon-tw",
|
|
2531
|
+
"npm": "nuxt-icon-tw",
|
|
2532
|
+
"icon": "nuxt-icon.png",
|
|
2533
|
+
"github": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2534
|
+
"website": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2535
|
+
"learn_more": "",
|
|
2536
|
+
"category": "UI",
|
|
2537
|
+
"type": "3rd-party",
|
|
2538
|
+
"maintainers": [
|
|
2539
|
+
{
|
|
2540
|
+
"name": "JohnCampionJr",
|
|
2541
|
+
"github": "JohnCampionJr"
|
|
2542
|
+
}
|
|
2543
|
+
],
|
|
2544
|
+
"compatibility": {
|
|
2545
|
+
"nuxt": "^3.0.0",
|
|
2546
|
+
"requires": {},
|
|
2547
|
+
"devtools": "^0.0.0"
|
|
2548
|
+
}
|
|
2549
|
+
},
|
|
2550
|
+
{
|
|
2551
|
+
"name": "icon",
|
|
2552
|
+
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
2553
|
+
"repo": "nuxt-modules/icon",
|
|
2554
|
+
"npm": "nuxt-icon",
|
|
2555
|
+
"icon": "nuxt-icon.png",
|
|
2556
|
+
"github": "https://github.com/nuxt-modules/icon",
|
|
2557
|
+
"website": "https://github.com/nuxt-modules/icon",
|
|
2558
|
+
"learn_more": "",
|
|
2559
|
+
"category": "UI",
|
|
2560
|
+
"type": "community",
|
|
2128
2561
|
"maintainers": [
|
|
2129
2562
|
{
|
|
2130
2563
|
"name": "Atinux",
|
|
@@ -2133,7 +2566,8 @@
|
|
|
2133
2566
|
],
|
|
2134
2567
|
"compatibility": {
|
|
2135
2568
|
"nuxt": "^3.0.0",
|
|
2136
|
-
"requires": {}
|
|
2569
|
+
"requires": {},
|
|
2570
|
+
"devtools": "^0.0.0"
|
|
2137
2571
|
}
|
|
2138
2572
|
},
|
|
2139
2573
|
{
|
|
@@ -2182,12 +2616,12 @@
|
|
|
2182
2616
|
},
|
|
2183
2617
|
{
|
|
2184
2618
|
"name": "image",
|
|
2185
|
-
"description": "Optimised images for
|
|
2619
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2186
2620
|
"repo": "nuxt/image",
|
|
2187
2621
|
"npm": "@nuxt/image",
|
|
2188
2622
|
"icon": "image.png",
|
|
2189
2623
|
"github": "https://github.com/nuxt/image",
|
|
2190
|
-
"website": "https://image.
|
|
2624
|
+
"website": "https://image.nuxt.com",
|
|
2191
2625
|
"learn_more": "",
|
|
2192
2626
|
"category": "Images",
|
|
2193
2627
|
"type": "official",
|
|
@@ -2197,6 +2631,11 @@
|
|
|
2197
2631
|
"github": "farnabaz",
|
|
2198
2632
|
"twitter": "a_birang"
|
|
2199
2633
|
},
|
|
2634
|
+
{
|
|
2635
|
+
"name": "Daniel Roe",
|
|
2636
|
+
"github": "danielroe",
|
|
2637
|
+
"twitter": "danielcroe"
|
|
2638
|
+
},
|
|
2200
2639
|
{
|
|
2201
2640
|
"name": "Pooya Parsa",
|
|
2202
2641
|
"github": "pi0",
|
|
@@ -2217,7 +2656,7 @@
|
|
|
2217
2656
|
},
|
|
2218
2657
|
{
|
|
2219
2658
|
"name": "imagemin",
|
|
2220
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2659
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2221
2660
|
"repo": "nuxt-community/imagemin-module",
|
|
2222
2661
|
"npm": "@nuxtjs/imagemin",
|
|
2223
2662
|
"icon": "imagemin.png",
|
|
@@ -2240,12 +2679,12 @@
|
|
|
2240
2679
|
{
|
|
2241
2680
|
"name": "inkline",
|
|
2242
2681
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2243
|
-
"repo": "inkline/
|
|
2244
|
-
"npm": "@inkline/
|
|
2682
|
+
"repo": "inkline/plugin",
|
|
2683
|
+
"npm": "@inkline/plugin",
|
|
2245
2684
|
"icon": "inkline.svg",
|
|
2246
|
-
"github": "https://github.com/inkline/
|
|
2685
|
+
"github": "https://github.com/inkline/plugin",
|
|
2247
2686
|
"website": "https://inkline.io",
|
|
2248
|
-
"learn_more": "https://inkline.io/docs/
|
|
2687
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2249
2688
|
"category": "UI",
|
|
2250
2689
|
"type": "3rd-party",
|
|
2251
2690
|
"maintainers": [
|
|
@@ -2264,7 +2703,7 @@
|
|
|
2264
2703
|
},
|
|
2265
2704
|
{
|
|
2266
2705
|
"name": "intercom",
|
|
2267
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2706
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2268
2707
|
"repo": "hex-digital/nuxt-intercom",
|
|
2269
2708
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2270
2709
|
"icon": "intercom.png",
|
|
@@ -2309,7 +2748,7 @@
|
|
|
2309
2748
|
},
|
|
2310
2749
|
{
|
|
2311
2750
|
"name": "jsonapi",
|
|
2312
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2751
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2313
2752
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2314
2753
|
"npm": "nuxt-jsonapi",
|
|
2315
2754
|
"icon": "jsonapi.svg",
|
|
@@ -2351,14 +2790,42 @@
|
|
|
2351
2790
|
"requires": {}
|
|
2352
2791
|
}
|
|
2353
2792
|
},
|
|
2793
|
+
{
|
|
2794
|
+
"name": "kinde",
|
|
2795
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2796
|
+
"repo": "nuxt-modules/kinde",
|
|
2797
|
+
"npm": "@nuxtjs/kinde",
|
|
2798
|
+
"icon": "kinde.svg",
|
|
2799
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2800
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2801
|
+
"learn_more": "https://kinde.com/",
|
|
2802
|
+
"category": "Security",
|
|
2803
|
+
"type": "community",
|
|
2804
|
+
"maintainers": [
|
|
2805
|
+
{
|
|
2806
|
+
"name": "danielroe",
|
|
2807
|
+
"github": "danielroe"
|
|
2808
|
+
},
|
|
2809
|
+
{
|
|
2810
|
+
"name": "daveordead",
|
|
2811
|
+
"github": "DaveOrDead",
|
|
2812
|
+
"twitter": "dave_or_dead"
|
|
2813
|
+
}
|
|
2814
|
+
],
|
|
2815
|
+
"compatibility": {
|
|
2816
|
+
"nuxt": "^3.0.0",
|
|
2817
|
+
"requires": {}
|
|
2818
|
+
},
|
|
2819
|
+
"sponsor": true
|
|
2820
|
+
},
|
|
2354
2821
|
{
|
|
2355
2822
|
"name": "kql",
|
|
2356
|
-
"description": "Nuxt
|
|
2823
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2357
2824
|
"repo": "johannschopplich/nuxt-kql",
|
|
2358
2825
|
"npm": "nuxt-kql",
|
|
2359
2826
|
"icon": "kql.svg",
|
|
2360
2827
|
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
2361
|
-
"website": "https://nuxt-kql.
|
|
2828
|
+
"website": "https://nuxt-kql.byjohann.dev/",
|
|
2362
2829
|
"learn_more": "",
|
|
2363
2830
|
"category": "CMS",
|
|
2364
2831
|
"type": "3rd-party",
|
|
@@ -2377,7 +2844,7 @@
|
|
|
2377
2844
|
},
|
|
2378
2845
|
{
|
|
2379
2846
|
"name": "laravel-echo",
|
|
2380
|
-
"description": "Laravel Echo for Nuxt
|
|
2847
|
+
"description": "Laravel Echo for Nuxt",
|
|
2381
2848
|
"repo": "nuxt-community/laravel-echo",
|
|
2382
2849
|
"npm": "@nuxtjs/laravel-echo",
|
|
2383
2850
|
"icon": "laravel-echo.png",
|
|
@@ -2419,6 +2886,28 @@
|
|
|
2419
2886
|
"requires": {}
|
|
2420
2887
|
}
|
|
2421
2888
|
},
|
|
2889
|
+
{
|
|
2890
|
+
"name": "laravel-precognition",
|
|
2891
|
+
"description": "Nuxt module to work with Laravel Precognition and $fetch",
|
|
2892
|
+
"repo": "sot1986/nuxt-laravel-precognition",
|
|
2893
|
+
"npm": "nuxt-laravel-precognition",
|
|
2894
|
+
"icon": "laravel.svg",
|
|
2895
|
+
"github": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2896
|
+
"website": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2897
|
+
"learn_more": "",
|
|
2898
|
+
"category": "Security",
|
|
2899
|
+
"type": "3rd-party",
|
|
2900
|
+
"maintainers": [
|
|
2901
|
+
{
|
|
2902
|
+
"name": "sot1986",
|
|
2903
|
+
"github": "sot1986"
|
|
2904
|
+
}
|
|
2905
|
+
],
|
|
2906
|
+
"compatibility": {
|
|
2907
|
+
"nuxt": "^3.0.0",
|
|
2908
|
+
"requires": {}
|
|
2909
|
+
}
|
|
2910
|
+
},
|
|
2422
2911
|
{
|
|
2423
2912
|
"name": "laravel",
|
|
2424
2913
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
@@ -2465,13 +2954,13 @@
|
|
|
2465
2954
|
},
|
|
2466
2955
|
{
|
|
2467
2956
|
"name": "link-checker",
|
|
2468
|
-
"description": "
|
|
2957
|
+
"description": "Find and magically fix links that may be negatively effecting your SEO.",
|
|
2469
2958
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2470
2959
|
"npm": "nuxt-link-checker",
|
|
2471
|
-
"icon": "",
|
|
2960
|
+
"icon": "link-checker.svg",
|
|
2472
2961
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2473
|
-
"website": "https://
|
|
2474
|
-
"learn_more": "",
|
|
2962
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2963
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2475
2964
|
"category": "SEO",
|
|
2476
2965
|
"type": "3rd-party",
|
|
2477
2966
|
"maintainers": [
|
|
@@ -2484,7 +2973,8 @@
|
|
|
2484
2973
|
],
|
|
2485
2974
|
"compatibility": {
|
|
2486
2975
|
"nuxt": "^3.0.0",
|
|
2487
|
-
"requires": {}
|
|
2976
|
+
"requires": {},
|
|
2977
|
+
"devtools": "^0.0.0"
|
|
2488
2978
|
}
|
|
2489
2979
|
},
|
|
2490
2980
|
{
|
|
@@ -2561,12 +3051,12 @@
|
|
|
2561
3051
|
},
|
|
2562
3052
|
{
|
|
2563
3053
|
"name": "logrocket",
|
|
2564
|
-
"description": "LogRocket module for Nuxt
|
|
2565
|
-
"repo": "nuxt-
|
|
3054
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
3055
|
+
"repo": "nuxt-modules/logrocket",
|
|
2566
3056
|
"npm": "nuxt-logrocket",
|
|
2567
3057
|
"icon": "logrocket.png",
|
|
2568
|
-
"github": "https://github.com/nuxt-
|
|
2569
|
-
"website": "https://github.com/nuxt-
|
|
3058
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
3059
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2570
3060
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2571
3061
|
"category": "Monitoring",
|
|
2572
3062
|
"type": "community",
|
|
@@ -2582,9 +3072,35 @@
|
|
|
2582
3072
|
"requires": {}
|
|
2583
3073
|
}
|
|
2584
3074
|
},
|
|
3075
|
+
{
|
|
3076
|
+
"name": "lucide-icons",
|
|
3077
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
3078
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
3079
|
+
"npm": "nuxt-lucide-icons",
|
|
3080
|
+
"icon": "lucide-icons.svg",
|
|
3081
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3082
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3083
|
+
"learn_more": "",
|
|
3084
|
+
"category": "UI",
|
|
3085
|
+
"type": "3rd-party",
|
|
3086
|
+
"maintainers": [
|
|
3087
|
+
{
|
|
3088
|
+
"name": "SWIS",
|
|
3089
|
+
"github": "swisnl"
|
|
3090
|
+
},
|
|
3091
|
+
{
|
|
3092
|
+
"name": "Jasper Zonneveld",
|
|
3093
|
+
"github": "JaZo"
|
|
3094
|
+
}
|
|
3095
|
+
],
|
|
3096
|
+
"compatibility": {
|
|
3097
|
+
"nuxt": "^3.0.0",
|
|
3098
|
+
"requires": {}
|
|
3099
|
+
}
|
|
3100
|
+
},
|
|
2585
3101
|
{
|
|
2586
3102
|
"name": "lunr",
|
|
2587
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
3103
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2588
3104
|
"repo": "nuxt-community/lunr-module",
|
|
2589
3105
|
"npm": "@nuxtjs/lunr-module",
|
|
2590
3106
|
"icon": "",
|
|
@@ -2607,10 +3123,10 @@
|
|
|
2607
3123
|
{
|
|
2608
3124
|
"name": "magic-regexp",
|
|
2609
3125
|
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2610
|
-
"repo": "
|
|
3126
|
+
"repo": "unjs/magic-regexp",
|
|
2611
3127
|
"npm": "magic-regexp",
|
|
2612
3128
|
"icon": "magic-regexp.svg",
|
|
2613
|
-
"github": "https://github.com/
|
|
3129
|
+
"github": "https://github.com/unjs/magic-regexp",
|
|
2614
3130
|
"website": "https://magic-regexp.roe.dev",
|
|
2615
3131
|
"learn_more": "https://magic-regexp.roe.dev",
|
|
2616
3132
|
"category": "Libraries",
|
|
@@ -2627,6 +3143,29 @@
|
|
|
2627
3143
|
"requires": {}
|
|
2628
3144
|
}
|
|
2629
3145
|
},
|
|
3146
|
+
{
|
|
3147
|
+
"name": "mailpit",
|
|
3148
|
+
"description": "Integrates Mailpit web UI in Nuxt devtools",
|
|
3149
|
+
"repo": "tdolsen/nuxt-mailpit",
|
|
3150
|
+
"npm": "nuxt-mailpit",
|
|
3151
|
+
"icon": "mailpit.svg",
|
|
3152
|
+
"github": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3153
|
+
"website": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3154
|
+
"learn_more": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3155
|
+
"category": "Devtools",
|
|
3156
|
+
"type": "3rd-party",
|
|
3157
|
+
"maintainers": [
|
|
3158
|
+
{
|
|
3159
|
+
"name": "Torkild Dyvik Olsen",
|
|
3160
|
+
"github": "tdolsen",
|
|
3161
|
+
"twitter": "tdolsen"
|
|
3162
|
+
}
|
|
3163
|
+
],
|
|
3164
|
+
"compatibility": {
|
|
3165
|
+
"nuxt": "^3.8.0",
|
|
3166
|
+
"requires": {}
|
|
3167
|
+
}
|
|
3168
|
+
},
|
|
2630
3169
|
{
|
|
2631
3170
|
"name": "markdownit",
|
|
2632
3171
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
@@ -2650,6 +3189,30 @@
|
|
|
2650
3189
|
"requires": {}
|
|
2651
3190
|
}
|
|
2652
3191
|
},
|
|
3192
|
+
{
|
|
3193
|
+
"name": "marquee",
|
|
3194
|
+
"description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
|
|
3195
|
+
"repo": "hanzydev/nuxt-marquee",
|
|
3196
|
+
"npm": "nuxt-marquee",
|
|
3197
|
+
"icon": "marquee.png",
|
|
3198
|
+
"github": "https://github.com/hanzydev/nuxt-marquee/",
|
|
3199
|
+
"website": "https://hanzydev.github.io/nuxt-marquee/",
|
|
3200
|
+
"learn_more": "",
|
|
3201
|
+
"category": "UI",
|
|
3202
|
+
"type": "3rd-party",
|
|
3203
|
+
"maintainers": [
|
|
3204
|
+
{
|
|
3205
|
+
"name": "Hànzy",
|
|
3206
|
+
"github": "hanzydev",
|
|
3207
|
+
"avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
|
|
3208
|
+
}
|
|
3209
|
+
],
|
|
3210
|
+
"compatibility": {
|
|
3211
|
+
"nuxt": "^3.0.0",
|
|
3212
|
+
"requires": {},
|
|
3213
|
+
"devtools": "^0.0.0"
|
|
3214
|
+
}
|
|
3215
|
+
},
|
|
2653
3216
|
{
|
|
2654
3217
|
"name": "matomo",
|
|
2655
3218
|
"description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
|
|
@@ -2672,6 +3235,28 @@
|
|
|
2672
3235
|
"requires": {}
|
|
2673
3236
|
}
|
|
2674
3237
|
},
|
|
3238
|
+
{
|
|
3239
|
+
"name": "maz-ui",
|
|
3240
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3241
|
+
"repo": "louismazel/maz-ui#master/packages/nuxt-module",
|
|
3242
|
+
"npm": "nuxt-module",
|
|
3243
|
+
"icon": "maz-ui.png",
|
|
3244
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3245
|
+
"website": "https://maz-ui.com/",
|
|
3246
|
+
"learn_more": "https://maz-ui.com/guide/nuxt",
|
|
3247
|
+
"category": "UI",
|
|
3248
|
+
"type": "3rd-party",
|
|
3249
|
+
"maintainers": [
|
|
3250
|
+
{
|
|
3251
|
+
"name": "Loïc Mazuel",
|
|
3252
|
+
"github": "LouisMazel"
|
|
3253
|
+
}
|
|
3254
|
+
],
|
|
3255
|
+
"compatibility": {
|
|
3256
|
+
"nuxt": "^3.0.0",
|
|
3257
|
+
"requires": {}
|
|
3258
|
+
}
|
|
3259
|
+
},
|
|
2675
3260
|
{
|
|
2676
3261
|
"name": "mdx",
|
|
2677
3262
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2697,7 +3282,7 @@
|
|
|
2697
3282
|
},
|
|
2698
3283
|
{
|
|
2699
3284
|
"name": "medusa",
|
|
2700
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3285
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2701
3286
|
"repo": "Baroshem/nuxt-medusa",
|
|
2702
3287
|
"npm": "nuxt-medusa",
|
|
2703
3288
|
"icon": "medusa.svg",
|
|
@@ -2722,7 +3307,7 @@
|
|
|
2722
3307
|
},
|
|
2723
3308
|
{
|
|
2724
3309
|
"name": "meilisearch",
|
|
2725
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3310
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2726
3311
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2727
3312
|
"npm": "nuxt-meilisearch",
|
|
2728
3313
|
"icon": "meilisearch.svg",
|
|
@@ -2742,7 +3327,8 @@
|
|
|
2742
3327
|
"nuxt": "^3.0.0",
|
|
2743
3328
|
"requires": {
|
|
2744
3329
|
"bridge": false
|
|
2745
|
-
}
|
|
3330
|
+
},
|
|
3331
|
+
"devtools": "^0.0.0"
|
|
2746
3332
|
}
|
|
2747
3333
|
},
|
|
2748
3334
|
{
|
|
@@ -2767,28 +3353,6 @@
|
|
|
2767
3353
|
"requires": {}
|
|
2768
3354
|
}
|
|
2769
3355
|
},
|
|
2770
|
-
{
|
|
2771
|
-
"name": "mobile",
|
|
2772
|
-
"description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
|
|
2773
|
-
"repo": "ChanningDefoe/nuxt-mobile-detect",
|
|
2774
|
-
"npm": "nuxt-mobile",
|
|
2775
|
-
"icon": "",
|
|
2776
|
-
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
2777
|
-
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
2778
|
-
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
2779
|
-
"category": "Extensions",
|
|
2780
|
-
"type": "3rd-party",
|
|
2781
|
-
"maintainers": [
|
|
2782
|
-
{
|
|
2783
|
-
"name": "ChanningDefoe",
|
|
2784
|
-
"github": "ChanningDefoe"
|
|
2785
|
-
}
|
|
2786
|
-
],
|
|
2787
|
-
"compatibility": {
|
|
2788
|
-
"nuxt": "^2.0.0",
|
|
2789
|
-
"requires": {}
|
|
2790
|
-
}
|
|
2791
|
-
},
|
|
2792
3356
|
{
|
|
2793
3357
|
"name": "module-feed",
|
|
2794
3358
|
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
@@ -2814,7 +3378,7 @@
|
|
|
2814
3378
|
},
|
|
2815
3379
|
{
|
|
2816
3380
|
"name": "moment",
|
|
2817
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3381
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2818
3382
|
"repo": "nuxt-community/moment-module",
|
|
2819
3383
|
"npm": "@nuxtjs/moment",
|
|
2820
3384
|
"icon": "momentjs.png",
|
|
@@ -2839,28 +3403,6 @@
|
|
|
2839
3403
|
"requires": {}
|
|
2840
3404
|
}
|
|
2841
3405
|
},
|
|
2842
|
-
{
|
|
2843
|
-
"name": "mq",
|
|
2844
|
-
"description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
2845
|
-
"repo": "vanhoofmaarten/nuxt-mq",
|
|
2846
|
-
"npm": "nuxt-mq",
|
|
2847
|
-
"icon": "",
|
|
2848
|
-
"github": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
2849
|
-
"website": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
2850
|
-
"learn_more": "https://github.com/AlexandreBonaventure/vue-mq",
|
|
2851
|
-
"category": "Libraries",
|
|
2852
|
-
"type": "3rd-party",
|
|
2853
|
-
"maintainers": [
|
|
2854
|
-
{
|
|
2855
|
-
"name": "vanhoofmaarten",
|
|
2856
|
-
"github": "vanhoofmaarten"
|
|
2857
|
-
}
|
|
2858
|
-
],
|
|
2859
|
-
"compatibility": {
|
|
2860
|
-
"nuxt": "^2.0.0",
|
|
2861
|
-
"requires": {}
|
|
2862
|
-
}
|
|
2863
|
-
},
|
|
2864
3406
|
{
|
|
2865
3407
|
"name": "neo",
|
|
2866
3408
|
"description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
|
|
@@ -2885,7 +3427,7 @@
|
|
|
2885
3427
|
},
|
|
2886
3428
|
{
|
|
2887
3429
|
"name": "netlify-cache",
|
|
2888
|
-
"description": "Nuxt
|
|
3430
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
2889
3431
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
2890
3432
|
"npm": "nuxt-netlify-cache",
|
|
2891
3433
|
"icon": "netlify.png",
|
|
@@ -2930,13 +3472,13 @@
|
|
|
2930
3472
|
},
|
|
2931
3473
|
{
|
|
2932
3474
|
"name": "netlify",
|
|
2933
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
2934
|
-
"repo": "
|
|
3475
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3476
|
+
"repo": "juliomrqz/nuxt-netlify",
|
|
2935
3477
|
"npm": "@aceforth/nuxt-netlify",
|
|
2936
3478
|
"icon": "netlify.png",
|
|
2937
|
-
"github": "https://github.com/
|
|
2938
|
-
"website": "https://
|
|
2939
|
-
"learn_more": "",
|
|
3479
|
+
"github": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3480
|
+
"website": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3481
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
|
|
2940
3482
|
"category": "Deployment",
|
|
2941
3483
|
"type": "3rd-party",
|
|
2942
3484
|
"maintainers": [
|
|
@@ -3001,30 +3543,164 @@
|
|
|
3001
3543
|
}
|
|
3002
3544
|
},
|
|
3003
3545
|
{
|
|
3004
|
-
"name": "
|
|
3005
|
-
"description": "",
|
|
3006
|
-
"repo": "
|
|
3007
|
-
"npm": "
|
|
3546
|
+
"name": "nupolyon",
|
|
3547
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3548
|
+
"repo": "adenvt/nupolyon",
|
|
3549
|
+
"npm": "nupolyon",
|
|
3008
3550
|
"icon": "",
|
|
3009
|
-
"github": "https://github.com/
|
|
3010
|
-
"website": "https://github.com/
|
|
3551
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3552
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
3011
3553
|
"learn_more": "",
|
|
3012
|
-
"category": "
|
|
3554
|
+
"category": "Performance",
|
|
3013
3555
|
"type": "3rd-party",
|
|
3014
3556
|
"maintainers": [
|
|
3015
3557
|
{
|
|
3016
|
-
"name": "
|
|
3017
|
-
"github": "
|
|
3558
|
+
"name": "adenvt",
|
|
3559
|
+
"github": "adenvt"
|
|
3018
3560
|
}
|
|
3019
3561
|
],
|
|
3020
3562
|
"compatibility": {
|
|
3021
|
-
"nuxt": "^
|
|
3563
|
+
"nuxt": "^3.0.0",
|
|
3564
|
+
"requires": {}
|
|
3565
|
+
}
|
|
3566
|
+
},
|
|
3567
|
+
{
|
|
3568
|
+
"name": "nuxt-anchorscroll",
|
|
3569
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3570
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3571
|
+
"npm": "nuxt-anchorscroll",
|
|
3572
|
+
"icon": "",
|
|
3573
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3574
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3575
|
+
"learn_more": "",
|
|
3576
|
+
"category": "UI",
|
|
3577
|
+
"type": "3rd-party",
|
|
3578
|
+
"maintainers": [
|
|
3579
|
+
{
|
|
3580
|
+
"name": "Helltraitor",
|
|
3581
|
+
"github": "helltraitor"
|
|
3582
|
+
}
|
|
3583
|
+
],
|
|
3584
|
+
"compatibility": {
|
|
3585
|
+
"nuxt": "^3.0.0",
|
|
3586
|
+
"requires": {}
|
|
3587
|
+
}
|
|
3588
|
+
},
|
|
3589
|
+
{
|
|
3590
|
+
"name": "nuxt-asciidoc",
|
|
3591
|
+
"description": "Transformer for using asciidoc in nuxt",
|
|
3592
|
+
"repo": "Chris2011/nuxt-asciidoc",
|
|
3593
|
+
"npm": "nuxt-asciidoc",
|
|
3594
|
+
"icon": "nuxt-asciidoc.svg",
|
|
3595
|
+
"github": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3596
|
+
"website": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3597
|
+
"learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
|
|
3598
|
+
"category": "Extensions",
|
|
3599
|
+
"type": "3rd-party",
|
|
3600
|
+
"maintainers": [
|
|
3601
|
+
{
|
|
3602
|
+
"name": "Christian Lenz",
|
|
3603
|
+
"github": "Chris2011",
|
|
3604
|
+
"twitter": "Chrizzly42"
|
|
3605
|
+
}
|
|
3606
|
+
],
|
|
3607
|
+
"compatibility": {
|
|
3608
|
+
"nuxt": "^3.0.0",
|
|
3609
|
+
"requires": {}
|
|
3610
|
+
}
|
|
3611
|
+
},
|
|
3612
|
+
{
|
|
3613
|
+
"name": "nuxt-auth-sanctum",
|
|
3614
|
+
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
3615
|
+
"repo": "manchenkoff/nuxt-auth-sanctum",
|
|
3616
|
+
"npm": "nuxt-auth-sanctum",
|
|
3617
|
+
"icon": "laravel.svg",
|
|
3618
|
+
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3619
|
+
"website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
|
|
3620
|
+
"learn_more": "https://laravel.com/docs/10.x/sanctum",
|
|
3621
|
+
"category": "Security",
|
|
3622
|
+
"type": "3rd-party",
|
|
3623
|
+
"maintainers": [
|
|
3624
|
+
{
|
|
3625
|
+
"name": "Artem Manchenkov",
|
|
3626
|
+
"github": "manchenkoff",
|
|
3627
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
3628
|
+
}
|
|
3629
|
+
],
|
|
3630
|
+
"compatibility": {
|
|
3631
|
+
"nuxt": "^3.9.0",
|
|
3632
|
+
"requires": {}
|
|
3633
|
+
}
|
|
3634
|
+
},
|
|
3635
|
+
{
|
|
3636
|
+
"name": "nuxt-basic-auth",
|
|
3637
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3638
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3639
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3640
|
+
"icon": "",
|
|
3641
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3642
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3643
|
+
"learn_more": "",
|
|
3644
|
+
"category": "Security",
|
|
3645
|
+
"type": "3rd-party",
|
|
3646
|
+
"maintainers": [
|
|
3647
|
+
{
|
|
3648
|
+
"name": "kgierke",
|
|
3649
|
+
"github": "kgierke"
|
|
3650
|
+
}
|
|
3651
|
+
],
|
|
3652
|
+
"compatibility": {
|
|
3653
|
+
"nuxt": "^3.0.0",
|
|
3654
|
+
"requires": {}
|
|
3655
|
+
}
|
|
3656
|
+
},
|
|
3657
|
+
{
|
|
3658
|
+
"name": "nuxt-bezier",
|
|
3659
|
+
"description": "Reusable transition components",
|
|
3660
|
+
"repo": "50rayn/nuxt-bezier",
|
|
3661
|
+
"npm": "nuxt-bezier",
|
|
3662
|
+
"icon": "nuxt-bezier.png",
|
|
3663
|
+
"github": "https://github.com/50rayn/nuxt-bezier",
|
|
3664
|
+
"website": "https://github.com/50rayn/nuxt-bezier",
|
|
3665
|
+
"learn_more": "https://github.com/Noction/vue-bezier",
|
|
3666
|
+
"category": "UI",
|
|
3667
|
+
"type": "3rd-party",
|
|
3668
|
+
"maintainers": [
|
|
3669
|
+
{
|
|
3670
|
+
"name": "Soryn Gitlan",
|
|
3671
|
+
"github": "50rayn"
|
|
3672
|
+
}
|
|
3673
|
+
],
|
|
3674
|
+
"compatibility": {
|
|
3675
|
+
"nuxt": "^3.0.0",
|
|
3676
|
+
"requires": {}
|
|
3677
|
+
}
|
|
3678
|
+
},
|
|
3679
|
+
{
|
|
3680
|
+
"name": "nuxt-bootstrap-icons",
|
|
3681
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3682
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3683
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3684
|
+
"icon": "bootstrap-icons.svg",
|
|
3685
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3686
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3687
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3688
|
+
"category": "UI",
|
|
3689
|
+
"type": "3rd-party",
|
|
3690
|
+
"maintainers": [
|
|
3691
|
+
{
|
|
3692
|
+
"name": "OyewoleOyedeji",
|
|
3693
|
+
"github": "OyewoleOyedeji"
|
|
3694
|
+
}
|
|
3695
|
+
],
|
|
3696
|
+
"compatibility": {
|
|
3697
|
+
"nuxt": "^3.0.0",
|
|
3022
3698
|
"requires": {}
|
|
3023
3699
|
}
|
|
3024
3700
|
},
|
|
3025
3701
|
{
|
|
3026
3702
|
"name": "nuxt-chatgpt",
|
|
3027
|
-
"description": "ChatGPT integration for Nuxt
|
|
3703
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3028
3704
|
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3029
3705
|
"npm": "nuxt-chatgpt",
|
|
3030
3706
|
"icon": "chatgpt.svg",
|
|
@@ -3044,6 +3720,121 @@
|
|
|
3044
3720
|
"requires": {}
|
|
3045
3721
|
}
|
|
3046
3722
|
},
|
|
3723
|
+
{
|
|
3724
|
+
"name": "nuxt-cookie-consent",
|
|
3725
|
+
"description": "Nuxt module for integrating with cookie consent providers with ease",
|
|
3726
|
+
"repo": "weareheavy/nuxt-cookie-consent",
|
|
3727
|
+
"npm": "@weareheavy/nuxt-cookie-consent",
|
|
3728
|
+
"icon": "wah.svg",
|
|
3729
|
+
"github": "https://github.com/weareheavy/nuxt-cookie-consent",
|
|
3730
|
+
"website": "https://nuxt-cookie-consent.packages.weareheavy.com",
|
|
3731
|
+
"learn_more": "",
|
|
3732
|
+
"category": "Extensions",
|
|
3733
|
+
"type": "3rd-party",
|
|
3734
|
+
"maintainers": [
|
|
3735
|
+
{
|
|
3736
|
+
"name": "weareheavy",
|
|
3737
|
+
"github": "weareheavy"
|
|
3738
|
+
}
|
|
3739
|
+
],
|
|
3740
|
+
"compatibility": {
|
|
3741
|
+
"nuxt": "^3.0.0",
|
|
3742
|
+
"requires": {}
|
|
3743
|
+
}
|
|
3744
|
+
},
|
|
3745
|
+
{
|
|
3746
|
+
"name": "nuxt-facebook-chat",
|
|
3747
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3748
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3749
|
+
"npm": "nuxt-facebook-chat",
|
|
3750
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3751
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3752
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3753
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3754
|
+
"category": "Libraries",
|
|
3755
|
+
"type": "3rd-party",
|
|
3756
|
+
"maintainers": [
|
|
3757
|
+
{
|
|
3758
|
+
"name": "Supanut Dokmaithong",
|
|
3759
|
+
"github": "Boomgeek"
|
|
3760
|
+
},
|
|
3761
|
+
{
|
|
3762
|
+
"name": "superdev-tech",
|
|
3763
|
+
"github": "superdev-tech"
|
|
3764
|
+
}
|
|
3765
|
+
],
|
|
3766
|
+
"compatibility": {
|
|
3767
|
+
"nuxt": "^3.0.0",
|
|
3768
|
+
"requires": {}
|
|
3769
|
+
}
|
|
3770
|
+
},
|
|
3771
|
+
{
|
|
3772
|
+
"name": "nuxt-feather-icons",
|
|
3773
|
+
"description": "The Feather Icons in Nuxt 3.",
|
|
3774
|
+
"repo": "4sllan/nuxt-feather-icons",
|
|
3775
|
+
"npm": "nuxt-feather-icons",
|
|
3776
|
+
"icon": "nuxt-feather-icons.png",
|
|
3777
|
+
"github": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3778
|
+
"website": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3779
|
+
"learn_more": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3780
|
+
"category": "UI",
|
|
3781
|
+
"type": "3rd-party",
|
|
3782
|
+
"maintainers": [
|
|
3783
|
+
{
|
|
3784
|
+
"name": "4sllan",
|
|
3785
|
+
"github": "4sllan"
|
|
3786
|
+
}
|
|
3787
|
+
],
|
|
3788
|
+
"compatibility": {
|
|
3789
|
+
"nuxt": "^3.0.0",
|
|
3790
|
+
"requires": {}
|
|
3791
|
+
}
|
|
3792
|
+
},
|
|
3793
|
+
{
|
|
3794
|
+
"name": "nuxt-feedme",
|
|
3795
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3796
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3797
|
+
"npm": "nuxt-feedme",
|
|
3798
|
+
"icon": "",
|
|
3799
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3800
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3801
|
+
"learn_more": "",
|
|
3802
|
+
"category": "SEO",
|
|
3803
|
+
"type": "3rd-party",
|
|
3804
|
+
"maintainers": [
|
|
3805
|
+
{
|
|
3806
|
+
"name": "Helltraitor",
|
|
3807
|
+
"github": "helltraitor"
|
|
3808
|
+
}
|
|
3809
|
+
],
|
|
3810
|
+
"compatibility": {
|
|
3811
|
+
"nuxt": "^3.0.0",
|
|
3812
|
+
"requires": {}
|
|
3813
|
+
}
|
|
3814
|
+
},
|
|
3815
|
+
{
|
|
3816
|
+
"name": "nuxt-fontawesome",
|
|
3817
|
+
"description": "Module to use Font Awesome 6 icons in your Nuxt project",
|
|
3818
|
+
"repo": "bezumkin/nuxt-fontawesome",
|
|
3819
|
+
"npm": "@vesp/nuxt-fontawesome",
|
|
3820
|
+
"icon": "nuxt-fontawesome.svg",
|
|
3821
|
+
"github": "https://github.com/bezumkin/nuxt-fontawesome",
|
|
3822
|
+
"website": "https://github.com/bezumkin/nuxt-fontawesome",
|
|
3823
|
+
"learn_more": "https://fontawesome.com",
|
|
3824
|
+
"category": "UI",
|
|
3825
|
+
"type": "3rd-party",
|
|
3826
|
+
"maintainers": [
|
|
3827
|
+
{
|
|
3828
|
+
"name": "Vasily Naumkin",
|
|
3829
|
+
"github": "bezumkin",
|
|
3830
|
+
"avatar": "https://avatars.githubusercontent.com/u/1257284"
|
|
3831
|
+
}
|
|
3832
|
+
],
|
|
3833
|
+
"compatibility": {
|
|
3834
|
+
"nuxt": "^3.0.0",
|
|
3835
|
+
"requires": {}
|
|
3836
|
+
}
|
|
3837
|
+
},
|
|
3047
3838
|
{
|
|
3048
3839
|
"name": "nuxt-graphql-middleware",
|
|
3049
3840
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -3051,7 +3842,7 @@
|
|
|
3051
3842
|
"npm": "nuxt-graphql-middleware",
|
|
3052
3843
|
"icon": "nuxt-graphql-middleware.svg",
|
|
3053
3844
|
"github": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3054
|
-
"website": "https://nuxt-graphql-middleware
|
|
3845
|
+
"website": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3055
3846
|
"learn_more": "",
|
|
3056
3847
|
"category": "Request",
|
|
3057
3848
|
"type": "3rd-party",
|
|
@@ -3095,6 +3886,29 @@
|
|
|
3095
3886
|
"requires": {}
|
|
3096
3887
|
}
|
|
3097
3888
|
},
|
|
3889
|
+
{
|
|
3890
|
+
"name": "nuxt-gtm",
|
|
3891
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3892
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3893
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3894
|
+
"icon": "nuxt-gtm.svg",
|
|
3895
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3896
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3897
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3898
|
+
"category": "Analytics",
|
|
3899
|
+
"type": "3rd-party",
|
|
3900
|
+
"maintainers": [
|
|
3901
|
+
{
|
|
3902
|
+
"name": "Zadig&Voltaire Team",
|
|
3903
|
+
"github": "zadigetvoltaire"
|
|
3904
|
+
}
|
|
3905
|
+
],
|
|
3906
|
+
"compatibility": {
|
|
3907
|
+
"nuxt": "^3.0.0",
|
|
3908
|
+
"requires": {},
|
|
3909
|
+
"devtools": "^0.0.0"
|
|
3910
|
+
}
|
|
3911
|
+
},
|
|
3098
3912
|
{
|
|
3099
3913
|
"name": "nuxt-hue",
|
|
3100
3914
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -3119,6 +3933,50 @@
|
|
|
3119
3933
|
}
|
|
3120
3934
|
}
|
|
3121
3935
|
},
|
|
3936
|
+
{
|
|
3937
|
+
"name": "nuxt-interpolation",
|
|
3938
|
+
"description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
|
|
3939
|
+
"repo": "daliborgogic/nuxt-interpolation#master",
|
|
3940
|
+
"npm": "nuxt-interpolation",
|
|
3941
|
+
"icon": "",
|
|
3942
|
+
"github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3943
|
+
"website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3944
|
+
"learn_more": "",
|
|
3945
|
+
"category": "Devtools",
|
|
3946
|
+
"type": "3rd-party",
|
|
3947
|
+
"maintainers": [
|
|
3948
|
+
{
|
|
3949
|
+
"name": "daliborgogic",
|
|
3950
|
+
"github": "daliborgogic"
|
|
3951
|
+
}
|
|
3952
|
+
],
|
|
3953
|
+
"compatibility": {
|
|
3954
|
+
"nuxt": "^2.0.0",
|
|
3955
|
+
"requires": {}
|
|
3956
|
+
}
|
|
3957
|
+
},
|
|
3958
|
+
{
|
|
3959
|
+
"name": "nuxt-jsonld",
|
|
3960
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3961
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3962
|
+
"npm": "nuxt-jsonld",
|
|
3963
|
+
"icon": "",
|
|
3964
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3965
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3966
|
+
"learn_more": "",
|
|
3967
|
+
"category": "SEO",
|
|
3968
|
+
"type": "3rd-party",
|
|
3969
|
+
"maintainers": [
|
|
3970
|
+
{
|
|
3971
|
+
"name": "ymmooot",
|
|
3972
|
+
"github": "ymmooot"
|
|
3973
|
+
}
|
|
3974
|
+
],
|
|
3975
|
+
"compatibility": {
|
|
3976
|
+
"nuxt": "^3.0.0",
|
|
3977
|
+
"requires": {}
|
|
3978
|
+
}
|
|
3979
|
+
},
|
|
3122
3980
|
{
|
|
3123
3981
|
"name": "nuxt-localtunnel",
|
|
3124
3982
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -3126,8 +3984,8 @@
|
|
|
3126
3984
|
"npm": "@nuxtus/nuxt-localtunnel",
|
|
3127
3985
|
"icon": "nuxt-localtunnel.svg",
|
|
3128
3986
|
"github": "https://github.com/nuxtus/localtunnel",
|
|
3129
|
-
"website": "https://nuxtus.com",
|
|
3130
|
-
"learn_more": "https://docs.nuxtus.com
|
|
3987
|
+
"website": "https://docs.nuxtus.com",
|
|
3988
|
+
"learn_more": "https://docs.nuxtus.com/localtunnel.html",
|
|
3131
3989
|
"category": "Devtools",
|
|
3132
3990
|
"type": "3rd-party",
|
|
3133
3991
|
"maintainers": [
|
|
@@ -3144,7 +4002,7 @@
|
|
|
3144
4002
|
},
|
|
3145
4003
|
{
|
|
3146
4004
|
"name": "nuxt-loco",
|
|
3147
|
-
"description": "A localise.biz module to synth locale with Nuxt
|
|
4005
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3148
4006
|
"repo": "gaetansenn/nuxt-loco",
|
|
3149
4007
|
"npm": "nuxt-loco",
|
|
3150
4008
|
"icon": "",
|
|
@@ -3165,6 +4023,28 @@
|
|
|
3165
4023
|
"requires": {}
|
|
3166
4024
|
}
|
|
3167
4025
|
},
|
|
4026
|
+
{
|
|
4027
|
+
"name": "nuxt-mail",
|
|
4028
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
4029
|
+
"repo": "dword-design/nuxt-mail",
|
|
4030
|
+
"npm": "nuxt-mail",
|
|
4031
|
+
"icon": "",
|
|
4032
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
4033
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
4034
|
+
"learn_more": "",
|
|
4035
|
+
"category": "Extensions",
|
|
4036
|
+
"type": "3rd-party",
|
|
4037
|
+
"maintainers": [
|
|
4038
|
+
{
|
|
4039
|
+
"name": "Sebastian Landwehr",
|
|
4040
|
+
"github": "dword-design"
|
|
4041
|
+
}
|
|
4042
|
+
],
|
|
4043
|
+
"compatibility": {
|
|
4044
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4045
|
+
"requires": {}
|
|
4046
|
+
}
|
|
4047
|
+
},
|
|
3168
4048
|
{
|
|
3169
4049
|
"name": "nuxt-mapbox",
|
|
3170
4050
|
"description": "Elegant Mapbox integration with Nuxt",
|
|
@@ -3187,6 +4067,28 @@
|
|
|
3187
4067
|
"requires": {}
|
|
3188
4068
|
}
|
|
3189
4069
|
},
|
|
4070
|
+
{
|
|
4071
|
+
"name": "nuxt-mdi",
|
|
4072
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
4073
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
4074
|
+
"npm": "nuxt-mdi",
|
|
4075
|
+
"icon": "mdi.png",
|
|
4076
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
4077
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
4078
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
4079
|
+
"category": "Libraries",
|
|
4080
|
+
"type": "3rd-party",
|
|
4081
|
+
"maintainers": [
|
|
4082
|
+
{
|
|
4083
|
+
"name": "Emil Rosenius",
|
|
4084
|
+
"github": "ERPedersen"
|
|
4085
|
+
}
|
|
4086
|
+
],
|
|
4087
|
+
"compatibility": {
|
|
4088
|
+
"nuxt": "^3.0.0",
|
|
4089
|
+
"requires": {}
|
|
4090
|
+
}
|
|
4091
|
+
},
|
|
3190
4092
|
{
|
|
3191
4093
|
"name": "nuxt-monaco-editor",
|
|
3192
4094
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3200,30 +4102,126 @@
|
|
|
3200
4102
|
"type": "3rd-party",
|
|
3201
4103
|
"maintainers": [
|
|
3202
4104
|
{
|
|
3203
|
-
"name": "e-chan1007",
|
|
3204
|
-
"github": "e-chan1007"
|
|
4105
|
+
"name": "e-chan1007",
|
|
4106
|
+
"github": "e-chan1007"
|
|
4107
|
+
}
|
|
4108
|
+
],
|
|
4109
|
+
"compatibility": {
|
|
4110
|
+
"nuxt": "^3.0.0",
|
|
4111
|
+
"requires": {}
|
|
4112
|
+
}
|
|
4113
|
+
},
|
|
4114
|
+
{
|
|
4115
|
+
"name": "nuxt-mongoose",
|
|
4116
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
4117
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
4118
|
+
"npm": "nuxt-mongoose",
|
|
4119
|
+
"icon": "nuxt-mongoose.svg",
|
|
4120
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
4121
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
4122
|
+
"learn_more": "",
|
|
4123
|
+
"category": "Database",
|
|
4124
|
+
"type": "3rd-party",
|
|
4125
|
+
"maintainers": [
|
|
4126
|
+
{
|
|
4127
|
+
"name": "arashsheyda",
|
|
4128
|
+
"github": "arashsheyda"
|
|
4129
|
+
}
|
|
4130
|
+
],
|
|
4131
|
+
"compatibility": {
|
|
4132
|
+
"nuxt": "^3.0.0",
|
|
4133
|
+
"requires": {},
|
|
4134
|
+
"devtools": "^0.0.0"
|
|
4135
|
+
}
|
|
4136
|
+
},
|
|
4137
|
+
{
|
|
4138
|
+
"name": "nuxt-oidc-auth",
|
|
4139
|
+
"description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
|
|
4140
|
+
"repo": "itpropro/nuxt-oidc-auth",
|
|
4141
|
+
"npm": "nuxt-oidc-auth",
|
|
4142
|
+
"icon": "",
|
|
4143
|
+
"github": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4144
|
+
"website": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4145
|
+
"learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4146
|
+
"category": "Security",
|
|
4147
|
+
"type": "3rd-party",
|
|
4148
|
+
"maintainers": [
|
|
4149
|
+
{
|
|
4150
|
+
"name": "Jan-Henrik Damaschke",
|
|
4151
|
+
"github": "itpropro",
|
|
4152
|
+
"twitter": "jandamaschke"
|
|
4153
|
+
}
|
|
4154
|
+
],
|
|
4155
|
+
"compatibility": {
|
|
4156
|
+
"nuxt": "^3.0.0",
|
|
4157
|
+
"requires": {}
|
|
4158
|
+
}
|
|
4159
|
+
},
|
|
4160
|
+
{
|
|
4161
|
+
"name": "nuxt-openapi-docs-module",
|
|
4162
|
+
"description": "Generate pages from OpenAPI specifications",
|
|
4163
|
+
"repo": "on-org/nuxt-openapi-docs-module",
|
|
4164
|
+
"npm": "nuxt-openapi-docs-module",
|
|
4165
|
+
"icon": "nuxt-openapi-docs-module.png",
|
|
4166
|
+
"github": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4167
|
+
"website": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4168
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
|
|
4169
|
+
"category": "Libraries",
|
|
4170
|
+
"type": "3rd-party",
|
|
4171
|
+
"maintainers": [
|
|
4172
|
+
{
|
|
4173
|
+
"name": "Pavel Kuzmin",
|
|
4174
|
+
"github": "s00d"
|
|
4175
|
+
}
|
|
4176
|
+
],
|
|
4177
|
+
"compatibility": {
|
|
4178
|
+
"nuxt": "^3.0.0",
|
|
4179
|
+
"requires": {}
|
|
4180
|
+
}
|
|
4181
|
+
},
|
|
4182
|
+
{
|
|
4183
|
+
"name": "nuxt-openid-connect",
|
|
4184
|
+
"description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
|
|
4185
|
+
"repo": "aborn/nuxt-openid-connect",
|
|
4186
|
+
"npm": "nuxt-openid-connect",
|
|
4187
|
+
"icon": "",
|
|
4188
|
+
"github": "https://github.com/aborn/nuxt-openid-connect",
|
|
4189
|
+
"website": "https://github.com/aborn/nuxt-openid-connect",
|
|
4190
|
+
"learn_more": "",
|
|
4191
|
+
"category": "Security",
|
|
4192
|
+
"type": "3rd-party",
|
|
4193
|
+
"maintainers": [
|
|
4194
|
+
{
|
|
4195
|
+
"name": "Aborn Jiang",
|
|
4196
|
+
"github": "aborn"
|
|
4197
|
+
},
|
|
4198
|
+
{
|
|
4199
|
+
"name": "Khaled Almana",
|
|
4200
|
+
"github": "KhaledAlMana"
|
|
3205
4201
|
}
|
|
3206
4202
|
],
|
|
3207
4203
|
"compatibility": {
|
|
3208
4204
|
"nuxt": "^3.0.0",
|
|
3209
|
-
"requires": {}
|
|
4205
|
+
"requires": {},
|
|
4206
|
+
"devtools": "^0.0.0"
|
|
3210
4207
|
}
|
|
3211
4208
|
},
|
|
3212
4209
|
{
|
|
3213
|
-
"name": "nuxt-
|
|
3214
|
-
"description": "
|
|
3215
|
-
"repo": "
|
|
3216
|
-
"npm": "nuxt-
|
|
3217
|
-
"icon": "
|
|
3218
|
-
"github": "https://github.com/
|
|
3219
|
-
"website": "https://github.com/
|
|
4210
|
+
"name": "nuxt-payload-analyzer",
|
|
4211
|
+
"description": "Analyze Nuxt Payload Size",
|
|
4212
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
4213
|
+
"npm": "nuxt-payload-analyzer",
|
|
4214
|
+
"icon": "",
|
|
4215
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
4216
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
3220
4217
|
"learn_more": "",
|
|
3221
|
-
"category": "
|
|
4218
|
+
"category": "Performance",
|
|
3222
4219
|
"type": "3rd-party",
|
|
3223
4220
|
"maintainers": [
|
|
3224
4221
|
{
|
|
3225
|
-
"name": "
|
|
3226
|
-
"github": "
|
|
4222
|
+
"name": "Barbapapazes",
|
|
4223
|
+
"github": "Barbapapazes",
|
|
4224
|
+
"twitter": "soubiran_"
|
|
3227
4225
|
}
|
|
3228
4226
|
],
|
|
3229
4227
|
"compatibility": {
|
|
@@ -3254,6 +4252,28 @@
|
|
|
3254
4252
|
"requires": {}
|
|
3255
4253
|
}
|
|
3256
4254
|
},
|
|
4255
|
+
{
|
|
4256
|
+
"name": "nuxt-phosphor-icons",
|
|
4257
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
4258
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4259
|
+
"npm": "nuxt-phosphor-icons",
|
|
4260
|
+
"icon": "phosphor-icons.svg",
|
|
4261
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4262
|
+
"website": "https://nuxt-phosphor-icons.vercel.app",
|
|
4263
|
+
"learn_more": "https://nuxt-phosphor-icons.vercel.app",
|
|
4264
|
+
"category": "UI",
|
|
4265
|
+
"type": "3rd-party",
|
|
4266
|
+
"maintainers": [
|
|
4267
|
+
{
|
|
4268
|
+
"name": "OyewoleOyedeji",
|
|
4269
|
+
"github": "OyewoleOyedeji"
|
|
4270
|
+
}
|
|
4271
|
+
],
|
|
4272
|
+
"compatibility": {
|
|
4273
|
+
"nuxt": "^3.0.0",
|
|
4274
|
+
"requires": {}
|
|
4275
|
+
}
|
|
4276
|
+
},
|
|
3257
4277
|
{
|
|
3258
4278
|
"name": "nuxt-pino-log",
|
|
3259
4279
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3277,20 +4297,24 @@
|
|
|
3277
4297
|
}
|
|
3278
4298
|
},
|
|
3279
4299
|
{
|
|
3280
|
-
"name": "
|
|
3281
|
-
"description": "
|
|
3282
|
-
"repo": "nuxt-
|
|
3283
|
-
"npm": "
|
|
3284
|
-
"icon": "
|
|
3285
|
-
"github": "https://github.com/nuxt-
|
|
3286
|
-
"website": "https://github.com/nuxt-
|
|
3287
|
-
"learn_more": "https://
|
|
3288
|
-
"category": "
|
|
3289
|
-
"type": "
|
|
4300
|
+
"name": "nuxt-plotly",
|
|
4301
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
4302
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
4303
|
+
"npm": "nuxt-plotly",
|
|
4304
|
+
"icon": "nuxt-plotly.svg",
|
|
4305
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
4306
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
4307
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
4308
|
+
"category": "Libraries",
|
|
4309
|
+
"type": "3rd-party",
|
|
3290
4310
|
"maintainers": [
|
|
3291
4311
|
{
|
|
3292
|
-
"name": "
|
|
3293
|
-
"github": "
|
|
4312
|
+
"name": "Supanut Dokmaithong",
|
|
4313
|
+
"github": "Boomgeek"
|
|
4314
|
+
},
|
|
4315
|
+
{
|
|
4316
|
+
"name": "superdev-tech",
|
|
4317
|
+
"github": "superdev-tech"
|
|
3294
4318
|
}
|
|
3295
4319
|
],
|
|
3296
4320
|
"compatibility": {
|
|
@@ -3300,7 +4324,7 @@
|
|
|
3300
4324
|
},
|
|
3301
4325
|
{
|
|
3302
4326
|
"name": "nuxt-png-to-ico",
|
|
3303
|
-
"description": "Nuxt
|
|
4327
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3304
4328
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3305
4329
|
"npm": "nuxt-png-to-ico",
|
|
3306
4330
|
"icon": "",
|
|
@@ -3321,9 +4345,31 @@
|
|
|
3321
4345
|
"requires": {}
|
|
3322
4346
|
}
|
|
3323
4347
|
},
|
|
4348
|
+
{
|
|
4349
|
+
"name": "nuxt-posthog",
|
|
4350
|
+
"description": "Integrate PostHog into your application with minimal configuration",
|
|
4351
|
+
"repo": "mitjans/nuxt-posthog",
|
|
4352
|
+
"npm": "nuxt-posthog",
|
|
4353
|
+
"icon": "posthog.svg",
|
|
4354
|
+
"github": "https://github.com/mitjans/nuxt-posthog",
|
|
4355
|
+
"website": "https://nuxt-posthog.cmitjans.dev",
|
|
4356
|
+
"learn_more": "https://posthog.com",
|
|
4357
|
+
"category": "Analytics",
|
|
4358
|
+
"type": "3rd-party",
|
|
4359
|
+
"maintainers": [
|
|
4360
|
+
{
|
|
4361
|
+
"name": "Carles Mitjans",
|
|
4362
|
+
"github": "mitjans"
|
|
4363
|
+
}
|
|
4364
|
+
],
|
|
4365
|
+
"compatibility": {
|
|
4366
|
+
"nuxt": "^3.0.0",
|
|
4367
|
+
"requires": {}
|
|
4368
|
+
}
|
|
4369
|
+
},
|
|
3324
4370
|
{
|
|
3325
4371
|
"name": "nuxt-smartlook",
|
|
3326
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
4372
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3327
4373
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3328
4374
|
"npm": "nuxt-smartlook",
|
|
3329
4375
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3345,6 +4391,28 @@
|
|
|
3345
4391
|
"requires": {}
|
|
3346
4392
|
}
|
|
3347
4393
|
},
|
|
4394
|
+
{
|
|
4395
|
+
"name": "nuxt-social-share",
|
|
4396
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
4397
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
4398
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
4399
|
+
"icon": "nuxt-social-share.png",
|
|
4400
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4401
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4402
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
4403
|
+
"category": "Extensions",
|
|
4404
|
+
"type": "3rd-party",
|
|
4405
|
+
"maintainers": [
|
|
4406
|
+
{
|
|
4407
|
+
"name": "stefanobartoletti",
|
|
4408
|
+
"github": "stefanobartoletti"
|
|
4409
|
+
}
|
|
4410
|
+
],
|
|
4411
|
+
"compatibility": {
|
|
4412
|
+
"nuxt": "^3.0.0",
|
|
4413
|
+
"requires": {}
|
|
4414
|
+
}
|
|
4415
|
+
},
|
|
3348
4416
|
{
|
|
3349
4417
|
"name": "ssr-lit",
|
|
3350
4418
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -3375,10 +4443,10 @@
|
|
|
3375
4443
|
},
|
|
3376
4444
|
{
|
|
3377
4445
|
"name": "nuxt-storm",
|
|
3378
|
-
"description": "WebStorm & PHPStorm support for
|
|
4446
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3379
4447
|
"repo": "fumeapp/nuxt-storm",
|
|
3380
4448
|
"npm": "nuxt-storm",
|
|
3381
|
-
"icon": "
|
|
4449
|
+
"icon": "",
|
|
3382
4450
|
"github": "https://github.com/fumeapp/nuxt-storm",
|
|
3383
4451
|
"website": "https://github.com/fumeapp/nuxt-storm",
|
|
3384
4452
|
"learn_more": "https://github.com/fumeapp/nuxt-storm",
|
|
@@ -3395,6 +4463,30 @@
|
|
|
3395
4463
|
"requires": {}
|
|
3396
4464
|
}
|
|
3397
4465
|
},
|
|
4466
|
+
{
|
|
4467
|
+
"name": "nuxt-svgo-loader",
|
|
4468
|
+
"description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
|
|
4469
|
+
"repo": "Mini-ghost/nuxt-svgo-loader",
|
|
4470
|
+
"npm": "nuxt-svgo-loader",
|
|
4471
|
+
"icon": "",
|
|
4472
|
+
"github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4473
|
+
"website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4474
|
+
"learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4475
|
+
"category": "Images",
|
|
4476
|
+
"type": "3rd-party",
|
|
4477
|
+
"maintainers": [
|
|
4478
|
+
{
|
|
4479
|
+
"name": "Alex Liu",
|
|
4480
|
+
"github": "Mini-ghost",
|
|
4481
|
+
"twitter": "Minighost_Alex"
|
|
4482
|
+
}
|
|
4483
|
+
],
|
|
4484
|
+
"compatibility": {
|
|
4485
|
+
"nuxt": "^3.0.0",
|
|
4486
|
+
"requires": {},
|
|
4487
|
+
"devtools": "^0.0.0"
|
|
4488
|
+
}
|
|
4489
|
+
},
|
|
3398
4490
|
{
|
|
3399
4491
|
"name": "nuxt-svgo",
|
|
3400
4492
|
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
@@ -3419,7 +4511,7 @@
|
|
|
3419
4511
|
},
|
|
3420
4512
|
{
|
|
3421
4513
|
"name": "nuxt-unleash",
|
|
3422
|
-
"description": "Nuxt
|
|
4514
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3423
4515
|
"repo": "conejerock/nuxt-unleash",
|
|
3424
4516
|
"npm": "nuxt-unleash",
|
|
3425
4517
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3439,28 +4531,6 @@
|
|
|
3439
4531
|
"requires": {}
|
|
3440
4532
|
}
|
|
3441
4533
|
},
|
|
3442
|
-
{
|
|
3443
|
-
"name": "nuxt-use-motion",
|
|
3444
|
-
"description": "A Nuxt module putting your components in motion",
|
|
3445
|
-
"repo": "Tahul/nuxt-use-motion",
|
|
3446
|
-
"npm": "nuxt-use-motion",
|
|
3447
|
-
"icon": "nuxt-use-motion.svg",
|
|
3448
|
-
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
3449
|
-
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
3450
|
-
"learn_more": "https://github.com/vueuse/motion",
|
|
3451
|
-
"category": "Libraries",
|
|
3452
|
-
"type": "3rd-party",
|
|
3453
|
-
"maintainers": [
|
|
3454
|
-
{
|
|
3455
|
-
"name": "Tahul",
|
|
3456
|
-
"github": "Tahul"
|
|
3457
|
-
}
|
|
3458
|
-
],
|
|
3459
|
-
"compatibility": {
|
|
3460
|
-
"nuxt": "^2.0.0",
|
|
3461
|
-
"requires": {}
|
|
3462
|
-
}
|
|
3463
|
-
},
|
|
3464
4534
|
{
|
|
3465
4535
|
"name": "nuxt-use-sound",
|
|
3466
4536
|
"description": "A Nuxt module for playing sound effects.",
|
|
@@ -3510,12 +4580,12 @@
|
|
|
3510
4580
|
{
|
|
3511
4581
|
"name": "nuxt-vue3-google-signin",
|
|
3512
4582
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3513
|
-
"repo": "
|
|
4583
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3514
4584
|
"npm": "nuxt-vue3-google-signin",
|
|
3515
4585
|
"icon": "vue3-google-signin.svg",
|
|
3516
|
-
"github": "https://github.com/
|
|
3517
|
-
"website": "https://vue3-google-signin.
|
|
3518
|
-
"learn_more": "https://vue3-google-signin.
|
|
4586
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
4587
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
4588
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3519
4589
|
"category": "Libraries",
|
|
3520
4590
|
"type": "3rd-party",
|
|
3521
4591
|
"maintainers": [
|
|
@@ -3530,20 +4600,64 @@
|
|
|
3530
4600
|
}
|
|
3531
4601
|
},
|
|
3532
4602
|
{
|
|
3533
|
-
"name": "nuxt-
|
|
3534
|
-
"description": "
|
|
3535
|
-
"repo": "
|
|
3536
|
-
"npm": "
|
|
3537
|
-
"icon": "
|
|
3538
|
-
"github": "https://github.com/
|
|
3539
|
-
"website": "https://
|
|
3540
|
-
"learn_more": "
|
|
3541
|
-
"category": "
|
|
4603
|
+
"name": "nuxt-zod-i18n",
|
|
4604
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
4605
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
4606
|
+
"npm": "nuxt-zod-i18n",
|
|
4607
|
+
"icon": "nuxt-zod-i18n.svg",
|
|
4608
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
4609
|
+
"website": "https://xibman-nuxt-zod-i18n.nuxt.space",
|
|
4610
|
+
"learn_more": "",
|
|
4611
|
+
"category": "Libraries",
|
|
4612
|
+
"type": "3rd-party",
|
|
4613
|
+
"maintainers": [
|
|
4614
|
+
{
|
|
4615
|
+
"name": "xibman",
|
|
4616
|
+
"github": "xibman"
|
|
4617
|
+
}
|
|
4618
|
+
],
|
|
4619
|
+
"compatibility": {
|
|
4620
|
+
"nuxt": "^3.0.0",
|
|
4621
|
+
"requires": {}
|
|
4622
|
+
}
|
|
4623
|
+
},
|
|
4624
|
+
{
|
|
4625
|
+
"name": "nuxt3-interpolation",
|
|
4626
|
+
"description": "",
|
|
4627
|
+
"repo": "daliborgogic/interpolation#master",
|
|
4628
|
+
"npm": "nuxt3-interpolation",
|
|
4629
|
+
"icon": "",
|
|
4630
|
+
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4631
|
+
"website": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4632
|
+
"learn_more": "",
|
|
4633
|
+
"category": "Devtools",
|
|
4634
|
+
"type": "3rd-party",
|
|
4635
|
+
"maintainers": [
|
|
4636
|
+
{
|
|
4637
|
+
"name": "daliborgogic",
|
|
4638
|
+
"github": "daliborgogic"
|
|
4639
|
+
}
|
|
4640
|
+
],
|
|
4641
|
+
"compatibility": {
|
|
4642
|
+
"nuxt": "^3.0.0",
|
|
4643
|
+
"requires": {}
|
|
4644
|
+
}
|
|
4645
|
+
},
|
|
4646
|
+
{
|
|
4647
|
+
"name": "nuxt3-leaflet",
|
|
4648
|
+
"description": "Leaflet integration with Nuxt",
|
|
4649
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4650
|
+
"npm": "nuxt3-leaflet",
|
|
4651
|
+
"icon": "leaflet.png",
|
|
4652
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4653
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4654
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4655
|
+
"category": "Libraries",
|
|
3542
4656
|
"type": "3rd-party",
|
|
3543
4657
|
"maintainers": [
|
|
3544
4658
|
{
|
|
3545
|
-
"name": "
|
|
3546
|
-
"github": "
|
|
4659
|
+
"name": "Augustin MERCIER",
|
|
4660
|
+
"github": "Gugustinette"
|
|
3547
4661
|
}
|
|
3548
4662
|
],
|
|
3549
4663
|
"compatibility": {
|
|
@@ -3553,7 +4667,7 @@
|
|
|
3553
4667
|
},
|
|
3554
4668
|
{
|
|
3555
4669
|
"name": "nuxt7",
|
|
3556
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4670
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3557
4671
|
"repo": "nuxt-community/nuxt7",
|
|
3558
4672
|
"npm": "nuxt7",
|
|
3559
4673
|
"icon": "",
|
|
@@ -3576,15 +4690,15 @@
|
|
|
3576
4690
|
},
|
|
3577
4691
|
{
|
|
3578
4692
|
"name": "og-image",
|
|
3579
|
-
"description": "
|
|
3580
|
-
"repo": "
|
|
4693
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
4694
|
+
"repo": "nuxt-modules/og-image",
|
|
3581
4695
|
"npm": "nuxt-og-image",
|
|
3582
|
-
"icon": "",
|
|
3583
|
-
"github": "https://github.com/
|
|
3584
|
-
"website": "https://
|
|
3585
|
-
"learn_more": "",
|
|
4696
|
+
"icon": "og-image.svg",
|
|
4697
|
+
"github": "https://github.com/nuxt-modules/og-image",
|
|
4698
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4699
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
3586
4700
|
"category": "SEO",
|
|
3587
|
-
"type": "
|
|
4701
|
+
"type": "community",
|
|
3588
4702
|
"maintainers": [
|
|
3589
4703
|
{
|
|
3590
4704
|
"name": "Harlan Wilton",
|
|
@@ -3595,7 +4709,8 @@
|
|
|
3595
4709
|
],
|
|
3596
4710
|
"compatibility": {
|
|
3597
4711
|
"nuxt": "^3.0.0",
|
|
3598
|
-
"requires": {}
|
|
4712
|
+
"requires": {},
|
|
4713
|
+
"devtools": "^0.0.0"
|
|
3599
4714
|
}
|
|
3600
4715
|
},
|
|
3601
4716
|
{
|
|
@@ -3623,13 +4738,13 @@
|
|
|
3623
4738
|
},
|
|
3624
4739
|
{
|
|
3625
4740
|
"name": "optimized-images",
|
|
3626
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4741
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
3627
4742
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
3628
4743
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
3629
4744
|
"icon": "",
|
|
3630
4745
|
"github": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
3631
|
-
"website": "https://
|
|
3632
|
-
"learn_more": "",
|
|
4746
|
+
"website": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
4747
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
|
|
3633
4748
|
"category": "Images",
|
|
3634
4749
|
"type": "3rd-party",
|
|
3635
4750
|
"maintainers": [
|
|
@@ -3668,7 +4783,7 @@
|
|
|
3668
4783
|
},
|
|
3669
4784
|
{
|
|
3670
4785
|
"name": "parse",
|
|
3671
|
-
"description": "Parse package for Nuxt
|
|
4786
|
+
"description": "Parse package for Nuxt",
|
|
3672
4787
|
"repo": "cierrateam/nuxt-parse",
|
|
3673
4788
|
"npm": "nuxt-parse",
|
|
3674
4789
|
"icon": "",
|
|
@@ -3688,6 +4803,29 @@
|
|
|
3688
4803
|
"requires": {}
|
|
3689
4804
|
}
|
|
3690
4805
|
},
|
|
4806
|
+
{
|
|
4807
|
+
"name": "particles",
|
|
4808
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4809
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4810
|
+
"npm": "nuxt-particles",
|
|
4811
|
+
"icon": "",
|
|
4812
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4813
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4814
|
+
"learn_more": "https://particles.js.org/",
|
|
4815
|
+
"category": "Libraries",
|
|
4816
|
+
"type": "3rd-party",
|
|
4817
|
+
"maintainers": [
|
|
4818
|
+
{
|
|
4819
|
+
"name": "Joey Pereira",
|
|
4820
|
+
"github": "Joepocalyptic",
|
|
4821
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4822
|
+
}
|
|
4823
|
+
],
|
|
4824
|
+
"compatibility": {
|
|
4825
|
+
"nuxt": "^3.0.0",
|
|
4826
|
+
"requires": {}
|
|
4827
|
+
}
|
|
4828
|
+
},
|
|
3691
4829
|
{
|
|
3692
4830
|
"name": "partytown",
|
|
3693
4831
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -3713,6 +4851,28 @@
|
|
|
3713
4851
|
}
|
|
3714
4852
|
}
|
|
3715
4853
|
},
|
|
4854
|
+
{
|
|
4855
|
+
"name": "paypal",
|
|
4856
|
+
"description": "A Nuxt module for simplifying the use of Paypal in your project.",
|
|
4857
|
+
"repo": "arashsheyda/nuxt-paypal",
|
|
4858
|
+
"npm": "nuxt-paypal",
|
|
4859
|
+
"icon": "paypal.svg",
|
|
4860
|
+
"github": "https://github.com/arashsheyda/nuxt-paypal",
|
|
4861
|
+
"website": "https://github.com/arashsheyda/nuxt-paypal#readme",
|
|
4862
|
+
"learn_more": "https://developer.paypal.com/sdk/js/reference/",
|
|
4863
|
+
"category": "Payment",
|
|
4864
|
+
"type": "3rd-party",
|
|
4865
|
+
"maintainers": [
|
|
4866
|
+
{
|
|
4867
|
+
"name": "Arash Sheyda",
|
|
4868
|
+
"github": "arashsheyda"
|
|
4869
|
+
}
|
|
4870
|
+
],
|
|
4871
|
+
"compatibility": {
|
|
4872
|
+
"nuxt": "^3.0.0",
|
|
4873
|
+
"requires": {}
|
|
4874
|
+
}
|
|
4875
|
+
},
|
|
3716
4876
|
{
|
|
3717
4877
|
"name": "pdfeasy",
|
|
3718
4878
|
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
@@ -3737,6 +4897,28 @@
|
|
|
3737
4897
|
"requires": {}
|
|
3738
4898
|
}
|
|
3739
4899
|
},
|
|
4900
|
+
{
|
|
4901
|
+
"name": "pergel",
|
|
4902
|
+
"description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
|
|
4903
|
+
"repo": "oku-ui/pergel#main/packages-core/pergel",
|
|
4904
|
+
"npm": "pergel",
|
|
4905
|
+
"icon": "pergel.svg",
|
|
4906
|
+
"github": "https://github.com/oku-ui/pergel",
|
|
4907
|
+
"website": "https://oku-ui.com/pergel",
|
|
4908
|
+
"learn_more": "",
|
|
4909
|
+
"category": "Devtools",
|
|
4910
|
+
"type": "3rd-party",
|
|
4911
|
+
"maintainers": [
|
|
4912
|
+
{
|
|
4913
|
+
"name": "Mehmet - productdevbook",
|
|
4914
|
+
"github": "productdevbook"
|
|
4915
|
+
}
|
|
4916
|
+
],
|
|
4917
|
+
"compatibility": {
|
|
4918
|
+
"nuxt": "^3.10.0",
|
|
4919
|
+
"requires": {}
|
|
4920
|
+
}
|
|
4921
|
+
},
|
|
3740
4922
|
{
|
|
3741
4923
|
"name": "persian-datepicker",
|
|
3742
4924
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3834,10 +5016,10 @@
|
|
|
3834
5016
|
},
|
|
3835
5017
|
{
|
|
3836
5018
|
"name": "plausible",
|
|
3837
|
-
"description": "Nuxt
|
|
5019
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3838
5020
|
"repo": "nuxt-modules/plausible",
|
|
3839
5021
|
"npm": "@nuxtjs/plausible",
|
|
3840
|
-
"icon": "",
|
|
5022
|
+
"icon": "plausible.svg",
|
|
3841
5023
|
"github": "https://github.com/nuxt-modules/plausible",
|
|
3842
5024
|
"website": "https://github.com/nuxt-modules/plausible",
|
|
3843
5025
|
"learn_more": "",
|
|
@@ -3845,12 +5027,12 @@
|
|
|
3845
5027
|
"type": "community",
|
|
3846
5028
|
"maintainers": [
|
|
3847
5029
|
{
|
|
3848
|
-
"name": "
|
|
3849
|
-
"github": "
|
|
5030
|
+
"name": "Johann Schopplich",
|
|
5031
|
+
"github": "johannschopplich"
|
|
3850
5032
|
}
|
|
3851
5033
|
],
|
|
3852
5034
|
"compatibility": {
|
|
3853
|
-
"nuxt": "^2.0.0",
|
|
5035
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3854
5036
|
"requires": {}
|
|
3855
5037
|
}
|
|
3856
5038
|
},
|
|
@@ -3876,9 +5058,56 @@
|
|
|
3876
5058
|
"requires": {}
|
|
3877
5059
|
}
|
|
3878
5060
|
},
|
|
5061
|
+
{
|
|
5062
|
+
"name": "prepare",
|
|
5063
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
5064
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
5065
|
+
"npm": "nuxt-prepare",
|
|
5066
|
+
"icon": "prepare.svg",
|
|
5067
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
5068
|
+
"website": "https://nuxt-prepare.byjohann.dev",
|
|
5069
|
+
"learn_more": "",
|
|
5070
|
+
"category": "Devtools",
|
|
5071
|
+
"type": "3rd-party",
|
|
5072
|
+
"maintainers": [
|
|
5073
|
+
{
|
|
5074
|
+
"name": "Johann Schopplich",
|
|
5075
|
+
"github": "johannschopplich",
|
|
5076
|
+
"twitter": "jschopplich",
|
|
5077
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
5078
|
+
}
|
|
5079
|
+
],
|
|
5080
|
+
"compatibility": {
|
|
5081
|
+
"nuxt": "^3.0.0",
|
|
5082
|
+
"requires": {}
|
|
5083
|
+
}
|
|
5084
|
+
},
|
|
5085
|
+
{
|
|
5086
|
+
"name": "primevue",
|
|
5087
|
+
"description": "Next Generation Vue UI Component Library",
|
|
5088
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
5089
|
+
"npm": "nuxt-primevue",
|
|
5090
|
+
"icon": "primevue.svg",
|
|
5091
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
5092
|
+
"website": "https://primevue.org/",
|
|
5093
|
+
"learn_more": "https://primevue.org/",
|
|
5094
|
+
"category": "UI",
|
|
5095
|
+
"type": "3rd-party",
|
|
5096
|
+
"maintainers": [
|
|
5097
|
+
{
|
|
5098
|
+
"name": "primefaces",
|
|
5099
|
+
"github": "primefaces",
|
|
5100
|
+
"twitter": "primevue"
|
|
5101
|
+
}
|
|
5102
|
+
],
|
|
5103
|
+
"compatibility": {
|
|
5104
|
+
"nuxt": "^3.0.0",
|
|
5105
|
+
"requires": {}
|
|
5106
|
+
}
|
|
5107
|
+
},
|
|
3879
5108
|
{
|
|
3880
5109
|
"name": "prismic",
|
|
3881
|
-
"description": "Easily connect your Nuxt
|
|
5110
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
3882
5111
|
"repo": "nuxt-modules/prismic",
|
|
3883
5112
|
"npm": "@nuxtjs/prismic",
|
|
3884
5113
|
"icon": "prismic.png",
|
|
@@ -3945,7 +5174,7 @@
|
|
|
3945
5174
|
},
|
|
3946
5175
|
{
|
|
3947
5176
|
"name": "proxy",
|
|
3948
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
5177
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
3949
5178
|
"repo": "nuxt-community/proxy-module",
|
|
3950
5179
|
"npm": "@nuxtjs/proxy",
|
|
3951
5180
|
"icon": "",
|
|
@@ -3991,7 +5220,7 @@
|
|
|
3991
5220
|
},
|
|
3992
5221
|
{
|
|
3993
5222
|
"name": "purgecss",
|
|
3994
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
5223
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
3995
5224
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
3996
5225
|
"npm": "nuxt-purgecss",
|
|
3997
5226
|
"icon": "purgecss.png",
|
|
@@ -4013,7 +5242,7 @@
|
|
|
4013
5242
|
},
|
|
4014
5243
|
{
|
|
4015
5244
|
"name": "pwa",
|
|
4016
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
5245
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
4017
5246
|
"repo": "nuxt-community/pwa-module",
|
|
4018
5247
|
"npm": "@nuxtjs/pwa",
|
|
4019
5248
|
"icon": "pwa.png",
|
|
@@ -4038,7 +5267,7 @@
|
|
|
4038
5267
|
},
|
|
4039
5268
|
{
|
|
4040
5269
|
"name": "python",
|
|
4041
|
-
"description": "Write Nuxt
|
|
5270
|
+
"description": "Write Nuxt applications using Python",
|
|
4042
5271
|
"repo": "nuxt-community/python-module",
|
|
4043
5272
|
"npm": "@nuxtjs/python",
|
|
4044
5273
|
"icon": "python.png",
|
|
@@ -4075,6 +5304,64 @@
|
|
|
4075
5304
|
"github": "Maiquu"
|
|
4076
5305
|
}
|
|
4077
5306
|
],
|
|
5307
|
+
"compatibility": {
|
|
5308
|
+
"nuxt": "^3.0.0",
|
|
5309
|
+
"requires": {},
|
|
5310
|
+
"devtools": "^0.0.0"
|
|
5311
|
+
}
|
|
5312
|
+
},
|
|
5313
|
+
{
|
|
5314
|
+
"name": "radash",
|
|
5315
|
+
"description": "radash module with auto-import and custom prefix",
|
|
5316
|
+
"repo": "bbg/nuxt-radash",
|
|
5317
|
+
"npm": "nuxt-radash",
|
|
5318
|
+
"icon": "radash.png",
|
|
5319
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
5320
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
5321
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
5322
|
+
"category": "Libraries",
|
|
5323
|
+
"type": "3rd-party",
|
|
5324
|
+
"maintainers": [
|
|
5325
|
+
{
|
|
5326
|
+
"name": "Batuhan Göksu",
|
|
5327
|
+
"github": "bbg"
|
|
5328
|
+
}
|
|
5329
|
+
],
|
|
5330
|
+
"compatibility": {
|
|
5331
|
+
"nuxt": "^3.0.0",
|
|
5332
|
+
"requires": {}
|
|
5333
|
+
}
|
|
5334
|
+
},
|
|
5335
|
+
{
|
|
5336
|
+
"name": "radix-vue",
|
|
5337
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
5338
|
+
"repo": "radix-vue/radix-vue",
|
|
5339
|
+
"npm": "radix-vue",
|
|
5340
|
+
"icon": "radix-vue.svg",
|
|
5341
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
5342
|
+
"website": "https://www.radix-vue.com/",
|
|
5343
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
5344
|
+
"category": "UI",
|
|
5345
|
+
"type": "3rd-party",
|
|
5346
|
+
"maintainers": [
|
|
5347
|
+
{
|
|
5348
|
+
"name": "Zernonia",
|
|
5349
|
+
"github": "zernonia",
|
|
5350
|
+
"twitter": "zernonia"
|
|
5351
|
+
},
|
|
5352
|
+
{
|
|
5353
|
+
"name": "Khairul Haaziq",
|
|
5354
|
+
"github": "khairulhaaziq"
|
|
5355
|
+
},
|
|
5356
|
+
{
|
|
5357
|
+
"name": "Mujahid Anuar",
|
|
5358
|
+
"github": "mujahidfa"
|
|
5359
|
+
},
|
|
5360
|
+
{
|
|
5361
|
+
"name": "Max",
|
|
5362
|
+
"github": "onmax"
|
|
5363
|
+
}
|
|
5364
|
+
],
|
|
4078
5365
|
"compatibility": {
|
|
4079
5366
|
"nuxt": "^3.0.0",
|
|
4080
5367
|
"requires": {}
|
|
@@ -4082,7 +5369,7 @@
|
|
|
4082
5369
|
},
|
|
4083
5370
|
{
|
|
4084
5371
|
"name": "recaptcha",
|
|
4085
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
5372
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4086
5373
|
"repo": "nuxt-community/recaptcha-module",
|
|
4087
5374
|
"npm": "@nuxtjs/recaptcha",
|
|
4088
5375
|
"icon": "recaptcha.png",
|
|
@@ -4125,9 +5412,32 @@
|
|
|
4125
5412
|
"requires": {}
|
|
4126
5413
|
}
|
|
4127
5414
|
},
|
|
5415
|
+
{
|
|
5416
|
+
"name": "resend",
|
|
5417
|
+
"description": "Resend integration for Nuxt",
|
|
5418
|
+
"repo": "nhedger/nuxt-resend",
|
|
5419
|
+
"npm": "nuxt-resend",
|
|
5420
|
+
"icon": "resend.svg",
|
|
5421
|
+
"github": "https://github.com/nhedger/nuxt-resend",
|
|
5422
|
+
"website": "https://github.com/nhedger/nuxt-resend",
|
|
5423
|
+
"learn_more": "https://resend.com",
|
|
5424
|
+
"category": "Extensions",
|
|
5425
|
+
"type": "3rd-party",
|
|
5426
|
+
"maintainers": [
|
|
5427
|
+
{
|
|
5428
|
+
"name": "Nicolas Hedger",
|
|
5429
|
+
"github": "nhedger",
|
|
5430
|
+
"twitter": "nicolashedger"
|
|
5431
|
+
}
|
|
5432
|
+
],
|
|
5433
|
+
"compatibility": {
|
|
5434
|
+
"nuxt": "^3.0.0",
|
|
5435
|
+
"requires": {}
|
|
5436
|
+
}
|
|
5437
|
+
},
|
|
4128
5438
|
{
|
|
4129
5439
|
"name": "rfg-icon",
|
|
4130
|
-
"description": "Nuxt
|
|
5440
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4131
5441
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4132
5442
|
"npm": "nuxt-rfg-icon",
|
|
4133
5443
|
"icon": "real-favicon-generator.png",
|
|
@@ -4149,13 +5459,13 @@
|
|
|
4149
5459
|
},
|
|
4150
5460
|
{
|
|
4151
5461
|
"name": "robots",
|
|
4152
|
-
"description": "A Nuxt
|
|
4153
|
-
"repo": "nuxt-
|
|
5462
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
5463
|
+
"repo": "nuxt-modules/robots",
|
|
4154
5464
|
"npm": "@nuxtjs/robots",
|
|
4155
5465
|
"icon": "robots.png",
|
|
4156
|
-
"github": "https://github.com/nuxt-
|
|
4157
|
-
"website": "https://github.com/nuxt-
|
|
4158
|
-
"learn_more": "
|
|
5466
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
5467
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
5468
|
+
"learn_more": "",
|
|
4159
5469
|
"category": "SEO",
|
|
4160
5470
|
"type": "community",
|
|
4161
5471
|
"maintainers": [
|
|
@@ -4173,23 +5483,23 @@
|
|
|
4173
5483
|
},
|
|
4174
5484
|
{
|
|
4175
5485
|
"name": "rollbar",
|
|
4176
|
-
"description": "
|
|
4177
|
-
"repo": "
|
|
4178
|
-
"npm": "nuxt-rollbar
|
|
5486
|
+
"description": "Nuxt 3 module to integrate Rollbar.",
|
|
5487
|
+
"repo": "jairoblatt/nuxt-rollbar",
|
|
5488
|
+
"npm": "nuxt-rollbar",
|
|
4179
5489
|
"icon": "rollbar.png",
|
|
4180
|
-
"github": "https://github.com/
|
|
4181
|
-
"website": "https://github.com/
|
|
5490
|
+
"github": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
5491
|
+
"website": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
4182
5492
|
"learn_more": "https://docs.rollbar.com/docs/javascript",
|
|
4183
5493
|
"category": "Monitoring",
|
|
4184
5494
|
"type": "3rd-party",
|
|
4185
5495
|
"maintainers": [
|
|
4186
5496
|
{
|
|
4187
|
-
"name": "
|
|
4188
|
-
"github": "
|
|
5497
|
+
"name": "Jairo Blatt",
|
|
5498
|
+
"github": "jairoblatt"
|
|
4189
5499
|
}
|
|
4190
5500
|
],
|
|
4191
5501
|
"compatibility": {
|
|
4192
|
-
"nuxt": "^
|
|
5502
|
+
"nuxt": "^3.0.0",
|
|
4193
5503
|
"requires": {}
|
|
4194
5504
|
}
|
|
4195
5505
|
},
|
|
@@ -4218,7 +5528,7 @@
|
|
|
4218
5528
|
},
|
|
4219
5529
|
{
|
|
4220
5530
|
"name": "router",
|
|
4221
|
-
"description": "Nuxt
|
|
5531
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4222
5532
|
"repo": "nuxt-community/router-module",
|
|
4223
5533
|
"npm": "@nuxtjs/router",
|
|
4224
5534
|
"icon": "vue.png",
|
|
@@ -4266,13 +5576,13 @@
|
|
|
4266
5576
|
},
|
|
4267
5577
|
{
|
|
4268
5578
|
"name": "schema-org",
|
|
4269
|
-
"description": "
|
|
4270
|
-
"repo": "
|
|
5579
|
+
"description": "Quick and easy Schema.org graphs.",
|
|
5580
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4271
5581
|
"npm": "nuxt-schema-org",
|
|
4272
5582
|
"icon": "schema-org.svg",
|
|
4273
|
-
"github": "https://github.com/
|
|
4274
|
-
"website": "https://
|
|
4275
|
-
"learn_more": "https://
|
|
5583
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
5584
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
5585
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4276
5586
|
"category": "SEO",
|
|
4277
5587
|
"type": "3rd-party",
|
|
4278
5588
|
"maintainers": [
|
|
@@ -4335,13 +5645,13 @@
|
|
|
4335
5645
|
},
|
|
4336
5646
|
{
|
|
4337
5647
|
"name": "segment",
|
|
4338
|
-
"description": "Nuxt
|
|
5648
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4339
5649
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4340
5650
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4341
5651
|
"icon": "segment.png",
|
|
4342
5652
|
"github": "https://github.com/dansmaculotte/nuxt-segment",
|
|
4343
5653
|
"website": "https://github.com/dansmaculotte/nuxt-segment",
|
|
4344
|
-
"learn_more": "
|
|
5654
|
+
"learn_more": "",
|
|
4345
5655
|
"category": "Analytics",
|
|
4346
5656
|
"type": "3rd-party",
|
|
4347
5657
|
"maintainers": [
|
|
@@ -4357,10 +5667,10 @@
|
|
|
4357
5667
|
},
|
|
4358
5668
|
{
|
|
4359
5669
|
"name": "sentry",
|
|
4360
|
-
"description": "Sentry module for Nuxt
|
|
5670
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4361
5671
|
"repo": "nuxt-community/sentry-module",
|
|
4362
5672
|
"npm": "@nuxtjs/sentry",
|
|
4363
|
-
"icon": "sentry.
|
|
5673
|
+
"icon": "sentry.svg",
|
|
4364
5674
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4365
5675
|
"website": "https://sentry.nuxtjs.org/",
|
|
4366
5676
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4378,20 +5688,22 @@
|
|
|
4378
5688
|
}
|
|
4379
5689
|
},
|
|
4380
5690
|
{
|
|
4381
|
-
"name": "seo-
|
|
4382
|
-
"description": "
|
|
4383
|
-
"repo": "harlan-zw/nuxt-seo-
|
|
4384
|
-
"npm": "nuxt-seo-
|
|
4385
|
-
"icon": "seo-
|
|
4386
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-
|
|
4387
|
-
"website": "https://
|
|
4388
|
-
"learn_more": "",
|
|
5691
|
+
"name": "seo-experiments",
|
|
5692
|
+
"description": "Powerful SEO DX improvements.",
|
|
5693
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5694
|
+
"npm": "nuxt-seo-experiments",
|
|
5695
|
+
"icon": "seo-experiments.svg",
|
|
5696
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5697
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5698
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
4389
5699
|
"category": "SEO",
|
|
4390
5700
|
"type": "3rd-party",
|
|
4391
5701
|
"maintainers": [
|
|
4392
5702
|
{
|
|
4393
|
-
"name": "
|
|
4394
|
-
"github": "harlan-zw"
|
|
5703
|
+
"name": "Harlan Wilton",
|
|
5704
|
+
"github": "harlan-zw",
|
|
5705
|
+
"twitter": "harlan_zw",
|
|
5706
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4395
5707
|
}
|
|
4396
5708
|
],
|
|
4397
5709
|
"compatibility": {
|
|
@@ -4422,9 +5734,31 @@
|
|
|
4422
5734
|
"requires": {}
|
|
4423
5735
|
}
|
|
4424
5736
|
},
|
|
5737
|
+
{
|
|
5738
|
+
"name": "seo",
|
|
5739
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
5740
|
+
"repo": "harlan-zw/nuxt-seo",
|
|
5741
|
+
"npm": "@nuxtjs/seo",
|
|
5742
|
+
"icon": "nuxt.svg",
|
|
5743
|
+
"github": "https://github.com/harlan-zw/nuxt-seo",
|
|
5744
|
+
"website": "https://nuxtseo.com/",
|
|
5745
|
+
"learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
5746
|
+
"category": "SEO",
|
|
5747
|
+
"type": "3rd-party",
|
|
5748
|
+
"maintainers": [
|
|
5749
|
+
{
|
|
5750
|
+
"name": "harlan-zw",
|
|
5751
|
+
"github": "harlan-zw"
|
|
5752
|
+
}
|
|
5753
|
+
],
|
|
5754
|
+
"compatibility": {
|
|
5755
|
+
"nuxt": "^3.0.0",
|
|
5756
|
+
"requires": {}
|
|
5757
|
+
}
|
|
5758
|
+
},
|
|
4425
5759
|
{
|
|
4426
5760
|
"name": "seomatic-meta",
|
|
4427
|
-
"description": "A Nuxt
|
|
5761
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4428
5762
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4429
5763
|
"npm": "nuxt-seomatic-meta",
|
|
4430
5764
|
"icon": "seomatic.png",
|
|
@@ -4467,6 +5801,29 @@
|
|
|
4467
5801
|
"requires": {}
|
|
4468
5802
|
}
|
|
4469
5803
|
},
|
|
5804
|
+
{
|
|
5805
|
+
"name": "server-block",
|
|
5806
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5807
|
+
"repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
|
|
5808
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
5809
|
+
"icon": "server-block.svg",
|
|
5810
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
5811
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5812
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5813
|
+
"category": "Extensions",
|
|
5814
|
+
"type": "3rd-party",
|
|
5815
|
+
"maintainers": [
|
|
5816
|
+
{
|
|
5817
|
+
"name": "Hebilicious",
|
|
5818
|
+
"github": "Hebilicious",
|
|
5819
|
+
"twitter": "its_hebilicious"
|
|
5820
|
+
}
|
|
5821
|
+
],
|
|
5822
|
+
"compatibility": {
|
|
5823
|
+
"nuxt": "^3.0.0",
|
|
5824
|
+
"requires": {}
|
|
5825
|
+
}
|
|
5826
|
+
},
|
|
4470
5827
|
{
|
|
4471
5828
|
"name": "session",
|
|
4472
5829
|
"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",
|
|
@@ -4492,7 +5849,7 @@
|
|
|
4492
5849
|
},
|
|
4493
5850
|
{
|
|
4494
5851
|
"name": "shopify",
|
|
4495
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5852
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4496
5853
|
"repo": "Gomah/nuxt-shopify",
|
|
4497
5854
|
"npm": "nuxt-shopify",
|
|
4498
5855
|
"icon": "shopify.png",
|
|
@@ -4513,7 +5870,29 @@
|
|
|
4513
5870
|
}
|
|
4514
5871
|
},
|
|
4515
5872
|
{
|
|
4516
|
-
"name": "
|
|
5873
|
+
"name": "shuimo-ui",
|
|
5874
|
+
"description": "A Chinese Shuimo style component library.",
|
|
5875
|
+
"repo": "shuimo-design/shuimo-ui#main/plugins/nuxt",
|
|
5876
|
+
"npm": "@shuimo-design/shuimo-ui-nuxt",
|
|
5877
|
+
"icon": "shuimo-ui.svg",
|
|
5878
|
+
"github": "https://github.com/shuimo-design/shuimo-ui",
|
|
5879
|
+
"website": "https://shuimo.design",
|
|
5880
|
+
"learn_more": "https://github.com/shuimo-design/shuimo-ui/tree/main/plugins/nuxt",
|
|
5881
|
+
"category": "UI",
|
|
5882
|
+
"type": "3rd-party",
|
|
5883
|
+
"maintainers": [
|
|
5884
|
+
{
|
|
5885
|
+
"name": "higuaifan",
|
|
5886
|
+
"github": "higuaifan"
|
|
5887
|
+
}
|
|
5888
|
+
],
|
|
5889
|
+
"compatibility": {
|
|
5890
|
+
"nuxt": "^3.0.0",
|
|
5891
|
+
"requires": {}
|
|
5892
|
+
}
|
|
5893
|
+
},
|
|
5894
|
+
{
|
|
5895
|
+
"name": "sidebase-auth",
|
|
4517
5896
|
"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.",
|
|
4518
5897
|
"repo": "sidebase/nuxt-auth",
|
|
4519
5898
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -4559,13 +5938,13 @@
|
|
|
4559
5938
|
},
|
|
4560
5939
|
{
|
|
4561
5940
|
"name": "simple-robots",
|
|
4562
|
-
"description": "
|
|
5941
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
4563
5942
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4564
5943
|
"npm": "nuxt-simple-robots",
|
|
4565
|
-
"icon": "",
|
|
5944
|
+
"icon": "simple-robots.svg",
|
|
4566
5945
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4567
|
-
"website": "https://
|
|
4568
|
-
"learn_more": "",
|
|
5946
|
+
"website": "https://nuxtseo.com/robots",
|
|
5947
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
4569
5948
|
"category": "SEO",
|
|
4570
5949
|
"type": "3rd-party",
|
|
4571
5950
|
"maintainers": [
|
|
@@ -4582,41 +5961,23 @@
|
|
|
4582
5961
|
}
|
|
4583
5962
|
},
|
|
4584
5963
|
{
|
|
4585
|
-
"name": "
|
|
4586
|
-
"description": "
|
|
4587
|
-
"repo": "
|
|
4588
|
-
"npm": "
|
|
4589
|
-
"icon": "",
|
|
4590
|
-
"github": "https://github.com/
|
|
4591
|
-
"website": "https://
|
|
4592
|
-
"learn_more": "",
|
|
5964
|
+
"name": "sitemap",
|
|
5965
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
5966
|
+
"repo": "nuxt-modules/sitemap",
|
|
5967
|
+
"npm": "@nuxtjs/sitemap",
|
|
5968
|
+
"icon": "simple-sitemap.svg",
|
|
5969
|
+
"github": "https://github.com/nuxt-modules/sitemap",
|
|
5970
|
+
"website": "https://nuxtseo.com/",
|
|
5971
|
+
"learn_more": "https://nuxtseo.com/sitemap",
|
|
4593
5972
|
"category": "SEO",
|
|
4594
|
-
"type": "
|
|
5973
|
+
"type": "community",
|
|
4595
5974
|
"maintainers": [
|
|
4596
5975
|
{
|
|
4597
5976
|
"name": "Harlan Wilton",
|
|
4598
5977
|
"github": "harlan-zw",
|
|
4599
5978
|
"twitter": "harlan_zw",
|
|
4600
5979
|
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4601
|
-
}
|
|
4602
|
-
],
|
|
4603
|
-
"compatibility": {
|
|
4604
|
-
"nuxt": "^3.0.0",
|
|
4605
|
-
"requires": {}
|
|
4606
|
-
}
|
|
4607
|
-
},
|
|
4608
|
-
{
|
|
4609
|
-
"name": "sitemap",
|
|
4610
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
|
|
4611
|
-
"repo": "nuxt-community/sitemap-module#dev",
|
|
4612
|
-
"npm": "@nuxtjs/sitemap",
|
|
4613
|
-
"icon": "",
|
|
4614
|
-
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
4615
|
-
"website": "https://sitemap.nuxtjs.org",
|
|
4616
|
-
"learn_more": "",
|
|
4617
|
-
"category": "SEO",
|
|
4618
|
-
"type": "community",
|
|
4619
|
-
"maintainers": [
|
|
5980
|
+
},
|
|
4620
5981
|
{
|
|
4621
5982
|
"name": "Nicolas PENNEC",
|
|
4622
5983
|
"github": "NicoPennec",
|
|
@@ -4624,7 +5985,7 @@
|
|
|
4624
5985
|
}
|
|
4625
5986
|
],
|
|
4626
5987
|
"compatibility": {
|
|
4627
|
-
"nuxt": "^
|
|
5988
|
+
"nuxt": "^3.0.0",
|
|
4628
5989
|
"requires": {}
|
|
4629
5990
|
}
|
|
4630
5991
|
},
|
|
@@ -4652,7 +6013,7 @@
|
|
|
4652
6013
|
},
|
|
4653
6014
|
{
|
|
4654
6015
|
"name": "snipcart",
|
|
4655
|
-
"description": "Snipcart integration module for Nuxt
|
|
6016
|
+
"description": "Snipcart integration module for Nuxt",
|
|
4656
6017
|
"repo": "nuxt-modules/snipcart",
|
|
4657
6018
|
"npm": "@nuxtjs/snipcart",
|
|
4658
6019
|
"icon": "snipcart.png",
|
|
@@ -4675,7 +6036,7 @@
|
|
|
4675
6036
|
},
|
|
4676
6037
|
{
|
|
4677
6038
|
"name": "social-meta",
|
|
4678
|
-
"description": "Nuxt
|
|
6039
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
4679
6040
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
4680
6041
|
"npm": "nuxt-social-meta",
|
|
4681
6042
|
"icon": "",
|
|
@@ -4797,7 +6158,7 @@
|
|
|
4797
6158
|
},
|
|
4798
6159
|
{
|
|
4799
6160
|
"name": "storage",
|
|
4800
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
6161
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
4801
6162
|
"repo": "mazipan/nuxt-storage",
|
|
4802
6163
|
"npm": "nuxt-storage",
|
|
4803
6164
|
"icon": "",
|
|
@@ -4819,7 +6180,7 @@
|
|
|
4819
6180
|
},
|
|
4820
6181
|
{
|
|
4821
6182
|
"name": "storefront-ui",
|
|
4822
|
-
"description": "Storefront UI Module for Nuxt
|
|
6183
|
+
"description": "Storefront UI Module for Nuxt",
|
|
4823
6184
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
4824
6185
|
"npm": "@storefront-ui/nuxt",
|
|
4825
6186
|
"icon": "storefront-ui.svg",
|
|
@@ -4863,8 +6224,8 @@
|
|
|
4863
6224
|
},
|
|
4864
6225
|
{
|
|
4865
6226
|
"name": "storyblok",
|
|
4866
|
-
"description": "Storyblok Nuxt
|
|
4867
|
-
"repo": "storyblok/storyblok-nuxt#
|
|
6227
|
+
"description": "Storyblok Nuxt module",
|
|
6228
|
+
"repo": "storyblok/storyblok-nuxt#main",
|
|
4868
6229
|
"npm": "@storyblok/nuxt",
|
|
4869
6230
|
"icon": "storyblok.png",
|
|
4870
6231
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -4880,46 +6241,43 @@
|
|
|
4880
6241
|
],
|
|
4881
6242
|
"compatibility": {
|
|
4882
6243
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4883
|
-
"requires": {}
|
|
6244
|
+
"requires": {},
|
|
6245
|
+
"devtools": "^0.0.0"
|
|
4884
6246
|
}
|
|
4885
6247
|
},
|
|
4886
6248
|
{
|
|
4887
6249
|
"name": "storybook",
|
|
4888
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
4889
|
-
"repo": "nuxt-
|
|
6250
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
6251
|
+
"repo": "nuxt-modules/storybook",
|
|
4890
6252
|
"npm": "@nuxtjs/storybook",
|
|
4891
6253
|
"icon": "storybook.png",
|
|
4892
|
-
"github": "https://github.com/nuxt-
|
|
6254
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
4893
6255
|
"website": "https://storybook.nuxtjs.org",
|
|
4894
|
-
"learn_more": "https://
|
|
6256
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
4895
6257
|
"category": "Devtools",
|
|
4896
6258
|
"type": "community",
|
|
4897
6259
|
"maintainers": [
|
|
4898
6260
|
{
|
|
4899
|
-
"name": "
|
|
4900
|
-
"github": "
|
|
4901
|
-
"twitter": "
|
|
4902
|
-
},
|
|
4903
|
-
{
|
|
4904
|
-
"name": "Pooya Parsa",
|
|
4905
|
-
"github": "pi0",
|
|
4906
|
-
"twitter": "_pi0_"
|
|
6261
|
+
"name": "Chakir QATAB",
|
|
6262
|
+
"github": "chakAs3",
|
|
6263
|
+
"twitter": "ChakirQatab"
|
|
4907
6264
|
}
|
|
4908
6265
|
],
|
|
4909
6266
|
"compatibility": {
|
|
4910
|
-
"nuxt": "^2.0.0",
|
|
6267
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4911
6268
|
"requires": {
|
|
4912
6269
|
"bridge": "optional"
|
|
4913
|
-
}
|
|
6270
|
+
},
|
|
6271
|
+
"devtools": "^0.7.2"
|
|
4914
6272
|
}
|
|
4915
6273
|
},
|
|
4916
6274
|
{
|
|
4917
6275
|
"name": "strapi",
|
|
4918
6276
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
4919
|
-
"repo": "nuxt-
|
|
6277
|
+
"repo": "nuxt-modules/strapi",
|
|
4920
6278
|
"npm": "@nuxtjs/strapi",
|
|
4921
6279
|
"icon": "strapi.png",
|
|
4922
|
-
"github": "https://github.com/nuxt-
|
|
6280
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
4923
6281
|
"website": "https://strapi.nuxtjs.org",
|
|
4924
6282
|
"learn_more": "https://strapi.io/",
|
|
4925
6283
|
"category": "CMS",
|
|
@@ -4940,7 +6298,34 @@
|
|
|
4940
6298
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4941
6299
|
"requires": {
|
|
4942
6300
|
"bridge": true
|
|
6301
|
+
},
|
|
6302
|
+
"devtools": "^0.0.0"
|
|
6303
|
+
}
|
|
6304
|
+
},
|
|
6305
|
+
{
|
|
6306
|
+
"name": "stripe-next",
|
|
6307
|
+
"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.",
|
|
6308
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
6309
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
6310
|
+
"icon": "stripe.png",
|
|
6311
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
6312
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
6313
|
+
"learn_more": "https://stripe.com/docs",
|
|
6314
|
+
"category": "Payment",
|
|
6315
|
+
"type": "3rd-party",
|
|
6316
|
+
"maintainers": [
|
|
6317
|
+
{
|
|
6318
|
+
"name": "Loic Fuentes",
|
|
6319
|
+
"github": "fuentesloic"
|
|
6320
|
+
},
|
|
6321
|
+
{
|
|
6322
|
+
"name": "Florent Giraud",
|
|
6323
|
+
"github": "flozero"
|
|
4943
6324
|
}
|
|
6325
|
+
],
|
|
6326
|
+
"compatibility": {
|
|
6327
|
+
"nuxt": "^3.0.0",
|
|
6328
|
+
"requires": {}
|
|
4944
6329
|
}
|
|
4945
6330
|
},
|
|
4946
6331
|
{
|
|
@@ -4965,6 +6350,36 @@
|
|
|
4965
6350
|
"requires": {}
|
|
4966
6351
|
}
|
|
4967
6352
|
},
|
|
6353
|
+
{
|
|
6354
|
+
"name": "studio",
|
|
6355
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
6356
|
+
"repo": "nuxtlabs/studio-module",
|
|
6357
|
+
"npm": "@nuxthq/studio",
|
|
6358
|
+
"icon": "studio.svg",
|
|
6359
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
6360
|
+
"website": "https://nuxt.studio",
|
|
6361
|
+
"learn_more": "https://nuxt.studio",
|
|
6362
|
+
"category": "CMS",
|
|
6363
|
+
"type": "3rd-party",
|
|
6364
|
+
"maintainers": [
|
|
6365
|
+
{
|
|
6366
|
+
"name": "Ahad Birang",
|
|
6367
|
+
"github": "farnabaz",
|
|
6368
|
+
"twitter": "a_birang"
|
|
6369
|
+
},
|
|
6370
|
+
{
|
|
6371
|
+
"name": "Sébastien Chopin",
|
|
6372
|
+
"github": "Atinux",
|
|
6373
|
+
"twitter": "Atinux"
|
|
6374
|
+
}
|
|
6375
|
+
],
|
|
6376
|
+
"compatibility": {
|
|
6377
|
+
"nuxt": "^3.0.0",
|
|
6378
|
+
"requires": {
|
|
6379
|
+
"content": true
|
|
6380
|
+
}
|
|
6381
|
+
}
|
|
6382
|
+
},
|
|
4968
6383
|
{
|
|
4969
6384
|
"name": "style-resources",
|
|
4970
6385
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -4990,7 +6405,7 @@
|
|
|
4990
6405
|
},
|
|
4991
6406
|
{
|
|
4992
6407
|
"name": "stylelint",
|
|
4993
|
-
"description": "Stylelint module for Nuxt.
|
|
6408
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
4994
6409
|
"repo": "nuxt-community/stylelint-module",
|
|
4995
6410
|
"npm": "@nuxtjs/stylelint-module",
|
|
4996
6411
|
"icon": "stylelint.png",
|
|
@@ -5036,10 +6451,10 @@
|
|
|
5036
6451
|
{
|
|
5037
6452
|
"name": "supabase",
|
|
5038
6453
|
"description": "First class integration with Supabase",
|
|
5039
|
-
"repo": "nuxt-
|
|
6454
|
+
"repo": "nuxt-modules/supabase",
|
|
5040
6455
|
"npm": "@nuxtjs/supabase",
|
|
5041
6456
|
"icon": "supabase.png",
|
|
5042
|
-
"github": "https://github.com/nuxt-
|
|
6457
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
5043
6458
|
"website": "https://supabase.nuxtjs.org",
|
|
5044
6459
|
"learn_more": "https://supabase.com",
|
|
5045
6460
|
"category": "Database",
|
|
@@ -5090,12 +6505,12 @@
|
|
|
5090
6505
|
},
|
|
5091
6506
|
{
|
|
5092
6507
|
"name": "svg-sprite",
|
|
5093
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5094
|
-
"repo": "nuxt-
|
|
6508
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
6509
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5095
6510
|
"npm": "@nuxtjs/svg-sprite",
|
|
5096
6511
|
"icon": "",
|
|
5097
|
-
"github": "https://github.com/nuxt-
|
|
5098
|
-
"website": "https://github.com/nuxt-
|
|
6512
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
6513
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5099
6514
|
"learn_more": "",
|
|
5100
6515
|
"category": "UI",
|
|
5101
6516
|
"type": "community",
|
|
@@ -5107,13 +6522,13 @@
|
|
|
5107
6522
|
}
|
|
5108
6523
|
],
|
|
5109
6524
|
"compatibility": {
|
|
5110
|
-
"nuxt": "^2.0.0",
|
|
6525
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5111
6526
|
"requires": {}
|
|
5112
6527
|
}
|
|
5113
6528
|
},
|
|
5114
6529
|
{
|
|
5115
6530
|
"name": "svg",
|
|
5116
|
-
"description": "Super simple svg loading module for Nuxt
|
|
6531
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5117
6532
|
"repo": "nuxt-community/svg-module",
|
|
5118
6533
|
"npm": "@nuxtjs/svg",
|
|
5119
6534
|
"icon": "",
|
|
@@ -5155,9 +6570,33 @@
|
|
|
5155
6570
|
"requires": {}
|
|
5156
6571
|
}
|
|
5157
6572
|
},
|
|
6573
|
+
{
|
|
6574
|
+
"name": "swiftsearch",
|
|
6575
|
+
"description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
|
|
6576
|
+
"repo": "atoms-studio/nuxt-swiftsearch",
|
|
6577
|
+
"npm": "@atoms-studio/nuxt-swiftsearch",
|
|
6578
|
+
"icon": "nuxt-swiftsearch.svg",
|
|
6579
|
+
"github": "https://github.com/atoms-studio/nuxt-swiftsearch",
|
|
6580
|
+
"website": "https://nuxt-swiftsearch.netlify.app/",
|
|
6581
|
+
"learn_more": "",
|
|
6582
|
+
"category": "Libraries",
|
|
6583
|
+
"type": "3rd-party",
|
|
6584
|
+
"maintainers": [
|
|
6585
|
+
{
|
|
6586
|
+
"name": "Matteo Rigoni",
|
|
6587
|
+
"github": "rigo-m",
|
|
6588
|
+
"twitter": "MatteoRigoni",
|
|
6589
|
+
"avatar": "https://avatars.githubusercontent.com/rigo-m?v=4"
|
|
6590
|
+
}
|
|
6591
|
+
],
|
|
6592
|
+
"compatibility": {
|
|
6593
|
+
"nuxt": "^3.10.0",
|
|
6594
|
+
"requires": {}
|
|
6595
|
+
}
|
|
6596
|
+
},
|
|
5158
6597
|
{
|
|
5159
6598
|
"name": "swiper",
|
|
5160
|
-
"description": "Nuxt
|
|
6599
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5161
6600
|
"repo": "cpreston321/nuxt-swiper",
|
|
5162
6601
|
"npm": "nuxt-swiper",
|
|
5163
6602
|
"icon": "swiper.svg",
|
|
@@ -5203,10 +6642,10 @@
|
|
|
5203
6642
|
{
|
|
5204
6643
|
"name": "tailwindcss",
|
|
5205
6644
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5206
|
-
"repo": "nuxt-
|
|
6645
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5207
6646
|
"npm": "@nuxtjs/tailwindcss",
|
|
5208
6647
|
"icon": "tailwindcss.png",
|
|
5209
|
-
"github": "https://github.com/nuxt-
|
|
6648
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5210
6649
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5211
6650
|
"learn_more": "https://tailwindcss.com/",
|
|
5212
6651
|
"category": "UI",
|
|
@@ -5216,10 +6655,43 @@
|
|
|
5216
6655
|
"name": "Sébastien Chopin",
|
|
5217
6656
|
"github": "Atinux",
|
|
5218
6657
|
"twitter": "Atinux"
|
|
6658
|
+
},
|
|
6659
|
+
{
|
|
6660
|
+
"name": "Inesh Bose",
|
|
6661
|
+
"github": "ineshbose"
|
|
5219
6662
|
}
|
|
5220
6663
|
],
|
|
5221
6664
|
"compatibility": {
|
|
5222
6665
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6666
|
+
"requires": {},
|
|
6667
|
+
"devtools": "^0.0.0"
|
|
6668
|
+
}
|
|
6669
|
+
},
|
|
6670
|
+
{
|
|
6671
|
+
"name": "test-utils",
|
|
6672
|
+
"description": "Test utilities for Nuxt",
|
|
6673
|
+
"repo": "nuxt/test-utils#main",
|
|
6674
|
+
"npm": "@nuxt/test-utils",
|
|
6675
|
+
"icon": "nuxt.svg",
|
|
6676
|
+
"github": "https://github.com/nuxt/test-utils",
|
|
6677
|
+
"website": "https://nuxt.com/docs/getting-started/testing",
|
|
6678
|
+
"learn_more": "",
|
|
6679
|
+
"category": "Devtools",
|
|
6680
|
+
"type": "official",
|
|
6681
|
+
"maintainers": [
|
|
6682
|
+
{
|
|
6683
|
+
"name": "Daniel Roe",
|
|
6684
|
+
"github": "danielroe",
|
|
6685
|
+
"twitter": "danielcroe"
|
|
6686
|
+
},
|
|
6687
|
+
{
|
|
6688
|
+
"name": "Anthony Fu",
|
|
6689
|
+
"github": "antfu",
|
|
6690
|
+
"twitter": "antfu7"
|
|
6691
|
+
}
|
|
6692
|
+
],
|
|
6693
|
+
"compatibility": {
|
|
6694
|
+
"nuxt": "^3.0.0",
|
|
5223
6695
|
"requires": {}
|
|
5224
6696
|
}
|
|
5225
6697
|
},
|
|
@@ -5246,9 +6718,53 @@
|
|
|
5246
6718
|
"requires": {}
|
|
5247
6719
|
}
|
|
5248
6720
|
},
|
|
6721
|
+
{
|
|
6722
|
+
"name": "time",
|
|
6723
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
6724
|
+
"repo": "danielroe/nuxt-time",
|
|
6725
|
+
"npm": "nuxt-time",
|
|
6726
|
+
"icon": "",
|
|
6727
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
6728
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
6729
|
+
"learn_more": "",
|
|
6730
|
+
"category": "Extensions",
|
|
6731
|
+
"type": "3rd-party",
|
|
6732
|
+
"maintainers": [
|
|
6733
|
+
{
|
|
6734
|
+
"name": "danielroe",
|
|
6735
|
+
"github": "danielroe"
|
|
6736
|
+
}
|
|
6737
|
+
],
|
|
6738
|
+
"compatibility": {
|
|
6739
|
+
"nuxt": "^3.0.0",
|
|
6740
|
+
"requires": {}
|
|
6741
|
+
}
|
|
6742
|
+
},
|
|
6743
|
+
{
|
|
6744
|
+
"name": "tiptap",
|
|
6745
|
+
"description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
|
|
6746
|
+
"repo": "modbender/nuxt-tiptap-editor",
|
|
6747
|
+
"npm": "nuxt-tiptap-editor",
|
|
6748
|
+
"icon": "tiptap.png",
|
|
6749
|
+
"github": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6750
|
+
"website": "https://nuxt-tiptap-editor.vercel.app",
|
|
6751
|
+
"learn_more": "https://nuxt-tiptap-editor.vercel.app",
|
|
6752
|
+
"category": "Libraries",
|
|
6753
|
+
"type": "3rd-party",
|
|
6754
|
+
"maintainers": [
|
|
6755
|
+
{
|
|
6756
|
+
"name": "modbender",
|
|
6757
|
+
"github": "modbender"
|
|
6758
|
+
}
|
|
6759
|
+
],
|
|
6760
|
+
"compatibility": {
|
|
6761
|
+
"nuxt": "^3.0.0",
|
|
6762
|
+
"requires": {}
|
|
6763
|
+
}
|
|
6764
|
+
},
|
|
5249
6765
|
{
|
|
5250
6766
|
"name": "toast",
|
|
5251
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6767
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5252
6768
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5253
6769
|
"npm": "@nuxtjs/toast",
|
|
5254
6770
|
"icon": "",
|
|
@@ -5269,6 +6785,61 @@
|
|
|
5269
6785
|
"requires": {}
|
|
5270
6786
|
}
|
|
5271
6787
|
},
|
|
6788
|
+
{
|
|
6789
|
+
"name": "translation-manager",
|
|
6790
|
+
"description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
|
|
6791
|
+
"repo": "samk-dev/nuxt-translation-manager",
|
|
6792
|
+
"npm": "nuxt-translation-manager",
|
|
6793
|
+
"icon": "translation-manager.png",
|
|
6794
|
+
"github": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6795
|
+
"website": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6796
|
+
"learn_more": "",
|
|
6797
|
+
"category": "Extensions",
|
|
6798
|
+
"type": "3rd-party",
|
|
6799
|
+
"maintainers": [
|
|
6800
|
+
{
|
|
6801
|
+
"name": "Sam K",
|
|
6802
|
+
"github": "samk-dev"
|
|
6803
|
+
}
|
|
6804
|
+
],
|
|
6805
|
+
"compatibility": {
|
|
6806
|
+
"nuxt": "^3.0.0",
|
|
6807
|
+
"requires": {}
|
|
6808
|
+
}
|
|
6809
|
+
},
|
|
6810
|
+
{
|
|
6811
|
+
"name": "tresjs",
|
|
6812
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
6813
|
+
"repo": "tresjs/nuxt",
|
|
6814
|
+
"npm": "@tresjs/nuxt",
|
|
6815
|
+
"icon": "tresjs.svg",
|
|
6816
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
6817
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
6818
|
+
"learn_more": "https://tresjs.org/",
|
|
6819
|
+
"category": "Libraries",
|
|
6820
|
+
"type": "3rd-party",
|
|
6821
|
+
"maintainers": [
|
|
6822
|
+
{
|
|
6823
|
+
"name": "Alvaro Saburido",
|
|
6824
|
+
"github": "alvarosabu",
|
|
6825
|
+
"twitter": "alvarosabu"
|
|
6826
|
+
},
|
|
6827
|
+
{
|
|
6828
|
+
"name": "Jaime Torrealba",
|
|
6829
|
+
"github": "JaimeTorrealba",
|
|
6830
|
+
"twitter": "jaimebboyjt"
|
|
6831
|
+
},
|
|
6832
|
+
{
|
|
6833
|
+
"name": "Tino Koch",
|
|
6834
|
+
"github": "Tinoooo",
|
|
6835
|
+
"twitter": "ichbintino"
|
|
6836
|
+
}
|
|
6837
|
+
],
|
|
6838
|
+
"compatibility": {
|
|
6839
|
+
"nuxt": "^3.0.0",
|
|
6840
|
+
"requires": {}
|
|
6841
|
+
}
|
|
6842
|
+
},
|
|
5272
6843
|
{
|
|
5273
6844
|
"name": "turnstile",
|
|
5274
6845
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -5296,7 +6867,7 @@
|
|
|
5296
6867
|
},
|
|
5297
6868
|
{
|
|
5298
6869
|
"name": "twa",
|
|
5299
|
-
"description": "Nuxt
|
|
6870
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5300
6871
|
"repo": "tuarrep/nuxt-twa",
|
|
5301
6872
|
"npm": "nuxt-twa",
|
|
5302
6873
|
"icon": "",
|
|
@@ -5318,6 +6889,28 @@
|
|
|
5318
6889
|
}
|
|
5319
6890
|
}
|
|
5320
6891
|
},
|
|
6892
|
+
{
|
|
6893
|
+
"name": "twemoji",
|
|
6894
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
6895
|
+
"repo": "yizack/nuxt-twemoji",
|
|
6896
|
+
"npm": "nuxt-twemoji",
|
|
6897
|
+
"icon": "twemoji.svg",
|
|
6898
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
6899
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
6900
|
+
"learn_more": "",
|
|
6901
|
+
"category": "UI",
|
|
6902
|
+
"type": "3rd-party",
|
|
6903
|
+
"maintainers": [
|
|
6904
|
+
{
|
|
6905
|
+
"name": "Yizack Rangel",
|
|
6906
|
+
"github": "yizack"
|
|
6907
|
+
}
|
|
6908
|
+
],
|
|
6909
|
+
"compatibility": {
|
|
6910
|
+
"nuxt": "^3.0.0",
|
|
6911
|
+
"requires": {}
|
|
6912
|
+
}
|
|
6913
|
+
},
|
|
5321
6914
|
{
|
|
5322
6915
|
"name": "twicpics",
|
|
5323
6916
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5439,26 +7032,83 @@
|
|
|
5439
7032
|
"github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-build",
|
|
5440
7033
|
"website": "https://typescript.nuxtjs.org",
|
|
5441
7034
|
"learn_more": "",
|
|
5442
|
-
"category": "Devtools",
|
|
7035
|
+
"category": "Devtools",
|
|
7036
|
+
"type": "official",
|
|
7037
|
+
"maintainers": [
|
|
7038
|
+
{
|
|
7039
|
+
"name": "Kevin Marrec",
|
|
7040
|
+
"github": "kevinmarrec"
|
|
7041
|
+
},
|
|
7042
|
+
{
|
|
7043
|
+
"name": "Pooya Parsa",
|
|
7044
|
+
"github": "pi0",
|
|
7045
|
+
"twitter": "_pi0_"
|
|
7046
|
+
},
|
|
7047
|
+
{
|
|
7048
|
+
"name": "Daniel Roe",
|
|
7049
|
+
"github": "danielroe",
|
|
7050
|
+
"twitter": "danielcroe"
|
|
7051
|
+
}
|
|
7052
|
+
],
|
|
7053
|
+
"compatibility": {
|
|
7054
|
+
"nuxt": "^2.0.0",
|
|
7055
|
+
"requires": {}
|
|
7056
|
+
}
|
|
7057
|
+
},
|
|
7058
|
+
{
|
|
7059
|
+
"name": "typo3",
|
|
7060
|
+
"description": "TYPO3 Headless Frontend Rendering module",
|
|
7061
|
+
"repo": "TYPO3-Headless/nuxt-typo3",
|
|
7062
|
+
"npm": "@t3headless/nuxt-typo3",
|
|
7063
|
+
"icon": "typo3.svg",
|
|
7064
|
+
"github": "https://github.com/TYPO3-Headless/nuxt-typo3",
|
|
7065
|
+
"website": "https://t3headless.macopedia.io/nuxt-typo3/",
|
|
7066
|
+
"learn_more": "https://github.com/TYPO3-Headless",
|
|
7067
|
+
"category": "CMS",
|
|
7068
|
+
"type": "3rd-party",
|
|
7069
|
+
"maintainers": [
|
|
7070
|
+
{
|
|
7071
|
+
"name": "Macopedia",
|
|
7072
|
+
"github": "macopedia",
|
|
7073
|
+
"twitter": "macopediapl"
|
|
7074
|
+
}
|
|
7075
|
+
],
|
|
7076
|
+
"compatibility": {
|
|
7077
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7078
|
+
"requires": {},
|
|
7079
|
+
"devtools": "^0.0.0"
|
|
7080
|
+
}
|
|
7081
|
+
},
|
|
7082
|
+
{
|
|
7083
|
+
"name": "ui",
|
|
7084
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
7085
|
+
"repo": "nuxt/ui#dev",
|
|
7086
|
+
"npm": "@nuxt/ui",
|
|
7087
|
+
"icon": "nuxt.svg",
|
|
7088
|
+
"github": "https://github.com/nuxt/ui",
|
|
7089
|
+
"website": "https://ui.nuxt.com",
|
|
7090
|
+
"learn_more": "",
|
|
7091
|
+
"category": "UI",
|
|
5443
7092
|
"type": "official",
|
|
5444
7093
|
"maintainers": [
|
|
5445
7094
|
{
|
|
5446
|
-
"name": "
|
|
5447
|
-
"github": "
|
|
7095
|
+
"name": "Benjamin Canac",
|
|
7096
|
+
"github": "benjamincanac",
|
|
7097
|
+
"twitter": "benjamincanac"
|
|
5448
7098
|
},
|
|
5449
7099
|
{
|
|
5450
|
-
"name": "
|
|
5451
|
-
"github": "
|
|
5452
|
-
"twitter": "
|
|
7100
|
+
"name": "Sebastien Chopin",
|
|
7101
|
+
"github": "Atinux",
|
|
7102
|
+
"twitter": "Atinux"
|
|
5453
7103
|
},
|
|
5454
7104
|
{
|
|
5455
|
-
"name": "
|
|
5456
|
-
"github": "
|
|
5457
|
-
"twitter": "
|
|
7105
|
+
"name": "Sylvain Marroufin",
|
|
7106
|
+
"github": "smarroufin",
|
|
7107
|
+
"twitter": "smarroufin"
|
|
5458
7108
|
}
|
|
5459
7109
|
],
|
|
5460
7110
|
"compatibility": {
|
|
5461
|
-
"nuxt": "^
|
|
7111
|
+
"nuxt": "^3.0.0",
|
|
5462
7112
|
"requires": {}
|
|
5463
7113
|
}
|
|
5464
7114
|
},
|
|
@@ -5486,31 +7136,9 @@
|
|
|
5486
7136
|
}
|
|
5487
7137
|
}
|
|
5488
7138
|
},
|
|
5489
|
-
{
|
|
5490
|
-
"name": "unhead",
|
|
5491
|
-
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5492
|
-
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5493
|
-
"npm": "nuxt-seo-experiments",
|
|
5494
|
-
"icon": "",
|
|
5495
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5496
|
-
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5497
|
-
"learn_more": "",
|
|
5498
|
-
"category": "SEO",
|
|
5499
|
-
"type": "3rd-party",
|
|
5500
|
-
"maintainers": [
|
|
5501
|
-
{
|
|
5502
|
-
"name": "harlan-zw",
|
|
5503
|
-
"github": "harlan-zw"
|
|
5504
|
-
}
|
|
5505
|
-
],
|
|
5506
|
-
"compatibility": {
|
|
5507
|
-
"nuxt": "^3.0.0",
|
|
5508
|
-
"requires": {}
|
|
5509
|
-
}
|
|
5510
|
-
},
|
|
5511
7139
|
{
|
|
5512
7140
|
"name": "universal-storage",
|
|
5513
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
7141
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
5514
7142
|
"repo": "nuxt-community/universal-storage-module",
|
|
5515
7143
|
"npm": "@nuxtjs/universal-storage",
|
|
5516
7144
|
"icon": "",
|
|
@@ -5539,7 +7167,7 @@
|
|
|
5539
7167
|
{
|
|
5540
7168
|
"name": "unlazy",
|
|
5541
7169
|
"description": "Lazy loading library for placeholder images",
|
|
5542
|
-
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
7170
|
+
"repo": "johannschopplich/unlazy#main/packages/nuxt",
|
|
5543
7171
|
"npm": "@unlazy/nuxt",
|
|
5544
7172
|
"icon": "unlazy.svg",
|
|
5545
7173
|
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
@@ -5558,41 +7186,15 @@
|
|
|
5558
7186
|
"requires": {}
|
|
5559
7187
|
}
|
|
5560
7188
|
},
|
|
5561
|
-
{
|
|
5562
|
-
"name": "unlighthouse",
|
|
5563
|
-
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
5564
|
-
"repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
|
|
5565
|
-
"npm": "@unlighthouse/nuxt",
|
|
5566
|
-
"icon": "unlighthouse.svg",
|
|
5567
|
-
"github": "https://github.com/harlan-zw/unlighthouse",
|
|
5568
|
-
"website": "https://github.com/harlan-zw/unlighthouse",
|
|
5569
|
-
"learn_more": "https://github.com/harlan-zw/unlighthouse",
|
|
5570
|
-
"category": "Devtools",
|
|
5571
|
-
"type": "3rd-party",
|
|
5572
|
-
"maintainers": [
|
|
5573
|
-
{
|
|
5574
|
-
"name": "Harlan Wilton",
|
|
5575
|
-
"github": "harlan-zw",
|
|
5576
|
-
"twitter": "harlan_zw",
|
|
5577
|
-
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5578
|
-
}
|
|
5579
|
-
],
|
|
5580
|
-
"compatibility": {
|
|
5581
|
-
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5582
|
-
"requires": {
|
|
5583
|
-
"bridge": "optional"
|
|
5584
|
-
}
|
|
5585
|
-
}
|
|
5586
|
-
},
|
|
5587
7189
|
{
|
|
5588
7190
|
"name": "unocss",
|
|
5589
7191
|
"description": "The instant on-demand atomic CSS engine.",
|
|
5590
|
-
"repo": "
|
|
7192
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
5591
7193
|
"npm": "@unocss/nuxt",
|
|
5592
7194
|
"icon": "unocss.svg",
|
|
5593
|
-
"github": "https://github.com/
|
|
5594
|
-
"website": "https://github.com/
|
|
5595
|
-
"learn_more": "https://github.com/
|
|
7195
|
+
"github": "https://github.com/unocss/unocss",
|
|
7196
|
+
"website": "https://github.com/unocss/unocss",
|
|
7197
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
5596
7198
|
"category": "UI",
|
|
5597
7199
|
"type": "3rd-party",
|
|
5598
7200
|
"maintainers": [
|
|
@@ -5607,7 +7209,8 @@
|
|
|
5607
7209
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5608
7210
|
"requires": {
|
|
5609
7211
|
"bridge": "optional"
|
|
5610
|
-
}
|
|
7212
|
+
},
|
|
7213
|
+
"devtools": "^0.0.0"
|
|
5611
7214
|
}
|
|
5612
7215
|
},
|
|
5613
7216
|
{
|
|
@@ -5617,8 +7220,8 @@
|
|
|
5617
7220
|
"npm": "nuxt-ununura",
|
|
5618
7221
|
"icon": "ununuracss.png",
|
|
5619
7222
|
"github": "https://github.com/novout/ununuracss",
|
|
5620
|
-
"website": "https://
|
|
5621
|
-
"learn_more": "https://
|
|
7223
|
+
"website": "https://github.com/novout/ununuracss",
|
|
7224
|
+
"learn_more": "https://github.com/novout/ununuracss",
|
|
5622
7225
|
"category": "UI",
|
|
5623
7226
|
"type": "3rd-party",
|
|
5624
7227
|
"maintainers": [
|
|
@@ -5634,42 +7237,66 @@
|
|
|
5634
7237
|
}
|
|
5635
7238
|
},
|
|
5636
7239
|
{
|
|
5637
|
-
"name": "
|
|
5638
|
-
"description": "
|
|
5639
|
-
"repo": "
|
|
5640
|
-
"npm": "
|
|
5641
|
-
"icon": "",
|
|
5642
|
-
"github": "https://github.com/
|
|
5643
|
-
"website": "https://
|
|
5644
|
-
"learn_more": "",
|
|
5645
|
-
"category": "
|
|
7240
|
+
"name": "use-bootstrap",
|
|
7241
|
+
"description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
|
|
7242
|
+
"repo": "simplise/use-bootstrap",
|
|
7243
|
+
"npm": "usebootstrap",
|
|
7244
|
+
"icon": "use-bootstrap.svg",
|
|
7245
|
+
"github": "https://github.com/simplise/use-bootstrap",
|
|
7246
|
+
"website": "https://usebootstrap.org/",
|
|
7247
|
+
"learn_more": "https://usebootstrap.org/",
|
|
7248
|
+
"category": "UI",
|
|
5646
7249
|
"type": "3rd-party",
|
|
5647
7250
|
"maintainers": [
|
|
5648
7251
|
{
|
|
5649
|
-
"name": "
|
|
5650
|
-
"github": "
|
|
7252
|
+
"name": "KoujiSano",
|
|
7253
|
+
"github": "KoujiSano"
|
|
5651
7254
|
}
|
|
5652
7255
|
],
|
|
5653
7256
|
"compatibility": {
|
|
5654
|
-
"nuxt": "^
|
|
7257
|
+
"nuxt": "^3.0.0",
|
|
5655
7258
|
"requires": {}
|
|
5656
7259
|
}
|
|
5657
7260
|
},
|
|
5658
7261
|
{
|
|
5659
|
-
"name": "
|
|
5660
|
-
"description": "
|
|
5661
|
-
"repo": "
|
|
5662
|
-
"npm": "nuxt
|
|
5663
|
-
"icon": "
|
|
5664
|
-
"github": "https://github.com/
|
|
5665
|
-
"website": "https://github.com/
|
|
5666
|
-
"learn_more": "https://
|
|
5667
|
-
"category": "
|
|
7262
|
+
"name": "use-wagmi",
|
|
7263
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
7264
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
7265
|
+
"npm": "@use-wagmi/nuxt",
|
|
7266
|
+
"icon": "use-wagmi.png",
|
|
7267
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
7268
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
7269
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
7270
|
+
"category": "Extensions",
|
|
7271
|
+
"type": "3rd-party",
|
|
7272
|
+
"maintainers": [
|
|
7273
|
+
{
|
|
7274
|
+
"name": "Unic Ape",
|
|
7275
|
+
"github": "unicape"
|
|
7276
|
+
}
|
|
7277
|
+
],
|
|
7278
|
+
"compatibility": {
|
|
7279
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7280
|
+
"requires": {
|
|
7281
|
+
"bridge": true
|
|
7282
|
+
}
|
|
7283
|
+
}
|
|
7284
|
+
},
|
|
7285
|
+
{
|
|
7286
|
+
"name": "user-agent",
|
|
7287
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
7288
|
+
"repo": "fukuiretu/nuxt-user-agent",
|
|
7289
|
+
"npm": "nuxt-user-agent",
|
|
7290
|
+
"icon": "",
|
|
7291
|
+
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
7292
|
+
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
7293
|
+
"learn_more": "",
|
|
7294
|
+
"category": "Extensions",
|
|
5668
7295
|
"type": "3rd-party",
|
|
5669
7296
|
"maintainers": [
|
|
5670
7297
|
{
|
|
5671
|
-
"name": "
|
|
5672
|
-
"github": "
|
|
7298
|
+
"name": "fukuiretu",
|
|
7299
|
+
"github": "fukuiretu"
|
|
5673
7300
|
}
|
|
5674
7301
|
],
|
|
5675
7302
|
"compatibility": {
|
|
@@ -5725,9 +7352,31 @@
|
|
|
5725
7352
|
}
|
|
5726
7353
|
}
|
|
5727
7354
|
},
|
|
7355
|
+
{
|
|
7356
|
+
"name": "vcalendar",
|
|
7357
|
+
"description": "VCalendar module for Nuxt",
|
|
7358
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
7359
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
7360
|
+
"icon": "vcalendar.png",
|
|
7361
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
7362
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
7363
|
+
"learn_more": "",
|
|
7364
|
+
"category": "Libraries",
|
|
7365
|
+
"type": "3rd-party",
|
|
7366
|
+
"maintainers": [
|
|
7367
|
+
{
|
|
7368
|
+
"name": "Sam K",
|
|
7369
|
+
"github": "samk-dev"
|
|
7370
|
+
}
|
|
7371
|
+
],
|
|
7372
|
+
"compatibility": {
|
|
7373
|
+
"nuxt": "^3.0.0",
|
|
7374
|
+
"requires": {}
|
|
7375
|
+
}
|
|
7376
|
+
},
|
|
5728
7377
|
{
|
|
5729
7378
|
"name": "vee-validate",
|
|
5730
|
-
"description": "Painless Vue forms for Nuxt
|
|
7379
|
+
"description": "Painless Vue forms for Nuxt",
|
|
5731
7380
|
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
5732
7381
|
"npm": "@vee-validate/nuxt",
|
|
5733
7382
|
"icon": "vee-validate.png",
|
|
@@ -5770,6 +7419,28 @@
|
|
|
5770
7419
|
"requires": {}
|
|
5771
7420
|
}
|
|
5772
7421
|
},
|
|
7422
|
+
{
|
|
7423
|
+
"name": "vercel-analytics",
|
|
7424
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
7425
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
7426
|
+
"npm": "nuxt-vercel-analytics",
|
|
7427
|
+
"icon": "",
|
|
7428
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
7429
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
7430
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
7431
|
+
"category": "Analytics",
|
|
7432
|
+
"type": "3rd-party",
|
|
7433
|
+
"maintainers": [
|
|
7434
|
+
{
|
|
7435
|
+
"name": "Alexander B.",
|
|
7436
|
+
"github": "xanderbarkhatov"
|
|
7437
|
+
}
|
|
7438
|
+
],
|
|
7439
|
+
"compatibility": {
|
|
7440
|
+
"nuxt": "^3.0.0",
|
|
7441
|
+
"requires": {}
|
|
7442
|
+
}
|
|
7443
|
+
},
|
|
5773
7444
|
{
|
|
5774
7445
|
"name": "vexip-ui",
|
|
5775
7446
|
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
@@ -5795,7 +7466,7 @@
|
|
|
5795
7466
|
},
|
|
5796
7467
|
{
|
|
5797
7468
|
"name": "vite-pwa-nuxt",
|
|
5798
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
7469
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
5799
7470
|
"repo": "vite-pwa/nuxt",
|
|
5800
7471
|
"npm": "@vite-pwa/nuxt",
|
|
5801
7472
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -5822,24 +7493,52 @@
|
|
|
5822
7493
|
}
|
|
5823
7494
|
},
|
|
5824
7495
|
{
|
|
5825
|
-
"name": "
|
|
5826
|
-
"description": "
|
|
5827
|
-
"repo": "
|
|
5828
|
-
"npm": "nuxt
|
|
5829
|
-
"icon": "
|
|
5830
|
-
"github": "https://github.com/
|
|
5831
|
-
"website": "https://
|
|
5832
|
-
"learn_more": "",
|
|
5833
|
-
"category": "
|
|
7496
|
+
"name": "vue-email",
|
|
7497
|
+
"description": "💌 Write email templates with vue",
|
|
7498
|
+
"repo": "vue-email/nuxt",
|
|
7499
|
+
"npm": "@vue-email/nuxt",
|
|
7500
|
+
"icon": "vue-email.svg",
|
|
7501
|
+
"github": "https://github.com/vue-email/nuxt",
|
|
7502
|
+
"website": "https://vuemail.net/",
|
|
7503
|
+
"learn_more": "https://vuemail.net/ssr/nuxt",
|
|
7504
|
+
"category": "UI",
|
|
5834
7505
|
"type": "3rd-party",
|
|
5835
7506
|
"maintainers": [
|
|
5836
7507
|
{
|
|
5837
|
-
"name": "
|
|
5838
|
-
"github": "
|
|
7508
|
+
"name": "David Arenas",
|
|
7509
|
+
"github": "Dave136",
|
|
7510
|
+
"twitter": "davejs4",
|
|
7511
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
5839
7512
|
},
|
|
5840
7513
|
{
|
|
5841
|
-
"name": "
|
|
5842
|
-
"github": "
|
|
7514
|
+
"name": "Younes Barrad",
|
|
7515
|
+
"github": "Flowko",
|
|
7516
|
+
"twitter": "imflowko",
|
|
7517
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
7518
|
+
}
|
|
7519
|
+
],
|
|
7520
|
+
"compatibility": {
|
|
7521
|
+
"nuxt": "^3.0.0",
|
|
7522
|
+
"requires": {},
|
|
7523
|
+
"devtools": "^0.0.0"
|
|
7524
|
+
}
|
|
7525
|
+
},
|
|
7526
|
+
{
|
|
7527
|
+
"name": "vue-final-modal",
|
|
7528
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7529
|
+
"repo": "vue-final/vue-final-modal#master/packages/nuxt",
|
|
7530
|
+
"npm": "@vue-final-modal/nuxt",
|
|
7531
|
+
"icon": "vue-final-modal.svg",
|
|
7532
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
7533
|
+
"website": "https://vue-final-modal.org/",
|
|
7534
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
7535
|
+
"category": "UI",
|
|
7536
|
+
"type": "3rd-party",
|
|
7537
|
+
"maintainers": [
|
|
7538
|
+
{
|
|
7539
|
+
"name": "Hunter Liu",
|
|
7540
|
+
"github": "hunterliu1003",
|
|
7541
|
+
"twitter": "hunterliu1003"
|
|
5843
7542
|
}
|
|
5844
7543
|
],
|
|
5845
7544
|
"compatibility": {
|
|
@@ -5849,13 +7548,13 @@
|
|
|
5849
7548
|
},
|
|
5850
7549
|
{
|
|
5851
7550
|
"name": "vue-macros",
|
|
5852
|
-
"description": "Explore
|
|
5853
|
-
"repo": "sxzz/
|
|
7551
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
7552
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5854
7553
|
"npm": "@vue-macros/nuxt",
|
|
5855
7554
|
"icon": "vue-macros.svg",
|
|
5856
|
-
"github": "https://github.com/sxzz/
|
|
7555
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5857
7556
|
"website": "https://vue-macros.sxzz.moe",
|
|
5858
|
-
"learn_more": "https://github.com/sxzz/
|
|
7557
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5859
7558
|
"category": "Extensions",
|
|
5860
7559
|
"type": "3rd-party",
|
|
5861
7560
|
"maintainers": [
|
|
@@ -5869,7 +7568,8 @@
|
|
|
5869
7568
|
"nuxt": "^3.0.0",
|
|
5870
7569
|
"requires": {
|
|
5871
7570
|
"bridge": "optional"
|
|
5872
|
-
}
|
|
7571
|
+
},
|
|
7572
|
+
"devtools": "^0.0.0"
|
|
5873
7573
|
}
|
|
5874
7574
|
},
|
|
5875
7575
|
{
|
|
@@ -5896,7 +7596,7 @@
|
|
|
5896
7596
|
},
|
|
5897
7597
|
{
|
|
5898
7598
|
"name": "vue-multiselect",
|
|
5899
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
7599
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
5900
7600
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
5901
7601
|
"npm": "nuxt-vue-multiselect",
|
|
5902
7602
|
"icon": "",
|
|
@@ -5921,7 +7621,7 @@
|
|
|
5921
7621
|
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
5922
7622
|
"repo": "moritzsternemann/vue-plausible",
|
|
5923
7623
|
"npm": "vue-plausible",
|
|
5924
|
-
"icon": "plausible.
|
|
7624
|
+
"icon": "plausible.svg",
|
|
5925
7625
|
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
5926
7626
|
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
5927
7627
|
"learn_more": "",
|
|
@@ -5938,6 +7638,29 @@
|
|
|
5938
7638
|
"requires": {}
|
|
5939
7639
|
}
|
|
5940
7640
|
},
|
|
7641
|
+
{
|
|
7642
|
+
"name": "vue-query",
|
|
7643
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
7644
|
+
"repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
|
|
7645
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
7646
|
+
"icon": "vue-query.svg",
|
|
7647
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
7648
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
7649
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
7650
|
+
"category": "Request",
|
|
7651
|
+
"type": "3rd-party",
|
|
7652
|
+
"maintainers": [
|
|
7653
|
+
{
|
|
7654
|
+
"name": "Hebilicious",
|
|
7655
|
+
"github": "Hebilicious",
|
|
7656
|
+
"twitter": "its_hebilicious"
|
|
7657
|
+
}
|
|
7658
|
+
],
|
|
7659
|
+
"compatibility": {
|
|
7660
|
+
"nuxt": "^3.0.0",
|
|
7661
|
+
"requires": {}
|
|
7662
|
+
}
|
|
7663
|
+
},
|
|
5941
7664
|
{
|
|
5942
7665
|
"name": "vue-select",
|
|
5943
7666
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -5987,7 +7710,7 @@
|
|
|
5987
7710
|
},
|
|
5988
7711
|
{
|
|
5989
7712
|
"name": "vue-warehouse",
|
|
5990
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7713
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
5991
7714
|
"repo": "juliomrqz/vue-warehouse",
|
|
5992
7715
|
"npm": "vue-warehouse",
|
|
5993
7716
|
"icon": "",
|
|
@@ -6008,10 +7731,33 @@
|
|
|
6008
7731
|
"requires": {}
|
|
6009
7732
|
}
|
|
6010
7733
|
},
|
|
7734
|
+
{
|
|
7735
|
+
"name": "vue3-carousel-nuxt",
|
|
7736
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
7737
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
7738
|
+
"npm": "vue3-carousel-nuxt",
|
|
7739
|
+
"icon": "",
|
|
7740
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7741
|
+
"website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7742
|
+
"learn_more": "",
|
|
7743
|
+
"category": "UI",
|
|
7744
|
+
"type": "3rd-party",
|
|
7745
|
+
"maintainers": [
|
|
7746
|
+
{
|
|
7747
|
+
"name": "Gaetan SENN",
|
|
7748
|
+
"github": "gaetansenn",
|
|
7749
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
7750
|
+
}
|
|
7751
|
+
],
|
|
7752
|
+
"compatibility": {
|
|
7753
|
+
"nuxt": "^3.0.0",
|
|
7754
|
+
"requires": {}
|
|
7755
|
+
}
|
|
7756
|
+
},
|
|
6011
7757
|
{
|
|
6012
7758
|
"name": "vuefire",
|
|
6013
7759
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
6014
|
-
"repo": "vuejs/vuefire/packages/nuxt",
|
|
7760
|
+
"repo": "vuejs/vuefire#main/packages/nuxt",
|
|
6015
7761
|
"npm": "nuxt-vuefire",
|
|
6016
7762
|
"icon": "vuefire.svg",
|
|
6017
7763
|
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
@@ -6030,15 +7776,61 @@
|
|
|
6030
7776
|
"requires": {}
|
|
6031
7777
|
}
|
|
6032
7778
|
},
|
|
7779
|
+
{
|
|
7780
|
+
"name": "vueform-builder",
|
|
7781
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7782
|
+
"repo": "vueform/builder#main/nuxt",
|
|
7783
|
+
"npm": "@vueform/builder-nuxt",
|
|
7784
|
+
"icon": "vueform.svg",
|
|
7785
|
+
"github": "https://github.com/vueform/builder",
|
|
7786
|
+
"website": "https://builder.vueform.com",
|
|
7787
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7788
|
+
"category": "Libraries",
|
|
7789
|
+
"type": "3rd-party",
|
|
7790
|
+
"maintainers": [
|
|
7791
|
+
{
|
|
7792
|
+
"name": "Adam Berecz",
|
|
7793
|
+
"github": "adamberecz",
|
|
7794
|
+
"twitter": "bereczadam"
|
|
7795
|
+
}
|
|
7796
|
+
],
|
|
7797
|
+
"compatibility": {
|
|
7798
|
+
"nuxt": "^3.0.0",
|
|
7799
|
+
"requires": {}
|
|
7800
|
+
}
|
|
7801
|
+
},
|
|
7802
|
+
{
|
|
7803
|
+
"name": "vueform",
|
|
7804
|
+
"description": "Official Vueform module for Nuxt",
|
|
7805
|
+
"repo": "vueform/vueform#main/nuxt",
|
|
7806
|
+
"npm": "@vueform/nuxt",
|
|
7807
|
+
"icon": "vueform.svg",
|
|
7808
|
+
"github": "https://github.com/vueform/vueform",
|
|
7809
|
+
"website": "https://vueform.com",
|
|
7810
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7811
|
+
"category": "Libraries",
|
|
7812
|
+
"type": "3rd-party",
|
|
7813
|
+
"maintainers": [
|
|
7814
|
+
{
|
|
7815
|
+
"name": "Adam Berecz",
|
|
7816
|
+
"github": "adamberecz",
|
|
7817
|
+
"twitter": "bereczadam"
|
|
7818
|
+
}
|
|
7819
|
+
],
|
|
7820
|
+
"compatibility": {
|
|
7821
|
+
"nuxt": "^3.0.0",
|
|
7822
|
+
"requires": {}
|
|
7823
|
+
}
|
|
7824
|
+
},
|
|
6033
7825
|
{
|
|
6034
7826
|
"name": "vuestic",
|
|
6035
|
-
"description": "Vuestic UI module for Nuxt
|
|
7827
|
+
"description": "Vuestic UI module for Nuxt",
|
|
6036
7828
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
6037
7829
|
"npm": "@vuestic/nuxt",
|
|
6038
7830
|
"icon": "vuestic.png",
|
|
6039
7831
|
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
6040
|
-
"website": "https://vuestic.dev",
|
|
6041
|
-
"learn_more": "https://vuestic.dev/
|
|
7832
|
+
"website": "https://ui.vuestic.dev",
|
|
7833
|
+
"learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
|
|
6042
7834
|
"category": "UI",
|
|
6043
7835
|
"type": "3rd-party",
|
|
6044
7836
|
"maintainers": [
|
|
@@ -6052,9 +7844,31 @@
|
|
|
6052
7844
|
"requires": {}
|
|
6053
7845
|
}
|
|
6054
7846
|
},
|
|
7847
|
+
{
|
|
7848
|
+
"name": "vuetify-nuxt-module",
|
|
7849
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
7850
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
7851
|
+
"npm": "vuetify-nuxt-module",
|
|
7852
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
7853
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7854
|
+
"website": "https://vuetify-nuxt-module.netlify.app/",
|
|
7855
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
|
|
7856
|
+
"category": "UI",
|
|
7857
|
+
"type": "3rd-party",
|
|
7858
|
+
"maintainers": [
|
|
7859
|
+
{
|
|
7860
|
+
"name": "Joaquín Sánchez",
|
|
7861
|
+
"github": "userquin"
|
|
7862
|
+
}
|
|
7863
|
+
],
|
|
7864
|
+
"compatibility": {
|
|
7865
|
+
"nuxt": "^3.0.0",
|
|
7866
|
+
"requires": {}
|
|
7867
|
+
}
|
|
7868
|
+
},
|
|
6055
7869
|
{
|
|
6056
7870
|
"name": "vuetify",
|
|
6057
|
-
"description": "Vuetify Module for Nuxt
|
|
7871
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
6058
7872
|
"repo": "nuxt-community/vuetify-module",
|
|
6059
7873
|
"npm": "@nuxtjs/vuetify",
|
|
6060
7874
|
"icon": "vuetify.png",
|
|
@@ -6101,7 +7915,8 @@
|
|
|
6101
7915
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6102
7916
|
"requires": {
|
|
6103
7917
|
"bridge": "optional"
|
|
6104
|
-
}
|
|
7918
|
+
},
|
|
7919
|
+
"devtools": "^0.0.0"
|
|
6105
7920
|
}
|
|
6106
7921
|
},
|
|
6107
7922
|
{
|
|
@@ -6128,7 +7943,7 @@
|
|
|
6128
7943
|
},
|
|
6129
7944
|
{
|
|
6130
7945
|
"name": "vunix",
|
|
6131
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
7946
|
+
"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.",
|
|
6132
7947
|
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6133
7948
|
"npm": "@vunix/nuxt",
|
|
6134
7949
|
"icon": "",
|
|
@@ -6152,11 +7967,11 @@
|
|
|
6152
7967
|
{
|
|
6153
7968
|
"name": "web-vitals",
|
|
6154
7969
|
"description": "Web Vitals for Nuxt",
|
|
6155
|
-
"repo": "nuxt-
|
|
7970
|
+
"repo": "nuxt-modules/web-vitals",
|
|
6156
7971
|
"npm": "@nuxtjs/web-vitals",
|
|
6157
7972
|
"icon": "web-vitals.png",
|
|
6158
|
-
"github": "https://github.com/nuxt-
|
|
6159
|
-
"website": "https://github.com/nuxt-
|
|
7973
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7974
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
6160
7975
|
"learn_more": "",
|
|
6161
7976
|
"category": "Performance",
|
|
6162
7977
|
"type": "community",
|
|
@@ -6207,7 +8022,7 @@
|
|
|
6207
8022
|
},
|
|
6208
8023
|
{
|
|
6209
8024
|
"name": "webpack-optimisations",
|
|
6210
|
-
"description": "Nuxt
|
|
8025
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
6211
8026
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
6212
8027
|
"npm": "nuxt-webpack-optimisations",
|
|
6213
8028
|
"icon": "build-optimisations.svg",
|
|
@@ -6282,7 +8097,7 @@
|
|
|
6282
8097
|
"icon": "webpack.png",
|
|
6283
8098
|
"github": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
6284
8099
|
"website": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
6285
|
-
"learn_more": "
|
|
8100
|
+
"learn_more": "",
|
|
6286
8101
|
"category": "Devtools",
|
|
6287
8102
|
"type": "community",
|
|
6288
8103
|
"maintainers": [
|
|
@@ -6299,7 +8114,7 @@
|
|
|
6299
8114
|
},
|
|
6300
8115
|
{
|
|
6301
8116
|
"name": "well-known",
|
|
6302
|
-
"description": "A Nuxt
|
|
8117
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
6303
8118
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6304
8119
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6305
8120
|
"icon": "well-known.svg",
|
|
@@ -6319,14 +8134,40 @@
|
|
|
6319
8134
|
"requires": {}
|
|
6320
8135
|
}
|
|
6321
8136
|
},
|
|
8137
|
+
{
|
|
8138
|
+
"name": "wideangle",
|
|
8139
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
8140
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
8141
|
+
"npm": "wideangle-nuxt",
|
|
8142
|
+
"icon": "wideangle.png",
|
|
8143
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
8144
|
+
"website": "https://wideangle.co",
|
|
8145
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
8146
|
+
"category": "Analytics",
|
|
8147
|
+
"type": "3rd-party",
|
|
8148
|
+
"maintainers": [
|
|
8149
|
+
{
|
|
8150
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
8151
|
+
"github": "inputobjects"
|
|
8152
|
+
},
|
|
8153
|
+
{
|
|
8154
|
+
"name": "Jarek Rozanski",
|
|
8155
|
+
"github": "jrozanski"
|
|
8156
|
+
}
|
|
8157
|
+
],
|
|
8158
|
+
"compatibility": {
|
|
8159
|
+
"nuxt": "^3.0.0",
|
|
8160
|
+
"requires": {}
|
|
8161
|
+
}
|
|
8162
|
+
},
|
|
6322
8163
|
{
|
|
6323
8164
|
"name": "windicss",
|
|
6324
8165
|
"description": "Next generation utility-first CSS framework.",
|
|
6325
|
-
"repo": "windicss/nuxt-windicss
|
|
8166
|
+
"repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
|
|
6326
8167
|
"npm": "nuxt-windicss",
|
|
6327
8168
|
"icon": "windicss.svg",
|
|
6328
|
-
"github": "https://github.com/windicss/nuxt-windicss
|
|
6329
|
-
"website": "https://github.com/windicss/nuxt-windicss
|
|
8169
|
+
"github": "https://github.com/windicss/nuxt-windicss",
|
|
8170
|
+
"website": "https://github.com/windicss/nuxt-windicss",
|
|
6330
8171
|
"learn_more": "https://windicss.org/",
|
|
6331
8172
|
"category": "UI",
|
|
6332
8173
|
"type": "3rd-party",
|
|
@@ -6462,55 +8303,9 @@
|
|
|
6462
8303
|
"requires": {}
|
|
6463
8304
|
}
|
|
6464
8305
|
},
|
|
6465
|
-
{
|
|
6466
|
-
"name": "yandex-metrika-next",
|
|
6467
|
-
"description": "Yandex Metrika integration for Nuxt",
|
|
6468
|
-
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6469
|
-
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6470
|
-
"icon": "yandex-metrika.svg",
|
|
6471
|
-
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6472
|
-
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6473
|
-
"learn_more": "",
|
|
6474
|
-
"category": "Analytics",
|
|
6475
|
-
"type": "3rd-party",
|
|
6476
|
-
"maintainers": [
|
|
6477
|
-
{
|
|
6478
|
-
"name": "Aleksandr Saburov",
|
|
6479
|
-
"github": "artmizu",
|
|
6480
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6481
|
-
}
|
|
6482
|
-
],
|
|
6483
|
-
"compatibility": {
|
|
6484
|
-
"nuxt": "^3.0.0",
|
|
6485
|
-
"requires": {}
|
|
6486
|
-
}
|
|
6487
|
-
},
|
|
6488
|
-
{
|
|
6489
|
-
"name": "yandex-metrika",
|
|
6490
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
6491
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
6492
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
6493
|
-
"icon": "",
|
|
6494
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6495
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6496
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
6497
|
-
"category": "Analytics",
|
|
6498
|
-
"type": "community",
|
|
6499
|
-
"maintainers": [
|
|
6500
|
-
{
|
|
6501
|
-
"name": "Pooya Parsa",
|
|
6502
|
-
"github": "pi0",
|
|
6503
|
-
"twitter": "_pi0_"
|
|
6504
|
-
}
|
|
6505
|
-
],
|
|
6506
|
-
"compatibility": {
|
|
6507
|
-
"nuxt": "^2.0.0",
|
|
6508
|
-
"requires": {}
|
|
6509
|
-
}
|
|
6510
|
-
},
|
|
6511
8306
|
{
|
|
6512
8307
|
"name": "zendesk",
|
|
6513
|
-
"description": "Nuxt
|
|
8308
|
+
"description": "Nuxt module for Zendesk",
|
|
6514
8309
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
6515
8310
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
6516
8311
|
"icon": "zendesk.png",
|