@nuxt/modules 0.6.0-67ea79 → 0.6.0-6cbdd3
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 +1794 -353
- package/package.json +11 -9
package/modules.json
CHANGED
|
@@ -1,7 +1,29 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"name": "Nuxt zodI18n",
|
|
4
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
5
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
6
|
+
"npm": "nuxt-zod-i18n",
|
|
7
|
+
"icon": "",
|
|
8
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
9
|
+
"website": "https://github.com/xibman/nuxt-zod-i18n",
|
|
10
|
+
"learn_more": "",
|
|
11
|
+
"category": "Devtools",
|
|
12
|
+
"type": "3rd-party",
|
|
13
|
+
"maintainers": [
|
|
14
|
+
{
|
|
15
|
+
"name": "xibman",
|
|
16
|
+
"github": "xibman"
|
|
17
|
+
}
|
|
18
|
+
],
|
|
19
|
+
"compatibility": {
|
|
20
|
+
"nuxt": "^2.0.0",
|
|
21
|
+
"requires": {}
|
|
22
|
+
}
|
|
23
|
+
},
|
|
2
24
|
{
|
|
3
25
|
"name": "ackee",
|
|
4
|
-
"description": "Nuxt
|
|
26
|
+
"description": "Nuxt module for Ackee analytics",
|
|
5
27
|
"repo": "bdrtsky/nuxt-ackee",
|
|
6
28
|
"npm": "nuxt-ackee",
|
|
7
29
|
"icon": "ackee.png",
|
|
@@ -28,7 +50,7 @@
|
|
|
28
50
|
},
|
|
29
51
|
{
|
|
30
52
|
"name": "agility-cms",
|
|
31
|
-
"description": "Agility CMS Integration for Nuxt
|
|
53
|
+
"description": "Agility CMS Integration for Nuxt",
|
|
32
54
|
"repo": "agility/agilitycms-nuxt-module",
|
|
33
55
|
"npm": "@agility/agilitycms-nuxt-module",
|
|
34
56
|
"icon": "agility.png",
|
|
@@ -51,7 +73,7 @@
|
|
|
51
73
|
},
|
|
52
74
|
{
|
|
53
75
|
"name": "algolia",
|
|
54
|
-
"description": "Algolia Search Module for Nuxt
|
|
76
|
+
"description": "Algolia Search Module for Nuxt",
|
|
55
77
|
"repo": "nuxt-modules/algolia",
|
|
56
78
|
"npm": "@nuxtjs/algolia",
|
|
57
79
|
"icon": "algolia.svg",
|
|
@@ -146,9 +168,55 @@
|
|
|
146
168
|
"requires": {}
|
|
147
169
|
}
|
|
148
170
|
},
|
|
171
|
+
{
|
|
172
|
+
"name": "ant-design-vue",
|
|
173
|
+
"description": "A Vue 3 based component library for designers and developers",
|
|
174
|
+
"repo": "vueComponent/ant-design-vue-nuxt",
|
|
175
|
+
"npm": "@ant-design-vue/nuxt",
|
|
176
|
+
"icon": "ant-design-vue.svg",
|
|
177
|
+
"github": "https://github.com/vueComponent/ant-design-vue-nuxt",
|
|
178
|
+
"website": "https://antdv.com",
|
|
179
|
+
"learn_more": "https://github.com/vueComponent/ant-design-vue-nuxt",
|
|
180
|
+
"category": "UI",
|
|
181
|
+
"type": "3rd-party",
|
|
182
|
+
"maintainers": [
|
|
183
|
+
{
|
|
184
|
+
"name": "tangjinzhou",
|
|
185
|
+
"github": "tangjinzhou"
|
|
186
|
+
}
|
|
187
|
+
],
|
|
188
|
+
"compatibility": {
|
|
189
|
+
"nuxt": "^3.0.0",
|
|
190
|
+
"requires": {
|
|
191
|
+
"bridge": "optional"
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"name": "aos",
|
|
197
|
+
"description": "A Nuxt module that adds Animate On Scroll",
|
|
198
|
+
"repo": "egidiusmengelberg/nuxt-aos",
|
|
199
|
+
"npm": "nuxt-aos",
|
|
200
|
+
"icon": "aos.png",
|
|
201
|
+
"github": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
202
|
+
"website": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
203
|
+
"learn_more": "",
|
|
204
|
+
"category": "Devtools",
|
|
205
|
+
"type": "3rd-party",
|
|
206
|
+
"maintainers": [
|
|
207
|
+
{
|
|
208
|
+
"name": "egidiusmengelberg",
|
|
209
|
+
"github": "egidiusmengelberg"
|
|
210
|
+
}
|
|
211
|
+
],
|
|
212
|
+
"compatibility": {
|
|
213
|
+
"nuxt": "^3.0.0",
|
|
214
|
+
"requires": {}
|
|
215
|
+
}
|
|
216
|
+
},
|
|
149
217
|
{
|
|
150
218
|
"name": "api-party",
|
|
151
|
-
"description": "Nuxt
|
|
219
|
+
"description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
|
|
152
220
|
"repo": "johannschopplich/nuxt-api-party",
|
|
153
221
|
"npm": "nuxt-api-party",
|
|
154
222
|
"icon": "api-party.svg",
|
|
@@ -196,7 +264,7 @@
|
|
|
196
264
|
},
|
|
197
265
|
{
|
|
198
266
|
"name": "apollo",
|
|
199
|
-
"description": "Integrate GraphQL in your Nuxt
|
|
267
|
+
"description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
|
|
200
268
|
"repo": "nuxt-modules/apollo",
|
|
201
269
|
"npm": "@nuxtjs/apollo",
|
|
202
270
|
"icon": "apollo.png",
|
|
@@ -220,7 +288,7 @@
|
|
|
220
288
|
},
|
|
221
289
|
{
|
|
222
290
|
"name": "applicationinsights",
|
|
223
|
-
"description": "AppInsights module for Nuxt
|
|
291
|
+
"description": "AppInsights module for Nuxt",
|
|
224
292
|
"repo": "nuxt-community/applicationinsights-module",
|
|
225
293
|
"npm": "@nuxtjs/applicationinsights",
|
|
226
294
|
"icon": "application-insights.png",
|
|
@@ -262,9 +330,76 @@
|
|
|
262
330
|
"requires": {}
|
|
263
331
|
}
|
|
264
332
|
},
|
|
333
|
+
{
|
|
334
|
+
"name": "arco-design-nuxt-module",
|
|
335
|
+
"description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
|
|
336
|
+
"repo": "wiidede/arco-design-nuxt-module",
|
|
337
|
+
"npm": "arco-design-nuxt-module",
|
|
338
|
+
"icon": "arco-design.svg",
|
|
339
|
+
"github": "https://github.com/wiidede/arco-design-nuxt-module",
|
|
340
|
+
"website": "https://arco.design/vue",
|
|
341
|
+
"learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
|
|
342
|
+
"category": "UI",
|
|
343
|
+
"type": "3rd-party",
|
|
344
|
+
"maintainers": [
|
|
345
|
+
{
|
|
346
|
+
"name": "wiidede",
|
|
347
|
+
"github": "wiidede"
|
|
348
|
+
}
|
|
349
|
+
],
|
|
350
|
+
"compatibility": {
|
|
351
|
+
"nuxt": "^3.0.0",
|
|
352
|
+
"requires": {}
|
|
353
|
+
}
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"name": "ark-ui",
|
|
357
|
+
"description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
|
|
358
|
+
"repo": "iamdin/nuxt-ark-ui",
|
|
359
|
+
"npm": "nuxt-ark-ui",
|
|
360
|
+
"icon": "ark-ui.svg",
|
|
361
|
+
"github": "https://github.com/iamdin/nuxt-ark-ui",
|
|
362
|
+
"website": "https://ark-ui.com/",
|
|
363
|
+
"learn_more": "https://github.com/iamdin/nuxt-ark-ui",
|
|
364
|
+
"category": "UI",
|
|
365
|
+
"type": "3rd-party",
|
|
366
|
+
"maintainers": [
|
|
367
|
+
{
|
|
368
|
+
"name": "Din",
|
|
369
|
+
"github": "iamdin",
|
|
370
|
+
"twitter": "iamdinq"
|
|
371
|
+
}
|
|
372
|
+
],
|
|
373
|
+
"compatibility": {
|
|
374
|
+
"nuxt": "^3.0.0",
|
|
375
|
+
"requires": {}
|
|
376
|
+
}
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"name": "auth-utils",
|
|
380
|
+
"description": "Minimalist Auth module for Nuxt with SSR.",
|
|
381
|
+
"repo": "atinux/nuxt-auth-utils",
|
|
382
|
+
"npm": "nuxt-auth-utils",
|
|
383
|
+
"icon": "",
|
|
384
|
+
"github": "https://github.com/atinux/nuxt-auth-utils",
|
|
385
|
+
"website": "https://github.com/atinux/nuxt-auth-utils",
|
|
386
|
+
"learn_more": "",
|
|
387
|
+
"category": "Devtools",
|
|
388
|
+
"type": "3rd-party",
|
|
389
|
+
"maintainers": [
|
|
390
|
+
{
|
|
391
|
+
"name": "atinux",
|
|
392
|
+
"github": "atinux"
|
|
393
|
+
}
|
|
394
|
+
],
|
|
395
|
+
"compatibility": {
|
|
396
|
+
"nuxt": "^3.0.0",
|
|
397
|
+
"requires": {}
|
|
398
|
+
}
|
|
399
|
+
},
|
|
265
400
|
{
|
|
266
401
|
"name": "auth",
|
|
267
|
-
"description": "Zero-boilerplate authentication support for Nuxt.
|
|
402
|
+
"description": "Zero-boilerplate authentication support for Nuxt.",
|
|
268
403
|
"repo": "nuxt-community/auth-module",
|
|
269
404
|
"npm": "@nuxtjs/auth",
|
|
270
405
|
"icon": "auth.png",
|
|
@@ -289,9 +424,55 @@
|
|
|
289
424
|
"requires": {}
|
|
290
425
|
}
|
|
291
426
|
},
|
|
427
|
+
{
|
|
428
|
+
"name": "authjs",
|
|
429
|
+
"description": "Auth.js authentication Nuxt module. Edge compatible.",
|
|
430
|
+
"repo": "Hebilicious/authjs-nuxt#main",
|
|
431
|
+
"npm": "@hebilicious/authjs-nuxt",
|
|
432
|
+
"icon": "authjs.png",
|
|
433
|
+
"github": "https://github.com/Hebilicious/authjs-nuxt",
|
|
434
|
+
"website": "https://authjs-nuxt.pages.dev/",
|
|
435
|
+
"learn_more": "https://authjs.dev/",
|
|
436
|
+
"category": "Security",
|
|
437
|
+
"type": "3rd-party",
|
|
438
|
+
"maintainers": [
|
|
439
|
+
{
|
|
440
|
+
"name": "Hebilicious",
|
|
441
|
+
"github": "Hebilicious",
|
|
442
|
+
"twitter": "its_hebilicious"
|
|
443
|
+
}
|
|
444
|
+
],
|
|
445
|
+
"compatibility": {
|
|
446
|
+
"nuxt": "^3.0.0",
|
|
447
|
+
"requires": {}
|
|
448
|
+
}
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"name": "auto-animate",
|
|
452
|
+
"description": "Automatic animations for your Nuxt app with a single line of code.",
|
|
453
|
+
"repo": "formkit/auto-animate",
|
|
454
|
+
"npm": "@formkit/auto-animate",
|
|
455
|
+
"icon": "auto-animate.svg",
|
|
456
|
+
"github": "https://github.com/formkit/auto-animate",
|
|
457
|
+
"website": "https://auto-animate.formkit.com",
|
|
458
|
+
"learn_more": "https://auto-animate.formkit.com",
|
|
459
|
+
"category": "Libraries",
|
|
460
|
+
"type": "3rd-party",
|
|
461
|
+
"maintainers": [
|
|
462
|
+
{
|
|
463
|
+
"name": "Justin Schroeder",
|
|
464
|
+
"github": "justin-schroeder",
|
|
465
|
+
"twitter": "jpschroeder"
|
|
466
|
+
}
|
|
467
|
+
],
|
|
468
|
+
"compatibility": {
|
|
469
|
+
"nuxt": "^3.0.0",
|
|
470
|
+
"requires": {}
|
|
471
|
+
}
|
|
472
|
+
},
|
|
292
473
|
{
|
|
293
474
|
"name": "axios",
|
|
294
|
-
"description": "Secure and easy Axios module with Nuxt
|
|
475
|
+
"description": "Secure and easy Axios module with Nuxt",
|
|
295
476
|
"repo": "nuxt-community/axios-module",
|
|
296
477
|
"npm": "@nuxtjs/axios",
|
|
297
478
|
"icon": "axios.svg",
|
|
@@ -314,7 +495,7 @@
|
|
|
314
495
|
},
|
|
315
496
|
{
|
|
316
497
|
"name": "basic-auth",
|
|
317
|
-
"description": "Provide basic authentication to your Nuxt
|
|
498
|
+
"description": "Provide basic authentication to your Nuxt application",
|
|
318
499
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
319
500
|
"npm": "nuxt-basic-auth-module",
|
|
320
501
|
"icon": "",
|
|
@@ -438,7 +619,7 @@
|
|
|
438
619
|
},
|
|
439
620
|
{
|
|
440
621
|
"name": "bulma-slim",
|
|
441
|
-
"description": "Nuxt
|
|
622
|
+
"description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
|
|
442
623
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
443
624
|
"npm": "nuxt-bulma-slim",
|
|
444
625
|
"icon": "bulma.png",
|
|
@@ -505,7 +686,7 @@
|
|
|
505
686
|
},
|
|
506
687
|
{
|
|
507
688
|
"name": "canvas-sketch",
|
|
508
|
-
"description": "Nuxt
|
|
689
|
+
"description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
509
690
|
"repo": "LuXDAmore/generative-art",
|
|
510
691
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
511
692
|
"icon": "",
|
|
@@ -526,9 +707,31 @@
|
|
|
526
707
|
"requires": {}
|
|
527
708
|
}
|
|
528
709
|
},
|
|
710
|
+
{
|
|
711
|
+
"name": "capo",
|
|
712
|
+
"description": "Capo.js implementation for Nuxt",
|
|
713
|
+
"repo": "danielroe/nuxt-capo",
|
|
714
|
+
"npm": "nuxt-capo",
|
|
715
|
+
"icon": "",
|
|
716
|
+
"github": "https://github.com/danielroe/nuxt-capo",
|
|
717
|
+
"website": "https://github.com/danielroe/nuxt-capo",
|
|
718
|
+
"learn_more": "",
|
|
719
|
+
"category": "Performance",
|
|
720
|
+
"type": "3rd-party",
|
|
721
|
+
"maintainers": [
|
|
722
|
+
{
|
|
723
|
+
"name": "danielroe",
|
|
724
|
+
"github": "danielroe"
|
|
725
|
+
}
|
|
726
|
+
],
|
|
727
|
+
"compatibility": {
|
|
728
|
+
"nuxt": "^3.0.0",
|
|
729
|
+
"requires": {}
|
|
730
|
+
}
|
|
731
|
+
},
|
|
529
732
|
{
|
|
530
733
|
"name": "chakra-ui",
|
|
531
|
-
"description": "Chakra UI Module for Nuxt
|
|
734
|
+
"description": "Chakra UI Module for Nuxt",
|
|
532
735
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
533
736
|
"npm": "@chakra-ui/nuxt",
|
|
534
737
|
"icon": "chakra-ui.png",
|
|
@@ -592,6 +795,29 @@
|
|
|
592
795
|
"requires": {}
|
|
593
796
|
}
|
|
594
797
|
},
|
|
798
|
+
{
|
|
799
|
+
"name": "clarity-analytics",
|
|
800
|
+
"description": "Clarity Analytics Module for Nuxt",
|
|
801
|
+
"repo": "Barbapapazes/nuxt-clarity-analytics",
|
|
802
|
+
"npm": "nuxt-clarity-analytics",
|
|
803
|
+
"icon": "",
|
|
804
|
+
"github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
|
|
805
|
+
"website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
|
|
806
|
+
"learn_more": "https://clarity.microsoft.com/",
|
|
807
|
+
"category": "Analytics",
|
|
808
|
+
"type": "3rd-party",
|
|
809
|
+
"maintainers": [
|
|
810
|
+
{
|
|
811
|
+
"name": "Barbapapazes",
|
|
812
|
+
"github": "Barbapapazes",
|
|
813
|
+
"twitter": "soubiran_"
|
|
814
|
+
}
|
|
815
|
+
],
|
|
816
|
+
"compatibility": {
|
|
817
|
+
"nuxt": "^3.0.0",
|
|
818
|
+
"requires": {}
|
|
819
|
+
}
|
|
820
|
+
},
|
|
595
821
|
{
|
|
596
822
|
"name": "client-init",
|
|
597
823
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
@@ -616,7 +842,7 @@
|
|
|
616
842
|
},
|
|
617
843
|
{
|
|
618
844
|
"name": "cloudcms",
|
|
619
|
-
"description": "CloudCMS Nuxt
|
|
845
|
+
"description": "CloudCMS Nuxt Module",
|
|
620
846
|
"repo": "gitana/cloudcms-nuxt",
|
|
621
847
|
"npm": "cloudcms-nuxt",
|
|
622
848
|
"icon": "",
|
|
@@ -665,11 +891,11 @@
|
|
|
665
891
|
},
|
|
666
892
|
{
|
|
667
893
|
"name": "cloudinary",
|
|
668
|
-
"description": "Optimize images and videos in your Nuxt
|
|
669
|
-
"repo": "nuxt-
|
|
894
|
+
"description": "Optimize images and videos in your Nuxt application",
|
|
895
|
+
"repo": "nuxt-modules/cloudinary",
|
|
670
896
|
"npm": "@nuxtjs/cloudinary",
|
|
671
897
|
"icon": "cloudinary.png",
|
|
672
|
-
"github": "https://github.com/nuxt-
|
|
898
|
+
"github": "https://github.com/nuxt-modules/cloudinary",
|
|
673
899
|
"website": "https://cloudinary.nuxtjs.org",
|
|
674
900
|
"learn_more": "https://cloudinary.com",
|
|
675
901
|
"category": "Images",
|
|
@@ -688,11 +914,11 @@
|
|
|
688
914
|
},
|
|
689
915
|
{
|
|
690
916
|
"name": "color-mode",
|
|
691
|
-
"description": "Dark and Light mode for
|
|
692
|
-
"repo": "nuxt-
|
|
917
|
+
"description": "Dark and Light mode for Nuxt with auto detection",
|
|
918
|
+
"repo": "nuxt-modules/color-mode",
|
|
693
919
|
"npm": "@nuxtjs/color-mode",
|
|
694
920
|
"icon": "color-mode.png",
|
|
695
|
-
"github": "https://github.com/nuxt-
|
|
921
|
+
"github": "https://github.com/nuxt-modules/color-mode",
|
|
696
922
|
"website": "https://color-mode.nuxtjs.org",
|
|
697
923
|
"learn_more": "",
|
|
698
924
|
"category": "UI",
|
|
@@ -785,7 +1011,7 @@
|
|
|
785
1011
|
"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
1012
|
"repo": "nuxt/content#main",
|
|
787
1013
|
"npm": "@nuxt/content",
|
|
788
|
-
"icon": "nuxt.
|
|
1014
|
+
"icon": "nuxt.svg",
|
|
789
1015
|
"github": "https://github.com/nuxt/content",
|
|
790
1016
|
"website": "https://content.nuxtjs.org",
|
|
791
1017
|
"learn_more": "",
|
|
@@ -909,7 +1135,7 @@
|
|
|
909
1135
|
},
|
|
910
1136
|
{
|
|
911
1137
|
"name": "darkmode.js",
|
|
912
|
-
"description": "Add darkmode / nightmode to your Nuxt
|
|
1138
|
+
"description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
|
|
913
1139
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
914
1140
|
"npm": "nuxtjs-darkmode-js-module",
|
|
915
1141
|
"icon": "darkmode.png",
|
|
@@ -931,7 +1157,7 @@
|
|
|
931
1157
|
},
|
|
932
1158
|
{
|
|
933
1159
|
"name": "date-fns",
|
|
934
|
-
"description": "Modern JavaScript date utility library - date-fns for Nuxt
|
|
1160
|
+
"description": "Modern JavaScript date utility library - date-fns for Nuxt",
|
|
935
1161
|
"repo": "nuxt-community/date-fns-module",
|
|
936
1162
|
"npm": "@nuxtjs/date-fns",
|
|
937
1163
|
"icon": "date-fns.png",
|
|
@@ -953,7 +1179,7 @@
|
|
|
953
1179
|
},
|
|
954
1180
|
{
|
|
955
1181
|
"name": "datocms-nuxt2",
|
|
956
|
-
"description": "DatoCMS integration for Nuxt
|
|
1182
|
+
"description": "DatoCMS integration for Nuxt v2",
|
|
957
1183
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
958
1184
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
959
1185
|
"icon": "datocms.svg",
|
|
@@ -1022,8 +1248,8 @@
|
|
|
1022
1248
|
},
|
|
1023
1249
|
{
|
|
1024
1250
|
"name": "delay-hydration",
|
|
1025
|
-
"description": "Improve your Nuxt
|
|
1026
|
-
"repo": "harlan-zw/nuxt-delay-hydration
|
|
1251
|
+
"description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
|
|
1252
|
+
"repo": "harlan-zw/nuxt-delay-hydration",
|
|
1027
1253
|
"npm": "nuxt-delay-hydration",
|
|
1028
1254
|
"icon": "lighthouse.svg",
|
|
1029
1255
|
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
@@ -1045,12 +1271,12 @@
|
|
|
1045
1271
|
},
|
|
1046
1272
|
{
|
|
1047
1273
|
"name": "device",
|
|
1048
|
-
"description": "Device detection module for Nuxt
|
|
1049
|
-
"repo": "nuxt-
|
|
1274
|
+
"description": "Device detection module for Nuxt",
|
|
1275
|
+
"repo": "nuxt-modules/device",
|
|
1050
1276
|
"npm": "@nuxtjs/device",
|
|
1051
1277
|
"icon": "",
|
|
1052
|
-
"github": "https://github.com/nuxt-
|
|
1053
|
-
"website": "https://github.com/nuxt-
|
|
1278
|
+
"github": "https://github.com/nuxt-modules/device",
|
|
1279
|
+
"website": "https://github.com/nuxt-modules/device",
|
|
1054
1280
|
"learn_more": "",
|
|
1055
1281
|
"category": "Extensions",
|
|
1056
1282
|
"type": "community",
|
|
@@ -1068,9 +1294,9 @@
|
|
|
1068
1294
|
{
|
|
1069
1295
|
"name": "devtools",
|
|
1070
1296
|
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1071
|
-
"repo": "nuxt/devtools#main",
|
|
1297
|
+
"repo": "nuxt/devtools#main/packages/devtools",
|
|
1072
1298
|
"npm": "@nuxt/devtools",
|
|
1073
|
-
"icon": "nuxt.
|
|
1299
|
+
"icon": "nuxt.svg",
|
|
1074
1300
|
"github": "https://github.com/nuxt/devtools",
|
|
1075
1301
|
"website": "https://devtools.nuxtjs.org/",
|
|
1076
1302
|
"learn_more": "",
|
|
@@ -1090,13 +1316,13 @@
|
|
|
1090
1316
|
},
|
|
1091
1317
|
{
|
|
1092
1318
|
"name": "directus",
|
|
1093
|
-
"description": "Easily connect your
|
|
1319
|
+
"description": "Easily connect your Nuxt application to your directus server.",
|
|
1094
1320
|
"repo": "intevel/nuxt-directus",
|
|
1095
1321
|
"npm": "nuxt-directus",
|
|
1096
1322
|
"icon": "directus.svg",
|
|
1097
|
-
"github": "https://github.com/
|
|
1098
|
-
"website": "https://nuxt-directus.
|
|
1099
|
-
"learn_more": "https://nuxt-directus.
|
|
1323
|
+
"github": "https://github.com/intevel/nuxt-directus/",
|
|
1324
|
+
"website": "https://nuxt-directus.site/",
|
|
1325
|
+
"learn_more": "https://nuxt-directus.site/",
|
|
1100
1326
|
"category": "CMS",
|
|
1101
1327
|
"type": "3rd-party",
|
|
1102
1328
|
"maintainers": [
|
|
@@ -1107,15 +1333,58 @@
|
|
|
1107
1333
|
}
|
|
1108
1334
|
],
|
|
1109
1335
|
"compatibility": {
|
|
1110
|
-
"nuxt": "^
|
|
1111
|
-
"requires": {
|
|
1112
|
-
|
|
1336
|
+
"nuxt": "^3.0.0",
|
|
1337
|
+
"requires": {},
|
|
1338
|
+
"devtools": "^0.0.0"
|
|
1339
|
+
}
|
|
1340
|
+
},
|
|
1341
|
+
{
|
|
1342
|
+
"name": "disqus",
|
|
1343
|
+
"description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
|
|
1344
|
+
"repo": "modbender/nuxt-disqus",
|
|
1345
|
+
"npm": "nuxt-disqus",
|
|
1346
|
+
"icon": "disqus.svg",
|
|
1347
|
+
"github": "https://github.com/modbender/nuxt-disqus",
|
|
1348
|
+
"website": "https://github.com/modbender/nuxt-disqus",
|
|
1349
|
+
"learn_more": "https://github.com/modbender/vue3-disqus",
|
|
1350
|
+
"category": "Libraries",
|
|
1351
|
+
"type": "3rd-party",
|
|
1352
|
+
"maintainers": [
|
|
1353
|
+
{
|
|
1354
|
+
"name": "modbender",
|
|
1355
|
+
"github": "modbender"
|
|
1356
|
+
}
|
|
1357
|
+
],
|
|
1358
|
+
"compatibility": {
|
|
1359
|
+
"nuxt": "^3.0.0",
|
|
1360
|
+
"requires": {}
|
|
1361
|
+
}
|
|
1362
|
+
},
|
|
1363
|
+
{
|
|
1364
|
+
"name": "doppler",
|
|
1365
|
+
"description": "Integrate your Doppler secrets into your Nuxt build",
|
|
1366
|
+
"repo": "JamieCurnow/nuxt-doppler",
|
|
1367
|
+
"npm": "nuxt-doppler",
|
|
1368
|
+
"icon": "doppler.png",
|
|
1369
|
+
"github": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1370
|
+
"website": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1371
|
+
"learn_more": "",
|
|
1372
|
+
"category": "Devtools",
|
|
1373
|
+
"type": "3rd-party",
|
|
1374
|
+
"maintainers": [
|
|
1375
|
+
{
|
|
1376
|
+
"name": "JamieCurnow",
|
|
1377
|
+
"github": "JamieCurnow"
|
|
1113
1378
|
}
|
|
1379
|
+
],
|
|
1380
|
+
"compatibility": {
|
|
1381
|
+
"nuxt": "^3.0.0",
|
|
1382
|
+
"requires": {}
|
|
1114
1383
|
}
|
|
1115
1384
|
},
|
|
1116
1385
|
{
|
|
1117
1386
|
"name": "dotenv",
|
|
1118
|
-
"description": "A Nuxt
|
|
1387
|
+
"description": "A Nuxt module that loads your .env file into your context options",
|
|
1119
1388
|
"repo": "nuxt-community/dotenv-module",
|
|
1120
1389
|
"npm": "@nuxtjs/dotenv",
|
|
1121
1390
|
"icon": "dotenv.png",
|
|
@@ -1137,13 +1406,13 @@
|
|
|
1137
1406
|
},
|
|
1138
1407
|
{
|
|
1139
1408
|
"name": "drupal-ce",
|
|
1140
|
-
"description": "Connects Nuxt
|
|
1409
|
+
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
1141
1410
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
1142
1411
|
"npm": "nuxtjs-drupal-ce",
|
|
1143
1412
|
"icon": "drupal-ce.png",
|
|
1144
1413
|
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
1145
|
-
"website": "https://
|
|
1146
|
-
"learn_more": "https://
|
|
1414
|
+
"website": "https://lupus-decoupled.org",
|
|
1415
|
+
"learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
|
|
1147
1416
|
"category": "CMS",
|
|
1148
1417
|
"type": "3rd-party",
|
|
1149
1418
|
"maintainers": [
|
|
@@ -1158,19 +1427,19 @@
|
|
|
1158
1427
|
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
1159
1428
|
},
|
|
1160
1429
|
{
|
|
1161
|
-
"name": "
|
|
1162
|
-
"github": "
|
|
1163
|
-
"avatar": "https://avatars.githubusercontent.com/u/
|
|
1430
|
+
"name": "Matic",
|
|
1431
|
+
"github": "TurtlBbx",
|
|
1432
|
+
"avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
|
|
1164
1433
|
}
|
|
1165
1434
|
],
|
|
1166
1435
|
"compatibility": {
|
|
1167
|
-
"nuxt": "^2.0.0",
|
|
1436
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1168
1437
|
"requires": {}
|
|
1169
1438
|
}
|
|
1170
1439
|
},
|
|
1171
1440
|
{
|
|
1172
1441
|
"name": "druxt",
|
|
1173
|
-
"description": "A bridge between frameworks, Drupal in the back, Nuxt
|
|
1442
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
|
|
1174
1443
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1175
1444
|
"npm": "druxt",
|
|
1176
1445
|
"icon": "druxt.svg",
|
|
@@ -1190,6 +1459,29 @@
|
|
|
1190
1459
|
"requires": {}
|
|
1191
1460
|
}
|
|
1192
1461
|
},
|
|
1462
|
+
{
|
|
1463
|
+
"name": "edgedb",
|
|
1464
|
+
"description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
|
|
1465
|
+
"repo": "Tahul/nuxt-edgedb",
|
|
1466
|
+
"npm": "nuxt-edgedb-module",
|
|
1467
|
+
"icon": "edgedb.svg",
|
|
1468
|
+
"github": "https://github.com/Tahul/nuxt-edgedb",
|
|
1469
|
+
"website": "https://github.com/Tahul/nuxt-edgedb",
|
|
1470
|
+
"learn_more": "https://github.com/Tahul/nuxt-edgedb",
|
|
1471
|
+
"category": "Database",
|
|
1472
|
+
"type": "3rd-party",
|
|
1473
|
+
"maintainers": [
|
|
1474
|
+
{
|
|
1475
|
+
"name": "Yaël Guilloux",
|
|
1476
|
+
"github": "Tahul",
|
|
1477
|
+
"twitter": "yaeeelglx"
|
|
1478
|
+
}
|
|
1479
|
+
],
|
|
1480
|
+
"compatibility": {
|
|
1481
|
+
"nuxt": "^3.8.0",
|
|
1482
|
+
"requires": {}
|
|
1483
|
+
}
|
|
1484
|
+
},
|
|
1193
1485
|
{
|
|
1194
1486
|
"name": "electron",
|
|
1195
1487
|
"description": "Integrate Nuxt and Electron.",
|
|
@@ -1238,7 +1530,7 @@
|
|
|
1238
1530
|
},
|
|
1239
1531
|
{
|
|
1240
1532
|
"name": "emotion",
|
|
1241
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1533
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1242
1534
|
"repo": "nuxt-modules/emotion",
|
|
1243
1535
|
"npm": "@nuxtjs/emotion",
|
|
1244
1536
|
"icon": "emotion.png",
|
|
@@ -1266,7 +1558,7 @@
|
|
|
1266
1558
|
},
|
|
1267
1559
|
{
|
|
1268
1560
|
"name": "eslint",
|
|
1269
|
-
"description": "ESLint module for Nuxt
|
|
1561
|
+
"description": "ESLint module for Nuxt",
|
|
1270
1562
|
"repo": "nuxt-community/eslint-module",
|
|
1271
1563
|
"npm": "@nuxtjs/eslint-module",
|
|
1272
1564
|
"icon": "eslint.png",
|
|
@@ -1288,7 +1580,7 @@
|
|
|
1288
1580
|
},
|
|
1289
1581
|
{
|
|
1290
1582
|
"name": "event-trace",
|
|
1291
|
-
"description": "Module for event trace in Nuxt
|
|
1583
|
+
"description": "Module for event trace in Nuxt",
|
|
1292
1584
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1293
1585
|
"npm": "nuxt-event-trace",
|
|
1294
1586
|
"icon": "",
|
|
@@ -1332,7 +1624,7 @@
|
|
|
1332
1624
|
},
|
|
1333
1625
|
{
|
|
1334
1626
|
"name": "feature-toggle",
|
|
1335
|
-
"description": "Feature toggle module for Nuxt
|
|
1627
|
+
"description": "Feature toggle module for Nuxt",
|
|
1336
1628
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1337
1629
|
"npm": "nuxt-feature-toggle",
|
|
1338
1630
|
"icon": "",
|
|
@@ -1399,7 +1691,7 @@
|
|
|
1399
1691
|
},
|
|
1400
1692
|
{
|
|
1401
1693
|
"name": "floating-prompt-module",
|
|
1402
|
-
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt
|
|
1694
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
|
|
1403
1695
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1404
1696
|
"npm": "nuxt-floating-prompt-module",
|
|
1405
1697
|
"icon": "",
|
|
@@ -1508,6 +1800,29 @@
|
|
|
1508
1800
|
"requires": {}
|
|
1509
1801
|
}
|
|
1510
1802
|
},
|
|
1803
|
+
{
|
|
1804
|
+
"name": "form-actions",
|
|
1805
|
+
"description": "A set of features and composables to interact with forms and server data.",
|
|
1806
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
|
|
1807
|
+
"npm": "@hebilicious/form-actions-nuxt",
|
|
1808
|
+
"icon": "form-actions.svg",
|
|
1809
|
+
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1810
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1811
|
+
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1812
|
+
"category": "Request",
|
|
1813
|
+
"type": "3rd-party",
|
|
1814
|
+
"maintainers": [
|
|
1815
|
+
{
|
|
1816
|
+
"name": "Hebilicious",
|
|
1817
|
+
"github": "Hebilicious",
|
|
1818
|
+
"twitter": "its_hebilicious"
|
|
1819
|
+
}
|
|
1820
|
+
],
|
|
1821
|
+
"compatibility": {
|
|
1822
|
+
"nuxt": "^3.7.0",
|
|
1823
|
+
"requires": {}
|
|
1824
|
+
}
|
|
1825
|
+
},
|
|
1511
1826
|
{
|
|
1512
1827
|
"name": "formkit",
|
|
1513
1828
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1582,7 +1897,7 @@
|
|
|
1582
1897
|
},
|
|
1583
1898
|
{
|
|
1584
1899
|
"name": "google-adsense",
|
|
1585
|
-
"description": "Google Adsense Module for Nuxt
|
|
1900
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1586
1901
|
"repo": "nuxt-community/google-adsense-module",
|
|
1587
1902
|
"npm": "@nuxtjs/google-adsense",
|
|
1588
1903
|
"icon": "google-adsense.png",
|
|
@@ -1608,7 +1923,7 @@
|
|
|
1608
1923
|
},
|
|
1609
1924
|
{
|
|
1610
1925
|
"name": "google-analytics",
|
|
1611
|
-
"description": "Google analytics Module for Nuxt
|
|
1926
|
+
"description": "Google analytics Module for Nuxt",
|
|
1612
1927
|
"repo": "nuxt-community/analytics-module",
|
|
1613
1928
|
"npm": "@nuxtjs/google-analytics",
|
|
1614
1929
|
"icon": "google-analytics.png",
|
|
@@ -1640,12 +1955,12 @@
|
|
|
1640
1955
|
},
|
|
1641
1956
|
{
|
|
1642
1957
|
"name": "google-fonts",
|
|
1643
|
-
"description": "Google Fonts module for
|
|
1644
|
-
"repo": "nuxt-
|
|
1958
|
+
"description": "Google Fonts module for Nuxt",
|
|
1959
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1645
1960
|
"npm": "@nuxtjs/google-fonts",
|
|
1646
1961
|
"icon": "google-fonts.png",
|
|
1647
|
-
"github": "https://github.com/nuxt-
|
|
1648
|
-
"website": "https://
|
|
1962
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1963
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1649
1964
|
"learn_more": "https://developers.google.com/fonts",
|
|
1650
1965
|
"category": "Fonts",
|
|
1651
1966
|
"type": "community",
|
|
@@ -1664,7 +1979,7 @@
|
|
|
1664
1979
|
},
|
|
1665
1980
|
{
|
|
1666
1981
|
"name": "google-gtag",
|
|
1667
|
-
"description": "Google GTag for Nuxt
|
|
1982
|
+
"description": "Google GTag for Nuxt",
|
|
1668
1983
|
"repo": "nuxt-community/google-gtag",
|
|
1669
1984
|
"npm": "@nuxtjs/google-gtag",
|
|
1670
1985
|
"icon": "gtm.png",
|
|
@@ -1690,7 +2005,7 @@
|
|
|
1690
2005
|
},
|
|
1691
2006
|
{
|
|
1692
2007
|
"name": "google-optimize",
|
|
1693
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
2008
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1694
2009
|
"repo": "nuxt-community/google-optimize-module",
|
|
1695
2010
|
"npm": "nuxt-google-optimize",
|
|
1696
2011
|
"icon": "google-optimize.png",
|
|
@@ -1745,7 +2060,7 @@
|
|
|
1745
2060
|
},
|
|
1746
2061
|
{
|
|
1747
2062
|
"name": "graphql-request",
|
|
1748
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
2063
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1749
2064
|
"repo": "gomah/nuxt-graphql-request",
|
|
1750
2065
|
"npm": "nuxt-graphql-request",
|
|
1751
2066
|
"icon": "graphql-request.png",
|
|
@@ -1761,7 +2076,7 @@
|
|
|
1761
2076
|
}
|
|
1762
2077
|
],
|
|
1763
2078
|
"compatibility": {
|
|
1764
|
-
"nuxt": "^2.0.0",
|
|
2079
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1765
2080
|
"requires": {}
|
|
1766
2081
|
}
|
|
1767
2082
|
},
|
|
@@ -1784,12 +2099,13 @@
|
|
|
1784
2099
|
],
|
|
1785
2100
|
"compatibility": {
|
|
1786
2101
|
"nuxt": "^3.0.0",
|
|
1787
|
-
"requires": {}
|
|
2102
|
+
"requires": {},
|
|
2103
|
+
"devtools": "^0.0.0"
|
|
1788
2104
|
}
|
|
1789
2105
|
},
|
|
1790
2106
|
{
|
|
1791
2107
|
"name": "gtag",
|
|
1792
|
-
"description": "Google Analytics integration for Nuxt
|
|
2108
|
+
"description": "Google Analytics integration for Nuxt",
|
|
1793
2109
|
"repo": "johannschopplich/nuxt-gtag",
|
|
1794
2110
|
"npm": "nuxt-gtag",
|
|
1795
2111
|
"icon": "gtag.svg",
|
|
@@ -1813,7 +2129,7 @@
|
|
|
1813
2129
|
},
|
|
1814
2130
|
{
|
|
1815
2131
|
"name": "gtm",
|
|
1816
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2132
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
1817
2133
|
"repo": "nuxt-community/gtm-module",
|
|
1818
2134
|
"npm": "@nuxtjs/gtm",
|
|
1819
2135
|
"icon": "gtm.png",
|
|
@@ -1836,7 +2152,7 @@
|
|
|
1836
2152
|
},
|
|
1837
2153
|
{
|
|
1838
2154
|
"name": "guess",
|
|
1839
|
-
"description": "Guess.js module for Nuxt
|
|
2155
|
+
"description": "Guess.js module for Nuxt",
|
|
1840
2156
|
"repo": "nuxt-community/guess-module",
|
|
1841
2157
|
"npm": "@nuxtjs/guess-module",
|
|
1842
2158
|
"icon": "guessjs.png",
|
|
@@ -1856,6 +2172,28 @@
|
|
|
1856
2172
|
"requires": {}
|
|
1857
2173
|
}
|
|
1858
2174
|
},
|
|
2175
|
+
{
|
|
2176
|
+
"name": "hanko",
|
|
2177
|
+
"description": "Hanko integration for Nuxt for passwordless authentication",
|
|
2178
|
+
"repo": "nuxt-modules/hanko",
|
|
2179
|
+
"npm": "@nuxtjs/hanko",
|
|
2180
|
+
"icon": "hanko.svg",
|
|
2181
|
+
"github": "https://github.com/nuxt-modules/hanko",
|
|
2182
|
+
"website": "https://github.com/nuxt-modules/hanko",
|
|
2183
|
+
"learn_more": "https://hanko.io/",
|
|
2184
|
+
"category": "Security",
|
|
2185
|
+
"type": "community",
|
|
2186
|
+
"maintainers": [
|
|
2187
|
+
{
|
|
2188
|
+
"name": "danielroe",
|
|
2189
|
+
"github": "danielroe"
|
|
2190
|
+
}
|
|
2191
|
+
],
|
|
2192
|
+
"compatibility": {
|
|
2193
|
+
"nuxt": "^3.0.0",
|
|
2194
|
+
"requires": {}
|
|
2195
|
+
}
|
|
2196
|
+
},
|
|
1859
2197
|
{
|
|
1860
2198
|
"name": "harlem",
|
|
1861
2199
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -1926,7 +2264,7 @@
|
|
|
1926
2264
|
},
|
|
1927
2265
|
{
|
|
1928
2266
|
"name": "helmet",
|
|
1929
|
-
"description": "Easy Helmet module with Nuxt
|
|
2267
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
1930
2268
|
"repo": "victor-perez/nuxt-helmet",
|
|
1931
2269
|
"npm": "nuxt-helmet",
|
|
1932
2270
|
"icon": "",
|
|
@@ -1970,7 +2308,7 @@
|
|
|
1970
2308
|
},
|
|
1971
2309
|
{
|
|
1972
2310
|
"name": "history-state",
|
|
1973
|
-
"description": "Nuxt
|
|
2311
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
1974
2312
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
1975
2313
|
"npm": "nuxt-history-state",
|
|
1976
2314
|
"icon": "",
|
|
@@ -2039,7 +2377,7 @@
|
|
|
2039
2377
|
},
|
|
2040
2378
|
{
|
|
2041
2379
|
"name": "http",
|
|
2042
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2380
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
2043
2381
|
"repo": "nuxt/http",
|
|
2044
2382
|
"npm": "@nuxt/http",
|
|
2045
2383
|
"icon": "http.png",
|
|
@@ -2067,7 +2405,7 @@
|
|
|
2067
2405
|
},
|
|
2068
2406
|
{
|
|
2069
2407
|
"name": "humans-txt",
|
|
2070
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2408
|
+
"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
2409
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2072
2410
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2073
2411
|
"icon": "",
|
|
@@ -2091,11 +2429,11 @@
|
|
|
2091
2429
|
{
|
|
2092
2430
|
"name": "i18n",
|
|
2093
2431
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2094
|
-
"repo": "nuxt-
|
|
2432
|
+
"repo": "nuxt-modules/i18n",
|
|
2095
2433
|
"npm": "@nuxtjs/i18n",
|
|
2096
2434
|
"icon": "i18n.png",
|
|
2097
|
-
"github": "https://github.com/nuxt-
|
|
2098
|
-
"website": "https://i18n.nuxtjs.org",
|
|
2435
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2436
|
+
"website": "https://v8.i18n.nuxtjs.org",
|
|
2099
2437
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
2100
2438
|
"category": "Extensions",
|
|
2101
2439
|
"type": "community",
|
|
@@ -2136,6 +2474,29 @@
|
|
|
2136
2474
|
"requires": {}
|
|
2137
2475
|
}
|
|
2138
2476
|
},
|
|
2477
|
+
{
|
|
2478
|
+
"name": "icon-tw",
|
|
2479
|
+
"description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
|
|
2480
|
+
"repo": "jcamp-code/nuxt-icon-tw",
|
|
2481
|
+
"npm": "nuxt-icon-tw",
|
|
2482
|
+
"icon": "nuxt-icon.png",
|
|
2483
|
+
"github": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2484
|
+
"website": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2485
|
+
"learn_more": "",
|
|
2486
|
+
"category": "UI",
|
|
2487
|
+
"type": "3rd-party",
|
|
2488
|
+
"maintainers": [
|
|
2489
|
+
{
|
|
2490
|
+
"name": "JohnCampionJr",
|
|
2491
|
+
"github": "JohnCampionJr"
|
|
2492
|
+
}
|
|
2493
|
+
],
|
|
2494
|
+
"compatibility": {
|
|
2495
|
+
"nuxt": "^3.0.0",
|
|
2496
|
+
"requires": {},
|
|
2497
|
+
"devtools": "^0.0.0"
|
|
2498
|
+
}
|
|
2499
|
+
},
|
|
2139
2500
|
{
|
|
2140
2501
|
"name": "icon",
|
|
2141
2502
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2155,7 +2516,8 @@
|
|
|
2155
2516
|
],
|
|
2156
2517
|
"compatibility": {
|
|
2157
2518
|
"nuxt": "^3.0.0",
|
|
2158
|
-
"requires": {}
|
|
2519
|
+
"requires": {},
|
|
2520
|
+
"devtools": "^0.0.0"
|
|
2159
2521
|
}
|
|
2160
2522
|
},
|
|
2161
2523
|
{
|
|
@@ -2204,12 +2566,12 @@
|
|
|
2204
2566
|
},
|
|
2205
2567
|
{
|
|
2206
2568
|
"name": "image",
|
|
2207
|
-
"description": "Optimised images for
|
|
2569
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2208
2570
|
"repo": "nuxt/image",
|
|
2209
2571
|
"npm": "@nuxt/image",
|
|
2210
2572
|
"icon": "image.png",
|
|
2211
2573
|
"github": "https://github.com/nuxt/image",
|
|
2212
|
-
"website": "https://image.
|
|
2574
|
+
"website": "https://image.nuxt.com",
|
|
2213
2575
|
"learn_more": "",
|
|
2214
2576
|
"category": "Images",
|
|
2215
2577
|
"type": "official",
|
|
@@ -2219,6 +2581,11 @@
|
|
|
2219
2581
|
"github": "farnabaz",
|
|
2220
2582
|
"twitter": "a_birang"
|
|
2221
2583
|
},
|
|
2584
|
+
{
|
|
2585
|
+
"name": "Daniel Roe",
|
|
2586
|
+
"github": "danielroe",
|
|
2587
|
+
"twitter": "danielcroe"
|
|
2588
|
+
},
|
|
2222
2589
|
{
|
|
2223
2590
|
"name": "Pooya Parsa",
|
|
2224
2591
|
"github": "pi0",
|
|
@@ -2239,7 +2606,7 @@
|
|
|
2239
2606
|
},
|
|
2240
2607
|
{
|
|
2241
2608
|
"name": "imagemin",
|
|
2242
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2609
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2243
2610
|
"repo": "nuxt-community/imagemin-module",
|
|
2244
2611
|
"npm": "@nuxtjs/imagemin",
|
|
2245
2612
|
"icon": "imagemin.png",
|
|
@@ -2286,7 +2653,7 @@
|
|
|
2286
2653
|
},
|
|
2287
2654
|
{
|
|
2288
2655
|
"name": "intercom",
|
|
2289
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2656
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2290
2657
|
"repo": "hex-digital/nuxt-intercom",
|
|
2291
2658
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2292
2659
|
"icon": "intercom.png",
|
|
@@ -2331,7 +2698,7 @@
|
|
|
2331
2698
|
},
|
|
2332
2699
|
{
|
|
2333
2700
|
"name": "jsonapi",
|
|
2334
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2701
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2335
2702
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2336
2703
|
"npm": "nuxt-jsonapi",
|
|
2337
2704
|
"icon": "jsonapi.svg",
|
|
@@ -2373,9 +2740,36 @@
|
|
|
2373
2740
|
"requires": {}
|
|
2374
2741
|
}
|
|
2375
2742
|
},
|
|
2743
|
+
{
|
|
2744
|
+
"name": "kinde",
|
|
2745
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2746
|
+
"repo": "nuxt-modules/kinde",
|
|
2747
|
+
"npm": "@nuxtjs/kinde",
|
|
2748
|
+
"icon": "kinde.svg",
|
|
2749
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2750
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2751
|
+
"learn_more": "https://kinde.com/",
|
|
2752
|
+
"category": "Security",
|
|
2753
|
+
"type": "community",
|
|
2754
|
+
"maintainers": [
|
|
2755
|
+
{
|
|
2756
|
+
"name": "danielroe",
|
|
2757
|
+
"github": "danielroe"
|
|
2758
|
+
},
|
|
2759
|
+
{
|
|
2760
|
+
"name": "daveordead",
|
|
2761
|
+
"github": "DaveOrDead",
|
|
2762
|
+
"twitter": "dave_or_dead"
|
|
2763
|
+
}
|
|
2764
|
+
],
|
|
2765
|
+
"compatibility": {
|
|
2766
|
+
"nuxt": "^3.0.0",
|
|
2767
|
+
"requires": {}
|
|
2768
|
+
}
|
|
2769
|
+
},
|
|
2376
2770
|
{
|
|
2377
2771
|
"name": "kql",
|
|
2378
|
-
"description": "Nuxt
|
|
2772
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2379
2773
|
"repo": "johannschopplich/nuxt-kql",
|
|
2380
2774
|
"npm": "nuxt-kql",
|
|
2381
2775
|
"icon": "kql.svg",
|
|
@@ -2399,7 +2793,7 @@
|
|
|
2399
2793
|
},
|
|
2400
2794
|
{
|
|
2401
2795
|
"name": "laravel-echo",
|
|
2402
|
-
"description": "Laravel Echo for Nuxt
|
|
2796
|
+
"description": "Laravel Echo for Nuxt",
|
|
2403
2797
|
"repo": "nuxt-community/laravel-echo",
|
|
2404
2798
|
"npm": "@nuxtjs/laravel-echo",
|
|
2405
2799
|
"icon": "laravel-echo.png",
|
|
@@ -2441,6 +2835,28 @@
|
|
|
2441
2835
|
"requires": {}
|
|
2442
2836
|
}
|
|
2443
2837
|
},
|
|
2838
|
+
{
|
|
2839
|
+
"name": "laravel-precognition",
|
|
2840
|
+
"description": "Nuxt module to work with Laravel Precognition and $fetch",
|
|
2841
|
+
"repo": "sot1986/nuxt-laravel-precognition",
|
|
2842
|
+
"npm": "nuxt-laravel-precognition",
|
|
2843
|
+
"icon": "laravel.svg",
|
|
2844
|
+
"github": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2845
|
+
"website": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2846
|
+
"learn_more": "",
|
|
2847
|
+
"category": "Security",
|
|
2848
|
+
"type": "3rd-party",
|
|
2849
|
+
"maintainers": [
|
|
2850
|
+
{
|
|
2851
|
+
"name": "sot1986",
|
|
2852
|
+
"github": "sot1986"
|
|
2853
|
+
}
|
|
2854
|
+
],
|
|
2855
|
+
"compatibility": {
|
|
2856
|
+
"nuxt": "^3.0.0",
|
|
2857
|
+
"requires": {}
|
|
2858
|
+
}
|
|
2859
|
+
},
|
|
2444
2860
|
{
|
|
2445
2861
|
"name": "laravel",
|
|
2446
2862
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
@@ -2487,13 +2903,13 @@
|
|
|
2487
2903
|
},
|
|
2488
2904
|
{
|
|
2489
2905
|
"name": "link-checker",
|
|
2490
|
-
"description": "
|
|
2906
|
+
"description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
|
|
2491
2907
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2492
2908
|
"npm": "nuxt-link-checker",
|
|
2493
|
-
"icon": "",
|
|
2909
|
+
"icon": "link-checker.svg",
|
|
2494
2910
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2495
|
-
"website": "https://
|
|
2496
|
-
"learn_more": "",
|
|
2911
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2912
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2497
2913
|
"category": "SEO",
|
|
2498
2914
|
"type": "3rd-party",
|
|
2499
2915
|
"maintainers": [
|
|
@@ -2506,7 +2922,8 @@
|
|
|
2506
2922
|
],
|
|
2507
2923
|
"compatibility": {
|
|
2508
2924
|
"nuxt": "^3.0.0",
|
|
2509
|
-
"requires": {}
|
|
2925
|
+
"requires": {},
|
|
2926
|
+
"devtools": "^0.0.0"
|
|
2510
2927
|
}
|
|
2511
2928
|
},
|
|
2512
2929
|
{
|
|
@@ -2583,12 +3000,12 @@
|
|
|
2583
3000
|
},
|
|
2584
3001
|
{
|
|
2585
3002
|
"name": "logrocket",
|
|
2586
|
-
"description": "LogRocket module for Nuxt
|
|
2587
|
-
"repo": "nuxt-
|
|
3003
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
3004
|
+
"repo": "nuxt-modules/logrocket",
|
|
2588
3005
|
"npm": "nuxt-logrocket",
|
|
2589
3006
|
"icon": "logrocket.png",
|
|
2590
|
-
"github": "https://github.com/nuxt-
|
|
2591
|
-
"website": "https://github.com/nuxt-
|
|
3007
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
3008
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2592
3009
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2593
3010
|
"category": "Monitoring",
|
|
2594
3011
|
"type": "community",
|
|
@@ -2604,9 +3021,35 @@
|
|
|
2604
3021
|
"requires": {}
|
|
2605
3022
|
}
|
|
2606
3023
|
},
|
|
3024
|
+
{
|
|
3025
|
+
"name": "lucide-icons",
|
|
3026
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
3027
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
3028
|
+
"npm": "nuxt-lucide-icons",
|
|
3029
|
+
"icon": "lucide-icons.svg",
|
|
3030
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3031
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3032
|
+
"learn_more": "",
|
|
3033
|
+
"category": "UI",
|
|
3034
|
+
"type": "3rd-party",
|
|
3035
|
+
"maintainers": [
|
|
3036
|
+
{
|
|
3037
|
+
"name": "SWIS",
|
|
3038
|
+
"github": "swisnl"
|
|
3039
|
+
},
|
|
3040
|
+
{
|
|
3041
|
+
"name": "Jasper Zonneveld",
|
|
3042
|
+
"github": "JaZo"
|
|
3043
|
+
}
|
|
3044
|
+
],
|
|
3045
|
+
"compatibility": {
|
|
3046
|
+
"nuxt": "^3.0.0",
|
|
3047
|
+
"requires": {}
|
|
3048
|
+
}
|
|
3049
|
+
},
|
|
2607
3050
|
{
|
|
2608
3051
|
"name": "lunr",
|
|
2609
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
3052
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2610
3053
|
"repo": "nuxt-community/lunr-module",
|
|
2611
3054
|
"npm": "@nuxtjs/lunr-module",
|
|
2612
3055
|
"icon": "",
|
|
@@ -2694,6 +3137,28 @@
|
|
|
2694
3137
|
"requires": {}
|
|
2695
3138
|
}
|
|
2696
3139
|
},
|
|
3140
|
+
{
|
|
3141
|
+
"name": "maz-ui",
|
|
3142
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3143
|
+
"repo": "louismazel/maz-ui",
|
|
3144
|
+
"npm": "maz-ui",
|
|
3145
|
+
"icon": "maz-ui.png",
|
|
3146
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3147
|
+
"website": "https://louismazel.github.io/maz-ui-3/",
|
|
3148
|
+
"learn_more": "https://louismazel.github.io/maz-ui-3/",
|
|
3149
|
+
"category": "UI",
|
|
3150
|
+
"type": "community",
|
|
3151
|
+
"maintainers": [
|
|
3152
|
+
{
|
|
3153
|
+
"name": "Loïc Mazuel",
|
|
3154
|
+
"github": "LouisMazel"
|
|
3155
|
+
}
|
|
3156
|
+
],
|
|
3157
|
+
"compatibility": {
|
|
3158
|
+
"nuxt": "^3.0.0",
|
|
3159
|
+
"requires": {}
|
|
3160
|
+
}
|
|
3161
|
+
},
|
|
2697
3162
|
{
|
|
2698
3163
|
"name": "mdx",
|
|
2699
3164
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2719,7 +3184,7 @@
|
|
|
2719
3184
|
},
|
|
2720
3185
|
{
|
|
2721
3186
|
"name": "medusa",
|
|
2722
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3187
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2723
3188
|
"repo": "Baroshem/nuxt-medusa",
|
|
2724
3189
|
"npm": "nuxt-medusa",
|
|
2725
3190
|
"icon": "medusa.svg",
|
|
@@ -2744,7 +3209,7 @@
|
|
|
2744
3209
|
},
|
|
2745
3210
|
{
|
|
2746
3211
|
"name": "meilisearch",
|
|
2747
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3212
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2748
3213
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2749
3214
|
"npm": "nuxt-meilisearch",
|
|
2750
3215
|
"icon": "meilisearch.svg",
|
|
@@ -2764,7 +3229,8 @@
|
|
|
2764
3229
|
"nuxt": "^3.0.0",
|
|
2765
3230
|
"requires": {
|
|
2766
3231
|
"bridge": false
|
|
2767
|
-
}
|
|
3232
|
+
},
|
|
3233
|
+
"devtools": "^0.0.0"
|
|
2768
3234
|
}
|
|
2769
3235
|
},
|
|
2770
3236
|
{
|
|
@@ -2836,7 +3302,7 @@
|
|
|
2836
3302
|
},
|
|
2837
3303
|
{
|
|
2838
3304
|
"name": "moment",
|
|
2839
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3305
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2840
3306
|
"repo": "nuxt-community/moment-module",
|
|
2841
3307
|
"npm": "@nuxtjs/moment",
|
|
2842
3308
|
"icon": "momentjs.png",
|
|
@@ -2863,7 +3329,7 @@
|
|
|
2863
3329
|
},
|
|
2864
3330
|
{
|
|
2865
3331
|
"name": "mq",
|
|
2866
|
-
"description": "vue-mq module for Nuxt.
|
|
3332
|
+
"description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
2867
3333
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
2868
3334
|
"npm": "nuxt-mq",
|
|
2869
3335
|
"icon": "",
|
|
@@ -2907,7 +3373,7 @@
|
|
|
2907
3373
|
},
|
|
2908
3374
|
{
|
|
2909
3375
|
"name": "netlify-cache",
|
|
2910
|
-
"description": "Nuxt
|
|
3376
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
2911
3377
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
2912
3378
|
"npm": "nuxt-netlify-cache",
|
|
2913
3379
|
"icon": "netlify.png",
|
|
@@ -2952,7 +3418,7 @@
|
|
|
2952
3418
|
},
|
|
2953
3419
|
{
|
|
2954
3420
|
"name": "netlify",
|
|
2955
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
3421
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
2956
3422
|
"repo": "bazzite/nuxt-netlify",
|
|
2957
3423
|
"npm": "@aceforth/nuxt-netlify",
|
|
2958
3424
|
"icon": "netlify.png",
|
|
@@ -3023,30 +3489,119 @@
|
|
|
3023
3489
|
}
|
|
3024
3490
|
},
|
|
3025
3491
|
{
|
|
3026
|
-
"name": "
|
|
3027
|
-
"description": "",
|
|
3028
|
-
"repo": "
|
|
3029
|
-
"npm": "
|
|
3492
|
+
"name": "nupolyon",
|
|
3493
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3494
|
+
"repo": "adenvt/nupolyon",
|
|
3495
|
+
"npm": "nupolyon",
|
|
3030
3496
|
"icon": "",
|
|
3031
|
-
"github": "https://github.com/
|
|
3032
|
-
"website": "https://github.com/
|
|
3497
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3498
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
3033
3499
|
"learn_more": "",
|
|
3034
|
-
"category": "
|
|
3500
|
+
"category": "Performance",
|
|
3035
3501
|
"type": "3rd-party",
|
|
3036
3502
|
"maintainers": [
|
|
3037
3503
|
{
|
|
3038
|
-
"name": "
|
|
3039
|
-
"github": "
|
|
3504
|
+
"name": "adenvt",
|
|
3505
|
+
"github": "adenvt"
|
|
3040
3506
|
}
|
|
3041
3507
|
],
|
|
3042
3508
|
"compatibility": {
|
|
3043
|
-
"nuxt": "^
|
|
3509
|
+
"nuxt": "^3.0.0",
|
|
3510
|
+
"requires": {}
|
|
3511
|
+
}
|
|
3512
|
+
},
|
|
3513
|
+
{
|
|
3514
|
+
"name": "nuxt-anchorscroll",
|
|
3515
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3516
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3517
|
+
"npm": "nuxt-anchorscroll",
|
|
3518
|
+
"icon": "",
|
|
3519
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3520
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3521
|
+
"learn_more": "",
|
|
3522
|
+
"category": "UI",
|
|
3523
|
+
"type": "3rd-party",
|
|
3524
|
+
"maintainers": [
|
|
3525
|
+
{
|
|
3526
|
+
"name": "Helltraitor",
|
|
3527
|
+
"github": "helltraitor"
|
|
3528
|
+
}
|
|
3529
|
+
],
|
|
3530
|
+
"compatibility": {
|
|
3531
|
+
"nuxt": "^3.0.0",
|
|
3532
|
+
"requires": {}
|
|
3533
|
+
}
|
|
3534
|
+
},
|
|
3535
|
+
{
|
|
3536
|
+
"name": "nuxt-auth-sanctum",
|
|
3537
|
+
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
3538
|
+
"repo": "manchenkoff/nuxt-auth-sanctum",
|
|
3539
|
+
"npm": "nuxt-auth-sanctum",
|
|
3540
|
+
"icon": "laravel.svg",
|
|
3541
|
+
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3542
|
+
"website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3543
|
+
"learn_more": "",
|
|
3544
|
+
"category": "Security",
|
|
3545
|
+
"type": "3rd-party",
|
|
3546
|
+
"maintainers": [
|
|
3547
|
+
{
|
|
3548
|
+
"name": "Artem Manchenkov",
|
|
3549
|
+
"github": "manchenkoff",
|
|
3550
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
3551
|
+
}
|
|
3552
|
+
],
|
|
3553
|
+
"compatibility": {
|
|
3554
|
+
"nuxt": "^3.0.0",
|
|
3555
|
+
"requires": {}
|
|
3556
|
+
}
|
|
3557
|
+
},
|
|
3558
|
+
{
|
|
3559
|
+
"name": "nuxt-basic-auth",
|
|
3560
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3561
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3562
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3563
|
+
"icon": "",
|
|
3564
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3565
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3566
|
+
"learn_more": "",
|
|
3567
|
+
"category": "Security",
|
|
3568
|
+
"type": "3rd-party",
|
|
3569
|
+
"maintainers": [
|
|
3570
|
+
{
|
|
3571
|
+
"name": "kgierke",
|
|
3572
|
+
"github": "kgierke"
|
|
3573
|
+
}
|
|
3574
|
+
],
|
|
3575
|
+
"compatibility": {
|
|
3576
|
+
"nuxt": "^3.0.0",
|
|
3577
|
+
"requires": {}
|
|
3578
|
+
}
|
|
3579
|
+
},
|
|
3580
|
+
{
|
|
3581
|
+
"name": "nuxt-bootstrap-icons",
|
|
3582
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3583
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3584
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3585
|
+
"icon": "bootstrap-icons.svg",
|
|
3586
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3587
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3588
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3589
|
+
"category": "UI",
|
|
3590
|
+
"type": "3rd-party",
|
|
3591
|
+
"maintainers": [
|
|
3592
|
+
{
|
|
3593
|
+
"name": "OyewoleOyedeji",
|
|
3594
|
+
"github": "OyewoleOyedeji"
|
|
3595
|
+
}
|
|
3596
|
+
],
|
|
3597
|
+
"compatibility": {
|
|
3598
|
+
"nuxt": "^3.0.0",
|
|
3044
3599
|
"requires": {}
|
|
3045
3600
|
}
|
|
3046
3601
|
},
|
|
3047
3602
|
{
|
|
3048
3603
|
"name": "nuxt-chatgpt",
|
|
3049
|
-
"description": "ChatGPT integration for Nuxt
|
|
3604
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3050
3605
|
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3051
3606
|
"npm": "nuxt-chatgpt",
|
|
3052
3607
|
"icon": "chatgpt.svg",
|
|
@@ -3066,6 +3621,54 @@
|
|
|
3066
3621
|
"requires": {}
|
|
3067
3622
|
}
|
|
3068
3623
|
},
|
|
3624
|
+
{
|
|
3625
|
+
"name": "nuxt-facebook-chat",
|
|
3626
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3627
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3628
|
+
"npm": "nuxt-facebook-chat",
|
|
3629
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3630
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3631
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3632
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3633
|
+
"category": "Libraries",
|
|
3634
|
+
"type": "3rd-party",
|
|
3635
|
+
"maintainers": [
|
|
3636
|
+
{
|
|
3637
|
+
"name": "Supanut Dokmaithong",
|
|
3638
|
+
"github": "Boomgeek"
|
|
3639
|
+
},
|
|
3640
|
+
{
|
|
3641
|
+
"name": "superdev-tech",
|
|
3642
|
+
"github": "superdev-tech"
|
|
3643
|
+
}
|
|
3644
|
+
],
|
|
3645
|
+
"compatibility": {
|
|
3646
|
+
"nuxt": "^3.0.0",
|
|
3647
|
+
"requires": {}
|
|
3648
|
+
}
|
|
3649
|
+
},
|
|
3650
|
+
{
|
|
3651
|
+
"name": "nuxt-feedme",
|
|
3652
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3653
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3654
|
+
"npm": "nuxt-feedme",
|
|
3655
|
+
"icon": "",
|
|
3656
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3657
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3658
|
+
"learn_more": "",
|
|
3659
|
+
"category": "SEO",
|
|
3660
|
+
"type": "3rd-party",
|
|
3661
|
+
"maintainers": [
|
|
3662
|
+
{
|
|
3663
|
+
"name": "Helltraitor",
|
|
3664
|
+
"github": "helltraitor"
|
|
3665
|
+
}
|
|
3666
|
+
],
|
|
3667
|
+
"compatibility": {
|
|
3668
|
+
"nuxt": "^3.0.0",
|
|
3669
|
+
"requires": {}
|
|
3670
|
+
}
|
|
3671
|
+
},
|
|
3069
3672
|
{
|
|
3070
3673
|
"name": "nuxt-graphql-middleware",
|
|
3071
3674
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -3119,7 +3722,7 @@
|
|
|
3119
3722
|
},
|
|
3120
3723
|
{
|
|
3121
3724
|
"name": "nuxt-gtm",
|
|
3122
|
-
"description": "A Nuxt
|
|
3725
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3123
3726
|
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3124
3727
|
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3125
3728
|
"icon": "nuxt-gtm.svg",
|
|
@@ -3136,7 +3739,8 @@
|
|
|
3136
3739
|
],
|
|
3137
3740
|
"compatibility": {
|
|
3138
3741
|
"nuxt": "^3.0.0",
|
|
3139
|
-
"requires": {}
|
|
3742
|
+
"requires": {},
|
|
3743
|
+
"devtools": "^0.0.0"
|
|
3140
3744
|
}
|
|
3141
3745
|
},
|
|
3142
3746
|
{
|
|
@@ -3164,24 +3768,46 @@
|
|
|
3164
3768
|
}
|
|
3165
3769
|
},
|
|
3166
3770
|
{
|
|
3167
|
-
"name": "nuxt-
|
|
3168
|
-
"description": "
|
|
3169
|
-
"repo": "",
|
|
3170
|
-
"npm": "nuxt-
|
|
3171
|
-
"icon": "
|
|
3172
|
-
"github": "",
|
|
3173
|
-
"website": "https://
|
|
3174
|
-
"learn_more": "
|
|
3175
|
-
"category": "
|
|
3771
|
+
"name": "nuxt-interpolation",
|
|
3772
|
+
"description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
|
|
3773
|
+
"repo": "daliborgogic/nuxt-interpolation#master",
|
|
3774
|
+
"npm": "nuxt-interpolation",
|
|
3775
|
+
"icon": "",
|
|
3776
|
+
"github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3777
|
+
"website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3778
|
+
"learn_more": "",
|
|
3779
|
+
"category": "Devtools",
|
|
3176
3780
|
"type": "3rd-party",
|
|
3177
3781
|
"maintainers": [
|
|
3178
3782
|
{
|
|
3179
|
-
"name": "
|
|
3180
|
-
"github": "
|
|
3783
|
+
"name": "daliborgogic",
|
|
3784
|
+
"github": "daliborgogic"
|
|
3181
3785
|
}
|
|
3182
3786
|
],
|
|
3183
3787
|
"compatibility": {
|
|
3184
|
-
"nuxt": "^2.0.0
|
|
3788
|
+
"nuxt": "^2.0.0",
|
|
3789
|
+
"requires": {}
|
|
3790
|
+
}
|
|
3791
|
+
},
|
|
3792
|
+
{
|
|
3793
|
+
"name": "nuxt-jsonld",
|
|
3794
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3795
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3796
|
+
"npm": "nuxt-jsonld",
|
|
3797
|
+
"icon": "",
|
|
3798
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3799
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3800
|
+
"learn_more": "",
|
|
3801
|
+
"category": "SEO",
|
|
3802
|
+
"type": "3rd-party",
|
|
3803
|
+
"maintainers": [
|
|
3804
|
+
{
|
|
3805
|
+
"name": "ymmooot",
|
|
3806
|
+
"github": "ymmooot"
|
|
3807
|
+
}
|
|
3808
|
+
],
|
|
3809
|
+
"compatibility": {
|
|
3810
|
+
"nuxt": "^3.0.0",
|
|
3185
3811
|
"requires": {}
|
|
3186
3812
|
}
|
|
3187
3813
|
},
|
|
@@ -3210,7 +3836,7 @@
|
|
|
3210
3836
|
},
|
|
3211
3837
|
{
|
|
3212
3838
|
"name": "nuxt-loco",
|
|
3213
|
-
"description": "A localise.biz module to synth locale with Nuxt
|
|
3839
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3214
3840
|
"repo": "gaetansenn/nuxt-loco",
|
|
3215
3841
|
"npm": "nuxt-loco",
|
|
3216
3842
|
"icon": "",
|
|
@@ -3231,6 +3857,28 @@
|
|
|
3231
3857
|
"requires": {}
|
|
3232
3858
|
}
|
|
3233
3859
|
},
|
|
3860
|
+
{
|
|
3861
|
+
"name": "nuxt-mail",
|
|
3862
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
3863
|
+
"repo": "dword-design/nuxt-mail",
|
|
3864
|
+
"npm": "nuxt-mail",
|
|
3865
|
+
"icon": "",
|
|
3866
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
3867
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
3868
|
+
"learn_more": "",
|
|
3869
|
+
"category": "Extensions",
|
|
3870
|
+
"type": "3rd-party",
|
|
3871
|
+
"maintainers": [
|
|
3872
|
+
{
|
|
3873
|
+
"name": "Sebastian Landwehr",
|
|
3874
|
+
"github": "dword-design"
|
|
3875
|
+
}
|
|
3876
|
+
],
|
|
3877
|
+
"compatibility": {
|
|
3878
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3879
|
+
"requires": {}
|
|
3880
|
+
}
|
|
3881
|
+
},
|
|
3234
3882
|
{
|
|
3235
3883
|
"name": "nuxt-mapbox",
|
|
3236
3884
|
"description": "Elegant Mapbox integration with Nuxt",
|
|
@@ -3253,6 +3901,28 @@
|
|
|
3253
3901
|
"requires": {}
|
|
3254
3902
|
}
|
|
3255
3903
|
},
|
|
3904
|
+
{
|
|
3905
|
+
"name": "nuxt-mdi",
|
|
3906
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3907
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3908
|
+
"npm": "nuxt-mdi",
|
|
3909
|
+
"icon": "mdi.png",
|
|
3910
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3911
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3912
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3913
|
+
"category": "Libraries",
|
|
3914
|
+
"type": "3rd-party",
|
|
3915
|
+
"maintainers": [
|
|
3916
|
+
{
|
|
3917
|
+
"name": "Emil Rosenius",
|
|
3918
|
+
"github": "ERPedersen"
|
|
3919
|
+
}
|
|
3920
|
+
],
|
|
3921
|
+
"compatibility": {
|
|
3922
|
+
"nuxt": "^3.0.0",
|
|
3923
|
+
"requires": {}
|
|
3924
|
+
}
|
|
3925
|
+
},
|
|
3256
3926
|
{
|
|
3257
3927
|
"name": "nuxt-monaco-editor",
|
|
3258
3928
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3277,12 +3947,12 @@
|
|
|
3277
3947
|
},
|
|
3278
3948
|
{
|
|
3279
3949
|
"name": "nuxt-mongoose",
|
|
3280
|
-
"description": "A Nuxt
|
|
3950
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3281
3951
|
"repo": "arashsheyda/nuxt-mongoose",
|
|
3282
3952
|
"npm": "nuxt-mongoose",
|
|
3283
3953
|
"icon": "nuxt-mongoose.svg",
|
|
3284
3954
|
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3285
|
-
"website": "https://
|
|
3955
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3286
3956
|
"learn_more": "",
|
|
3287
3957
|
"category": "Database",
|
|
3288
3958
|
"type": "3rd-party",
|
|
@@ -3292,6 +3962,30 @@
|
|
|
3292
3962
|
"github": "arashsheyda"
|
|
3293
3963
|
}
|
|
3294
3964
|
],
|
|
3965
|
+
"compatibility": {
|
|
3966
|
+
"nuxt": "^3.0.0",
|
|
3967
|
+
"requires": {},
|
|
3968
|
+
"devtools": "^0.0.0"
|
|
3969
|
+
}
|
|
3970
|
+
},
|
|
3971
|
+
{
|
|
3972
|
+
"name": "nuxt-payload-analyzer",
|
|
3973
|
+
"description": "Analyze Nuxt Payload Size",
|
|
3974
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
3975
|
+
"npm": "nuxt-payload-analyzer",
|
|
3976
|
+
"icon": "",
|
|
3977
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
3978
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
3979
|
+
"learn_more": "",
|
|
3980
|
+
"category": "Performance",
|
|
3981
|
+
"type": "3rd-party",
|
|
3982
|
+
"maintainers": [
|
|
3983
|
+
{
|
|
3984
|
+
"name": "Barbapapazes",
|
|
3985
|
+
"github": "Barbapapazes",
|
|
3986
|
+
"twitter": "soubiran_"
|
|
3987
|
+
}
|
|
3988
|
+
],
|
|
3295
3989
|
"compatibility": {
|
|
3296
3990
|
"nuxt": "^3.0.0",
|
|
3297
3991
|
"requires": {}
|
|
@@ -3320,6 +4014,28 @@
|
|
|
3320
4014
|
"requires": {}
|
|
3321
4015
|
}
|
|
3322
4016
|
},
|
|
4017
|
+
{
|
|
4018
|
+
"name": "nuxt-phosphor-icons",
|
|
4019
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
4020
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4021
|
+
"npm": "nuxt-phosphor-icons",
|
|
4022
|
+
"icon": "phosphor-icons.svg",
|
|
4023
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4024
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4025
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4026
|
+
"category": "UI",
|
|
4027
|
+
"type": "3rd-party",
|
|
4028
|
+
"maintainers": [
|
|
4029
|
+
{
|
|
4030
|
+
"name": "OyewoleOyedeji",
|
|
4031
|
+
"github": "OyewoleOyedeji"
|
|
4032
|
+
}
|
|
4033
|
+
],
|
|
4034
|
+
"compatibility": {
|
|
4035
|
+
"nuxt": "^3.0.0",
|
|
4036
|
+
"requires": {}
|
|
4037
|
+
}
|
|
4038
|
+
},
|
|
3323
4039
|
{
|
|
3324
4040
|
"name": "nuxt-pino-log",
|
|
3325
4041
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3344,7 +4060,7 @@
|
|
|
3344
4060
|
},
|
|
3345
4061
|
{
|
|
3346
4062
|
"name": "plausible",
|
|
3347
|
-
"description": "Nuxt
|
|
4063
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3348
4064
|
"repo": "nuxt-modules/plausible",
|
|
3349
4065
|
"npm": "@nuxtjs/plausible",
|
|
3350
4066
|
"icon": "plausible.png",
|
|
@@ -3364,9 +4080,35 @@
|
|
|
3364
4080
|
"requires": {}
|
|
3365
4081
|
}
|
|
3366
4082
|
},
|
|
4083
|
+
{
|
|
4084
|
+
"name": "nuxt-plotly",
|
|
4085
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
4086
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
4087
|
+
"npm": "nuxt-plotly",
|
|
4088
|
+
"icon": "nuxt-plotly.svg",
|
|
4089
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
4090
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
4091
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
4092
|
+
"category": "Libraries",
|
|
4093
|
+
"type": "3rd-party",
|
|
4094
|
+
"maintainers": [
|
|
4095
|
+
{
|
|
4096
|
+
"name": "Supanut Dokmaithong",
|
|
4097
|
+
"github": "Boomgeek"
|
|
4098
|
+
},
|
|
4099
|
+
{
|
|
4100
|
+
"name": "superdev-tech",
|
|
4101
|
+
"github": "superdev-tech"
|
|
4102
|
+
}
|
|
4103
|
+
],
|
|
4104
|
+
"compatibility": {
|
|
4105
|
+
"nuxt": "^3.0.0",
|
|
4106
|
+
"requires": {}
|
|
4107
|
+
}
|
|
4108
|
+
},
|
|
3367
4109
|
{
|
|
3368
4110
|
"name": "nuxt-png-to-ico",
|
|
3369
|
-
"description": "Nuxt
|
|
4111
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3370
4112
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3371
4113
|
"npm": "nuxt-png-to-ico",
|
|
3372
4114
|
"icon": "",
|
|
@@ -3389,7 +4131,7 @@
|
|
|
3389
4131
|
},
|
|
3390
4132
|
{
|
|
3391
4133
|
"name": "nuxt-smartlook",
|
|
3392
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
4134
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3393
4135
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3394
4136
|
"npm": "nuxt-smartlook",
|
|
3395
4137
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3411,6 +4153,28 @@
|
|
|
3411
4153
|
"requires": {}
|
|
3412
4154
|
}
|
|
3413
4155
|
},
|
|
4156
|
+
{
|
|
4157
|
+
"name": "nuxt-social-share",
|
|
4158
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
4159
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
4160
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
4161
|
+
"icon": "nuxt-social-share.png",
|
|
4162
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4163
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4164
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
4165
|
+
"category": "Extensions",
|
|
4166
|
+
"type": "3rd-party",
|
|
4167
|
+
"maintainers": [
|
|
4168
|
+
{
|
|
4169
|
+
"name": "stefanobartoletti",
|
|
4170
|
+
"github": "stefanobartoletti"
|
|
4171
|
+
}
|
|
4172
|
+
],
|
|
4173
|
+
"compatibility": {
|
|
4174
|
+
"nuxt": "^3.0.0",
|
|
4175
|
+
"requires": {}
|
|
4176
|
+
}
|
|
4177
|
+
},
|
|
3414
4178
|
{
|
|
3415
4179
|
"name": "ssr-lit",
|
|
3416
4180
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -3441,7 +4205,7 @@
|
|
|
3441
4205
|
},
|
|
3442
4206
|
{
|
|
3443
4207
|
"name": "nuxt-storm",
|
|
3444
|
-
"description": "WebStorm & PHPStorm support for
|
|
4208
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3445
4209
|
"repo": "fumeapp/nuxt-storm",
|
|
3446
4210
|
"npm": "nuxt-storm",
|
|
3447
4211
|
"icon": "nuxt-storm.png",
|
|
@@ -3485,7 +4249,7 @@
|
|
|
3485
4249
|
},
|
|
3486
4250
|
{
|
|
3487
4251
|
"name": "nuxt-unleash",
|
|
3488
|
-
"description": "Nuxt
|
|
4252
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3489
4253
|
"repo": "conejerock/nuxt-unleash",
|
|
3490
4254
|
"npm": "nuxt-unleash",
|
|
3491
4255
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3576,12 +4340,12 @@
|
|
|
3576
4340
|
{
|
|
3577
4341
|
"name": "nuxt-vue3-google-signin",
|
|
3578
4342
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3579
|
-
"repo": "
|
|
4343
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3580
4344
|
"npm": "nuxt-vue3-google-signin",
|
|
3581
4345
|
"icon": "vue3-google-signin.svg",
|
|
3582
|
-
"github": "https://github.com/
|
|
3583
|
-
"website": "https://vue3-google-signin.
|
|
3584
|
-
"learn_more": "https://vue3-google-signin.
|
|
4346
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
4347
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
4348
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3585
4349
|
"category": "Libraries",
|
|
3586
4350
|
"type": "3rd-party",
|
|
3587
4351
|
"maintainers": [
|
|
@@ -3596,20 +4360,20 @@
|
|
|
3596
4360
|
}
|
|
3597
4361
|
},
|
|
3598
4362
|
{
|
|
3599
|
-
"name": "
|
|
3600
|
-
"description": "
|
|
3601
|
-
"repo": "
|
|
3602
|
-
"npm": "
|
|
3603
|
-
"icon": "
|
|
3604
|
-
"github": "https://github.com/
|
|
3605
|
-
"website": "https://
|
|
3606
|
-
"learn_more": "
|
|
3607
|
-
"category": "
|
|
4363
|
+
"name": "Nuxt zodI18n",
|
|
4364
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
4365
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
4366
|
+
"npm": "nuxt-zod-i18n",
|
|
4367
|
+
"icon": "nuxt-zod-i18n.svg",
|
|
4368
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
4369
|
+
"website": "https://xibman-nuxt-zod-i18n.nuxt.space",
|
|
4370
|
+
"learn_more": "",
|
|
4371
|
+
"category": "Libraries",
|
|
3608
4372
|
"type": "3rd-party",
|
|
3609
4373
|
"maintainers": [
|
|
3610
4374
|
{
|
|
3611
|
-
"name": "
|
|
3612
|
-
"github": "
|
|
4375
|
+
"name": "xibman",
|
|
4376
|
+
"github": "xibman"
|
|
3613
4377
|
}
|
|
3614
4378
|
],
|
|
3615
4379
|
"compatibility": {
|
|
@@ -3618,60 +4382,81 @@
|
|
|
3618
4382
|
}
|
|
3619
4383
|
},
|
|
3620
4384
|
{
|
|
3621
|
-
"name": "
|
|
3622
|
-
"description": "
|
|
3623
|
-
"repo": "
|
|
3624
|
-
"npm": "
|
|
4385
|
+
"name": "nuxt3-interpolation",
|
|
4386
|
+
"description": "",
|
|
4387
|
+
"repo": "daliborgogic/interpolation#master",
|
|
4388
|
+
"npm": "nuxt3-interpolation",
|
|
3625
4389
|
"icon": "",
|
|
3626
|
-
"github": "https://github.com/
|
|
3627
|
-
"website": "https://github.com/
|
|
3628
|
-
"learn_more": "
|
|
3629
|
-
"category": "
|
|
3630
|
-
"type": "
|
|
4390
|
+
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4391
|
+
"website": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4392
|
+
"learn_more": "",
|
|
4393
|
+
"category": "Devtools",
|
|
4394
|
+
"type": "3rd-party",
|
|
3631
4395
|
"maintainers": [
|
|
3632
4396
|
{
|
|
3633
|
-
"name": "
|
|
3634
|
-
"github": "
|
|
3635
|
-
"twitter": "_pi0_"
|
|
4397
|
+
"name": "daliborgogic",
|
|
4398
|
+
"github": "daliborgogic"
|
|
3636
4399
|
}
|
|
3637
4400
|
],
|
|
3638
4401
|
"compatibility": {
|
|
3639
|
-
"nuxt": "^
|
|
4402
|
+
"nuxt": "^3.0.0",
|
|
3640
4403
|
"requires": {}
|
|
3641
4404
|
}
|
|
3642
4405
|
},
|
|
3643
4406
|
{
|
|
3644
|
-
"name": "
|
|
3645
|
-
"description": "
|
|
3646
|
-
"repo": "
|
|
3647
|
-
"npm": "
|
|
3648
|
-
"icon": "
|
|
3649
|
-
"github": "https://github.com/
|
|
3650
|
-
"website": "https://
|
|
3651
|
-
"learn_more": "https://
|
|
4407
|
+
"name": "nuxt3-leaflet",
|
|
4408
|
+
"description": "Leaflet integration with Nuxt",
|
|
4409
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4410
|
+
"npm": "nuxt3-leaflet",
|
|
4411
|
+
"icon": "leaflet.png",
|
|
4412
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4413
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4414
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4415
|
+
"category": "Libraries",
|
|
4416
|
+
"type": "3rd-party",
|
|
4417
|
+
"maintainers": [
|
|
4418
|
+
{
|
|
4419
|
+
"name": "Augustin MERCIER",
|
|
4420
|
+
"github": "Gugustinette"
|
|
4421
|
+
}
|
|
4422
|
+
],
|
|
4423
|
+
"compatibility": {
|
|
4424
|
+
"nuxt": "^3.0.0",
|
|
4425
|
+
"requires": {}
|
|
4426
|
+
}
|
|
4427
|
+
},
|
|
4428
|
+
{
|
|
4429
|
+
"name": "nuxt7",
|
|
4430
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
4431
|
+
"repo": "nuxt-community/nuxt7",
|
|
4432
|
+
"npm": "nuxt7",
|
|
4433
|
+
"icon": "",
|
|
4434
|
+
"github": "https://github.com/nuxt-community/nuxt7",
|
|
4435
|
+
"website": "https://github.com/nuxt-community/nuxt7",
|
|
4436
|
+
"learn_more": "https://framework7.io/",
|
|
3652
4437
|
"category": "UI",
|
|
3653
|
-
"type": "
|
|
4438
|
+
"type": "community",
|
|
3654
4439
|
"maintainers": [
|
|
3655
4440
|
{
|
|
3656
|
-
"name": "
|
|
3657
|
-
"github": "
|
|
3658
|
-
"twitter": "
|
|
4441
|
+
"name": "Pooya Parsa",
|
|
4442
|
+
"github": "pi0",
|
|
4443
|
+
"twitter": "_pi0_"
|
|
3659
4444
|
}
|
|
3660
4445
|
],
|
|
3661
4446
|
"compatibility": {
|
|
3662
|
-
"nuxt": "^
|
|
4447
|
+
"nuxt": "^2.0.0",
|
|
3663
4448
|
"requires": {}
|
|
3664
4449
|
}
|
|
3665
4450
|
},
|
|
3666
4451
|
{
|
|
3667
4452
|
"name": "og-image",
|
|
3668
|
-
"description": "
|
|
4453
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
3669
4454
|
"repo": "harlan-zw/nuxt-og-image",
|
|
3670
4455
|
"npm": "nuxt-og-image",
|
|
3671
|
-
"icon": "",
|
|
4456
|
+
"icon": "og-image.svg",
|
|
3672
4457
|
"github": "https://github.com/harlan-zw/nuxt-og-image",
|
|
3673
|
-
"website": "https://
|
|
3674
|
-
"learn_more": "",
|
|
4458
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4459
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
3675
4460
|
"category": "SEO",
|
|
3676
4461
|
"type": "3rd-party",
|
|
3677
4462
|
"maintainers": [
|
|
@@ -3684,7 +4469,8 @@
|
|
|
3684
4469
|
],
|
|
3685
4470
|
"compatibility": {
|
|
3686
4471
|
"nuxt": "^3.0.0",
|
|
3687
|
-
"requires": {}
|
|
4472
|
+
"requires": {},
|
|
4473
|
+
"devtools": "^0.0.0"
|
|
3688
4474
|
}
|
|
3689
4475
|
},
|
|
3690
4476
|
{
|
|
@@ -3712,7 +4498,7 @@
|
|
|
3712
4498
|
},
|
|
3713
4499
|
{
|
|
3714
4500
|
"name": "optimized-images",
|
|
3715
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4501
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
3716
4502
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
3717
4503
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
3718
4504
|
"icon": "",
|
|
@@ -3757,7 +4543,7 @@
|
|
|
3757
4543
|
},
|
|
3758
4544
|
{
|
|
3759
4545
|
"name": "parse",
|
|
3760
|
-
"description": "Parse package for Nuxt
|
|
4546
|
+
"description": "Parse package for Nuxt",
|
|
3761
4547
|
"repo": "cierrateam/nuxt-parse",
|
|
3762
4548
|
"npm": "nuxt-parse",
|
|
3763
4549
|
"icon": "",
|
|
@@ -3777,6 +4563,29 @@
|
|
|
3777
4563
|
"requires": {}
|
|
3778
4564
|
}
|
|
3779
4565
|
},
|
|
4566
|
+
{
|
|
4567
|
+
"name": "particles",
|
|
4568
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4569
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4570
|
+
"npm": "nuxt-particles",
|
|
4571
|
+
"icon": "",
|
|
4572
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4573
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4574
|
+
"learn_more": "https://particles.js.org/",
|
|
4575
|
+
"category": "Libraries",
|
|
4576
|
+
"type": "3rd-party",
|
|
4577
|
+
"maintainers": [
|
|
4578
|
+
{
|
|
4579
|
+
"name": "Joey Pereira",
|
|
4580
|
+
"github": "Joepocalyptic",
|
|
4581
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4582
|
+
}
|
|
4583
|
+
],
|
|
4584
|
+
"compatibility": {
|
|
4585
|
+
"nuxt": "^3.0.0",
|
|
4586
|
+
"requires": {}
|
|
4587
|
+
}
|
|
4588
|
+
},
|
|
3780
4589
|
{
|
|
3781
4590
|
"name": "partytown",
|
|
3782
4591
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -3802,6 +4611,28 @@
|
|
|
3802
4611
|
}
|
|
3803
4612
|
}
|
|
3804
4613
|
},
|
|
4614
|
+
{
|
|
4615
|
+
"name": "paypal",
|
|
4616
|
+
"description": "A Nuxt module for simplifying the use of Paypal in your project.",
|
|
4617
|
+
"repo": "arashsheyda/nuxt-paypal",
|
|
4618
|
+
"npm": "nuxt-paypal",
|
|
4619
|
+
"icon": "paypal.svg",
|
|
4620
|
+
"github": "https://github.com/arashsheyda/nuxt-paypal",
|
|
4621
|
+
"website": "https://github.com/arashsheyda/nuxt-paypal#readme",
|
|
4622
|
+
"learn_more": "https://developer.paypal.com/sdk/js/reference/",
|
|
4623
|
+
"category": "Payment",
|
|
4624
|
+
"type": "3rd-party",
|
|
4625
|
+
"maintainers": [
|
|
4626
|
+
{
|
|
4627
|
+
"name": "Arash Sheyda",
|
|
4628
|
+
"github": "arashsheyda"
|
|
4629
|
+
}
|
|
4630
|
+
],
|
|
4631
|
+
"compatibility": {
|
|
4632
|
+
"nuxt": "^3.0.0",
|
|
4633
|
+
"requires": {}
|
|
4634
|
+
}
|
|
4635
|
+
},
|
|
3805
4636
|
{
|
|
3806
4637
|
"name": "pdfeasy",
|
|
3807
4638
|
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
@@ -3923,7 +4754,7 @@
|
|
|
3923
4754
|
},
|
|
3924
4755
|
{
|
|
3925
4756
|
"name": "plausible",
|
|
3926
|
-
"description": "Nuxt
|
|
4757
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3927
4758
|
"repo": "nuxt-modules/plausible",
|
|
3928
4759
|
"npm": "@nuxtjs/plausible",
|
|
3929
4760
|
"icon": "",
|
|
@@ -3965,9 +4796,56 @@
|
|
|
3965
4796
|
"requires": {}
|
|
3966
4797
|
}
|
|
3967
4798
|
},
|
|
4799
|
+
{
|
|
4800
|
+
"name": "prepare",
|
|
4801
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4802
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4803
|
+
"npm": "nuxt-prepare",
|
|
4804
|
+
"icon": "prepare.svg",
|
|
4805
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4806
|
+
"website": "https://nuxt-prepare.jhnn.dev",
|
|
4807
|
+
"learn_more": "",
|
|
4808
|
+
"category": "Devtools",
|
|
4809
|
+
"type": "3rd-party",
|
|
4810
|
+
"maintainers": [
|
|
4811
|
+
{
|
|
4812
|
+
"name": "Johann Schopplich",
|
|
4813
|
+
"github": "johannschopplich",
|
|
4814
|
+
"twitter": "jschopplich",
|
|
4815
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
4816
|
+
}
|
|
4817
|
+
],
|
|
4818
|
+
"compatibility": {
|
|
4819
|
+
"nuxt": "^3.0.0",
|
|
4820
|
+
"requires": {}
|
|
4821
|
+
}
|
|
4822
|
+
},
|
|
4823
|
+
{
|
|
4824
|
+
"name": "primevue",
|
|
4825
|
+
"description": "Next Generation Vue UI Component Library",
|
|
4826
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
4827
|
+
"npm": "nuxt-primevue",
|
|
4828
|
+
"icon": "primevue.svg",
|
|
4829
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
4830
|
+
"website": "https://primevue.org/",
|
|
4831
|
+
"learn_more": "https://primevue.org/",
|
|
4832
|
+
"category": "UI",
|
|
4833
|
+
"type": "3rd-party",
|
|
4834
|
+
"maintainers": [
|
|
4835
|
+
{
|
|
4836
|
+
"name": "primefaces",
|
|
4837
|
+
"github": "primefaces",
|
|
4838
|
+
"twitter": "primevue"
|
|
4839
|
+
}
|
|
4840
|
+
],
|
|
4841
|
+
"compatibility": {
|
|
4842
|
+
"nuxt": "^3.0.0",
|
|
4843
|
+
"requires": {}
|
|
4844
|
+
}
|
|
4845
|
+
},
|
|
3968
4846
|
{
|
|
3969
4847
|
"name": "prismic",
|
|
3970
|
-
"description": "Easily connect your Nuxt
|
|
4848
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
3971
4849
|
"repo": "nuxt-modules/prismic",
|
|
3972
4850
|
"npm": "@nuxtjs/prismic",
|
|
3973
4851
|
"icon": "prismic.png",
|
|
@@ -4034,7 +4912,7 @@
|
|
|
4034
4912
|
},
|
|
4035
4913
|
{
|
|
4036
4914
|
"name": "proxy",
|
|
4037
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
4915
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
4038
4916
|
"repo": "nuxt-community/proxy-module",
|
|
4039
4917
|
"npm": "@nuxtjs/proxy",
|
|
4040
4918
|
"icon": "",
|
|
@@ -4080,7 +4958,7 @@
|
|
|
4080
4958
|
},
|
|
4081
4959
|
{
|
|
4082
4960
|
"name": "purgecss",
|
|
4083
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
4961
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
4084
4962
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
4085
4963
|
"npm": "nuxt-purgecss",
|
|
4086
4964
|
"icon": "purgecss.png",
|
|
@@ -4102,7 +4980,7 @@
|
|
|
4102
4980
|
},
|
|
4103
4981
|
{
|
|
4104
4982
|
"name": "pwa",
|
|
4105
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
4983
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
4106
4984
|
"repo": "nuxt-community/pwa-module",
|
|
4107
4985
|
"npm": "@nuxtjs/pwa",
|
|
4108
4986
|
"icon": "pwa.png",
|
|
@@ -4127,7 +5005,7 @@
|
|
|
4127
5005
|
},
|
|
4128
5006
|
{
|
|
4129
5007
|
"name": "python",
|
|
4130
|
-
"description": "Write Nuxt
|
|
5008
|
+
"description": "Write Nuxt applications using Python",
|
|
4131
5009
|
"repo": "nuxt-community/python-module",
|
|
4132
5010
|
"npm": "@nuxtjs/python",
|
|
4133
5011
|
"icon": "python.png",
|
|
@@ -4164,6 +5042,64 @@
|
|
|
4164
5042
|
"github": "Maiquu"
|
|
4165
5043
|
}
|
|
4166
5044
|
],
|
|
5045
|
+
"compatibility": {
|
|
5046
|
+
"nuxt": "^3.0.0",
|
|
5047
|
+
"requires": {},
|
|
5048
|
+
"devtools": "^0.0.0"
|
|
5049
|
+
}
|
|
5050
|
+
},
|
|
5051
|
+
{
|
|
5052
|
+
"name": "radash",
|
|
5053
|
+
"description": "radash module with auto-import and custom prefix",
|
|
5054
|
+
"repo": "bbg/nuxt-radash",
|
|
5055
|
+
"npm": "nuxt-radash",
|
|
5056
|
+
"icon": "radash.png",
|
|
5057
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
5058
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
5059
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
5060
|
+
"category": "Libraries",
|
|
5061
|
+
"type": "3rd-party",
|
|
5062
|
+
"maintainers": [
|
|
5063
|
+
{
|
|
5064
|
+
"name": "Batuhan Göksu",
|
|
5065
|
+
"github": "bbg"
|
|
5066
|
+
}
|
|
5067
|
+
],
|
|
5068
|
+
"compatibility": {
|
|
5069
|
+
"nuxt": "^3.0.0",
|
|
5070
|
+
"requires": {}
|
|
5071
|
+
}
|
|
5072
|
+
},
|
|
5073
|
+
{
|
|
5074
|
+
"name": "radix-vue",
|
|
5075
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
5076
|
+
"repo": "radix-vue/radix-vue",
|
|
5077
|
+
"npm": "radix-vue",
|
|
5078
|
+
"icon": "radix-vue.svg",
|
|
5079
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
5080
|
+
"website": "https://www.radix-vue.com/",
|
|
5081
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
5082
|
+
"category": "UI",
|
|
5083
|
+
"type": "3rd-party",
|
|
5084
|
+
"maintainers": [
|
|
5085
|
+
{
|
|
5086
|
+
"name": "Zernonia",
|
|
5087
|
+
"github": "zernonia",
|
|
5088
|
+
"twitter": "zernonia"
|
|
5089
|
+
},
|
|
5090
|
+
{
|
|
5091
|
+
"name": "Khairul Haaziq",
|
|
5092
|
+
"github": "khairulhaaziq"
|
|
5093
|
+
},
|
|
5094
|
+
{
|
|
5095
|
+
"name": "Mujahid Anuar",
|
|
5096
|
+
"github": "mujahidfa"
|
|
5097
|
+
},
|
|
5098
|
+
{
|
|
5099
|
+
"name": "Max",
|
|
5100
|
+
"github": "onmax"
|
|
5101
|
+
}
|
|
5102
|
+
],
|
|
4167
5103
|
"compatibility": {
|
|
4168
5104
|
"nuxt": "^3.0.0",
|
|
4169
5105
|
"requires": {}
|
|
@@ -4171,7 +5107,7 @@
|
|
|
4171
5107
|
},
|
|
4172
5108
|
{
|
|
4173
5109
|
"name": "recaptcha",
|
|
4174
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
5110
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4175
5111
|
"repo": "nuxt-community/recaptcha-module",
|
|
4176
5112
|
"npm": "@nuxtjs/recaptcha",
|
|
4177
5113
|
"icon": "recaptcha.png",
|
|
@@ -4214,9 +5150,32 @@
|
|
|
4214
5150
|
"requires": {}
|
|
4215
5151
|
}
|
|
4216
5152
|
},
|
|
5153
|
+
{
|
|
5154
|
+
"name": "resend",
|
|
5155
|
+
"description": "Resend integration for Nuxt",
|
|
5156
|
+
"repo": "nhedger/nuxt-resend",
|
|
5157
|
+
"npm": "nuxt-resend",
|
|
5158
|
+
"icon": "resend.svg",
|
|
5159
|
+
"github": "https://github.com/nhedger/nuxt-resend",
|
|
5160
|
+
"website": "https://github.com/nhedger/nuxt-resend",
|
|
5161
|
+
"learn_more": "https://resend.com",
|
|
5162
|
+
"category": "Extensions",
|
|
5163
|
+
"type": "3rd-party",
|
|
5164
|
+
"maintainers": [
|
|
5165
|
+
{
|
|
5166
|
+
"name": "Nicolas Hedger",
|
|
5167
|
+
"github": "nhedger",
|
|
5168
|
+
"twitter": "nicolashedger"
|
|
5169
|
+
}
|
|
5170
|
+
],
|
|
5171
|
+
"compatibility": {
|
|
5172
|
+
"nuxt": "^3.0.0",
|
|
5173
|
+
"requires": {}
|
|
5174
|
+
}
|
|
5175
|
+
},
|
|
4217
5176
|
{
|
|
4218
5177
|
"name": "rfg-icon",
|
|
4219
|
-
"description": "Nuxt
|
|
5178
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4220
5179
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4221
5180
|
"npm": "nuxt-rfg-icon",
|
|
4222
5181
|
"icon": "real-favicon-generator.png",
|
|
@@ -4238,12 +5197,12 @@
|
|
|
4238
5197
|
},
|
|
4239
5198
|
{
|
|
4240
5199
|
"name": "robots",
|
|
4241
|
-
"description": "A Nuxt
|
|
4242
|
-
"repo": "nuxt-
|
|
5200
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
5201
|
+
"repo": "nuxt-modules/robots",
|
|
4243
5202
|
"npm": "@nuxtjs/robots",
|
|
4244
5203
|
"icon": "robots.png",
|
|
4245
|
-
"github": "https://github.com/nuxt-
|
|
4246
|
-
"website": "https://github.com/nuxt-
|
|
5204
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
5205
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
4247
5206
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
4248
5207
|
"category": "SEO",
|
|
4249
5208
|
"type": "community",
|
|
@@ -4262,23 +5221,23 @@
|
|
|
4262
5221
|
},
|
|
4263
5222
|
{
|
|
4264
5223
|
"name": "rollbar",
|
|
4265
|
-
"description": "
|
|
4266
|
-
"repo": "
|
|
4267
|
-
"npm": "nuxt-rollbar
|
|
5224
|
+
"description": "Nuxt 3 module to integrate Rollbar.",
|
|
5225
|
+
"repo": "jairoblatt/nuxt-rollbar",
|
|
5226
|
+
"npm": "nuxt-rollbar",
|
|
4268
5227
|
"icon": "rollbar.png",
|
|
4269
|
-
"github": "https://github.com/
|
|
4270
|
-
"website": "https://github.com/
|
|
5228
|
+
"github": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
5229
|
+
"website": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
4271
5230
|
"learn_more": "https://docs.rollbar.com/docs/javascript",
|
|
4272
5231
|
"category": "Monitoring",
|
|
4273
5232
|
"type": "3rd-party",
|
|
4274
5233
|
"maintainers": [
|
|
4275
5234
|
{
|
|
4276
|
-
"name": "
|
|
4277
|
-
"github": "
|
|
5235
|
+
"name": "Jairo Blatt",
|
|
5236
|
+
"github": "jairoblatt"
|
|
4278
5237
|
}
|
|
4279
5238
|
],
|
|
4280
5239
|
"compatibility": {
|
|
4281
|
-
"nuxt": "^
|
|
5240
|
+
"nuxt": "^3.0.0",
|
|
4282
5241
|
"requires": {}
|
|
4283
5242
|
}
|
|
4284
5243
|
},
|
|
@@ -4307,7 +5266,7 @@
|
|
|
4307
5266
|
},
|
|
4308
5267
|
{
|
|
4309
5268
|
"name": "router",
|
|
4310
|
-
"description": "Nuxt
|
|
5269
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4311
5270
|
"repo": "nuxt-community/router-module",
|
|
4312
5271
|
"npm": "@nuxtjs/router",
|
|
4313
5272
|
"icon": "vue.png",
|
|
@@ -4355,13 +5314,13 @@
|
|
|
4355
5314
|
},
|
|
4356
5315
|
{
|
|
4357
5316
|
"name": "schema-org",
|
|
4358
|
-
"description": "Schema.org for Nuxt
|
|
4359
|
-
"repo": "
|
|
5317
|
+
"description": "Schema.org for Nuxt.",
|
|
5318
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4360
5319
|
"npm": "nuxt-schema-org",
|
|
4361
5320
|
"icon": "schema-org.svg",
|
|
4362
|
-
"github": "https://github.com/
|
|
4363
|
-
"website": "https://
|
|
4364
|
-
"learn_more": "https://
|
|
5321
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
5322
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
5323
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4365
5324
|
"category": "SEO",
|
|
4366
5325
|
"type": "3rd-party",
|
|
4367
5326
|
"maintainers": [
|
|
@@ -4424,7 +5383,7 @@
|
|
|
4424
5383
|
},
|
|
4425
5384
|
{
|
|
4426
5385
|
"name": "segment",
|
|
4427
|
-
"description": "Nuxt
|
|
5386
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4428
5387
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4429
5388
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4430
5389
|
"icon": "segment.png",
|
|
@@ -4446,10 +5405,10 @@
|
|
|
4446
5405
|
},
|
|
4447
5406
|
{
|
|
4448
5407
|
"name": "sentry",
|
|
4449
|
-
"description": "Sentry module for Nuxt
|
|
5408
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4450
5409
|
"repo": "nuxt-community/sentry-module",
|
|
4451
5410
|
"npm": "@nuxtjs/sentry",
|
|
4452
|
-
"icon": "sentry.
|
|
5411
|
+
"icon": "sentry.svg",
|
|
4453
5412
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4454
5413
|
"website": "https://sentry.nuxtjs.org/",
|
|
4455
5414
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4466,14 +5425,38 @@
|
|
|
4466
5425
|
"requires": {}
|
|
4467
5426
|
}
|
|
4468
5427
|
},
|
|
5428
|
+
{
|
|
5429
|
+
"name": "seo-experiments",
|
|
5430
|
+
"description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
|
|
5431
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5432
|
+
"npm": "nuxt-seo-experiments",
|
|
5433
|
+
"icon": "seo-experiments.svg",
|
|
5434
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5435
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5436
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
5437
|
+
"category": "SEO",
|
|
5438
|
+
"type": "3rd-party",
|
|
5439
|
+
"maintainers": [
|
|
5440
|
+
{
|
|
5441
|
+
"name": "Harlan Wilton",
|
|
5442
|
+
"github": "harlan-zw",
|
|
5443
|
+
"twitter": "harlan_zw",
|
|
5444
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5445
|
+
}
|
|
5446
|
+
],
|
|
5447
|
+
"compatibility": {
|
|
5448
|
+
"nuxt": "^3.0.0",
|
|
5449
|
+
"requires": {}
|
|
5450
|
+
}
|
|
5451
|
+
},
|
|
4469
5452
|
{
|
|
4470
5453
|
"name": "seo-kit",
|
|
4471
|
-
"description": "
|
|
5454
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
4472
5455
|
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4473
5456
|
"npm": "nuxt-seo-kit",
|
|
4474
5457
|
"icon": "seo-kit.svg",
|
|
4475
5458
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4476
|
-
"website": "https://
|
|
5459
|
+
"website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
4477
5460
|
"learn_more": "",
|
|
4478
5461
|
"category": "SEO",
|
|
4479
5462
|
"type": "3rd-party",
|
|
@@ -4513,7 +5496,7 @@
|
|
|
4513
5496
|
},
|
|
4514
5497
|
{
|
|
4515
5498
|
"name": "seomatic-meta",
|
|
4516
|
-
"description": "A Nuxt
|
|
5499
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4517
5500
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4518
5501
|
"npm": "nuxt-seomatic-meta",
|
|
4519
5502
|
"icon": "seomatic.png",
|
|
@@ -4556,6 +5539,29 @@
|
|
|
4556
5539
|
"requires": {}
|
|
4557
5540
|
}
|
|
4558
5541
|
},
|
|
5542
|
+
{
|
|
5543
|
+
"name": "server-block",
|
|
5544
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5545
|
+
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
|
|
5546
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
5547
|
+
"icon": "server-block.svg",
|
|
5548
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
5549
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5550
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5551
|
+
"category": "Extensions",
|
|
5552
|
+
"type": "3rd-party",
|
|
5553
|
+
"maintainers": [
|
|
5554
|
+
{
|
|
5555
|
+
"name": "Hebilicious",
|
|
5556
|
+
"github": "Hebilicious",
|
|
5557
|
+
"twitter": "its_hebilicious"
|
|
5558
|
+
}
|
|
5559
|
+
],
|
|
5560
|
+
"compatibility": {
|
|
5561
|
+
"nuxt": "^3.0.0",
|
|
5562
|
+
"requires": {}
|
|
5563
|
+
}
|
|
5564
|
+
},
|
|
4559
5565
|
{
|
|
4560
5566
|
"name": "session",
|
|
4561
5567
|
"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",
|
|
@@ -4581,7 +5587,7 @@
|
|
|
4581
5587
|
},
|
|
4582
5588
|
{
|
|
4583
5589
|
"name": "shopify",
|
|
4584
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5590
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4585
5591
|
"repo": "Gomah/nuxt-shopify",
|
|
4586
5592
|
"npm": "nuxt-shopify",
|
|
4587
5593
|
"icon": "shopify.png",
|
|
@@ -4602,7 +5608,7 @@
|
|
|
4602
5608
|
}
|
|
4603
5609
|
},
|
|
4604
5610
|
{
|
|
4605
|
-
"name": "
|
|
5611
|
+
"name": "sidebase-auth",
|
|
4606
5612
|
"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.",
|
|
4607
5613
|
"repo": "sidebase/nuxt-auth",
|
|
4608
5614
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -4648,13 +5654,13 @@
|
|
|
4648
5654
|
},
|
|
4649
5655
|
{
|
|
4650
5656
|
"name": "simple-robots",
|
|
4651
|
-
"description": "
|
|
5657
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
4652
5658
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4653
5659
|
"npm": "nuxt-simple-robots",
|
|
4654
|
-
"icon": "",
|
|
5660
|
+
"icon": "simple-robots.svg",
|
|
4655
5661
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4656
|
-
"website": "https://
|
|
4657
|
-
"learn_more": "",
|
|
5662
|
+
"website": "https://nuxtseo.com/robots",
|
|
5663
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
4658
5664
|
"category": "SEO",
|
|
4659
5665
|
"type": "3rd-party",
|
|
4660
5666
|
"maintainers": [
|
|
@@ -4672,13 +5678,13 @@
|
|
|
4672
5678
|
},
|
|
4673
5679
|
{
|
|
4674
5680
|
"name": "simple-sitemap",
|
|
4675
|
-
"description": "
|
|
5681
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
4676
5682
|
"repo": "harlan-zw/nuxt-simple-sitemap",
|
|
4677
5683
|
"npm": "nuxt-simple-sitemap",
|
|
4678
|
-
"icon": "",
|
|
5684
|
+
"icon": "simple-sitemap.svg",
|
|
4679
5685
|
"github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
4680
|
-
"website": "https://
|
|
4681
|
-
"learn_more": "",
|
|
5686
|
+
"website": "https://nuxtseo.com/simple-sitemap",
|
|
5687
|
+
"learn_more": "https://nuxtseo.com/simple-sitemap",
|
|
4682
5688
|
"category": "SEO",
|
|
4683
5689
|
"type": "3rd-party",
|
|
4684
5690
|
"maintainers": [
|
|
@@ -4696,7 +5702,7 @@
|
|
|
4696
5702
|
},
|
|
4697
5703
|
{
|
|
4698
5704
|
"name": "sitemap",
|
|
4699
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt
|
|
5705
|
+
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
|
|
4700
5706
|
"repo": "nuxt-community/sitemap-module#dev",
|
|
4701
5707
|
"npm": "@nuxtjs/sitemap",
|
|
4702
5708
|
"icon": "",
|
|
@@ -4741,7 +5747,7 @@
|
|
|
4741
5747
|
},
|
|
4742
5748
|
{
|
|
4743
5749
|
"name": "snipcart",
|
|
4744
|
-
"description": "Snipcart integration module for Nuxt
|
|
5750
|
+
"description": "Snipcart integration module for Nuxt",
|
|
4745
5751
|
"repo": "nuxt-modules/snipcart",
|
|
4746
5752
|
"npm": "@nuxtjs/snipcart",
|
|
4747
5753
|
"icon": "snipcart.png",
|
|
@@ -4764,7 +5770,7 @@
|
|
|
4764
5770
|
},
|
|
4765
5771
|
{
|
|
4766
5772
|
"name": "social-meta",
|
|
4767
|
-
"description": "Nuxt
|
|
5773
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
4768
5774
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
4769
5775
|
"npm": "nuxt-social-meta",
|
|
4770
5776
|
"icon": "",
|
|
@@ -4886,7 +5892,7 @@
|
|
|
4886
5892
|
},
|
|
4887
5893
|
{
|
|
4888
5894
|
"name": "storage",
|
|
4889
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
5895
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
4890
5896
|
"repo": "mazipan/nuxt-storage",
|
|
4891
5897
|
"npm": "nuxt-storage",
|
|
4892
5898
|
"icon": "",
|
|
@@ -4908,7 +5914,7 @@
|
|
|
4908
5914
|
},
|
|
4909
5915
|
{
|
|
4910
5916
|
"name": "storefront-ui",
|
|
4911
|
-
"description": "Storefront UI Module for Nuxt
|
|
5917
|
+
"description": "Storefront UI Module for Nuxt",
|
|
4912
5918
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
4913
5919
|
"npm": "@storefront-ui/nuxt",
|
|
4914
5920
|
"icon": "storefront-ui.svg",
|
|
@@ -4952,7 +5958,7 @@
|
|
|
4952
5958
|
},
|
|
4953
5959
|
{
|
|
4954
5960
|
"name": "storyblok",
|
|
4955
|
-
"description": "Storyblok Nuxt
|
|
5961
|
+
"description": "Storyblok Nuxt module",
|
|
4956
5962
|
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
4957
5963
|
"npm": "@storyblok/nuxt",
|
|
4958
5964
|
"icon": "storyblok.png",
|
|
@@ -4969,46 +5975,43 @@
|
|
|
4969
5975
|
],
|
|
4970
5976
|
"compatibility": {
|
|
4971
5977
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4972
|
-
"requires": {}
|
|
5978
|
+
"requires": {},
|
|
5979
|
+
"devtools": "^0.0.0"
|
|
4973
5980
|
}
|
|
4974
5981
|
},
|
|
4975
5982
|
{
|
|
4976
5983
|
"name": "storybook",
|
|
4977
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
4978
|
-
"repo": "nuxt-
|
|
5984
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
5985
|
+
"repo": "nuxt-modules/storybook",
|
|
4979
5986
|
"npm": "@nuxtjs/storybook",
|
|
4980
5987
|
"icon": "storybook.png",
|
|
4981
|
-
"github": "https://github.com/nuxt-
|
|
5988
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
4982
5989
|
"website": "https://storybook.nuxtjs.org",
|
|
4983
|
-
"learn_more": "https://
|
|
5990
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
4984
5991
|
"category": "Devtools",
|
|
4985
5992
|
"type": "community",
|
|
4986
5993
|
"maintainers": [
|
|
4987
5994
|
{
|
|
4988
|
-
"name": "
|
|
4989
|
-
"github": "
|
|
4990
|
-
"twitter": "
|
|
4991
|
-
},
|
|
4992
|
-
{
|
|
4993
|
-
"name": "Pooya Parsa",
|
|
4994
|
-
"github": "pi0",
|
|
4995
|
-
"twitter": "_pi0_"
|
|
5995
|
+
"name": "Chakir QATAB",
|
|
5996
|
+
"github": "chakAs3",
|
|
5997
|
+
"twitter": "ChakirQatab"
|
|
4996
5998
|
}
|
|
4997
5999
|
],
|
|
4998
6000
|
"compatibility": {
|
|
4999
|
-
"nuxt": "^2.0.0",
|
|
6001
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5000
6002
|
"requires": {
|
|
5001
6003
|
"bridge": "optional"
|
|
5002
|
-
}
|
|
6004
|
+
},
|
|
6005
|
+
"devtools": "^0.7.2"
|
|
5003
6006
|
}
|
|
5004
6007
|
},
|
|
5005
6008
|
{
|
|
5006
6009
|
"name": "strapi",
|
|
5007
6010
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
5008
|
-
"repo": "nuxt-
|
|
6011
|
+
"repo": "nuxt-modules/strapi",
|
|
5009
6012
|
"npm": "@nuxtjs/strapi",
|
|
5010
6013
|
"icon": "strapi.png",
|
|
5011
|
-
"github": "https://github.com/nuxt-
|
|
6014
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
5012
6015
|
"website": "https://strapi.nuxtjs.org",
|
|
5013
6016
|
"learn_more": "https://strapi.io/",
|
|
5014
6017
|
"category": "CMS",
|
|
@@ -5029,7 +6032,34 @@
|
|
|
5029
6032
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5030
6033
|
"requires": {
|
|
5031
6034
|
"bridge": true
|
|
6035
|
+
},
|
|
6036
|
+
"devtools": "^0.0.0"
|
|
6037
|
+
}
|
|
6038
|
+
},
|
|
6039
|
+
{
|
|
6040
|
+
"name": "stripe-next",
|
|
6041
|
+
"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.",
|
|
6042
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
6043
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
6044
|
+
"icon": "stripe.png",
|
|
6045
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
6046
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
6047
|
+
"learn_more": "https://stripe.com/docs",
|
|
6048
|
+
"category": "Payment",
|
|
6049
|
+
"type": "3rd-party",
|
|
6050
|
+
"maintainers": [
|
|
6051
|
+
{
|
|
6052
|
+
"name": "Loic Fuentes",
|
|
6053
|
+
"github": "fuentesloic"
|
|
6054
|
+
},
|
|
6055
|
+
{
|
|
6056
|
+
"name": "Florent Giraud",
|
|
6057
|
+
"github": "flozero"
|
|
5032
6058
|
}
|
|
6059
|
+
],
|
|
6060
|
+
"compatibility": {
|
|
6061
|
+
"nuxt": "^3.0.0",
|
|
6062
|
+
"requires": {}
|
|
5033
6063
|
}
|
|
5034
6064
|
},
|
|
5035
6065
|
{
|
|
@@ -5054,6 +6084,36 @@
|
|
|
5054
6084
|
"requires": {}
|
|
5055
6085
|
}
|
|
5056
6086
|
},
|
|
6087
|
+
{
|
|
6088
|
+
"name": "studio",
|
|
6089
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
6090
|
+
"repo": "nuxtlabs/studio-module",
|
|
6091
|
+
"npm": "@nuxthq/studio",
|
|
6092
|
+
"icon": "studio.svg",
|
|
6093
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
6094
|
+
"website": "https://nuxt.studio",
|
|
6095
|
+
"learn_more": "https://nuxt.studio",
|
|
6096
|
+
"category": "CMS",
|
|
6097
|
+
"type": "3rd-party",
|
|
6098
|
+
"maintainers": [
|
|
6099
|
+
{
|
|
6100
|
+
"name": "Ahad Birang",
|
|
6101
|
+
"github": "farnabaz",
|
|
6102
|
+
"twitter": "a_birang"
|
|
6103
|
+
},
|
|
6104
|
+
{
|
|
6105
|
+
"name": "Sébastien Chopin",
|
|
6106
|
+
"github": "Atinux",
|
|
6107
|
+
"twitter": "Atinux"
|
|
6108
|
+
}
|
|
6109
|
+
],
|
|
6110
|
+
"compatibility": {
|
|
6111
|
+
"nuxt": "^3.0.0",
|
|
6112
|
+
"requires": {
|
|
6113
|
+
"content": true
|
|
6114
|
+
}
|
|
6115
|
+
}
|
|
6116
|
+
},
|
|
5057
6117
|
{
|
|
5058
6118
|
"name": "style-resources",
|
|
5059
6119
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -5079,7 +6139,7 @@
|
|
|
5079
6139
|
},
|
|
5080
6140
|
{
|
|
5081
6141
|
"name": "stylelint",
|
|
5082
|
-
"description": "Stylelint module for Nuxt.
|
|
6142
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
5083
6143
|
"repo": "nuxt-community/stylelint-module",
|
|
5084
6144
|
"npm": "@nuxtjs/stylelint-module",
|
|
5085
6145
|
"icon": "stylelint.png",
|
|
@@ -5125,10 +6185,10 @@
|
|
|
5125
6185
|
{
|
|
5126
6186
|
"name": "supabase",
|
|
5127
6187
|
"description": "First class integration with Supabase",
|
|
5128
|
-
"repo": "nuxt-
|
|
6188
|
+
"repo": "nuxt-modules/supabase",
|
|
5129
6189
|
"npm": "@nuxtjs/supabase",
|
|
5130
6190
|
"icon": "supabase.png",
|
|
5131
|
-
"github": "https://github.com/nuxt-
|
|
6191
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
5132
6192
|
"website": "https://supabase.nuxtjs.org",
|
|
5133
6193
|
"learn_more": "https://supabase.com",
|
|
5134
6194
|
"category": "Database",
|
|
@@ -5179,12 +6239,12 @@
|
|
|
5179
6239
|
},
|
|
5180
6240
|
{
|
|
5181
6241
|
"name": "svg-sprite",
|
|
5182
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5183
|
-
"repo": "nuxt-
|
|
6242
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
6243
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5184
6244
|
"npm": "@nuxtjs/svg-sprite",
|
|
5185
6245
|
"icon": "",
|
|
5186
|
-
"github": "https://github.com/nuxt-
|
|
5187
|
-
"website": "https://github.com/nuxt-
|
|
6246
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
6247
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5188
6248
|
"learn_more": "",
|
|
5189
6249
|
"category": "UI",
|
|
5190
6250
|
"type": "community",
|
|
@@ -5196,13 +6256,13 @@
|
|
|
5196
6256
|
}
|
|
5197
6257
|
],
|
|
5198
6258
|
"compatibility": {
|
|
5199
|
-
"nuxt": "^2.0.0",
|
|
6259
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5200
6260
|
"requires": {}
|
|
5201
6261
|
}
|
|
5202
6262
|
},
|
|
5203
6263
|
{
|
|
5204
6264
|
"name": "svg",
|
|
5205
|
-
"description": "Super simple svg loading module for Nuxt
|
|
6265
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5206
6266
|
"repo": "nuxt-community/svg-module",
|
|
5207
6267
|
"npm": "@nuxtjs/svg",
|
|
5208
6268
|
"icon": "",
|
|
@@ -5246,7 +6306,7 @@
|
|
|
5246
6306
|
},
|
|
5247
6307
|
{
|
|
5248
6308
|
"name": "swiper",
|
|
5249
|
-
"description": "Nuxt
|
|
6309
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5250
6310
|
"repo": "cpreston321/nuxt-swiper",
|
|
5251
6311
|
"npm": "nuxt-swiper",
|
|
5252
6312
|
"icon": "swiper.svg",
|
|
@@ -5292,10 +6352,10 @@
|
|
|
5292
6352
|
{
|
|
5293
6353
|
"name": "tailwindcss",
|
|
5294
6354
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5295
|
-
"repo": "nuxt-
|
|
6355
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5296
6356
|
"npm": "@nuxtjs/tailwindcss",
|
|
5297
6357
|
"icon": "tailwindcss.png",
|
|
5298
|
-
"github": "https://github.com/nuxt-
|
|
6358
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5299
6359
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5300
6360
|
"learn_more": "https://tailwindcss.com/",
|
|
5301
6361
|
"category": "UI",
|
|
@@ -5305,11 +6365,16 @@
|
|
|
5305
6365
|
"name": "Sébastien Chopin",
|
|
5306
6366
|
"github": "Atinux",
|
|
5307
6367
|
"twitter": "Atinux"
|
|
6368
|
+
},
|
|
6369
|
+
{
|
|
6370
|
+
"name": "Inesh Bose",
|
|
6371
|
+
"github": "ineshbose"
|
|
5308
6372
|
}
|
|
5309
6373
|
],
|
|
5310
6374
|
"compatibility": {
|
|
5311
6375
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5312
|
-
"requires": {}
|
|
6376
|
+
"requires": {},
|
|
6377
|
+
"devtools": "^0.0.0"
|
|
5313
6378
|
}
|
|
5314
6379
|
},
|
|
5315
6380
|
{
|
|
@@ -5321,40 +6386,117 @@
|
|
|
5321
6386
|
"github": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
5322
6387
|
"website": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
5323
6388
|
"learn_more": "",
|
|
5324
|
-
"category": "Analytics",
|
|
6389
|
+
"category": "Analytics",
|
|
6390
|
+
"type": "3rd-party",
|
|
6391
|
+
"maintainers": [
|
|
6392
|
+
{
|
|
6393
|
+
"name": "stickpro",
|
|
6394
|
+
"github": "stickpro",
|
|
6395
|
+
"avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
|
|
6396
|
+
}
|
|
6397
|
+
],
|
|
6398
|
+
"compatibility": {
|
|
6399
|
+
"nuxt": "^2.0.0",
|
|
6400
|
+
"requires": {}
|
|
6401
|
+
}
|
|
6402
|
+
},
|
|
6403
|
+
{
|
|
6404
|
+
"name": "time",
|
|
6405
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
6406
|
+
"repo": "danielroe/nuxt-time",
|
|
6407
|
+
"npm": "nuxt-time",
|
|
6408
|
+
"icon": "",
|
|
6409
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
6410
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
6411
|
+
"learn_more": "",
|
|
6412
|
+
"category": "Extensions",
|
|
6413
|
+
"type": "3rd-party",
|
|
6414
|
+
"maintainers": [
|
|
6415
|
+
{
|
|
6416
|
+
"name": "danielroe",
|
|
6417
|
+
"github": "danielroe"
|
|
6418
|
+
}
|
|
6419
|
+
],
|
|
6420
|
+
"compatibility": {
|
|
6421
|
+
"nuxt": "^3.0.0",
|
|
6422
|
+
"requires": {}
|
|
6423
|
+
}
|
|
6424
|
+
},
|
|
6425
|
+
{
|
|
6426
|
+
"name": "toast",
|
|
6427
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
6428
|
+
"repo": "nuxt-community/modules#master/packages/toast",
|
|
6429
|
+
"npm": "@nuxtjs/toast",
|
|
6430
|
+
"icon": "",
|
|
6431
|
+
"github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
6432
|
+
"website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
6433
|
+
"learn_more": "https://github.com/shakee93/vue-toasted",
|
|
6434
|
+
"category": "Libraries",
|
|
6435
|
+
"type": "community",
|
|
6436
|
+
"maintainers": [
|
|
6437
|
+
{
|
|
6438
|
+
"name": "Pooya Parsa",
|
|
6439
|
+
"github": "pi0",
|
|
6440
|
+
"twitter": "_pi0_"
|
|
6441
|
+
}
|
|
6442
|
+
],
|
|
6443
|
+
"compatibility": {
|
|
6444
|
+
"nuxt": "^2.0.0",
|
|
6445
|
+
"requires": {}
|
|
6446
|
+
}
|
|
6447
|
+
},
|
|
6448
|
+
{
|
|
6449
|
+
"name": "translation-manager",
|
|
6450
|
+
"description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
|
|
6451
|
+
"repo": "samk-dev/nuxt-translation-manager",
|
|
6452
|
+
"npm": "nuxt-translation-manager",
|
|
6453
|
+
"icon": "translation-manager.png",
|
|
6454
|
+
"github": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6455
|
+
"website": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6456
|
+
"learn_more": "",
|
|
6457
|
+
"category": "Extensions",
|
|
5325
6458
|
"type": "3rd-party",
|
|
5326
6459
|
"maintainers": [
|
|
5327
6460
|
{
|
|
5328
|
-
"name": "
|
|
5329
|
-
"github": "
|
|
5330
|
-
"avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
|
|
6461
|
+
"name": "Sam K",
|
|
6462
|
+
"github": "samk-dev"
|
|
5331
6463
|
}
|
|
5332
6464
|
],
|
|
5333
6465
|
"compatibility": {
|
|
5334
|
-
"nuxt": "^
|
|
6466
|
+
"nuxt": "^3.0.0",
|
|
5335
6467
|
"requires": {}
|
|
5336
6468
|
}
|
|
5337
6469
|
},
|
|
5338
6470
|
{
|
|
5339
|
-
"name": "
|
|
5340
|
-
"description": "
|
|
5341
|
-
"repo": "nuxt
|
|
5342
|
-
"npm": "@
|
|
5343
|
-
"icon": "",
|
|
5344
|
-
"github": "https://github.com/nuxt
|
|
5345
|
-
"website": "https://
|
|
5346
|
-
"learn_more": "https://
|
|
6471
|
+
"name": "tresjs",
|
|
6472
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
6473
|
+
"repo": "tresjs/nuxt",
|
|
6474
|
+
"npm": "@tresjs/nuxt",
|
|
6475
|
+
"icon": "tresjs.svg",
|
|
6476
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
6477
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
6478
|
+
"learn_more": "https://tresjs.org/",
|
|
5347
6479
|
"category": "Libraries",
|
|
5348
|
-
"type": "
|
|
6480
|
+
"type": "3rd-party",
|
|
5349
6481
|
"maintainers": [
|
|
5350
6482
|
{
|
|
5351
|
-
"name": "
|
|
5352
|
-
"github": "
|
|
5353
|
-
"twitter": "
|
|
6483
|
+
"name": "Alvaro Saburido",
|
|
6484
|
+
"github": "alvarosabu",
|
|
6485
|
+
"twitter": "alvarosabu"
|
|
6486
|
+
},
|
|
6487
|
+
{
|
|
6488
|
+
"name": "Jaime Torrealba",
|
|
6489
|
+
"github": "JaimeTorrealba",
|
|
6490
|
+
"twitter": "jaimebboyjt"
|
|
6491
|
+
},
|
|
6492
|
+
{
|
|
6493
|
+
"name": "Tino Koch",
|
|
6494
|
+
"github": "Tinoooo",
|
|
6495
|
+
"twitter": "ichbintino"
|
|
5354
6496
|
}
|
|
5355
6497
|
],
|
|
5356
6498
|
"compatibility": {
|
|
5357
|
-
"nuxt": "^
|
|
6499
|
+
"nuxt": "^3.0.0",
|
|
5358
6500
|
"requires": {}
|
|
5359
6501
|
}
|
|
5360
6502
|
},
|
|
@@ -5385,7 +6527,7 @@
|
|
|
5385
6527
|
},
|
|
5386
6528
|
{
|
|
5387
6529
|
"name": "twa",
|
|
5388
|
-
"description": "Nuxt
|
|
6530
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5389
6531
|
"repo": "tuarrep/nuxt-twa",
|
|
5390
6532
|
"npm": "nuxt-twa",
|
|
5391
6533
|
"icon": "",
|
|
@@ -5407,6 +6549,28 @@
|
|
|
5407
6549
|
}
|
|
5408
6550
|
}
|
|
5409
6551
|
},
|
|
6552
|
+
{
|
|
6553
|
+
"name": "twemoji",
|
|
6554
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
6555
|
+
"repo": "yizack/nuxt-twemoji",
|
|
6556
|
+
"npm": "nuxt-twemoji",
|
|
6557
|
+
"icon": "twemoji.svg",
|
|
6558
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
6559
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
6560
|
+
"learn_more": "",
|
|
6561
|
+
"category": "UI",
|
|
6562
|
+
"type": "3rd-party",
|
|
6563
|
+
"maintainers": [
|
|
6564
|
+
{
|
|
6565
|
+
"name": "Yizack Rangel",
|
|
6566
|
+
"github": "yizack"
|
|
6567
|
+
}
|
|
6568
|
+
],
|
|
6569
|
+
"compatibility": {
|
|
6570
|
+
"nuxt": "^3.0.0",
|
|
6571
|
+
"requires": {}
|
|
6572
|
+
}
|
|
6573
|
+
},
|
|
5410
6574
|
{
|
|
5411
6575
|
"name": "twicpics",
|
|
5412
6576
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5551,6 +6715,63 @@
|
|
|
5551
6715
|
"requires": {}
|
|
5552
6716
|
}
|
|
5553
6717
|
},
|
|
6718
|
+
{
|
|
6719
|
+
"name": "typo3",
|
|
6720
|
+
"description": "TYPO3 Headless Frontend Rendering module",
|
|
6721
|
+
"repo": "TYPO3-Headless/nuxt-typo3",
|
|
6722
|
+
"npm": "@t3headless/nuxt-typo3",
|
|
6723
|
+
"icon": "typo3.svg",
|
|
6724
|
+
"github": "https://github.com/TYPO3-Headless/nuxt-typo3",
|
|
6725
|
+
"website": "https://t3headless.macopedia.io/nuxt-typo3/",
|
|
6726
|
+
"learn_more": "https://github.com/TYPO3-Headless",
|
|
6727
|
+
"category": "CMS",
|
|
6728
|
+
"type": "3rd-party",
|
|
6729
|
+
"maintainers": [
|
|
6730
|
+
{
|
|
6731
|
+
"name": "Macopedia",
|
|
6732
|
+
"github": "macopedia",
|
|
6733
|
+
"twitter": "macopediapl"
|
|
6734
|
+
}
|
|
6735
|
+
],
|
|
6736
|
+
"compatibility": {
|
|
6737
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6738
|
+
"requires": {},
|
|
6739
|
+
"devtools": "^0.0.0"
|
|
6740
|
+
}
|
|
6741
|
+
},
|
|
6742
|
+
{
|
|
6743
|
+
"name": "ui",
|
|
6744
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6745
|
+
"repo": "nuxt/ui#dev",
|
|
6746
|
+
"npm": "@nuxt/ui",
|
|
6747
|
+
"icon": "nuxt.svg",
|
|
6748
|
+
"github": "https://github.com/nuxt/ui",
|
|
6749
|
+
"website": "https://ui.nuxt.com",
|
|
6750
|
+
"learn_more": "",
|
|
6751
|
+
"category": "UI",
|
|
6752
|
+
"type": "official",
|
|
6753
|
+
"maintainers": [
|
|
6754
|
+
{
|
|
6755
|
+
"name": "Benjamin Canac",
|
|
6756
|
+
"github": "benjamincanac",
|
|
6757
|
+
"twitter": "benjamincanac"
|
|
6758
|
+
},
|
|
6759
|
+
{
|
|
6760
|
+
"name": "Sebastien Chopin",
|
|
6761
|
+
"github": "Atinux",
|
|
6762
|
+
"twitter": "Atinux"
|
|
6763
|
+
},
|
|
6764
|
+
{
|
|
6765
|
+
"name": "Sylvain Marroufin",
|
|
6766
|
+
"github": "smarroufin",
|
|
6767
|
+
"twitter": "smarroufin"
|
|
6768
|
+
}
|
|
6769
|
+
],
|
|
6770
|
+
"compatibility": {
|
|
6771
|
+
"nuxt": "^3.0.0",
|
|
6772
|
+
"requires": {}
|
|
6773
|
+
}
|
|
6774
|
+
},
|
|
5554
6775
|
{
|
|
5555
6776
|
"name": "umami",
|
|
5556
6777
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -5599,7 +6820,7 @@
|
|
|
5599
6820
|
},
|
|
5600
6821
|
{
|
|
5601
6822
|
"name": "universal-storage",
|
|
5602
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6823
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
5603
6824
|
"repo": "nuxt-community/universal-storage-module",
|
|
5604
6825
|
"npm": "@nuxtjs/universal-storage",
|
|
5605
6826
|
"icon": "",
|
|
@@ -5676,12 +6897,12 @@
|
|
|
5676
6897
|
{
|
|
5677
6898
|
"name": "unocss",
|
|
5678
6899
|
"description": "The instant on-demand atomic CSS engine.",
|
|
5679
|
-
"repo": "
|
|
6900
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
5680
6901
|
"npm": "@unocss/nuxt",
|
|
5681
6902
|
"icon": "unocss.svg",
|
|
5682
|
-
"github": "https://github.com/
|
|
5683
|
-
"website": "https://github.com/
|
|
5684
|
-
"learn_more": "https://github.com/
|
|
6903
|
+
"github": "https://github.com/unocss/unocss",
|
|
6904
|
+
"website": "https://github.com/unocss/unocss",
|
|
6905
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
5685
6906
|
"category": "UI",
|
|
5686
6907
|
"type": "3rd-party",
|
|
5687
6908
|
"maintainers": [
|
|
@@ -5696,7 +6917,8 @@
|
|
|
5696
6917
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5697
6918
|
"requires": {
|
|
5698
6919
|
"bridge": "optional"
|
|
5699
|
-
}
|
|
6920
|
+
},
|
|
6921
|
+
"devtools": "^0.0.0"
|
|
5700
6922
|
}
|
|
5701
6923
|
},
|
|
5702
6924
|
{
|
|
@@ -5722,9 +6944,33 @@
|
|
|
5722
6944
|
"requires": {}
|
|
5723
6945
|
}
|
|
5724
6946
|
},
|
|
6947
|
+
{
|
|
6948
|
+
"name": "use-wagmi",
|
|
6949
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
6950
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
6951
|
+
"npm": "@use-wagmi/nuxt",
|
|
6952
|
+
"icon": "use-wagmi.png",
|
|
6953
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
6954
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
6955
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
6956
|
+
"category": "Extensions",
|
|
6957
|
+
"type": "3rd-party",
|
|
6958
|
+
"maintainers": [
|
|
6959
|
+
{
|
|
6960
|
+
"name": "Unic Ape",
|
|
6961
|
+
"github": "unicape"
|
|
6962
|
+
}
|
|
6963
|
+
],
|
|
6964
|
+
"compatibility": {
|
|
6965
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6966
|
+
"requires": {
|
|
6967
|
+
"bridge": true
|
|
6968
|
+
}
|
|
6969
|
+
}
|
|
6970
|
+
},
|
|
5725
6971
|
{
|
|
5726
6972
|
"name": "user-agent",
|
|
5727
|
-
"description": "Nuxt
|
|
6973
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
5728
6974
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
5729
6975
|
"npm": "nuxt-user-agent",
|
|
5730
6976
|
"icon": "",
|
|
@@ -5814,9 +7060,31 @@
|
|
|
5814
7060
|
}
|
|
5815
7061
|
}
|
|
5816
7062
|
},
|
|
7063
|
+
{
|
|
7064
|
+
"name": "vcalendar",
|
|
7065
|
+
"description": "VCalendar module for Nuxt",
|
|
7066
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
7067
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
7068
|
+
"icon": "vcalendar.png",
|
|
7069
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
7070
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
7071
|
+
"learn_more": "",
|
|
7072
|
+
"category": "Libraries",
|
|
7073
|
+
"type": "3rd-party",
|
|
7074
|
+
"maintainers": [
|
|
7075
|
+
{
|
|
7076
|
+
"name": "Sam K",
|
|
7077
|
+
"github": "samk-dev"
|
|
7078
|
+
}
|
|
7079
|
+
],
|
|
7080
|
+
"compatibility": {
|
|
7081
|
+
"nuxt": "^3.0.0",
|
|
7082
|
+
"requires": {}
|
|
7083
|
+
}
|
|
7084
|
+
},
|
|
5817
7085
|
{
|
|
5818
7086
|
"name": "vee-validate",
|
|
5819
|
-
"description": "Painless Vue forms for Nuxt
|
|
7087
|
+
"description": "Painless Vue forms for Nuxt",
|
|
5820
7088
|
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
5821
7089
|
"npm": "@vee-validate/nuxt",
|
|
5822
7090
|
"icon": "vee-validate.png",
|
|
@@ -5859,6 +7127,28 @@
|
|
|
5859
7127
|
"requires": {}
|
|
5860
7128
|
}
|
|
5861
7129
|
},
|
|
7130
|
+
{
|
|
7131
|
+
"name": "vercel-analytics",
|
|
7132
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
7133
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
7134
|
+
"npm": "nuxt-vercel-analytics",
|
|
7135
|
+
"icon": "",
|
|
7136
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
7137
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
7138
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
7139
|
+
"category": "Analytics",
|
|
7140
|
+
"type": "3rd-party",
|
|
7141
|
+
"maintainers": [
|
|
7142
|
+
{
|
|
7143
|
+
"name": "Alexander B.",
|
|
7144
|
+
"github": "xanderbarkhatov"
|
|
7145
|
+
}
|
|
7146
|
+
],
|
|
7147
|
+
"compatibility": {
|
|
7148
|
+
"nuxt": "^3.0.0",
|
|
7149
|
+
"requires": {}
|
|
7150
|
+
}
|
|
7151
|
+
},
|
|
5862
7152
|
{
|
|
5863
7153
|
"name": "vexip-ui",
|
|
5864
7154
|
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
@@ -5884,7 +7174,7 @@
|
|
|
5884
7174
|
},
|
|
5885
7175
|
{
|
|
5886
7176
|
"name": "vite-pwa-nuxt",
|
|
5887
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
7177
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
5888
7178
|
"repo": "vite-pwa/nuxt",
|
|
5889
7179
|
"npm": "@vite-pwa/nuxt",
|
|
5890
7180
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -5913,13 +7203,13 @@
|
|
|
5913
7203
|
{
|
|
5914
7204
|
"name": "vitest",
|
|
5915
7205
|
"description": "Vitest integration with Nuxt",
|
|
5916
|
-
"repo": "danielroe/nuxt-vitest
|
|
7206
|
+
"repo": "danielroe/nuxt-vitest",
|
|
5917
7207
|
"npm": "nuxt-vitest",
|
|
5918
7208
|
"icon": "vitest.svg",
|
|
5919
7209
|
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
5920
7210
|
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
5921
7211
|
"learn_more": "",
|
|
5922
|
-
"category": "
|
|
7212
|
+
"category": "Devtools",
|
|
5923
7213
|
"type": "3rd-party",
|
|
5924
7214
|
"maintainers": [
|
|
5925
7215
|
{
|
|
@@ -5931,6 +7221,61 @@
|
|
|
5931
7221
|
"github": "antfu"
|
|
5932
7222
|
}
|
|
5933
7223
|
],
|
|
7224
|
+
"compatibility": {
|
|
7225
|
+
"nuxt": "^3.0.0",
|
|
7226
|
+
"requires": {},
|
|
7227
|
+
"devtools": "^0.0.0"
|
|
7228
|
+
}
|
|
7229
|
+
},
|
|
7230
|
+
{
|
|
7231
|
+
"name": "vue-email",
|
|
7232
|
+
"description": "💌 Write email templates with vue",
|
|
7233
|
+
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
7234
|
+
"npm": "vue-email",
|
|
7235
|
+
"icon": "vue-email.svg",
|
|
7236
|
+
"github": "https://github.com/Dave136/vue-email",
|
|
7237
|
+
"website": "https://www.vuemail.net/",
|
|
7238
|
+
"learn_more": "https://vue-email.vercel.app/getting-started",
|
|
7239
|
+
"category": "UI",
|
|
7240
|
+
"type": "3rd-party",
|
|
7241
|
+
"maintainers": [
|
|
7242
|
+
{
|
|
7243
|
+
"name": "David Arenas",
|
|
7244
|
+
"github": "Dave136",
|
|
7245
|
+
"twitter": "davejs4",
|
|
7246
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
7247
|
+
},
|
|
7248
|
+
{
|
|
7249
|
+
"name": "Younes Barrad",
|
|
7250
|
+
"github": "Flowko",
|
|
7251
|
+
"twitter": "imflowko",
|
|
7252
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
7253
|
+
}
|
|
7254
|
+
],
|
|
7255
|
+
"compatibility": {
|
|
7256
|
+
"nuxt": "^3.0.0",
|
|
7257
|
+
"requires": {},
|
|
7258
|
+
"devtools": "^0.0.0"
|
|
7259
|
+
}
|
|
7260
|
+
},
|
|
7261
|
+
{
|
|
7262
|
+
"name": "vue-final-modal",
|
|
7263
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7264
|
+
"repo": "vue-final/vue-final-modal",
|
|
7265
|
+
"npm": "@vue-final-modal/nuxt",
|
|
7266
|
+
"icon": "vue-final-modal.svg",
|
|
7267
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
7268
|
+
"website": "https://vue-final-modal.org/",
|
|
7269
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
7270
|
+
"category": "UI",
|
|
7271
|
+
"type": "3rd-party",
|
|
7272
|
+
"maintainers": [
|
|
7273
|
+
{
|
|
7274
|
+
"name": "Hunter Liu",
|
|
7275
|
+
"github": "hunterliu1003",
|
|
7276
|
+
"twitter": "hunterliu1003"
|
|
7277
|
+
}
|
|
7278
|
+
],
|
|
5934
7279
|
"compatibility": {
|
|
5935
7280
|
"nuxt": "^3.0.0",
|
|
5936
7281
|
"requires": {}
|
|
@@ -5938,13 +7283,13 @@
|
|
|
5938
7283
|
},
|
|
5939
7284
|
{
|
|
5940
7285
|
"name": "vue-macros",
|
|
5941
|
-
"description": "Explore
|
|
5942
|
-
"repo": "sxzz/
|
|
7286
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
7287
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5943
7288
|
"npm": "@vue-macros/nuxt",
|
|
5944
7289
|
"icon": "vue-macros.svg",
|
|
5945
|
-
"github": "https://github.com/sxzz/
|
|
7290
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5946
7291
|
"website": "https://vue-macros.sxzz.moe",
|
|
5947
|
-
"learn_more": "https://github.com/sxzz/
|
|
7292
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5948
7293
|
"category": "Extensions",
|
|
5949
7294
|
"type": "3rd-party",
|
|
5950
7295
|
"maintainers": [
|
|
@@ -5958,7 +7303,8 @@
|
|
|
5958
7303
|
"nuxt": "^3.0.0",
|
|
5959
7304
|
"requires": {
|
|
5960
7305
|
"bridge": "optional"
|
|
5961
|
-
}
|
|
7306
|
+
},
|
|
7307
|
+
"devtools": "^0.0.0"
|
|
5962
7308
|
}
|
|
5963
7309
|
},
|
|
5964
7310
|
{
|
|
@@ -5985,7 +7331,7 @@
|
|
|
5985
7331
|
},
|
|
5986
7332
|
{
|
|
5987
7333
|
"name": "vue-multiselect",
|
|
5988
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
7334
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
5989
7335
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
5990
7336
|
"npm": "nuxt-vue-multiselect",
|
|
5991
7337
|
"icon": "",
|
|
@@ -6027,6 +7373,29 @@
|
|
|
6027
7373
|
"requires": {}
|
|
6028
7374
|
}
|
|
6029
7375
|
},
|
|
7376
|
+
{
|
|
7377
|
+
"name": "vue-query",
|
|
7378
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
7379
|
+
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
|
|
7380
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
7381
|
+
"icon": "vue-query.svg",
|
|
7382
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
7383
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
7384
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
7385
|
+
"category": "Request",
|
|
7386
|
+
"type": "3rd-party",
|
|
7387
|
+
"maintainers": [
|
|
7388
|
+
{
|
|
7389
|
+
"name": "Hebilicious",
|
|
7390
|
+
"github": "Hebilicious",
|
|
7391
|
+
"twitter": "its_hebilicious"
|
|
7392
|
+
}
|
|
7393
|
+
],
|
|
7394
|
+
"compatibility": {
|
|
7395
|
+
"nuxt": "^3.0.0",
|
|
7396
|
+
"requires": {}
|
|
7397
|
+
}
|
|
7398
|
+
},
|
|
6030
7399
|
{
|
|
6031
7400
|
"name": "vue-select",
|
|
6032
7401
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -6076,7 +7445,7 @@
|
|
|
6076
7445
|
},
|
|
6077
7446
|
{
|
|
6078
7447
|
"name": "vue-warehouse",
|
|
6079
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7448
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
6080
7449
|
"repo": "juliomrqz/vue-warehouse",
|
|
6081
7450
|
"npm": "vue-warehouse",
|
|
6082
7451
|
"icon": "",
|
|
@@ -6097,6 +7466,29 @@
|
|
|
6097
7466
|
"requires": {}
|
|
6098
7467
|
}
|
|
6099
7468
|
},
|
|
7469
|
+
{
|
|
7470
|
+
"name": "vue3-carousel-nuxt",
|
|
7471
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
7472
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
7473
|
+
"npm": "vue3-carousel-nuxt",
|
|
7474
|
+
"icon": "",
|
|
7475
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7476
|
+
"website": "",
|
|
7477
|
+
"learn_more": "",
|
|
7478
|
+
"category": "UI",
|
|
7479
|
+
"type": "3rd-party",
|
|
7480
|
+
"maintainers": [
|
|
7481
|
+
{
|
|
7482
|
+
"name": "Gaetan SENN",
|
|
7483
|
+
"github": "gaetansenn",
|
|
7484
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
7485
|
+
}
|
|
7486
|
+
],
|
|
7487
|
+
"compatibility": {
|
|
7488
|
+
"nuxt": "^3.0.0",
|
|
7489
|
+
"requires": {}
|
|
7490
|
+
}
|
|
7491
|
+
},
|
|
6100
7492
|
{
|
|
6101
7493
|
"name": "vuefire",
|
|
6102
7494
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
@@ -6119,9 +7511,55 @@
|
|
|
6119
7511
|
"requires": {}
|
|
6120
7512
|
}
|
|
6121
7513
|
},
|
|
7514
|
+
{
|
|
7515
|
+
"name": "vueform-builder",
|
|
7516
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7517
|
+
"repo": "vueform/builder/nuxt",
|
|
7518
|
+
"npm": "@vueform/builder-nuxt",
|
|
7519
|
+
"icon": "vueform.svg",
|
|
7520
|
+
"github": "https://github.com/vueform/builder",
|
|
7521
|
+
"website": "https://builder.vueform.com",
|
|
7522
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7523
|
+
"category": "Libraries",
|
|
7524
|
+
"type": "3rd-party",
|
|
7525
|
+
"maintainers": [
|
|
7526
|
+
{
|
|
7527
|
+
"name": "Adam Berecz",
|
|
7528
|
+
"github": "adamberecz",
|
|
7529
|
+
"twitter": "bereczadam"
|
|
7530
|
+
}
|
|
7531
|
+
],
|
|
7532
|
+
"compatibility": {
|
|
7533
|
+
"nuxt": "^3.0.0",
|
|
7534
|
+
"requires": {}
|
|
7535
|
+
}
|
|
7536
|
+
},
|
|
7537
|
+
{
|
|
7538
|
+
"name": "vueform",
|
|
7539
|
+
"description": "Official Vueform module for Nuxt",
|
|
7540
|
+
"repo": "vueform/vueform/nuxt",
|
|
7541
|
+
"npm": "@vueform/nuxt",
|
|
7542
|
+
"icon": "vueform.svg",
|
|
7543
|
+
"github": "https://github.com/vueform/vueform",
|
|
7544
|
+
"website": "https://vueform.com",
|
|
7545
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7546
|
+
"category": "Libraries",
|
|
7547
|
+
"type": "3rd-party",
|
|
7548
|
+
"maintainers": [
|
|
7549
|
+
{
|
|
7550
|
+
"name": "Adam Berecz",
|
|
7551
|
+
"github": "adamberecz",
|
|
7552
|
+
"twitter": "bereczadam"
|
|
7553
|
+
}
|
|
7554
|
+
],
|
|
7555
|
+
"compatibility": {
|
|
7556
|
+
"nuxt": "^3.0.0",
|
|
7557
|
+
"requires": {}
|
|
7558
|
+
}
|
|
7559
|
+
},
|
|
6122
7560
|
{
|
|
6123
7561
|
"name": "vuestic",
|
|
6124
|
-
"description": "Vuestic UI module for Nuxt
|
|
7562
|
+
"description": "Vuestic UI module for Nuxt",
|
|
6125
7563
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
6126
7564
|
"npm": "@vuestic/nuxt",
|
|
6127
7565
|
"icon": "vuestic.png",
|
|
@@ -6141,9 +7579,31 @@
|
|
|
6141
7579
|
"requires": {}
|
|
6142
7580
|
}
|
|
6143
7581
|
},
|
|
7582
|
+
{
|
|
7583
|
+
"name": "vuetify-nuxt-module",
|
|
7584
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
7585
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
7586
|
+
"npm": "vuetify-nuxt-module",
|
|
7587
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
7588
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7589
|
+
"website": "https://vuetify-nuxt-module.netlify.app/",
|
|
7590
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
|
|
7591
|
+
"category": "UI",
|
|
7592
|
+
"type": "3rd-party",
|
|
7593
|
+
"maintainers": [
|
|
7594
|
+
{
|
|
7595
|
+
"name": "Joaquín Sánchez",
|
|
7596
|
+
"github": "userquin"
|
|
7597
|
+
}
|
|
7598
|
+
],
|
|
7599
|
+
"compatibility": {
|
|
7600
|
+
"nuxt": "^3.0.0",
|
|
7601
|
+
"requires": {}
|
|
7602
|
+
}
|
|
7603
|
+
},
|
|
6144
7604
|
{
|
|
6145
7605
|
"name": "vuetify",
|
|
6146
|
-
"description": "Vuetify Module for Nuxt
|
|
7606
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
6147
7607
|
"repo": "nuxt-community/vuetify-module",
|
|
6148
7608
|
"npm": "@nuxtjs/vuetify",
|
|
6149
7609
|
"icon": "vuetify.png",
|
|
@@ -6190,7 +7650,8 @@
|
|
|
6190
7650
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6191
7651
|
"requires": {
|
|
6192
7652
|
"bridge": "optional"
|
|
6193
|
-
}
|
|
7653
|
+
},
|
|
7654
|
+
"devtools": "^0.0.0"
|
|
6194
7655
|
}
|
|
6195
7656
|
},
|
|
6196
7657
|
{
|
|
@@ -6217,7 +7678,7 @@
|
|
|
6217
7678
|
},
|
|
6218
7679
|
{
|
|
6219
7680
|
"name": "vunix",
|
|
6220
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
7681
|
+
"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.",
|
|
6221
7682
|
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6222
7683
|
"npm": "@vunix/nuxt",
|
|
6223
7684
|
"icon": "",
|
|
@@ -6241,11 +7702,11 @@
|
|
|
6241
7702
|
{
|
|
6242
7703
|
"name": "web-vitals",
|
|
6243
7704
|
"description": "Web Vitals for Nuxt",
|
|
6244
|
-
"repo": "nuxt-
|
|
7705
|
+
"repo": "nuxt-modules/web-vitals",
|
|
6245
7706
|
"npm": "@nuxtjs/web-vitals",
|
|
6246
7707
|
"icon": "web-vitals.png",
|
|
6247
|
-
"github": "https://github.com/nuxt-
|
|
6248
|
-
"website": "https://github.com/nuxt-
|
|
7708
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7709
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
6249
7710
|
"learn_more": "",
|
|
6250
7711
|
"category": "Performance",
|
|
6251
7712
|
"type": "community",
|
|
@@ -6296,7 +7757,7 @@
|
|
|
6296
7757
|
},
|
|
6297
7758
|
{
|
|
6298
7759
|
"name": "webpack-optimisations",
|
|
6299
|
-
"description": "Nuxt
|
|
7760
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
6300
7761
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
6301
7762
|
"npm": "nuxt-webpack-optimisations",
|
|
6302
7763
|
"icon": "build-optimisations.svg",
|
|
@@ -6388,7 +7849,7 @@
|
|
|
6388
7849
|
},
|
|
6389
7850
|
{
|
|
6390
7851
|
"name": "well-known",
|
|
6391
|
-
"description": "A Nuxt
|
|
7852
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
6392
7853
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6393
7854
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6394
7855
|
"icon": "well-known.svg",
|
|
@@ -6408,14 +7869,40 @@
|
|
|
6408
7869
|
"requires": {}
|
|
6409
7870
|
}
|
|
6410
7871
|
},
|
|
7872
|
+
{
|
|
7873
|
+
"name": "wideangle",
|
|
7874
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
7875
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
7876
|
+
"npm": "wideangle-nuxt",
|
|
7877
|
+
"icon": "wideangle.png",
|
|
7878
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
7879
|
+
"website": "https://wideangle.co",
|
|
7880
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
7881
|
+
"category": "Analytics",
|
|
7882
|
+
"type": "3rd-party",
|
|
7883
|
+
"maintainers": [
|
|
7884
|
+
{
|
|
7885
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
7886
|
+
"github": "inputobjects"
|
|
7887
|
+
},
|
|
7888
|
+
{
|
|
7889
|
+
"name": "Jarek Rozanski",
|
|
7890
|
+
"github": "jrozanski"
|
|
7891
|
+
}
|
|
7892
|
+
],
|
|
7893
|
+
"compatibility": {
|
|
7894
|
+
"nuxt": "^3.0.0",
|
|
7895
|
+
"requires": {}
|
|
7896
|
+
}
|
|
7897
|
+
},
|
|
6411
7898
|
{
|
|
6412
7899
|
"name": "windicss",
|
|
6413
7900
|
"description": "Next generation utility-first CSS framework.",
|
|
6414
|
-
"repo": "windicss/nuxt-windicss
|
|
7901
|
+
"repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
|
|
6415
7902
|
"npm": "nuxt-windicss",
|
|
6416
7903
|
"icon": "windicss.svg",
|
|
6417
|
-
"github": "https://github.com/windicss/nuxt-windicss
|
|
6418
|
-
"website": "https://github.com/windicss/nuxt-windicss
|
|
7904
|
+
"github": "https://github.com/windicss/nuxt-windicss",
|
|
7905
|
+
"website": "https://github.com/windicss/nuxt-windicss",
|
|
6419
7906
|
"learn_more": "https://windicss.org/",
|
|
6420
7907
|
"category": "UI",
|
|
6421
7908
|
"type": "3rd-party",
|
|
@@ -6551,55 +8038,9 @@
|
|
|
6551
8038
|
"requires": {}
|
|
6552
8039
|
}
|
|
6553
8040
|
},
|
|
6554
|
-
{
|
|
6555
|
-
"name": "yandex-metrika-next",
|
|
6556
|
-
"description": "Yandex Metrika integration for Nuxt",
|
|
6557
|
-
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6558
|
-
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6559
|
-
"icon": "yandex-metrika.svg",
|
|
6560
|
-
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6561
|
-
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6562
|
-
"learn_more": "",
|
|
6563
|
-
"category": "Analytics",
|
|
6564
|
-
"type": "3rd-party",
|
|
6565
|
-
"maintainers": [
|
|
6566
|
-
{
|
|
6567
|
-
"name": "Aleksandr Saburov",
|
|
6568
|
-
"github": "artmizu",
|
|
6569
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6570
|
-
}
|
|
6571
|
-
],
|
|
6572
|
-
"compatibility": {
|
|
6573
|
-
"nuxt": "^3.0.0",
|
|
6574
|
-
"requires": {}
|
|
6575
|
-
}
|
|
6576
|
-
},
|
|
6577
|
-
{
|
|
6578
|
-
"name": "yandex-metrika",
|
|
6579
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
6580
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
6581
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
6582
|
-
"icon": "",
|
|
6583
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6584
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6585
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
6586
|
-
"category": "Analytics",
|
|
6587
|
-
"type": "community",
|
|
6588
|
-
"maintainers": [
|
|
6589
|
-
{
|
|
6590
|
-
"name": "Pooya Parsa",
|
|
6591
|
-
"github": "pi0",
|
|
6592
|
-
"twitter": "_pi0_"
|
|
6593
|
-
}
|
|
6594
|
-
],
|
|
6595
|
-
"compatibility": {
|
|
6596
|
-
"nuxt": "^2.0.0",
|
|
6597
|
-
"requires": {}
|
|
6598
|
-
}
|
|
6599
|
-
},
|
|
6600
8041
|
{
|
|
6601
8042
|
"name": "zendesk",
|
|
6602
|
-
"description": "Nuxt
|
|
8043
|
+
"description": "Nuxt module for Zendesk",
|
|
6603
8044
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
6604
8045
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
6605
8046
|
"icon": "zendesk.png",
|