@nuxt/modules 0.6.0-d4023b → 0.6.0-d5c603
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 +1878 -390
- 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",
|
|
@@ -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,7 +1294,7 @@
|
|
|
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
1299
|
"icon": "nuxt.svg",
|
|
1074
1300
|
"github": "https://github.com/nuxt/devtools",
|
|
@@ -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": "",
|
|
@@ -1308,6 +1600,29 @@
|
|
|
1308
1600
|
"requires": {}
|
|
1309
1601
|
}
|
|
1310
1602
|
},
|
|
1603
|
+
{
|
|
1604
|
+
"name": "fathom-analytics",
|
|
1605
|
+
"description": "Fathom analytics integration for Nuxt",
|
|
1606
|
+
"repo": "valgeirb/nuxt-fathom",
|
|
1607
|
+
"npm": "nuxt-fathom",
|
|
1608
|
+
"icon": "fathom-analytics.svg",
|
|
1609
|
+
"github": "https://github.com/valgeirb/nuxt-fathom",
|
|
1610
|
+
"website": "https://github.com/valgeirb/nuxt-fathom#readme",
|
|
1611
|
+
"learn_more": "",
|
|
1612
|
+
"category": "Analytics",
|
|
1613
|
+
"type": "3rd-party",
|
|
1614
|
+
"maintainers": [
|
|
1615
|
+
{
|
|
1616
|
+
"name": "Valgeir Björnsson",
|
|
1617
|
+
"github": "valgeirb",
|
|
1618
|
+
"avatar": "https://avatars.githubusercontent.com/valgeirb"
|
|
1619
|
+
}
|
|
1620
|
+
],
|
|
1621
|
+
"compatibility": {
|
|
1622
|
+
"nuxt": "^3.0.0",
|
|
1623
|
+
"requires": {}
|
|
1624
|
+
}
|
|
1625
|
+
},
|
|
1311
1626
|
{
|
|
1312
1627
|
"name": "fathom",
|
|
1313
1628
|
"description": "Fathom analytics for Nuxt",
|
|
@@ -1332,7 +1647,7 @@
|
|
|
1332
1647
|
},
|
|
1333
1648
|
{
|
|
1334
1649
|
"name": "feature-toggle",
|
|
1335
|
-
"description": "Feature toggle module for Nuxt
|
|
1650
|
+
"description": "Feature toggle module for Nuxt",
|
|
1336
1651
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1337
1652
|
"npm": "nuxt-feature-toggle",
|
|
1338
1653
|
"icon": "",
|
|
@@ -1399,7 +1714,7 @@
|
|
|
1399
1714
|
},
|
|
1400
1715
|
{
|
|
1401
1716
|
"name": "floating-prompt-module",
|
|
1402
|
-
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt
|
|
1717
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
|
|
1403
1718
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1404
1719
|
"npm": "nuxt-floating-prompt-module",
|
|
1405
1720
|
"icon": "",
|
|
@@ -1508,6 +1823,29 @@
|
|
|
1508
1823
|
"requires": {}
|
|
1509
1824
|
}
|
|
1510
1825
|
},
|
|
1826
|
+
{
|
|
1827
|
+
"name": "form-actions",
|
|
1828
|
+
"description": "A set of features and composables to interact with forms and server data.",
|
|
1829
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
|
|
1830
|
+
"npm": "@hebilicious/form-actions-nuxt",
|
|
1831
|
+
"icon": "form-actions.svg",
|
|
1832
|
+
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1833
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1834
|
+
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1835
|
+
"category": "Request",
|
|
1836
|
+
"type": "3rd-party",
|
|
1837
|
+
"maintainers": [
|
|
1838
|
+
{
|
|
1839
|
+
"name": "Hebilicious",
|
|
1840
|
+
"github": "Hebilicious",
|
|
1841
|
+
"twitter": "its_hebilicious"
|
|
1842
|
+
}
|
|
1843
|
+
],
|
|
1844
|
+
"compatibility": {
|
|
1845
|
+
"nuxt": "^3.7.0",
|
|
1846
|
+
"requires": {}
|
|
1847
|
+
}
|
|
1848
|
+
},
|
|
1511
1849
|
{
|
|
1512
1850
|
"name": "formkit",
|
|
1513
1851
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1582,7 +1920,7 @@
|
|
|
1582
1920
|
},
|
|
1583
1921
|
{
|
|
1584
1922
|
"name": "google-adsense",
|
|
1585
|
-
"description": "Google Adsense Module for Nuxt
|
|
1923
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1586
1924
|
"repo": "nuxt-community/google-adsense-module",
|
|
1587
1925
|
"npm": "@nuxtjs/google-adsense",
|
|
1588
1926
|
"icon": "google-adsense.png",
|
|
@@ -1608,7 +1946,7 @@
|
|
|
1608
1946
|
},
|
|
1609
1947
|
{
|
|
1610
1948
|
"name": "google-analytics",
|
|
1611
|
-
"description": "Google analytics Module for Nuxt
|
|
1949
|
+
"description": "Google analytics Module for Nuxt",
|
|
1612
1950
|
"repo": "nuxt-community/analytics-module",
|
|
1613
1951
|
"npm": "@nuxtjs/google-analytics",
|
|
1614
1952
|
"icon": "google-analytics.png",
|
|
@@ -1640,12 +1978,12 @@
|
|
|
1640
1978
|
},
|
|
1641
1979
|
{
|
|
1642
1980
|
"name": "google-fonts",
|
|
1643
|
-
"description": "Google Fonts module for
|
|
1644
|
-
"repo": "nuxt-
|
|
1981
|
+
"description": "Google Fonts module for Nuxt",
|
|
1982
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1645
1983
|
"npm": "@nuxtjs/google-fonts",
|
|
1646
1984
|
"icon": "google-fonts.png",
|
|
1647
|
-
"github": "https://github.com/nuxt-
|
|
1648
|
-
"website": "https://
|
|
1985
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1986
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1649
1987
|
"learn_more": "https://developers.google.com/fonts",
|
|
1650
1988
|
"category": "Fonts",
|
|
1651
1989
|
"type": "community",
|
|
@@ -1664,7 +2002,7 @@
|
|
|
1664
2002
|
},
|
|
1665
2003
|
{
|
|
1666
2004
|
"name": "google-gtag",
|
|
1667
|
-
"description": "Google GTag for Nuxt
|
|
2005
|
+
"description": "Google GTag for Nuxt",
|
|
1668
2006
|
"repo": "nuxt-community/google-gtag",
|
|
1669
2007
|
"npm": "@nuxtjs/google-gtag",
|
|
1670
2008
|
"icon": "gtm.png",
|
|
@@ -1690,7 +2028,7 @@
|
|
|
1690
2028
|
},
|
|
1691
2029
|
{
|
|
1692
2030
|
"name": "google-optimize",
|
|
1693
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
2031
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1694
2032
|
"repo": "nuxt-community/google-optimize-module",
|
|
1695
2033
|
"npm": "nuxt-google-optimize",
|
|
1696
2034
|
"icon": "google-optimize.png",
|
|
@@ -1745,7 +2083,7 @@
|
|
|
1745
2083
|
},
|
|
1746
2084
|
{
|
|
1747
2085
|
"name": "graphql-request",
|
|
1748
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
2086
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1749
2087
|
"repo": "gomah/nuxt-graphql-request",
|
|
1750
2088
|
"npm": "nuxt-graphql-request",
|
|
1751
2089
|
"icon": "graphql-request.png",
|
|
@@ -1761,7 +2099,7 @@
|
|
|
1761
2099
|
}
|
|
1762
2100
|
],
|
|
1763
2101
|
"compatibility": {
|
|
1764
|
-
"nuxt": "^2.0.0",
|
|
2102
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1765
2103
|
"requires": {}
|
|
1766
2104
|
}
|
|
1767
2105
|
},
|
|
@@ -1784,12 +2122,13 @@
|
|
|
1784
2122
|
],
|
|
1785
2123
|
"compatibility": {
|
|
1786
2124
|
"nuxt": "^3.0.0",
|
|
1787
|
-
"requires": {}
|
|
2125
|
+
"requires": {},
|
|
2126
|
+
"devtools": "^0.0.0"
|
|
1788
2127
|
}
|
|
1789
2128
|
},
|
|
1790
2129
|
{
|
|
1791
2130
|
"name": "gtag",
|
|
1792
|
-
"description": "Google Analytics integration for Nuxt
|
|
2131
|
+
"description": "Google Analytics integration for Nuxt",
|
|
1793
2132
|
"repo": "johannschopplich/nuxt-gtag",
|
|
1794
2133
|
"npm": "nuxt-gtag",
|
|
1795
2134
|
"icon": "gtag.svg",
|
|
@@ -1813,7 +2152,7 @@
|
|
|
1813
2152
|
},
|
|
1814
2153
|
{
|
|
1815
2154
|
"name": "gtm",
|
|
1816
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2155
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
1817
2156
|
"repo": "nuxt-community/gtm-module",
|
|
1818
2157
|
"npm": "@nuxtjs/gtm",
|
|
1819
2158
|
"icon": "gtm.png",
|
|
@@ -1836,7 +2175,7 @@
|
|
|
1836
2175
|
},
|
|
1837
2176
|
{
|
|
1838
2177
|
"name": "guess",
|
|
1839
|
-
"description": "Guess.js module for Nuxt
|
|
2178
|
+
"description": "Guess.js module for Nuxt",
|
|
1840
2179
|
"repo": "nuxt-community/guess-module",
|
|
1841
2180
|
"npm": "@nuxtjs/guess-module",
|
|
1842
2181
|
"icon": "guessjs.png",
|
|
@@ -1856,6 +2195,28 @@
|
|
|
1856
2195
|
"requires": {}
|
|
1857
2196
|
}
|
|
1858
2197
|
},
|
|
2198
|
+
{
|
|
2199
|
+
"name": "hanko",
|
|
2200
|
+
"description": "Hanko integration for Nuxt for passwordless authentication",
|
|
2201
|
+
"repo": "nuxt-modules/hanko",
|
|
2202
|
+
"npm": "@nuxtjs/hanko",
|
|
2203
|
+
"icon": "hanko.svg",
|
|
2204
|
+
"github": "https://github.com/nuxt-modules/hanko",
|
|
2205
|
+
"website": "https://github.com/nuxt-modules/hanko",
|
|
2206
|
+
"learn_more": "https://hanko.io/",
|
|
2207
|
+
"category": "Security",
|
|
2208
|
+
"type": "community",
|
|
2209
|
+
"maintainers": [
|
|
2210
|
+
{
|
|
2211
|
+
"name": "danielroe",
|
|
2212
|
+
"github": "danielroe"
|
|
2213
|
+
}
|
|
2214
|
+
],
|
|
2215
|
+
"compatibility": {
|
|
2216
|
+
"nuxt": "^3.0.0",
|
|
2217
|
+
"requires": {}
|
|
2218
|
+
}
|
|
2219
|
+
},
|
|
1859
2220
|
{
|
|
1860
2221
|
"name": "harlem",
|
|
1861
2222
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -1926,7 +2287,7 @@
|
|
|
1926
2287
|
},
|
|
1927
2288
|
{
|
|
1928
2289
|
"name": "helmet",
|
|
1929
|
-
"description": "Easy Helmet module with Nuxt
|
|
2290
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
1930
2291
|
"repo": "victor-perez/nuxt-helmet",
|
|
1931
2292
|
"npm": "nuxt-helmet",
|
|
1932
2293
|
"icon": "",
|
|
@@ -1970,7 +2331,7 @@
|
|
|
1970
2331
|
},
|
|
1971
2332
|
{
|
|
1972
2333
|
"name": "history-state",
|
|
1973
|
-
"description": "Nuxt
|
|
2334
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
1974
2335
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
1975
2336
|
"npm": "nuxt-history-state",
|
|
1976
2337
|
"icon": "",
|
|
@@ -2039,7 +2400,7 @@
|
|
|
2039
2400
|
},
|
|
2040
2401
|
{
|
|
2041
2402
|
"name": "http",
|
|
2042
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2403
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
2043
2404
|
"repo": "nuxt/http",
|
|
2044
2405
|
"npm": "@nuxt/http",
|
|
2045
2406
|
"icon": "http.png",
|
|
@@ -2067,7 +2428,7 @@
|
|
|
2067
2428
|
},
|
|
2068
2429
|
{
|
|
2069
2430
|
"name": "humans-txt",
|
|
2070
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2431
|
+
"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
2432
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2072
2433
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2073
2434
|
"icon": "",
|
|
@@ -2091,11 +2452,11 @@
|
|
|
2091
2452
|
{
|
|
2092
2453
|
"name": "i18n",
|
|
2093
2454
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2094
|
-
"repo": "nuxt-
|
|
2455
|
+
"repo": "nuxt-modules/i18n",
|
|
2095
2456
|
"npm": "@nuxtjs/i18n",
|
|
2096
2457
|
"icon": "i18n.png",
|
|
2097
|
-
"github": "https://github.com/nuxt-
|
|
2098
|
-
"website": "https://i18n.nuxtjs.org",
|
|
2458
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2459
|
+
"website": "https://v8.i18n.nuxtjs.org",
|
|
2099
2460
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
2100
2461
|
"category": "Extensions",
|
|
2101
2462
|
"type": "community",
|
|
@@ -2136,6 +2497,29 @@
|
|
|
2136
2497
|
"requires": {}
|
|
2137
2498
|
}
|
|
2138
2499
|
},
|
|
2500
|
+
{
|
|
2501
|
+
"name": "icon-tw",
|
|
2502
|
+
"description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
|
|
2503
|
+
"repo": "jcamp-code/nuxt-icon-tw",
|
|
2504
|
+
"npm": "nuxt-icon-tw",
|
|
2505
|
+
"icon": "nuxt-icon.png",
|
|
2506
|
+
"github": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2507
|
+
"website": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2508
|
+
"learn_more": "",
|
|
2509
|
+
"category": "UI",
|
|
2510
|
+
"type": "3rd-party",
|
|
2511
|
+
"maintainers": [
|
|
2512
|
+
{
|
|
2513
|
+
"name": "JohnCampionJr",
|
|
2514
|
+
"github": "JohnCampionJr"
|
|
2515
|
+
}
|
|
2516
|
+
],
|
|
2517
|
+
"compatibility": {
|
|
2518
|
+
"nuxt": "^3.0.0",
|
|
2519
|
+
"requires": {},
|
|
2520
|
+
"devtools": "^0.0.0"
|
|
2521
|
+
}
|
|
2522
|
+
},
|
|
2139
2523
|
{
|
|
2140
2524
|
"name": "icon",
|
|
2141
2525
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2155,7 +2539,8 @@
|
|
|
2155
2539
|
],
|
|
2156
2540
|
"compatibility": {
|
|
2157
2541
|
"nuxt": "^3.0.0",
|
|
2158
|
-
"requires": {}
|
|
2542
|
+
"requires": {},
|
|
2543
|
+
"devtools": "^0.0.0"
|
|
2159
2544
|
}
|
|
2160
2545
|
},
|
|
2161
2546
|
{
|
|
@@ -2204,12 +2589,12 @@
|
|
|
2204
2589
|
},
|
|
2205
2590
|
{
|
|
2206
2591
|
"name": "image",
|
|
2207
|
-
"description": "Optimised images for
|
|
2592
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2208
2593
|
"repo": "nuxt/image",
|
|
2209
2594
|
"npm": "@nuxt/image",
|
|
2210
2595
|
"icon": "image.png",
|
|
2211
2596
|
"github": "https://github.com/nuxt/image",
|
|
2212
|
-
"website": "https://image.
|
|
2597
|
+
"website": "https://image.nuxt.com",
|
|
2213
2598
|
"learn_more": "",
|
|
2214
2599
|
"category": "Images",
|
|
2215
2600
|
"type": "official",
|
|
@@ -2219,6 +2604,11 @@
|
|
|
2219
2604
|
"github": "farnabaz",
|
|
2220
2605
|
"twitter": "a_birang"
|
|
2221
2606
|
},
|
|
2607
|
+
{
|
|
2608
|
+
"name": "Daniel Roe",
|
|
2609
|
+
"github": "danielroe",
|
|
2610
|
+
"twitter": "danielcroe"
|
|
2611
|
+
},
|
|
2222
2612
|
{
|
|
2223
2613
|
"name": "Pooya Parsa",
|
|
2224
2614
|
"github": "pi0",
|
|
@@ -2239,7 +2629,7 @@
|
|
|
2239
2629
|
},
|
|
2240
2630
|
{
|
|
2241
2631
|
"name": "imagemin",
|
|
2242
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2632
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2243
2633
|
"repo": "nuxt-community/imagemin-module",
|
|
2244
2634
|
"npm": "@nuxtjs/imagemin",
|
|
2245
2635
|
"icon": "imagemin.png",
|
|
@@ -2286,7 +2676,7 @@
|
|
|
2286
2676
|
},
|
|
2287
2677
|
{
|
|
2288
2678
|
"name": "intercom",
|
|
2289
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2679
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2290
2680
|
"repo": "hex-digital/nuxt-intercom",
|
|
2291
2681
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2292
2682
|
"icon": "intercom.png",
|
|
@@ -2331,7 +2721,7 @@
|
|
|
2331
2721
|
},
|
|
2332
2722
|
{
|
|
2333
2723
|
"name": "jsonapi",
|
|
2334
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2724
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2335
2725
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2336
2726
|
"npm": "nuxt-jsonapi",
|
|
2337
2727
|
"icon": "jsonapi.svg",
|
|
@@ -2373,9 +2763,36 @@
|
|
|
2373
2763
|
"requires": {}
|
|
2374
2764
|
}
|
|
2375
2765
|
},
|
|
2766
|
+
{
|
|
2767
|
+
"name": "kinde",
|
|
2768
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2769
|
+
"repo": "nuxt-modules/kinde",
|
|
2770
|
+
"npm": "@nuxtjs/kinde",
|
|
2771
|
+
"icon": "kinde.svg",
|
|
2772
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2773
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2774
|
+
"learn_more": "https://kinde.com/",
|
|
2775
|
+
"category": "Security",
|
|
2776
|
+
"type": "community",
|
|
2777
|
+
"maintainers": [
|
|
2778
|
+
{
|
|
2779
|
+
"name": "danielroe",
|
|
2780
|
+
"github": "danielroe"
|
|
2781
|
+
},
|
|
2782
|
+
{
|
|
2783
|
+
"name": "daveordead",
|
|
2784
|
+
"github": "DaveOrDead",
|
|
2785
|
+
"twitter": "dave_or_dead"
|
|
2786
|
+
}
|
|
2787
|
+
],
|
|
2788
|
+
"compatibility": {
|
|
2789
|
+
"nuxt": "^3.0.0",
|
|
2790
|
+
"requires": {}
|
|
2791
|
+
}
|
|
2792
|
+
},
|
|
2376
2793
|
{
|
|
2377
2794
|
"name": "kql",
|
|
2378
|
-
"description": "Nuxt
|
|
2795
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2379
2796
|
"repo": "johannschopplich/nuxt-kql",
|
|
2380
2797
|
"npm": "nuxt-kql",
|
|
2381
2798
|
"icon": "kql.svg",
|
|
@@ -2399,7 +2816,7 @@
|
|
|
2399
2816
|
},
|
|
2400
2817
|
{
|
|
2401
2818
|
"name": "laravel-echo",
|
|
2402
|
-
"description": "Laravel Echo for Nuxt
|
|
2819
|
+
"description": "Laravel Echo for Nuxt",
|
|
2403
2820
|
"repo": "nuxt-community/laravel-echo",
|
|
2404
2821
|
"npm": "@nuxtjs/laravel-echo",
|
|
2405
2822
|
"icon": "laravel-echo.png",
|
|
@@ -2442,7 +2859,29 @@
|
|
|
2442
2859
|
}
|
|
2443
2860
|
},
|
|
2444
2861
|
{
|
|
2445
|
-
"name": "laravel",
|
|
2862
|
+
"name": "laravel-precognition",
|
|
2863
|
+
"description": "Nuxt module to work with Laravel Precognition and $fetch",
|
|
2864
|
+
"repo": "sot1986/nuxt-laravel-precognition",
|
|
2865
|
+
"npm": "nuxt-laravel-precognition",
|
|
2866
|
+
"icon": "laravel.svg",
|
|
2867
|
+
"github": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2868
|
+
"website": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2869
|
+
"learn_more": "",
|
|
2870
|
+
"category": "Security",
|
|
2871
|
+
"type": "3rd-party",
|
|
2872
|
+
"maintainers": [
|
|
2873
|
+
{
|
|
2874
|
+
"name": "sot1986",
|
|
2875
|
+
"github": "sot1986"
|
|
2876
|
+
}
|
|
2877
|
+
],
|
|
2878
|
+
"compatibility": {
|
|
2879
|
+
"nuxt": "^3.0.0",
|
|
2880
|
+
"requires": {}
|
|
2881
|
+
}
|
|
2882
|
+
},
|
|
2883
|
+
{
|
|
2884
|
+
"name": "laravel",
|
|
2446
2885
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
2447
2886
|
"repo": "m2sd/nuxt-laravel",
|
|
2448
2887
|
"npm": "nuxt-laravel",
|
|
@@ -2487,13 +2926,13 @@
|
|
|
2487
2926
|
},
|
|
2488
2927
|
{
|
|
2489
2928
|
"name": "link-checker",
|
|
2490
|
-
"description": "
|
|
2929
|
+
"description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
|
|
2491
2930
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2492
2931
|
"npm": "nuxt-link-checker",
|
|
2493
|
-
"icon": "",
|
|
2932
|
+
"icon": "link-checker.svg",
|
|
2494
2933
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2495
|
-
"website": "https://
|
|
2496
|
-
"learn_more": "",
|
|
2934
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2935
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2497
2936
|
"category": "SEO",
|
|
2498
2937
|
"type": "3rd-party",
|
|
2499
2938
|
"maintainers": [
|
|
@@ -2506,7 +2945,8 @@
|
|
|
2506
2945
|
],
|
|
2507
2946
|
"compatibility": {
|
|
2508
2947
|
"nuxt": "^3.0.0",
|
|
2509
|
-
"requires": {}
|
|
2948
|
+
"requires": {},
|
|
2949
|
+
"devtools": "^0.0.0"
|
|
2510
2950
|
}
|
|
2511
2951
|
},
|
|
2512
2952
|
{
|
|
@@ -2583,12 +3023,12 @@
|
|
|
2583
3023
|
},
|
|
2584
3024
|
{
|
|
2585
3025
|
"name": "logrocket",
|
|
2586
|
-
"description": "LogRocket module for Nuxt
|
|
2587
|
-
"repo": "nuxt-
|
|
3026
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
3027
|
+
"repo": "nuxt-modules/logrocket",
|
|
2588
3028
|
"npm": "nuxt-logrocket",
|
|
2589
3029
|
"icon": "logrocket.png",
|
|
2590
|
-
"github": "https://github.com/nuxt-
|
|
2591
|
-
"website": "https://github.com/nuxt-
|
|
3030
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
3031
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2592
3032
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2593
3033
|
"category": "Monitoring",
|
|
2594
3034
|
"type": "community",
|
|
@@ -2604,9 +3044,35 @@
|
|
|
2604
3044
|
"requires": {}
|
|
2605
3045
|
}
|
|
2606
3046
|
},
|
|
3047
|
+
{
|
|
3048
|
+
"name": "lucide-icons",
|
|
3049
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
3050
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
3051
|
+
"npm": "nuxt-lucide-icons",
|
|
3052
|
+
"icon": "lucide-icons.svg",
|
|
3053
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3054
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3055
|
+
"learn_more": "",
|
|
3056
|
+
"category": "UI",
|
|
3057
|
+
"type": "3rd-party",
|
|
3058
|
+
"maintainers": [
|
|
3059
|
+
{
|
|
3060
|
+
"name": "SWIS",
|
|
3061
|
+
"github": "swisnl"
|
|
3062
|
+
},
|
|
3063
|
+
{
|
|
3064
|
+
"name": "Jasper Zonneveld",
|
|
3065
|
+
"github": "JaZo"
|
|
3066
|
+
}
|
|
3067
|
+
],
|
|
3068
|
+
"compatibility": {
|
|
3069
|
+
"nuxt": "^3.0.0",
|
|
3070
|
+
"requires": {}
|
|
3071
|
+
}
|
|
3072
|
+
},
|
|
2607
3073
|
{
|
|
2608
3074
|
"name": "lunr",
|
|
2609
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
3075
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2610
3076
|
"repo": "nuxt-community/lunr-module",
|
|
2611
3077
|
"npm": "@nuxtjs/lunr-module",
|
|
2612
3078
|
"icon": "",
|
|
@@ -2694,6 +3160,28 @@
|
|
|
2694
3160
|
"requires": {}
|
|
2695
3161
|
}
|
|
2696
3162
|
},
|
|
3163
|
+
{
|
|
3164
|
+
"name": "maz-ui",
|
|
3165
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3166
|
+
"repo": "louismazel/maz-ui",
|
|
3167
|
+
"npm": "maz-ui",
|
|
3168
|
+
"icon": "maz-ui.png",
|
|
3169
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3170
|
+
"website": "https://louismazel.github.io/maz-ui-3/",
|
|
3171
|
+
"learn_more": "https://louismazel.github.io/maz-ui-3/",
|
|
3172
|
+
"category": "UI",
|
|
3173
|
+
"type": "community",
|
|
3174
|
+
"maintainers": [
|
|
3175
|
+
{
|
|
3176
|
+
"name": "Loïc Mazuel",
|
|
3177
|
+
"github": "LouisMazel"
|
|
3178
|
+
}
|
|
3179
|
+
],
|
|
3180
|
+
"compatibility": {
|
|
3181
|
+
"nuxt": "^3.0.0",
|
|
3182
|
+
"requires": {}
|
|
3183
|
+
}
|
|
3184
|
+
},
|
|
2697
3185
|
{
|
|
2698
3186
|
"name": "mdx",
|
|
2699
3187
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2719,7 +3207,7 @@
|
|
|
2719
3207
|
},
|
|
2720
3208
|
{
|
|
2721
3209
|
"name": "medusa",
|
|
2722
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3210
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2723
3211
|
"repo": "Baroshem/nuxt-medusa",
|
|
2724
3212
|
"npm": "nuxt-medusa",
|
|
2725
3213
|
"icon": "medusa.svg",
|
|
@@ -2744,7 +3232,7 @@
|
|
|
2744
3232
|
},
|
|
2745
3233
|
{
|
|
2746
3234
|
"name": "meilisearch",
|
|
2747
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3235
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2748
3236
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2749
3237
|
"npm": "nuxt-meilisearch",
|
|
2750
3238
|
"icon": "meilisearch.svg",
|
|
@@ -2764,7 +3252,8 @@
|
|
|
2764
3252
|
"nuxt": "^3.0.0",
|
|
2765
3253
|
"requires": {
|
|
2766
3254
|
"bridge": false
|
|
2767
|
-
}
|
|
3255
|
+
},
|
|
3256
|
+
"devtools": "^0.0.0"
|
|
2768
3257
|
}
|
|
2769
3258
|
},
|
|
2770
3259
|
{
|
|
@@ -2789,28 +3278,6 @@
|
|
|
2789
3278
|
"requires": {}
|
|
2790
3279
|
}
|
|
2791
3280
|
},
|
|
2792
|
-
{
|
|
2793
|
-
"name": "mobile",
|
|
2794
|
-
"description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
|
|
2795
|
-
"repo": "ChanningDefoe/nuxt-mobile-detect",
|
|
2796
|
-
"npm": "nuxt-mobile",
|
|
2797
|
-
"icon": "",
|
|
2798
|
-
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
2799
|
-
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
2800
|
-
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
2801
|
-
"category": "Extensions",
|
|
2802
|
-
"type": "3rd-party",
|
|
2803
|
-
"maintainers": [
|
|
2804
|
-
{
|
|
2805
|
-
"name": "ChanningDefoe",
|
|
2806
|
-
"github": "ChanningDefoe"
|
|
2807
|
-
}
|
|
2808
|
-
],
|
|
2809
|
-
"compatibility": {
|
|
2810
|
-
"nuxt": "^2.0.0",
|
|
2811
|
-
"requires": {}
|
|
2812
|
-
}
|
|
2813
|
-
},
|
|
2814
3281
|
{
|
|
2815
3282
|
"name": "module-feed",
|
|
2816
3283
|
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
@@ -2836,7 +3303,7 @@
|
|
|
2836
3303
|
},
|
|
2837
3304
|
{
|
|
2838
3305
|
"name": "moment",
|
|
2839
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3306
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2840
3307
|
"repo": "nuxt-community/moment-module",
|
|
2841
3308
|
"npm": "@nuxtjs/moment",
|
|
2842
3309
|
"icon": "momentjs.png",
|
|
@@ -2863,7 +3330,7 @@
|
|
|
2863
3330
|
},
|
|
2864
3331
|
{
|
|
2865
3332
|
"name": "mq",
|
|
2866
|
-
"description": "vue-mq module for Nuxt.
|
|
3333
|
+
"description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
2867
3334
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
2868
3335
|
"npm": "nuxt-mq",
|
|
2869
3336
|
"icon": "",
|
|
@@ -2907,7 +3374,7 @@
|
|
|
2907
3374
|
},
|
|
2908
3375
|
{
|
|
2909
3376
|
"name": "netlify-cache",
|
|
2910
|
-
"description": "Nuxt
|
|
3377
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
2911
3378
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
2912
3379
|
"npm": "nuxt-netlify-cache",
|
|
2913
3380
|
"icon": "netlify.png",
|
|
@@ -2952,7 +3419,7 @@
|
|
|
2952
3419
|
},
|
|
2953
3420
|
{
|
|
2954
3421
|
"name": "netlify",
|
|
2955
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
3422
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
2956
3423
|
"repo": "bazzite/nuxt-netlify",
|
|
2957
3424
|
"npm": "@aceforth/nuxt-netlify",
|
|
2958
3425
|
"icon": "netlify.png",
|
|
@@ -3045,30 +3512,97 @@
|
|
|
3045
3512
|
}
|
|
3046
3513
|
},
|
|
3047
3514
|
{
|
|
3048
|
-
"name": "nuxt-
|
|
3049
|
-
"description": "",
|
|
3050
|
-
"repo": "
|
|
3051
|
-
"npm": "
|
|
3515
|
+
"name": "nuxt-anchorscroll",
|
|
3516
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3517
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3518
|
+
"npm": "nuxt-anchorscroll",
|
|
3052
3519
|
"icon": "",
|
|
3053
|
-
"github": "https://github.com/
|
|
3054
|
-
"website": "https://github.com/
|
|
3520
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3521
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3055
3522
|
"learn_more": "",
|
|
3056
|
-
"category": "
|
|
3523
|
+
"category": "UI",
|
|
3057
3524
|
"type": "3rd-party",
|
|
3058
3525
|
"maintainers": [
|
|
3059
3526
|
{
|
|
3060
|
-
"name": "
|
|
3061
|
-
"github": "
|
|
3527
|
+
"name": "Helltraitor",
|
|
3528
|
+
"github": "helltraitor"
|
|
3062
3529
|
}
|
|
3063
3530
|
],
|
|
3064
3531
|
"compatibility": {
|
|
3065
|
-
"nuxt": "^
|
|
3532
|
+
"nuxt": "^3.0.0",
|
|
3533
|
+
"requires": {}
|
|
3534
|
+
}
|
|
3535
|
+
},
|
|
3536
|
+
{
|
|
3537
|
+
"name": "nuxt-auth-sanctum",
|
|
3538
|
+
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
3539
|
+
"repo": "manchenkoff/nuxt-auth-sanctum",
|
|
3540
|
+
"npm": "nuxt-auth-sanctum",
|
|
3541
|
+
"icon": "laravel.svg",
|
|
3542
|
+
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3543
|
+
"website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3544
|
+
"learn_more": "",
|
|
3545
|
+
"category": "Security",
|
|
3546
|
+
"type": "3rd-party",
|
|
3547
|
+
"maintainers": [
|
|
3548
|
+
{
|
|
3549
|
+
"name": "Artem Manchenkov",
|
|
3550
|
+
"github": "manchenkoff",
|
|
3551
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
3552
|
+
}
|
|
3553
|
+
],
|
|
3554
|
+
"compatibility": {
|
|
3555
|
+
"nuxt": "^3.0.0",
|
|
3556
|
+
"requires": {}
|
|
3557
|
+
}
|
|
3558
|
+
},
|
|
3559
|
+
{
|
|
3560
|
+
"name": "nuxt-basic-auth",
|
|
3561
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3562
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3563
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3564
|
+
"icon": "",
|
|
3565
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3566
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3567
|
+
"learn_more": "",
|
|
3568
|
+
"category": "Security",
|
|
3569
|
+
"type": "3rd-party",
|
|
3570
|
+
"maintainers": [
|
|
3571
|
+
{
|
|
3572
|
+
"name": "kgierke",
|
|
3573
|
+
"github": "kgierke"
|
|
3574
|
+
}
|
|
3575
|
+
],
|
|
3576
|
+
"compatibility": {
|
|
3577
|
+
"nuxt": "^3.0.0",
|
|
3578
|
+
"requires": {}
|
|
3579
|
+
}
|
|
3580
|
+
},
|
|
3581
|
+
{
|
|
3582
|
+
"name": "nuxt-bootstrap-icons",
|
|
3583
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3584
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3585
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3586
|
+
"icon": "bootstrap-icons.svg",
|
|
3587
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3588
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3589
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3590
|
+
"category": "UI",
|
|
3591
|
+
"type": "3rd-party",
|
|
3592
|
+
"maintainers": [
|
|
3593
|
+
{
|
|
3594
|
+
"name": "OyewoleOyedeji",
|
|
3595
|
+
"github": "OyewoleOyedeji"
|
|
3596
|
+
}
|
|
3597
|
+
],
|
|
3598
|
+
"compatibility": {
|
|
3599
|
+
"nuxt": "^3.0.0",
|
|
3066
3600
|
"requires": {}
|
|
3067
3601
|
}
|
|
3068
3602
|
},
|
|
3069
3603
|
{
|
|
3070
3604
|
"name": "nuxt-chatgpt",
|
|
3071
|
-
"description": "ChatGPT integration for Nuxt
|
|
3605
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3072
3606
|
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3073
3607
|
"npm": "nuxt-chatgpt",
|
|
3074
3608
|
"icon": "chatgpt.svg",
|
|
@@ -3088,6 +3622,76 @@
|
|
|
3088
3622
|
"requires": {}
|
|
3089
3623
|
}
|
|
3090
3624
|
},
|
|
3625
|
+
{
|
|
3626
|
+
"name": "nuxt-facebook-chat",
|
|
3627
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3628
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3629
|
+
"npm": "nuxt-facebook-chat",
|
|
3630
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3631
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3632
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3633
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3634
|
+
"category": "Libraries",
|
|
3635
|
+
"type": "3rd-party",
|
|
3636
|
+
"maintainers": [
|
|
3637
|
+
{
|
|
3638
|
+
"name": "Supanut Dokmaithong",
|
|
3639
|
+
"github": "Boomgeek"
|
|
3640
|
+
},
|
|
3641
|
+
{
|
|
3642
|
+
"name": "superdev-tech",
|
|
3643
|
+
"github": "superdev-tech"
|
|
3644
|
+
}
|
|
3645
|
+
],
|
|
3646
|
+
"compatibility": {
|
|
3647
|
+
"nuxt": "^3.0.0",
|
|
3648
|
+
"requires": {}
|
|
3649
|
+
}
|
|
3650
|
+
},
|
|
3651
|
+
{
|
|
3652
|
+
"name": "nuxt-feather-icons",
|
|
3653
|
+
"description": "The Feather Icons in Nuxt 3.",
|
|
3654
|
+
"repo": "4sllan/nuxt-feather-icons",
|
|
3655
|
+
"npm": "nuxt-feather-icons",
|
|
3656
|
+
"icon": "nuxt-feather-icons.svg",
|
|
3657
|
+
"github": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3658
|
+
"website": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3659
|
+
"learn_more": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3660
|
+
"category": "UI",
|
|
3661
|
+
"type": "3rd-party",
|
|
3662
|
+
"maintainers": [
|
|
3663
|
+
{
|
|
3664
|
+
"name": "4sllan",
|
|
3665
|
+
"github": "4sllan"
|
|
3666
|
+
}
|
|
3667
|
+
],
|
|
3668
|
+
"compatibility": {
|
|
3669
|
+
"nuxt": "^3.0.0",
|
|
3670
|
+
"requires": {}
|
|
3671
|
+
}
|
|
3672
|
+
},
|
|
3673
|
+
{
|
|
3674
|
+
"name": "nuxt-feedme",
|
|
3675
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3676
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3677
|
+
"npm": "nuxt-feedme",
|
|
3678
|
+
"icon": "",
|
|
3679
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3680
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3681
|
+
"learn_more": "",
|
|
3682
|
+
"category": "SEO",
|
|
3683
|
+
"type": "3rd-party",
|
|
3684
|
+
"maintainers": [
|
|
3685
|
+
{
|
|
3686
|
+
"name": "Helltraitor",
|
|
3687
|
+
"github": "helltraitor"
|
|
3688
|
+
}
|
|
3689
|
+
],
|
|
3690
|
+
"compatibility": {
|
|
3691
|
+
"nuxt": "^3.0.0",
|
|
3692
|
+
"requires": {}
|
|
3693
|
+
}
|
|
3694
|
+
},
|
|
3091
3695
|
{
|
|
3092
3696
|
"name": "nuxt-graphql-middleware",
|
|
3093
3697
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -3141,7 +3745,7 @@
|
|
|
3141
3745
|
},
|
|
3142
3746
|
{
|
|
3143
3747
|
"name": "nuxt-gtm",
|
|
3144
|
-
"description": "A Nuxt
|
|
3748
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3145
3749
|
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3146
3750
|
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3147
3751
|
"icon": "nuxt-gtm.svg",
|
|
@@ -3158,7 +3762,8 @@
|
|
|
3158
3762
|
],
|
|
3159
3763
|
"compatibility": {
|
|
3160
3764
|
"nuxt": "^3.0.0",
|
|
3161
|
-
"requires": {}
|
|
3765
|
+
"requires": {},
|
|
3766
|
+
"devtools": "^0.0.0"
|
|
3162
3767
|
}
|
|
3163
3768
|
},
|
|
3164
3769
|
{
|
|
@@ -3186,24 +3791,46 @@
|
|
|
3186
3791
|
}
|
|
3187
3792
|
},
|
|
3188
3793
|
{
|
|
3189
|
-
"name": "nuxt-
|
|
3190
|
-
"description": "
|
|
3191
|
-
"repo": "",
|
|
3192
|
-
"npm": "nuxt-
|
|
3193
|
-
"icon": "
|
|
3194
|
-
"github": "",
|
|
3195
|
-
"website": "https://
|
|
3196
|
-
"learn_more": "
|
|
3197
|
-
"category": "
|
|
3794
|
+
"name": "nuxt-interpolation",
|
|
3795
|
+
"description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
|
|
3796
|
+
"repo": "daliborgogic/nuxt-interpolation#master",
|
|
3797
|
+
"npm": "nuxt-interpolation",
|
|
3798
|
+
"icon": "",
|
|
3799
|
+
"github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3800
|
+
"website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3801
|
+
"learn_more": "",
|
|
3802
|
+
"category": "Devtools",
|
|
3198
3803
|
"type": "3rd-party",
|
|
3199
3804
|
"maintainers": [
|
|
3200
3805
|
{
|
|
3201
|
-
"name": "
|
|
3202
|
-
"github": "
|
|
3806
|
+
"name": "daliborgogic",
|
|
3807
|
+
"github": "daliborgogic"
|
|
3203
3808
|
}
|
|
3204
3809
|
],
|
|
3205
3810
|
"compatibility": {
|
|
3206
|
-
"nuxt": "^2.0.0
|
|
3811
|
+
"nuxt": "^2.0.0",
|
|
3812
|
+
"requires": {}
|
|
3813
|
+
}
|
|
3814
|
+
},
|
|
3815
|
+
{
|
|
3816
|
+
"name": "nuxt-jsonld",
|
|
3817
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3818
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3819
|
+
"npm": "nuxt-jsonld",
|
|
3820
|
+
"icon": "",
|
|
3821
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3822
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3823
|
+
"learn_more": "",
|
|
3824
|
+
"category": "SEO",
|
|
3825
|
+
"type": "3rd-party",
|
|
3826
|
+
"maintainers": [
|
|
3827
|
+
{
|
|
3828
|
+
"name": "ymmooot",
|
|
3829
|
+
"github": "ymmooot"
|
|
3830
|
+
}
|
|
3831
|
+
],
|
|
3832
|
+
"compatibility": {
|
|
3833
|
+
"nuxt": "^3.0.0",
|
|
3207
3834
|
"requires": {}
|
|
3208
3835
|
}
|
|
3209
3836
|
},
|
|
@@ -3232,7 +3859,7 @@
|
|
|
3232
3859
|
},
|
|
3233
3860
|
{
|
|
3234
3861
|
"name": "nuxt-loco",
|
|
3235
|
-
"description": "A localise.biz module to synth locale with Nuxt
|
|
3862
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3236
3863
|
"repo": "gaetansenn/nuxt-loco",
|
|
3237
3864
|
"npm": "nuxt-loco",
|
|
3238
3865
|
"icon": "",
|
|
@@ -3253,6 +3880,28 @@
|
|
|
3253
3880
|
"requires": {}
|
|
3254
3881
|
}
|
|
3255
3882
|
},
|
|
3883
|
+
{
|
|
3884
|
+
"name": "nuxt-mail",
|
|
3885
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
3886
|
+
"repo": "dword-design/nuxt-mail",
|
|
3887
|
+
"npm": "nuxt-mail",
|
|
3888
|
+
"icon": "",
|
|
3889
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
3890
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
3891
|
+
"learn_more": "",
|
|
3892
|
+
"category": "Extensions",
|
|
3893
|
+
"type": "3rd-party",
|
|
3894
|
+
"maintainers": [
|
|
3895
|
+
{
|
|
3896
|
+
"name": "Sebastian Landwehr",
|
|
3897
|
+
"github": "dword-design"
|
|
3898
|
+
}
|
|
3899
|
+
],
|
|
3900
|
+
"compatibility": {
|
|
3901
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3902
|
+
"requires": {}
|
|
3903
|
+
}
|
|
3904
|
+
},
|
|
3256
3905
|
{
|
|
3257
3906
|
"name": "nuxt-mapbox",
|
|
3258
3907
|
"description": "Elegant Mapbox integration with Nuxt",
|
|
@@ -3275,6 +3924,28 @@
|
|
|
3275
3924
|
"requires": {}
|
|
3276
3925
|
}
|
|
3277
3926
|
},
|
|
3927
|
+
{
|
|
3928
|
+
"name": "nuxt-mdi",
|
|
3929
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3930
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3931
|
+
"npm": "nuxt-mdi",
|
|
3932
|
+
"icon": "mdi.png",
|
|
3933
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3934
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3935
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3936
|
+
"category": "Libraries",
|
|
3937
|
+
"type": "3rd-party",
|
|
3938
|
+
"maintainers": [
|
|
3939
|
+
{
|
|
3940
|
+
"name": "Emil Rosenius",
|
|
3941
|
+
"github": "ERPedersen"
|
|
3942
|
+
}
|
|
3943
|
+
],
|
|
3944
|
+
"compatibility": {
|
|
3945
|
+
"nuxt": "^3.0.0",
|
|
3946
|
+
"requires": {}
|
|
3947
|
+
}
|
|
3948
|
+
},
|
|
3278
3949
|
{
|
|
3279
3950
|
"name": "nuxt-monaco-editor",
|
|
3280
3951
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3299,12 +3970,12 @@
|
|
|
3299
3970
|
},
|
|
3300
3971
|
{
|
|
3301
3972
|
"name": "nuxt-mongoose",
|
|
3302
|
-
"description": "A Nuxt
|
|
3973
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3303
3974
|
"repo": "arashsheyda/nuxt-mongoose",
|
|
3304
3975
|
"npm": "nuxt-mongoose",
|
|
3305
3976
|
"icon": "nuxt-mongoose.svg",
|
|
3306
3977
|
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3307
|
-
"website": "https://
|
|
3978
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3308
3979
|
"learn_more": "",
|
|
3309
3980
|
"category": "Database",
|
|
3310
3981
|
"type": "3rd-party",
|
|
@@ -3314,6 +3985,52 @@
|
|
|
3314
3985
|
"github": "arashsheyda"
|
|
3315
3986
|
}
|
|
3316
3987
|
],
|
|
3988
|
+
"compatibility": {
|
|
3989
|
+
"nuxt": "^3.0.0",
|
|
3990
|
+
"requires": {},
|
|
3991
|
+
"devtools": "^0.0.0"
|
|
3992
|
+
}
|
|
3993
|
+
},
|
|
3994
|
+
{
|
|
3995
|
+
"name": "nuxt-openapi-docs-module",
|
|
3996
|
+
"description": "Generate pages from OpenAPI specifications",
|
|
3997
|
+
"repo": "on-org/nuxt-openapi-docs-module",
|
|
3998
|
+
"npm": "nuxt-openapi-docs-module",
|
|
3999
|
+
"icon": "nuxt-openapi-docs-module.svg",
|
|
4000
|
+
"github": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4001
|
+
"website": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4002
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
|
|
4003
|
+
"category": "Libraries",
|
|
4004
|
+
"type": "3rd-party",
|
|
4005
|
+
"maintainers": [
|
|
4006
|
+
{
|
|
4007
|
+
"name": "Pavel Kuzmin",
|
|
4008
|
+
"github": "s00d"
|
|
4009
|
+
}
|
|
4010
|
+
],
|
|
4011
|
+
"compatibility": {
|
|
4012
|
+
"nuxt": "^3.0.0",
|
|
4013
|
+
"requires": {}
|
|
4014
|
+
}
|
|
4015
|
+
},
|
|
4016
|
+
{
|
|
4017
|
+
"name": "nuxt-payload-analyzer",
|
|
4018
|
+
"description": "Analyze Nuxt Payload Size",
|
|
4019
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
4020
|
+
"npm": "nuxt-payload-analyzer",
|
|
4021
|
+
"icon": "",
|
|
4022
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
4023
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
4024
|
+
"learn_more": "",
|
|
4025
|
+
"category": "Performance",
|
|
4026
|
+
"type": "3rd-party",
|
|
4027
|
+
"maintainers": [
|
|
4028
|
+
{
|
|
4029
|
+
"name": "Barbapapazes",
|
|
4030
|
+
"github": "Barbapapazes",
|
|
4031
|
+
"twitter": "soubiran_"
|
|
4032
|
+
}
|
|
4033
|
+
],
|
|
3317
4034
|
"compatibility": {
|
|
3318
4035
|
"nuxt": "^3.0.0",
|
|
3319
4036
|
"requires": {}
|
|
@@ -3342,6 +4059,28 @@
|
|
|
3342
4059
|
"requires": {}
|
|
3343
4060
|
}
|
|
3344
4061
|
},
|
|
4062
|
+
{
|
|
4063
|
+
"name": "nuxt-phosphor-icons",
|
|
4064
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
4065
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4066
|
+
"npm": "nuxt-phosphor-icons",
|
|
4067
|
+
"icon": "phosphor-icons.svg",
|
|
4068
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4069
|
+
"website": "https://nuxt-phosphor-icons.vercel.app",
|
|
4070
|
+
"learn_more": "https://nuxt-phosphor-icons.vercel.app",
|
|
4071
|
+
"category": "UI",
|
|
4072
|
+
"type": "3rd-party",
|
|
4073
|
+
"maintainers": [
|
|
4074
|
+
{
|
|
4075
|
+
"name": "OyewoleOyedeji",
|
|
4076
|
+
"github": "OyewoleOyedeji"
|
|
4077
|
+
}
|
|
4078
|
+
],
|
|
4079
|
+
"compatibility": {
|
|
4080
|
+
"nuxt": "^3.0.0",
|
|
4081
|
+
"requires": {}
|
|
4082
|
+
}
|
|
4083
|
+
},
|
|
3345
4084
|
{
|
|
3346
4085
|
"name": "nuxt-pino-log",
|
|
3347
4086
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3366,7 +4105,7 @@
|
|
|
3366
4105
|
},
|
|
3367
4106
|
{
|
|
3368
4107
|
"name": "plausible",
|
|
3369
|
-
"description": "Nuxt
|
|
4108
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3370
4109
|
"repo": "nuxt-modules/plausible",
|
|
3371
4110
|
"npm": "@nuxtjs/plausible",
|
|
3372
4111
|
"icon": "plausible.png",
|
|
@@ -3386,9 +4125,35 @@
|
|
|
3386
4125
|
"requires": {}
|
|
3387
4126
|
}
|
|
3388
4127
|
},
|
|
4128
|
+
{
|
|
4129
|
+
"name": "nuxt-plotly",
|
|
4130
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
4131
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
4132
|
+
"npm": "nuxt-plotly",
|
|
4133
|
+
"icon": "nuxt-plotly.svg",
|
|
4134
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
4135
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
4136
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
4137
|
+
"category": "Libraries",
|
|
4138
|
+
"type": "3rd-party",
|
|
4139
|
+
"maintainers": [
|
|
4140
|
+
{
|
|
4141
|
+
"name": "Supanut Dokmaithong",
|
|
4142
|
+
"github": "Boomgeek"
|
|
4143
|
+
},
|
|
4144
|
+
{
|
|
4145
|
+
"name": "superdev-tech",
|
|
4146
|
+
"github": "superdev-tech"
|
|
4147
|
+
}
|
|
4148
|
+
],
|
|
4149
|
+
"compatibility": {
|
|
4150
|
+
"nuxt": "^3.0.0",
|
|
4151
|
+
"requires": {}
|
|
4152
|
+
}
|
|
4153
|
+
},
|
|
3389
4154
|
{
|
|
3390
4155
|
"name": "nuxt-png-to-ico",
|
|
3391
|
-
"description": "Nuxt
|
|
4156
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3392
4157
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3393
4158
|
"npm": "nuxt-png-to-ico",
|
|
3394
4159
|
"icon": "",
|
|
@@ -3411,7 +4176,7 @@
|
|
|
3411
4176
|
},
|
|
3412
4177
|
{
|
|
3413
4178
|
"name": "nuxt-smartlook",
|
|
3414
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
4179
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3415
4180
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3416
4181
|
"npm": "nuxt-smartlook",
|
|
3417
4182
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3433,6 +4198,28 @@
|
|
|
3433
4198
|
"requires": {}
|
|
3434
4199
|
}
|
|
3435
4200
|
},
|
|
4201
|
+
{
|
|
4202
|
+
"name": "nuxt-social-share",
|
|
4203
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
4204
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
4205
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
4206
|
+
"icon": "nuxt-social-share.png",
|
|
4207
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4208
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4209
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
4210
|
+
"category": "Extensions",
|
|
4211
|
+
"type": "3rd-party",
|
|
4212
|
+
"maintainers": [
|
|
4213
|
+
{
|
|
4214
|
+
"name": "stefanobartoletti",
|
|
4215
|
+
"github": "stefanobartoletti"
|
|
4216
|
+
}
|
|
4217
|
+
],
|
|
4218
|
+
"compatibility": {
|
|
4219
|
+
"nuxt": "^3.0.0",
|
|
4220
|
+
"requires": {}
|
|
4221
|
+
}
|
|
4222
|
+
},
|
|
3436
4223
|
{
|
|
3437
4224
|
"name": "ssr-lit",
|
|
3438
4225
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -3463,7 +4250,7 @@
|
|
|
3463
4250
|
},
|
|
3464
4251
|
{
|
|
3465
4252
|
"name": "nuxt-storm",
|
|
3466
|
-
"description": "WebStorm & PHPStorm support for
|
|
4253
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3467
4254
|
"repo": "fumeapp/nuxt-storm",
|
|
3468
4255
|
"npm": "nuxt-storm",
|
|
3469
4256
|
"icon": "nuxt-storm.png",
|
|
@@ -3483,6 +4270,30 @@
|
|
|
3483
4270
|
"requires": {}
|
|
3484
4271
|
}
|
|
3485
4272
|
},
|
|
4273
|
+
{
|
|
4274
|
+
"name": "nuxt-svgo-loader",
|
|
4275
|
+
"description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
|
|
4276
|
+
"repo": "Mini-ghost/nuxt-svgo-loader",
|
|
4277
|
+
"npm": "nuxt-svgo-loader",
|
|
4278
|
+
"icon": "",
|
|
4279
|
+
"github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4280
|
+
"website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4281
|
+
"learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4282
|
+
"category": "Images",
|
|
4283
|
+
"type": "3rd-party",
|
|
4284
|
+
"maintainers": [
|
|
4285
|
+
{
|
|
4286
|
+
"name": "Alex Liu",
|
|
4287
|
+
"github": "Mini-ghost",
|
|
4288
|
+
"twitter": "Minighost_Alex"
|
|
4289
|
+
}
|
|
4290
|
+
],
|
|
4291
|
+
"compatibility": {
|
|
4292
|
+
"nuxt": "^3.0.0",
|
|
4293
|
+
"requires": {},
|
|
4294
|
+
"devtools": "^0.0.0"
|
|
4295
|
+
}
|
|
4296
|
+
},
|
|
3486
4297
|
{
|
|
3487
4298
|
"name": "nuxt-svgo",
|
|
3488
4299
|
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
@@ -3507,7 +4318,7 @@
|
|
|
3507
4318
|
},
|
|
3508
4319
|
{
|
|
3509
4320
|
"name": "nuxt-unleash",
|
|
3510
|
-
"description": "Nuxt
|
|
4321
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3511
4322
|
"repo": "conejerock/nuxt-unleash",
|
|
3512
4323
|
"npm": "nuxt-unleash",
|
|
3513
4324
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3527,28 +4338,6 @@
|
|
|
3527
4338
|
"requires": {}
|
|
3528
4339
|
}
|
|
3529
4340
|
},
|
|
3530
|
-
{
|
|
3531
|
-
"name": "nuxt-use-motion",
|
|
3532
|
-
"description": "A Nuxt module putting your components in motion",
|
|
3533
|
-
"repo": "Tahul/nuxt-use-motion",
|
|
3534
|
-
"npm": "nuxt-use-motion",
|
|
3535
|
-
"icon": "nuxt-use-motion.svg",
|
|
3536
|
-
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
3537
|
-
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
3538
|
-
"learn_more": "https://github.com/vueuse/motion",
|
|
3539
|
-
"category": "Libraries",
|
|
3540
|
-
"type": "3rd-party",
|
|
3541
|
-
"maintainers": [
|
|
3542
|
-
{
|
|
3543
|
-
"name": "Tahul",
|
|
3544
|
-
"github": "Tahul"
|
|
3545
|
-
}
|
|
3546
|
-
],
|
|
3547
|
-
"compatibility": {
|
|
3548
|
-
"nuxt": "^2.0.0",
|
|
3549
|
-
"requires": {}
|
|
3550
|
-
}
|
|
3551
|
-
},
|
|
3552
4341
|
{
|
|
3553
4342
|
"name": "nuxt-use-sound",
|
|
3554
4343
|
"description": "A Nuxt module for playing sound effects.",
|
|
@@ -3598,12 +4387,12 @@
|
|
|
3598
4387
|
{
|
|
3599
4388
|
"name": "nuxt-vue3-google-signin",
|
|
3600
4389
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3601
|
-
"repo": "
|
|
4390
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3602
4391
|
"npm": "nuxt-vue3-google-signin",
|
|
3603
4392
|
"icon": "vue3-google-signin.svg",
|
|
3604
|
-
"github": "https://github.com/
|
|
3605
|
-
"website": "https://vue3-google-signin.
|
|
3606
|
-
"learn_more": "https://vue3-google-signin.
|
|
4393
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
4394
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
4395
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3607
4396
|
"category": "Libraries",
|
|
3608
4397
|
"type": "3rd-party",
|
|
3609
4398
|
"maintainers": [
|
|
@@ -3618,20 +4407,64 @@
|
|
|
3618
4407
|
}
|
|
3619
4408
|
},
|
|
3620
4409
|
{
|
|
3621
|
-
"name": "
|
|
3622
|
-
"description": "
|
|
3623
|
-
"repo": "
|
|
3624
|
-
"npm": "
|
|
3625
|
-
"icon": "
|
|
3626
|
-
"github": "https://github.com/
|
|
3627
|
-
"website": "https://
|
|
3628
|
-
"learn_more": "
|
|
3629
|
-
"category": "
|
|
4410
|
+
"name": "Nuxt zodI18n",
|
|
4411
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
4412
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
4413
|
+
"npm": "nuxt-zod-i18n",
|
|
4414
|
+
"icon": "nuxt-zod-i18n.svg",
|
|
4415
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
4416
|
+
"website": "https://xibman-nuxt-zod-i18n.nuxt.space",
|
|
4417
|
+
"learn_more": "",
|
|
4418
|
+
"category": "Libraries",
|
|
4419
|
+
"type": "3rd-party",
|
|
4420
|
+
"maintainers": [
|
|
4421
|
+
{
|
|
4422
|
+
"name": "xibman",
|
|
4423
|
+
"github": "xibman"
|
|
4424
|
+
}
|
|
4425
|
+
],
|
|
4426
|
+
"compatibility": {
|
|
4427
|
+
"nuxt": "^3.0.0",
|
|
4428
|
+
"requires": {}
|
|
4429
|
+
}
|
|
4430
|
+
},
|
|
4431
|
+
{
|
|
4432
|
+
"name": "nuxt3-interpolation",
|
|
4433
|
+
"description": "",
|
|
4434
|
+
"repo": "daliborgogic/interpolation#master",
|
|
4435
|
+
"npm": "nuxt3-interpolation",
|
|
4436
|
+
"icon": "",
|
|
4437
|
+
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4438
|
+
"website": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4439
|
+
"learn_more": "",
|
|
4440
|
+
"category": "Devtools",
|
|
4441
|
+
"type": "3rd-party",
|
|
4442
|
+
"maintainers": [
|
|
4443
|
+
{
|
|
4444
|
+
"name": "daliborgogic",
|
|
4445
|
+
"github": "daliborgogic"
|
|
4446
|
+
}
|
|
4447
|
+
],
|
|
4448
|
+
"compatibility": {
|
|
4449
|
+
"nuxt": "^3.0.0",
|
|
4450
|
+
"requires": {}
|
|
4451
|
+
}
|
|
4452
|
+
},
|
|
4453
|
+
{
|
|
4454
|
+
"name": "nuxt3-leaflet",
|
|
4455
|
+
"description": "Leaflet integration with Nuxt",
|
|
4456
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4457
|
+
"npm": "nuxt3-leaflet",
|
|
4458
|
+
"icon": "leaflet.png",
|
|
4459
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4460
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4461
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4462
|
+
"category": "Libraries",
|
|
3630
4463
|
"type": "3rd-party",
|
|
3631
4464
|
"maintainers": [
|
|
3632
4465
|
{
|
|
3633
|
-
"name": "
|
|
3634
|
-
"github": "
|
|
4466
|
+
"name": "Augustin MERCIER",
|
|
4467
|
+
"github": "Gugustinette"
|
|
3635
4468
|
}
|
|
3636
4469
|
],
|
|
3637
4470
|
"compatibility": {
|
|
@@ -3641,7 +4474,7 @@
|
|
|
3641
4474
|
},
|
|
3642
4475
|
{
|
|
3643
4476
|
"name": "nuxt7",
|
|
3644
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4477
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3645
4478
|
"repo": "nuxt-community/nuxt7",
|
|
3646
4479
|
"npm": "nuxt7",
|
|
3647
4480
|
"icon": "",
|
|
@@ -3662,38 +4495,15 @@
|
|
|
3662
4495
|
"requires": {}
|
|
3663
4496
|
}
|
|
3664
4497
|
},
|
|
3665
|
-
{
|
|
3666
|
-
"name": "nuxtlabs-ui",
|
|
3667
|
-
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
3668
|
-
"repo": "nuxtlabs/ui",
|
|
3669
|
-
"npm": "@nuxthq/ui",
|
|
3670
|
-
"icon": "nuxtlabs-ui.svg",
|
|
3671
|
-
"github": "https://github.com/nuxtlabs/ui",
|
|
3672
|
-
"website": "https://ui.nuxtlabs.com",
|
|
3673
|
-
"learn_more": "https://ui.nuxtlabs.com",
|
|
3674
|
-
"category": "UI",
|
|
3675
|
-
"type": "3rd-party",
|
|
3676
|
-
"maintainers": [
|
|
3677
|
-
{
|
|
3678
|
-
"name": "Benjamin Canac",
|
|
3679
|
-
"github": "benjamincanac",
|
|
3680
|
-
"twitter": "benjamincanac"
|
|
3681
|
-
}
|
|
3682
|
-
],
|
|
3683
|
-
"compatibility": {
|
|
3684
|
-
"nuxt": "^3.0.0",
|
|
3685
|
-
"requires": {}
|
|
3686
|
-
}
|
|
3687
|
-
},
|
|
3688
4498
|
{
|
|
3689
4499
|
"name": "og-image",
|
|
3690
|
-
"description": "
|
|
4500
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
3691
4501
|
"repo": "harlan-zw/nuxt-og-image",
|
|
3692
4502
|
"npm": "nuxt-og-image",
|
|
3693
|
-
"icon": "",
|
|
4503
|
+
"icon": "og-image.svg",
|
|
3694
4504
|
"github": "https://github.com/harlan-zw/nuxt-og-image",
|
|
3695
|
-
"website": "https://
|
|
3696
|
-
"learn_more": "",
|
|
4505
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4506
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
3697
4507
|
"category": "SEO",
|
|
3698
4508
|
"type": "3rd-party",
|
|
3699
4509
|
"maintainers": [
|
|
@@ -3706,7 +4516,8 @@
|
|
|
3706
4516
|
],
|
|
3707
4517
|
"compatibility": {
|
|
3708
4518
|
"nuxt": "^3.0.0",
|
|
3709
|
-
"requires": {}
|
|
4519
|
+
"requires": {},
|
|
4520
|
+
"devtools": "^0.0.0"
|
|
3710
4521
|
}
|
|
3711
4522
|
},
|
|
3712
4523
|
{
|
|
@@ -3734,7 +4545,7 @@
|
|
|
3734
4545
|
},
|
|
3735
4546
|
{
|
|
3736
4547
|
"name": "optimized-images",
|
|
3737
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4548
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
3738
4549
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
3739
4550
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
3740
4551
|
"icon": "",
|
|
@@ -3779,7 +4590,7 @@
|
|
|
3779
4590
|
},
|
|
3780
4591
|
{
|
|
3781
4592
|
"name": "parse",
|
|
3782
|
-
"description": "Parse package for Nuxt
|
|
4593
|
+
"description": "Parse package for Nuxt",
|
|
3783
4594
|
"repo": "cierrateam/nuxt-parse",
|
|
3784
4595
|
"npm": "nuxt-parse",
|
|
3785
4596
|
"icon": "",
|
|
@@ -3799,6 +4610,29 @@
|
|
|
3799
4610
|
"requires": {}
|
|
3800
4611
|
}
|
|
3801
4612
|
},
|
|
4613
|
+
{
|
|
4614
|
+
"name": "particles",
|
|
4615
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4616
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4617
|
+
"npm": "nuxt-particles",
|
|
4618
|
+
"icon": "",
|
|
4619
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4620
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4621
|
+
"learn_more": "https://particles.js.org/",
|
|
4622
|
+
"category": "Libraries",
|
|
4623
|
+
"type": "3rd-party",
|
|
4624
|
+
"maintainers": [
|
|
4625
|
+
{
|
|
4626
|
+
"name": "Joey Pereira",
|
|
4627
|
+
"github": "Joepocalyptic",
|
|
4628
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4629
|
+
}
|
|
4630
|
+
],
|
|
4631
|
+
"compatibility": {
|
|
4632
|
+
"nuxt": "^3.0.0",
|
|
4633
|
+
"requires": {}
|
|
4634
|
+
}
|
|
4635
|
+
},
|
|
3802
4636
|
{
|
|
3803
4637
|
"name": "partytown",
|
|
3804
4638
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -3824,6 +4658,28 @@
|
|
|
3824
4658
|
}
|
|
3825
4659
|
}
|
|
3826
4660
|
},
|
|
4661
|
+
{
|
|
4662
|
+
"name": "paypal",
|
|
4663
|
+
"description": "A Nuxt module for simplifying the use of Paypal in your project.",
|
|
4664
|
+
"repo": "arashsheyda/nuxt-paypal",
|
|
4665
|
+
"npm": "nuxt-paypal",
|
|
4666
|
+
"icon": "paypal.svg",
|
|
4667
|
+
"github": "https://github.com/arashsheyda/nuxt-paypal",
|
|
4668
|
+
"website": "https://github.com/arashsheyda/nuxt-paypal#readme",
|
|
4669
|
+
"learn_more": "https://developer.paypal.com/sdk/js/reference/",
|
|
4670
|
+
"category": "Payment",
|
|
4671
|
+
"type": "3rd-party",
|
|
4672
|
+
"maintainers": [
|
|
4673
|
+
{
|
|
4674
|
+
"name": "Arash Sheyda",
|
|
4675
|
+
"github": "arashsheyda"
|
|
4676
|
+
}
|
|
4677
|
+
],
|
|
4678
|
+
"compatibility": {
|
|
4679
|
+
"nuxt": "^3.0.0",
|
|
4680
|
+
"requires": {}
|
|
4681
|
+
}
|
|
4682
|
+
},
|
|
3827
4683
|
{
|
|
3828
4684
|
"name": "pdfeasy",
|
|
3829
4685
|
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
@@ -3945,7 +4801,7 @@
|
|
|
3945
4801
|
},
|
|
3946
4802
|
{
|
|
3947
4803
|
"name": "plausible",
|
|
3948
|
-
"description": "Nuxt
|
|
4804
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3949
4805
|
"repo": "nuxt-modules/plausible",
|
|
3950
4806
|
"npm": "@nuxtjs/plausible",
|
|
3951
4807
|
"icon": "",
|
|
@@ -3987,9 +4843,56 @@
|
|
|
3987
4843
|
"requires": {}
|
|
3988
4844
|
}
|
|
3989
4845
|
},
|
|
4846
|
+
{
|
|
4847
|
+
"name": "prepare",
|
|
4848
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4849
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4850
|
+
"npm": "nuxt-prepare",
|
|
4851
|
+
"icon": "prepare.svg",
|
|
4852
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4853
|
+
"website": "https://nuxt-prepare.byjohann.dev",
|
|
4854
|
+
"learn_more": "",
|
|
4855
|
+
"category": "Devtools",
|
|
4856
|
+
"type": "3rd-party",
|
|
4857
|
+
"maintainers": [
|
|
4858
|
+
{
|
|
4859
|
+
"name": "Johann Schopplich",
|
|
4860
|
+
"github": "johannschopplich",
|
|
4861
|
+
"twitter": "jschopplich",
|
|
4862
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
4863
|
+
}
|
|
4864
|
+
],
|
|
4865
|
+
"compatibility": {
|
|
4866
|
+
"nuxt": "^3.0.0",
|
|
4867
|
+
"requires": {}
|
|
4868
|
+
}
|
|
4869
|
+
},
|
|
4870
|
+
{
|
|
4871
|
+
"name": "primevue",
|
|
4872
|
+
"description": "Next Generation Vue UI Component Library",
|
|
4873
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
4874
|
+
"npm": "nuxt-primevue",
|
|
4875
|
+
"icon": "primevue.svg",
|
|
4876
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
4877
|
+
"website": "https://primevue.org/",
|
|
4878
|
+
"learn_more": "https://primevue.org/",
|
|
4879
|
+
"category": "UI",
|
|
4880
|
+
"type": "3rd-party",
|
|
4881
|
+
"maintainers": [
|
|
4882
|
+
{
|
|
4883
|
+
"name": "primefaces",
|
|
4884
|
+
"github": "primefaces",
|
|
4885
|
+
"twitter": "primevue"
|
|
4886
|
+
}
|
|
4887
|
+
],
|
|
4888
|
+
"compatibility": {
|
|
4889
|
+
"nuxt": "^3.0.0",
|
|
4890
|
+
"requires": {}
|
|
4891
|
+
}
|
|
4892
|
+
},
|
|
3990
4893
|
{
|
|
3991
4894
|
"name": "prismic",
|
|
3992
|
-
"description": "Easily connect your Nuxt
|
|
4895
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
3993
4896
|
"repo": "nuxt-modules/prismic",
|
|
3994
4897
|
"npm": "@nuxtjs/prismic",
|
|
3995
4898
|
"icon": "prismic.png",
|
|
@@ -4056,7 +4959,7 @@
|
|
|
4056
4959
|
},
|
|
4057
4960
|
{
|
|
4058
4961
|
"name": "proxy",
|
|
4059
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
4962
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
4060
4963
|
"repo": "nuxt-community/proxy-module",
|
|
4061
4964
|
"npm": "@nuxtjs/proxy",
|
|
4062
4965
|
"icon": "",
|
|
@@ -4102,7 +5005,7 @@
|
|
|
4102
5005
|
},
|
|
4103
5006
|
{
|
|
4104
5007
|
"name": "purgecss",
|
|
4105
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
5008
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
4106
5009
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
4107
5010
|
"npm": "nuxt-purgecss",
|
|
4108
5011
|
"icon": "purgecss.png",
|
|
@@ -4124,7 +5027,7 @@
|
|
|
4124
5027
|
},
|
|
4125
5028
|
{
|
|
4126
5029
|
"name": "pwa",
|
|
4127
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
5030
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
4128
5031
|
"repo": "nuxt-community/pwa-module",
|
|
4129
5032
|
"npm": "@nuxtjs/pwa",
|
|
4130
5033
|
"icon": "pwa.png",
|
|
@@ -4149,7 +5052,7 @@
|
|
|
4149
5052
|
},
|
|
4150
5053
|
{
|
|
4151
5054
|
"name": "python",
|
|
4152
|
-
"description": "Write Nuxt
|
|
5055
|
+
"description": "Write Nuxt applications using Python",
|
|
4153
5056
|
"repo": "nuxt-community/python-module",
|
|
4154
5057
|
"npm": "@nuxtjs/python",
|
|
4155
5058
|
"icon": "python.png",
|
|
@@ -4186,6 +5089,64 @@
|
|
|
4186
5089
|
"github": "Maiquu"
|
|
4187
5090
|
}
|
|
4188
5091
|
],
|
|
5092
|
+
"compatibility": {
|
|
5093
|
+
"nuxt": "^3.0.0",
|
|
5094
|
+
"requires": {},
|
|
5095
|
+
"devtools": "^0.0.0"
|
|
5096
|
+
}
|
|
5097
|
+
},
|
|
5098
|
+
{
|
|
5099
|
+
"name": "radash",
|
|
5100
|
+
"description": "radash module with auto-import and custom prefix",
|
|
5101
|
+
"repo": "bbg/nuxt-radash",
|
|
5102
|
+
"npm": "nuxt-radash",
|
|
5103
|
+
"icon": "radash.png",
|
|
5104
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
5105
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
5106
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
5107
|
+
"category": "Libraries",
|
|
5108
|
+
"type": "3rd-party",
|
|
5109
|
+
"maintainers": [
|
|
5110
|
+
{
|
|
5111
|
+
"name": "Batuhan Göksu",
|
|
5112
|
+
"github": "bbg"
|
|
5113
|
+
}
|
|
5114
|
+
],
|
|
5115
|
+
"compatibility": {
|
|
5116
|
+
"nuxt": "^3.0.0",
|
|
5117
|
+
"requires": {}
|
|
5118
|
+
}
|
|
5119
|
+
},
|
|
5120
|
+
{
|
|
5121
|
+
"name": "radix-vue",
|
|
5122
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
5123
|
+
"repo": "radix-vue/radix-vue",
|
|
5124
|
+
"npm": "radix-vue",
|
|
5125
|
+
"icon": "radix-vue.svg",
|
|
5126
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
5127
|
+
"website": "https://www.radix-vue.com/",
|
|
5128
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
5129
|
+
"category": "UI",
|
|
5130
|
+
"type": "3rd-party",
|
|
5131
|
+
"maintainers": [
|
|
5132
|
+
{
|
|
5133
|
+
"name": "Zernonia",
|
|
5134
|
+
"github": "zernonia",
|
|
5135
|
+
"twitter": "zernonia"
|
|
5136
|
+
},
|
|
5137
|
+
{
|
|
5138
|
+
"name": "Khairul Haaziq",
|
|
5139
|
+
"github": "khairulhaaziq"
|
|
5140
|
+
},
|
|
5141
|
+
{
|
|
5142
|
+
"name": "Mujahid Anuar",
|
|
5143
|
+
"github": "mujahidfa"
|
|
5144
|
+
},
|
|
5145
|
+
{
|
|
5146
|
+
"name": "Max",
|
|
5147
|
+
"github": "onmax"
|
|
5148
|
+
}
|
|
5149
|
+
],
|
|
4189
5150
|
"compatibility": {
|
|
4190
5151
|
"nuxt": "^3.0.0",
|
|
4191
5152
|
"requires": {}
|
|
@@ -4193,7 +5154,7 @@
|
|
|
4193
5154
|
},
|
|
4194
5155
|
{
|
|
4195
5156
|
"name": "recaptcha",
|
|
4196
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
5157
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4197
5158
|
"repo": "nuxt-community/recaptcha-module",
|
|
4198
5159
|
"npm": "@nuxtjs/recaptcha",
|
|
4199
5160
|
"icon": "recaptcha.png",
|
|
@@ -4236,9 +5197,32 @@
|
|
|
4236
5197
|
"requires": {}
|
|
4237
5198
|
}
|
|
4238
5199
|
},
|
|
5200
|
+
{
|
|
5201
|
+
"name": "resend",
|
|
5202
|
+
"description": "Resend integration for Nuxt",
|
|
5203
|
+
"repo": "nhedger/nuxt-resend",
|
|
5204
|
+
"npm": "nuxt-resend",
|
|
5205
|
+
"icon": "resend.svg",
|
|
5206
|
+
"github": "https://github.com/nhedger/nuxt-resend",
|
|
5207
|
+
"website": "https://github.com/nhedger/nuxt-resend",
|
|
5208
|
+
"learn_more": "https://resend.com",
|
|
5209
|
+
"category": "Extensions",
|
|
5210
|
+
"type": "3rd-party",
|
|
5211
|
+
"maintainers": [
|
|
5212
|
+
{
|
|
5213
|
+
"name": "Nicolas Hedger",
|
|
5214
|
+
"github": "nhedger",
|
|
5215
|
+
"twitter": "nicolashedger"
|
|
5216
|
+
}
|
|
5217
|
+
],
|
|
5218
|
+
"compatibility": {
|
|
5219
|
+
"nuxt": "^3.0.0",
|
|
5220
|
+
"requires": {}
|
|
5221
|
+
}
|
|
5222
|
+
},
|
|
4239
5223
|
{
|
|
4240
5224
|
"name": "rfg-icon",
|
|
4241
|
-
"description": "Nuxt
|
|
5225
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4242
5226
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4243
5227
|
"npm": "nuxt-rfg-icon",
|
|
4244
5228
|
"icon": "real-favicon-generator.png",
|
|
@@ -4260,12 +5244,12 @@
|
|
|
4260
5244
|
},
|
|
4261
5245
|
{
|
|
4262
5246
|
"name": "robots",
|
|
4263
|
-
"description": "A Nuxt
|
|
4264
|
-
"repo": "nuxt-
|
|
5247
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
5248
|
+
"repo": "nuxt-modules/robots",
|
|
4265
5249
|
"npm": "@nuxtjs/robots",
|
|
4266
5250
|
"icon": "robots.png",
|
|
4267
|
-
"github": "https://github.com/nuxt-
|
|
4268
|
-
"website": "https://github.com/nuxt-
|
|
5251
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
5252
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
4269
5253
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
4270
5254
|
"category": "SEO",
|
|
4271
5255
|
"type": "community",
|
|
@@ -4284,23 +5268,23 @@
|
|
|
4284
5268
|
},
|
|
4285
5269
|
{
|
|
4286
5270
|
"name": "rollbar",
|
|
4287
|
-
"description": "
|
|
4288
|
-
"repo": "
|
|
4289
|
-
"npm": "nuxt-rollbar
|
|
5271
|
+
"description": "Nuxt 3 module to integrate Rollbar.",
|
|
5272
|
+
"repo": "jairoblatt/nuxt-rollbar",
|
|
5273
|
+
"npm": "nuxt-rollbar",
|
|
4290
5274
|
"icon": "rollbar.png",
|
|
4291
|
-
"github": "https://github.com/
|
|
4292
|
-
"website": "https://github.com/
|
|
5275
|
+
"github": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
5276
|
+
"website": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
4293
5277
|
"learn_more": "https://docs.rollbar.com/docs/javascript",
|
|
4294
5278
|
"category": "Monitoring",
|
|
4295
5279
|
"type": "3rd-party",
|
|
4296
5280
|
"maintainers": [
|
|
4297
5281
|
{
|
|
4298
|
-
"name": "
|
|
4299
|
-
"github": "
|
|
5282
|
+
"name": "Jairo Blatt",
|
|
5283
|
+
"github": "jairoblatt"
|
|
4300
5284
|
}
|
|
4301
5285
|
],
|
|
4302
5286
|
"compatibility": {
|
|
4303
|
-
"nuxt": "^
|
|
5287
|
+
"nuxt": "^3.0.0",
|
|
4304
5288
|
"requires": {}
|
|
4305
5289
|
}
|
|
4306
5290
|
},
|
|
@@ -4329,7 +5313,7 @@
|
|
|
4329
5313
|
},
|
|
4330
5314
|
{
|
|
4331
5315
|
"name": "router",
|
|
4332
|
-
"description": "Nuxt
|
|
5316
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4333
5317
|
"repo": "nuxt-community/router-module",
|
|
4334
5318
|
"npm": "@nuxtjs/router",
|
|
4335
5319
|
"icon": "vue.png",
|
|
@@ -4377,13 +5361,13 @@
|
|
|
4377
5361
|
},
|
|
4378
5362
|
{
|
|
4379
5363
|
"name": "schema-org",
|
|
4380
|
-
"description": "Schema.org for Nuxt
|
|
4381
|
-
"repo": "
|
|
5364
|
+
"description": "Schema.org for Nuxt.",
|
|
5365
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4382
5366
|
"npm": "nuxt-schema-org",
|
|
4383
5367
|
"icon": "schema-org.svg",
|
|
4384
|
-
"github": "https://github.com/
|
|
4385
|
-
"website": "https://
|
|
4386
|
-
"learn_more": "https://
|
|
5368
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
5369
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
5370
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4387
5371
|
"category": "SEO",
|
|
4388
5372
|
"type": "3rd-party",
|
|
4389
5373
|
"maintainers": [
|
|
@@ -4446,7 +5430,7 @@
|
|
|
4446
5430
|
},
|
|
4447
5431
|
{
|
|
4448
5432
|
"name": "segment",
|
|
4449
|
-
"description": "Nuxt
|
|
5433
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4450
5434
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4451
5435
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4452
5436
|
"icon": "segment.png",
|
|
@@ -4468,10 +5452,10 @@
|
|
|
4468
5452
|
},
|
|
4469
5453
|
{
|
|
4470
5454
|
"name": "sentry",
|
|
4471
|
-
"description": "Sentry module for Nuxt
|
|
5455
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4472
5456
|
"repo": "nuxt-community/sentry-module",
|
|
4473
5457
|
"npm": "@nuxtjs/sentry",
|
|
4474
|
-
"icon": "sentry.
|
|
5458
|
+
"icon": "sentry.svg",
|
|
4475
5459
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4476
5460
|
"website": "https://sentry.nuxtjs.org/",
|
|
4477
5461
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4488,14 +5472,38 @@
|
|
|
4488
5472
|
"requires": {}
|
|
4489
5473
|
}
|
|
4490
5474
|
},
|
|
5475
|
+
{
|
|
5476
|
+
"name": "seo-experiments",
|
|
5477
|
+
"description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
|
|
5478
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5479
|
+
"npm": "nuxt-seo-experiments",
|
|
5480
|
+
"icon": "seo-experiments.svg",
|
|
5481
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5482
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5483
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
5484
|
+
"category": "SEO",
|
|
5485
|
+
"type": "3rd-party",
|
|
5486
|
+
"maintainers": [
|
|
5487
|
+
{
|
|
5488
|
+
"name": "Harlan Wilton",
|
|
5489
|
+
"github": "harlan-zw",
|
|
5490
|
+
"twitter": "harlan_zw",
|
|
5491
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5492
|
+
}
|
|
5493
|
+
],
|
|
5494
|
+
"compatibility": {
|
|
5495
|
+
"nuxt": "^3.0.0",
|
|
5496
|
+
"requires": {}
|
|
5497
|
+
}
|
|
5498
|
+
},
|
|
4491
5499
|
{
|
|
4492
5500
|
"name": "seo-kit",
|
|
4493
|
-
"description": "
|
|
5501
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
4494
5502
|
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4495
5503
|
"npm": "nuxt-seo-kit",
|
|
4496
5504
|
"icon": "seo-kit.svg",
|
|
4497
5505
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4498
|
-
"website": "https://
|
|
5506
|
+
"website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
4499
5507
|
"learn_more": "",
|
|
4500
5508
|
"category": "SEO",
|
|
4501
5509
|
"type": "3rd-party",
|
|
@@ -4535,7 +5543,7 @@
|
|
|
4535
5543
|
},
|
|
4536
5544
|
{
|
|
4537
5545
|
"name": "seomatic-meta",
|
|
4538
|
-
"description": "A Nuxt
|
|
5546
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4539
5547
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4540
5548
|
"npm": "nuxt-seomatic-meta",
|
|
4541
5549
|
"icon": "seomatic.png",
|
|
@@ -4578,6 +5586,29 @@
|
|
|
4578
5586
|
"requires": {}
|
|
4579
5587
|
}
|
|
4580
5588
|
},
|
|
5589
|
+
{
|
|
5590
|
+
"name": "server-block",
|
|
5591
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5592
|
+
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
|
|
5593
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
5594
|
+
"icon": "server-block.svg",
|
|
5595
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
5596
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5597
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5598
|
+
"category": "Extensions",
|
|
5599
|
+
"type": "3rd-party",
|
|
5600
|
+
"maintainers": [
|
|
5601
|
+
{
|
|
5602
|
+
"name": "Hebilicious",
|
|
5603
|
+
"github": "Hebilicious",
|
|
5604
|
+
"twitter": "its_hebilicious"
|
|
5605
|
+
}
|
|
5606
|
+
],
|
|
5607
|
+
"compatibility": {
|
|
5608
|
+
"nuxt": "^3.0.0",
|
|
5609
|
+
"requires": {}
|
|
5610
|
+
}
|
|
5611
|
+
},
|
|
4581
5612
|
{
|
|
4582
5613
|
"name": "session",
|
|
4583
5614
|
"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",
|
|
@@ -4603,7 +5634,7 @@
|
|
|
4603
5634
|
},
|
|
4604
5635
|
{
|
|
4605
5636
|
"name": "shopify",
|
|
4606
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5637
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4607
5638
|
"repo": "Gomah/nuxt-shopify",
|
|
4608
5639
|
"npm": "nuxt-shopify",
|
|
4609
5640
|
"icon": "shopify.png",
|
|
@@ -4624,7 +5655,7 @@
|
|
|
4624
5655
|
}
|
|
4625
5656
|
},
|
|
4626
5657
|
{
|
|
4627
|
-
"name": "
|
|
5658
|
+
"name": "sidebase-auth",
|
|
4628
5659
|
"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.",
|
|
4629
5660
|
"repo": "sidebase/nuxt-auth",
|
|
4630
5661
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -4670,13 +5701,13 @@
|
|
|
4670
5701
|
},
|
|
4671
5702
|
{
|
|
4672
5703
|
"name": "simple-robots",
|
|
4673
|
-
"description": "
|
|
5704
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
4674
5705
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4675
5706
|
"npm": "nuxt-simple-robots",
|
|
4676
|
-
"icon": "",
|
|
5707
|
+
"icon": "simple-robots.svg",
|
|
4677
5708
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4678
|
-
"website": "https://
|
|
4679
|
-
"learn_more": "",
|
|
5709
|
+
"website": "https://nuxtseo.com/robots",
|
|
5710
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
4680
5711
|
"category": "SEO",
|
|
4681
5712
|
"type": "3rd-party",
|
|
4682
5713
|
"maintainers": [
|
|
@@ -4694,13 +5725,13 @@
|
|
|
4694
5725
|
},
|
|
4695
5726
|
{
|
|
4696
5727
|
"name": "simple-sitemap",
|
|
4697
|
-
"description": "
|
|
5728
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
4698
5729
|
"repo": "harlan-zw/nuxt-simple-sitemap",
|
|
4699
5730
|
"npm": "nuxt-simple-sitemap",
|
|
4700
|
-
"icon": "",
|
|
5731
|
+
"icon": "simple-sitemap.svg",
|
|
4701
5732
|
"github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
4702
|
-
"website": "https://
|
|
4703
|
-
"learn_more": "",
|
|
5733
|
+
"website": "https://nuxtseo.com/simple-sitemap",
|
|
5734
|
+
"learn_more": "https://nuxtseo.com/simple-sitemap",
|
|
4704
5735
|
"category": "SEO",
|
|
4705
5736
|
"type": "3rd-party",
|
|
4706
5737
|
"maintainers": [
|
|
@@ -4718,7 +5749,7 @@
|
|
|
4718
5749
|
},
|
|
4719
5750
|
{
|
|
4720
5751
|
"name": "sitemap",
|
|
4721
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt
|
|
5752
|
+
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
|
|
4722
5753
|
"repo": "nuxt-community/sitemap-module#dev",
|
|
4723
5754
|
"npm": "@nuxtjs/sitemap",
|
|
4724
5755
|
"icon": "",
|
|
@@ -4763,7 +5794,7 @@
|
|
|
4763
5794
|
},
|
|
4764
5795
|
{
|
|
4765
5796
|
"name": "snipcart",
|
|
4766
|
-
"description": "Snipcart integration module for Nuxt
|
|
5797
|
+
"description": "Snipcart integration module for Nuxt",
|
|
4767
5798
|
"repo": "nuxt-modules/snipcart",
|
|
4768
5799
|
"npm": "@nuxtjs/snipcart",
|
|
4769
5800
|
"icon": "snipcart.png",
|
|
@@ -4786,7 +5817,7 @@
|
|
|
4786
5817
|
},
|
|
4787
5818
|
{
|
|
4788
5819
|
"name": "social-meta",
|
|
4789
|
-
"description": "Nuxt
|
|
5820
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
4790
5821
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
4791
5822
|
"npm": "nuxt-social-meta",
|
|
4792
5823
|
"icon": "",
|
|
@@ -4908,7 +5939,7 @@
|
|
|
4908
5939
|
},
|
|
4909
5940
|
{
|
|
4910
5941
|
"name": "storage",
|
|
4911
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
5942
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
4912
5943
|
"repo": "mazipan/nuxt-storage",
|
|
4913
5944
|
"npm": "nuxt-storage",
|
|
4914
5945
|
"icon": "",
|
|
@@ -4930,7 +5961,7 @@
|
|
|
4930
5961
|
},
|
|
4931
5962
|
{
|
|
4932
5963
|
"name": "storefront-ui",
|
|
4933
|
-
"description": "Storefront UI Module for Nuxt
|
|
5964
|
+
"description": "Storefront UI Module for Nuxt",
|
|
4934
5965
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
4935
5966
|
"npm": "@storefront-ui/nuxt",
|
|
4936
5967
|
"icon": "storefront-ui.svg",
|
|
@@ -4974,7 +6005,7 @@
|
|
|
4974
6005
|
},
|
|
4975
6006
|
{
|
|
4976
6007
|
"name": "storyblok",
|
|
4977
|
-
"description": "Storyblok Nuxt
|
|
6008
|
+
"description": "Storyblok Nuxt module",
|
|
4978
6009
|
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
4979
6010
|
"npm": "@storyblok/nuxt",
|
|
4980
6011
|
"icon": "storyblok.png",
|
|
@@ -4991,46 +6022,43 @@
|
|
|
4991
6022
|
],
|
|
4992
6023
|
"compatibility": {
|
|
4993
6024
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4994
|
-
"requires": {}
|
|
6025
|
+
"requires": {},
|
|
6026
|
+
"devtools": "^0.0.0"
|
|
4995
6027
|
}
|
|
4996
6028
|
},
|
|
4997
6029
|
{
|
|
4998
6030
|
"name": "storybook",
|
|
4999
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
5000
|
-
"repo": "nuxt-
|
|
6031
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
6032
|
+
"repo": "nuxt-modules/storybook",
|
|
5001
6033
|
"npm": "@nuxtjs/storybook",
|
|
5002
6034
|
"icon": "storybook.png",
|
|
5003
|
-
"github": "https://github.com/nuxt-
|
|
6035
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
5004
6036
|
"website": "https://storybook.nuxtjs.org",
|
|
5005
|
-
"learn_more": "https://
|
|
6037
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
5006
6038
|
"category": "Devtools",
|
|
5007
6039
|
"type": "community",
|
|
5008
6040
|
"maintainers": [
|
|
5009
6041
|
{
|
|
5010
|
-
"name": "
|
|
5011
|
-
"github": "
|
|
5012
|
-
"twitter": "
|
|
5013
|
-
},
|
|
5014
|
-
{
|
|
5015
|
-
"name": "Pooya Parsa",
|
|
5016
|
-
"github": "pi0",
|
|
5017
|
-
"twitter": "_pi0_"
|
|
6042
|
+
"name": "Chakir QATAB",
|
|
6043
|
+
"github": "chakAs3",
|
|
6044
|
+
"twitter": "ChakirQatab"
|
|
5018
6045
|
}
|
|
5019
6046
|
],
|
|
5020
6047
|
"compatibility": {
|
|
5021
|
-
"nuxt": "^2.0.0",
|
|
6048
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5022
6049
|
"requires": {
|
|
5023
6050
|
"bridge": "optional"
|
|
5024
|
-
}
|
|
6051
|
+
},
|
|
6052
|
+
"devtools": "^0.7.2"
|
|
5025
6053
|
}
|
|
5026
6054
|
},
|
|
5027
6055
|
{
|
|
5028
6056
|
"name": "strapi",
|
|
5029
6057
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
5030
|
-
"repo": "nuxt-
|
|
6058
|
+
"repo": "nuxt-modules/strapi",
|
|
5031
6059
|
"npm": "@nuxtjs/strapi",
|
|
5032
6060
|
"icon": "strapi.png",
|
|
5033
|
-
"github": "https://github.com/nuxt-
|
|
6061
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
5034
6062
|
"website": "https://strapi.nuxtjs.org",
|
|
5035
6063
|
"learn_more": "https://strapi.io/",
|
|
5036
6064
|
"category": "CMS",
|
|
@@ -5051,7 +6079,34 @@
|
|
|
5051
6079
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5052
6080
|
"requires": {
|
|
5053
6081
|
"bridge": true
|
|
6082
|
+
},
|
|
6083
|
+
"devtools": "^0.0.0"
|
|
6084
|
+
}
|
|
6085
|
+
},
|
|
6086
|
+
{
|
|
6087
|
+
"name": "stripe-next",
|
|
6088
|
+
"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.",
|
|
6089
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
6090
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
6091
|
+
"icon": "stripe.png",
|
|
6092
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
6093
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
6094
|
+
"learn_more": "https://stripe.com/docs",
|
|
6095
|
+
"category": "Payment",
|
|
6096
|
+
"type": "3rd-party",
|
|
6097
|
+
"maintainers": [
|
|
6098
|
+
{
|
|
6099
|
+
"name": "Loic Fuentes",
|
|
6100
|
+
"github": "fuentesloic"
|
|
6101
|
+
},
|
|
6102
|
+
{
|
|
6103
|
+
"name": "Florent Giraud",
|
|
6104
|
+
"github": "flozero"
|
|
5054
6105
|
}
|
|
6106
|
+
],
|
|
6107
|
+
"compatibility": {
|
|
6108
|
+
"nuxt": "^3.0.0",
|
|
6109
|
+
"requires": {}
|
|
5055
6110
|
}
|
|
5056
6111
|
},
|
|
5057
6112
|
{
|
|
@@ -5076,6 +6131,36 @@
|
|
|
5076
6131
|
"requires": {}
|
|
5077
6132
|
}
|
|
5078
6133
|
},
|
|
6134
|
+
{
|
|
6135
|
+
"name": "studio",
|
|
6136
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
6137
|
+
"repo": "nuxtlabs/studio-module",
|
|
6138
|
+
"npm": "@nuxthq/studio",
|
|
6139
|
+
"icon": "studio.svg",
|
|
6140
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
6141
|
+
"website": "https://nuxt.studio",
|
|
6142
|
+
"learn_more": "https://nuxt.studio",
|
|
6143
|
+
"category": "CMS",
|
|
6144
|
+
"type": "3rd-party",
|
|
6145
|
+
"maintainers": [
|
|
6146
|
+
{
|
|
6147
|
+
"name": "Ahad Birang",
|
|
6148
|
+
"github": "farnabaz",
|
|
6149
|
+
"twitter": "a_birang"
|
|
6150
|
+
},
|
|
6151
|
+
{
|
|
6152
|
+
"name": "Sébastien Chopin",
|
|
6153
|
+
"github": "Atinux",
|
|
6154
|
+
"twitter": "Atinux"
|
|
6155
|
+
}
|
|
6156
|
+
],
|
|
6157
|
+
"compatibility": {
|
|
6158
|
+
"nuxt": "^3.0.0",
|
|
6159
|
+
"requires": {
|
|
6160
|
+
"content": true
|
|
6161
|
+
}
|
|
6162
|
+
}
|
|
6163
|
+
},
|
|
5079
6164
|
{
|
|
5080
6165
|
"name": "style-resources",
|
|
5081
6166
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -5101,7 +6186,7 @@
|
|
|
5101
6186
|
},
|
|
5102
6187
|
{
|
|
5103
6188
|
"name": "stylelint",
|
|
5104
|
-
"description": "Stylelint module for Nuxt.
|
|
6189
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
5105
6190
|
"repo": "nuxt-community/stylelint-module",
|
|
5106
6191
|
"npm": "@nuxtjs/stylelint-module",
|
|
5107
6192
|
"icon": "stylelint.png",
|
|
@@ -5147,10 +6232,10 @@
|
|
|
5147
6232
|
{
|
|
5148
6233
|
"name": "supabase",
|
|
5149
6234
|
"description": "First class integration with Supabase",
|
|
5150
|
-
"repo": "nuxt-
|
|
6235
|
+
"repo": "nuxt-modules/supabase",
|
|
5151
6236
|
"npm": "@nuxtjs/supabase",
|
|
5152
6237
|
"icon": "supabase.png",
|
|
5153
|
-
"github": "https://github.com/nuxt-
|
|
6238
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
5154
6239
|
"website": "https://supabase.nuxtjs.org",
|
|
5155
6240
|
"learn_more": "https://supabase.com",
|
|
5156
6241
|
"category": "Database",
|
|
@@ -5201,12 +6286,12 @@
|
|
|
5201
6286
|
},
|
|
5202
6287
|
{
|
|
5203
6288
|
"name": "svg-sprite",
|
|
5204
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5205
|
-
"repo": "nuxt-
|
|
6289
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
6290
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5206
6291
|
"npm": "@nuxtjs/svg-sprite",
|
|
5207
6292
|
"icon": "",
|
|
5208
|
-
"github": "https://github.com/nuxt-
|
|
5209
|
-
"website": "https://github.com/nuxt-
|
|
6293
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
6294
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5210
6295
|
"learn_more": "",
|
|
5211
6296
|
"category": "UI",
|
|
5212
6297
|
"type": "community",
|
|
@@ -5218,13 +6303,13 @@
|
|
|
5218
6303
|
}
|
|
5219
6304
|
],
|
|
5220
6305
|
"compatibility": {
|
|
5221
|
-
"nuxt": "^2.0.0",
|
|
6306
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5222
6307
|
"requires": {}
|
|
5223
6308
|
}
|
|
5224
6309
|
},
|
|
5225
6310
|
{
|
|
5226
6311
|
"name": "svg",
|
|
5227
|
-
"description": "Super simple svg loading module for Nuxt
|
|
6312
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5228
6313
|
"repo": "nuxt-community/svg-module",
|
|
5229
6314
|
"npm": "@nuxtjs/svg",
|
|
5230
6315
|
"icon": "",
|
|
@@ -5268,7 +6353,7 @@
|
|
|
5268
6353
|
},
|
|
5269
6354
|
{
|
|
5270
6355
|
"name": "swiper",
|
|
5271
|
-
"description": "Nuxt
|
|
6356
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5272
6357
|
"repo": "cpreston321/nuxt-swiper",
|
|
5273
6358
|
"npm": "nuxt-swiper",
|
|
5274
6359
|
"icon": "swiper.svg",
|
|
@@ -5314,10 +6399,10 @@
|
|
|
5314
6399
|
{
|
|
5315
6400
|
"name": "tailwindcss",
|
|
5316
6401
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5317
|
-
"repo": "nuxt-
|
|
6402
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5318
6403
|
"npm": "@nuxtjs/tailwindcss",
|
|
5319
6404
|
"icon": "tailwindcss.png",
|
|
5320
|
-
"github": "https://github.com/nuxt-
|
|
6405
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5321
6406
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5322
6407
|
"learn_more": "https://tailwindcss.com/",
|
|
5323
6408
|
"category": "UI",
|
|
@@ -5327,11 +6412,16 @@
|
|
|
5327
6412
|
"name": "Sébastien Chopin",
|
|
5328
6413
|
"github": "Atinux",
|
|
5329
6414
|
"twitter": "Atinux"
|
|
6415
|
+
},
|
|
6416
|
+
{
|
|
6417
|
+
"name": "Inesh Bose",
|
|
6418
|
+
"github": "ineshbose"
|
|
5330
6419
|
}
|
|
5331
6420
|
],
|
|
5332
6421
|
"compatibility": {
|
|
5333
6422
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5334
|
-
"requires": {}
|
|
6423
|
+
"requires": {},
|
|
6424
|
+
"devtools": "^0.0.0"
|
|
5335
6425
|
}
|
|
5336
6426
|
},
|
|
5337
6427
|
{
|
|
@@ -5343,40 +6433,139 @@
|
|
|
5343
6433
|
"github": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
5344
6434
|
"website": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
5345
6435
|
"learn_more": "",
|
|
5346
|
-
"category": "Analytics",
|
|
6436
|
+
"category": "Analytics",
|
|
6437
|
+
"type": "3rd-party",
|
|
6438
|
+
"maintainers": [
|
|
6439
|
+
{
|
|
6440
|
+
"name": "stickpro",
|
|
6441
|
+
"github": "stickpro",
|
|
6442
|
+
"avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
|
|
6443
|
+
}
|
|
6444
|
+
],
|
|
6445
|
+
"compatibility": {
|
|
6446
|
+
"nuxt": "^2.0.0",
|
|
6447
|
+
"requires": {}
|
|
6448
|
+
}
|
|
6449
|
+
},
|
|
6450
|
+
{
|
|
6451
|
+
"name": "time",
|
|
6452
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
6453
|
+
"repo": "danielroe/nuxt-time",
|
|
6454
|
+
"npm": "nuxt-time",
|
|
6455
|
+
"icon": "",
|
|
6456
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
6457
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
6458
|
+
"learn_more": "",
|
|
6459
|
+
"category": "Extensions",
|
|
6460
|
+
"type": "3rd-party",
|
|
6461
|
+
"maintainers": [
|
|
6462
|
+
{
|
|
6463
|
+
"name": "danielroe",
|
|
6464
|
+
"github": "danielroe"
|
|
6465
|
+
}
|
|
6466
|
+
],
|
|
6467
|
+
"compatibility": {
|
|
6468
|
+
"nuxt": "^3.0.0",
|
|
6469
|
+
"requires": {}
|
|
6470
|
+
}
|
|
6471
|
+
},
|
|
6472
|
+
{
|
|
6473
|
+
"name": "tiptap",
|
|
6474
|
+
"description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
|
|
6475
|
+
"repo": "modbender/nuxt-tiptap-editor",
|
|
6476
|
+
"npm": "nuxt-tiptap-editor",
|
|
6477
|
+
"icon": "tiptap.png",
|
|
6478
|
+
"github": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6479
|
+
"website": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6480
|
+
"learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6481
|
+
"category": "Libraries",
|
|
6482
|
+
"type": "3rd-party",
|
|
6483
|
+
"maintainers": [
|
|
6484
|
+
{
|
|
6485
|
+
"name": "modbender",
|
|
6486
|
+
"github": "modbender"
|
|
6487
|
+
}
|
|
6488
|
+
],
|
|
6489
|
+
"compatibility": {
|
|
6490
|
+
"nuxt": "^3.0.0",
|
|
6491
|
+
"requires": {}
|
|
6492
|
+
}
|
|
6493
|
+
},
|
|
6494
|
+
{
|
|
6495
|
+
"name": "toast",
|
|
6496
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
6497
|
+
"repo": "nuxt-community/modules#master/packages/toast",
|
|
6498
|
+
"npm": "@nuxtjs/toast",
|
|
6499
|
+
"icon": "",
|
|
6500
|
+
"github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
6501
|
+
"website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
6502
|
+
"learn_more": "https://github.com/shakee93/vue-toasted",
|
|
6503
|
+
"category": "Libraries",
|
|
6504
|
+
"type": "community",
|
|
6505
|
+
"maintainers": [
|
|
6506
|
+
{
|
|
6507
|
+
"name": "Pooya Parsa",
|
|
6508
|
+
"github": "pi0",
|
|
6509
|
+
"twitter": "_pi0_"
|
|
6510
|
+
}
|
|
6511
|
+
],
|
|
6512
|
+
"compatibility": {
|
|
6513
|
+
"nuxt": "^2.0.0",
|
|
6514
|
+
"requires": {}
|
|
6515
|
+
}
|
|
6516
|
+
},
|
|
6517
|
+
{
|
|
6518
|
+
"name": "translation-manager",
|
|
6519
|
+
"description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
|
|
6520
|
+
"repo": "samk-dev/nuxt-translation-manager",
|
|
6521
|
+
"npm": "nuxt-translation-manager",
|
|
6522
|
+
"icon": "translation-manager.png",
|
|
6523
|
+
"github": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6524
|
+
"website": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6525
|
+
"learn_more": "",
|
|
6526
|
+
"category": "Extensions",
|
|
5347
6527
|
"type": "3rd-party",
|
|
5348
6528
|
"maintainers": [
|
|
5349
6529
|
{
|
|
5350
|
-
"name": "
|
|
5351
|
-
"github": "
|
|
5352
|
-
"avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
|
|
6530
|
+
"name": "Sam K",
|
|
6531
|
+
"github": "samk-dev"
|
|
5353
6532
|
}
|
|
5354
6533
|
],
|
|
5355
6534
|
"compatibility": {
|
|
5356
|
-
"nuxt": "^
|
|
6535
|
+
"nuxt": "^3.0.0",
|
|
5357
6536
|
"requires": {}
|
|
5358
6537
|
}
|
|
5359
6538
|
},
|
|
5360
6539
|
{
|
|
5361
|
-
"name": "
|
|
5362
|
-
"description": "
|
|
5363
|
-
"repo": "nuxt
|
|
5364
|
-
"npm": "@
|
|
5365
|
-
"icon": "",
|
|
5366
|
-
"github": "https://github.com/nuxt
|
|
5367
|
-
"website": "https://
|
|
5368
|
-
"learn_more": "https://
|
|
6540
|
+
"name": "tresjs",
|
|
6541
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
6542
|
+
"repo": "tresjs/nuxt",
|
|
6543
|
+
"npm": "@tresjs/nuxt",
|
|
6544
|
+
"icon": "tresjs.svg",
|
|
6545
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
6546
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
6547
|
+
"learn_more": "https://tresjs.org/",
|
|
5369
6548
|
"category": "Libraries",
|
|
5370
|
-
"type": "
|
|
6549
|
+
"type": "3rd-party",
|
|
5371
6550
|
"maintainers": [
|
|
5372
6551
|
{
|
|
5373
|
-
"name": "
|
|
5374
|
-
"github": "
|
|
5375
|
-
"twitter": "
|
|
6552
|
+
"name": "Alvaro Saburido",
|
|
6553
|
+
"github": "alvarosabu",
|
|
6554
|
+
"twitter": "alvarosabu"
|
|
6555
|
+
},
|
|
6556
|
+
{
|
|
6557
|
+
"name": "Jaime Torrealba",
|
|
6558
|
+
"github": "JaimeTorrealba",
|
|
6559
|
+
"twitter": "jaimebboyjt"
|
|
6560
|
+
},
|
|
6561
|
+
{
|
|
6562
|
+
"name": "Tino Koch",
|
|
6563
|
+
"github": "Tinoooo",
|
|
6564
|
+
"twitter": "ichbintino"
|
|
5376
6565
|
}
|
|
5377
6566
|
],
|
|
5378
6567
|
"compatibility": {
|
|
5379
|
-
"nuxt": "^
|
|
6568
|
+
"nuxt": "^3.0.0",
|
|
5380
6569
|
"requires": {}
|
|
5381
6570
|
}
|
|
5382
6571
|
},
|
|
@@ -5407,7 +6596,7 @@
|
|
|
5407
6596
|
},
|
|
5408
6597
|
{
|
|
5409
6598
|
"name": "twa",
|
|
5410
|
-
"description": "Nuxt
|
|
6599
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5411
6600
|
"repo": "tuarrep/nuxt-twa",
|
|
5412
6601
|
"npm": "nuxt-twa",
|
|
5413
6602
|
"icon": "",
|
|
@@ -5429,6 +6618,28 @@
|
|
|
5429
6618
|
}
|
|
5430
6619
|
}
|
|
5431
6620
|
},
|
|
6621
|
+
{
|
|
6622
|
+
"name": "twemoji",
|
|
6623
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
6624
|
+
"repo": "yizack/nuxt-twemoji",
|
|
6625
|
+
"npm": "nuxt-twemoji",
|
|
6626
|
+
"icon": "twemoji.svg",
|
|
6627
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
6628
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
6629
|
+
"learn_more": "",
|
|
6630
|
+
"category": "UI",
|
|
6631
|
+
"type": "3rd-party",
|
|
6632
|
+
"maintainers": [
|
|
6633
|
+
{
|
|
6634
|
+
"name": "Yizack Rangel",
|
|
6635
|
+
"github": "yizack"
|
|
6636
|
+
}
|
|
6637
|
+
],
|
|
6638
|
+
"compatibility": {
|
|
6639
|
+
"nuxt": "^3.0.0",
|
|
6640
|
+
"requires": {}
|
|
6641
|
+
}
|
|
6642
|
+
},
|
|
5432
6643
|
{
|
|
5433
6644
|
"name": "twicpics",
|
|
5434
6645
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5573,6 +6784,63 @@
|
|
|
5573
6784
|
"requires": {}
|
|
5574
6785
|
}
|
|
5575
6786
|
},
|
|
6787
|
+
{
|
|
6788
|
+
"name": "typo3",
|
|
6789
|
+
"description": "TYPO3 Headless Frontend Rendering module",
|
|
6790
|
+
"repo": "TYPO3-Headless/nuxt-typo3",
|
|
6791
|
+
"npm": "@t3headless/nuxt-typo3",
|
|
6792
|
+
"icon": "typo3.svg",
|
|
6793
|
+
"github": "https://github.com/TYPO3-Headless/nuxt-typo3",
|
|
6794
|
+
"website": "https://t3headless.macopedia.io/nuxt-typo3/",
|
|
6795
|
+
"learn_more": "https://github.com/TYPO3-Headless",
|
|
6796
|
+
"category": "CMS",
|
|
6797
|
+
"type": "3rd-party",
|
|
6798
|
+
"maintainers": [
|
|
6799
|
+
{
|
|
6800
|
+
"name": "Macopedia",
|
|
6801
|
+
"github": "macopedia",
|
|
6802
|
+
"twitter": "macopediapl"
|
|
6803
|
+
}
|
|
6804
|
+
],
|
|
6805
|
+
"compatibility": {
|
|
6806
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6807
|
+
"requires": {},
|
|
6808
|
+
"devtools": "^0.0.0"
|
|
6809
|
+
}
|
|
6810
|
+
},
|
|
6811
|
+
{
|
|
6812
|
+
"name": "ui",
|
|
6813
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6814
|
+
"repo": "nuxt/ui#dev",
|
|
6815
|
+
"npm": "@nuxt/ui",
|
|
6816
|
+
"icon": "nuxt.svg",
|
|
6817
|
+
"github": "https://github.com/nuxt/ui",
|
|
6818
|
+
"website": "https://ui.nuxt.com",
|
|
6819
|
+
"learn_more": "",
|
|
6820
|
+
"category": "UI",
|
|
6821
|
+
"type": "official",
|
|
6822
|
+
"maintainers": [
|
|
6823
|
+
{
|
|
6824
|
+
"name": "Benjamin Canac",
|
|
6825
|
+
"github": "benjamincanac",
|
|
6826
|
+
"twitter": "benjamincanac"
|
|
6827
|
+
},
|
|
6828
|
+
{
|
|
6829
|
+
"name": "Sebastien Chopin",
|
|
6830
|
+
"github": "Atinux",
|
|
6831
|
+
"twitter": "Atinux"
|
|
6832
|
+
},
|
|
6833
|
+
{
|
|
6834
|
+
"name": "Sylvain Marroufin",
|
|
6835
|
+
"github": "smarroufin",
|
|
6836
|
+
"twitter": "smarroufin"
|
|
6837
|
+
}
|
|
6838
|
+
],
|
|
6839
|
+
"compatibility": {
|
|
6840
|
+
"nuxt": "^3.0.0",
|
|
6841
|
+
"requires": {}
|
|
6842
|
+
}
|
|
6843
|
+
},
|
|
5576
6844
|
{
|
|
5577
6845
|
"name": "umami",
|
|
5578
6846
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -5621,7 +6889,7 @@
|
|
|
5621
6889
|
},
|
|
5622
6890
|
{
|
|
5623
6891
|
"name": "universal-storage",
|
|
5624
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6892
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
5625
6893
|
"repo": "nuxt-community/universal-storage-module",
|
|
5626
6894
|
"npm": "@nuxtjs/universal-storage",
|
|
5627
6895
|
"icon": "",
|
|
@@ -5698,12 +6966,12 @@
|
|
|
5698
6966
|
{
|
|
5699
6967
|
"name": "unocss",
|
|
5700
6968
|
"description": "The instant on-demand atomic CSS engine.",
|
|
5701
|
-
"repo": "
|
|
6969
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
5702
6970
|
"npm": "@unocss/nuxt",
|
|
5703
6971
|
"icon": "unocss.svg",
|
|
5704
|
-
"github": "https://github.com/
|
|
5705
|
-
"website": "https://github.com/
|
|
5706
|
-
"learn_more": "https://github.com/
|
|
6972
|
+
"github": "https://github.com/unocss/unocss",
|
|
6973
|
+
"website": "https://github.com/unocss/unocss",
|
|
6974
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
5707
6975
|
"category": "UI",
|
|
5708
6976
|
"type": "3rd-party",
|
|
5709
6977
|
"maintainers": [
|
|
@@ -5718,7 +6986,8 @@
|
|
|
5718
6986
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5719
6987
|
"requires": {
|
|
5720
6988
|
"bridge": "optional"
|
|
5721
|
-
}
|
|
6989
|
+
},
|
|
6990
|
+
"devtools": "^0.0.0"
|
|
5722
6991
|
}
|
|
5723
6992
|
},
|
|
5724
6993
|
{
|
|
@@ -5744,9 +7013,33 @@
|
|
|
5744
7013
|
"requires": {}
|
|
5745
7014
|
}
|
|
5746
7015
|
},
|
|
7016
|
+
{
|
|
7017
|
+
"name": "use-wagmi",
|
|
7018
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
7019
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
7020
|
+
"npm": "@use-wagmi/nuxt",
|
|
7021
|
+
"icon": "use-wagmi.png",
|
|
7022
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
7023
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
7024
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
7025
|
+
"category": "Extensions",
|
|
7026
|
+
"type": "3rd-party",
|
|
7027
|
+
"maintainers": [
|
|
7028
|
+
{
|
|
7029
|
+
"name": "Unic Ape",
|
|
7030
|
+
"github": "unicape"
|
|
7031
|
+
}
|
|
7032
|
+
],
|
|
7033
|
+
"compatibility": {
|
|
7034
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7035
|
+
"requires": {
|
|
7036
|
+
"bridge": true
|
|
7037
|
+
}
|
|
7038
|
+
}
|
|
7039
|
+
},
|
|
5747
7040
|
{
|
|
5748
7041
|
"name": "user-agent",
|
|
5749
|
-
"description": "Nuxt
|
|
7042
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
5750
7043
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
5751
7044
|
"npm": "nuxt-user-agent",
|
|
5752
7045
|
"icon": "",
|
|
@@ -5836,9 +7129,31 @@
|
|
|
5836
7129
|
}
|
|
5837
7130
|
}
|
|
5838
7131
|
},
|
|
7132
|
+
{
|
|
7133
|
+
"name": "vcalendar",
|
|
7134
|
+
"description": "VCalendar module for Nuxt",
|
|
7135
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
7136
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
7137
|
+
"icon": "vcalendar.png",
|
|
7138
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
7139
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
7140
|
+
"learn_more": "",
|
|
7141
|
+
"category": "Libraries",
|
|
7142
|
+
"type": "3rd-party",
|
|
7143
|
+
"maintainers": [
|
|
7144
|
+
{
|
|
7145
|
+
"name": "Sam K",
|
|
7146
|
+
"github": "samk-dev"
|
|
7147
|
+
}
|
|
7148
|
+
],
|
|
7149
|
+
"compatibility": {
|
|
7150
|
+
"nuxt": "^3.0.0",
|
|
7151
|
+
"requires": {}
|
|
7152
|
+
}
|
|
7153
|
+
},
|
|
5839
7154
|
{
|
|
5840
7155
|
"name": "vee-validate",
|
|
5841
|
-
"description": "Painless Vue forms for Nuxt
|
|
7156
|
+
"description": "Painless Vue forms for Nuxt",
|
|
5842
7157
|
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
5843
7158
|
"npm": "@vee-validate/nuxt",
|
|
5844
7159
|
"icon": "vee-validate.png",
|
|
@@ -5881,6 +7196,28 @@
|
|
|
5881
7196
|
"requires": {}
|
|
5882
7197
|
}
|
|
5883
7198
|
},
|
|
7199
|
+
{
|
|
7200
|
+
"name": "vercel-analytics",
|
|
7201
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
7202
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
7203
|
+
"npm": "nuxt-vercel-analytics",
|
|
7204
|
+
"icon": "",
|
|
7205
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
7206
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
7207
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
7208
|
+
"category": "Analytics",
|
|
7209
|
+
"type": "3rd-party",
|
|
7210
|
+
"maintainers": [
|
|
7211
|
+
{
|
|
7212
|
+
"name": "Alexander B.",
|
|
7213
|
+
"github": "xanderbarkhatov"
|
|
7214
|
+
}
|
|
7215
|
+
],
|
|
7216
|
+
"compatibility": {
|
|
7217
|
+
"nuxt": "^3.0.0",
|
|
7218
|
+
"requires": {}
|
|
7219
|
+
}
|
|
7220
|
+
},
|
|
5884
7221
|
{
|
|
5885
7222
|
"name": "vexip-ui",
|
|
5886
7223
|
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
@@ -5906,7 +7243,7 @@
|
|
|
5906
7243
|
},
|
|
5907
7244
|
{
|
|
5908
7245
|
"name": "vite-pwa-nuxt",
|
|
5909
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
7246
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
5910
7247
|
"repo": "vite-pwa/nuxt",
|
|
5911
7248
|
"npm": "@vite-pwa/nuxt",
|
|
5912
7249
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -5935,13 +7272,13 @@
|
|
|
5935
7272
|
{
|
|
5936
7273
|
"name": "vitest",
|
|
5937
7274
|
"description": "Vitest integration with Nuxt",
|
|
5938
|
-
"repo": "danielroe/nuxt-vitest
|
|
7275
|
+
"repo": "danielroe/nuxt-vitest",
|
|
5939
7276
|
"npm": "nuxt-vitest",
|
|
5940
7277
|
"icon": "vitest.svg",
|
|
5941
7278
|
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
5942
7279
|
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
5943
7280
|
"learn_more": "",
|
|
5944
|
-
"category": "
|
|
7281
|
+
"category": "Devtools",
|
|
5945
7282
|
"type": "3rd-party",
|
|
5946
7283
|
"maintainers": [
|
|
5947
7284
|
{
|
|
@@ -5953,6 +7290,61 @@
|
|
|
5953
7290
|
"github": "antfu"
|
|
5954
7291
|
}
|
|
5955
7292
|
],
|
|
7293
|
+
"compatibility": {
|
|
7294
|
+
"nuxt": "^3.0.0",
|
|
7295
|
+
"requires": {},
|
|
7296
|
+
"devtools": "^0.0.0"
|
|
7297
|
+
}
|
|
7298
|
+
},
|
|
7299
|
+
{
|
|
7300
|
+
"name": "vue-email",
|
|
7301
|
+
"description": "💌 Write email templates with vue",
|
|
7302
|
+
"repo": "vue-email/nuxt",
|
|
7303
|
+
"npm": "@vue-email/nuxt",
|
|
7304
|
+
"icon": "vue-email.svg",
|
|
7305
|
+
"github": "https://github.com/vue-email/nuxt",
|
|
7306
|
+
"website": "https://vuemail.net/",
|
|
7307
|
+
"learn_more": "https://vuemail.net/ssr/nuxt",
|
|
7308
|
+
"category": "UI",
|
|
7309
|
+
"type": "3rd-party",
|
|
7310
|
+
"maintainers": [
|
|
7311
|
+
{
|
|
7312
|
+
"name": "David Arenas",
|
|
7313
|
+
"github": "Dave136",
|
|
7314
|
+
"twitter": "davejs4",
|
|
7315
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
7316
|
+
},
|
|
7317
|
+
{
|
|
7318
|
+
"name": "Younes Barrad",
|
|
7319
|
+
"github": "Flowko",
|
|
7320
|
+
"twitter": "imflowko",
|
|
7321
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
7322
|
+
}
|
|
7323
|
+
],
|
|
7324
|
+
"compatibility": {
|
|
7325
|
+
"nuxt": "^3.0.0",
|
|
7326
|
+
"requires": {},
|
|
7327
|
+
"devtools": "^0.0.0"
|
|
7328
|
+
}
|
|
7329
|
+
},
|
|
7330
|
+
{
|
|
7331
|
+
"name": "vue-final-modal",
|
|
7332
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7333
|
+
"repo": "vue-final/vue-final-modal",
|
|
7334
|
+
"npm": "@vue-final-modal/nuxt",
|
|
7335
|
+
"icon": "vue-final-modal.svg",
|
|
7336
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
7337
|
+
"website": "https://vue-final-modal.org/",
|
|
7338
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
7339
|
+
"category": "UI",
|
|
7340
|
+
"type": "3rd-party",
|
|
7341
|
+
"maintainers": [
|
|
7342
|
+
{
|
|
7343
|
+
"name": "Hunter Liu",
|
|
7344
|
+
"github": "hunterliu1003",
|
|
7345
|
+
"twitter": "hunterliu1003"
|
|
7346
|
+
}
|
|
7347
|
+
],
|
|
5956
7348
|
"compatibility": {
|
|
5957
7349
|
"nuxt": "^3.0.0",
|
|
5958
7350
|
"requires": {}
|
|
@@ -5980,7 +7372,8 @@
|
|
|
5980
7372
|
"nuxt": "^3.0.0",
|
|
5981
7373
|
"requires": {
|
|
5982
7374
|
"bridge": "optional"
|
|
5983
|
-
}
|
|
7375
|
+
},
|
|
7376
|
+
"devtools": "^0.0.0"
|
|
5984
7377
|
}
|
|
5985
7378
|
},
|
|
5986
7379
|
{
|
|
@@ -6007,7 +7400,7 @@
|
|
|
6007
7400
|
},
|
|
6008
7401
|
{
|
|
6009
7402
|
"name": "vue-multiselect",
|
|
6010
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
7403
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
6011
7404
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
6012
7405
|
"npm": "nuxt-vue-multiselect",
|
|
6013
7406
|
"icon": "",
|
|
@@ -6049,6 +7442,29 @@
|
|
|
6049
7442
|
"requires": {}
|
|
6050
7443
|
}
|
|
6051
7444
|
},
|
|
7445
|
+
{
|
|
7446
|
+
"name": "vue-query",
|
|
7447
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
7448
|
+
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
|
|
7449
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
7450
|
+
"icon": "vue-query.svg",
|
|
7451
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
7452
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
7453
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
7454
|
+
"category": "Request",
|
|
7455
|
+
"type": "3rd-party",
|
|
7456
|
+
"maintainers": [
|
|
7457
|
+
{
|
|
7458
|
+
"name": "Hebilicious",
|
|
7459
|
+
"github": "Hebilicious",
|
|
7460
|
+
"twitter": "its_hebilicious"
|
|
7461
|
+
}
|
|
7462
|
+
],
|
|
7463
|
+
"compatibility": {
|
|
7464
|
+
"nuxt": "^3.0.0",
|
|
7465
|
+
"requires": {}
|
|
7466
|
+
}
|
|
7467
|
+
},
|
|
6052
7468
|
{
|
|
6053
7469
|
"name": "vue-select",
|
|
6054
7470
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -6098,7 +7514,7 @@
|
|
|
6098
7514
|
},
|
|
6099
7515
|
{
|
|
6100
7516
|
"name": "vue-warehouse",
|
|
6101
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7517
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
6102
7518
|
"repo": "juliomrqz/vue-warehouse",
|
|
6103
7519
|
"npm": "vue-warehouse",
|
|
6104
7520
|
"icon": "",
|
|
@@ -6119,6 +7535,29 @@
|
|
|
6119
7535
|
"requires": {}
|
|
6120
7536
|
}
|
|
6121
7537
|
},
|
|
7538
|
+
{
|
|
7539
|
+
"name": "vue3-carousel-nuxt",
|
|
7540
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
7541
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
7542
|
+
"npm": "vue3-carousel-nuxt",
|
|
7543
|
+
"icon": "",
|
|
7544
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7545
|
+
"website": "",
|
|
7546
|
+
"learn_more": "",
|
|
7547
|
+
"category": "UI",
|
|
7548
|
+
"type": "3rd-party",
|
|
7549
|
+
"maintainers": [
|
|
7550
|
+
{
|
|
7551
|
+
"name": "Gaetan SENN",
|
|
7552
|
+
"github": "gaetansenn",
|
|
7553
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
7554
|
+
}
|
|
7555
|
+
],
|
|
7556
|
+
"compatibility": {
|
|
7557
|
+
"nuxt": "^3.0.0",
|
|
7558
|
+
"requires": {}
|
|
7559
|
+
}
|
|
7560
|
+
},
|
|
6122
7561
|
{
|
|
6123
7562
|
"name": "vuefire",
|
|
6124
7563
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
@@ -6141,9 +7580,55 @@
|
|
|
6141
7580
|
"requires": {}
|
|
6142
7581
|
}
|
|
6143
7582
|
},
|
|
7583
|
+
{
|
|
7584
|
+
"name": "vueform-builder",
|
|
7585
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7586
|
+
"repo": "vueform/builder/nuxt",
|
|
7587
|
+
"npm": "@vueform/builder-nuxt",
|
|
7588
|
+
"icon": "vueform.svg",
|
|
7589
|
+
"github": "https://github.com/vueform/builder",
|
|
7590
|
+
"website": "https://builder.vueform.com",
|
|
7591
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7592
|
+
"category": "Libraries",
|
|
7593
|
+
"type": "3rd-party",
|
|
7594
|
+
"maintainers": [
|
|
7595
|
+
{
|
|
7596
|
+
"name": "Adam Berecz",
|
|
7597
|
+
"github": "adamberecz",
|
|
7598
|
+
"twitter": "bereczadam"
|
|
7599
|
+
}
|
|
7600
|
+
],
|
|
7601
|
+
"compatibility": {
|
|
7602
|
+
"nuxt": "^3.0.0",
|
|
7603
|
+
"requires": {}
|
|
7604
|
+
}
|
|
7605
|
+
},
|
|
7606
|
+
{
|
|
7607
|
+
"name": "vueform",
|
|
7608
|
+
"description": "Official Vueform module for Nuxt",
|
|
7609
|
+
"repo": "vueform/vueform/nuxt",
|
|
7610
|
+
"npm": "@vueform/nuxt",
|
|
7611
|
+
"icon": "vueform.svg",
|
|
7612
|
+
"github": "https://github.com/vueform/vueform",
|
|
7613
|
+
"website": "https://vueform.com",
|
|
7614
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7615
|
+
"category": "Libraries",
|
|
7616
|
+
"type": "3rd-party",
|
|
7617
|
+
"maintainers": [
|
|
7618
|
+
{
|
|
7619
|
+
"name": "Adam Berecz",
|
|
7620
|
+
"github": "adamberecz",
|
|
7621
|
+
"twitter": "bereczadam"
|
|
7622
|
+
}
|
|
7623
|
+
],
|
|
7624
|
+
"compatibility": {
|
|
7625
|
+
"nuxt": "^3.0.0",
|
|
7626
|
+
"requires": {}
|
|
7627
|
+
}
|
|
7628
|
+
},
|
|
6144
7629
|
{
|
|
6145
7630
|
"name": "vuestic",
|
|
6146
|
-
"description": "Vuestic UI module for Nuxt
|
|
7631
|
+
"description": "Vuestic UI module for Nuxt",
|
|
6147
7632
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
6148
7633
|
"npm": "@vuestic/nuxt",
|
|
6149
7634
|
"icon": "vuestic.png",
|
|
@@ -6163,9 +7648,31 @@
|
|
|
6163
7648
|
"requires": {}
|
|
6164
7649
|
}
|
|
6165
7650
|
},
|
|
7651
|
+
{
|
|
7652
|
+
"name": "vuetify-nuxt-module",
|
|
7653
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
7654
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
7655
|
+
"npm": "vuetify-nuxt-module",
|
|
7656
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
7657
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7658
|
+
"website": "https://vuetify-nuxt-module.netlify.app/",
|
|
7659
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
|
|
7660
|
+
"category": "UI",
|
|
7661
|
+
"type": "3rd-party",
|
|
7662
|
+
"maintainers": [
|
|
7663
|
+
{
|
|
7664
|
+
"name": "Joaquín Sánchez",
|
|
7665
|
+
"github": "userquin"
|
|
7666
|
+
}
|
|
7667
|
+
],
|
|
7668
|
+
"compatibility": {
|
|
7669
|
+
"nuxt": "^3.0.0",
|
|
7670
|
+
"requires": {}
|
|
7671
|
+
}
|
|
7672
|
+
},
|
|
6166
7673
|
{
|
|
6167
7674
|
"name": "vuetify",
|
|
6168
|
-
"description": "Vuetify Module for Nuxt
|
|
7675
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
6169
7676
|
"repo": "nuxt-community/vuetify-module",
|
|
6170
7677
|
"npm": "@nuxtjs/vuetify",
|
|
6171
7678
|
"icon": "vuetify.png",
|
|
@@ -6212,7 +7719,8 @@
|
|
|
6212
7719
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6213
7720
|
"requires": {
|
|
6214
7721
|
"bridge": "optional"
|
|
6215
|
-
}
|
|
7722
|
+
},
|
|
7723
|
+
"devtools": "^0.0.0"
|
|
6216
7724
|
}
|
|
6217
7725
|
},
|
|
6218
7726
|
{
|
|
@@ -6239,7 +7747,7 @@
|
|
|
6239
7747
|
},
|
|
6240
7748
|
{
|
|
6241
7749
|
"name": "vunix",
|
|
6242
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
7750
|
+
"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.",
|
|
6243
7751
|
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6244
7752
|
"npm": "@vunix/nuxt",
|
|
6245
7753
|
"icon": "",
|
|
@@ -6263,11 +7771,11 @@
|
|
|
6263
7771
|
{
|
|
6264
7772
|
"name": "web-vitals",
|
|
6265
7773
|
"description": "Web Vitals for Nuxt",
|
|
6266
|
-
"repo": "nuxt-
|
|
7774
|
+
"repo": "nuxt-modules/web-vitals",
|
|
6267
7775
|
"npm": "@nuxtjs/web-vitals",
|
|
6268
7776
|
"icon": "web-vitals.png",
|
|
6269
|
-
"github": "https://github.com/nuxt-
|
|
6270
|
-
"website": "https://github.com/nuxt-
|
|
7777
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7778
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
6271
7779
|
"learn_more": "",
|
|
6272
7780
|
"category": "Performance",
|
|
6273
7781
|
"type": "community",
|
|
@@ -6318,7 +7826,7 @@
|
|
|
6318
7826
|
},
|
|
6319
7827
|
{
|
|
6320
7828
|
"name": "webpack-optimisations",
|
|
6321
|
-
"description": "Nuxt
|
|
7829
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
6322
7830
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
6323
7831
|
"npm": "nuxt-webpack-optimisations",
|
|
6324
7832
|
"icon": "build-optimisations.svg",
|
|
@@ -6410,7 +7918,7 @@
|
|
|
6410
7918
|
},
|
|
6411
7919
|
{
|
|
6412
7920
|
"name": "well-known",
|
|
6413
|
-
"description": "A Nuxt
|
|
7921
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
6414
7922
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6415
7923
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6416
7924
|
"icon": "well-known.svg",
|
|
@@ -6430,14 +7938,40 @@
|
|
|
6430
7938
|
"requires": {}
|
|
6431
7939
|
}
|
|
6432
7940
|
},
|
|
7941
|
+
{
|
|
7942
|
+
"name": "wideangle",
|
|
7943
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
7944
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
7945
|
+
"npm": "wideangle-nuxt",
|
|
7946
|
+
"icon": "wideangle.png",
|
|
7947
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
7948
|
+
"website": "https://wideangle.co",
|
|
7949
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
7950
|
+
"category": "Analytics",
|
|
7951
|
+
"type": "3rd-party",
|
|
7952
|
+
"maintainers": [
|
|
7953
|
+
{
|
|
7954
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
7955
|
+
"github": "inputobjects"
|
|
7956
|
+
},
|
|
7957
|
+
{
|
|
7958
|
+
"name": "Jarek Rozanski",
|
|
7959
|
+
"github": "jrozanski"
|
|
7960
|
+
}
|
|
7961
|
+
],
|
|
7962
|
+
"compatibility": {
|
|
7963
|
+
"nuxt": "^3.0.0",
|
|
7964
|
+
"requires": {}
|
|
7965
|
+
}
|
|
7966
|
+
},
|
|
6433
7967
|
{
|
|
6434
7968
|
"name": "windicss",
|
|
6435
7969
|
"description": "Next generation utility-first CSS framework.",
|
|
6436
|
-
"repo": "windicss/nuxt-windicss
|
|
7970
|
+
"repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
|
|
6437
7971
|
"npm": "nuxt-windicss",
|
|
6438
7972
|
"icon": "windicss.svg",
|
|
6439
|
-
"github": "https://github.com/windicss/nuxt-windicss
|
|
6440
|
-
"website": "https://github.com/windicss/nuxt-windicss
|
|
7973
|
+
"github": "https://github.com/windicss/nuxt-windicss",
|
|
7974
|
+
"website": "https://github.com/windicss/nuxt-windicss",
|
|
6441
7975
|
"learn_more": "https://windicss.org/",
|
|
6442
7976
|
"category": "UI",
|
|
6443
7977
|
"type": "3rd-party",
|
|
@@ -6573,55 +8107,9 @@
|
|
|
6573
8107
|
"requires": {}
|
|
6574
8108
|
}
|
|
6575
8109
|
},
|
|
6576
|
-
{
|
|
6577
|
-
"name": "yandex-metrika-next",
|
|
6578
|
-
"description": "Yandex Metrika integration for Nuxt",
|
|
6579
|
-
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6580
|
-
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6581
|
-
"icon": "yandex-metrika.svg",
|
|
6582
|
-
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6583
|
-
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6584
|
-
"learn_more": "",
|
|
6585
|
-
"category": "Analytics",
|
|
6586
|
-
"type": "3rd-party",
|
|
6587
|
-
"maintainers": [
|
|
6588
|
-
{
|
|
6589
|
-
"name": "Aleksandr Saburov",
|
|
6590
|
-
"github": "artmizu",
|
|
6591
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6592
|
-
}
|
|
6593
|
-
],
|
|
6594
|
-
"compatibility": {
|
|
6595
|
-
"nuxt": "^3.0.0",
|
|
6596
|
-
"requires": {}
|
|
6597
|
-
}
|
|
6598
|
-
},
|
|
6599
|
-
{
|
|
6600
|
-
"name": "yandex-metrika",
|
|
6601
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
6602
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
6603
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
6604
|
-
"icon": "",
|
|
6605
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6606
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6607
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
6608
|
-
"category": "Analytics",
|
|
6609
|
-
"type": "community",
|
|
6610
|
-
"maintainers": [
|
|
6611
|
-
{
|
|
6612
|
-
"name": "Pooya Parsa",
|
|
6613
|
-
"github": "pi0",
|
|
6614
|
-
"twitter": "_pi0_"
|
|
6615
|
-
}
|
|
6616
|
-
],
|
|
6617
|
-
"compatibility": {
|
|
6618
|
-
"nuxt": "^2.0.0",
|
|
6619
|
-
"requires": {}
|
|
6620
|
-
}
|
|
6621
|
-
},
|
|
6622
8110
|
{
|
|
6623
8111
|
"name": "zendesk",
|
|
6624
|
-
"description": "Nuxt
|
|
8112
|
+
"description": "Nuxt module for Zendesk",
|
|
6625
8113
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
6626
8114
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
6627
8115
|
"icon": "zendesk.png",
|