@nuxt/modules 0.6.0-3a3b3f → 0.6.0-3a72ee
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 +1536 -296
- package/package.json +9 -9
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,9 +146,55 @@
|
|
|
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": "Devtools",
|
|
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": "Nuxt
|
|
197
|
+
"description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
|
|
152
198
|
"repo": "johannschopplich/nuxt-api-party",
|
|
153
199
|
"npm": "nuxt-api-party",
|
|
154
200
|
"icon": "api-party.svg",
|
|
@@ -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": "Devtools",
|
|
366
|
+
"type": "3rd-party",
|
|
367
|
+
"maintainers": [
|
|
368
|
+
{
|
|
369
|
+
"name": "atinux",
|
|
370
|
+
"github": "atinux"
|
|
371
|
+
}
|
|
372
|
+
],
|
|
373
|
+
"compatibility": {
|
|
374
|
+
"nuxt": "^3.0.0",
|
|
375
|
+
"requires": {}
|
|
376
|
+
}
|
|
377
|
+
},
|
|
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",
|
|
@@ -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",
|
|
@@ -1022,8 +1226,8 @@
|
|
|
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,36 @@
|
|
|
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"
|
|
1113
1334
|
}
|
|
1335
|
+
],
|
|
1336
|
+
"compatibility": {
|
|
1337
|
+
"nuxt": "^3.0.0",
|
|
1338
|
+
"requires": {}
|
|
1114
1339
|
}
|
|
1115
1340
|
},
|
|
1116
1341
|
{
|
|
1117
1342
|
"name": "dotenv",
|
|
1118
|
-
"description": "A Nuxt
|
|
1343
|
+
"description": "A Nuxt module that loads your .env file into your context options",
|
|
1119
1344
|
"repo": "nuxt-community/dotenv-module",
|
|
1120
1345
|
"npm": "@nuxtjs/dotenv",
|
|
1121
1346
|
"icon": "dotenv.png",
|
|
@@ -1137,7 +1362,7 @@
|
|
|
1137
1362
|
},
|
|
1138
1363
|
{
|
|
1139
1364
|
"name": "drupal-ce",
|
|
1140
|
-
"description": "Connects Nuxt
|
|
1365
|
+
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
1141
1366
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
1142
1367
|
"npm": "nuxtjs-drupal-ce",
|
|
1143
1368
|
"icon": "drupal-ce.png",
|
|
@@ -1170,7 +1395,7 @@
|
|
|
1170
1395
|
},
|
|
1171
1396
|
{
|
|
1172
1397
|
"name": "druxt",
|
|
1173
|
-
"description": "A bridge between frameworks, Drupal in the back, Nuxt
|
|
1398
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
|
|
1174
1399
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1175
1400
|
"npm": "druxt",
|
|
1176
1401
|
"icon": "druxt.svg",
|
|
@@ -1190,6 +1415,29 @@
|
|
|
1190
1415
|
"requires": {}
|
|
1191
1416
|
}
|
|
1192
1417
|
},
|
|
1418
|
+
{
|
|
1419
|
+
"name": "edgedb",
|
|
1420
|
+
"description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
|
|
1421
|
+
"repo": "Tahul/nuxt-edgedb",
|
|
1422
|
+
"npm": "nuxt-edgedb-module",
|
|
1423
|
+
"icon": "edgedb.svg",
|
|
1424
|
+
"github": "https://github.com/Tahul/nuxt-edgedb",
|
|
1425
|
+
"website": "https://github.com/Tahul/nuxt-edgedb",
|
|
1426
|
+
"learn_more": "https://github.com/Tahul/nuxt-edgedb",
|
|
1427
|
+
"category": "Database",
|
|
1428
|
+
"type": "3rd-party",
|
|
1429
|
+
"maintainers": [
|
|
1430
|
+
{
|
|
1431
|
+
"name": "Yaël Guilloux",
|
|
1432
|
+
"github": "Tahul",
|
|
1433
|
+
"twitter": "yaeeelglx"
|
|
1434
|
+
}
|
|
1435
|
+
],
|
|
1436
|
+
"compatibility": {
|
|
1437
|
+
"nuxt": "^3.8.0",
|
|
1438
|
+
"requires": {}
|
|
1439
|
+
}
|
|
1440
|
+
},
|
|
1193
1441
|
{
|
|
1194
1442
|
"name": "electron",
|
|
1195
1443
|
"description": "Integrate Nuxt and Electron.",
|
|
@@ -1238,7 +1486,7 @@
|
|
|
1238
1486
|
},
|
|
1239
1487
|
{
|
|
1240
1488
|
"name": "emotion",
|
|
1241
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1489
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1242
1490
|
"repo": "nuxt-modules/emotion",
|
|
1243
1491
|
"npm": "@nuxtjs/emotion",
|
|
1244
1492
|
"icon": "emotion.png",
|
|
@@ -1266,7 +1514,7 @@
|
|
|
1266
1514
|
},
|
|
1267
1515
|
{
|
|
1268
1516
|
"name": "eslint",
|
|
1269
|
-
"description": "ESLint module for Nuxt
|
|
1517
|
+
"description": "ESLint module for Nuxt",
|
|
1270
1518
|
"repo": "nuxt-community/eslint-module",
|
|
1271
1519
|
"npm": "@nuxtjs/eslint-module",
|
|
1272
1520
|
"icon": "eslint.png",
|
|
@@ -1288,7 +1536,7 @@
|
|
|
1288
1536
|
},
|
|
1289
1537
|
{
|
|
1290
1538
|
"name": "event-trace",
|
|
1291
|
-
"description": "Module for event trace in Nuxt
|
|
1539
|
+
"description": "Module for event trace in Nuxt",
|
|
1292
1540
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1293
1541
|
"npm": "nuxt-event-trace",
|
|
1294
1542
|
"icon": "",
|
|
@@ -1332,7 +1580,7 @@
|
|
|
1332
1580
|
},
|
|
1333
1581
|
{
|
|
1334
1582
|
"name": "feature-toggle",
|
|
1335
|
-
"description": "Feature toggle module for Nuxt
|
|
1583
|
+
"description": "Feature toggle module for Nuxt",
|
|
1336
1584
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1337
1585
|
"npm": "nuxt-feature-toggle",
|
|
1338
1586
|
"icon": "",
|
|
@@ -1399,7 +1647,7 @@
|
|
|
1399
1647
|
},
|
|
1400
1648
|
{
|
|
1401
1649
|
"name": "floating-prompt-module",
|
|
1402
|
-
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt
|
|
1650
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
|
|
1403
1651
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1404
1652
|
"npm": "nuxt-floating-prompt-module",
|
|
1405
1653
|
"icon": "",
|
|
@@ -1508,6 +1756,29 @@
|
|
|
1508
1756
|
"requires": {}
|
|
1509
1757
|
}
|
|
1510
1758
|
},
|
|
1759
|
+
{
|
|
1760
|
+
"name": "form-actions",
|
|
1761
|
+
"description": "A set of features and composables to interact with forms and server data.",
|
|
1762
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
|
|
1763
|
+
"npm": "@hebilicious/form-actions-nuxt",
|
|
1764
|
+
"icon": "form-actions.svg",
|
|
1765
|
+
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1766
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1767
|
+
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1768
|
+
"category": "Request",
|
|
1769
|
+
"type": "3rd-party",
|
|
1770
|
+
"maintainers": [
|
|
1771
|
+
{
|
|
1772
|
+
"name": "Hebilicious",
|
|
1773
|
+
"github": "Hebilicious",
|
|
1774
|
+
"twitter": "its_hebilicious"
|
|
1775
|
+
}
|
|
1776
|
+
],
|
|
1777
|
+
"compatibility": {
|
|
1778
|
+
"nuxt": "^3.7.0",
|
|
1779
|
+
"requires": {}
|
|
1780
|
+
}
|
|
1781
|
+
},
|
|
1511
1782
|
{
|
|
1512
1783
|
"name": "formkit",
|
|
1513
1784
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1582,7 +1853,7 @@
|
|
|
1582
1853
|
},
|
|
1583
1854
|
{
|
|
1584
1855
|
"name": "google-adsense",
|
|
1585
|
-
"description": "Google Adsense Module for Nuxt
|
|
1856
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1586
1857
|
"repo": "nuxt-community/google-adsense-module",
|
|
1587
1858
|
"npm": "@nuxtjs/google-adsense",
|
|
1588
1859
|
"icon": "google-adsense.png",
|
|
@@ -1608,7 +1879,7 @@
|
|
|
1608
1879
|
},
|
|
1609
1880
|
{
|
|
1610
1881
|
"name": "google-analytics",
|
|
1611
|
-
"description": "Google analytics Module for Nuxt
|
|
1882
|
+
"description": "Google analytics Module for Nuxt",
|
|
1612
1883
|
"repo": "nuxt-community/analytics-module",
|
|
1613
1884
|
"npm": "@nuxtjs/google-analytics",
|
|
1614
1885
|
"icon": "google-analytics.png",
|
|
@@ -1640,12 +1911,12 @@
|
|
|
1640
1911
|
},
|
|
1641
1912
|
{
|
|
1642
1913
|
"name": "google-fonts",
|
|
1643
|
-
"description": "Google Fonts module for
|
|
1644
|
-
"repo": "nuxt-
|
|
1914
|
+
"description": "Google Fonts module for Nuxt",
|
|
1915
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1645
1916
|
"npm": "@nuxtjs/google-fonts",
|
|
1646
1917
|
"icon": "google-fonts.png",
|
|
1647
|
-
"github": "https://github.com/nuxt-
|
|
1648
|
-
"website": "https://
|
|
1918
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1919
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1649
1920
|
"learn_more": "https://developers.google.com/fonts",
|
|
1650
1921
|
"category": "Fonts",
|
|
1651
1922
|
"type": "community",
|
|
@@ -1664,7 +1935,7 @@
|
|
|
1664
1935
|
},
|
|
1665
1936
|
{
|
|
1666
1937
|
"name": "google-gtag",
|
|
1667
|
-
"description": "Google GTag for Nuxt
|
|
1938
|
+
"description": "Google GTag for Nuxt",
|
|
1668
1939
|
"repo": "nuxt-community/google-gtag",
|
|
1669
1940
|
"npm": "@nuxtjs/google-gtag",
|
|
1670
1941
|
"icon": "gtm.png",
|
|
@@ -1690,7 +1961,7 @@
|
|
|
1690
1961
|
},
|
|
1691
1962
|
{
|
|
1692
1963
|
"name": "google-optimize",
|
|
1693
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
1964
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1694
1965
|
"repo": "nuxt-community/google-optimize-module",
|
|
1695
1966
|
"npm": "nuxt-google-optimize",
|
|
1696
1967
|
"icon": "google-optimize.png",
|
|
@@ -1745,7 +2016,7 @@
|
|
|
1745
2016
|
},
|
|
1746
2017
|
{
|
|
1747
2018
|
"name": "graphql-request",
|
|
1748
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
2019
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1749
2020
|
"repo": "gomah/nuxt-graphql-request",
|
|
1750
2021
|
"npm": "nuxt-graphql-request",
|
|
1751
2022
|
"icon": "graphql-request.png",
|
|
@@ -1761,7 +2032,7 @@
|
|
|
1761
2032
|
}
|
|
1762
2033
|
],
|
|
1763
2034
|
"compatibility": {
|
|
1764
|
-
"nuxt": "^2.0.0",
|
|
2035
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1765
2036
|
"requires": {}
|
|
1766
2037
|
}
|
|
1767
2038
|
},
|
|
@@ -1784,12 +2055,13 @@
|
|
|
1784
2055
|
],
|
|
1785
2056
|
"compatibility": {
|
|
1786
2057
|
"nuxt": "^3.0.0",
|
|
1787
|
-
"requires": {}
|
|
2058
|
+
"requires": {},
|
|
2059
|
+
"devtools": "^0.0.0"
|
|
1788
2060
|
}
|
|
1789
2061
|
},
|
|
1790
2062
|
{
|
|
1791
2063
|
"name": "gtag",
|
|
1792
|
-
"description": "Google Analytics integration for Nuxt
|
|
2064
|
+
"description": "Google Analytics integration for Nuxt",
|
|
1793
2065
|
"repo": "johannschopplich/nuxt-gtag",
|
|
1794
2066
|
"npm": "nuxt-gtag",
|
|
1795
2067
|
"icon": "gtag.svg",
|
|
@@ -1813,7 +2085,7 @@
|
|
|
1813
2085
|
},
|
|
1814
2086
|
{
|
|
1815
2087
|
"name": "gtm",
|
|
1816
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2088
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
1817
2089
|
"repo": "nuxt-community/gtm-module",
|
|
1818
2090
|
"npm": "@nuxtjs/gtm",
|
|
1819
2091
|
"icon": "gtm.png",
|
|
@@ -1836,7 +2108,7 @@
|
|
|
1836
2108
|
},
|
|
1837
2109
|
{
|
|
1838
2110
|
"name": "guess",
|
|
1839
|
-
"description": "Guess.js module for Nuxt
|
|
2111
|
+
"description": "Guess.js module for Nuxt",
|
|
1840
2112
|
"repo": "nuxt-community/guess-module",
|
|
1841
2113
|
"npm": "@nuxtjs/guess-module",
|
|
1842
2114
|
"icon": "guessjs.png",
|
|
@@ -1856,6 +2128,28 @@
|
|
|
1856
2128
|
"requires": {}
|
|
1857
2129
|
}
|
|
1858
2130
|
},
|
|
2131
|
+
{
|
|
2132
|
+
"name": "hanko",
|
|
2133
|
+
"description": "Hanko integration for Nuxt for passwordless authentication",
|
|
2134
|
+
"repo": "nuxt-modules/hanko",
|
|
2135
|
+
"npm": "@nuxtjs/hanko",
|
|
2136
|
+
"icon": "hanko.svg",
|
|
2137
|
+
"github": "https://github.com/nuxt-modules/hanko",
|
|
2138
|
+
"website": "https://github.com/nuxt-modules/hanko",
|
|
2139
|
+
"learn_more": "https://hanko.io/",
|
|
2140
|
+
"category": "Security",
|
|
2141
|
+
"type": "community",
|
|
2142
|
+
"maintainers": [
|
|
2143
|
+
{
|
|
2144
|
+
"name": "danielroe",
|
|
2145
|
+
"github": "danielroe"
|
|
2146
|
+
}
|
|
2147
|
+
],
|
|
2148
|
+
"compatibility": {
|
|
2149
|
+
"nuxt": "^3.0.0",
|
|
2150
|
+
"requires": {}
|
|
2151
|
+
}
|
|
2152
|
+
},
|
|
1859
2153
|
{
|
|
1860
2154
|
"name": "harlem",
|
|
1861
2155
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -1926,7 +2220,7 @@
|
|
|
1926
2220
|
},
|
|
1927
2221
|
{
|
|
1928
2222
|
"name": "helmet",
|
|
1929
|
-
"description": "Easy Helmet module with Nuxt
|
|
2223
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
1930
2224
|
"repo": "victor-perez/nuxt-helmet",
|
|
1931
2225
|
"npm": "nuxt-helmet",
|
|
1932
2226
|
"icon": "",
|
|
@@ -1970,7 +2264,7 @@
|
|
|
1970
2264
|
},
|
|
1971
2265
|
{
|
|
1972
2266
|
"name": "history-state",
|
|
1973
|
-
"description": "Nuxt
|
|
2267
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
1974
2268
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
1975
2269
|
"npm": "nuxt-history-state",
|
|
1976
2270
|
"icon": "",
|
|
@@ -2039,7 +2333,7 @@
|
|
|
2039
2333
|
},
|
|
2040
2334
|
{
|
|
2041
2335
|
"name": "http",
|
|
2042
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2336
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
2043
2337
|
"repo": "nuxt/http",
|
|
2044
2338
|
"npm": "@nuxt/http",
|
|
2045
2339
|
"icon": "http.png",
|
|
@@ -2067,7 +2361,7 @@
|
|
|
2067
2361
|
},
|
|
2068
2362
|
{
|
|
2069
2363
|
"name": "humans-txt",
|
|
2070
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2364
|
+
"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
2365
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2072
2366
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2073
2367
|
"icon": "",
|
|
@@ -2091,11 +2385,11 @@
|
|
|
2091
2385
|
{
|
|
2092
2386
|
"name": "i18n",
|
|
2093
2387
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2094
|
-
"repo": "nuxt-
|
|
2388
|
+
"repo": "nuxt-modules/i18n",
|
|
2095
2389
|
"npm": "@nuxtjs/i18n",
|
|
2096
2390
|
"icon": "i18n.png",
|
|
2097
|
-
"github": "https://github.com/nuxt-
|
|
2098
|
-
"website": "https://i18n.nuxtjs.org",
|
|
2391
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2392
|
+
"website": "https://v8.i18n.nuxtjs.org",
|
|
2099
2393
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
2100
2394
|
"category": "Extensions",
|
|
2101
2395
|
"type": "community",
|
|
@@ -2155,7 +2449,8 @@
|
|
|
2155
2449
|
],
|
|
2156
2450
|
"compatibility": {
|
|
2157
2451
|
"nuxt": "^3.0.0",
|
|
2158
|
-
"requires": {}
|
|
2452
|
+
"requires": {},
|
|
2453
|
+
"devtools": "^0.0.0"
|
|
2159
2454
|
}
|
|
2160
2455
|
},
|
|
2161
2456
|
{
|
|
@@ -2204,12 +2499,12 @@
|
|
|
2204
2499
|
},
|
|
2205
2500
|
{
|
|
2206
2501
|
"name": "image",
|
|
2207
|
-
"description": "Optimised images for
|
|
2502
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2208
2503
|
"repo": "nuxt/image",
|
|
2209
2504
|
"npm": "@nuxt/image",
|
|
2210
2505
|
"icon": "image.png",
|
|
2211
2506
|
"github": "https://github.com/nuxt/image",
|
|
2212
|
-
"website": "https://image.
|
|
2507
|
+
"website": "https://image.nuxt.com",
|
|
2213
2508
|
"learn_more": "",
|
|
2214
2509
|
"category": "Images",
|
|
2215
2510
|
"type": "official",
|
|
@@ -2219,6 +2514,11 @@
|
|
|
2219
2514
|
"github": "farnabaz",
|
|
2220
2515
|
"twitter": "a_birang"
|
|
2221
2516
|
},
|
|
2517
|
+
{
|
|
2518
|
+
"name": "Daniel Roe",
|
|
2519
|
+
"github": "danielroe",
|
|
2520
|
+
"twitter": "danielcroe"
|
|
2521
|
+
},
|
|
2222
2522
|
{
|
|
2223
2523
|
"name": "Pooya Parsa",
|
|
2224
2524
|
"github": "pi0",
|
|
@@ -2239,7 +2539,7 @@
|
|
|
2239
2539
|
},
|
|
2240
2540
|
{
|
|
2241
2541
|
"name": "imagemin",
|
|
2242
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2542
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2243
2543
|
"repo": "nuxt-community/imagemin-module",
|
|
2244
2544
|
"npm": "@nuxtjs/imagemin",
|
|
2245
2545
|
"icon": "imagemin.png",
|
|
@@ -2286,7 +2586,7 @@
|
|
|
2286
2586
|
},
|
|
2287
2587
|
{
|
|
2288
2588
|
"name": "intercom",
|
|
2289
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2589
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2290
2590
|
"repo": "hex-digital/nuxt-intercom",
|
|
2291
2591
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2292
2592
|
"icon": "intercom.png",
|
|
@@ -2331,7 +2631,7 @@
|
|
|
2331
2631
|
},
|
|
2332
2632
|
{
|
|
2333
2633
|
"name": "jsonapi",
|
|
2334
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2634
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2335
2635
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2336
2636
|
"npm": "nuxt-jsonapi",
|
|
2337
2637
|
"icon": "jsonapi.svg",
|
|
@@ -2373,9 +2673,36 @@
|
|
|
2373
2673
|
"requires": {}
|
|
2374
2674
|
}
|
|
2375
2675
|
},
|
|
2676
|
+
{
|
|
2677
|
+
"name": "kinde",
|
|
2678
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2679
|
+
"repo": "nuxt-modules/kinde",
|
|
2680
|
+
"npm": "@nuxtjs/kinde",
|
|
2681
|
+
"icon": "kinde.svg",
|
|
2682
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2683
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2684
|
+
"learn_more": "https://kinde.com/",
|
|
2685
|
+
"category": "Security",
|
|
2686
|
+
"type": "community",
|
|
2687
|
+
"maintainers": [
|
|
2688
|
+
{
|
|
2689
|
+
"name": "danielroe",
|
|
2690
|
+
"github": "danielroe"
|
|
2691
|
+
},
|
|
2692
|
+
{
|
|
2693
|
+
"name": "daveordead",
|
|
2694
|
+
"github": "DaveOrDead",
|
|
2695
|
+
"twitter": "dave_or_dead"
|
|
2696
|
+
}
|
|
2697
|
+
],
|
|
2698
|
+
"compatibility": {
|
|
2699
|
+
"nuxt": "^3.0.0",
|
|
2700
|
+
"requires": {}
|
|
2701
|
+
}
|
|
2702
|
+
},
|
|
2376
2703
|
{
|
|
2377
2704
|
"name": "kql",
|
|
2378
|
-
"description": "Nuxt
|
|
2705
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2379
2706
|
"repo": "johannschopplich/nuxt-kql",
|
|
2380
2707
|
"npm": "nuxt-kql",
|
|
2381
2708
|
"icon": "kql.svg",
|
|
@@ -2399,7 +2726,7 @@
|
|
|
2399
2726
|
},
|
|
2400
2727
|
{
|
|
2401
2728
|
"name": "laravel-echo",
|
|
2402
|
-
"description": "Laravel Echo for Nuxt
|
|
2729
|
+
"description": "Laravel Echo for Nuxt",
|
|
2403
2730
|
"repo": "nuxt-community/laravel-echo",
|
|
2404
2731
|
"npm": "@nuxtjs/laravel-echo",
|
|
2405
2732
|
"icon": "laravel-echo.png",
|
|
@@ -2487,13 +2814,13 @@
|
|
|
2487
2814
|
},
|
|
2488
2815
|
{
|
|
2489
2816
|
"name": "link-checker",
|
|
2490
|
-
"description": "
|
|
2817
|
+
"description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
|
|
2491
2818
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2492
2819
|
"npm": "nuxt-link-checker",
|
|
2493
|
-
"icon": "",
|
|
2820
|
+
"icon": "link-checker.svg",
|
|
2494
2821
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2495
|
-
"website": "https://
|
|
2496
|
-
"learn_more": "",
|
|
2822
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2823
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2497
2824
|
"category": "SEO",
|
|
2498
2825
|
"type": "3rd-party",
|
|
2499
2826
|
"maintainers": [
|
|
@@ -2506,7 +2833,8 @@
|
|
|
2506
2833
|
],
|
|
2507
2834
|
"compatibility": {
|
|
2508
2835
|
"nuxt": "^3.0.0",
|
|
2509
|
-
"requires": {}
|
|
2836
|
+
"requires": {},
|
|
2837
|
+
"devtools": "^0.0.0"
|
|
2510
2838
|
}
|
|
2511
2839
|
},
|
|
2512
2840
|
{
|
|
@@ -2583,12 +2911,12 @@
|
|
|
2583
2911
|
},
|
|
2584
2912
|
{
|
|
2585
2913
|
"name": "logrocket",
|
|
2586
|
-
"description": "LogRocket module for Nuxt
|
|
2587
|
-
"repo": "nuxt-
|
|
2914
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
2915
|
+
"repo": "nuxt-modules/logrocket",
|
|
2588
2916
|
"npm": "nuxt-logrocket",
|
|
2589
2917
|
"icon": "logrocket.png",
|
|
2590
|
-
"github": "https://github.com/nuxt-
|
|
2591
|
-
"website": "https://github.com/nuxt-
|
|
2918
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
2919
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2592
2920
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2593
2921
|
"category": "Monitoring",
|
|
2594
2922
|
"type": "community",
|
|
@@ -2604,9 +2932,35 @@
|
|
|
2604
2932
|
"requires": {}
|
|
2605
2933
|
}
|
|
2606
2934
|
},
|
|
2935
|
+
{
|
|
2936
|
+
"name": "lucide-icons",
|
|
2937
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
2938
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
2939
|
+
"npm": "nuxt-lucide-icons",
|
|
2940
|
+
"icon": "lucide-icons.svg",
|
|
2941
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2942
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2943
|
+
"learn_more": "",
|
|
2944
|
+
"category": "UI",
|
|
2945
|
+
"type": "3rd-party",
|
|
2946
|
+
"maintainers": [
|
|
2947
|
+
{
|
|
2948
|
+
"name": "SWIS",
|
|
2949
|
+
"github": "swisnl"
|
|
2950
|
+
},
|
|
2951
|
+
{
|
|
2952
|
+
"name": "Jasper Zonneveld",
|
|
2953
|
+
"github": "JaZo"
|
|
2954
|
+
}
|
|
2955
|
+
],
|
|
2956
|
+
"compatibility": {
|
|
2957
|
+
"nuxt": "^3.0.0",
|
|
2958
|
+
"requires": {}
|
|
2959
|
+
}
|
|
2960
|
+
},
|
|
2607
2961
|
{
|
|
2608
2962
|
"name": "lunr",
|
|
2609
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
2963
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2610
2964
|
"repo": "nuxt-community/lunr-module",
|
|
2611
2965
|
"npm": "@nuxtjs/lunr-module",
|
|
2612
2966
|
"icon": "",
|
|
@@ -2694,6 +3048,28 @@
|
|
|
2694
3048
|
"requires": {}
|
|
2695
3049
|
}
|
|
2696
3050
|
},
|
|
3051
|
+
{
|
|
3052
|
+
"name": "maz-ui",
|
|
3053
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3054
|
+
"repo": "louismazel/maz-ui",
|
|
3055
|
+
"npm": "maz-ui",
|
|
3056
|
+
"icon": "maz-ui.png",
|
|
3057
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3058
|
+
"website": "https://louismazel.github.io/maz-ui-3/",
|
|
3059
|
+
"learn_more": "https://louismazel.github.io/maz-ui-3/",
|
|
3060
|
+
"category": "UI",
|
|
3061
|
+
"type": "community",
|
|
3062
|
+
"maintainers": [
|
|
3063
|
+
{
|
|
3064
|
+
"name": "Loïc Mazuel",
|
|
3065
|
+
"github": "LouisMazel"
|
|
3066
|
+
}
|
|
3067
|
+
],
|
|
3068
|
+
"compatibility": {
|
|
3069
|
+
"nuxt": "^3.0.0",
|
|
3070
|
+
"requires": {}
|
|
3071
|
+
}
|
|
3072
|
+
},
|
|
2697
3073
|
{
|
|
2698
3074
|
"name": "mdx",
|
|
2699
3075
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2719,7 +3095,7 @@
|
|
|
2719
3095
|
},
|
|
2720
3096
|
{
|
|
2721
3097
|
"name": "medusa",
|
|
2722
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3098
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2723
3099
|
"repo": "Baroshem/nuxt-medusa",
|
|
2724
3100
|
"npm": "nuxt-medusa",
|
|
2725
3101
|
"icon": "medusa.svg",
|
|
@@ -2744,7 +3120,7 @@
|
|
|
2744
3120
|
},
|
|
2745
3121
|
{
|
|
2746
3122
|
"name": "meilisearch",
|
|
2747
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3123
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2748
3124
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2749
3125
|
"npm": "nuxt-meilisearch",
|
|
2750
3126
|
"icon": "meilisearch.svg",
|
|
@@ -2764,7 +3140,8 @@
|
|
|
2764
3140
|
"nuxt": "^3.0.0",
|
|
2765
3141
|
"requires": {
|
|
2766
3142
|
"bridge": false
|
|
2767
|
-
}
|
|
3143
|
+
},
|
|
3144
|
+
"devtools": "^0.0.0"
|
|
2768
3145
|
}
|
|
2769
3146
|
},
|
|
2770
3147
|
{
|
|
@@ -2836,7 +3213,7 @@
|
|
|
2836
3213
|
},
|
|
2837
3214
|
{
|
|
2838
3215
|
"name": "moment",
|
|
2839
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3216
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2840
3217
|
"repo": "nuxt-community/moment-module",
|
|
2841
3218
|
"npm": "@nuxtjs/moment",
|
|
2842
3219
|
"icon": "momentjs.png",
|
|
@@ -2863,7 +3240,7 @@
|
|
|
2863
3240
|
},
|
|
2864
3241
|
{
|
|
2865
3242
|
"name": "mq",
|
|
2866
|
-
"description": "vue-mq module for Nuxt.
|
|
3243
|
+
"description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
2867
3244
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
2868
3245
|
"npm": "nuxt-mq",
|
|
2869
3246
|
"icon": "",
|
|
@@ -2907,7 +3284,7 @@
|
|
|
2907
3284
|
},
|
|
2908
3285
|
{
|
|
2909
3286
|
"name": "netlify-cache",
|
|
2910
|
-
"description": "Nuxt
|
|
3287
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
2911
3288
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
2912
3289
|
"npm": "nuxt-netlify-cache",
|
|
2913
3290
|
"icon": "netlify.png",
|
|
@@ -2952,7 +3329,7 @@
|
|
|
2952
3329
|
},
|
|
2953
3330
|
{
|
|
2954
3331
|
"name": "netlify",
|
|
2955
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
3332
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
2956
3333
|
"repo": "bazzite/nuxt-netlify",
|
|
2957
3334
|
"npm": "@aceforth/nuxt-netlify",
|
|
2958
3335
|
"icon": "netlify.png",
|
|
@@ -3023,42 +3400,42 @@
|
|
|
3023
3400
|
}
|
|
3024
3401
|
},
|
|
3025
3402
|
{
|
|
3026
|
-
"name": "
|
|
3027
|
-
"description": "",
|
|
3028
|
-
"repo": "
|
|
3029
|
-
"npm": "
|
|
3403
|
+
"name": "nupolyon",
|
|
3404
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3405
|
+
"repo": "adenvt/nupolyon",
|
|
3406
|
+
"npm": "nupolyon",
|
|
3030
3407
|
"icon": "",
|
|
3031
|
-
"github": "https://github.com/
|
|
3032
|
-
"website": "https://github.com/
|
|
3408
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3409
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
3033
3410
|
"learn_more": "",
|
|
3034
|
-
"category": "
|
|
3411
|
+
"category": "Performance",
|
|
3035
3412
|
"type": "3rd-party",
|
|
3036
3413
|
"maintainers": [
|
|
3037
3414
|
{
|
|
3038
|
-
"name": "
|
|
3039
|
-
"github": "
|
|
3415
|
+
"name": "adenvt",
|
|
3416
|
+
"github": "adenvt"
|
|
3040
3417
|
}
|
|
3041
3418
|
],
|
|
3042
3419
|
"compatibility": {
|
|
3043
|
-
"nuxt": "^
|
|
3420
|
+
"nuxt": "^3.0.0",
|
|
3044
3421
|
"requires": {}
|
|
3045
3422
|
}
|
|
3046
3423
|
},
|
|
3047
3424
|
{
|
|
3048
|
-
"name": "nuxt-
|
|
3049
|
-
"description": "
|
|
3050
|
-
"repo": "
|
|
3051
|
-
"npm": "nuxt-
|
|
3052
|
-
"icon": "
|
|
3053
|
-
"github": "https://github.com/
|
|
3054
|
-
"website": "https://github.com/
|
|
3055
|
-
"learn_more": "
|
|
3056
|
-
"category": "
|
|
3425
|
+
"name": "nuxt-anchorscroll",
|
|
3426
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3427
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3428
|
+
"npm": "nuxt-anchorscroll",
|
|
3429
|
+
"icon": "",
|
|
3430
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3431
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3432
|
+
"learn_more": "",
|
|
3433
|
+
"category": "UI",
|
|
3057
3434
|
"type": "3rd-party",
|
|
3058
3435
|
"maintainers": [
|
|
3059
3436
|
{
|
|
3060
|
-
"name": "
|
|
3061
|
-
"github": "
|
|
3437
|
+
"name": "Helltraitor",
|
|
3438
|
+
"github": "helltraitor"
|
|
3062
3439
|
}
|
|
3063
3440
|
],
|
|
3064
3441
|
"compatibility": {
|
|
@@ -3067,7 +3444,144 @@
|
|
|
3067
3444
|
}
|
|
3068
3445
|
},
|
|
3069
3446
|
{
|
|
3070
|
-
"name": "nuxt-
|
|
3447
|
+
"name": "nuxt-auth-sanctum",
|
|
3448
|
+
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
3449
|
+
"repo": "manchenkoff/nuxt-auth-sanctum",
|
|
3450
|
+
"npm": "nuxt-auth-sanctum",
|
|
3451
|
+
"icon": "laravel.svg",
|
|
3452
|
+
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3453
|
+
"website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3454
|
+
"learn_more": "",
|
|
3455
|
+
"category": "Security",
|
|
3456
|
+
"type": "3rd-party",
|
|
3457
|
+
"maintainers": [
|
|
3458
|
+
{
|
|
3459
|
+
"name": "Artem Manchenkov",
|
|
3460
|
+
"github": "manchenkoff",
|
|
3461
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
3462
|
+
}
|
|
3463
|
+
],
|
|
3464
|
+
"compatibility": {
|
|
3465
|
+
"nuxt": "^3.0.0",
|
|
3466
|
+
"requires": {}
|
|
3467
|
+
}
|
|
3468
|
+
},
|
|
3469
|
+
{
|
|
3470
|
+
"name": "nuxt-basic-auth",
|
|
3471
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3472
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3473
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3474
|
+
"icon": "",
|
|
3475
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3476
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3477
|
+
"learn_more": "",
|
|
3478
|
+
"category": "Security",
|
|
3479
|
+
"type": "3rd-party",
|
|
3480
|
+
"maintainers": [
|
|
3481
|
+
{
|
|
3482
|
+
"name": "kgierke",
|
|
3483
|
+
"github": "kgierke"
|
|
3484
|
+
}
|
|
3485
|
+
],
|
|
3486
|
+
"compatibility": {
|
|
3487
|
+
"nuxt": "^3.0.0",
|
|
3488
|
+
"requires": {}
|
|
3489
|
+
}
|
|
3490
|
+
},
|
|
3491
|
+
{
|
|
3492
|
+
"name": "nuxt-bootstrap-icons",
|
|
3493
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3494
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3495
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3496
|
+
"icon": "bootstrap-icons.svg",
|
|
3497
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3498
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3499
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3500
|
+
"category": "UI",
|
|
3501
|
+
"type": "3rd-party",
|
|
3502
|
+
"maintainers": [
|
|
3503
|
+
{
|
|
3504
|
+
"name": "OyewoleOyedeji",
|
|
3505
|
+
"github": "OyewoleOyedeji"
|
|
3506
|
+
}
|
|
3507
|
+
],
|
|
3508
|
+
"compatibility": {
|
|
3509
|
+
"nuxt": "^3.0.0",
|
|
3510
|
+
"requires": {}
|
|
3511
|
+
}
|
|
3512
|
+
},
|
|
3513
|
+
{
|
|
3514
|
+
"name": "nuxt-chatgpt",
|
|
3515
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3516
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3517
|
+
"npm": "nuxt-chatgpt",
|
|
3518
|
+
"icon": "chatgpt.svg",
|
|
3519
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3520
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3521
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
3522
|
+
"category": "Libraries",
|
|
3523
|
+
"type": "3rd-party",
|
|
3524
|
+
"maintainers": [
|
|
3525
|
+
{
|
|
3526
|
+
"name": "Oliver Trajceski",
|
|
3527
|
+
"github": "schnapsterdog"
|
|
3528
|
+
}
|
|
3529
|
+
],
|
|
3530
|
+
"compatibility": {
|
|
3531
|
+
"nuxt": "^3.0.0",
|
|
3532
|
+
"requires": {}
|
|
3533
|
+
}
|
|
3534
|
+
},
|
|
3535
|
+
{
|
|
3536
|
+
"name": "nuxt-facebook-chat",
|
|
3537
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3538
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3539
|
+
"npm": "nuxt-facebook-chat",
|
|
3540
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3541
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3542
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3543
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3544
|
+
"category": "Libraries",
|
|
3545
|
+
"type": "3rd-party",
|
|
3546
|
+
"maintainers": [
|
|
3547
|
+
{
|
|
3548
|
+
"name": "Supanut Dokmaithong",
|
|
3549
|
+
"github": "Boomgeek"
|
|
3550
|
+
},
|
|
3551
|
+
{
|
|
3552
|
+
"name": "superdev-tech",
|
|
3553
|
+
"github": "superdev-tech"
|
|
3554
|
+
}
|
|
3555
|
+
],
|
|
3556
|
+
"compatibility": {
|
|
3557
|
+
"nuxt": "^3.0.0",
|
|
3558
|
+
"requires": {}
|
|
3559
|
+
}
|
|
3560
|
+
},
|
|
3561
|
+
{
|
|
3562
|
+
"name": "nuxt-feedme",
|
|
3563
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3564
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3565
|
+
"npm": "nuxt-feedme",
|
|
3566
|
+
"icon": "",
|
|
3567
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3568
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3569
|
+
"learn_more": "",
|
|
3570
|
+
"category": "SEO",
|
|
3571
|
+
"type": "3rd-party",
|
|
3572
|
+
"maintainers": [
|
|
3573
|
+
{
|
|
3574
|
+
"name": "Helltraitor",
|
|
3575
|
+
"github": "helltraitor"
|
|
3576
|
+
}
|
|
3577
|
+
],
|
|
3578
|
+
"compatibility": {
|
|
3579
|
+
"nuxt": "^3.0.0",
|
|
3580
|
+
"requires": {}
|
|
3581
|
+
}
|
|
3582
|
+
},
|
|
3583
|
+
{
|
|
3584
|
+
"name": "nuxt-graphql-middleware",
|
|
3071
3585
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
3072
3586
|
"repo": "dulnan/nuxt-graphql-middleware",
|
|
3073
3587
|
"npm": "nuxt-graphql-middleware",
|
|
@@ -3119,7 +3633,7 @@
|
|
|
3119
3633
|
},
|
|
3120
3634
|
{
|
|
3121
3635
|
"name": "nuxt-gtm",
|
|
3122
|
-
"description": "A Nuxt
|
|
3636
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3123
3637
|
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3124
3638
|
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3125
3639
|
"icon": "nuxt-gtm.svg",
|
|
@@ -3136,7 +3650,8 @@
|
|
|
3136
3650
|
],
|
|
3137
3651
|
"compatibility": {
|
|
3138
3652
|
"nuxt": "^3.0.0",
|
|
3139
|
-
"requires": {}
|
|
3653
|
+
"requires": {},
|
|
3654
|
+
"devtools": "^0.0.0"
|
|
3140
3655
|
}
|
|
3141
3656
|
},
|
|
3142
3657
|
{
|
|
@@ -3164,24 +3679,24 @@
|
|
|
3164
3679
|
}
|
|
3165
3680
|
},
|
|
3166
3681
|
{
|
|
3167
|
-
"name": "nuxt-
|
|
3168
|
-
"description": "
|
|
3169
|
-
"repo": "",
|
|
3170
|
-
"npm": "nuxt-
|
|
3171
|
-
"icon": "
|
|
3172
|
-
"github": "",
|
|
3173
|
-
"website": "https://
|
|
3174
|
-
"learn_more": "
|
|
3175
|
-
"category": "
|
|
3682
|
+
"name": "nuxt-jsonld",
|
|
3683
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3684
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3685
|
+
"npm": "nuxt-jsonld",
|
|
3686
|
+
"icon": "",
|
|
3687
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3688
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3689
|
+
"learn_more": "",
|
|
3690
|
+
"category": "SEO",
|
|
3176
3691
|
"type": "3rd-party",
|
|
3177
3692
|
"maintainers": [
|
|
3178
3693
|
{
|
|
3179
|
-
"name": "
|
|
3180
|
-
"github": "
|
|
3694
|
+
"name": "ymmooot",
|
|
3695
|
+
"github": "ymmooot"
|
|
3181
3696
|
}
|
|
3182
3697
|
],
|
|
3183
3698
|
"compatibility": {
|
|
3184
|
-
"nuxt": "^
|
|
3699
|
+
"nuxt": "^3.0.0",
|
|
3185
3700
|
"requires": {}
|
|
3186
3701
|
}
|
|
3187
3702
|
},
|
|
@@ -3210,7 +3725,7 @@
|
|
|
3210
3725
|
},
|
|
3211
3726
|
{
|
|
3212
3727
|
"name": "nuxt-loco",
|
|
3213
|
-
"description": "A localise.biz module to synth locale with Nuxt
|
|
3728
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3214
3729
|
"repo": "gaetansenn/nuxt-loco",
|
|
3215
3730
|
"npm": "nuxt-loco",
|
|
3216
3731
|
"icon": "",
|
|
@@ -3231,6 +3746,28 @@
|
|
|
3231
3746
|
"requires": {}
|
|
3232
3747
|
}
|
|
3233
3748
|
},
|
|
3749
|
+
{
|
|
3750
|
+
"name": "nuxt-mail",
|
|
3751
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
3752
|
+
"repo": "dword-design/nuxt-mail",
|
|
3753
|
+
"npm": "nuxt-mail",
|
|
3754
|
+
"icon": "",
|
|
3755
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
3756
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
3757
|
+
"learn_more": "",
|
|
3758
|
+
"category": "Extensions",
|
|
3759
|
+
"type": "3rd-party",
|
|
3760
|
+
"maintainers": [
|
|
3761
|
+
{
|
|
3762
|
+
"name": "Sebastian Landwehr",
|
|
3763
|
+
"github": "dword-design"
|
|
3764
|
+
}
|
|
3765
|
+
],
|
|
3766
|
+
"compatibility": {
|
|
3767
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3768
|
+
"requires": {}
|
|
3769
|
+
}
|
|
3770
|
+
},
|
|
3234
3771
|
{
|
|
3235
3772
|
"name": "nuxt-mapbox",
|
|
3236
3773
|
"description": "Elegant Mapbox integration with Nuxt",
|
|
@@ -3253,6 +3790,28 @@
|
|
|
3253
3790
|
"requires": {}
|
|
3254
3791
|
}
|
|
3255
3792
|
},
|
|
3793
|
+
{
|
|
3794
|
+
"name": "nuxt-mdi",
|
|
3795
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3796
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3797
|
+
"npm": "nuxt-mdi",
|
|
3798
|
+
"icon": "mdi.png",
|
|
3799
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3800
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3801
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3802
|
+
"category": "Libraries",
|
|
3803
|
+
"type": "3rd-party",
|
|
3804
|
+
"maintainers": [
|
|
3805
|
+
{
|
|
3806
|
+
"name": "Emil Rosenius",
|
|
3807
|
+
"github": "ERPedersen"
|
|
3808
|
+
}
|
|
3809
|
+
],
|
|
3810
|
+
"compatibility": {
|
|
3811
|
+
"nuxt": "^3.0.0",
|
|
3812
|
+
"requires": {}
|
|
3813
|
+
}
|
|
3814
|
+
},
|
|
3256
3815
|
{
|
|
3257
3816
|
"name": "nuxt-monaco-editor",
|
|
3258
3817
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3277,12 +3836,12 @@
|
|
|
3277
3836
|
},
|
|
3278
3837
|
{
|
|
3279
3838
|
"name": "nuxt-mongoose",
|
|
3280
|
-
"description": "A Nuxt
|
|
3839
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3281
3840
|
"repo": "arashsheyda/nuxt-mongoose",
|
|
3282
3841
|
"npm": "nuxt-mongoose",
|
|
3283
3842
|
"icon": "nuxt-mongoose.svg",
|
|
3284
3843
|
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3285
|
-
"website": "https://
|
|
3844
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3286
3845
|
"learn_more": "",
|
|
3287
3846
|
"category": "Database",
|
|
3288
3847
|
"type": "3rd-party",
|
|
@@ -3292,6 +3851,30 @@
|
|
|
3292
3851
|
"github": "arashsheyda"
|
|
3293
3852
|
}
|
|
3294
3853
|
],
|
|
3854
|
+
"compatibility": {
|
|
3855
|
+
"nuxt": "^3.0.0",
|
|
3856
|
+
"requires": {},
|
|
3857
|
+
"devtools": "^0.0.0"
|
|
3858
|
+
}
|
|
3859
|
+
},
|
|
3860
|
+
{
|
|
3861
|
+
"name": "nuxt-payload-analyzer",
|
|
3862
|
+
"description": "Analyze Nuxt Payload Size",
|
|
3863
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
3864
|
+
"npm": "nuxt-payload-analyzer",
|
|
3865
|
+
"icon": "",
|
|
3866
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
3867
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
3868
|
+
"learn_more": "",
|
|
3869
|
+
"category": "Performance",
|
|
3870
|
+
"type": "3rd-party",
|
|
3871
|
+
"maintainers": [
|
|
3872
|
+
{
|
|
3873
|
+
"name": "Barbapapazes",
|
|
3874
|
+
"github": "Barbapapazes",
|
|
3875
|
+
"twitter": "soubiran_"
|
|
3876
|
+
}
|
|
3877
|
+
],
|
|
3295
3878
|
"compatibility": {
|
|
3296
3879
|
"nuxt": "^3.0.0",
|
|
3297
3880
|
"requires": {}
|
|
@@ -3320,6 +3903,28 @@
|
|
|
3320
3903
|
"requires": {}
|
|
3321
3904
|
}
|
|
3322
3905
|
},
|
|
3906
|
+
{
|
|
3907
|
+
"name": "nuxt-phosphor-icons",
|
|
3908
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
3909
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3910
|
+
"npm": "nuxt-phosphor-icons",
|
|
3911
|
+
"icon": "phosphor-icons.svg",
|
|
3912
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3913
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3914
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3915
|
+
"category": "UI",
|
|
3916
|
+
"type": "3rd-party",
|
|
3917
|
+
"maintainers": [
|
|
3918
|
+
{
|
|
3919
|
+
"name": "OyewoleOyedeji",
|
|
3920
|
+
"github": "OyewoleOyedeji"
|
|
3921
|
+
}
|
|
3922
|
+
],
|
|
3923
|
+
"compatibility": {
|
|
3924
|
+
"nuxt": "^3.0.0",
|
|
3925
|
+
"requires": {}
|
|
3926
|
+
}
|
|
3927
|
+
},
|
|
3323
3928
|
{
|
|
3324
3929
|
"name": "nuxt-pino-log",
|
|
3325
3930
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3344,7 +3949,7 @@
|
|
|
3344
3949
|
},
|
|
3345
3950
|
{
|
|
3346
3951
|
"name": "plausible",
|
|
3347
|
-
"description": "Nuxt
|
|
3952
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3348
3953
|
"repo": "nuxt-modules/plausible",
|
|
3349
3954
|
"npm": "@nuxtjs/plausible",
|
|
3350
3955
|
"icon": "plausible.png",
|
|
@@ -3364,9 +3969,35 @@
|
|
|
3364
3969
|
"requires": {}
|
|
3365
3970
|
}
|
|
3366
3971
|
},
|
|
3972
|
+
{
|
|
3973
|
+
"name": "nuxt-plotly",
|
|
3974
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
3975
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
3976
|
+
"npm": "nuxt-plotly",
|
|
3977
|
+
"icon": "nuxt-plotly.svg",
|
|
3978
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3979
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3980
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
3981
|
+
"category": "Libraries",
|
|
3982
|
+
"type": "3rd-party",
|
|
3983
|
+
"maintainers": [
|
|
3984
|
+
{
|
|
3985
|
+
"name": "Supanut Dokmaithong",
|
|
3986
|
+
"github": "Boomgeek"
|
|
3987
|
+
},
|
|
3988
|
+
{
|
|
3989
|
+
"name": "superdev-tech",
|
|
3990
|
+
"github": "superdev-tech"
|
|
3991
|
+
}
|
|
3992
|
+
],
|
|
3993
|
+
"compatibility": {
|
|
3994
|
+
"nuxt": "^3.0.0",
|
|
3995
|
+
"requires": {}
|
|
3996
|
+
}
|
|
3997
|
+
},
|
|
3367
3998
|
{
|
|
3368
3999
|
"name": "nuxt-png-to-ico",
|
|
3369
|
-
"description": "Nuxt
|
|
4000
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3370
4001
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3371
4002
|
"npm": "nuxt-png-to-ico",
|
|
3372
4003
|
"icon": "",
|
|
@@ -3389,7 +4020,7 @@
|
|
|
3389
4020
|
},
|
|
3390
4021
|
{
|
|
3391
4022
|
"name": "nuxt-smartlook",
|
|
3392
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
4023
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3393
4024
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3394
4025
|
"npm": "nuxt-smartlook",
|
|
3395
4026
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3411,6 +4042,28 @@
|
|
|
3411
4042
|
"requires": {}
|
|
3412
4043
|
}
|
|
3413
4044
|
},
|
|
4045
|
+
{
|
|
4046
|
+
"name": "nuxt-social-share",
|
|
4047
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
4048
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
4049
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
4050
|
+
"icon": "nuxt-social-share.png",
|
|
4051
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4052
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4053
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
4054
|
+
"category": "Extensions",
|
|
4055
|
+
"type": "3rd-party",
|
|
4056
|
+
"maintainers": [
|
|
4057
|
+
{
|
|
4058
|
+
"name": "stefanobartoletti",
|
|
4059
|
+
"github": "stefanobartoletti"
|
|
4060
|
+
}
|
|
4061
|
+
],
|
|
4062
|
+
"compatibility": {
|
|
4063
|
+
"nuxt": "^3.0.0",
|
|
4064
|
+
"requires": {}
|
|
4065
|
+
}
|
|
4066
|
+
},
|
|
3414
4067
|
{
|
|
3415
4068
|
"name": "ssr-lit",
|
|
3416
4069
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -3441,7 +4094,7 @@
|
|
|
3441
4094
|
},
|
|
3442
4095
|
{
|
|
3443
4096
|
"name": "nuxt-storm",
|
|
3444
|
-
"description": "WebStorm & PHPStorm support for
|
|
4097
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3445
4098
|
"repo": "fumeapp/nuxt-storm",
|
|
3446
4099
|
"npm": "nuxt-storm",
|
|
3447
4100
|
"icon": "nuxt-storm.png",
|
|
@@ -3485,7 +4138,7 @@
|
|
|
3485
4138
|
},
|
|
3486
4139
|
{
|
|
3487
4140
|
"name": "nuxt-unleash",
|
|
3488
|
-
"description": "Nuxt
|
|
4141
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3489
4142
|
"repo": "conejerock/nuxt-unleash",
|
|
3490
4143
|
"npm": "nuxt-unleash",
|
|
3491
4144
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3576,12 +4229,12 @@
|
|
|
3576
4229
|
{
|
|
3577
4230
|
"name": "nuxt-vue3-google-signin",
|
|
3578
4231
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3579
|
-
"repo": "
|
|
4232
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3580
4233
|
"npm": "nuxt-vue3-google-signin",
|
|
3581
4234
|
"icon": "vue3-google-signin.svg",
|
|
3582
|
-
"github": "https://github.com/
|
|
3583
|
-
"website": "https://vue3-google-signin.
|
|
3584
|
-
"learn_more": "https://vue3-google-signin.
|
|
4235
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
4236
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
4237
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3585
4238
|
"category": "Libraries",
|
|
3586
4239
|
"type": "3rd-party",
|
|
3587
4240
|
"maintainers": [
|
|
@@ -3597,7 +4250,7 @@
|
|
|
3597
4250
|
},
|
|
3598
4251
|
{
|
|
3599
4252
|
"name": "nuxt-vuetify",
|
|
3600
|
-
"description": "Add Vuetify 3 to your Nuxt
|
|
4253
|
+
"description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
|
|
3601
4254
|
"repo": "invictus-codes/nuxt-vuetify",
|
|
3602
4255
|
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3603
4256
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
@@ -3617,9 +4270,31 @@
|
|
|
3617
4270
|
"requires": {}
|
|
3618
4271
|
}
|
|
3619
4272
|
},
|
|
4273
|
+
{
|
|
4274
|
+
"name": "nuxt3-leaflet",
|
|
4275
|
+
"description": "Leaflet integration with Nuxt",
|
|
4276
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4277
|
+
"npm": "nuxt3-leaflet",
|
|
4278
|
+
"icon": "leaflet.png",
|
|
4279
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4280
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4281
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4282
|
+
"category": "Libraries",
|
|
4283
|
+
"type": "3rd-party",
|
|
4284
|
+
"maintainers": [
|
|
4285
|
+
{
|
|
4286
|
+
"name": "Augustin MERCIER",
|
|
4287
|
+
"github": "Gugustinette"
|
|
4288
|
+
}
|
|
4289
|
+
],
|
|
4290
|
+
"compatibility": {
|
|
4291
|
+
"nuxt": "^3.0.0",
|
|
4292
|
+
"requires": {}
|
|
4293
|
+
}
|
|
4294
|
+
},
|
|
3620
4295
|
{
|
|
3621
4296
|
"name": "nuxt7",
|
|
3622
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4297
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3623
4298
|
"repo": "nuxt-community/nuxt7",
|
|
3624
4299
|
"npm": "nuxt7",
|
|
3625
4300
|
"icon": "",
|
|
@@ -3642,13 +4317,13 @@
|
|
|
3642
4317
|
},
|
|
3643
4318
|
{
|
|
3644
4319
|
"name": "og-image",
|
|
3645
|
-
"description": "
|
|
4320
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
3646
4321
|
"repo": "harlan-zw/nuxt-og-image",
|
|
3647
4322
|
"npm": "nuxt-og-image",
|
|
3648
|
-
"icon": "",
|
|
4323
|
+
"icon": "og-image.svg",
|
|
3649
4324
|
"github": "https://github.com/harlan-zw/nuxt-og-image",
|
|
3650
|
-
"website": "https://
|
|
3651
|
-
"learn_more": "",
|
|
4325
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4326
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
3652
4327
|
"category": "SEO",
|
|
3653
4328
|
"type": "3rd-party",
|
|
3654
4329
|
"maintainers": [
|
|
@@ -3661,7 +4336,8 @@
|
|
|
3661
4336
|
],
|
|
3662
4337
|
"compatibility": {
|
|
3663
4338
|
"nuxt": "^3.0.0",
|
|
3664
|
-
"requires": {}
|
|
4339
|
+
"requires": {},
|
|
4340
|
+
"devtools": "^0.0.0"
|
|
3665
4341
|
}
|
|
3666
4342
|
},
|
|
3667
4343
|
{
|
|
@@ -3689,7 +4365,7 @@
|
|
|
3689
4365
|
},
|
|
3690
4366
|
{
|
|
3691
4367
|
"name": "optimized-images",
|
|
3692
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4368
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
3693
4369
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
3694
4370
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
3695
4371
|
"icon": "",
|
|
@@ -3734,7 +4410,7 @@
|
|
|
3734
4410
|
},
|
|
3735
4411
|
{
|
|
3736
4412
|
"name": "parse",
|
|
3737
|
-
"description": "Parse package for Nuxt
|
|
4413
|
+
"description": "Parse package for Nuxt",
|
|
3738
4414
|
"repo": "cierrateam/nuxt-parse",
|
|
3739
4415
|
"npm": "nuxt-parse",
|
|
3740
4416
|
"icon": "",
|
|
@@ -3754,6 +4430,29 @@
|
|
|
3754
4430
|
"requires": {}
|
|
3755
4431
|
}
|
|
3756
4432
|
},
|
|
4433
|
+
{
|
|
4434
|
+
"name": "particles",
|
|
4435
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4436
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4437
|
+
"npm": "nuxt-particles",
|
|
4438
|
+
"icon": "",
|
|
4439
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4440
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4441
|
+
"learn_more": "https://particles.js.org/",
|
|
4442
|
+
"category": "Libraries",
|
|
4443
|
+
"type": "3rd-party",
|
|
4444
|
+
"maintainers": [
|
|
4445
|
+
{
|
|
4446
|
+
"name": "Joey Pereira",
|
|
4447
|
+
"github": "Joepocalyptic",
|
|
4448
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4449
|
+
}
|
|
4450
|
+
],
|
|
4451
|
+
"compatibility": {
|
|
4452
|
+
"nuxt": "^3.0.0",
|
|
4453
|
+
"requires": {}
|
|
4454
|
+
}
|
|
4455
|
+
},
|
|
3757
4456
|
{
|
|
3758
4457
|
"name": "partytown",
|
|
3759
4458
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -3900,7 +4599,7 @@
|
|
|
3900
4599
|
},
|
|
3901
4600
|
{
|
|
3902
4601
|
"name": "plausible",
|
|
3903
|
-
"description": "Nuxt
|
|
4602
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3904
4603
|
"repo": "nuxt-modules/plausible",
|
|
3905
4604
|
"npm": "@nuxtjs/plausible",
|
|
3906
4605
|
"icon": "",
|
|
@@ -3942,9 +4641,56 @@
|
|
|
3942
4641
|
"requires": {}
|
|
3943
4642
|
}
|
|
3944
4643
|
},
|
|
4644
|
+
{
|
|
4645
|
+
"name": "prepare",
|
|
4646
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4647
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4648
|
+
"npm": "nuxt-prepare",
|
|
4649
|
+
"icon": "prepare.svg",
|
|
4650
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4651
|
+
"website": "https://nuxt-prepare.jhnn.dev",
|
|
4652
|
+
"learn_more": "",
|
|
4653
|
+
"category": "Devtools",
|
|
4654
|
+
"type": "3rd-party",
|
|
4655
|
+
"maintainers": [
|
|
4656
|
+
{
|
|
4657
|
+
"name": "Johann Schopplich",
|
|
4658
|
+
"github": "johannschopplich",
|
|
4659
|
+
"twitter": "jschopplich",
|
|
4660
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
4661
|
+
}
|
|
4662
|
+
],
|
|
4663
|
+
"compatibility": {
|
|
4664
|
+
"nuxt": "^3.0.0",
|
|
4665
|
+
"requires": {}
|
|
4666
|
+
}
|
|
4667
|
+
},
|
|
4668
|
+
{
|
|
4669
|
+
"name": "primevue",
|
|
4670
|
+
"description": "Next Generation Vue UI Component Library",
|
|
4671
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
4672
|
+
"npm": "nuxt-primevue",
|
|
4673
|
+
"icon": "primevue.svg",
|
|
4674
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
4675
|
+
"website": "https://primevue.org/",
|
|
4676
|
+
"learn_more": "https://primevue.org/",
|
|
4677
|
+
"category": "UI",
|
|
4678
|
+
"type": "3rd-party",
|
|
4679
|
+
"maintainers": [
|
|
4680
|
+
{
|
|
4681
|
+
"name": "primefaces",
|
|
4682
|
+
"github": "primefaces",
|
|
4683
|
+
"twitter": "primevue"
|
|
4684
|
+
}
|
|
4685
|
+
],
|
|
4686
|
+
"compatibility": {
|
|
4687
|
+
"nuxt": "^3.0.0",
|
|
4688
|
+
"requires": {}
|
|
4689
|
+
}
|
|
4690
|
+
},
|
|
3945
4691
|
{
|
|
3946
4692
|
"name": "prismic",
|
|
3947
|
-
"description": "Easily connect your Nuxt
|
|
4693
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
3948
4694
|
"repo": "nuxt-modules/prismic",
|
|
3949
4695
|
"npm": "@nuxtjs/prismic",
|
|
3950
4696
|
"icon": "prismic.png",
|
|
@@ -4011,7 +4757,7 @@
|
|
|
4011
4757
|
},
|
|
4012
4758
|
{
|
|
4013
4759
|
"name": "proxy",
|
|
4014
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
4760
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
4015
4761
|
"repo": "nuxt-community/proxy-module",
|
|
4016
4762
|
"npm": "@nuxtjs/proxy",
|
|
4017
4763
|
"icon": "",
|
|
@@ -4057,7 +4803,7 @@
|
|
|
4057
4803
|
},
|
|
4058
4804
|
{
|
|
4059
4805
|
"name": "purgecss",
|
|
4060
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
4806
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
4061
4807
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
4062
4808
|
"npm": "nuxt-purgecss",
|
|
4063
4809
|
"icon": "purgecss.png",
|
|
@@ -4079,7 +4825,7 @@
|
|
|
4079
4825
|
},
|
|
4080
4826
|
{
|
|
4081
4827
|
"name": "pwa",
|
|
4082
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
4828
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
4083
4829
|
"repo": "nuxt-community/pwa-module",
|
|
4084
4830
|
"npm": "@nuxtjs/pwa",
|
|
4085
4831
|
"icon": "pwa.png",
|
|
@@ -4104,7 +4850,7 @@
|
|
|
4104
4850
|
},
|
|
4105
4851
|
{
|
|
4106
4852
|
"name": "python",
|
|
4107
|
-
"description": "Write Nuxt
|
|
4853
|
+
"description": "Write Nuxt applications using Python",
|
|
4108
4854
|
"repo": "nuxt-community/python-module",
|
|
4109
4855
|
"npm": "@nuxtjs/python",
|
|
4110
4856
|
"icon": "python.png",
|
|
@@ -4141,6 +4887,64 @@
|
|
|
4141
4887
|
"github": "Maiquu"
|
|
4142
4888
|
}
|
|
4143
4889
|
],
|
|
4890
|
+
"compatibility": {
|
|
4891
|
+
"nuxt": "^3.0.0",
|
|
4892
|
+
"requires": {},
|
|
4893
|
+
"devtools": "^0.0.0"
|
|
4894
|
+
}
|
|
4895
|
+
},
|
|
4896
|
+
{
|
|
4897
|
+
"name": "radash",
|
|
4898
|
+
"description": "radash module with auto-import and custom prefix",
|
|
4899
|
+
"repo": "bbg/nuxt-radash",
|
|
4900
|
+
"npm": "nuxt-radash",
|
|
4901
|
+
"icon": "radash.png",
|
|
4902
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
4903
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
4904
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
4905
|
+
"category": "Libraries",
|
|
4906
|
+
"type": "3rd-party",
|
|
4907
|
+
"maintainers": [
|
|
4908
|
+
{
|
|
4909
|
+
"name": "Batuhan Göksu",
|
|
4910
|
+
"github": "bbg"
|
|
4911
|
+
}
|
|
4912
|
+
],
|
|
4913
|
+
"compatibility": {
|
|
4914
|
+
"nuxt": "^3.0.0",
|
|
4915
|
+
"requires": {}
|
|
4916
|
+
}
|
|
4917
|
+
},
|
|
4918
|
+
{
|
|
4919
|
+
"name": "radix-vue",
|
|
4920
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
4921
|
+
"repo": "radix-vue/radix-vue",
|
|
4922
|
+
"npm": "radix-vue",
|
|
4923
|
+
"icon": "radix-vue.svg",
|
|
4924
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
4925
|
+
"website": "https://www.radix-vue.com/",
|
|
4926
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
4927
|
+
"category": "UI",
|
|
4928
|
+
"type": "3rd-party",
|
|
4929
|
+
"maintainers": [
|
|
4930
|
+
{
|
|
4931
|
+
"name": "Zernonia",
|
|
4932
|
+
"github": "zernonia",
|
|
4933
|
+
"twitter": "zernonia"
|
|
4934
|
+
},
|
|
4935
|
+
{
|
|
4936
|
+
"name": "Khairul Haaziq",
|
|
4937
|
+
"github": "khairulhaaziq"
|
|
4938
|
+
},
|
|
4939
|
+
{
|
|
4940
|
+
"name": "Mujahid Anuar",
|
|
4941
|
+
"github": "mujahidfa"
|
|
4942
|
+
},
|
|
4943
|
+
{
|
|
4944
|
+
"name": "Max",
|
|
4945
|
+
"github": "onmax"
|
|
4946
|
+
}
|
|
4947
|
+
],
|
|
4144
4948
|
"compatibility": {
|
|
4145
4949
|
"nuxt": "^3.0.0",
|
|
4146
4950
|
"requires": {}
|
|
@@ -4148,7 +4952,7 @@
|
|
|
4148
4952
|
},
|
|
4149
4953
|
{
|
|
4150
4954
|
"name": "recaptcha",
|
|
4151
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
4955
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4152
4956
|
"repo": "nuxt-community/recaptcha-module",
|
|
4153
4957
|
"npm": "@nuxtjs/recaptcha",
|
|
4154
4958
|
"icon": "recaptcha.png",
|
|
@@ -4193,7 +4997,7 @@
|
|
|
4193
4997
|
},
|
|
4194
4998
|
{
|
|
4195
4999
|
"name": "rfg-icon",
|
|
4196
|
-
"description": "Nuxt
|
|
5000
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4197
5001
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4198
5002
|
"npm": "nuxt-rfg-icon",
|
|
4199
5003
|
"icon": "real-favicon-generator.png",
|
|
@@ -4215,12 +5019,12 @@
|
|
|
4215
5019
|
},
|
|
4216
5020
|
{
|
|
4217
5021
|
"name": "robots",
|
|
4218
|
-
"description": "A Nuxt
|
|
4219
|
-
"repo": "nuxt-
|
|
5022
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
5023
|
+
"repo": "nuxt-modules/robots",
|
|
4220
5024
|
"npm": "@nuxtjs/robots",
|
|
4221
5025
|
"icon": "robots.png",
|
|
4222
|
-
"github": "https://github.com/nuxt-
|
|
4223
|
-
"website": "https://github.com/nuxt-
|
|
5026
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
5027
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
4224
5028
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
4225
5029
|
"category": "SEO",
|
|
4226
5030
|
"type": "community",
|
|
@@ -4239,7 +5043,7 @@
|
|
|
4239
5043
|
},
|
|
4240
5044
|
{
|
|
4241
5045
|
"name": "rollbar",
|
|
4242
|
-
"description": "Add Rollbar.js to your Nuxt
|
|
5046
|
+
"description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
|
|
4243
5047
|
"repo": "gaelreyrol/nuxt-rollbar-module",
|
|
4244
5048
|
"npm": "nuxt-rollbar-module",
|
|
4245
5049
|
"icon": "rollbar.png",
|
|
@@ -4284,7 +5088,7 @@
|
|
|
4284
5088
|
},
|
|
4285
5089
|
{
|
|
4286
5090
|
"name": "router",
|
|
4287
|
-
"description": "Nuxt
|
|
5091
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4288
5092
|
"repo": "nuxt-community/router-module",
|
|
4289
5093
|
"npm": "@nuxtjs/router",
|
|
4290
5094
|
"icon": "vue.png",
|
|
@@ -4332,13 +5136,13 @@
|
|
|
4332
5136
|
},
|
|
4333
5137
|
{
|
|
4334
5138
|
"name": "schema-org",
|
|
4335
|
-
"description": "Schema.org for Nuxt
|
|
4336
|
-
"repo": "
|
|
5139
|
+
"description": "Schema.org for Nuxt.",
|
|
5140
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4337
5141
|
"npm": "nuxt-schema-org",
|
|
4338
5142
|
"icon": "schema-org.svg",
|
|
4339
|
-
"github": "https://github.com/
|
|
4340
|
-
"website": "https://
|
|
4341
|
-
"learn_more": "https://
|
|
5143
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
5144
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
5145
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4342
5146
|
"category": "SEO",
|
|
4343
5147
|
"type": "3rd-party",
|
|
4344
5148
|
"maintainers": [
|
|
@@ -4401,7 +5205,7 @@
|
|
|
4401
5205
|
},
|
|
4402
5206
|
{
|
|
4403
5207
|
"name": "segment",
|
|
4404
|
-
"description": "Nuxt
|
|
5208
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4405
5209
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4406
5210
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4407
5211
|
"icon": "segment.png",
|
|
@@ -4423,10 +5227,10 @@
|
|
|
4423
5227
|
},
|
|
4424
5228
|
{
|
|
4425
5229
|
"name": "sentry",
|
|
4426
|
-
"description": "Sentry module for Nuxt
|
|
5230
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4427
5231
|
"repo": "nuxt-community/sentry-module",
|
|
4428
5232
|
"npm": "@nuxtjs/sentry",
|
|
4429
|
-
"icon": "sentry.
|
|
5233
|
+
"icon": "sentry.svg",
|
|
4430
5234
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4431
5235
|
"website": "https://sentry.nuxtjs.org/",
|
|
4432
5236
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4443,14 +5247,38 @@
|
|
|
4443
5247
|
"requires": {}
|
|
4444
5248
|
}
|
|
4445
5249
|
},
|
|
5250
|
+
{
|
|
5251
|
+
"name": "seo-experiments",
|
|
5252
|
+
"description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
|
|
5253
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5254
|
+
"npm": "nuxt-seo-experiments",
|
|
5255
|
+
"icon": "seo-experiments.svg",
|
|
5256
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5257
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5258
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
5259
|
+
"category": "SEO",
|
|
5260
|
+
"type": "3rd-party",
|
|
5261
|
+
"maintainers": [
|
|
5262
|
+
{
|
|
5263
|
+
"name": "Harlan Wilton",
|
|
5264
|
+
"github": "harlan-zw",
|
|
5265
|
+
"twitter": "harlan_zw",
|
|
5266
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5267
|
+
}
|
|
5268
|
+
],
|
|
5269
|
+
"compatibility": {
|
|
5270
|
+
"nuxt": "^3.0.0",
|
|
5271
|
+
"requires": {}
|
|
5272
|
+
}
|
|
5273
|
+
},
|
|
4446
5274
|
{
|
|
4447
5275
|
"name": "seo-kit",
|
|
4448
|
-
"description": "
|
|
5276
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
4449
5277
|
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4450
5278
|
"npm": "nuxt-seo-kit",
|
|
4451
5279
|
"icon": "seo-kit.svg",
|
|
4452
5280
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4453
|
-
"website": "https://
|
|
5281
|
+
"website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
4454
5282
|
"learn_more": "",
|
|
4455
5283
|
"category": "SEO",
|
|
4456
5284
|
"type": "3rd-party",
|
|
@@ -4490,7 +5318,7 @@
|
|
|
4490
5318
|
},
|
|
4491
5319
|
{
|
|
4492
5320
|
"name": "seomatic-meta",
|
|
4493
|
-
"description": "A Nuxt
|
|
5321
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4494
5322
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4495
5323
|
"npm": "nuxt-seomatic-meta",
|
|
4496
5324
|
"icon": "seomatic.png",
|
|
@@ -4533,6 +5361,29 @@
|
|
|
4533
5361
|
"requires": {}
|
|
4534
5362
|
}
|
|
4535
5363
|
},
|
|
5364
|
+
{
|
|
5365
|
+
"name": "server-block",
|
|
5366
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5367
|
+
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
|
|
5368
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
5369
|
+
"icon": "server-block.svg",
|
|
5370
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
5371
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5372
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5373
|
+
"category": "Extensions",
|
|
5374
|
+
"type": "3rd-party",
|
|
5375
|
+
"maintainers": [
|
|
5376
|
+
{
|
|
5377
|
+
"name": "Hebilicious",
|
|
5378
|
+
"github": "Hebilicious",
|
|
5379
|
+
"twitter": "its_hebilicious"
|
|
5380
|
+
}
|
|
5381
|
+
],
|
|
5382
|
+
"compatibility": {
|
|
5383
|
+
"nuxt": "^3.0.0",
|
|
5384
|
+
"requires": {}
|
|
5385
|
+
}
|
|
5386
|
+
},
|
|
4536
5387
|
{
|
|
4537
5388
|
"name": "session",
|
|
4538
5389
|
"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",
|
|
@@ -4558,7 +5409,7 @@
|
|
|
4558
5409
|
},
|
|
4559
5410
|
{
|
|
4560
5411
|
"name": "shopify",
|
|
4561
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5412
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4562
5413
|
"repo": "Gomah/nuxt-shopify",
|
|
4563
5414
|
"npm": "nuxt-shopify",
|
|
4564
5415
|
"icon": "shopify.png",
|
|
@@ -4579,7 +5430,7 @@
|
|
|
4579
5430
|
}
|
|
4580
5431
|
},
|
|
4581
5432
|
{
|
|
4582
|
-
"name": "
|
|
5433
|
+
"name": "sidebase-auth",
|
|
4583
5434
|
"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.",
|
|
4584
5435
|
"repo": "sidebase/nuxt-auth",
|
|
4585
5436
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -4625,13 +5476,13 @@
|
|
|
4625
5476
|
},
|
|
4626
5477
|
{
|
|
4627
5478
|
"name": "simple-robots",
|
|
4628
|
-
"description": "
|
|
5479
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
4629
5480
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4630
5481
|
"npm": "nuxt-simple-robots",
|
|
4631
|
-
"icon": "",
|
|
5482
|
+
"icon": "simple-robots.svg",
|
|
4632
5483
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4633
|
-
"website": "https://
|
|
4634
|
-
"learn_more": "",
|
|
5484
|
+
"website": "https://nuxtseo.com/robots",
|
|
5485
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
4635
5486
|
"category": "SEO",
|
|
4636
5487
|
"type": "3rd-party",
|
|
4637
5488
|
"maintainers": [
|
|
@@ -4649,13 +5500,13 @@
|
|
|
4649
5500
|
},
|
|
4650
5501
|
{
|
|
4651
5502
|
"name": "simple-sitemap",
|
|
4652
|
-
"description": "
|
|
5503
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
4653
5504
|
"repo": "harlan-zw/nuxt-simple-sitemap",
|
|
4654
5505
|
"npm": "nuxt-simple-sitemap",
|
|
4655
|
-
"icon": "",
|
|
5506
|
+
"icon": "simple-sitemap.svg",
|
|
4656
5507
|
"github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
4657
|
-
"website": "https://
|
|
4658
|
-
"learn_more": "",
|
|
5508
|
+
"website": "https://nuxtseo.com/simple-sitemap",
|
|
5509
|
+
"learn_more": "https://nuxtseo.com/simple-sitemap",
|
|
4659
5510
|
"category": "SEO",
|
|
4660
5511
|
"type": "3rd-party",
|
|
4661
5512
|
"maintainers": [
|
|
@@ -4673,7 +5524,7 @@
|
|
|
4673
5524
|
},
|
|
4674
5525
|
{
|
|
4675
5526
|
"name": "sitemap",
|
|
4676
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt
|
|
5527
|
+
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
|
|
4677
5528
|
"repo": "nuxt-community/sitemap-module#dev",
|
|
4678
5529
|
"npm": "@nuxtjs/sitemap",
|
|
4679
5530
|
"icon": "",
|
|
@@ -4718,7 +5569,7 @@
|
|
|
4718
5569
|
},
|
|
4719
5570
|
{
|
|
4720
5571
|
"name": "snipcart",
|
|
4721
|
-
"description": "Snipcart integration module for Nuxt
|
|
5572
|
+
"description": "Snipcart integration module for Nuxt",
|
|
4722
5573
|
"repo": "nuxt-modules/snipcart",
|
|
4723
5574
|
"npm": "@nuxtjs/snipcart",
|
|
4724
5575
|
"icon": "snipcart.png",
|
|
@@ -4741,7 +5592,7 @@
|
|
|
4741
5592
|
},
|
|
4742
5593
|
{
|
|
4743
5594
|
"name": "social-meta",
|
|
4744
|
-
"description": "Nuxt
|
|
5595
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
4745
5596
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
4746
5597
|
"npm": "nuxt-social-meta",
|
|
4747
5598
|
"icon": "",
|
|
@@ -4863,7 +5714,7 @@
|
|
|
4863
5714
|
},
|
|
4864
5715
|
{
|
|
4865
5716
|
"name": "storage",
|
|
4866
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
5717
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
4867
5718
|
"repo": "mazipan/nuxt-storage",
|
|
4868
5719
|
"npm": "nuxt-storage",
|
|
4869
5720
|
"icon": "",
|
|
@@ -4885,7 +5736,7 @@
|
|
|
4885
5736
|
},
|
|
4886
5737
|
{
|
|
4887
5738
|
"name": "storefront-ui",
|
|
4888
|
-
"description": "Storefront UI Module for Nuxt
|
|
5739
|
+
"description": "Storefront UI Module for Nuxt",
|
|
4889
5740
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
4890
5741
|
"npm": "@storefront-ui/nuxt",
|
|
4891
5742
|
"icon": "storefront-ui.svg",
|
|
@@ -4929,7 +5780,7 @@
|
|
|
4929
5780
|
},
|
|
4930
5781
|
{
|
|
4931
5782
|
"name": "storyblok",
|
|
4932
|
-
"description": "Storyblok Nuxt
|
|
5783
|
+
"description": "Storyblok Nuxt module",
|
|
4933
5784
|
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
4934
5785
|
"npm": "@storyblok/nuxt",
|
|
4935
5786
|
"icon": "storyblok.png",
|
|
@@ -4946,46 +5797,43 @@
|
|
|
4946
5797
|
],
|
|
4947
5798
|
"compatibility": {
|
|
4948
5799
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4949
|
-
"requires": {}
|
|
5800
|
+
"requires": {},
|
|
5801
|
+
"devtools": "^0.0.0"
|
|
4950
5802
|
}
|
|
4951
5803
|
},
|
|
4952
5804
|
{
|
|
4953
5805
|
"name": "storybook",
|
|
4954
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
4955
|
-
"repo": "nuxt-
|
|
5806
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
5807
|
+
"repo": "nuxt-modules/storybook",
|
|
4956
5808
|
"npm": "@nuxtjs/storybook",
|
|
4957
5809
|
"icon": "storybook.png",
|
|
4958
|
-
"github": "https://github.com/nuxt-
|
|
5810
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
4959
5811
|
"website": "https://storybook.nuxtjs.org",
|
|
4960
|
-
"learn_more": "https://
|
|
5812
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
4961
5813
|
"category": "Devtools",
|
|
4962
5814
|
"type": "community",
|
|
4963
5815
|
"maintainers": [
|
|
4964
5816
|
{
|
|
4965
|
-
"name": "
|
|
4966
|
-
"github": "
|
|
4967
|
-
"twitter": "
|
|
4968
|
-
},
|
|
4969
|
-
{
|
|
4970
|
-
"name": "Pooya Parsa",
|
|
4971
|
-
"github": "pi0",
|
|
4972
|
-
"twitter": "_pi0_"
|
|
5817
|
+
"name": "Chakir QATAB",
|
|
5818
|
+
"github": "chakAs3",
|
|
5819
|
+
"twitter": "ChakirQatab"
|
|
4973
5820
|
}
|
|
4974
5821
|
],
|
|
4975
5822
|
"compatibility": {
|
|
4976
|
-
"nuxt": "^2.0.0",
|
|
5823
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4977
5824
|
"requires": {
|
|
4978
5825
|
"bridge": "optional"
|
|
4979
|
-
}
|
|
5826
|
+
},
|
|
5827
|
+
"devtools": "^0.7.2"
|
|
4980
5828
|
}
|
|
4981
5829
|
},
|
|
4982
5830
|
{
|
|
4983
5831
|
"name": "strapi",
|
|
4984
5832
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
4985
|
-
"repo": "nuxt-
|
|
5833
|
+
"repo": "nuxt-modules/strapi",
|
|
4986
5834
|
"npm": "@nuxtjs/strapi",
|
|
4987
5835
|
"icon": "strapi.png",
|
|
4988
|
-
"github": "https://github.com/nuxt-
|
|
5836
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
4989
5837
|
"website": "https://strapi.nuxtjs.org",
|
|
4990
5838
|
"learn_more": "https://strapi.io/",
|
|
4991
5839
|
"category": "CMS",
|
|
@@ -5006,7 +5854,34 @@
|
|
|
5006
5854
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5007
5855
|
"requires": {
|
|
5008
5856
|
"bridge": true
|
|
5857
|
+
},
|
|
5858
|
+
"devtools": "^0.0.0"
|
|
5859
|
+
}
|
|
5860
|
+
},
|
|
5861
|
+
{
|
|
5862
|
+
"name": "stripe-next",
|
|
5863
|
+
"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.",
|
|
5864
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
5865
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
5866
|
+
"icon": "stripe.png",
|
|
5867
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5868
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5869
|
+
"learn_more": "https://stripe.com/docs",
|
|
5870
|
+
"category": "Payment",
|
|
5871
|
+
"type": "3rd-party",
|
|
5872
|
+
"maintainers": [
|
|
5873
|
+
{
|
|
5874
|
+
"name": "Loic Fuentes",
|
|
5875
|
+
"github": "fuentesloic"
|
|
5876
|
+
},
|
|
5877
|
+
{
|
|
5878
|
+
"name": "Florent Giraud",
|
|
5879
|
+
"github": "flozero"
|
|
5009
5880
|
}
|
|
5881
|
+
],
|
|
5882
|
+
"compatibility": {
|
|
5883
|
+
"nuxt": "^3.0.0",
|
|
5884
|
+
"requires": {}
|
|
5010
5885
|
}
|
|
5011
5886
|
},
|
|
5012
5887
|
{
|
|
@@ -5031,6 +5906,36 @@
|
|
|
5031
5906
|
"requires": {}
|
|
5032
5907
|
}
|
|
5033
5908
|
},
|
|
5909
|
+
{
|
|
5910
|
+
"name": "studio",
|
|
5911
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
5912
|
+
"repo": "nuxtlabs/studio-module",
|
|
5913
|
+
"npm": "@nuxthq/studio",
|
|
5914
|
+
"icon": "studio.svg",
|
|
5915
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
5916
|
+
"website": "https://nuxt.studio",
|
|
5917
|
+
"learn_more": "https://nuxt.studio",
|
|
5918
|
+
"category": "CMS",
|
|
5919
|
+
"type": "3rd-party",
|
|
5920
|
+
"maintainers": [
|
|
5921
|
+
{
|
|
5922
|
+
"name": "Ahad Birang",
|
|
5923
|
+
"github": "farnabaz",
|
|
5924
|
+
"twitter": "a_birang"
|
|
5925
|
+
},
|
|
5926
|
+
{
|
|
5927
|
+
"name": "Sébastien Chopin",
|
|
5928
|
+
"github": "Atinux",
|
|
5929
|
+
"twitter": "Atinux"
|
|
5930
|
+
}
|
|
5931
|
+
],
|
|
5932
|
+
"compatibility": {
|
|
5933
|
+
"nuxt": "^3.0.0",
|
|
5934
|
+
"requires": {
|
|
5935
|
+
"content": true
|
|
5936
|
+
}
|
|
5937
|
+
}
|
|
5938
|
+
},
|
|
5034
5939
|
{
|
|
5035
5940
|
"name": "style-resources",
|
|
5036
5941
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -5056,7 +5961,7 @@
|
|
|
5056
5961
|
},
|
|
5057
5962
|
{
|
|
5058
5963
|
"name": "stylelint",
|
|
5059
|
-
"description": "Stylelint module for Nuxt.
|
|
5964
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
5060
5965
|
"repo": "nuxt-community/stylelint-module",
|
|
5061
5966
|
"npm": "@nuxtjs/stylelint-module",
|
|
5062
5967
|
"icon": "stylelint.png",
|
|
@@ -5102,10 +6007,10 @@
|
|
|
5102
6007
|
{
|
|
5103
6008
|
"name": "supabase",
|
|
5104
6009
|
"description": "First class integration with Supabase",
|
|
5105
|
-
"repo": "nuxt-
|
|
6010
|
+
"repo": "nuxt-modules/supabase",
|
|
5106
6011
|
"npm": "@nuxtjs/supabase",
|
|
5107
6012
|
"icon": "supabase.png",
|
|
5108
|
-
"github": "https://github.com/nuxt-
|
|
6013
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
5109
6014
|
"website": "https://supabase.nuxtjs.org",
|
|
5110
6015
|
"learn_more": "https://supabase.com",
|
|
5111
6016
|
"category": "Database",
|
|
@@ -5156,12 +6061,12 @@
|
|
|
5156
6061
|
},
|
|
5157
6062
|
{
|
|
5158
6063
|
"name": "svg-sprite",
|
|
5159
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5160
|
-
"repo": "nuxt-
|
|
6064
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
6065
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5161
6066
|
"npm": "@nuxtjs/svg-sprite",
|
|
5162
6067
|
"icon": "",
|
|
5163
|
-
"github": "https://github.com/nuxt-
|
|
5164
|
-
"website": "https://github.com/nuxt-
|
|
6068
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
6069
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5165
6070
|
"learn_more": "",
|
|
5166
6071
|
"category": "UI",
|
|
5167
6072
|
"type": "community",
|
|
@@ -5173,13 +6078,13 @@
|
|
|
5173
6078
|
}
|
|
5174
6079
|
],
|
|
5175
6080
|
"compatibility": {
|
|
5176
|
-
"nuxt": "^2.0.0",
|
|
6081
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5177
6082
|
"requires": {}
|
|
5178
6083
|
}
|
|
5179
6084
|
},
|
|
5180
6085
|
{
|
|
5181
6086
|
"name": "svg",
|
|
5182
|
-
"description": "Super simple svg loading module for Nuxt
|
|
6087
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5183
6088
|
"repo": "nuxt-community/svg-module",
|
|
5184
6089
|
"npm": "@nuxtjs/svg",
|
|
5185
6090
|
"icon": "",
|
|
@@ -5223,7 +6128,7 @@
|
|
|
5223
6128
|
},
|
|
5224
6129
|
{
|
|
5225
6130
|
"name": "swiper",
|
|
5226
|
-
"description": "Nuxt
|
|
6131
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5227
6132
|
"repo": "cpreston321/nuxt-swiper",
|
|
5228
6133
|
"npm": "nuxt-swiper",
|
|
5229
6134
|
"icon": "swiper.svg",
|
|
@@ -5269,10 +6174,10 @@
|
|
|
5269
6174
|
{
|
|
5270
6175
|
"name": "tailwindcss",
|
|
5271
6176
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5272
|
-
"repo": "nuxt-
|
|
6177
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5273
6178
|
"npm": "@nuxtjs/tailwindcss",
|
|
5274
6179
|
"icon": "tailwindcss.png",
|
|
5275
|
-
"github": "https://github.com/nuxt-
|
|
6180
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5276
6181
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5277
6182
|
"learn_more": "https://tailwindcss.com/",
|
|
5278
6183
|
"category": "UI",
|
|
@@ -5282,11 +6187,16 @@
|
|
|
5282
6187
|
"name": "Sébastien Chopin",
|
|
5283
6188
|
"github": "Atinux",
|
|
5284
6189
|
"twitter": "Atinux"
|
|
6190
|
+
},
|
|
6191
|
+
{
|
|
6192
|
+
"name": "Inesh Bose",
|
|
6193
|
+
"github": "ineshbose"
|
|
5285
6194
|
}
|
|
5286
6195
|
],
|
|
5287
6196
|
"compatibility": {
|
|
5288
6197
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5289
|
-
"requires": {}
|
|
6198
|
+
"requires": {},
|
|
6199
|
+
"devtools": "^0.0.0"
|
|
5290
6200
|
}
|
|
5291
6201
|
},
|
|
5292
6202
|
{
|
|
@@ -5312,9 +6222,31 @@
|
|
|
5312
6222
|
"requires": {}
|
|
5313
6223
|
}
|
|
5314
6224
|
},
|
|
6225
|
+
{
|
|
6226
|
+
"name": "time",
|
|
6227
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
6228
|
+
"repo": "danielroe/nuxt-time",
|
|
6229
|
+
"npm": "nuxt-time",
|
|
6230
|
+
"icon": "",
|
|
6231
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
6232
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
6233
|
+
"learn_more": "",
|
|
6234
|
+
"category": "Extensions",
|
|
6235
|
+
"type": "3rd-party",
|
|
6236
|
+
"maintainers": [
|
|
6237
|
+
{
|
|
6238
|
+
"name": "danielroe",
|
|
6239
|
+
"github": "danielroe"
|
|
6240
|
+
}
|
|
6241
|
+
],
|
|
6242
|
+
"compatibility": {
|
|
6243
|
+
"nuxt": "^3.0.0",
|
|
6244
|
+
"requires": {}
|
|
6245
|
+
}
|
|
6246
|
+
},
|
|
5315
6247
|
{
|
|
5316
6248
|
"name": "toast",
|
|
5317
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6249
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5318
6250
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5319
6251
|
"npm": "@nuxtjs/toast",
|
|
5320
6252
|
"icon": "",
|
|
@@ -5335,6 +6267,39 @@
|
|
|
5335
6267
|
"requires": {}
|
|
5336
6268
|
}
|
|
5337
6269
|
},
|
|
6270
|
+
{
|
|
6271
|
+
"name": "tresjs",
|
|
6272
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
6273
|
+
"repo": "tresjs/nuxt",
|
|
6274
|
+
"npm": "@tresjs/nuxt",
|
|
6275
|
+
"icon": "tresjs.svg",
|
|
6276
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
6277
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
6278
|
+
"learn_more": "https://tresjs.org/",
|
|
6279
|
+
"category": "Libraries",
|
|
6280
|
+
"type": "3rd-party",
|
|
6281
|
+
"maintainers": [
|
|
6282
|
+
{
|
|
6283
|
+
"name": "Alvaro Saburido",
|
|
6284
|
+
"github": "alvarosabu",
|
|
6285
|
+
"twitter": "alvarosabu"
|
|
6286
|
+
},
|
|
6287
|
+
{
|
|
6288
|
+
"name": "Jaime Torrealba",
|
|
6289
|
+
"github": "JaimeTorrealba",
|
|
6290
|
+
"twitter": "jaimebboyjt"
|
|
6291
|
+
},
|
|
6292
|
+
{
|
|
6293
|
+
"name": "Tino Koch",
|
|
6294
|
+
"github": "Tinoooo",
|
|
6295
|
+
"twitter": "ichbintino"
|
|
6296
|
+
}
|
|
6297
|
+
],
|
|
6298
|
+
"compatibility": {
|
|
6299
|
+
"nuxt": "^3.0.0",
|
|
6300
|
+
"requires": {}
|
|
6301
|
+
}
|
|
6302
|
+
},
|
|
5338
6303
|
{
|
|
5339
6304
|
"name": "turnstile",
|
|
5340
6305
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -5362,7 +6327,7 @@
|
|
|
5362
6327
|
},
|
|
5363
6328
|
{
|
|
5364
6329
|
"name": "twa",
|
|
5365
|
-
"description": "Nuxt
|
|
6330
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5366
6331
|
"repo": "tuarrep/nuxt-twa",
|
|
5367
6332
|
"npm": "nuxt-twa",
|
|
5368
6333
|
"icon": "",
|
|
@@ -5384,6 +6349,28 @@
|
|
|
5384
6349
|
}
|
|
5385
6350
|
}
|
|
5386
6351
|
},
|
|
6352
|
+
{
|
|
6353
|
+
"name": "twemoji",
|
|
6354
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
6355
|
+
"repo": "yizack/nuxt-twemoji",
|
|
6356
|
+
"npm": "nuxt-twemoji",
|
|
6357
|
+
"icon": "twemoji.svg",
|
|
6358
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
6359
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
6360
|
+
"learn_more": "",
|
|
6361
|
+
"category": "UI",
|
|
6362
|
+
"type": "3rd-party",
|
|
6363
|
+
"maintainers": [
|
|
6364
|
+
{
|
|
6365
|
+
"name": "Yizack Rangel",
|
|
6366
|
+
"github": "yizack"
|
|
6367
|
+
}
|
|
6368
|
+
],
|
|
6369
|
+
"compatibility": {
|
|
6370
|
+
"nuxt": "^3.0.0",
|
|
6371
|
+
"requires": {}
|
|
6372
|
+
}
|
|
6373
|
+
},
|
|
5387
6374
|
{
|
|
5388
6375
|
"name": "twicpics",
|
|
5389
6376
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5528,6 +6515,39 @@
|
|
|
5528
6515
|
"requires": {}
|
|
5529
6516
|
}
|
|
5530
6517
|
},
|
|
6518
|
+
{
|
|
6519
|
+
"name": "ui",
|
|
6520
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6521
|
+
"repo": "nuxt/ui#dev",
|
|
6522
|
+
"npm": "@nuxt/ui",
|
|
6523
|
+
"icon": "nuxt.svg",
|
|
6524
|
+
"github": "https://github.com/nuxt/ui",
|
|
6525
|
+
"website": "https://ui.nuxt.com",
|
|
6526
|
+
"learn_more": "",
|
|
6527
|
+
"category": "UI",
|
|
6528
|
+
"type": "official",
|
|
6529
|
+
"maintainers": [
|
|
6530
|
+
{
|
|
6531
|
+
"name": "Benjamin Canac",
|
|
6532
|
+
"github": "benjamincanac",
|
|
6533
|
+
"twitter": "benjamincanac"
|
|
6534
|
+
},
|
|
6535
|
+
{
|
|
6536
|
+
"name": "Sebastien Chopin",
|
|
6537
|
+
"github": "Atinux",
|
|
6538
|
+
"twitter": "Atinux"
|
|
6539
|
+
},
|
|
6540
|
+
{
|
|
6541
|
+
"name": "Sylvain Marroufin",
|
|
6542
|
+
"github": "smarroufin",
|
|
6543
|
+
"twitter": "smarroufin"
|
|
6544
|
+
}
|
|
6545
|
+
],
|
|
6546
|
+
"compatibility": {
|
|
6547
|
+
"nuxt": "^3.0.0",
|
|
6548
|
+
"requires": {}
|
|
6549
|
+
}
|
|
6550
|
+
},
|
|
5531
6551
|
{
|
|
5532
6552
|
"name": "umami",
|
|
5533
6553
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -5576,7 +6596,7 @@
|
|
|
5576
6596
|
},
|
|
5577
6597
|
{
|
|
5578
6598
|
"name": "universal-storage",
|
|
5579
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6599
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
5580
6600
|
"repo": "nuxt-community/universal-storage-module",
|
|
5581
6601
|
"npm": "@nuxtjs/universal-storage",
|
|
5582
6602
|
"icon": "",
|
|
@@ -5653,12 +6673,12 @@
|
|
|
5653
6673
|
{
|
|
5654
6674
|
"name": "unocss",
|
|
5655
6675
|
"description": "The instant on-demand atomic CSS engine.",
|
|
5656
|
-
"repo": "
|
|
6676
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
5657
6677
|
"npm": "@unocss/nuxt",
|
|
5658
6678
|
"icon": "unocss.svg",
|
|
5659
|
-
"github": "https://github.com/
|
|
5660
|
-
"website": "https://github.com/
|
|
5661
|
-
"learn_more": "https://github.com/
|
|
6679
|
+
"github": "https://github.com/unocss/unocss",
|
|
6680
|
+
"website": "https://github.com/unocss/unocss",
|
|
6681
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
5662
6682
|
"category": "UI",
|
|
5663
6683
|
"type": "3rd-party",
|
|
5664
6684
|
"maintainers": [
|
|
@@ -5673,7 +6693,8 @@
|
|
|
5673
6693
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5674
6694
|
"requires": {
|
|
5675
6695
|
"bridge": "optional"
|
|
5676
|
-
}
|
|
6696
|
+
},
|
|
6697
|
+
"devtools": "^0.0.0"
|
|
5677
6698
|
}
|
|
5678
6699
|
},
|
|
5679
6700
|
{
|
|
@@ -5699,9 +6720,33 @@
|
|
|
5699
6720
|
"requires": {}
|
|
5700
6721
|
}
|
|
5701
6722
|
},
|
|
6723
|
+
{
|
|
6724
|
+
"name": "use-wagmi",
|
|
6725
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
6726
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
6727
|
+
"npm": "@use-wagmi/nuxt",
|
|
6728
|
+
"icon": "use-wagmi.png",
|
|
6729
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
6730
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
6731
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
6732
|
+
"category": "Extensions",
|
|
6733
|
+
"type": "3rd-party",
|
|
6734
|
+
"maintainers": [
|
|
6735
|
+
{
|
|
6736
|
+
"name": "Unic Ape",
|
|
6737
|
+
"github": "unicape"
|
|
6738
|
+
}
|
|
6739
|
+
],
|
|
6740
|
+
"compatibility": {
|
|
6741
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6742
|
+
"requires": {
|
|
6743
|
+
"bridge": true
|
|
6744
|
+
}
|
|
6745
|
+
}
|
|
6746
|
+
},
|
|
5702
6747
|
{
|
|
5703
6748
|
"name": "user-agent",
|
|
5704
|
-
"description": "Nuxt
|
|
6749
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
5705
6750
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
5706
6751
|
"npm": "nuxt-user-agent",
|
|
5707
6752
|
"icon": "",
|
|
@@ -5791,9 +6836,31 @@
|
|
|
5791
6836
|
}
|
|
5792
6837
|
}
|
|
5793
6838
|
},
|
|
6839
|
+
{
|
|
6840
|
+
"name": "vcalendar",
|
|
6841
|
+
"description": "VCalendar module for Nuxt",
|
|
6842
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
6843
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
6844
|
+
"icon": "vcalendar.png",
|
|
6845
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
6846
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
6847
|
+
"learn_more": "",
|
|
6848
|
+
"category": "Libraries",
|
|
6849
|
+
"type": "3rd-party",
|
|
6850
|
+
"maintainers": [
|
|
6851
|
+
{
|
|
6852
|
+
"name": "Sam K",
|
|
6853
|
+
"github": "samk-dev"
|
|
6854
|
+
}
|
|
6855
|
+
],
|
|
6856
|
+
"compatibility": {
|
|
6857
|
+
"nuxt": "^3.0.0",
|
|
6858
|
+
"requires": {}
|
|
6859
|
+
}
|
|
6860
|
+
},
|
|
5794
6861
|
{
|
|
5795
6862
|
"name": "vee-validate",
|
|
5796
|
-
"description": "Painless Vue forms for Nuxt
|
|
6863
|
+
"description": "Painless Vue forms for Nuxt",
|
|
5797
6864
|
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
5798
6865
|
"npm": "@vee-validate/nuxt",
|
|
5799
6866
|
"icon": "vee-validate.png",
|
|
@@ -5836,6 +6903,28 @@
|
|
|
5836
6903
|
"requires": {}
|
|
5837
6904
|
}
|
|
5838
6905
|
},
|
|
6906
|
+
{
|
|
6907
|
+
"name": "vercel-analytics",
|
|
6908
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
6909
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
6910
|
+
"npm": "nuxt-vercel-analytics",
|
|
6911
|
+
"icon": "",
|
|
6912
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6913
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6914
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
6915
|
+
"category": "Analytics",
|
|
6916
|
+
"type": "3rd-party",
|
|
6917
|
+
"maintainers": [
|
|
6918
|
+
{
|
|
6919
|
+
"name": "Alexander B.",
|
|
6920
|
+
"github": "xanderbarkhatov"
|
|
6921
|
+
}
|
|
6922
|
+
],
|
|
6923
|
+
"compatibility": {
|
|
6924
|
+
"nuxt": "^3.0.0",
|
|
6925
|
+
"requires": {}
|
|
6926
|
+
}
|
|
6927
|
+
},
|
|
5839
6928
|
{
|
|
5840
6929
|
"name": "vexip-ui",
|
|
5841
6930
|
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
@@ -5861,7 +6950,7 @@
|
|
|
5861
6950
|
},
|
|
5862
6951
|
{
|
|
5863
6952
|
"name": "vite-pwa-nuxt",
|
|
5864
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
6953
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
5865
6954
|
"repo": "vite-pwa/nuxt",
|
|
5866
6955
|
"npm": "@vite-pwa/nuxt",
|
|
5867
6956
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -5890,13 +6979,13 @@
|
|
|
5890
6979
|
{
|
|
5891
6980
|
"name": "vitest",
|
|
5892
6981
|
"description": "Vitest integration with Nuxt",
|
|
5893
|
-
"repo": "danielroe/nuxt-vitest
|
|
6982
|
+
"repo": "danielroe/nuxt-vitest",
|
|
5894
6983
|
"npm": "nuxt-vitest",
|
|
5895
6984
|
"icon": "vitest.svg",
|
|
5896
6985
|
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
5897
6986
|
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
5898
6987
|
"learn_more": "",
|
|
5899
|
-
"category": "
|
|
6988
|
+
"category": "Devtools",
|
|
5900
6989
|
"type": "3rd-party",
|
|
5901
6990
|
"maintainers": [
|
|
5902
6991
|
{
|
|
@@ -5908,6 +6997,61 @@
|
|
|
5908
6997
|
"github": "antfu"
|
|
5909
6998
|
}
|
|
5910
6999
|
],
|
|
7000
|
+
"compatibility": {
|
|
7001
|
+
"nuxt": "^3.0.0",
|
|
7002
|
+
"requires": {},
|
|
7003
|
+
"devtools": "^0.0.0"
|
|
7004
|
+
}
|
|
7005
|
+
},
|
|
7006
|
+
{
|
|
7007
|
+
"name": "vue-email",
|
|
7008
|
+
"description": "💌 Write email templates with vue",
|
|
7009
|
+
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
7010
|
+
"npm": "vue-email",
|
|
7011
|
+
"icon": "vue-email.svg",
|
|
7012
|
+
"github": "https://github.com/Dave136/vue-email",
|
|
7013
|
+
"website": "https://www.vuemail.net/",
|
|
7014
|
+
"learn_more": "https://vue-email.vercel.app/getting-started",
|
|
7015
|
+
"category": "UI",
|
|
7016
|
+
"type": "3rd-party",
|
|
7017
|
+
"maintainers": [
|
|
7018
|
+
{
|
|
7019
|
+
"name": "David Arenas",
|
|
7020
|
+
"github": "Dave136",
|
|
7021
|
+
"twitter": "davejs4",
|
|
7022
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
7023
|
+
},
|
|
7024
|
+
{
|
|
7025
|
+
"name": "Younes Barrad",
|
|
7026
|
+
"github": "Flowko",
|
|
7027
|
+
"twitter": "imflowko",
|
|
7028
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
7029
|
+
}
|
|
7030
|
+
],
|
|
7031
|
+
"compatibility": {
|
|
7032
|
+
"nuxt": "^3.0.0",
|
|
7033
|
+
"requires": {},
|
|
7034
|
+
"devtools": "^0.0.0"
|
|
7035
|
+
}
|
|
7036
|
+
},
|
|
7037
|
+
{
|
|
7038
|
+
"name": "vue-final-modal",
|
|
7039
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7040
|
+
"repo": "vue-final/vue-final-modal",
|
|
7041
|
+
"npm": "@vue-final-modal/nuxt",
|
|
7042
|
+
"icon": "vue-final-modal.svg",
|
|
7043
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
7044
|
+
"website": "https://vue-final-modal.org/",
|
|
7045
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
7046
|
+
"category": "UI",
|
|
7047
|
+
"type": "3rd-party",
|
|
7048
|
+
"maintainers": [
|
|
7049
|
+
{
|
|
7050
|
+
"name": "Hunter Liu",
|
|
7051
|
+
"github": "hunterliu1003",
|
|
7052
|
+
"twitter": "hunterliu1003"
|
|
7053
|
+
}
|
|
7054
|
+
],
|
|
5911
7055
|
"compatibility": {
|
|
5912
7056
|
"nuxt": "^3.0.0",
|
|
5913
7057
|
"requires": {}
|
|
@@ -5915,13 +7059,13 @@
|
|
|
5915
7059
|
},
|
|
5916
7060
|
{
|
|
5917
7061
|
"name": "vue-macros",
|
|
5918
|
-
"description": "Explore
|
|
5919
|
-
"repo": "sxzz/
|
|
7062
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
7063
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5920
7064
|
"npm": "@vue-macros/nuxt",
|
|
5921
7065
|
"icon": "vue-macros.svg",
|
|
5922
|
-
"github": "https://github.com/sxzz/
|
|
7066
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5923
7067
|
"website": "https://vue-macros.sxzz.moe",
|
|
5924
|
-
"learn_more": "https://github.com/sxzz/
|
|
7068
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5925
7069
|
"category": "Extensions",
|
|
5926
7070
|
"type": "3rd-party",
|
|
5927
7071
|
"maintainers": [
|
|
@@ -5935,7 +7079,8 @@
|
|
|
5935
7079
|
"nuxt": "^3.0.0",
|
|
5936
7080
|
"requires": {
|
|
5937
7081
|
"bridge": "optional"
|
|
5938
|
-
}
|
|
7082
|
+
},
|
|
7083
|
+
"devtools": "^0.0.0"
|
|
5939
7084
|
}
|
|
5940
7085
|
},
|
|
5941
7086
|
{
|
|
@@ -5962,7 +7107,7 @@
|
|
|
5962
7107
|
},
|
|
5963
7108
|
{
|
|
5964
7109
|
"name": "vue-multiselect",
|
|
5965
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
7110
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
5966
7111
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
5967
7112
|
"npm": "nuxt-vue-multiselect",
|
|
5968
7113
|
"icon": "",
|
|
@@ -6004,6 +7149,29 @@
|
|
|
6004
7149
|
"requires": {}
|
|
6005
7150
|
}
|
|
6006
7151
|
},
|
|
7152
|
+
{
|
|
7153
|
+
"name": "vue-query",
|
|
7154
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
7155
|
+
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
|
|
7156
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
7157
|
+
"icon": "vue-query.svg",
|
|
7158
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
7159
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
7160
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
7161
|
+
"category": "Request",
|
|
7162
|
+
"type": "3rd-party",
|
|
7163
|
+
"maintainers": [
|
|
7164
|
+
{
|
|
7165
|
+
"name": "Hebilicious",
|
|
7166
|
+
"github": "Hebilicious",
|
|
7167
|
+
"twitter": "its_hebilicious"
|
|
7168
|
+
}
|
|
7169
|
+
],
|
|
7170
|
+
"compatibility": {
|
|
7171
|
+
"nuxt": "^3.0.0",
|
|
7172
|
+
"requires": {}
|
|
7173
|
+
}
|
|
7174
|
+
},
|
|
6007
7175
|
{
|
|
6008
7176
|
"name": "vue-select",
|
|
6009
7177
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -6053,7 +7221,7 @@
|
|
|
6053
7221
|
},
|
|
6054
7222
|
{
|
|
6055
7223
|
"name": "vue-warehouse",
|
|
6056
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7224
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
6057
7225
|
"repo": "juliomrqz/vue-warehouse",
|
|
6058
7226
|
"npm": "vue-warehouse",
|
|
6059
7227
|
"icon": "",
|
|
@@ -6074,6 +7242,29 @@
|
|
|
6074
7242
|
"requires": {}
|
|
6075
7243
|
}
|
|
6076
7244
|
},
|
|
7245
|
+
{
|
|
7246
|
+
"name": "vue3-carousel-nuxt",
|
|
7247
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
7248
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
7249
|
+
"npm": "vue3-carousel-nuxt",
|
|
7250
|
+
"icon": "",
|
|
7251
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7252
|
+
"website": "",
|
|
7253
|
+
"learn_more": "",
|
|
7254
|
+
"category": "UI",
|
|
7255
|
+
"type": "3rd-party",
|
|
7256
|
+
"maintainers": [
|
|
7257
|
+
{
|
|
7258
|
+
"name": "Gaetan SENN",
|
|
7259
|
+
"github": "gaetansenn",
|
|
7260
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
7261
|
+
}
|
|
7262
|
+
],
|
|
7263
|
+
"compatibility": {
|
|
7264
|
+
"nuxt": "^3.0.0",
|
|
7265
|
+
"requires": {}
|
|
7266
|
+
}
|
|
7267
|
+
},
|
|
6077
7268
|
{
|
|
6078
7269
|
"name": "vuefire",
|
|
6079
7270
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
@@ -6096,9 +7287,55 @@
|
|
|
6096
7287
|
"requires": {}
|
|
6097
7288
|
}
|
|
6098
7289
|
},
|
|
7290
|
+
{
|
|
7291
|
+
"name": "vueform-builder",
|
|
7292
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7293
|
+
"repo": "vueform/builder-nuxt",
|
|
7294
|
+
"npm": "@vueform/builder-nuxt",
|
|
7295
|
+
"icon": "vueform.svg",
|
|
7296
|
+
"github": "https://github.com/vueform/builder",
|
|
7297
|
+
"website": "https://builder.vueform.com",
|
|
7298
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7299
|
+
"category": "Libraries",
|
|
7300
|
+
"type": "3rd-party",
|
|
7301
|
+
"maintainers": [
|
|
7302
|
+
{
|
|
7303
|
+
"name": "Adam Berecz",
|
|
7304
|
+
"github": "adamberecz",
|
|
7305
|
+
"twitter": "bereczadam"
|
|
7306
|
+
}
|
|
7307
|
+
],
|
|
7308
|
+
"compatibility": {
|
|
7309
|
+
"nuxt": "^3.0.0",
|
|
7310
|
+
"requires": {}
|
|
7311
|
+
}
|
|
7312
|
+
},
|
|
7313
|
+
{
|
|
7314
|
+
"name": "vueform",
|
|
7315
|
+
"description": "Official Vueform module for Nuxt",
|
|
7316
|
+
"repo": "vueform/nuxt",
|
|
7317
|
+
"npm": "@vueform/nuxt",
|
|
7318
|
+
"icon": "vueform.svg",
|
|
7319
|
+
"github": "https://github.com/vueform/vueform",
|
|
7320
|
+
"website": "https://vueform.com",
|
|
7321
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7322
|
+
"category": "Libraries",
|
|
7323
|
+
"type": "3rd-party",
|
|
7324
|
+
"maintainers": [
|
|
7325
|
+
{
|
|
7326
|
+
"name": "Adam Berecz",
|
|
7327
|
+
"github": "adamberecz",
|
|
7328
|
+
"twitter": "bereczadam"
|
|
7329
|
+
}
|
|
7330
|
+
],
|
|
7331
|
+
"compatibility": {
|
|
7332
|
+
"nuxt": "^3.0.0",
|
|
7333
|
+
"requires": {}
|
|
7334
|
+
}
|
|
7335
|
+
},
|
|
6099
7336
|
{
|
|
6100
7337
|
"name": "vuestic",
|
|
6101
|
-
"description": "Vuestic UI module for Nuxt
|
|
7338
|
+
"description": "Vuestic UI module for Nuxt",
|
|
6102
7339
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
6103
7340
|
"npm": "@vuestic/nuxt",
|
|
6104
7341
|
"icon": "vuestic.png",
|
|
@@ -6118,9 +7355,31 @@
|
|
|
6118
7355
|
"requires": {}
|
|
6119
7356
|
}
|
|
6120
7357
|
},
|
|
7358
|
+
{
|
|
7359
|
+
"name": "vuetify-nuxt-module",
|
|
7360
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
7361
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
7362
|
+
"npm": "vuetify-nuxt-module",
|
|
7363
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
7364
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7365
|
+
"website": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7366
|
+
"learn_more": "https://vuetify-nuxt-module.netlify.app/",
|
|
7367
|
+
"category": "UI",
|
|
7368
|
+
"type": "3rd-party",
|
|
7369
|
+
"maintainers": [
|
|
7370
|
+
{
|
|
7371
|
+
"name": "Joaquín Sánchez",
|
|
7372
|
+
"github": "userquin"
|
|
7373
|
+
}
|
|
7374
|
+
],
|
|
7375
|
+
"compatibility": {
|
|
7376
|
+
"nuxt": "^3.0.0",
|
|
7377
|
+
"requires": {}
|
|
7378
|
+
}
|
|
7379
|
+
},
|
|
6121
7380
|
{
|
|
6122
7381
|
"name": "vuetify",
|
|
6123
|
-
"description": "Vuetify Module for Nuxt
|
|
7382
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
6124
7383
|
"repo": "nuxt-community/vuetify-module",
|
|
6125
7384
|
"npm": "@nuxtjs/vuetify",
|
|
6126
7385
|
"icon": "vuetify.png",
|
|
@@ -6167,7 +7426,8 @@
|
|
|
6167
7426
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6168
7427
|
"requires": {
|
|
6169
7428
|
"bridge": "optional"
|
|
6170
|
-
}
|
|
7429
|
+
},
|
|
7430
|
+
"devtools": "^0.0.0"
|
|
6171
7431
|
}
|
|
6172
7432
|
},
|
|
6173
7433
|
{
|
|
@@ -6194,7 +7454,7 @@
|
|
|
6194
7454
|
},
|
|
6195
7455
|
{
|
|
6196
7456
|
"name": "vunix",
|
|
6197
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
7457
|
+
"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.",
|
|
6198
7458
|
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6199
7459
|
"npm": "@vunix/nuxt",
|
|
6200
7460
|
"icon": "",
|
|
@@ -6218,11 +7478,11 @@
|
|
|
6218
7478
|
{
|
|
6219
7479
|
"name": "web-vitals",
|
|
6220
7480
|
"description": "Web Vitals for Nuxt",
|
|
6221
|
-
"repo": "nuxt-
|
|
7481
|
+
"repo": "nuxt-modules/web-vitals",
|
|
6222
7482
|
"npm": "@nuxtjs/web-vitals",
|
|
6223
7483
|
"icon": "web-vitals.png",
|
|
6224
|
-
"github": "https://github.com/nuxt-
|
|
6225
|
-
"website": "https://github.com/nuxt-
|
|
7484
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7485
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
6226
7486
|
"learn_more": "",
|
|
6227
7487
|
"category": "Performance",
|
|
6228
7488
|
"type": "community",
|
|
@@ -6273,7 +7533,7 @@
|
|
|
6273
7533
|
},
|
|
6274
7534
|
{
|
|
6275
7535
|
"name": "webpack-optimisations",
|
|
6276
|
-
"description": "Nuxt
|
|
7536
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
6277
7537
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
6278
7538
|
"npm": "nuxt-webpack-optimisations",
|
|
6279
7539
|
"icon": "build-optimisations.svg",
|
|
@@ -6365,7 +7625,7 @@
|
|
|
6365
7625
|
},
|
|
6366
7626
|
{
|
|
6367
7627
|
"name": "well-known",
|
|
6368
|
-
"description": "A Nuxt
|
|
7628
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
6369
7629
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6370
7630
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6371
7631
|
"icon": "well-known.svg",
|
|
@@ -6385,6 +7645,32 @@
|
|
|
6385
7645
|
"requires": {}
|
|
6386
7646
|
}
|
|
6387
7647
|
},
|
|
7648
|
+
{
|
|
7649
|
+
"name": "wideangle",
|
|
7650
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
7651
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
7652
|
+
"npm": "wideangle-nuxt",
|
|
7653
|
+
"icon": "wideangle.png",
|
|
7654
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
7655
|
+
"website": "https://wideangle.co",
|
|
7656
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
7657
|
+
"category": "Analytics",
|
|
7658
|
+
"type": "3rd-party",
|
|
7659
|
+
"maintainers": [
|
|
7660
|
+
{
|
|
7661
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
7662
|
+
"github": "inputobjects"
|
|
7663
|
+
},
|
|
7664
|
+
{
|
|
7665
|
+
"name": "Jarek Rozanski",
|
|
7666
|
+
"github": "jrozanski"
|
|
7667
|
+
}
|
|
7668
|
+
],
|
|
7669
|
+
"compatibility": {
|
|
7670
|
+
"nuxt": "^3.0.0",
|
|
7671
|
+
"requires": {}
|
|
7672
|
+
}
|
|
7673
|
+
},
|
|
6388
7674
|
{
|
|
6389
7675
|
"name": "windicss",
|
|
6390
7676
|
"description": "Next generation utility-first CSS framework.",
|
|
@@ -6528,55 +7814,9 @@
|
|
|
6528
7814
|
"requires": {}
|
|
6529
7815
|
}
|
|
6530
7816
|
},
|
|
6531
|
-
{
|
|
6532
|
-
"name": "yandex-metrika-next",
|
|
6533
|
-
"description": "Yandex Metrika integration for Nuxt",
|
|
6534
|
-
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6535
|
-
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6536
|
-
"icon": "yandex-metrika.svg",
|
|
6537
|
-
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6538
|
-
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6539
|
-
"learn_more": "",
|
|
6540
|
-
"category": "Analytics",
|
|
6541
|
-
"type": "3rd-party",
|
|
6542
|
-
"maintainers": [
|
|
6543
|
-
{
|
|
6544
|
-
"name": "Aleksandr Saburov",
|
|
6545
|
-
"github": "artmizu",
|
|
6546
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6547
|
-
}
|
|
6548
|
-
],
|
|
6549
|
-
"compatibility": {
|
|
6550
|
-
"nuxt": "^3.0.0",
|
|
6551
|
-
"requires": {}
|
|
6552
|
-
}
|
|
6553
|
-
},
|
|
6554
|
-
{
|
|
6555
|
-
"name": "yandex-metrika",
|
|
6556
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
6557
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
6558
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
6559
|
-
"icon": "",
|
|
6560
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6561
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6562
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
6563
|
-
"category": "Analytics",
|
|
6564
|
-
"type": "community",
|
|
6565
|
-
"maintainers": [
|
|
6566
|
-
{
|
|
6567
|
-
"name": "Pooya Parsa",
|
|
6568
|
-
"github": "pi0",
|
|
6569
|
-
"twitter": "_pi0_"
|
|
6570
|
-
}
|
|
6571
|
-
],
|
|
6572
|
-
"compatibility": {
|
|
6573
|
-
"nuxt": "^2.0.0",
|
|
6574
|
-
"requires": {}
|
|
6575
|
-
}
|
|
6576
|
-
},
|
|
6577
7817
|
{
|
|
6578
7818
|
"name": "zendesk",
|
|
6579
|
-
"description": "Nuxt
|
|
7819
|
+
"description": "Nuxt module for Zendesk",
|
|
6580
7820
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
6581
7821
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
6582
7822
|
"icon": "zendesk.png",
|