@nuxt/modules 0.6.0-b1fdab → 0.6.0-b2c40d
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 +2495 -537
- package/package.json +13 -10
package/modules.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"name": "ackee",
|
|
4
|
-
"description": "Nuxt
|
|
4
|
+
"description": "Nuxt module for Ackee analytics",
|
|
5
5
|
"repo": "bdrtsky/nuxt-ackee",
|
|
6
6
|
"npm": "nuxt-ackee",
|
|
7
7
|
"icon": "ackee.png",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
"name": "agility-cms",
|
|
31
|
-
"description": "Agility CMS Integration for Nuxt
|
|
31
|
+
"description": "Agility CMS Integration for Nuxt",
|
|
32
32
|
"repo": "agility/agilitycms-nuxt-module",
|
|
33
33
|
"npm": "@agility/agilitycms-nuxt-module",
|
|
34
34
|
"icon": "agility.png",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
"name": "algolia",
|
|
54
|
-
"description": "Algolia Search Module for Nuxt
|
|
54
|
+
"description": "Algolia Search Module for Nuxt",
|
|
55
55
|
"repo": "nuxt-modules/algolia",
|
|
56
56
|
"npm": "@nuxtjs/algolia",
|
|
57
57
|
"icon": "algolia.svg",
|
|
@@ -126,12 +126,12 @@
|
|
|
126
126
|
},
|
|
127
127
|
{
|
|
128
128
|
"name": "animejs",
|
|
129
|
-
"description": "Anime.js module for Nuxt
|
|
130
|
-
"repo": "
|
|
131
|
-
"npm": "nuxt-
|
|
129
|
+
"description": "Anime.js module for Nuxt",
|
|
130
|
+
"repo": "hypernym-studio/nuxt-anime",
|
|
131
|
+
"npm": "@hypernym/nuxt-anime",
|
|
132
132
|
"icon": "",
|
|
133
|
-
"github": "https://github.com/
|
|
134
|
-
"website": "https://github.com/
|
|
133
|
+
"github": "https://github.com/hypernym-studio/nuxt-anime",
|
|
134
|
+
"website": "https://github.com/hypernym-studio/nuxt-anime",
|
|
135
135
|
"learn_more": "",
|
|
136
136
|
"category": "Libraries",
|
|
137
137
|
"type": "3rd-party",
|
|
@@ -142,13 +142,59 @@
|
|
|
142
142
|
}
|
|
143
143
|
],
|
|
144
144
|
"compatibility": {
|
|
145
|
-
"nuxt": "^2.0.0",
|
|
145
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
146
|
+
"requires": {}
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"name": "ant-design-vue",
|
|
151
|
+
"description": "A Vue 3 based component library for designers and developers",
|
|
152
|
+
"repo": "vueComponent/ant-design-vue-nuxt",
|
|
153
|
+
"npm": "@ant-design-vue/nuxt",
|
|
154
|
+
"icon": "ant-design-vue.svg",
|
|
155
|
+
"github": "https://github.com/vueComponent/ant-design-vue-nuxt",
|
|
156
|
+
"website": "https://antdv.com",
|
|
157
|
+
"learn_more": "https://github.com/vueComponent/ant-design-vue-nuxt",
|
|
158
|
+
"category": "UI",
|
|
159
|
+
"type": "3rd-party",
|
|
160
|
+
"maintainers": [
|
|
161
|
+
{
|
|
162
|
+
"name": "tangjinzhou",
|
|
163
|
+
"github": "tangjinzhou"
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
"compatibility": {
|
|
167
|
+
"nuxt": "^3.0.0",
|
|
168
|
+
"requires": {
|
|
169
|
+
"bridge": "optional"
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"name": "aos",
|
|
175
|
+
"description": "A Nuxt module that adds Animate On Scroll",
|
|
176
|
+
"repo": "egidiusmengelberg/nuxt-aos",
|
|
177
|
+
"npm": "nuxt-aos",
|
|
178
|
+
"icon": "aos.png",
|
|
179
|
+
"github": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
180
|
+
"website": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
181
|
+
"learn_more": "",
|
|
182
|
+
"category": "Devtools",
|
|
183
|
+
"type": "3rd-party",
|
|
184
|
+
"maintainers": [
|
|
185
|
+
{
|
|
186
|
+
"name": "egidiusmengelberg",
|
|
187
|
+
"github": "egidiusmengelberg"
|
|
188
|
+
}
|
|
189
|
+
],
|
|
190
|
+
"compatibility": {
|
|
191
|
+
"nuxt": "^3.0.0",
|
|
146
192
|
"requires": {}
|
|
147
193
|
}
|
|
148
194
|
},
|
|
149
195
|
{
|
|
150
196
|
"name": "api-party",
|
|
151
|
-
"description": "Nuxt
|
|
197
|
+
"description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
|
|
152
198
|
"repo": "johannschopplich/nuxt-api-party",
|
|
153
199
|
"npm": "nuxt-api-party",
|
|
154
200
|
"icon": "api-party.svg",
|
|
@@ -196,7 +242,7 @@
|
|
|
196
242
|
},
|
|
197
243
|
{
|
|
198
244
|
"name": "apollo",
|
|
199
|
-
"description": "Integrate GraphQL in your Nuxt
|
|
245
|
+
"description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
|
|
200
246
|
"repo": "nuxt-modules/apollo",
|
|
201
247
|
"npm": "@nuxtjs/apollo",
|
|
202
248
|
"icon": "apollo.png",
|
|
@@ -220,7 +266,7 @@
|
|
|
220
266
|
},
|
|
221
267
|
{
|
|
222
268
|
"name": "applicationinsights",
|
|
223
|
-
"description": "AppInsights module for Nuxt
|
|
269
|
+
"description": "AppInsights module for Nuxt",
|
|
224
270
|
"repo": "nuxt-community/applicationinsights-module",
|
|
225
271
|
"npm": "@nuxtjs/applicationinsights",
|
|
226
272
|
"icon": "application-insights.png",
|
|
@@ -249,7 +295,7 @@
|
|
|
249
295
|
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
250
296
|
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
251
297
|
"learn_more": "",
|
|
252
|
-
"category": "
|
|
298
|
+
"category": "Database",
|
|
253
299
|
"type": "3rd-party",
|
|
254
300
|
"maintainers": [
|
|
255
301
|
{
|
|
@@ -262,9 +308,76 @@
|
|
|
262
308
|
"requires": {}
|
|
263
309
|
}
|
|
264
310
|
},
|
|
311
|
+
{
|
|
312
|
+
"name": "arco-design-nuxt-module",
|
|
313
|
+
"description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
|
|
314
|
+
"repo": "wiidede/arco-design-nuxt-module",
|
|
315
|
+
"npm": "arco-design-nuxt-module",
|
|
316
|
+
"icon": "arco-design.svg",
|
|
317
|
+
"github": "https://github.com/wiidede/arco-design-nuxt-module",
|
|
318
|
+
"website": "https://arco.design/vue",
|
|
319
|
+
"learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
|
|
320
|
+
"category": "UI",
|
|
321
|
+
"type": "3rd-party",
|
|
322
|
+
"maintainers": [
|
|
323
|
+
{
|
|
324
|
+
"name": "wiidede",
|
|
325
|
+
"github": "wiidede"
|
|
326
|
+
}
|
|
327
|
+
],
|
|
328
|
+
"compatibility": {
|
|
329
|
+
"nuxt": "^3.0.0",
|
|
330
|
+
"requires": {}
|
|
331
|
+
}
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"name": "ark-ui",
|
|
335
|
+
"description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
|
|
336
|
+
"repo": "iamdin/nuxt-ark-ui",
|
|
337
|
+
"npm": "nuxt-ark-ui",
|
|
338
|
+
"icon": "ark-ui.svg",
|
|
339
|
+
"github": "https://github.com/iamdin/nuxt-ark-ui",
|
|
340
|
+
"website": "https://ark-ui.com/",
|
|
341
|
+
"learn_more": "https://github.com/iamdin/nuxt-ark-ui",
|
|
342
|
+
"category": "UI",
|
|
343
|
+
"type": "3rd-party",
|
|
344
|
+
"maintainers": [
|
|
345
|
+
{
|
|
346
|
+
"name": "Din",
|
|
347
|
+
"github": "iamdin",
|
|
348
|
+
"twitter": "iamdinq"
|
|
349
|
+
}
|
|
350
|
+
],
|
|
351
|
+
"compatibility": {
|
|
352
|
+
"nuxt": "^3.0.0",
|
|
353
|
+
"requires": {}
|
|
354
|
+
}
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"name": "auth-utils",
|
|
358
|
+
"description": "Minimalist Auth module for Nuxt with SSR.",
|
|
359
|
+
"repo": "atinux/nuxt-auth-utils",
|
|
360
|
+
"npm": "nuxt-auth-utils",
|
|
361
|
+
"icon": "",
|
|
362
|
+
"github": "https://github.com/atinux/nuxt-auth-utils",
|
|
363
|
+
"website": "https://github.com/atinux/nuxt-auth-utils",
|
|
364
|
+
"learn_more": "",
|
|
365
|
+
"category": "Devtools",
|
|
366
|
+
"type": "3rd-party",
|
|
367
|
+
"maintainers": [
|
|
368
|
+
{
|
|
369
|
+
"name": "atinux",
|
|
370
|
+
"github": "atinux"
|
|
371
|
+
}
|
|
372
|
+
],
|
|
373
|
+
"compatibility": {
|
|
374
|
+
"nuxt": "^3.0.0",
|
|
375
|
+
"requires": {}
|
|
376
|
+
}
|
|
377
|
+
},
|
|
265
378
|
{
|
|
266
379
|
"name": "auth",
|
|
267
|
-
"description": "Zero-boilerplate authentication support for Nuxt.
|
|
380
|
+
"description": "Zero-boilerplate authentication support for Nuxt.",
|
|
268
381
|
"repo": "nuxt-community/auth-module",
|
|
269
382
|
"npm": "@nuxtjs/auth",
|
|
270
383
|
"icon": "auth.png",
|
|
@@ -289,9 +402,55 @@
|
|
|
289
402
|
"requires": {}
|
|
290
403
|
}
|
|
291
404
|
},
|
|
405
|
+
{
|
|
406
|
+
"name": "authjs",
|
|
407
|
+
"description": "Auth.js authentication Nuxt module. Edge compatible.",
|
|
408
|
+
"repo": "Hebilicious/authjs-nuxt#main",
|
|
409
|
+
"npm": "@hebilicious/authjs-nuxt",
|
|
410
|
+
"icon": "authjs.png",
|
|
411
|
+
"github": "https://github.com/Hebilicious/authjs-nuxt",
|
|
412
|
+
"website": "https://authjs-nuxt.pages.dev/",
|
|
413
|
+
"learn_more": "https://authjs.dev/",
|
|
414
|
+
"category": "Security",
|
|
415
|
+
"type": "3rd-party",
|
|
416
|
+
"maintainers": [
|
|
417
|
+
{
|
|
418
|
+
"name": "Hebilicious",
|
|
419
|
+
"github": "Hebilicious",
|
|
420
|
+
"twitter": "its_hebilicious"
|
|
421
|
+
}
|
|
422
|
+
],
|
|
423
|
+
"compatibility": {
|
|
424
|
+
"nuxt": "^3.0.0",
|
|
425
|
+
"requires": {}
|
|
426
|
+
}
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"name": "auto-animate",
|
|
430
|
+
"description": "Automatic animations for your Nuxt app with a single line of code.",
|
|
431
|
+
"repo": "formkit/auto-animate",
|
|
432
|
+
"npm": "@formkit/auto-animate",
|
|
433
|
+
"icon": "auto-animate.svg",
|
|
434
|
+
"github": "https://github.com/formkit/auto-animate",
|
|
435
|
+
"website": "https://auto-animate.formkit.com",
|
|
436
|
+
"learn_more": "https://auto-animate.formkit.com",
|
|
437
|
+
"category": "Libraries",
|
|
438
|
+
"type": "3rd-party",
|
|
439
|
+
"maintainers": [
|
|
440
|
+
{
|
|
441
|
+
"name": "Justin Schroeder",
|
|
442
|
+
"github": "justin-schroeder",
|
|
443
|
+
"twitter": "jpschroeder"
|
|
444
|
+
}
|
|
445
|
+
],
|
|
446
|
+
"compatibility": {
|
|
447
|
+
"nuxt": "^3.0.0",
|
|
448
|
+
"requires": {}
|
|
449
|
+
}
|
|
450
|
+
},
|
|
292
451
|
{
|
|
293
452
|
"name": "axios",
|
|
294
|
-
"description": "Secure and easy Axios module with Nuxt
|
|
453
|
+
"description": "Secure and easy Axios module with Nuxt",
|
|
295
454
|
"repo": "nuxt-community/axios-module",
|
|
296
455
|
"npm": "@nuxtjs/axios",
|
|
297
456
|
"icon": "axios.svg",
|
|
@@ -314,7 +473,7 @@
|
|
|
314
473
|
},
|
|
315
474
|
{
|
|
316
475
|
"name": "basic-auth",
|
|
317
|
-
"description": "Provide basic authentication to your Nuxt
|
|
476
|
+
"description": "Provide basic authentication to your Nuxt application",
|
|
318
477
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
319
478
|
"npm": "nuxt-basic-auth-module",
|
|
320
479
|
"icon": "",
|
|
@@ -438,7 +597,7 @@
|
|
|
438
597
|
},
|
|
439
598
|
{
|
|
440
599
|
"name": "bulma-slim",
|
|
441
|
-
"description": "Nuxt
|
|
600
|
+
"description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
|
|
442
601
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
443
602
|
"npm": "nuxt-bulma-slim",
|
|
444
603
|
"icon": "bulma.png",
|
|
@@ -505,7 +664,7 @@
|
|
|
505
664
|
},
|
|
506
665
|
{
|
|
507
666
|
"name": "canvas-sketch",
|
|
508
|
-
"description": "Nuxt
|
|
667
|
+
"description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
509
668
|
"repo": "LuXDAmore/generative-art",
|
|
510
669
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
511
670
|
"icon": "",
|
|
@@ -526,9 +685,31 @@
|
|
|
526
685
|
"requires": {}
|
|
527
686
|
}
|
|
528
687
|
},
|
|
688
|
+
{
|
|
689
|
+
"name": "capo",
|
|
690
|
+
"description": "Capo.js implementation for Nuxt",
|
|
691
|
+
"repo": "danielroe/nuxt-capo",
|
|
692
|
+
"npm": "nuxt-capo",
|
|
693
|
+
"icon": "",
|
|
694
|
+
"github": "https://github.com/danielroe/nuxt-capo",
|
|
695
|
+
"website": "https://github.com/danielroe/nuxt-capo",
|
|
696
|
+
"learn_more": "",
|
|
697
|
+
"category": "Performance",
|
|
698
|
+
"type": "3rd-party",
|
|
699
|
+
"maintainers": [
|
|
700
|
+
{
|
|
701
|
+
"name": "danielroe",
|
|
702
|
+
"github": "danielroe"
|
|
703
|
+
}
|
|
704
|
+
],
|
|
705
|
+
"compatibility": {
|
|
706
|
+
"nuxt": "^3.0.0",
|
|
707
|
+
"requires": {}
|
|
708
|
+
}
|
|
709
|
+
},
|
|
529
710
|
{
|
|
530
711
|
"name": "chakra-ui",
|
|
531
|
-
"description": "Chakra UI Module for Nuxt
|
|
712
|
+
"description": "Chakra UI Module for Nuxt",
|
|
532
713
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
533
714
|
"npm": "@chakra-ui/nuxt",
|
|
534
715
|
"icon": "chakra-ui.png",
|
|
@@ -551,11 +732,11 @@
|
|
|
551
732
|
{
|
|
552
733
|
"name": "chatwoot",
|
|
553
734
|
"description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
|
|
554
|
-
"repo": "
|
|
555
|
-
"npm": "@
|
|
735
|
+
"repo": "productdevbookcom/chatwoot",
|
|
736
|
+
"npm": "@productdevbook/chatwoot",
|
|
556
737
|
"icon": "chatwoot.png",
|
|
557
|
-
"github": "https://github.com/
|
|
558
|
-
"website": "https://github.com/
|
|
738
|
+
"github": "https://github.com/productdevbookcom/chatwoot",
|
|
739
|
+
"website": "https://github.com/productdevbookcom/chatwoot",
|
|
559
740
|
"learn_more": "https://www.chatwoot.com",
|
|
560
741
|
"category": "Libraries",
|
|
561
742
|
"type": "3rd-party",
|
|
@@ -575,10 +756,10 @@
|
|
|
575
756
|
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
576
757
|
"repo": "chiffre-io/nuxt-chiffre",
|
|
577
758
|
"npm": "nuxt-chiffre",
|
|
578
|
-
"icon": "
|
|
759
|
+
"icon": "chiffre.png",
|
|
579
760
|
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
580
761
|
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
581
|
-
"learn_more": "https://chiffre.io",
|
|
762
|
+
"learn_more": "https://chiffre.io/",
|
|
582
763
|
"category": "Analytics",
|
|
583
764
|
"type": "3rd-party",
|
|
584
765
|
"maintainers": [
|
|
@@ -592,6 +773,29 @@
|
|
|
592
773
|
"requires": {}
|
|
593
774
|
}
|
|
594
775
|
},
|
|
776
|
+
{
|
|
777
|
+
"name": "clarity-analytics",
|
|
778
|
+
"description": "Clarity Analytics Module for Nuxt",
|
|
779
|
+
"repo": "Barbapapazes/nuxt-clarity-analytics",
|
|
780
|
+
"npm": "nuxt-clarity-analytics",
|
|
781
|
+
"icon": "",
|
|
782
|
+
"github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
|
|
783
|
+
"website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
|
|
784
|
+
"learn_more": "https://clarity.microsoft.com/",
|
|
785
|
+
"category": "Analytics",
|
|
786
|
+
"type": "3rd-party",
|
|
787
|
+
"maintainers": [
|
|
788
|
+
{
|
|
789
|
+
"name": "Barbapapazes",
|
|
790
|
+
"github": "Barbapapazes",
|
|
791
|
+
"twitter": "soubiran_"
|
|
792
|
+
}
|
|
793
|
+
],
|
|
794
|
+
"compatibility": {
|
|
795
|
+
"nuxt": "^3.0.0",
|
|
796
|
+
"requires": {}
|
|
797
|
+
}
|
|
798
|
+
},
|
|
595
799
|
{
|
|
596
800
|
"name": "client-init",
|
|
597
801
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
@@ -616,7 +820,7 @@
|
|
|
616
820
|
},
|
|
617
821
|
{
|
|
618
822
|
"name": "cloudcms",
|
|
619
|
-
"description": "CloudCMS Nuxt
|
|
823
|
+
"description": "CloudCMS Nuxt Module",
|
|
620
824
|
"repo": "gitana/cloudcms-nuxt",
|
|
621
825
|
"npm": "cloudcms-nuxt",
|
|
622
826
|
"icon": "",
|
|
@@ -665,11 +869,11 @@
|
|
|
665
869
|
},
|
|
666
870
|
{
|
|
667
871
|
"name": "cloudinary",
|
|
668
|
-
"description": "Optimize images and videos in your Nuxt
|
|
669
|
-
"repo": "nuxt-
|
|
872
|
+
"description": "Optimize images and videos in your Nuxt application",
|
|
873
|
+
"repo": "nuxt-modules/cloudinary",
|
|
670
874
|
"npm": "@nuxtjs/cloudinary",
|
|
671
875
|
"icon": "cloudinary.png",
|
|
672
|
-
"github": "https://github.com/nuxt-
|
|
876
|
+
"github": "https://github.com/nuxt-modules/cloudinary",
|
|
673
877
|
"website": "https://cloudinary.nuxtjs.org",
|
|
674
878
|
"learn_more": "https://cloudinary.com",
|
|
675
879
|
"category": "Images",
|
|
@@ -688,11 +892,11 @@
|
|
|
688
892
|
},
|
|
689
893
|
{
|
|
690
894
|
"name": "color-mode",
|
|
691
|
-
"description": "Dark and Light mode for
|
|
692
|
-
"repo": "nuxt-
|
|
895
|
+
"description": "Dark and Light mode for Nuxt with auto detection",
|
|
896
|
+
"repo": "nuxt-modules/color-mode",
|
|
693
897
|
"npm": "@nuxtjs/color-mode",
|
|
694
898
|
"icon": "color-mode.png",
|
|
695
|
-
"github": "https://github.com/nuxt-
|
|
899
|
+
"github": "https://github.com/nuxt-modules/color-mode",
|
|
696
900
|
"website": "https://color-mode.nuxtjs.org",
|
|
697
901
|
"learn_more": "",
|
|
698
902
|
"category": "UI",
|
|
@@ -757,12 +961,35 @@
|
|
|
757
961
|
"requires": {}
|
|
758
962
|
}
|
|
759
963
|
},
|
|
964
|
+
{
|
|
965
|
+
"name": "content-assets",
|
|
966
|
+
"description": "Enable locally-located assets in Nuxt Content",
|
|
967
|
+
"repo": "davestewart/nuxt-content-assets",
|
|
968
|
+
"npm": "nuxt-content-assets",
|
|
969
|
+
"icon": "content-assets.png",
|
|
970
|
+
"github": "https://github.com/davestewart/nuxt-content-assets",
|
|
971
|
+
"website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
|
|
972
|
+
"learn_more": "",
|
|
973
|
+
"category": "Images",
|
|
974
|
+
"type": "3rd-party",
|
|
975
|
+
"maintainers": [
|
|
976
|
+
{
|
|
977
|
+
"name": "davestewart",
|
|
978
|
+
"github": "davestewart",
|
|
979
|
+
"twitter": "dave_stewart"
|
|
980
|
+
}
|
|
981
|
+
],
|
|
982
|
+
"compatibility": {
|
|
983
|
+
"nuxt": "^3.0.0",
|
|
984
|
+
"requires": {}
|
|
985
|
+
}
|
|
986
|
+
},
|
|
760
987
|
{
|
|
761
988
|
"name": "content",
|
|
762
989
|
"description": "Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.",
|
|
763
990
|
"repo": "nuxt/content#main",
|
|
764
991
|
"npm": "@nuxt/content",
|
|
765
|
-
"icon": "nuxt.
|
|
992
|
+
"icon": "nuxt.svg",
|
|
766
993
|
"github": "https://github.com/nuxt/content",
|
|
767
994
|
"website": "https://content.nuxtjs.org",
|
|
768
995
|
"learn_more": "",
|
|
@@ -886,7 +1113,7 @@
|
|
|
886
1113
|
},
|
|
887
1114
|
{
|
|
888
1115
|
"name": "darkmode.js",
|
|
889
|
-
"description": "Add darkmode / nightmode to your Nuxt
|
|
1116
|
+
"description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
|
|
890
1117
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
891
1118
|
"npm": "nuxtjs-darkmode-js-module",
|
|
892
1119
|
"icon": "darkmode.png",
|
|
@@ -908,7 +1135,7 @@
|
|
|
908
1135
|
},
|
|
909
1136
|
{
|
|
910
1137
|
"name": "date-fns",
|
|
911
|
-
"description": "Modern JavaScript date utility library - date-fns for Nuxt
|
|
1138
|
+
"description": "Modern JavaScript date utility library - date-fns for Nuxt",
|
|
912
1139
|
"repo": "nuxt-community/date-fns-module",
|
|
913
1140
|
"npm": "@nuxtjs/date-fns",
|
|
914
1141
|
"icon": "date-fns.png",
|
|
@@ -929,11 +1156,11 @@
|
|
|
929
1156
|
}
|
|
930
1157
|
},
|
|
931
1158
|
{
|
|
932
|
-
"name": "datocms",
|
|
933
|
-
"description": "DatoCMS integration for Nuxt
|
|
1159
|
+
"name": "datocms-nuxt2",
|
|
1160
|
+
"description": "DatoCMS integration for Nuxt v2",
|
|
934
1161
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
935
1162
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
936
|
-
"icon": "datocms.
|
|
1163
|
+
"icon": "datocms.svg",
|
|
937
1164
|
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
938
1165
|
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
939
1166
|
"learn_more": "https://www.datocms.com/",
|
|
@@ -950,33 +1177,57 @@
|
|
|
950
1177
|
"requires": {}
|
|
951
1178
|
}
|
|
952
1179
|
},
|
|
1180
|
+
{
|
|
1181
|
+
"name": "datocms",
|
|
1182
|
+
"description": "DatoCMS module for Nuxt",
|
|
1183
|
+
"repo": "hex-digital/nuxt-datocms",
|
|
1184
|
+
"npm": "@hexdigital/nuxt-datocms",
|
|
1185
|
+
"icon": "datocms.svg",
|
|
1186
|
+
"github": "https://github.com/hex-digital/nuxt-datocms",
|
|
1187
|
+
"website": "https://github.com/hex-digital/nuxt-datocms#readme",
|
|
1188
|
+
"learn_more": "https://www.datocms.com/",
|
|
1189
|
+
"category": "CMS",
|
|
1190
|
+
"type": "3rd-party",
|
|
1191
|
+
"maintainers": [
|
|
1192
|
+
{
|
|
1193
|
+
"name": "Jamie Warburton",
|
|
1194
|
+
"github": "jamiewarb",
|
|
1195
|
+
"twitter": "jamiewarb",
|
|
1196
|
+
"avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
|
|
1197
|
+
}
|
|
1198
|
+
],
|
|
1199
|
+
"compatibility": {
|
|
1200
|
+
"nuxt": "^3.0.0",
|
|
1201
|
+
"requires": {}
|
|
1202
|
+
}
|
|
1203
|
+
},
|
|
953
1204
|
{
|
|
954
1205
|
"name": "dayjs",
|
|
955
|
-
"description": "
|
|
956
|
-
"repo": "
|
|
957
|
-
"npm": "
|
|
1206
|
+
"description": "Day.js module for Nuxt",
|
|
1207
|
+
"repo": "fumeapp/dayjs",
|
|
1208
|
+
"npm": "dayjs-nuxt",
|
|
958
1209
|
"icon": "day-js.png",
|
|
959
|
-
"github": "https://github.com/
|
|
960
|
-
"website": "https://github.com/
|
|
1210
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1211
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
961
1212
|
"learn_more": "https://day.js.org/",
|
|
962
|
-
"category": "
|
|
963
|
-
"type": "
|
|
1213
|
+
"category": "Libraries",
|
|
1214
|
+
"type": "3rd-party",
|
|
964
1215
|
"maintainers": [
|
|
965
1216
|
{
|
|
966
|
-
"name": "
|
|
967
|
-
"github": "
|
|
968
|
-
"twitter": "
|
|
1217
|
+
"name": "Kevin Olson",
|
|
1218
|
+
"github": "acidjazz",
|
|
1219
|
+
"twitter": "AppFume"
|
|
969
1220
|
}
|
|
970
1221
|
],
|
|
971
1222
|
"compatibility": {
|
|
972
|
-
"nuxt": "^
|
|
1223
|
+
"nuxt": "^3.0.0",
|
|
973
1224
|
"requires": {}
|
|
974
1225
|
}
|
|
975
1226
|
},
|
|
976
1227
|
{
|
|
977
1228
|
"name": "delay-hydration",
|
|
978
|
-
"description": "Improve your Nuxt
|
|
979
|
-
"repo": "harlan-zw/nuxt-delay-hydration
|
|
1229
|
+
"description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
|
|
1230
|
+
"repo": "harlan-zw/nuxt-delay-hydration",
|
|
980
1231
|
"npm": "nuxt-delay-hydration",
|
|
981
1232
|
"icon": "lighthouse.svg",
|
|
982
1233
|
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
@@ -998,12 +1249,12 @@
|
|
|
998
1249
|
},
|
|
999
1250
|
{
|
|
1000
1251
|
"name": "device",
|
|
1001
|
-
"description": "Device detection module for Nuxt
|
|
1002
|
-
"repo": "nuxt-
|
|
1252
|
+
"description": "Device detection module for Nuxt",
|
|
1253
|
+
"repo": "nuxt-modules/device",
|
|
1003
1254
|
"npm": "@nuxtjs/device",
|
|
1004
1255
|
"icon": "",
|
|
1005
|
-
"github": "https://github.com/nuxt-
|
|
1006
|
-
"website": "https://github.com/nuxt-
|
|
1256
|
+
"github": "https://github.com/nuxt-modules/device",
|
|
1257
|
+
"website": "https://github.com/nuxt-modules/device",
|
|
1007
1258
|
"learn_more": "",
|
|
1008
1259
|
"category": "Extensions",
|
|
1009
1260
|
"type": "community",
|
|
@@ -1018,15 +1269,38 @@
|
|
|
1018
1269
|
"requires": {}
|
|
1019
1270
|
}
|
|
1020
1271
|
},
|
|
1272
|
+
{
|
|
1273
|
+
"name": "devtools",
|
|
1274
|
+
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1275
|
+
"repo": "nuxt/devtools#main/packages/devtools",
|
|
1276
|
+
"npm": "@nuxt/devtools",
|
|
1277
|
+
"icon": "nuxt.svg",
|
|
1278
|
+
"github": "https://github.com/nuxt/devtools",
|
|
1279
|
+
"website": "https://devtools.nuxtjs.org/",
|
|
1280
|
+
"learn_more": "",
|
|
1281
|
+
"category": "Devtools",
|
|
1282
|
+
"type": "official",
|
|
1283
|
+
"maintainers": [
|
|
1284
|
+
{
|
|
1285
|
+
"name": "Anthony Fu",
|
|
1286
|
+
"github": "antfu",
|
|
1287
|
+
"twitter": "antfu7"
|
|
1288
|
+
}
|
|
1289
|
+
],
|
|
1290
|
+
"compatibility": {
|
|
1291
|
+
"nuxt": "^3.0.0",
|
|
1292
|
+
"requires": {}
|
|
1293
|
+
}
|
|
1294
|
+
},
|
|
1021
1295
|
{
|
|
1022
1296
|
"name": "directus",
|
|
1023
|
-
"description": "Easily connect your
|
|
1297
|
+
"description": "Easily connect your Nuxt application to your directus server.",
|
|
1024
1298
|
"repo": "intevel/nuxt-directus",
|
|
1025
1299
|
"npm": "nuxt-directus",
|
|
1026
1300
|
"icon": "directus.svg",
|
|
1027
|
-
"github": "https://github.com/
|
|
1028
|
-
"website": "https://nuxt-directus.
|
|
1029
|
-
"learn_more": "https://nuxt-directus.
|
|
1301
|
+
"github": "https://github.com/intevel/nuxt-directus/",
|
|
1302
|
+
"website": "https://nuxt-directus.site/",
|
|
1303
|
+
"learn_more": "https://nuxt-directus.site/",
|
|
1030
1304
|
"category": "CMS",
|
|
1031
1305
|
"type": "3rd-party",
|
|
1032
1306
|
"maintainers": [
|
|
@@ -1037,15 +1311,58 @@
|
|
|
1037
1311
|
}
|
|
1038
1312
|
],
|
|
1039
1313
|
"compatibility": {
|
|
1040
|
-
"nuxt": "^
|
|
1041
|
-
"requires": {
|
|
1042
|
-
|
|
1314
|
+
"nuxt": "^3.0.0",
|
|
1315
|
+
"requires": {},
|
|
1316
|
+
"devtools": "^0.0.0"
|
|
1317
|
+
}
|
|
1318
|
+
},
|
|
1319
|
+
{
|
|
1320
|
+
"name": "disqus",
|
|
1321
|
+
"description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
|
|
1322
|
+
"repo": "modbender/nuxt-disqus",
|
|
1323
|
+
"npm": "nuxt-disqus",
|
|
1324
|
+
"icon": "disqus.svg",
|
|
1325
|
+
"github": "https://github.com/modbender/nuxt-disqus",
|
|
1326
|
+
"website": "https://github.com/modbender/nuxt-disqus",
|
|
1327
|
+
"learn_more": "https://github.com/modbender/vue3-disqus",
|
|
1328
|
+
"category": "Libraries",
|
|
1329
|
+
"type": "3rd-party",
|
|
1330
|
+
"maintainers": [
|
|
1331
|
+
{
|
|
1332
|
+
"name": "modbender",
|
|
1333
|
+
"github": "modbender"
|
|
1334
|
+
}
|
|
1335
|
+
],
|
|
1336
|
+
"compatibility": {
|
|
1337
|
+
"nuxt": "^3.0.0",
|
|
1338
|
+
"requires": {}
|
|
1339
|
+
}
|
|
1340
|
+
},
|
|
1341
|
+
{
|
|
1342
|
+
"name": "doppler",
|
|
1343
|
+
"description": "Integrate your Doppler secrets into your Nuxt build",
|
|
1344
|
+
"repo": "JamieCurnow/nuxt-doppler",
|
|
1345
|
+
"npm": "nuxt-doppler",
|
|
1346
|
+
"icon": "doppler.png",
|
|
1347
|
+
"github": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1348
|
+
"website": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1349
|
+
"learn_more": "",
|
|
1350
|
+
"category": "Devtools",
|
|
1351
|
+
"type": "3rd-party",
|
|
1352
|
+
"maintainers": [
|
|
1353
|
+
{
|
|
1354
|
+
"name": "JamieCurnow",
|
|
1355
|
+
"github": "JamieCurnow"
|
|
1043
1356
|
}
|
|
1357
|
+
],
|
|
1358
|
+
"compatibility": {
|
|
1359
|
+
"nuxt": "^3.0.0",
|
|
1360
|
+
"requires": {}
|
|
1044
1361
|
}
|
|
1045
1362
|
},
|
|
1046
1363
|
{
|
|
1047
1364
|
"name": "dotenv",
|
|
1048
|
-
"description": "A Nuxt
|
|
1365
|
+
"description": "A Nuxt module that loads your .env file into your context options",
|
|
1049
1366
|
"repo": "nuxt-community/dotenv-module",
|
|
1050
1367
|
"npm": "@nuxtjs/dotenv",
|
|
1051
1368
|
"icon": "dotenv.png",
|
|
@@ -1067,13 +1384,13 @@
|
|
|
1067
1384
|
},
|
|
1068
1385
|
{
|
|
1069
1386
|
"name": "drupal-ce",
|
|
1070
|
-
"description": "Connects Nuxt
|
|
1387
|
+
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
1071
1388
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
1072
1389
|
"npm": "nuxtjs-drupal-ce",
|
|
1073
1390
|
"icon": "drupal-ce.png",
|
|
1074
1391
|
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
1075
|
-
"website": "https://
|
|
1076
|
-
"learn_more": "https://
|
|
1392
|
+
"website": "https://lupus-decoupled.org",
|
|
1393
|
+
"learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
|
|
1077
1394
|
"category": "CMS",
|
|
1078
1395
|
"type": "3rd-party",
|
|
1079
1396
|
"maintainers": [
|
|
@@ -1088,19 +1405,19 @@
|
|
|
1088
1405
|
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
1089
1406
|
},
|
|
1090
1407
|
{
|
|
1091
|
-
"name": "
|
|
1092
|
-
"github": "
|
|
1093
|
-
"avatar": "https://avatars.githubusercontent.com/u/
|
|
1408
|
+
"name": "Matic",
|
|
1409
|
+
"github": "TurtlBbx",
|
|
1410
|
+
"avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
|
|
1094
1411
|
}
|
|
1095
1412
|
],
|
|
1096
1413
|
"compatibility": {
|
|
1097
|
-
"nuxt": "^2.0.0",
|
|
1414
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1098
1415
|
"requires": {}
|
|
1099
1416
|
}
|
|
1100
1417
|
},
|
|
1101
1418
|
{
|
|
1102
1419
|
"name": "druxt",
|
|
1103
|
-
"description": "A bridge between frameworks, Drupal in the back, Nuxt
|
|
1420
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
|
|
1104
1421
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1105
1422
|
"npm": "druxt",
|
|
1106
1423
|
"icon": "druxt.svg",
|
|
@@ -1120,6 +1437,29 @@
|
|
|
1120
1437
|
"requires": {}
|
|
1121
1438
|
}
|
|
1122
1439
|
},
|
|
1440
|
+
{
|
|
1441
|
+
"name": "edgedb",
|
|
1442
|
+
"description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
|
|
1443
|
+
"repo": "Tahul/nuxt-edgedb",
|
|
1444
|
+
"npm": "nuxt-edgedb-module",
|
|
1445
|
+
"icon": "edgedb.svg",
|
|
1446
|
+
"github": "https://github.com/Tahul/nuxt-edgedb",
|
|
1447
|
+
"website": "https://github.com/Tahul/nuxt-edgedb",
|
|
1448
|
+
"learn_more": "https://github.com/Tahul/nuxt-edgedb",
|
|
1449
|
+
"category": "Database",
|
|
1450
|
+
"type": "3rd-party",
|
|
1451
|
+
"maintainers": [
|
|
1452
|
+
{
|
|
1453
|
+
"name": "Yaël Guilloux",
|
|
1454
|
+
"github": "Tahul",
|
|
1455
|
+
"twitter": "yaeeelglx"
|
|
1456
|
+
}
|
|
1457
|
+
],
|
|
1458
|
+
"compatibility": {
|
|
1459
|
+
"nuxt": "^3.8.0",
|
|
1460
|
+
"requires": {}
|
|
1461
|
+
}
|
|
1462
|
+
},
|
|
1123
1463
|
{
|
|
1124
1464
|
"name": "electron",
|
|
1125
1465
|
"description": "Integrate Nuxt and Electron.",
|
|
@@ -1168,7 +1508,7 @@
|
|
|
1168
1508
|
},
|
|
1169
1509
|
{
|
|
1170
1510
|
"name": "emotion",
|
|
1171
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1511
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1172
1512
|
"repo": "nuxt-modules/emotion",
|
|
1173
1513
|
"npm": "@nuxtjs/emotion",
|
|
1174
1514
|
"icon": "emotion.png",
|
|
@@ -1196,7 +1536,7 @@
|
|
|
1196
1536
|
},
|
|
1197
1537
|
{
|
|
1198
1538
|
"name": "eslint",
|
|
1199
|
-
"description": "ESLint module for Nuxt
|
|
1539
|
+
"description": "ESLint module for Nuxt",
|
|
1200
1540
|
"repo": "nuxt-community/eslint-module",
|
|
1201
1541
|
"npm": "@nuxtjs/eslint-module",
|
|
1202
1542
|
"icon": "eslint.png",
|
|
@@ -1218,7 +1558,7 @@
|
|
|
1218
1558
|
},
|
|
1219
1559
|
{
|
|
1220
1560
|
"name": "event-trace",
|
|
1221
|
-
"description": "Module for event trace in Nuxt
|
|
1561
|
+
"description": "Module for event trace in Nuxt",
|
|
1222
1562
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1223
1563
|
"npm": "nuxt-event-trace",
|
|
1224
1564
|
"icon": "",
|
|
@@ -1238,6 +1578,29 @@
|
|
|
1238
1578
|
"requires": {}
|
|
1239
1579
|
}
|
|
1240
1580
|
},
|
|
1581
|
+
{
|
|
1582
|
+
"name": "fathom-analytics",
|
|
1583
|
+
"description": "Fathom analytics integration for Nuxt",
|
|
1584
|
+
"repo": "valgeirb/nuxt-fathom",
|
|
1585
|
+
"npm": "nuxt-fathom",
|
|
1586
|
+
"icon": "fathom-analytics.svg",
|
|
1587
|
+
"github": "https://github.com/valgeirb/nuxt-fathom",
|
|
1588
|
+
"website": "https://github.com/valgeirb/nuxt-fathom#readme",
|
|
1589
|
+
"learn_more": "",
|
|
1590
|
+
"category": "Analytics",
|
|
1591
|
+
"type": "3rd-party",
|
|
1592
|
+
"maintainers": [
|
|
1593
|
+
{
|
|
1594
|
+
"name": "Valgeir Björnsson",
|
|
1595
|
+
"github": "valgeirb",
|
|
1596
|
+
"avatar": "https://avatars.githubusercontent.com/valgeirb"
|
|
1597
|
+
}
|
|
1598
|
+
],
|
|
1599
|
+
"compatibility": {
|
|
1600
|
+
"nuxt": "^3.0.0",
|
|
1601
|
+
"requires": {}
|
|
1602
|
+
}
|
|
1603
|
+
},
|
|
1241
1604
|
{
|
|
1242
1605
|
"name": "fathom",
|
|
1243
1606
|
"description": "Fathom analytics for Nuxt",
|
|
@@ -1262,7 +1625,7 @@
|
|
|
1262
1625
|
},
|
|
1263
1626
|
{
|
|
1264
1627
|
"name": "feature-toggle",
|
|
1265
|
-
"description": "Feature toggle module for Nuxt
|
|
1628
|
+
"description": "Feature toggle module for Nuxt",
|
|
1266
1629
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1267
1630
|
"npm": "nuxt-feature-toggle",
|
|
1268
1631
|
"icon": "",
|
|
@@ -1329,7 +1692,7 @@
|
|
|
1329
1692
|
},
|
|
1330
1693
|
{
|
|
1331
1694
|
"name": "floating-prompt-module",
|
|
1332
|
-
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt
|
|
1695
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
|
|
1333
1696
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1334
1697
|
"npm": "nuxt-floating-prompt-module",
|
|
1335
1698
|
"icon": "",
|
|
@@ -1438,6 +1801,29 @@
|
|
|
1438
1801
|
"requires": {}
|
|
1439
1802
|
}
|
|
1440
1803
|
},
|
|
1804
|
+
{
|
|
1805
|
+
"name": "form-actions",
|
|
1806
|
+
"description": "A set of features and composables to interact with forms and server data.",
|
|
1807
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
|
|
1808
|
+
"npm": "@hebilicious/form-actions-nuxt",
|
|
1809
|
+
"icon": "form-actions.svg",
|
|
1810
|
+
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1811
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1812
|
+
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1813
|
+
"category": "Request",
|
|
1814
|
+
"type": "3rd-party",
|
|
1815
|
+
"maintainers": [
|
|
1816
|
+
{
|
|
1817
|
+
"name": "Hebilicious",
|
|
1818
|
+
"github": "Hebilicious",
|
|
1819
|
+
"twitter": "its_hebilicious"
|
|
1820
|
+
}
|
|
1821
|
+
],
|
|
1822
|
+
"compatibility": {
|
|
1823
|
+
"nuxt": "^3.7.0",
|
|
1824
|
+
"requires": {}
|
|
1825
|
+
}
|
|
1826
|
+
},
|
|
1441
1827
|
{
|
|
1442
1828
|
"name": "formkit",
|
|
1443
1829
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1446,7 +1832,7 @@
|
|
|
1446
1832
|
"icon": "formkit.png",
|
|
1447
1833
|
"github": "https://github.com/formkit/formkit",
|
|
1448
1834
|
"website": "https://formkit.com",
|
|
1449
|
-
"learn_more": "https://formkit.com/
|
|
1835
|
+
"learn_more": "https://formkit.com/getting-started/installation",
|
|
1450
1836
|
"category": "Libraries",
|
|
1451
1837
|
"type": "3rd-party",
|
|
1452
1838
|
"maintainers": [
|
|
@@ -1512,7 +1898,7 @@
|
|
|
1512
1898
|
},
|
|
1513
1899
|
{
|
|
1514
1900
|
"name": "google-adsense",
|
|
1515
|
-
"description": "Google Adsense Module for Nuxt
|
|
1901
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1516
1902
|
"repo": "nuxt-community/google-adsense-module",
|
|
1517
1903
|
"npm": "@nuxtjs/google-adsense",
|
|
1518
1904
|
"icon": "google-adsense.png",
|
|
@@ -1538,7 +1924,7 @@
|
|
|
1538
1924
|
},
|
|
1539
1925
|
{
|
|
1540
1926
|
"name": "google-analytics",
|
|
1541
|
-
"description": "Google analytics Module for Nuxt
|
|
1927
|
+
"description": "Google analytics Module for Nuxt",
|
|
1542
1928
|
"repo": "nuxt-community/analytics-module",
|
|
1543
1929
|
"npm": "@nuxtjs/google-analytics",
|
|
1544
1930
|
"icon": "google-analytics.png",
|
|
@@ -1570,12 +1956,12 @@
|
|
|
1570
1956
|
},
|
|
1571
1957
|
{
|
|
1572
1958
|
"name": "google-fonts",
|
|
1573
|
-
"description": "Google Fonts module for
|
|
1574
|
-
"repo": "nuxt-
|
|
1959
|
+
"description": "Google Fonts module for Nuxt",
|
|
1960
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1575
1961
|
"npm": "@nuxtjs/google-fonts",
|
|
1576
1962
|
"icon": "google-fonts.png",
|
|
1577
|
-
"github": "https://github.com/nuxt-
|
|
1578
|
-
"website": "https://
|
|
1963
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1964
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1579
1965
|
"learn_more": "https://developers.google.com/fonts",
|
|
1580
1966
|
"category": "Fonts",
|
|
1581
1967
|
"type": "community",
|
|
@@ -1594,7 +1980,7 @@
|
|
|
1594
1980
|
},
|
|
1595
1981
|
{
|
|
1596
1982
|
"name": "google-gtag",
|
|
1597
|
-
"description": "Google GTag for Nuxt
|
|
1983
|
+
"description": "Google GTag for Nuxt",
|
|
1598
1984
|
"repo": "nuxt-community/google-gtag",
|
|
1599
1985
|
"npm": "@nuxtjs/google-gtag",
|
|
1600
1986
|
"icon": "gtm.png",
|
|
@@ -1620,7 +2006,7 @@
|
|
|
1620
2006
|
},
|
|
1621
2007
|
{
|
|
1622
2008
|
"name": "google-optimize",
|
|
1623
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
2009
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1624
2010
|
"repo": "nuxt-community/google-optimize-module",
|
|
1625
2011
|
"npm": "nuxt-google-optimize",
|
|
1626
2012
|
"icon": "google-optimize.png",
|
|
@@ -1659,7 +2045,7 @@
|
|
|
1659
2045
|
"icon": "graphql-client.svg",
|
|
1660
2046
|
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1661
2047
|
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1662
|
-
"learn_more": "https://
|
|
2048
|
+
"learn_more": "https://nuxt-graphql-client.web.app/",
|
|
1663
2049
|
"category": "Request",
|
|
1664
2050
|
"type": "3rd-party",
|
|
1665
2051
|
"maintainers": [
|
|
@@ -1675,7 +2061,7 @@
|
|
|
1675
2061
|
},
|
|
1676
2062
|
{
|
|
1677
2063
|
"name": "graphql-request",
|
|
1678
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
2064
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1679
2065
|
"repo": "gomah/nuxt-graphql-request",
|
|
1680
2066
|
"npm": "nuxt-graphql-request",
|
|
1681
2067
|
"icon": "graphql-request.png",
|
|
@@ -1691,7 +2077,7 @@
|
|
|
1691
2077
|
}
|
|
1692
2078
|
],
|
|
1693
2079
|
"compatibility": {
|
|
1694
|
-
"nuxt": "^2.0.0",
|
|
2080
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1695
2081
|
"requires": {}
|
|
1696
2082
|
}
|
|
1697
2083
|
},
|
|
@@ -1714,12 +2100,13 @@
|
|
|
1714
2100
|
],
|
|
1715
2101
|
"compatibility": {
|
|
1716
2102
|
"nuxt": "^3.0.0",
|
|
1717
|
-
"requires": {}
|
|
2103
|
+
"requires": {},
|
|
2104
|
+
"devtools": "^0.0.0"
|
|
1718
2105
|
}
|
|
1719
2106
|
},
|
|
1720
2107
|
{
|
|
1721
2108
|
"name": "gtag",
|
|
1722
|
-
"description": "Google Analytics integration for Nuxt
|
|
2109
|
+
"description": "Google Analytics integration for Nuxt",
|
|
1723
2110
|
"repo": "johannschopplich/nuxt-gtag",
|
|
1724
2111
|
"npm": "nuxt-gtag",
|
|
1725
2112
|
"icon": "gtag.svg",
|
|
@@ -1743,7 +2130,7 @@
|
|
|
1743
2130
|
},
|
|
1744
2131
|
{
|
|
1745
2132
|
"name": "gtm",
|
|
1746
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2133
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
1747
2134
|
"repo": "nuxt-community/gtm-module",
|
|
1748
2135
|
"npm": "@nuxtjs/gtm",
|
|
1749
2136
|
"icon": "gtm.png",
|
|
@@ -1766,7 +2153,7 @@
|
|
|
1766
2153
|
},
|
|
1767
2154
|
{
|
|
1768
2155
|
"name": "guess",
|
|
1769
|
-
"description": "Guess.js module for Nuxt
|
|
2156
|
+
"description": "Guess.js module for Nuxt",
|
|
1770
2157
|
"repo": "nuxt-community/guess-module",
|
|
1771
2158
|
"npm": "@nuxtjs/guess-module",
|
|
1772
2159
|
"icon": "guessjs.png",
|
|
@@ -1787,11 +2174,33 @@
|
|
|
1787
2174
|
}
|
|
1788
2175
|
},
|
|
1789
2176
|
{
|
|
1790
|
-
"name": "
|
|
1791
|
-
"description": "
|
|
1792
|
-
"repo": "nuxt-modules/
|
|
1793
|
-
"npm": "@nuxtjs/
|
|
1794
|
-
"icon": "
|
|
2177
|
+
"name": "hanko",
|
|
2178
|
+
"description": "Hanko integration for Nuxt for passwordless authentication",
|
|
2179
|
+
"repo": "nuxt-modules/hanko",
|
|
2180
|
+
"npm": "@nuxtjs/hanko",
|
|
2181
|
+
"icon": "hanko.svg",
|
|
2182
|
+
"github": "https://github.com/nuxt-modules/hanko",
|
|
2183
|
+
"website": "https://github.com/nuxt-modules/hanko",
|
|
2184
|
+
"learn_more": "https://hanko.io/",
|
|
2185
|
+
"category": "Security",
|
|
2186
|
+
"type": "community",
|
|
2187
|
+
"maintainers": [
|
|
2188
|
+
{
|
|
2189
|
+
"name": "danielroe",
|
|
2190
|
+
"github": "danielroe"
|
|
2191
|
+
}
|
|
2192
|
+
],
|
|
2193
|
+
"compatibility": {
|
|
2194
|
+
"nuxt": "^3.0.0",
|
|
2195
|
+
"requires": {}
|
|
2196
|
+
}
|
|
2197
|
+
},
|
|
2198
|
+
{
|
|
2199
|
+
"name": "harlem",
|
|
2200
|
+
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
2201
|
+
"repo": "nuxt-modules/harlem",
|
|
2202
|
+
"npm": "@nuxtjs/harlem",
|
|
2203
|
+
"icon": "harlem.svg",
|
|
1795
2204
|
"github": "https://github.com/nuxt-modules/harlem",
|
|
1796
2205
|
"website": "https://github.com/nuxt-modules/harlem",
|
|
1797
2206
|
"learn_more": "https://harlemjs.com/",
|
|
@@ -1856,7 +2265,7 @@
|
|
|
1856
2265
|
},
|
|
1857
2266
|
{
|
|
1858
2267
|
"name": "helmet",
|
|
1859
|
-
"description": "Easy Helmet module with Nuxt
|
|
2268
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
1860
2269
|
"repo": "victor-perez/nuxt-helmet",
|
|
1861
2270
|
"npm": "nuxt-helmet",
|
|
1862
2271
|
"icon": "",
|
|
@@ -1900,7 +2309,7 @@
|
|
|
1900
2309
|
},
|
|
1901
2310
|
{
|
|
1902
2311
|
"name": "history-state",
|
|
1903
|
-
"description": "Nuxt
|
|
2312
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
1904
2313
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
1905
2314
|
"npm": "nuxt-history-state",
|
|
1906
2315
|
"icon": "",
|
|
@@ -1969,7 +2378,7 @@
|
|
|
1969
2378
|
},
|
|
1970
2379
|
{
|
|
1971
2380
|
"name": "http",
|
|
1972
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2381
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
1973
2382
|
"repo": "nuxt/http",
|
|
1974
2383
|
"npm": "@nuxt/http",
|
|
1975
2384
|
"icon": "http.png",
|
|
@@ -1997,7 +2406,7 @@
|
|
|
1997
2406
|
},
|
|
1998
2407
|
{
|
|
1999
2408
|
"name": "humans-txt",
|
|
2000
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2409
|
+
"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.",
|
|
2001
2410
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2002
2411
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2003
2412
|
"icon": "",
|
|
@@ -2021,12 +2430,12 @@
|
|
|
2021
2430
|
{
|
|
2022
2431
|
"name": "i18n",
|
|
2023
2432
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2024
|
-
"repo": "nuxt-
|
|
2433
|
+
"repo": "nuxt-modules/i18n",
|
|
2025
2434
|
"npm": "@nuxtjs/i18n",
|
|
2026
2435
|
"icon": "i18n.png",
|
|
2027
|
-
"github": "https://github.com/nuxt-
|
|
2436
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2028
2437
|
"website": "https://i18n.nuxtjs.org",
|
|
2029
|
-
"learn_more": "https://
|
|
2438
|
+
"learn_more": "https://vue-i18n.intlify.dev/",
|
|
2030
2439
|
"category": "Extensions",
|
|
2031
2440
|
"type": "community",
|
|
2032
2441
|
"maintainers": [
|
|
@@ -2037,6 +2446,10 @@
|
|
|
2037
2446
|
{
|
|
2038
2447
|
"name": "Kazuya Kawaguchi",
|
|
2039
2448
|
"github": "kazupon"
|
|
2449
|
+
},
|
|
2450
|
+
{
|
|
2451
|
+
"name": "Bobbie Goede",
|
|
2452
|
+
"github": "BobbieGoede"
|
|
2040
2453
|
}
|
|
2041
2454
|
],
|
|
2042
2455
|
"compatibility": {
|
|
@@ -2044,6 +2457,51 @@
|
|
|
2044
2457
|
"requires": {}
|
|
2045
2458
|
}
|
|
2046
2459
|
},
|
|
2460
|
+
{
|
|
2461
|
+
"name": "icon-font",
|
|
2462
|
+
"description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
|
|
2463
|
+
"repo": "coremyslo/nuxt-icon-font",
|
|
2464
|
+
"npm": "@coremyslo/nuxt-icon-font",
|
|
2465
|
+
"icon": "",
|
|
2466
|
+
"github": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2467
|
+
"website": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2468
|
+
"learn_more": "",
|
|
2469
|
+
"category": "UI",
|
|
2470
|
+
"type": "3rd-party",
|
|
2471
|
+
"maintainers": [
|
|
2472
|
+
{
|
|
2473
|
+
"name": "coremyslo",
|
|
2474
|
+
"github": "coremyslo"
|
|
2475
|
+
}
|
|
2476
|
+
],
|
|
2477
|
+
"compatibility": {
|
|
2478
|
+
"nuxt": "^3.0.0",
|
|
2479
|
+
"requires": {}
|
|
2480
|
+
}
|
|
2481
|
+
},
|
|
2482
|
+
{
|
|
2483
|
+
"name": "icon-tw",
|
|
2484
|
+
"description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
|
|
2485
|
+
"repo": "jcamp-code/nuxt-icon-tw",
|
|
2486
|
+
"npm": "nuxt-icon-tw",
|
|
2487
|
+
"icon": "nuxt-icon.png",
|
|
2488
|
+
"github": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2489
|
+
"website": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2490
|
+
"learn_more": "",
|
|
2491
|
+
"category": "UI",
|
|
2492
|
+
"type": "3rd-party",
|
|
2493
|
+
"maintainers": [
|
|
2494
|
+
{
|
|
2495
|
+
"name": "JohnCampionJr",
|
|
2496
|
+
"github": "JohnCampionJr"
|
|
2497
|
+
}
|
|
2498
|
+
],
|
|
2499
|
+
"compatibility": {
|
|
2500
|
+
"nuxt": "^3.0.0",
|
|
2501
|
+
"requires": {},
|
|
2502
|
+
"devtools": "^0.0.0"
|
|
2503
|
+
}
|
|
2504
|
+
},
|
|
2047
2505
|
{
|
|
2048
2506
|
"name": "icon",
|
|
2049
2507
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2063,7 +2521,8 @@
|
|
|
2063
2521
|
],
|
|
2064
2522
|
"compatibility": {
|
|
2065
2523
|
"nuxt": "^3.0.0",
|
|
2066
|
-
"requires": {}
|
|
2524
|
+
"requires": {},
|
|
2525
|
+
"devtools": "^0.0.0"
|
|
2067
2526
|
}
|
|
2068
2527
|
},
|
|
2069
2528
|
{
|
|
@@ -2112,12 +2571,12 @@
|
|
|
2112
2571
|
},
|
|
2113
2572
|
{
|
|
2114
2573
|
"name": "image",
|
|
2115
|
-
"description": "Optimised images for
|
|
2574
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2116
2575
|
"repo": "nuxt/image",
|
|
2117
2576
|
"npm": "@nuxt/image",
|
|
2118
2577
|
"icon": "image.png",
|
|
2119
2578
|
"github": "https://github.com/nuxt/image",
|
|
2120
|
-
"website": "https://image.
|
|
2579
|
+
"website": "https://image.nuxt.com",
|
|
2121
2580
|
"learn_more": "",
|
|
2122
2581
|
"category": "Images",
|
|
2123
2582
|
"type": "official",
|
|
@@ -2127,6 +2586,11 @@
|
|
|
2127
2586
|
"github": "farnabaz",
|
|
2128
2587
|
"twitter": "a_birang"
|
|
2129
2588
|
},
|
|
2589
|
+
{
|
|
2590
|
+
"name": "Daniel Roe",
|
|
2591
|
+
"github": "danielroe",
|
|
2592
|
+
"twitter": "danielcroe"
|
|
2593
|
+
},
|
|
2130
2594
|
{
|
|
2131
2595
|
"name": "Pooya Parsa",
|
|
2132
2596
|
"github": "pi0",
|
|
@@ -2147,7 +2611,7 @@
|
|
|
2147
2611
|
},
|
|
2148
2612
|
{
|
|
2149
2613
|
"name": "imagemin",
|
|
2150
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2614
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2151
2615
|
"repo": "nuxt-community/imagemin-module",
|
|
2152
2616
|
"npm": "@nuxtjs/imagemin",
|
|
2153
2617
|
"icon": "imagemin.png",
|
|
@@ -2170,12 +2634,12 @@
|
|
|
2170
2634
|
{
|
|
2171
2635
|
"name": "inkline",
|
|
2172
2636
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2173
|
-
"repo": "inkline/
|
|
2174
|
-
"npm": "@inkline/
|
|
2637
|
+
"repo": "inkline/plugin",
|
|
2638
|
+
"npm": "@inkline/plugin",
|
|
2175
2639
|
"icon": "inkline.svg",
|
|
2176
|
-
"github": "https://github.com/inkline/
|
|
2640
|
+
"github": "https://github.com/inkline/plugin",
|
|
2177
2641
|
"website": "https://inkline.io",
|
|
2178
|
-
"learn_more": "https://inkline.io/docs/
|
|
2642
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2179
2643
|
"category": "UI",
|
|
2180
2644
|
"type": "3rd-party",
|
|
2181
2645
|
"maintainers": [
|
|
@@ -2194,7 +2658,7 @@
|
|
|
2194
2658
|
},
|
|
2195
2659
|
{
|
|
2196
2660
|
"name": "intercom",
|
|
2197
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2661
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2198
2662
|
"repo": "hex-digital/nuxt-intercom",
|
|
2199
2663
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2200
2664
|
"icon": "intercom.png",
|
|
@@ -2239,7 +2703,7 @@
|
|
|
2239
2703
|
},
|
|
2240
2704
|
{
|
|
2241
2705
|
"name": "jsonapi",
|
|
2242
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2706
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2243
2707
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2244
2708
|
"npm": "nuxt-jsonapi",
|
|
2245
2709
|
"icon": "jsonapi.svg",
|
|
@@ -2281,9 +2745,37 @@
|
|
|
2281
2745
|
"requires": {}
|
|
2282
2746
|
}
|
|
2283
2747
|
},
|
|
2748
|
+
{
|
|
2749
|
+
"name": "kinde",
|
|
2750
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2751
|
+
"repo": "nuxt-modules/kinde",
|
|
2752
|
+
"npm": "@nuxtjs/kinde",
|
|
2753
|
+
"icon": "kinde.svg",
|
|
2754
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2755
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2756
|
+
"learn_more": "https://kinde.com/",
|
|
2757
|
+
"category": "Security",
|
|
2758
|
+
"type": "community",
|
|
2759
|
+
"maintainers": [
|
|
2760
|
+
{
|
|
2761
|
+
"name": "danielroe",
|
|
2762
|
+
"github": "danielroe"
|
|
2763
|
+
},
|
|
2764
|
+
{
|
|
2765
|
+
"name": "daveordead",
|
|
2766
|
+
"github": "DaveOrDead",
|
|
2767
|
+
"twitter": "dave_or_dead"
|
|
2768
|
+
}
|
|
2769
|
+
],
|
|
2770
|
+
"compatibility": {
|
|
2771
|
+
"nuxt": "^3.0.0",
|
|
2772
|
+
"requires": {}
|
|
2773
|
+
},
|
|
2774
|
+
"sponsor": true
|
|
2775
|
+
},
|
|
2284
2776
|
{
|
|
2285
2777
|
"name": "kql",
|
|
2286
|
-
"description": "Nuxt
|
|
2778
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2287
2779
|
"repo": "johannschopplich/nuxt-kql",
|
|
2288
2780
|
"npm": "nuxt-kql",
|
|
2289
2781
|
"icon": "kql.svg",
|
|
@@ -2307,7 +2799,7 @@
|
|
|
2307
2799
|
},
|
|
2308
2800
|
{
|
|
2309
2801
|
"name": "laravel-echo",
|
|
2310
|
-
"description": "Laravel Echo for Nuxt
|
|
2802
|
+
"description": "Laravel Echo for Nuxt",
|
|
2311
2803
|
"repo": "nuxt-community/laravel-echo",
|
|
2312
2804
|
"npm": "@nuxtjs/laravel-echo",
|
|
2313
2805
|
"icon": "laravel-echo.png",
|
|
@@ -2349,6 +2841,28 @@
|
|
|
2349
2841
|
"requires": {}
|
|
2350
2842
|
}
|
|
2351
2843
|
},
|
|
2844
|
+
{
|
|
2845
|
+
"name": "laravel-precognition",
|
|
2846
|
+
"description": "Nuxt module to work with Laravel Precognition and $fetch",
|
|
2847
|
+
"repo": "sot1986/nuxt-laravel-precognition",
|
|
2848
|
+
"npm": "nuxt-laravel-precognition",
|
|
2849
|
+
"icon": "laravel.svg",
|
|
2850
|
+
"github": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2851
|
+
"website": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2852
|
+
"learn_more": "",
|
|
2853
|
+
"category": "Security",
|
|
2854
|
+
"type": "3rd-party",
|
|
2855
|
+
"maintainers": [
|
|
2856
|
+
{
|
|
2857
|
+
"name": "sot1986",
|
|
2858
|
+
"github": "sot1986"
|
|
2859
|
+
}
|
|
2860
|
+
],
|
|
2861
|
+
"compatibility": {
|
|
2862
|
+
"nuxt": "^3.0.0",
|
|
2863
|
+
"requires": {}
|
|
2864
|
+
}
|
|
2865
|
+
},
|
|
2352
2866
|
{
|
|
2353
2867
|
"name": "laravel",
|
|
2354
2868
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
@@ -2395,13 +2909,13 @@
|
|
|
2395
2909
|
},
|
|
2396
2910
|
{
|
|
2397
2911
|
"name": "link-checker",
|
|
2398
|
-
"description": "
|
|
2912
|
+
"description": "Find and magically fix links that may be negatively effecting your SEO.",
|
|
2399
2913
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2400
2914
|
"npm": "nuxt-link-checker",
|
|
2401
|
-
"icon": "",
|
|
2915
|
+
"icon": "link-checker.svg",
|
|
2402
2916
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2403
|
-
"website": "https://
|
|
2404
|
-
"learn_more": "",
|
|
2917
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2918
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2405
2919
|
"category": "SEO",
|
|
2406
2920
|
"type": "3rd-party",
|
|
2407
2921
|
"maintainers": [
|
|
@@ -2414,7 +2928,8 @@
|
|
|
2414
2928
|
],
|
|
2415
2929
|
"compatibility": {
|
|
2416
2930
|
"nuxt": "^3.0.0",
|
|
2417
|
-
"requires": {}
|
|
2931
|
+
"requires": {},
|
|
2932
|
+
"devtools": "^0.0.0"
|
|
2418
2933
|
}
|
|
2419
2934
|
},
|
|
2420
2935
|
{
|
|
@@ -2491,12 +3006,12 @@
|
|
|
2491
3006
|
},
|
|
2492
3007
|
{
|
|
2493
3008
|
"name": "logrocket",
|
|
2494
|
-
"description": "LogRocket module for Nuxt
|
|
2495
|
-
"repo": "nuxt-
|
|
3009
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
3010
|
+
"repo": "nuxt-modules/logrocket",
|
|
2496
3011
|
"npm": "nuxt-logrocket",
|
|
2497
3012
|
"icon": "logrocket.png",
|
|
2498
|
-
"github": "https://github.com/nuxt-
|
|
2499
|
-
"website": "https://github.com/nuxt-
|
|
3013
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
3014
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2500
3015
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2501
3016
|
"category": "Monitoring",
|
|
2502
3017
|
"type": "community",
|
|
@@ -2512,9 +3027,35 @@
|
|
|
2512
3027
|
"requires": {}
|
|
2513
3028
|
}
|
|
2514
3029
|
},
|
|
3030
|
+
{
|
|
3031
|
+
"name": "lucide-icons",
|
|
3032
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
3033
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
3034
|
+
"npm": "nuxt-lucide-icons",
|
|
3035
|
+
"icon": "lucide-icons.svg",
|
|
3036
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3037
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3038
|
+
"learn_more": "",
|
|
3039
|
+
"category": "UI",
|
|
3040
|
+
"type": "3rd-party",
|
|
3041
|
+
"maintainers": [
|
|
3042
|
+
{
|
|
3043
|
+
"name": "SWIS",
|
|
3044
|
+
"github": "swisnl"
|
|
3045
|
+
},
|
|
3046
|
+
{
|
|
3047
|
+
"name": "Jasper Zonneveld",
|
|
3048
|
+
"github": "JaZo"
|
|
3049
|
+
}
|
|
3050
|
+
],
|
|
3051
|
+
"compatibility": {
|
|
3052
|
+
"nuxt": "^3.0.0",
|
|
3053
|
+
"requires": {}
|
|
3054
|
+
}
|
|
3055
|
+
},
|
|
2515
3056
|
{
|
|
2516
3057
|
"name": "lunr",
|
|
2517
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
3058
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2518
3059
|
"repo": "nuxt-community/lunr-module",
|
|
2519
3060
|
"npm": "@nuxtjs/lunr-module",
|
|
2520
3061
|
"icon": "",
|
|
@@ -2537,10 +3078,10 @@
|
|
|
2537
3078
|
{
|
|
2538
3079
|
"name": "magic-regexp",
|
|
2539
3080
|
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2540
|
-
"repo": "
|
|
3081
|
+
"repo": "unjs/magic-regexp",
|
|
2541
3082
|
"npm": "magic-regexp",
|
|
2542
3083
|
"icon": "magic-regexp.svg",
|
|
2543
|
-
"github": "https://github.com/
|
|
3084
|
+
"github": "https://github.com/unjs/magic-regexp",
|
|
2544
3085
|
"website": "https://magic-regexp.roe.dev",
|
|
2545
3086
|
"learn_more": "https://magic-regexp.roe.dev",
|
|
2546
3087
|
"category": "Libraries",
|
|
@@ -2580,6 +3121,30 @@
|
|
|
2580
3121
|
"requires": {}
|
|
2581
3122
|
}
|
|
2582
3123
|
},
|
|
3124
|
+
{
|
|
3125
|
+
"name": "marquee",
|
|
3126
|
+
"description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
|
|
3127
|
+
"repo": "hanzydev/nuxt-marquee",
|
|
3128
|
+
"npm": "nuxt-marquee",
|
|
3129
|
+
"icon": "marquee.png",
|
|
3130
|
+
"github": "https://github.com/hanzydev/nuxt-marquee/",
|
|
3131
|
+
"website": "https://hanzydev.github.io/nuxt-marquee/",
|
|
3132
|
+
"learn_more": "",
|
|
3133
|
+
"category": "UI",
|
|
3134
|
+
"type": "3rd-party",
|
|
3135
|
+
"maintainers": [
|
|
3136
|
+
{
|
|
3137
|
+
"name": "Hànzy",
|
|
3138
|
+
"github": "hanzydev",
|
|
3139
|
+
"avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
|
|
3140
|
+
}
|
|
3141
|
+
],
|
|
3142
|
+
"compatibility": {
|
|
3143
|
+
"nuxt": "^3.0.0",
|
|
3144
|
+
"requires": {},
|
|
3145
|
+
"devtools": "^0.0.0"
|
|
3146
|
+
}
|
|
3147
|
+
},
|
|
2583
3148
|
{
|
|
2584
3149
|
"name": "matomo",
|
|
2585
3150
|
"description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
|
|
@@ -2602,6 +3167,28 @@
|
|
|
2602
3167
|
"requires": {}
|
|
2603
3168
|
}
|
|
2604
3169
|
},
|
|
3170
|
+
{
|
|
3171
|
+
"name": "maz-ui",
|
|
3172
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3173
|
+
"repo": "louismazel/maz-ui#master/packages/nuxt-module",
|
|
3174
|
+
"npm": "nuxt-module",
|
|
3175
|
+
"icon": "maz-ui.png",
|
|
3176
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3177
|
+
"website": "https://maz-ui.com/",
|
|
3178
|
+
"learn_more": "https://maz-ui.com/guide/nuxt",
|
|
3179
|
+
"category": "UI",
|
|
3180
|
+
"type": "3rd-party",
|
|
3181
|
+
"maintainers": [
|
|
3182
|
+
{
|
|
3183
|
+
"name": "Loïc Mazuel",
|
|
3184
|
+
"github": "LouisMazel"
|
|
3185
|
+
}
|
|
3186
|
+
],
|
|
3187
|
+
"compatibility": {
|
|
3188
|
+
"nuxt": "^3.0.0",
|
|
3189
|
+
"requires": {}
|
|
3190
|
+
}
|
|
3191
|
+
},
|
|
2605
3192
|
{
|
|
2606
3193
|
"name": "mdx",
|
|
2607
3194
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2627,7 +3214,7 @@
|
|
|
2627
3214
|
},
|
|
2628
3215
|
{
|
|
2629
3216
|
"name": "medusa",
|
|
2630
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3217
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2631
3218
|
"repo": "Baroshem/nuxt-medusa",
|
|
2632
3219
|
"npm": "nuxt-medusa",
|
|
2633
3220
|
"icon": "medusa.svg",
|
|
@@ -2652,7 +3239,7 @@
|
|
|
2652
3239
|
},
|
|
2653
3240
|
{
|
|
2654
3241
|
"name": "meilisearch",
|
|
2655
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3242
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2656
3243
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2657
3244
|
"npm": "nuxt-meilisearch",
|
|
2658
3245
|
"icon": "meilisearch.svg",
|
|
@@ -2672,7 +3259,8 @@
|
|
|
2672
3259
|
"nuxt": "^3.0.0",
|
|
2673
3260
|
"requires": {
|
|
2674
3261
|
"bridge": false
|
|
2675
|
-
}
|
|
3262
|
+
},
|
|
3263
|
+
"devtools": "^0.0.0"
|
|
2676
3264
|
}
|
|
2677
3265
|
},
|
|
2678
3266
|
{
|
|
@@ -2698,30 +3286,31 @@
|
|
|
2698
3286
|
}
|
|
2699
3287
|
},
|
|
2700
3288
|
{
|
|
2701
|
-
"name": "
|
|
2702
|
-
"description": "
|
|
2703
|
-
"repo": "
|
|
2704
|
-
"npm": "nuxt-
|
|
3289
|
+
"name": "module-feed",
|
|
3290
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
3291
|
+
"repo": "tresko/nuxt-module-feed",
|
|
3292
|
+
"npm": "nuxt-module-feed",
|
|
2705
3293
|
"icon": "",
|
|
2706
|
-
"github": "https://github.com/
|
|
2707
|
-
"website": "https://github.com/
|
|
2708
|
-
"learn_more": "
|
|
2709
|
-
"category": "
|
|
3294
|
+
"github": "https://github.com/tresko/nuxt-module-feed",
|
|
3295
|
+
"website": "https://github.com/tresko/nuxt-module-feed",
|
|
3296
|
+
"learn_more": "",
|
|
3297
|
+
"category": "SEO",
|
|
2710
3298
|
"type": "3rd-party",
|
|
2711
3299
|
"maintainers": [
|
|
2712
3300
|
{
|
|
2713
|
-
"name": "
|
|
2714
|
-
"github": "
|
|
3301
|
+
"name": "Miha Sedej",
|
|
3302
|
+
"github": "tresko",
|
|
3303
|
+
"twitter": "mihasedej"
|
|
2715
3304
|
}
|
|
2716
3305
|
],
|
|
2717
3306
|
"compatibility": {
|
|
2718
|
-
"nuxt": "^
|
|
3307
|
+
"nuxt": "^3.0.0",
|
|
2719
3308
|
"requires": {}
|
|
2720
3309
|
}
|
|
2721
3310
|
},
|
|
2722
3311
|
{
|
|
2723
3312
|
"name": "moment",
|
|
2724
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3313
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2725
3314
|
"repo": "nuxt-community/moment-module",
|
|
2726
3315
|
"npm": "@nuxtjs/moment",
|
|
2727
3316
|
"icon": "momentjs.png",
|
|
@@ -2746,28 +3335,6 @@
|
|
|
2746
3335
|
"requires": {}
|
|
2747
3336
|
}
|
|
2748
3337
|
},
|
|
2749
|
-
{
|
|
2750
|
-
"name": "mq",
|
|
2751
|
-
"description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
2752
|
-
"repo": "vanhoofmaarten/nuxt-mq",
|
|
2753
|
-
"npm": "nuxt-mq",
|
|
2754
|
-
"icon": "",
|
|
2755
|
-
"github": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
2756
|
-
"website": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
2757
|
-
"learn_more": "https://github.com/AlexandreBonaventure/vue-mq",
|
|
2758
|
-
"category": "Libraries",
|
|
2759
|
-
"type": "3rd-party",
|
|
2760
|
-
"maintainers": [
|
|
2761
|
-
{
|
|
2762
|
-
"name": "vanhoofmaarten",
|
|
2763
|
-
"github": "vanhoofmaarten"
|
|
2764
|
-
}
|
|
2765
|
-
],
|
|
2766
|
-
"compatibility": {
|
|
2767
|
-
"nuxt": "^2.0.0",
|
|
2768
|
-
"requires": {}
|
|
2769
|
-
}
|
|
2770
|
-
},
|
|
2771
3338
|
{
|
|
2772
3339
|
"name": "neo",
|
|
2773
3340
|
"description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
|
|
@@ -2792,7 +3359,7 @@
|
|
|
2792
3359
|
},
|
|
2793
3360
|
{
|
|
2794
3361
|
"name": "netlify-cache",
|
|
2795
|
-
"description": "Nuxt
|
|
3362
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
2796
3363
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
2797
3364
|
"npm": "nuxt-netlify-cache",
|
|
2798
3365
|
"icon": "netlify.png",
|
|
@@ -2837,13 +3404,13 @@
|
|
|
2837
3404
|
},
|
|
2838
3405
|
{
|
|
2839
3406
|
"name": "netlify",
|
|
2840
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
2841
|
-
"repo": "
|
|
3407
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3408
|
+
"repo": "juliomrqz/nuxt-netlify",
|
|
2842
3409
|
"npm": "@aceforth/nuxt-netlify",
|
|
2843
3410
|
"icon": "netlify.png",
|
|
2844
|
-
"github": "https://github.com/
|
|
2845
|
-
"website": "https://
|
|
2846
|
-
"learn_more": "",
|
|
3411
|
+
"github": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3412
|
+
"website": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3413
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
|
|
2847
3414
|
"category": "Deployment",
|
|
2848
3415
|
"type": "3rd-party",
|
|
2849
3416
|
"maintainers": [
|
|
@@ -2908,118 +3475,110 @@
|
|
|
2908
3475
|
}
|
|
2909
3476
|
},
|
|
2910
3477
|
{
|
|
2911
|
-
"name": "
|
|
2912
|
-
"description": "",
|
|
2913
|
-
"repo": "
|
|
2914
|
-
"npm": "
|
|
3478
|
+
"name": "nupolyon",
|
|
3479
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3480
|
+
"repo": "adenvt/nupolyon",
|
|
3481
|
+
"npm": "nupolyon",
|
|
2915
3482
|
"icon": "",
|
|
2916
|
-
"github": "https://github.com/
|
|
2917
|
-
"website": "https://github.com/
|
|
3483
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3484
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
2918
3485
|
"learn_more": "",
|
|
2919
|
-
"category": "
|
|
3486
|
+
"category": "Performance",
|
|
2920
3487
|
"type": "3rd-party",
|
|
2921
3488
|
"maintainers": [
|
|
2922
3489
|
{
|
|
2923
|
-
"name": "
|
|
2924
|
-
"github": "
|
|
3490
|
+
"name": "adenvt",
|
|
3491
|
+
"github": "adenvt"
|
|
2925
3492
|
}
|
|
2926
3493
|
],
|
|
2927
3494
|
"compatibility": {
|
|
2928
|
-
"nuxt": "^
|
|
3495
|
+
"nuxt": "^3.0.0",
|
|
2929
3496
|
"requires": {}
|
|
2930
3497
|
}
|
|
2931
3498
|
},
|
|
2932
3499
|
{
|
|
2933
|
-
"name": "nuxt-
|
|
2934
|
-
"description": "
|
|
2935
|
-
"repo": "
|
|
2936
|
-
"npm": "nuxt-
|
|
2937
|
-
"icon": "
|
|
2938
|
-
"github": "https://github.com/
|
|
2939
|
-
"website": "https://nuxt-
|
|
3500
|
+
"name": "nuxt-anchorscroll",
|
|
3501
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3502
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3503
|
+
"npm": "nuxt-anchorscroll",
|
|
3504
|
+
"icon": "",
|
|
3505
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3506
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
2940
3507
|
"learn_more": "",
|
|
2941
|
-
"category": "
|
|
3508
|
+
"category": "UI",
|
|
2942
3509
|
"type": "3rd-party",
|
|
2943
3510
|
"maintainers": [
|
|
2944
3511
|
{
|
|
2945
|
-
"name": "
|
|
2946
|
-
"github": "
|
|
2947
|
-
"twitter": "dulnan",
|
|
2948
|
-
"avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
|
|
2949
|
-
},
|
|
2950
|
-
{
|
|
2951
|
-
"name": "ayalon",
|
|
2952
|
-
"github": "ayalon",
|
|
2953
|
-
"avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
|
|
3512
|
+
"name": "Helltraitor",
|
|
3513
|
+
"github": "helltraitor"
|
|
2954
3514
|
}
|
|
2955
3515
|
],
|
|
2956
3516
|
"compatibility": {
|
|
2957
|
-
"nuxt": "^
|
|
3517
|
+
"nuxt": "^3.0.0",
|
|
2958
3518
|
"requires": {}
|
|
2959
3519
|
}
|
|
2960
3520
|
},
|
|
2961
3521
|
{
|
|
2962
|
-
"name": "nuxt-
|
|
2963
|
-
"description": "",
|
|
2964
|
-
"repo": "
|
|
2965
|
-
"npm": "
|
|
2966
|
-
"icon": "",
|
|
2967
|
-
"github": "https://github.com/
|
|
2968
|
-
"website": "https://github.com/
|
|
2969
|
-
"learn_more": "",
|
|
2970
|
-
"category": "
|
|
3522
|
+
"name": "nuxt-asciidoc",
|
|
3523
|
+
"description": "Transformer for using asciidoc in nuxt",
|
|
3524
|
+
"repo": "Chris2011/nuxt-asciidoc",
|
|
3525
|
+
"npm": "nuxt-asciidoc",
|
|
3526
|
+
"icon": "nuxt-asciidoc.svg",
|
|
3527
|
+
"github": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3528
|
+
"website": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3529
|
+
"learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
|
|
3530
|
+
"category": "Extensions",
|
|
2971
3531
|
"type": "3rd-party",
|
|
2972
3532
|
"maintainers": [
|
|
2973
3533
|
{
|
|
2974
|
-
"name": "
|
|
2975
|
-
"github": "
|
|
3534
|
+
"name": "Christian Lenz",
|
|
3535
|
+
"github": "Chris2011",
|
|
3536
|
+
"twitter": "Chrizzly42"
|
|
2976
3537
|
}
|
|
2977
3538
|
],
|
|
2978
3539
|
"compatibility": {
|
|
2979
|
-
"nuxt": "^
|
|
3540
|
+
"nuxt": "^3.0.0",
|
|
2980
3541
|
"requires": {}
|
|
2981
3542
|
}
|
|
2982
3543
|
},
|
|
2983
3544
|
{
|
|
2984
|
-
"name": "nuxt-
|
|
2985
|
-
"description": "
|
|
2986
|
-
"repo": "
|
|
2987
|
-
"npm": "nuxt-
|
|
2988
|
-
"icon": "
|
|
2989
|
-
"github": "https://github.com/
|
|
2990
|
-
"website": "https://
|
|
2991
|
-
"learn_more": "",
|
|
2992
|
-
"category": "
|
|
3545
|
+
"name": "nuxt-auth-sanctum",
|
|
3546
|
+
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
3547
|
+
"repo": "manchenkoff/nuxt-auth-sanctum",
|
|
3548
|
+
"npm": "nuxt-auth-sanctum",
|
|
3549
|
+
"icon": "laravel.svg",
|
|
3550
|
+
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3551
|
+
"website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
|
|
3552
|
+
"learn_more": "https://laravel.com/docs/10.x/sanctum",
|
|
3553
|
+
"category": "Security",
|
|
2993
3554
|
"type": "3rd-party",
|
|
2994
3555
|
"maintainers": [
|
|
2995
3556
|
{
|
|
2996
|
-
"name": "
|
|
2997
|
-
"github": "
|
|
3557
|
+
"name": "Artem Manchenkov",
|
|
3558
|
+
"github": "manchenkoff",
|
|
3559
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
2998
3560
|
}
|
|
2999
3561
|
],
|
|
3000
3562
|
"compatibility": {
|
|
3001
|
-
"nuxt": "^
|
|
3002
|
-
"requires": {
|
|
3003
|
-
"bridge": "optional"
|
|
3004
|
-
}
|
|
3563
|
+
"nuxt": "^3.9.0",
|
|
3564
|
+
"requires": {}
|
|
3005
3565
|
}
|
|
3006
3566
|
},
|
|
3007
3567
|
{
|
|
3008
|
-
"name": "nuxt-
|
|
3009
|
-
"description": "
|
|
3010
|
-
"repo": "
|
|
3011
|
-
"npm": "@
|
|
3012
|
-
"icon": "
|
|
3013
|
-
"github": "https://github.com/
|
|
3014
|
-
"website": "https://
|
|
3015
|
-
"learn_more": "
|
|
3016
|
-
"category": "
|
|
3568
|
+
"name": "nuxt-basic-auth",
|
|
3569
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3570
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3571
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3572
|
+
"icon": "",
|
|
3573
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3574
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3575
|
+
"learn_more": "",
|
|
3576
|
+
"category": "Security",
|
|
3017
3577
|
"type": "3rd-party",
|
|
3018
3578
|
"maintainers": [
|
|
3019
3579
|
{
|
|
3020
|
-
"name": "
|
|
3021
|
-
"github": "
|
|
3022
|
-
"twitter": "craig_harman"
|
|
3580
|
+
"name": "kgierke",
|
|
3581
|
+
"github": "kgierke"
|
|
3023
3582
|
}
|
|
3024
3583
|
],
|
|
3025
3584
|
"compatibility": {
|
|
@@ -3028,21 +3587,20 @@
|
|
|
3028
3587
|
}
|
|
3029
3588
|
},
|
|
3030
3589
|
{
|
|
3031
|
-
"name": "nuxt-
|
|
3032
|
-
"description": "
|
|
3033
|
-
"repo": "
|
|
3034
|
-
"npm": "nuxt-
|
|
3035
|
-
"icon": "",
|
|
3036
|
-
"github": "https://github.com/
|
|
3037
|
-
"website": "https://
|
|
3038
|
-
"learn_more": "",
|
|
3039
|
-
"category": "
|
|
3590
|
+
"name": "nuxt-bootstrap-icons",
|
|
3591
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3592
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3593
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3594
|
+
"icon": "bootstrap-icons.svg",
|
|
3595
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3596
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3597
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3598
|
+
"category": "UI",
|
|
3040
3599
|
"type": "3rd-party",
|
|
3041
3600
|
"maintainers": [
|
|
3042
3601
|
{
|
|
3043
|
-
"name": "
|
|
3044
|
-
"github": "
|
|
3045
|
-
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
3602
|
+
"name": "OyewoleOyedeji",
|
|
3603
|
+
"github": "OyewoleOyedeji"
|
|
3046
3604
|
}
|
|
3047
3605
|
],
|
|
3048
3606
|
"compatibility": {
|
|
@@ -3051,20 +3609,20 @@
|
|
|
3051
3609
|
}
|
|
3052
3610
|
},
|
|
3053
3611
|
{
|
|
3054
|
-
"name": "nuxt-
|
|
3055
|
-
"description": "
|
|
3056
|
-
"repo": "
|
|
3057
|
-
"npm": "nuxt-
|
|
3058
|
-
"icon": "
|
|
3059
|
-
"github": "https://github.com/
|
|
3060
|
-
"website": "https://github.com/
|
|
3061
|
-
"learn_more": "https://github.com/
|
|
3612
|
+
"name": "nuxt-chatgpt",
|
|
3613
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3614
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3615
|
+
"npm": "nuxt-chatgpt",
|
|
3616
|
+
"icon": "chatgpt.svg",
|
|
3617
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3618
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3619
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
3062
3620
|
"category": "Libraries",
|
|
3063
3621
|
"type": "3rd-party",
|
|
3064
3622
|
"maintainers": [
|
|
3065
3623
|
{
|
|
3066
|
-
"name": "
|
|
3067
|
-
"github": "
|
|
3624
|
+
"name": "Oliver Trajceski",
|
|
3625
|
+
"github": "schnapsterdog"
|
|
3068
3626
|
}
|
|
3069
3627
|
],
|
|
3070
3628
|
"compatibility": {
|
|
@@ -3073,20 +3631,24 @@
|
|
|
3073
3631
|
}
|
|
3074
3632
|
},
|
|
3075
3633
|
{
|
|
3076
|
-
"name": "nuxt-
|
|
3077
|
-
"description": "
|
|
3078
|
-
"repo": "
|
|
3079
|
-
"npm": "nuxt-
|
|
3080
|
-
"icon": "nuxt-
|
|
3081
|
-
"github": "https://github.com/
|
|
3082
|
-
"website": "https://github.com/
|
|
3083
|
-
"learn_more": "https://
|
|
3634
|
+
"name": "nuxt-facebook-chat",
|
|
3635
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3636
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3637
|
+
"npm": "nuxt-facebook-chat",
|
|
3638
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3639
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3640
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3641
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3084
3642
|
"category": "Libraries",
|
|
3085
3643
|
"type": "3rd-party",
|
|
3086
3644
|
"maintainers": [
|
|
3087
3645
|
{
|
|
3088
|
-
"name": "
|
|
3089
|
-
"github": "
|
|
3646
|
+
"name": "Supanut Dokmaithong",
|
|
3647
|
+
"github": "Boomgeek"
|
|
3648
|
+
},
|
|
3649
|
+
{
|
|
3650
|
+
"name": "superdev-tech",
|
|
3651
|
+
"github": "superdev-tech"
|
|
3090
3652
|
}
|
|
3091
3653
|
],
|
|
3092
3654
|
"compatibility": {
|
|
@@ -3095,9 +3657,447 @@
|
|
|
3095
3657
|
}
|
|
3096
3658
|
},
|
|
3097
3659
|
{
|
|
3098
|
-
"name": "nuxt-
|
|
3099
|
-
"description": "
|
|
3100
|
-
"repo": "
|
|
3660
|
+
"name": "nuxt-feather-icons",
|
|
3661
|
+
"description": "The Feather Icons in Nuxt 3.",
|
|
3662
|
+
"repo": "4sllan/nuxt-feather-icons",
|
|
3663
|
+
"npm": "nuxt-feather-icons",
|
|
3664
|
+
"icon": "nuxt-feather-icons.png",
|
|
3665
|
+
"github": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3666
|
+
"website": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3667
|
+
"learn_more": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3668
|
+
"category": "UI",
|
|
3669
|
+
"type": "3rd-party",
|
|
3670
|
+
"maintainers": [
|
|
3671
|
+
{
|
|
3672
|
+
"name": "4sllan",
|
|
3673
|
+
"github": "4sllan"
|
|
3674
|
+
}
|
|
3675
|
+
],
|
|
3676
|
+
"compatibility": {
|
|
3677
|
+
"nuxt": "^3.0.0",
|
|
3678
|
+
"requires": {}
|
|
3679
|
+
}
|
|
3680
|
+
},
|
|
3681
|
+
{
|
|
3682
|
+
"name": "nuxt-feedme",
|
|
3683
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3684
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3685
|
+
"npm": "nuxt-feedme",
|
|
3686
|
+
"icon": "",
|
|
3687
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3688
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3689
|
+
"learn_more": "",
|
|
3690
|
+
"category": "SEO",
|
|
3691
|
+
"type": "3rd-party",
|
|
3692
|
+
"maintainers": [
|
|
3693
|
+
{
|
|
3694
|
+
"name": "Helltraitor",
|
|
3695
|
+
"github": "helltraitor"
|
|
3696
|
+
}
|
|
3697
|
+
],
|
|
3698
|
+
"compatibility": {
|
|
3699
|
+
"nuxt": "^3.0.0",
|
|
3700
|
+
"requires": {}
|
|
3701
|
+
}
|
|
3702
|
+
},
|
|
3703
|
+
{
|
|
3704
|
+
"name": "nuxt-graphql-middleware",
|
|
3705
|
+
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
3706
|
+
"repo": "dulnan/nuxt-graphql-middleware",
|
|
3707
|
+
"npm": "nuxt-graphql-middleware",
|
|
3708
|
+
"icon": "nuxt-graphql-middleware.svg",
|
|
3709
|
+
"github": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3710
|
+
"website": "https://nuxt-graphql-middleware.dulnan.net",
|
|
3711
|
+
"learn_more": "",
|
|
3712
|
+
"category": "Request",
|
|
3713
|
+
"type": "3rd-party",
|
|
3714
|
+
"maintainers": [
|
|
3715
|
+
{
|
|
3716
|
+
"name": "dulnan",
|
|
3717
|
+
"github": "dulnan",
|
|
3718
|
+
"twitter": "dulnan",
|
|
3719
|
+
"avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
|
|
3720
|
+
},
|
|
3721
|
+
{
|
|
3722
|
+
"name": "ayalon",
|
|
3723
|
+
"github": "ayalon",
|
|
3724
|
+
"avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
|
|
3725
|
+
}
|
|
3726
|
+
],
|
|
3727
|
+
"compatibility": {
|
|
3728
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3729
|
+
"requires": {}
|
|
3730
|
+
}
|
|
3731
|
+
},
|
|
3732
|
+
{
|
|
3733
|
+
"name": "nuxt-graphql-playground",
|
|
3734
|
+
"description": "",
|
|
3735
|
+
"repo": "pinpon-dev/nuxt-graphql-playground",
|
|
3736
|
+
"npm": "@pin-pon/nuxt-graphql-playground",
|
|
3737
|
+
"icon": "",
|
|
3738
|
+
"github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
|
|
3739
|
+
"website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
|
|
3740
|
+
"learn_more": "",
|
|
3741
|
+
"category": "Devtools",
|
|
3742
|
+
"type": "3rd-party",
|
|
3743
|
+
"maintainers": [
|
|
3744
|
+
{
|
|
3745
|
+
"name": "pinpon-dev",
|
|
3746
|
+
"github": "pinpon-dev"
|
|
3747
|
+
}
|
|
3748
|
+
],
|
|
3749
|
+
"compatibility": {
|
|
3750
|
+
"nuxt": "^2.0.0",
|
|
3751
|
+
"requires": {}
|
|
3752
|
+
}
|
|
3753
|
+
},
|
|
3754
|
+
{
|
|
3755
|
+
"name": "nuxt-gtm",
|
|
3756
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3757
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3758
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3759
|
+
"icon": "nuxt-gtm.svg",
|
|
3760
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3761
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3762
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3763
|
+
"category": "Analytics",
|
|
3764
|
+
"type": "3rd-party",
|
|
3765
|
+
"maintainers": [
|
|
3766
|
+
{
|
|
3767
|
+
"name": "Zadig&Voltaire Team",
|
|
3768
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
3769
|
+
}
|
|
3770
|
+
],
|
|
3771
|
+
"compatibility": {
|
|
3772
|
+
"nuxt": "^3.0.0",
|
|
3773
|
+
"requires": {},
|
|
3774
|
+
"devtools": "^0.0.0"
|
|
3775
|
+
}
|
|
3776
|
+
},
|
|
3777
|
+
{
|
|
3778
|
+
"name": "nuxt-hue",
|
|
3779
|
+
"description": "Enlighten your Nuxt experience",
|
|
3780
|
+
"repo": "lihbr/nuxt-hue",
|
|
3781
|
+
"npm": "nuxt-hue",
|
|
3782
|
+
"icon": "nuxt-hue.svg",
|
|
3783
|
+
"github": "https://github.com/lihbr/nuxt-hue",
|
|
3784
|
+
"website": "https://github.com/lihbr/nuxt-hue",
|
|
3785
|
+
"learn_more": "",
|
|
3786
|
+
"category": "Devtools",
|
|
3787
|
+
"type": "3rd-party",
|
|
3788
|
+
"maintainers": [
|
|
3789
|
+
{
|
|
3790
|
+
"name": "lihbr",
|
|
3791
|
+
"github": "lihbr"
|
|
3792
|
+
}
|
|
3793
|
+
],
|
|
3794
|
+
"compatibility": {
|
|
3795
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3796
|
+
"requires": {
|
|
3797
|
+
"bridge": "optional"
|
|
3798
|
+
}
|
|
3799
|
+
}
|
|
3800
|
+
},
|
|
3801
|
+
{
|
|
3802
|
+
"name": "nuxt-interpolation",
|
|
3803
|
+
"description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
|
|
3804
|
+
"repo": "daliborgogic/nuxt-interpolation#master",
|
|
3805
|
+
"npm": "nuxt-interpolation",
|
|
3806
|
+
"icon": "",
|
|
3807
|
+
"github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3808
|
+
"website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3809
|
+
"learn_more": "",
|
|
3810
|
+
"category": "Devtools",
|
|
3811
|
+
"type": "3rd-party",
|
|
3812
|
+
"maintainers": [
|
|
3813
|
+
{
|
|
3814
|
+
"name": "daliborgogic",
|
|
3815
|
+
"github": "daliborgogic"
|
|
3816
|
+
}
|
|
3817
|
+
],
|
|
3818
|
+
"compatibility": {
|
|
3819
|
+
"nuxt": "^2.0.0",
|
|
3820
|
+
"requires": {}
|
|
3821
|
+
}
|
|
3822
|
+
},
|
|
3823
|
+
{
|
|
3824
|
+
"name": "nuxt-jsonld",
|
|
3825
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3826
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3827
|
+
"npm": "nuxt-jsonld",
|
|
3828
|
+
"icon": "",
|
|
3829
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3830
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3831
|
+
"learn_more": "",
|
|
3832
|
+
"category": "SEO",
|
|
3833
|
+
"type": "3rd-party",
|
|
3834
|
+
"maintainers": [
|
|
3835
|
+
{
|
|
3836
|
+
"name": "ymmooot",
|
|
3837
|
+
"github": "ymmooot"
|
|
3838
|
+
}
|
|
3839
|
+
],
|
|
3840
|
+
"compatibility": {
|
|
3841
|
+
"nuxt": "^3.0.0",
|
|
3842
|
+
"requires": {}
|
|
3843
|
+
}
|
|
3844
|
+
},
|
|
3845
|
+
{
|
|
3846
|
+
"name": "nuxt-localtunnel",
|
|
3847
|
+
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
3848
|
+
"repo": "nuxtus/localtunnel",
|
|
3849
|
+
"npm": "@nuxtus/nuxt-localtunnel",
|
|
3850
|
+
"icon": "nuxt-localtunnel.svg",
|
|
3851
|
+
"github": "https://github.com/nuxtus/localtunnel",
|
|
3852
|
+
"website": "https://docs.nuxtus.com",
|
|
3853
|
+
"learn_more": "https://docs.nuxtus.com/localtunnel.html",
|
|
3854
|
+
"category": "Devtools",
|
|
3855
|
+
"type": "3rd-party",
|
|
3856
|
+
"maintainers": [
|
|
3857
|
+
{
|
|
3858
|
+
"name": "Craig Harman",
|
|
3859
|
+
"github": "craigharman",
|
|
3860
|
+
"twitter": "craig_harman"
|
|
3861
|
+
}
|
|
3862
|
+
],
|
|
3863
|
+
"compatibility": {
|
|
3864
|
+
"nuxt": "^3.0.0",
|
|
3865
|
+
"requires": {}
|
|
3866
|
+
}
|
|
3867
|
+
},
|
|
3868
|
+
{
|
|
3869
|
+
"name": "nuxt-loco",
|
|
3870
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3871
|
+
"repo": "gaetansenn/nuxt-loco",
|
|
3872
|
+
"npm": "nuxt-loco",
|
|
3873
|
+
"icon": "",
|
|
3874
|
+
"github": "https://github.com/gaetansenn/nuxt-loco",
|
|
3875
|
+
"website": "https://nuxt-loco.dewib.com/",
|
|
3876
|
+
"learn_more": "",
|
|
3877
|
+
"category": "Libraries",
|
|
3878
|
+
"type": "3rd-party",
|
|
3879
|
+
"maintainers": [
|
|
3880
|
+
{
|
|
3881
|
+
"name": "Gaetan SENN",
|
|
3882
|
+
"github": "gaetansenn",
|
|
3883
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
3884
|
+
}
|
|
3885
|
+
],
|
|
3886
|
+
"compatibility": {
|
|
3887
|
+
"nuxt": "^3.0.0",
|
|
3888
|
+
"requires": {}
|
|
3889
|
+
}
|
|
3890
|
+
},
|
|
3891
|
+
{
|
|
3892
|
+
"name": "nuxt-mail",
|
|
3893
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
3894
|
+
"repo": "dword-design/nuxt-mail",
|
|
3895
|
+
"npm": "nuxt-mail",
|
|
3896
|
+
"icon": "",
|
|
3897
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
3898
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
3899
|
+
"learn_more": "",
|
|
3900
|
+
"category": "Extensions",
|
|
3901
|
+
"type": "3rd-party",
|
|
3902
|
+
"maintainers": [
|
|
3903
|
+
{
|
|
3904
|
+
"name": "Sebastian Landwehr",
|
|
3905
|
+
"github": "dword-design"
|
|
3906
|
+
}
|
|
3907
|
+
],
|
|
3908
|
+
"compatibility": {
|
|
3909
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3910
|
+
"requires": {}
|
|
3911
|
+
}
|
|
3912
|
+
},
|
|
3913
|
+
{
|
|
3914
|
+
"name": "nuxt-mapbox",
|
|
3915
|
+
"description": "Elegant Mapbox integration with Nuxt",
|
|
3916
|
+
"repo": "AlexLavoie42/Nuxt-Mapbox",
|
|
3917
|
+
"npm": "nuxt-mapbox",
|
|
3918
|
+
"icon": "nuxt-mapbox.svg",
|
|
3919
|
+
"github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3920
|
+
"website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3921
|
+
"learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3922
|
+
"category": "Libraries",
|
|
3923
|
+
"type": "3rd-party",
|
|
3924
|
+
"maintainers": [
|
|
3925
|
+
{
|
|
3926
|
+
"name": "Alex Lavoie",
|
|
3927
|
+
"github": "AlexLavoie42"
|
|
3928
|
+
}
|
|
3929
|
+
],
|
|
3930
|
+
"compatibility": {
|
|
3931
|
+
"nuxt": "^3.0.0",
|
|
3932
|
+
"requires": {}
|
|
3933
|
+
}
|
|
3934
|
+
},
|
|
3935
|
+
{
|
|
3936
|
+
"name": "nuxt-mdi",
|
|
3937
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3938
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3939
|
+
"npm": "nuxt-mdi",
|
|
3940
|
+
"icon": "mdi.png",
|
|
3941
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3942
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3943
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3944
|
+
"category": "Libraries",
|
|
3945
|
+
"type": "3rd-party",
|
|
3946
|
+
"maintainers": [
|
|
3947
|
+
{
|
|
3948
|
+
"name": "Emil Rosenius",
|
|
3949
|
+
"github": "ERPedersen"
|
|
3950
|
+
}
|
|
3951
|
+
],
|
|
3952
|
+
"compatibility": {
|
|
3953
|
+
"nuxt": "^3.0.0",
|
|
3954
|
+
"requires": {}
|
|
3955
|
+
}
|
|
3956
|
+
},
|
|
3957
|
+
{
|
|
3958
|
+
"name": "nuxt-monaco-editor",
|
|
3959
|
+
"description": "Integrate monaco-editor with Nuxt",
|
|
3960
|
+
"repo": "e-chan1007/nuxt-monaco-editor",
|
|
3961
|
+
"npm": "nuxt-monaco-editor",
|
|
3962
|
+
"icon": "nuxt-monaco-editor.png",
|
|
3963
|
+
"github": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
3964
|
+
"website": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
3965
|
+
"learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
|
|
3966
|
+
"category": "Libraries",
|
|
3967
|
+
"type": "3rd-party",
|
|
3968
|
+
"maintainers": [
|
|
3969
|
+
{
|
|
3970
|
+
"name": "e-chan1007",
|
|
3971
|
+
"github": "e-chan1007"
|
|
3972
|
+
}
|
|
3973
|
+
],
|
|
3974
|
+
"compatibility": {
|
|
3975
|
+
"nuxt": "^3.0.0",
|
|
3976
|
+
"requires": {}
|
|
3977
|
+
}
|
|
3978
|
+
},
|
|
3979
|
+
{
|
|
3980
|
+
"name": "nuxt-mongoose",
|
|
3981
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3982
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
3983
|
+
"npm": "nuxt-mongoose",
|
|
3984
|
+
"icon": "nuxt-mongoose.svg",
|
|
3985
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3986
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3987
|
+
"learn_more": "",
|
|
3988
|
+
"category": "Database",
|
|
3989
|
+
"type": "3rd-party",
|
|
3990
|
+
"maintainers": [
|
|
3991
|
+
{
|
|
3992
|
+
"name": "arashsheyda",
|
|
3993
|
+
"github": "arashsheyda"
|
|
3994
|
+
}
|
|
3995
|
+
],
|
|
3996
|
+
"compatibility": {
|
|
3997
|
+
"nuxt": "^3.0.0",
|
|
3998
|
+
"requires": {},
|
|
3999
|
+
"devtools": "^0.0.0"
|
|
4000
|
+
}
|
|
4001
|
+
},
|
|
4002
|
+
{
|
|
4003
|
+
"name": "nuxt-oidc-auth",
|
|
4004
|
+
"description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
|
|
4005
|
+
"repo": "itpropro/nuxt-oidc-auth",
|
|
4006
|
+
"npm": "nuxt-oidc-auth",
|
|
4007
|
+
"icon": "",
|
|
4008
|
+
"github": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4009
|
+
"website": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4010
|
+
"learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4011
|
+
"category": "Security",
|
|
4012
|
+
"type": "3rd-party",
|
|
4013
|
+
"maintainers": [
|
|
4014
|
+
{
|
|
4015
|
+
"name": "Jan-Henrik Damaschke",
|
|
4016
|
+
"github": "itpropro",
|
|
4017
|
+
"twitter": "jandamaschke"
|
|
4018
|
+
}
|
|
4019
|
+
],
|
|
4020
|
+
"compatibility": {
|
|
4021
|
+
"nuxt": "^3.0.0",
|
|
4022
|
+
"requires": {}
|
|
4023
|
+
}
|
|
4024
|
+
},
|
|
4025
|
+
{
|
|
4026
|
+
"name": "nuxt-openapi-docs-module",
|
|
4027
|
+
"description": "Generate pages from OpenAPI specifications",
|
|
4028
|
+
"repo": "on-org/nuxt-openapi-docs-module",
|
|
4029
|
+
"npm": "nuxt-openapi-docs-module",
|
|
4030
|
+
"icon": "nuxt-openapi-docs-module.png",
|
|
4031
|
+
"github": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4032
|
+
"website": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4033
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
|
|
4034
|
+
"category": "Libraries",
|
|
4035
|
+
"type": "3rd-party",
|
|
4036
|
+
"maintainers": [
|
|
4037
|
+
{
|
|
4038
|
+
"name": "Pavel Kuzmin",
|
|
4039
|
+
"github": "s00d"
|
|
4040
|
+
}
|
|
4041
|
+
],
|
|
4042
|
+
"compatibility": {
|
|
4043
|
+
"nuxt": "^3.0.0",
|
|
4044
|
+
"requires": {}
|
|
4045
|
+
}
|
|
4046
|
+
},
|
|
4047
|
+
{
|
|
4048
|
+
"name": "nuxt-openid-connect",
|
|
4049
|
+
"description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
|
|
4050
|
+
"repo": "aborn/nuxt-openid-connect",
|
|
4051
|
+
"npm": "nuxt-openid-connect",
|
|
4052
|
+
"icon": "",
|
|
4053
|
+
"github": "https://github.com/aborn/nuxt-openid-connect",
|
|
4054
|
+
"website": "https://github.com/aborn/nuxt-openid-connect",
|
|
4055
|
+
"learn_more": "",
|
|
4056
|
+
"category": "Security",
|
|
4057
|
+
"type": "3rd-party",
|
|
4058
|
+
"maintainers": [
|
|
4059
|
+
{
|
|
4060
|
+
"name": "Aborn Jiang",
|
|
4061
|
+
"github": "aborn"
|
|
4062
|
+
},
|
|
4063
|
+
{
|
|
4064
|
+
"name": "Khaled Almana",
|
|
4065
|
+
"github": "KhaledAlMana"
|
|
4066
|
+
}
|
|
4067
|
+
],
|
|
4068
|
+
"compatibility": {
|
|
4069
|
+
"nuxt": "^3.0.0",
|
|
4070
|
+
"requires": {},
|
|
4071
|
+
"devtools": "^0.0.0"
|
|
4072
|
+
}
|
|
4073
|
+
},
|
|
4074
|
+
{
|
|
4075
|
+
"name": "nuxt-payload-analyzer",
|
|
4076
|
+
"description": "Analyze Nuxt Payload Size",
|
|
4077
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
4078
|
+
"npm": "nuxt-payload-analyzer",
|
|
4079
|
+
"icon": "",
|
|
4080
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
4081
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
4082
|
+
"learn_more": "",
|
|
4083
|
+
"category": "Performance",
|
|
4084
|
+
"type": "3rd-party",
|
|
4085
|
+
"maintainers": [
|
|
4086
|
+
{
|
|
4087
|
+
"name": "Barbapapazes",
|
|
4088
|
+
"github": "Barbapapazes",
|
|
4089
|
+
"twitter": "soubiran_"
|
|
4090
|
+
}
|
|
4091
|
+
],
|
|
4092
|
+
"compatibility": {
|
|
4093
|
+
"nuxt": "^3.0.0",
|
|
4094
|
+
"requires": {}
|
|
4095
|
+
}
|
|
4096
|
+
},
|
|
4097
|
+
{
|
|
4098
|
+
"name": "nuxt-pdf",
|
|
4099
|
+
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
4100
|
+
"repo": "sidebase/nuxt-pdf",
|
|
3101
4101
|
"npm": "@sidebase/nuxt-pdf",
|
|
3102
4102
|
"icon": "nuxt-pdf.png",
|
|
3103
4103
|
"github": "https://github.com/sidebase/nuxt-pdf",
|
|
@@ -3117,6 +4117,28 @@
|
|
|
3117
4117
|
"requires": {}
|
|
3118
4118
|
}
|
|
3119
4119
|
},
|
|
4120
|
+
{
|
|
4121
|
+
"name": "nuxt-phosphor-icons",
|
|
4122
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
4123
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4124
|
+
"npm": "nuxt-phosphor-icons",
|
|
4125
|
+
"icon": "phosphor-icons.svg",
|
|
4126
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4127
|
+
"website": "https://nuxt-phosphor-icons.vercel.app",
|
|
4128
|
+
"learn_more": "https://nuxt-phosphor-icons.vercel.app",
|
|
4129
|
+
"category": "UI",
|
|
4130
|
+
"type": "3rd-party",
|
|
4131
|
+
"maintainers": [
|
|
4132
|
+
{
|
|
4133
|
+
"name": "OyewoleOyedeji",
|
|
4134
|
+
"github": "OyewoleOyedeji"
|
|
4135
|
+
}
|
|
4136
|
+
],
|
|
4137
|
+
"compatibility": {
|
|
4138
|
+
"nuxt": "^3.0.0",
|
|
4139
|
+
"requires": {}
|
|
4140
|
+
}
|
|
4141
|
+
},
|
|
3120
4142
|
{
|
|
3121
4143
|
"name": "nuxt-pino-log",
|
|
3122
4144
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3141,7 +4163,7 @@
|
|
|
3141
4163
|
},
|
|
3142
4164
|
{
|
|
3143
4165
|
"name": "plausible",
|
|
3144
|
-
"description": "Nuxt
|
|
4166
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3145
4167
|
"repo": "nuxt-modules/plausible",
|
|
3146
4168
|
"npm": "@nuxtjs/plausible",
|
|
3147
4169
|
"icon": "plausible.png",
|
|
@@ -3161,9 +4183,35 @@
|
|
|
3161
4183
|
"requires": {}
|
|
3162
4184
|
}
|
|
3163
4185
|
},
|
|
4186
|
+
{
|
|
4187
|
+
"name": "nuxt-plotly",
|
|
4188
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
4189
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
4190
|
+
"npm": "nuxt-plotly",
|
|
4191
|
+
"icon": "nuxt-plotly.svg",
|
|
4192
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
4193
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
4194
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
4195
|
+
"category": "Libraries",
|
|
4196
|
+
"type": "3rd-party",
|
|
4197
|
+
"maintainers": [
|
|
4198
|
+
{
|
|
4199
|
+
"name": "Supanut Dokmaithong",
|
|
4200
|
+
"github": "Boomgeek"
|
|
4201
|
+
},
|
|
4202
|
+
{
|
|
4203
|
+
"name": "superdev-tech",
|
|
4204
|
+
"github": "superdev-tech"
|
|
4205
|
+
}
|
|
4206
|
+
],
|
|
4207
|
+
"compatibility": {
|
|
4208
|
+
"nuxt": "^3.0.0",
|
|
4209
|
+
"requires": {}
|
|
4210
|
+
}
|
|
4211
|
+
},
|
|
3164
4212
|
{
|
|
3165
4213
|
"name": "nuxt-png-to-ico",
|
|
3166
|
-
"description": "Nuxt
|
|
4214
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3167
4215
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3168
4216
|
"npm": "nuxt-png-to-ico",
|
|
3169
4217
|
"icon": "",
|
|
@@ -3186,7 +4234,7 @@
|
|
|
3186
4234
|
},
|
|
3187
4235
|
{
|
|
3188
4236
|
"name": "nuxt-smartlook",
|
|
3189
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
4237
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3190
4238
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3191
4239
|
"npm": "nuxt-smartlook",
|
|
3192
4240
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3208,6 +4256,28 @@
|
|
|
3208
4256
|
"requires": {}
|
|
3209
4257
|
}
|
|
3210
4258
|
},
|
|
4259
|
+
{
|
|
4260
|
+
"name": "nuxt-social-share",
|
|
4261
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
4262
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
4263
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
4264
|
+
"icon": "nuxt-social-share.png",
|
|
4265
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4266
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4267
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
4268
|
+
"category": "Extensions",
|
|
4269
|
+
"type": "3rd-party",
|
|
4270
|
+
"maintainers": [
|
|
4271
|
+
{
|
|
4272
|
+
"name": "stefanobartoletti",
|
|
4273
|
+
"github": "stefanobartoletti"
|
|
4274
|
+
}
|
|
4275
|
+
],
|
|
4276
|
+
"compatibility": {
|
|
4277
|
+
"nuxt": "^3.0.0",
|
|
4278
|
+
"requires": {}
|
|
4279
|
+
}
|
|
4280
|
+
},
|
|
3211
4281
|
{
|
|
3212
4282
|
"name": "ssr-lit",
|
|
3213
4283
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -3238,10 +4308,10 @@
|
|
|
3238
4308
|
},
|
|
3239
4309
|
{
|
|
3240
4310
|
"name": "nuxt-storm",
|
|
3241
|
-
"description": "WebStorm & PHPStorm support for
|
|
4311
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3242
4312
|
"repo": "fumeapp/nuxt-storm",
|
|
3243
4313
|
"npm": "nuxt-storm",
|
|
3244
|
-
"icon": "
|
|
4314
|
+
"icon": "",
|
|
3245
4315
|
"github": "https://github.com/fumeapp/nuxt-storm",
|
|
3246
4316
|
"website": "https://github.com/fumeapp/nuxt-storm",
|
|
3247
4317
|
"learn_more": "https://github.com/fumeapp/nuxt-storm",
|
|
@@ -3258,6 +4328,30 @@
|
|
|
3258
4328
|
"requires": {}
|
|
3259
4329
|
}
|
|
3260
4330
|
},
|
|
4331
|
+
{
|
|
4332
|
+
"name": "nuxt-svgo-loader",
|
|
4333
|
+
"description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
|
|
4334
|
+
"repo": "Mini-ghost/nuxt-svgo-loader",
|
|
4335
|
+
"npm": "nuxt-svgo-loader",
|
|
4336
|
+
"icon": "",
|
|
4337
|
+
"github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4338
|
+
"website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4339
|
+
"learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4340
|
+
"category": "Images",
|
|
4341
|
+
"type": "3rd-party",
|
|
4342
|
+
"maintainers": [
|
|
4343
|
+
{
|
|
4344
|
+
"name": "Alex Liu",
|
|
4345
|
+
"github": "Mini-ghost",
|
|
4346
|
+
"twitter": "Minighost_Alex"
|
|
4347
|
+
}
|
|
4348
|
+
],
|
|
4349
|
+
"compatibility": {
|
|
4350
|
+
"nuxt": "^3.0.0",
|
|
4351
|
+
"requires": {},
|
|
4352
|
+
"devtools": "^0.0.0"
|
|
4353
|
+
}
|
|
4354
|
+
},
|
|
3261
4355
|
{
|
|
3262
4356
|
"name": "nuxt-svgo",
|
|
3263
4357
|
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
@@ -3282,7 +4376,7 @@
|
|
|
3282
4376
|
},
|
|
3283
4377
|
{
|
|
3284
4378
|
"name": "nuxt-unleash",
|
|
3285
|
-
"description": "Nuxt
|
|
4379
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3286
4380
|
"repo": "conejerock/nuxt-unleash",
|
|
3287
4381
|
"npm": "nuxt-unleash",
|
|
3288
4382
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3302,28 +4396,6 @@
|
|
|
3302
4396
|
"requires": {}
|
|
3303
4397
|
}
|
|
3304
4398
|
},
|
|
3305
|
-
{
|
|
3306
|
-
"name": "nuxt-use-motion",
|
|
3307
|
-
"description": "A Nuxt module putting your components in motion",
|
|
3308
|
-
"repo": "Tahul/nuxt-use-motion",
|
|
3309
|
-
"npm": "nuxt-use-motion",
|
|
3310
|
-
"icon": "nuxt-use-motion.svg",
|
|
3311
|
-
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
3312
|
-
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
3313
|
-
"learn_more": "https://github.com/vueuse/motion",
|
|
3314
|
-
"category": "Libraries",
|
|
3315
|
-
"type": "3rd-party",
|
|
3316
|
-
"maintainers": [
|
|
3317
|
-
{
|
|
3318
|
-
"name": "Tahul",
|
|
3319
|
-
"github": "Tahul"
|
|
3320
|
-
}
|
|
3321
|
-
],
|
|
3322
|
-
"compatibility": {
|
|
3323
|
-
"nuxt": "^2.0.0",
|
|
3324
|
-
"requires": {}
|
|
3325
|
-
}
|
|
3326
|
-
},
|
|
3327
4399
|
{
|
|
3328
4400
|
"name": "nuxt-use-sound",
|
|
3329
4401
|
"description": "A Nuxt module for playing sound effects.",
|
|
@@ -3373,12 +4445,12 @@
|
|
|
3373
4445
|
{
|
|
3374
4446
|
"name": "nuxt-vue3-google-signin",
|
|
3375
4447
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3376
|
-
"repo": "
|
|
4448
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3377
4449
|
"npm": "nuxt-vue3-google-signin",
|
|
3378
4450
|
"icon": "vue3-google-signin.svg",
|
|
3379
|
-
"github": "https://github.com/
|
|
3380
|
-
"website": "https://vue3-google-signin.
|
|
3381
|
-
"learn_more": "https://vue3-google-signin.
|
|
4451
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
4452
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
4453
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3382
4454
|
"category": "Libraries",
|
|
3383
4455
|
"type": "3rd-party",
|
|
3384
4456
|
"maintainers": [
|
|
@@ -3392,9 +4464,75 @@
|
|
|
3392
4464
|
"requires": {}
|
|
3393
4465
|
}
|
|
3394
4466
|
},
|
|
4467
|
+
{
|
|
4468
|
+
"name": "nuxt-zod-i18n",
|
|
4469
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
4470
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
4471
|
+
"npm": "nuxt-zod-i18n",
|
|
4472
|
+
"icon": "nuxt-zod-i18n.svg",
|
|
4473
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
4474
|
+
"website": "https://xibman-nuxt-zod-i18n.nuxt.space",
|
|
4475
|
+
"learn_more": "",
|
|
4476
|
+
"category": "Libraries",
|
|
4477
|
+
"type": "3rd-party",
|
|
4478
|
+
"maintainers": [
|
|
4479
|
+
{
|
|
4480
|
+
"name": "xibman",
|
|
4481
|
+
"github": "xibman"
|
|
4482
|
+
}
|
|
4483
|
+
],
|
|
4484
|
+
"compatibility": {
|
|
4485
|
+
"nuxt": "^3.0.0",
|
|
4486
|
+
"requires": {}
|
|
4487
|
+
}
|
|
4488
|
+
},
|
|
4489
|
+
{
|
|
4490
|
+
"name": "nuxt3-interpolation",
|
|
4491
|
+
"description": "",
|
|
4492
|
+
"repo": "daliborgogic/interpolation#master",
|
|
4493
|
+
"npm": "nuxt3-interpolation",
|
|
4494
|
+
"icon": "",
|
|
4495
|
+
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4496
|
+
"website": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4497
|
+
"learn_more": "",
|
|
4498
|
+
"category": "Devtools",
|
|
4499
|
+
"type": "3rd-party",
|
|
4500
|
+
"maintainers": [
|
|
4501
|
+
{
|
|
4502
|
+
"name": "daliborgogic",
|
|
4503
|
+
"github": "daliborgogic"
|
|
4504
|
+
}
|
|
4505
|
+
],
|
|
4506
|
+
"compatibility": {
|
|
4507
|
+
"nuxt": "^3.0.0",
|
|
4508
|
+
"requires": {}
|
|
4509
|
+
}
|
|
4510
|
+
},
|
|
4511
|
+
{
|
|
4512
|
+
"name": "nuxt3-leaflet",
|
|
4513
|
+
"description": "Leaflet integration with Nuxt",
|
|
4514
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4515
|
+
"npm": "nuxt3-leaflet",
|
|
4516
|
+
"icon": "leaflet.png",
|
|
4517
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4518
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4519
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4520
|
+
"category": "Libraries",
|
|
4521
|
+
"type": "3rd-party",
|
|
4522
|
+
"maintainers": [
|
|
4523
|
+
{
|
|
4524
|
+
"name": "Augustin MERCIER",
|
|
4525
|
+
"github": "Gugustinette"
|
|
4526
|
+
}
|
|
4527
|
+
],
|
|
4528
|
+
"compatibility": {
|
|
4529
|
+
"nuxt": "^3.0.0",
|
|
4530
|
+
"requires": {}
|
|
4531
|
+
}
|
|
4532
|
+
},
|
|
3395
4533
|
{
|
|
3396
4534
|
"name": "nuxt7",
|
|
3397
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4535
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3398
4536
|
"repo": "nuxt-community/nuxt7",
|
|
3399
4537
|
"npm": "nuxt7",
|
|
3400
4538
|
"icon": "",
|
|
@@ -3417,15 +4555,15 @@
|
|
|
3417
4555
|
},
|
|
3418
4556
|
{
|
|
3419
4557
|
"name": "og-image",
|
|
3420
|
-
"description": "
|
|
3421
|
-
"repo": "
|
|
4558
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
4559
|
+
"repo": "nuxt-modules/og-image",
|
|
3422
4560
|
"npm": "nuxt-og-image",
|
|
3423
|
-
"icon": "",
|
|
3424
|
-
"github": "https://github.com/
|
|
3425
|
-
"website": "https://
|
|
3426
|
-
"learn_more": "",
|
|
4561
|
+
"icon": "og-image.svg",
|
|
4562
|
+
"github": "https://github.com/nuxt-modules/og-image",
|
|
4563
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4564
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
3427
4565
|
"category": "SEO",
|
|
3428
|
-
"type": "
|
|
4566
|
+
"type": "community",
|
|
3429
4567
|
"maintainers": [
|
|
3430
4568
|
{
|
|
3431
4569
|
"name": "Harlan Wilton",
|
|
@@ -3436,7 +4574,8 @@
|
|
|
3436
4574
|
],
|
|
3437
4575
|
"compatibility": {
|
|
3438
4576
|
"nuxt": "^3.0.0",
|
|
3439
|
-
"requires": {}
|
|
4577
|
+
"requires": {},
|
|
4578
|
+
"devtools": "^0.0.0"
|
|
3440
4579
|
}
|
|
3441
4580
|
},
|
|
3442
4581
|
{
|
|
@@ -3464,13 +4603,13 @@
|
|
|
3464
4603
|
},
|
|
3465
4604
|
{
|
|
3466
4605
|
"name": "optimized-images",
|
|
3467
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4606
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
3468
4607
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
3469
4608
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
3470
4609
|
"icon": "",
|
|
3471
4610
|
"github": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
3472
|
-
"website": "https://
|
|
3473
|
-
"learn_more": "",
|
|
4611
|
+
"website": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
4612
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
|
|
3474
4613
|
"category": "Images",
|
|
3475
4614
|
"type": "3rd-party",
|
|
3476
4615
|
"maintainers": [
|
|
@@ -3509,7 +4648,7 @@
|
|
|
3509
4648
|
},
|
|
3510
4649
|
{
|
|
3511
4650
|
"name": "parse",
|
|
3512
|
-
"description": "Parse package for Nuxt
|
|
4651
|
+
"description": "Parse package for Nuxt",
|
|
3513
4652
|
"repo": "cierrateam/nuxt-parse",
|
|
3514
4653
|
"npm": "nuxt-parse",
|
|
3515
4654
|
"icon": "",
|
|
@@ -3529,6 +4668,29 @@
|
|
|
3529
4668
|
"requires": {}
|
|
3530
4669
|
}
|
|
3531
4670
|
},
|
|
4671
|
+
{
|
|
4672
|
+
"name": "particles",
|
|
4673
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4674
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4675
|
+
"npm": "nuxt-particles",
|
|
4676
|
+
"icon": "",
|
|
4677
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4678
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4679
|
+
"learn_more": "https://particles.js.org/",
|
|
4680
|
+
"category": "Libraries",
|
|
4681
|
+
"type": "3rd-party",
|
|
4682
|
+
"maintainers": [
|
|
4683
|
+
{
|
|
4684
|
+
"name": "Joey Pereira",
|
|
4685
|
+
"github": "Joepocalyptic",
|
|
4686
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4687
|
+
}
|
|
4688
|
+
],
|
|
4689
|
+
"compatibility": {
|
|
4690
|
+
"nuxt": "^3.0.0",
|
|
4691
|
+
"requires": {}
|
|
4692
|
+
}
|
|
4693
|
+
},
|
|
3532
4694
|
{
|
|
3533
4695
|
"name": "partytown",
|
|
3534
4696
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -3554,6 +4716,52 @@
|
|
|
3554
4716
|
}
|
|
3555
4717
|
}
|
|
3556
4718
|
},
|
|
4719
|
+
{
|
|
4720
|
+
"name": "paypal",
|
|
4721
|
+
"description": "A Nuxt module for simplifying the use of Paypal in your project.",
|
|
4722
|
+
"repo": "arashsheyda/nuxt-paypal",
|
|
4723
|
+
"npm": "nuxt-paypal",
|
|
4724
|
+
"icon": "paypal.svg",
|
|
4725
|
+
"github": "https://github.com/arashsheyda/nuxt-paypal",
|
|
4726
|
+
"website": "https://github.com/arashsheyda/nuxt-paypal#readme",
|
|
4727
|
+
"learn_more": "https://developer.paypal.com/sdk/js/reference/",
|
|
4728
|
+
"category": "Payment",
|
|
4729
|
+
"type": "3rd-party",
|
|
4730
|
+
"maintainers": [
|
|
4731
|
+
{
|
|
4732
|
+
"name": "Arash Sheyda",
|
|
4733
|
+
"github": "arashsheyda"
|
|
4734
|
+
}
|
|
4735
|
+
],
|
|
4736
|
+
"compatibility": {
|
|
4737
|
+
"nuxt": "^3.0.0",
|
|
4738
|
+
"requires": {}
|
|
4739
|
+
}
|
|
4740
|
+
},
|
|
4741
|
+
{
|
|
4742
|
+
"name": "pdfeasy",
|
|
4743
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
4744
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
4745
|
+
"npm": "nuxt-pdfeasy",
|
|
4746
|
+
"icon": "pdfeasy.png",
|
|
4747
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
4748
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
4749
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
4750
|
+
"category": "Extensions",
|
|
4751
|
+
"type": "3rd-party",
|
|
4752
|
+
"maintainers": [
|
|
4753
|
+
{
|
|
4754
|
+
"name": "Giovane Cardoso",
|
|
4755
|
+
"github": "novout",
|
|
4756
|
+
"twitter": "novoutttttt",
|
|
4757
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
4758
|
+
}
|
|
4759
|
+
],
|
|
4760
|
+
"compatibility": {
|
|
4761
|
+
"nuxt": "^3.0.0",
|
|
4762
|
+
"requires": {}
|
|
4763
|
+
}
|
|
4764
|
+
},
|
|
3557
4765
|
{
|
|
3558
4766
|
"name": "persian-datepicker",
|
|
3559
4767
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3651,7 +4859,7 @@
|
|
|
3651
4859
|
},
|
|
3652
4860
|
{
|
|
3653
4861
|
"name": "plausible",
|
|
3654
|
-
"description": "Nuxt
|
|
4862
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3655
4863
|
"repo": "nuxt-modules/plausible",
|
|
3656
4864
|
"npm": "@nuxtjs/plausible",
|
|
3657
4865
|
"icon": "",
|
|
@@ -3693,9 +4901,56 @@
|
|
|
3693
4901
|
"requires": {}
|
|
3694
4902
|
}
|
|
3695
4903
|
},
|
|
4904
|
+
{
|
|
4905
|
+
"name": "prepare",
|
|
4906
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4907
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4908
|
+
"npm": "nuxt-prepare",
|
|
4909
|
+
"icon": "prepare.svg",
|
|
4910
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4911
|
+
"website": "https://nuxt-prepare.byjohann.dev",
|
|
4912
|
+
"learn_more": "",
|
|
4913
|
+
"category": "Devtools",
|
|
4914
|
+
"type": "3rd-party",
|
|
4915
|
+
"maintainers": [
|
|
4916
|
+
{
|
|
4917
|
+
"name": "Johann Schopplich",
|
|
4918
|
+
"github": "johannschopplich",
|
|
4919
|
+
"twitter": "jschopplich",
|
|
4920
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
4921
|
+
}
|
|
4922
|
+
],
|
|
4923
|
+
"compatibility": {
|
|
4924
|
+
"nuxt": "^3.0.0",
|
|
4925
|
+
"requires": {}
|
|
4926
|
+
}
|
|
4927
|
+
},
|
|
4928
|
+
{
|
|
4929
|
+
"name": "primevue",
|
|
4930
|
+
"description": "Next Generation Vue UI Component Library",
|
|
4931
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
4932
|
+
"npm": "nuxt-primevue",
|
|
4933
|
+
"icon": "primevue.svg",
|
|
4934
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
4935
|
+
"website": "https://primevue.org/",
|
|
4936
|
+
"learn_more": "https://primevue.org/",
|
|
4937
|
+
"category": "UI",
|
|
4938
|
+
"type": "3rd-party",
|
|
4939
|
+
"maintainers": [
|
|
4940
|
+
{
|
|
4941
|
+
"name": "primefaces",
|
|
4942
|
+
"github": "primefaces",
|
|
4943
|
+
"twitter": "primevue"
|
|
4944
|
+
}
|
|
4945
|
+
],
|
|
4946
|
+
"compatibility": {
|
|
4947
|
+
"nuxt": "^3.0.0",
|
|
4948
|
+
"requires": {}
|
|
4949
|
+
}
|
|
4950
|
+
},
|
|
3696
4951
|
{
|
|
3697
4952
|
"name": "prismic",
|
|
3698
|
-
"description": "Easily connect your Nuxt
|
|
4953
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
3699
4954
|
"repo": "nuxt-modules/prismic",
|
|
3700
4955
|
"npm": "@nuxtjs/prismic",
|
|
3701
4956
|
"icon": "prismic.png",
|
|
@@ -3762,7 +5017,7 @@
|
|
|
3762
5017
|
},
|
|
3763
5018
|
{
|
|
3764
5019
|
"name": "proxy",
|
|
3765
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
5020
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
3766
5021
|
"repo": "nuxt-community/proxy-module",
|
|
3767
5022
|
"npm": "@nuxtjs/proxy",
|
|
3768
5023
|
"icon": "",
|
|
@@ -3808,7 +5063,7 @@
|
|
|
3808
5063
|
},
|
|
3809
5064
|
{
|
|
3810
5065
|
"name": "purgecss",
|
|
3811
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
5066
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
3812
5067
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
3813
5068
|
"npm": "nuxt-purgecss",
|
|
3814
5069
|
"icon": "purgecss.png",
|
|
@@ -3830,7 +5085,7 @@
|
|
|
3830
5085
|
},
|
|
3831
5086
|
{
|
|
3832
5087
|
"name": "pwa",
|
|
3833
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
5088
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
3834
5089
|
"repo": "nuxt-community/pwa-module",
|
|
3835
5090
|
"npm": "@nuxtjs/pwa",
|
|
3836
5091
|
"icon": "pwa.png",
|
|
@@ -3855,7 +5110,7 @@
|
|
|
3855
5110
|
},
|
|
3856
5111
|
{
|
|
3857
5112
|
"name": "python",
|
|
3858
|
-
"description": "Write Nuxt
|
|
5113
|
+
"description": "Write Nuxt applications using Python",
|
|
3859
5114
|
"repo": "nuxt-community/python-module",
|
|
3860
5115
|
"npm": "@nuxtjs/python",
|
|
3861
5116
|
"icon": "python.png",
|
|
@@ -3875,9 +5130,89 @@
|
|
|
3875
5130
|
"requires": {}
|
|
3876
5131
|
}
|
|
3877
5132
|
},
|
|
5133
|
+
{
|
|
5134
|
+
"name": "quasar",
|
|
5135
|
+
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
5136
|
+
"repo": "Maiquu/nuxt-quasar",
|
|
5137
|
+
"npm": "nuxt-quasar-ui",
|
|
5138
|
+
"icon": "quasar.svg",
|
|
5139
|
+
"github": "https://github.com/Maiquu/nuxt-quasar",
|
|
5140
|
+
"website": "https://quasar.dev/",
|
|
5141
|
+
"learn_more": "https://github.com/Maiquu/nuxt-quasar",
|
|
5142
|
+
"category": "UI",
|
|
5143
|
+
"type": "3rd-party",
|
|
5144
|
+
"maintainers": [
|
|
5145
|
+
{
|
|
5146
|
+
"name": "Ege İliklier",
|
|
5147
|
+
"github": "Maiquu"
|
|
5148
|
+
}
|
|
5149
|
+
],
|
|
5150
|
+
"compatibility": {
|
|
5151
|
+
"nuxt": "^3.0.0",
|
|
5152
|
+
"requires": {},
|
|
5153
|
+
"devtools": "^0.0.0"
|
|
5154
|
+
}
|
|
5155
|
+
},
|
|
5156
|
+
{
|
|
5157
|
+
"name": "radash",
|
|
5158
|
+
"description": "radash module with auto-import and custom prefix",
|
|
5159
|
+
"repo": "bbg/nuxt-radash",
|
|
5160
|
+
"npm": "nuxt-radash",
|
|
5161
|
+
"icon": "radash.png",
|
|
5162
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
5163
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
5164
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
5165
|
+
"category": "Libraries",
|
|
5166
|
+
"type": "3rd-party",
|
|
5167
|
+
"maintainers": [
|
|
5168
|
+
{
|
|
5169
|
+
"name": "Batuhan Göksu",
|
|
5170
|
+
"github": "bbg"
|
|
5171
|
+
}
|
|
5172
|
+
],
|
|
5173
|
+
"compatibility": {
|
|
5174
|
+
"nuxt": "^3.0.0",
|
|
5175
|
+
"requires": {}
|
|
5176
|
+
}
|
|
5177
|
+
},
|
|
5178
|
+
{
|
|
5179
|
+
"name": "radix-vue",
|
|
5180
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
5181
|
+
"repo": "radix-vue/radix-vue",
|
|
5182
|
+
"npm": "radix-vue",
|
|
5183
|
+
"icon": "radix-vue.svg",
|
|
5184
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
5185
|
+
"website": "https://www.radix-vue.com/",
|
|
5186
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
5187
|
+
"category": "UI",
|
|
5188
|
+
"type": "3rd-party",
|
|
5189
|
+
"maintainers": [
|
|
5190
|
+
{
|
|
5191
|
+
"name": "Zernonia",
|
|
5192
|
+
"github": "zernonia",
|
|
5193
|
+
"twitter": "zernonia"
|
|
5194
|
+
},
|
|
5195
|
+
{
|
|
5196
|
+
"name": "Khairul Haaziq",
|
|
5197
|
+
"github": "khairulhaaziq"
|
|
5198
|
+
},
|
|
5199
|
+
{
|
|
5200
|
+
"name": "Mujahid Anuar",
|
|
5201
|
+
"github": "mujahidfa"
|
|
5202
|
+
},
|
|
5203
|
+
{
|
|
5204
|
+
"name": "Max",
|
|
5205
|
+
"github": "onmax"
|
|
5206
|
+
}
|
|
5207
|
+
],
|
|
5208
|
+
"compatibility": {
|
|
5209
|
+
"nuxt": "^3.0.0",
|
|
5210
|
+
"requires": {}
|
|
5211
|
+
}
|
|
5212
|
+
},
|
|
3878
5213
|
{
|
|
3879
5214
|
"name": "recaptcha",
|
|
3880
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
5215
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
3881
5216
|
"repo": "nuxt-community/recaptcha-module",
|
|
3882
5217
|
"npm": "@nuxtjs/recaptcha",
|
|
3883
5218
|
"icon": "recaptcha.png",
|
|
@@ -3916,13 +5251,36 @@
|
|
|
3916
5251
|
}
|
|
3917
5252
|
],
|
|
3918
5253
|
"compatibility": {
|
|
3919
|
-
"nuxt": "^2.0.0",
|
|
5254
|
+
"nuxt": "^2.0.0",
|
|
5255
|
+
"requires": {}
|
|
5256
|
+
}
|
|
5257
|
+
},
|
|
5258
|
+
{
|
|
5259
|
+
"name": "resend",
|
|
5260
|
+
"description": "Resend integration for Nuxt",
|
|
5261
|
+
"repo": "nhedger/nuxt-resend",
|
|
5262
|
+
"npm": "nuxt-resend",
|
|
5263
|
+
"icon": "resend.svg",
|
|
5264
|
+
"github": "https://github.com/nhedger/nuxt-resend",
|
|
5265
|
+
"website": "https://github.com/nhedger/nuxt-resend",
|
|
5266
|
+
"learn_more": "https://resend.com",
|
|
5267
|
+
"category": "Extensions",
|
|
5268
|
+
"type": "3rd-party",
|
|
5269
|
+
"maintainers": [
|
|
5270
|
+
{
|
|
5271
|
+
"name": "Nicolas Hedger",
|
|
5272
|
+
"github": "nhedger",
|
|
5273
|
+
"twitter": "nicolashedger"
|
|
5274
|
+
}
|
|
5275
|
+
],
|
|
5276
|
+
"compatibility": {
|
|
5277
|
+
"nuxt": "^3.0.0",
|
|
3920
5278
|
"requires": {}
|
|
3921
5279
|
}
|
|
3922
5280
|
},
|
|
3923
5281
|
{
|
|
3924
5282
|
"name": "rfg-icon",
|
|
3925
|
-
"description": "Nuxt
|
|
5283
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
3926
5284
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
3927
5285
|
"npm": "nuxt-rfg-icon",
|
|
3928
5286
|
"icon": "real-favicon-generator.png",
|
|
@@ -3944,13 +5302,13 @@
|
|
|
3944
5302
|
},
|
|
3945
5303
|
{
|
|
3946
5304
|
"name": "robots",
|
|
3947
|
-
"description": "A Nuxt
|
|
3948
|
-
"repo": "nuxt-
|
|
5305
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
5306
|
+
"repo": "nuxt-modules/robots",
|
|
3949
5307
|
"npm": "@nuxtjs/robots",
|
|
3950
5308
|
"icon": "robots.png",
|
|
3951
|
-
"github": "https://github.com/nuxt-
|
|
3952
|
-
"website": "https://github.com/nuxt-
|
|
3953
|
-
"learn_more": "
|
|
5309
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
5310
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
5311
|
+
"learn_more": "",
|
|
3954
5312
|
"category": "SEO",
|
|
3955
5313
|
"type": "community",
|
|
3956
5314
|
"maintainers": [
|
|
@@ -3968,23 +5326,23 @@
|
|
|
3968
5326
|
},
|
|
3969
5327
|
{
|
|
3970
5328
|
"name": "rollbar",
|
|
3971
|
-
"description": "
|
|
3972
|
-
"repo": "
|
|
3973
|
-
"npm": "nuxt-rollbar
|
|
5329
|
+
"description": "Nuxt 3 module to integrate Rollbar.",
|
|
5330
|
+
"repo": "jairoblatt/nuxt-rollbar",
|
|
5331
|
+
"npm": "nuxt-rollbar",
|
|
3974
5332
|
"icon": "rollbar.png",
|
|
3975
|
-
"github": "https://github.com/
|
|
3976
|
-
"website": "https://github.com/
|
|
5333
|
+
"github": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
5334
|
+
"website": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
3977
5335
|
"learn_more": "https://docs.rollbar.com/docs/javascript",
|
|
3978
5336
|
"category": "Monitoring",
|
|
3979
5337
|
"type": "3rd-party",
|
|
3980
5338
|
"maintainers": [
|
|
3981
5339
|
{
|
|
3982
|
-
"name": "
|
|
3983
|
-
"github": "
|
|
5340
|
+
"name": "Jairo Blatt",
|
|
5341
|
+
"github": "jairoblatt"
|
|
3984
5342
|
}
|
|
3985
5343
|
],
|
|
3986
5344
|
"compatibility": {
|
|
3987
|
-
"nuxt": "^
|
|
5345
|
+
"nuxt": "^3.0.0",
|
|
3988
5346
|
"requires": {}
|
|
3989
5347
|
}
|
|
3990
5348
|
},
|
|
@@ -4013,7 +5371,7 @@
|
|
|
4013
5371
|
},
|
|
4014
5372
|
{
|
|
4015
5373
|
"name": "router",
|
|
4016
|
-
"description": "Nuxt
|
|
5374
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4017
5375
|
"repo": "nuxt-community/router-module",
|
|
4018
5376
|
"npm": "@nuxtjs/router",
|
|
4019
5377
|
"icon": "vue.png",
|
|
@@ -4061,13 +5419,13 @@
|
|
|
4061
5419
|
},
|
|
4062
5420
|
{
|
|
4063
5421
|
"name": "schema-org",
|
|
4064
|
-
"description": "
|
|
4065
|
-
"repo": "
|
|
5422
|
+
"description": "Quick and easy Schema.org graphs.",
|
|
5423
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4066
5424
|
"npm": "nuxt-schema-org",
|
|
4067
5425
|
"icon": "schema-org.svg",
|
|
4068
|
-
"github": "https://github.com/
|
|
4069
|
-
"website": "https://
|
|
4070
|
-
"learn_more": "https://
|
|
5426
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
5427
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
5428
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4071
5429
|
"category": "SEO",
|
|
4072
5430
|
"type": "3rd-party",
|
|
4073
5431
|
"maintainers": [
|
|
@@ -4130,13 +5488,13 @@
|
|
|
4130
5488
|
},
|
|
4131
5489
|
{
|
|
4132
5490
|
"name": "segment",
|
|
4133
|
-
"description": "Nuxt
|
|
5491
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4134
5492
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4135
5493
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4136
5494
|
"icon": "segment.png",
|
|
4137
5495
|
"github": "https://github.com/dansmaculotte/nuxt-segment",
|
|
4138
5496
|
"website": "https://github.com/dansmaculotte/nuxt-segment",
|
|
4139
|
-
"learn_more": "
|
|
5497
|
+
"learn_more": "",
|
|
4140
5498
|
"category": "Analytics",
|
|
4141
5499
|
"type": "3rd-party",
|
|
4142
5500
|
"maintainers": [
|
|
@@ -4152,10 +5510,10 @@
|
|
|
4152
5510
|
},
|
|
4153
5511
|
{
|
|
4154
5512
|
"name": "sentry",
|
|
4155
|
-
"description": "Sentry module for Nuxt
|
|
5513
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4156
5514
|
"repo": "nuxt-community/sentry-module",
|
|
4157
5515
|
"npm": "@nuxtjs/sentry",
|
|
4158
|
-
"icon": "sentry.
|
|
5516
|
+
"icon": "sentry.svg",
|
|
4159
5517
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4160
5518
|
"website": "https://sentry.nuxtjs.org/",
|
|
4161
5519
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4173,20 +5531,22 @@
|
|
|
4173
5531
|
}
|
|
4174
5532
|
},
|
|
4175
5533
|
{
|
|
4176
|
-
"name": "seo-
|
|
4177
|
-
"description": "
|
|
4178
|
-
"repo": "harlan-zw/nuxt-seo-
|
|
4179
|
-
"npm": "nuxt-seo-
|
|
4180
|
-
"icon": "seo-
|
|
4181
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-
|
|
4182
|
-
"website": "https://
|
|
4183
|
-
"learn_more": "",
|
|
5534
|
+
"name": "seo-experiments",
|
|
5535
|
+
"description": "Powerful SEO DX improvements.",
|
|
5536
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5537
|
+
"npm": "nuxt-seo-experiments",
|
|
5538
|
+
"icon": "seo-experiments.svg",
|
|
5539
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5540
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5541
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
4184
5542
|
"category": "SEO",
|
|
4185
5543
|
"type": "3rd-party",
|
|
4186
5544
|
"maintainers": [
|
|
4187
5545
|
{
|
|
4188
|
-
"name": "
|
|
4189
|
-
"github": "harlan-zw"
|
|
5546
|
+
"name": "Harlan Wilton",
|
|
5547
|
+
"github": "harlan-zw",
|
|
5548
|
+
"twitter": "harlan_zw",
|
|
5549
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4190
5550
|
}
|
|
4191
5551
|
],
|
|
4192
5552
|
"compatibility": {
|
|
@@ -4217,9 +5577,31 @@
|
|
|
4217
5577
|
"requires": {}
|
|
4218
5578
|
}
|
|
4219
5579
|
},
|
|
5580
|
+
{
|
|
5581
|
+
"name": "seo",
|
|
5582
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
5583
|
+
"repo": "harlan-zw/nuxt-seo",
|
|
5584
|
+
"npm": "@nuxtjs/seo",
|
|
5585
|
+
"icon": "nuxt.svg",
|
|
5586
|
+
"github": "https://github.com/harlan-zw/nuxt-seo",
|
|
5587
|
+
"website": "https://nuxtseo.com/",
|
|
5588
|
+
"learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
5589
|
+
"category": "SEO",
|
|
5590
|
+
"type": "3rd-party",
|
|
5591
|
+
"maintainers": [
|
|
5592
|
+
{
|
|
5593
|
+
"name": "harlan-zw",
|
|
5594
|
+
"github": "harlan-zw"
|
|
5595
|
+
}
|
|
5596
|
+
],
|
|
5597
|
+
"compatibility": {
|
|
5598
|
+
"nuxt": "^3.0.0",
|
|
5599
|
+
"requires": {}
|
|
5600
|
+
}
|
|
5601
|
+
},
|
|
4220
5602
|
{
|
|
4221
5603
|
"name": "seomatic-meta",
|
|
4222
|
-
"description": "A Nuxt
|
|
5604
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4223
5605
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4224
5606
|
"npm": "nuxt-seomatic-meta",
|
|
4225
5607
|
"icon": "seomatic.png",
|
|
@@ -4262,6 +5644,29 @@
|
|
|
4262
5644
|
"requires": {}
|
|
4263
5645
|
}
|
|
4264
5646
|
},
|
|
5647
|
+
{
|
|
5648
|
+
"name": "server-block",
|
|
5649
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5650
|
+
"repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
|
|
5651
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
5652
|
+
"icon": "server-block.svg",
|
|
5653
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
5654
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5655
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5656
|
+
"category": "Extensions",
|
|
5657
|
+
"type": "3rd-party",
|
|
5658
|
+
"maintainers": [
|
|
5659
|
+
{
|
|
5660
|
+
"name": "Hebilicious",
|
|
5661
|
+
"github": "Hebilicious",
|
|
5662
|
+
"twitter": "its_hebilicious"
|
|
5663
|
+
}
|
|
5664
|
+
],
|
|
5665
|
+
"compatibility": {
|
|
5666
|
+
"nuxt": "^3.0.0",
|
|
5667
|
+
"requires": {}
|
|
5668
|
+
}
|
|
5669
|
+
},
|
|
4265
5670
|
{
|
|
4266
5671
|
"name": "session",
|
|
4267
5672
|
"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",
|
|
@@ -4287,7 +5692,7 @@
|
|
|
4287
5692
|
},
|
|
4288
5693
|
{
|
|
4289
5694
|
"name": "shopify",
|
|
4290
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5695
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4291
5696
|
"repo": "Gomah/nuxt-shopify",
|
|
4292
5697
|
"npm": "nuxt-shopify",
|
|
4293
5698
|
"icon": "shopify.png",
|
|
@@ -4308,7 +5713,7 @@
|
|
|
4308
5713
|
}
|
|
4309
5714
|
},
|
|
4310
5715
|
{
|
|
4311
|
-
"name": "
|
|
5716
|
+
"name": "sidebase-auth",
|
|
4312
5717
|
"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.",
|
|
4313
5718
|
"repo": "sidebase/nuxt-auth",
|
|
4314
5719
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -4354,13 +5759,13 @@
|
|
|
4354
5759
|
},
|
|
4355
5760
|
{
|
|
4356
5761
|
"name": "simple-robots",
|
|
4357
|
-
"description": "
|
|
5762
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
4358
5763
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4359
5764
|
"npm": "nuxt-simple-robots",
|
|
4360
|
-
"icon": "",
|
|
5765
|
+
"icon": "simple-robots.svg",
|
|
4361
5766
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4362
|
-
"website": "https://
|
|
4363
|
-
"learn_more": "",
|
|
5767
|
+
"website": "https://nuxtseo.com/robots",
|
|
5768
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
4364
5769
|
"category": "SEO",
|
|
4365
5770
|
"type": "3rd-party",
|
|
4366
5771
|
"maintainers": [
|
|
@@ -4377,41 +5782,23 @@
|
|
|
4377
5782
|
}
|
|
4378
5783
|
},
|
|
4379
5784
|
{
|
|
4380
|
-
"name": "
|
|
4381
|
-
"description": "
|
|
4382
|
-
"repo": "
|
|
4383
|
-
"npm": "
|
|
4384
|
-
"icon": "",
|
|
4385
|
-
"github": "https://github.com/
|
|
4386
|
-
"website": "https://
|
|
4387
|
-
"learn_more": "",
|
|
5785
|
+
"name": "sitemap",
|
|
5786
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
5787
|
+
"repo": "nuxt-modules/sitemap",
|
|
5788
|
+
"npm": "@nuxtjs/sitemap",
|
|
5789
|
+
"icon": "simple-sitemap.svg",
|
|
5790
|
+
"github": "https://github.com/nuxt-modules/sitemap",
|
|
5791
|
+
"website": "https://nuxtseo.com/",
|
|
5792
|
+
"learn_more": "https://nuxtseo.com/sitemap",
|
|
4388
5793
|
"category": "SEO",
|
|
4389
|
-
"type": "
|
|
5794
|
+
"type": "community",
|
|
4390
5795
|
"maintainers": [
|
|
4391
5796
|
{
|
|
4392
5797
|
"name": "Harlan Wilton",
|
|
4393
5798
|
"github": "harlan-zw",
|
|
4394
5799
|
"twitter": "harlan_zw",
|
|
4395
5800
|
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4396
|
-
}
|
|
4397
|
-
],
|
|
4398
|
-
"compatibility": {
|
|
4399
|
-
"nuxt": "^3.0.0",
|
|
4400
|
-
"requires": {}
|
|
4401
|
-
}
|
|
4402
|
-
},
|
|
4403
|
-
{
|
|
4404
|
-
"name": "sitemap",
|
|
4405
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
|
|
4406
|
-
"repo": "nuxt-community/sitemap-module#dev",
|
|
4407
|
-
"npm": "@nuxtjs/sitemap",
|
|
4408
|
-
"icon": "",
|
|
4409
|
-
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
4410
|
-
"website": "https://sitemap.nuxtjs.org",
|
|
4411
|
-
"learn_more": "",
|
|
4412
|
-
"category": "SEO",
|
|
4413
|
-
"type": "community",
|
|
4414
|
-
"maintainers": [
|
|
5801
|
+
},
|
|
4415
5802
|
{
|
|
4416
5803
|
"name": "Nicolas PENNEC",
|
|
4417
5804
|
"github": "NicoPennec",
|
|
@@ -4419,7 +5806,7 @@
|
|
|
4419
5806
|
}
|
|
4420
5807
|
],
|
|
4421
5808
|
"compatibility": {
|
|
4422
|
-
"nuxt": "^
|
|
5809
|
+
"nuxt": "^3.0.0",
|
|
4423
5810
|
"requires": {}
|
|
4424
5811
|
}
|
|
4425
5812
|
},
|
|
@@ -4447,14 +5834,14 @@
|
|
|
4447
5834
|
},
|
|
4448
5835
|
{
|
|
4449
5836
|
"name": "snipcart",
|
|
4450
|
-
"description": "Snipcart integration module for Nuxt
|
|
5837
|
+
"description": "Snipcart integration module for Nuxt",
|
|
4451
5838
|
"repo": "nuxt-modules/snipcart",
|
|
4452
5839
|
"npm": "@nuxtjs/snipcart",
|
|
4453
5840
|
"icon": "snipcart.png",
|
|
4454
5841
|
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4455
5842
|
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4456
5843
|
"learn_more": "https://snipcart.com",
|
|
4457
|
-
"category": "
|
|
5844
|
+
"category": "Ecommerce",
|
|
4458
5845
|
"type": "community",
|
|
4459
5846
|
"maintainers": [
|
|
4460
5847
|
{
|
|
@@ -4470,7 +5857,7 @@
|
|
|
4470
5857
|
},
|
|
4471
5858
|
{
|
|
4472
5859
|
"name": "social-meta",
|
|
4473
|
-
"description": "Nuxt
|
|
5860
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
4474
5861
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
4475
5862
|
"npm": "nuxt-social-meta",
|
|
4476
5863
|
"icon": "",
|
|
@@ -4592,7 +5979,7 @@
|
|
|
4592
5979
|
},
|
|
4593
5980
|
{
|
|
4594
5981
|
"name": "storage",
|
|
4595
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
5982
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
4596
5983
|
"repo": "mazipan/nuxt-storage",
|
|
4597
5984
|
"npm": "nuxt-storage",
|
|
4598
5985
|
"icon": "",
|
|
@@ -4614,7 +6001,7 @@
|
|
|
4614
6001
|
},
|
|
4615
6002
|
{
|
|
4616
6003
|
"name": "storefront-ui",
|
|
4617
|
-
"description": "Storefront UI Module for Nuxt
|
|
6004
|
+
"description": "Storefront UI Module for Nuxt",
|
|
4618
6005
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
4619
6006
|
"npm": "@storefront-ui/nuxt",
|
|
4620
6007
|
"icon": "storefront-ui.svg",
|
|
@@ -4658,8 +6045,8 @@
|
|
|
4658
6045
|
},
|
|
4659
6046
|
{
|
|
4660
6047
|
"name": "storyblok",
|
|
4661
|
-
"description": "Storyblok Nuxt
|
|
4662
|
-
"repo": "storyblok/storyblok-nuxt#
|
|
6048
|
+
"description": "Storyblok Nuxt module",
|
|
6049
|
+
"repo": "storyblok/storyblok-nuxt#main",
|
|
4663
6050
|
"npm": "@storyblok/nuxt",
|
|
4664
6051
|
"icon": "storyblok.png",
|
|
4665
6052
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -4675,46 +6062,43 @@
|
|
|
4675
6062
|
],
|
|
4676
6063
|
"compatibility": {
|
|
4677
6064
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4678
|
-
"requires": {}
|
|
6065
|
+
"requires": {},
|
|
6066
|
+
"devtools": "^0.0.0"
|
|
4679
6067
|
}
|
|
4680
6068
|
},
|
|
4681
6069
|
{
|
|
4682
6070
|
"name": "storybook",
|
|
4683
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
4684
|
-
"repo": "nuxt-
|
|
6071
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
6072
|
+
"repo": "nuxt-modules/storybook",
|
|
4685
6073
|
"npm": "@nuxtjs/storybook",
|
|
4686
6074
|
"icon": "storybook.png",
|
|
4687
|
-
"github": "https://github.com/nuxt-
|
|
6075
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
4688
6076
|
"website": "https://storybook.nuxtjs.org",
|
|
4689
|
-
"learn_more": "https://
|
|
6077
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
4690
6078
|
"category": "Devtools",
|
|
4691
6079
|
"type": "community",
|
|
4692
6080
|
"maintainers": [
|
|
4693
6081
|
{
|
|
4694
|
-
"name": "
|
|
4695
|
-
"github": "
|
|
4696
|
-
"twitter": "
|
|
4697
|
-
},
|
|
4698
|
-
{
|
|
4699
|
-
"name": "Pooya Parsa",
|
|
4700
|
-
"github": "pi0",
|
|
4701
|
-
"twitter": "_pi0_"
|
|
6082
|
+
"name": "Chakir QATAB",
|
|
6083
|
+
"github": "chakAs3",
|
|
6084
|
+
"twitter": "ChakirQatab"
|
|
4702
6085
|
}
|
|
4703
6086
|
],
|
|
4704
6087
|
"compatibility": {
|
|
4705
|
-
"nuxt": "^2.0.0",
|
|
6088
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4706
6089
|
"requires": {
|
|
4707
6090
|
"bridge": "optional"
|
|
4708
|
-
}
|
|
6091
|
+
},
|
|
6092
|
+
"devtools": "^0.7.2"
|
|
4709
6093
|
}
|
|
4710
6094
|
},
|
|
4711
6095
|
{
|
|
4712
6096
|
"name": "strapi",
|
|
4713
6097
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
4714
|
-
"repo": "nuxt-
|
|
6098
|
+
"repo": "nuxt-modules/strapi",
|
|
4715
6099
|
"npm": "@nuxtjs/strapi",
|
|
4716
6100
|
"icon": "strapi.png",
|
|
4717
|
-
"github": "https://github.com/nuxt-
|
|
6101
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
4718
6102
|
"website": "https://strapi.nuxtjs.org",
|
|
4719
6103
|
"learn_more": "https://strapi.io/",
|
|
4720
6104
|
"category": "CMS",
|
|
@@ -4735,7 +6119,34 @@
|
|
|
4735
6119
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4736
6120
|
"requires": {
|
|
4737
6121
|
"bridge": true
|
|
6122
|
+
},
|
|
6123
|
+
"devtools": "^0.0.0"
|
|
6124
|
+
}
|
|
6125
|
+
},
|
|
6126
|
+
{
|
|
6127
|
+
"name": "stripe-next",
|
|
6128
|
+
"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.",
|
|
6129
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
6130
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
6131
|
+
"icon": "stripe.png",
|
|
6132
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
6133
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
6134
|
+
"learn_more": "https://stripe.com/docs",
|
|
6135
|
+
"category": "Payment",
|
|
6136
|
+
"type": "3rd-party",
|
|
6137
|
+
"maintainers": [
|
|
6138
|
+
{
|
|
6139
|
+
"name": "Loic Fuentes",
|
|
6140
|
+
"github": "fuentesloic"
|
|
6141
|
+
},
|
|
6142
|
+
{
|
|
6143
|
+
"name": "Florent Giraud",
|
|
6144
|
+
"github": "flozero"
|
|
4738
6145
|
}
|
|
6146
|
+
],
|
|
6147
|
+
"compatibility": {
|
|
6148
|
+
"nuxt": "^3.0.0",
|
|
6149
|
+
"requires": {}
|
|
4739
6150
|
}
|
|
4740
6151
|
},
|
|
4741
6152
|
{
|
|
@@ -4760,6 +6171,36 @@
|
|
|
4760
6171
|
"requires": {}
|
|
4761
6172
|
}
|
|
4762
6173
|
},
|
|
6174
|
+
{
|
|
6175
|
+
"name": "studio",
|
|
6176
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
6177
|
+
"repo": "nuxtlabs/studio-module",
|
|
6178
|
+
"npm": "@nuxthq/studio",
|
|
6179
|
+
"icon": "studio.svg",
|
|
6180
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
6181
|
+
"website": "https://nuxt.studio",
|
|
6182
|
+
"learn_more": "https://nuxt.studio",
|
|
6183
|
+
"category": "CMS",
|
|
6184
|
+
"type": "3rd-party",
|
|
6185
|
+
"maintainers": [
|
|
6186
|
+
{
|
|
6187
|
+
"name": "Ahad Birang",
|
|
6188
|
+
"github": "farnabaz",
|
|
6189
|
+
"twitter": "a_birang"
|
|
6190
|
+
},
|
|
6191
|
+
{
|
|
6192
|
+
"name": "Sébastien Chopin",
|
|
6193
|
+
"github": "Atinux",
|
|
6194
|
+
"twitter": "Atinux"
|
|
6195
|
+
}
|
|
6196
|
+
],
|
|
6197
|
+
"compatibility": {
|
|
6198
|
+
"nuxt": "^3.0.0",
|
|
6199
|
+
"requires": {
|
|
6200
|
+
"content": true
|
|
6201
|
+
}
|
|
6202
|
+
}
|
|
6203
|
+
},
|
|
4763
6204
|
{
|
|
4764
6205
|
"name": "style-resources",
|
|
4765
6206
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -4785,7 +6226,7 @@
|
|
|
4785
6226
|
},
|
|
4786
6227
|
{
|
|
4787
6228
|
"name": "stylelint",
|
|
4788
|
-
"description": "Stylelint module for Nuxt.
|
|
6229
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
4789
6230
|
"repo": "nuxt-community/stylelint-module",
|
|
4790
6231
|
"npm": "@nuxtjs/stylelint-module",
|
|
4791
6232
|
"icon": "stylelint.png",
|
|
@@ -4831,10 +6272,10 @@
|
|
|
4831
6272
|
{
|
|
4832
6273
|
"name": "supabase",
|
|
4833
6274
|
"description": "First class integration with Supabase",
|
|
4834
|
-
"repo": "nuxt-
|
|
6275
|
+
"repo": "nuxt-modules/supabase",
|
|
4835
6276
|
"npm": "@nuxtjs/supabase",
|
|
4836
6277
|
"icon": "supabase.png",
|
|
4837
|
-
"github": "https://github.com/nuxt-
|
|
6278
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
4838
6279
|
"website": "https://supabase.nuxtjs.org",
|
|
4839
6280
|
"learn_more": "https://supabase.com",
|
|
4840
6281
|
"category": "Database",
|
|
@@ -4885,12 +6326,12 @@
|
|
|
4885
6326
|
},
|
|
4886
6327
|
{
|
|
4887
6328
|
"name": "svg-sprite",
|
|
4888
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
4889
|
-
"repo": "nuxt-
|
|
6329
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
6330
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
4890
6331
|
"npm": "@nuxtjs/svg-sprite",
|
|
4891
6332
|
"icon": "",
|
|
4892
|
-
"github": "https://github.com/nuxt-
|
|
4893
|
-
"website": "https://github.com/nuxt-
|
|
6333
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
6334
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
4894
6335
|
"learn_more": "",
|
|
4895
6336
|
"category": "UI",
|
|
4896
6337
|
"type": "community",
|
|
@@ -4902,13 +6343,13 @@
|
|
|
4902
6343
|
}
|
|
4903
6344
|
],
|
|
4904
6345
|
"compatibility": {
|
|
4905
|
-
"nuxt": "^2.0.0",
|
|
6346
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4906
6347
|
"requires": {}
|
|
4907
6348
|
}
|
|
4908
6349
|
},
|
|
4909
6350
|
{
|
|
4910
6351
|
"name": "svg",
|
|
4911
|
-
"description": "Super simple svg loading module for Nuxt
|
|
6352
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
4912
6353
|
"repo": "nuxt-community/svg-module",
|
|
4913
6354
|
"npm": "@nuxtjs/svg",
|
|
4914
6355
|
"icon": "",
|
|
@@ -4952,7 +6393,7 @@
|
|
|
4952
6393
|
},
|
|
4953
6394
|
{
|
|
4954
6395
|
"name": "swiper",
|
|
4955
|
-
"description": "Nuxt
|
|
6396
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
4956
6397
|
"repo": "cpreston321/nuxt-swiper",
|
|
4957
6398
|
"npm": "nuxt-swiper",
|
|
4958
6399
|
"icon": "swiper.svg",
|
|
@@ -4998,10 +6439,10 @@
|
|
|
4998
6439
|
{
|
|
4999
6440
|
"name": "tailwindcss",
|
|
5000
6441
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5001
|
-
"repo": "nuxt-
|
|
6442
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5002
6443
|
"npm": "@nuxtjs/tailwindcss",
|
|
5003
6444
|
"icon": "tailwindcss.png",
|
|
5004
|
-
"github": "https://github.com/nuxt-
|
|
6445
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5005
6446
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5006
6447
|
"learn_more": "https://tailwindcss.com/",
|
|
5007
6448
|
"category": "UI",
|
|
@@ -5011,11 +6452,16 @@
|
|
|
5011
6452
|
"name": "Sébastien Chopin",
|
|
5012
6453
|
"github": "Atinux",
|
|
5013
6454
|
"twitter": "Atinux"
|
|
6455
|
+
},
|
|
6456
|
+
{
|
|
6457
|
+
"name": "Inesh Bose",
|
|
6458
|
+
"github": "ineshbose"
|
|
5014
6459
|
}
|
|
5015
6460
|
],
|
|
5016
6461
|
"compatibility": {
|
|
5017
6462
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5018
|
-
"requires": {}
|
|
6463
|
+
"requires": {},
|
|
6464
|
+
"devtools": "^0.0.0"
|
|
5019
6465
|
}
|
|
5020
6466
|
},
|
|
5021
6467
|
{
|
|
@@ -5041,9 +6487,53 @@
|
|
|
5041
6487
|
"requires": {}
|
|
5042
6488
|
}
|
|
5043
6489
|
},
|
|
6490
|
+
{
|
|
6491
|
+
"name": "time",
|
|
6492
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
6493
|
+
"repo": "danielroe/nuxt-time",
|
|
6494
|
+
"npm": "nuxt-time",
|
|
6495
|
+
"icon": "",
|
|
6496
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
6497
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
6498
|
+
"learn_more": "",
|
|
6499
|
+
"category": "Extensions",
|
|
6500
|
+
"type": "3rd-party",
|
|
6501
|
+
"maintainers": [
|
|
6502
|
+
{
|
|
6503
|
+
"name": "danielroe",
|
|
6504
|
+
"github": "danielroe"
|
|
6505
|
+
}
|
|
6506
|
+
],
|
|
6507
|
+
"compatibility": {
|
|
6508
|
+
"nuxt": "^3.0.0",
|
|
6509
|
+
"requires": {}
|
|
6510
|
+
}
|
|
6511
|
+
},
|
|
6512
|
+
{
|
|
6513
|
+
"name": "tiptap",
|
|
6514
|
+
"description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
|
|
6515
|
+
"repo": "modbender/nuxt-tiptap-editor",
|
|
6516
|
+
"npm": "nuxt-tiptap-editor",
|
|
6517
|
+
"icon": "tiptap.png",
|
|
6518
|
+
"github": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6519
|
+
"website": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6520
|
+
"learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6521
|
+
"category": "Libraries",
|
|
6522
|
+
"type": "3rd-party",
|
|
6523
|
+
"maintainers": [
|
|
6524
|
+
{
|
|
6525
|
+
"name": "modbender",
|
|
6526
|
+
"github": "modbender"
|
|
6527
|
+
}
|
|
6528
|
+
],
|
|
6529
|
+
"compatibility": {
|
|
6530
|
+
"nuxt": "^3.0.0",
|
|
6531
|
+
"requires": {}
|
|
6532
|
+
}
|
|
6533
|
+
},
|
|
5044
6534
|
{
|
|
5045
6535
|
"name": "toast",
|
|
5046
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6536
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5047
6537
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5048
6538
|
"npm": "@nuxtjs/toast",
|
|
5049
6539
|
"icon": "",
|
|
@@ -5064,6 +6554,61 @@
|
|
|
5064
6554
|
"requires": {}
|
|
5065
6555
|
}
|
|
5066
6556
|
},
|
|
6557
|
+
{
|
|
6558
|
+
"name": "translation-manager",
|
|
6559
|
+
"description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
|
|
6560
|
+
"repo": "samk-dev/nuxt-translation-manager",
|
|
6561
|
+
"npm": "nuxt-translation-manager",
|
|
6562
|
+
"icon": "translation-manager.png",
|
|
6563
|
+
"github": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6564
|
+
"website": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6565
|
+
"learn_more": "",
|
|
6566
|
+
"category": "Extensions",
|
|
6567
|
+
"type": "3rd-party",
|
|
6568
|
+
"maintainers": [
|
|
6569
|
+
{
|
|
6570
|
+
"name": "Sam K",
|
|
6571
|
+
"github": "samk-dev"
|
|
6572
|
+
}
|
|
6573
|
+
],
|
|
6574
|
+
"compatibility": {
|
|
6575
|
+
"nuxt": "^3.0.0",
|
|
6576
|
+
"requires": {}
|
|
6577
|
+
}
|
|
6578
|
+
},
|
|
6579
|
+
{
|
|
6580
|
+
"name": "tresjs",
|
|
6581
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
6582
|
+
"repo": "tresjs/nuxt",
|
|
6583
|
+
"npm": "@tresjs/nuxt",
|
|
6584
|
+
"icon": "tresjs.svg",
|
|
6585
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
6586
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
6587
|
+
"learn_more": "https://tresjs.org/",
|
|
6588
|
+
"category": "Libraries",
|
|
6589
|
+
"type": "3rd-party",
|
|
6590
|
+
"maintainers": [
|
|
6591
|
+
{
|
|
6592
|
+
"name": "Alvaro Saburido",
|
|
6593
|
+
"github": "alvarosabu",
|
|
6594
|
+
"twitter": "alvarosabu"
|
|
6595
|
+
},
|
|
6596
|
+
{
|
|
6597
|
+
"name": "Jaime Torrealba",
|
|
6598
|
+
"github": "JaimeTorrealba",
|
|
6599
|
+
"twitter": "jaimebboyjt"
|
|
6600
|
+
},
|
|
6601
|
+
{
|
|
6602
|
+
"name": "Tino Koch",
|
|
6603
|
+
"github": "Tinoooo",
|
|
6604
|
+
"twitter": "ichbintino"
|
|
6605
|
+
}
|
|
6606
|
+
],
|
|
6607
|
+
"compatibility": {
|
|
6608
|
+
"nuxt": "^3.0.0",
|
|
6609
|
+
"requires": {}
|
|
6610
|
+
}
|
|
6611
|
+
},
|
|
5067
6612
|
{
|
|
5068
6613
|
"name": "turnstile",
|
|
5069
6614
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -5091,7 +6636,7 @@
|
|
|
5091
6636
|
},
|
|
5092
6637
|
{
|
|
5093
6638
|
"name": "twa",
|
|
5094
|
-
"description": "Nuxt
|
|
6639
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5095
6640
|
"repo": "tuarrep/nuxt-twa",
|
|
5096
6641
|
"npm": "nuxt-twa",
|
|
5097
6642
|
"icon": "",
|
|
@@ -5113,6 +6658,28 @@
|
|
|
5113
6658
|
}
|
|
5114
6659
|
}
|
|
5115
6660
|
},
|
|
6661
|
+
{
|
|
6662
|
+
"name": "twemoji",
|
|
6663
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
6664
|
+
"repo": "yizack/nuxt-twemoji",
|
|
6665
|
+
"npm": "nuxt-twemoji",
|
|
6666
|
+
"icon": "twemoji.svg",
|
|
6667
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
6668
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
6669
|
+
"learn_more": "",
|
|
6670
|
+
"category": "UI",
|
|
6671
|
+
"type": "3rd-party",
|
|
6672
|
+
"maintainers": [
|
|
6673
|
+
{
|
|
6674
|
+
"name": "Yizack Rangel",
|
|
6675
|
+
"github": "yizack"
|
|
6676
|
+
}
|
|
6677
|
+
],
|
|
6678
|
+
"compatibility": {
|
|
6679
|
+
"nuxt": "^3.0.0",
|
|
6680
|
+
"requires": {}
|
|
6681
|
+
}
|
|
6682
|
+
},
|
|
5116
6683
|
{
|
|
5117
6684
|
"name": "twicpics",
|
|
5118
6685
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5257,6 +6824,63 @@
|
|
|
5257
6824
|
"requires": {}
|
|
5258
6825
|
}
|
|
5259
6826
|
},
|
|
6827
|
+
{
|
|
6828
|
+
"name": "typo3",
|
|
6829
|
+
"description": "TYPO3 Headless Frontend Rendering module",
|
|
6830
|
+
"repo": "TYPO3-Headless/nuxt-typo3",
|
|
6831
|
+
"npm": "@t3headless/nuxt-typo3",
|
|
6832
|
+
"icon": "typo3.svg",
|
|
6833
|
+
"github": "https://github.com/TYPO3-Headless/nuxt-typo3",
|
|
6834
|
+
"website": "https://t3headless.macopedia.io/nuxt-typo3/",
|
|
6835
|
+
"learn_more": "https://github.com/TYPO3-Headless",
|
|
6836
|
+
"category": "CMS",
|
|
6837
|
+
"type": "3rd-party",
|
|
6838
|
+
"maintainers": [
|
|
6839
|
+
{
|
|
6840
|
+
"name": "Macopedia",
|
|
6841
|
+
"github": "macopedia",
|
|
6842
|
+
"twitter": "macopediapl"
|
|
6843
|
+
}
|
|
6844
|
+
],
|
|
6845
|
+
"compatibility": {
|
|
6846
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6847
|
+
"requires": {},
|
|
6848
|
+
"devtools": "^0.0.0"
|
|
6849
|
+
}
|
|
6850
|
+
},
|
|
6851
|
+
{
|
|
6852
|
+
"name": "ui",
|
|
6853
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6854
|
+
"repo": "nuxt/ui#dev",
|
|
6855
|
+
"npm": "@nuxt/ui",
|
|
6856
|
+
"icon": "nuxt.svg",
|
|
6857
|
+
"github": "https://github.com/nuxt/ui",
|
|
6858
|
+
"website": "https://ui.nuxt.com",
|
|
6859
|
+
"learn_more": "",
|
|
6860
|
+
"category": "UI",
|
|
6861
|
+
"type": "official",
|
|
6862
|
+
"maintainers": [
|
|
6863
|
+
{
|
|
6864
|
+
"name": "Benjamin Canac",
|
|
6865
|
+
"github": "benjamincanac",
|
|
6866
|
+
"twitter": "benjamincanac"
|
|
6867
|
+
},
|
|
6868
|
+
{
|
|
6869
|
+
"name": "Sebastien Chopin",
|
|
6870
|
+
"github": "Atinux",
|
|
6871
|
+
"twitter": "Atinux"
|
|
6872
|
+
},
|
|
6873
|
+
{
|
|
6874
|
+
"name": "Sylvain Marroufin",
|
|
6875
|
+
"github": "smarroufin",
|
|
6876
|
+
"twitter": "smarroufin"
|
|
6877
|
+
}
|
|
6878
|
+
],
|
|
6879
|
+
"compatibility": {
|
|
6880
|
+
"nuxt": "^3.0.0",
|
|
6881
|
+
"requires": {}
|
|
6882
|
+
}
|
|
6883
|
+
},
|
|
5260
6884
|
{
|
|
5261
6885
|
"name": "umami",
|
|
5262
6886
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -5281,31 +6905,9 @@
|
|
|
5281
6905
|
}
|
|
5282
6906
|
}
|
|
5283
6907
|
},
|
|
5284
|
-
{
|
|
5285
|
-
"name": "unhead",
|
|
5286
|
-
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5287
|
-
"repo": "harlan-zw/nuxt-unhead",
|
|
5288
|
-
"npm": "nuxt-unhead",
|
|
5289
|
-
"icon": "",
|
|
5290
|
-
"github": "https://github.com/harlan-zw/nuxt-unhead",
|
|
5291
|
-
"website": "https://github.com/harlan-zw/nuxt-unhead",
|
|
5292
|
-
"learn_more": "",
|
|
5293
|
-
"category": "SEO",
|
|
5294
|
-
"type": "3rd-party",
|
|
5295
|
-
"maintainers": [
|
|
5296
|
-
{
|
|
5297
|
-
"name": "harlan-zw",
|
|
5298
|
-
"github": "harlan-zw"
|
|
5299
|
-
}
|
|
5300
|
-
],
|
|
5301
|
-
"compatibility": {
|
|
5302
|
-
"nuxt": "^3.0.0",
|
|
5303
|
-
"requires": {}
|
|
5304
|
-
}
|
|
5305
|
-
},
|
|
5306
6908
|
{
|
|
5307
6909
|
"name": "universal-storage",
|
|
5308
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6910
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
5309
6911
|
"repo": "nuxt-community/universal-storage-module",
|
|
5310
6912
|
"npm": "@nuxtjs/universal-storage",
|
|
5311
6913
|
"icon": "",
|
|
@@ -5327,7 +6929,29 @@
|
|
|
5327
6929
|
}
|
|
5328
6930
|
],
|
|
5329
6931
|
"compatibility": {
|
|
5330
|
-
"nuxt": "^2.0.0",
|
|
6932
|
+
"nuxt": "^2.0.0",
|
|
6933
|
+
"requires": {}
|
|
6934
|
+
}
|
|
6935
|
+
},
|
|
6936
|
+
{
|
|
6937
|
+
"name": "unlazy",
|
|
6938
|
+
"description": "Lazy loading library for placeholder images",
|
|
6939
|
+
"repo": "johannschopplich/unlazy#main/packages/nuxt",
|
|
6940
|
+
"npm": "@unlazy/nuxt",
|
|
6941
|
+
"icon": "unlazy.svg",
|
|
6942
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
6943
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
6944
|
+
"learn_more": "",
|
|
6945
|
+
"category": "Images",
|
|
6946
|
+
"type": "3rd-party",
|
|
6947
|
+
"maintainers": [
|
|
6948
|
+
{
|
|
6949
|
+
"name": "Johann Schopplich",
|
|
6950
|
+
"github": "johannschopplich"
|
|
6951
|
+
}
|
|
6952
|
+
],
|
|
6953
|
+
"compatibility": {
|
|
6954
|
+
"nuxt": "^3.0.0",
|
|
5331
6955
|
"requires": {}
|
|
5332
6956
|
}
|
|
5333
6957
|
},
|
|
@@ -5360,12 +6984,12 @@
|
|
|
5360
6984
|
{
|
|
5361
6985
|
"name": "unocss",
|
|
5362
6986
|
"description": "The instant on-demand atomic CSS engine.",
|
|
5363
|
-
"repo": "
|
|
6987
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
5364
6988
|
"npm": "@unocss/nuxt",
|
|
5365
6989
|
"icon": "unocss.svg",
|
|
5366
|
-
"github": "https://github.com/
|
|
5367
|
-
"website": "https://github.com/
|
|
5368
|
-
"learn_more": "https://github.com/
|
|
6990
|
+
"github": "https://github.com/unocss/unocss",
|
|
6991
|
+
"website": "https://github.com/unocss/unocss",
|
|
6992
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
5369
6993
|
"category": "UI",
|
|
5370
6994
|
"type": "3rd-party",
|
|
5371
6995
|
"maintainers": [
|
|
@@ -5380,7 +7004,8 @@
|
|
|
5380
7004
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5381
7005
|
"requires": {
|
|
5382
7006
|
"bridge": "optional"
|
|
5383
|
-
}
|
|
7007
|
+
},
|
|
7008
|
+
"devtools": "^0.0.0"
|
|
5384
7009
|
}
|
|
5385
7010
|
},
|
|
5386
7011
|
{
|
|
@@ -5406,9 +7031,33 @@
|
|
|
5406
7031
|
"requires": {}
|
|
5407
7032
|
}
|
|
5408
7033
|
},
|
|
7034
|
+
{
|
|
7035
|
+
"name": "use-wagmi",
|
|
7036
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
7037
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
7038
|
+
"npm": "@use-wagmi/nuxt",
|
|
7039
|
+
"icon": "use-wagmi.png",
|
|
7040
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
7041
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
7042
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
7043
|
+
"category": "Extensions",
|
|
7044
|
+
"type": "3rd-party",
|
|
7045
|
+
"maintainers": [
|
|
7046
|
+
{
|
|
7047
|
+
"name": "Unic Ape",
|
|
7048
|
+
"github": "unicape"
|
|
7049
|
+
}
|
|
7050
|
+
],
|
|
7051
|
+
"compatibility": {
|
|
7052
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7053
|
+
"requires": {
|
|
7054
|
+
"bridge": true
|
|
7055
|
+
}
|
|
7056
|
+
}
|
|
7057
|
+
},
|
|
5409
7058
|
{
|
|
5410
7059
|
"name": "user-agent",
|
|
5411
|
-
"description": "Nuxt
|
|
7060
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
5412
7061
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
5413
7062
|
"npm": "nuxt-user-agent",
|
|
5414
7063
|
"icon": "",
|
|
@@ -5436,7 +7085,7 @@
|
|
|
5436
7085
|
"icon": "vee-validate.png",
|
|
5437
7086
|
"github": "https://github.com/lewyuburi/nuxt-validate",
|
|
5438
7087
|
"website": "https://github.com/lewyuburi/nuxt-validate",
|
|
5439
|
-
"learn_more": "
|
|
7088
|
+
"learn_more": "",
|
|
5440
7089
|
"category": "Libraries",
|
|
5441
7090
|
"type": "3rd-party",
|
|
5442
7091
|
"maintainers": [
|
|
@@ -5474,6 +7123,74 @@
|
|
|
5474
7123
|
}
|
|
5475
7124
|
}
|
|
5476
7125
|
},
|
|
7126
|
+
{
|
|
7127
|
+
"name": "varlet",
|
|
7128
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
7129
|
+
"repo": "varletjs/varlet-nuxt",
|
|
7130
|
+
"npm": "@varlet/nuxt",
|
|
7131
|
+
"icon": "varlet.svg",
|
|
7132
|
+
"github": "https://github.com/varletjs/varlet",
|
|
7133
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
7134
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
7135
|
+
"category": "UI",
|
|
7136
|
+
"type": "3rd-party",
|
|
7137
|
+
"maintainers": [
|
|
7138
|
+
{
|
|
7139
|
+
"name": "zhangmo8",
|
|
7140
|
+
"github": "zhangmo8"
|
|
7141
|
+
}
|
|
7142
|
+
],
|
|
7143
|
+
"compatibility": {
|
|
7144
|
+
"nuxt": "^3.0.0",
|
|
7145
|
+
"requires": {
|
|
7146
|
+
"bridge": "optional"
|
|
7147
|
+
}
|
|
7148
|
+
}
|
|
7149
|
+
},
|
|
7150
|
+
{
|
|
7151
|
+
"name": "vcalendar",
|
|
7152
|
+
"description": "VCalendar module for Nuxt",
|
|
7153
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
7154
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
7155
|
+
"icon": "vcalendar.png",
|
|
7156
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
7157
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
7158
|
+
"learn_more": "",
|
|
7159
|
+
"category": "Libraries",
|
|
7160
|
+
"type": "3rd-party",
|
|
7161
|
+
"maintainers": [
|
|
7162
|
+
{
|
|
7163
|
+
"name": "Sam K",
|
|
7164
|
+
"github": "samk-dev"
|
|
7165
|
+
}
|
|
7166
|
+
],
|
|
7167
|
+
"compatibility": {
|
|
7168
|
+
"nuxt": "^3.0.0",
|
|
7169
|
+
"requires": {}
|
|
7170
|
+
}
|
|
7171
|
+
},
|
|
7172
|
+
{
|
|
7173
|
+
"name": "vee-validate",
|
|
7174
|
+
"description": "Painless Vue forms for Nuxt",
|
|
7175
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
7176
|
+
"npm": "@vee-validate/nuxt",
|
|
7177
|
+
"icon": "vee-validate.png",
|
|
7178
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
7179
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
7180
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
7181
|
+
"category": "Libraries",
|
|
7182
|
+
"type": "3rd-party",
|
|
7183
|
+
"maintainers": [
|
|
7184
|
+
{
|
|
7185
|
+
"name": "Abdelrahman Awad",
|
|
7186
|
+
"github": "logaretm"
|
|
7187
|
+
}
|
|
7188
|
+
],
|
|
7189
|
+
"compatibility": {
|
|
7190
|
+
"nuxt": "^3.0.0",
|
|
7191
|
+
"requires": {}
|
|
7192
|
+
}
|
|
7193
|
+
},
|
|
5477
7194
|
{
|
|
5478
7195
|
"name": "vendor",
|
|
5479
7196
|
"description": "directly serve node_modules",
|
|
@@ -5497,9 +7214,54 @@
|
|
|
5497
7214
|
"requires": {}
|
|
5498
7215
|
}
|
|
5499
7216
|
},
|
|
7217
|
+
{
|
|
7218
|
+
"name": "vercel-analytics",
|
|
7219
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
7220
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
7221
|
+
"npm": "nuxt-vercel-analytics",
|
|
7222
|
+
"icon": "",
|
|
7223
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
7224
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
7225
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
7226
|
+
"category": "Analytics",
|
|
7227
|
+
"type": "3rd-party",
|
|
7228
|
+
"maintainers": [
|
|
7229
|
+
{
|
|
7230
|
+
"name": "Alexander B.",
|
|
7231
|
+
"github": "xanderbarkhatov"
|
|
7232
|
+
}
|
|
7233
|
+
],
|
|
7234
|
+
"compatibility": {
|
|
7235
|
+
"nuxt": "^3.0.0",
|
|
7236
|
+
"requires": {}
|
|
7237
|
+
}
|
|
7238
|
+
},
|
|
7239
|
+
{
|
|
7240
|
+
"name": "vexip-ui",
|
|
7241
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
7242
|
+
"repo": "vexip-ui/nuxt",
|
|
7243
|
+
"npm": "@vexip-ui/nuxt",
|
|
7244
|
+
"icon": "vexip-ui.svg",
|
|
7245
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
7246
|
+
"website": "https://www.vexipui.com/",
|
|
7247
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
7248
|
+
"category": "UI",
|
|
7249
|
+
"type": "3rd-party",
|
|
7250
|
+
"maintainers": [
|
|
7251
|
+
{
|
|
7252
|
+
"name": "未觉雨声",
|
|
7253
|
+
"github": "qmhc",
|
|
7254
|
+
"twitter": "qmhc95"
|
|
7255
|
+
}
|
|
7256
|
+
],
|
|
7257
|
+
"compatibility": {
|
|
7258
|
+
"nuxt": "^3.0.0",
|
|
7259
|
+
"requires": {}
|
|
7260
|
+
}
|
|
7261
|
+
},
|
|
5500
7262
|
{
|
|
5501
7263
|
"name": "vite-pwa-nuxt",
|
|
5502
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
7264
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
5503
7265
|
"repo": "vite-pwa/nuxt",
|
|
5504
7266
|
"npm": "@vite-pwa/nuxt",
|
|
5505
7267
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -5528,13 +7290,13 @@
|
|
|
5528
7290
|
{
|
|
5529
7291
|
"name": "vitest",
|
|
5530
7292
|
"description": "Vitest integration with Nuxt",
|
|
5531
|
-
"repo": "danielroe/nuxt-vitest
|
|
7293
|
+
"repo": "danielroe/nuxt-vitest",
|
|
5532
7294
|
"npm": "nuxt-vitest",
|
|
5533
7295
|
"icon": "vitest.svg",
|
|
5534
7296
|
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
5535
7297
|
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
5536
7298
|
"learn_more": "",
|
|
5537
|
-
"category": "
|
|
7299
|
+
"category": "Devtools",
|
|
5538
7300
|
"type": "3rd-party",
|
|
5539
7301
|
"maintainers": [
|
|
5540
7302
|
{
|
|
@@ -5546,6 +7308,61 @@
|
|
|
5546
7308
|
"github": "antfu"
|
|
5547
7309
|
}
|
|
5548
7310
|
],
|
|
7311
|
+
"compatibility": {
|
|
7312
|
+
"nuxt": "^3.0.0",
|
|
7313
|
+
"requires": {},
|
|
7314
|
+
"devtools": "^0.0.0"
|
|
7315
|
+
}
|
|
7316
|
+
},
|
|
7317
|
+
{
|
|
7318
|
+
"name": "vue-email",
|
|
7319
|
+
"description": "💌 Write email templates with vue",
|
|
7320
|
+
"repo": "vue-email/nuxt",
|
|
7321
|
+
"npm": "@vue-email/nuxt",
|
|
7322
|
+
"icon": "vue-email.svg",
|
|
7323
|
+
"github": "https://github.com/vue-email/nuxt",
|
|
7324
|
+
"website": "https://vuemail.net/",
|
|
7325
|
+
"learn_more": "https://vuemail.net/ssr/nuxt",
|
|
7326
|
+
"category": "UI",
|
|
7327
|
+
"type": "3rd-party",
|
|
7328
|
+
"maintainers": [
|
|
7329
|
+
{
|
|
7330
|
+
"name": "David Arenas",
|
|
7331
|
+
"github": "Dave136",
|
|
7332
|
+
"twitter": "davejs4",
|
|
7333
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
7334
|
+
},
|
|
7335
|
+
{
|
|
7336
|
+
"name": "Younes Barrad",
|
|
7337
|
+
"github": "Flowko",
|
|
7338
|
+
"twitter": "imflowko",
|
|
7339
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
7340
|
+
}
|
|
7341
|
+
],
|
|
7342
|
+
"compatibility": {
|
|
7343
|
+
"nuxt": "^3.0.0",
|
|
7344
|
+
"requires": {},
|
|
7345
|
+
"devtools": "^0.0.0"
|
|
7346
|
+
}
|
|
7347
|
+
},
|
|
7348
|
+
{
|
|
7349
|
+
"name": "vue-final-modal",
|
|
7350
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7351
|
+
"repo": "vue-final/vue-final-modal#master/packages/nuxt",
|
|
7352
|
+
"npm": "@vue-final-modal/nuxt",
|
|
7353
|
+
"icon": "vue-final-modal.svg",
|
|
7354
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
7355
|
+
"website": "https://vue-final-modal.org/",
|
|
7356
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
7357
|
+
"category": "UI",
|
|
7358
|
+
"type": "3rd-party",
|
|
7359
|
+
"maintainers": [
|
|
7360
|
+
{
|
|
7361
|
+
"name": "Hunter Liu",
|
|
7362
|
+
"github": "hunterliu1003",
|
|
7363
|
+
"twitter": "hunterliu1003"
|
|
7364
|
+
}
|
|
7365
|
+
],
|
|
5549
7366
|
"compatibility": {
|
|
5550
7367
|
"nuxt": "^3.0.0",
|
|
5551
7368
|
"requires": {}
|
|
@@ -5553,13 +7370,13 @@
|
|
|
5553
7370
|
},
|
|
5554
7371
|
{
|
|
5555
7372
|
"name": "vue-macros",
|
|
5556
|
-
"description": "Explore
|
|
5557
|
-
"repo": "sxzz/
|
|
7373
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
7374
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5558
7375
|
"npm": "@vue-macros/nuxt",
|
|
5559
7376
|
"icon": "vue-macros.svg",
|
|
5560
|
-
"github": "https://github.com/sxzz/
|
|
7377
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5561
7378
|
"website": "https://vue-macros.sxzz.moe",
|
|
5562
|
-
"learn_more": "https://github.com/sxzz/
|
|
7379
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5563
7380
|
"category": "Extensions",
|
|
5564
7381
|
"type": "3rd-party",
|
|
5565
7382
|
"maintainers": [
|
|
@@ -5573,7 +7390,8 @@
|
|
|
5573
7390
|
"nuxt": "^3.0.0",
|
|
5574
7391
|
"requires": {
|
|
5575
7392
|
"bridge": "optional"
|
|
5576
|
-
}
|
|
7393
|
+
},
|
|
7394
|
+
"devtools": "^0.0.0"
|
|
5577
7395
|
}
|
|
5578
7396
|
},
|
|
5579
7397
|
{
|
|
@@ -5600,7 +7418,7 @@
|
|
|
5600
7418
|
},
|
|
5601
7419
|
{
|
|
5602
7420
|
"name": "vue-multiselect",
|
|
5603
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
7421
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
5604
7422
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
5605
7423
|
"npm": "nuxt-vue-multiselect",
|
|
5606
7424
|
"icon": "",
|
|
@@ -5642,6 +7460,29 @@
|
|
|
5642
7460
|
"requires": {}
|
|
5643
7461
|
}
|
|
5644
7462
|
},
|
|
7463
|
+
{
|
|
7464
|
+
"name": "vue-query",
|
|
7465
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
7466
|
+
"repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
|
|
7467
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
7468
|
+
"icon": "vue-query.svg",
|
|
7469
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
7470
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
7471
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
7472
|
+
"category": "Request",
|
|
7473
|
+
"type": "3rd-party",
|
|
7474
|
+
"maintainers": [
|
|
7475
|
+
{
|
|
7476
|
+
"name": "Hebilicious",
|
|
7477
|
+
"github": "Hebilicious",
|
|
7478
|
+
"twitter": "its_hebilicious"
|
|
7479
|
+
}
|
|
7480
|
+
],
|
|
7481
|
+
"compatibility": {
|
|
7482
|
+
"nuxt": "^3.0.0",
|
|
7483
|
+
"requires": {}
|
|
7484
|
+
}
|
|
7485
|
+
},
|
|
5645
7486
|
{
|
|
5646
7487
|
"name": "vue-select",
|
|
5647
7488
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -5691,7 +7532,7 @@
|
|
|
5691
7532
|
},
|
|
5692
7533
|
{
|
|
5693
7534
|
"name": "vue-warehouse",
|
|
5694
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7535
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
5695
7536
|
"repo": "juliomrqz/vue-warehouse",
|
|
5696
7537
|
"npm": "vue-warehouse",
|
|
5697
7538
|
"icon": "",
|
|
@@ -5712,10 +7553,33 @@
|
|
|
5712
7553
|
"requires": {}
|
|
5713
7554
|
}
|
|
5714
7555
|
},
|
|
7556
|
+
{
|
|
7557
|
+
"name": "vue3-carousel-nuxt",
|
|
7558
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
7559
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
7560
|
+
"npm": "vue3-carousel-nuxt",
|
|
7561
|
+
"icon": "",
|
|
7562
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7563
|
+
"website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7564
|
+
"learn_more": "",
|
|
7565
|
+
"category": "UI",
|
|
7566
|
+
"type": "3rd-party",
|
|
7567
|
+
"maintainers": [
|
|
7568
|
+
{
|
|
7569
|
+
"name": "Gaetan SENN",
|
|
7570
|
+
"github": "gaetansenn",
|
|
7571
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
7572
|
+
}
|
|
7573
|
+
],
|
|
7574
|
+
"compatibility": {
|
|
7575
|
+
"nuxt": "^3.0.0",
|
|
7576
|
+
"requires": {}
|
|
7577
|
+
}
|
|
7578
|
+
},
|
|
5715
7579
|
{
|
|
5716
7580
|
"name": "vuefire",
|
|
5717
7581
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
5718
|
-
"repo": "vuejs/vuefire/packages/nuxt",
|
|
7582
|
+
"repo": "vuejs/vuefire#main/packages/nuxt",
|
|
5719
7583
|
"npm": "nuxt-vuefire",
|
|
5720
7584
|
"icon": "vuefire.svg",
|
|
5721
7585
|
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
@@ -5734,15 +7598,61 @@
|
|
|
5734
7598
|
"requires": {}
|
|
5735
7599
|
}
|
|
5736
7600
|
},
|
|
7601
|
+
{
|
|
7602
|
+
"name": "vueform-builder",
|
|
7603
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7604
|
+
"repo": "vueform/builder#main/nuxt",
|
|
7605
|
+
"npm": "@vueform/builder-nuxt",
|
|
7606
|
+
"icon": "vueform.svg",
|
|
7607
|
+
"github": "https://github.com/vueform/builder",
|
|
7608
|
+
"website": "https://builder.vueform.com",
|
|
7609
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7610
|
+
"category": "Libraries",
|
|
7611
|
+
"type": "3rd-party",
|
|
7612
|
+
"maintainers": [
|
|
7613
|
+
{
|
|
7614
|
+
"name": "Adam Berecz",
|
|
7615
|
+
"github": "adamberecz",
|
|
7616
|
+
"twitter": "bereczadam"
|
|
7617
|
+
}
|
|
7618
|
+
],
|
|
7619
|
+
"compatibility": {
|
|
7620
|
+
"nuxt": "^3.0.0",
|
|
7621
|
+
"requires": {}
|
|
7622
|
+
}
|
|
7623
|
+
},
|
|
7624
|
+
{
|
|
7625
|
+
"name": "vueform",
|
|
7626
|
+
"description": "Official Vueform module for Nuxt",
|
|
7627
|
+
"repo": "vueform/vueform#main/nuxt",
|
|
7628
|
+
"npm": "@vueform/nuxt",
|
|
7629
|
+
"icon": "vueform.svg",
|
|
7630
|
+
"github": "https://github.com/vueform/vueform",
|
|
7631
|
+
"website": "https://vueform.com",
|
|
7632
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7633
|
+
"category": "Libraries",
|
|
7634
|
+
"type": "3rd-party",
|
|
7635
|
+
"maintainers": [
|
|
7636
|
+
{
|
|
7637
|
+
"name": "Adam Berecz",
|
|
7638
|
+
"github": "adamberecz",
|
|
7639
|
+
"twitter": "bereczadam"
|
|
7640
|
+
}
|
|
7641
|
+
],
|
|
7642
|
+
"compatibility": {
|
|
7643
|
+
"nuxt": "^3.0.0",
|
|
7644
|
+
"requires": {}
|
|
7645
|
+
}
|
|
7646
|
+
},
|
|
5737
7647
|
{
|
|
5738
7648
|
"name": "vuestic",
|
|
5739
|
-
"description": "Vuestic UI module for Nuxt
|
|
7649
|
+
"description": "Vuestic UI module for Nuxt",
|
|
5740
7650
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
5741
7651
|
"npm": "@vuestic/nuxt",
|
|
5742
7652
|
"icon": "vuestic.png",
|
|
5743
7653
|
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
5744
|
-
"website": "https://vuestic.dev",
|
|
5745
|
-
"learn_more": "https://vuestic.dev/
|
|
7654
|
+
"website": "https://ui.vuestic.dev",
|
|
7655
|
+
"learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
|
|
5746
7656
|
"category": "UI",
|
|
5747
7657
|
"type": "3rd-party",
|
|
5748
7658
|
"maintainers": [
|
|
@@ -5756,9 +7666,31 @@
|
|
|
5756
7666
|
"requires": {}
|
|
5757
7667
|
}
|
|
5758
7668
|
},
|
|
7669
|
+
{
|
|
7670
|
+
"name": "vuetify-nuxt-module",
|
|
7671
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
7672
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
7673
|
+
"npm": "vuetify-nuxt-module",
|
|
7674
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
7675
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7676
|
+
"website": "https://vuetify-nuxt-module.netlify.app/",
|
|
7677
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
|
|
7678
|
+
"category": "UI",
|
|
7679
|
+
"type": "3rd-party",
|
|
7680
|
+
"maintainers": [
|
|
7681
|
+
{
|
|
7682
|
+
"name": "Joaquín Sánchez",
|
|
7683
|
+
"github": "userquin"
|
|
7684
|
+
}
|
|
7685
|
+
],
|
|
7686
|
+
"compatibility": {
|
|
7687
|
+
"nuxt": "^3.0.0",
|
|
7688
|
+
"requires": {}
|
|
7689
|
+
}
|
|
7690
|
+
},
|
|
5759
7691
|
{
|
|
5760
7692
|
"name": "vuetify",
|
|
5761
|
-
"description": "Vuetify Module for Nuxt
|
|
7693
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
5762
7694
|
"repo": "nuxt-community/vuetify-module",
|
|
5763
7695
|
"npm": "@nuxtjs/vuetify",
|
|
5764
7696
|
"icon": "vuetify.png",
|
|
@@ -5805,7 +7737,8 @@
|
|
|
5805
7737
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5806
7738
|
"requires": {
|
|
5807
7739
|
"bridge": "optional"
|
|
5808
|
-
}
|
|
7740
|
+
},
|
|
7741
|
+
"devtools": "^0.0.0"
|
|
5809
7742
|
}
|
|
5810
7743
|
},
|
|
5811
7744
|
{
|
|
@@ -5830,14 +7763,37 @@
|
|
|
5830
7763
|
"requires": {}
|
|
5831
7764
|
}
|
|
5832
7765
|
},
|
|
7766
|
+
{
|
|
7767
|
+
"name": "vunix",
|
|
7768
|
+
"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.",
|
|
7769
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
7770
|
+
"npm": "@vunix/nuxt",
|
|
7771
|
+
"icon": "",
|
|
7772
|
+
"github": "https://github.com/gaetansenn/vunix",
|
|
7773
|
+
"website": "https://vunix.dewib.com/",
|
|
7774
|
+
"learn_more": "",
|
|
7775
|
+
"category": "UI",
|
|
7776
|
+
"type": "3rd-party",
|
|
7777
|
+
"maintainers": [
|
|
7778
|
+
{
|
|
7779
|
+
"name": "Gaetan SENN",
|
|
7780
|
+
"github": "gaetansenn",
|
|
7781
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
7782
|
+
}
|
|
7783
|
+
],
|
|
7784
|
+
"compatibility": {
|
|
7785
|
+
"nuxt": "^3.0.0",
|
|
7786
|
+
"requires": {}
|
|
7787
|
+
}
|
|
7788
|
+
},
|
|
5833
7789
|
{
|
|
5834
7790
|
"name": "web-vitals",
|
|
5835
7791
|
"description": "Web Vitals for Nuxt",
|
|
5836
|
-
"repo": "nuxt-
|
|
7792
|
+
"repo": "nuxt-modules/web-vitals",
|
|
5837
7793
|
"npm": "@nuxtjs/web-vitals",
|
|
5838
7794
|
"icon": "web-vitals.png",
|
|
5839
|
-
"github": "https://github.com/nuxt-
|
|
5840
|
-
"website": "https://github.com/nuxt-
|
|
7795
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7796
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
5841
7797
|
"learn_more": "",
|
|
5842
7798
|
"category": "Performance",
|
|
5843
7799
|
"type": "community",
|
|
@@ -5888,7 +7844,7 @@
|
|
|
5888
7844
|
},
|
|
5889
7845
|
{
|
|
5890
7846
|
"name": "webpack-optimisations",
|
|
5891
|
-
"description": "Nuxt
|
|
7847
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
5892
7848
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
5893
7849
|
"npm": "nuxt-webpack-optimisations",
|
|
5894
7850
|
"icon": "build-optimisations.svg",
|
|
@@ -5963,7 +7919,7 @@
|
|
|
5963
7919
|
"icon": "webpack.png",
|
|
5964
7920
|
"github": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
5965
7921
|
"website": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
5966
|
-
"learn_more": "
|
|
7922
|
+
"learn_more": "",
|
|
5967
7923
|
"category": "Devtools",
|
|
5968
7924
|
"type": "community",
|
|
5969
7925
|
"maintainers": [
|
|
@@ -5978,14 +7934,62 @@
|
|
|
5978
7934
|
"requires": {}
|
|
5979
7935
|
}
|
|
5980
7936
|
},
|
|
7937
|
+
{
|
|
7938
|
+
"name": "well-known",
|
|
7939
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
7940
|
+
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
7941
|
+
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
7942
|
+
"icon": "well-known.svg",
|
|
7943
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-well-known",
|
|
7944
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
|
|
7945
|
+
"learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
|
|
7946
|
+
"category": "SEO",
|
|
7947
|
+
"type": "3rd-party",
|
|
7948
|
+
"maintainers": [
|
|
7949
|
+
{
|
|
7950
|
+
"name": "Zadig&Voltaire Team",
|
|
7951
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
7952
|
+
}
|
|
7953
|
+
],
|
|
7954
|
+
"compatibility": {
|
|
7955
|
+
"nuxt": "^3.0.0",
|
|
7956
|
+
"requires": {}
|
|
7957
|
+
}
|
|
7958
|
+
},
|
|
7959
|
+
{
|
|
7960
|
+
"name": "wideangle",
|
|
7961
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
7962
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
7963
|
+
"npm": "wideangle-nuxt",
|
|
7964
|
+
"icon": "wideangle.png",
|
|
7965
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
7966
|
+
"website": "https://wideangle.co",
|
|
7967
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
7968
|
+
"category": "Analytics",
|
|
7969
|
+
"type": "3rd-party",
|
|
7970
|
+
"maintainers": [
|
|
7971
|
+
{
|
|
7972
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
7973
|
+
"github": "inputobjects"
|
|
7974
|
+
},
|
|
7975
|
+
{
|
|
7976
|
+
"name": "Jarek Rozanski",
|
|
7977
|
+
"github": "jrozanski"
|
|
7978
|
+
}
|
|
7979
|
+
],
|
|
7980
|
+
"compatibility": {
|
|
7981
|
+
"nuxt": "^3.0.0",
|
|
7982
|
+
"requires": {}
|
|
7983
|
+
}
|
|
7984
|
+
},
|
|
5981
7985
|
{
|
|
5982
7986
|
"name": "windicss",
|
|
5983
7987
|
"description": "Next generation utility-first CSS framework.",
|
|
5984
|
-
"repo": "windicss/nuxt-windicss
|
|
7988
|
+
"repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
|
|
5985
7989
|
"npm": "nuxt-windicss",
|
|
5986
7990
|
"icon": "windicss.svg",
|
|
5987
|
-
"github": "https://github.com/windicss/nuxt-windicss
|
|
5988
|
-
"website": "https://github.com/windicss/nuxt-windicss
|
|
7991
|
+
"github": "https://github.com/windicss/nuxt-windicss",
|
|
7992
|
+
"website": "https://github.com/windicss/nuxt-windicss",
|
|
5989
7993
|
"learn_more": "https://windicss.org/",
|
|
5990
7994
|
"category": "UI",
|
|
5991
7995
|
"type": "3rd-party",
|
|
@@ -6121,55 +8125,9 @@
|
|
|
6121
8125
|
"requires": {}
|
|
6122
8126
|
}
|
|
6123
8127
|
},
|
|
6124
|
-
{
|
|
6125
|
-
"name": "yandex-metrika-next",
|
|
6126
|
-
"description": "Yandex Metrika integration for Nuxt",
|
|
6127
|
-
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6128
|
-
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6129
|
-
"icon": "yandex-metrika.svg",
|
|
6130
|
-
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6131
|
-
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6132
|
-
"learn_more": "",
|
|
6133
|
-
"category": "Analytics",
|
|
6134
|
-
"type": "3rd-party",
|
|
6135
|
-
"maintainers": [
|
|
6136
|
-
{
|
|
6137
|
-
"name": "Aleksandr Saburov",
|
|
6138
|
-
"github": "artmizu",
|
|
6139
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6140
|
-
}
|
|
6141
|
-
],
|
|
6142
|
-
"compatibility": {
|
|
6143
|
-
"nuxt": "^3.0.0",
|
|
6144
|
-
"requires": {}
|
|
6145
|
-
}
|
|
6146
|
-
},
|
|
6147
|
-
{
|
|
6148
|
-
"name": "yandex-metrika",
|
|
6149
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
6150
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
6151
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
6152
|
-
"icon": "",
|
|
6153
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6154
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6155
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
6156
|
-
"category": "Analytics",
|
|
6157
|
-
"type": "community",
|
|
6158
|
-
"maintainers": [
|
|
6159
|
-
{
|
|
6160
|
-
"name": "Pooya Parsa",
|
|
6161
|
-
"github": "pi0",
|
|
6162
|
-
"twitter": "_pi0_"
|
|
6163
|
-
}
|
|
6164
|
-
],
|
|
6165
|
-
"compatibility": {
|
|
6166
|
-
"nuxt": "^2.0.0",
|
|
6167
|
-
"requires": {}
|
|
6168
|
-
}
|
|
6169
|
-
},
|
|
6170
8128
|
{
|
|
6171
8129
|
"name": "zendesk",
|
|
6172
|
-
"description": "Nuxt
|
|
8130
|
+
"description": "Nuxt module for Zendesk",
|
|
6173
8131
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
6174
8132
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
6175
8133
|
"icon": "zendesk.png",
|